input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract",... | {"contract" : "0xb4634a8c48fe17f584197cfddacc4fc76f93f0b9", "tool" : "solhint", "start" : 1563764267.95056, "end" : 1563764271.8130755, "duration" : 3.862515449523926, "analysis" : []} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"artists": {"type": "array", "items": {"type": "object", "properties": {"attribute-list": {"type": "array", "items": {}}, "mbid": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}, "requir... | {"artists" : [{"attribute-list" : [], "mbid" : "", "name" : "", "type" : ""}], "mbid" : "3a8b4caa-c2a0-47fc-9804-6d99afdcded6", "tags" : {"form1" : "pe\u015frev", "form2" : "\u015fark\u0131", "makam" : "k\u00fcrdilihicazkar", "usul1" : "d\u00fcyek", "usul2" : "aksak"}, "title" : "Kurdilihicazkar Pesrevi / Ehl-i Askin",... | json_instruct | {"type": "object", "properties": {"artists": {"type": "array", "items": {"type": "object", "properties": {"attribute-list": {"type": "array", "items": {}}, "mbid": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["attribute-list", "mbid", "name", "type"]}}, "mbid": {"type": "str... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"0": {"type": "object", "properties": {"key": {"type": "string"}, "exists": {"type": "boolean"}}, "required": ["key", "exists"]}, "1": {"type": "object", "properties": {"key": {"type": "string"}, "exists": {"type": "boolean"}}, "... | {"0" : {"key" : "gs://text-header-dataset/outputs2/1662", "exists" : true}, "1" : {"key" : "gs://text-header-dataset/outputs2/8261", "exists" : true}, "2" : {"key" : "gs://text-header-dataset/outputs2/914", "exists" : true}, "3" : {"key" : "gs://text-header-dataset/outputs2/9747", "exists" : true}} | json_instruct | {"type": "object", "properties": {"0": {"type": "object", "properties": {"key": {"type": "string"}, "exists": {"type": "boolean"}}, "required": ["key", "exists"]}, "1": {"type": "object", "properties": {"key": {"type": "string"}, "exists": {"type": "boolean"}}, "required": ["key", "exists"]}, "2": {"type": "object", "p... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"compile": {"ty... | {"name" : "@brigadecore/brigade-utils", "version" : "placeholder", "description" : "Various utility classes and functions to use in brigade.js", "main" : "out/index.js", "types" : "out/index.d.ts", "scripts" : {"compile" : "tsc -p ./", "watch" : "tsc -watch -p ./", "test" : "mocha --require ts-node/register --recursive... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"compile": {"type": "string"}, "watch": {"type": "string"}, "test": {"type": "string"}}, "... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "location": {"type": "string"}}, "required": ["name", "location"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "datajoinfactory", "location" : "centralus"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "location": {"type": "string"}}, "required": ["name", "location"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"assert": {"type": "st... | {"name" : "mongoose-server", "version" : "1.0.0", "description" : "", "author" : "Paulo Haacke", "license" : "ISC", "dependencies" : {"assert" : "^1.4.1", "mongoose" : "^4.8.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"assert": {"type": "string"}, "mongoose": {"type": "string"}}, "required": ["asse... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"new_version": {"type": "string"}}, "required": ["new_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"new_version" : "1.1.4.post18"} | json_instruct | {"type": "object", "properties": {"new_version": {"type": "string"}}, "required": ["new_version"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"check_type": {"type": "integer"}, "topics": {"type": "array", "items": {"type": "string"}}, "share_id": {"type": "string"}}, "required": ["check_type", "topics", "share_id"], "$schema": "http://json-schema.org/draft-07/schema#... | {"check_type" : 0, "topics" : ["\u5c0f\u6e38\u620f", "\u5b66\u751f\u515a", "\u6e38\u620f\u540d\u5b57"], "share_id" : ""} | json_instruct | {"type": "object", "properties": {"check_type": {"type": "integer"}, "topics": {"type": "array", "items": {"type": "string"}}, "share_id": {"type": "string"}}, "required": ["check_type", "topics", "share_id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "r... | {"name" : "pwn-check", "version" : "1.0.0", "description" : "", "main" : "target/main.js", "scripts" : {"start" : "tsc --outDir target && node target/main.js", "test" : "echo \"Error: no test specified\" && exit 1"}, "license" : "MIT", "dependencies" : {"@types/node" : "11.11.3", "@types/readline-sync" : "1.4.3", "@typ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "license": {"type": "string"}... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"user": {"type": "string"}, "value": {"type": "string"}, "type": {"type": "string"}, "time": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "list": {"type":... | {"user" : "Edouard DUPIN", "value" : "x", "type" : "print", "time" : 1470635422658534656, "data" : [{"type" : "type::finger", "list" : [[374.320068, 535.628357], [381.983521, 530.729004], [389.503357, 521.154419], [399.054596, 509.031189], [410.474457, 493.793152], [422.927673, 477.058289], [435.029816, 460.400757], [4... | json_instruct | {"type": "object", "properties": {"user": {"type": "string"}, "value": {"type": "string"}, "type": {"type": "string"}, "time": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "list": {"type": "array", "items": {"type": "array", "items": {"type": "num... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"backup_data_uid": {"type": "string"}, "backup_module_uid": {"type": "string"}, "backup_module_uoa": {"type": "string"}, "data_name": {"type": "string"}}, "required": ["backup_data_uid", "backup_module_uid", "backup... | {"backup_data_uid" : "58c1d64d078f7d9d", "backup_module_uid" : "1dc07ee0f4742028", "backup_module_uoa" : "package", "data_name" : "spack-mpfr"} | json_instruct | {"type": "object", "properties": {"backup_data_uid": {"type": "string"}, "backup_module_uid": {"type": "string"}, "backup_module_uoa": {"type": "string"}, "data_name": {"type": "string"}}, "required": ["backup_data_uid", "backup_module_uid", "backup_module_uoa", "data_name"], "$schema": "http://json-schema.org/draft-07... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"timestamp": {"type": "number"}, "object_list": {"type": "array", "items": {"type": "object", "properties": {"position": {"type": "array", "items": {"type": "number"}}, "velocity": {"type": "array", "items": {"type"... | {"timestamp" : 30.0, "object_list" : [{"position" : [105.63, 187.66], "velocity" : [-5.43, 0.11], "heading" : 271.1, "angular velocity" : 2.13, "acceleration" : [-0.02, -0.09], "light status" : {"stopped" : 0, "lightID" : 0}, "id" : 23}, {"position" : [127.05, 187.82], "velocity" : [-5.2, -0.67], "heading" : 262.7, "an... | json_instruct | {"type": "object", "properties": {"timestamp": {"type": "number"}, "object_list": {"type": "array", "items": {"type": "object", "properties": {"position": {"type": "array", "items": {"type": "number"}}, "velocity": {"type": "array", "items": {"type": "number"}}, "heading": {"type": "number"}, "angular velocity": {"type... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": [... | {"h" : [{"d" : [{"e" : ["\ufff9`Koengel~ `a~ `'iwasen~ `ko~ `tamina~ `iso~.\ufffa\ufffb\u4f60\u7684\u8239\u597d\u5212\u3002", "\ufff9`Aka~ `'iwasen~ `ko~ `tamina~ `itini~ !\ufffa\ufffb\u7981\u6b62\u5728\u6b64\u5212\u8239\uff01"], "f" : "\u628a\u2026\u99d5\u99db\u6ed1\u884c\u3001\u8acb\u5212\u8239\u5427\u3002"}]}], "ste... | json_instruct | {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e", "f"]}}}, "required": ["d"]}}, "stem": {"type": "string"},... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "browser_action": {"type": "object", "properties": {"default_icon": {"type": "st... | {"manifest_version" : 2, "name" : "Darker Text for YouTube", "description" : "Makes text darker for YouTube when using Dark Theme", "version" : "1.2", "browser_action" : {"default_icon" : "./icons/main.png"}, "content_scripts" : [{"matches" : ["https://*.youtube.com/*"], "js" : ["darker.js"], "css" : ["darker.css"]}]} | json_instruct | {"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "browser_action": {"type": "object", "properties": {"default_icon": {"type": "string"}}, "required": ["default_icon"]}, "content_scripts": {"type": "ar... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "... | {"id" : 112179, "name" : "Beam - Dark Header Bar", "description" : "Makes the Beam header bar darker like old Beam.", "user" : {"id" : 288066, "name" : "Trominode", "email" : "redacted", "paypal_email" : null, "homepage" : "http://dinu.ga/", "about" : "I make stuff and stuff.", "license" : "ccby"}, "updated" : "2015-04... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "string"}, "abo... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"errors": {"type": "array", "items": {"type": "object", "properties": {"message": {"type": "string"}, "locations": {"type": "array", "items": {"type": "object", "properties": {"line": {"type": "integer"}, "column":... | {"errors" : [{"message" : "Directive \"deprecated\" may not to be used on INLINE_FRAGMENT", "locations" : [{"line" : 3, "column" : 17}]}]} | json_instruct | {"type": "object", "properties": {"errors": {"type": "array", "items": {"type": "object", "properties": {"message": {"type": "string"}, "locations": {"type": "array", "items": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}}, "required": ["line", "column"]}}}, "required": ["... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": ... | {"artist_id" : "ARHW1YI1187B997B3A", "artist_latitude" : null, "artist_location" : "", "artist_longitude" : null, "artist_name" : "Hermano", "duration" : 163.57832, "num_songs" : 1, "song_id" : "SOFGYWC12AB018FBD3", "title" : "Adoption Boy", "year" : 2007} | json_instruct | {"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title"... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "covalent:block/umbran_barrel"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"mode=input": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "mode=output_steam": {"type": "object", "properties": {"model":... | {"variants" : {"mode=input" : {"model" : "mekanism:block/boiler_valve_input"}, "mode=output_steam" : {"model" : "mekanism:block/boiler_valve_output_steam"}, "mode=output_coolant" : {"model" : "mekanism:block/boiler_valve_output_coolant"}}} | json_instruct | {"type": "object", "properties": {"variants": {"type": "object", "properties": {"mode=input": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "mode=output_steam": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "mode=output_coolant": {"type... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "immersiveweapons:block/red_stained_bulletproof_glass"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"Sketch_Base": {"type": "object", "properties": {"prefix": {"type": "string"}, "scope": {"type": "string"}, "body": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}}, "required": ["... | {"Sketch_Base" : {"prefix" : "sketch", "scope" : "python", "body" : ["from Core.Minimum import *\n", "\ndef pre():", "\treturn CreateCanvas(${2:width}, ${1:height}) #change values for window size", "\n\ndef setup():", "\t#remove pass after inputing your code\n", "\tpass\n", "\ndef draw():\n", "\tpass"], "description" :... | json_instruct | {"type": "object", "properties": {"Sketch_Base": {"type": "object", "properties": {"prefix": {"type": "string"}, "scope": {"type": "string"}, "body": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}}, "required": ["prefix", "scope", "body", "description"]}}, "required": ["Sketch_Base"],... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "css": {"type... | {"name" : "effectbox", "version" : "0.2.2", "description" : "A collection of ready-to-use & lean frontend effects & tools", "main" : "src/index.js", "scripts" : {"build" : "npm run css && npm run js", "css" : "parcel build src/index.scss --no-minify --out-file effectbox.css && parcel build src/index.scss --out-file eff... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "css": {"type": "string"}, "js": {"type": "string"}, "watch": {"type": "string"}, "test": ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "endomod:block/gladier_block"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}, "dna": {"type": "string"}, "edition": {"type": "integer"}, "date": {"type": "integer"}, "attributes": {"type": "array", "i... | {"name" : "8Bit Cats #124", "description" : "A collection of 8Bit Cats", "image" : "ipfs://QmRJWYg2zmuHPwvaBsXE3jt48XTC3nyTJKrDtKffWrute7/124.png", "dna" : "9e959f6a5a6e556b40973b9ff2a931778e529698", "edition" : 124, "date" : 1644783951360, "attributes" : [{"trait_type" : "Background", "value" : "Pink", "frequency" : "... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}, "dna": {"type": "string"}, "edition": {"type": "integer"}, "date": {"type": "integer"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email"... | {"name" : "myzero1/yii2-modular-site", "description" : "It can log by text,screenshot or both.", "type" : "yii2-module", "license" : "BSD-3-Clause", "authors" : [{"name" : "Xuanwu Qin", "email" : "myzero1@sina.com"}], "minimum-stability" : "stable", "require" : {"yiisoft/yii2" : "~2.0", "myzero1/yii2-theme-adminlteifra... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "purchasable", "definition" : "Capable of being bought, purchased, or obtained for a consideration; hence, venal; corrupt. Money being the counterbalance to all things purchasable by it, as much as you take off from the value of money, so much you add to the price of things exchanged. Locke."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": ... | {"id" : 1243290729, "type" : "Feature", "properties" : {"src:alt_label" : "geonames", "src:geom" : "geonames", "wof:geomhash" : "6879813e812869290b5432cb9b537f09", "wof:id" : 1243290729, "wof:repo" : "whosonfirst-data-admin-gb"}, "bbox" : [0.56825, 52.03049, 0.56825, 52.03049], "geometry" : {"coordinates" : [0.56825, 5... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"order_file": {"type": "string"}, "mapping_file": {"type": "string"}, "xml_file": {"type": "string"}, "extra_metadata_file": {"type": "string"}, "plenary_info_file": {"type": "string"}, "pdf_icons": {"type": "boolean"}, "video_... | {"order_file" : "agenda/data/order/manually_combined_order", "mapping_file" : "agenda/data/mapping/manually_combined_id_map.txt", "xml_file" : "agenda/data/xml/N19.xml", "extra_metadata_file" : "agenda/data/extra-metadata/main.tsv", "plenary_info_file" : "agenda/data/plenary-info.tsv", "pdf_icons" : true, "video_icons"... | json_instruct | {"type": "object", "properties": {"order_file": {"type": "string"}, "mapping_file": {"type": "string"}, "xml_file": {"type": "string"}, "extra_metadata_file": {"type": "string"}, "plenary_info_file": {"type": "string"}, "pdf_icons": {"type": "boolean"}, "video_icons": {"type": "boolean"}}, "required": ["order_file", "m... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "AddressInfo": {"type": "object", "properties"... | {"IsRecentlyVerified" : false, "ID" : 187068, "UUID" : "80588C27-F19C-4851-8402-B287C707A858", "DataProviderID" : 29, "DataProvidersReference" : "1184", "AddressInfo" : {"ID" : 187427, "Title" : "Auf der Riege 1", "AddressLine1" : "Auf der Riege 1", "Town" : "Sottrum", "Postcode" : "27367", "CountryID" : 87, "Latitude"... | json_instruct | {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}... | {"schema_version" : "1.2.0", "id" : "GHSA-c267-f4x5-xr2f", "modified" : "2022-05-01T07:41:30Z", "published" : "2022-05-01T07:41:30Z", "aliases" : ["CVE-2006-6778"], "details" : "Cross-site scripting (XSS) vulnerability in shownews.php in TimberWolf 1.2.2 allows remote attackers to inject arbitrary web script or HTML vi... | json_instruct | {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "a... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors"... | {"contract" : "0xb8706ba0672e49245302df10c872652621649876", "tool" : "osiris", "start" : 1564616005.918106, "end" : 1564616076.1613233, "duration" : 70.24321722984314, "analysis" : [{"errors" : [{"line" : 129, "column" : 16, "message" : "underflow_bugs"}], "file" : "/unique_chucks/42/0xb8706ba0672e49245302df10c87265262... | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {"type": "object", "properti... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val... | {"n_dim" : 13, "n_trials" : 340, "objective" : "markowitz_return_on_cube", "white" : "dlib_default", "black" : "hyperopt_tpe", "traceback" : ["passing", "passing"], "best_val" : [1844.3850398202596, 1871.9451523590888], "best_x" : [[0.5817769931896655, 0.6643714087486952, 0.46182400935981555, 0.45124849524670496, 0.667... | json_instruct | {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"title": {"type": "string"}, "creation_date": {"type": "string"}, "creation_date_earliest": {"type": "string"}, "creation_date_latest": {"type": "string"}, "medium": {"type": "string"}, "accession_number": {"type": ... | {"title" : "Miniature Portrait of a Lady", "creation_date" : "19th century", "creation_date_earliest" : "1800-01-01", "creation_date_latest" : "1899-01-01", "medium" : "watercolor on ivory; \"pearl\" mounted gold frame", "accession_number" : "27.10.42", "id" : "cmoa:things/00dcf3fb-b550-409a-8e43-d9d05edec1a1", "credit... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "creation_date": {"type": "string"}, "creation_date_earliest": {"type": "string"}, "creation_date_latest": {"type": "string"}, "medium": {"type": "string"}, "accession_number": {"type": "string"}, "id": {"type": "string"}, "credit_line": {"type": "string"},... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"files.associations": {"type": "object", "properties": {"typeinfo": {"type": "string"}, "functional": {"type": "string"}, "tuple": {"type": "string"}, "map": {"type": "string"}, "ios": {"type": "string"}, "iosfwd": ... | {"files.associations" : {"typeinfo" : "cpp", "functional" : "cpp", "tuple" : "cpp", "map" : "cpp", "ios" : "cpp", "iosfwd" : "cpp", "vector" : "cpp"}} | json_instruct | {"type": "object", "properties": {"files.associations": {"type": "object", "properties": {"typeinfo": {"type": "string"}, "functional": {"type": "string"}, "tuple": {"type": "string"}, "map": {"type": "string"}, "ios": {"type": "string"}, "iosfwd": {"type": "string"}, "vector": {"type": "string"}}, "required": ["typein... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]... | {"name" : "openhackcatch22", "version" : "1.0.0", "description" : "Repository for OpenHack in Lulea", "main" : "index.js", "scripts" : {"test" : "test"}, "repository" : {"type" : "git", "url" : "git+https://github.com/Jakob37/OpenHackCatch22.git"}, "author" : "Jakob Willforss", "license" : "MIT", "bugs" : {"url" : "htt... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"blacklist": {"type": "array", "items": {"type": "string"}}}, "required": ["blacklist"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"blacklist" : ["useStrict"]} | json_instruct | {"type": "object", "properties": {"blacklist": {"type": "array", "items": {"type": "string"}}}, "required": ["blacklist"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"kind": {"type": "string"}, "name": {"type": "string"}, "href": {"type": "string"}, "description": {"type": "string"}}, "required": ["kind", "name", "href", "description"], "$schema": "http://json-schema.org/draft-07/... | {"kind" : "Property", "name" : "Window.ondeviceorientationabsolute", "href" : "https://developer.mozilla.org/en-US/docs/Web/API/Window/ondeviceorientationabsolute", "description" : "An event handler for the deviceorientationabsolute event containing information about an absolute device orientation change."} | json_instruct | {"type": "object", "properties": {"kind": {"type": "string"}, "name": {"type": "string"}, "href": {"type": "string"}, "description": {"type": "string"}}, "required": ["kind", "name", "href", "description"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"project_info": {"type": "object", "properties": {"project_number": {"type": "string"}, "firebase_url": {"type": "string"}, "project_id": {"type": "string"}, "storage_bucket": {"type": "string"}}, "required": ["project_numbe... | {"project_info" : {"project_number" : "289410726556", "firebase_url" : "https://putnzonthemap-2f5ad.firebaseio.com", "project_id" : "putnzonthemap-2f5ad", "storage_bucket" : "putnzonthemap-2f5ad.appspot.com"}, "client" : [{"client_info" : {"mobilesdk_app_id" : "1:289410726556:android:53b6980d1ce5dec3", "android_client_... | json_instruct | {"type": "object", "properties": {"project_info": {"type": "object", "properties": {"project_number": {"type": "string"}, "firebase_url": {"type": "string"}, "project_id": {"type": "string"}, "storage_bucket": {"type": "string"}}, "required": ["project_number", "firebase_url", "project_id", "storage_bucket"]}, "client"... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"logs": {"type": "array", "items": {"type": "object", "properties": {"outputFile": {"type": "string"}, "map": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "string"}, "from": {"... | {"logs" : [{"outputFile" : "C:\\Users\\sandeep\\AndroidStudioProjects\\RoomDB-LiveData-MVVM--Todo-Notes-Blogs-Adroidapp\\app\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-b+es+419\\values-b+es+419.xml", "map" : [{"source" : "C:\\Users\\sandeep\\.gradle\\caches\\transforms-3\\96a8459cc55356... | json_instruct | {"type": "object", "properties": {"logs": {"type": "array", "items": {"type": "object", "properties": {"outputFile": {"type": "string"}, "map": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "string"}, "from": {"type": "object", "properties": {"startLines": {"type": "string"}, "startCol... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "pokecube_legends:block/distortic_bookshelf"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"Categories": {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "Title": {"type": "string"}}, "required": ["Name", "Title"]}}}, "required": ["Categories"], "$schema": "http://json-schema.org... | {"Categories" : [{"Name" : "Survey-Creator-Overview", "Title" : "Survey Creator Overview"}, {"Name" : "Add-Survey-Creator-into-your-Web-Page", "Title" : "Add Survey Creator into you Web Page"}, {"Name" : "BuilderOverview", "Title" : "Overview", "IsHidden" : true}, {"Name" : "api", "Title" : "Survey Creator API", "Items... | json_instruct | {"type": "object", "properties": {"Categories": {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "Title": {"type": "string"}}, "required": ["Name", "Title"]}}}, "required": ["Categories"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"<page title>": {"type": "string"}, "beautiful pictures automatically": {"type": "string"}, "brand": {"type": "string"}, "bundled items": {"type": "string"}, "condition": {"type": "string"}, "megapixels": {"t... | {"<page title>" : "Kodak EasyShare Z1485 Is 14 0 MP Digital Camera Black | eBay", "beautiful pictures automatically" : "Who says you can't have it all? The Kodak EASYSHARE Z1485 IS digital camera blends the latest picture-taking technology with the ultimate in style - and with Kodak's innovative Smart Capture feature,... | json_instruct | {"type": "object", "properties": {"<page title>": {"type": "string"}, "beautiful pictures automatically": {"type": "string"}, "brand": {"type": "string"}, "bundled items": {"type": "string"}, "condition": {"type": "string"}, "megapixels": {"type": "string"}, "model": {"type": "string"}, "mpn": {"type": "string"}, "opt... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, ... | {"userId" : 13702, "cartId" : "ffd0a8d5-6561-45a9-97d9-52fd6c63e546", "preferredProducts" : [], "productReviews" : [{"productId" : 3652, "reviewText" : "The box this comes in is 4 yard by 5 kilometer and weights 11 pound!", "reviewDate" : "2017-03-15T16:08:26.2766003+02:00"}, {"productId" : 2591, "reviewText" : "talk a... | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "s... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "ig... | {"name" : "lbBlog", "version" : "0.0.0", "homepage" : "https://github.com/arabyalhomsi/arabyalhomsi-blog", "authors" : ["Araby Alhomsi <araby.ami@gmail.com>"], "description" : "", "main" : "", "ignore" : ["**/.*", "node_modules", "bower_components", "test", "tests"], "dependencies" : {"backbone" : "~1.2.3", "jquery" : ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies":... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "integer"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "han... | {"version" : 1.2, "people" : [{"pose_keypoints_2d" : [633, 196, 1, 633, 237, 1, 599, 235, 1, 570, 268, 1, 547, 286, 1, 664, 237, 1, 705, 272, 1, 717, 304, 1, 615, 345, 1, 586, 421, 1, 564, 494, 1, 660, 341, 1, 682, 415, 1, 711, 486, 1, 623, 192, 1, 637, 192, 1, 617, 194, 1, 649, 196, 1], "face_keypoints_2d" : [], "hand... | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "integer"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "ha... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"Name": {"type": "string"}, "Version": {"type": "string"}, "Author": {"type": "string"}, "Number of Nodes": {"type": "integer"}, "Number of Namespaces": {"type": "integer"}, "Number of Edges": {"type": "intege... | {"Name" : "Discriminative Stimulus Properties of S(\u2212)-Nicotine: \u201cA Drug for All Seasons", "Version" : "1.0.0", "Author" : "Sandra Spalek", "Number of Nodes" : 69, "Number of Namespaces" : 7, "Number of Edges" : 100, "Number of Annotations" : 5, "Number of Citations" : 1, "Number of Authors" : 2, "Network Dens... | json_instruct | {"type": "object", "properties": {"Name": {"type": "string"}, "Version": {"type": "string"}, "Author": {"type": "string"}, "Number of Nodes": {"type": "integer"}, "Number of Namespaces": {"type": "integer"}, "Number of Edges": {"type": "integer"}, "Number of Annotations": {"type": "integer"}, "Number of Citations": {"t... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"W01000319": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "propertie... | {"type" : "Topology", "objects" : {"W01000319" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "W00001709", "LAD11CD" : "W06000005"}, "arcs" : [[0, 1, 2, 3]]}, {"type" : "Polygon", "pr... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"W01000319": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "str... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"BZH": {"type": "number"}, "MTH": {"type": "number"}, "LGIH": {"type": "number"}, "NVR": {"type": "number"}, "TMHC": {"type": "number"}, "MHO": {"type": "number"}, "DHI": {"type": "number"}, "TPH": {"type": "number"}, "NWHM": {... | {"BZH" : 1.0000000000000004, "MTH" : 0.4117643135780636, "LGIH" : 0.3957137551810906, "NVR" : 0.3599769278511874, "TMHC" : 0.34435915360499497, "MHO" : 0.33275831136916556, "DHI" : 0.29891671264152475, "TPH" : 0.29728057636899186, "NWHM" : 0.290803225859614, "KBH" : 0.2721276442291072, "CVCO" : 0.2602826209495224, "DFH... | json_instruct | {"type": "object", "properties": {"BZH": {"type": "number"}, "MTH": {"type": "number"}, "LGIH": {"type": "number"}, "NVR": {"type": "number"}, "TMHC": {"type": "number"}, "MHO": {"type": "number"}, "DHI": {"type": "number"}, "TPH": {"type": "number"}, "NWHM": {"type": "number"}, "KBH": {"type": "number"}, "CVCO": {"typ... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"project_info": {"type": "object", "properties": {"project_number": {"type": "string"}, "firebase_url": {"type": "string"}, "project_id": {"type": "string"}, "storage_bucket": {"type": "string"}}, "required": ["project_numbe... | {"project_info" : {"project_number" : "373690400813", "firebase_url" : "https://nmobile-df2f8.firebaseio.com", "project_id" : "nmobile-df2f8", "storage_bucket" : "nmobile-df2f8.appspot.com"}, "client" : [{"client_info" : {"mobilesdk_app_id" : "1:373690400813:android:5f87a55198dd3782e1b8a4", "android_client_info" : {"pa... | json_instruct | {"type": "object", "properties": {"project_info": {"type": "object", "properties": {"project_number": {"type": "string"}, "firebase_url": {"type": "string"}, "project_id": {"type": "string"}, "storage_bucket": {"type": "string"}}, "required": ["project_number", "firebase_url", "project_id", "storage_bucket"]}, "client"... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"siteId": {"type": "string"}}, "required": ["siteId"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"siteId" : "f5892d85-9470-4ccb-b339-c9f41b51924f"} | json_instruct | {"type": "object", "properties": {"siteId": {"type": "string"}}, "required": ["siteId"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"videomail-client.js": {"type": "string"}, "videomail-client.min.js": {"type": "string"}}, "required": ["videomail-client.js", "videomail-client.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"videomail-client.js" : "sha512-oCaNVm8QsFvAZ9jNtW47aytX/OZ5MQDOSIPTnX/IellyUgUt3pzYOXMz+FcbENhaXg8MRQxwUD5RyECnrViuRg==", "videomail-client.min.js" : "sha512-FJlIA9JyThx1zeF7yXSoDkTQKgZih2FZW77tkx8rDBcaqwFhYo2V8WX6dMJXeJX6zGJwcgffRQgRgcaxh+88Vw=="} | json_instruct | {"type": "object", "properties": {"videomail-client.js": {"type": "string"}, "videomail-client.min.js": {"type": "string"}}, "required": ["videomail-client.js", "videomail-client.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"env": {"type": "object", "properties": {"browser": {"type": "boolean"}, "commonjs": {"type": "boolean"}, "es2021": {"type": "boolean"}}, "required": ["browser", "commonjs", "es2021"]}, "extends": {"type": "st... | {"env" : {"browser" : true, "commonjs" : true, "es2021" : true}, "extends" : "eslint:recommended", "parserOptions" : {"ecmaVersion" : 12}, "globals" : {"jest" : true, "describe" : true, "expect" : true, "it" : true, "afterEach" : true}, "rules" : {}} | json_instruct | {"type": "object", "properties": {"env": {"type": "object", "properties": {"browser": {"type": "boolean"}, "commonjs": {"type": "boolean"}, "es2021": {"type": "boolean"}}, "required": ["browser", "commonjs", "es2021"]}, "extends": {"type": "string"}, "parserOptions": {"type": "object", "properties": {"ecmaVersion": {"t... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties"... | {"name" : "DatasetHub-backend", "version" : "1.0.0", "main" : "index.js", "repository" : "https://github.com/Gabriel4256/DatasetHub", "author" : "ssh", "license" : "MIT", "dependencies" : {"express" : "^4.17.1"}, "scripts" : {"dev" : "cross-env NODE_ENV=\"development\" nodemon ./index.js", "build" : "", "test" : ""}, "... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}}, "required": ["express"... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"vendor": {"type": "string"}, "filename": {"type": "string"}, "release_type": {"type": "string"}, "version": {"type": "string"}, "java_version": {"type": "string"}, "jvm_impl": {"type": "string"}, "os": {"type": "stri... | {"vendor" : "liberica", "filename" : "bellsoft-jre11.0.9+12-linux-amd64.tar.gz", "release_type" : "ga", "version" : "11.0.9+12", "java_version" : "11.0.9+12", "jvm_impl" : "hotspot", "os" : "linux", "architecture" : "x86_64", "file_type" : "tar.gz", "image_type" : "jre", "features" : [], "url" : "https://github.com/bel... | json_instruct | {"type": "object", "properties": {"vendor": {"type": "string"}, "filename": {"type": "string"}, "release_type": {"type": "string"}, "version": {"type": "string"}, "java_version": {"type": "string"}, "jvm_impl": {"type": "string"}, "os": {"type": "string"}, "architecture": {"type": "string"}, "file_type": {"type": "stri... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "null"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "aut... | {"title" : "Unsupervised Domain Adaptation With Distribution Matching Machines.", "fields" : ["domain adaptation", "computer science", "artificial intelligence", "machine learning"], "abstract" : null, "citation" : "Not cited", "departments" : ["Tsinghua University", "Tsinghua University", "Tsinghua University"], "auth... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "null"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type"... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"EvilTastesGood": {"type": "array", "items": {"type": "string"}}}, "required": ["EvilTastesGood"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"EvilTastesGood" : ["EvilFeelsGood", "EvilOverlord", "BadassCape", "KickTheDog", "EvilPlan", "SevenDeadlySins", "BeautyEqualsGoodness", "EvilFeelsGood", "DrunkOnTheDarkSide", "ImAHumanitarian", "SerialKiller", "OurVampiresAreDifferent", "OurWerewolvesAreDifferent", "OurZombiesAreDifferent", "ToServeMan", "EmotionEater... | json_instruct | {"type": "object", "properties": {"EvilTastesGood": {"type": "array", "items": {"type": "string"}}}, "required": ["EvilTastesGood"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "minimum-stability": {"type": "string"}, "autoload": {"type": "object", "properties": {"classmap": {"t... | {"name" : "php_modules/core", "version" : "1.0.2", "description" : "A differnt way for modularising php scripts.", "type" : "library", "minimum-stability" : "dev", "autoload" : {"classmap" : ["Sammy\\Packs\\"], "files" : ["autoload.php"]}, "keywords" : ["Sammy", "Sammy-Packs", "packs", "php", "module", "php-module", "m... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "minimum-stability": {"type": "string"}, "autoload": {"type": "object", "properties": {"classmap": {"type": "array", "items": {"type": "string"}}, "files": {"type":... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"t... | {"\u5de5\u5ee0\u540d\u7a31" : "\u751f\u6cf0\u5408\u6210\u5de5\u696d\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99658972", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "07110000210826", "\u5de5\u5ee0\u5730\u5740" : "\u81fa\u5357\u5e02\u65b0\u71df\u5340\u571f\u5eab\u91cc\u958b... | json_instruct | {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "st... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "factorio_version": {"type": "string"}, "title": {"type": "string"}, "author": {"type": "string"}, "contact": {"type": "string"}, "homepage": {"type": "stri... | {"name" : "5dim_module", "version" : "1.1.1", "factorio_version" : "1.1", "title" : "5Dim's mod - New Module", "author" : "5Dim", "contact" : "https://github.com/McGuten/Factorio5DimMods/issues", "homepage" : "https://mods.factorio.com/user/McGuten", "description" : "Modules for 5dim's mod\n\rAdds a brand new merged mo... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "factorio_version": {"type": "string"}, "title": {"type": "string"}, "author": {"type": "string"}, "contact": {"type": "string"}, "homepage": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "arra... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"ja13:1.1": {"type": "string"}, "ja13:2.1": {"type": "string"}}, "required": ["ja13:1.1", "ja13:2.1"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ja13:1.1" : "ms22J_28, msdiv13, pts-vp-pli1.155", "ja13:2.1" : "ms22J_29"} | json_instruct | {"type": "object", "properties": {"ja13:1.1": {"type": "string"}, "ja13:2.1": {"type": "string"}}, "required": ["ja13:1.1", "ja13:2.1"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"domain": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "name": {"type": "string"}, "homepage": {"type": "string"}, "audit": {"type": "string"}, "director": {"type": "... | {"domain" : "kmzyw.com.cn", "title" : "\u5eb7\u7f8e\u836f\u4e1a\u80a1\u4efd\u6709\u9650\u516c\u53f8", "type" : "\u4f01\u4e1a", "license" : "\u7ca4ICP\u590710204402\u53f7-3", "name" : "\u5eb7\u7f8e\u4e16\u7eaa\u56fd\u836f\u516c\u53f8\u7f51\u7ad9", "homepage" : "www.kmzyw.com.cn", "audit" : "2016-02-03", "director" : "",... | json_instruct | {"type": "object", "properties": {"domain": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "name": {"type": "string"}, "homepage": {"type": "string"}, "audit": {"type": "string"}, "director": {"type": "string"}, "pre-approval": {"type": "string"}, "updated": ... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "number"... | {"artist_id" : "ARIA3WW1187FB41184", "artist_latitude" : null, "artist_location" : "", "artist_longitude" : null, "artist_name" : "Kristian Stanfill", "duration" : 228.30975, "num_songs" : 1, "song_id" : "SOFMVXL12AB0189DDE", "title" : "Glowing", "year" : 0} | json_instruct | {"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title"... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "values": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "value": {"type": "string"}, "enabled": {"type": "boolean"}}, "required": ["key", "value", ... | {"name" : "anni", "values" : [{"key" : "PUBLIC_API_URL", "value" : "https://8hvzqsnmhh.execute-api.us-west-2.amazonaws.com/anni", "enabled" : true}, {"key" : "PRIVATE_API_URL", "value" : "https://488ylmkk2g.execute-api.us-west-2.amazonaws.com/anni", "enabled" : true}, {"key" : "ID_TOKEN", "value" : "abcde", "enabled" :... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "values": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "value": {"type": "string"}, "enabled": {"type": "boolean"}}, "required": ["key", "value", "enabled"]}}}, "required": ["name", "values"], "$schema": "http://jso... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "dev": {"type": "string"}}, "req... | {"name" : "node-curator", "version" : "0.0.1", "description" : "A timing job executor backed by Redis, support distribution mode.", "main" : "index.js", "scripts" : {"test" : "standard && mocha", "dev" : "standard && DEBUG=curator node test.js"}, "repository" : {"type" : "git", "url" : "git+https://github.com/DavidCai1... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "dev": {"type": "string"}}, "required": ["test", "dev"]}, "repository": {"type": "object", ... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"files": {"type": "object", "properties": {"main.css": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "runtime-main.js": {"type": "string"}, "runtime-main.js.map": {"type":... | {"files" : {"main.css" : "/static/css/main.d62a339a.chunk.css", "main.js" : "/static/js/main.eda635d0.chunk.js", "main.js.map" : "/static/js/main.eda635d0.chunk.js.map", "runtime-main.js" : "/static/js/runtime-main.310cdbaa.js", "runtime-main.js.map" : "/static/js/runtime-main.310cdbaa.js.map", "static/js/2.cd238c15.ch... | json_instruct | {"type": "object", "properties": {"files": {"type": "object", "properties": {"main.css": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "runtime-main.js": {"type": "string"}, "runtime-main.js.map": {"type": "string"}, "static/js/2.cd238c15.chunk.js": {"type": "string"}, "static/js... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"canvasXpress.css": {"type": "string"}, "canvasXpress.min.css": {"type": "string"}, "canvasXpress.min.js": {"type": "string"}}, "required": ["canvasXpress.css", "canvasXpress.min.css", "canvasXpress.min.js"], "$schema": "http:/... | {"canvasXpress.css" : "sha256-bPrk8w3uABywFH2w1C3OsUbnXzfb1jOc2ftxrk9pjYA=", "canvasXpress.min.css" : "sha256-lfxfRlgcmJFAX5QN1CZkxkyOljr0qC+1buKYr2xv5rQ=", "canvasXpress.min.js" : "sha256-+OYAlO6pgiDVN8NCAZiR0S8kHY1erQt8ARTcnH969Ig="} | json_instruct | {"type": "object", "properties": {"canvasXpress.css": {"type": "string"}, "canvasXpress.min.css": {"type": "string"}, "canvasXpress.min.js": {"type": "string"}}, "required": ["canvasXpress.css", "canvasXpress.min.css", "canvasXpress.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_... | {"id" : 148251, "name" : "Tumblr - Hide blogs in search results", "description" : "This hides the top section of the Tumblr search page where a list of blogs is displayed.", "user" : {"id" : 509231, "name" : "sleemo", "email" : "redacted", "paypal_email" : "hereishazel@icloud.com", "homepage" : "https://sleemo.tumblr.c... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "string"}, "homepage": {"type": "string"}, "a... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object... | {"name" : "back-end-project-week", "version" : "1.0.0", "main" : "index.js", "repository" : "https://github.com/bennyo27/back-end-project-week.git", "author" : "benny <oseguerabenny27@gmail.com>", "license" : "MIT", "dependencies" : {"bcryptjs" : "^2.4.3", "cors" : "^2.8.4", "dotenv" : "^6.1.0", "express" : "^4.16.4", ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bcryptjs": {"type": "string"}, "cors": {"type": "stri... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"special": {"type": "object", "properties": {"background": {"type": "string"}, "foreground": {"type": "string"}, "cursor": {"type": "string"}}, "required": ["background", "foreground", "cursor"]}, "colors": {"type"... | {"special" : {"background" : "#2d3144", "foreground" : "#96915d", "cursor" : "#cfccbe"}, "colors" : {"color0" : "#2d3144", "color1" : "#8d6d5c", "color2" : "#6d806d", "color3" : "#96915d", "color4" : "#68758d", "color5" : "#8a747b", "color6" : "#8d97a8", "color7" : "#cfccbe", "color8" : "#525a69", "color9" : "#8d6d5c",... | json_instruct | {"type": "object", "properties": {"special": {"type": "object", "properties": {"background": {"type": "string"}, "foreground": {"type": "string"}, "cursor": {"type": "string"}}, "required": ["background", "foreground", "cursor"]}, "colors": {"type": "object", "properties": {"color0": {"type": "string"}, "color1": {"typ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"wards": {"type": "array", "items": {"type": "object", "properties": {"ward_no": {"type": "integer"}, "ward_name": {"type": "string"}, "ward_id": {"type": "string"}}, "required": ["ward_no", "ward_name", "ward_id"]}}, "no_of_wa... | {"wards" : [{"ward_no" : 1, "ward_name" : "Bada Gaon", "ward_id" : "199475"}], "no_of_wards" : 1, "name" : "BADA GAON", "lsg_code" : "50017", "district" : "Ballia", "state" : "Uttar Pradesh", "block_no" : "916"} | json_instruct | {"type": "object", "properties": {"wards": {"type": "array", "items": {"type": "object", "properties": {"ward_no": {"type": "integer"}, "ward_name": {"type": "string"}, "ward_id": {"type": "string"}}, "required": ["ward_no", "ward_name", "ward_id"]}}, "no_of_wards": {"type": "integer"}, "name": {"type": "string"}, "lsg... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "url": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "url", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : 0, "url" : "http://www.espncricinfo.comundefined", "name" : ""}, {"id" : 1, "url" : "http://www.espncricinfo.com/ci/content/player/522724.html", "name" : "Kaung Myat, A (Kaung Myat)"}, {"id" : 2, "url" : "http://www.espncricinfo.com/ci/content/player/492681.html", "name" : "Khin Aye (1993- )"}, {"id" : 3, "url... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "url": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "url", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"$id": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"Type": {"type": "object", "properties": {"type": {"type": "string"}, "enum": {"type": "array", "items": {"type": "string"}}},... | {"$id" : "ALIYUN::POLARDB::DBClusterEndpointAddress", "type" : "object", "properties" : {"Type" : {"type" : "string", "enum" : ["ALIYUN::POLARDB::DBClusterEndpointAddress"]}, "Properties" : {"type" : "object", "properties" : {"DBEndpointId" : {"type" : "string"}, "DBClusterId" : {"type" : "string"}, "ConnectionStringPr... | json_instruct | {"type": "object", "properties": {"$id": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"Type": {"type": "object", "properties": {"type": {"type": "string"}, "enum": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "enum"]}, "Properties": {"type": "o... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"domain": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "name": {"type": "string"}, "homepage": {"type": "string"}, "audit": {"type": "string"}, "director"... | {"domain" : "nflchina.com", "title" : "\u864e\u6251\uff08\u4e0a\u6d77\uff09\u6587\u5316\u4f20\u64ad\u80a1\u4efd\u6709\u9650\u516c\u53f8", "type" : "\u4f01\u4e1a", "license" : "\u6caaICP\u590705037078\u53f7-19", "name" : "nfl\u4e2d\u6587\u7f51", "homepage" : "www.nflchina.com", "audit" : "2016-05-06", "director" : "", "... | json_instruct | {"type": "object", "properties": {"domain": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "name": {"type": "string"}, "homepage": {"type": "string"}, "audit": {"type": "string"}, "director": {"type": "string"}, "pre-approval": {"type": "string"}, "updated": ... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"template": {"type": "string"}, "description": {"type": "string"}, "execution_order": {"type": "integer"}, "enabled": {"type": "boolean"}, "action": {"type": "string"}, "find": {"type": "string"}, "replace": {"type": ... | {"template" : "account_security", "description" : "Add show password toggle button and password strength meter for new password", "execution_order" : 10, "enabled" : true, "action" : "str_replace", "find" : "<xf:textboxrow name=\"password\" ", "replace" : "$0 show-strength=\"true\""} | json_instruct | {"type": "object", "properties": {"template": {"type": "string"}, "description": {"type": "string"}, "execution_order": {"type": "integer"}, "enabled": {"type": "boolean"}, "action": {"type": "string"}, "find": {"type": "string"}, "replace": {"type": "string"}}, "required": ["template", "description", "execution_order"... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"5654": {"type": "string"}, "5656": {"type": "string"}}, "required": ["5654", "5656"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"5654" : "5655", "5656" : "5657"} | json_instruct | {"type": "object", "properties": {"5654": {"type": "string"}, "5656": {"type": "string"}}, "required": ["5654", "5656"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": ... | {"nom" : "Abeilhan", "dpt" : "H\u00e9rault", "inscrits" : 1306, "abs" : 262, "votants" : 1044, "blancs" : 88, "nuls" : 35, "exp" : 921, "res" : [{"panneau" : "2", "voix" : 514}, {"panneau" : "1", "voix" : 407}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object"... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"class": {"type": "object", "properties": {"default": {"type": "string"}, "for:": {"type": "string"}, "forRepository:": {"type": "string"}, "value:for:during:": {"type": "string"}}, "required": ["default", "for:", "fo... | {"class" : {"default" : "jr 3/6/2020 23:47", "for:" : "jr 2/26/2020 21:28", "forRepository:" : "jr 3/6/2020 23:50", "value:for:during:" : "jr 3/6/2020 23:49"}, "instance" : {}} | json_instruct | {"type": "object", "properties": {"class": {"type": "object", "properties": {"default": {"type": "string"}, "for:": {"type": "string"}, "forRepository:": {"type": "string"}, "value:for:during:": {"type": "string"}}, "required": ["default", "for:", "forRepository:", "value:for:during:"]}, "instance": {"type": "object", ... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "au... | {"title" : "MegaPipe: A New Programming Interface for Scalable Network I/O.", "fields" : ["user space", "exploit", "workload", "scalability", "kernel"], "abstract" : "We present MegaPipe, a new API for efficient, scalable network I/O for message-oriented workloads. The design of MegaPipe centers around the abstraction ... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"typ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"webpackCompilationHash": {"type": "string"}}, "required": ["webpackCompilationHash"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"webpackCompilationHash" : "97f54f4277d78f5d2a35"} | json_instruct | {"type": "object", "properties": {"webpackCompilationHash": {"type": "string"}}, "required": ["webpackCompilationHash"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"_id": {"type": "string"}, "index": {"type": "integer"}, "guid": {"type": "string"}, "isActive": {"type": "boolean"}, "balance": {"type": "string"}, "picture": {"type": "string"}, "age": {"type": "integer"}, "eyeColor": {"type"... | {"_id" : "55ee5e45a08e7cce8368c3f6", "index" : 1940, "guid" : "2c7d384f-6632-46ba-9965-e9fc5dd5786f", "isActive" : false, "balance" : "$23,218.40", "picture" : "http://placehold.it/32x32", "age" : 42, "eyeColor" : "blue", "name" : "Winnie Shepard", "gender" : "female", "company" : "CANOPOLY", "email" : "winnieshepard@c... | json_instruct | {"type": "object", "properties": {"_id": {"type": "string"}, "index": {"type": "integer"}, "guid": {"type": "string"}, "isActive": {"type": "boolean"}, "balance": {"type": "string"}, "picture": {"type": "string"}, "age": {"type": "integer"}, "eyeColor": {"type": "string"}, "name": {"type": "string"}, "gender": {"type":... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"courseCode": {"type": "string"}, "courseCredit": {"type": "string"}, "description": {"type": "string"}, "faculty": {"type": "string"}, "preclusion": {"type": "string"}, "title": {"type": "string"}}, "required":... | {"courseCode" : "UTC1102N", "courseCredit" : "4", "description" : "From the earliest films in the late 19th century to contemporary Hollywood blockbusters, science and technology have long played a role in how the future has been envisioned. In this seminar students will study a range of popular science fiction films a... | json_instruct | {"type": "object", "properties": {"courseCode": {"type": "string"}, "courseCredit": {"type": "string"}, "description": {"type": "string"}, "faculty": {"type": "string"}, "preclusion": {"type": "string"}, "title": {"type": "string"}}, "required": ["courseCode", "courseCredit", "description", "faculty", "preclusion", "ti... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items": {"ty... | {"version" : 1.3, "people" : [{"person_id" : [-1], "pose_keypoints_2d" : [50.4866, 60.5631, 0.64422, 57.8454, 63.2827, 0.829794, 54.7552, 64.4385, 0.822329, 54.7664, 73.3651, 0.820104, 51.6569, 80.3412, 0.787995, 60.5788, 60.9725, 0.803481, 68.3205, 69.8589, 0.563405, 71.4249, 78.7802, 0.538525, 67.1566, 79.5696, 0.724... | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, ... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "autobuild": {"type": "string"}, "start": {"type": "string"}, "dev": {"type": "string"}, "d... | {"name" : "svelte-gantt", "version" : "3.0.0-alpha", "scripts" : {"build" : "rollup -c", "autobuild" : "rollup -c -w", "start" : "serve public", "dev" : "run-p start autobuild", "docs:autobuild" : "rollup -c docs/rollup.config.js -w", "docs:start" : "serve docs", "dev:docs" : "run-p docs:* autobuild"}, "types" : "types... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "autobuild": {"type": "string"}, "start": {"type": "string"}, "dev": {"type": "string"}, "docs:autobuild": {"type": "string"}, "docs:start": {"type": "st... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"type": {"type": "string"}, "items": {"type": "object", "properties": {"javaType": {"type": "string"}, "type": {"type": "string"}}, "required": ["javaType", "type"]}}, "required": ["type", "items"], "$schema": "htt... | {"type" : "array", "items" : {"javaType" : "com.example.RootArrayItem", "type" : "object"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "items": {"type": "object", "properties": {"javaType": {"type": "string"}, "type": {"type": "string"}}, "required": ["javaType", "type"]}}, "required": ["type", "items"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"full_name": {"type": "string"}, "email": {"type": "string"}, "username": {"type": "string"}, "project_name": {"type": "string"}, "repo_name": {"type": "string"}, "min_snakemake_version": {"type": "string"}, "singularity": {"ty... | {"full_name" : "Ryan Patterson-Cross", "email" : "rb.patterson.cross@gmail.com", "username" : "rbpatt2019", "project_name" : "Project", "repo_name" : "project", "min_snakemake_version" : "6.10.0", "singularity" : "3.7.1", "mambaforge" : "4.10.3-7", "python" : "3.9", "r_version" : "4.1.1", "description" : "A snakemake a... | json_instruct | {"type": "object", "properties": {"full_name": {"type": "string"}, "email": {"type": "string"}, "username": {"type": "string"}, "project_name": {"type": "string"}, "repo_name": {"type": "string"}, "min_snakemake_version": {"type": "string"}, "singularity": {"type": "string"}, "mambaforge": {"type": "string"}, "python":... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"(0, 0, 2)": {"type": "string"}, "(1, 0, 1)": {"type": "string"}, "(1, 1, 1)": {"type": "string"}, "(1, 2, 1)": {"type": "string"}, "(1, 3, 1)": {"type": "string"}, "(2, 0, 1)": {"type": "string"}, "(2, 1, 1)": ... | {"(0, 0, 2)" : "Jack LaLanne", "(1, 0, 1)" : "Born", "(1, 1, 1)" : "Francois Henri LaLanne", "(1, 2, 1)" : "(1914-09-26)September 26, 1914", "(1, 3, 1)" : "San Francisco, California, U.S.", "(2, 0, 1)" : "Died", "(2, 1, 1)" : "January 23, 2011(2011-01-23) (aged 96)", "(2, 2, 1)" : "Morro Bay, California, U.S.", "(3, 0,... | json_instruct | {"type": "object", "properties": {"(0, 0, 2)": {"type": "string"}, "(1, 0, 1)": {"type": "string"}, "(1, 1, 1)": {"type": "string"}, "(1, 2, 1)": {"type": "string"}, "(1, 3, 1)": {"type": "string"}, "(2, 0, 1)": {"type": "string"}, "(2, 1, 1)": {"type": "string"}, "(2, 2, 1)": {"type": "string"}, "(3, 0, 1)": {"type": ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"copyright": {"type": "string"}, "url": {"type": "string"}, "email": {"type": "string"}, "format": {"type": "string"}}, "required": ["copyright", "url", "email", "format"], "$schema": "http://json-schema.org/draft-0... | {"copyright" : "Michael Gale", "url" : "https://michaelgale.dev", "email" : "michael@michaelgale.dev", "format" : "txt"} | json_instruct | {"type": "object", "properties": {"copyright": {"type": "string"}, "url": {"type": "string"}, "email": {"type": "string"}, "format": {"type": "string"}}, "required": ["copyright", "url", "email", "format"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"$schema": {"type": "string"}, "type": {"type": "string"}, "itemDisplayName": {"type": "string"}, "description": {"type": "string"}, "summary": {"type": "string"}, "githubUsername": {"type": "string"}, "dateUpdated": {"type": "... | {"$schema" : "https://aka.ms/azure-quickstart-templates-metadata-schema#", "type" : "QuickStart", "itemDisplayName" : "RBAC - Grant Built In Role Access for multiple existing VMs in a Resource Group", "description" : "This template grants applicable role based access to multiple existing VMs in a Resource Group", "summ... | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "type": {"type": "string"}, "itemDisplayName": {"type": "string"}, "description": {"type": "string"}, "summary": {"type": "string"}, "githubUsername": {"type": "string"}, "dateUpdated": {"type": "string"}}, "required": ["$schema", "type", "itemDisplayName... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id_0302": {"type": "object", "properties": {"publicdate": {"type": "string"}, "title": {"type": "string"}}, "required": ["publicdate", "title"]}}, "required": ["id_0302"], "$schema": "http://json-schema.org/draft-07/schema#"}
... | {"id_0302" : {"publicdate" : "2006-01-22 10:40:11", "title" : "Song"}} | json_instruct | {"type": "object", "properties": {"id_0302": {"type": "object", "properties": {"publicdate": {"type": "string"}, "title": {"type": "string"}}, "required": ["publicdate", "title"]}}, "required": ["id_0302"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"logger": {"type": "object", "properties": {"MAXFILES": {"type": "integer"}, "MAXSIZE": {"type": "integer"}, "LOGDIR": {"type": "string"}, "LOGFILE": {"type": "string"}, "DATEPATTERN": {"type": "string"}, "LEV... | {"logger" : {"MAXFILES" : 10, "MAXSIZE" : 5242880, "LOGDIR" : "logs", "LOGFILE" : "node-expenses.log", "DATEPATTERN" : ".yyyy-MM-dd", "LEVEL" : "info", "offset" : 330}, "elastic" : {"hosts" : [{"protocol" : "http", "host" : "127.0.0.1", "port" : 9200}]}, "mailer" : {"from" : "kidwainagarcommunity@gmail.com", "to" : "ka... | json_instruct | {"type": "object", "properties": {"logger": {"type": "object", "properties": {"MAXFILES": {"type": "integer"}, "MAXSIZE": {"type": "integer"}, "LOGDIR": {"type": "string"}, "LOGFILE": {"type": "string"}, "DATEPATTERN": {"type": "string"}, "LEVEL": {"type": "string"}, "offset": {"type": "integer"}}, "required": ["MAXFIL... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}, "autoload": ... | {"name" : "allsecure-exchange/allsecure-exchange-prestashop", "description" : "", "type" : "prestashop-plugin", "license" : "", "require" : {"php" : ">=7.1"}, "autoload" : {"psr-4" : {"AllsecureExchange\\Prestashop\\PaymentMethod\\" : "./payment_method/", "AllsecureExchange\\Prestashop\\" : "./", "AllsecureExchange\\Cl... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "obje... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId",... | {"userId" : 11061, "cartId" : "57cc2d2a-7f32-430c-a2eb-c3ce7b0aa858", "preferredProducts" : [2839, 4313, 4344, 180, 1436, 4572, 2888, 2810, 2670, 2365], "productReviews" : []} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "poignancy", "definition" : "The quality or state of being poignant; as, the poignancy of satire; the poignancy of grief. Swift."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "1111022001", "district_id" : "1111022", "name" : "JAMUAN"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "... | {"name" : "huungnguyen/timezones", "description" : "Demo-package to show time", "license" : "MIT", "homepage" : "https://github.com/huungnguyen/package-timezones", "authors" : [{"name" : "huungnguyen", "email" : "huungnguyen.vp.1995@gmail.com"}], "minimum-stability" : "stable", "require" : {"php" : ">=5.3.0"}, "autoloa... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"t... | {"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Barangay 190, Pasay City, Metropolitan Manila, National Capital Region, PH", "locale" : "ph.national-capital-region.metropolitan-manila.pasay-city.barangay-190", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippin... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"station_g": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_name": {"typ... | {"station_g" : [{"pref_cd" : 29, "line_cd" : 31007, "line_name" : "\u8fd1\u9244\u5409\u91ce\u7dda", "station_cd" : 3100708, "station_name" : "\u85ac\u6c34"}]} | json_instruct | {"type": "object", "properties": {"station_g": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_name": {"type": "string"}}, "required": ["pref_cd", "line_cd", "line_na... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"hour positive count": {"type": "integer"}, "hour neutral count": {"type": "integer"}, "hour negative count": {"type": "integer"}, "hour distri": {"type": "object", "properties": {"0.0": {"type": "integer"}, "0.47":... | {"hour positive count" : 17, "hour neutral count" : 3, "hour negative count" : 2, "hour distri" : {"0.0" : 1, "0.47" : 1, "1.0" : 4, "0.78" : 1, "0.64" : 1, "0.98" : 3, "0.87" : 1, "0.99" : 5, "0.96" : 1, "0.05" : 1, "0.97" : 2, "0.89" : 1}} | json_instruct | {"type": "object", "properties": {"hour positive count": {"type": "integer"}, "hour neutral count": {"type": "integer"}, "hour negative count": {"type": "integer"}, "hour distri": {"type": "object", "properties": {"0.0": {"type": "integer"}, "0.47": {"type": "integer"}, "1.0": {"type": "integer"}, "0.78": {"type": "int... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "pro... | {"id" : "3b9d98d3-fb79-44e7-b5f5-71a7ab059e16", "playerTags" : ["ef32eb48-4866-49d0-ae58-9c4982e01142"], "teamTags" : [], "gameTags" : ["6c706a7d-2253-4c24-9496-a3864ad42f2f"], "metadata" : {"mod" : "INHABITING", "play" : 386, "type" : 0, "parent" : "4332c6ff-70cc-4946-b03c-ad705f988ca4", "subPlay" : 0}, "created" : "2... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"mod": {"type": "string"}, "play": {"type": "int... |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "KIM-PHILIPPE", "frequency" : 1, "gender" : "male"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.