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": {"name": {"type": "string"}, "achievementgroup": {"type": "string"}, "ishidden": {"type": "boolean"}, "sortorder": {"type": "integer"}, "stages": {"type": "integer"}, "stage1": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "progress": {"type": "integer"}, "reward": {"type": "object", "properties": {"name": {"type": "string"}, "count": {"type": "integer"}}, "required": ["name", "count"]}}, "required": ["title", "description", "progress", "reward"]}}, "required": ["name", "achievementgroup", "ishidden", "sortorder", "stages", "stage1"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Ph\u00f2ng Tuy\u1ebfn \u0110\u00e1ng Tin C\u1ee7a Th\u1ea7n T\u01b0\u1ee3ng", "achievementgroup" : "K\u00fd \u1ee8c V\u1ec1 Tr\u00e1i Tim", "ishidden" : true, "sortorder" : 6210, "stages" : 1, "stage1" : {"title" : "Ph\u00f2ng Tuy\u1ebfn \u0110\u00e1ng Tin C\u1ee7a Th\u1ea7n T\u01b0\u1ee3ng", "description" : "Khuy\u00ean Albert v\u00e0 ng\u01b0\u1eddi h\u00e2m m\u1ed9 Barbara r\u1eddi \u0111i th\u00e0nh c\u00f4ng.", "progress" : 1, "reward" : {"name" : "Nguy\u00ean Th\u1ea1ch", "count" : 5}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "achievementgroup": {"type": "string"}, "ishidden": {"type": "boolean"}, "sortorder": {"type": "integer"}, "stages": {"type": "integer"}, "stage1": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "progress": {"type": "integer"}, "reward": {"type": "object", "properties": {"name": {"type": "string"}, "count": {"type": "integer"}}, "required": ["name", "count"]}}, "required": ["title", "description", "progress", "reward"]}}, "required": ["name", "achievementgroup", "ishidden", "sortorder", "stages", "stage1"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"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": {}}, "mergeable": {"type": "null"}, "mergeable_state": {"type": "string"}, "merged": {"type": "boolean"}, "merged_at": {"type": "string"}, "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/\"4e48b063d97130255a642ad3a889fd3cd11a96fd683b275a0e585258a6722750\"", "Last-Modified" : "Tue, 09 Mar 2021 06:16:06 GMT", "base" : {"repo" : {"name" : "atomate-feedstock"}}, "closed_at" : "2021-03-09T06:16:04Z", "created_at" : "2021-03-08T22:14:38Z", "draft" : false, "head" : {"ref" : "this_is_not_a_branch"}, "html_url" : "https://github.com/conda-forge/atomate-feedstock/pull/7", "id" : 587146939, "labels" : [], "mergeable" : null, "mergeable_state" : "unknown", "merged" : true, "merged_at" : "2021-03-09T06:16:04Z", "number" : 7, "state" : "closed", "updated_at" : "2021-03-09T06:16: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": {}}, "mergeable": {"type": "null"}, "mergeable_state": {"type": "string"}, "merged": {"type": "boolean"}, "merged_at": {"type": "string"}, "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#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"xmin": {"type": "array", "items": {"type": "integer"}}, "xmax": {"type": "array", "items": {"type": "integer"}}, "ymin": {"type": "array", "items": {"type": "integer"}}, "ymax": {"type": "array", "items": {"type": "integer"}}}, "required": ["xmin", "xmax", "ymin", "ymax"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"xmin" : [271, 469, 874, 948, 395, 364, 261], "xmax" : [331, 506, 930, 1060, 475, 405, 308], "ymin" : [174, 581, 917, 480, 583, 692, 36], "ymax" : [207, 664, 965, 509, 637, 754, 86]} | json_instruct | {"type": "object", "properties": {"xmin": {"type": "array", "items": {"type": "integer"}}, "xmax": {"type": "array", "items": {"type": "integer"}}, "ymin": {"type": "array", "items": {"type": "integer"}}, "ymax": {"type": "array", "items": {"type": "integer"}}}, "required": ["xmin", "xmax", "ymin", "ymax"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "Masculinist", "definitions" : ["An advocate of the rights or needs of men."], "parts-of-speech" : "Noun"} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"C": {"type": "integer"}, "Makefile": {"type": "integer"}}, "required": ["C", "Makefile"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"C" : 16235, "Makefile" : 599} | json_instruct | {"type": "object", "properties": {"C": {"type": "integer"}, "Makefile": {"type": "integer"}}, "required": ["C", "Makefile"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": "string"}, "isbn-13": {"type": "string"}, "pages": {"type": "string"}, "publication date": {"type": "string"}, "publisher": {"type": "string"}, "size": {"type": "string"}}, "required": ["authors", "format", "isbn-10", "isbn-13", "pages", "publication date", "publisher", "size"]}, "img": {"type": "string"}, "link": {"type": "string"}, "title": {"type": "string"}}, "required": ["categories", "desc", "details", "img", "link", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"categories" : ["Manual"], "desc" : "\n", "details" : {"authors" : "Jacobo Rodr\u00edguez", "format" : "pdf", "isbn-10" : "1849698007", "isbn-13" : "978-1849698009", "pages" : "116 pages", "publication date" : "December 26, 2013", "publisher" : "Packt Publishing", "size" : "3.44Mb"}, "img" : "http://23.95.221.108/covers/af/af4c9a8844cd73a10437717e58cd444f.jpg", "link" : "https://rapidhosting.info/files/doc", "title" : "GLSL Essentials"} | json_instruct | {"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": "string"}, "isbn-13": {"type": "string"}, "pages": {"type": "string"}, "publication date": {"type": "string"}, "publisher": {"type": "string"}, "size": {"type": "string"}}, "required": ["authors", "format", "isbn-10", "isbn-13", "pages", "publication date", "publisher", "size"]}, "img": {"type": "string"}, "link": {"type": "string"}, "title": {"type": "string"}}, "required": ["categories", "desc", "details", "img", "link", "title"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"ParameterKey": {"type": "string"}, "ParameterValue": {"type": "string"}}, "required": ["ParameterKey", "ParameterValue"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"ParameterKey" : "ASGMinSize", "ParameterValue" : "2"}, {"ParameterKey" : "ASGMaxSize", "ParameterValue" : "4"}, {"ParameterKey" : "ASGDesiredCapacity", "ParameterValue" : "2"}, {"ParameterKey" : "VPCID", "ParameterValue" : "vpc-b0359bac"}, {"ParameterKey" : "ELBSubnets", "ParameterValue" : "subnet-a0246dcd,subnet-b0359bac"}, {"ParameterKey" : "WorkloadSubnets", "ParameterValue" : "subnet-a0246dcd,subnet-b0359bac"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"ParameterKey": {"type": "string"}, "ParameterValue": {"type": "string"}}, "required": ["ParameterKey", "ParameterValue"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"ng2-bootstrap.umd.js": {"type": "string"}, "ng2-bootstrap.umd.min.js": {"type": "string"}}, "required": ["ng2-bootstrap.umd.js", "ng2-bootstrap.umd.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ng2-bootstrap.umd.js" : "sha512-hFbgSAhTyb1EXs6xeABhlTd1xNHeERTsIuvo1559uznmNBNAb+Gxaf6Kd3+f4d73uojuroDGielsv/2RMGMjRw==", "ng2-bootstrap.umd.min.js" : "sha512-Gu1MTI9vzOVVhr8g21FMmjovdzKGWdfByoHqyf7mCZD+AVLcglT/iYWLd80pm3NcCjfjsXV6txBxCYn6Q/tXFQ=="} | json_instruct | {"type": "object", "properties": {"ng2-bootstrap.umd.js": {"type": "string"}, "ng2-bootstrap.umd.min.js": {"type": "string"}}, "required": ["ng2-bootstrap.umd.js", "ng2-bootstrap.umd.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"subreddit": {"type": "string"}, "hour": {"type": "string"}, "avg": {"type": "number"}}, "required": ["subreddit", "hour", "avg"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"subreddit" : "GTA", "hour" : "01", "avg" : 19.681818181818183}, {"subreddit" : "GTA", "hour" : "02", "avg" : 45.13636363636363}, {"subreddit" : "GTA", "hour" : "03", "avg" : 13.173913043478262}, {"subreddit" : "GTA", "hour" : "04", "avg" : 2.230769230769231}, {"subreddit" : "GTA", "hour" : "05", "avg" : 11.833333333333334}, {"subreddit" : "GTA", "hour" : "06", "avg" : 15.681818181818182}, {"subreddit" : "GTA", "hour" : "07", "avg" : 45.0}, {"subreddit" : "GTA", "hour" : "08", "avg" : 37.27272727272727}, {"subreddit" : "GTA", "hour" : "09", "avg" : 71.42857142857143}, {"subreddit" : "GTA", "hour" : "10", "avg" : 2.0714285714285716}, {"subreddit" : "GTA", "hour" : "11", "avg" : 15.0}, {"subreddit" : "GTA", "hour" : "12", "avg" : 19.428571428571427}, {"subreddit" : "GTA", "hour" : "13", "avg" : 58.76}, {"subreddit" : "GTA", "hour" : "14", "avg" : 17.36}, {"subreddit" : "GTA", "hour" : "15", "avg" : 45.6}, {"subreddit" : "GTA", "hour" : "16", "avg" : 15.88888888888889}, {"subreddit" : "GTA", "hour" : "17", "avg" : 29.903225806451612}, {"subreddit" : "GTA", "hour" : "18", "avg" : 31.285714285714285}, {"subreddit" : "GTA", "hour" : "19", "avg" : 30.428571428571427}, {"subreddit" : "GTA", "hour" : "20", "avg" : 17.92105263157895}, {"subreddit" : "GTA", "hour" : "21", "avg" : 29.46153846153846}, {"subreddit" : "GTA", "hour" : "22", "avg" : 48.476190476190474}, {"subreddit" : "GTA", "hour" : "23", "avg" : 2.2083333333333335}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"subreddit": {"type": "string"}, "hour": {"type": "string"}, "avg": {"type": "number"}}, "required": ["subreddit", "hour", "avg"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"715948f-a": {"type": "object", "properties": {"width": {"type": "integer"}, "image_url": {"type": "string"}, "title": {"type": "string"}, "date": {"type": "string"}, "text": {"type": "string"}, "folder": {"type": "string"}, "thumb_url": {"type": "string"}, "original_title": {"type": "string"}, "height": {"type": "integer"}}, "required": ["width", "image_url", "title", "date", "text", "folder", "thumb_url", "original_title", "height"]}, "715948f-b": {"type": "object", "properties": {"width": {"type": "integer"}, "image_url": {"type": "string"}, "title": {"type": "string"}, "date": {"type": "string"}, "text": {"type": "string"}, "folder": {"type": "string"}, "thumb_url": {"type": "string"}, "original_title": {"type": "string"}, "height": {"type": "integer"}}, "required": ["width", "image_url", "title", "date", "text", "folder", "thumb_url", "original_title", "height"]}}, "required": ["715948f-a", "715948f-b"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"715948f-a" : {"width" : 600, "image_url" : "http://oldnyc-assets.nypl.org/600px/715948f-a.jpg", "title" : "", "date" : "1932", "text" : "(1)\n110-114 Amsterdam avenue, at and adjoining the S. W. corner of 65th Street. These are frame houses of which the two large ones have a stucco front.\n1932.\nJ. Clarence Davies,\nNegative No. 507,\n(2)\nAnother view of the same.\n1932.\nJ. Clarence Davies Collection, Museum of the City of New York.\nNegative No. 497.\n", "folder" : "Amsterdam Avenue & 65th Street, Manhattan, NY", "thumb_url" : "http://oldnyc-assets.nypl.org/thumb/715948f-a.jpg", "original_title" : "Manhattan: Amsterdam Avenue - 65th Street", "height" : 395}, "715948f-b" : {"width" : 600, "image_url" : "http://oldnyc-assets.nypl.org/600px/715948f-b.jpg", "title" : "", "date" : "1932", "text" : "(1)\n110-114 Amsterdam avenue, at and adjoining the S. W. corner of 65th Street. These are frame houses of which the two large ones have a stucco front.\n1932.\nJ. Clarence Davies,\nNegative No. 507,\n(2)\nAnother view of the same.\n1932.\nJ. Clarence Davies Collection, Museum of the City of New York.\nNegative No. 497.\n", "folder" : "Amsterdam Avenue & 65th Street, Manhattan, NY", "thumb_url" : "http://oldnyc-assets.nypl.org/thumb/715948f-b.jpg", "original_title" : "Manhattan: Amsterdam Avenue - 65th Street", "height" : 396}} | json_instruct | {"type": "object", "properties": {"715948f-a": {"type": "object", "properties": {"width": {"type": "integer"}, "image_url": {"type": "string"}, "title": {"type": "string"}, "date": {"type": "string"}, "text": {"type": "string"}, "folder": {"type": "string"}, "thumb_url": {"type": "string"}, "original_title": {"type": "string"}, "height": {"type": "integer"}}, "required": ["width", "image_url", "title", "date", "text", "folder", "thumb_url", "original_title", "height"]}, "715948f-b": {"type": "object", "properties": {"width": {"type": "integer"}, "image_url": {"type": "string"}, "title": {"type": "string"}, "date": {"type": "string"}, "text": {"type": "string"}, "folder": {"type": "string"}, "thumb_url": {"type": "string"}, "original_title": {"type": "string"}, "height": {"type": "integer"}}, "required": ["width", "image_url", "title", "date", "text", "folder", "thumb_url", "original_title", "height"]}}, "required": ["715948f-a", "715948f-b"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "type": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "ext-curl": {"type": "string"}}, "required": ["php", "ext-curl"]}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "minimum-stability": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Xrjyz\\Curl\\": {"type": "string"}}, "required": ["Xrjyz\\Curl\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "keywords", "homepage", "type", "require", "license", "authors", "minimum-stability", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "xrjyz/curl", "description" : "\u4e00\u4e2a\u8f7b\u91cf\u7ea7\u7684PHP\u7f51\u7edc\u64cd\u4f5c\u7c7b\uff0c\u5b9e\u73b0GET\u3001POST\u3001UPLOAD\u3001DOWNLOAD\u5e38\u7528\u64cd\u4f5c\uff0c\u51fa\u9519\u81ea\u52a8\u91cd\u8bd5\uff0c\u652f\u6301\u94fe\u5f0f\u5199\u6cd5", "keywords" : ["php curl", "curl upload", "curl download", "curl post", "curl library", "curl lightweight"], "homepage" : "https://github.com/xrjyz/curl", "type" : "library", "require" : {"php" : ">=5.1", "ext-curl" : "*"}, "license" : "MIT", "authors" : [{"name" : "xrjyz", "email" : "18739912538@163.com"}], "minimum-stability" : "stable", "autoload" : {"psr-4" : {"Xrjyz\\Curl\\" : "src/"}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "type": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "ext-curl": {"type": "string"}}, "required": ["php", "ext-curl"]}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "minimum-stability": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Xrjyz\\Curl\\": {"type": "string"}}, "required": ["Xrjyz\\Curl\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "keywords", "homepage", "type", "require", "license", "authors", "minimum-stability", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"user": {"type": "string"}, "repos": {"type": "integer"}, "login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "url": {"type": "string"}, "html_url": {"type": "string"}, "followers_url": {"type": "string"}, "following_url": {"type": "string"}, "gists_url": {"type": "string"}, "starred_url": {"type": "string"}, "subscriptions_url": {"type": "string"}, "organizations_url": {"type": "string"}, "repos_url": {"type": "string"}, "events_url": {"type": "string"}, "received_events_url": {"type": "string"}, "type": {"type": "string"}, "site_admin": {"type": "boolean"}, "name": {"type": "string"}, "company": {"type": "null"}, "blog": {"type": "string"}, "location": {"type": "null"}, "email": {"type": "string"}, "hireable": {"type": "boolean"}, "bio": {"type": "null"}, "public_repos": {"type": "integer"}, "public_gists": {"type": "integer"}, "followers": {"type": "integer"}, "following": {"type": "integer"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["user", "repos", "login", "id", "avatar_url", "url", "html_url", "followers_url", "following_url", "gists_url", "starred_url", "subscriptions_url", "organizations_url", "repos_url", "events_url", "received_events_url", "type", "site_admin", "name", "company", "blog", "location", "email", "hireable", "bio", "public_repos", "public_gists", "followers", "following", "created_at", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"user" : "N3TC4T", "repos" : 1, "login" : "N3TC4T", "id" : 6250203, "avatar_url" : "https://avatars0.githubusercontent.com/u/6250203?v=3", "url" : "https://api.github.com/users/N3TC4T", "html_url" : "https://github.com/N3TC4T", "followers_url" : "https://api.github.com/users/N3TC4T/followers", "following_url" : "https://api.github.com/users/N3TC4T/following{/other_user}", "gists_url" : "https://api.github.com/users/N3TC4T/gists{/gist_id}", "starred_url" : "https://api.github.com/users/N3TC4T/starred{/owner}{/repo}", "subscriptions_url" : "https://api.github.com/users/N3TC4T/subscriptions", "organizations_url" : "https://api.github.com/users/N3TC4T/orgs", "repos_url" : "https://api.github.com/users/N3TC4T/repos", "events_url" : "https://api.github.com/users/N3TC4T/events{/privacy}", "received_events_url" : "https://api.github.com/users/N3TC4T/received_events", "type" : "User", "site_admin" : false, "name" : "NETCAT", "company" : null, "blog" : "n3tc4t.github.io", "location" : null, "email" : "netcat.av@gmail.com", "hireable" : true, "bio" : null, "public_repos" : 7, "public_gists" : 0, "followers" : 12, "following" : 5, "created_at" : "2013-12-23T22:07:54Z", "updated_at" : "2017-02-03T17:01:19Z"} | json_instruct | {"type": "object", "properties": {"user": {"type": "string"}, "repos": {"type": "integer"}, "login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "url": {"type": "string"}, "html_url": {"type": "string"}, "followers_url": {"type": "string"}, "following_url": {"type": "string"}, "gists_url": {"type": "string"}, "starred_url": {"type": "string"}, "subscriptions_url": {"type": "string"}, "organizations_url": {"type": "string"}, "repos_url": {"type": "string"}, "events_url": {"type": "string"}, "received_events_url": {"type": "string"}, "type": {"type": "string"}, "site_admin": {"type": "boolean"}, "name": {"type": "string"}, "company": {"type": "null"}, "blog": {"type": "string"}, "location": {"type": "null"}, "email": {"type": "string"}, "hireable": {"type": "boolean"}, "bio": {"type": "null"}, "public_repos": {"type": "integer"}, "public_gists": {"type": "integer"}, "followers": {"type": "integer"}, "following": {"type": "integer"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["user", "repos", "login", "id", "avatar_url", "url", "html_url", "followers_url", "following_url", "gists_url", "starred_url", "subscriptions_url", "organizations_url", "repos_url", "events_url", "received_events_url", "type", "site_admin", "name", "company", "blog", "location", "email", "hireable", "bio", "public_repos", "public_gists", "followers", "following", "created_at", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "express": {"type": "string"}, "fs-extra": {"type": "string"}, "log-request": {"type": "string"}, "moment": {"type": "string"}, "mongodb": {"type": "string"}, "nodemon": {"type": "string"}, "prompt-sync": {"type": "string"}, "to": {"type": "string"}, "update": {"type": "string"}}, "required": ["body-parser", "express", "fs-extra", "log-request", "moment", "mongodb", "nodemon", "prompt-sync", "to", "update"]}, "devDependencies": {"type": "object", "properties": {"jasmine": {"type": "string"}, "jasmine-core": {"type": "string"}}, "required": ["jasmine", "jasmine-core"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "blues-machine", "version" : "1.0.1", "description" : "school project", "main" : "index.js", "scripts" : {"start" : "node index.js", "test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/GeorgeKesaev/blues-machine.git"}, "keywords" : ["blues", "machine", "midijs"], "author" : "Sergey and George", "license" : "ISC", "bugs" : {"url" : "https://github.com/GeorgeKesaev/blues-machine/issues"}, "homepage" : "https://github.com/GeorgeKesaev/blues-machine#readme", "dependencies" : {"body-parser" : "^1.19.0", "express" : "^4.17.1", "fs-extra" : "^7.0.1", "log-request" : "0.0.1", "moment" : "^2.29.2", "mongodb" : "^3.7.2", "nodemon" : "^2.0.13", "prompt-sync" : "^4.2.0", "to" : "^0.2.9", "update" : "^0.7.4"}, "devDependencies" : {"jasmine" : "^3.9.0", "jasmine-core" : "^3.9.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "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"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "express": {"type": "string"}, "fs-extra": {"type": "string"}, "log-request": {"type": "string"}, "moment": {"type": "string"}, "mongodb": {"type": "string"}, "nodemon": {"type": "string"}, "prompt-sync": {"type": "string"}, "to": {"type": "string"}, "update": {"type": "string"}}, "required": ["body-parser", "express", "fs-extra", "log-request", "moment", "mongodb", "nodemon", "prompt-sync", "to", "update"]}, "devDependencies": {"type": "object", "properties": {"jasmine": {"type": "string"}, "jasmine-core": {"type": "string"}}, "required": ["jasmine", "jasmine-core"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"ato_normativo": {"type": "null"}, "vagas_primeira": {"type": "null"}, "curso": {"type": "string"}, "nome_comum": {"type": "string"}, "tempo_minimo": {"type": "number"}, "turno": {"type": "null"}, "codigo_emec": {"type": "null"}, "codigo_curso": {"type": "integer"}, "vagas_segunda": {"type": "null"}, "horas": {"type": "null"}, "campus": {"type": "string"}}, "required": ["ato_normativo", "vagas_primeira", "curso", "nome_comum", "tempo_minimo", "turno", "codigo_emec", "codigo_curso", "vagas_segunda", "horas", "campus"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ato_normativo" : null, "vagas_primeira" : null, "curso" : "Hist\u00f3ria (Lic) - D (Parfor)", "nome_comum" : "Hist\u00f3ria (Lic) - D (Parfor)", "tempo_minimo" : 3.5, "turno" : null, "codigo_emec" : null, "codigo_curso" : 19309110, "vagas_segunda" : null, "horas" : null, "campus" : "CG"} | json_instruct | {"type": "object", "properties": {"ato_normativo": {"type": "null"}, "vagas_primeira": {"type": "null"}, "curso": {"type": "string"}, "nome_comum": {"type": "string"}, "tempo_minimo": {"type": "number"}, "turno": {"type": "null"}, "codigo_emec": {"type": "null"}, "codigo_curso": {"type": "integer"}, "vagas_segunda": {"type": "null"}, "horas": {"type": "null"}, "campus": {"type": "string"}}, "required": ["ato_normativo", "vagas_primeira", "curso", "nome_comum", "tempo_minimo", "turno", "codigo_emec", "codigo_curso", "vagas_segunda", "horas", "campus"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"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" : "\u82b3\u5fb7\u9444\u92c1\u80a1\u4efd\u6709\u9650\u516c\u53f8\u5f70\u6ff1\u4e8c\u5ee0", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "07001094", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u5f70\u5316\u7e23\u9e7f\u6e2f\u93ae\u6771\u77f3\u91cc\u5de5\u696d\u897f\u4e00\u8def9\u865f", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc" : "\u5f70\u5316\u7e23\u9e7f\u6e2f\u93ae\u6771\u77f3\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d" : "\u6797\u6885\u71d5", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f" : "55950905", "\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" : "1030120", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b" : "\u751f\u7522\u4e2d", "\u7522\u696d\u985e\u5225" : ["25\u91d1\u5c6c\u88fd\u54c1\u88fd\u9020\u696d", "32\u5bb6\u5177\u88fd\u9020\u696d"], "\u4e3b\u8981\u7522\u54c1" : ["254\u91d1\u5c6c\u52a0\u5de5\u8655\u7406", "322\u91d1\u5c6c\u5bb6\u5177"]} | 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#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"expireTime" : 9007200878365473000, "key" : "/static/2d6956889e2847ad68e7cf6a6dc7fe98/e5715/alpha-per.png", "val" : "1389e609c3bd4871487619b0c17b17ba"} | json_instruct | {"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following 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" : "6110051007", "district_id" : "6110051", "name" : "NYANGGAI"} | 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#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}}, "required": ["id", "name", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 1, "name" : "Software Evolution", "description" : "Description Description Description Description Description "} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}}, "required": ["id", "name", "description"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"manufacturer" : "Huawei", "market_name" : "Honor 10 Lite", "codename" : "HWHRY-HF", "model" : "HRY-AL00a"}, {"manufacturer" : "Huawei", "market_name" : "honor 10 Lite", "codename" : "HWHRY-HF", "model" : "HRY-AL00"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "integer"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "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" : [400, 129, 1, 395, 146, 1, 381, 145, 1, 371, 167, 1, 371, 191, 1, 411, 150, 1, 417, 176, 1, 410, 201, 1, 381, 197, 1, 381, 238, 1, 383, 276, 1, 401, 199, 1, 394, 239, 1, 379, 274, 1, 395, 126, 1, 402, 126, 1, 388, 128, 1, 407, 129, 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": "integer"}}, "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#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "dev": {"type": "string"}}, "required": ["build", "dev"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/d3-quadtree": {"type": "string"}, "@types/node": {"type": "string"}, "@types/random": {"type": "string"}, "@types/seedrandom": {"type": "string"}, "@types/websocket": {"type": "string"}, "resolve": {"type": "string"}, "ts-node-dev": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/d3-quadtree", "@types/node", "@types/random", "@types/seedrandom", "@types/websocket", "resolve", "ts-node-dev", "typescript"]}, "dependencies": {"type": "object", "properties": {"crypto-random-string": {"type": "string"}, "d3-quadtree": {"type": "string"}, "dotenv": {"type": "string"}, "random": {"type": "string"}, "seedrandom": {"type": "string"}, "simplex-noise": {"type": "string"}, "websocket": {"type": "string"}, "winston": {"type": "string"}}, "required": ["crypto-random-string", "d3-quadtree", "dotenv", "random", "seedrandom", "simplex-noise", "websocket", "winston"]}}, "required": ["name", "version", "scripts", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "world-server", "version" : "1.0.0", "scripts" : {"build" : "tsc --build", "dev" : "ts-node-dev --respawn --transpile-only src/index.ts"}, "author" : "ptr2020", "license" : "MIT", "devDependencies" : {"@types/d3-quadtree" : "^1.0.7", "@types/node" : "^14.0.27", "@types/random" : "^2.1.1", "@types/seedrandom" : "^2.4.28", "@types/websocket" : "^1.0.1", "resolve" : "^1.17.0", "ts-node-dev" : "^1.0.0-pre.57", "typescript" : "^3.9.7"}, "dependencies" : {"crypto-random-string" : "^3.2.0", "d3-quadtree" : "^1.0.7", "dotenv" : "^8.2.0", "random" : "^2.2.0", "seedrandom" : "^3.0.5", "simplex-noise" : "^2.4.0", "websocket" : "^1.0.31", "winston" : "^3.3.3"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "dev": {"type": "string"}}, "required": ["build", "dev"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/d3-quadtree": {"type": "string"}, "@types/node": {"type": "string"}, "@types/random": {"type": "string"}, "@types/seedrandom": {"type": "string"}, "@types/websocket": {"type": "string"}, "resolve": {"type": "string"}, "ts-node-dev": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/d3-quadtree", "@types/node", "@types/random", "@types/seedrandom", "@types/websocket", "resolve", "ts-node-dev", "typescript"]}, "dependencies": {"type": "object", "properties": {"crypto-random-string": {"type": "string"}, "d3-quadtree": {"type": "string"}, "dotenv": {"type": "string"}, "random": {"type": "string"}, "seedrandom": {"type": "string"}, "simplex-noise": {"type": "string"}, "websocket": {"type": "string"}, "winston": {"type": "string"}}, "required": ["crypto-random-string", "d3-quadtree", "dotenv", "random", "seedrandom", "simplex-noise", "websocket", "winston"]}}, "required": ["name", "version", "scripts", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"atom-workspace": {"type": "object", "properties": {"ctrl-;": {"type": "string"}, "ctrl-:": {"type": "string"}}, "required": ["ctrl-;", "ctrl-:"]}}, "required": ["atom-workspace"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"atom-workspace" : {"ctrl-;" : "pipe-command:pipe", "ctrl-:" : "pipe-command:force-pipe"}} | json_instruct | {"type": "object", "properties": {"atom-workspace": {"type": "object", "properties": {"ctrl-;": {"type": "string"}, "ctrl-:": {"type": "string"}}, "required": ["ctrl-;", "ctrl-:"]}}, "required": ["atom-workspace"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"siteMetadata": {"type": "object", "properties": {"language": {"type": "string"}, "siteUrl": {"type": "string"}, "title": {"type": "string"}, "titleTemplate": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "avatar": {"type": "string"}, "bio": {"type": "string"}, "social": {"type": "object", "properties": {"github": {"type": "string"}, "mail": {"type": "string"}}, "required": ["github", "mail"]}}, "required": ["language", "siteUrl", "title", "titleTemplate", "description", "author", "avatar", "bio", "social"]}, "siteConfiguration": {"type": "object", "properties": {"logo": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]}, "navigation": {"type": "object", "properties": {"header": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "url": {"type": "string"}}, "required": ["label", "url"]}}, "ctaButton": {"type": "object", "properties": {"openNewTab": {"type": "boolean"}, "label": {"type": "string"}, "url": {"type": "string"}}, "required": ["openNewTab", "label", "url"]}, "footer": {"type": "array", "items": {}}}, "required": ["header", "ctaButton", "footer"]}, "featureToggles": {"type": "object", "properties": {"useDarkModeAsDefault": {"type": "boolean"}, "useDarkModeBasedOnUsersPreference": {"type": "boolean"}, "useCookieBar": {"type": "boolean"}}, "required": ["useDarkModeAsDefault", "useDarkModeBasedOnUsersPreference", "useCookieBar"]}}, "required": ["logo", "navigation", "featureToggles"]}}, "required": ["siteMetadata", "siteConfiguration"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"siteMetadata" : {"language" : "en", "siteUrl" : "https://mlops-discord.github.io", "title" : "MLOps Learning", "titleTemplate" : "%s \u00b7 Portfolio Minimal", "description" : "", "author" : "MLOps Learning", "avatar" : "../content/images/gatsby.png", "bio" : "", "social" : {"github" : "https://github.com/mlops-discord", "mail" : "mailto:mail@mail.com"}}, "siteConfiguration" : {"logo" : {"text" : "MLOps Learning"}, "navigation" : {"header" : [{"label" : "About", "url" : "/#about"}, {"label" : "Blog", "url" : "/blog"}, {"label" : "Github", "url" : "https://github.com/mlops-discord"}], "ctaButton" : {"openNewTab" : true, "label" : "Discord", "url" : "https://discord.gg/WM4b7Q7nzp"}, "footer" : []}, "featureToggles" : {"useDarkModeAsDefault" : false, "useDarkModeBasedOnUsersPreference" : true, "useCookieBar" : false}}} | json_instruct | {"type": "object", "properties": {"siteMetadata": {"type": "object", "properties": {"language": {"type": "string"}, "siteUrl": {"type": "string"}, "title": {"type": "string"}, "titleTemplate": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "avatar": {"type": "string"}, "bio": {"type": "string"}, "social": {"type": "object", "properties": {"github": {"type": "string"}, "mail": {"type": "string"}}, "required": ["github", "mail"]}}, "required": ["language", "siteUrl", "title", "titleTemplate", "description", "author", "avatar", "bio", "social"]}, "siteConfiguration": {"type": "object", "properties": {"logo": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]}, "navigation": {"type": "object", "properties": {"header": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "url": {"type": "string"}}, "required": ["label", "url"]}}, "ctaButton": {"type": "object", "properties": {"openNewTab": {"type": "boolean"}, "label": {"type": "string"}, "url": {"type": "string"}}, "required": ["openNewTab", "label", "url"]}, "footer": {"type": "array", "items": {}}}, "required": ["header", "ctaButton", "footer"]}, "featureToggles": {"type": "object", "properties": {"useDarkModeAsDefault": {"type": "boolean"}, "useDarkModeBasedOnUsersPreference": {"type": "boolean"}, "useCookieBar": {"type": "boolean"}}, "required": ["useDarkModeAsDefault", "useDarkModeBasedOnUsersPreference", "useCookieBar"]}}, "required": ["logo", "navigation", "featureToggles"]}}, "required": ["siteMetadata", "siteConfiguration"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [3.0, 5.0, 5.0, 4.0, 4.0, 0.0, 7.0, 2.0, 4.0, 3.0, 6.0, 2.0, 3.0, 2.0, 6.0, 6.0, 4.0, 8.0, 7.0, 8.0, 6.0, 8.0, 1.0, 3.0, 1.0, 3.0, 3.0, 2.0, 4.0, 0.0, 3.0, 5.0, 3.0, 1.0, 2.0, 3.0, 4.0, 2.0, 6.0, 3.0] | json_instruct | {"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"stars": {"type": "integer"}, "pricePercentile": {"type": "object", "properties": {"3": {"type": "integer"}, "10": {"type": "integer"}, "35": {"type": "integer"}, "50": {"type": "integer"}, "75": {"type": "integer"}, "99": {"type": "integer"}}, "required": ["3", "10", "35", "50", "75", "99"]}, "location": {"type": "object", "properties": {"state": {"type": "null"}, "geo": {"type": "object", "properties": {"lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["lon", "lat"]}, "name": {"type": "string"}, "country": {"type": "string"}}, "required": ["state", "geo", "name", "country"]}, "priceAvg": {"type": "integer"}, "locationId": {"type": "integer"}, "hotelId": {"type": "integer"}, "priceFrom": {"type": "integer"}, "hotelName": {"type": "string"}}, "required": ["stars", "pricePercentile", "location", "priceAvg", "locationId", "hotelId", "priceFrom", "hotelName"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"stars" : 4, "pricePercentile" : {"3" : 17100, "10" : 17100, "35" : 17100, "50" : 17100, "75" : 17100, "99" : 17100}, "location" : {"state" : null, "geo" : {"lon" : 30.316667, "lat" : 59.95}, "name" : "St. Petersburg", "country" : "Russia"}, "priceAvg" : 17100, "locationId" : 12196, "hotelId" : 277083, "priceFrom" : 17100, "hotelName" : "Saint-Petersburg Hotel"} | json_instruct | {"type": "object", "properties": {"stars": {"type": "integer"}, "pricePercentile": {"type": "object", "properties": {"3": {"type": "integer"}, "10": {"type": "integer"}, "35": {"type": "integer"}, "50": {"type": "integer"}, "75": {"type": "integer"}, "99": {"type": "integer"}}, "required": ["3", "10", "35", "50", "75", "99"]}, "location": {"type": "object", "properties": {"state": {"type": "null"}, "geo": {"type": "object", "properties": {"lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["lon", "lat"]}, "name": {"type": "string"}, "country": {"type": "string"}}, "required": ["state", "geo", "name", "country"]}, "priceAvg": {"type": "integer"}, "locationId": {"type": "integer"}, "hotelId": {"type": "integer"}, "priceFrom": {"type": "integer"}, "hotelName": {"type": "string"}}, "required": ["stars", "pricePercentile", "location", "priceAvg", "locationId", "hotelId", "priceFrom", "hotelName"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"ExpandedNodes": {"type": "array", "items": {"type": "string"}}, "SelectedNode": {"type": "string"}, "PreviewInSolutionExplorer": {"type": "boolean"}}, "required": ["ExpandedNodes", "SelectedNode", "PreviewInSolutionExplorer"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ExpandedNodes" : ["", "\\Backup\\src", "\\Backup\\src\\WebApplication", "\\src", "\\src\\WebApplication"], "SelectedNode" : "\\src\\WebApplication\\WebApplication.csproj", "PreviewInSolutionExplorer" : false} | json_instruct | {"type": "object", "properties": {"ExpandedNodes": {"type": "array", "items": {"type": "string"}}, "SelectedNode": {"type": "string"}, "PreviewInSolutionExplorer": {"type": "boolean"}}, "required": ["ExpandedNodes", "SelectedNode", "PreviewInSolutionExplorer"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Codework", "displayName" : "Codework"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$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" : "ALBRIK", "frequency" : 0, "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#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"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": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 101955935, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "3a149dba194f3b892a030838fbba559a", "wof:id" : 101955935, "wof:repo" : "whosonfirst-data-admin-br"}, "bbox" : [-47.83806, -20.77194, -47.83806, -20.77194], "geometry" : {"coordinates" : [-47.83806, -20.77194], "type" : "Point"}} | 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": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"num": {"type": "integer"}, "title": {"type": "string"}, "on": {"type": "string"}, "singleSession": {"type": "boolean"}, "blurb": {"type": "string"}, "specialevent": {"type": "string"}, "speakers": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "email": {"type": "string"}, "name": {"type": "string"}, "url": {"type": "string"}, "synopsis": {"type": "string"}, "links": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "url"]}}}, "required": ["title", "email", "name", "url", "synopsis", "links"]}}}, "required": ["num", "title", "on", "singleSession", "blurb", "specialevent", "speakers"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"num" : 39, "title" : "Winter", "on" : "20140311", "singleSession" : false, "blurb" : "This month, we have cats! and Functional Reactive Bindings, which sadly have no cats involved, but are very interesting nonetheless.", "specialevent" : "eightysix-beer.html", "speakers" : [{"title" : "Cat-DNS: a DNS server that resolves everything to cats", "email" : "mdinculescu@gmail.com", "name" : "Monica Dinculescu", "url" : "http://notwaldorf.github.io/posts/go-cat-dns-go/", "synopsis" : "The internet needs more cats. DNS servers are the authority on all things internet. Therefore, the best DNS server is the one that resolves everything to cats. We'll talk about DNS servers: how they work, how your browser talks to them, and how to write a DNS server that always gives you a cat in less than 200 lines of JavaScript.", "links" : [{"title" : "Github Repo", "url" : "https://github.com/notwaldorf/cat-dns"}, {"title" : "Blog Post", "url" : "http://notwaldorf.github.io/posts/go-cat-dns-go/"}]}, {"title" : "D3 & FRB: A case study in binding and editable DataViz", "email" : "gina.c.cook@gmail.com", "name" : "Gina Cook", "url" : "http://gina.ilanguage.ca/", "synopsis" : "Functional Reactive Bindings go beyond just two-way data binding. They can gracefully bind long property paths and the contents of collections. They can also incrementally update the results of chains of queries including maps, flattened arrays, sums, and averages. In this talk I'll demo a framework agnostic graph visualization dashboard built using D3 and FRB which can be embedded in any client side app as a Bower component, or server side app as an NPM module.", "links" : [{"title" : "Github Repo", "url" : "https://github.com/montagejs/frb"}, {"title" : "Blog", "url" : "http://gina.ilanguage.ca/"}]}]} | json_instruct | {"type": "object", "properties": {"num": {"type": "integer"}, "title": {"type": "string"}, "on": {"type": "string"}, "singleSession": {"type": "boolean"}, "blurb": {"type": "string"}, "specialevent": {"type": "string"}, "speakers": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "email": {"type": "string"}, "name": {"type": "string"}, "url": {"type": "string"}, "synopsis": {"type": "string"}, "links": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "url"]}}}, "required": ["title", "email", "name", "url", "synopsis", "links"]}}}, "required": ["num", "title", "on", "singleSession", "blurb", "specialevent", "speakers"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "d981-23", "text" : "lo The general and humanities disciplines versus vocational and skills\u00ab\n2o Sports etc. versus intellectual pursuits and claims to respect and\nprestigeo\n3o ^-Adjustment\u201d courses versus \"the disciplinesott\n4o Quality versus quantity*,\n5\u201e National security versus other broader considerations as criteria\nfor curricular change needs s the need to produce men and citizens\nxather than merely technologists c\nIt has been said that American education must undoubtedly change more ir\nthe next ten years than it has in the past one hundred years*, We believ\nthat television and radio can play a great role in this change \u2022\nThey can be developed and applied increasingly in a variety of wys to\nserve education^ best interests , not only by supplementing conven\u2019donal\nprocedures with new resource, but as an Intrinsic element in the synthesis\nof new and more efficient educational methods o The use of ther/ media to\naugment and enrich classroom contend on a systematic basis ircegrated with\nlectures, discussion, textbooks, syllabi and other instruments, holds great\npromise 0 Television, not only a ccBBSunicaticn medium in its own right, is\nalso a vehicle for all the other media, a channel of transmission\u2014a multiplier\nand a distributor of audio-visual aids, films, sound, r:*d the teacher himself<,\nRadio and television, applied to education\u00aes purposes, can make available\nto the many, a degree of excellence in educational resource heretofore\nrestricted to the few*,\nA great deal of experimentation and research (with adequate distribution\nor results) will be necessary, as proposed, to help solve the problems\nraised as open and closed circuit television tnd radio come more and more\nto be used to bear that share of the educational load (and only that share)\nwhich each can best and most advantageously sustain.\n-6-"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"userId" : 51330, "cartId" : "e3e1f9b3-ad37-485f-b514-475697e962d4", "preferredProducts" : [], "productReviews" : [{"productId" : 1562, "reviewText" : "this parsing is ratty.", "reviewDate" : "2019-08-28T17:47:44.316099+03:00"}]} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "name_kana": {"type": "string"}}, "required": ["code", "name", "name_kana"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"code" : "172", "name" : "\u6d25\u7530", "name_kana" : "\uff82\uff80\uff9e"}, {"code" : "307", "name" : "\u9db4\u5c3e", "name_kana" : "\uff82\uff99\uff75"}, {"code" : "375", "name" : "\u5f26\u6253", "name_kana" : "\uff82\uff99\uff73\uff81"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "name_kana": {"type": "string"}}, "required": ["code", "name", "name_kana"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"Id": {"type": "string"}, "Type": {"type": "string"}, "Attrs": {"type": "object", "properties": {"cache_namespace": {"type": "string"}, "connection_id": {"type": "string"}, "connection_type": {"type": "string"}, "content_handling": {"type": "string"}, "credentials": {"type": "string"}, "http_method": {"type": "string"}, "id": {"type": "string"}, "integration_http_method": {"type": "string"}, "passthrough_behavior": {"type": "string"}, "resource_id": {"type": "string"}, "rest_api_id": {"type": "string"}, "timeout_milliseconds": {"type": "integer"}, "type": {"type": "string"}, "uri": {"type": "string"}}, "required": ["cache_namespace", "connection_id", "connection_type", "content_handling", "credentials", "http_method", "id", "integration_http_method", "passthrough_behavior", "resource_id", "rest_api_id", "timeout_milliseconds", "type", "uri"]}}, "required": ["Id", "Type", "Attrs"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"Id" : "agi-u7jce3lokk-z9ag20-GET", "Type" : "aws_api_gateway_integration", "Attrs" : {"cache_namespace" : "z9ag20", "connection_id" : "", "connection_type" : "INTERNET", "content_handling" : "", "credentials" : "", "http_method" : "GET", "id" : "agi-u7jce3lokk-z9ag20-GET", "integration_http_method" : "", "passthrough_behavior" : "WHEN_NO_MATCH", "resource_id" : "z9ag20", "rest_api_id" : "u7jce3lokk", "timeout_milliseconds" : 29000, "type" : "MOCK", "uri" : ""}}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"Id": {"type": "string"}, "Type": {"type": "string"}, "Attrs": {"type": "object", "properties": {"cache_namespace": {"type": "string"}, "connection_id": {"type": "string"}, "connection_type": {"type": "string"}, "content_handling": {"type": "string"}, "credentials": {"type": "string"}, "http_method": {"type": "string"}, "id": {"type": "string"}, "integration_http_method": {"type": "string"}, "passthrough_behavior": {"type": "string"}, "resource_id": {"type": "string"}, "rest_api_id": {"type": "string"}, "timeout_milliseconds": {"type": "integer"}, "type": {"type": "string"}, "uri": {"type": "string"}}, "required": ["cache_namespace", "connection_id", "connection_type", "content_handling", "credentials", "http_method", "id", "integration_http_method", "passthrough_behavior", "resource_id", "rest_api_id", "timeout_milliseconds", "type", "uri"]}}, "required": ["Id", "Type", "Attrs"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "string"}, "start-backend": {"type": "string"}}, "required": ["dev", "build", "start", "start-backend"]}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "cors": {"type": "string"}, "express": {"type": "string"}, "next": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "request": {"type": "string"}, "request-promise-native": {"type": "string"}, "stripe": {"type": "string"}}, "required": ["axios", "cors", "express", "next", "react", "react-dom", "request", "request-promise-native", "stripe"]}, "devDependencies": {"type": "object", "properties": {"nodemon": {"type": "string"}}, "required": ["nodemon"]}}, "required": ["name", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "create-next-example-app", "scripts" : {"dev" : "next", "build" : "next build", "start" : "next start", "start-backend" : "nodemon backend/index.js"}, "dependencies" : {"axios" : "^0.18.0", "cors" : "^2.8.4", "express" : "^4.16.3", "next" : "^6", "react" : "^16.5.2", "react-dom" : "^16.5.2", "request" : "^2.88.0", "request-promise-native" : "^1.0.5", "stripe" : "^6.11.0"}, "devDependencies" : {"nodemon" : "^1.18.4"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "string"}, "start-backend": {"type": "string"}}, "required": ["dev", "build", "start", "start-backend"]}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "cors": {"type": "string"}, "express": {"type": "string"}, "next": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "request": {"type": "string"}, "request-promise-native": {"type": "string"}, "stripe": {"type": "string"}}, "required": ["axios", "cors", "express", "next", "react", "react-dom", "request", "request-promise-native", "stripe"]}, "devDependencies": {"type": "object", "properties": {"nodemon": {"type": "string"}}, "required": ["nodemon"]}}, "required": ["name", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"372012": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "472040": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "472061": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "472140": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "551010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "519020": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}}, "required": ["372012", "count", "472040", "N.A.//", "472061", "472140", "551010", "519020"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"372012" : {"count" : 1}, "count" : 9, "472040" : {"count" : 1}, "N.A.//" : {"count" : 3}, "472061" : {"count" : 1}, "472140" : {"count" : 1}, "551010" : {"count" : 1}, "519020" : {"count" : 1}} | json_instruct | {"type": "object", "properties": {"372012": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "472040": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "472061": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "472140": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "551010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "519020": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}}, "required": ["372012", "count", "472040", "N.A.//", "472061", "472140", "551010", "519020"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"appId": {"type": "string"}, "title": {"type": "string"}, "timestamp": {"type": "integer"}, "rating": {"type": "string"}, "notes": {"type": "string"}, "os": {"type": "string"}, "gpuDriver": {"type": "string"}, "specs": {"type": "string"}, "protonVersion": {"type": "string"}}, "required": ["appId", "title", "timestamp", "rating", "notes", "os", "gpuDriver", "specs", "protonVersion"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"appId" : "527290", "title" : "Atelier Firis: The Alchemist and the Mysterious Journey", "timestamp" : 1535902504, "rating" : "Borked", "notes" : "Cannot start the game, even the launcher won't start", "os" : "Linux Mint 18.3 64-bit (kernal 4.13)", "gpuDriver" : "NVIDIA 396.54", "specs" : "i5-6600 / GTX 960", "protonVersion" : "Default"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"appId": {"type": "string"}, "title": {"type": "string"}, "timestamp": {"type": "integer"}, "rating": {"type": "string"}, "notes": {"type": "string"}, "os": {"type": "string"}, "gpuDriver": {"type": "string"}, "specs": {"type": "string"}, "protonVersion": {"type": "string"}}, "required": ["appId", "title", "timestamp", "rating", "notes", "os", "gpuDriver", "specs", "protonVersion"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "dt": {"type": "integer"}, "ar": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "al": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "picUrl": {"type": "string"}}, "required": ["id", "name", "picUrl"]}}, "required": ["id", "name", "dt", "ar", "al"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : 1442195380, "name" : "Balakatak", "dt" : 223056, "ar" : {"id" : 29213784, "name" : "Vichi Mahardicha"}, "al" : {"id" : 88295715, "name" : "Balakatak", "picUrl" : "https://p2.music.126.net/0eYeWM7pHbCmTEfp4nEIzw==/109951164924587774.jpg"}}, {"id" : 1809478911, "name" : "Diungkit-Ungkit", "dt" : 220553, "ar" : {"id" : 13056870, "name" : "Happy Asmara"}, "al" : {"id" : 121194114, "name" : "Diungkit-Ungkit", "picUrl" : "https://p2.music.126.net/-o_Gw_PvSJqRs27k8xzjag==/109951165607090559.jpg"}}, {"id" : 1304435026, "name" : "Mbalelo", "dt" : 217025, "ar" : {"id" : 29213784, "name" : "Vichi Mahardicha"}, "al" : {"id" : 72478831, "name" : "Mbalelo", "picUrl" : "https://p1.music.126.net/wadOnAXiTnKX5OXZpupxOw==/109951163502820782.jpg"}}, {"id" : 1304435027, "name" : "Teman Jadi Pacar", "dt" : 234031, "ar" : {"id" : 29213784, "name" : "Vichi Mahardicha"}, "al" : {"id" : 72478831, "name" : "Mbalelo", "picUrl" : "https://p1.music.126.net/wadOnAXiTnKX5OXZpupxOw==/109951163502820782.jpg"}}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "dt": {"type": "integer"}, "ar": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "al": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "picUrl": {"type": "string"}}, "required": ["id", "name", "picUrl"]}}, "required": ["id", "name", "dt", "ar", "al"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"station_g": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_name": {"type": "string"}}, "required": ["pref_cd", "line_cd", "line_name", "station_cd", "station_name"]}}}, "required": ["station_g"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"station_g" : [{"pref_cd" : 34, "line_cd" : 99715, "line_name" : "\u5e83\u96fb\uff17\u53f7\u7dda", "station_cd" : 9971504, "station_name" : "\u5bfa\u753a"}, {"pref_cd" : 34, "line_cd" : 99716, "line_name" : "\u5e83\u96fb\uff18\u53f7\u7dda(\u6a2a\u5ddd\u7dda)", "station_cd" : 9971604, "station_name" : "\u5bfa\u753a"}]} | json_instruct | {"type": "object", "properties": {"station_g": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_name": {"type": "string"}}, "required": ["pref_cd", "line_cd", "line_name", "station_cd", "station_name"]}}}, "required": ["station_g"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"survey.css": {"type": "string"}, "survey.ko.js": {"type": "string"}, "survey.ko.min.js": {"type": "string"}, "survey.min.css": {"type": "string"}}, "required": ["survey.css", "survey.ko.js", "survey.ko.min.js", "survey.min.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"survey.css" : "sha256-PJ6TO15VviWLEVMPKbLl3OgXG0gMxXIDtZOvRLD8zgM=", "survey.ko.js" : "sha256-iIqAzyQZkBWcSx+xg/R/+IoMq49z72dxbZl7ospzS9g=", "survey.ko.min.js" : "sha256-PWTxsxTgWtn/3pUaXHLu4J6Rm07olKA83sSNGCEutxI=", "survey.min.css" : "sha256-k3WGupxze9Hc+vODzlODhAKNHBesHndfwxqCqSOyUQQ="} | json_instruct | {"type": "object", "properties": {"survey.css": {"type": "string"}, "survey.ko.js": {"type": "string"}, "survey.ko.min.js": {"type": "string"}, "survey.min.css": {"type": "string"}}, "required": ["survey.css", "survey.ko.js", "survey.ko.min.js", "survey.min.css"], "$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"}, "app": {"type": "object", "properties": {"background": {"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "string"}}}, "required": ["scripts"]}}, "required": ["background"]}, "icons": {"type": "object", "properties": {"128": {"type": "string"}}, "required": ["128"]}, "permissions": {"type": "array", "items": {"type": "string"}}, "manifest_version": {"type": "integer"}}, "required": ["name", "version", "app", "icons", "permissions", "manifest_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "ADK Controller Sample", "version" : "2", "app" : {"background" : {"scripts" : ["js/background.js"]}}, "icons" : {"128" : "img/icon_128.png"}, "permissions" : ["serial"], "manifest_version" : 2} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "app": {"type": "object", "properties": {"background": {"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "string"}}}, "required": ["scripts"]}}, "required": ["background"]}, "icons": {"type": "object", "properties": {"128": {"type": "string"}}, "required": ["128"]}, "permissions": {"type": "array", "items": {"type": "string"}}, "manifest_version": {"type": "integer"}}, "required": ["name", "version", "app", "icons", "permissions", "manifest_version"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "brand_id": {"type": "string"}, "series_id": {"type": "string"}, "value": {"type": "string"}, "nameL": {"type": "string"}, "price": {"type": "string"}, "year": {"type": "string"}, "max_year": {"type": "string"}, "min_year": {"type": "string"}}, "required": ["key", "brand_id", "series_id", "value", "nameL", "price", "year", "max_year", "min_year"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"key" : "3678", "brand_id" : "22", "series_id" : "282", "value" : "2008\u6b3e CC1026ESD00 \u8c6a\u534e\u578b", "nameL" : "2008\u6b3e \u8d5b\u9177\u76ae\u5361 CC1026ESD00 \u8c6a\u534e\u578b", "price" : "6.58", "year" : "2008", "max_year" : "2012", "min_year" : "2007"}, {"key" : "3679", "brand_id" : "22", "series_id" : "282", "value" : "2008\u6b3e CC1036ESK20 \u8c6a\u534e\u578b", "nameL" : "2008\u6b3e \u8d5b\u9177\u76ae\u5361 CC1036ESK20 \u8c6a\u534e\u578b", "price" : "8.08", "year" : "2008", "max_year" : "2012", "min_year" : "2007"}, {"key" : "3680", "brand_id" : "22", "series_id" : "282", "value" : "2004\u6b3e \u6807\u51c6\u578b", "nameL" : "2004\u6b3e \u8d5b\u9177\u76ae\u5361 \u6807\u51c6\u578b", "price" : "6.08", "year" : "2004", "max_year" : "2008", "min_year" : "2004"}, {"key" : "3681", "brand_id" : "22", "series_id" : "282", "value" : "2004\u6b3e CC1026ES \u8c6a\u534e\u578b", "nameL" : "2004\u6b3e \u8d5b\u9177\u76ae\u5361 CC1026ES \u8c6a\u534e\u578b", "price" : "6.68", "year" : "2004", "max_year" : "2008", "min_year" : "2004"}, {"key" : "3682", "brand_id" : "22", "series_id" : "282", "value" : "2004\u6b3e CC1026ESD00 \u8d85\u8c6a\u534e\u578b", "nameL" : "2004\u6b3e \u8d5b\u9177\u76ae\u5361 CC1026ESD00 \u8d85\u8c6a\u534e\u578b", "price" : "6.88", "year" : "2004", "max_year" : "2008", "min_year" : "2004"}, {"key" : "3683", "brand_id" : "22", "series_id" : "282", "value" : "2004\u6b3e CC1026ESD20 \u8d85\u8c6a\u534e\u578b", "nameL" : "2004\u6b3e \u8d5b\u9177\u76ae\u5361 CC1026ESD20 \u8d85\u8c6a\u534e\u578b", "price" : "8.38", "year" : "2004", "max_year" : "2008", "min_year" : "2003"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "brand_id": {"type": "string"}, "series_id": {"type": "string"}, "value": {"type": "string"}, "nameL": {"type": "string"}, "price": {"type": "string"}, "year": {"type": "string"}, "max_year": {"type": "string"}, "min_year": {"type": "string"}}, "required": ["key", "brand_id", "series_id", "value", "nameL", "price", "year", "max_year", "min_year"]}, "$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"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}, "directory": {"type": "string"}}, "required": ["type", "url", "directory"]}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "clean": {"type": "string"}}, "required": ["start", "build", "clean"]}, "dependencies": {"type": "object", "properties": {"@js-mmo/engine": {"type": "string"}, "@js-mmo/renderer": {"type": "string"}}, "required": ["@js-mmo/engine", "@js-mmo/renderer"]}, "devDependencies": {"type": "object", "properties": {"@js-mmo/webpack-config-internal": {"type": "string"}, "fork-ts-checker-notifier-webpack-plugin": {"type": "string"}, "fork-ts-checker-webpack-plugin": {"type": "string"}, "html-webpack-plugin": {"type": "string"}, "rimraf": {"type": "string"}, "ts-loader": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}, "webpack-dev-server": {"type": "string"}}, "required": ["@js-mmo/webpack-config-internal", "fork-ts-checker-notifier-webpack-plugin", "fork-ts-checker-webpack-plugin", "html-webpack-plugin", "rimraf", "ts-loader", "webpack", "webpack-cli", "webpack-dev-server"]}}, "required": ["name", "version", "description", "main", "repository", "author", "license", "private", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@js-mmo/game", "version" : "0.0.1", "description" : "The actual game implementation.", "main" : "build/index.js", "repository" : {"type" : "git", "url" : "https://github.com/bengsfort/js-mmo.git", "directory" : "packages/game"}, "author" : "Matt Bengston <bengsfort@gmail.com>", "license" : "MIT", "private" : true, "scripts" : {"start" : "webpack serve --mode development --env development --config webpack.config.js", "build" : "webpack --mode production --env production", "clean" : "rimraf {build,tsconfig.tsbuildinfo}"}, "dependencies" : {"@js-mmo/engine" : "*", "@js-mmo/renderer" : "*"}, "devDependencies" : {"@js-mmo/webpack-config-internal" : "*", "fork-ts-checker-notifier-webpack-plugin" : "^4.0.0", "fork-ts-checker-webpack-plugin" : "^6.2.9", "html-webpack-plugin" : "^5.3.1", "rimraf" : "^3.0.2", "ts-loader" : "^9.1.2", "webpack" : "^5.37.0", "webpack-cli" : "^4.7.0", "webpack-dev-server" : "^3.11.2"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}, "directory": {"type": "string"}}, "required": ["type", "url", "directory"]}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "clean": {"type": "string"}}, "required": ["start", "build", "clean"]}, "dependencies": {"type": "object", "properties": {"@js-mmo/engine": {"type": "string"}, "@js-mmo/renderer": {"type": "string"}}, "required": ["@js-mmo/engine", "@js-mmo/renderer"]}, "devDependencies": {"type": "object", "properties": {"@js-mmo/webpack-config-internal": {"type": "string"}, "fork-ts-checker-notifier-webpack-plugin": {"type": "string"}, "fork-ts-checker-webpack-plugin": {"type": "string"}, "html-webpack-plugin": {"type": "string"}, "rimraf": {"type": "string"}, "ts-loader": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}, "webpack-dev-server": {"type": "string"}}, "required": ["@js-mmo/webpack-config-internal", "fork-ts-checker-notifier-webpack-plugin", "fork-ts-checker-webpack-plugin", "html-webpack-plugin", "rimraf", "ts-loader", "webpack", "webpack-cli", "webpack-dev-server"]}}, "required": ["name", "version", "description", "main", "repository", "author", "license", "private", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"@primary-color": {"type": "string"}}, "required": ["@primary-color"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"@primary-color" : "#1da57a"} | json_instruct | {"type": "object", "properties": {"@primary-color": {"type": "string"}}, "required": ["@primary-color"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"dest": {"type": "string"}, "groups": {"type": "object", "properties": {"theming-mixins": {"type": "string"}}, "required": ["theming-mixins"]}, "theme": {"type": "string"}}, "required": ["dest", "groups", "theme"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"dest" : "./sassdoc", "groups" : {"theming-mixins" : "Theming helper mixins"}, "theme" : "md"} | json_instruct | {"type": "object", "properties": {"dest": {"type": "string"}, "groups": {"type": "object", "properties": {"theming-mixins": {"type": "string"}}, "required": ["theming-mixins"]}, "theme": {"type": "string"}}, "required": ["dest", "groups", "theme"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"mode": {"type": "string"}, "out": {"type": "string"}, "exclude": {"type": "string"}, "ignoreCompilerErrors": {"type": "boolean"}, "externalPattern": {"type": "string"}, "excludeExternals": {"type": "boolean"}}, "required": ["mode", "out", "exclude", "ignoreCompilerErrors", "externalPattern", "excludeExternals"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"mode" : "file", "out" : "docs", "exclude" : "**/{test,node_modules,dist}/**/*.ts", "ignoreCompilerErrors" : true, "externalPattern" : "**/node_modules/**", "excludeExternals" : true} | json_instruct | {"type": "object", "properties": {"mode": {"type": "string"}, "out": {"type": "string"}, "exclude": {"type": "string"}, "ignoreCompilerErrors": {"type": "boolean"}, "externalPattern": {"type": "string"}, "excludeExternals": {"type": "boolean"}}, "required": ["mode", "out", "exclude", "ignoreCompilerErrors", "externalPattern", "excludeExternals"], "$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"}, "version": {"type": "string"}, "author": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "devDependencies": {"type": "object", "properties": {"mocha": {"type": "string"}, "should": {"type": "string"}, "supertest": {"type": "string"}}, "required": ["mocha", "should", "supertest"]}}, "required": ["name", "description", "version", "author", "keywords", "repository", "license", "scripts", "engines", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "express-auth-required", "description" : "Authentication and Authorization framework for express.", "version" : "0.1.0", "author" : "Lijian Qiu", "keywords" : ["authentication", "authorization", "auth", "express", "express-auth", "auth-required", "express-auth-required"], "repository" : {"type" : "git", "url" : "https://github.com/loye/express-auth-required.git"}, "license" : "MIT", "scripts" : {"start" : "node ./bin/www", "test" : "mocha"}, "engines" : {"node" : ">= 6"}, "devDependencies" : {"mocha" : "^3.2.0", "should" : "^11.1.2", "supertest" : "^2.0.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "devDependencies": {"type": "object", "properties": {"mocha": {"type": "string"}, "should": {"type": "string"}, "supertest": {"type": "string"}}, "required": ["mocha", "should", "supertest"]}}, "required": ["name", "description", "version", "author", "keywords", "repository", "license", "scripts", "engines", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"identifier": {"type": "string"}, "name": {"type": "string"}, "grapthData": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "closePrice": {"type": "number"}}, "required": ["identifier", "name", "grapthData", "closePrice"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"identifier" : "OPTIDXBANKNIFTY21-04-2022PE39800.00", "name" : "BANKNIFTY", "grapthData" : [[1648718168000, 0], [1648718230000, 0], [1648719614000, 0]], "closePrice" : 3595.85} | json_instruct | {"type": "object", "properties": {"identifier": {"type": "string"}, "name": {"type": "string"}, "grapthData": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "closePrice": {"type": "number"}}, "required": ["identifier", "name", "grapthData", "closePrice"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"program": {"type": "integer"}}, "required": ["program"]}}, "required": ["configuration", "regionsToProcessedPerformance"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"configuration" : ["ISREGEX", "ISPRINT0"], "regionsToProcessedPerformance" : {"program" : 631361413}} | json_instruct | {"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"program": {"type": "integer"}}, "required": ["program"]}}, "required": ["configuration", "regionsToProcessedPerformance"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "picknick", "definition" : "See Picnic."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "devDependencies": {"type": "object", "properties": {"serverless": {"type": "string"}}, "required": ["serverless"]}}, "required": ["name", "main", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "docker-in-docker-test", "main" : "handler.js", "scripts" : {"start" : "sls offline start"}, "devDependencies" : {"serverless" : "^2.2.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "devDependencies": {"type": "object", "properties": {"serverless": {"type": "string"}}, "required": ["serverless"]}}, "required": ["name", "main", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"slug": {"type": "string"}, "name": {"type": "string"}, "latest_version": {"type": "string"}, "last_updated": {"type": "string"}, "vulnerabilities": {"type": "null"}}, "required": ["slug", "name", "latest_version", "last_updated", "vulnerabilities"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"slug" : "ad-injection", "name" : "Ad Injection", "latest_version" : "1.2.0.19", "last_updated" : "2018-03-27T16:47:50.173Z", "vulnerabilities" : null} | json_instruct | {"type": "object", "properties": {"slug": {"type": "string"}, "name": {"type": "string"}, "latest_version": {"type": "string"}, "last_updated": {"type": "string"}, "vulnerabilities": {"type": "null"}}, "required": ["slug", "name", "latest_version", "last_updated", "vulnerabilities"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"categories": {"type": "array", "items": {}}, "equivalent": {"type": "array", "items": {}}, "manufacturer": {"type": "string"}, "name": {"type": "string"}, "subpart": {"type": "array", "items": {}}, "urls": {"type": "object", "properties": {"manufacturer": {"type": "array", "items": {}}, "related": {"type": "array", "items": {}}}, "required": ["manufacturer", "related"]}, "variants": {"type": "array", "items": {"type": "object", "properties": {"location": {"type": "string"}, "stock_state": {"type": "string"}, "stock_text": {"type": "string"}, "url": {"type": "string"}}, "required": ["location", "stock_state", "stock_text", "url"]}}, "version": {"type": "integer"}, "weight": {"type": "string"}}, "required": ["categories", "equivalent", "manufacturer", "name", "subpart", "urls", "variants", "version", "weight"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"categories" : [], "equivalent" : [], "manufacturer" : "Eachine", "name" : "2210M VGA 3MP 65 Degree FPV Camera JH-13H for Quadcopter Multicopter", "subpart" : [], "urls" : {"manufacturer" : [], "related" : []}, "variants" : [{"location" : "CN Direct", "stock_state" : "in_stock", "stock_text" : "Only 35 units,dispatched in 1 business day", "url" : "http://www.banggood.com/Eachine-2210M-VGA-3MP-65-Degree-FPV-Camera-JH-13H-for-Quadcopter-Multicopter-p-1000049.html"}], "version" : 2, "weight" : ""} | json_instruct | {"type": "object", "properties": {"categories": {"type": "array", "items": {}}, "equivalent": {"type": "array", "items": {}}, "manufacturer": {"type": "string"}, "name": {"type": "string"}, "subpart": {"type": "array", "items": {}}, "urls": {"type": "object", "properties": {"manufacturer": {"type": "array", "items": {}}, "related": {"type": "array", "items": {}}}, "required": ["manufacturer", "related"]}, "variants": {"type": "array", "items": {"type": "object", "properties": {"location": {"type": "string"}, "stock_state": {"type": "string"}, "stock_text": {"type": "string"}, "url": {"type": "string"}}, "required": ["location", "stock_state", "stock_text", "url"]}}, "version": {"type": "integer"}, "weight": {"type": "string"}}, "required": ["categories", "equivalent", "manufacturer", "name", "subpart", "urls", "variants", "version", "weight"], "$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": "null"}, "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" : "30.140", "actors" : [], "creation_date" : null, "credit_line" : "Gift of Henry Lane Wilson", "cultures" : [], "dimensions" : "2 L", "dynasty" : null, "images" : [], "irn" : 5815, "materials" : null, "on_view" : false, "period" : null, "printers" : [], "publishers" : [], "rights" : null, "title" : "BOX in the shape of a shoe"} | 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": "null"}, "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#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "2007", "provinceId" : "91", "regencyId" : "09", "districtId" : "02", "name" : "Emkoma Halama"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01032327": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01032327"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Topology", "objects" : {"E01032327" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00164877", "LAD11CD" : "E07000237"}, "arcs" : [[0, 1, 2, 3]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00164880", "LAD11CD" : "E07000237"}, "arcs" : [[-4, 4, 5, 6]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00164889", "LAD11CD" : "E07000237"}, "arcs" : [[7, 8]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00164891", "LAD11CD" : "E07000237"}, "arcs" : [[-9, 9, 10, -2, 11, 12]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00164892", "LAD11CD" : "E07000237"}, "arcs" : [[-5, -3, -11, 13]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00164893", "LAD11CD" : "E07000237"}, "arcs" : [[-12, -1, -7, 14]]}]}}, "arcs" : [[[2027, 3476], [-707, 1033], [521, 878], [-109, 659], [707, -327]], [[2439, 5719], [586, -504], [338, 322]], [[3363, 5537], [2019, -1092], [-787, -1701], [-1071, -462], [31, 430], [-924, 54]], [[2631, 2766], [-604, 710]], [[2631, 2766], [-81, -2037]], [[2550, 729], [-2034, -126], [114, -480], [-363, -123], [-257, 2328], [-2, 41], [-8, 583]], [[0, 2952], [500, -145], [226, 1161], [771, -760], [530, 268]], [[2475, 8300], [396, 857], [1838, -307], [336, 763], [664, 194], [320, -1170], [1166, 1362], [398, -384], [-1006, -1287], [-962, -349], [-219, -743]], [[5406, 7236], [-100, 503], [-1087, -76], [0, -359], [-893, 1054], [-851, -58]], [[5406, 7236], [334, -125], [358, -2084]], [[6098, 5027], [-2231, 1834], [-595, -542], [91, -782]], [[2439, 5719], [337, 1754], [-483, -293], [-412, 593]], [[1881, 7773], [108, 369], [486, 158]], [[6098, 5027], [2546, 1758], [904, 780], [451, -672], [-263, -2557], [-733, -941], [195, -1980], [-3311, -1120], [-931, 418], [-551, 417], [-811, -592], [-1044, 191]], [[0, 2952], [60, 883], [1821, 3938]]], "transform" : {"scale" : [1.2762897272657033e-06, 6.513401195601119e-07], "translate" : [-2.227237248474079, 52.20427025371929]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01032327": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01032327"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "reponame": {"type": "string"}, "source": {"type": "string"}, "title": {"type": "string"}, "shortDescription": {"type": "string"}, "url": {"type": "string"}, "longDescription": {"type": "string"}, "creationDateTime": {"type": "string"}, "updateDateTime": {"type": "string"}, "products": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "value": {"type": "string"}}, "required": ["key", "value"]}}, "thumbnails": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "order": {"type": "integer"}, "url": {"type": "string"}, "alt": {"type": "string"}}, "required": ["type", "order", "url", "alt"]}}, "authors": {"type": "array", "items": {"type": "object", "properties": {"gitHubAccount": {"type": "string"}, "pictureUrl": {"type": "string"}, "name": {"type": "string"}}, "required": ["gitHubAccount", "pictureUrl", "name"]}}, "references": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"]}}}, "required": ["name", "reponame", "source", "title", "shortDescription", "url", "longDescription", "creationDateTime", "updateDateTime", "products", "metadata", "thumbnails", "authors", "references"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "office-add-in-commands-samples", "reponame" : "OfficeDev", "source" : "officedev", "title" : "Office Add-in commands", "shortDescription" : "Office Add-in commands enable developers to extend the Office user interface such as the Office Ribbon to create awesome, efficient add-ins.", "url" : "https://github.com/OfficeDev/Office-Add-in-samples/tree/main/Samples/word-add-in-get-set-edit-openxml", "longDescription" : "Office Add-in commands enable developers to extend the Office user interface such as the Office Ribbon to create awesome, efficient add-ins. These samples show you how to use add-in commands in Excel, Word, and PowerPoint add-ins.", "creationDateTime" : "2021-12-13", "updateDateTime" : "2021-12-13", "products" : ["Office"], "metadata" : [{"key" : "CLIENT-SIDE-DEV", "value" : "JavaScript"}], "thumbnails" : [{"type" : "image", "order" : 100, "url" : "https://officedev.github.io/Office-Add-in-samples/Samples/office-add-in-commands/images/word-ribbon-buttons.png", "alt" : "Screenshot showing the sample's show task pane button and a dropdown menu on the ribbon."}], "authors" : [{"gitHubAccount" : "microsoft", "pictureUrl" : "https://github.com/microsoft.png", "name" : "Microsoft"}], "references" : [{"name" : "Create add-in commands in your manifest for Excel, PowerPoint, and Word", "description" : "Add-in commands provide an easy way to customize the default Office user interface (UI) with specified UI elements that perform actions.", "url" : "https://docs.microsoft.com/office/dev/add-ins/develop/create-addin-commands"}]}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "reponame": {"type": "string"}, "source": {"type": "string"}, "title": {"type": "string"}, "shortDescription": {"type": "string"}, "url": {"type": "string"}, "longDescription": {"type": "string"}, "creationDateTime": {"type": "string"}, "updateDateTime": {"type": "string"}, "products": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "value": {"type": "string"}}, "required": ["key", "value"]}}, "thumbnails": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "order": {"type": "integer"}, "url": {"type": "string"}, "alt": {"type": "string"}}, "required": ["type", "order", "url", "alt"]}}, "authors": {"type": "array", "items": {"type": "object", "properties": {"gitHubAccount": {"type": "string"}, "pictureUrl": {"type": "string"}, "name": {"type": "string"}}, "required": ["gitHubAccount", "pictureUrl", "name"]}}, "references": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"]}}}, "required": ["name", "reponame", "source", "title", "shortDescription", "url", "longDescription", "creationDateTime", "updateDateTime", "products", "metadata", "thumbnails", "authors", "references"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "xlit": {"type": "string"}}, "required": ["derivation", "pron", "outline", "kjv_def", "lemma", "frequency", "strongs_def", "xlit"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"derivation" : "(Aramaic) corresponding to H5307 (\u05e0\u05b8\u05e4\u05b7\u05dc)", "pron" : "nef-al'", "outline" : "<ol><li> to fall<ol><li> (P'al)<ol><li> to fall</li><li> to fall down</li></ol></li></ol></li></ol>", "kjv_def" : "fall (down), have occasion.", "lemma" : "\u05e0\u05b0\u05e4\u05b7\u05dc", "frequency" : 11, "strongs_def" : "{to fall, in a great variety of applications (intransitive or causative, literal or figurative)}", "xlit" : "n\u1d49phal"} | json_instruct | {"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "xlit": {"type": "string"}}, "required": ["derivation", "pron", "outline", "kjv_def", "lemma", "frequency", "strongs_def", "xlit"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"app": {"type": "object", "properties": {"foo": {"type": "string"}, "hello": {"type": "string"}, "_env": {"type": "object", "properties": {"ENVIRONMENT": {"type": "string"}, "DEBUG": {"type": "string"}, "AUTH_KEY": {"type": "string"}}, "required": ["ENVIRONMENT", "DEBUG", "AUTH_KEY"]}, "_deferred_providers": {"type": "array", "items": {"type": "array", "items": {}}}, "_composer": {"type": "object", "properties": {"providers": {"type": "array", "items": {}}, "ignores": {"type": "array", "items": {}}, "commands": {"type": "array", "items": {}}, "options": {"type": "array", "items": {}}, "i18ns": {"type": "array", "items": {}}, "metas": {"type": "array", "items": {}}}, "required": ["providers", "ignores", "commands", "options", "i18ns", "metas"]}}, "required": ["foo", "hello", "_env", "_deferred_providers", "_composer"]}}, "required": ["app"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"app" : {"foo" : "bar", "hello" : "world", "_env" : {"ENVIRONMENT" : "development", "DEBUG" : "true", "AUTH_KEY" : "7becb888f518b20224a988906df51e05"}, "_deferred_providers" : [[], []], "_composer" : {"providers" : [], "ignores" : [], "commands" : [], "options" : [], "i18ns" : [], "metas" : []}}} | json_instruct | {"type": "object", "properties": {"app": {"type": "object", "properties": {"foo": {"type": "string"}, "hello": {"type": "string"}, "_env": {"type": "object", "properties": {"ENVIRONMENT": {"type": "string"}, "DEBUG": {"type": "string"}, "AUTH_KEY": {"type": "string"}}, "required": ["ENVIRONMENT", "DEBUG", "AUTH_KEY"]}, "_deferred_providers": {"type": "array", "items": {"type": "array", "items": {}}}, "_composer": {"type": "object", "properties": {"providers": {"type": "array", "items": {}}, "ignores": {"type": "array", "items": {}}, "commands": {"type": "array", "items": {}}, "options": {"type": "array", "items": {}}, "i18ns": {"type": "array", "items": {}}, "metas": {"type": "array", "items": {}}}, "required": ["providers", "ignores", "commands", "options", "i18ns", "metas"]}}, "required": ["foo", "hello", "_env", "_deferred_providers", "_composer"]}}, "required": ["app"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"b9d60924-9573-4fb1-b339-28123e3d00f8": {"type": "integer"}, "program": {"type": "integer"}}, "required": ["b9d60924-9573-4fb1-b339-28123e3d00f8", "program"]}}, "required": ["configuration", "regionsToProcessedPerformance"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"configuration" : ["INVERTMATCH", "IGNORECASE"], "regionsToProcessedPerformance" : {"b9d60924-9573-4fb1-b339-28123e3d00f8" : 2226369680, "program" : 612264877}} | json_instruct | {"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"b9d60924-9573-4fb1-b339-28123e3d00f8": {"type": "integer"}, "program": {"type": "integer"}}, "required": ["b9d60924-9573-4fb1-b339-28123e3d00f8", "program"]}}, "required": ["configuration", "regionsToProcessedPerformance"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"deprecated": {"type": "string"}, "authority-code": {"type": "string"}, "identifier": {"type": "string"}, "about": {"type": "string"}, "prefLabel": {"type": "object", "properties": {"@lang": {"type": "string"}, "#text": {"type": "string"}}, "required": ["@lang", "#text"]}, "start.use": {"type": "string"}}, "required": ["deprecated", "authority-code", "identifier", "about", "prefLabel", "start.use"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"deprecated" : "false", "authority-code" : "ADR", "identifier" : "ADR", "about" : "http://publications.europa.eu/resource/authority/language/ADR", "prefLabel" : {"@lang" : "adr", "#text" : "adonara"}, "start.use" : "1950-05-09"} | json_instruct | {"type": "object", "properties": {"deprecated": {"type": "string"}, "authority-code": {"type": "string"}, "identifier": {"type": "string"}, "about": {"type": "string"}, "prefLabel": {"type": "object", "properties": {"@lang": {"type": "string"}, "#text": {"type": "string"}}, "required": ["@lang", "#text"]}, "start.use": {"type": "string"}}, "required": ["deprecated", "authority-code", "identifier", "about", "prefLabel", "start.use"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"HOST": {"type": "string"}, "PORT": {"type": "string"}, "DB_URL": {"type": "string"}}, "required": ["HOST", "PORT", "DB_URL"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"HOST" : "127.0.0.1", "PORT" : "5000", "DB_URL" : "Test"} | json_instruct | {"type": "object", "properties": {"HOST": {"type": "string"}, "PORT": {"type": "string"}, "DB_URL": {"type": "string"}}, "required": ["HOST", "PORT", "DB_URL"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about": {"type": "null"}, "license": {"type": "string"}}, "required": ["id", "name", "email", "paypal_email", "homepage", "about", "license"]}, "updated": {"type": "string"}, "weekly_install_count": {"type": "integer"}, "total_install_count": {"type": "integer"}, "rating": {"type": "null"}, "after_screenshot_name": {"type": "string"}, "obsoleting_style_id": {"type": "null"}, "obsoleting_style_name": {"type": "null"}, "obsolete": {"type": "integer"}, "admin_delete_reason_id": {"type": "null"}, "obsoletion_message": {"type": "null"}, "screenshots": {"type": "null"}, "license": {"type": "null"}, "created": {"type": "string"}, "category": {"type": "string"}, "raw_subcategory": {"type": "string"}, "subcategory": {"type": "string"}, "additional_info": {"type": "null"}, "style_tags": {"type": "array", "items": {}}, "css": {"type": "string"}, "discussions": {"type": "array", "items": {}}, "discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}, "userjs_url": {"type": "string"}, "style_settings": {"type": "array", "items": {}}}, "required": ["id", "name", "description", "user", "updated", "weekly_install_count", "total_install_count", "rating", "after_screenshot_name", "obsoleting_style_id", "obsoleting_style_name", "obsolete", "admin_delete_reason_id", "obsoletion_message", "screenshots", "license", "created", "category", "raw_subcategory", "subcategory", "additional_info", "style_tags", "css", "discussions", "discussionsCount", "commentsCount", "userjs_url", "style_settings"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 84177, "name" : "etymonline", "description" : "it's a nice logo, but...go away, logo", "user" : {"id" : 50979, "name" : "rmlrml", "email" : "redacted", "paypal_email" : null, "homepage" : null, "about" : null, "license" : "publicdomain"}, "updated" : "2013-03-08T20:42:06.000Z", "weekly_install_count" : 0, "total_install_count" : 89, "rating" : null, "after_screenshot_name" : "https://userstyles.org/auto_style_screenshots/84177-after.png?r=1618214920", "obsoleting_style_id" : null, "obsoleting_style_name" : null, "obsolete" : 0, "admin_delete_reason_id" : null, "obsoletion_message" : null, "screenshots" : null, "license" : null, "created" : "2013-03-08T20:42:06.000Z", "category" : "site", "raw_subcategory" : "etymonline", "subcategory" : "etymonline", "additional_info" : null, "style_tags" : [], "css" : "@namespace url(http://www.w3.org/1999/xhtml);\r\n\r\n@-moz-document domain(\"etymonline.com\") {\r\n#logo {display:none!important}\r\n.paging {font-size:12pt!important}\r\n#dictionary {font-size:2em!important}\r\n\r\n}", "discussions" : [], "discussionsCount" : 0, "commentsCount" : 0, "userjs_url" : "/styles/userjs/84177/etymonline.user.js", "style_settings" : []} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about": {"type": "null"}, "license": {"type": "string"}}, "required": ["id", "name", "email", "paypal_email", "homepage", "about", "license"]}, "updated": {"type": "string"}, "weekly_install_count": {"type": "integer"}, "total_install_count": {"type": "integer"}, "rating": {"type": "null"}, "after_screenshot_name": {"type": "string"}, "obsoleting_style_id": {"type": "null"}, "obsoleting_style_name": {"type": "null"}, "obsolete": {"type": "integer"}, "admin_delete_reason_id": {"type": "null"}, "obsoletion_message": {"type": "null"}, "screenshots": {"type": "null"}, "license": {"type": "null"}, "created": {"type": "string"}, "category": {"type": "string"}, "raw_subcategory": {"type": "string"}, "subcategory": {"type": "string"}, "additional_info": {"type": "null"}, "style_tags": {"type": "array", "items": {}}, "css": {"type": "string"}, "discussions": {"type": "array", "items": {}}, "discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}, "userjs_url": {"type": "string"}, "style_settings": {"type": "array", "items": {}}}, "required": ["id", "name", "description", "user", "updated", "weekly_install_count", "total_install_count", "rating", "after_screenshot_name", "obsoleting_style_id", "obsoleting_style_name", "obsolete", "admin_delete_reason_id", "obsoletion_message", "screenshots", "license", "created", "category", "raw_subcategory", "subcategory", "additional_info", "style_tags", "css", "discussions", "discussionsCount", "commentsCount", "userjs_url", "style_settings"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"dataset": {"type": "string"}, "datetime": {"type": "string"}, "organisation": {"type": "string"}, "resource": {"type": "string"}, "url": {"type": "string"}}, "required": ["dataset", "datetime", "organisation", "resource", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"dataset" : "brownfield-land", "datetime" : "2018-05-22T00:00:00.0", "organisation" : "local-authority-eng:WBK", "resource" : "667239139438ca093dc44db93d8a07371e810d28f930a1ee8df04fa2ac08ed94", "url" : "http://info.westberks.gov.uk/CHttpHandler.ashx?id=45003&p=0"} | json_instruct | {"type": "object", "properties": {"dataset": {"type": "string"}, "datetime": {"type": "string"}, "organisation": {"type": "string"}, "resource": {"type": "string"}, "url": {"type": "string"}}, "required": ["dataset", "datetime", "organisation", "resource", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["hn-cli", "jarvis-bot", "term-hackernews"] | 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": "object", "properties": {"meta": {"type": "object", "properties": {"parent": {"type": "string"}, "stub": {"type": "string"}, "type": {"type": "string"}}, "required": ["parent", "stub", "type"]}, "info": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["meta", "info"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"meta" : {"parent" : "morgantown", "stub" : "secret_cliffs", "type" : "region"}, "info" : {"name" : "Secret Cliffs"}} | json_instruct | {"type": "object", "properties": {"meta": {"type": "object", "properties": {"parent": {"type": "string"}, "stub": {"type": "string"}, "type": {"type": "string"}}, "required": ["parent", "stub", "type"]}, "info": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["meta", "info"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"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" : [[[125.0, 23.416666666666668], [125.0, 23.5], [125.125, 23.5], [125.125, 23.416666666666668], [125.0, 23.416666666666668]]]}, "properties" : {"code" : 352510, "url" : "http://madefor.github.io/0410/api/v1/352510.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/352510.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#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "version": {"type": "string"}, "unity": {"type": "string"}, "unityRelease": {"type": "string"}, "description": {"type": "string"}, "_upm": {"type": "object", "properties": {"gameService": {"type": "object", "properties": {"groupIndex": {"type": "integer"}, "groupName": {"type": "string"}, "genericDashboardUrl": {"type": "string"}, "projectDashboardUrl": {"type": "string"}, "projectDashboardUrlType": {"type": "string"}, "configurePath": {"type": "string"}}, "required": ["groupIndex", "groupName", "genericDashboardUrl", "projectDashboardUrl", "projectDashboardUrlType", "configurePath"]}, "supportedPlatforms": {"type": "array", "items": {"type": "string"}}}, "required": ["gameService", "supportedPlatforms"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"com.unity.nuget.newtonsoft-json": {"type": "string"}, "com.unity.services.core": {"type": "string"}}, "required": ["com.unity.nuget.newtonsoft-json", "com.unity.services.core"]}, "category": {"type": "string"}, "upmCi": {"type": "object", "properties": {"footprint": {"type": "string"}}, "required": ["footprint"]}, "repository": {"type": "object", "properties": {"url": {"type": "string"}, "type": {"type": "string"}, "revision": {"type": "string"}}, "required": ["url", "type", "revision"]}}, "required": ["name", "displayName", "version", "unity", "unityRelease", "description", "_upm", "keywords", "dependencies", "category", "upmCi", "repository"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "com.unity.collab-proxy", "displayName" : "Version Control", "version" : "1.15.4", "unity" : "2020.3", "unityRelease" : "14f1", "description" : "The Version Control package gives you the ability to use either Collaborate or Plastic SCM for Unity (beta) in the Unity editor. To use Plastic SCM for Unity (beta), a Plastic SCM subscription is required. Learn more about how you can get started for free by visiting plasticscm.com.", "_upm" : {"gameService" : {"groupIndex" : 0, "groupName" : "DevOps", "genericDashboardUrl" : "https://dashboard.unity3d.com/collaborate", "projectDashboardUrl" : "https://developer.cloud.unity3d.com/collab/orgs/{0}/projects/{1}/assets/", "projectDashboardUrlType" : "OrganizationKeyAndProjectGuid", "configurePath" : "Project/Services/Version Control"}, "supportedPlatforms" : ["Android", "iOS", "Linux", "Mac", "PC", "WebGL", "Windows 8 Universal", "Windows 10 Universal"]}, "keywords" : ["backup", "cloud", "collab", "collaborate", "collaboration", "control", "plastic", "plasticscm", "source", "team", "teams", "version", "vcs"], "dependencies" : {"com.unity.nuget.newtonsoft-json" : "2.0.0", "com.unity.services.core" : "1.0.1"}, "category" : "Editor", "upmCi" : {"footprint" : "2232ad767bda21747a4d6030f105bf80a4b4e9cd"}, "repository" : {"url" : "https://github.cds.internal.unity3d.com/unity/com.unity.cloud.collaborate.git", "type" : "git", "revision" : "1275603954ad33bee601fe2c9a3c787b3d4e4c6b"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "version": {"type": "string"}, "unity": {"type": "string"}, "unityRelease": {"type": "string"}, "description": {"type": "string"}, "_upm": {"type": "object", "properties": {"gameService": {"type": "object", "properties": {"groupIndex": {"type": "integer"}, "groupName": {"type": "string"}, "genericDashboardUrl": {"type": "string"}, "projectDashboardUrl": {"type": "string"}, "projectDashboardUrlType": {"type": "string"}, "configurePath": {"type": "string"}}, "required": ["groupIndex", "groupName", "genericDashboardUrl", "projectDashboardUrl", "projectDashboardUrlType", "configurePath"]}, "supportedPlatforms": {"type": "array", "items": {"type": "string"}}}, "required": ["gameService", "supportedPlatforms"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"com.unity.nuget.newtonsoft-json": {"type": "string"}, "com.unity.services.core": {"type": "string"}}, "required": ["com.unity.nuget.newtonsoft-json", "com.unity.services.core"]}, "category": {"type": "string"}, "upmCi": {"type": "object", "properties": {"footprint": {"type": "string"}}, "required": ["footprint"]}, "repository": {"type": "object", "properties": {"url": {"type": "string"}, "type": {"type": "string"}, "revision": {"type": "string"}}, "required": ["url", "type", "revision"]}}, "required": ["name", "displayName", "version", "unity", "unityRelease", "description", "_upm", "keywords", "dependencies", "category", "upmCi", "repository"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"count": {"type": "integer"}, "uniques": {"type": "integer"}, "clones": {"type": "array", "items": {"type": "object", "properties": {"timestamp": {"type": "string"}, "count": {"type": "integer"}, "uniques": {"type": "integer"}}, "required": ["timestamp", "count", "uniques"]}}}, "required": ["count", "uniques", "clones"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"count" : 430, "uniques" : 305, "clones" : [{"timestamp" : "2021-02-24T00:00:00Z", "count" : 31, "uniques" : 24}, {"timestamp" : "2021-02-25T00:00:00Z", "count" : 30, "uniques" : 24}, {"timestamp" : "2021-02-26T00:00:00Z", "count" : 26, "uniques" : 17}, {"timestamp" : "2021-02-27T00:00:00Z", "count" : 47, "uniques" : 27}, {"timestamp" : "2021-02-28T00:00:00Z", "count" : 32, "uniques" : 24}, {"timestamp" : "2021-03-01T00:00:00Z", "count" : 25, "uniques" : 21}, {"timestamp" : "2021-03-02T00:00:00Z", "count" : 18, "uniques" : 15}, {"timestamp" : "2021-03-03T00:00:00Z", "count" : 34, "uniques" : 30}, {"timestamp" : "2021-03-04T00:00:00Z", "count" : 30, "uniques" : 24}, {"timestamp" : "2021-03-05T00:00:00Z", "count" : 31, "uniques" : 30}, {"timestamp" : "2021-03-06T00:00:00Z", "count" : 25, "uniques" : 20}, {"timestamp" : "2021-03-07T00:00:00Z", "count" : 24, "uniques" : 23}, {"timestamp" : "2021-03-08T00:00:00Z", "count" : 34, "uniques" : 29}, {"timestamp" : "2021-03-09T00:00:00Z", "count" : 43, "uniques" : 28}]} | json_instruct | {"type": "object", "properties": {"count": {"type": "integer"}, "uniques": {"type": "integer"}, "clones": {"type": "array", "items": {"type": "object", "properties": {"timestamp": {"type": "string"}, "count": {"type": "integer"}, "uniques": {"type": "integer"}}, "required": ["timestamp", "count", "uniques"]}}}, "required": ["count", "uniques", "clones"], "$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" : "411628108001", "text" : "\u8d3e\u6ee9\u5c45\u6c11\u59d4\u5458\u4f1a"}, {"id" : "411628108002", "text" : "\u5927\u8463\u5c45\u6c11\u59d4\u5458\u4f1a"}, {"id" : "411628108003", "text" : "\u90d1\u53f0\u5c45\u6c11\u59d4\u5458\u4f1a"}, {"id" : "411628108200", "text" : "\u69d0\u6811\u674e\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "411628108201", "text" : "\u65b9\u5e84\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "411628108202", "text" : "\u67ff\u56ed\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "411628108203", "text" : "\u4e09\u91cc\u6768\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "411628108204", "text" : "\u5927\u5b8b\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "411628108205", "text" : "\u8c37\u697c\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "411628108206", "text" : "\u53cc\u5e99\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "411628108207", "text" : "\u5468\u5e84\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "411628108208", "text" : "\u4efb\u5802\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "411628108209", "text" : "\u6881\u5e84\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "411628108210", "text" : "\u9ad8\u5e84\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "411628108211", "text" : "\u5b59\u5409\u5143\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "411628108212", "text" : "\u8c22\u5e84\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "411628108213", "text" : "\u4e94\u95e8\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "411628108214", "text" : "\u540e\u5802\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "411628108215", "text" : "\u540e\u72c4\u697c\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "411628108216", "text" : "\u674e\u8001\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "411628108217", "text" : "\u51cc\u5802\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "411628108218", "text" : "\u859b\u5e84\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "411628108219", "text" : "\u51af\u697c\u5be8\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "411628108220", "text" : "\u5927\u7c73\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "411628108221", "text" : "\u738b\u7edf\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "411628108222", "text" : "\u5b8c\u5218\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "411628108223", "text" : "\u6851\u56ed\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "411628108224", "text" : "\u675c\u697c\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "411628108225", "text" : "\u77f3\u95e8\u91cc\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "411628108226", "text" : "\u674e\u5173\u5e99\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "411628108227", "text" : "\u6731\u6865\u5be8\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#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"Name": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Name" : "Arena", "Description" : "Un'arena improvvisata per combattimenti di gladiatori, ridisegnato nei rimanenti locali del centro commerciale Equator-2."} | json_instruct | {"type": "object", "properties": {"Name": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"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" : [[[128.25, 34.25], [128.25, 34.333333333333336], [128.375, 34.333333333333336], [128.375, 34.25], [128.25, 34.25]]]}, "properties" : {"code" : 512832, "url" : "http://madefor.github.io/0410/api/v1/512832.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/512832.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": {"search": {"type": "string"}, "reset": {"type": "string"}, "hidesHiddenColumns": {"type": "string"}, "showsHiddenColumns": {"type": "string"}}, "required": ["search", "reset", "hidesHiddenColumns", "showsHiddenColumns"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"search" : "Rechercher...", "reset" : "R\u00e9initialisation des param\u00e8tres de la grille", "hidesHiddenColumns" : "cache les colonnes cach\u00e9es", "showsHiddenColumns" : "affiche les colonnes cach\u00e9es"} | json_instruct | {"type": "object", "properties": {"search": {"type": "string"}, "reset": {"type": "string"}, "hidesHiddenColumns": {"type": "string"}, "showsHiddenColumns": {"type": "string"}}, "required": ["search", "reset", "hidesHiddenColumns", "showsHiddenColumns"], "$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"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "dependencies": {"type": "object", "properties": {"underscore": {"type": "string"}}, "required": ["underscore"]}, "devDependencies": {"type": "object", "properties": {"jasmine-node": {"type": "string"}}, "required": ["jasmine-node"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}}, "required": ["name", "version", "description", "main", "author", "license", "repository", "keywords", "bugs", "dependencies", "devDependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "oblo-util", "version" : "0.6.4", "description" : "Utilities module suitable for both Node.js and client-side use", "main" : "oblo-util.js", "author" : {"name" : "Martijn M. Schrage", "email" : "martijn@oblomov.com"}, "license" : "MIT", "repository" : {"type" : "git", "url" : "https://github.com/Oblosys/oblo-util.git"}, "keywords" : ["utility", "server", "client", "browser"], "bugs" : {"url" : "https://github.com/Oblosys/oblo-util/issues"}, "dependencies" : {"underscore" : ">=1.4.3"}, "devDependencies" : {"jasmine-node" : ">=1.11"}, "scripts" : {"test" : "jasmine-node oblo-util.spec.js"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "dependencies": {"type": "object", "properties": {"underscore": {"type": "string"}}, "required": ["underscore"]}, "devDependencies": {"type": "object", "properties": {"jasmine-node": {"type": "string"}}, "required": ["jasmine-node"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}}, "required": ["name", "version", "description", "main", "author", "license", "repository", "keywords", "bugs", "dependencies", "devDependencies", "scripts"], "$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"}, "keywords": {"type": "array", "items": {"type": "string"}}, "bin": {"type": "object", "properties": {"create-truffle-dapp": {"type": "string"}}, "required": ["create-truffle-dapp"]}, "files": {"type": "array", "items": {"type": "string"}}, "preferGlobal": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"chalk": {"type": "string"}, "inquirer": {"type": "string"}, "node-cmd": {"type": "string"}}, "required": ["chalk", "inquirer", "node-cmd"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-config-airbnb-base": {"type": "string"}, "eslint-plugin-import": {"type": "string"}}, "required": ["eslint", "eslint-config-airbnb-base", "eslint-plugin-import"]}}, "required": ["name", "version", "description", "keywords", "bin", "files", "preferGlobal", "scripts", "author", "license", "repository", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "create-truffle-dapp", "version" : "0.3.0", "description" : "Create and deploy Truffle projects with no configuration.", "keywords" : ["solidity", "truffle", "dapp", "smart-contracts", "ethereum", "zero-configuration", "blockchain", "cli", "deployment"], "bin" : {"create-truffle-dapp" : "./createTruffleDapp.js"}, "files" : ["createTruffleDapp.js"], "preferGlobal" : true, "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "clemlak", "license" : "MIT", "repository" : {"type" : "git", "url" : "https://github.com/clemlak/create-truffle-dapp.git"}, "homepage" : "https://github.com/clemlak/create-truffle-dapp", "dependencies" : {"chalk" : "^2.4.1", "inquirer" : "^6.0.0", "node-cmd" : "^3.0.0"}, "devDependencies" : {"eslint" : "^4.19.1", "eslint-config-airbnb-base" : "^13.0.0", "eslint-plugin-import" : "^2.13.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "bin": {"type": "object", "properties": {"create-truffle-dapp": {"type": "string"}}, "required": ["create-truffle-dapp"]}, "files": {"type": "array", "items": {"type": "string"}}, "preferGlobal": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"chalk": {"type": "string"}, "inquirer": {"type": "string"}, "node-cmd": {"type": "string"}}, "required": ["chalk", "inquirer", "node-cmd"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-config-airbnb-base": {"type": "string"}, "eslint-plugin-import": {"type": "string"}}, "required": ["eslint", "eslint-config-airbnb-base", "eslint-plugin-import"]}}, "required": ["name", "version", "description", "keywords", "bin", "files", "preferGlobal", "scripts", "author", "license", "repository", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "license": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"web": {"type": "string"}, "test": {"type": "string"}}, "required": ["web", "test"]}, "development": {"type": "object", "properties": {"port": {"type": "integer"}}, "required": ["port"]}, "production": {"type": "object", "properties": {"localBaseUrl": {"type": "string"}, "port": {"type": "integer"}}, "required": ["localBaseUrl", "port"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "dependencies": {"type": "object", "properties": {"ac-koa": {"type": "string"}, "ac-koa-hipchat": {"type": "string"}, "lodash": {"type": "string"}}, "required": ["ac-koa", "ac-koa-hipchat", "lodash"]}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "co": {"type": "string"}, "mocha": {"type": "string"}, "regexp-escape": {"type": "string"}, "sinon-es6": {"type": "string"}}, "required": ["chai", "co", "mocha", "regexp-escape", "sinon-es6"]}}, "required": ["name", "displayName", "description", "version", "author", "license", "engines", "scripts", "development", "production", "repository", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "hipchat-foosball-referee", "displayName" : "Foosball Referee", "description" : "Organises games of foosball in a room.", "version" : "0.0.5", "author" : {"name" : "Rory Haddon", "url" : "http://roryhaddon.com"}, "license" : "Apache 2.0", "engines" : {"node" : "~0.11.13"}, "scripts" : {"web" : "node --harmony foosball.js", "test" : "node --harmony node_modules/mocha/bin/mocha test --harmony --recursive"}, "development" : {"port" : 3001}, "production" : {"localBaseUrl" : "https://foosball.roryhaddon.com", "port" : 3001}, "repository" : {"type" : "git", "url" : "https://github.com/RoryH/hipchat-foosball-referee.git"}, "dependencies" : {"ac-koa" : "^0.2.3", "ac-koa-hipchat" : "^0.2.4", "lodash" : "4.17.x"}, "devDependencies" : {"chai" : "^1.10.0", "co" : "3.x", "mocha" : "^2.1.0", "regexp-escape" : "0.0.1", "sinon-es6" : "^0.0.3"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "license": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"web": {"type": "string"}, "test": {"type": "string"}}, "required": ["web", "test"]}, "development": {"type": "object", "properties": {"port": {"type": "integer"}}, "required": ["port"]}, "production": {"type": "object", "properties": {"localBaseUrl": {"type": "string"}, "port": {"type": "integer"}}, "required": ["localBaseUrl", "port"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "dependencies": {"type": "object", "properties": {"ac-koa": {"type": "string"}, "ac-koa-hipchat": {"type": "string"}, "lodash": {"type": "string"}}, "required": ["ac-koa", "ac-koa-hipchat", "lodash"]}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "co": {"type": "string"}, "mocha": {"type": "string"}, "regexp-escape": {"type": "string"}, "sinon-es6": {"type": "string"}}, "required": ["chai", "co", "mocha", "regexp-escape", "sinon-es6"]}}, "required": ["name", "displayName", "description", "version", "author", "license", "engines", "scripts", "development", "production", "repository", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"context-menu": {"type": "object", "properties": {"atom-text-editor": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "command": {"type": "string"}}, "required": ["label", "command"]}}}, "required": ["atom-text-editor"]}, "menu": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "submenu": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "submenu": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "command": {"type": "string"}}, "required": ["label", "command"]}}}, "required": ["label", "submenu"]}}}, "required": ["label", "submenu"]}}}, "required": ["context-menu", "menu"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"context-menu" : {"atom-text-editor" : [{"label" : "Select Text between Tags", "command" : "select-text-between-tags:select"}]}, "menu" : [{"label" : "Packages", "submenu" : [{"label" : "Select Text between Tags", "submenu" : [{"label" : "Select", "command" : "select-text-between-tags:select"}]}]}]} | json_instruct | {"type": "object", "properties": {"context-menu": {"type": "object", "properties": {"atom-text-editor": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "command": {"type": "string"}}, "required": ["label", "command"]}}}, "required": ["atom-text-editor"]}, "menu": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "submenu": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "submenu": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "command": {"type": "string"}}, "required": ["label", "command"]}}}, "required": ["label", "submenu"]}}}, "required": ["label", "submenu"]}}}, "required": ["context-menu", "menu"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"track": {"type": "string"}, "exercise": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "handle": {"type": "string"}, "is_requester": {"type": "boolean"}, "auto_approve": {"type": "boolean"}}, "required": ["track", "exercise", "id", "url", "handle", "is_requester", "auto_approve"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"track" : "kotlin", "exercise" : "minesweeper", "id" : "f9771b6f43714b708919e1be0f59d3e0", "url" : "https://exercism.org/tracks/kotlin/exercises/minesweeper", "handle" : "ErikSchierboom", "is_requester" : true, "auto_approve" : false} | json_instruct | {"type": "object", "properties": {"track": {"type": "string"}, "exercise": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "handle": {"type": "string"}, "is_requester": {"type": "boolean"}, "auto_approve": {"type": "boolean"}}, "required": ["track", "exercise", "id", "url", "handle", "is_requester", "auto_approve"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"loc_vars": {"type": "array", "items": {"type": "string"}}, "id_key": {"type": "string"}, "y_var": {"type": "string"}, "x_vars": {"type": "array", "items": {"type": "string"}}, "variables_file": {"type": "string"}, "clusters_files": {"type": "array", "items": {"type": "string"}}, "mask_files": {"type": "array", "items": {"type": "string"}}}, "required": ["loc_vars", "id_key", "y_var", "x_vars", "variables_file", "clusters_files", "mask_files"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"loc_vars" : ["lon", "lat"], "id_key" : "id", "y_var" : "temp", "x_vars" : ["altitude", "dist"], "variables_file" : "/tmp/variables.tiff", "clusters_files" : ["./test/data/clusters.json"], "mask_files" : ["/tmp/mask.tiff"]} | json_instruct | {"type": "object", "properties": {"loc_vars": {"type": "array", "items": {"type": "string"}}, "id_key": {"type": "string"}, "y_var": {"type": "string"}, "x_vars": {"type": "array", "items": {"type": "string"}}, "variables_file": {"type": "string"}, "clusters_files": {"type": "array", "items": {"type": "string"}}, "mask_files": {"type": "array", "items": {"type": "string"}}}, "required": ["loc_vars", "id_key", "y_var", "x_vars", "variables_file", "clusters_files", "mask_files"], "$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"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon": {"type": "number"}}, "required": ["type", "id", "lat", "lon"]}}, "volunteer_postcode": {"type": "string"}, "closest_distance": {"type": "integer"}}, "required": ["id", "name", "nodes", "volunteer_postcode", "closest_distance"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "74208471", "name" : "Ryeburn Way", "nodes" : [{"type" : "node", "id" : 877758989, "lat" : 52.3032917, "lon" : -0.705444}, {"type" : "node", "id" : 877759038, "lat" : 52.3031411, "lon" : -0.705444}, {"type" : "node", "id" : 877759094, "lat" : 52.3029838, "lon" : -0.7053897}, {"type" : "node", "id" : 877759211, "lat" : 52.3037578, "lon" : -0.7052798}, {"type" : "node", "id" : 877759263, "lat" : 52.3036144, "lon" : -0.7052447}, {"type" : "node", "id" : 877759315, "lat" : 52.303471, "lon" : -0.7052798}, {"type" : "node", "id" : 877759348, "lat" : 52.3039012, "lon" : -0.7053502}, {"type" : "node", "id" : 877759366, "lat" : 52.3034064, "lon" : -0.7053619}, {"type" : "node", "id" : 1515146686, "lat" : 52.3030549, "lon" : -0.7054142}, {"type" : "node", "id" : 1515149137, "lat" : 52.3033755, "lon" : -0.705384}], "volunteer_postcode" : "NN8 3AH", "closest_distance" : 51} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon": {"type": "number"}}, "required": ["type", "id", "lat", "lon"]}}, "volunteer_postcode": {"type": "string"}, "closest_distance": {"type": "integer"}}, "required": ["id", "name", "nodes", "volunteer_postcode", "closest_distance"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"body": {"type": "object", "properties": {"section1": {"type": "object", "properties": {"title": {"type": "string"}, "items": {"type": "object", "properties": {}, "required": []}}, "required": ["title", "items"]}, "section2": {"type": "object", "properties": {"items": {"type": "object", "properties": {}, "required": []}}, "required": ["items"]}, "section3": {"type": "object", "properties": {"items": {"type": "object", "properties": {"item2": {"type": "object", "properties": {"div": {"type": "object", "properties": {"class": {"type": "string"}}, "required": ["class"]}, "a": {"type": "object", "properties": {"href": {"type": "string"}}, "required": ["href"]}, "img": {"type": "object", "properties": {"src": {"type": "string"}, "alt": {"type": "string"}}, "required": ["src", "alt"]}, "title": {"type": "string"}}, "required": ["div", "a", "img", "title"]}, "item3": {"type": "object", "properties": {"div": {"type": "object", "properties": {"id": {"type": "string"}, "width": {"type": "string"}, "height": {"type": "string"}}, "required": ["id", "width", "height"]}, "title": {"type": "string"}}, "required": ["div", "title"]}}, "required": ["item2", "item3"]}}, "required": ["items"]}, "section4": {"type": "object", "properties": {"items": {"type": "object", "properties": {"item5": {"type": "object", "properties": {"div": {"type": "object", "properties": {"class": {"type": "string"}}, "required": ["class"]}, "a": {"type": "object", "properties": {"href": {"type": "string"}}, "required": ["href"]}, "img": {"type": "object", "properties": {"src": {"type": "string"}, "alt": {"type": "string"}}, "required": ["src", "alt"]}, "title": {"type": "string"}}, "required": ["div", "a", "img", "title"]}}, "required": ["item5"]}}, "required": ["items"]}}, "required": ["section1", "section2", "section3", "section4"]}}, "required": ["body"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"body" : {"section1" : {"title" : "", "items" : {}}, "section2" : {"items" : {}}, "section3" : {"items" : {"item2" : {"div" : {"class" : "ui-block-b sync-show sync-download-button"}, "a" : {"href" : "#"}, "img" : {"src" : "plugins/sync/css/images/download-editors.png", "alt" : "Update Survey"}, "title" : "Update Survey"}, "item3" : {"div" : {"id" : "hmap", "width" : "10px", "height" : "10px"}, "title" : "map"}}}, "section4" : {"items" : {"item5" : {"div" : {"class" : "ui-block-b"}, "a" : {"href" : "saved-maps.html"}, "img" : {"src" : "css/images/saved.png", "alt" : "Save Map"}, "title" : "Saved"}}}}} | json_instruct | {"type": "object", "properties": {"body": {"type": "object", "properties": {"section1": {"type": "object", "properties": {"title": {"type": "string"}, "items": {"type": "object", "properties": {}, "required": []}}, "required": ["title", "items"]}, "section2": {"type": "object", "properties": {"items": {"type": "object", "properties": {}, "required": []}}, "required": ["items"]}, "section3": {"type": "object", "properties": {"items": {"type": "object", "properties": {"item2": {"type": "object", "properties": {"div": {"type": "object", "properties": {"class": {"type": "string"}}, "required": ["class"]}, "a": {"type": "object", "properties": {"href": {"type": "string"}}, "required": ["href"]}, "img": {"type": "object", "properties": {"src": {"type": "string"}, "alt": {"type": "string"}}, "required": ["src", "alt"]}, "title": {"type": "string"}}, "required": ["div", "a", "img", "title"]}, "item3": {"type": "object", "properties": {"div": {"type": "object", "properties": {"id": {"type": "string"}, "width": {"type": "string"}, "height": {"type": "string"}}, "required": ["id", "width", "height"]}, "title": {"type": "string"}}, "required": ["div", "title"]}}, "required": ["item2", "item3"]}}, "required": ["items"]}, "section4": {"type": "object", "properties": {"items": {"type": "object", "properties": {"item5": {"type": "object", "properties": {"div": {"type": "object", "properties": {"class": {"type": "string"}}, "required": ["class"]}, "a": {"type": "object", "properties": {"href": {"type": "string"}}, "required": ["href"]}, "img": {"type": "object", "properties": {"src": {"type": "string"}, "alt": {"type": "string"}}, "required": ["src", "alt"]}, "title": {"type": "string"}}, "required": ["div", "a", "img", "title"]}}, "required": ["item5"]}}, "required": ["items"]}}, "required": ["section1", "section2", "section3", "section4"]}}, "required": ["body"], "$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": {"restartingStrategy": {"type": "object", "properties": {"maxSteps": {"type": "integer"}}, "required": ["maxSteps"]}, "learnRateDecayStrategy": {"type": "object", "properties": {"diff": {"type": "object", "properties": {"value": {"type": "number"}}, "required": ["value"]}, "initialLearningRate": {"type": "object", "properties": {"value": {"type": "number"}}, "required": ["value"]}, "actualLearningRate": {"type": "object", "properties": {"value": {"type": "number"}}, "required": ["value"]}, "decays": {"type": "integer"}}, "required": ["diff", "initialLearningRate", "actualLearningRate", "decays"]}, "trainer": {"type": "object", "properties": {}, "required": []}, "valueInitializer": {"type": "object", "properties": {"distribution": {"type": "object", "properties": {"rg": {"type": "object", "properties": {"seed": {"type": "integer"}, "nextNextGaussian": {"type": "number"}, "haveNextNextGaussian": {"type": "boolean"}}, "required": ["seed", "nextNextGaussian", "haveNextNextGaussian"]}, "scale": {"type": "number"}}, "required": ["rg", "scale"]}}, "required": ["distribution"]}, "learningRate": {"type": "object", "properties": {"value": {"type": "number"}}, "required": ["value"]}, "timing": {"type": "object", "properties": {"timeTaken": {"type": "object", "properties": {"seconds": {"type": "integer"}, "nanos": {"type": "integer"}}, "required": ["seconds", "nanos"]}, "totalTimeTaken": {"type": "string"}}, "required": ["timeTaken", "totalTimeTaken"]}}, "required": ["restartingStrategy", "learnRateDecayStrategy", "trainer", "valueInitializer", "learningRate", "timing"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"restartingStrategy" : {"maxSteps" : 1000}, "learnRateDecayStrategy" : {"diff" : {"value" : -1e-05}, "initialLearningRate" : {"value" : 0.01}, "actualLearningRate" : {"value" : 0.01}, "decays" : 0}, "trainer" : {}, "valueInitializer" : {"distribution" : {"rg" : {"seed" : 115671373193023, "nextNextGaussian" : 0.0, "haveNextNextGaussian" : false}, "scale" : 2.0}}, "learningRate" : {"value" : 0.01}, "timing" : {"timeTaken" : {"seconds" : 20487, "nanos" : 448000000}, "totalTimeTaken" : "PT5H41M27.448S"}}, {"restartingStrategy" : {"maxSteps" : 1000}, "learnRateDecayStrategy" : {"diff" : {"value" : -1e-05}, "initialLearningRate" : {"value" : 0.01}, "actualLearningRate" : {"value" : 0.01}, "decays" : 0}, "trainer" : {}, "valueInitializer" : {"distribution" : {"rg" : {"seed" : 218200096797369, "nextNextGaussian" : 0.0, "haveNextNextGaussian" : false}, "scale" : 2.0}}, "learningRate" : {"value" : 0.01}, "timing" : {"timeTaken" : {"seconds" : 20597, "nanos" : 329000000}, "totalTimeTaken" : "PT5H43M17.329S"}}, {"restartingStrategy" : {"maxSteps" : 1000}, "learnRateDecayStrategy" : {"diff" : {"value" : -1e-05}, "initialLearningRate" : {"value" : 0.01}, "actualLearningRate" : {"value" : 0.01}, "decays" : 0}, "trainer" : {}, "valueInitializer" : {"distribution" : {"rg" : {"seed" : 237953939822851, "nextNextGaussian" : 0.0, "haveNextNextGaussian" : false}, "scale" : 2.0}}, "learningRate" : {"value" : 0.01}, "timing" : {"timeTaken" : {"seconds" : 20465, "nanos" : 373000000}, "totalTimeTaken" : "PT5H41M5.373S"}}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"restartingStrategy": {"type": "object", "properties": {"maxSteps": {"type": "integer"}}, "required": ["maxSteps"]}, "learnRateDecayStrategy": {"type": "object", "properties": {"diff": {"type": "object", "properties": {"value": {"type": "number"}}, "required": ["value"]}, "initialLearningRate": {"type": "object", "properties": {"value": {"type": "number"}}, "required": ["value"]}, "actualLearningRate": {"type": "object", "properties": {"value": {"type": "number"}}, "required": ["value"]}, "decays": {"type": "integer"}}, "required": ["diff", "initialLearningRate", "actualLearningRate", "decays"]}, "trainer": {"type": "object", "properties": {}, "required": []}, "valueInitializer": {"type": "object", "properties": {"distribution": {"type": "object", "properties": {"rg": {"type": "object", "properties": {"seed": {"type": "integer"}, "nextNextGaussian": {"type": "number"}, "haveNextNextGaussian": {"type": "boolean"}}, "required": ["seed", "nextNextGaussian", "haveNextNextGaussian"]}, "scale": {"type": "number"}}, "required": ["rg", "scale"]}}, "required": ["distribution"]}, "learningRate": {"type": "object", "properties": {"value": {"type": "number"}}, "required": ["value"]}, "timing": {"type": "object", "properties": {"timeTaken": {"type": "object", "properties": {"seconds": {"type": "integer"}, "nanos": {"type": "integer"}}, "required": ["seconds", "nanos"]}, "totalTimeTaken": {"type": "string"}}, "required": ["timeTaken", "totalTimeTaken"]}}, "required": ["restartingStrategy", "learnRateDecayStrategy", "trainer", "valueInitializer", "learningRate", "timing"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"body": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}, "parent_id": {"type": "string"}, "id": {"type": "string"}}, "required": ["body", "attachments", "created_by_name", "created_at", "created_by", "parent_id", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"body" : "Dear Andy,\n\n\nI have one more question about this part of your reply:\n\n\n*The relative weight of specular vs. diffuse rays is a result of the\nmaterial applied to the surface. if you use a plastic material such as\nbelow (with 15% diffuse reflectance, 35% specular reflectance, and 0.05\nroughness):*\n\n\nHow do you get the value: '*5% diffuse reflectance, 35% specular\nreflectance, and 0.05 roughness' *from the setting of 'specular weight 30%\nand diffuse weight 70% after reflection'.\n\n\n*void plastic test70-30*\n*0*\n*0*\n*5 0.15 0.15 0.15 0.35 0.05*\n\n\n*then the specular rays will account for 30% of the final ray value and the\ndiffuse rays will account for 70% of the final ray value.*\n\n\nThanks a lot.\n\n\nCheers,\nMengdi\n___\n<sup>Automatically generated content from [radiance mailing-list](https://radiance-online.org/pipermail/radiance-general/2016-June/011821.html).</sup>", "attachments" : [], "created_by_name" : "Mengdi Guo", "created_at" : "June 27, 2016 at 07:21AM", "created_by" : "Mengdi_Guo", "parent_id" : "radiance-general_011801", "id" : "radiance-general_011821"} | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}, "parent_id": {"type": "string"}, "id": {"type": "string"}}, "required": ["body", "attachments", "created_by_name", "created_at", "created_by", "parent_id", "id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"indicators": {"type": "array", "items": {"type": "object", "properties": {"indName": {"type": "string"}, "indKey": {"type": "string"}, "minValue": {"type": "integer"}, "maxValue": {"type": "integer"}}, "required": ["indName", "indKey", "minValue", "maxValue"]}}}, "required": ["indicators"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"indicators" : [{"indName" : "Empleados empresas", "indKey" : "Empleados_empresa", "minValue" : 0, "maxValue" : 5828}, {"indName" : "Volumen de hogares (MIV 2014)", "indKey" : "tot_hog", "minValue" : 0, "maxValue" : 3111}]} | json_instruct | {"type": "object", "properties": {"indicators": {"type": "array", "items": {"type": "object", "properties": {"indName": {"type": "string"}, "indKey": {"type": "string"}, "minValue": {"type": "integer"}, "maxValue": {"type": "integer"}}, "required": ["indName", "indKey", "minValue", "maxValue"]}}}, "required": ["indicators"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"Artist": {"type": "string"}, "Common name": {"type": "string"}, "Date created": {"type": "string"}, "Geographic origin": {"type": "string"}, "NAL note": {"type": "string"}, "Notes on original": {"type": "string"}, "Physical description": {"type": "string"}, "Scientific name": {"type": "string"}, "Specimen": {"type": "string"}, "Variety": {"type": "string"}, "Year": {"type": "string"}, "Name": {"type": "string"}}, "required": ["Artist", "Common name", "Date created", "Geographic origin", "NAL note", "Notes on original", "Physical description", "Scientific name", "Specimen", "Variety", "Year", "Name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Artist" : "Newton, Amanda Almira, ca. 1860-1943", "Common name" : "mangoes", "Date created" : "1907-07-26", "Geographic origin" : "Manatee, Manatee County, Florida, United States", "NAL note" : "Watercolor includes mock up for Yearbook of Agriculture (1908)", "Notes on original" : "Copy and sample for type, Sandersha Mango", "Physical description" : "1 art original : col. ; 17 x 25 cm.", "Scientific name" : "Mangifera indica", "Specimen" : "38498a", "Variety" : "Peters No. 1", "Year" : "1907", "Name" : "Mangifera indica: Peters No. 1"} | json_instruct | {"type": "object", "properties": {"Artist": {"type": "string"}, "Common name": {"type": "string"}, "Date created": {"type": "string"}, "Geographic origin": {"type": "string"}, "NAL note": {"type": "string"}, "Notes on original": {"type": "string"}, "Physical description": {"type": "string"}, "Scientific name": {"type": "string"}, "Specimen": {"type": "string"}, "Variety": {"type": "string"}, "Year": {"type": "string"}, "Name": {"type": "string"}}, "required": ["Artist", "Common name", "Date created", "Geographic origin", "NAL note", "Notes on original", "Physical description", "Scientific name", "Specimen", "Variety", "Year", "Name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"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"]}, "types": {"type": "string"}, "browser": {"type": "string"}, "module": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"rollup": {"type": "string"}, "rollup-plugin-commonjs": {"type": "string"}, "rollup-plugin-node-resolve": {"type": "string"}, "rollup-plugin-terser": {"type": "string"}}, "required": ["rollup", "rollup-plugin-commonjs", "rollup-plugin-node-resolve", "rollup-plugin-terser"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "repository", "bugs", "types", "browser", "module", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "watermark-package", "version" : "2.0.2", "description" : "\u4e00\u4e2a\u975e\u5e38\u7b80\u5355\u7684\u524d\u7aef\u8bbe\u7f6e\u6c34\u5370package", "main" : "dist/watermark.esm.js", "scripts" : {"test" : "npm install watermark-package"}, "keywords" : ["\u524d\u7aef", "\u6c34\u5370"], "author" : "Congying Hu", "license" : "MIT", "repository" : {"type" : "git", "url" : "https://github.com/zifeifish/watermark-package.git"}, "bugs" : {"url" : "https://github.com/zifeifish/watermark-package/issues"}, "types" : "src/index.td.ts", "browser" : "dist/watermark.umd.js", "module" : "dist/watermark.esm.js", "devDependencies" : {"rollup" : "^1.16.6", "rollup-plugin-commonjs" : "^10.0.1", "rollup-plugin-node-resolve" : "^5.2.0", "rollup-plugin-terser" : "^5.1.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"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"]}, "types": {"type": "string"}, "browser": {"type": "string"}, "module": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"rollup": {"type": "string"}, "rollup-plugin-commonjs": {"type": "string"}, "rollup-plugin-node-resolve": {"type": "string"}, "rollup-plugin-terser": {"type": "string"}}, "required": ["rollup", "rollup-plugin-commonjs", "rollup-plugin-node-resolve", "rollup-plugin-terser"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "repository", "bugs", "types", "browser", "module", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}}, "required": ["test", "build"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "string"}, "homepage": {"type": "string"}, "bugs": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@opentranslate/translator": {"type": "string"}, "@types/qs": {"type": "string"}, "md5": {"type": "string"}}, "required": ["@opentranslate/translator", "@types/qs", "md5"]}}, "required": ["name", "private", "publishConfig", "version", "description", "main", "types", "scripts", "keywords", "repository", "homepage", "bugs", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@opentranslate/tencent", "private" : false, "publishConfig" : {"access" : "public"}, "version" : "0.1.0", "description" : "Tencent translator with OpenTranslate API.", "main" : "dist/index.js", "types" : "dist/index.d.ts", "scripts" : {"test" : "jest --runInBand --forceExit --detectOpenHandles", "build" : "rm -rf dist && tsc --project tsconfig.build.json"}, "keywords" : ["OpenTranslate", "translate", "translator"], "repository" : "opentranslate/Opentranslate", "homepage" : "https://github.com/OpenTranslate/OpenTranslate/tree/master/packages/tencent", "bugs" : "https://github.com/opentranslate/opentranslate/issues/", "author" : "OpenTranslate", "license" : "MIT", "dependencies" : {"@opentranslate/translator" : "^0.1.0", "@types/qs" : "^6.5.3", "md5" : "^2.2.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}}, "required": ["test", "build"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "string"}, "homepage": {"type": "string"}, "bugs": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@opentranslate/translator": {"type": "string"}, "@types/qs": {"type": "string"}, "md5": {"type": "string"}}, "required": ["@opentranslate/translator", "@types/qs", "md5"]}}, "required": ["name", "private", "publishConfig", "version", "description", "main", "types", "scripts", "keywords", "repository", "homepage", "bugs", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"ConsumerKey": {"type": "string"}, "ConsumerSecret": {"type": "string"}, "TokenValue": {"type": "string"}, "TokenSecret": {"type": "string"}}, "required": ["ConsumerKey", "ConsumerSecret", "TokenValue", "TokenSecret"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ConsumerKey" : "here", "ConsumerSecret" : "here", "TokenValue" : "here", "TokenSecret" : "here"} | json_instruct | {"type": "object", "properties": {"ConsumerKey": {"type": "string"}, "ConsumerSecret": {"type": "string"}, "TokenValue": {"type": "string"}, "TokenSecret": {"type": "string"}}, "required": ["ConsumerKey", "ConsumerSecret", "TokenValue", "TokenSecret"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"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" : "0xbcbc9033a53f86b6ea04a345f6520ef5546c839c6000593e71631864eebf5423", "parentHash" : "0x9edacbcbd0ba27d4b72e9cb74cc9a424febba064869d3a1bea1d134c80893826", "number" : 45174, "timestamp" : 1438901613, "nonce" : "0x809c4adcb1189036", "difficulty" : 1446395672992, "gasLimit" : {"_hex" : "0x34ea"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0xeB1325C8D9d3ea8D74aC11F4B00F1B2367686319", "extraData" : "0x476574682f76312e302e312f77696e646f77732f676f312e342e32", "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": {"wind_elf_cosmo_name": {"type": "string"}, "wind_elf_cosmo_description": {"type": "string"}}, "required": ["wind_elf_cosmo_name", "wind_elf_cosmo_description"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"wind_elf_cosmo_name" : "Elfe de vent", "wind_elf_cosmo_description" : "En combat augmente votre attaque cosmique de 10%. Pour chaque ennemi touch\u00e9 (hors invocations) vous gagnez 4% d'attaque cosmique pendant 3 tours."} | json_instruct | {"type": "object", "properties": {"wind_elf_cosmo_name": {"type": "string"}, "wind_elf_cosmo_description": {"type": "string"}}, "required": ["wind_elf_cosmo_name", "wind_elf_cosmo_description"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "link": {"type": "string"}, "gen": {"type": "string"}}, "required": ["test", "link", "gen"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "config": {"type": "object", "properties": {}, "required": []}, "dependencies": {"type": "object", "properties": {"@micro-os-plus/riscv-arch": {"type": "string"}}, "required": ["@micro-os-plus/riscv-arch"]}, "devDependencies": {"type": "object", "properties": {"xsvd": {"type": "string"}}, "required": ["xsvd"]}, "xpack": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "description", "main", "scripts", "repository", "homepage", "keywords", "author", "license", "bugs", "config", "dependencies", "devDependencies", "xpack"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@sifive/devices", "version" : "1.0.2", "description" : "An xPack with the \u00b5OS++ support for the SiFive Core Complex devices", "main" : "", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "link" : "npm link xsvd", "gen" : "xsvd gen-headers --file xsvd/fe310-xsvd.json --dest include/sifive-devices/fe310; xsvd gen-headers --file xsvd/e31arty-xsvd.json --dest include/sifive-devices/arty/e31; xsvd gen-headers --file xsvd/e51arty-xsvd.json --dest include/sifive-devices/arty/e51"}, "repository" : {"type" : "git", "url" : "git+https://github.com/micro-os-plus/sifive-devices-xpack.git"}, "homepage" : "https://github.com/micro-os-plus/sifive-devices-xpack", "keywords" : ["xpack", "c++", "micro-os-plus", "sifive", "corecomplex", "risc-v", "riscv"], "author" : {"name" : "Liviu Ionescu", "email" : "ilg@livius.net", "url" : "http://liviusdotnet.wordpress.com"}, "license" : "MIT", "bugs" : {"url" : "https://github.com/micro-os-plus/sifive-devices-xpack/issues"}, "config" : {}, "dependencies" : {"@micro-os-plus/riscv-arch" : "~1.0.2"}, "devDependencies" : {"xsvd" : "~0.2.3"}, "xpack" : {}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "link": {"type": "string"}, "gen": {"type": "string"}}, "required": ["test", "link", "gen"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "config": {"type": "object", "properties": {}, "required": []}, "dependencies": {"type": "object", "properties": {"@micro-os-plus/riscv-arch": {"type": "string"}}, "required": ["@micro-os-plus/riscv-arch"]}, "devDependencies": {"type": "object", "properties": {"xsvd": {"type": "string"}}, "required": ["xsvd"]}, "xpack": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "description", "main", "scripts", "repository", "homepage", "keywords", "author", "license", "bugs", "config", "dependencies", "devDependencies", "xpack"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"react": {"type": "string"}, "react-dom": {"type": "string"}, "redux": {"type": "string"}, "reflux": {"type": "string"}}, "required": ["react", "react-dom", "redux", "reflux"]}, "devDependencies": {"type": "object", "properties": {"babel-preset-es2015": {"type": "string"}, "babel-preset-react": {"type": "string"}, "babel-preset-stage-1": {"type": "string"}, "gulp": {"type": "string"}, "gulp-uglify": {"type": "string"}, "gulp-util": {"type": "string"}, "gulp-watch": {"type": "string"}, "jquery": {"type": "string"}, "lodash": {"type": "string"}, "semantic-ui": {"type": "string"}, "vinyl-buffer": {"type": "string"}, "vinyl-source-stream": {"type": "string"}, "yargs": {"type": "string"}}, "required": ["babel-preset-es2015", "babel-preset-react", "babel-preset-stage-1", "gulp", "gulp-uglify", "gulp-util", "gulp-watch", "jquery", "lodash", "semantic-ui", "vinyl-buffer", "vinyl-source-stream", "yargs"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "react-redux-starter", "version" : "1.0.0", "description" : "react-redux-starter", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "some"}, "keywords" : ["react", "redux"], "author" : "Vijay Vijayaram", "license" : "ISC", "dependencies" : {"react" : "^15.2.0", "react-dom" : "^15.2.0", "redux" : "^3.5.2", "reflux" : "^0.4.1"}, "devDependencies" : {"babel-preset-es2015" : "^6.9.0", "babel-preset-react" : "^6.11.1", "babel-preset-stage-1" : "^6.5.0", "gulp" : "^3.9.1", "gulp-uglify" : "^1.5.4", "gulp-util" : "^3.0.7", "gulp-watch" : "^4.3.8", "jquery" : "^3.0.0", "lodash" : "^4.13.1", "semantic-ui" : "^2.2.1", "vinyl-buffer" : "^1.0.0", "vinyl-source-stream" : "^1.1.0", "yargs" : "^4.7.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"react": {"type": "string"}, "react-dom": {"type": "string"}, "redux": {"type": "string"}, "reflux": {"type": "string"}}, "required": ["react", "react-dom", "redux", "reflux"]}, "devDependencies": {"type": "object", "properties": {"babel-preset-es2015": {"type": "string"}, "babel-preset-react": {"type": "string"}, "babel-preset-stage-1": {"type": "string"}, "gulp": {"type": "string"}, "gulp-uglify": {"type": "string"}, "gulp-util": {"type": "string"}, "gulp-watch": {"type": "string"}, "jquery": {"type": "string"}, "lodash": {"type": "string"}, "semantic-ui": {"type": "string"}, "vinyl-buffer": {"type": "string"}, "vinyl-source-stream": {"type": "string"}, "yargs": {"type": "string"}}, "required": ["babel-preset-es2015", "babel-preset-react", "babel-preset-stage-1", "gulp", "gulp-uglify", "gulp-util", "gulp-watch", "jquery", "lodash", "semantic-ui", "vinyl-buffer", "vinyl-source-stream", "yargs"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "dependencies", "devDependencies"], "$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"}, "build": {"type": "string"}, "postbuild": {"type": "string"}}, "required": ["start", "build", "postbuild"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"parcel-bundler": {"type": "string"}, "sass": {"type": "string"}}, "required": ["parcel-bundler", "sass"]}, "dependencies": {"type": "object", "properties": {"gsap": {"type": "string"}, "numeral": {"type": "string"}, "reac": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-helmet": {"type": "string"}, "react-redux": {"type": "string"}, "react-router-dom": {"type": "string"}, "redux": {"type": "string"}, "redux-thunk": {"type": "string"}, "workbox-cli": {"type": "string"}}, "required": ["gsap", "numeral", "reac", "react", "react-dom", "react-helmet", "react-redux", "react-router-dom", "redux", "redux-thunk", "workbox-cli"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "countries_react_app", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"start" : "parcel ./src/index.html", "build" : "parcel build ./src/index.html --public-url ./", "postbuild" : "workbox generateSW"}, "keywords" : [], "author" : "Juan Diego Bohorquez <jdbq2@hotmail.com>", "license" : "ISC", "devDependencies" : {"parcel-bundler" : "1.12.4", "sass" : "^1.26.10"}, "dependencies" : {"gsap" : "^3.5.1", "numeral" : "^2.0.6", "reac" : "0.0.0", "react" : "16.13.1", "react-dom" : "16.13.1", "react-helmet" : "^6.1.0", "react-redux" : "^7.2.1", "react-router-dom" : "^5.2.0", "redux" : "^4.0.5", "redux-thunk" : "^2.3.0", "workbox-cli" : "^5.1.3"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "postbuild": {"type": "string"}}, "required": ["start", "build", "postbuild"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"parcel-bundler": {"type": "string"}, "sass": {"type": "string"}}, "required": ["parcel-bundler", "sass"]}, "dependencies": {"type": "object", "properties": {"gsap": {"type": "string"}, "numeral": {"type": "string"}, "reac": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-helmet": {"type": "string"}, "react-redux": {"type": "string"}, "react-router-dom": {"type": "string"}, "redux": {"type": "string"}, "redux-thunk": {"type": "string"}, "workbox-cli": {"type": "string"}}, "required": ["gsap", "numeral", "reac", "react", "react-dom", "react-helmet", "react-redux", "react-router-dom", "redux", "redux-thunk", "workbox-cli"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"files": {"type": "object", "properties": {"src/pkg/sort/sort.go": {"type": "object", "properties": {"status": {"type": "string"}, "num_chunks": {"type": "integer"}, "no_base_file": {"type": "boolean"}, "property_changes": {"type": "string"}, "num_added": {"type": "integer"}, "num_removed": {"type": "integer"}, "id": {"type": "integer"}, "is_binary": {"type": "boolean"}}, "required": ["status", "num_chunks", "no_base_file", "property_changes", "num_added", "num_removed", "id", "is_binary"]}, "CONTRIBUTORS": {"type": "object", "properties": {"status": {"type": "string"}, "num_chunks": {"type": "integer"}, "no_base_file": {"type": "boolean"}, "property_changes": {"type": "string"}, "num_added": {"type": "integer"}, "num_removed": {"type": "integer"}, "id": {"type": "integer"}, "is_binary": {"type": "boolean"}}, "required": ["status", "num_chunks", "no_base_file", "property_changes", "num_added", "num_removed", "id", "is_binary"]}, "AUTHORS": {"type": "object", "properties": {"status": {"type": "string"}, "num_chunks": {"type": "integer"}, "no_base_file": {"type": "boolean"}, "property_changes": {"type": "string"}, "num_added": {"type": "integer"}, "num_removed": {"type": "integer"}, "id": {"type": "integer"}, "is_binary": {"type": "boolean"}}, "required": ["status", "num_chunks", "no_base_file", "property_changes", "num_added", "num_removed", "id", "is_binary"]}}, "required": ["src/pkg/sort/sort.go", "CONTRIBUTORS", "AUTHORS"]}, "url": {"type": "null"}, "created": {"type": "string"}, "owner": {"type": "string"}, "num_comments": {"type": "integer"}, "patchset": {"type": "integer"}, "owner_email": {"type": "string"}, "issue": {"type": "integer"}, "message": {"type": "string"}, "modified": {"type": "string"}}, "required": ["files", "url", "created", "owner", "num_comments", "patchset", "owner_email", "issue", "message", "modified"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"files" : {"src/pkg/sort/sort.go" : {"status" : "M", "num_chunks" : 2, "no_base_file" : false, "property_changes" : "", "num_added" : 51, "num_removed" : 1, "id" : 7, "is_binary" : false}, "CONTRIBUTORS" : {"status" : "M", "num_chunks" : 1, "no_base_file" : false, "property_changes" : "", "num_added" : 1, "num_removed" : 0, "id" : 6, "is_binary" : false}, "AUTHORS" : {"status" : "M", "num_chunks" : 1, "no_base_file" : false, "property_changes" : "", "num_added" : 1, "num_removed" : 0, "id" : 5, "is_binary" : false}}, "url" : null, "created" : "2009-11-11 23:37:53.343522", "owner" : "kinghajj", "num_comments" : 1, "patchset" : 1004, "owner_email" : "kinghajj@gmail.com", "issue" : 152081, "message" : "code review 152081: Rewrote sort.SortInts() to use radix sort.", "modified" : "2009-11-13 08:08:09.144721"} | json_instruct | {"type": "object", "properties": {"files": {"type": "object", "properties": {"src/pkg/sort/sort.go": {"type": "object", "properties": {"status": {"type": "string"}, "num_chunks": {"type": "integer"}, "no_base_file": {"type": "boolean"}, "property_changes": {"type": "string"}, "num_added": {"type": "integer"}, "num_removed": {"type": "integer"}, "id": {"type": "integer"}, "is_binary": {"type": "boolean"}}, "required": ["status", "num_chunks", "no_base_file", "property_changes", "num_added", "num_removed", "id", "is_binary"]}, "CONTRIBUTORS": {"type": "object", "properties": {"status": {"type": "string"}, "num_chunks": {"type": "integer"}, "no_base_file": {"type": "boolean"}, "property_changes": {"type": "string"}, "num_added": {"type": "integer"}, "num_removed": {"type": "integer"}, "id": {"type": "integer"}, "is_binary": {"type": "boolean"}}, "required": ["status", "num_chunks", "no_base_file", "property_changes", "num_added", "num_removed", "id", "is_binary"]}, "AUTHORS": {"type": "object", "properties": {"status": {"type": "string"}, "num_chunks": {"type": "integer"}, "no_base_file": {"type": "boolean"}, "property_changes": {"type": "string"}, "num_added": {"type": "integer"}, "num_removed": {"type": "integer"}, "id": {"type": "integer"}, "is_binary": {"type": "boolean"}}, "required": ["status", "num_chunks", "no_base_file", "property_changes", "num_added", "num_removed", "id", "is_binary"]}}, "required": ["src/pkg/sort/sort.go", "CONTRIBUTORS", "AUTHORS"]}, "url": {"type": "null"}, "created": {"type": "string"}, "owner": {"type": "string"}, "num_comments": {"type": "integer"}, "patchset": {"type": "integer"}, "owner_email": {"type": "string"}, "issue": {"type": "integer"}, "message": {"type": "string"}, "modified": {"type": "string"}}, "required": ["files", "url", "created", "owner", "num_comments", "patchset", "owner_email", "issue", "message", "modified"], "$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": {"subject": {"type": "string"}, "catalog_nbr": {"type": "integer"}, "section": {"type": "integer"}, "class_nbr": {"type": "integer"}, "title": {"type": "string"}, "component": {"type": "string"}, "units": {"type": "integer"}, "bldg": {"type": "string"}, "room": {"type": "string"}, "days": {"type": "string"}, "time": {"type": "string"}, "instructor": {"type": "string"}, "load": {"type": "string"}, "rank": {"type": "string"}, "attributes": {"type": "null"}, "enrl_cap": {"type": "integer"}, "enrl_tot": {"type": "integer"}, "wait_cap": {"type": "integer"}, "wait_tot": {"type": "integer"}, "prereqs": {"type": "null"}, "rmp": {"type": "null"}}, "required": ["subject", "catalog_nbr", "section", "class_nbr", "title", "component", "units", "bldg", "room", "days", "time", "instructor", "load", "rank", "attributes", "enrl_cap", "enrl_tot", "wait_cap", "wait_tot", "prereqs", "rmp"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"subject" : "DPET", "catalog_nbr" : 830, "section" : 1, "class_nbr" : 5165, "title" : "CLIN INVEST DRUGS", "component" : "Lecture", "units" : 2, "bldg" : "TBA", "room" : "TBA", "days" : "Th", "time" : "17", "instructor" : "PATTERSON,JAMES H", "load" : "100", "rank" : "INST", "attributes" : null, "enrl_cap" : 30, "enrl_tot" : 18, "wait_cap" : 5, "wait_tot" : 0, "prereqs" : null, "rmp" : null}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"subject": {"type": "string"}, "catalog_nbr": {"type": "integer"}, "section": {"type": "integer"}, "class_nbr": {"type": "integer"}, "title": {"type": "string"}, "component": {"type": "string"}, "units": {"type": "integer"}, "bldg": {"type": "string"}, "room": {"type": "string"}, "days": {"type": "string"}, "time": {"type": "string"}, "instructor": {"type": "string"}, "load": {"type": "string"}, "rank": {"type": "string"}, "attributes": {"type": "null"}, "enrl_cap": {"type": "integer"}, "enrl_tot": {"type": "integer"}, "wait_cap": {"type": "integer"}, "wait_tot": {"type": "integer"}, "prereqs": {"type": "null"}, "rmp": {"type": "null"}}, "required": ["subject", "catalog_nbr", "section", "class_nbr", "title", "component", "units", "bldg", "room", "days", "time", "instructor", "load", "rank", "attributes", "enrl_cap", "enrl_tot", "wait_cap", "wait_tot", "prereqs", "rmp"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"react-virtualized.js": {"type": "string"}, "react-virtualized.min.js": {"type": "string"}}, "required": ["react-virtualized.js", "react-virtualized.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"react-virtualized.js" : "sha512-yvFrT9Vo0WOnpkbQZueznf1VqNWi3ISThi3kqLp49bKbyK2xbPBnnVKEx4RqvCbbmjsS1CQHIi/nzFVXS2xR5Q==", "react-virtualized.min.js" : "sha512-x0KSKE7pDhOXNUM8oIaa1SsHP++Gq5KvDMQDq5eZQsRs/w9pIK3Xlg8x8Cyf0RjKFh3pefNFyekstVoILp90/A=="} | json_instruct | {"type": "object", "properties": {"react-virtualized.js": {"type": "string"}, "react-virtualized.min.js": {"type": "string"}}, "required": ["react-virtualized.js", "react-virtualized.min.js"], "$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": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"gulp": {"type": "string"}, "gulp-coffee": {"type": "string"}, "gulp-jade": {"type": "string"}, "gulp-sass": {"type": "string"}, "gulp-util": {"type": "string"}, "gulp-watch": {"type": "string"}}, "required": ["gulp", "gulp-coffee", "gulp-jade", "gulp-sass", "gulp-util", "gulp-watch"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "active-map", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "Yuki Nagai", "license" : "ISC", "devDependencies" : {"gulp" : "^3.8.11", "gulp-coffee" : "^2.3.1", "gulp-jade" : "^1.0.0", "gulp-sass" : "^1.3.3", "gulp-util" : "^3.0.3", "gulp-watch" : "^4.1.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"gulp": {"type": "string"}, "gulp-coffee": {"type": "string"}, "gulp-jade": {"type": "string"}, "gulp-sass": {"type": "string"}, "gulp-util": {"type": "string"}, "gulp-watch": {"type": "string"}}, "required": ["gulp", "gulp-coffee", "gulp-jade", "gulp-sass", "gulp-util", "gulp-watch"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"MTND3": {"type": "string"}, "NADH3": {"type": "string"}, "ND3": {"type": "string"}, "NADH dehydrogenase subunit 3": {"type": "string"}, "O21572": {"type": "string"}, "NU3M_NELNE": {"type": "string"}, "NADH-ubiquinone oxidoreductase chain 3": {"type": "string"}, "MT-ND3": {"type": "string"}}, "required": ["MTND3", "NADH3", "ND3", "NADH dehydrogenase subunit 3", "O21572", "NU3M_NELNE", "NADH-ubiquinone oxidoreductase chain 3", "MT-ND3"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"MTND3" : "O21572", "NADH3" : "O21572", "ND3" : "O21572", "NADH dehydrogenase subunit 3" : "O21572", "O21572" : "O21572", "NU3M_NELNE" : "O21572", "NADH-ubiquinone oxidoreductase chain 3" : "O21572", "MT-ND3" : "O21572"} | json_instruct | {"type": "object", "properties": {"MTND3": {"type": "string"}, "NADH3": {"type": "string"}, "ND3": {"type": "string"}, "NADH dehydrogenase subunit 3": {"type": "string"}, "O21572": {"type": "string"}, "NU3M_NELNE": {"type": "string"}, "NADH-ubiquinone oxidoreductase chain 3": {"type": "string"}, "MT-ND3": {"type": "string"}}, "required": ["MTND3", "NADH3", "ND3", "NADH dehydrogenase subunit 3", "O21572", "NU3M_NELNE", "NADH-ubiquinone oxidoreductase chain 3", "MT-ND3"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"\u9ad8\u8d5b": {"type": "string"}}, "required": ["\u9ad8\u8d5b"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "source_files": {"type": "string"}, "resources": {"type": "string"}, "ios": {"type": "object", "properties": {"vendored_frameworks": {"type": "string"}}, "required": ["vendored_frameworks"]}, "frameworks": {"type": "array", "items": {"type": "string"}}, "libraries": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "platforms", "source", "source_files", "resources", "ios", "frameworks", "libraries"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "MAFShareTool", "version" : "0.0.3", "summary" : "\u5e38\u7528\u5206\u4eab\u5c01\u88c5", "description" : "\u5bf9\u817e\u8baf,\u5fae\u4fe1,\u5fae\u535a\u5e38\u7528\u5206\u4eab\u7684\u7b80\u5355\u5c01\u88c5", "homepage" : "https://github.com/LDeath/ShareTool", "license" : {"type" : "MIT", "file" : "LICENSE"}, "authors" : {"\u9ad8\u8d5b" : "395765302@qq.com"}, "platforms" : {"ios" : "7.0"}, "source" : {"git" : "https://github.com/LDeath/ShareTool.git", "tag" : "0.0.3"}, "source_files" : "MAFShareTool/**/*.{h,m}", "resources" : "MAFShareTool/Tencent/TencentOpenApi_IOS_Bundle.bundle", "ios" : {"vendored_frameworks" : "MAFShareTool/Tencent/TencentOpenAPI.framework"}, "frameworks" : ["UIKit", "Foundation", "Security", "SystemConfiguration", "CoreGraphics", "CoreTelephony"], "libraries" : ["z", "stdc++", "sqlite3", "iconv"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"\u9ad8\u8d5b": {"type": "string"}}, "required": ["\u9ad8\u8d5b"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "source_files": {"type": "string"}, "resources": {"type": "string"}, "ios": {"type": "object", "properties": {"vendored_frameworks": {"type": "string"}}, "required": ["vendored_frameworks"]}, "frameworks": {"type": "array", "items": {"type": "string"}}, "libraries": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "platforms", "source", "source_files", "resources", "ios", "frameworks", "libraries"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"moduleName": {"type": "null"}, "summaries": {"type": "array", "items": {"type": "object", "properties": {"symbol": {"type": "object", "properties": {"__symbol": {"type": "integer"}, "members": {"type": "array", "items": {}}}, "required": ["__symbol", "members"]}, "metadata": {"type": "object", "properties": {"__symbolic": {"type": "string"}}, "required": ["__symbolic"]}}, "required": ["symbol", "metadata"]}}, "symbols": {"type": "array", "items": {"type": "object", "properties": {"__symbol": {"type": "integer"}, "name": {"type": "string"}, "filePath": {"type": "string"}}, "required": ["__symbol", "name", "filePath"]}}}, "required": ["moduleName", "summaries", "symbols"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"moduleName" : null, "summaries" : [{"symbol" : {"__symbol" : 0, "members" : []}, "metadata" : {"__symbolic" : "interface"}}, {"symbol" : {"__symbol" : 1, "members" : []}, "metadata" : {"__symbolic" : "interface"}}, {"symbol" : {"__symbol" : 2, "members" : []}, "metadata" : {"__symbolic" : "interface"}}, {"symbol" : {"__symbol" : 3, "members" : []}, "metadata" : {"__symbolic" : "interface"}}, {"symbol" : {"__symbol" : 4, "members" : []}, "metadata" : {"__symbolic" : "interface"}}, {"symbol" : {"__symbol" : 5, "members" : []}, "metadata" : {"__symbolic" : "interface"}}, {"symbol" : {"__symbol" : 6, "members" : []}, "metadata" : {"__symbolic" : "interface"}}, {"symbol" : {"__symbol" : 7, "members" : []}, "metadata" : {"__symbolic" : "interface"}}], "symbols" : [{"__symbol" : 0, "name" : "SohoBarType", "filePath" : "./soho-bar"}, {"__symbol" : 1, "name" : "SohoBarOptions", "filePath" : "./soho-bar"}, {"__symbol" : 2, "name" : "SohoBarSelectEvent", "filePath" : "./soho-bar"}, {"__symbol" : 3, "name" : "SohoBar", "filePath" : "./soho-bar"}, {"__symbol" : 4, "name" : "SohoBarSelected", "filePath" : "./soho-bar"}, {"__symbol" : 5, "name" : "SohoBarFieldSelected", "filePath" : "./soho-bar"}, {"__symbol" : 6, "name" : "SohoBarGroupSelected", "filePath" : "./soho-bar"}, {"__symbol" : 7, "name" : "JQuery", "filePath" : "./soho-bar"}]} | json_instruct | {"type": "object", "properties": {"moduleName": {"type": "null"}, "summaries": {"type": "array", "items": {"type": "object", "properties": {"symbol": {"type": "object", "properties": {"__symbol": {"type": "integer"}, "members": {"type": "array", "items": {}}}, "required": ["__symbol", "members"]}, "metadata": {"type": "object", "properties": {"__symbolic": {"type": "string"}}, "required": ["__symbolic"]}}, "required": ["symbol", "metadata"]}}, "symbols": {"type": "array", "items": {"type": "object", "properties": {"__symbol": {"type": "integer"}, "name": {"type": "string"}, "filePath": {"type": "string"}}, "required": ["__symbol", "name", "filePath"]}}}, "required": ["moduleName", "summaries", "symbols"], "$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.