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": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "string"}, "draft": {"type": "boolean"}, "head": {"type": "object", "properties": {"ref": {"type": "string"}}, "required": ["ref"]}, "html_url": {"type": "string"}, "id": {"type": "integer"}, "labels": {"type": "array", "items": {"type": "object", "properties": {"color": {"type": "string"}, "default": {"type": "boolean"}, "description": {"type": "string"}, "id": {"type": "integer"}, "name": {"type": "string"}, "node_id": {"type": "string"}, "url": {"type": "string"}}, "required": ["color", "default", "description", "id", "name", "node_id", "url"]}}, "mergeable": {"type": "boolean"}, "mergeable_state": {"type": "string"}, "merged": {"type": "boolean"}, "merged_at": {"type": "null"}, "number": {"type": "integer"}, "state": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["ETag", "Last-Modified", "base", "closed_at", "created_at", "draft", "head", "html_url", "id", "labels", "mergeable", "mergeable_state", "merged", "merged_at", "number", "state", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ETag" : "W/\"77f9b1d926755e92f482d26c9b09521c207142b359e6a296d41f34290bff686d\"", "Last-Modified" : "Sun, 22 Aug 2021 19:49:06 GMT", "base" : {"repo" : {"name" : "great-expectations-feedstock"}}, "closed_at" : "2021-08-22T19:49:05Z", "created_at" : "2021-08-19T22:40:22Z", "draft" : false, "head" : {"ref" : "0.13.29_h805e2b"}, "html_url" : "https://github.com/conda-forge/great-expectations-feedstock/pull/124", "id" : 716308163, "labels" : [{"color" : "191970", "default" : false, "description" : "Instruct the bot to retry the PR", "id" : 1890939449, "name" : "bot-rerun", "node_id" : "MDU6TGFiZWwxODkwOTM5NDQ5", "url" : "https://api.github.com/repos/conda-forge/great-expectations-feedstock/labels/bot-rerun"}], "mergeable" : true, "mergeable_state" : "clean", "merged" : false, "merged_at" : null, "number" : 124, "state" : "closed", "updated_at" : "2021-08-22T19:49:06Z"} | json_instruct | {"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "string"}, "draft": {"type": "boolean"}, "head": {"type": "object", "properties": {"ref": {"type": "string"}}, "required": ["ref"]}, "html_url": {"type": "string"}, "id": {"type": "integer"}, "labels": {"type": "array", "items": {"type": "object", "properties": {"color": {"type": "string"}, "default": {"type": "boolean"}, "description": {"type": "string"}, "id": {"type": "integer"}, "name": {"type": "string"}, "node_id": {"type": "string"}, "url": {"type": "string"}}, "required": ["color", "default", "description", "id", "name", "node_id", "url"]}}, "mergeable": {"type": "boolean"}, "mergeable_state": {"type": "string"}, "merged": {"type": "boolean"}, "merged_at": {"type": "null"}, "number": {"type": "integer"}, "state": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["ETag", "Last-Modified", "base", "closed_at", "created_at", "draft", "head", "html_url", "id", "labels", "mergeable", "mergeable_state", "merged", "merged_at", "number", "state", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"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": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"hash" : "0x26956e453c0d4e870dd7928bc5760d4385064f2114a51beb60b6c1fbf8ab213f", "parentHash" : "0x669de46cc776c67568d0b14c1eeb33538b145a9e833d449e5ed6b5f944fb2b2f", "number" : 3267, "timestamp" : 1438278732, "nonce" : "0xe5e2884c26c12052", "difficulty" : 83259497403, "gasLimit" : {"_hex" : "0x1388"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0x9DFc0377058b7b9EB277421769b56Df1395705f0", "extraData" : "0x476574682f76312e302e302d66633739643332642f6c696e75782f676f312e34", "transactions" : []} | 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": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}, "role": {"type": "string"}}, "required": ["name", "homepage", "role"]}}, "support": {"type": "object", "properties": {"issues": {"type": "string"}, "source": {"type": "string"}}, "required": ["issues", "source"]}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Weevers\\Path\\": {"type": "string"}}, "required": ["Weevers\\Path\\"]}}, "required": ["psr-4"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}}, "required": ["phpunit/phpunit"]}}, "required": ["name", "homepage", "description", "keywords", "authors", "support", "license", "require", "autoload", "require-dev"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "weevers/path", "homepage" : "https://github.com/vweevers/php-path", "description" : "PHP 5.4 port of the node/iojs path module", "keywords" : ["path", "resolve", "relative", "utils", "nodejs", "node", "iojs"], "authors" : [{"name" : "vweevers", "homepage" : "https://github.com/vweevers", "role" : "Developer"}], "support" : {"issues" : "https://github.com/vweevers/php-path/issues", "source" : "https://github.com/vweevers/php-path"}, "license" : "MIT", "require" : {"php" : ">=5.4.0"}, "autoload" : {"psr-4" : {"Weevers\\Path\\" : "src"}}, "require-dev" : {"phpunit/phpunit" : "4.5.*"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}, "role": {"type": "string"}}, "required": ["name", "homepage", "role"]}}, "support": {"type": "object", "properties": {"issues": {"type": "string"}, "source": {"type": "string"}}, "required": ["issues", "source"]}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Weevers\\Path\\": {"type": "string"}}, "required": ["Weevers\\Path\\"]}}, "required": ["psr-4"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}}, "required": ["phpunit/phpunit"]}}, "required": ["name", "homepage", "description", "keywords", "authors", "support", "license", "require", "autoload", "require-dev"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "transportId": {"type": "integer"}}, "required": ["id", "name", "transportId"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : 1, "name" : "Nick", "transportId" : 1}, {"id" : 2, "name" : "Michael", "transportId" : 2}, {"id" : 3, "name" : "John", "transportId" : 4}, {"id" : 4, "name" : "Monique", "transportId" : 3}, {"id" : 5, "name" : "Tim", "transportId" : 7}, {"id" : 6, "name" : "Tim", "transportId" : 2}, {"id" : 7, "name" : "Tim", "transportId" : 2}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "transportId": {"type": "integer"}}, "required": ["id", "name", "transportId"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"year" : 1995, "sex" : "M", "n" : 10, "prop" : 4.97e-06}, {"year" : 2001, "sex" : "M", "n" : 5, "prop" : 2.42e-06}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "1603062017", "district_id" : "1603062", "name" : "TELUK LUBUK"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "audit": {"type": "null"}}, "required": ["id", "source", "verse_id", "verse_count", "reference", "title", "html", "audit"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 8602, "source" : "clarke", "verse_id" : 18449, "verse_count" : 1, "reference" : "40:28", "title" : "", "html" : " <p> <em>There is no searching of his understanding \"And that his understanding is unsearchable\"\u2014</em>, Twenty-four MSS., two editions, the Septuagint and Vulgate, read <span class=\"greek-hebrew\">,\u05d5\u05d0\u05d9\u05df </span> <span class=\"translit\">, veein</span>, with the conjunction <span class=\"greek-hebrew\">,\u05d5 </span> <span class=\"translit\">, vau</span>,. </p>", "audit" : null} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "audit": {"type": "null"}}, "required": ["id", "source", "verse_id", "verse_count", "reference", "title", "html", "audit"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"version": {"type": "string"}, "flags": {"type": "object", "properties": {}, "required": []}, "shapes": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "points": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "group_id": {"type": "integer"}, "shape_type": {"type": "string"}, "flags": {"type": "object", "properties": {}, "required": []}}, "required": ["label", "points", "group_id", "shape_type", "flags"]}}, "imagePath": {"type": "string"}, "imageData": {"type": "string"}, "imageWidth": {"type": "integer"}, "imageHeight": {"type": "integer"}}, "required": ["version", "flags", "shapes", "imagePath", "imageData", "imageWidth", "imageHeight"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : "4.5.6", "flags" : {}, "shapes" : [{"label" : "null", "points" : [[363, 428], [514, 436], [497, 511], [374, 503]], "group_id" : 5, "shape_type" : "polygon", "flags" : {}}, {"label" : "null", "points" : [[358, 370], [484, 357], [510, 418], [380, 408]], "group_id" : 5, "shape_type" : "polygon", "flags" : {}}, {"label" : "null", "points" : [[359, 549], [518, 545], [525, 1305], [349, 1302]], "group_id" : 0, "shape_type" : "polygon", "flags" : {}}], "imagePath" : "img_503.jpg", "imageData" : "null", "imageWidth" : 1024, "imageHeight" : 1365} | json_instruct | {"type": "object", "properties": {"version": {"type": "string"}, "flags": {"type": "object", "properties": {}, "required": []}, "shapes": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "points": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "group_id": {"type": "integer"}, "shape_type": {"type": "string"}, "flags": {"type": "object", "properties": {}, "required": []}}, "required": ["label", "points", "group_id", "shape_type", "flags"]}}, "imagePath": {"type": "string"}, "imageData": {"type": "string"}, "imageWidth": {"type": "integer"}, "imageHeight": {"type": "integer"}}, "required": ["version", "flags", "shapes", "imagePath", "imageData", "imageWidth", "imageHeight"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"assets": {"type": "string"}, "banks": {"type": "object", "properties": {"bankAccounts": {"type": "string"}, "description": {"type": "string"}}, "required": ["bankAccounts", "description"]}, "properties": {"type": "object", "properties": {"properties": {"type": "string"}, "description": {"type": "string"}}, "required": ["properties", "description"]}, "vehicles": {"type": "object", "properties": {"vehicles": {"type": "string"}, "description": {"type": "string"}}, "required": ["vehicles", "description"]}}, "required": ["assets", "banks", "properties", "vehicles"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"assets" : "Assets", "banks" : {"bankAccounts" : "Bank Accounts", "description" : "This is where you can manage all your bank accounts."}, "properties" : {"properties" : "Properties", "description" : "This is where you can manage all your properties."}, "vehicles" : {"vehicles" : "Vehicles", "description" : "This is where you can manage all your vehicles."}} | json_instruct | {"type": "object", "properties": {"assets": {"type": "string"}, "banks": {"type": "object", "properties": {"bankAccounts": {"type": "string"}, "description": {"type": "string"}}, "required": ["bankAccounts", "description"]}, "properties": {"type": "object", "properties": {"properties": {"type": "string"}, "description": {"type": "string"}}, "required": ["properties", "description"]}, "vehicles": {"type": "object", "properties": {"vehicles": {"type": "string"}, "description": {"type": "string"}}, "required": ["vehicles", "description"]}}, "required": ["assets", "banks", "properties", "vehicles"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"template": {"type": "string"}, "type": {"type": "string"}, "header": {"type": "object", "properties": {"title": {"type": "string"}, "items": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "icon": {"type": "string"}, "pull": {"type": "string"}, "event": {"type": "string"}}, "required": ["type", "icon", "pull", "event"]}}}, "required": ["title", "items"]}, "components": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}}, "required": ["id", "type"]}}}, "required": ["template", "type", "header", "components"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"template" : "invoice.html", "type" : "invoice", "header" : {"title" : "\u53d1\u7968\u4fe1\u606f", "items" : [{"type" : "link", "icon" : "header-icon-back icomoon-back", "pull" : "left", "event" : "back"}, {"type" : "link", "icon" : "header-icon-menu icomoon-moremore", "pull" : "right", "event" : "menuMore"}]}, "components" : [{"id" : "SearchMidPageView", "type" : "SearchMidPageView"}, {"id" : "PopupMenu", "type" : "PopupMenu"}]} | json_instruct | {"type": "object", "properties": {"template": {"type": "string"}, "type": {"type": "string"}, "header": {"type": "object", "properties": {"title": {"type": "string"}, "items": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "icon": {"type": "string"}, "pull": {"type": "string"}, "event": {"type": "string"}}, "required": ["type", "icon", "pull", "event"]}}}, "required": ["title", "items"]}, "components": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}}, "required": ["id", "type"]}}}, "required": ["template", "type", "header", "components"], "$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"}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "main": {"type": "string"}, "version": {"type": "string"}}, "required": ["name", "author", "license", "repository", "bugs", "homepage", "main", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "dry-fs", "author" : "Ho\u00e0ng V\u0103n Kh\u1ea3i <hvksmr1996@gmail.com>", "license" : "MIT", "repository" : {"type" : "git", "url" : "git+https://github.com/ksxnodeapps/file-table.git"}, "bugs" : {"url" : "https://github.com/ksxnodeapps/file-table/issues"}, "homepage" : "https://github.com/ksxnodeapps/file-table#readme", "main" : "index.js", "version" : "0.0.0-0"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "main": {"type": "string"}, "version": {"type": "string"}}, "required": ["name", "author", "license", "repository", "bugs", "homepage", "main", "version"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"dk-name:1.dk1": {"type": "string"}, "dk-name:2.dk2": {"type": "string"}, "dk-name:3.dk3": {"type": "string"}, "dk-name:4.dk4": {"type": "string"}, "dk-name:5.dk5": {"type": "string"}, "dk-name:6.dk6": {"type": "string"}, "dk-name:7.dk7": {"type": "string"}, "dk-name:8.dk8": {"type": "string"}, "dk-name:9.dk9": {"type": "string"}, "dk-name:10.dk10": {"type": "string"}, "dk-name:11.dk11": {"type": "string"}, "dk-name:12.dk12": {"type": "string"}, "dk-name:13.dk13": {"type": "string"}, "dk-name:14.dk14": {"type": "string"}, "dk-name:15.dk15": {"type": "string"}, "dk-name:16.dk16": {"type": "string"}, "dk-name:17.dk17": {"type": "string"}, "dk-name:18.dk18": {"type": "string"}, "dk-name:19.dk19": {"type": "string"}}, "required": ["dk-name:1.dk1", "dk-name:2.dk2", "dk-name:3.dk3", "dk-name:4.dk4", "dk-name:5.dk5", "dk-name:6.dk6", "dk-name:7.dk7", "dk-name:8.dk8", "dk-name:9.dk9", "dk-name:10.dk10", "dk-name:11.dk11", "dk-name:12.dk12", "dk-name:13.dk13", "dk-name:14.dk14", "dk-name:15.dk15", "dk-name:16.dk16", "dk-name:17.dk17", "dk-name:18.dk18", "dk-name:19.dk19"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"dk-name:1.dk1" : "Avidy\u0101pratyay\u0101\u1e25 sa\u1e41sk\u0101r\u0101\u1e25", "dk-name:2.dk2" : "Sa\u1e41sk\u0101rapratyaya\u1e41 vij\u00f1\u0101na\u1e41", "dk-name:3.dk3" : "Vij\u00f1\u0101napratyayam n\u0101mar\u016bpa\u1e41", "dk-name:4.dk4" : "N\u0101mar\u016bpapratyaya\u1e41 vij\u00f1\u0101na\u1e41", "dk-name:5.dk5" : "N\u0101mar\u016bpapratyaya\u1e41 \u1e63a\u1e0d\u0101yatanam", "dk-name:6.dk6" : "N\u0101mar\u016bpapratyaya\u1e25 spar\u015ba\u1e25", "dk-name:7.dk7" : "\u1e62a\u1e0d\u0101yatanapratyaya\u1e25 spar\u015ba\u1e25", "dk-name:8.dk8" : "Spar\u015bapratyay\u0101 vedan\u0101", "dk-name:9.dk9" : "Vedan\u0101pratyay\u0101 t\u1e5b\u1e63\u1e47\u0101", "dk-name:10.dk10" : "T\u1e5b\u1e63\u1e47\u0101pratyayam up\u0101d\u0101nam", "dk-name:11.dk11" : "Up\u0101d\u0101napratyayo bhava\u1e25", "dk-name:12.dk12" : "Bhavapratyay\u0101 j\u0101ti\u1e25", "dk-name:13.dk13" : "J\u0101tipratyay\u0101 jar\u0101mara\u1e47a\u015bokaparidevadu\u1e25khadaurmanasyop\u0101y\u0101s\u0101\u1e25", "dk-name:14.dk14" : "Du\u1e25khaskandhasy\u0101bhinirv\u1e5btti\u1e25", "dk-name:15.dk15" : "Pa\u00f1ca bhay\u0101ni vady\u0101ni vair\u0101\u1e47i", "dk-name:16.dk16" : "Up\u0101saka\u1e25", "dk-name:17.dk17" : "Pa\u00f1cop\u0101sakasya \u015bik\u1e63\u0101pad\u0101ni", "dk-name:18.dk18" : "Maitr\u012b ceta\u1e25samadhi\u1e25", "dk-name:19.dk19" : "Karu\u1e47\u0101 ceta\u1e25sam\u0101dhi\u1e25"} | json_instruct | {"type": "object", "properties": {"dk-name:1.dk1": {"type": "string"}, "dk-name:2.dk2": {"type": "string"}, "dk-name:3.dk3": {"type": "string"}, "dk-name:4.dk4": {"type": "string"}, "dk-name:5.dk5": {"type": "string"}, "dk-name:6.dk6": {"type": "string"}, "dk-name:7.dk7": {"type": "string"}, "dk-name:8.dk8": {"type": "string"}, "dk-name:9.dk9": {"type": "string"}, "dk-name:10.dk10": {"type": "string"}, "dk-name:11.dk11": {"type": "string"}, "dk-name:12.dk12": {"type": "string"}, "dk-name:13.dk13": {"type": "string"}, "dk-name:14.dk14": {"type": "string"}, "dk-name:15.dk15": {"type": "string"}, "dk-name:16.dk16": {"type": "string"}, "dk-name:17.dk17": {"type": "string"}, "dk-name:18.dk18": {"type": "string"}, "dk-name:19.dk19": {"type": "string"}}, "required": ["dk-name:1.dk1", "dk-name:2.dk2", "dk-name:3.dk3", "dk-name:4.dk4", "dk-name:5.dk5", "dk-name:6.dk6", "dk-name:7.dk7", "dk-name:8.dk8", "dk-name:9.dk9", "dk-name:10.dk10", "dk-name:11.dk11", "dk-name:12.dk12", "dk-name:13.dk13", "dk-name:14.dk14", "dk-name:15.dk15", "dk-name:16.dk16", "dk-name:17.dk17", "dk-name:18.dk18", "dk-name:19.dk19"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}, "egis": {"type": "null"}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1", "egis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"\u5de5\u5ee0\u540d\u7a31" : "\u91d1\u5a01\u92c1\u696d\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "07001997", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u5f70\u5316\u7e23\u6eaa\u6e56\u93ae\u897f\u6eaa\u91cc\u5fe0\u6eaa\u8def238\u865f", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc" : "\u5f70\u5316\u7e23\u6eaa\u6e56\u93ae\u897f\u6eaa\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d" : "\u8607\u6dfb\u7965", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f" : "55909821", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b" : "\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f" : "", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f" : "1051221", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b" : "\u751f\u7522\u4e2d", "\u7522\u696d\u985e\u5225" : ["25\u91d1\u5c6c\u88fd\u54c1\u88fd\u9020\u696d"], "\u4e3b\u8981\u7522\u54c1" : ["254\u91d1\u5c6c\u52a0\u5de5\u8655\u7406"], "egis" : null} | json_instruct | {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}, "egis": {"type": "null"}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1", "egis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"craft": {"type": "string"}, "note": {"type": "string"}, "id": {"type": "string"}}, "required": ["craft", "note", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "id" : "node/5758334613", "properties" : {"craft" : "beekeeper", "note" : "Bienenst\u00f6cke", "id" : "node/5758334613"}, "geometry" : {"type" : "Point", "coordinates" : [13.090674, 47.7272257]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"craft": {"type": "string"}, "note": {"type": "string"}, "id": {"type": "string"}}, "required": ["craft", "note", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"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": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"directions" : ["Bring sugar, butter, and corn syrup to a boil in a 1-quart heavy saucepan over moderate heat, stirring, then boil 1 minute. Remove from heat and stir in remaining ingredients until smooth. Cool dough to room temperature.", "Preheat oven to 350\u00b0F. Place wooden spoons parallel to each other 2 inches apart on a metal rack.", "Roll a level teaspoon of dough into a ball, then into a log. Arrange 3 logs about 3 inches apart on a parchment-lined baking sheet, then pinch and stretch each to form an 8- to 9-inch-long strip (about 1/8 inch wide).", "Bake in middle of oven until flat and golden, 7 to 9 minutes. While first sheet is baking, form remaining strips on more sheets of parchment. Slide parchment paper with baked cookies from sheet to a rack and cool cookies 30 seconds. Working quickly, slide a long thin metal spatula under each cookie and drape across spoon handles to form a wavy shape. (If cookies harden on paper before being draped, slide them back onto hot baking sheet for a moment to soften.) Bake and drape remaining cookies in same manner."], "ingredients" : ["1/2 cup sugar", "5 tablespoons unsalted butter, cut into pieces", "3 tablespoons light corn syrup", "1/3 cup all-purpose flour", "3/4 teaspoon ancho chile powder", "2 teaspoons finely grated fresh lime zest", "1 tablespoon fresh lime juice", "Special equipment: 4 (12-inch-long) wooden spoons or 12- by 1/2-inch wooden dowels; parchment paper"], "language" : "en-US", "source" : "www.epicurious.com", "tags" : ["Cookies", "Egg", "Dessert", "Bake", "Lime", "Spice", "Gourmet", "Kidney Friendly", "Vegetarian", "Pescatarian", "Peanut Free", "Tree Nut Free", "Soy Free", "Kosher"], "title" : "Chile Lime Tuiles", "url" : "http://www.epicurious.com/recipes/food/views/chile-lime-tuiles-107040"} | 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": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "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"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Daramuangan Norte, San Mateo, Isabela, Cagayan Valley (Region II), PH", "locale" : "ph.cagayan-valley-region-ii.isabela.san-mateo.daramuangan-norte", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "3", "region_reference" : "2", "region_name" : "Cagayan Valley (Region II)", "province_id" : "37", "province_reference" : "37", "province_name" : "Isabela", "city_id" : "1585", "city_reference" : "722", "city_name" : "San Mateo", "barangay_id" : "33695", "barangay_reference" : "18197", "barangay_name" : "Daramuangan Norte"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[121.627472, 16.904421], [121.626907, 16.900339], [121.624893, 16.90044], [121.626717, 16.8985], [121.62455, 16.89859], [121.625664, 16.89641], [121.624107, 16.895029], [121.621803, 16.890499], [121.615288, 16.898569], [121.615463, 16.89962], [121.615768, 16.90201], [121.614937, 16.910431], [121.620483, 16.91592], [121.624809, 16.90411], [121.627472, 16.904421]]]]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "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"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "conquest:block/weathered_light_blue_painted_plank_vertical_quarter_4"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"ractive.js": {"type": "string"}, "ractive.min.js": {"type": "string"}}, "required": ["ractive.js", "ractive.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ractive.js" : "sha256-o9tnm67VxR+GYYb9MvkgGgjBx4VZ4bGug5laPAEXpmU=", "ractive.min.js" : "sha256-kktyP6BpiQLJ+MJn9o8utsuOVOLkic2Bqk7VteILIAU="} | json_instruct | {"type": "object", "properties": {"ractive.js": {"type": "string"}, "ractive.min.js": {"type": "string"}}, "required": ["ractive.js", "ractive.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "lint": {"type": "string"}, "lint:fix": {"type": "string"}}, "required": ["test", "lint", "lint:fix"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-config-airbnb-base": {"type": "string"}, "eslint-config-prettier": {"type": "string"}, "eslint-plugin-prettier": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "synclog": {"type": "string"}, "prettier": {"type": "string"}, "tap": {"type": "string"}}, "required": ["eslint", "eslint-config-airbnb-base", "eslint-config-prettier", "eslint-plugin-prettier", "eslint-plugin-import", "synclog", "prettier", "tap"]}, "dependencies": {"type": "object", "properties": {"@metrics/client": {"type": "string"}, "@metrics/metric": {"type": "string"}}, "required": ["@metrics/client", "@metrics/metric"]}}, "required": ["name", "version", "description", "main", "files", "repository", "bugs", "homepage", "author", "license", "keywords", "scripts", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "reqspy", "version" : "2.2.0", "description" : "A non intrusive request spy - log outgoing http(s) requests from an application.", "main" : "lib/spy.js", "files" : ["lib"], "repository" : {"type" : "git", "url" : "git@github.com:trygve-lie/reqspy.git"}, "bugs" : {"url" : "https://github.com/trygve-lie/reqspy/issues"}, "homepage" : "https://github.com/trygve-lie/reqspy#readme", "author" : "Trygve Lie", "license" : "MIT", "keywords" : ["logging", "spy", "request"], "scripts" : {"test" : "tap test/*.js", "lint" : "eslint .", "lint:fix" : "eslint . --fix"}, "devDependencies" : {"eslint" : "7.4.0", "eslint-config-airbnb-base" : "14.0.0", "eslint-config-prettier" : "6.10.0", "eslint-plugin-prettier" : "3.1.2", "eslint-plugin-import" : "2.20.0", "synclog" : "1.0.1", "prettier" : "2.0.5", "tap" : "14.10.5"}, "dependencies" : {"@metrics/client" : "2.5.0", "@metrics/metric" : "2.3.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "lint": {"type": "string"}, "lint:fix": {"type": "string"}}, "required": ["test", "lint", "lint:fix"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-config-airbnb-base": {"type": "string"}, "eslint-config-prettier": {"type": "string"}, "eslint-plugin-prettier": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "synclog": {"type": "string"}, "prettier": {"type": "string"}, "tap": {"type": "string"}}, "required": ["eslint", "eslint-config-airbnb-base", "eslint-config-prettier", "eslint-plugin-prettier", "eslint-plugin-import", "synclog", "prettier", "tap"]}, "dependencies": {"type": "object", "properties": {"@metrics/client": {"type": "string"}, "@metrics/metric": {"type": "string"}}, "required": ["@metrics/client", "@metrics/metric"]}}, "required": ["name", "version", "description", "main", "files", "repository", "bugs", "homepage", "author", "license", "keywords", "scripts", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["vsoft-connector-mongodb", "vsoft-datasource-juggler"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$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"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "THAYIN", "frequency" : 1, "gender" : "male"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"project_id": {"type": "string"}, "source_image_family": {"type": "string"}, "image_family": {"type": "string"}, "machine_type": {"type": "string"}, "disk_size": {"type": "string"}, "disk_type": {"type": "string"}, "image_description": {"type": "string"}, "network": {"type": "string"}, "tags": {"type": "string"}}, "required": ["project_id", "source_image_family", "image_family", "machine_type", "disk_size", "disk_type", "image_description", "network", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"project_id" : "testvm-339115", "source_image_family" : "ubuntu-1804-lts", "image_family" : "reddit-full", "machine_type" : "f1-micro", "disk_size" : "20", "disk_type" : "pd-standard", "image_description" : "Packer test options", "network" : "default", "tags" : "puma"} | json_instruct | {"type": "object", "properties": {"project_id": {"type": "string"}, "source_image_family": {"type": "string"}, "image_family": {"type": "string"}, "machine_type": {"type": "string"}, "disk_size": {"type": "string"}, "disk_type": {"type": "string"}, "image_description": {"type": "string"}, "network": {"type": "string"}, "tags": {"type": "string"}}, "required": ["project_id", "source_image_family", "image_family", "machine_type", "disk_size", "disk_type", "image_description", "network", "tags"], "$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"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}}, "required": ["name", "symbol", "logoURI", "decimals", "address", "chainId"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Cool Carbon Tonne", "symbol" : "CCT", "logoURI" : "https://raw.githubusercontent.com/solana-labs/token-list/main/assets/mainnet/3TMHmSNcTuAE6t3gnpJmFMmNUH1Mm2n6VoAQnGdfgGp5/logo.png", "decimals" : 0, "address" : "3TMHmSNcTuAE6t3gnpJmFMmNUH1Mm2n6VoAQnGdfgGp5", "chainId" : 103} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}}, "required": ["name", "symbol", "logoURI", "decimals", "address", "chainId"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"sha": {"type": "string"}, "commit": {"type": "object", "properties": {"author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "date": {"type": "string"}}, "required": ["name", "email", "date"]}, "committer": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "date": {"type": "string"}}, "required": ["name", "email", "date"]}, "message": {"type": "string"}}, "required": ["author", "committer", "message"]}, "diff": {"type": "string"}}, "required": ["sha", "commit", "diff"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"sha" : "\"47e7bc67f932866e4467f7ab8a23bb167405bebd\"", "commit" : {"author" : {"name" : "\"Nicolas Silva\"", "email" : "\"nsilva@mozilla.com\"", "date" : "\"2016-09-01T15:51:09+02:00\""}, "committer" : {"name" : "\"Nicolas Silva\"", "email" : "\"nsilva@mozilla.com\"", "date" : "\"2016-09-01T15:51:09+02:00\""}, "message" : "\"Bug 1298345 - Refactor CanvasRenderingContext2D's texture allocation code. r=Bas7b3fcc8\""}, "diff" : "\"7b3fcc8 Bug 372773: Tab favicon should have the grab cursor on hover. p=Dao Gottwald <dao@design-noir.de> r=enndeakin, ui-r=beltzner\\ndiff --git a/toolkit/themes/pinstripe/global/browser.css b/toolkit/themes/pinstripe/global/browser.css\\nindex 4aa9904..da98a66 100644\\n--- a/toolkit/themes/pinstripe/global/browser.css\\n+++ b/toolkit/themes/pinstripe/global/browser.css\\n@@ -47,6 +47,10 @@\\n -moz-user-focus: normal;\\n }\\n \\n+.tabbrowser-tab[selected=\\\"true\\\"] > .tab-image-middle > .tab-icon {\\n+ cursor: -moz-grab;\\n+}\\n+\\n .tabbrowser-tab > .tab-image-middle > .tab-text {\\n border: 1.4pt solid transparent;\\n }\\ndiff --git a/toolkit/themes/winstripe/global/browser.css b/toolkit/themes/winstripe/global/browser.css\\nindex f62d253..64db7cb 100644\\n--- a/toolkit/themes/winstripe/global/browser.css\\n+++ b/toolkit/themes/winstripe/global/browser.css\\n@@ -44,8 +44,8 @@\\n font-weight: bold;\\n }\\n \\n-.tabbrowser-tab[selected=\\\"true\\\"] > .tab-image-middle > .tab-text {\\n- opacity: 1.0 !important;\\n+.tabbrowser-tab[selected=\\\"true\\\"] > .tab-image-middle > .tab-icon {\\n+ cursor: -moz-grab;\\n }\\n \\n .tabbrowser-tab > .tab-image-left {\\n@@ -205,13 +205,11 @@ tabpanels {\\n .tab-close-button:hover,\\n .tabbrowser-tab[selected=\\\"true\\\"] > .tab-close-button:hover {\\n -moz-image-region: rect(0px, 32px, 16px, 16px);\\n- opacity: 1.0;\\n }\\n \\n .tab-close-button:hover:active,\\n .tabbrowser-tab[selected=\\\"true\\\"] > .tab-close-button:hover:active {\\n -moz-image-region: rect(0px, 48px, 16px, 32px);\\n- opacity: 1.0;\\n }\\n \\n .tabbrowser-tab > .tab-close-button {\\n\""} | json_instruct | {"type": "object", "properties": {"sha": {"type": "string"}, "commit": {"type": "object", "properties": {"author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "date": {"type": "string"}}, "required": ["name", "email", "date"]}, "committer": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "date": {"type": "string"}}, "required": ["name", "email", "date"]}, "message": {"type": "string"}}, "required": ["author", "committer", "message"]}, "diff": {"type": "string"}}, "required": ["sha", "commit", "diff"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"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" : "1706042005", "district_id" : "1706042", "name" : "TANJUNG MULYA"} | 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": "object", "properties": {"packages": {"type": "object", "properties": {"wpackagist-plugin/wp-helper": {"type": "object", "properties": {"0.9": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "version_normalized": {"type": "string"}, "uid": {"type": "integer"}, "dist": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "source": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}, "reference": {"type": "string"}}, "required": ["type", "url", "reference"]}, "homepage": {"type": "string"}, "require": {"type": "object", "properties": {"composer/installers": {"type": "string"}}, "required": ["composer/installers"]}, "type": {"type": "string"}}, "required": ["name", "version", "version_normalized", "uid", "dist", "source", "homepage", "require", "type"]}, "dev-trunk": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "version_normalized": {"type": "string"}, "uid": {"type": "integer"}, "time": {"type": "string"}, "dist": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "source": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}, "reference": {"type": "string"}}, "required": ["type", "url", "reference"]}, "homepage": {"type": "string"}, "require": {"type": "object", "properties": {"composer/installers": {"type": "string"}}, "required": ["composer/installers"]}, "type": {"type": "string"}}, "required": ["name", "version", "version_normalized", "uid", "time", "dist", "source", "homepage", "require", "type"]}}, "required": ["0.9", "dev-trunk"]}}, "required": ["wpackagist-plugin/wp-helper"]}}, "required": ["packages"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"packages" : {"wpackagist-plugin/wp-helper" : {"0.9" : {"name" : "wpackagist-plugin/wp-helper", "version" : "0.9", "version_normalized" : "0.9.0.0", "uid" : 419280, "dist" : {"type" : "zip", "url" : "https://downloads.wordpress.org/plugin/wp-helper.zip?timestamp=1369299738"}, "source" : {"type" : "svn", "url" : "https://plugins.svn.wordpress.org/wp-helper/", "reference" : "trunk"}, "homepage" : "https://wordpress.org/plugins/wp-helper/", "require" : {"composer/installers" : "~1.0"}, "type" : "wordpress-plugin"}, "dev-trunk" : {"name" : "wpackagist-plugin/wp-helper", "version" : "dev-trunk", "version_normalized" : "9999999-dev", "uid" : 419281, "time" : "2013-05-23 09:02:18", "dist" : {"type" : "zip", "url" : "https://downloads.wordpress.org/plugin/wp-helper.zip?timestamp=1369299738"}, "source" : {"type" : "svn", "url" : "https://plugins.svn.wordpress.org/wp-helper/", "reference" : "trunk"}, "homepage" : "https://wordpress.org/plugins/wp-helper/", "require" : {"composer/installers" : "~1.0"}, "type" : "wordpress-plugin"}}}} | json_instruct | {"type": "object", "properties": {"packages": {"type": "object", "properties": {"wpackagist-plugin/wp-helper": {"type": "object", "properties": {"0.9": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "version_normalized": {"type": "string"}, "uid": {"type": "integer"}, "dist": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "source": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}, "reference": {"type": "string"}}, "required": ["type", "url", "reference"]}, "homepage": {"type": "string"}, "require": {"type": "object", "properties": {"composer/installers": {"type": "string"}}, "required": ["composer/installers"]}, "type": {"type": "string"}}, "required": ["name", "version", "version_normalized", "uid", "dist", "source", "homepage", "require", "type"]}, "dev-trunk": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "version_normalized": {"type": "string"}, "uid": {"type": "integer"}, "time": {"type": "string"}, "dist": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "source": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}, "reference": {"type": "string"}}, "required": ["type", "url", "reference"]}, "homepage": {"type": "string"}, "require": {"type": "object", "properties": {"composer/installers": {"type": "string"}}, "required": ["composer/installers"]}, "type": {"type": "string"}}, "required": ["name", "version", "version_normalized", "uid", "time", "dist", "source", "homepage", "require", "type"]}}, "required": ["0.9", "dev-trunk"]}}, "required": ["wpackagist-plugin/wp-helper"]}}, "required": ["packages"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"code": {"type": "string"}, "messages": {"type": "string"}, "value": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "id_kecamatan": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "id_kecamatan", "name"]}}}, "required": ["code", "messages", "value"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"code" : "200", "messages" : "Successfully received data", "value" : [{"id" : "3310162001", "id_kecamatan" : "331016", "name" : "Dukuh"}, {"id" : "3310162002", "id_kecamatan" : "331016", "name" : "Jetis"}, {"id" : "3310162003", "id_kecamatan" : "331016", "name" : "Butuhan"}, {"id" : "3310162004", "id_kecamatan" : "331016", "name" : "Banaran"}, {"id" : "3310162005", "id_kecamatan" : "331016", "name" : "Bowan"}, {"id" : "3310162006", "id_kecamatan" : "331016", "name" : "Sribit"}, {"id" : "3310162007", "id_kecamatan" : "331016", "name" : "Mendak"}, {"id" : "3310162008", "id_kecamatan" : "331016", "name" : "Krecek"}, {"id" : "3310162009", "id_kecamatan" : "331016", "name" : "Karang"}, {"id" : "3310162010", "id_kecamatan" : "331016", "name" : "Sabrang"}, {"id" : "3310162011", "id_kecamatan" : "331016", "name" : "Tlobong"}, {"id" : "3310162012", "id_kecamatan" : "331016", "name" : "Gatak"}, {"id" : "3310162013", "id_kecamatan" : "331016", "name" : "Delanggu"}, {"id" : "3310162014", "id_kecamatan" : "331016", "name" : "Kepanjen"}, {"id" : "3310162015", "id_kecamatan" : "331016", "name" : "Segaran"}, {"id" : "3310162016", "id_kecamatan" : "331016", "name" : "Sidomulyo"}]} | json_instruct | {"type": "object", "properties": {"code": {"type": "string"}, "messages": {"type": "string"}, "value": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "id_kecamatan": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "id_kecamatan", "name"]}}}, "required": ["code", "messages", "value"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "test", "name" : "Testing JSON Category"}, {"id" : "test2", "name" : "Testing JSON Category 2"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "$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"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"projectfoo": {"type": "string"}}, "required": ["projectfoo"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@project/foo": {"type": "string"}, "@project/bar": {"type": "string"}}, "required": ["@project/foo", "@project/bar"]}, "ng-update": {"type": "object", "properties": {"migrations": {"type": "string"}, "packageGroup": {"type": "object", "properties": {"@project/abc": {"type": "string"}}, "required": ["@project/abc"]}}, "required": ["migrations", "packageGroup"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}, "npm": {"type": "string"}, "yarn": {"type": "string"}}, "required": ["node", "npm", "yarn"]}}, "required": ["name", "version", "description", "main", "bin", "keywords", "scripts", "repository", "author", "license", "bugs", "homepage", "dependencies", "ng-update", "engines"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "project", "version" : "0.0.0-SNAPSHOT", "description" : "Project package.json", "main" : "project/index.js", "bin" : {"projectfoo" : "./bin/project-foo.js"}, "keywords" : ["a", "b", "c"], "scripts" : {"build" : "node project-build-script"}, "repository" : {"type" : "git", "url" : "https://github.com/angular/angular-cli.git"}, "author" : "Angular Authors", "license" : "MIT", "bugs" : {"url" : "https://github.com/angular/angular-cli/issues"}, "homepage" : "https://github.com/angular/angular-cli", "dependencies" : {"@project/foo" : "1.0.0", "@project/bar" : "2.0.0"}, "ng-update" : {"migrations" : "@project/migration-collection.json", "packageGroup" : {"@project/abc" : "0.0.0"}}, "engines" : {"node" : "^14.15.0 || >=16.10.0", "npm" : "^6.11.0 || ^7.5.6 || >=8.0.0", "yarn" : ">= 1.13.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"projectfoo": {"type": "string"}}, "required": ["projectfoo"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@project/foo": {"type": "string"}, "@project/bar": {"type": "string"}}, "required": ["@project/foo", "@project/bar"]}, "ng-update": {"type": "object", "properties": {"migrations": {"type": "string"}, "packageGroup": {"type": "object", "properties": {"@project/abc": {"type": "string"}}, "required": ["@project/abc"]}}, "required": ["migrations", "packageGroup"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}, "npm": {"type": "string"}, "yarn": {"type": "string"}}, "required": ["node", "npm", "yarn"]}}, "required": ["name", "version", "description", "main", "bin", "keywords", "scripts", "repository", "author", "license", "bugs", "homepage", "dependencies", "ng-update", "engines"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"staves": {"type": "array", "items": {"type": "object", "properties": {"lines": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}}, "required": ["lines"]}}}, "required": ["staves"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"staves" : [{"lines" : [[[1581, 501], [2152, 501]]]}, {"lines" : [[[1540, 957], [2143, 957]]]}, {"lines" : [[[1513, 1160], [2130, 1160]]]}, {"lines" : [[[1745, 1458], [2291, 1458]], [[1745, 1476], [2291, 1476]], [[1745, 1492], [2291, 1492]]]}, {"lines" : [[[547, 2526], [896, 2526]], [[547, 2560], [896, 2560]], [[547, 2576], [896, 2576]]]}]} | json_instruct | {"type": "object", "properties": {"staves": {"type": "array", "items": {"type": "object", "properties": {"lines": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}}, "required": ["lines"]}}}, "required": ["staves"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"state": {"type": "object", "properties": {"on": {"type": "boolean"}, "bri": {"type": "integer"}, "reachable": {"type": "boolean"}, "mode": {"type": "string"}, "alert": {"type": "string"}}, "required": ["on", "bri", "reachable", "mode", "alert"]}, "type": {"type": "string"}, "name": {"type": "string"}, "modelid": {"type": "string"}, "uniqueid": {"type": "string"}, "manufacturername": {"type": "string"}, "swversion": {"type": "string"}, "config": {"type": "object", "properties": {"archetype": {"type": "string"}, "function": {"type": "string"}, "direction": {"type": "string"}}, "required": ["archetype", "function", "direction"]}, "capabilities": {"type": "object", "properties": {"certified": {"type": "boolean"}, "streaming": {"type": "object", "properties": {"renderer": {"type": "boolean"}, "proxy": {"type": "boolean"}}, "required": ["renderer", "proxy"]}, "control": {"type": "object", "properties": {"mindimlevel": {"type": "integer"}, "maxlumen": {"type": "integer"}, "ct": {"type": "object", "properties": {"min": {"type": "integer"}, "max": {"type": "integer"}}, "required": ["min", "max"]}}, "required": ["mindimlevel", "maxlumen", "ct"]}}, "required": ["certified", "streaming", "control"]}}, "required": ["state", "type", "name", "modelid", "uniqueid", "manufacturername", "swversion", "config", "capabilities"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"state" : {"on" : false, "bri" : 254, "reachable" : true, "mode" : "homeautomation", "alert" : "none"}, "type" : "Dimmable light", "name" : "ioBrokerTemplatedLight", "modelid" : "LWB010", "uniqueid" : "44df4f5f-49d9-4580-90f6-0790a59a77a1", "manufacturername" : "Philips", "swversion" : "11111", "config" : {"archetype" : "classicbulb", "function" : "functional", "direction" : "omnidirectional"}, "capabilities" : {"certified" : true, "streaming" : {"renderer" : false, "proxy" : false}, "control" : {"mindimlevel" : 1000, "maxlumen" : 250, "ct" : {"min" : 153, "max" : 500}}}} | json_instruct | {"type": "object", "properties": {"state": {"type": "object", "properties": {"on": {"type": "boolean"}, "bri": {"type": "integer"}, "reachable": {"type": "boolean"}, "mode": {"type": "string"}, "alert": {"type": "string"}}, "required": ["on", "bri", "reachable", "mode", "alert"]}, "type": {"type": "string"}, "name": {"type": "string"}, "modelid": {"type": "string"}, "uniqueid": {"type": "string"}, "manufacturername": {"type": "string"}, "swversion": {"type": "string"}, "config": {"type": "object", "properties": {"archetype": {"type": "string"}, "function": {"type": "string"}, "direction": {"type": "string"}}, "required": ["archetype", "function", "direction"]}, "capabilities": {"type": "object", "properties": {"certified": {"type": "boolean"}, "streaming": {"type": "object", "properties": {"renderer": {"type": "boolean"}, "proxy": {"type": "boolean"}}, "required": ["renderer", "proxy"]}, "control": {"type": "object", "properties": {"mindimlevel": {"type": "integer"}, "maxlumen": {"type": "integer"}, "ct": {"type": "object", "properties": {"min": {"type": "integer"}, "max": {"type": "integer"}}, "required": ["min", "max"]}}, "required": ["mindimlevel", "maxlumen", "ct"]}}, "required": ["certified", "streaming", "control"]}}, "required": ["state", "type", "name", "modelid", "uniqueid", "manufacturername", "swversion", "config", "capabilities"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"5NVA.F": {"type": "object", "properties": {"short_name": {"type": "string"}, "long_name": {"type": "string"}, "summary": {"type": "string"}, "currency": {"type": "string"}, "sector": {"type": "string"}, "industry": {"type": "string"}, "exchange": {"type": "string"}, "market": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "city": {"type": "string"}, "zipcode": {"type": "string"}, "website": {"type": "string"}, "market_cap": {"type": "string"}}, "required": ["short_name", "long_name", "summary", "currency", "sector", "industry", "exchange", "market", "country", "state", "city", "zipcode", "website", "market_cap"]}}, "required": ["5NVA.F"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"5NVA.F" : {"short_name" : "NAVIOS MARIT.AC.DL -,0001", "long_name" : "Navios Maritime Acquisition Corporation", "summary" : "Navios Maritime Acquisition Corporation provides marine transportation services worldwide. The company owns a fleet of crude oil, refined petroleum product, and chemical tankers. The company charters its vessels to oil companies, refiners, and large vessel operators. As of April 20, 2021, its fleet consisted of a total of 46 double-hulled tanker vessels, aggregating approximately 6.0 million deadweight tons, which includes 13 very large crude carrier tankers (VLCCs), including two bareboat chartered-in VLCCs. Navios Maritime Acquisition Corporation was founded in 2008 and is based in Grand Cayman, Cayman Islands.", "currency" : "EUR", "sector" : "Energy", "industry" : "Oil & Gas Midstream", "exchange" : "FRA", "market" : "dr_market", "country" : "Cayman Islands", "state" : null, "city" : "Grand Cayman", "zipcode" : "1104", "website" : "http://www.navios-acquisition.com", "market_cap" : "Small Cap"}} | json_instruct | {"type": "object", "properties": {"5NVA.F": {"type": "object", "properties": {"short_name": {"type": "string"}, "long_name": {"type": "string"}, "summary": {"type": "string"}, "currency": {"type": "string"}, "sector": {"type": "string"}, "industry": {"type": "string"}, "exchange": {"type": "string"}, "market": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "city": {"type": "string"}, "zipcode": {"type": "string"}, "website": {"type": "string"}, "market_cap": {"type": "string"}}, "required": ["short_name", "long_name", "summary", "currency", "sector", "industry", "exchange", "market", "country", "state", "city", "zipcode", "website", "market_cap"]}}, "required": ["5NVA.F"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this 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" : [[[-73.67855, 41.005012], [-73.67737, 41.01882], [-73.666715, 41.025502], [-73.660454, 41.018542], [-73.663405, 41.017369], [-73.661816, 41.015861], [-73.664152, 41.015095], [-73.663299, 41.014397], [-73.661922, 41.014841], [-73.661322, 41.01286], [-73.663002, 41.012823], [-73.662233, 41.01233], [-73.662977, 41.01209], [-73.662632, 41.011342], [-73.66583, 41.010321], [-73.664648, 41.007873], [-73.668896, 41.007027], [-73.670448, 41.005182], [-73.67124, 41.005621], [-73.671987, 41.004511], [-73.67405, 41.005282], [-73.67855, 41.005012]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 45009}}]} | 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#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "integer"}, "investments": {"type": "integer"}}, "required": ["tech", "pts", "connections", "capacity", "investments"]}}}, "required": ["results"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"results" : [{"tech" : 1, "pts" : 294, "connections" : 58128, "capacity" : 3959810, "investments" : 25304434}]}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "integer"}, "investments": {"type": "integer"}}, "required": ["tech", "pts", "connections", "capacity", "investments"]}}}, "required": ["results"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "360881204200", "text" : "\u5773\u91cc\u6751\u59d4\u4f1a"}, {"id" : "360881204201", "text" : "\u6865\u8fb9\u6751\u59d4\u4f1a"}, {"id" : "360881204202", "text" : "\u6e21\u9642\u6751\u59d4\u4f1a"}, {"id" : "360881204203", "text" : "\u5be8\u4e0b\u6751\u59d4\u4f1a"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "mythicmetals:block/runite_ore"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"class": {"type": "object", "properties": {"fromHexString:": {"type": "string"}}, "required": ["fromHexString:"]}, "instance": {"type": "object", "properties": {}, "required": []}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"class" : {"fromHexString:" : "PaulDeBruicker 3/31/2012 10:54"}, "instance" : {}} | json_instruct | {"type": "object", "properties": {"class": {"type": "object", "properties": {"fromHexString:": {"type": "string"}}, "required": ["fromHexString:"]}, "instance": {"type": "object", "properties": {}, "required": []}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"layout": {"type": "string"}, "backgroundColor": {"type": "string"}, "images": {"type": "object", "properties": {"fallback": {"type": "object", "properties": {"src": {"type": "string"}, "srcSet": {"type": "string"}, "sizes": {"type": "string"}}, "required": ["src", "srcSet", "sizes"]}, "sources": {"type": "array", "items": {"type": "object", "properties": {"srcSet": {"type": "string"}, "type": {"type": "string"}, "sizes": {"type": "string"}}, "required": ["srcSet", "type", "sizes"]}}}, "required": ["fallback", "sources"]}, "width": {"type": "integer"}, "height": {"type": "integer"}}, "required": ["layout", "backgroundColor", "images", "width", "height"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"layout" : "constrained", "backgroundColor" : "#080808", "images" : {"fallback" : {"src" : "/static/1d94f1449c12e9077ae0443801867618/d4e6d/facebook-logo.png", "srcSet" : "/static/1d94f1449c12e9077ae0443801867618/4c183/facebook-logo.png 16w,\n/static/1d94f1449c12e9077ae0443801867618/865aa/facebook-logo.png 32w,\n/static/1d94f1449c12e9077ae0443801867618/d4e6d/facebook-logo.png 64w", "sizes" : "(min-width: 64px) 64px, 100vw"}, "sources" : [{"srcSet" : "/static/1d94f1449c12e9077ae0443801867618/641e1/facebook-logo.avif 16w,\n/static/1d94f1449c12e9077ae0443801867618/8e9fb/facebook-logo.avif 32w,\n/static/1d94f1449c12e9077ae0443801867618/cc6c8/facebook-logo.avif 64w", "type" : "image/avif", "sizes" : "(min-width: 64px) 64px, 100vw"}, {"srcSet" : "/static/1d94f1449c12e9077ae0443801867618/28487/facebook-logo.webp 16w,\n/static/1d94f1449c12e9077ae0443801867618/3d4da/facebook-logo.webp 32w,\n/static/1d94f1449c12e9077ae0443801867618/541c0/facebook-logo.webp 64w", "type" : "image/webp", "sizes" : "(min-width: 64px) 64px, 100vw"}]}, "width" : 64, "height" : 64} | json_instruct | {"type": "object", "properties": {"layout": {"type": "string"}, "backgroundColor": {"type": "string"}, "images": {"type": "object", "properties": {"fallback": {"type": "object", "properties": {"src": {"type": "string"}, "srcSet": {"type": "string"}, "sizes": {"type": "string"}}, "required": ["src", "srcSet", "sizes"]}, "sources": {"type": "array", "items": {"type": "object", "properties": {"srcSet": {"type": "string"}, "type": {"type": "string"}, "sizes": {"type": "string"}}, "required": ["srcSet", "type", "sizes"]}}}, "required": ["fallback", "sources"]}, "width": {"type": "integer"}, "height": {"type": "integer"}}, "required": ["layout", "backgroundColor", "images", "width", "height"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"epoch": {"type": "integer"}, "train_loss": {"type": "number"}, "raw_loss": {"type": "number"}, "wd_0": {"type": "number"}, "sqr_mom_0": {"type": "number"}, "lr_0": {"type": "number"}, "mom_0": {"type": "number"}, "eps_0": {"type": "number"}, "beta_0": {"type": "number"}, "_runtime": {"type": "integer"}, "_timestamp": {"type": "integer"}, "_step": {"type": "integer"}, "valid_loss": {"type": "number"}, "dice": {"type": "number"}, "iou": {"type": "number"}, "recall": {"type": "number"}, "precision": {"type": "number"}, "_wandb": {"type": "object", "properties": {"runtime": {"type": "integer"}}, "required": ["runtime"]}}, "required": ["epoch", "train_loss", "raw_loss", "wd_0", "sqr_mom_0", "lr_0", "mom_0", "eps_0", "beta_0", "_runtime", "_timestamp", "_step", "valid_loss", "dice", "iou", "recall", "precision", "_wandb"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"epoch" : 10, "train_loss" : 0.45512792468070984, "raw_loss" : 0.3222366273403168, "wd_0" : 0.0001, "sqr_mom_0" : 0.99, "lr_0" : 1.453787665300823e-07, "mom_0" : 0.9499864619879668, "eps_0" : 1e-06, "beta_0" : 0.0, "_runtime" : 679, "_timestamp" : 1644900349, "_step" : 179, "valid_loss" : 0.5774723887443542, "dice" : 0.7366367130653824, "iou" : 0.5830759217744351, "recall" : 0.8791003395526003, "precision" : 0.6339080137021206, "_wandb" : {"runtime" : 689}} | json_instruct | {"type": "object", "properties": {"epoch": {"type": "integer"}, "train_loss": {"type": "number"}, "raw_loss": {"type": "number"}, "wd_0": {"type": "number"}, "sqr_mom_0": {"type": "number"}, "lr_0": {"type": "number"}, "mom_0": {"type": "number"}, "eps_0": {"type": "number"}, "beta_0": {"type": "number"}, "_runtime": {"type": "integer"}, "_timestamp": {"type": "integer"}, "_step": {"type": "integer"}, "valid_loss": {"type": "number"}, "dice": {"type": "number"}, "iou": {"type": "number"}, "recall": {"type": "number"}, "precision": {"type": "number"}, "_wandb": {"type": "object", "properties": {"runtime": {"type": "integer"}}, "required": ["runtime"]}}, "required": ["epoch", "train_loss", "raw_loss", "wd_0", "sqr_mom_0", "lr_0", "mom_0", "eps_0", "beta_0", "_runtime", "_timestamp", "_step", "valid_loss", "dice", "iou", "recall", "precision", "_wandb"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}}, "required": ["name", "symbol", "decimals", "address", "chainId"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Token Btrm", "symbol" : "Btrmw", "decimals" : 6, "address" : "BtrmwieAAhX1xPXh49NGDfYMRtL8LcFo4Y4FTQ5gRktH", "chainId" : 103} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}}, "required": ["name", "symbol", "decimals", "address", "chainId"], "$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"}, "harga": {"type": "string"}, "golongan": {"type": "string"}, "kandungan": {"type": "string"}, "indikasi": {"type": "string"}, "kontraindikasi": {"type": "string"}, "perhatian": {"type": "string"}, "efeksamping": {"type": "string"}, "indeksamanwanitahamil": {"type": "string"}, "kemasan": {"type": "string"}, "dosis": {"type": "string"}, "penyajian": {"type": "string"}, "pabrik": {"type": "string"}, "id": {"type": "string"}, "category_id": {"type": "string"}}, "required": ["name", "harga", "golongan", "kandungan", "indikasi", "kontraindikasi", "perhatian", "efeksamping", "indeksamanwanitahamil", "kemasan", "dosis", "penyajian", "pabrik", "id", "category_id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "METSEL CAPLET", "harga" : " Rp. 175.692/ kemasan", "golongan" : "http://medicastore.com/image_banner/obat_bebas.gif", "kandungan" : "Ubidecarenone (CoQ10) 30 mg, synthetic levocarnitine fumarate 500 mg, folic acid 400 mcg.", "indikasi" : "Memelihara kesehatan jantung.", "kontraindikasi" : "Hamil, laktasi. Anak. Pasien yang diterapi dengan antikoagulan.", "perhatian" : "", "efeksamping" : "", "indeksamanwanitahamil" : "", "kemasan" : "Metsel film-coated caplet x 3 x 10's", "dosis" : "1 kali sehari 1-2 kaplet", "penyajian" : "Dikonsumsi bersamaan dengan makanan atau tidak", "pabrik" : "Darya-Varia.", "id" : "13326", "category_id" : "2"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "harga": {"type": "string"}, "golongan": {"type": "string"}, "kandungan": {"type": "string"}, "indikasi": {"type": "string"}, "kontraindikasi": {"type": "string"}, "perhatian": {"type": "string"}, "efeksamping": {"type": "string"}, "indeksamanwanitahamil": {"type": "string"}, "kemasan": {"type": "string"}, "dosis": {"type": "string"}, "penyajian": {"type": "string"}, "pabrik": {"type": "string"}, "id": {"type": "string"}, "category_id": {"type": "string"}}, "required": ["name", "harga", "golongan", "kandungan", "indikasi", "kontraindikasi", "perhatian", "efeksamping", "indeksamanwanitahamil", "kemasan", "dosis", "penyajian", "pabrik", "id", "category_id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "null"}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0x32d8a198462ba3791b9f144c77729f9131ec2a17", "tool" : "securify", "start" : 1563582345.609304, "end" : 1563582349.5608146, "duration" : 3.9515106678009033, "analysis" : null} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "null"}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"config": {"type": "object", "properties": {"title": {"type": "string"}, "step": {"type": "object", "properties": {"user": {"type": "object", "properties": {"title": {"type": "string"}, "data": {"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "string"}, "device_model": {"type": "string"}, "name": {"type": "string"}, "scan_interval": {"type": "string"}}, "required": ["host", "port", "device_model", "name", "scan_interval"]}}, "required": ["title", "data"]}}, "required": ["user"]}, "error": {"type": "object", "properties": {"already_configured": {"type": "string"}}, "required": ["already_configured"]}, "abort": {"type": "object", "properties": {"already_configured": {"type": "string"}}, "required": ["already_configured"]}}, "required": ["title", "step", "error", "abort"]}}, "required": ["config"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"config" : {"title" : "Phoenix EV Charger", "step" : {"user" : {"title" : "Define your Phoenix EV Charger modbus connection", "data" : {"host" : "The ip-address of your Phoenix EV charger modbus device", "port" : "The TCP port on which to connect to the Phoenix EV charger", "device_model" : "The Phoenix EV charger hardware model (Until now, only EV-CC-AC1-M3-xx types are supported)", "name" : "The prefix to be used for your Phoenix EV charger sensors", "scan_interval" : "The polling frequency of the modbus registers in seconds"}}}, "error" : {"already_configured" : "Device is already configured"}, "abort" : {"already_configured" : "Device is already configured"}}} | json_instruct | {"type": "object", "properties": {"config": {"type": "object", "properties": {"title": {"type": "string"}, "step": {"type": "object", "properties": {"user": {"type": "object", "properties": {"title": {"type": "string"}, "data": {"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "string"}, "device_model": {"type": "string"}, "name": {"type": "string"}, "scan_interval": {"type": "string"}}, "required": ["host", "port", "device_model", "name", "scan_interval"]}}, "required": ["title", "data"]}}, "required": ["user"]}, "error": {"type": "object", "properties": {"already_configured": {"type": "string"}}, "required": ["already_configured"]}, "abort": {"type": "object", "properties": {"already_configured": {"type": "string"}}, "required": ["already_configured"]}}, "required": ["title", "step", "error", "abort"]}}, "required": ["config"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["hapi-harvester"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {}}, "metadata": {"type": "object", "properties": {"mods": {"type": "array", "items": {"type": "string"}}, "type": {"type": "integer"}}, "required": ["mods", "type"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "e9133f18-34cc-4797-a11c-1508208803f5", "playerTags" : ["2c4b2a6d-9961-4e40-882c-a338f4e72117"], "teamTags" : ["46358869-dce9-4a01-bfba-ac24fc56f57e"], "gameTags" : [], "metadata" : {"mods" : ["COFFEE_PERIL"], "type" : 2}, "created" : "2021-04-07T03:35:17.212Z", "season" : 14, "tournament" : -1, "type" : 108, "day" : 35, "phase" : 4, "category" : 1, "description" : "Evelton McBlase II's weekly mods wore off.", "nuts" : 2} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {}}, "metadata": {"type": "object", "properties": {"mods": {"type": "array", "items": {"type": "string"}}, "type": {"type": "integer"}}, "required": ["mods", "type"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"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": ["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.2, "people" : [{"pose_keypoints_2d" : [310.046, 128.854, 1, 312.192, 154.029, 1, 292.744, 165.9, 1, 286.543, 185.08, 1, 298.436, 198.398, 1, 331.638, 151.306, 1, 337.953, 185.056, 1, 329.406, 208.127, 1, 297.04, 205.315, 1, 305.135, 266.921, 1, 306.939, 312.613, 1, 322.264, 220.168, 1, 321.641, 269.71, 1, 325.722, 311.184, 1, 303.871, 125.764, 1, 313, 122.798, 1, 302.779, 131.105, 1, 323.952, 127.587, 1], "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": {"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": ["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#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"description": {"type": "string"}, "cc": {"type": "array", "items": {"type": "string"}}, "reviewers": {"type": "array", "items": {}}, "messages": {"type": "array", "items": {"type": "object", "properties": {"sender": {"type": "string"}, "recipients": {"type": "array", "items": {"type": "string"}}, "text": {"type": "string"}, "disapproval": {"type": "boolean"}, "date": {"type": "string"}, "approval": {"type": "boolean"}}, "required": ["sender", "recipients", "text", "disapproval", "date", "approval"]}}, "owner_email": {"type": "string"}, "private": {"type": "boolean"}, "base_url": {"type": "string"}, "owner": {"type": "string"}, "subject": {"type": "string"}, "created": {"type": "string"}, "patchsets": {"type": "array", "items": {"type": "integer"}}, "modified": {"type": "string"}, "closed": {"type": "boolean"}, "issue": {"type": "integer"}}, "required": ["description", "cc", "reviewers", "messages", "owner_email", "private", "base_url", "owner", "subject", "created", "patchsets", "modified", "closed", "issue"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"description" : "doc/effective_go.html: undo local font change", "cc" : ["r@golang.org", "golang-dev@googlegroups.com"], "reviewers" : [], "messages" : [{"sender" : "gri@golang.org", "recipients" : ["gri@golang.org", "r@golang.org", "golang-dev@googlegroups.com", "reply@codereview-hr.appspotmail.com"], "text" : "Hello r (cc: golang-dev@googlegroups.com),\n\nI'd like you to review this change to\nhttps://code.google.com/p/go", "disapproval" : false, "date" : "2012-03-21 21:13:58.952194", "approval" : false}, {"sender" : "r@golang.org", "recipients" : ["gri@golang.org", "r@golang.org", "golang-dev@googlegroups.com", "reply@codereview-hr.appspotmail.com"], "text" : "LGTM\nthanks", "disapproval" : false, "date" : "2012-03-21 21:25:53.311891", "approval" : true}, {"sender" : "gri@golang.org", "recipients" : ["gri@golang.org", "r@golang.org", "golang-dev@googlegroups.com", "reply@codereview-hr.appspotmail.com"], "text" : "*** Submitted as http://code.google.com/p/go/source/detail?r=16c3175a5da1 ***\n\ndoc/effective_go.html: undo local font change\n\nR=r\nCC=golang-dev\nhttp://codereview.appspot.com/5876043", "disapproval" : false, "date" : "2012-03-21 21:29:25.730155", "approval" : false}], "owner_email" : "gri@golang.org", "private" : false, "base_url" : "", "owner" : "gri", "subject" : "code review 5876043: doc/effective_go.html: undo local font change", "created" : "2012-03-21 21:13:54.728847", "patchsets" : [1, 4001], "modified" : "2012-03-21 21:29:28.827344", "closed" : true, "issue" : 5876043} | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "cc": {"type": "array", "items": {"type": "string"}}, "reviewers": {"type": "array", "items": {}}, "messages": {"type": "array", "items": {"type": "object", "properties": {"sender": {"type": "string"}, "recipients": {"type": "array", "items": {"type": "string"}}, "text": {"type": "string"}, "disapproval": {"type": "boolean"}, "date": {"type": "string"}, "approval": {"type": "boolean"}}, "required": ["sender", "recipients", "text", "disapproval", "date", "approval"]}}, "owner_email": {"type": "string"}, "private": {"type": "boolean"}, "base_url": {"type": "string"}, "owner": {"type": "string"}, "subject": {"type": "string"}, "created": {"type": "string"}, "patchsets": {"type": "array", "items": {"type": "integer"}}, "modified": {"type": "string"}, "closed": {"type": "boolean"}, "issue": {"type": "integer"}}, "required": ["description", "cc", "reviewers", "messages", "owner_email", "private", "base_url", "owner", "subject", "created", "patchsets", "modified", "closed", "issue"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"body" : "AND STAMPED UPON THEIR MINDS.", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/858.json"} | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"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": {"type": "string"}}, "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" : "This adds a global command line option to specify additional configuration directories. The argument either takes a directory path, or a combination of package and sub-directory. This form fits in with suggestions from @citibeth for package level `package.yaml` files. Examples:\r\n\r\n```\r\n$ spack --config path/to/config/dir install myapp\r\n==> Adding configuration scope 'config/dir'\r\n...\r\n$ spack --config myapplication:dir install myapp\r\n==> Adding configuration scope 'application:dir'\r\n...\r\n```\r\n\r\nSome juggling of when to add sub-command arguments was required so that they were aware of the new scopes. Note, that the short form of this argument, `-c`, conflicts with the `--color` command added by me in #3013. On reflection this command should claim the `-c` form, and the other command only use `--color`, `--no-color`, though I am open to suggestions.\r\n\r\nThere are no tests associated with this PR, but I could write a test suite that repeatedly calls spack using `subprocess` and checks the output, if that is acceptable.", "user" : "paulhopkins", "url" : "https://api.github.com/repos/spack/spack/issues/3142", "updated_at" : "2019-02-12 09:56:01", "created_at" : "2017-02-14 12:16:49", "closed_at" : "2019-02-12 09:56:01", "state" : "closed", "title" : "Specify additional configuration directories using command arguments", "number" : 3142, "milestone" : null, "labels" : ["duplicate"], "id" : 207499556, "html_url" : "https://github.com/spack/spack/pull/3142", "assignees" : [], "comments" : 15} | 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": {"type": "string"}}, "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#"} |
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"}, "scripts": {"type": "object", "properties": {"commit": {"type": "string"}, "test": {"type": "string"}, "semantic-release": {"type": "string"}}, "required": ["commit", "test", "semantic-release"]}, "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": {"chai": {"type": "string"}, "commitizen": {"type": "string"}, "cz-conventional-changelog": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-airbnb-base": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "mocha": {"type": "string"}, "semantic-release": {"type": "string"}}, "required": ["chai", "commitizen", "cz-conventional-changelog", "eslint", "eslint-config-airbnb-base", "eslint-plugin-import", "mocha", "semantic-release"]}, "czConfig": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}, "dependencies": {"type": "object", "properties": {"canvas": {"type": "string"}, "jsdom": {"type": "string"}}, "required": ["canvas", "jsdom"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "czConfig", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "micro-image-transformations", "version" : "3.0.0", "description" : "Microlibrary for image transformations.", "main" : "src/index.js", "scripts" : {"commit" : "git-cz", "test" : "mocha tests/index.test.js --exit", "semantic-release" : "semantic-release pre && npm publish && semantic-release post"}, "repository" : {"type" : "git", "url" : "https://github.com/jshi22/micro-image-transformations.git"}, "keywords" : ["image", "transformations"], "author" : "Jimmy Shi <mshi18@jhu.edu> (https://github.com/jshi22)", "license" : "MIT", "bugs" : {"url" : "https://github.com/jshi22/micro-image-transformations/issues"}, "homepage" : "https://github.com/jshi22/micro-image-transformations#readme", "devDependencies" : {"chai" : "4.2.0", "commitizen" : "3.0.7", "cz-conventional-changelog" : "2.1.0", "eslint" : "5.15.0", "eslint-config-airbnb-base" : "13.1.0", "eslint-plugin-import" : "2.16.0", "mocha" : "6.0.2", "semantic-release" : "^15.13.3"}, "czConfig" : {"path" : "node_modules/cz-conventional-changelog"}, "dependencies" : {"canvas" : "2.3.1", "jsdom" : "13.2.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"commit": {"type": "string"}, "test": {"type": "string"}, "semantic-release": {"type": "string"}}, "required": ["commit", "test", "semantic-release"]}, "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": {"chai": {"type": "string"}, "commitizen": {"type": "string"}, "cz-conventional-changelog": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-airbnb-base": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "mocha": {"type": "string"}, "semantic-release": {"type": "string"}}, "required": ["chai", "commitizen", "cz-conventional-changelog", "eslint", "eslint-config-airbnb-base", "eslint-plugin-import", "mocha", "semantic-release"]}, "czConfig": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}, "dependencies": {"type": "object", "properties": {"canvas": {"type": "string"}, "jsdom": {"type": "string"}}, "required": ["canvas", "jsdom"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "czConfig", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "integer"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [7, 6, 5, 10, 7, 6, 8, 6, 8, 12, 5, 3, 5, 5, 5, 5, 3, 8, 6, 6, 7, 5, 7, 9, 5, 6, 9, 6, 7] | json_instruct | {"type": "array", "items": {"type": "integer"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "name_long": {"type": "string"}, "fips": {"type": "string"}, "state_code_int": {"type": "integer"}, "state_code_postal": {"type": "string"}, "state_code_iso": {"type": "string"}, "county_code": {"type": "integer"}, "population": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "census_data": {"type": "object", "properties": {"COUNTYNS": {"type": "string"}, "AFFGEOID": {"type": "string"}, "LSAD": {"type": "string"}, "ALAND": {"type": "integer"}, "AWATER": {"type": "integer"}}, "required": ["COUNTYNS", "AFFGEOID", "LSAD", "ALAND", "AWATER"]}, "center_lat": {"type": "number"}, "center_lon": {"type": "number"}, "area_m2": {"type": "integer"}, "timezone": {"type": "string"}}, "required": ["name", "name_long", "fips", "state_code_int", "state_code_postal", "state_code_iso", "county_code", "population", "countrylevel_id", "census_data", "center_lat", "center_lon", "area_m2", "timezone"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "properties" : {"name" : "Harnett County", "name_long" : "Harnett County, NC", "fips" : "37085", "state_code_int" : 37, "state_code_postal" : "NC", "state_code_iso" : "US-NC", "county_code" : 85, "population" : 135976, "countrylevel_id" : "fips:37085", "census_data" : {"COUNTYNS" : "01008560", "AFFGEOID" : "0500000US37085", "LSAD" : "06", "ALAND" : 1541110995, "AWATER" : 16367252}, "center_lat" : 35.37, "center_lon" : -78.87, "area_m2" : 1557478247, "timezone" : "America/New_York"}, "geometry" : {"type" : "Polygon", "coordinates" : [[[-79.184, 35.307], [-78.97, 35.522], [-78.915, 35.584], [-78.709, 35.519], [-78.661, 35.496], [-78.53, 35.335], [-78.538, 35.316], [-78.583, 35.297], [-78.617, 35.246], [-78.795, 35.266], [-78.88, 35.23], [-79.096, 35.192], [-79.223, 35.268], [-79.184, 35.307]]]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "name_long": {"type": "string"}, "fips": {"type": "string"}, "state_code_int": {"type": "integer"}, "state_code_postal": {"type": "string"}, "state_code_iso": {"type": "string"}, "county_code": {"type": "integer"}, "population": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "census_data": {"type": "object", "properties": {"COUNTYNS": {"type": "string"}, "AFFGEOID": {"type": "string"}, "LSAD": {"type": "string"}, "ALAND": {"type": "integer"}, "AWATER": {"type": "integer"}}, "required": ["COUNTYNS", "AFFGEOID", "LSAD", "ALAND", "AWATER"]}, "center_lat": {"type": "number"}, "center_lon": {"type": "number"}, "area_m2": {"type": "integer"}, "timezone": {"type": "string"}}, "required": ["name", "name_long", "fips", "state_code_int", "state_code_postal", "state_code_iso", "county_code", "population", "countrylevel_id", "census_data", "center_lat", "center_lon", "area_m2", "timezone"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"m": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "r": {"type": "object", "properties": {"type": {"type": "string"}, "ore": {"type": "string"}}, "required": ["type", "ore"]}, "p": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "b": {"type": "object", "properties": {"type": {"type": "string"}, "ore": {"type": "string"}}, "required": ["type", "ore"]}, "c": {"type": "object", "properties": {"type": {"type": "string"}, "ore": {"type": "string"}}, "required": ["type", "ore"]}}, "required": ["m", "r", "p", "b", "c"]}, "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" : ["brb", "pmp", "cpc"], "key" : {"m" : {"item" : "technocracy.foundation:machine_frame"}, "r" : {"type" : "forge:ore_dict", "ore" : "dustRedstone"}, "p" : {"item" : "minecraft:piston"}, "b" : {"type" : "forge:ore_dict", "ore" : "ingotBronze"}, "c" : {"type" : "forge:ore_dict", "ore" : "gearCopper"}}, "result" : {"item" : "technocracy.foundation:compactor", "count" : 1}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"m": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "r": {"type": "object", "properties": {"type": {"type": "string"}, "ore": {"type": "string"}}, "required": ["type", "ore"]}, "p": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "b": {"type": "object", "properties": {"type": {"type": "string"}, "ore": {"type": "string"}}, "required": ["type", "ore"]}, "c": {"type": "object", "properties": {"type": {"type": "string"}, "ore": {"type": "string"}}, "required": ["type", "ore"]}}, "required": ["m", "r", "p", "b", "c"]}, "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#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"restangular.js": {"type": "string"}, "restangular.min.js": {"type": "string"}}, "required": ["restangular.js", "restangular.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"restangular.js" : "sha256-t1I37KUN1uDFERxHKPsiEn3zt+Ckf5VzRus6fXd3kUM=", "restangular.min.js" : "sha256-NWqdLAIxWEWeWvivQEDzl0lXvDTCwkVpSpSaIcNC60g="} | json_instruct | {"type": "object", "properties": {"restangular.js": {"type": "string"}, "restangular.min.js": {"type": "string"}}, "required": ["restangular.js", "restangular.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "protocol": {"type": "string"}, "method": {"type": "string"}, "pathPattern": {"type": "string"}, "parameters": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "position": {"type": "string"}, "type": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["name", "position", "type", "required"]}}}, "required": ["name", "protocol", "method", "pathPattern", "parameters"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "AuthorizeApplication", "protocol" : "HTTP|HTTPS", "method" : "DELETE|POST|PUT", "pathPattern" : "/pop/v5/account/authorize_app", "parameters" : [{"name" : "AppIds", "position" : "Query", "type" : "String", "required" : true}, {"name" : "TargetUserId", "position" : "Query", "type" : "String", "required" : true}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "protocol": {"type": "string"}, "method": {"type": "string"}, "pathPattern": {"type": "string"}, "parameters": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "position": {"type": "string"}, "type": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["name", "position", "type", "required"]}}}, "required": ["name", "protocol", "method", "pathPattern", "parameters"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["get-function-args-x", "get-function-name-x", "inspect-x", "is-x"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"code" : 1209162008, "parent" : 1209162, "name" : "BANDAR MALELA", "latitude" : null, "longitude" : null, "postal" : [21194, 21176], "children" : []} | json_instruct | {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"logo": {"type": "string"}, "listdate": {"type": "string"}, "cik": {"type": "string"}, "bloomberg": {"type": "string"}, "figi": {"type": "null"}, "lei": {"type": "null"}, "sic": {"type": "integer"}, "country": {"type": "string"}, "industry": {"type": "string"}, "sector": {"type": "string"}, "marketcap": {"type": "integer"}, "employees": {"type": "integer"}, "phone": {"type": "string"}, "ceo": {"type": "string"}, "url": {"type": "string"}, "description": {"type": "string"}, "exchange": {"type": "string"}, "name": {"type": "string"}, "symbol": {"type": "string"}, "exchangeSymbol": {"type": "string"}, "hq_address": {"type": "string"}, "hq_state": {"type": "string"}, "hq_country": {"type": "string"}, "type": {"type": "string"}, "updated": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "similar": {"type": "array", "items": {"type": "string"}}, "active": {"type": "boolean"}}, "required": ["logo", "listdate", "cik", "bloomberg", "figi", "lei", "sic", "country", "industry", "sector", "marketcap", "employees", "phone", "ceo", "url", "description", "exchange", "name", "symbol", "exchangeSymbol", "hq_address", "hq_state", "hq_country", "type", "updated", "tags", "similar", "active"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"logo" : "https://s3.polygon.io/logos/lob/logo.png", "listdate" : "2015-07-23", "cik" : "1462120", "bloomberg" : "EQ0000000008513208", "figi" : null, "lei" : null, "sic" : 6029, "country" : "usa", "industry" : "Banks", "sector" : "Financial Services", "marketcap" : 756202038, "employees" : 522, "phone" : "+1 910 790-5867", "ceo" : "James S. Mahan", "url" : "http://www.liveoakbank.com", "description" : "Live Oak Bancshares Inc is a nationwide lender to small businesses. It offers loans comprising small business administration loans; conventional commercial business loans to small- and medium-sized businesses; and construction loans.", "exchange" : "Nasdaq Global Select", "name" : "Live Oak Bancshares Inc.", "symbol" : "LOB", "exchangeSymbol" : "NGS", "hq_address" : "1741 Tiburon Drive Wilmington NC, 28403", "hq_state" : "NC", "hq_country" : "USA", "type" : "CS", "updated" : "11/16/2018", "tags" : ["Financial Services", "Savings & Cooperative Banks", "Banks"], "similar" : ["MPB", "MOFG"], "active" : true} | json_instruct | {"type": "object", "properties": {"logo": {"type": "string"}, "listdate": {"type": "string"}, "cik": {"type": "string"}, "bloomberg": {"type": "string"}, "figi": {"type": "null"}, "lei": {"type": "null"}, "sic": {"type": "integer"}, "country": {"type": "string"}, "industry": {"type": "string"}, "sector": {"type": "string"}, "marketcap": {"type": "integer"}, "employees": {"type": "integer"}, "phone": {"type": "string"}, "ceo": {"type": "string"}, "url": {"type": "string"}, "description": {"type": "string"}, "exchange": {"type": "string"}, "name": {"type": "string"}, "symbol": {"type": "string"}, "exchangeSymbol": {"type": "string"}, "hq_address": {"type": "string"}, "hq_state": {"type": "string"}, "hq_country": {"type": "string"}, "type": {"type": "string"}, "updated": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "similar": {"type": "array", "items": {"type": "string"}}, "active": {"type": "boolean"}}, "required": ["logo", "listdate", "cik", "bloomberg", "figi", "lei", "sic", "country", "industry", "sector", "marketcap", "employees", "phone", "ceo", "url", "description", "exchange", "name", "symbol", "exchangeSymbol", "hq_address", "hq_state", "hq_country", "type", "updated", "tags", "similar", "active"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "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" : 101792719, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "f0ddda18deb709060c12e3bf511e19f7", "wof:id" : 101792719, "wof:repo" : "whosonfirst-data-admin-ro"}, "bbox" : [28.447092, 44.353037, 28.478308, 44.384861], "geometry" : {"coordinates" : [[[28.466426, 44.381586], [28.472542, 44.38048], [28.471669, 44.377868], [28.472892, 44.377647], [28.470562, 44.370683], [28.471785, 44.370462], [28.471203, 44.368721], [28.472426, 44.3685], [28.471553, 44.365888], [28.477667, 44.364782], [28.477085, 44.363041], [28.478308, 44.36282], [28.477143, 44.359338], [28.474698, 44.35978], [28.474407, 44.35891], [28.473184, 44.359131], [28.472893, 44.35826], [28.47167, 44.358482], [28.470506, 44.354999], [28.471728, 44.354778], [28.471146, 44.353037], [28.468701, 44.35348], [28.468992, 44.35435], [28.465324, 44.355014], [28.465033, 44.354143], [28.46381, 44.354364], [28.464101, 44.355235], [28.462878, 44.355456], [28.463169, 44.356326], [28.461946, 44.356547], [28.462237, 44.357418], [28.458569, 44.358081], [28.45886, 44.358952], [28.452745, 44.360057], [28.453036, 44.360927], [28.451813, 44.361148], [28.453849, 44.367242], [28.452626, 44.367463], [28.452917, 44.368334], [28.448024, 44.369218], [28.448315, 44.370088], [28.447092, 44.370309], [28.448837, 44.375533], [28.45373, 44.374649], [28.454021, 44.375519], [28.455244, 44.375298], [28.455826, 44.377039], [28.457049, 44.376818], [28.45734, 44.377689], [28.459786, 44.377247], [28.460077, 44.378117], [28.461301, 44.377896], [28.462174, 44.380508], [28.460951, 44.380729], [28.461242, 44.3816], [28.462465, 44.381378], [28.46363, 44.384861], [28.466076, 44.384418], [28.465494, 44.382677], [28.466717, 44.382456], [28.466426, 44.381586]]], "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#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"timestamp": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"data_type": {"type": "string"}, "value": {"type": "string"}, "max": {"type": "string"}, "min": {"type": "string"}, "sd": {"type": "string"}}, "required": ["data_type", "value", "max", "min", "sd"]}}}, "required": ["timestamp", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"timestamp" : "2020-11-10T19:47:06Z", "data" : [{"data_type" : "pm10", "value" : "14.33", "max" : "20.00", "min" : "12.00", "sd" : "2.55"}, {"data_type" : "pm2.5", "value" : "12.67", "max" : "20.00", "min" : "9.00", "sd" : "3.42"}, {"data_type" : "pm1", "value" : "6.47", "max" : "7.00", "min" : "5.00", "sd" : "0.64"}, {"data_type" : "pm10", "value" : "17.07", "max" : "28.00", "min" : "11.00", "sd" : "6.11", "sensor" : 2}, {"data_type" : "pm2.5", "value" : "14.93", "max" : "23.00", "min" : "10.00", "sd" : "4.73", "sensor" : 2}, {"data_type" : "pm1", "value" : "9.00", "max" : "11.00", "min" : "7.00", "sd" : "1.41", "sensor" : 2}, {"data_type" : "noise", "value" : "33.03", "max" : "56.19", "min" : "28.92", "sd" : "2.05"}, {"data_type" : "illuminance", "value" : "964.68", "max" : "1221.00", "min" : "831.00", "sd" : "106.16"}, {"data_type" : "irradiance", "value" : "0.00", "max" : "0.00", "min" : "0.00", "sd" : "0.00"}, {"data_type" : "temperature", "value" : "12.85", "max" : "12.95", "min" : "12.76", "sd" : "0.15"}, {"data_type" : "humidity", "value" : "81.20", "max" : "82.04", "min" : "79.50", "sd" : "0.64"}, {"data_type" : "presure", "value" : "690.43", "max" : "690.53", "min" : "690.34", "sd" : "0.13"}, {"data_type" : "voltage", "value" : "5.04", "max" : "5.04", "min" : "5.04", "sd" : "0.03"}, {"data_type" : "batery", "value" : "4.16", "max" : "4.16", "min" : "4.16", "sd" : "0.06"}, {"data_type" : "panel", "value" : "0.01", "max" : "0.04", "min" : "0.00", "sd" : "0.07"}]} | json_instruct | {"type": "object", "properties": {"timestamp": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"data_type": {"type": "string"}, "value": {"type": "string"}, "max": {"type": "string"}, "min": {"type": "string"}, "sd": {"type": "string"}}, "required": ["data_type", "value", "max", "min", "sd"]}}}, "required": ["timestamp", "data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "d976-171", "text" : "-78-\nWhat Can We Do About Eliminating Health\nHazards In Our Community?\nHow Can The Local Community Action Agency\nHelp In Resolving Some Of These Problems\nIn Our Community?\n\"DIALOGUES FROM THE GHETTO\"\nIs a program series device which explores each\nproblem in depth. Here the support agencies of\nthe community, the resource agencies of the community\ncan be brought into the conscious world of the\npoor and disadvantaged, the \"operating\" world. Here,\nthrough such confrontation, the inadequacies, and\nstrengths, of existing support structures can be\nexamined and discussed. The inequities suffered\nby the poor can be talked about openly. Through\nsuch exchanges, we can, hopefully, begin to re\u00ac\nsolve some of these problems together. Through\nsuch experiences we can begin to break through\nthe feelings of helplessness, the tacit acceptance\nof second class citizenship, another dominant\ncharacteristic of large segments of the poverty\npopulation. What can we talk about in these\ndialogues? Some subject areas might be:"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$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": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "510704004001", "text" : "\u516d\u91cc\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a"}, {"id" : "510704004002", "text" : "\u5c0f\u5c9b\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a"}, {"id" : "510704004003", "text" : "\u6e38\u4ed9\u89c2\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a"}, {"id" : "510704004004", "text" : "\u6c49\u4ed9\u6865\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a"}, {"id" : "510704004005", "text" : "\u6e38\u4ed9\u4e1c\u8def\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a"}, {"id" : "510704004006", "text" : "\u6c49\u57ce\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a"}, {"id" : "510704004007", "text" : "\u6851\u6797\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a"}, {"id" : "510704004009", "text" : "\u8299\u84c9\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a"}, {"id" : "510704004010", "text" : "\u6e38\u4ed9\u8def\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a"}, {"id" : "510704004011", "text" : "\u6c11\u5b89\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a"}, {"id" : "510704004012", "text" : "\u5434\u5bb6\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a"}, {"id" : "510704004013", "text" : "\u9f99\u7533\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a"}, {"id" : "510704004205", "text" : "\u957f\u660e\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "510704004206", "text" : "\u6587\u80dc\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "510704004207", "text" : "\u77f3\u57ad\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "510704004210", "text" : "\u91d1\u5c71\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$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": {"type": "object", "properties": {"errors": {"type": "array", "items": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}, "message": {"type": "string"}}, "required": ["line", "column", "message"]}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0x2c8eab1b7c57a6f9f81f761b26b71f99b25ff59c", "tool" : "osiris", "start" : 1564629436.9919105, "end" : 1564629501.2249198, "duration" : 64.2330093383789, "analysis" : [{"errors" : [{"line" : 177, "column" : 17, "message" : "overflow_bugs"}, {"line" : 178, "column" : 17, "message" : "overflow_bugs"}, {"line" : 176, "column" : 17, "message" : "overflow_bugs"}, {"line" : 180, "column" : 30, "message" : "overflow_bugs"}], "file" : "/unique_chucks/47/0x2c8eab1b7c57a6f9f81f761b26b71f99b25ff59c.sol", "name" : "BMICOAffiliateProgramm"}]} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}, "message": {"type": "string"}}, "required": ["line", "column", "message"]}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "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": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"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": ["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.2, "people" : [{"pose_keypoints_2d" : [458.815, 240.222, 1, 446.328, 246.856, 1, 414.493, 242.934, 1, 369.339, 234.246, 1, 325.553, 181.488, 1, 479.134, 254.594, 1, 507.432, 298.845, 1, 525.683, 340.628, 1, 432.984, 364.14, 1, 428.85, 439.165, 1, 400.114, 502.076, 1, 478.173, 353.143, 1, 532.721, 401.455, 1, 579.474, 465.731, 1, 450.491, 230.697, 1, 460.414, 229.829, 1, 433.915, 224.857, 1, 462.718, 226.043, 1], "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": {"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": ["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 a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"three": {"type": "string"}}, "required": ["three"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"dependencies" : {"three" : "^0.123.0"}} | json_instruct | {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"three": {"type": "string"}}, "required": ["three"]}}, "required": ["dependencies"], "$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": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"year" : 1996, "sex" : "F", "n" : 5, "prop" : 2.61e-06}, {"year" : 1999, "sex" : "F", "n" : 5, "prop" : 2.57e-06}, {"year" : 2009, "sex" : "F", "n" : 11, "prop" : 5.44e-06}, {"year" : 2010, "sex" : "F", "n" : 8, "prop" : 4.09e-06}, {"year" : 2011, "sex" : "F", "n" : 11, "prop" : 5.68e-06}, {"year" : 2012, "sex" : "F", "n" : 21, "prop" : 0}, {"year" : 2013, "sex" : "F", "n" : 33, "prop" : 0}, {"year" : 2014, "sex" : "F", "n" : 32, "prop" : 0}, {"year" : 2015, "sex" : "F", "n" : 36, "prop" : 0}, {"year" : 2016, "sex" : "F", "n" : 53, "prop" : 0}, {"year" : 2017, "sex" : "F", "n" : 63, "prop" : 0}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"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": ["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.2, "people" : [{"pose_keypoints_2d" : [671.612, 192.256, 1, 705.112, 224.922, 1, 701.11, 223.036, 1, 703.332, 297.009, 1, 682.559, 331.335, 1, 705.112, 224.922, 1, 713.99, 297.568, 1, 719.427, 362.692, 1, 716.441, 339.233, 1, 739.517, 428.632, 1, 773.272, 504.921, 1, 718.947, 345.54, 1, 670.524, 429.65, 1, 657.916, 509.852, 1, 668.423, 183.051, 1, 677.899, 178.75, 1, 687.948, 189.47, 0, 697.58, 180.728, 1], "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": {"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": ["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#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "array", "items": {}}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0x5121e348e897daef1eef23959ab290e5557cf274", "tool" : "manticore", "start" : 1563901466.5083218, "end" : 1563903268.7269006, "duration" : 1802.2185788154602, "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": {"type": "array", "items": {}}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "entries": {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "tag": {"type": "string"}, "version": {"type": "string"}, "comments": {"type": "object", "properties": {"prerelease": {"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "author": {"type": "string"}, "commit": {"type": "string"}, "package": {"type": "string"}}, "required": ["comment", "author", "commit", "package"]}}}, "required": ["prerelease"]}}, "required": ["date", "tag", "version", "comments"]}}}, "required": ["name", "entries"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@react-native-windows/virtualized-list", "entries" : [{"date" : "Fri, 02 Jul 2021 05:06:31 GMT", "tag" : "@react-native-windows/virtualized-list_v0.0.0-canary.1", "version" : "0.0.0-canary.1", "comments" : {"prerelease" : [{"comment" : "Fork VirtualizedList to its own package", "author" : "ngerlem@microsoft.com", "commit" : "81c98a6f0da42ec1287311b997fe323da5a1b284", "package" : "@react-native-windows/virtualized-list"}]}}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "entries": {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "tag": {"type": "string"}, "version": {"type": "string"}, "comments": {"type": "object", "properties": {"prerelease": {"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "author": {"type": "string"}, "commit": {"type": "string"}, "package": {"type": "string"}}, "required": ["comment", "author", "commit", "package"]}}}, "required": ["prerelease"]}}, "required": ["date", "tag", "version", "comments"]}}}, "required": ["name", "entries"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "540102013001", "text" : "\u7eb3\u5982\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "540102013002", "text" : "\u52a0\u8363\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "540102013003", "text" : "\u85cf\u70ed\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "540102013201", "text" : "\u560e\u5df4\u6751\u59d4\u4f1a"}, {"id" : "540102013203", "text" : "\u5854\u739b\u6751\u59d4\u4f1a"}, {"id" : "540102013204", "text" : "\u7eb3\u91d1\u6751\u59d4\u4f1a"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"code": {"type": "string"}, "bounds": {"type": "object", "properties": {"left": {"type": "number"}, "right": {"type": "number"}, "bottom": {"type": "number"}, "top": {"type": "number"}}, "required": ["left", "right", "bottom", "top"]}, "indices": {"type": "object", "properties": {"left": {"type": "integer"}, "right": {"type": "integer"}, "bottom": {"type": "integer"}, "top": {"type": "integer"}}, "required": ["left", "right", "bottom", "top"]}, "splitted": {"type": "boolean"}}, "required": ["code", "bounds", "indices", "splitted"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"code" : "IOSID", "bounds" : {"left" : 42.5, "right" : 58.5, "bottom" : -21.0, "top" : -11.0}, "indices" : {"left" : 445, "right" : 476, "bottom" : 221, "top" : 202}, "splitted" : false} | json_instruct | {"type": "object", "properties": {"code": {"type": "string"}, "bounds": {"type": "object", "properties": {"left": {"type": "number"}, "right": {"type": "number"}, "bottom": {"type": "number"}, "top": {"type": "number"}}, "required": ["left", "right", "bottom", "top"]}, "indices": {"type": "object", "properties": {"left": {"type": "integer"}, "right": {"type": "integer"}, "bottom": {"type": "integer"}, "top": {"type": "integer"}}, "required": ["left", "right", "bottom", "top"]}, "splitted": {"type": "boolean"}}, "required": ["code", "bounds", "indices", "splitted"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "main", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "fmt", "main" : "index.js", "scripts" : ["index.js"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "main", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"TIMESTAMP UTC": {"type": "string"}, "CLASSIFICATION": {"type": "string"}}, "required": ["TIMESTAMP UTC", "CLASSIFICATION"]}}, "required": ["type", "geometry", "properties"]}}, "type": {"type": "string"}}, "required": ["features", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"features" : [{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [4.504275093589744, 50.91314245368373]}, "properties" : {"TIMESTAMP UTC" : "2020-09-24T10:47:00", "CLASSIFICATION" : "Flying plane"}}, {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [4.532337771652422, 50.59409483463612]}, "properties" : {"TIMESTAMP UTC" : "2020-09-24T10:47:00", "CLASSIFICATION" : "Flying plane"}}, {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [4.504275093589744, 50.91314245368373]}, "properties" : {"TIMESTAMP UTC" : "2020-09-24T10:47:04", "CLASSIFICATION" : "Flying plane"}}, {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [4.444873384188034, 51.10981810507637]}, "properties" : {"TIMESTAMP UTC" : "2020-09-24T10:47:04", "CLASSIFICATION" : "Flying plane"}}, {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [4.532337771652422, 50.59409483463612]}, "properties" : {"TIMESTAMP UTC" : "2020-09-24T10:47:04", "CLASSIFICATION" : "Flying plane"}}], "type" : "FeatureCollection"} | json_instruct | {"type": "object", "properties": {"features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"TIMESTAMP UTC": {"type": "string"}, "CLASSIFICATION": {"type": "string"}}, "required": ["TIMESTAMP UTC", "CLASSIFICATION"]}}, "required": ["type", "geometry", "properties"]}}, "type": {"type": "string"}}, "required": ["features", "type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[123.5, 29.583333333333332], [123.5, 29.666666666666668], [123.625, 29.666666666666668], [123.625, 29.583333333333332], [123.5, 29.583333333333332]]]}, "properties" : {"code" : 442334, "url" : "http://madefor.github.io/0410/api/v1/442334.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/442334.geojson"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "minimum-stability": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "symfony/console": {"type": "string"}, "friendsofphp/php-cs-fixer": {"type": "string"}, "brainmaestro/composer-git-hooks": {"type": "string"}, "symfony/filesystem": {"type": "string"}}, "required": ["php", "symfony/console", "friendsofphp/php-cs-fixer", "brainmaestro/composer-git-hooks", "symfony/filesystem"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}}, "required": ["phpunit/phpunit"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Brackets\\CodeStyleFixer\\": {"type": "string"}}, "required": ["Brackets\\CodeStyleFixer\\"]}}, "required": ["psr-4"]}, "bin": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "type", "minimum-stability", "license", "keywords", "authors", "require", "require-dev", "autoload", "bin"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "brackets/code-style-fixer", "description" : "Fixing php code style", "type" : "library", "minimum-stability" : "stable", "license" : "MIT", "keywords" : ["git", "composer", "style", "fixer"], "authors" : [{"name" : "David Behal", "email" : "david.behal@brackets.sk"}], "require" : {"php" : ">=7.0", "symfony/console" : "^3.2 || ^4.0 || ^5.0", "friendsofphp/php-cs-fixer" : "^2.14", "brainmaestro/composer-git-hooks" : "^2.6", "symfony/filesystem" : "^3.2 || ^4.0 || ^5.0"}, "require-dev" : {"phpunit/phpunit" : "^7.1"}, "autoload" : {"psr-4" : {"Brackets\\CodeStyleFixer\\" : "src/"}}, "bin" : ["code-style-fixer", "code-style-fixer.sh"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "minimum-stability": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "symfony/console": {"type": "string"}, "friendsofphp/php-cs-fixer": {"type": "string"}, "brainmaestro/composer-git-hooks": {"type": "string"}, "symfony/filesystem": {"type": "string"}}, "required": ["php", "symfony/console", "friendsofphp/php-cs-fixer", "brainmaestro/composer-git-hooks", "symfony/filesystem"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}}, "required": ["phpunit/phpunit"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Brackets\\CodeStyleFixer\\": {"type": "string"}}, "required": ["Brackets\\CodeStyleFixer\\"]}}, "required": ["psr-4"]}, "bin": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "type", "minimum-stability", "license", "keywords", "authors", "require", "require-dev", "autoload", "bin"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"extends": {"type": "string"}, "branches": {"type": "array", "items": {"type": "string"}}}, "required": ["extends", "branches"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"extends" : "semantic-release-monorepo", "branches" : ["main"]} | json_instruct | {"type": "object", "properties": {"extends": {"type": "string"}, "branches": {"type": "array", "items": {"type": "string"}}}, "required": ["extends", "branches"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Time" : "2021-01-25T09:00:00Z", "Temp" : 14.8, "RelHum" : 49, "WindSpeed" : 1.3, "WindDir" : 114} | json_instruct | {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "BAHIJA", "frequency" : 849, "gender" : "female"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"schema_version" : "1.2.0", "id" : "GHSA-w2f9-3chr-2j98", "modified" : "2022-04-30T18:20:38Z", "published" : "2022-04-30T18:20:38Z", "aliases" : ["CVE-2002-1150"], "details" : "The Remote Desktop Sharing (RDS) Screen Saver Protection capability for Microsoft NetMeeting 3.01 through SP2 (4.4.3396) allows attackers with physical access to hijack remote sessions by entering certain logoff or shutdown sequences (such as CTRL-ALT-DEL) and canceling out of the resulting user confirmation prompts, such as when the remote user is editing a document.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2002-1150"}, {"type" : "WEB", "url" : "http://marc.info/?l=bugtraq&m=103228375116204&w=2"}, {"type" : "WEB", "url" : "http://www.iss.net/security_center/static/10119.php"}, {"type" : "WEB", "url" : "http://www.securityfocus.com/bid/5715"}], "database_specific" : {"cwe_ids" : [], "severity" : "MODERATE", "github_reviewed" : false}} | json_instruct | {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "dependencies": {"type": "object", "properties": {"jquery": {"type": "string"}, "underscore": {"type": "string"}}, "required": ["jquery", "underscore"]}}, "required": ["name", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "project-name", "dependencies" : {"jquery" : "~2.1.4", "underscore" : "~1.8.3"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "dependencies": {"type": "object", "properties": {"jquery": {"type": "string"}, "underscore": {"type": "string"}}, "required": ["jquery", "underscore"]}}, "required": ["name", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"\u5de5\u5ee0\u540d\u7a31" : "\u74b0\u7403\u6676\u5713\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "95A00971", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u65b0\u7af9\u79d1\u5b78\u5de5\u696d\u5712\u5340\u65b0\u7af9\u5e02\u6771\u5340\u5de5\u696d\u6771\u4e8c\u8def8\u865f", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc" : "\u65b0\u7af9\u5e02\u6771\u5340", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d" : "\u5f90\u79c0\u862d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f" : "28113286", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b" : "\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f" : "", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f" : "1010319", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b" : "\u751f\u7522\u4e2d", "\u7522\u696d\u985e\u5225" : ["26\u96fb\u5b50\u96f6\u7d44\u4ef6\u88fd\u9020\u696d"], "\u4e3b\u8981\u7522\u54c1" : ["261\u534a\u5c0e\u9ad4", "262\u88ab\u52d5\u96fb\u5b50\u5143\u4ef6", "269\u5176\u4ed6\u96fb\u5b50\u96f6\u7d44\u4ef6"]} | json_instruct | {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"$schema": {"type": "string"}, "type": {"type": "string"}, "required": {"type": "array", "items": {"type": "string"}}, "properties": {"type": "object", "properties": {"name": {"type": "object", "properties": {"type": {"type": "string"}, "minLength": {"type": "integer"}, "maxLength": {"type": "integer"}}, "required": ["type", "minLength", "maxLength"]}, "age": {"type": "object", "properties": {"type": {"type": "string"}, "minimum": {"type": "integer"}, "maximum": {"type": "integer"}}, "required": ["type", "minimum", "maximum"]}, "address": {"type": "object", "properties": {"type": {"type": "string"}, "required": {"type": "array", "items": {"type": "string"}}, "properties": {"type": "object", "properties": {"line1": {"type": "object", "properties": {"type": {"type": "string"}, "minLength": {"type": "integer"}, "maxLength": {"type": "integer"}}, "required": ["type", "minLength", "maxLength"]}, "line2": {"type": "object", "properties": {"type": {"type": "string"}, "minLength": {"type": "integer"}, "maxLength": {"type": "integer"}}, "required": ["type", "minLength", "maxLength"]}, "city": {"type": "object", "properties": {"type": {"type": "string"}, "minLength": {"type": "integer"}, "maxLength": {"type": "integer"}}, "required": ["type", "minLength", "maxLength"]}, "state": {"type": "object", "properties": {"type": {"type": "string"}, "minLength": {"type": "integer"}, "maxLength": {"type": "integer"}}, "required": ["type", "minLength", "maxLength"]}, "country": {"type": "object", "properties": {"type": {"type": "string"}, "minLength": {"type": "integer"}, "maxLength": {"type": "integer"}}, "required": ["type", "minLength", "maxLength"]}}, "required": ["line1", "line2", "city", "state", "country"]}}, "required": ["type", "required", "properties"]}}, "required": ["name", "age", "address"]}}, "required": ["$schema", "type", "required", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"$schema" : "http://json-schema.org/draft-07/schema#", "type" : "object", "required" : ["name", "address"], "properties" : {"name" : {"type" : "string", "minLength" : 1, "maxLength" : 32}, "age" : {"type" : "number", "minimum" : 0, "maximum" : 120}, "address" : {"type" : "object", "required" : ["line1", "line2", "city", "state", "country"], "properties" : {"line1" : {"type" : "string", "minLength" : 1, "maxLength" : 32}, "line2" : {"type" : "string", "minLength" : 1, "maxLength" : 32}, "city" : {"type" : "string", "minLength" : 1, "maxLength" : 32}, "state" : {"type" : "string", "minLength" : 1, "maxLength" : 32}, "country" : {"type" : "string", "minLength" : 1, "maxLength" : 64}}}}} | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "type": {"type": "string"}, "required": {"type": "array", "items": {"type": "string"}}, "properties": {"type": "object", "properties": {"name": {"type": "object", "properties": {"type": {"type": "string"}, "minLength": {"type": "integer"}, "maxLength": {"type": "integer"}}, "required": ["type", "minLength", "maxLength"]}, "age": {"type": "object", "properties": {"type": {"type": "string"}, "minimum": {"type": "integer"}, "maximum": {"type": "integer"}}, "required": ["type", "minimum", "maximum"]}, "address": {"type": "object", "properties": {"type": {"type": "string"}, "required": {"type": "array", "items": {"type": "string"}}, "properties": {"type": "object", "properties": {"line1": {"type": "object", "properties": {"type": {"type": "string"}, "minLength": {"type": "integer"}, "maxLength": {"type": "integer"}}, "required": ["type", "minLength", "maxLength"]}, "line2": {"type": "object", "properties": {"type": {"type": "string"}, "minLength": {"type": "integer"}, "maxLength": {"type": "integer"}}, "required": ["type", "minLength", "maxLength"]}, "city": {"type": "object", "properties": {"type": {"type": "string"}, "minLength": {"type": "integer"}, "maxLength": {"type": "integer"}}, "required": ["type", "minLength", "maxLength"]}, "state": {"type": "object", "properties": {"type": {"type": "string"}, "minLength": {"type": "integer"}, "maxLength": {"type": "integer"}}, "required": ["type", "minLength", "maxLength"]}, "country": {"type": "object", "properties": {"type": {"type": "string"}, "minLength": {"type": "integer"}, "maxLength": {"type": "integer"}}, "required": ["type", "minLength", "maxLength"]}}, "required": ["line1", "line2", "city", "state", "country"]}}, "required": ["type", "required", "properties"]}}, "required": ["name", "age", "address"]}}, "required": ["$schema", "type", "required", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_cd": {"type": "integer"}, "station_name": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["pref_cd", "line_cd", "line_name", "station_cd", "station_g_cd", "station_name", "lon", "lat"]}}}, "required": ["station"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"station" : [{"pref_cd" : 42, "line_cd" : 99916, "line_name" : "\u9577\u5d0e\u96fb\u8ecc\uff15\u7cfb\u7d71", "station_cd" : 9991610, "station_g_cd" : 9991610, "station_name" : "\u5927\u6d66\u6d77\u5cb8\u901a", "lon" : 129.870608, "lat" : 32.737861}]} | json_instruct | {"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_cd": {"type": "integer"}, "station_name": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["pref_cd", "line_cd", "line_name", "station_cd", "station_g_cd", "station_name", "lon", "lat"]}}}, "required": ["station"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"commands": {"type": "array", "items": {"type": "string"}}, "response_type": {"type": "string"}, "response": {"type": "string"}}, "required": ["commands", "response_type", "response"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"commands" : ["climb lotto ticket", "climb lotto", "climb ticket"], "response_type" : "display", "response" : "You can't climb a piece of paper."} | json_instruct | {"type": "object", "properties": {"commands": {"type": "array", "items": {"type": "string"}}, "response_type": {"type": "string"}, "response": {"type": "string"}}, "required": ["commands", "response_type", "response"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "YIHAO", "frequency" : 2, "gender" : "male"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"model": {"type": "string"}, "pk": {"type": "integer"}, "fields": {"type": "object", "properties": {"title_en": {"type": "string"}, "abstract_en": {"type": "string"}, "purpose_en": {"type": "null"}, "constraints_other_en": {"type": "null"}, "supplemental_information_en": {"type": "string"}, "data_quality_statement_en": {"type": "null"}, "zoom": {"type": "integer"}, "projection": {"type": "string"}, "center_x": {"type": "number"}, "center_y": {"type": "number"}, "last_modified": {"type": "string"}, "urlsuffix": {"type": "string"}, "featuredurl": {"type": "string"}, "tkeywords": {"type": "array", "items": {}}, "regions": {"type": "array", "items": {}}, "users_geolimits": {"type": "array", "items": {}}, "groups_geolimits": {"type": "array", "items": {}}}, "required": ["title_en", "abstract_en", "purpose_en", "constraints_other_en", "supplemental_information_en", "data_quality_statement_en", "zoom", "projection", "center_x", "center_y", "last_modified", "urlsuffix", "featuredurl", "tkeywords", "regions", "users_geolimits", "groups_geolimits"]}}, "required": ["model", "pk", "fields"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"model" : "maps.map", "pk" : 1002, "fields" : {"title_en" : "theaters_nyc_map", "abstract_en" : "", "purpose_en" : null, "constraints_other_en" : null, "supplemental_information_en" : "No information provided", "data_quality_statement_en" : null, "zoom" : 13, "projection" : "EPSG:3857", "center_x" : -73.87038966467539, "center_y" : 40.75871740302572, "last_modified" : "2021-03-08T11:21:01.939Z", "urlsuffix" : "", "featuredurl" : "", "tkeywords" : [], "regions" : [], "users_geolimits" : [], "groups_geolimits" : []}}, {"model" : "maps.map", "pk" : 1009, "fields" : {"title_en" : "composition_map", "abstract_en" : "", "purpose_en" : null, "constraints_other_en" : null, "supplemental_information_en" : "No information provided", "data_quality_statement_en" : null, "zoom" : 1, "projection" : "EPSG:3857", "center_x" : 145.848125, "center_y" : -41.18394632635833, "last_modified" : "2021-03-08T12:24:40.621Z", "urlsuffix" : "", "featuredurl" : "", "tkeywords" : [], "regions" : [], "users_geolimits" : [], "groups_geolimits" : []}}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"model": {"type": "string"}, "pk": {"type": "integer"}, "fields": {"type": "object", "properties": {"title_en": {"type": "string"}, "abstract_en": {"type": "string"}, "purpose_en": {"type": "null"}, "constraints_other_en": {"type": "null"}, "supplemental_information_en": {"type": "string"}, "data_quality_statement_en": {"type": "null"}, "zoom": {"type": "integer"}, "projection": {"type": "string"}, "center_x": {"type": "number"}, "center_y": {"type": "number"}, "last_modified": {"type": "string"}, "urlsuffix": {"type": "string"}, "featuredurl": {"type": "string"}, "tkeywords": {"type": "array", "items": {}}, "regions": {"type": "array", "items": {}}, "users_geolimits": {"type": "array", "items": {}}, "groups_geolimits": {"type": "array", "items": {}}}, "required": ["title_en", "abstract_en", "purpose_en", "constraints_other_en", "supplemental_information_en", "data_quality_statement_en", "zoom", "projection", "center_x", "center_y", "last_modified", "urlsuffix", "featuredurl", "tkeywords", "regions", "users_geolimits", "groups_geolimits"]}}, "required": ["model", "pk", "fields"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "cheerio": {"type": "string"}, "dotenv": {"type": "string"}, "https-proxy-agent": {"type": "string"}, "node-fetch": {"type": "string"}, "puppeteer": {"type": "string"}}, "required": ["axios", "cheerio", "dotenv", "https-proxy-agent", "node-fetch", "puppeteer"]}, "devDependencies": {"type": "object", "properties": {"@types/dotenv": {"type": "string"}, "@types/node": {"type": "string"}, "@types/node-fetch": {"type": "string"}, "@types/puppeteer": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/dotenv", "@types/node", "@types/node-fetch", "@types/puppeteer", "typescript"]}, "name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "description": {"type": "string"}}, "required": ["dependencies", "devDependencies", "name", "version", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"dependencies" : {"axios" : "^0.24.0", "cheerio" : "^1.0.0-rc.10", "dotenv" : "^11.0.0", "https-proxy-agent" : "^5.0.0", "node-fetch" : "^2.6.6", "puppeteer" : "^13.0.1"}, "devDependencies" : {"@types/dotenv" : "^8.2.0", "@types/node" : "^17.0.8", "@types/node-fetch" : "^3.0.3", "@types/puppeteer" : "^5.4.4", "typescript" : "^4.5.4"}, "name" : "jordan-scrapes-with-scrapingbee", "version" : "1.0.0", "main" : "index.js", "scripts" : {"start" : "rm -rf ./dist && tsc && node ./dist/index"}, "repository" : {"type" : "git", "url" : "git+https://github.com/cobalt-intelligence/jordan-scrapes-with-scrapingbee.git"}, "author" : "", "license" : "ISC", "bugs" : {"url" : "https://github.com/cobalt-intelligence/jordan-scrapes-with-scrapingbee/issues"}, "homepage" : "https://github.com/cobalt-intelligence/jordan-scrapes-with-scrapingbee#readme", "description" : ""} | json_instruct | {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "cheerio": {"type": "string"}, "dotenv": {"type": "string"}, "https-proxy-agent": {"type": "string"}, "node-fetch": {"type": "string"}, "puppeteer": {"type": "string"}}, "required": ["axios", "cheerio", "dotenv", "https-proxy-agent", "node-fetch", "puppeteer"]}, "devDependencies": {"type": "object", "properties": {"@types/dotenv": {"type": "string"}, "@types/node": {"type": "string"}, "@types/node-fetch": {"type": "string"}, "@types/puppeteer": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/dotenv", "@types/node", "@types/node-fetch", "@types/puppeteer", "typescript"]}, "name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "description": {"type": "string"}}, "required": ["dependencies", "devDependencies", "name", "version", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "description"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"year" : 1994, "sex" : "F", "n" : 8, "prop" : 4.1e-06}, {"year" : 1995, "sex" : "F", "n" : 14, "prop" : 7.29e-06}, {"year" : 1996, "sex" : "F", "n" : 15, "prop" : 7.83e-06}, {"year" : 1997, "sex" : "F", "n" : 29, "prop" : 0}, {"year" : 1998, "sex" : "F", "n" : 25, "prop" : 0}, {"year" : 1999, "sex" : "F", "n" : 53, "prop" : 0}, {"year" : 2000, "sex" : "F", "n" : 70, "prop" : 0}, {"year" : 2001, "sex" : "F", "n" : 99, "prop" : 0}, {"year" : 2002, "sex" : "F", "n" : 134, "prop" : 0.0001}, {"year" : 2003, "sex" : "F", "n" : 150, "prop" : 0.0001}, {"year" : 2004, "sex" : "F", "n" : 163, "prop" : 0.0001}, {"year" : 2005, "sex" : "F", "n" : 180, "prop" : 0.0001}, {"year" : 2006, "sex" : "F", "n" : 230, "prop" : 0.0001}, {"year" : 2007, "sex" : "F", "n" : 221, "prop" : 0.0001}, {"year" : 2008, "sex" : "F", "n" : 210, "prop" : 0.0001}, {"year" : 2009, "sex" : "F", "n" : 214, "prop" : 0.0001}, {"year" : 2010, "sex" : "F", "n" : 163, "prop" : 0.0001}, {"year" : 2011, "sex" : "F", "n" : 160, "prop" : 0.0001}, {"year" : 2012, "sex" : "F", "n" : 132, "prop" : 0.0001}, {"year" : 2013, "sex" : "F", "n" : 97, "prop" : 0.0001}, {"year" : 2014, "sex" : "F", "n" : 115, "prop" : 0.0001}, {"year" : 2015, "sex" : "F", "n" : 91, "prop" : 0}, {"year" : 2016, "sex" : "F", "n" : 101, "prop" : 0.0001}, {"year" : 2017, "sex" : "F", "n" : 99, "prop" : 0.0001}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"n_dim" : 55, "n_trials" : 80, "objective" : "markowitz_skew_on_cube", "white" : "optuna_random_clone_1", "black" : "bobyqa_default", "traceback" : ["passing", "passing"], "best_val" : [21.417436871635537, 25.840924031853493], "best_x" : [[0.6948116097562096, 0.11450536032018721, 0.29159796537426774, 0.5063152127323465, 0.15860619321491543, 0.33159388328089445, 0.1931790858908895, 0.6305157036995114, 0.33899819284770283, 0.8422055713275964, 0.3752474492254908, 0.7686549692344321, 0.4661034765380231, 0.8595440084720506, 0.626020545576842, 0.0743421563921195, 0.17718503762064564, 0.3085555409418911, 0.2943618602043656, 0.31137065425898725, 0.5515738678964848, 0.2127289529860561, 0.47054375750390465, 0.20885398782299747, 0.08905913419800204, 0.04654875975241102, 0.058746213470066255, 0.40688962095872516, 0.7698713610897253, 0.10980723948214954, 0.5871558674574521, 0.06438720299323775, 0.4621671972667699, 0.6055294154621641, 0.017258407944934717, 0.6248595719116, 0.8653681454248674, 0.10467390520881248, 0.024747971772430932, 0.37586996425147234, 0.5999264463224401, 0.4103998351109954, 0.8849701132357471, 0.9764318150732438, 0.850148617592281, 0.2967418946848934, 0.3376811860033253, 0.890057473925795, 0.48005627513314797, 0.2450733662849589, 0.19362509291326413, 0.26960007204829994, 0.2912220171327884, 0.26933496764636244, 0.9718826546994078], [0.4, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5]], "feval_count" : [80, 80], "n_trials_instructed" : [80, 80], "passing" : [true, true], "completed" : true, "points" : 1.0, "winner" : "optuna_random_clone_1", "loser" : "bobyqa_default"} | json_instruct | {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}, "urltweet": {"type": "string"}}, "required": ["text", "created", "type", "urltweet"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"text" : "<a href=\"https://twitter.com/davewiner/status/998769405390712837\">Poll</a>: Which teams will be in the NBA Finals?", "created" : "Tue, 22 May 2018 03:36:42 GMT", "type" : "outline", "urltweet" : "https://twitter.com/davewiner/status/998769405390712837"} | json_instruct | {"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}, "urltweet": {"type": "string"}}, "required": ["text", "created", "type", "urltweet"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[137.875, 40.083333333333336], [137.875, 40.166666666666664], [138.0, 40.166666666666664], [138.0, 40.083333333333336], [137.875, 40.083333333333336]]]}, "properties" : {"code" : 603717, "url" : "http://madefor.github.io/0410/api/v1/603717.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/603717.geojson"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"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"]}, "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", "heading"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"text" : "For the purposes of this chapter, the term \"terminal condition\" means an incurable condition caused by injury, disease, or illness, which, regardless of the application of life-sustaining procedures, would, within reasonable medical judgment, produce death within 6 months or less.", "historical" : "Prior Codifications\n\n1981 Ed., \u00a7 3-1101.\n\nLegislative History of Laws\n\nLaw 7-210, the \"D.C. General Hospital Hospice Program Establishment Act of 1988,\" was introduced in Council and assigned Bill No. 7-147, which was referred to the Committee on Human Services. The Bill was adopted on first and second readings on November 29, 1988 and December 13, 1988, respectively. Signed by the Mayor on January 6, 1989, it was assigned Act No. 7-281 and transmitted to both Houses of Congress for its review.\n\nEditor's Notes\n\nAs enacted by D.C. Law 7-210, \u00a7 2, this section contained the subdivision designation \"(1).\" As this material contained no other subdivision designations, the designation \"(1)\" has been deleted for stylistic consistency.\n\nDC CODE \u00a7 4-1101\n\nCurrent through December 11, 2012", "credits" : "(Mar. 16, 1989, D.C. Law 7-210, \u00a7 2, 36 DCR 478.)", "sections" : [], "division" : {"identifier" : "I", "text" : "Government of District."}, "title" : {"identifier" : "4", "text" : "Public Care Systems. (Refs & Annos)"}, "chapter" : {"identifier" : "11", "text" : "D.C. General Hospital Hospice Program."}, "heading" : {"title" : "4", "chaptersection" : "1101", "identifier" : "4-1101", "catch_text" : "Definition."}} | 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"]}, "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", "heading"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"accession_number": {"type": "string"}, "actors": {"type": "array", "items": {}}, "creation_date": {"type": "null"}, "credit_line": {"type": "string"}, "cultures": {"type": "array", "items": {}}, "dimensions": {"type": "string"}, "dynasty": {"type": "null"}, "images": {"type": "array", "items": {}}, "irn": {"type": "integer"}, "materials": {"type": "string"}, "on_view": {"type": "boolean"}, "period": {"type": "null"}, "printers": {"type": "array", "items": {}}, "publishers": {"type": "array", "items": {}}, "rights": {"type": "null"}, "title": {"type": "string"}}, "required": ["accession_number", "actors", "creation_date", "credit_line", "cultures", "dimensions", "dynasty", "images", "irn", "materials", "on_view", "period", "printers", "publishers", "rights", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"accession_number" : "08.146", "actors" : [], "creation_date" : null, "credit_line" : "John Herron Bequest", "cultures" : [], "dimensions" : "12 1/4 x 4 3/4 x 5 in.", "dynasty" : null, "images" : [], "irn" : 47164, "materials" : "leather, wood", "on_view" : false, "period" : null, "printers" : [], "publishers" : [], "rights" : null, "title" : "accordion"} | json_instruct | {"type": "object", "properties": {"accession_number": {"type": "string"}, "actors": {"type": "array", "items": {}}, "creation_date": {"type": "null"}, "credit_line": {"type": "string"}, "cultures": {"type": "array", "items": {}}, "dimensions": {"type": "string"}, "dynasty": {"type": "null"}, "images": {"type": "array", "items": {}}, "irn": {"type": "integer"}, "materials": {"type": "string"}, "on_view": {"type": "boolean"}, "period": {"type": "null"}, "printers": {"type": "array", "items": {}}, "publishers": {"type": "array", "items": {}}, "rights": {"type": "null"}, "title": {"type": "string"}}, "required": ["accession_number", "actors", "creation_date", "credit_line", "cultures", "dimensions", "dynasty", "images", "irn", "materials", "on_view", "period", "printers", "publishers", "rights", "title"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following 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" : 58269, "cartId" : "32e743f5-d5d1-47aa-aec4-1e95a4231905", "preferredProducts" : [110, 3454, 1393, 2406], "productReviews" : [{"productId" : 4439, "reviewText" : "I saw one of these in Libya and I bought one.", "reviewDate" : "2016-08-29T07:09:05.5296013+03:00"}, {"productId" : 4257, "reviewText" : "It only works when I'm Samoa.", "reviewDate" : "2018-10-10T23:24:58.5942636+03:00"}, {"productId" : 2038, "reviewText" : "My dog loves to play with it.", "reviewDate" : "2018-01-29T12:22:38.6031241+02:00"}, {"productId" : 1028, "reviewText" : "It only works when I'm Juan de Nova Island.", "reviewDate" : "2016-10-09T05:41:53.0923816+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#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"variants" : {"" : {"model" : "essence:block/essence_wood_plank"}}} | json_instruct | {"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$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"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "peerDependencies": {"type": "object", "properties": {"@angular/common": {"type": "string"}, "@angular/core": {"type": "string"}, "@angular/router": {"type": "string"}, "rxjs": {"type": "string"}}, "required": ["@angular/common", "@angular/core", "@angular/router", "rxjs"]}, "main": {"type": "string"}, "module": {"type": "string"}, "es2015": {"type": "string"}, "esm5": {"type": "string"}, "esm2015": {"type": "string"}, "fesm5": {"type": "string"}, "fesm2015": {"type": "string"}, "typings": {"type": "string"}, "metadata": {"type": "string"}, "sideEffects": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"tslib": {"type": "string"}}, "required": ["tslib"]}}, "required": ["name", "version", "repository", "author", "license", "peerDependencies", "main", "module", "es2015", "esm5", "esm2015", "fesm5", "fesm2015", "typings", "metadata", "sideEffects", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "ngx-tour-core", "version" : "4.0.1", "repository" : "https://github.com/isaacplmann/ngx-tour.git", "author" : "Isaac Mann <isaacplmann@gmail.com>", "license" : "MIT", "peerDependencies" : {"@angular/common" : "^8.1.2", "@angular/core" : "^8.1.2", "@angular/router" : "^8.1.2", "rxjs" : "^6.5.2"}, "main" : "bundles/ngx-tour-core.umd.js", "module" : "fesm5/ngx-tour-core.js", "es2015" : "fesm2015/ngx-tour-core.js", "esm5" : "esm5/ngx-tour-core.js", "esm2015" : "esm2015/ngx-tour-core.js", "fesm5" : "fesm5/ngx-tour-core.js", "fesm2015" : "fesm2015/ngx-tour-core.js", "typings" : "ngx-tour-core.d.ts", "metadata" : "ngx-tour-core.metadata.json", "sideEffects" : false, "dependencies" : {"tslib" : "^1.9.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "peerDependencies": {"type": "object", "properties": {"@angular/common": {"type": "string"}, "@angular/core": {"type": "string"}, "@angular/router": {"type": "string"}, "rxjs": {"type": "string"}}, "required": ["@angular/common", "@angular/core", "@angular/router", "rxjs"]}, "main": {"type": "string"}, "module": {"type": "string"}, "es2015": {"type": "string"}, "esm5": {"type": "string"}, "esm2015": {"type": "string"}, "fesm5": {"type": "string"}, "fesm2015": {"type": "string"}, "typings": {"type": "string"}, "metadata": {"type": "string"}, "sideEffects": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"tslib": {"type": "string"}}, "required": ["tslib"]}}, "required": ["name", "version", "repository", "author", "license", "peerDependencies", "main", "module", "es2015", "esm5", "esm2015", "fesm5", "fesm2015", "typings", "metadata", "sideEffects", "dependencies"], "$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"}, "defined": {"type": "object", "properties": {"spec": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "url"]}, "fragment": {"type": "string"}, "href": {"type": "string"}}, "required": ["spec", "fragment", "href"]}, "extended": {"type": "array", "items": {}}, "includes": {"type": "array", "items": {}}}, "required": ["name", "defined", "extended", "includes"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "ParityType", "defined" : {"spec" : {"title" : "Web Serial API", "url" : "https://wicg.github.io/serial/"}, "fragment" : "enum ParityType {\n \"none\",\n \"even\",\n \"odd\"\n};", "href" : "https://wicg.github.io/serial/#dom-paritytype"}, "extended" : [], "includes" : []} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "defined": {"type": "object", "properties": {"spec": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "url"]}, "fragment": {"type": "string"}, "href": {"type": "string"}}, "required": ["spec", "fragment", "href"]}, "extended": {"type": "array", "items": {}}, "includes": {"type": "array", "items": {}}}, "required": ["name", "defined", "extended", "includes"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "spec_version": {"type": "string"}, "objects": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "created_by_ref": {"type": "string"}, "created": {"type": "string"}, "modified": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "object_marking_refs": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "id", "created_by_ref", "created", "modified", "name", "description", "object_marking_refs"]}}}, "required": ["type", "id", "spec_version", "objects"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "bundle", "id" : "bundle--e60b7aab-7587-489a-a4f3-929a8fb7c399", "spec_version" : "2.0", "objects" : [{"type" : "course-of-action", "id" : "course-of-action--6e1bbba5-6253-4a97-ac80-dba8e3023bf6", "created_by_ref" : "identity--31f421d4-bb36-4dbf-9dfc-c116a91de14b", "created" : "2014-06-23T00:00:00.000Z", "modified" : "2014-06-23T00:00:00.000Z", "name" : "coa-500-0", "description" : "The only known mitigation to this type of attack is to keep the malicious application off the system. There is nothing that can be done to the target application to protect itself from a malicious application that has been installed and executed.", "object_marking_refs" : ["marking-definition--b345b2a9-b539-4d88-8a9a-1ebcc9f77507"]}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "spec_version": {"type": "string"}, "objects": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "created_by_ref": {"type": "string"}, "created": {"type": "string"}, "modified": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "object_marking_refs": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "id", "created_by_ref", "created", "modified", "name", "description", "object_marking_refs"]}}}, "required": ["type", "id", "spec_version", "objects"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"stationGroupId" : 1163633, "stations" : ["1163633"]} | json_instruct | {"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$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"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "postinstall": {"type": "string"}}, "required": ["start", "postinstall"]}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "body-parser": {"type": "string"}, "mongodb": {"type": "string"}, "parse": {"type": "string"}, "parse-cloud-express": {"type": "string"}, "multer": {"type": "string"}, "jsonfile": {"type": "string"}}, "required": ["express", "body-parser", "mongodb", "parse", "parse-cloud-express", "multer", "jsonfile"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}}, "required": ["name", "version", "description", "main", "scripts", "dependencies", "engines"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Parse-Cloud-Code-Heroku", "version" : "1.0.0", "description" : "Migrating Cloud Code to Heroku with Express", "main" : "server", "scripts" : {"start" : "NODE_PATH=$NODE_PATH:./lib node server.js", "postinstall" : "NODE_PATH=$NODE_PATH:./lib node scripts/register-webhooks.js"}, "dependencies" : {"express" : "~4.9.x", "body-parser" : "~1.12.4", "mongodb" : "~2.0.33", "parse" : "~1.6", "parse-cloud-express" : "~1.0", "multer" : "~0.1.8", "jsonfile" : "~2.2.3"}, "engines" : {"node" : "0.12.2"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "postinstall": {"type": "string"}}, "required": ["start", "postinstall"]}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "body-parser": {"type": "string"}, "mongodb": {"type": "string"}, "parse": {"type": "string"}, "parse-cloud-express": {"type": "string"}, "multer": {"type": "string"}, "jsonfile": {"type": "string"}}, "required": ["express", "body-parser", "mongodb", "parse", "parse-cloud-express", "multer", "jsonfile"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}}, "required": ["name", "version", "description", "main", "scripts", "dependencies", "engines"], "$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.