input
stringlengths 159
2.05k
| output
stringlengths 5
10.3k
| task
stringclasses 1
value | schema
stringlengths 100
1.99k
|
---|---|---|---|
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {"type": "object", "properties": {"hash": {"type": "string"}, "blockHash": {"type": "string"}, "blockNumber": {"type": "integer"}, "transactionIndex": {"type": "integer"}, "confirmations": {"type": "null"}, "from": {"type": "string"}, "gasPrice": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "to": {"type": "string"}, "value": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "nonce": {"type": "integer"}, "data": {"type": "string"}, "r": {"type": "string"}, "s": {"type": "string"}, "v": {"type": "integer"}, "creates": {"type": "null"}, "raw": {"type": "string"}, "networkId": {"type": "integer"}, "chainId": {"type": "integer"}}, "required": ["hash", "blockHash", "blockNumber", "transactionIndex", "confirmations", "from", "gasPrice", "gasLimit", "to", "value", "nonce", "data", "r", "s", "v", "creates", "raw", "networkId", "chainId"]}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"hash" : "0x59367d450578e282de4eef5f25441f121e222dc18eb33a619c26a6f571835a01", "parentHash" : "0xc1841a3f95e79924196310f3d64af7c4295472b7246c51e43bedfba82b244a47", "number" : 53131, "timestamp" : 1439032967, "nonce" : "0x051be235acf27f0b", "difficulty" : 1572393268570, "gasLimit" : {"_hex" : "0x205118"}, "gasUsed" : {"_hex" : "0x899a"}, "miner" : "0x893FF53FE9b3DA680472E1948F2294F970D44678", "extraData" : "0x476574682f76312e302e312f6c696e75782f676f312e342e32", "transactions" : [{"hash" : "0x16a6e787439074b3f6f5eb70d0af5cb79ab8e0b6412f7d554aa730b13795021e", "blockHash" : "0x59367d450578e282de4eef5f25441f121e222dc18eb33a619c26a6f571835a01", "blockNumber" : 53131, "transactionIndex" : 0, "confirmations" : null, "from" : "0x4b0C6F0297CEe4B551B6fab3277067B64B238990", "gasPrice" : {"_hex" : "0x10c41f92eda"}, "gasLimit" : {"_hex" : "0x15f90"}, "to" : "0x33e98638ea7F2C2fd83731528fb53802Af395D13", "value" : {"_hex" : "0x0"}, "nonce" : 7, "data" : "0x90b98a11000000000000000000000000258091741a3ab6ddd5e304ea6b9eff060badb8bf0000000000000000000000000000000000000000000000000000000000000001", "r" : "0xecf5609002ade233b5698886950e5c365a81577e7dc4b6126fd396df6dba0003", "s" : "0x7fa4b6f199b250567dbf8f8b8fb8dd45ca0c7b0073142679a845156795798111", "v" : 27, "creates" : null, "raw" : "0xf8ab0786010c41f92eda83015f909433e98638ea7f2c2fd83731528fb53802af395d1380b84490b98a11000000000000000000000000258091741a3ab6ddd5e304ea6b9eff060badb8bf00000000000000000000000000000000000000000000000000000000000000011ba0ecf5609002ade233b5698886950e5c365a81577e7dc4b6126fd396df6dba0003a07fa4b6f199b250567dbf8f8b8fb8dd45ca0c7b0073142679a845156795798111", "networkId" : 0, "chainId" : 0}]} | json_instruct | {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {"type": "object", "properties": {"hash": {"type": "string"}, "blockHash": {"type": "string"}, "blockNumber": {"type": "integer"}, "transactionIndex": {"type": "integer"}, "confirmations": {"type": "null"}, "from": {"type": "string"}, "gasPrice": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "to": {"type": "string"}, "value": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "nonce": {"type": "integer"}, "data": {"type": "string"}, "r": {"type": "string"}, "s": {"type": "string"}, "v": {"type": "integer"}, "creates": {"type": "null"}, "raw": {"type": "string"}, "networkId": {"type": "integer"}, "chainId": {"type": "integer"}}, "required": ["hash", "blockHash", "blockNumber", "transactionIndex", "confirmations", "from", "gasPrice", "gasLimit", "to", "value", "nonce", "data", "r", "s", "v", "creates", "raw", "networkId", "chainId"]}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-110.823834, 32.234105], [-110.823832, 32.235551], [-110.813081, 32.235518], [-110.813102, 32.231807], [-110.815317, 32.231816], [-110.815101, 32.228128], [-110.816388, 32.225651], [-110.816389, 32.223122], [-110.815387, 32.220966], [-110.823829, 32.220963], [-110.823834, 32.234105]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 1745}}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "options": {"type": "object", "properties": {"or": {"type": "string"}}, "required": ["or"]}, "shex": {"type": "string"}, "shape": {"type": "string"}, "termResolver": {"type": "string"}, "data": {"type": "string"}, "node": {"type": "string"}}, "required": ["name", "options", "shex", "shape", "termResolver", "data", "node"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "3backtick_pass", "options" : {"or" : "someOf"}, "shex" : "3backtick.shex", "shape" : "http://a.example/S", "termResolver" : "backtick.owl", "data" : "backtick.ttl", "node" : "http://a.example/s"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "options": {"type": "object", "properties": {"or": {"type": "string"}}, "required": ["or"]}, "shex": {"type": "string"}, "shape": {"type": "string"}, "termResolver": {"type": "string"}, "data": {"type": "string"}, "node": {"type": "string"}}, "required": ["name", "options", "shex", "shape", "termResolver", "data", "node"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"thag1.47:0.1": {"type": "string"}, "thag1.47:0.2": {"type": "string"}, "thag1.47:0.3": {"type": "string"}, "thag1.47:0.4": {"type": "string"}, "thag1.47:1.1": {"type": "string"}, "thag1.47:1.2": {"type": "string"}, "thag1.47:1.3": {"type": "string"}, "thag1.47:1.4": {"type": "string"}, "thag1.47:1.5": {"type": "string"}}, "required": ["thag1.47:0.1", "thag1.47:0.2", "thag1.47:0.3", "thag1.47:0.4", "thag1.47:1.1", "thag1.47:1.2", "thag1.47:1.3", "thag1.47:1.4", "thag1.47:1.5"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"thag1.47:0.1" : "<article id='thag1.47'><header><ul><li class='division'>{}</li>", "thag1.47:0.2" : "<li>{}</li>", "thag1.47:0.3" : "<li>{}</li></ul>", "thag1.47:0.4" : "<h1 class='sutta-title'>{}</h1></header>", "thag1.47:1.1" : "<blockquote class='gatha'><p><span class='verse-line'>{}</span>", "thag1.47:1.2" : "<span class='verse-line'>{}</span>", "thag1.47:1.3" : "<span class='verse-line'>{}</span>", "thag1.47:1.4" : "<span class='verse-line'>{}</span></p></blockquote>", "thag1.47:1.5" : "<p class='endsutta'>{}</p></article>"} | json_instruct | {"type": "object", "properties": {"thag1.47:0.1": {"type": "string"}, "thag1.47:0.2": {"type": "string"}, "thag1.47:0.3": {"type": "string"}, "thag1.47:0.4": {"type": "string"}, "thag1.47:1.1": {"type": "string"}, "thag1.47:1.2": {"type": "string"}, "thag1.47:1.3": {"type": "string"}, "thag1.47:1.4": {"type": "string"}, "thag1.47:1.5": {"type": "string"}}, "required": ["thag1.47:0.1", "thag1.47:0.2", "thag1.47:0.3", "thag1.47:0.4", "thag1.47:1.1", "thag1.47:1.2", "thag1.47:1.3", "thag1.47:1.4", "thag1.47:1.5"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"time": {"type": "string"}, "quote_first": {"type": "string"}, "quote_time_case": {"type": "string"}, "quote_last": {"type": "string"}, "title": {"type": "string"}, "author": {"type": "string"}}, "required": ["time", "quote_first", "quote_time_case", "quote_last", "title", "author"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"time" : "13:17", "quote_first" : "", "quote_time_case" : "One seventeen", "quote_last" : " and four seconds. That shorter guy\u2019s really got it made, and gets on a scooter, and that taller one, he goes in. One seventeen and forty seconds. That girl there, she\u2019s got a green ribbon in her hair. Too bad that bus just cut her from view.", "title" : "The Terrorist, He Watches", "author" : "Wislawa Szymborska"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"time": {"type": "string"}, "quote_first": {"type": "string"}, "quote_time_case": {"type": "string"}, "quote_last": {"type": "string"}, "title": {"type": "string"}, "author": {"type": "string"}}, "required": ["time", "quote_first", "quote_time_case", "quote_last", "title", "author"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"apps": {"type": "object", "properties": {"ios": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "get_app_bundle": {"type": "string"}, "launch_arguments": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "string"}}, "required": ["name", "value"]}}, "preview_server_enabled": {"type": "boolean"}}, "required": ["id", "name", "get_app_bundle", "launch_arguments", "preview_server_enabled"]}}, "android": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "get_app_bundle": {"type": "string"}, "activity": {"type": "string"}, "launch_arguments": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "string"}}, "required": ["name", "value"]}}, "preview_server_enabled": {"type": "boolean"}}, "required": ["id", "name", "get_app_bundle", "activity", "launch_arguments", "preview_server_enabled"]}}}, "required": ["ios", "android"]}}, "required": ["apps"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"apps" : {"ios" : [{"id" : "com.salesforce.mobiletooling.lwctestapp", "name" : "LWC Test App", "get_app_bundle" : "configure_ios_test_app.ts", "launch_arguments" : [{"name" : "ShowDebugInfoToggleButton", "value" : "true"}, {"name" : "username", "value" : "Astro"}], "preview_server_enabled" : true}], "android" : [{"id" : "com.salesforce.mobiletooling.lwctestapp", "name" : "LWC Test App", "get_app_bundle" : "configure_android_test_app.ts", "activity" : ".MainActivity", "launch_arguments" : [{"name" : "ShowDebugInfoToggleButton", "value" : "true"}, {"name" : "username", "value" : "Astro"}], "preview_server_enabled" : true}]}} | json_instruct | {"type": "object", "properties": {"apps": {"type": "object", "properties": {"ios": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "get_app_bundle": {"type": "string"}, "launch_arguments": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "string"}}, "required": ["name", "value"]}}, "preview_server_enabled": {"type": "boolean"}}, "required": ["id", "name", "get_app_bundle", "launch_arguments", "preview_server_enabled"]}}, "android": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "get_app_bundle": {"type": "string"}, "activity": {"type": "string"}, "launch_arguments": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "string"}}, "required": ["name", "value"]}}, "preview_server_enabled": {"type": "boolean"}}, "required": ["id", "name", "get_app_bundle", "activity", "launch_arguments", "preview_server_enabled"]}}}, "required": ["ios", "android"]}}, "required": ["apps"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}, "request": {"type": "object", "properties": {"url": {"type": "string"}, "method": {"type": "string"}}, "required": ["url", "method"]}, "response": {"type": "object", "properties": {"status": {"type": "integer"}, "bodyFileName": {"type": "string"}, "headers": {"type": "object", "properties": {"Cache-Control": {"type": "string"}, "X-XSS-Protection": {"type": "string"}, "X-Frame-Options": {"type": "string"}, "Referrer-Policy": {"type": "string"}, "Date": {"type": "string"}, "Strict-Transport-Security": {"type": "string"}, "X-Content-Type-Options": {"type": "string"}, "Content-Type": {"type": "string"}}, "required": ["Cache-Control", "X-XSS-Protection", "X-Frame-Options", "Referrer-Policy", "Date", "Strict-Transport-Security", "X-Content-Type-Options", "Content-Type"]}}, "required": ["status", "bodyFileName", "headers"]}, "uuid": {"type": "string"}}, "required": ["id", "request", "response", "uuid"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "89169168-80ff-3e8b-880e-e03e3b74241e", "request" : {"url" : "/auth/realms/demo/.well-known/openid-configuration", "method" : "GET"}, "response" : {"status" : 200, "bodyFileName" : "body-auth-realms-demo-.well-known-openid-configuration-eLUHM.json", "headers" : {"Cache-Control" : "no-cache, must-revalidate, no-transform, no-store", "X-XSS-Protection" : "1; mode=block", "X-Frame-Options" : "SAMEORIGIN", "Referrer-Policy" : "no-referrer", "Date" : "Tue, 06 Apr 2021 15:36:29 GMT", "Strict-Transport-Security" : "max-age=31536000; includeSubDomains", "X-Content-Type-Options" : "nosniff", "Content-Type" : "application/json"}}, "uuid" : "89169168-80ff-3e8b-880e-e03e3b74241e"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "request": {"type": "object", "properties": {"url": {"type": "string"}, "method": {"type": "string"}}, "required": ["url", "method"]}, "response": {"type": "object", "properties": {"status": {"type": "integer"}, "bodyFileName": {"type": "string"}, "headers": {"type": "object", "properties": {"Cache-Control": {"type": "string"}, "X-XSS-Protection": {"type": "string"}, "X-Frame-Options": {"type": "string"}, "Referrer-Policy": {"type": "string"}, "Date": {"type": "string"}, "Strict-Transport-Security": {"type": "string"}, "X-Content-Type-Options": {"type": "string"}, "Content-Type": {"type": "string"}}, "required": ["Cache-Control", "X-XSS-Protection", "X-Frame-Options", "Referrer-Policy", "Date", "Strict-Transport-Security", "X-Content-Type-Options", "Content-Type"]}}, "required": ["status", "bodyFileName", "headers"]}, "uuid": {"type": "string"}}, "required": ["id", "request", "response", "uuid"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"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", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nom" : "Marcheprime", "circ" : "8\u00e8me circonscription", "dpt" : "Gironde", "inscrits" : 3569, "abs" : 1781, "votants" : 1788, "blancs" : 32, "nuls" : 5, "exp" : 1751, "res" : [{"nuance" : "REM", "nom" : "Mme Sophie PANONACLE", "voix" : 695}, {"nuance" : "FI", "nom" : "Mme C\u00e9cile COTI", "voix" : 297}, {"nuance" : "FN", "nom" : "M. Laurent LAMARA", "voix" : 274}, {"nuance" : "LR", "nom" : "M. Yves FOULON", "voix" : 193}, {"nuance" : "SOC", "nom" : "M. Pierre PRADAYROL", "voix" : 110}, {"nuance" : "ECO", "nom" : "M. Nicolas DUBOT", "voix" : 80}, {"nuance" : "DLF", "nom" : "Mme Sophie LE PAGE", "voix" : 42}, {"nuance" : "DVD", "nom" : "Mme Anny BEY", "voix" : 18}, {"nuance" : "EXG", "nom" : "Mme Solange TEXIER", "voix" : 17}, {"nuance" : "COM", "nom" : "Mme Danielle TRANNOY", "voix" : 13}, {"nuance" : "DIV", "nom" : "Mme Fabienne COULAIS", "voix" : 12}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"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", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "weapontype": {"type": "string"}, "rarity": {"type": "string"}, "baseatk": {"type": "integer"}, "substat": {"type": "string"}, "subvalue": {"type": "string"}, "effectname": {"type": "string"}, "effect": {"type": "string"}, "r1": {"type": "array", "items": {"type": "string"}}, "r2": {"type": "array", "items": {"type": "string"}}, "r3": {"type": "array", "items": {"type": "string"}}, "r4": {"type": "array", "items": {"type": "string"}}, "r5": {"type": "array", "items": {"type": "string"}}, "weaponmaterialtype": {"type": "string"}}, "required": ["name", "description", "weapontype", "rarity", "baseatk", "substat", "subvalue", "effectname", "effect", "r1", "r2", "r3", "r4", "r5", "weaponmaterialtype"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Dunkles Eisenschwert", "description" : "Das ist einfach nur ein normales Eisenschwert, das etwas dunkler geraten ist.", "weapontype" : "Einh\u00e4nder", "rarity" : "3", "baseatk" : 39, "substat" : "Elementarkunde", "subvalue" : "31", "effectname" : "Hochspannung", "effect" : "Erh\u00f6ht den ANG nach Ausl\u00f6sen der Reaktionen \u201e\u00dcberladen\u201c, \u201eSupraleiter\u201c, \u201eUnter Strom\u201c und \u201eElektro-Verwirbelung\u201c 12 s lang um {0}.", "r1" : ["20 %"], "r2" : ["25 %"], "r3" : ["30 %"], "r4" : ["35 %"], "r5" : ["40 %"], "weaponmaterialtype" : ""} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "weapontype": {"type": "string"}, "rarity": {"type": "string"}, "baseatk": {"type": "integer"}, "substat": {"type": "string"}, "subvalue": {"type": "string"}, "effectname": {"type": "string"}, "effect": {"type": "string"}, "r1": {"type": "array", "items": {"type": "string"}}, "r2": {"type": "array", "items": {"type": "string"}}, "r3": {"type": "array", "items": {"type": "string"}}, "r4": {"type": "array", "items": {"type": "string"}}, "r5": {"type": "array", "items": {"type": "string"}}, "weaponmaterialtype": {"type": "string"}}, "required": ["name", "description", "weapontype", "rarity", "baseatk", "substat", "subvalue", "effectname", "effect", "r1", "r2", "r3", "r4", "r5", "weaponmaterialtype"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "d721-68", "text" : "getting copies duplicated which might well expedite things during\nthe business meeting* This would seem te be the sensible thing te\nde In the cases ef Important decisions ef the board of directors.\nImportant announcements te be made, questions which hare te be put\nte the assembled members of the Association, etc* This, then. Is\none more advantage to our having that ditto machine out thero*"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"#": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "L": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "H": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "A": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "B": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "F": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["#", "L", "H", "A", "B", "F"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}, "count": {"type": "integer"}}, "required": ["item", "count"]}}, "required": ["type", "pattern", "key", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "minecraft:crafting_shaped", "pattern" : ["#LH", "LAL", "BFB"], "key" : {"#" : {"item" : "minecraft:golden_apple"}, "L" : {"item" : "minecraft:lapis_lazuli"}, "H" : {"item" : "minecraft:hay_block"}, "A" : {"item" : "minecraft:apple"}, "B" : {"item" : "minecraft:bookshelf"}, "F" : {"item" : "minecraft:lapis_block"}}, "result" : {"item" : "villainoussummons:enchantedapple", "count" : 1}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"#": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "L": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "H": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "A": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "B": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "F": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["#", "L", "H", "A", "B", "F"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}, "count": {"type": "integer"}}, "required": ["item", "count"]}}, "required": ["type", "pattern", "key", "result"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"assessment" : [{"name" : "Histology Practical Class Mini-quizzes", "weight" : 15}, {"name" : "End-of-semester Practical Exam", "weight" : 25}, {"name" : "End-of-semester Theory Exam", "weight" : 60}]} | json_instruct | {"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"900744484": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900744485": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900744486": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900744487": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900744488": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900744489": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900744490": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900744484", "900744485", "900744486", "900744487", "900744488", "900744489", "900744490"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"900744484" : {"nama" : "TPS 1", "dapil" : [7401, 17402, 2740602]}, "900744485" : {"nama" : "TPS 2", "dapil" : [7401, 17402, 2740602]}, "900744486" : {"nama" : "TPS 3", "dapil" : [7401, 17402, 2740602]}, "900744487" : {"nama" : "TPS 4", "dapil" : [7401, 17402, 2740602]}, "900744488" : {"nama" : "TPS 5", "dapil" : [7401, 17402, 2740602]}, "900744489" : {"nama" : "TPS 6", "dapil" : [7401, 17402, 2740602]}, "900744490" : {"nama" : "TPS 7", "dapil" : [7401, 17402, 2740602]}} | json_instruct | {"type": "object", "properties": {"900744484": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900744485": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900744486": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900744487": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900744488": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900744489": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900744490": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900744484", "900744485", "900744486", "900744487", "900744488", "900744489", "900744490"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"derivation": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "outline": {"type": "string"}}, "required": ["derivation", "kjv_def", "lemma", "frequency", "strongs_def", "outline"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"derivation" : "from G4862 (\u03c3\u03c5\u03b3\u03ba\u03b1\u03b8\u03af\u03b6\u03c9) and G2523 (\u03c3\u03c5\u03b3\u03ba\u03b1\u03b8\u03af\u03b6\u03c9);", "kjv_def" : "(make) sit (down) together", "lemma" : "\u03c3\u03c5\u03b3\u03ba\u03b1\u03b8\u03af\u03b6\u03c9", "frequency" : 2, "strongs_def" : " to give (or take) a seat in company with", "outline" : "<ol><li> to cause to sit down together, place together</li><li> to sit down together</li></ol>"} | json_instruct | {"type": "object", "properties": {"derivation": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "outline": {"type": "string"}}, "required": ["derivation", "kjv_def", "lemma", "frequency", "strongs_def", "outline"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"request": {"type": "object", "properties": {"body": {"type": "string"}, "headers": {"type": "object", "properties": {"X-Api-Key": {"type": "string"}, "SentWith": {"type": "string"}}, "required": ["X-Api-Key", "SentWith"]}, "method": {"type": "string"}, "options": {"type": "array", "items": {}}, "request_body": {"type": "string"}, "url": {"type": "string"}}, "required": ["body", "headers", "method", "options", "request_body", "url"]}, "response": {"type": "object", "properties": {"binary": {"type": "boolean"}, "body": {"type": "string"}, "headers": {"type": "object", "properties": {"Date": {"type": "string"}, "Server": {"type": "string"}, "Upgrade": {"type": "string"}, "Connection": {"type": "string"}, "Vary": {"type": "string"}, "X-Frame-Options": {"type": "string"}, "Transfer-Encoding": {"type": "string"}, "Content-Type": {"type": "string"}}, "required": ["Date", "Server", "Upgrade", "Connection", "Vary", "X-Frame-Options", "Transfer-Encoding", "Content-Type"]}, "status_code": {"type": "integer"}, "type": {"type": "string"}}, "required": ["binary", "body", "headers", "status_code", "type"]}}, "required": ["request", "response"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"request" : {"body" : "", "headers" : {"X-Api-Key" : "E7IhEbGz3YKVv7BgOyIhr2cs9ikIn8ssXpymLgtoR1AsvtAl0xwjOqkAuDJN1WoW", "SentWith" : "elixir-test"}, "method" : "get", "options" : [], "request_body" : "", "url" : "https://gateway.sms77.io/api/contacts?action=read"}, "response" : {"binary" : false, "body" : "\"5800718\";\"\";\"\"\n\"5800723\";\"\";\"\"\n\"5800724\";\"\";\"\"\n\"3172517\";\"\";\"\"\n\"5720527\";\"\";\"\"\n\"5720528\";\"\";\"\"\n\"5720529\";\"\";\"\"\n\"5720530\";\"\";\"\"\n\"5720531\";\"\";\"\"\n\"5720532\";\"\";\"\"\n\"5720533\";\"\";\"\"\n\"5720549\";\"\";\"\"\n\"5720551\";\"\";\"\"\n\"5720554\";\"\";\"\"\n\"5720555\";\"\";\"\"\n\"5720556\";\"\";\"\"\n\"5720557\";\"\";\"\"\n\"5720558\";\"\";\"\"\n\"5668091\";\"Matta, Andre\";\"004917666666666\"\n\"4848432\";\"Petra Pan\";\"00513414\"\n\"4848436\";\"TimTester\";\"004901234515134\"\n\"4954787\";\"Tommy Testersen\";\"0049123459877676\"\n", "headers" : {"Date" : "Wed, 07 Apr 2021 12:10:11 GMT", "Server" : "Apache", "Upgrade" : "h2", "Connection" : "Upgrade", "Vary" : "Accept-Encoding", "X-Frame-Options" : "SAMEORIGIN", "Transfer-Encoding" : "chunked", "Content-Type" : "text/plain;charset=UTF-8"}, "status_code" : 200, "type" : "ok"}}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"request": {"type": "object", "properties": {"body": {"type": "string"}, "headers": {"type": "object", "properties": {"X-Api-Key": {"type": "string"}, "SentWith": {"type": "string"}}, "required": ["X-Api-Key", "SentWith"]}, "method": {"type": "string"}, "options": {"type": "array", "items": {}}, "request_body": {"type": "string"}, "url": {"type": "string"}}, "required": ["body", "headers", "method", "options", "request_body", "url"]}, "response": {"type": "object", "properties": {"binary": {"type": "boolean"}, "body": {"type": "string"}, "headers": {"type": "object", "properties": {"Date": {"type": "string"}, "Server": {"type": "string"}, "Upgrade": {"type": "string"}, "Connection": {"type": "string"}, "Vary": {"type": "string"}, "X-Frame-Options": {"type": "string"}, "Transfer-Encoding": {"type": "string"}, "Content-Type": {"type": "string"}}, "required": ["Date", "Server", "Upgrade", "Connection", "Vary", "X-Frame-Options", "Transfer-Encoding", "Content-Type"]}, "status_code": {"type": "integer"}, "type": {"type": "string"}}, "required": ["binary", "body", "headers", "status_code", "type"]}}, "required": ["request", "response"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"Name": {"type": "string"}, "Tooltip": {"type": "string"}, "Type": {"type": "string"}, "Skill": {"type": "string"}, "Icon": {"type": "string"}, "Effects": {"type": "array", "items": {"type": "object", "properties": {"Target": {"type": "string"}, "StatusEffects": {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "Display_Name": {"type": "string"}, "Display_Description": {"type": "string"}, "Modifiers": {"type": "object", "properties": {"m_modifyAttackSkill": {"type": "string"}, "m_damageModifier": {"type": "string"}, "m_addMaxCarryWeight": {"type": "string"}}, "required": ["m_modifyAttackSkill", "m_damageModifier", "m_addMaxCarryWeight"]}}, "required": ["Name", "Display_Name", "Display_Description", "Modifiers"]}}}, "required": ["Target", "StatusEffects"]}}, "Translations": {"type": "object", "properties": {"ability_RPGHeimFightingSpirit": {"type": "string"}, "ability_RPGHeimFightingSpirit_tooltip": {"type": "string"}, "ability_RPGHeimFightingSpirit_se_description": {"type": "string"}}, "required": ["ability_RPGHeimFightingSpirit", "ability_RPGHeimFightingSpirit_tooltip", "ability_RPGHeimFightingSpirit_se_description"]}}, "required": ["Name", "Tooltip", "Type", "Skill", "Icon", "Effects", "Translations"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Name" : "$ability_RPGHeimFightingSpirit", "Tooltip" : "$ability_RPGHeimFightingSpirit_tooltip", "Type" : "Passive", "Skill" : "Fighter", "Icon" : "Assets/Icons/Abilities/Fighter/FightingSpirit.png", "Effects" : [{"Target" : "Self", "StatusEffects" : [{"Name" : "SE_Stats", "Display_Name" : "$ability_RPGHeimFightingSpirit", "Display_Description" : "$ability_RPGHeimFightingSpirit_se_description", "Modifiers" : {"m_modifyAttackSkill" : "All", "m_damageModifier" : "1.33", "m_addMaxCarryWeight" : "75"}}]}], "Translations" : {"ability_RPGHeimFightingSpirit" : "Fighting Spirit", "ability_RPGHeimFightingSpirit_tooltip" : "Passive Effect: Damage +33%", "ability_RPGHeimFightingSpirit_se_description" : "Damage +33%"}} | json_instruct | {"type": "object", "properties": {"Name": {"type": "string"}, "Tooltip": {"type": "string"}, "Type": {"type": "string"}, "Skill": {"type": "string"}, "Icon": {"type": "string"}, "Effects": {"type": "array", "items": {"type": "object", "properties": {"Target": {"type": "string"}, "StatusEffects": {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "Display_Name": {"type": "string"}, "Display_Description": {"type": "string"}, "Modifiers": {"type": "object", "properties": {"m_modifyAttackSkill": {"type": "string"}, "m_damageModifier": {"type": "string"}, "m_addMaxCarryWeight": {"type": "string"}}, "required": ["m_modifyAttackSkill", "m_damageModifier", "m_addMaxCarryWeight"]}}, "required": ["Name", "Display_Name", "Display_Description", "Modifiers"]}}}, "required": ["Target", "StatusEffects"]}}, "Translations": {"type": "object", "properties": {"ability_RPGHeimFightingSpirit": {"type": "string"}, "ability_RPGHeimFightingSpirit_tooltip": {"type": "string"}, "ability_RPGHeimFightingSpirit_se_description": {"type": "string"}}, "required": ["ability_RPGHeimFightingSpirit", "ability_RPGHeimFightingSpirit_tooltip", "ability_RPGHeimFightingSpirit_se_description"]}}, "required": ["Name", "Tooltip", "Type", "Skill", "Icon", "Effects", "Translations"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": {"pretest": {"type": "string"}, "test": {"type": "string"}}, "required": ["pretest", "test"]}, "private": {"type": "boolean"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "mocha": {"type": "string"}, "nyc": {"type": "string"}}, "required": ["chai", "mocha", "nyc"]}}, "required": ["name", "version", "description", "main", "scripts", "private", "license", "author", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "kds-lambda-consumer", "version" : "1.1.0", "description" : "sample lambda consumer for KDS", "main" : "index.js", "scripts" : {"pretest" : "npm ci", "test" : "nyc --reporter=text mocha test/*.spec.js"}, "private" : true, "license" : "Apache-2.0", "author" : {"name" : "aws-solutions-builder"}, "devDependencies" : {"chai" : "4.2.0", "mocha" : "8.1.3", "nyc" : "15.1.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"pretest": {"type": "string"}, "test": {"type": "string"}}, "required": ["pretest", "test"]}, "private": {"type": "boolean"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "mocha": {"type": "string"}, "nyc": {"type": "string"}}, "required": ["chai", "mocha", "nyc"]}}, "required": ["name", "version", "description", "main", "scripts", "private", "license", "author", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"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": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["person_id", "pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : 1.3, "people" : [{"person_id" : [-1], "pose_keypoints_2d" : [65.161, 170.915, 0.835994, 0, 0, 0, 20.0655, 196.33, 0.813146, 55.2931, 257.204, 0.852159, 118.078, 290.507, 0.868806, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 57.3841, 163.065, 0.893942, 0, 0, 0, 37.7502, 157.224, 0.863684, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "face_keypoints_2d" : [], "hand_left_keypoints_2d" : [], "hand_right_keypoints_2d" : [], "pose_keypoints_3d" : [], "face_keypoints_3d" : [], "hand_left_keypoints_3d" : [], "hand_right_keypoints_3d" : []}]} | 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": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["person_id", "pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"nome": {"type": "string"}, "idade": {"type": "integer"}, "profissao": {"type": "string"}}, "required": ["nome", "idade", "profissao"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nome" : "Matheus", "idade" : 30, "profissao" : "Desenvolvedor de Software"} | json_instruct | {"type": "object", "properties": {"nome": {"type": "string"}, "idade": {"type": "integer"}, "profissao": {"type": "string"}}, "required": ["nome", "idade", "profissao"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"code": {"type": "string"}, "description": {"type": "string"}, "label": {"type": "string"}, "mode": {"type": "integer"}, "status": {"type": "integer"}, "uuid": {"type": "string"}}, "required": ["code", "description", "label", "mode", "status", "uuid"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"code" : "698", "description" : "", "label" : "No awareness programme for protection of security equipment", "mode" : 0, "status" : 1, "uuid" : "69fc1eec-4591-11e9-9173-0800277f0571"} | json_instruct | {"type": "object", "properties": {"code": {"type": "string"}, "description": {"type": "string"}, "label": {"type": "string"}, "mode": {"type": "integer"}, "status": {"type": "integer"}, "uuid": {"type": "string"}}, "required": ["code", "description", "label", "mode", "status", "uuid"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"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" : "6302161001", "district_id" : "6302161", "name" : "BATANG KULUR"} | 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#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"Similarity": {"type": "string"}, "Title": {"type": "string"}, "Year": {"type": "integer"}}, "required": ["Similarity", "Title", "Year"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"Similarity" : "0.956", "Title" : "Cake or Hat Words Change How Young Children Process Visual Objects", "Year" : 2017}, {"Similarity" : "0.943", "Title" : "A Learned Label Modulates Object Representations in 10-Month-Old Infants", "Year" : 2016}, {"Similarity" : "0.933", "Title" : "The Effect of Labels on Categorization Is Attention to Relevant Features a Good Index of Infants Category Learning", "Year" : 2011}, {"Similarity" : "0.92", "Title" : "Automatic and Voluntary Shifts of Attention in the Dimensional Change Card Sorting Task", "Year" : 2008}, {"Similarity" : "0.915", "Title" : "Extraneous visual noise facilitates word learning", "Year" : 2017}, {"Similarity" : "0.898", "Title" : "Words and Shape Similiarity Guide 13-month-olds Inferences about Nonobvious Object Properties", "Year" : 2001}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"Similarity": {"type": "string"}, "Title": {"type": "string"}, "Year": {"type": "integer"}}, "required": ["Similarity", "Title", "Year"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "variable1": {"type": "number"}, "variable2": {"type": "number"}, "variable3": {"type": "string"}}, "required": ["id", "variable1", "variable2", "variable3"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "170402100601", "variable1" : 0.1075, "variable2" : -0.2358, "variable3" : "B"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "variable1": {"type": "number"}, "variable2": {"type": "number"}, "variable3": {"type": "string"}}, "required": ["id", "variable1", "variable2", "variable3"], "$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"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "homepage": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"fontawesome": {"type": "string"}, "animate-css": {"type": "string"}, "modernizr": {"type": "string"}, "bourbon": {"type": "string"}, "neat": {"type": "string"}, "bitters": {"type": "string"}, "sass.js": {"type": "string"}, "emmet": {"type": "string"}, "ace-builds": {"type": "string"}, "react": {"type": "string"}, "mousetrap": {"type": "string"}}, "required": ["fontawesome", "animate-css", "modernizr", "bourbon", "neat", "bitters", "sass.js", "emmet", "ace-builds", "react", "mousetrap"]}}, "required": ["name", "version", "authors", "description", "main", "keywords", "license", "homepage", "ignore", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "jscript", "version" : "1.0.0", "authors" : ["Thibaud B. <[email protected]>"], "description" : "Not another JavaScript playground", "main" : "gulpfile.js", "keywords" : ["javascript", "css", "table"], "license" : "MIT", "homepage" : "thibaudbe.github.io/jscript/", "ignore" : ["**/.*", "node_modules", "bower_components", "test", "tests"], "dependencies" : {"fontawesome" : "~4.3.0", "animate-css" : "~3.2.0", "modernizr" : "~2.8.3", "bourbon" : "~4.2.0", "neat" : "~1.7.1", "bitters" : "~1.0.0", "sass.js" : "~0.6.2", "emmet" : "https://nightwing.github.io/emmet-core/emmet.js", "ace-builds" : "~1.1.8", "react" : "~0.13.0", "mousetrap" : "~1.4.6"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "homepage": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"fontawesome": {"type": "string"}, "animate-css": {"type": "string"}, "modernizr": {"type": "string"}, "bourbon": {"type": "string"}, "neat": {"type": "string"}, "bitters": {"type": "string"}, "sass.js": {"type": "string"}, "emmet": {"type": "string"}, "ace-builds": {"type": "string"}, "react": {"type": "string"}, "mousetrap": {"type": "string"}}, "required": ["fontawesome", "animate-css", "modernizr", "bourbon", "neat", "bitters", "sass.js", "emmet", "ace-builds", "react", "mousetrap"]}}, "required": ["name", "version", "authors", "description", "main", "keywords", "license", "homepage", "ignore", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"css/bootstrap-grid.css": {"type": "string"}, "css/bootstrap-grid.min.css": {"type": "string"}, "css/bootstrap-reboot.css": {"type": "string"}, "css/bootstrap-reboot.min.css": {"type": "string"}, "css/bootstrap-rtl.css": {"type": "string"}, "css/bootstrap-rtl.min.css": {"type": "string"}, "css/bootstrap.css": {"type": "string"}, "css/bootstrap.min.css": {"type": "string"}, "js/bootstrap.bundle.js": {"type": "string"}, "js/bootstrap.bundle.min.js": {"type": "string"}, "js/bootstrap.js": {"type": "string"}, "js/bootstrap.min.js": {"type": "string"}}, "required": ["css/bootstrap-grid.css", "css/bootstrap-grid.min.css", "css/bootstrap-reboot.css", "css/bootstrap-reboot.min.css", "css/bootstrap-rtl.css", "css/bootstrap-rtl.min.css", "css/bootstrap.css", "css/bootstrap.min.css", "js/bootstrap.bundle.js", "js/bootstrap.bundle.min.js", "js/bootstrap.js", "js/bootstrap.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"css/bootstrap-grid.css" : "sha512-sKgmghFRG7B1YDpev30r6BuKAY6hE1cPhJcBo2sI+lRC9wLgBJhRGP3OOcWYO0wYecbFQCrIN7jmjOc0pA2mIQ==", "css/bootstrap-grid.min.css" : "sha512-GzxL319kwccGxRDh0yFW83+L/XM6lXDZNp3/HFQ4Zk7C8mLTd0YajjWFnyowoMBThPlYonw6i1zIMqnEaMXjcw==", "css/bootstrap-reboot.css" : "sha512-oZstHErtjXZvy8CoMh9JKQ1MxVAs15Z4318aHm/MQCWwVcEaG0fgrlmmIQ8cb+W1oLJDFBiQkQU4skRhDz0+OQ==", "css/bootstrap-reboot.min.css" : "sha512-AdDuDCJaIsI0B6kkjUhDgvN+qhsP7vfW6p00pkAbc7/19s7bJjD+gqUuRxco5A5O0jqb0bGt/DYTgotNS9E76g==", "css/bootstrap-rtl.css" : "sha512-U45rnN73z9BH5tWkJ1Zd2JF3bCVkYPbEwHQYUzxUEZtASH6ja8BskA/H9Zhl9ao1dr4LY5WjEL2Qf/lJaoRsrA==", "css/bootstrap-rtl.min.css" : "sha512-+1C9xBCl0azgGjU6bIsATfB4XOQ0MSFduPs388NiyzwYt4nfelS72KSPSFZT338FjP7F3mMme2re8+gUJe2HZQ==", "css/bootstrap.css" : "sha512-ui8k6Kvl3X9mmibVTAVXX1sEbzTu2B6TIEDk3RFkQfYKD+w7njZyLR7plo4B+4jmOHmuEJTT8cC0g8UxisG2eA==", "css/bootstrap.min.css" : "sha512-lg3XrPHKpBOb0WpvBmEj83Q2Al3XMMMEgG+T989ErHIzY30W6fdAXPIntGTVNgpyWiROOJCDfNWgqZekg6cmwg==", "js/bootstrap.bundle.js" : "sha512-E0BCDVQv2PeiYjCcwt75vjc4MjhLjAmpyepGX6abiWOjTO9M/C8y3Yi3sYwvYCrw8dZTAD5jQ0E8kWwWHRQtdA==", "js/bootstrap.bundle.min.js" : "sha512-afb5opAg+DVgpnDijmhwR0kk1Wqsa7ku7cHS9LyoLeqW5YBuRQL6ikGDFganHJDS7UETgImRAsRk0szw4BxYEg==", "js/bootstrap.js" : "sha512-SjidBGwo8hFhvfTtlGn90u1XCGO3xOY4yWDkHQa9P0xqiF5wQdTBuqw1ukfQgurfEhs1aJ6q8sL/dQRX6Y0C0g==", "js/bootstrap.min.js" : "sha512-lbPg46t77QxoL6XqMGdmvlonyD1YDOosaOe5rWYeolepmrhB2JEVeS/KClfdeagXR5xLPROd0BTVyaF9Uax4nA=="} | json_instruct | {"type": "object", "properties": {"css/bootstrap-grid.css": {"type": "string"}, "css/bootstrap-grid.min.css": {"type": "string"}, "css/bootstrap-reboot.css": {"type": "string"}, "css/bootstrap-reboot.min.css": {"type": "string"}, "css/bootstrap-rtl.css": {"type": "string"}, "css/bootstrap-rtl.min.css": {"type": "string"}, "css/bootstrap.css": {"type": "string"}, "css/bootstrap.min.css": {"type": "string"}, "js/bootstrap.bundle.js": {"type": "string"}, "js/bootstrap.bundle.min.js": {"type": "string"}, "js/bootstrap.js": {"type": "string"}, "js/bootstrap.min.js": {"type": "string"}}, "required": ["css/bootstrap-grid.css", "css/bootstrap-grid.min.css", "css/bootstrap-reboot.css", "css/bootstrap-reboot.min.css", "css/bootstrap-rtl.css", "css/bootstrap-rtl.min.css", "css/bootstrap.css", "css/bootstrap.min.css", "js/bootstrap.bundle.js", "js/bootstrap.bundle.min.js", "js/bootstrap.js", "js/bootstrap.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"cSpell.words" : ["simplebar", "unselectable", "viewbox"]} | json_instruct | {"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"EventCode": {"type": "string"}, "Counter": {"type": "string"}, "UMask": {"type": "string"}, "EventName": {"type": "string"}, "SampleAfterValue": {"type": "string"}, "BriefDescription": {"type": "string"}, "CounterHTOff": {"type": "string"}}, "required": ["EventCode", "Counter", "UMask", "EventName", "SampleAfterValue", "BriefDescription", "CounterHTOff"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"EventCode" : "0x32", "Counter" : "0,1,2,3", "UMask" : "0x1", "EventName" : "SW_PREFETCH_ACCESS.NTA", "SampleAfterValue" : "2000003", "BriefDescription" : "Number of PREFETCHNTA instructions executed.", "CounterHTOff" : "0,1,2,3,4,5,6,7"}, {"EventCode" : "0x32", "Counter" : "0,1,2,3", "UMask" : "0x2", "EventName" : "SW_PREFETCH_ACCESS.T0", "SampleAfterValue" : "2000003", "BriefDescription" : "Number of PREFETCHT0 instructions executed.", "CounterHTOff" : "0,1,2,3,4,5,6,7"}, {"EventCode" : "0x32", "Counter" : "0,1,2,3", "UMask" : "0x4", "EventName" : "SW_PREFETCH_ACCESS.T1_T2", "SampleAfterValue" : "2000003", "BriefDescription" : "Number of PREFETCHT1 or PREFETCHT2 instructions executed.", "CounterHTOff" : "0,1,2,3,4,5,6,7"}, {"EventCode" : "0x32", "Counter" : "0,1,2,3", "UMask" : "0x8", "EventName" : "SW_PREFETCH_ACCESS.PREFETCHW", "SampleAfterValue" : "2000003", "BriefDescription" : "Number of PREFETCHW instructions executed.", "CounterHTOff" : "0,1,2,3,4,5,6,7"}, {"PublicDescription" : "Counts the number of hardware interruptions received by the processor.", "EventCode" : "0xCB", "Counter" : "0,1,2,3", "UMask" : "0x1", "EventName" : "HW_INTERRUPTS.RECEIVED", "SampleAfterValue" : "203", "BriefDescription" : "Number of hardware interrupts received by the processor.", "CounterHTOff" : "0,1,2,3,4,5,6,7"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"EventCode": {"type": "string"}, "Counter": {"type": "string"}, "UMask": {"type": "string"}, "EventName": {"type": "string"}, "SampleAfterValue": {"type": "string"}, "BriefDescription": {"type": "string"}, "CounterHTOff": {"type": "string"}}, "required": ["EventCode", "Counter", "UMask", "EventName", "SampleAfterValue", "BriefDescription", "CounterHTOff"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "remarks": {"type": "string"}, "statement": {"type": "string"}}, "required": ["citations", "names", "language", "lookupTerms", "metaLanguage", "remarks", "statement"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"citations" : [{"textCitation" : "[See termoeu1w on Metamath](http://us.metamath.org/mpegif/termoeu1w.html)"}], "names" : ["termoeu1w"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_wph", "#T_wi", "#T_cC", "#T_wcel", "#T_ccat", "#T_wph", "#T_wi", "#T_cA", "#T_wcel", "#T_ctermo", "#T_cfv", "#T_cC", "#T_wph", "#T_wi", "#T_cB", "#T_wcel", "#T_ctermo", "#T_cfv", "#T_cC", "#T_wph", "#T_wi", "#T_cA", "#T_ccic", "#T_cfv", "#T_cC", "#T_cB"], "metaLanguage" : "METAMATH", "remarks" : " Terminal objects are essentially unique (weak form), i.e. if A and B are terminal objects, then A and B are isomorphic. Proposition 7.6 of [Adamek] p. 103. (Contributed by AV, 18-Apr-2020.) ", "statement" : "termoeu1.c $e |- ( ph -> C e. Cat ) $.\ntermoeu1.a $e |- ( ph -> A e. ( TermO ` C ) ) $.\ntermoeu1.b $e |- ( ph -> B e. ( TermO ` C ) ) $.\ntermoeu1w $p |- ( ph -> A ( ~=c ` C ) B ) $."} | json_instruct | {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "remarks": {"type": "string"}, "statement": {"type": "string"}}, "required": ["citations", "names", "language", "lookupTerms", "metaLanguage", "remarks", "statement"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"userId" : 57795, "cartId" : "48fb316e-34a3-476c-a7a9-7837314f5908", "preferredProducts" : [3978, 3574, 1754, 4323, 3624, 738, 1145, 468, 4813, 2931], "productReviews" : [{"productId" : 578, "reviewText" : "It only works when I'm New Caledonia.", "reviewDate" : "2020-02-23T17:44:21.1469946+02:00"}]} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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" : "wildnature:block/rhyolite_wall_bricks_mossy_inventory"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"hour positive count": {"type": "integer"}, "hour neutral count": {"type": "integer"}, "hour negative count": {"type": "integer"}, "hour distri": {"type": "object", "properties": {"0.29": {"type": "integer"}, "0.95": {"type": "integer"}, "0.05": {"type": "integer"}, "0.97": {"type": "integer"}, "1.0": {"type": "integer"}, "0.45": {"type": "integer"}, "0.28": {"type": "integer"}, "0.94": {"type": "integer"}, "0.99": {"type": "integer"}, "0.96": {"type": "integer"}}, "required": ["0.29", "0.95", "0.05", "0.97", "1.0", "0.45", "0.28", "0.94", "0.99", "0.96"]}}, "required": ["hour positive count", "hour neutral count", "hour negative count", "hour distri"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"hour positive count" : 9, "hour neutral count" : 1, "hour negative count" : 4, "hour distri" : {"0.29" : 1, "0.95" : 1, "0.05" : 2, "0.97" : 2, "1.0" : 2, "0.45" : 1, "0.28" : 1, "0.94" : 1, "0.99" : 2, "0.96" : 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.29": {"type": "integer"}, "0.95": {"type": "integer"}, "0.05": {"type": "integer"}, "0.97": {"type": "integer"}, "1.0": {"type": "integer"}, "0.45": {"type": "integer"}, "0.28": {"type": "integer"}, "0.94": {"type": "integer"}, "0.99": {"type": "integer"}, "0.96": {"type": "integer"}}, "required": ["0.29", "0.95", "0.05", "0.97", "1.0", "0.45", "0.28", "0.94", "0.99", "0.96"]}}, "required": ["hour positive count", "hour neutral count", "hour negative count", "hour distri"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"growth_stage=0": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "growth_stage=1": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "growth_stage=2": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "growth_stage=3": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "growth_stage=4": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "growth_stage=5": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "growth_stage=6": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "growth_stage=7": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": ["growth_stage=0", "growth_stage=1", "growth_stage=2", "growth_stage=3", "growth_stage=4", "growth_stage=5", "growth_stage=6", "growth_stage=7"]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"variants" : {"growth_stage=0" : {"model" : "resynth:block/plant/dark_pearl/plant_0"}, "growth_stage=1" : {"model" : "resynth:block/plant/dark_pearl/plant_1"}, "growth_stage=2" : {"model" : "resynth:block/plant/dark_pearl/plant_2"}, "growth_stage=3" : {"model" : "resynth:block/plant/dark_pearl/plant_3"}, "growth_stage=4" : {"model" : "resynth:block/plant/dark_pearl/plant_4"}, "growth_stage=5" : {"model" : "resynth:block/plant/dark_pearl/plant_5"}, "growth_stage=6" : {"model" : "resynth:block/plant/dark_pearl/plant_6"}, "growth_stage=7" : {"model" : "resynth:block/plant/dark_pearl/plant_7"}}} | json_instruct | {"type": "object", "properties": {"variants": {"type": "object", "properties": {"growth_stage=0": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "growth_stage=1": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "growth_stage=2": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "growth_stage=3": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "growth_stage=4": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "growth_stage=5": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "growth_stage=6": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "growth_stage=7": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": ["growth_stage=0", "growth_stage=1", "growth_stage=2", "growth_stage=3", "growth_stage=4", "growth_stage=5", "growth_stage=6", "growth_stage=7"]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"index": {"type": "integer"}, "redacted": {"type": "boolean"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "redacted", "hash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"index" : 2626, "redacted" : false, "hash" : 2305541290, "blacklisted" : false} | json_instruct | {"type": "object", "properties": {"index": {"type": "integer"}, "redacted": {"type": "boolean"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "redacted", "hash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"tapklik": {"type": "object", "properties": {"name": {"type": "string"}, "submit_api": {"type": "string"}, "status": {"type": "string"}}, "required": ["name", "submit_api", "status"]}, "google": {"type": "object", "properties": {"name": {"type": "string"}, "submit_api": {"type": "string"}, "status": {"type": "string"}}, "required": ["name", "submit_api", "status"]}, "adex0.2": {"type": "object", "properties": {"name": {"type": "string"}, "submit_api": {"type": "string"}, "status": {"type": "string"}}, "required": ["name", "submit_api", "status"]}, "adex0.3": {"type": "object", "properties": {"name": {"type": "string"}, "submit_api": {"type": "string"}, "status": {"type": "string"}}, "required": ["name", "submit_api", "status"]}}, "required": ["tapklik", "google", "adex0.2", "adex0.3"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"tapklik" : {"name" : "", "submit_api" : "", "status" : ""}, "google" : {"name" : "", "submit_api" : "", "status" : ""}, "adex0.2" : {"name" : "", "submit_api" : "", "status" : ""}, "adex0.3" : {"name" : "", "submit_api" : "", "status" : ""}} | json_instruct | {"type": "object", "properties": {"tapklik": {"type": "object", "properties": {"name": {"type": "string"}, "submit_api": {"type": "string"}, "status": {"type": "string"}}, "required": ["name", "submit_api", "status"]}, "google": {"type": "object", "properties": {"name": {"type": "string"}, "submit_api": {"type": "string"}, "status": {"type": "string"}}, "required": ["name", "submit_api", "status"]}, "adex0.2": {"type": "object", "properties": {"name": {"type": "string"}, "submit_api": {"type": "string"}, "status": {"type": "string"}}, "required": ["name", "submit_api", "status"]}, "adex0.3": {"type": "object", "properties": {"name": {"type": "string"}, "submit_api": {"type": "string"}, "status": {"type": "string"}}, "required": ["name", "submit_api", "status"]}}, "required": ["tapklik", "google", "adex0.2", "adex0.3"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"house_colour": {"type": "string"}, "reverse_house_colour": {"type": "string"}, "font_colour": {"type": "string"}, "reverse_font_colour": {"type": "string"}, "primary_language": {"type": "string"}}, "required": ["house_colour", "reverse_house_colour", "font_colour", "reverse_font_colour", "primary_language"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"house_colour" : "#1e88e5", "reverse_house_colour" : "#ffffff", "font_colour" : "#ffffff", "reverse_font_colour" : "#ffffff", "primary_language" : "English"} | json_instruct | {"type": "object", "properties": {"house_colour": {"type": "string"}, "reverse_house_colour": {"type": "string"}, "font_colour": {"type": "string"}, "reverse_font_colour": {"type": "string"}, "primary_language": {"type": "string"}}, "required": ["house_colour", "reverse_house_colour", "font_colour", "reverse_font_colour", "primary_language"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"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": {"type": "integer"}}, "required": ["domain", "title", "type", "license", "name", "homepage", "audit", "director", "pre-approval", "updated"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"domain" : "koonsky.com", "title" : "\u638c\u63a7\u5929\u4e0b(\u5317\u4eac)\u79d1\u6280\u6709\u9650\u516c\u53f8", "type" : "\u4e2a\u4eba", "license" : "\u4eacICP\u590706067910\u53f7-1", "name" : "\u638c\u63a7\u5929\u4e0b(\u5317\u4eac)\u79d1\u6280\u6709\u9650\u516c\u53f8", "homepage" : "www.mz00.com", "audit" : "2006-11-30", "director" : "", "pre-approval" : "", "updated" : 1477469929} | 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": {"type": "integer"}}, "required": ["domain", "title", "type", "license", "name", "homepage", "audit", "director", "pre-approval", "updated"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}}, "required": ["name", "version", "author"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Patternlibrary GUI", "version" : "0.0.1", "author" : {"name" : "[bjoernbartels.earth]", "email" : "[email protected]", "url" : "https://bjoernbartels.earth"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}}, "required": ["name", "version", "author"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"polyfill": {"type": "array", "items": {"type": "string"}}, "app": {"type": "array", "items": {"type": "string"}}, "component---cache-caches-gatsby-plugin-offline-app-shell-js": {"type": "array", "items": {"type": "string"}}, "component---src-pages-404-js": {"type": "array", "items": {"type": "string"}}, "component---src-pages-form-success-js": {"type": "array", "items": {"type": "string"}}, "component---src-pages-index-js": {"type": "array", "items": {"type": "string"}}, "component---src-pages-page-2-js": {"type": "array", "items": {"type": "string"}}, "component---src-pages-resume-js": {"type": "array", "items": {"type": "string"}}}, "required": ["polyfill", "app", "component---cache-caches-gatsby-plugin-offline-app-shell-js", "component---src-pages-404-js", "component---src-pages-form-success-js", "component---src-pages-index-js", "component---src-pages-page-2-js", "component---src-pages-resume-js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"polyfill" : ["/polyfill-489e4b337d518a0ec64d.js"], "app" : ["/app-803293108cc840915089.js"], "component---cache-caches-gatsby-plugin-offline-app-shell-js" : ["/component---cache-caches-gatsby-plugin-offline-app-shell-js-d9f7981fd2d4701e9fe6.js"], "component---src-pages-404-js" : ["/component---src-pages-404-js-b2cdbb10ffdd1d2ceaea.js"], "component---src-pages-form-success-js" : ["/component---src-pages-form-success-js-e83c7c2a040adfda551e.js"], "component---src-pages-index-js" : ["/component---src-pages-index-js-326a0a2a46e8ee7b54b6.js"], "component---src-pages-page-2-js" : ["/component---src-pages-page-2-js-bc238755744495ef3298.js"], "component---src-pages-resume-js" : ["/component---src-pages-resume-js-5343976f9f8f48d1cee1.js"]} | json_instruct | {"type": "object", "properties": {"polyfill": {"type": "array", "items": {"type": "string"}}, "app": {"type": "array", "items": {"type": "string"}}, "component---cache-caches-gatsby-plugin-offline-app-shell-js": {"type": "array", "items": {"type": "string"}}, "component---src-pages-404-js": {"type": "array", "items": {"type": "string"}}, "component---src-pages-form-success-js": {"type": "array", "items": {"type": "string"}}, "component---src-pages-index-js": {"type": "array", "items": {"type": "string"}}, "component---src-pages-page-2-js": {"type": "array", "items": {"type": "string"}}, "component---src-pages-resume-js": {"type": "array", "items": {"type": "string"}}}, "required": ["polyfill", "app", "component---cache-caches-gatsby-plugin-offline-app-shell-js", "component---src-pages-404-js", "component---src-pages-form-success-js", "component---src-pages-index-js", "component---src-pages-page-2-js", "component---src-pages-resume-js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "name_kana": {"type": "string"}}, "required": ["code", "name", "name_kana"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"code" : "004", "name" : "\u9db4\u898b", "name_kana" : "\uff82\uff99\uff90"}, {"code" : "019", "name" : "\u9db4\u30f6\u5cf0", "name_kana" : "\uff82\uff99\uff76\uff9e\uff90\uff88"}, {"code" : "053", "name" : "\u7db1\u5cf6", "name_kana" : "\uff82\uff85\uff7c\uff8f"}, {"code" : "055", "name" : "\u3064\u304d\u307f\u91ce", "name_kana" : "\uff82\uff77\uff90\uff89"}, {"code" : "057", "name" : "\u9db4\u898b\u99c5\u6771\u53e3", "name_kana" : "\uff82\uff99\uff90\uff74\uff77\uff8b\uff76\uff9e\uff7c\uff78\uff9e\uff81"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "name_kana": {"type": "string"}}, "required": ["code", "name", "name_kana"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01003249": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01003249"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Topology", "objects" : {"E01003249" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00016398", "LAD11CD" : "E09000023"}, "arcs" : [[0, 1, 2, 3]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00016431", "LAD11CD" : "E09000023"}, "arcs" : [[4, 5, -1, 6]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00016432", "LAD11CD" : "E09000023"}, "arcs" : [[7, -7, -4]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00016434", "LAD11CD" : "E09000023"}, "arcs" : [[8, 9, -2, 10]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00173943", "LAD11CD" : "E09000023"}, "arcs" : [[11, 12, -9]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00173946", "LAD11CD" : "E09000023"}, "arcs" : [[13, -12, -11, -6]]}]}}, "arcs" : [[[3241, 6394], [729, 116], [500, -1102]], [[4470, 5408], [-706, -271], [553, -658], [-1632, -650]], [[2685, 3829], [-105, -25], [-2039, 626], [438, 1175], [-979, 449], [805, 586], [-175, 1162]], [[630, 7802], [1005, -331], [328, -1083], [1278, 6]], [[4842, 8997], [2096, -3604]], [[6938, 5393], [-1269, -407], [-483, 689], [-716, -267]], [[3241, 6394], [-208, 910], [586, 133], [-758, 1631], [2307, -1368], [-326, 1297]], [[630, 7802], [-310, 1665], [3937, 532], [160, -224], [196, -16], [16, -55], [-161, -121], [374, -586]], [[6749, 2969], [-3126, -1749]], [[3623, 1220], [-1126, 1190], [1044, 438], [-856, 981]], [[4470, 5408], [610, -681], [1767, -81], [-98, -1677]], [[6749, 2969], [1985, -64]], [[8734, 2905], [1265, -1618], [-2229, -1042], [-1213, 524], [-1972, -769], [-962, 1220]], [[6938, 5393], [1796, -2488]]], "transform" : {"scale" : [5.601543386163617e-07, 5.008753840119516e-07], "translate" : [-0.034785803081992, 51.48801759763536]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01003249": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01003249"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "origin": {"type": "string"}, "destination": {"type": "string"}}, "required": ["name", "origin", "destination"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "AirportBus", "origin" : "Barcelona", "destination" : "Gerona Airport"}, {"name" : "Train", "number" : "78A", "origin" : "Madrid", "destination" : "Barcelona", "seat" : "45B"}, {"name" : "Flight", "number" : "SK455", "origin" : "Gerona Airport", "destination" : "Stockholm", "gate" : "45B", "seat" : "3A", "counter" : "344"}, {"name" : "Flight", "number" : "SK22", "origin" : "Stockholm", "destination" : "New York JFK", "gate" : "22", "seat" : "7B"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "origin": {"type": "string"}, "destination": {"type": "string"}}, "required": ["name", "origin", "destination"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "devDependencies": {"type": "object", "properties": {"@11ty/eleventy": {"type": "string"}}, "required": ["@11ty/eleventy"]}}, "required": ["name", "version", "description", "scripts", "license", "repository", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "phantauth-default", "version" : "1.0.0", "description" : "PhantAuth Default tenant", "scripts" : {"build" : "eleventy"}, "license" : "Apache-2.0", "repository" : {"type" : "git", "url" : "https://github.com/phantauth/phantauth-default.git"}, "devDependencies" : {"@11ty/eleventy" : "^0.7.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "devDependencies": {"type": "object", "properties": {"@11ty/eleventy": {"type": "string"}}, "required": ["@11ty/eleventy"]}}, "required": ["name", "version", "description", "scripts", "license", "repository", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/parse5-sax-parser": {"type": "string"}, "smoltest": {"type": "string"}}, "required": ["@types/parse5-sax-parser", "smoltest"]}, "dependencies": {"type": "object", "properties": {"parse5-sax-parser": {"type": "string"}}, "required": ["parse5-sax-parser"]}}, "required": ["name", "version", "description", "main", "types", "files", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "assert-equal-html", "version" : "0.1.1", "description" : "Assert the equality of two HTML fragments", "main" : "javascript/app.js", "types" : "javascript/app.d.ts", "files" : ["javascript"], "scripts" : {"test" : "smol test"}, "repository" : {"type" : "git", "url" : "git+ssh://[email protected]/mvasilkov/assert-equal-html.git"}, "keywords" : ["assert", "equal", "html"], "author" : "Mark Vasilkov (https://github.com/mvasilkov)", "license" : "MIT", "bugs" : {"url" : "https://github.com/mvasilkov/assert-equal-html/issues"}, "homepage" : "https://github.com/mvasilkov/assert-equal-html#readme", "devDependencies" : {"@types/parse5-sax-parser" : "*", "smoltest" : "*"}, "dependencies" : {"parse5-sax-parser" : "^6.0.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/parse5-sax-parser": {"type": "string"}, "smoltest": {"type": "string"}}, "required": ["@types/parse5-sax-parser", "smoltest"]}, "dependencies": {"type": "object", "properties": {"parse5-sax-parser": {"type": "string"}}, "required": ["parse5-sax-parser"]}}, "required": ["name", "version", "description", "main", "types", "files", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"remainingRequest": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "mtime": {"type": "integer"}}, "required": ["path", "mtime"]}}, "contextDependencies": {"type": "array", "items": {}}, "result": {"type": "array", "items": {"type": "string"}}}, "required": ["remainingRequest", "dependencies", "contextDependencies", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"remainingRequest" : "/Users/naomi/Sites/lala/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!/Users/naomi/Sites/lala/node_modules/pug-plain-loader/index.js!/Users/naomi/Sites/lala/node_modules/cache-loader/dist/cjs.js??ref--0-0!/Users/naomi/Sites/lala/node_modules/vue-loader/lib/index.js??vue-loader-options!/Users/naomi/Sites/lala/src/components/buttons/buttonwithaccount.vue?vue&type=template&id=6d1de5c7&lang=pug&", "dependencies" : [{"path" : "/Users/naomi/Sites/lala/src/components/buttons/buttonwithaccount.vue", "mtime" : 1563857489328}, {"path" : "/Users/naomi/Sites/lala/node_modules/cache-loader/dist/cjs.js", "mtime" : 1555422172875}, {"path" : "/Users/naomi/Sites/lala/node_modules/vue-loader/lib/loaders/templateLoader.js", "mtime" : 1553506994721}, {"path" : "/Users/naomi/Sites/lala/node_modules/pug-plain-loader/index.js", "mtime" : 1555422176575}, {"path" : "/Users/naomi/Sites/lala/node_modules/cache-loader/dist/cjs.js", "mtime" : 1555422172875}, {"path" : "/Users/naomi/Sites/lala/node_modules/vue-loader/lib/index.js", "mtime" : 1553506994721}], "contextDependencies" : [], "result" : ["var render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"div\", { staticClass: \"mb-2\" }, [\n _c(\n \"button\",\n {\n staticClass:\n \"flex flex-row mb-4 rounded-sm w-full justify-center items-center sm:mb-0\",\n class: _vm.clasess()\n },\n [\n _c(\"font-awesome-icon\", {\n staticClass: \"text-lg text-white w-1/6\",\n attrs: { icon: _vm.iconss() }\n }),\n _c(\n \"span\",\n {\n staticClass:\n \"font-pt-sans leading-tight p-4 text-base text-white self-center w-5/6\"\n },\n [_vm._v(_vm._s(_vm.label))]\n )\n ],\n 1\n )\n ])\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns }"]} | json_instruct | {"type": "object", "properties": {"remainingRequest": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "mtime": {"type": "integer"}}, "required": ["path", "mtime"]}}, "contextDependencies": {"type": "array", "items": {}}, "result": {"type": "array", "items": {"type": "string"}}}, "required": ["remainingRequest", "dependencies", "contextDependencies", "result"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "prepare": {"type": "string"}, "start": {"type": "string"}}, "required": ["build", "prepare", "start"]}, "dependencies": {"type": "object", "properties": {"boxen": {"type": "string"}, "dockerode": {"type": "string"}, "fs-extra": {"type": "string"}, "globby": {"type": "string"}, "log-update": {"type": "string"}}, "required": ["boxen", "dockerode", "fs-extra", "globby", "log-update"]}, "devDependencies": {"type": "object", "properties": {"@types/dockerode": {"type": "string"}, "@types/fs-extra": {"type": "string"}, "ts-node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/dockerode", "@types/fs-extra", "ts-node", "typescript"]}}, "required": ["name", "version", "private", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "oa-emulators-docker", "version" : "1.0.0", "private" : true, "scripts" : {"build" : "ts-node src/build.ts", "prepare" : "ts-node src/prepare.ts", "start" : "ts-node src/start.ts"}, "dependencies" : {"boxen" : "^5.1.2", "dockerode" : "^3.3.1", "fs-extra" : "^10.0.1", "globby" : "^11.0.2", "log-update" : "^4.0.0"}, "devDependencies" : {"@types/dockerode" : "^3.3.8", "@types/fs-extra" : "^9.0.13", "ts-node" : "^10.7.0", "typescript" : "^4.5.5"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "prepare": {"type": "string"}, "start": {"type": "string"}}, "required": ["build", "prepare", "start"]}, "dependencies": {"type": "object", "properties": {"boxen": {"type": "string"}, "dockerode": {"type": "string"}, "fs-extra": {"type": "string"}, "globby": {"type": "string"}, "log-update": {"type": "string"}}, "required": ["boxen", "dockerode", "fs-extra", "globby", "log-update"]}, "devDependencies": {"type": "object", "properties": {"@types/dockerode": {"type": "string"}, "@types/fs-extra": {"type": "string"}, "ts-node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/dockerode", "@types/fs-extra", "ts-node", "typescript"]}}, "required": ["name", "version", "private", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "emendatusenigmatica:block/apatite_c_limestone_ore"} | 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": {"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": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 404382459, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "02528fa16f5f7a883a67a0599d3aa6a5", "wof:id" : 404382459, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [6.83207824185956, 47.39893481742444, 6.87441564800638, 47.42279641224168], "geometry" : {"coordinates" : [[[6.87097670321833, 47.40549041210116], [6.84201705194214, 47.39893481742444], [6.83729761584143, 47.40031647928542], [6.83207824185956, 47.40380535328741], [6.838945391982, 47.41515993286173], [6.848071153511, 47.4187246100246], [6.8671415422681, 47.42279641224168], [6.87421214178394, 47.418469199636], [6.87441564800638, 47.4122886514021], [6.87097670321833, 47.40549041210116]]], "type" : "Polygon"}} | 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": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["chinese-cities", "grunt-tenon", "lighthouse-client", "wordrank-client"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "base_rgb": {"type": "array", "items": {"type": "integer"}}, "cloth": {"type": "object", "properties": {"brightness": {"type": "integer"}, "contrast": {"type": "number"}, "hue": {"type": "integer"}, "saturation": {"type": "number"}, "lightness": {"type": "number"}, "rgb": {"type": "array", "items": {"type": "integer"}}}, "required": ["brightness", "contrast", "hue", "saturation", "lightness", "rgb"]}, "leather": {"type": "object", "properties": {"brightness": {"type": "integer"}, "contrast": {"type": "number"}, "hue": {"type": "integer"}, "saturation": {"type": "number"}, "lightness": {"type": "number"}, "rgb": {"type": "array", "items": {"type": "integer"}}}, "required": ["brightness", "contrast", "hue", "saturation", "lightness", "rgb"]}, "metal": {"type": "object", "properties": {"brightness": {"type": "integer"}, "contrast": {"type": "number"}, "hue": {"type": "integer"}, "saturation": {"type": "number"}, "lightness": {"type": "number"}, "rgb": {"type": "array", "items": {"type": "integer"}}}, "required": ["brightness", "contrast", "hue", "saturation", "lightness", "rgb"]}, "fur": {"type": "object", "properties": {"brightness": {"type": "integer"}, "contrast": {"type": "number"}, "hue": {"type": "integer"}, "saturation": {"type": "number"}, "lightness": {"type": "number"}, "rgb": {"type": "array", "items": {"type": "integer"}}}, "required": ["brightness", "contrast", "hue", "saturation", "lightness", "rgb"]}, "item": {"type": "integer"}, "categories": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "name", "base_rgb", "cloth", "leather", "metal", "fur", "item", "categories"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 643, "name" : "Nickel", "base_rgb" : [128, 26, 26], "cloth" : {"brightness" : 37, "contrast" : 1.5625, "hue" : 50, "saturation" : 0.195312, "lightness" : 1.28906, "rgb" : [136, 130, 102]}, "leather" : {"brightness" : 37, "contrast" : 1.5625, "hue" : 50, "saturation" : 0.195312, "lightness" : 1.28906, "rgb" : [136, 130, 102]}, "metal" : {"brightness" : 32, "contrast" : 1.79688, "hue" : 50, "saturation" : 0.195312, "lightness" : 1.5625, "rgb" : [124, 117, 85]}, "fur" : {"brightness" : 37, "contrast" : 1.5625, "hue" : 50, "saturation" : 0.195312, "lightness" : 1.28906, "rgb" : [136, 130, 102]}, "item" : 20628, "categories" : ["Brown", "Vibrant", "Uncommon"]} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "base_rgb": {"type": "array", "items": {"type": "integer"}}, "cloth": {"type": "object", "properties": {"brightness": {"type": "integer"}, "contrast": {"type": "number"}, "hue": {"type": "integer"}, "saturation": {"type": "number"}, "lightness": {"type": "number"}, "rgb": {"type": "array", "items": {"type": "integer"}}}, "required": ["brightness", "contrast", "hue", "saturation", "lightness", "rgb"]}, "leather": {"type": "object", "properties": {"brightness": {"type": "integer"}, "contrast": {"type": "number"}, "hue": {"type": "integer"}, "saturation": {"type": "number"}, "lightness": {"type": "number"}, "rgb": {"type": "array", "items": {"type": "integer"}}}, "required": ["brightness", "contrast", "hue", "saturation", "lightness", "rgb"]}, "metal": {"type": "object", "properties": {"brightness": {"type": "integer"}, "contrast": {"type": "number"}, "hue": {"type": "integer"}, "saturation": {"type": "number"}, "lightness": {"type": "number"}, "rgb": {"type": "array", "items": {"type": "integer"}}}, "required": ["brightness", "contrast", "hue", "saturation", "lightness", "rgb"]}, "fur": {"type": "object", "properties": {"brightness": {"type": "integer"}, "contrast": {"type": "number"}, "hue": {"type": "integer"}, "saturation": {"type": "number"}, "lightness": {"type": "number"}, "rgb": {"type": "array", "items": {"type": "integer"}}}, "required": ["brightness", "contrast", "hue", "saturation", "lightness", "rgb"]}, "item": {"type": "integer"}, "categories": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "name", "base_rgb", "cloth", "leather", "metal", "fur", "item", "categories"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"parsed": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "projectUrl": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}, "reposUrl": {"type": "string"}}, "required": ["name", "version", "projectUrl", "authors", "reposUrl"]}}, "required": ["parsed"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parsed" : {"name" : "es6-promises", "version" : "", "projectUrl" : "https://github.com/jakearchibald/ES6-Promises", "authors" : [{"name" : "Fran\u00e7ois de Campredon", "url" : "https://github.com/fdecampredon"}], "reposUrl" : "https://github.com/borisyankov/DefinitelyTyped"}} | json_instruct | {"type": "object", "properties": {"parsed": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "projectUrl": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}, "reposUrl": {"type": "string"}}, "required": ["name", "version", "projectUrl", "authors", "reposUrl"]}}, "required": ["parsed"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}}, "required": ["title", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Capture payment with prompt for security code and card type", "type" : "server"} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}}, "required": ["title", "type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"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://json-schema.org/draft-07/schema#"}
| {"contract" : "0x2c7b4144b737553743c3fc1988b9318eeb809bbb", "tool" : "slither", "start" : 1563566787.192096, "end" : 1563566790.712733, "duration" : 3.520637035369873, "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://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"type=egg": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "type=small": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "type=large": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": ["type=egg", "type=small", "type=large"]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"variants" : {"type=egg" : {"model" : "conquest:block/nero_africano_black_marble_sphere_dragonegg"}, "type=small" : {"model" : "conquest:block/nero_africano_black_marble_sphere_small"}, "type=large" : {"model" : "conquest:block/nero_africano_black_marble_sphere"}}} | json_instruct | {"type": "object", "properties": {"variants": {"type": "object", "properties": {"type=egg": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "type=small": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "type=large": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": ["type=egg", "type=small", "type=large"]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"Id": {"type": "string"}, "ThreadId": {"type": "string"}, "Html": {"type": "string"}, "PostedDate": {"type": "string"}, "UserRole": {"type": "null"}, "MarkedAsAnswerDate": {"type": "null"}}, "required": ["Id", "ThreadId", "Html", "PostedDate", "UserRole", "MarkedAsAnswerDate"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"Id" : "130277", "ThreadId" : "39268", "Html" : "I have a small ubuntu webserver installed on an old pc. <br>\r\n<br>\r\nTrying some sample code on my homeserver doesn't give any problems. On my host, conditions (php 5.2, ...) are ok, I get a "500 internal server" on this line: $objWriter->save( 'php://output' ); or "File not found" ... ?!?<br>\r\nTransfering the map to 0777 doesn't help .... ?!<br>\r\n<br>\r\nWhat am I doing wrong ??<br>\r\n", "PostedDate" : "2008-11-05T10:22:56.077-08:00", "UserRole" : null, "MarkedAsAnswerDate" : null}, {"Id" : "130285", "ThreadId" : "39268", "Html" : "Hmm... Have not experienced this before. Is this happening only with <code>php://output</code> or also when you save to disk? Can you try to do some further debugging by putting in an <code>exit;</code> statement in the <code>save</code> method starting from top and moving it down until you find out which line in the save method is causing the problem.<br>\r\n<br>\r\n", "PostedDate" : "2008-11-05T10:52:31.4-08:00", "UserRole" : null, "MarkedAsAnswerDate" : null}, {"Id" : "130563", "ThreadId" : "39268", "Html" : "No sorry, I was too fast, gzip is not enabled ...<br>\r\n", "PostedDate" : "2008-11-06T09:29:08.107-08:00", "UserRole" : null, "MarkedAsAnswerDate" : null}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"Id": {"type": "string"}, "ThreadId": {"type": "string"}, "Html": {"type": "string"}, "PostedDate": {"type": "string"}, "UserRole": {"type": "null"}, "MarkedAsAnswerDate": {"type": "null"}}, "required": ["Id", "ThreadId", "Html", "PostedDate", "UserRole", "MarkedAsAnswerDate"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "element": {"type": "string"}, "weapon": {"type": "string"}, "hasDriver": {"type": "boolean"}}, "required": ["name", "element", "weapon", "hasDriver"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "Pyra", "element" : "Fire", "weapon" : "Aegis Sword", "hasDriver" : true}, {"name" : "Mythra", "element" : "Light", "weapon" : "Aegis Sword", "hasDriver" : true}, {"name" : "Dromarch", "element" : "Water", "weapon" : "Dual Rings", "hasDriver" : true}, {"name" : "Nia", "element" : "Water", "weapon" : "Catalyst Scimitar", "hasDriver" : false}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "element": {"type": "string"}, "weapon": {"type": "string"}, "hasDriver": {"type": "boolean"}}, "required": ["name", "element", "weapon", "hasDriver"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {}}, "division": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "title": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "chapter": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "subchapter": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "heading": {"type": "object", "properties": {"title": {"type": "string"}, "chaptersection": {"type": "string"}, "identifier": {"type": "string"}, "catch_text": {"type": "string"}}, "required": ["title", "chaptersection", "identifier", "catch_text"]}}, "required": ["text", "historical", "credits", "sections", "division", "title", "chapter", "subchapter", "heading"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"text" : "Before appointing an interpreter, an appointing authority shall make a preliminary determination that the interpreter is able to accurately communicate with and translate information to and from the communication-impaired person involved. If the interpreter is not able to provide effective communication with the communication-impaired person, the appointing authority shall appoint another qualified interpreter.", "historical" : "Prior Codifications\n\n1981 Ed., \u00a7 31-2704.\n\nLegislative History of Laws\n\nFor legislative history of D.C. Law 7-62, see Historical and Statutory Notes following \u00a7 2-1901.\n\nDC CODE \u00a7 2-1904\n\nCurrent through December 11, 2012", "credits" : "(Jan. 28, 1988, D.C. Law 7-62, \u00a7 5, 34 DCR 7426.)", "sections" : [], "division" : {"identifier" : "I", "text" : "Government of District."}, "title" : {"identifier" : "2", "text" : "Government Administration. (Refs & Annos)"}, "chapter" : {"identifier" : "19", "text" : "Government Language Accessibility. (Refs & Annos)"}, "subchapter" : {"identifier" : "I", "text" : "Interpreters."}, "heading" : {"title" : "2", "chaptersection" : "1904", "identifier" : "2-1904", "catch_text" : "Preliminary determination of interpreter's qualifications."}} | json_instruct | {"type": "object", "properties": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {}}, "division": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "title": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "chapter": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "subchapter": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "heading": {"type": "object", "properties": {"title": {"type": "string"}, "chaptersection": {"type": "string"}, "identifier": {"type": "string"}, "catch_text": {"type": "string"}}, "required": ["title", "chaptersection", "identifier", "catch_text"]}}, "required": ["text", "historical", "credits", "sections", "division", "title", "chapter", "subchapter", "heading"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"sitename": {"type": "string"}, "host": {"type": "string"}, "admin": {"type": "string"}}, "required": ["sitename", "host", "admin"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"sitename" : "##PROJECT##", "host" : "pantheon", "admin" : "trotton"} | json_instruct | {"type": "object", "properties": {"sitename": {"type": "string"}, "host": {"type": "string"}, "admin": {"type": "string"}}, "required": ["sitename", "host", "admin"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"react": {"type": "string"}, "react-dom": {"type": "string"}, "react-scripts": {"type": "string"}}, "required": ["react", "react-dom", "react-scripts"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}}, "required": ["start", "build"]}, "eslintConfig": {"type": "object", "properties": {"extends": {"type": "string"}}, "required": ["extends"]}, "browserslist": {"type": "object", "properties": {"production": {"type": "array", "items": {"type": "string"}}, "development": {"type": "array", "items": {"type": "string"}}}, "required": ["production", "development"]}}, "required": ["name", "author", "description", "homepage", "repository", "version", "private", "dependencies", "scripts", "eslintConfig", "browserslist"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "cra-example", "author" : "Rapha\u00ebl Th\u00e9riault <[email protected]> (https://raphaeltheriault.com)", "description" : "Exemple le plus simple et complet possible d'application React", "homepage" : ".", "repository" : "https://github.com/raftario/cra-example", "version" : "1.0.0", "private" : true, "dependencies" : {"react" : "^16.8.6", "react-dom" : "^16.8.6", "react-scripts" : "3.0.1"}, "scripts" : {"start" : "react-scripts start", "build" : "react-scripts build"}, "eslintConfig" : {"extends" : "react-app"}, "browserslist" : {"production" : [">0.2%", "not dead", "not op_mini all"], "development" : ["last 1 chrome version", "last 1 firefox version", "last 1 safari version"]}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"react": {"type": "string"}, "react-dom": {"type": "string"}, "react-scripts": {"type": "string"}}, "required": ["react", "react-dom", "react-scripts"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}}, "required": ["start", "build"]}, "eslintConfig": {"type": "object", "properties": {"extends": {"type": "string"}}, "required": ["extends"]}, "browserslist": {"type": "object", "properties": {"production": {"type": "array", "items": {"type": "string"}}, "development": {"type": "array", "items": {"type": "string"}}}, "required": ["production", "development"]}}, "required": ["name", "author", "description", "homepage", "repository", "version", "private", "dependencies", "scripts", "eslintConfig", "browserslist"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"acadYear": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "department": {"type": "string"}, "faculty": {"type": "string"}, "workload": {"type": "array", "items": {"type": "integer"}}, "prerequisite": {"type": "string"}, "moduleCredit": {"type": "string"}, "moduleCode": {"type": "string"}, "semesterData": {"type": "array", "items": {}}}, "required": ["acadYear", "description", "title", "department", "faculty", "workload", "prerequisite", "moduleCredit", "moduleCode", "semesterData"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"acadYear" : "2019/2020", "description" : "This module examines the conceptual foundation of access to justice and the practical challenges it raises in formal systems of dispute resolution. Using a Research Seminar structure, the module integrates academic analysis with experiential learning by providing students with opportunities to produce and critique original research on themes emerging from student internships and pro bono experiences.", "title" : "Access to Justice", "department" : "FoL Dean's Office", "faculty" : "Law", "workload" : [0, 3, 0, 0, 7], "prerequisite" : "NUS Compulsory Core Curriculum or its equivalent", "moduleCredit" : "5", "moduleCode" : "LL5279V", "semesterData" : []} | json_instruct | {"type": "object", "properties": {"acadYear": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "department": {"type": "string"}, "faculty": {"type": "string"}, "workload": {"type": "array", "items": {"type": "integer"}}, "prerequisite": {"type": "string"}, "moduleCredit": {"type": "string"}, "moduleCode": {"type": "string"}, "semesterData": {"type": "array", "items": {}}}, "required": ["acadYear", "description", "title", "department", "faculty", "workload", "prerequisite", "moduleCredit", "moduleCode", "semesterData"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": {"type": "null"}, "labels": {"type": "array", "items": {}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"body" : "Add dependent of alsa-lib.", "user" : "t-nojiri", "url" : "https://api.github.com/repos/spack/spack/issues/17616", "updated_at" : "2020-07-24 22:56:35", "created_at" : "2020-07-21 08:10:51", "closed_at" : "2020-07-24 22:56:35", "state" : "closed", "title" : "brltty: Add depend alsa-lib.", "number" : 17616, "milestone" : null, "labels" : [], "id" : 662727546, "html_url" : "https://github.com/spack/spack/pull/17616", "assignees" : [], "comments" : 0} | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": {"type": "null"}, "labels": {"type": "array", "items": {}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"static/development/pages/main.js": {"type": "boolean"}}, "required": ["static/development/pages/main.js"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : "64f3085aa2b98f36bcfc", "c" : {"static/development/pages/main.js" : true}} | json_instruct | {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"static/development/pages/main.js": {"type": "boolean"}}, "required": ["static/development/pages/main.js"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"desc": {"type": "string"}, "home": {"type": "string"}, "license": {"type": "string"}}, "required": ["desc", "home", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"desc" : "The Cython compiler for writing C extensions for the Python language.", "home" : "http://cython.org/", "license" : "Apache"} | json_instruct | {"type": "object", "properties": {"desc": {"type": "string"}, "home": {"type": "string"}, "license": {"type": "string"}}, "required": ["desc", "home", "license"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"0.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.2": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.3.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.4": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.5": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.6.0": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.1", "0.2", "0.3.1", "0.4", "0.5", "0.6.0"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"latest_version" : ["0.6.0"], "meta" : {"description" : "Sphinx extension to support docstrings in Numpy format", "homepage" : "https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt", "license" : "BSD"}, "versions" : {"0.1" : {"sha256" : "21015cf4c7ed0948238c6273baa45c7013ddf860c10a8c4e6f6eeef4ff8386cd", "url" : "https://files.pythonhosted.org/packages/8c/da/1af18adaf7d977821f5219f58920f0f0d924b5c577c35ac73b0449382fe3/numpydoc-0.1.tar.gz"}, "0.2" : {"sha256" : "17f72692ffc0d5708d796f8d1dde75bf497ab894dd924228be1238270ad1f22c", "url" : "https://files.pythonhosted.org/packages/19/88/38254d8d8d04ced237a59ec2275b86c1ffdb7d2b17db4328acc7578f776e/numpydoc-0.2.tar.gz"}, "0.3.1" : {"sha256" : "5197aca438fb9335f65bb93f5a598e63a1b6fe261173eef45e489159507c6464", "url" : "https://files.pythonhosted.org/packages/61/c7/2f700e05367ca3e4489e0126d768da4c56680998b0b5106509453341d421/numpydoc-0.3.1.tar.gz"}, "0.4" : {"sha256" : "20e07c60766a7a044f228de5bdcc0d10b84a9f0b460e0c09422a4f60ef21ff8f", "url" : "https://files.pythonhosted.org/packages/bf/86/b6c1ac5cf3c8a4601065110ad9b790ace0b82345bfd1a3c00fcfbe14a913/numpydoc-0.4.tar.gz"}, "0.5" : {"sha256" : "93f050bceb52489d92f85c346981f1962c867c01f233d3252894ceae5cb48d34", "url" : "https://files.pythonhosted.org/packages/c0/9c/51bb789dcef828b40a81e7c48d406605b2ee79dfd687be1440b73548e8e9/numpydoc-0.5.tar.gz"}, "0.6.0" : {"sha256" : "1ec573e91f6d868a9940d90a6599f3e834a2d6c064030fbe078d922ee21dcfa1", "url" : "https://files.pythonhosted.org/packages/9a/b0/f84d0d2521686e93c7ee86fdd79142250d1ea965283ef8b31733f8a2d5f7/numpydoc-0.6.0.tar.gz"}}} | json_instruct | {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"0.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.2": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.3.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.4": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.5": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.6.0": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.1", "0.2", "0.3.1", "0.4", "0.5", "0.6.0"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"kind": {"type": "string"}, "state": {"type": "string"}}, "required": ["kind", "state"]}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"kind": {"type": "string"}, "name": {"type": "string"}, "state": {"type": "string"}}, "required": ["kind", "name", "state"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}}, "required": ["type", "properties", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "FeatureCollection", "properties" : {"kind" : "state", "state" : "PA"}, "features" : [{"type" : "Feature", "properties" : {"kind" : "county", "name" : "Cambria", "state" : "PA"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[-78.8043, 40.7246], [-78.3497, 40.7246], [-78.5414, 40.5055], [-78.5633, 40.3686], [-78.6181, 40.3248], [-78.6564, 40.2426], [-78.8865, 40.2426], [-78.9248, 40.2864], [-79.0015, 40.2864], [-79.0563, 40.2864], [-78.9741, 40.396]]]]}}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"kind": {"type": "string"}, "state": {"type": "string"}}, "required": ["kind", "state"]}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"kind": {"type": "string"}, "name": {"type": "string"}, "state": {"type": "string"}}, "required": ["kind", "name", "state"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}}, "required": ["type", "properties", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"run_list": {"type": "array", "items": {"type": "string"}}}, "required": ["run_list"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"run_list" : ["recipe[shell]", "recipe[ruby]", "recipe[editor]", "recipe[apps]", "recipe[vms]"]} | json_instruct | {"type": "object", "properties": {"run_list": {"type": "array", "items": {"type": "string"}}}, "required": ["run_list"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"chart.js": {"type": "string"}, "react-chartjs-2": {"type": "string"}}, "required": ["chart.js", "react-chartjs-2"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"dependencies" : {"chart.js" : "^3.6.2", "react-chartjs-2" : "^4.0.0"}} | json_instruct | {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"chart.js": {"type": "string"}, "react-chartjs-2": {"type": "string"}}, "required": ["chart.js", "react-chartjs-2"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "color": {"type": "string"}, "mainboard": {"type": "object", "properties": {"type": {"type": "string"}, "number_pair": {"type": "string"}, "stamp": {"type": "string"}, "circled_letters": {"type": "string"}, "year": {"type": "integer"}, "month": {"type": "integer"}, "crystal": {"type": "object", "properties": {"type": {"type": "string"}, "label": {"type": "string"}, "year": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["type", "label", "year", "week"]}, "cpu": {"type": "object", "properties": {"type": {"type": "string"}, "manufacturer": {"type": "string"}, "label": {"type": "string"}, "year": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["type", "manufacturer", "label", "year", "week"]}, "work_ram": {"type": "object", "properties": {"type": {"type": "string"}, "manufacturer": {"type": "string"}, "label": {"type": "string"}, "year": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["type", "manufacturer", "label", "year", "week"]}, "amplifier": {"type": "object", "properties": {"type": {"type": "string"}, "manufacturer": {"type": "string"}, "label": {"type": "string"}, "year": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["type", "manufacturer", "label", "year", "week"]}, "u4": {"type": "null"}, "u5": {"type": "null"}}, "required": ["type", "number_pair", "stamp", "circled_letters", "year", "month", "crystal", "cpu", "work_ram", "amplifier", "u4", "u5"]}}, "required": ["type", "color", "mainboard"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "AGS", "color" : "platinum", "mainboard" : {"type" : "C/AGT-CPU-01", "number_pair" : "7-2", "stamp" : "17Z53734", "circled_letters" : "CS", "year" : 2005, "month" : 12, "crystal" : {"type" : "KDSI 4.194", "label" : "KDSI 0538 4.194", "year" : 2005, "week" : 38}, "cpu" : {"type" : "CPU AGB B E", "manufacturer" : "sharp", "label" : "CPU AGB B E \u24c2 \u00a9 2002 Nintendo JAPAN ARM 0541 UB", "year" : 2005, "week" : 41}, "work_ram" : {"type" : "LP62S16128BW-70LLTF", "manufacturer" : "amic", "label" : "AMIC LP62S16128BW-70LLTF P4060473FB 0540A", "year" : 2005, "week" : 40}, "amplifier" : {"type" : "PM B3", "manufacturer" : "mitsumi", "label" : "MITSUMI JAPAN 544A PM B3", "year" : 2005, "week" : 44}, "u4" : null, "u5" : null}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "color": {"type": "string"}, "mainboard": {"type": "object", "properties": {"type": {"type": "string"}, "number_pair": {"type": "string"}, "stamp": {"type": "string"}, "circled_letters": {"type": "string"}, "year": {"type": "integer"}, "month": {"type": "integer"}, "crystal": {"type": "object", "properties": {"type": {"type": "string"}, "label": {"type": "string"}, "year": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["type", "label", "year", "week"]}, "cpu": {"type": "object", "properties": {"type": {"type": "string"}, "manufacturer": {"type": "string"}, "label": {"type": "string"}, "year": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["type", "manufacturer", "label", "year", "week"]}, "work_ram": {"type": "object", "properties": {"type": {"type": "string"}, "manufacturer": {"type": "string"}, "label": {"type": "string"}, "year": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["type", "manufacturer", "label", "year", "week"]}, "amplifier": {"type": "object", "properties": {"type": {"type": "string"}, "manufacturer": {"type": "string"}, "label": {"type": "string"}, "year": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["type", "manufacturer", "label", "year", "week"]}, "u4": {"type": "null"}, "u5": {"type": "null"}}, "required": ["type", "number_pair", "stamp", "circled_letters", "year", "month", "crystal", "cpu", "work_ram", "amplifier", "u4", "u5"]}}, "required": ["type", "color", "mainboard"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"lodash": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-redux": {"type": "string"}, "react-dragula": {"type": "string"}, "redux": {"type": "string"}, "shortid": {"type": "string"}}, "required": ["lodash", "react", "react-dom", "react-redux", "react-dragula", "redux", "shortid"]}, "devDependencies": {"type": "object", "properties": {"webpack": {"type": "string"}, "jsx-loader": {"type": "string"}, "file-loader": {"type": "string"}, "style-loader": {"type": "string"}, "css-loader": {"type": "string"}}, "required": ["webpack", "jsx-loader", "file-loader", "style-loader", "css-loader"]}, "scripts": {"type": "object", "properties": {"compile": {"type": "string"}, "watch": {"type": "string"}}, "required": ["compile", "watch"]}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "private", "version", "dependencies", "devDependencies", "scripts", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "db-manager", "private" : true, "version" : "1.0.0", "dependencies" : {"lodash" : "~3.10", "react" : "~0.14", "react-dom" : "~0.14", "react-redux" : "~4.0", "react-dragula" : "~1.1.15", "redux" : "~3.0", "shortid" : "~2.2"}, "devDependencies" : {"webpack" : "~1.12", "jsx-loader" : "~0.13", "file-loader" : "~0.8", "style-loader" : "~0.13", "css-loader" : "~0.23"}, "scripts" : {"compile" : "./node_modules/webpack/bin/webpack.js --config ./app/react/webpack/config/compiler.js", "watch" : "./node_modules/webpack/bin/webpack.js --config ./app/react/webpack/config/compiler.js --watch"}, "author" : "Ibrahima SOW <[email protected]>", "license" : "private"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"lodash": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-redux": {"type": "string"}, "react-dragula": {"type": "string"}, "redux": {"type": "string"}, "shortid": {"type": "string"}}, "required": ["lodash", "react", "react-dom", "react-redux", "react-dragula", "redux", "shortid"]}, "devDependencies": {"type": "object", "properties": {"webpack": {"type": "string"}, "jsx-loader": {"type": "string"}, "file-loader": {"type": "string"}, "style-loader": {"type": "string"}, "css-loader": {"type": "string"}}, "required": ["webpack", "jsx-loader", "file-loader", "style-loader", "css-loader"]}, "scripts": {"type": "object", "properties": {"compile": {"type": "string"}, "watch": {"type": "string"}}, "required": ["compile", "watch"]}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "private", "version", "dependencies", "devDependencies", "scripts", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"time_fct_id": {"type": "integer"}, "time_fct": {"type": "string"}, "affiliate_facet_id": {"type": "integer"}, "affiliate_facet": {"type": "string"}, "occurrence": {"type": "integer"}, "affiliates": {"type": "array", "items": {"type": "object", "properties": {"facet_id": {"type": "integer"}, "occurrence": {"type": "integer"}, "value": {"type": "string"}}, "required": ["facet_id", "occurrence", "value"]}}}, "required": ["time_fct_id", "time_fct", "affiliate_facet_id", "affiliate_facet", "occurrence", "affiliates"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"time_fct_id" : 15, "time_fct" : "time_62060", "affiliate_facet_id" : 2261, "affiliate_facet" : "Filmnegative, Ordner 896 Amerikahaus", "occurrence" : 445, "affiliates" : [{"facet_id" : 2261, "occurrence" : 453, "value" : "Landratsamt Hechingen"}, {"facet_id" : 23740, "occurrence" : 1, "value" : "Jacobs, Heinrich; Stadtoberinspektor Hechingen"}, {"facet_id" : 63711, "occurrence" : 1, "value" : "Herberhold, Franz; Archivar, 1906-1979"}, {"facet_id" : 365766, "occurrence" : 1, "value" : "Behr, Ida"}, {"facet_id" : 365767, "occurrence" : 1, "value" : "Behr, Max"}, {"facet_id" : 365768, "occurrence" : 1, "value" : "Birkle, Melchior, B\u00fcrgermeister, Rangendingen"}, {"facet_id" : 410004, "occurrence" : 1, "value" : "Dehmer, Elisabeth; Hebamme"}, {"facet_id" : 652153, "occurrence" : 1, "value" : "Koch, Emma"}, {"facet_id" : 1016089, "occurrence" : 1, "value" : "Grupp, Franz, Dr.; Burladingen"}]} | json_instruct | {"type": "object", "properties": {"time_fct_id": {"type": "integer"}, "time_fct": {"type": "string"}, "affiliate_facet_id": {"type": "integer"}, "affiliate_facet": {"type": "string"}, "occurrence": {"type": "integer"}, "affiliates": {"type": "array", "items": {"type": "object", "properties": {"facet_id": {"type": "integer"}, "occurrence": {"type": "integer"}, "value": {"type": "string"}}, "required": ["facet_id", "occurrence", "value"]}}}, "required": ["time_fct_id", "time_fct", "affiliate_facet_id", "affiliate_facet", "occurrence", "affiliates"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"description": {"type": "string"}, "key": {"type": "string"}, "manifest_version": {"type": "integer"}, "name": {"type": "string"}, "theme": {"type": "object", "properties": {"colors": {"type": "object", "properties": {"bookmark_text": {"type": "array", "items": {"type": "integer"}}, "button_background": {"type": "array", "items": {"type": "integer"}}, "frame": {"type": "array", "items": {"type": "integer"}}, "ntp_background": {"type": "array", "items": {"type": "integer"}}, "ntp_text": {"type": "array", "items": {"type": "integer"}}, "tab_background_text": {"type": "array", "items": {"type": "integer"}}, "tab_text": {"type": "array", "items": {"type": "integer"}}, "toolbar": {"type": "array", "items": {"type": "integer"}}}, "required": ["bookmark_text", "button_background", "frame", "ntp_background", "ntp_text", "tab_background_text", "tab_text", "toolbar"]}, "images": {"type": "object", "properties": {"theme_frame": {"type": "string"}, "theme_tab_background": {"type": "string"}, "theme_toolbar": {"type": "string"}}, "required": ["theme_frame", "theme_tab_background", "theme_toolbar"]}, "properties": {"type": "object", "properties": {"ntp_background_alignment": {"type": "string"}, "ntp_background_repeat": {"type": "string"}}, "required": ["ntp_background_alignment", "ntp_background_repeat"]}, "tints": {"type": "object", "properties": {"buttons": {"type": "array", "items": {"type": "number"}}}, "required": ["buttons"]}}, "required": ["colors", "images", "properties", "tints"]}, "update_url": {"type": "string"}, "version": {"type": "string"}}, "required": ["description", "key", "manifest_version", "name", "theme", "update_url", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"description" : "", "key" : "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCb+UKTwzgGCar0pe/l0z03+g2Lq6DHQsNWLe1bAVej1+jkXZ0v5CV0AH+2FGKP4xNXYoK/SMv1DegzWmwFiajxemOl9YnGYVrQEAhU/oKWrThWZZb6duP4upWb3f6terTvzIoqL6IZX2j5ZGGlwN3lC1AMuS4VK20n10fI/vlyawIDAQAB", "manifest_version" : 2, "name" : "Flat Coloured Theme", "theme" : {"colors" : {"bookmark_text" : [44, 62, 80], "button_background" : [44, 62, 80, 1], "frame" : [26, 188, 156], "ntp_background" : [44, 62, 80], "ntp_text" : [22, 160, 133], "tab_background_text" : [77, 77, 77], "tab_text" : [0, 0, 0], "toolbar" : [26, 188, 156]}, "images" : {"theme_frame" : "images/theme_frame.png", "theme_tab_background" : "images/theme_tab_background.png", "theme_toolbar" : "images/theme_toolbar.png"}, "properties" : {"ntp_background_alignment" : "bottom", "ntp_background_repeat" : "no-repeat"}, "tints" : {"buttons" : [0.58, 0.29, 0.24]}}, "update_url" : "https://clients2.google.com/service/update2/crx", "version" : "1"} | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "key": {"type": "string"}, "manifest_version": {"type": "integer"}, "name": {"type": "string"}, "theme": {"type": "object", "properties": {"colors": {"type": "object", "properties": {"bookmark_text": {"type": "array", "items": {"type": "integer"}}, "button_background": {"type": "array", "items": {"type": "integer"}}, "frame": {"type": "array", "items": {"type": "integer"}}, "ntp_background": {"type": "array", "items": {"type": "integer"}}, "ntp_text": {"type": "array", "items": {"type": "integer"}}, "tab_background_text": {"type": "array", "items": {"type": "integer"}}, "tab_text": {"type": "array", "items": {"type": "integer"}}, "toolbar": {"type": "array", "items": {"type": "integer"}}}, "required": ["bookmark_text", "button_background", "frame", "ntp_background", "ntp_text", "tab_background_text", "tab_text", "toolbar"]}, "images": {"type": "object", "properties": {"theme_frame": {"type": "string"}, "theme_tab_background": {"type": "string"}, "theme_toolbar": {"type": "string"}}, "required": ["theme_frame", "theme_tab_background", "theme_toolbar"]}, "properties": {"type": "object", "properties": {"ntp_background_alignment": {"type": "string"}, "ntp_background_repeat": {"type": "string"}}, "required": ["ntp_background_alignment", "ntp_background_repeat"]}, "tints": {"type": "object", "properties": {"buttons": {"type": "array", "items": {"type": "number"}}}, "required": ["buttons"]}}, "required": ["colors", "images", "properties", "tints"]}, "update_url": {"type": "string"}, "version": {"type": "string"}}, "required": ["description", "key", "manifest_version", "name", "theme", "update_url", "version"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"manufacturer" : "SOLO", "market_name" : "Inspire_U5", "codename" : "Inspire_U5", "model" : "Inspire_U5"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"category": {"type": "array", "items": {"type": "string"}}, "city": {"type": "string"}, "em_sigma_b": {"type": "number"}, "cum_star": {"type": "number"}, "name": {"type": "string"}, "em_sigma_p": {"type": "number"}, "lat": {"type": "number"}, "lng": {"type": "number"}, "em_star": {"type": "number"}, "id": {"type": "string"}}, "required": ["category", "city", "em_sigma_b", "cum_star", "name", "em_sigma_p", "lat", "lng", "em_star", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"category" : ["Mexican", "Caterers", "Event Planning & Services", "Restaurants", "Seafood"], "city" : "Las Vegas", "em_sigma_b" : 0.2113908195464682, "cum_star" : 4.2023809523809526, "name" : "Rubio's", "em_sigma_p" : 0.001401115607953151, "lat" : 36.1964872432, "lng" : -115.250543237, "em_star" : 4.83010888285593, "id" : "QUxzvPrcWSXCKtYcneXIVA"} | json_instruct | {"type": "object", "properties": {"category": {"type": "array", "items": {"type": "string"}}, "city": {"type": "string"}, "em_sigma_b": {"type": "number"}, "cum_star": {"type": "number"}, "name": {"type": "string"}, "em_sigma_p": {"type": "number"}, "lat": {"type": "number"}, "lng": {"type": "number"}, "em_star": {"type": "number"}, "id": {"type": "string"}}, "required": ["category", "city", "em_sigma_b", "cum_star", "name", "em_sigma_p", "lat", "lng", "em_star", "id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"status": {"type": "string"}, "tp": {"type": "integer"}, "msg": {"type": "string"}, "result": {"type": "object", "properties": {"\"101528\"": {"type": "string"}, "\"101909\"": {"type": "string"}, "\"101871\"": {"type": "string"}, "\"101870\"": {"type": "string"}, "\"101799\"": {"type": "string"}, "\"101752\"": {"type": "string"}, "\"101746\"": {"type": "string"}, "\"101743\"": {"type": "string"}, "\"101713\"": {"type": "string"}, "\"101711\"": {"type": "string"}, "\"101703\"": {"type": "string"}, "\"101699\"": {"type": "string"}, "\"101696\"": {"type": "string"}, "\"101583\"": {"type": "string"}, "\"101531\"": {"type": "string"}, "\"101525\"": {"type": "string"}, "\"101538\"": {"type": "string"}, "\"101535\"": {"type": "string"}, "\"101526\"": {"type": "string"}, "\"101522\"": {"type": "string"}, "\"101471\"": {"type": "string"}, "\"101800\"": {"type": "string"}, "\"101463\"": {"type": "string"}, "\"101446\"": {"type": "string"}, "\"101295\"": {"type": "string"}, "\"101290\"": {"type": "string"}, "\"101280\"": {"type": "string"}, "\"101254\"": {"type": "string"}, "\"101243\"": {"type": "string"}}, "required": ["\"101528\"", "\"101909\"", "\"101871\"", "\"101870\"", "\"101799\"", "\"101752\"", "\"101746\"", "\"101743\"", "\"101713\"", "\"101711\"", "\"101703\"", "\"101699\"", "\"101696\"", "\"101583\"", "\"101531\"", "\"101525\"", "\"101538\"", "\"101535\"", "\"101526\"", "\"101522\"", "\"101471\"", "\"101800\"", "\"101463\"", "\"101446\"", "\"101295\"", "\"101290\"", "\"101280\"", "\"101254\"", "\"101243\""]}, "hits": {"type": "string"}}, "required": ["status", "tp", "msg", "result", "hits"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"status" : "success", "tp" : 1, "msg" : "Cities fetched successfully.", "result" : {"\"101528\"" : "Auyo", "\"101909\"" : "Babura", "\"101871\"" : "Birnin Kudu", "\"101870\"" : "Birniwa", "\"101799\"" : "Dutse", "\"101752\"" : "Gagarawa", "\"101746\"" : "Gantsa", "\"101743\"" : "Garki", "\"101713\"" : "Gumel", "\"101711\"" : "Guri", "\"101703\"" : "Gwaram", "\"101699\"" : "Gwiwa", "\"101696\"" : "Hadejia", "\"101583\"" : "Jahun", "\"101531\"" : "Kafin Hausa", "\"101525\"" : "Karkarna", "\"101538\"" : "Kaugama", "\"101535\"" : "Kazaure", "\"101526\"" : "Kiri Kasamma", "\"101522\"" : "Kiyawa", "\"101471\"" : "Maigatari", "\"101800\"" : "Malam Madori", "\"101463\"" : "Mallammaduri", "\"101446\"" : "Miga", "\"101295\"" : "Ringim", "\"101290\"" : "Roni", "\"101280\"" : "Samamiya", "\"101254\"" : "Sule Tankarkar", "\"101243\"" : "Taura"}, "hits" : "4210"} | json_instruct | {"type": "object", "properties": {"status": {"type": "string"}, "tp": {"type": "integer"}, "msg": {"type": "string"}, "result": {"type": "object", "properties": {"\"101528\"": {"type": "string"}, "\"101909\"": {"type": "string"}, "\"101871\"": {"type": "string"}, "\"101870\"": {"type": "string"}, "\"101799\"": {"type": "string"}, "\"101752\"": {"type": "string"}, "\"101746\"": {"type": "string"}, "\"101743\"": {"type": "string"}, "\"101713\"": {"type": "string"}, "\"101711\"": {"type": "string"}, "\"101703\"": {"type": "string"}, "\"101699\"": {"type": "string"}, "\"101696\"": {"type": "string"}, "\"101583\"": {"type": "string"}, "\"101531\"": {"type": "string"}, "\"101525\"": {"type": "string"}, "\"101538\"": {"type": "string"}, "\"101535\"": {"type": "string"}, "\"101526\"": {"type": "string"}, "\"101522\"": {"type": "string"}, "\"101471\"": {"type": "string"}, "\"101800\"": {"type": "string"}, "\"101463\"": {"type": "string"}, "\"101446\"": {"type": "string"}, "\"101295\"": {"type": "string"}, "\"101290\"": {"type": "string"}, "\"101280\"": {"type": "string"}, "\"101254\"": {"type": "string"}, "\"101243\"": {"type": "string"}}, "required": ["\"101528\"", "\"101909\"", "\"101871\"", "\"101870\"", "\"101799\"", "\"101752\"", "\"101746\"", "\"101743\"", "\"101713\"", "\"101711\"", "\"101703\"", "\"101699\"", "\"101696\"", "\"101583\"", "\"101531\"", "\"101525\"", "\"101538\"", "\"101535\"", "\"101526\"", "\"101522\"", "\"101471\"", "\"101800\"", "\"101463\"", "\"101446\"", "\"101295\"", "\"101290\"", "\"101280\"", "\"101254\"", "\"101243\""]}, "hits": {"type": "string"}}, "required": ["status", "tp", "msg", "result", "hits"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"files": {"type": "object", "properties": {"static/index.html": {"type": "object", "properties": {"status": {"type": "string"}, "num_chunks": {"type": "integer"}, "no_base_file": {"type": "boolean"}, "property_changes": {"type": "string"}, "num_added": {"type": "integer"}, "num_removed": {"type": "integer"}, "id": {"type": "integer"}, "is_binary": {"type": "boolean"}}, "required": ["status", "num_chunks", "no_base_file", "property_changes", "num_added", "num_removed", "id", "is_binary"]}}, "required": ["static/index.html"]}, "url": {"type": "null"}, "created": {"type": "string"}, "owner": {"type": "string"}, "num_comments": {"type": "integer"}, "patchset": {"type": "integer"}, "owner_email": {"type": "string"}, "issue": {"type": "integer"}, "message": {"type": "null"}, "modified": {"type": "string"}}, "required": ["files", "url", "created", "owner", "num_comments", "patchset", "owner_email", "issue", "message", "modified"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"files" : {"static/index.html" : {"status" : "M", "num_chunks" : 7, "no_base_file" : false, "property_changes" : "", "num_added" : 17, "num_removed" : 10, "id" : 2, "is_binary" : false}}, "url" : null, "created" : "2012-03-22 11:17:28.250180", "owner" : "adg", "num_comments" : 1, "patchset" : 1, "owner_email" : "[email protected]", "issue" : 5877048, "message" : null, "modified" : "2012-03-23 09:23:48.239222"} | json_instruct | {"type": "object", "properties": {"files": {"type": "object", "properties": {"static/index.html": {"type": "object", "properties": {"status": {"type": "string"}, "num_chunks": {"type": "integer"}, "no_base_file": {"type": "boolean"}, "property_changes": {"type": "string"}, "num_added": {"type": "integer"}, "num_removed": {"type": "integer"}, "id": {"type": "integer"}, "is_binary": {"type": "boolean"}}, "required": ["status", "num_chunks", "no_base_file", "property_changes", "num_added", "num_removed", "id", "is_binary"]}}, "required": ["static/index.html"]}, "url": {"type": "null"}, "created": {"type": "string"}, "owner": {"type": "string"}, "num_comments": {"type": "integer"}, "patchset": {"type": "integer"}, "owner_email": {"type": "string"}, "issue": {"type": "integer"}, "message": {"type": "null"}, "modified": {"type": "string"}}, "required": ["files", "url", "created", "owner", "num_comments", "patchset", "owner_email", "issue", "message", "modified"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [857.5055355628714, 860.1886136431536, 867.3434885239063, 870.0265666041886] | json_instruct | {"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"an1.61:1.1": {"type": "string"}, "an1.62:1.1": {"type": "string"}, "an1.63:1.1": {"type": "string"}, "an1.64:1.1": {"type": "string"}, "an1.65:1.1": {"type": "string"}, "an1.66:1.1": {"type": "string"}, "an1.67:1.1": {"type": "string"}, "an1.68:1.1": {"type": "string"}, "an1.69:1.1": {"type": "string"}, "an1.70:1.1": {"type": "string"}}, "required": ["an1.61:1.1", "an1.62:1.1", "an1.63:1.1", "an1.64:1.1", "an1.65:1.1", "an1.66:1.1", "an1.67:1.1", "an1.68:1.1", "an1.69:1.1", "an1.70:1.1"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"an1.61:1.1" : "csp1ed15.11, csp2ed15.11, dr20.13, ms15A1_129, msdiv61, ndp16.12, pts-vp-pli1.12, sc61.1, sya20.14, vri35.15", "an1.62:1.1" : "ms15A1_131, msdiv62, sc62.1", "an1.63:1.1" : "ms15A1_133, msdiv63, sc63.1", "an1.64:1.1" : "bj18.24, cck20.14, ms15A1_135, msdiv64, sc64.1", "an1.65:1.1" : "dr20.14, ms15A1_137, msdiv65, sc65.1, sya20.15", "an1.66:1.1" : "ms15A1_139, msdiv66, pts-vp-pli1.13, sc66.1, vri35.16", "an1.67:1.1" : "csp1ed15.12, csp2ed15.12, ms15A1_141, msdiv67, ndp16.13, sc67.1", "an1.68:1.1" : "ms15A1_143, msdiv68, sc68.1", "an1.69:1.1" : "cck20.15, dr20.15, ms15A1_145, msdiv69, sc69.1, sya20.16", "an1.70:1.1" : "ms15A1_147, msdiv70, sc70.1"} | json_instruct | {"type": "object", "properties": {"an1.61:1.1": {"type": "string"}, "an1.62:1.1": {"type": "string"}, "an1.63:1.1": {"type": "string"}, "an1.64:1.1": {"type": "string"}, "an1.65:1.1": {"type": "string"}, "an1.66:1.1": {"type": "string"}, "an1.67:1.1": {"type": "string"}, "an1.68:1.1": {"type": "string"}, "an1.69:1.1": {"type": "string"}, "an1.70:1.1": {"type": "string"}}, "required": ["an1.61:1.1", "an1.62:1.1", "an1.63:1.1", "an1.64:1.1", "an1.65:1.1", "an1.66:1.1", "an1.67:1.1", "an1.68:1.1", "an1.69:1.1", "an1.70:1.1"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"directions" : ["Prepare french fries as directed on the package.", "Stir cornstarch and water in a small cup until cornstarch dissolves; set aside. Bring milk and margarine to a boil in a saucepan, stirring constantly. Reduce the heat and whisk the cornstarch mixture into the milk mixture, bring to a simmer over medium heat. Cook and stir until the mixture is thick and smooth. Add the cheese to the milk mixture and stir until the cheese has melted and is well combined.", "Prepare chili as directed on the can. Pour the cooked chili and the cheese sauce over the top of the cooked french fries."], "ingredients" : ["1 (32 ounce) package frozen seasoned french fries", "2 tablespoons cornstarch", "2 tablespoons water", "2 cups low-fat milk", "1 tablespoon margarine", "8 slices American cheese, cut into pieces", "1 (15 ounce) can chili without beans (such as Hormel\u00ae)"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Chili Cheese Fries", "url" : "http://allrecipes.com/recipe/188823/chili-cheese-fries/"} | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"category": {"type": "object", "properties": {"": {"type": "string"}, "ja": {"type": "string"}}, "required": ["", "ja"]}, "context_name": {"type": "object", "properties": {"": {"type": "string"}, "ja": {"type": "string"}}, "required": ["", "ja"]}, "label": {"type": "object", "properties": {"": {"type": "string"}, "ja": {"type": "string"}}, "required": ["", "ja"]}, "type": {"type": "object", "properties": {"id": {"type": "string"}, "properties": {"type": "object", "properties": {"item_id": {"type": "string"}, "caption": {"type": "object", "properties": {"": {"type": "string"}, "ja": {"type": "string"}}, "required": ["", "ja"]}, "icon": {"type": "string"}, "function_entry": {"type": "object", "properties": {"id": {"type": "string"}, "properties": {"type": "object", "properties": {"select_message": {"type": "object", "properties": {"": {"type": "string"}, "ja": {"type": "string"}}, "required": ["", "ja"]}, "bottom_message": {"type": "object", "properties": {"": {"type": "string"}, "ja": {"type": "string"}}, "required": ["", "ja"]}}, "required": ["select_message", "bottom_message"]}}, "required": ["id", "properties"]}}, "required": ["item_id", "caption", "icon", "function_entry"]}}, "required": ["id", "properties"]}, "id": {"type": "string"}}, "required": ["category", "context_name", "label", "type", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"category" : {"" : "Standard", "ja" : "\u6a19\u6e96"}, "context_name" : {"" : "List Control", "ja" : "List\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb"}, "label" : {"" : "Down", "ja" : "\u4e0b\u3078"}, "type" : {"id" : "e14d8e9f-846e-40be-8003-b7f31e6a662c", "properties" : {"item_id" : "down", "caption" : {"" : "Down", "ja" : "\u4e0b\u3078"}, "icon" : "fa-arrow-down", "function_entry" : {"id" : "ca648609-fbc4-44cb-ae90-0e60c31fb568", "properties" : {"select_message" : {"" : "Select one item without bottom.", "ja" : "\u30a2\u30a4\u30c6\u30e0\u3092\u4e00\u3064\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002\uff08\u4e00\u756a\u4e0b\u306e\u30a2\u30a4\u30c6\u30e0\u306f\u9664\u304d\u307e\u3059\u3002\uff09"}, "bottom_message" : {"" : "The selected item is the last position. It cannot be moved to downward\u3002", "ja" : "\u9078\u629e\u3055\u308c\u3066\u3044\u308b\u30a2\u30a4\u30c6\u30e0\u306f\u672b\u5c3e\u306e\u4f4d\u7f6e\u3067\u3059\u3002\u4e0b\u3078\u79fb\u52d5\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002"}}}}}, "id" : "7cb89509-51ed-4630-8123-546cd0683239"} | json_instruct | {"type": "object", "properties": {"category": {"type": "object", "properties": {"": {"type": "string"}, "ja": {"type": "string"}}, "required": ["", "ja"]}, "context_name": {"type": "object", "properties": {"": {"type": "string"}, "ja": {"type": "string"}}, "required": ["", "ja"]}, "label": {"type": "object", "properties": {"": {"type": "string"}, "ja": {"type": "string"}}, "required": ["", "ja"]}, "type": {"type": "object", "properties": {"id": {"type": "string"}, "properties": {"type": "object", "properties": {"item_id": {"type": "string"}, "caption": {"type": "object", "properties": {"": {"type": "string"}, "ja": {"type": "string"}}, "required": ["", "ja"]}, "icon": {"type": "string"}, "function_entry": {"type": "object", "properties": {"id": {"type": "string"}, "properties": {"type": "object", "properties": {"select_message": {"type": "object", "properties": {"": {"type": "string"}, "ja": {"type": "string"}}, "required": ["", "ja"]}, "bottom_message": {"type": "object", "properties": {"": {"type": "string"}, "ja": {"type": "string"}}, "required": ["", "ja"]}}, "required": ["select_message", "bottom_message"]}}, "required": ["id", "properties"]}}, "required": ["item_id", "caption", "icon", "function_entry"]}}, "required": ["id", "properties"]}, "id": {"type": "string"}}, "required": ["category", "context_name", "label", "type", "id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"creation_host": {"type": "string"}, "creation_dt": {"type": "string"}}, "required": ["creation_host", "creation_dt"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"creation_host" : "9674d92d1d99", "creation_dt" : "2018-08-03T23:30:46Z"} | json_instruct | {"type": "object", "properties": {"creation_host": {"type": "string"}, "creation_dt": {"type": "string"}}, "required": ["creation_host", "creation_dt"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "src": {"type": "string"}}, "required": ["name", "src"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "P7 Kristen Riksradio", "src" : "http://p7.no:8007/kristen_riksradio.mp3?t=1526282400"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "src": {"type": "string"}}, "required": ["name", "src"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"Gareth Shapiro": {"type": "string"}}, "required": ["Gareth Shapiro"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}, "osx": {"type": "string"}}, "required": ["ios", "osx"]}, "source_files": {"type": "string"}, "requires_arc": {"type": "boolean"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "source", "platforms", "source_files", "requires_arc"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "SimpleObjectiveCAPIService", "version" : "1.0", "summary" : "Allows developers to work with local JSON stub files and switch to live API seamlessly.", "description" : "A small Objective-C utility that helps stub out an API with local JSON files which are based on the live endpoint name they represent. A simple switch to go live allows front end and back end developers to be friends after all.", "homepage" : "http://garethshapiro.com/item/simple-objective-c-api-service", "license" : {"type" : "MIT", "file" : "LICENSE"}, "authors" : {"Gareth Shapiro" : "[email protected]"}, "source" : {"git" : "https://github.com/GarethShapiro/SimpleObjectiveCAPIService.git", "tag" : "1.0"}, "platforms" : {"ios" : "5.0", "osx" : "10.7"}, "source_files" : "*.{h,m}", "requires_arc" : true} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"Gareth Shapiro": {"type": "string"}}, "required": ["Gareth Shapiro"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}, "osx": {"type": "string"}}, "required": ["ios", "osx"]}, "source_files": {"type": "string"}, "requires_arc": {"type": "boolean"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "source", "platforms", "source_files", "requires_arc"], "$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"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}}, "required": ["lint"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-config-standard": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "eslint-plugin-node": {"type": "string"}, "eslint-plugin-promise": {"type": "string"}, "eslint-plugin-standard": {"type": "string"}, "lint-staged": {"type": "string"}, "standard": {"type": "string"}}, "required": ["eslint", "eslint-config-standard", "eslint-plugin-import", "eslint-plugin-node", "eslint-plugin-promise", "eslint-plugin-standard", "lint-staged", "standard"]}, "dependencies": {"type": "object", "properties": {"jexl": {"type": "string"}}, "required": ["jexl"]}}, "required": ["name", "version", "description", "license", "scripts", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@shopgate-project/search-doofinder", "version" : "1.1.0", "description" : "", "license" : "Apache-2.0", "scripts" : {"lint" : "eslint --ignore-path ../.gitignore --ext .js ."}, "devDependencies" : {"eslint" : "^6.8.0", "eslint-config-standard" : "^14.1.1", "eslint-plugin-import" : "^2.20.2", "eslint-plugin-node" : "^11.1.0", "eslint-plugin-promise" : "^4.2.1", "eslint-plugin-standard" : "^4.0.1", "lint-staged" : "^10.1.2", "standard" : "^14.3.3"}, "dependencies" : {"jexl" : "^2.3.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}}, "required": ["lint"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-config-standard": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "eslint-plugin-node": {"type": "string"}, "eslint-plugin-promise": {"type": "string"}, "eslint-plugin-standard": {"type": "string"}, "lint-staged": {"type": "string"}, "standard": {"type": "string"}}, "required": ["eslint", "eslint-config-standard", "eslint-plugin-import", "eslint-plugin-node", "eslint-plugin-promise", "eslint-plugin-standard", "lint-staged", "standard"]}, "dependencies": {"type": "object", "properties": {"jexl": {"type": "string"}}, "required": ["jexl"]}}, "required": ["name", "version", "description", "license", "scripts", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[-254, -402, 3389, 81, -126, 9934, 459, -224, 135, -9139, 9, 367, -213, 228, -91, 8344, -128, -5585, -4526, -153, -10484, 2074, 91, -7734, 131, -14286, -4335, -54, 2091, 6836, 39, -300], [9874, 9892, 4152, 9870, 9884, 1797, 9951, 10160, 9999, 3715, 10115, 10064, 9825, 9990, 10119, 5678, 10022, 979, 9496, 9983, 2406, 758, 10000, 3951, 10062, 2633, 6518, 10097, 886, 868, 10021, 9933]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"develop": {"type": "string"}, "start": {"type": "string"}, "test": {"type": "string"}, "coverage": {"type": "string"}}, "required": ["develop", "start", "test", "coverage"]}, "dependencies": {"type": "object", "properties": {"cors": {"type": "string"}, "express": {"type": "string"}, "firestore-admin": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["cors", "express", "firestore-admin", "uuid"]}, "devDependencies": {"type": "object", "properties": {"@google-cloud/functions-framework": {"type": "string"}, "nodemon": {"type": "string"}, "jest": {"type": "string"}, "jest-when": {"type": "string"}, "supertest": {"type": "string"}}, "required": ["@google-cloud/functions-framework", "nodemon", "jest", "jest-when", "supertest"]}}, "required": ["name", "version", "main", "license", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "news-api", "version" : "1.0.0", "main" : "index.js", "license" : "MIT", "scripts" : {"develop" : "export $(cat secrets/app.env) && nodemon server.js", "start" : "export $(cat secrets/app.env) && functions-framework --target=app", "test" : "jest --runInBand --detectOpenHandles", "coverage" : "jest --coverage --runInBand --detectOpenHandles"}, "dependencies" : {"cors" : "^2.8.5", "express" : "^4.17.1", "firestore-admin" : "^1.3.0", "uuid" : "^8.3.0"}, "devDependencies" : {"@google-cloud/functions-framework" : "^1.7.1", "nodemon" : "^2.0.4", "jest" : "25.4.0", "jest-when" : "2.7.1", "supertest" : "^4.0.2"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"develop": {"type": "string"}, "start": {"type": "string"}, "test": {"type": "string"}, "coverage": {"type": "string"}}, "required": ["develop", "start", "test", "coverage"]}, "dependencies": {"type": "object", "properties": {"cors": {"type": "string"}, "express": {"type": "string"}, "firestore-admin": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["cors", "express", "firestore-admin", "uuid"]}, "devDependencies": {"type": "object", "properties": {"@google-cloud/functions-framework": {"type": "string"}, "nodemon": {"type": "string"}, "jest": {"type": "string"}, "jest-when": {"type": "string"}, "supertest": {"type": "string"}}, "required": ["@google-cloud/functions-framework", "nodemon", "jest", "jest-when", "supertest"]}}, "required": ["name", "version", "main", "license", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"_id": {"type": "string"}, "name": {"type": "string"}, "address": {"type": "array", "items": {}}, "city": {"type": "string"}, "state": {"type": "string"}, "country": {"type": "string"}, "geo": {"type": "object", "properties": {"loc": {"type": "array", "items": {"type": "string"}}, "accuracy": {"type": "string"}}, "required": ["loc", "accuracy"]}, "updated": {"type": "string"}}, "required": ["_id", "name", "address", "city", "state", "country", "geo", "updated"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"_id" : "brewery_Pokka_Beer_Works", "name" : "Pokka Beer Works", "address" : [], "city" : "Nagoya", "state" : "Chubu", "country" : "Japan", "geo" : {"loc" : ["136.906", "35.1814"], "accuracy" : "APPROXIMATE"}, "updated" : "2010-07-22 20:00:20"} | json_instruct | {"type": "object", "properties": {"_id": {"type": "string"}, "name": {"type": "string"}, "address": {"type": "array", "items": {}}, "city": {"type": "string"}, "state": {"type": "string"}, "country": {"type": "string"}, "geo": {"type": "object", "properties": {"loc": {"type": "array", "items": {"type": "string"}}, "accuracy": {"type": "string"}}, "required": ["loc", "accuracy"]}, "updated": {"type": "string"}}, "required": ["_id", "name", "address", "city", "state", "country", "geo", "updated"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"directions" : ["In mixing bowl: measure 2 cups brown sugar, vegetable oil, and eggs. Cream on medium for 3 minutes. Add vanilla. Slowly add white flour and baking powder and salt. Add baking soda mixed in hot water separately.", "Add chocolate chips, and walnuts if desired. (Or substitute coconut, nuts, or butterscotch chips.)", "Pour batter into a 14 x 17 inch pan. Bake for 10 minutes at 400 degrees F (205 degrees C) until just golden. Take out of oven just before you think they are done. They cool in the pan. Cut and serve. Try nutmeg and lemon flavoring for variety, reduce lemon to 1 teaspoon."], "ingredients" : ["2 cups packed brown sugar", "2/3 cup vegetable oil", "2 eggs", "2 teaspoons vanilla extract", "2 cups all-purpose flour", "1 teaspoon baking powder", "1 teaspoon baking soda", "2 tablespoons water", "1 teaspoon salt", "2 cups semisweet chocolate chips", "1 cup chopped walnuts"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Conga Squares", "url" : "http://allrecipes.com/recipe/10810/conga-squares/"} | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"c": {"type": "string"}, "cpp": {"type": "string"}, "py": {"type": "string"}}, "required": ["c", "cpp", "py"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"c" : "", "cpp" : "", "py" : "print('works!')"} | json_instruct | {"type": "object", "properties": {"c": {"type": "string"}, "cpp": {"type": "string"}, "py": {"type": "string"}}, "required": ["c", "cpp", "py"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"citations": {"type": "null"}, "paper_link": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "publication": {"type": "string"}}, "required": ["citations", "paper_link", "authors", "title", "publication"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"citations" : null, "paper_link" : "https://scholar.google.com/citations?view_op=view_citation&hl=en&user=Zs9227oAAAAJ&cstart=2759&pagesize=100&citation_for_view=Zs9227oAAAAJ:x7obfLuV8acC", "authors" : ["KP Singh", "RM Singru", "CNR Rao"], "title" : "Positron lifetimes and phase transitions in solids", "publication" : "Journal of Physics C: Solid State Physics 5 (10), 1067, 1972"} | json_instruct | {"type": "object", "properties": {"citations": {"type": "null"}, "paper_link": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "publication": {"type": "string"}}, "required": ["citations", "paper_link", "authors", "title", "publication"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"Brunei": {"type": "integer"}, "Australia": {"type": "integer"}, "Mongolia": {"type": "integer"}, "Angola": {"type": "integer"}, "Canada": {"type": "integer"}, "Eritrea": {"type": "integer"}, "France": {"type": "integer"}, "Cambodia": {"type": "integer"}, "United Kingdom": {"type": "integer"}, "Burma": {"type": "integer"}, "Benin": {"type": "integer"}, "Central African Republic": {"type": "integer"}, "Belize": {"type": "integer"}, "Barbados": {"type": "integer"}, "Antigua and Barbuda": {"type": "integer"}, "Chad": {"type": "integer"}, "Netherlands": {"type": "integer"}, "Comoros": {"type": "integer"}, "Bahamas": {"type": "integer"}, "China": {"type": "integer"}, "Algeria": {"type": "integer"}, "Cyprus": {"type": "integer"}, "Equatorial Guinea": {"type": "integer"}, "Botswana": {"type": "integer"}, "Belarus": {"type": "integer"}, "Estonia": {"type": "integer"}, "Cabo Verde": {"type": "integer"}}, "required": ["Brunei", "Australia", "Mongolia", "Angola", "Canada", "Eritrea", "France", "Cambodia", "United Kingdom", "Burma", "Benin", "Central African Republic", "Belize", "Barbados", "Antigua and Barbuda", "Chad", "Netherlands", "Comoros", "Bahamas", "China", "Algeria", "Cyprus", "Equatorial Guinea", "Botswana", "Belarus", "Estonia", "Cabo Verde"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Brunei" : 11, "Australia" : 43, "Mongolia" : 6, "Angola" : 5, "Canada" : 13, "Eritrea" : 10, "France" : 6, "Cambodia" : 24, "United Kingdom" : 4, "Burma" : 3, "Benin" : 4, "Central African Republic" : 2, "Belize" : 4, "Barbados" : 5, "Antigua and Barbuda" : 13, "Chad" : 2, "Netherlands" : 3, "Comoros" : 11, "Bahamas" : 2, "China" : 2, "Algeria" : 8, "Cyprus" : 1, "Equatorial Guinea" : 2, "Botswana" : 5, "Belarus" : 2, "Estonia" : 1, "Cabo Verde" : 1} | json_instruct | {"type": "object", "properties": {"Brunei": {"type": "integer"}, "Australia": {"type": "integer"}, "Mongolia": {"type": "integer"}, "Angola": {"type": "integer"}, "Canada": {"type": "integer"}, "Eritrea": {"type": "integer"}, "France": {"type": "integer"}, "Cambodia": {"type": "integer"}, "United Kingdom": {"type": "integer"}, "Burma": {"type": "integer"}, "Benin": {"type": "integer"}, "Central African Republic": {"type": "integer"}, "Belize": {"type": "integer"}, "Barbados": {"type": "integer"}, "Antigua and Barbuda": {"type": "integer"}, "Chad": {"type": "integer"}, "Netherlands": {"type": "integer"}, "Comoros": {"type": "integer"}, "Bahamas": {"type": "integer"}, "China": {"type": "integer"}, "Algeria": {"type": "integer"}, "Cyprus": {"type": "integer"}, "Equatorial Guinea": {"type": "integer"}, "Botswana": {"type": "integer"}, "Belarus": {"type": "integer"}, "Estonia": {"type": "integer"}, "Cabo Verde": {"type": "integer"}}, "required": ["Brunei", "Australia", "Mongolia", "Angola", "Canada", "Eritrea", "France", "Cambodia", "United Kingdom", "Burma", "Benin", "Central African Republic", "Belize", "Barbados", "Antigua and Barbuda", "Chad", "Netherlands", "Comoros", "Bahamas", "China", "Algeria", "Cyprus", "Equatorial Guinea", "Botswana", "Belarus", "Estonia", "Cabo Verde"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "CHIKA", "frequency" : 362, "males" : "8.287292817679557 %", "females" : "91.71270718232044 %"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"Id": {"type": "string"}, "ThreadId": {"type": "string"}, "Html": {"type": "string"}, "PostedDate": {"type": "string"}, "UserRole": {"type": "null"}, "MarkedAsAnswerDate": {"type": "null"}}, "required": ["Id", "ThreadId", "Html", "PostedDate", "UserRole", "MarkedAsAnswerDate"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"Id" : "872999", "ThreadId" : "373159", "Html" : "\r\n<p>Word.Export support image export, will Excel.Export one day able to do that too?</p>\r\n", "PostedDate" : "2012-07-18T03:42:47.177-07:00", "UserRole" : null, "MarkedAsAnswerDate" : null}, {"Id" : "894633", "ThreadId" : "373159", "Html" : "<p>We haven't come up with a good way to support this in a robust manner. Could you tell me about your scenario?</p>\r\n<p> </p>\r\n<p>Thanks,</p>\r\n<p>Steve</p>", "PostedDate" : "2012-08-02T05:42:23.733-07:00", "UserRole" : null, "MarkedAsAnswerDate" : null}, {"Id" : "896334", "ThreadId" : "373159", "Html" : "<p>Thanks Steve, my scenario is quite simple: I have no problem generating Word reports with images, but people keep asking me whether the same can be done with Excel (Excel is a much better tool when you have a lot of calculation to do).</p>", "PostedDate" : "2012-08-06T23:17:15.19-07:00", "UserRole" : null, "MarkedAsAnswerDate" : null}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"Id": {"type": "string"}, "ThreadId": {"type": "string"}, "Html": {"type": "string"}, "PostedDate": {"type": "string"}, "UserRole": {"type": "null"}, "MarkedAsAnswerDate": {"type": "null"}}, "required": ["Id", "ThreadId", "Html", "PostedDate", "UserRole", "MarkedAsAnswerDate"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"directions" : ["Whisk the flour together with 2 tablespoons salt and 2 tablespoons pepper in a mixing bowl; set aside. Beat the eggs in a separate mixing bowl; whisk in the milk, 1 teaspoon salt, and 1 teaspoon pepper until smooth.", "Heat oil in a deep-fryer or large saucepan to 375 degrees F (190 degrees C).", "Dip the cucumber slices into the beaten egg, then press into the flour. Gently place the cucumber slices into the hot oil and cook until golden brown on both sides, about 3 to 4 minutes. Drain on a paper towel-lined plate, allowing to cool 5 minutes before serving."], "ingredients" : ["2 cups all-purpose flour", "2 tablespoons salt", "2 tablespoons ground black pepper", "5 eggs", "1/4 cup milk", "1 teaspoon salt", "1 teaspoon ground black pepper", "1 quart vegetable oil for frying", "2 large cucumbers, cut into 1/2-inch slices"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Fried Green Cucumbers", "url" : "http://allrecipes.com/recipe/214952/fried-green-cucumbers/"} | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type": "null"}, "issues": {"type": "array", "items": {}}, "success": {"type": "boolean"}}, "required": ["error", "issues", "success"]}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0x5d285f735998f36631f678ff41fb56a10a4d0429", "tool" : "mythril", "start" : 1563470167.4320545, "end" : 1563470173.535348, "duration" : 6.103293418884277, "analysis" : {"error" : null, "issues" : [], "success" : true}} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type": "null"}, "issues": {"type": "array", "items": {}}, "success": {"type": "boolean"}}, "required": ["error", "issues", "success"]}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"debug": {"type": "object", "properties": {"js": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}, "json": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}, "sh": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}}, "required": ["js", "json", "sh"]}, "destination": {"type": "object", "properties": {"lib": {"type": "string"}}, "required": ["lib"]}, "env": {"type": "object", "properties": {"common": {"type": "object", "properties": {}, "required": []}, "debug": {"type": "object", "properties": {"DEBUG": {"type": "string"}, "NODE_ENV": {"type": "string"}}, "required": ["DEBUG", "NODE_ENV"]}, "production": {"type": "object", "properties": {"NODE_ENV": {"type": "string"}}, "required": ["NODE_ENV"]}}, "required": ["common", "debug", "production"]}, "plugins": {"type": "object", "properties": {"babel": {"type": "object", "properties": {"presets": {"type": "string"}}, "required": ["presets"]}, "mocha": {"type": "object", "properties": {"reporter": {"type": "string"}}, "required": ["reporter"]}}, "required": ["babel", "mocha"]}, "sources": {"type": "object", "properties": {"clean": {"type": "array", "items": {"type": "string"}}, "js": {"type": "array", "items": {"type": "string"}}, "json": {"type": "array", "items": {"type": "string"}}, "sh": {"type": "array", "items": {"type": "string"}}, "tests": {"type": "array", "items": {"type": "string"}}}, "required": ["clean", "js", "json", "sh", "tests"]}}, "required": ["debug", "destination", "env", "plugins", "sources"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"debug" : {"js" : {"title" : "js"}, "json" : {"title" : "json"}, "sh" : {"title" : "sh"}}, "destination" : {"lib" : "lib"}, "env" : {"common" : {}, "debug" : {"DEBUG" : "common-userinfo", "NODE_ENV" : "debug"}, "production" : {"NODE_ENV" : "production"}}, "plugins" : {"babel" : {"presets" : "es2015"}, "mocha" : {"reporter" : "spec"}}, "sources" : {"clean" : ["lib/", "*.tgz"], "js" : ["src/**/*.js"], "json" : ["src/**/*.json"], "sh" : ["src/**/*.sh"], "tests" : ["tests/**/when_*.js"]}} | json_instruct | {"type": "object", "properties": {"debug": {"type": "object", "properties": {"js": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}, "json": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}, "sh": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}}, "required": ["js", "json", "sh"]}, "destination": {"type": "object", "properties": {"lib": {"type": "string"}}, "required": ["lib"]}, "env": {"type": "object", "properties": {"common": {"type": "object", "properties": {}, "required": []}, "debug": {"type": "object", "properties": {"DEBUG": {"type": "string"}, "NODE_ENV": {"type": "string"}}, "required": ["DEBUG", "NODE_ENV"]}, "production": {"type": "object", "properties": {"NODE_ENV": {"type": "string"}}, "required": ["NODE_ENV"]}}, "required": ["common", "debug", "production"]}, "plugins": {"type": "object", "properties": {"babel": {"type": "object", "properties": {"presets": {"type": "string"}}, "required": ["presets"]}, "mocha": {"type": "object", "properties": {"reporter": {"type": "string"}}, "required": ["reporter"]}}, "required": ["babel", "mocha"]}, "sources": {"type": "object", "properties": {"clean": {"type": "array", "items": {"type": "string"}}, "js": {"type": "array", "items": {"type": "string"}}, "json": {"type": "array", "items": {"type": "string"}}, "sh": {"type": "array", "items": {"type": "string"}}, "tests": {"type": "array", "items": {"type": "string"}}}, "required": ["clean", "js", "json", "sh", "tests"]}}, "required": ["debug", "destination", "env", "plugins", "sources"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"userId" : 26098, "cartId" : "5e28c435-5c00-41db-9418-2f50990675a8", "preferredProducts" : [], "productReviews" : []} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"userId" : 77284, "cartId" : "e3bcd6a2-e735-49b4-9d0c-f86e38e5b8f3", "preferredProducts" : [1528, 2381, 4467, 4818, 837, 2053, 3880, 1071, 480], "productReviews" : [{"productId" : 279, "reviewText" : "heard about this on mbube radio, decided to give it a try.", "reviewDate" : "2020-01-18T10:07:54.9635156+02:00"}, {"productId" : 3772, "reviewText" : "It only works when I'm Malaysia.", "reviewDate" : "2017-08-23T08:49:45.1894048+03:00"}]} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"aliases": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "images": {"type": "object", "properties": {"background": {"type": "null"}, "thumbnail": {"type": "string"}}, "required": ["background", "thumbnail"]}, "mainColor": {"type": "null"}, "name": {"type": "string"}, "partners": {"type": "array", "items": {}}, "powers": {"type": "array", "items": {"type": "string"}}, "ranking": {"type": "object", "properties": {"comicCount": {"type": "integer"}, "eventCount": {"type": "integer"}, "pageviewCount": {"type": "integer"}, "serieCount": {"type": "integer"}, "storyCount": {"type": "integer"}}, "required": ["comicCount", "eventCount", "pageviewCount", "serieCount", "storyCount"]}, "secretIdentities": {"type": "array", "items": {"type": "string"}}, "species": {"type": "array", "items": {"type": "string"}}, "superName": {"type": "string"}, "teams": {"type": "array", "items": {"type": "string"}}, "urls": {"type": "object", "properties": {"marvel": {"type": "string"}, "wikipedia": {"type": "string"}}, "required": ["marvel", "wikipedia"]}}, "required": ["aliases", "authors", "description", "images", "mainColor", "name", "partners", "powers", "ranking", "secretIdentities", "species", "superName", "teams", "urls"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"aliases" : ["Risque"], "authors" : ["Adam Pollina", "Jeph Loeb"], "description" : "Risque (Gloria Dolores Mu\u00f1oz) is a fictional character, a mutant in the Marvel Universe.", "images" : {"background" : null, "thumbnail" : "http://x.annihil.us/u/prod/marvel/i/mg/5/f0/4c7c645aa1623/standard_xlarge.jpg"}, "mainColor" : null, "name" : "Risque", "partners" : [], "powers" : ["Geometrically compress", "Implode matter"], "ranking" : {"comicCount" : 12, "eventCount" : 1, "pageviewCount" : 487, "serieCount" : 4, "storyCount" : 10}, "secretIdentities" : ["Gloria Dolores Mu\u00f1oz"], "species" : ["Mutant"], "superName" : "Risque", "teams" : ["X-Corporation", "X-Force"], "urls" : {"marvel" : "http://marvel.com/characters/1936/risque", "wikipedia" : "https://en.wikipedia.org/wiki/Risque_(comics)"}} | json_instruct | {"type": "object", "properties": {"aliases": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "images": {"type": "object", "properties": {"background": {"type": "null"}, "thumbnail": {"type": "string"}}, "required": ["background", "thumbnail"]}, "mainColor": {"type": "null"}, "name": {"type": "string"}, "partners": {"type": "array", "items": {}}, "powers": {"type": "array", "items": {"type": "string"}}, "ranking": {"type": "object", "properties": {"comicCount": {"type": "integer"}, "eventCount": {"type": "integer"}, "pageviewCount": {"type": "integer"}, "serieCount": {"type": "integer"}, "storyCount": {"type": "integer"}}, "required": ["comicCount", "eventCount", "pageviewCount", "serieCount", "storyCount"]}, "secretIdentities": {"type": "array", "items": {"type": "string"}}, "species": {"type": "array", "items": {"type": "string"}}, "superName": {"type": "string"}, "teams": {"type": "array", "items": {"type": "string"}}, "urls": {"type": "object", "properties": {"marvel": {"type": "string"}, "wikipedia": {"type": "string"}}, "required": ["marvel", "wikipedia"]}}, "required": ["aliases", "authors", "description", "images", "mainColor", "name", "partners", "powers", "ranking", "secretIdentities", "species", "superName", "teams", "urls"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"require": {"type": "object", "properties": {"irap/autoloader": {"type": "string"}, "onelogin/php-saml": {"type": "string"}, "programster/abstract-view": {"type": "string"}, "programster/saml": {"type": "string"}, "slim/psr7": {"type": "string"}, "slim/slim": {"type": "string"}}, "required": ["irap/autoloader", "onelogin/php-saml", "programster/abstract-view", "programster/saml", "slim/psr7", "slim/slim"]}, "config": {"type": "object", "properties": {"sort-packages": {"type": "boolean"}}, "required": ["sort-packages"]}}, "required": ["require", "config"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"require" : {"irap/autoloader" : "1.0.*", "onelogin/php-saml" : "^4.0", "programster/abstract-view" : "^1.1", "programster/saml" : "0.3.2", "slim/psr7" : "^1.4", "slim/slim" : "^4.8"}, "config" : {"sort-packages" : true}} | json_instruct | {"type": "object", "properties": {"require": {"type": "object", "properties": {"irap/autoloader": {"type": "string"}, "onelogin/php-saml": {"type": "string"}, "programster/abstract-view": {"type": "string"}, "programster/saml": {"type": "string"}, "slim/psr7": {"type": "string"}, "slim/slim": {"type": "string"}}, "required": ["irap/autoloader", "onelogin/php-saml", "programster/abstract-view", "programster/saml", "slim/psr7", "slim/slim"]}, "config": {"type": "object", "properties": {"sort-packages": {"type": "boolean"}}, "required": ["sort-packages"]}}, "required": ["require", "config"], "$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"}, "category": {"type": "string"}, "documentation": {"type": "string"}, "parametersMin": {"type": "integer"}, "parametersMax": {"type": "integer"}, "parameters": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "documentation": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "documentation", "type"]}}}, "required": ["name", "category", "documentation", "parametersMin", "parametersMax", "parameters"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "PlayerOption", "category" : "multiplayer", "documentation" : "Defines what the given player can be. Effectively a set of PlayerTypes [0 (none), 1 (human), 2 (ai)] as parameters.", "parametersMin" : 1, "parametersMax" : 3, "parameters" : [{"name" : "PlayerId", "documentation" : "The player to modify", "type" : "NUMBER"}, {"name" : "PlayerType", "documentation" : "The type of the player.", "type" : "NUMBER", "optional" : false, "numberRange" : {"min" : 0, "max" : 2}, "numberHints" : ["NONE", "HUMAN", "AI"]}, {"name" : "PlayerType", "documentation" : "The type of the player.", "type" : "NUMBER", "optional" : true, "numberRange" : {"min" : 0, "max" : 2}, "numberHints" : ["NONE", "HUMAN", "AI"]}, {"name" : "PlayerType", "documentation" : "The type of the player.", "type" : "NUMBER", "optional" : true, "numberRange" : {"min" : 0, "max" : 2}, "numberHints" : ["NONE", "HUMAN", "AI"]}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "category": {"type": "string"}, "documentation": {"type": "string"}, "parametersMin": {"type": "integer"}, "parametersMax": {"type": "integer"}, "parameters": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "documentation": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "documentation", "type"]}}}, "required": ["name", "category", "documentation", "parametersMin", "parametersMax", "parameters"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"six": {"type": "string"}}, "required": ["six"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"six" : "1.16.0"} | json_instruct | {"type": "object", "properties": {"six": {"type": "string"}}, "required": ["six"], "$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.