input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
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" : [[[143.0, 40.0], [143.0, 40.083333333333336], [143.125, 40.083333333333336], [143.125, 40.0], [143.0, 40.0]]]}, "properties" : {"code" : 604300, "url" : "http://madefor.github.io/0410/api/v1/604300.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/604300.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#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"navigationStyle": {"type": "string"}, "usingComponents": {"type": "object", "properties": {"list-cell": {"type": "string"}, "login-popup": {"type": "string"}}, "required": ["list-cell", "login-popup"]}}, "required": ["navigationStyle", "usingComponents"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"navigationStyle" : "custom", "usingComponents" : {"list-cell" : "/components/list-cell/list-cell", "login-popup" : "/pages/my/components/login-popup"}}
json_instruct
{"type": "object", "properties": {"navigationStyle": {"type": "string"}, "usingComponents": {"type": "object", "properties": {"list-cell": {"type": "string"}, "login-popup": {"type": "string"}}, "required": ["list-cell", "login-popup"]}}, "required": ["navigationStyle", "usingComponents"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"score": {"type": "number"}, "temptationIq": {"type": "integer"}}, "required": ["score", "temptationIq"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"score" : 2.5, "temptationIq" : 50}
json_instruct
{"type": "object", "properties": {"score": {"type": "number"}, "temptationIq": {"type": "integer"}}, "required": ["score", "temptationIq"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "abbr", "name"]}, "city": {"type": "string"}, "type": {"type": "string"}, "lng": {"type": "number"}, "counties": {"type": "array", "items": {"type": "object", "properties": {"fips": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "name"]}}}, "required": ["localities", "state", "postal_code", "locality", "lat", "region", "city", "type", "lng", "counties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"localities" : ["Oneco, CT"], "state" : "CT", "postal_code" : "06373", "locality" : "Oneco, CT", "lat" : 41.677728, "region" : {"fips" : "09", "abbr" : "CT", "name" : "Connecticut"}, "city" : "Oneco", "type" : "POBOX", "lng" : -71.796067, "counties" : [{"fips" : "015", "name" : "Windham County"}]}
json_instruct
{"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "abbr", "name"]}, "city": {"type": "string"}, "type": {"type": "string"}, "lng": {"type": "number"}, "counties": {"type": "array", "items": {"type": "object", "properties": {"fips": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "name"]}}}, "required": ["localities", "state", "postal_code", "locality", "lat", "region", "city", "type", "lng", "counties"], "$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" : ["Web Development"], "desc" : "\n", "details" : {"authors" : "Steve Fulton, Jeff Fulton", "format" : "pdf", "isbn-10" : "1449334989", "isbn-13" : "978-1449334987", "pages" : "750 pages", "publication date" : "May 3, 2013", "publisher" : "O'Reilly Media", "size" : "29.23Mb"}, "img" : "http://23.95.221.108/covers/43/43b46950d4a8f0e752984a2daed6ae24.jpg", "link" : "https://rapidhosting.info/files/cs8", "title" : "HTML5 Canvas: Native Interactivity and Animation for the Web"}
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#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "tms:id": {"type": "string"}, "accession_number": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "department_id": {"type": "string"}, "period_id": {"type": "null"}, "media_id": {"type": "string"}, "type_id": {"type": "string"}, "date": {"type": "string"}, "year_start": {"type": "string"}, "year_end": {"type": "string"}, "year_acquired": {"type": "string"}, "decade": {"type": "string"}, "woe:country": {"type": "string"}, "medium": {"type": "string"}, "markings": {"type": "null"}, "signed": {"type": "null"}, "inscribed": {"type": "string"}, "provenance": {"type": "null"}, "dimensions": {"type": "string"}, "creditline": {"type": "string"}, "description": {"type": "string"}, "justification": {"type": "null"}, "type": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "images": {"type": "array", "items": {}}, "participants": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "string"}, "role_id": {"type": "string"}, "person_name": {"type": "string"}, "role_name": {"type": "string"}, "person_url": {"type": "string"}, "role_url": {"type": "string"}}, "required": ["person_id", "role_id", "person_name", "role_name", "person_url", "role_url"]}}, "tombstone": {"type": "object", "properties": {"epitaph": {"type": "string"}}, "required": ["epitaph"]}, "colors": {"type": "array", "items": {}}}, "required": ["id", "tms:id", "accession_number", "title", "url", "department_id", "period_id", "media_id", "type_id", "date", "year_start", "year_end", "year_acquired", "decade", "woe:country", "medium", "markings", "signed", "inscribed", "provenance", "dimensions", "creditline", "description", "justification", "type", "images", "participants", "tombstone", "colors"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "18639919", "tms:id" : "194824", "accession_number" : "1992-3-8", "title" : "Textile Sample, \"Martham Tis\", 1930\u201339", "url" : "http://collection.cooperhewitt.org/objects/18639919/", "department_id" : "35347501", "period_id" : null, "media_id" : "143355", "type_id" : "35287899", "date" : "1930\u201339", "year_start" : "1930", "year_end" : "1939", "year_acquired" : "1992", "decade" : "1930", "woe:country" : "23424975", "medium" : "Technique: Jacquard woven", "markings" : null, "signed" : null, "inscribed" : "attached paper label,\"WARNER FABRICS MADE IN ENGLAND No T229/4 \"", "provenance" : null, "dimensions" : "Warp x Weft: 51 x 61.5 cm (20 1/16 x 24 3/16 in.)", "creditline" : "Gift of Eddie Squires", "description" : "Furnishing fabric showing S-curves making waves on a beige background.", "justification" : null, "type" : {"id" : "35287899", "name" : "Textile sample"}, "images" : [], "participants" : [{"person_id" : "18040977", "role_id" : "35236681", "person_name" : "Warner Fabrics", "role_name" : "Company", "person_url" : "http://collection.cooperhewitt.org/people/18040977/", "role_url" : "http://collection.cooperhewitt.org/roles/35236681/"}], "tombstone" : {"epitaph" : "Textile Sample, \"Martham Tis\", 1930\u201339.\n1930\u201339. Technique: Jacquard woven. Gift of Eddie Squires. 1992-3-8."}, "colors" : []}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "tms:id": {"type": "string"}, "accession_number": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "department_id": {"type": "string"}, "period_id": {"type": "null"}, "media_id": {"type": "string"}, "type_id": {"type": "string"}, "date": {"type": "string"}, "year_start": {"type": "string"}, "year_end": {"type": "string"}, "year_acquired": {"type": "string"}, "decade": {"type": "string"}, "woe:country": {"type": "string"}, "medium": {"type": "string"}, "markings": {"type": "null"}, "signed": {"type": "null"}, "inscribed": {"type": "string"}, "provenance": {"type": "null"}, "dimensions": {"type": "string"}, "creditline": {"type": "string"}, "description": {"type": "string"}, "justification": {"type": "null"}, "type": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "images": {"type": "array", "items": {}}, "participants": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "string"}, "role_id": {"type": "string"}, "person_name": {"type": "string"}, "role_name": {"type": "string"}, "person_url": {"type": "string"}, "role_url": {"type": "string"}}, "required": ["person_id", "role_id", "person_name", "role_name", "person_url", "role_url"]}}, "tombstone": {"type": "object", "properties": {"epitaph": {"type": "string"}}, "required": ["epitaph"]}, "colors": {"type": "array", "items": {}}}, "required": ["id", "tms:id", "accession_number", "title", "url", "department_id", "period_id", "media_id", "type_id", "date", "year_start", "year_end", "year_acquired", "decade", "woe:country", "medium", "markings", "signed", "inscribed", "provenance", "dimensions", "creditline", "description", "justification", "type", "images", "participants", "tombstone", "colors"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nom" : "Cutry", "circ" : "4\u00e8me circonscription", "dpt" : "Aisne", "inscrits" : 91, "abs" : 29, "votants" : 62, "blancs" : 10, "nuls" : 1, "exp" : 51, "res" : [{"nuance" : "REM", "nom" : "M. Marc DELATTE", "voix" : 34}, {"nuance" : "FN", "nom" : "M. Jean MESSIHA", "voix" : 17}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"variants" : {"" : {"model" : "mythicmetals:block/tin_block"}}}
json_instruct
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"voce": {"type": "string"}, "giochi": {"type": "array", "items": {"type": "string"}}}, "required": ["voce", "giochi"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"voce" : "Si riscalda assorbendo la luce del sole dalle ali. Quando la sua temperatura si abbassa, non riesce pi\u00f9 a muoversi.", "giochi" : ["nero", "y", "zaffiro_alpha"]}, {"voce" : "Percorre le grotte anguste catturando le prede con gli artigli affilati. La pelle del muso \u00e8 pi\u00f9 dura della roccia.", "giochi" : ["bianco", "x", "rubino_omega"]}, {"voce" : "Percorre gli stretti tunnel scavati da Excadrill e Onix, catturando le prede con artigli affilati.", "giochi" : ["nero_2", "bianco_2"]}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"voce": {"type": "string"}, "giochi": {"type": "array", "items": {"type": "string"}}}, "required": ["voce", "giochi"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"mobxreactlite.umd.development.js": {"type": "string"}, "mobxreactlite.umd.development.min.js": {"type": "string"}, "mobxreactlite.umd.production.min.js": {"type": "string"}}, "required": ["mobxreactlite.umd.development.js", "mobxreactlite.umd.development.min.js", "mobxreactlite.umd.production.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"mobxreactlite.umd.development.js" : "sha512-+2xjwyOhTPjpFNb3lKxZacz9/sbLG6fyzWeE8x3eoGJIPx33iIH3slK1+5k1MpvQUyl38g1SxH/zkcfNCXJwkg==", "mobxreactlite.umd.development.min.js" : "sha512-ELb49i6pw84d+9FGPH04ftfz9c9eejpENsH+rNRH6iyXU0dwOJy/3tW+2JCitLeOZUtuhacmL+d/oQB0ip+N+w==", "mobxreactlite.umd.production.min.js" : "sha512-btIsBa5GDnOqbqOHNWOyH90Xv5F8fAYrY/ggtvWCT3IAPH311BEhwWEX6ei7prk/sepNfKoSB2HhCj0mSLF7uw=="}
json_instruct
{"type": "object", "properties": {"mobxreactlite.umd.development.js": {"type": "string"}, "mobxreactlite.umd.development.min.js": {"type": "string"}, "mobxreactlite.umd.production.min.js": {"type": "string"}}, "required": ["mobxreactlite.umd.development.js", "mobxreactlite.umd.development.min.js", "mobxreactlite.umd.production.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"homepage": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "object", "properties": {"identifier": {"type": "string"}, "url": {"type": "string"}}, "required": ["identifier", "url"]}, "innosetup": {"type": "boolean"}, "architecture": {"type": "object", "properties": {"64bit": {"type": "object", "properties": {"url": {"type": "string"}, "hash": {"type": "string"}, "pre_install": {"type": "string"}}, "required": ["url", "hash", "pre_install"]}, "32bit": {"type": "object", "properties": {"url": {"type": "string"}, "hash": {"type": "string"}, "pre_install": {"type": "string"}}, "required": ["url", "hash", "pre_install"]}}, "required": ["64bit", "32bit"]}, "depends": {"type": "string"}, "persist": {"type": "string"}, "bin": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "shortcuts": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "checkver": {"type": "object", "properties": {"url": {"type": "string"}, "re": {"type": "string"}}, "required": ["url", "re"]}}, "required": ["homepage", "version", "license", "innosetup", "architecture", "depends", "persist", "bin", "shortcuts", "checkver"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"homepage" : "https://mh-nexus.de/en/hxd/", "version" : "2.1.0.0", "license" : {"identifier" : "Freeware", "url" : "https://mh-nexus.de/en/hxd/license.php"}, "innosetup" : false, "architecture" : {"64bit" : {"url" : "https://mh-nexus.de/downloads/HxDSetup.zip", "hash" : "sha1:c72ba64ede219eb80bcf44040ef6514b79a19d81", "pre_install" : "$manifest.innosetup = $true unpack_inno \"HxDSetup.exe\" $manifest $dir rename-item \"$dir\\HxD64,2.exe\" \"$dir\\HxD.exe\" remove-item \"$dir\\HxD*,*.exe\""}, "32bit" : {"url" : "https://mh-nexus.de/downloads/HxDSetup.zip", "hash" : "sha1:c72ba64ede219eb80bcf44040ef6514b79a19d81", "pre_install" : "$manifest.innosetup = $true unpack_inno \"HxDSetup.exe\" $manifest $dir rename-item \"$dir\\HxD32,2.exe\" \"$dir\\HxD.exe\" remove-item \"$dir\\HxD*,*.exe\""}}, "depends" : "innounp", "persist" : "Settings", "bin" : [["HxD.exe", "HxD"]], "shortcuts" : [["HxD.exe", "HxD"]], "checkver" : {"url" : "https://mh-nexus.de/en/hxd/changelog.php", "re" : "v_([\\d.]+)"}}
json_instruct
{"type": "object", "properties": {"homepage": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "object", "properties": {"identifier": {"type": "string"}, "url": {"type": "string"}}, "required": ["identifier", "url"]}, "innosetup": {"type": "boolean"}, "architecture": {"type": "object", "properties": {"64bit": {"type": "object", "properties": {"url": {"type": "string"}, "hash": {"type": "string"}, "pre_install": {"type": "string"}}, "required": ["url", "hash", "pre_install"]}, "32bit": {"type": "object", "properties": {"url": {"type": "string"}, "hash": {"type": "string"}, "pre_install": {"type": "string"}}, "required": ["url", "hash", "pre_install"]}}, "required": ["64bit", "32bit"]}, "depends": {"type": "string"}, "persist": {"type": "string"}, "bin": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "shortcuts": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "checkver": {"type": "object", "properties": {"url": {"type": "string"}, "re": {"type": "string"}}, "required": ["url", "re"]}}, "required": ["homepage", "version", "license", "innosetup", "architecture", "depends", "persist", "bin", "shortcuts", "checkver"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"Python": {"type": "integer"}, "JavaScript": {"type": "integer"}, "Jupyter Notebook": {"type": "integer"}, "HTML": {"type": "integer"}, "Shell": {"type": "integer"}, "Dockerfile": {"type": "integer"}}, "required": ["Python", "JavaScript", "Jupyter Notebook", "HTML", "Shell", "Dockerfile"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Python" : 520062, "JavaScript" : 131429, "Jupyter Notebook" : 68397, "HTML" : 40517, "Shell" : 7530, "Dockerfile" : 1995}
json_instruct
{"type": "object", "properties": {"Python": {"type": "integer"}, "JavaScript": {"type": "integer"}, "Jupyter Notebook": {"type": "integer"}, "HTML": {"type": "integer"}, "Shell": {"type": "integer"}, "Dockerfile": {"type": "integer"}}, "required": ["Python", "JavaScript", "Jupyter Notebook", "HTML", "Shell", "Dockerfile"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "integer"}, "ot": {"type": "integer"}, "alias": {"type": "integer"}, "setcode": {"type": "integer"}, "type": {"type": "integer"}, "atk": {"type": "integer"}, "def": {"type": "integer"}, "level": {"type": "integer"}, "race": {"type": "integer"}, "attribute": {"type": "integer"}, "category": {"type": "integer"}, "name": {"type": "string"}, "desc": {"type": "string"}, "str1": {"type": "string"}, "str2": {"type": "string"}, "str3": {"type": "string"}, "str4": {"type": "string"}, "str5": {"type": "string"}, "str6": {"type": "string"}, "str7": {"type": "string"}, "str8": {"type": "string"}, "str9": {"type": "string"}, "str10": {"type": "string"}, "str11": {"type": "string"}, "str12": {"type": "string"}, "str13": {"type": "string"}, "str14": {"type": "string"}, "str15": {"type": "string"}, "str16": {"type": "string"}, "links": {"type": "array", "items": {}}, "cardpool": {"type": "string"}, "ocg": {"type": "object", "properties": {"pack": {"type": "string"}, "pack_id": {"type": "string"}, "date": {"type": "string"}}, "required": ["pack", "pack_id", "date"]}, "tcg": {"type": "object", "properties": {"pack": {"type": "string"}, "pack_id": {"type": "string"}, "date": {"type": "string"}}, "required": ["pack", "pack_id", "date"]}, "picture": {"type": "string"}}, "required": ["id", "ot", "alias", "setcode", "type", "atk", "def", "level", "race", "attribute", "category", "name", "desc", "str1", "str2", "str3", "str4", "str5", "str6", "str7", "str8", "str9", "str10", "str11", "str12", "str13", "str14", "str15", "str16", "links", "cardpool", "ocg", "tcg", "picture"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 21521304, "ot" : 3, "alias" : 0, "setcode" : 309514403967, "type" : 8388641, "atk" : 3000, "def" : 2500, "level" : 6, "race" : 1, "attribute" : 16, "category" : 0, "name" : "Number 39: Utopia Beyond", "desc" : "2 Level 6 monsters\nIf this card is Xyz Summoned: The ATK of all monsters your opponent currently controls become 0. Once per turn, during either player's turn: You can detach 1 Xyz Material from this card, then target 1 face-up Xyz Monster you control and 1 \"Utopia\" monster in your Graveyard; banish the first target, and if you do, Special Summon the second target, then gain 1250 LP.", "str1" : "Activate effect?", "str2" : "", "str3" : "", "str4" : "", "str5" : "", "str6" : "", "str7" : "", "str8" : "", "str9" : "", "str10" : "", "str11" : "", "str12" : "", "str13" : "", "str14" : "", "str15" : "", "str16" : "", "links" : [], "cardpool" : "OCG/TCG", "ocg" : {"pack" : "Master Guide 4 promotional cards", "pack_id" : "MG04-JP001", "date" : "2014-03-20"}, "tcg" : {"pack" : "The New Challengers", "pack_id" : "NECH-DE095", "date" : "2014-11-06"}, "picture" : "https://vignette.wikia.nocookie.net/yugioh/images/f/ff/Number39UtopiaBeyond-MP15-EN-SR-1E.png"}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "ot": {"type": "integer"}, "alias": {"type": "integer"}, "setcode": {"type": "integer"}, "type": {"type": "integer"}, "atk": {"type": "integer"}, "def": {"type": "integer"}, "level": {"type": "integer"}, "race": {"type": "integer"}, "attribute": {"type": "integer"}, "category": {"type": "integer"}, "name": {"type": "string"}, "desc": {"type": "string"}, "str1": {"type": "string"}, "str2": {"type": "string"}, "str3": {"type": "string"}, "str4": {"type": "string"}, "str5": {"type": "string"}, "str6": {"type": "string"}, "str7": {"type": "string"}, "str8": {"type": "string"}, "str9": {"type": "string"}, "str10": {"type": "string"}, "str11": {"type": "string"}, "str12": {"type": "string"}, "str13": {"type": "string"}, "str14": {"type": "string"}, "str15": {"type": "string"}, "str16": {"type": "string"}, "links": {"type": "array", "items": {}}, "cardpool": {"type": "string"}, "ocg": {"type": "object", "properties": {"pack": {"type": "string"}, "pack_id": {"type": "string"}, "date": {"type": "string"}}, "required": ["pack", "pack_id", "date"]}, "tcg": {"type": "object", "properties": {"pack": {"type": "string"}, "pack_id": {"type": "string"}, "date": {"type": "string"}}, "required": ["pack", "pack_id", "date"]}, "picture": {"type": "string"}}, "required": ["id", "ot", "alias", "setcode", "type", "atk", "def", "level", "race", "attribute", "category", "name", "desc", "str1", "str2", "str3", "str4", "str5", "str6", "str7", "str8", "str9", "str10", "str11", "str12", "str13", "str14", "str15", "str16", "links", "cardpool", "ocg", "tcg", "picture"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "text": {"type": "object", "properties": {"status": {"type": "string"}, "div": {"type": "string"}}, "required": ["status", "div"]}, "url": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "title": {"type": "string"}, "status": {"type": "string"}, "date": {"type": "string"}, "publisher": {"type": "string"}, "contact": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "telecom": {"type": "array", "items": {"type": "object", "properties": {"system": {"type": "string"}, "value": {"type": "string"}}, "required": ["system", "value"]}}}, "required": ["name", "telecom"]}}, "description": {"type": "string"}, "jurisdiction": {"type": "array", "items": {"type": "object", "properties": {"coding": {"type": "array", "items": {"type": "object", "properties": {"system": {"type": "string"}, "code": {"type": "string"}, "display": {"type": "string"}}, "required": ["system", "code", "display"]}}}, "required": ["coding"]}}, "copyright": {"type": "string"}, "compose": {"type": "object", "properties": {"include": {"type": "array", "items": {"type": "object", "properties": {"system": {"type": "string"}, "filter": {"type": "array", "items": {"type": "object", "properties": {"property": {"type": "string"}, "op": {"type": "string"}, "value": {"type": "string"}}, "required": ["property", "op", "value"]}}}, "required": ["system", "filter"]}}}, "required": ["include"]}}, "required": ["resourceType", "id", "text", "url", "version", "name", "title", "status", "date", "publisher", "contact", "description", "jurisdiction", "copyright", "compose"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"resourceType" : "ValueSet", "id" : "splSectionCodes", "text" : {"status" : "generated", "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include codes from <a href=\"http://loinc.org\"><code>http://loinc.org</code></a> where SYSTEM = ^FDA package insert</li></ul></div>"}, "url" : "http://hl7.org/fhir/us/spl/ValueSet/splSectionCodes", "version" : "0.1.0", "name" : "SPLSectionCodes", "title" : "SPL Section Codes", "status" : "active", "date" : "2021-04-22T21:27:20+00:00", "publisher" : "Biomedical Research and Regulatory WG", "contact" : [{"name" : "Biomedical Research and Regulatory WG", "telecom" : [{"system" : "url", "value" : "http://www.hl7.org/Special/committees/rcrim/index.cfm"}]}], "description" : "Section Codes for SPL Product Submission documents", "jurisdiction" : [{"coding" : [{"system" : "urn:iso:std:iso:3166", "code" : "US", "display" : "United States of America"}]}], "copyright" : "This material contains content from LOINC (http://loinc.org). LOINC is copyright \u00a9 1995-2020, Regenstrief Institute, Inc. and the Logical Observation Identifiers Names and Codes (LOINC) Committee and is available at no cost under the license at http://loinc.org/license. LOINC\u00ae is a registered United States trademark of Regenstrief Institute, Inc.", "compose" : {"include" : [{"system" : "http://loinc.org", "filter" : [{"property" : "SYSTEM", "op" : "=", "value" : "^FDA package insert"}]}]}}
json_instruct
{"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "text": {"type": "object", "properties": {"status": {"type": "string"}, "div": {"type": "string"}}, "required": ["status", "div"]}, "url": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "title": {"type": "string"}, "status": {"type": "string"}, "date": {"type": "string"}, "publisher": {"type": "string"}, "contact": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "telecom": {"type": "array", "items": {"type": "object", "properties": {"system": {"type": "string"}, "value": {"type": "string"}}, "required": ["system", "value"]}}}, "required": ["name", "telecom"]}}, "description": {"type": "string"}, "jurisdiction": {"type": "array", "items": {"type": "object", "properties": {"coding": {"type": "array", "items": {"type": "object", "properties": {"system": {"type": "string"}, "code": {"type": "string"}, "display": {"type": "string"}}, "required": ["system", "code", "display"]}}}, "required": ["coding"]}}, "copyright": {"type": "string"}, "compose": {"type": "object", "properties": {"include": {"type": "array", "items": {"type": "object", "properties": {"system": {"type": "string"}, "filter": {"type": "array", "items": {"type": "object", "properties": {"property": {"type": "string"}, "op": {"type": "string"}, "value": {"type": "string"}}, "required": ["property", "op", "value"]}}}, "required": ["system", "filter"]}}}, "required": ["include"]}}, "required": ["resourceType", "id", "text", "url", "version", "name", "title", "status", "date", "publisher", "contact", "description", "jurisdiction", "copyright", "compose"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"291020": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "439022": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "291011": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}}, "required": ["291020", "count", "N.A.//", "439022", "291011"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"291020" : {"count" : 1}, "count" : 11, "N.A.//" : {"count" : 8}, "439022" : {"count" : 1}, "291011" : {"count" : 1}}
json_instruct
{"type": "object", "properties": {"291020": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "439022": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "291011": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}}, "required": ["291020", "count", "N.A.//", "439022", "291011"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"java.checkstyle.configuration": {"type": "string"}}, "required": ["java.checkstyle.configuration"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"java.checkstyle.configuration" : "${workspaceFolder}/checkstyle-jars/google_checks_modified.xml"}
json_instruct
{"type": "object", "properties": {"java.checkstyle.configuration": {"type": "string"}}, "required": ["java.checkstyle.configuration"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"changepoint": {"type": "string"}, "country": {"type": "object", "properties": {"code": {"type": "string"}, "group": {"type": "string"}, "name": {"type": "string"}}, "required": ["code", "group", "name"]}, "topics": {"type": "array", "items": {"type": "object", "properties": {"diff": {"type": "number"}, "topic": {"type": "string"}}, "required": ["diff", "topic"]}}}, "required": ["changepoint", "country", "topics"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"changepoint" : "2020-10-26", "country" : {"code" : "SAU", "group" : "ar", "name" : "Saudi Arabia"}, "topics" : [{"diff" : 17200.0, "topic" : "United kingdom"}, {"diff" : 16078.0, "topic" : "Time"}, {"diff" : 15634.0, "topic" : "Society"}, {"diff" : 15565.0, "topic" : "Arab culture"}, {"diff" : 15259.0, "topic" : "Ritual"}, {"diff" : 15256.0, "topic" : "Iranian culture"}, {"diff" : 15046.0, "topic" : "Folk culture"}, {"diff" : 15017.0, "topic" : "Middle eastern culture"}, {"diff" : 14879.0, "topic" : "Traditional stories"}, {"diff" : 14867.0, "topic" : "Units"}, {"diff" : 10583.0, "topic" : "Religion"}, {"diff" : 10109.0, "topic" : "Divination"}, {"diff" : 9787.0, "topic" : "Esotericism"}, {"diff" : 9575.0, "topic" : "6th century"}, {"diff" : 8066.0, "topic" : "Former federations"}, {"diff" : 6561.0, "topic" : "Middle east"}, {"diff" : 5856.0, "topic" : "North america"}, {"diff" : 5043.0, "topic" : "Establishments"}, {"diff" : 3906.0, "topic" : "Decade"}, {"diff" : 3202.0, "topic" : "Industry"}]}
json_instruct
{"type": "object", "properties": {"changepoint": {"type": "string"}, "country": {"type": "object", "properties": {"code": {"type": "string"}, "group": {"type": "string"}, "name": {"type": "string"}}, "required": ["code", "group", "name"]}, "topics": {"type": "array", "items": {"type": "object", "properties": {"diff": {"type": "number"}, "topic": {"type": "string"}}, "required": ["diff", "topic"]}}}, "required": ["changepoint", "country", "topics"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"top": {"type": "string"}, "bottom": {"type": "string"}, "side": {"type": "string"}, "front": {"type": "string"}}, "required": ["top", "bottom", "side", "front"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "block/orientable", "textures" : {"top" : "opencomputers:blocks/generic_top", "bottom" : "opencomputers:blocks/generic_top", "side" : "opencomputers:blocks/raid_side", "front" : "opencomputers:blocks/raid_front"}}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"top": {"type": "string"}, "bottom": {"type": "string"}, "side": {"type": "string"}, "front": {"type": "string"}}, "required": ["top", "bottom", "side", "front"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"uuid": {"type": "string"}, "name": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "befores": {"type": "array", "items": {}}, "afters": {"type": "array", "items": {}}, "links": {"type": "array", "items": {}}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["uuid", "name", "children", "befores", "afters", "links", "start", "stop"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"uuid" : "0fd108c5-4a71-482f-ba09-f8e1932a1b7a", "name" : "Default Suite", "children" : ["25424844-c03c-4b52-83f4-e39ed8e609d1"], "befores" : [], "afters" : [], "links" : [], "start" : 1639434228483, "stop" : 1639434251107}
json_instruct
{"type": "object", "properties": {"uuid": {"type": "string"}, "name": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "befores": {"type": "array", "items": {}}, "afters": {"type": "array", "items": {}}, "links": {"type": "array", "items": {}}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["uuid", "name", "children", "befores", "afters", "links", "start", "stop"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userId" : 93106, "cartId" : "ac93c199-d01f-4aca-bfd5-93b154b23c80", "preferredProducts" : [2305, 715, 2948, 892, 1501, 1156, 3232, 3766, 2032, 1530], "productReviews" : []}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ast" : null, "code" : "require('../../modules/es6.array.is-array');\n\nmodule.exports = require('../../modules/_core').Array.isArray;", "map" : null, "metadata" : {}, "sourceType" : "script"}
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"title": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "heading": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "thank-you": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}}, "required": ["title", "heading", "thank-you"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : {"message" : "Donn\u00e9es transmises avec succ\u00e8s"}, "heading" : {"message" : "Questionnaire transmis avec succ\u00e8s"}, "thank-you" : {"message" : "Nous vous remercions de votre participation"}}
json_instruct
{"type": "object", "properties": {"title": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "heading": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "thank-you": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}}, "required": ["title", "heading", "thank-you"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_date": {"type": "string"}, "topics": {"type": "array", "items": {"type": "string"}}, "program": {"type": "array", "items": {"type": "string"}}, "projects": {"type": "null"}, "working_groups": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "acknowledgement": {"type": "string"}}, "required": ["id", "citation_title", "citation_author", "citation_publication_date", "issue_date", "revision_date", "topics", "program", "projects", "working_groups", "abstract", "acknowledgement"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 16131, "citation_title" : "Urban Policy Effects on Carbon Mitigation", "citation_author" : ["Matthew E. Kahn"], "citation_publication_date" : "2010-06-24", "issue_date" : "2010-06-24", "revision_date" : "2011-12-05", "topics" : ["Environmental and Resource Economics", "Energy", "Environment", "Regional and Urban Economics"], "program" : ["Environment and Energy Economics"], "projects" : null, "working_groups" : ["Urban Economics"], "abstract" : "\n\nThe geographical location of economic activity within the United States has important implications for carbon mitigation. If households clustered in California's cities rather than in more humid southern cities such as Memphis and Houston, then the average household carbon footprint would be lower. Such households would consume less electricity and this power would be generated by cleaner electric utilities. Within metropolitan areas, urban economic theory predicts that households create less greenhouse gas emissions when they live closer to the city center. This study uses three data sets reporting on household driving, public transit use and residential electricity consumption to provide evidence in support of the claim of a negative association between center city living and a household's carbon footprint.\n\n", "acknowledgement" : "\nI thank Varun Mehra, Frank Wolak and Catherine Wolfram for useful comments. I thank the UCLA Ziman Real Estate Center for generous research support. The views expressed herein are those of the author and do not necessarily reflect the views of the National Bureau of Economic Research.\n\n\n"}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_date": {"type": "string"}, "topics": {"type": "array", "items": {"type": "string"}}, "program": {"type": "array", "items": {"type": "string"}}, "projects": {"type": "null"}, "working_groups": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "acknowledgement": {"type": "string"}}, "required": ["id", "citation_title", "citation_author", "citation_publication_date", "issue_date", "revision_date", "topics", "program", "projects", "working_groups", "abstract", "acknowledgement"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"id": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "status": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "channel": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "email": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "currency": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "placed_on": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}, "token": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "shipping_instructions": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "totals": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}, "shipping_address": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}, "billing_address": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}}, "required": ["id", "status", "channel", "email", "currency", "placed_on", "token", "shipping_instructions", "totals", "shipping_address", "billing_address"]}, "required": {"type": "array", "items": {"type": "string"}}}, "required": ["title", "type", "properties", "required"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Order", "type" : "object", "properties" : {"id" : {"type" : "string"}, "status" : {"type" : "string"}, "channel" : {"type" : "string"}, "email" : {"type" : "string"}, "currency" : {"type" : "string"}, "placed_on" : {"$ref" : "DateTime"}, "token" : {"type" : "string"}, "shipping_instructions" : {"type" : "string"}, "totals" : {"$ref" : "OrderTotal"}, "shipping_address" : {"$ref" : "Address"}, "billing_address" : {"$ref" : "Address"}}, "required" : ["id", "status", "channel", "currency", "placed_on"]}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"id": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "status": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "channel": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "email": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "currency": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "placed_on": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}, "token": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "shipping_instructions": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "totals": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}, "shipping_address": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}, "billing_address": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}}, "required": ["id", "status", "channel", "email", "currency", "placed_on", "token", "shipping_instructions", "totals", "shipping_address", "billing_address"]}, "required": {"type": "array", "items": {"type": "string"}}}, "required": ["title", "type", "properties", "required"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "653024204200", "text" : "\u6258\u4e91\u6751\u59d4\u4f1a"}, {"id" : "653024204201", "text" : "\u82cf\u7ea6\u514b\u6751\u59d4\u4f1a"}, {"id" : "653024204203", "text" : "\u5e93\u74e6\u7279\u6751\u59d4\u4f1a"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"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" : "\u55e3\u8c50\u4e94\u91d1\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99657338", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "07610011086293", "\u5de5\u5ee0\u5730\u5740" : "\u81fa\u5357\u5e02\u6c38\u5eb7\u5340\u5c1a\u9802\u91cc\u4e2d\u6b63\u4e8c\u885732\u865f", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc" : "\u81fa\u5357\u5e02\u6c38\u5eb7\u5340\u5c1a\u9802\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d" : "\u6881\u6d2a\u5f69\u73e0", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f" : "22200328", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b" : "\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f" : "0760724", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f" : "0770415", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b" : "\u751f\u7522\u4e2d", "\u7522\u696d\u985e\u5225" : ["25\u91d1\u5c6c\u88fd\u54c1\u88fd\u9020\u696d"], "\u4e3b\u8981\u7522\u54c1" : ["254\u91d1\u5c6c\u52a0\u5de5\u8655\u7406"]}
json_instruct
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"LacI.1": {"type": "string"}, "LacI.10": {"type": "string"}, "LacI.11": {"type": "string"}, "LacI.12": {"type": "string"}, "LacI.13": {"type": "string"}, "LacI.14": {"type": "string"}, "LacI.2": {"type": "string"}, "LacI.3": {"type": "string"}, "LacI.4": {"type": "string"}, "LacI.5": {"type": "string"}, "LacI.6": {"type": "string"}, "LacI.7": {"type": "string"}, "LacI.8": {"type": "string"}, "LacI.9": {"type": "string"}, "LacII.10": {"type": "string"}, "LacII.12": {"type": "string"}, "LacII.13": {"type": "string"}, "LacII.14": {"type": "string"}, "LacII.2": {"type": "string"}, "LacII.3": {"type": "string"}, "LacII.4": {"type": "string"}, "LacII.5": {"type": "string"}, "LacII.6": {"type": "string"}, "LacII.7": {"type": "string"}, "LacII.8": {"type": "string"}, "LacII.9": {"type": "string"}, "LacIII.10": {"type": "string"}, "LacIII.11": {"type": "string"}, "LacIII.12": {"type": "string"}, "LacIII.13": {"type": "string"}, "LacIII.2": {"type": "string"}, "LacIII.3": {"type": "string"}, "LacIII.4": {"type": "string"}, "LacIII.5": {"type": "string"}, "LacIII.6": {"type": "string"}, "LacIII.7": {"type": "string"}, "LacIII.8": {"type": "string"}}, "required": ["LacI.1", "LacI.10", "LacI.11", "LacI.12", "LacI.13", "LacI.14", "LacI.2", "LacI.3", "LacI.4", "LacI.5", "LacI.6", "LacI.7", "LacI.8", "LacI.9", "LacII.10", "LacII.12", "LacII.13", "LacII.14", "LacII.2", "LacII.3", "LacII.4", "LacII.5", "LacII.6", "LacII.7", "LacII.8", "LacII.9", "LacIII.10", "LacIII.11", "LacIII.12", "LacIII.13", "LacIII.2", "LacIII.3", "LacIII.4", "LacIII.5", "LacIII.6", "LacIII.7", "LacIII.8"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"LacI.1" : "NGC104", "LacI.10" : "NGC6242", "LacI.11" : "NGC6634", "LacI.12" : "NGC6656", "LacI.13" : "NGC6777", "LacI.14" : "NGC6809", "LacI.2" : "NGC2070", "LacI.3" : "NGC2477", "LacI.4" : "NGC4833", "LacI.5" : "NGC5139", "LacI.6" : "NGC5236", "LacI.7" : "NGC5281", "LacI.8" : "NGC6124", "LacI.9" : "NGC6121", "LacII.10" : "NGC3532", "LacII.12" : "NGC4755", "LacII.13" : "NGC6231", "LacII.14" : "NGC6475", "LacII.2" : "Cr140", "LacII.3" : "NGC2516", "LacII.4" : "NGC2546", "LacII.5" : "IC2391", "LacII.6" : "Tr10", "LacII.7" : "NGC3228", "LacII.8" : "NGC3293", "LacII.9" : "IC2602", "LacIII.10" : "NGC6025", "LacIII.11" : "NGC6397", "LacIII.12" : "NGC6405", "LacIII.13" : "NGC6523", "LacIII.2" : "NGC2547", "LacIII.3" : "IC2395", "LacIII.4" : "IC2488", "LacIII.5" : "Cr228", "LacIII.6" : "NGC3372", "LacIII.7" : "NGC3766", "LacIII.8" : "NGC5662"}
json_instruct
{"type": "object", "properties": {"LacI.1": {"type": "string"}, "LacI.10": {"type": "string"}, "LacI.11": {"type": "string"}, "LacI.12": {"type": "string"}, "LacI.13": {"type": "string"}, "LacI.14": {"type": "string"}, "LacI.2": {"type": "string"}, "LacI.3": {"type": "string"}, "LacI.4": {"type": "string"}, "LacI.5": {"type": "string"}, "LacI.6": {"type": "string"}, "LacI.7": {"type": "string"}, "LacI.8": {"type": "string"}, "LacI.9": {"type": "string"}, "LacII.10": {"type": "string"}, "LacII.12": {"type": "string"}, "LacII.13": {"type": "string"}, "LacII.14": {"type": "string"}, "LacII.2": {"type": "string"}, "LacII.3": {"type": "string"}, "LacII.4": {"type": "string"}, "LacII.5": {"type": "string"}, "LacII.6": {"type": "string"}, "LacII.7": {"type": "string"}, "LacII.8": {"type": "string"}, "LacII.9": {"type": "string"}, "LacIII.10": {"type": "string"}, "LacIII.11": {"type": "string"}, "LacIII.12": {"type": "string"}, "LacIII.13": {"type": "string"}, "LacIII.2": {"type": "string"}, "LacIII.3": {"type": "string"}, "LacIII.4": {"type": "string"}, "LacIII.5": {"type": "string"}, "LacIII.6": {"type": "string"}, "LacIII.7": {"type": "string"}, "LacIII.8": {"type": "string"}}, "required": ["LacI.1", "LacI.10", "LacI.11", "LacI.12", "LacI.13", "LacI.14", "LacI.2", "LacI.3", "LacI.4", "LacI.5", "LacI.6", "LacI.7", "LacI.8", "LacI.9", "LacII.10", "LacII.12", "LacII.13", "LacII.14", "LacII.2", "LacII.3", "LacII.4", "LacII.5", "LacII.6", "LacII.7", "LacII.8", "LacII.9", "LacIII.10", "LacIII.11", "LacIII.12", "LacIII.13", "LacIII.2", "LacIII.3", "LacIII.4", "LacIII.5", "LacIII.6", "LacIII.7", "LacIII.8"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"changes": {"type": "array", "items": {"type": "object", "properties": {"packageName": {"type": "string"}, "comment": {"type": "string"}, "type": {"type": "string"}}, "required": ["packageName", "comment", "type"]}}, "packageName": {"type": "string"}}, "required": ["changes", "packageName"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"changes" : [{"packageName" : "@azure-tools/extension", "comment" : "Extracted system-requirements into own package `@autorest/system-requirements`", "type" : "minor"}], "packageName" : "@azure-tools/extension"}
json_instruct
{"type": "object", "properties": {"changes": {"type": "array", "items": {"type": "object", "properties": {"packageName": {"type": "string"}, "comment": {"type": "string"}, "type": {"type": "string"}}, "required": ["packageName", "comment", "type"]}}, "packageName": {"type": "string"}}, "required": ["changes", "packageName"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"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" : 17013, "cartId" : "f93764de-2492-4caf-b1af-8e2c972e5b68", "preferredProducts" : [], "productReviews" : [{"productId" : 4841, "reviewText" : "My neighbor Allean has one of these. She works as a sky diver and she says it looks weedy.", "reviewDate" : "2016-11-22T00:12:35.8143717+02:00"}, {"productId" : 387, "reviewText" : "i use it until further notice when i'm in my nightclub.", "reviewDate" : "2017-06-04T11:03:34.4147755+03:00"}, {"productId" : 212, "reviewText" : "i use it biweekly when i'm in my greenhouse.", "reviewDate" : "2017-07-26T04:51:21.3499861+03:00"}, {"productId" : 3248, "reviewText" : "i use it until further notice when i'm in my station.", "reviewDate" : "2019-12-30T22:32:39.8160097+02: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#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"tech": {"type": "string"}, "headers": {"type": "array", "items": {"type": "string"}}, "displayName": {"type": "string"}}, "required": ["tech", "headers", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"tech" : "gdiplus", "headers" : ["gdipluslinecaps.h", "gdiplusheaders.h", "gdiplusimaging.h", "gdipluseffects.h", "gdiplusbrush.h", "gdiplustypes.h", "gdipluscolor.h", "gdiplusbase.h", "gdiplusgraphics.h", "gdipluspath.h", "gdiplusimageattributes.h", "gdiplusmatrix.h", "gdiplusmetaheader.h", "gdipluspen.h", "gdiplusstringformat.h", "gdiplusinit.h", "gdiplusimagecodec.h", "gdipluspixelformats.h", "gdiplusenums.h", "gdipluscolormatrix.h"], "displayName" : "GDI+"}
json_instruct
{"type": "object", "properties": {"tech": {"type": "string"}, "headers": {"type": "array", "items": {"type": "string"}}, "displayName": {"type": "string"}}, "required": ["tech", "headers", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "organization": {"type": "string"}, "description": {"type": "string"}, "state": {"type": "string"}, "enabled": {"type": "boolean"}, "apis": {"type": "array", "items": {"type": "object", "properties": {"state": {"type": "string"}, "apiName": {"type": "string"}, "apiVersion": {"type": "string"}}, "required": ["state", "apiName", "apiVersion"]}}}, "required": ["name", "organization", "description", "state", "enabled", "apis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Plexus Suite - Surgery Center", "organization" : "Plexus Health", "description" : "Physician app providing patient surgery tools and equipment management", "state" : "approved", "enabled" : true, "apis" : [{"state" : "approved", "apiName" : "HL7-Interface-Module", "apiVersion" : "2.1"}, {"state" : "approved", "apiName" : "EMR-DiagnosticInfo", "apiVersion" : "3.7"}, {"state" : "approved", "apiName" : "EMR-System-Surgery", "apiVersion" : "3.7"}, {"state" : "approved", "apiName" : "HL7-Message-Maker", "apiVersion" : "2.1"}, {"state" : "approved", "apiName" : "EMR-System-Physicians", "apiVersion" : "3.7"}, {"state" : "approved", "apiName" : "HL7-Element-DB", "apiVersion" : "2.1"}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "organization": {"type": "string"}, "description": {"type": "string"}, "state": {"type": "string"}, "enabled": {"type": "boolean"}, "apis": {"type": "array", "items": {"type": "object", "properties": {"state": {"type": "string"}, "apiName": {"type": "string"}, "apiVersion": {"type": "string"}}, "required": ["state", "apiName", "apiVersion"]}}}, "required": ["name", "organization", "description", "state", "enabled", "apis"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "productName": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "appId": {"type": "string"}, "mac": {"type": "object", "properties": {"category": {"type": "string"}}, "required": ["category"]}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"electron": {"type": "string"}, "pack": {"type": "string"}, "dist": {"type": "string"}, "posttest": {"type": "string"}, "postdistlinux": {"type": "string"}, "postdistwindows": {"type": "string"}, "clean": {"type": "string"}, "test": {"type": "string"}, "test-fix": {"type": "string"}}, "required": ["electron", "pack", "dist", "posttest", "postdistlinux", "postdistwindows", "clean", "test", "test-fix"]}, "keywords": {"type": "array", "items": {}}, "license": {"type": "string"}, "standard": {"type": "object", "properties": {"globals": {"type": "array", "items": {"type": "string"}}}, "required": ["globals"]}, "dependencies": {"type": "object", "properties": {"auto-launch": {"type": "string"}, "node-notifier": {"type": "string"}}, "required": ["auto-launch", "node-notifier"]}, "devDependencies": {"type": "object", "properties": {"asar": {"type": "string"}, "electron": {"type": "string"}, "standard": {"type": "string"}, "electron-builder": {"type": "string"}}, "required": ["asar", "electron", "standard", "electron-builder"]}}, "required": ["name", "productName", "description", "version", "appId", "mac", "author", "main", "scripts", "keywords", "license", "standard", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "desktop-inbox", "productName" : "Desktop Inbox", "description" : "Desktop wrapper for Inbox by Gmail", "version" : "0.0.2", "appId" : "com.jmsardev.desktop-inbox", "mac" : {"category" : "Network"}, "author" : {"name" : "Jos\u00e9 Miguel Sarasola", "email" : "jmsardev@gmail.com", "url" : "https://github.com/jmsardev"}, "main" : "src/index.js", "scripts" : {"electron" : "electron .", "pack" : "build --dir", "dist" : "build", "posttest" : "build --prerelease --publish onTagOrDraft", "postdistlinux" : "asar pack dist/linux-unpacked/resources pack dist/linux-unpacked/resources/app.asar --unpack './node_modules/node-notifier/vendor/**'", "postdistwindows" : "asar pack dist/win-unpacked/resources pack dist/win-unpacked/resources/app.asar --unpack './node_modules/node-notifier/vendor/**'", "clean" : "rm -rf dist", "test" : "standard", "test-fix" : "standard --fix"}, "keywords" : [], "license" : "MIT", "standard" : {"globals" : ["MutationObserver"]}, "dependencies" : {"auto-launch" : "^5.0.1", "node-notifier" : "^5.1.2"}, "devDependencies" : {"asar" : "^0.13.0", "electron" : "^1.6.6", "standard" : "^10.0.2", "electron-builder" : "^17.5.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "productName": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "appId": {"type": "string"}, "mac": {"type": "object", "properties": {"category": {"type": "string"}}, "required": ["category"]}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"electron": {"type": "string"}, "pack": {"type": "string"}, "dist": {"type": "string"}, "posttest": {"type": "string"}, "postdistlinux": {"type": "string"}, "postdistwindows": {"type": "string"}, "clean": {"type": "string"}, "test": {"type": "string"}, "test-fix": {"type": "string"}}, "required": ["electron", "pack", "dist", "posttest", "postdistlinux", "postdistwindows", "clean", "test", "test-fix"]}, "keywords": {"type": "array", "items": {}}, "license": {"type": "string"}, "standard": {"type": "object", "properties": {"globals": {"type": "array", "items": {"type": "string"}}}, "required": ["globals"]}, "dependencies": {"type": "object", "properties": {"auto-launch": {"type": "string"}, "node-notifier": {"type": "string"}}, "required": ["auto-launch", "node-notifier"]}, "devDependencies": {"type": "object", "properties": {"asar": {"type": "string"}, "electron": {"type": "string"}, "standard": {"type": "string"}, "electron-builder": {"type": "string"}}, "required": ["asar", "electron", "standard", "electron-builder"]}}, "required": ["name", "productName", "description", "version", "appId", "mac", "author", "main", "scripts", "keywords", "license", "standard", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"vue2-filters.js": {"type": "string"}, "vue2-filters.min.js": {"type": "string"}}, "required": ["vue2-filters.js", "vue2-filters.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"vue2-filters.js" : "sha512-Ewz29qgW0y7858xJfAA9kEUchOx67AyolPJkrwZK75WuL5kGbUXaO18DmKF2WK2F3BgY0X/bbnhZT7hQqX3xvA==", "vue2-filters.min.js" : "sha512-YOqZheESZ361zwx05IMnzleWD3jqgFUHNyJe+j0Gl1mf/KttKnRGZ9INGAT0jeuk8T0GU3NmOgmDT0JH3oTT8g=="}
json_instruct
{"type": "object", "properties": {"vue2-filters.js": {"type": "string"}, "vue2-filters.min.js": {"type": "string"}}, "required": ["vue2-filters.js", "vue2-filters.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"last_check": {"type": "string"}, "pypi_version": {"type": "string"}}, "required": ["last_check", "pypi_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"last_check" : "2019-09-24T19:30:44Z", "pypi_version" : "19.2.3"}
json_instruct
{"type": "object", "properties": {"last_check": {"type": "string"}, "pypi_version": {"type": "string"}}, "required": ["last_check", "pypi_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nom" : "Saint-Marcel-de-Careiret", "dpt" : "Gard", "inscrits" : 623, "abs" : 100, "votants" : 523, "blancs" : 3, "nuls" : 4, "exp" : 516, "res" : [{"panneau" : "2", "voix" : 150}, {"panneau" : "9", "voix" : 98}, {"panneau" : "3", "voix" : 90}, {"panneau" : "11", "voix" : 84}, {"panneau" : "4", "voix" : 33}, {"panneau" : "1", "voix" : 27}, {"panneau" : "8", "voix" : 11}, {"panneau" : "6", "voix" : 8}, {"panneau" : "5", "voix" : 7}, {"panneau" : "7", "voix" : 4}, {"panneau" : "10", "voix" : 4}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userId" : 6192, "cartId" : "0ef26771-2ab2-4787-883a-f40ef8a0af16", "preferredProducts" : [2864, 2283, 3749, 4659], "productReviews" : [{"productId" : 177, "reviewText" : "works okay.", "reviewDate" : "2018-06-26T19:13:45.7691124+03:00"}, {"productId" : 2480, "reviewText" : "My locust loves to play with it.", "reviewDate" : "2016-06-19T15:05:22.2047713+03:00"}, {"productId" : 2719, "reviewText" : "The box this comes in is 4 mile by 5 inch and weights 19 megaton!", "reviewDate" : "2019-04-05T18:01:49.9276793+03:00"}, {"productId" : 1623, "reviewText" : "i use it every Tuesday when i'm in my store.", "reviewDate" : "2018-07-22T09:57:34.5671889+03:00"}]}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"slots": {"type": "array", "items": {"type": "object", "properties": {"position": {"type": "array", "items": {"type": "integer"}}}, "required": ["position"]}}, "item": {"type": "string"}, "sortIndex": {"type": "integer"}}, "required": ["slots", "item", "sortIndex"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"slots" : [{"position" : [35, 20]}, {"position" : [12, 55]}, {"position" : [50, 40]}, {"position" : [30, 40]}], "item" : "tconstruct:scythe", "sortIndex" : 12}
json_instruct
{"type": "object", "properties": {"slots": {"type": "array", "items": {"type": "object", "properties": {"position": {"type": "array", "items": {"type": "integer"}}}, "required": ["position"]}}, "item": {"type": "string"}, "sortIndex": {"type": "integer"}}, "required": ["slots", "item", "sortIndex"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"clarity-ui.min.css": {"type": "string"}}, "required": ["clarity-ui.min.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"clarity-ui.min.css" : "sha512-y09VwmXtrXtVzzj0DikwUv6WaMkYBH/AISfEzQUgL7uxxxxXia1mrcYknvOBwP/DD/gCB/IviGMUerZb9E+WOw=="}
json_instruct
{"type": "object", "properties": {"clarity-ui.min.css": {"type": "string"}}, "required": ["clarity-ui.min.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"limitationHeading1": {"type": "string"}}, "required": ["limitationHeading1"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"limitationHeading1" : "## \u041e\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u044f"}
json_instruct
{"type": "object", "properties": {"limitationHeading1": {"type": "string"}}, "required": ["limitationHeading1"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"files": {"type": "object", "properties": {"src/pkg/exp/draw/x11/auth.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"]}, "src/pkg/exp/draw/x11/conn.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"]}}, "required": ["src/pkg/exp/draw/x11/auth.go", "src/pkg/exp/draw/x11/conn.go"]}, "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/exp/draw/x11/auth.go" : {"status" : "M", "num_chunks" : 2, "no_base_file" : false, "property_changes" : "", "num_added" : 22, "num_removed" : 8, "id" : 7, "is_binary" : false}, "src/pkg/exp/draw/x11/conn.go" : {"status" : "M", "num_chunks" : 1, "no_base_file" : false, "property_changes" : "", "num_added" : 2, "num_removed" : 2, "id" : 8, "is_binary" : false}}, "url" : null, "created" : "2010-01-13 15:29:28.802944", "owner" : "jhh", "num_comments" : 0, "patchset" : 6, "owner_email" : "jan.hosang@gmail.com", "issue" : 186130, "message" : "code review 186130: Tweaked the getDisplay function so, that the x11 packag...", "modified" : "2010-01-13 15:29:28.803344"}
json_instruct
{"type": "object", "properties": {"files": {"type": "object", "properties": {"src/pkg/exp/draw/x11/auth.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"]}, "src/pkg/exp/draw/x11/conn.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"]}}, "required": ["src/pkg/exp/draw/x11/auth.go", "src/pkg/exp/draw/x11/conn.go"]}, "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#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "http://data.doremus.org/performance/b42af5c6-383e-3f84-96a1-f42277b53e6a", "expression" : [{"id" : "http://data.doremus.org/expression/8e82e9ff-c02a-3340-9c50-5899b0a6ae0e"}, {"id" : "http://data.doremus.org/expression/bec97cf6-46bd-354d-ad78-e863579da0bd"}, {"id" : "http://data.doremus.org/expression/de5c368b-acf4-3d9d-b8ab-da466e5430ae"}, {"id" : "http://data.doremus.org/expression/ee4ec020-3e6d-39d5-aec4-7009a185935f"}, {"id" : "http://data.doremus.org/expression/e918c8cf-e98e-3607-b974-24083d1c3c60"}, {"id" : "http://data.doremus.org/expression/ab4a73e1-7d4d-3675-a6e9-311cc691865c"}, {"id" : "http://data.doremus.org/expression/2ac62061-a294-3604-a27c-c72ccce90e52"}, {"id" : "http://data.doremus.org/expression/208e8b45-1da1-37e6-8a19-cb759c1faef4"}, {"id" : "http://data.doremus.org/expression/a4676072-c48a-38a7-9073-88a18e99fd8d"}, {"id" : "http://data.doremus.org/expression/ec656971-9859-348e-82a9-859c78b74770"}, {"id" : "http://data.doremus.org/expression/7fb6f2c4-63cb-36e0-a4a1-c4d8ee8d6a29"}]}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"title": {"type": "string"}, "expertIn": {"type": "array", "items": {"type": "string"}}}, "required": ["title", "expertIn"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Expertise towards Making Bicycle - ", "expertIn" : ["Customer Experience Design", "Digital Manufacturing and Smart Factories", "Digital Manufacturing Expert ", "Hands-On Learning Experience", "Future of Manufacturing", "Product Informatics, Computational Metrology, Computer Aided Prototypin", "Design Synthesis, Eco-Design, ", "Product Informatics - AI and Data Analytics,", "Additive Manufacturing Machine and Process Development", "Kinematics, Dynamics, Control", "Design of Robots & Other Computer controlled Mechanical Systems."]}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "expertIn": {"type": "array", "items": {"type": "string"}}}, "required": ["title", "expertIn"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"autoplayTransitionDelay": {"type": "integer"}, "author": {"type": "string"}, "timestamp": {"type": "string"}, "loopSlideshow": {"type": "integer"}, "filename": {"type": "string"}, "autoplayBuildDelay": {"type": "integer"}, "comment": {"type": "string"}, "title": {"type": "string"}, "showMode": {"type": "integer"}, "creator": {"type": "string"}, "slideList": {"type": "array", "items": {"type": "string"}}, "soundtrack": {"type": "object", "properties": {"mode": {"type": "integer"}, "volume": {"type": "integer"}}, "required": ["mode", "volume"]}, "slideWidth": {"type": "integer"}, "slideHeight": {"type": "integer"}, "slideCount": {"type": "integer"}, "majorVersion": {"type": "integer"}, "minorVersion": {"type": "integer"}, "fonts": {"type": "array", "items": {"type": "string"}}}, "required": ["autoplayTransitionDelay", "author", "timestamp", "loopSlideshow", "filename", "autoplayBuildDelay", "comment", "title", "showMode", "creator", "slideList", "soundtrack", "slideWidth", "slideHeight", "slideCount", "majorVersion", "minorVersion", "fonts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"autoplayTransitionDelay" : 5, "author" : "", "timestamp" : "2017-32-1 14:10:7", "loopSlideshow" : 0, "filename" : "Untitled", "autoplayBuildDelay" : 2, "comment" : "", "title" : "Untitled", "showMode" : 0, "creator" : "Apple Keynote 7.0.5", "slideList" : ["39451CEE-E280-41CA-872D-216C9FC86FAF", "6C31EC14-52BA-43E7-97E8-9FA233DD0CC8"], "soundtrack" : {"mode" : 0, "volume" : 1}, "slideWidth" : 1024, "slideHeight" : 768, "slideCount" : 2, "majorVersion" : 1, "minorVersion" : 2, "fonts" : ["KinoMT", "Helvetica-LightOblique", "Chalkboard-Bold", "HelveticaNeue", "Helvetica-Light", "Helvetica-Bold", "STLibianSC-Regular", "Helvetica", "HanziPenTC-W5", "GillSans"]}
json_instruct
{"type": "object", "properties": {"autoplayTransitionDelay": {"type": "integer"}, "author": {"type": "string"}, "timestamp": {"type": "string"}, "loopSlideshow": {"type": "integer"}, "filename": {"type": "string"}, "autoplayBuildDelay": {"type": "integer"}, "comment": {"type": "string"}, "title": {"type": "string"}, "showMode": {"type": "integer"}, "creator": {"type": "string"}, "slideList": {"type": "array", "items": {"type": "string"}}, "soundtrack": {"type": "object", "properties": {"mode": {"type": "integer"}, "volume": {"type": "integer"}}, "required": ["mode", "volume"]}, "slideWidth": {"type": "integer"}, "slideHeight": {"type": "integer"}, "slideCount": {"type": "integer"}, "majorVersion": {"type": "integer"}, "minorVersion": {"type": "integer"}, "fonts": {"type": "array", "items": {"type": "string"}}}, "required": ["autoplayTransitionDelay", "author", "timestamp", "loopSlideshow", "filename", "autoplayBuildDelay", "comment", "title", "showMode", "creator", "slideList", "soundtrack", "slideWidth", "slideHeight", "slideCount", "majorVersion", "minorVersion", "fonts"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "node": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "nameCN": {"type": "string"}, "image": {"type": "string"}, "date": {"type": "null"}}, "required": ["id", "name", "nameCN", "image", "date"]}}, "relate": {"type": "array", "items": {"type": "object", "properties": {"relate": {"type": "string"}, "src": {"type": "integer"}, "dst": {"type": "integer"}}, "required": ["relate", "src", "dst"]}}}, "required": ["id", "node", "relate"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 312080, "node" : [{"id" : 312080, "name" : "Star Raiders", "nameCN" : "\u661f\u9645\u7a81\u51fb\u8005", "image" : "//lain.bgm.tv/pic/cover/m/94/6b/312080_nPaHo.jpg", "date" : null}, {"id" : 317837, "name" : "Star Raiders II", "nameCN" : "\u661f\u9645\u7a81\u51fb\u80052", "image" : "//lain.bgm.tv/pic/cover/m/5d/10/317837_jCHxJ.jpg", "date" : null}], "relate" : [{"relate" : "\u7eed\u96c6", "src" : 312080, "dst" : 317837}, {"relate" : "\u524d\u4f20", "src" : 317837, "dst" : 312080}]}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "node": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "nameCN": {"type": "string"}, "image": {"type": "string"}, "date": {"type": "null"}}, "required": ["id", "name", "nameCN", "image", "date"]}}, "relate": {"type": "array", "items": {"type": "object", "properties": {"relate": {"type": "string"}, "src": {"type": "integer"}, "dst": {"type": "integer"}}, "required": ["relate", "src", "dst"]}}}, "required": ["id", "node", "relate"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "noteTypes": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "cardTypes": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "template": {"type": "string"}}, "required": ["name", "template"]}}}, "required": ["id", "name", "fields", "cardTypes"]}}, "decks": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "package": {"type": "string"}, "notes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "data": {"type": "string"}}, "required": ["type", "data"]}}}, "required": ["id", "name", "package", "notes"]}}}, "required": ["name", "noteTypes", "decks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Periodic Table of Elements", "noteTypes" : [{"id" : 1598319985447, "name" : "Element Symbol", "fields" : ["Element", "Symbol"], "cardTypes" : [{"name" : "Element Symbol", "template" : "template.html"}]}], "decks" : [{"id" : 1598319986451, "name" : "Element Symbols", "package" : "deck.apkg", "notes" : [{"type" : "Element Symbol", "data" : "data.csv"}]}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "noteTypes": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "cardTypes": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "template": {"type": "string"}}, "required": ["name", "template"]}}}, "required": ["id", "name", "fields", "cardTypes"]}}, "decks": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "package": {"type": "string"}, "notes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "data": {"type": "string"}}, "required": ["type", "data"]}}}, "required": ["id", "name", "package", "notes"]}}}, "required": ["name", "noteTypes", "decks"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"alias": {"type": "string"}, "category": {"type": "string"}, "copyright_text": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "integer"}, "id": {"type": "integer"}, "language": {"type": "string"}, "quality_notes": {"type": "string"}, "recorded": {"type": "string"}, "slug": {"type": "string"}, "speakers": {"type": "array", "items": {"type": "string"}}, "summary": {"type": "string"}, "tags": {"type": "array", "items": {}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "properties": {"length": {"type": "integer"}, "type": {"type": "string"}, "url": {"type": "string"}}, "required": ["length", "type", "url"]}}}, "required": ["alias", "category", "copyright_text", "description", "duration", "id", "language", "quality_notes", "recorded", "slug", "speakers", "summary", "tags", "thumbnail_url", "title", "videos"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"alias" : "video/3746/brewery-mettez-un-python-dans-votre-robot", "category" : "PyCon FR 2013", "copyright_text" : "", "description" : "", "duration" : 1635, "id" : 3746, "language" : "fra", "quality_notes" : "", "recorded" : "2013-11-30", "slug" : "brewery-mettez-un-python-dans-votre-robot", "speakers" : ["\u00c9ric Alber", "Yannick Jost"], "summary" : "La BH Team participe depuis 7 ans \u00e0 la Coupe de France de Robotique.\n\nCe challenge consiste en la conception et la r\u00e9alisation compl\u00e8te d'un\nrobot autonome en \u00e9nergie et en commande. Les robots ainsi r\u00e9alis\u00e9s\ns'affrontent dans des matchs d'une dur\u00e9e de 90 secondes, sans\nintervention de leurs concepteurs. La principale difficult\u00e9 de cette\ncomp\u00e9tition est que son r\u00e8glement, diffus\u00e9 9 mois \u00e0 l'avance seulement,\nimplique syst\u00e9matiquement un changement presque total des contraintes du\njeu.\n\nA un moment de notre parcours, nous avons eu le besoin de pouvoir\nd\u00e9crire dans un langage de haut niveau notre strat\u00e9gie. Notre exp\u00e9rience\ndans le d\u00e9veloppement logiciel nous a amen\u00e9 \u00e0 choisir le langage Python.\n\nTrois ans apr\u00e8s la premi\u00e8re \u00e9dition du framework \"Brewery\", voici une\npr\u00e9sentation de ses capacit\u00e9s et des avantages qu'il conf\u00e8re \u00e0 l'\u00e9quipe.\n\nNous commencerons par une explication du contexte de la comp\u00e9tition, de\nl'\u00e9volution des diff\u00e9rents modules d\u00e9velopp\u00e9s par l'\u00e9quipe au fur et \u00e0\nmesure des ann\u00e9es, et enfin nous d\u00e9taillerons les points remarquables du\nframework.\n", "tags" : [], "thumbnail_url" : "", "title" : "Brewery : mettez un Python dans votre robot !", "videos" : [{"length" : 0, "type" : "youtube", "url" : "https://www.youtube.com/watch?v=ud_E7D7l5Oc"}]}
json_instruct
{"type": "object", "properties": {"alias": {"type": "string"}, "category": {"type": "string"}, "copyright_text": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "integer"}, "id": {"type": "integer"}, "language": {"type": "string"}, "quality_notes": {"type": "string"}, "recorded": {"type": "string"}, "slug": {"type": "string"}, "speakers": {"type": "array", "items": {"type": "string"}}, "summary": {"type": "string"}, "tags": {"type": "array", "items": {}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "properties": {"length": {"type": "integer"}, "type": {"type": "string"}, "url": {"type": "string"}}, "required": ["length", "type", "url"]}}}, "required": ["alias", "category", "copyright_text", "description", "duration", "id", "language", "quality_notes", "recorded", "slug", "speakers", "summary", "tags", "thumbnail_url", "title", "videos"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ast" : null, "code" : "var _jsxFileName = \"/media/avish/developer/E-commerce/county-clothing/src/components/menu-item/menu-item.component.jsx\";\nimport React from 'react';\nimport './menu-item.styles.scss';\n\nconst MenuItem = ({\n title\n}) => /*#__PURE__*/React.createElement(\"div\", {\n className: \"menu-item\",\n __self: this,\n __source: {\n fileName: _jsxFileName,\n lineNumber: 5,\n columnNumber: 5\n }\n}, /*#__PURE__*/React.createElement(\"div\", {\n className: \"content\",\n __self: this,\n __source: {\n fileName: _jsxFileName,\n lineNumber: 6,\n columnNumber: 5\n }\n}, /*#__PURE__*/React.createElement(\"h1\", {\n className: \"title\",\n __self: this,\n __source: {\n fileName: _jsxFileName,\n lineNumber: 7,\n columnNumber: 7\n }\n}, title), /*#__PURE__*/React.createElement(\"span\", {\n className: \"subtitle\",\n __self: this,\n __source: {\n fileName: _jsxFileName,\n lineNumber: 8,\n columnNumber: 7\n }\n}, \"SHOP NOW\")));\n\nexport default MenuItem;", "map" : {"version" : 3, "sources" : ["/media/avish/developer/E-commerce/county-clothing/src/components/menu-item/menu-item.component.jsx"], "names" : ["React", "MenuItem", "title"], "mappings" : ";AAAA,OAAOA,KAAP,MAAkB,OAAlB;AAEA,OAAO,yBAAP;;AACA,MAAMC,QAAQ,GAAG,CAAC;AAACC,EAAAA;AAAD,CAAD,kBACb;AAAK,EAAA,SAAS,EAAG,WAAjB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,gBACA;AAAK,EAAA,SAAS,EAAG,SAAjB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,gBACE;AAAI,EAAA,SAAS,EAAG,OAAhB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,GAAyBA,KAAzB,CADF,eAEE;AAAM,EAAA,SAAS,EAAG,UAAlB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,cAFF,CADA,CADJ;;AASA,eAAeD,QAAf", "sourcesContent" : ["import React from 'react';\n\nimport './menu-item.styles.scss';\nconst MenuItem = ({title}) => (\n <div className = 'menu-item'>\n <div className = 'content'>\n <h1 className = 'title'>{title}</h1>\n <span className = 'subtitle'>SHOP NOW</span>\n </div>\n </div>\n); \n\nexport default MenuItem;"]}, "metadata" : {}, "sourceType" : "module"}
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"userAgent": {"type": "string"}, "libraryPath": {"type": "string"}, "resourceTimeout": {"type": "integer"}, "logLevel": {"type": "integer"}, "action": {"type": "object", "properties": {"m": {"type": "string"}, "a": {"type": "string"}}, "required": ["m", "a"]}, "url": {"type": "string"}}, "required": ["userAgent", "libraryPath", "resourceTimeout", "logLevel", "action", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userAgent" : "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.12 Safari/535.11", "libraryPath" : "./lib", "resourceTimeout" : 10000, "logLevel" : 5, "action" : {"m" : "google", "a" : "search"}, "url" : "http://www.google.com"}
json_instruct
{"type": "object", "properties": {"userAgent": {"type": "string"}, "libraryPath": {"type": "string"}, "resourceTimeout": {"type": "integer"}, "logLevel": {"type": "integer"}, "action": {"type": "object", "properties": {"m": {"type": "string"}, "a": {"type": "string"}}, "required": ["m", "a"]}, "url": {"type": "string"}}, "required": ["userAgent", "libraryPath", "resourceTimeout", "logLevel", "action", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "http://data.doremus.org/performance/83b53432-831a-3914-a22c-6f9bdf6c5fab", "expression" : [{"id" : "http://data.doremus.org/expression/45813eca-e06a-3f36-bad6-7350ff8d0381"}, {"id" : "http://data.doremus.org/expression/6a075733-500a-32af-b2ae-0154f87c9fac"}, {"id" : "http://data.doremus.org/expression/a86431e5-0da0-335e-952a-bdf6be12432a"}, {"id" : "http://data.doremus.org/expression/13abc824-c2e8-32d0-a6cb-da725d37c3ff"}, {"id" : "http://data.doremus.org/expression/94fbf6f1-5f2e-3a29-9c16-8090722c58b4"}, {"id" : "http://data.doremus.org/expression/940f344f-6c40-3574-a544-91719cfaa5eb"}, {"id" : "http://data.doremus.org/expression/28ac1d51-bde2-3e32-8095-b54da192ebfd"}, {"id" : "http://data.doremus.org/expression/b411338f-70c7-377e-8e55-d96df22d5b32"}]}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"published": {"type": "string"}, "media-type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "content": {"type": "string"}, "source": {"type": "string"}}, "required": ["published", "media-type", "title", "id", "content", "source"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"published" : "2015-09-01T08:30:42Z", "media-type" : "News", "title" : "Consumer groups lobby Costco to reject GMO salmon for good", "id" : "8cb28e42-87e4-410a-96ba-86ff294937e7", "content" : "403 Forbidden\r Forbidden\r \nAccess to this resource on the server is denied! \n \nProudly powered by LiteSpeed Web Server \nPlease be advised that LiteSpeed Technologies Inc. is not a web hosting company and, as such, has no control over content found on this site.", "source" : "Undercurrent News"}
json_instruct
{"type": "object", "properties": {"published": {"type": "string"}, "media-type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "content": {"type": "string"}, "source": {"type": "string"}}, "required": ["published", "media-type", "title", "id", "content", "source"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Time" : "2020-11-29T18:00:00Z", "Temp" : 10.1, "RelHum" : 74, "WindSpeed" : 3.4, "WindDir" : 73}
json_instruct
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"year" : 1938, "sex" : "M", "n" : 5, "prop" : 4.4e-06}, {"year" : 1949, "sex" : "F", "n" : 5, "prop" : 2.85e-06}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"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" : "Gallant", "definitions" : ["A man who is charmingly attentive to women.", "A dashing and fashionable gentleman."], "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#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "title-overview": {"type": "string"}, "title-error": {"type": "string"}, "title-updatelog": {"type": "string"}, "updatelog-intro": {"type": "string"}, "updatelog-active": {"type": "string"}, "download-button": {"type": "string"}, "title-downloadpage": {"type": "string"}, "title-downloadpage-repo": {"type": "string"}, "err-snapshotindex": {"type": "string"}, "err-invalid-repo": {"type": "string"}, "err-invalid-branch": {"type": "string"}, "err-nosnapshot": {"type": "string"}, "err-noupdatelog": {"type": "string"}, "repo-site-link": {"type": "string"}, "repo-browse-link": {"type": "string"}, "repo-branches-label": {"type": "string"}, "repo-lastmoddate-label": {"type": "string"}, "branches-submit-button": {"type": "string"}, "updatelog-link": {"type": "string"}, "tablehead-repo": {"type": "string"}, "tablehead-snapshots": {"type": "string"}, "tablehead-branch": {"type": "string"}, "tablehead-filesize": {"type": "string"}, "tablehead-hash": {"type": "string"}}, "required": ["@metadata", "title-overview", "title-error", "title-updatelog", "updatelog-intro", "updatelog-active", "download-button", "title-downloadpage", "title-downloadpage-repo", "err-snapshotindex", "err-invalid-repo", "err-invalid-branch", "err-nosnapshot", "err-noupdatelog", "repo-site-link", "repo-browse-link", "repo-branches-label", "repo-lastmoddate-label", "branches-submit-button", "updatelog-link", "tablehead-repo", "tablehead-snapshots", "tablehead-branch", "tablehead-filesize", "tablehead-hash"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"@metadata" : {"authors" : ["Toli\u00f1o", "Banjo"]}, "title-overview" : "Instant\u00e1neas", "title-error" : "Erro", "title-updatelog" : "Rexistro de actualizaci\u00f3ns", "updatelog-intro" : "A escritura de actualizaci\u00f3n est\u00e1 programada para executarse cada hora. A continuaci\u00f3n est\u00e1 o resultado que mostrou a consola na \u00faltima execuci\u00f3n.", "updatelog-active" : "A escritura de actualizaci\u00f3n est\u00e1 execut\u00e1ndose nestes intres. Volva m\u00e1is tarde para ollar o rexistro completo.", "download-button" : "Descargar instant\u00e1nea", "title-downloadpage" : "Descargar", "title-downloadpage-repo" : "Descargar $1", "err-snapshotindex" : "O \u00edndice de instant\u00e1neas non est\u00e1 dispo\u00f1ible temporalmente. Int\u00e9nteo de novo m\u00e1is tarde.", "err-invalid-repo" : "Repositorio desco\u00f1ecido: \"$1\".", "err-invalid-branch" : "Ramificaci\u00f3n desco\u00f1ecida: \"$1\" no repositorio \"$2\".", "err-nosnapshot" : "As instant\u00e1neas x\u00e9ranse cada poucas horas. Houbo un erro durante a xeraci\u00f3n da instant\u00e1nea de \"$1\". Int\u00e9nteo de novo m\u00e1is tarde.", "err-noupdatelog" : "Non se atopou ning\u00fan rexistro de actualizaci\u00f3n.", "repo-site-link" : "P\u00e1xina web", "repo-browse-link" : "Explorar o repositorio", "repo-branches-label" : "Ramificaci\u00f3ns:", "repo-lastmoddate-label" : "Data:", "branches-submit-button" : "Obt\u00e9\u00f1ao!", "updatelog-link" : "rexistro de actualizaci\u00f3ns", "tablehead-repo" : "Repositorio", "tablehead-snapshots" : "Instant\u00e1neas", "tablehead-branch" : "Ramificaci\u00f3n", "tablehead-filesize" : "Tama\u00f1o do ficheiro", "tablehead-hash" : "Sumas de verificaci\u00f3n"}
json_instruct
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "title-overview": {"type": "string"}, "title-error": {"type": "string"}, "title-updatelog": {"type": "string"}, "updatelog-intro": {"type": "string"}, "updatelog-active": {"type": "string"}, "download-button": {"type": "string"}, "title-downloadpage": {"type": "string"}, "title-downloadpage-repo": {"type": "string"}, "err-snapshotindex": {"type": "string"}, "err-invalid-repo": {"type": "string"}, "err-invalid-branch": {"type": "string"}, "err-nosnapshot": {"type": "string"}, "err-noupdatelog": {"type": "string"}, "repo-site-link": {"type": "string"}, "repo-browse-link": {"type": "string"}, "repo-branches-label": {"type": "string"}, "repo-lastmoddate-label": {"type": "string"}, "branches-submit-button": {"type": "string"}, "updatelog-link": {"type": "string"}, "tablehead-repo": {"type": "string"}, "tablehead-snapshots": {"type": "string"}, "tablehead-branch": {"type": "string"}, "tablehead-filesize": {"type": "string"}, "tablehead-hash": {"type": "string"}}, "required": ["@metadata", "title-overview", "title-error", "title-updatelog", "updatelog-intro", "updatelog-active", "download-button", "title-downloadpage", "title-downloadpage-repo", "err-snapshotindex", "err-invalid-repo", "err-invalid-branch", "err-nosnapshot", "err-noupdatelog", "repo-site-link", "repo-browse-link", "repo-branches-label", "repo-lastmoddate-label", "branches-submit-button", "updatelog-link", "tablehead-repo", "tablehead-snapshots", "tablehead-branch", "tablehead-filesize", "tablehead-hash"], "$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"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "test"]}, "devDependencies": {"type": "object", "properties": {"@rollup/plugin-typescript": {"type": "string"}, "@types/jest": {"type": "string"}, "jest": {"type": "string"}, "rollup": {"type": "string"}, "ts-jest": {"type": "string"}, "tslib": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@rollup/plugin-typescript", "@types/jest", "jest", "rollup", "ts-jest", "tslib", "typescript"]}}, "required": ["name", "version", "main", "repository", "author", "license", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "better-bridge", "version" : "0.0.1", "main" : "index.js", "repository" : "git@github.com:ansonpro/better-bridge", "author" : "ansonpro <houshiduo@gmail.com>", "license" : "MIT", "scripts" : {"build" : "rollup -c", "test" : "jest --no-cache"}, "devDependencies" : {"@rollup/plugin-typescript" : "^2.0.1", "@types/jest" : "^24.0.24", "jest" : "^24.9.0", "rollup" : "^1.27.14", "ts-jest" : "^24.2.0", "tslib" : "^1.10.0", "typescript" : "^3.7.4"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "test"]}, "devDependencies": {"type": "object", "properties": {"@rollup/plugin-typescript": {"type": "string"}, "@types/jest": {"type": "string"}, "jest": {"type": "string"}, "rollup": {"type": "string"}, "ts-jest": {"type": "string"}, "tslib": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@rollup/plugin-typescript", "@types/jest", "jest", "rollup", "ts-jest", "tslib", "typescript"]}}, "required": ["name", "version", "main", "repository", "author", "license", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"class": {"type": "object", "properties": {"open": {"type": "string"}}, "required": ["open"]}, "instance": {"type": "object", "properties": {"initialExtent": {"type": "string"}, "initialize": {"type": "string"}, "sampleImage": {"type": "string"}, "sampleText": {"type": "string"}}, "required": ["initialExtent", "initialize", "sampleImage", "sampleText"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"class" : {"open" : "TB 4/5/2018 14:19"}, "instance" : {"initialExtent" : "TB 4/11/2018 14:08", "initialize" : "TB 4/6/2018 13:01", "sampleImage" : "TB 4/6/2018 18:17", "sampleText" : "TB 4/6/2018 12:57"}}
json_instruct
{"type": "object", "properties": {"class": {"type": "object", "properties": {"open": {"type": "string"}}, "required": ["open"]}, "instance": {"type": "object", "properties": {"initialExtent": {"type": "string"}, "initialize": {"type": "string"}, "sampleImage": {"type": "string"}, "sampleText": {"type": "string"}}, "required": ["initialExtent", "initialize", "sampleImage", "sampleText"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "24", "provinceId" : "92", "regencyId" : "04", "name" : "Fokour"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@tailwindcss/forms": {"type": "string"}, "bcrypt": {"type": "string"}, "connect-ensure-login": {"type": "string"}, "dotenv": {"type": "string"}, "ejs": {"type": "string"}, "express": {"type": "string"}, "express-session": {"type": "string"}, "method-override": {"type": "string"}, "mongoose": {"type": "string"}, "passport": {"type": "string"}, "passport-local": {"type": "string"}, "pdfkit": {"type": "string"}, "tailwindcss": {"type": "string"}, "uniqid": {"type": "string"}}, "required": ["@tailwindcss/forms", "bcrypt", "connect-ensure-login", "dotenv", "ejs", "express", "express-session", "method-override", "mongoose", "passport", "passport-local", "pdfkit", "tailwindcss", "uniqid"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "vaccine-appointment-system", "version" : "1.0.0", "description" : "A basic vaccine appointment system", "main" : "app.js", "scripts" : {"start" : "nodemon app.js -e js,ejs,css"}, "author" : "nslcoder", "license" : "MIT", "dependencies" : {"@tailwindcss/forms" : "^0.3.3", "bcrypt" : "^5.0.1", "connect-ensure-login" : "^0.1.1", "dotenv" : "^10.0.0", "ejs" : "^3.1.6", "express" : "^4.17.1", "express-session" : "^1.17.2", "method-override" : "^3.0.0", "mongoose" : "^5.13.7", "passport" : "^0.5.0", "passport-local" : "^1.0.0", "pdfkit" : "^0.12.3", "tailwindcss" : "^2.2.7", "uniqid" : "^5.3.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"}}, "required": ["start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@tailwindcss/forms": {"type": "string"}, "bcrypt": {"type": "string"}, "connect-ensure-login": {"type": "string"}, "dotenv": {"type": "string"}, "ejs": {"type": "string"}, "express": {"type": "string"}, "express-session": {"type": "string"}, "method-override": {"type": "string"}, "mongoose": {"type": "string"}, "passport": {"type": "string"}, "passport-local": {"type": "string"}, "pdfkit": {"type": "string"}, "tailwindcss": {"type": "string"}, "uniqid": {"type": "string"}}, "required": ["@tailwindcss/forms", "bcrypt", "connect-ensure-login", "dotenv", "ejs", "express", "express-session", "method-override", "mongoose", "passport", "passport-local", "pdfkit", "tailwindcss", "uniqid"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"brief" : "lofty", "long" : "<i>Meaning:</i> \"lofty\" (literally or figuratively).<br/><i>Usage:</i> high, proud.<br/><i>Source:</i> from \"H1361\";"}
json_instruct
{"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "150172403498", "text" : "\u51fa\u53e3\u52a0\u5de5\u533a\u865a\u62df\u793e\u533a"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"model_type": {"type": "string"}, "dataset": {"type": "object", "properties": {"train_path": {"type": "string"}, "eval_path": {"type": "string"}, "image_size": {"type": "integer"}}, "required": ["train_path", "eval_path", "image_size"]}, "train_batch_size": {"type": "integer"}, "eval_batch_size": {"type": "integer"}, "predict_batch_size": {"type": "integer"}, "steps_per_checkpoint": {"type": "integer"}, "iterations": {"type": "integer"}, "train_steps": {"type": "integer"}, "predict_steps": {"type": "integer"}, "eval_steps": {"type": "integer"}, "n_channels": {"type": "integer"}, "bf_16": {"type": "boolean"}, "recompute_grad": {"type": "boolean"}, "lr": {"type": "number"}, "model_path": {"type": "string"}, "mesh_shape": {"type": "string"}, "layout": {"type": "string"}, "n_embd": {"type": "integer"}, "text_vocab_size": {"type": "integer"}, "image_vocab_size": {"type": "integer"}, "text_seq_len": {"type": "integer"}, "n_layers": {"type": "integer"}, "n_heads": {"type": "integer"}, "vae_model": {"type": "string"}}, "required": ["model_type", "dataset", "train_batch_size", "eval_batch_size", "predict_batch_size", "steps_per_checkpoint", "iterations", "train_steps", "predict_steps", "eval_steps", "n_channels", "bf_16", "recompute_grad", "lr", "model_path", "mesh_shape", "layout", "n_embd", "text_vocab_size", "image_vocab_size", "text_seq_len", "n_layers", "n_heads", "vae_model"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"model_type" : "dalle", "dataset" : {"train_path" : "gs://neo-datasets/coco_captions/*.tfrecords", "eval_path" : "gs://neo-datasets/coco_captions_val/*.tfrecords", "image_size" : 256}, "train_batch_size" : 128, "eval_batch_size" : 128, "predict_batch_size" : 128, "steps_per_checkpoint" : 5000, "iterations" : 1000, "train_steps" : 100000, "predict_steps" : 0, "eval_steps" : 0, "n_channels" : 3, "bf_16" : false, "recompute_grad" : true, "lr" : 0.0001, "model_path" : "gs://neo-models/dalle_coco/", "mesh_shape" : "data:16,model:2", "layout" : "batch_dim:data", "n_embd" : 1024, "text_vocab_size" : 50258, "image_vocab_size" : 512, "text_seq_len" : 256, "n_layers" : 12, "n_heads" : 8, "vae_model" : "vae_coco"}
json_instruct
{"type": "object", "properties": {"model_type": {"type": "string"}, "dataset": {"type": "object", "properties": {"train_path": {"type": "string"}, "eval_path": {"type": "string"}, "image_size": {"type": "integer"}}, "required": ["train_path", "eval_path", "image_size"]}, "train_batch_size": {"type": "integer"}, "eval_batch_size": {"type": "integer"}, "predict_batch_size": {"type": "integer"}, "steps_per_checkpoint": {"type": "integer"}, "iterations": {"type": "integer"}, "train_steps": {"type": "integer"}, "predict_steps": {"type": "integer"}, "eval_steps": {"type": "integer"}, "n_channels": {"type": "integer"}, "bf_16": {"type": "boolean"}, "recompute_grad": {"type": "boolean"}, "lr": {"type": "number"}, "model_path": {"type": "string"}, "mesh_shape": {"type": "string"}, "layout": {"type": "string"}, "n_embd": {"type": "integer"}, "text_vocab_size": {"type": "integer"}, "image_vocab_size": {"type": "integer"}, "text_seq_len": {"type": "integer"}, "n_layers": {"type": "integer"}, "n_heads": {"type": "integer"}, "vae_model": {"type": "string"}}, "required": ["model_type", "dataset", "train_batch_size", "eval_batch_size", "predict_batch_size", "steps_per_checkpoint", "iterations", "train_steps", "predict_steps", "eval_steps", "n_channels", "bf_16", "recompute_grad", "lr", "model_path", "mesh_shape", "layout", "n_embd", "text_vocab_size", "image_vocab_size", "text_seq_len", "n_layers", "n_heads", "vae_model"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"header": {"type": "object", "properties": {"protoclVersion": {"type": "object", "properties": {"protocolVersion": {"type": "string"}}, "required": ["protocolVersion"]}}, "required": ["protoclVersion"]}, "body": {"type": "object", "properties": {"rx_obcTime": {"type": "string"}, "rx_recvCnt": {"type": "string"}, "rx_gpsDate": {"type": "string"}, "rx_gpsTime": {"type": "string"}, "rx_lat": {"type": "number"}, "rx_long": {"type": "number"}, "rx_alt": {"type": "string"}, "rx_temp": {"type": "string"}, "rx_airP": {"type": "string"}, "rx_bSize": {"type": "string"}, "tx_id": {"type": "string"}, "tx_cnt": {"type": "string"}, "payload": {"type": "integer"}, "tx_gpsTime": {"type": "string"}, "tx_lat": {"type": "number"}, "tx_long": {"type": "number"}, "tx_alt": {"type": "integer"}}, "required": ["rx_obcTime", "rx_recvCnt", "rx_gpsDate", "rx_gpsTime", "rx_lat", "rx_long", "rx_alt", "rx_temp", "rx_airP", "rx_bSize", "tx_id", "tx_cnt", "payload", "tx_gpsTime", "tx_lat", "tx_long", "tx_alt"]}}, "required": ["header", "body"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"header" : {"protoclVersion" : {"protocolVersion" : "0.0.2"}}, "body" : {"rx_obcTime" : "196270", "rx_recvCnt" : "30", "rx_gpsDate" : "110319", "rx_gpsTime" : "110139", "rx_lat" : 43.021524, "rx_long" : 141.404192, "rx_alt" : "68", "rx_temp" : "22.08", "rx_airP" : "99276", "rx_bSize" : "36", "tx_id" : "23", "tx_cnt" : "160", "payload" : 1, "tx_gpsTime" : "110130", "tx_lat" : 43.020876, "tx_long" : 141.403968, "tx_alt" : 82}}
json_instruct
{"type": "object", "properties": {"header": {"type": "object", "properties": {"protoclVersion": {"type": "object", "properties": {"protocolVersion": {"type": "string"}}, "required": ["protocolVersion"]}}, "required": ["protoclVersion"]}, "body": {"type": "object", "properties": {"rx_obcTime": {"type": "string"}, "rx_recvCnt": {"type": "string"}, "rx_gpsDate": {"type": "string"}, "rx_gpsTime": {"type": "string"}, "rx_lat": {"type": "number"}, "rx_long": {"type": "number"}, "rx_alt": {"type": "string"}, "rx_temp": {"type": "string"}, "rx_airP": {"type": "string"}, "rx_bSize": {"type": "string"}, "tx_id": {"type": "string"}, "tx_cnt": {"type": "string"}, "payload": {"type": "integer"}, "tx_gpsTime": {"type": "string"}, "tx_lat": {"type": "number"}, "tx_long": {"type": "number"}, "tx_alt": {"type": "integer"}}, "required": ["rx_obcTime", "rx_recvCnt", "rx_gpsDate", "rx_gpsTime", "rx_lat", "rx_long", "rx_alt", "rx_temp", "rx_airP", "rx_bSize", "tx_id", "tx_cnt", "payload", "tx_gpsTime", "tx_lat", "tx_long", "tx_alt"]}}, "required": ["header", "body"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "rev": {"type": "string"}, "name": {"type": "string"}, "classification": {"type": "string"}, "type": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}, "mappings": {"type": "array", "items": {"type": "object", "properties": {"defaultLayout": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}, "layouts": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}}, "required": ["defaultLayout", "layouts"]}}}, "required": ["id", "rev", "name", "classification", "type", "mappings"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "sign-up-layout-mapping", "rev" : "11-95a66526c8e849ab72de218ad1d410d4", "name" : "signUpLayoutMapping", "classification" : "layout-mapping", "type" : {"id" : "58fd2ad1-df13-4a75-9918-6b34852539ab"}, "mappings" : [{"defaultLayout" : {"id" : "sign-up-layout"}, "layouts" : [{"id" : "sign-up-layout"}]}]}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "rev": {"type": "string"}, "name": {"type": "string"}, "classification": {"type": "string"}, "type": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}, "mappings": {"type": "array", "items": {"type": "object", "properties": {"defaultLayout": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}, "layouts": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}}, "required": ["defaultLayout", "layouts"]}}}, "required": ["id", "rev", "name", "classification", "type", "mappings"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"openfl.js": {"type": "string"}, "openfl.min.js": {"type": "string"}}, "required": ["openfl.js", "openfl.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"openfl.js" : "sha256-Dk69Cz0wn4X3meteTyi6tRizyKGcCnrb+jzABvH8BdM=", "openfl.min.js" : "sha256-y0USkInN0bw5XutJHr+3IKObYR+1YfKf/PehBg1CMw0="}
json_instruct
{"type": "object", "properties": {"openfl.js": {"type": "string"}, "openfl.min.js": {"type": "string"}}, "required": ["openfl.js", "openfl.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"module": {"type": "array", "items": {"type": "string"}}, "input": {"type": "string"}, "param_size": {"type": "integer"}, "param_bytes": {"type": "integer"}, "params": {"type": "object", "properties": {"conv1_dlstm/hidden_to_hidden": {"type": "object", "properties": {"b": {"type": "string"}, "w": {"type": "string"}}, "required": ["b", "w"]}, "conv1_dlstm/input_to_hidden": {"type": "object", "properties": {"b": {"type": "string"}, "w": {"type": "string"}}, "required": ["b", "w"]}}, "required": ["conv1_dlstm/hidden_to_hidden", "conv1_dlstm/input_to_hidden"]}}, "required": ["module", "input", "param_size", "param_bytes", "params"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"module" : ["Conv1DLSTM(input_shape=[2], output_channels=3, kernel_shape=3)"], "input" : "f32[8, 2, 2]", "param_size" : 204, "param_bytes" : 816, "params" : {"conv1_dlstm/hidden_to_hidden" : {"b" : "f32[12]", "w" : "f32[3, 3, 12]"}, "conv1_dlstm/input_to_hidden" : {"b" : "f32[12]", "w" : "f32[3, 2, 12]"}}}
json_instruct
{"type": "object", "properties": {"module": {"type": "array", "items": {"type": "string"}}, "input": {"type": "string"}, "param_size": {"type": "integer"}, "param_bytes": {"type": "integer"}, "params": {"type": "object", "properties": {"conv1_dlstm/hidden_to_hidden": {"type": "object", "properties": {"b": {"type": "string"}, "w": {"type": "string"}}, "required": ["b", "w"]}, "conv1_dlstm/input_to_hidden": {"type": "object", "properties": {"b": {"type": "string"}, "w": {"type": "string"}}, "required": ["b", "w"]}}, "required": ["conv1_dlstm/hidden_to_hidden", "conv1_dlstm/input_to_hidden"]}}, "required": ["module", "input", "param_size", "param_bytes", "params"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nom" : "Caussade", "dpt" : "Tarn-et-Garonne", "inscrits" : 4888, "abs" : 1108, "votants" : 3780, "blancs" : 353, "nuls" : 147, "exp" : 3280, "res" : [{"panneau" : "1", "voix" : 1990}, {"panneau" : "2", "voix" : 1290}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-84.47016, 39.095891], [-84.463369, 39.10012], [-84.464813, 39.100587], [-84.462971, 39.102124], [-84.465098, 39.103099], [-84.462959, 39.103592], [-84.45855, 39.107321], [-84.459565, 39.107978], [-84.463288, 39.106843], [-84.465958, 39.109144], [-84.466842, 39.113201], [-84.462929, 39.113466], [-84.451167, 39.110711], [-84.445195, 39.106578], [-84.440986, 39.109557], [-84.435388, 39.100885], [-84.433767, 39.094863], [-84.435018, 39.092349], [-84.435492, 39.087035], [-84.439957, 39.086854], [-84.442612, 39.085223], [-84.444076, 39.085322], [-84.445435, 39.087519], [-84.450302, 39.089662], [-84.452194, 39.091456], [-84.459702, 39.090331], [-84.461465, 39.09155], [-84.461884, 39.093798], [-84.463051, 39.09476], [-84.47016, 39.095891]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 27203}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"expr": {"type": "string"}, "dataset": {"type": "string"}, "bindings": {"type": "object", "properties": {}, "required": []}, "code": {"type": "string"}}, "required": ["expr", "dataset", "bindings", "code"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"expr" : "$lowercase(\"Missing close brackets\"", "dataset" : "dataset21", "bindings" : {}, "code" : "S0203"}
json_instruct
{"type": "object", "properties": {"expr": {"type": "string"}, "dataset": {"type": "string"}, "bindings": {"type": "object", "properties": {}, "required": []}, "code": {"type": "string"}}, "required": ["expr", "dataset", "bindings", "code"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"version": {"type": "string"}, "homepage": {"type": "string"}, "bin": {"type": "string"}, "shortcuts": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "persist": {"type": "array", "items": {"type": "string"}}, "architecture": {"type": "object", "properties": {"64bit": {"type": "object", "properties": {"url": {"type": "string"}, "hash": {"type": "string"}}, "required": ["url", "hash"]}, "32bit": {"type": "object", "properties": {"url": {"type": "string"}, "hash": {"type": "string"}}, "required": ["url", "hash"]}}, "required": ["64bit", "32bit"]}, "description": {"type": "string"}, "license": {"type": "string"}, "notes": {"type": "string"}, "checkver": {"type": "object", "properties": {"url": {"type": "string"}, "xpath": {"type": "string"}}, "required": ["url", "xpath"]}, "autoupdate": {"type": "object", "properties": {"architecture": {"type": "object", "properties": {"64bit": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "32bit": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["64bit", "32bit"]}}, "required": ["architecture"]}}, "required": ["version", "homepage", "bin", "shortcuts", "persist", "architecture", "description", "license", "notes", "checkver", "autoupdate"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : "1.71", "homepage" : "https://www.nirsoft.net/utils/serviwin.html", "bin" : "serviwin.exe", "shortcuts" : [["serviwin.exe", "NirSoft\\ServiWin"]], "persist" : ["serviwin_lng.ini", "serviwin.cfg"], "architecture" : {"64bit" : {"url" : "https://www.nirsoft.net/utils/serviwin-x64.zip", "hash" : "64766e4488eb99d957205634ff2d69381c51a06b7e7347a83d30f2bc4287ab5a"}, "32bit" : {"url" : "https://www.nirsoft.net/utils/serviwin.zip", "hash" : "549ae6a1222f80c85d7abad860866c00f5df12ad284f03a4e695e542e9540ff6"}}, "description" : "displays the list of installed drivers and services on your system.", "license" : "Freeware", "notes" : "If this application is useful to you, please consider donating to nirsoft.", "checkver" : {"url" : "https://www.nirsoft.net/pad/serviwin.xml", "xpath" : "/XML_DIZ_INFO/Program_Info/Program_Version"}, "autoupdate" : {"architecture" : {"64bit" : {"url" : "https://www.nirsoft.net/utils/serviwin-x64.zip"}, "32bit" : {"url" : "https://www.nirsoft.net/utils/serviwin.zip"}}}}
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "homepage": {"type": "string"}, "bin": {"type": "string"}, "shortcuts": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "persist": {"type": "array", "items": {"type": "string"}}, "architecture": {"type": "object", "properties": {"64bit": {"type": "object", "properties": {"url": {"type": "string"}, "hash": {"type": "string"}}, "required": ["url", "hash"]}, "32bit": {"type": "object", "properties": {"url": {"type": "string"}, "hash": {"type": "string"}}, "required": ["url", "hash"]}}, "required": ["64bit", "32bit"]}, "description": {"type": "string"}, "license": {"type": "string"}, "notes": {"type": "string"}, "checkver": {"type": "object", "properties": {"url": {"type": "string"}, "xpath": {"type": "string"}}, "required": ["url", "xpath"]}, "autoupdate": {"type": "object", "properties": {"architecture": {"type": "object", "properties": {"64bit": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "32bit": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["64bit", "32bit"]}}, "required": ["architecture"]}}, "required": ["version", "homepage", "bin", "shortcuts", "persist", "architecture", "description", "license", "notes", "checkver", "autoupdate"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["n-pay"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"amenity": {"type": "string"}, "name": {"type": "string"}, "vending": {"type": "string"}, "id": {"type": "string"}}, "required": ["amenity", "name", "vending", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "id" : "node/7597675817", "properties" : {"amenity" : "vending_machine", "name" : "Regio-Box", "vending" : "food;drinks", "id" : "node/7597675817"}, "geometry" : {"type" : "Point", "coordinates" : [8.4576737, 51.8860633]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"amenity": {"type": "string"}, "name": {"type": "string"}, "vending": {"type": "string"}, "id": {"type": "string"}}, "required": ["amenity", "name", "vending", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_date": {"type": "string"}, "topics": {"type": "array", "items": {"type": "string"}}, "program": {"type": "array", "items": {"type": "string"}}, "projects": {"type": "null"}, "working_groups": {"type": "null"}, "abstract": {"type": "string"}, "acknowledgement": {"type": "string"}}, "required": ["id", "citation_title", "citation_author", "citation_publication_date", "issue_date", "revision_date", "topics", "program", "projects", "working_groups", "abstract", "acknowledgement"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 6702, "citation_title" : "Diffusion Indexes", "citation_author" : ["James H. Stock", "Mark W. Watson"], "citation_publication_date" : "1998-08-01", "issue_date" : "1998-08-01", "revision_date" : "None", "topics" : ["Econometrics", "Estimation Methods", "Macroeconomics", "Business Cycles"], "program" : ["Economic Fluctuations and Growth"], "projects" : null, "working_groups" : null, "abstract" : "\n\nThis paper considers forecasting a single time series using more predictors than there are time series observations. The approach is to construct a relatively few indexes, akin to diffusion indexes, which are weighted averages of the predictors, using an approximate dynamic factor model. Estimation is discussed for balanced and unbalanced panels. The estimated dynamic factors are (uniformly) consistent, even in the presence of time varying parameters and/or data contamination, and forecasts based on the estimated factors are efficient. In an application to forecasting U.S. inflation and industrial production using 224 monthly time series, these forecasts outperform various state-of-the-art benchmark models.\n\n", "acknowledgement" : "\n"}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_date": {"type": "string"}, "topics": {"type": "array", "items": {"type": "string"}}, "program": {"type": "array", "items": {"type": "string"}}, "projects": {"type": "null"}, "working_groups": {"type": "null"}, "abstract": {"type": "string"}, "acknowledgement": {"type": "string"}}, "required": ["id", "citation_title", "citation_author", "citation_publication_date", "issue_date", "revision_date", "topics", "program", "projects", "working_groups", "abstract", "acknowledgement"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "attribute": {"type": "string"}, "type": {"type": "string"}, "cmc": {"type": "integer"}, "racesOrTraits": {"type": "array", "items": {}}, "text": {"type": "string"}, "set": {"type": "string"}, "code": {"type": "string"}, "rarity": {"type": "string"}, "thumbnailImage": {"type": "string"}, "cardImage": {"type": "string"}}, "required": ["name", "attribute", "type", "cmc", "racesOrTraits", "text", "set", "code", "rarity", "thumbnailImage", "cardImage"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Blowing Wind", "attribute" : "Wind", "type" : "Spell:Chant-Instant", "cmc" : 1, "racesOrTraits" : [], "text" : "Break: Rest all recovered cards in your magic stone area. This card deals [the number of cards rested this way x 100] damage to each resonator with Flying. Rest all recovered cards in your magic stone area. This card deals [the number of cards rested this way x 100] damage to each resonator with Flying.", "set" : "The War of Valhalla", "code" : "2-106", "rarity" : "C", "thumbnailImage" : "../assets/img/cards/2/106.jpg", "cardImage" : "http://db.fowtcg.us/cards/2/106.jpg"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "attribute": {"type": "string"}, "type": {"type": "string"}, "cmc": {"type": "integer"}, "racesOrTraits": {"type": "array", "items": {}}, "text": {"type": "string"}, "set": {"type": "string"}, "code": {"type": "string"}, "rarity": {"type": "string"}, "thumbnailImage": {"type": "string"}, "cardImage": {"type": "string"}}, "required": ["name", "attribute", "type", "cmc", "racesOrTraits", "text", "set", "code", "rarity", "thumbnailImage", "cardImage"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"type": {"type": "string"}, "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"]}, "objects": {"type": "object", "properties": {"goa": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"dt_code": {"type": "string"}, "district": {"type": "string"}, "st_code": {"type": "string"}, "year": {"type": "string"}, "st_nm": {"type": "string"}}, "required": ["dt_code", "district", "st_code", "year", "st_nm"]}}, "required": ["arcs", "type", "properties"]}}}, "required": ["type", "geometries"]}}, "required": ["goa"]}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}}, "required": ["type", "arcs", "transform", "objects", "crs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Topology", "arcs" : [[[1686, 1697], [-151, -72], [-61, -84], [-161, 2], [-42, -54], [-18, 24], [-103, -46], [-37, -13], [-1, 2], [-6, 77], [-56, 35], [19, 14], [-45, 64], [15, 15], [-203, 175], [-51, -45], [51, -61], [0, -1], [-20, -45], [-13, -27], [19, -38], [1, -2], [-34, -44], [-34, -44]], [[755, 1529], [-88, -44], [-69, 50], [-51, -17], [-41, 67], [-136, -6], [-44, 39], [43, -7], [36, 87], [-68, 25], [-75, -17], [-32, 149], [-68, 127], [16, 76], [-43, 39], [-96, 263], [-39, 20], [22, -4], [29, -15], [100, -8], [42, 45], [125, -29], [1, 0], [1, 2], [47, 33], [55, 8], [9, 1], [3, 1], [2, 9], [47, 83], [30, 22], [9, 48], [4, 7], [4, -1], [65, -73], [-13, -67], [187, -23], [38, -76], [-24, -51], [60, -22], [10, -159], [1, -15], [68, -54], [89, -16], [29, 48], [204, 57], [37, 10], [15, 17], [3, 1], [21, 1], [27, -12], [85, 15], [8, 52], [40, 30], [29, -9], [-11, -33], [50, -11], [3, -37], [92, 51], [46, -41], [-23, -81], [59, -31], [-56, -140], [48, -5], [48, -54], [1, -67], [-80, -89], [0, -1]], [[1686, 1697], [72, -121], [-20, -87], [21, -79], [139, -68], [-18, -111], [56, -99], [-29, -33], [-147, 0], [-73, -71], [24, -50], [123, -48], [46, -109], [-94, -108], [-1, -100], [-36, -47], [70, -162], [-84, -114], [-42, -11], [32, -55], [-35, -57], [-47, 22], [-103, -118], [-65, 90], [-42, 4], [-4, 0], [-27, -43], [22, -90], [-111, 38], [-113, -70], [-14, 28], [-108, 20], [17, 120], [-44, 109], [-40, 42], [-95, 25], [-20, 99], [-30, -7], [-16, 41], [-159, 55], [43, 32], [-26, 32], [51, 12], [2, 62], [40, 31], [-192, 603], [-39, 48], [-86, -32], [-98, 49], [-7, 48], [-43, 1], [-22, 42], [32, 16], [37, -44], [29, 33], [26, -22], [42, 22], [18, -36], [81, -5], [53, 35], [140, 0], [-40, 40], [23, 30]]], "transform" : {"scale" : [0.00034058479790732935, 0.0003481442028169034], "translate" : [73.676874, 14.900642000000001]}, "objects" : {"goa" : {"type" : "GeometryCollection", "geometries" : [{"arcs" : [[0, 1]], "type" : "Polygon", "properties" : {"dt_code" : "585", "district" : "North Goa", "st_code" : "30", "year" : "2011_c", "st_nm" : "Goa"}}, {"arcs" : [[-1, 2]], "type" : "Polygon", "properties" : {"dt_code" : "586", "district" : "South Goa", "st_code" : "30", "year" : "2011_c", "st_nm" : "Goa"}}]}}, "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "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"]}, "objects": {"type": "object", "properties": {"goa": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"dt_code": {"type": "string"}, "district": {"type": "string"}, "st_code": {"type": "string"}, "year": {"type": "string"}, "st_nm": {"type": "string"}}, "required": ["dt_code", "district", "st_code", "year", "st_nm"]}}, "required": ["arcs", "type", "properties"]}}}, "required": ["type", "geometries"]}}, "required": ["goa"]}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}}, "required": ["type", "arcs", "transform", "objects", "crs"], "$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"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}}, "required": ["lint"]}, "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": {"sqlite": {"type": "string"}, "q": {"type": "string"}, "group-by": {"type": "string"}}, "required": ["sqlite", "q", "group-by"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-config-hubot-js": {"type": "string"}}, "required": ["eslint", "eslint-config-hubot-js"]}}, "required": ["name", "version", "description", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "gear-code-review", "version" : "1.2.1", "description" : "A Hubot Gear for request code review", "scripts" : {"lint" : "eslint ."}, "repository" : {"type" : "git", "url" : "git+https://github.com/hubot-js/gear-code-review.git"}, "keywords" : ["hubot-gear", "hubot", "slack", "code-review", "chatbot"], "author" : "robsonbittencourt", "license" : "MIT", "bugs" : {"url" : "https://github.com/hubot-js/gear-code-review/issues"}, "homepage" : "https://github.com/hubot-js/gear-code-review#readme", "dependencies" : {"sqlite" : "^2.9.1", "q" : "^2.0.3", "group-by" : "0.0.1"}, "devDependencies" : {"eslint" : "^4.16.0", "eslint-config-hubot-js" : "^1.0.4"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}}, "required": ["lint"]}, "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": {"sqlite": {"type": "string"}, "q": {"type": "string"}, "group-by": {"type": "string"}}, "required": ["sqlite", "q", "group-by"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-config-hubot-js": {"type": "string"}}, "required": ["eslint", "eslint-config-hubot-js"]}}, "required": ["name", "version", "description", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"brief" : "be", "long" : "<i>Meaning:</i> to \"be\" (in the sense of existence).<br/><i>Usage:</i> be, \u00d7 have.<br/><i>Source:</i> or \"\u05d4\u05b8\u05d5\u05b8\u05d4\"; a primitive root (compare \"H183\", \"H1961\") supposed to mean properly, to breathe;"}
json_instruct
{"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"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" : "0x677ded33e2e01ab220cf48775ca69cae6ba0995c9e716907697708dfa10f14ce", "parentHash" : "0xbaec0e4f47a8d8f23f10fb880ef76c3603a2635981b010eb21f77354857ea5f2", "number" : 25780, "timestamp" : 1438581508, "nonce" : "0xae76010e99584c15", "difficulty" : 1133480395190, "gasLimit" : {"_hex" : "0x1388"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0x9746c7e1ef2bd21FF3997fa467593a89cb852BD0", "extraData" : "0x476574682f76312e302e302f77696e646f77732f676f312e342e32", "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#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"accuracy": {"type": "array", "items": {"type": "number"}}, "loss": {"type": "array", "items": {"type": "number"}}, "val_accuracy": {"type": "array", "items": {"type": "number"}}, "val_loss": {"type": "array", "items": {"type": "number"}}}, "required": ["accuracy", "loss", "val_accuracy", "val_loss"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"accuracy" : [0.7267627716064453, 0.9298259019851685, 0.9573697447776794, 0.965898871421814, 0.9740152359008789, 0.9764150381088257, 0.9816578030586243], "loss" : [0.9611082077026367, 0.2099578082561493, 0.12732936441898346, 0.1027422696352005, 0.07745564728975296, 0.07117708027362823, 0.05693443864583969], "val_accuracy" : [0.8677831888198853, 0.9065667986869812, 0.9620978236198425, 0.9731159210205078, 0.9881004691123962, 0.987659752368927, 0.9713529944419861], "val_loss" : [0.3966148793697357, 0.2960870862007141, 0.11234362423419952, 0.08826945722103119, 0.04001748189330101, 0.041542742401361465, 0.10209915041923523]}
json_instruct
{"type": "object", "properties": {"accuracy": {"type": "array", "items": {"type": "number"}}, "loss": {"type": "array", "items": {"type": "number"}}, "val_accuracy": {"type": "array", "items": {"type": "number"}}, "val_loss": {"type": "array", "items": {"type": "number"}}}, "required": ["accuracy", "loss", "val_accuracy", "val_loss"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "attributes": {"type": "object", "properties": {"name": {"type": "string"}, "slug": {"type": "string"}, "description": {"type": "string"}, "is_public": {"type": "boolean"}, "shape": {"type": "string"}, "category": {"type": "string"}, "date": {"type": "string"}, "metadata": {"type": "object", "properties": {"colour": {"type": "string"}}, "required": ["colour"]}}, "required": ["name", "slug", "description", "is_public", "shape", "category", "date", "metadata"]}}, "required": ["id", "type", "attributes"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"data" : {"id" : "1", "type" : "food", "attributes" : {"name" : "Apple", "slug" : "apple", "description" : "Lorem ipsum dolor sit amet.", "is_public" : true, "shape" : "sphere", "category" : "fruit", "date" : "1968-11-22 12:00:00", "metadata" : {"colour" : "red"}}}}
json_instruct
{"type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "attributes": {"type": "object", "properties": {"name": {"type": "string"}, "slug": {"type": "string"}, "description": {"type": "string"}, "is_public": {"type": "boolean"}, "shape": {"type": "string"}, "category": {"type": "string"}, "date": {"type": "string"}, "metadata": {"type": "object", "properties": {"colour": {"type": "string"}}, "required": ["colour"]}}, "required": ["name", "slug", "description", "is_public", "shape", "category", "date", "metadata"]}}, "required": ["id", "type", "attributes"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"code": {"type": "string"}, "lang": {"type": "string"}, "description": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["code", "lang", "description", "name", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : "STEU28", "lang" : "de", "description" : "\nBetriebliche Steuern und sonstige \u00f6ffentliche Abgaben", "name" : "Betriebliche Steuern und sonstige \u00f6ffentl. Abgaben", "type" : "Merkmal"}
json_instruct
{"type": "object", "properties": {"code": {"type": "string"}, "lang": {"type": "string"}, "description": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["code", "lang", "description", "name", "type"], "$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": {"build": {"type": "string"}, "railroad": {"type": "string"}, "doctoc": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "railroad", "doctoc", "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": {"cnd": {"type": "string"}, "intertype": {"type": "string"}, "ncr-norangereader": {"type": "string"}, "nearley": {"type": "string"}}, "required": ["cnd", "intertype", "ncr-norangereader", "nearley"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "mojikura-idl", "version" : "2.1.6", "description" : "\u6587\u5b57\u5009\u5b57\u5f62\u63cf\u8ff0\u8a9e\u8a00 MojiKura Ideographic Description Language", "main" : "lib/main.js", "scripts" : {"build" : "nearleyc src/idl.nearley -o src/idl.coffee && nearleyc src/idlx.nearley -o src/idlx.coffee && coffee --map -o lib -c src", "railroad" : "nearley-railroad src/idl.nearley -o idl.html", "doctoc" : "doctoc README.md", "test" : "echo 'see https://github.com/loveencounterflow/hengist/tree/master/dev/mojikura-idl'"}, "repository" : {"type" : "git", "url" : "https://github.com/loveencounterflow/mojikura-idl.git"}, "keywords" : ["CJK"], "author" : "", "license" : "MIT", "bugs" : {"url" : "https://github.com/loveencounterflow/mojikura-idl/issues"}, "homepage" : "https://github.com/loveencounterflow/mojikura-idl", "dependencies" : {"cnd" : "^9.2.2", "intertype" : "^7.6.7", "ncr-norangereader" : "^2.1.3", "nearley" : "^2.9.3"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "railroad": {"type": "string"}, "doctoc": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "railroad", "doctoc", "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": {"cnd": {"type": "string"}, "intertype": {"type": "string"}, "ncr-norangereader": {"type": "string"}, "nearley": {"type": "string"}}, "required": ["cnd", "intertype", "ncr-norangereader", "nearley"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "parent": {"type": "string"}, "url": {"type": "string"}, "updated": {"type": "string"}, "children": {"type": "array", "items": {}}}, "required": ["type", "title", "parent", "url", "updated", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "wiki", "title" : "git hook test on iPad", "parent" : "from-Obsidian-github", "url" : "/wiki/git hook test on iPad", "updated" : "2022-01-23 01:26:12 +0900", "children" : []}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "parent": {"type": "string"}, "url": {"type": "string"}, "updated": {"type": "string"}, "children": {"type": "array", "items": {}}}, "required": ["type", "title", "parent", "url", "updated", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"brief" : "flattery", "long" : "<i>Meaning:</i> \"flattery\".<br/><i>Usage:</i> flattery.<br/><i>Source:</i> feminine from \"H2505\";"}
json_instruct
{"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "identifier": {"type": "array", "items": {"type": "object", "properties": {"use": {"type": "string"}, "system": {"type": "string"}, "value": {"type": "string"}}, "required": ["use", "system", "value"]}}, "status": {"type": "string"}, "name": {"type": "string"}, "mode": {"type": "string"}, "telecom": {"type": "array", "items": {"type": "object", "properties": {"system": {"type": "string"}, "value": {"type": "string"}, "use": {"type": "string"}}, "required": ["system", "value", "use"]}}, "address": {"type": "object", "properties": {"use": {"type": "string"}, "type": {"type": "string"}, "line": {"type": "array", "items": {"type": "string"}}, "city": {"type": "string"}, "district": {"type": "string"}, "state": {"type": "string"}, "postalCode": {"type": "string"}}, "required": ["use", "type", "line", "city", "district", "state", "postalCode"]}, "physicalType": {"type": "object", "properties": {"coding": {"type": "array", "items": {"type": "object", "properties": {"system": {"type": "string"}, "code": {"type": "string"}, "display": {"type": "string"}}, "required": ["system", "code", "display"]}}}, "required": ["coding"]}, "position": {"type": "object", "properties": {"longitude": {"type": "number"}, "latitude": {"type": "number"}}, "required": ["longitude", "latitude"]}, "managingOrganization": {"type": "object", "properties": {"reference": {"type": "string"}, "display": {"type": "string"}}, "required": ["reference", "display"]}}, "required": ["resourceType", "id", "identifier", "status", "name", "mode", "telecom", "address", "physicalType", "position", "managingOrganization"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"resourceType" : "Location", "id" : "1101", "identifier" : [{"use" : "official", "system" : "http://www.hl7.org/oid/", "value" : "1.2.3.4.1101"}], "status" : "active", "name" : "McKinley Health Center", "mode" : "instance", "telecom" : [{"system" : "phone", "value" : "(734) 555-3131", "use" : "work"}], "address" : {"use" : "work", "type" : "physical", "line" : ["428 E Eighth Drive"], "city" : "Southfield", "district" : "Oakland County", "state" : "MI", "postalCode" : "48037"}, "physicalType" : {"coding" : [{"system" : "http://hl7.org/fhir/location-physical-type", "code" : "bu", "display" : "Building"}]}, "position" : {"longitude" : -83.72731866148872, "latitude" : 42.2814465218414}, "managingOrganization" : {"reference" : "Organization/Organization-1101", "display" : "McKinley Health Center"}}
json_instruct
{"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "identifier": {"type": "array", "items": {"type": "object", "properties": {"use": {"type": "string"}, "system": {"type": "string"}, "value": {"type": "string"}}, "required": ["use", "system", "value"]}}, "status": {"type": "string"}, "name": {"type": "string"}, "mode": {"type": "string"}, "telecom": {"type": "array", "items": {"type": "object", "properties": {"system": {"type": "string"}, "value": {"type": "string"}, "use": {"type": "string"}}, "required": ["system", "value", "use"]}}, "address": {"type": "object", "properties": {"use": {"type": "string"}, "type": {"type": "string"}, "line": {"type": "array", "items": {"type": "string"}}, "city": {"type": "string"}, "district": {"type": "string"}, "state": {"type": "string"}, "postalCode": {"type": "string"}}, "required": ["use", "type", "line", "city", "district", "state", "postalCode"]}, "physicalType": {"type": "object", "properties": {"coding": {"type": "array", "items": {"type": "object", "properties": {"system": {"type": "string"}, "code": {"type": "string"}, "display": {"type": "string"}}, "required": ["system", "code", "display"]}}}, "required": ["coding"]}, "position": {"type": "object", "properties": {"longitude": {"type": "number"}, "latitude": {"type": "number"}}, "required": ["longitude", "latitude"]}, "managingOrganization": {"type": "object", "properties": {"reference": {"type": "string"}, "display": {"type": "string"}}, "required": ["reference", "display"]}}, "required": ["resourceType", "id", "identifier", "status", "name", "mode", "telecom", "address", "physicalType", "position", "managingOrganization"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"desc": {"type": "string"}, "home": {"type": "string"}, "license": {"type": "string"}}, "required": ["desc", "home", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"desc" : "Promises/A+ implementation for Python", "home" : "https://github.com/syrusakbary/promise", "license" : "MIT"}
json_instruct
{"type": "object", "properties": {"desc": {"type": "string"}, "home": {"type": "string"}, "license": {"type": "string"}}, "required": ["desc", "home", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "is_illegal": {"type": "boolean"}, "is_custom": {"type": "boolean"}, "text": {"type": "string"}, "images": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "attribute": {"type": "string"}, "atk": {"type": "integer"}, "species": {"type": "string"}, "monster_type": {"type": "string"}, "is_pendulum": {"type": "boolean"}, "ability": {"type": "string"}, "has_effect": {"type": "boolean"}, "def": {"type": "integer"}, "level": {"type": "integer"}, "is_tuner": {"type": "boolean"}}, "required": ["id", "name", "is_illegal", "is_custom", "text", "images", "type", "attribute", "atk", "species", "monster_type", "is_pendulum", "ability", "has_effect", "def", "level", "is_tuner"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 2729285, "name" : "Fluffal Cat", "is_illegal" : false, "is_custom" : false, "text" : "If this card is sent to the Graveyard as a Fusion Material for a Fusion Summon: You can target 1 \"Polymerization\" in your Graveyard; add it to your hand. You can only use this effect of \"Fluffal Cat\" once per turn.", "images" : ["https://storage.googleapis.com/ygoprodeck.com/pics/2729285.jpg"], "type" : "Monster", "attribute" : "EARTH", "atk" : 700, "species" : "Fairy", "monster_type" : "", "is_pendulum" : false, "ability" : "", "has_effect" : true, "def" : 300, "level" : 1, "is_tuner" : false}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "is_illegal": {"type": "boolean"}, "is_custom": {"type": "boolean"}, "text": {"type": "string"}, "images": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "attribute": {"type": "string"}, "atk": {"type": "integer"}, "species": {"type": "string"}, "monster_type": {"type": "string"}, "is_pendulum": {"type": "boolean"}, "ability": {"type": "string"}, "has_effect": {"type": "boolean"}, "def": {"type": "integer"}, "level": {"type": "integer"}, "is_tuner": {"type": "boolean"}}, "required": ["id", "name", "is_illegal", "is_custom", "text", "images", "type", "attribute", "atk", "species", "monster_type", "is_pendulum", "ability", "has_effect", "def", "level", "is_tuner"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"contacts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "designation": {"type": "string"}, "mobile": {"type": "array", "items": {}}}, "required": ["name", "email", "designation", "mobile"]}}, "guideStarURL": {"type": "string"}, "name": {"type": "string"}, "primaryEmail": {"type": "string"}, "website": {"type": "string"}, "organisationType": {"type": "array", "items": {"type": "string"}}, "telephone": {"type": "array", "items": {"type": "string"}}, "mainAddrress": {"type": "object", "properties": {"state": {"type": "string"}, "address": {"type": "array", "items": {"type": "string"}}}, "required": ["state", "address"]}}, "required": ["contacts", "guideStarURL", "name", "primaryEmail", "website", "organisationType", "telephone", "mainAddrress"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contacts" : [{"name" : "Ratna Joshi", "email" : "", "designation" : "", "mobile" : []}], "guideStarURL" : "http://www.guidestarindia.org/Summary.aspx?CCReg=6091", "name" : "Ballerina Management Institute", "primaryEmail" : "ratnajoshi65@gmail.com", "website" : "http://www.bmiindia.net", "organisationType" : ["Direct Service", "Network"], "telephone" : ["91-9850957157"], "mainAddrress" : {"state" : "Maharashtra", "address" : ["1011/19, Indira Bungalow,", "Mitranagar, Deep bungalow Chowk,", "Model Colony,", "Pune", "Maharashtra", "411016"]}}
json_instruct
{"type": "object", "properties": {"contacts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "designation": {"type": "string"}, "mobile": {"type": "array", "items": {}}}, "required": ["name", "email", "designation", "mobile"]}}, "guideStarURL": {"type": "string"}, "name": {"type": "string"}, "primaryEmail": {"type": "string"}, "website": {"type": "string"}, "organisationType": {"type": "array", "items": {"type": "string"}}, "telephone": {"type": "array", "items": {"type": "string"}}, "mainAddrress": {"type": "object", "properties": {"state": {"type": "string"}, "address": {"type": "array", "items": {"type": "string"}}}, "required": ["state", "address"]}}, "required": ["contacts", "guideStarURL", "name", "primaryEmail", "website", "organisationType", "telephone", "mainAddrress"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "logo": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "string"}, "success_url": {"type": "string"}, "website": {"type": "string"}, "env": {"type": "object", "properties": {"API_ID": {"type": "object", "properties": {"description": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["description", "required"]}, "API_HASH": {"type": "object", "properties": {"description": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["description", "required"]}, "BOT_TOKEN": {"type": "object", "properties": {"description": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["description", "required"]}}, "required": ["API_ID", "API_HASH", "BOT_TOKEN"]}, "buildpacks": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "formation": {"type": "object", "properties": {"worker": {"type": "object", "properties": {"quantity": {"type": "integer"}, "size": {"type": "string"}}, "required": ["quantity", "size"]}}, "required": ["worker"]}, "stack": {"type": "string"}}, "required": ["name", "description", "logo", "keywords", "repository", "success_url", "website", "env", "buildpacks", "formation", "stack"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "YouTube Song Bot", "description" : "A telegram bot To Download Youtube song ", "logo" : "https://telegra.ph/file/ecfb5c457cf969055affa.jpg", "keywords" : ["Youtube Audio", "Uoutube music Downloader"], "repository" : "https://github.com/BXBots/YouTubeSongDownloader", "success_url" : "https://t.me/Youtubev2bxbot", "website" : "https://github.com/BXBots/YouTubeSongDownloader", "env" : {"API_ID" : {"description" : "Get this value from https://my.telegram.org", "required" : true}, "API_HASH" : {"description" : "Get this value from https://my.telegram.org", "required" : true}, "BOT_TOKEN" : {"description" : "Get Bot Token From @BotFather", "required" : true}}, "buildpacks" : [{"url" : "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git"}, {"url" : "heroku/python"}], "formation" : {"worker" : {"quantity" : 1, "size" : "free"}}, "stack" : "heroku-20"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "logo": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "string"}, "success_url": {"type": "string"}, "website": {"type": "string"}, "env": {"type": "object", "properties": {"API_ID": {"type": "object", "properties": {"description": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["description", "required"]}, "API_HASH": {"type": "object", "properties": {"description": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["description", "required"]}, "BOT_TOKEN": {"type": "object", "properties": {"description": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["description", "required"]}}, "required": ["API_ID", "API_HASH", "BOT_TOKEN"]}, "buildpacks": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "formation": {"type": "object", "properties": {"worker": {"type": "object", "properties": {"quantity": {"type": "integer"}, "size": {"type": "string"}}, "required": ["quantity", "size"]}}, "required": ["worker"]}, "stack": {"type": "string"}}, "required": ["name", "description", "logo", "keywords", "repository", "success_url", "website", "env", "buildpacks", "formation", "stack"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"DNS MB40II1": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"Device_Name": {"type": "string"}, "Device_Code_Name": {"type": "string"}, "Device_Maker": {"type": "string"}, "Device_Pointing_Method": {"type": "string"}, "Device_Brand_Name": {"type": "string"}}, "required": ["Device_Name", "Device_Code_Name", "Device_Maker", "Device_Pointing_Method", "Device_Brand_Name"]}, "standard": {"type": "boolean"}}, "required": ["type", "properties", "standard"]}}, "required": ["DNS MB40II1"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"DNS MB40II1" : {"type" : "desktop", "properties" : {"Device_Name" : "MB40II1", "Device_Code_Name" : "MB40II1", "Device_Maker" : "DNS", "Device_Pointing_Method" : "mouse", "Device_Brand_Name" : "DNS"}, "standard" : true}}
json_instruct
{"type": "object", "properties": {"DNS MB40II1": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"Device_Name": {"type": "string"}, "Device_Code_Name": {"type": "string"}, "Device_Maker": {"type": "string"}, "Device_Pointing_Method": {"type": "string"}, "Device_Brand_Name": {"type": "string"}}, "required": ["Device_Name", "Device_Code_Name", "Device_Maker", "Device_Pointing_Method", "Device_Brand_Name"]}, "standard": {"type": "boolean"}}, "required": ["type", "properties", "standard"]}}, "required": ["DNS MB40II1"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "sources": {"type": "array", "items": {"type": "string"}}, "includes": {"type": "array", "items": {"type": "string"}}, "classes": {"type": "array", "items": {"type": "string"}}, "jsmodulepreamble": {"type": "array", "items": {"type": "string"}}, "overloads": {"type": "object", "properties": {"AnimatedSprite2D": {"type": "object", "properties": {"SetAnimation": {"type": "array", "items": {"type": "string"}}}, "required": ["SetAnimation"]}, "CollisionBox2D": {"type": "object", "properties": {"SetSize": {"type": "array", "items": {"type": "string"}}}, "required": ["SetSize"]}, "PhysicsWorld2D": {"type": "object", "properties": {"DrawDebugGeometry": {"type": "array", "items": {}}}, "required": ["DrawDebugGeometry"]}}, "required": ["AnimatedSprite2D", "CollisionBox2D", "PhysicsWorld2D"]}}, "required": ["name", "sources", "includes", "classes", "jsmodulepreamble", "overloads"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Atomic2D", "sources" : ["Source/Atomic/Atomic2D"], "includes" : ["<Atomic/Graphics/Texture2D.h>", "<Atomic/Scene/Node.h>", "<Atomic/Graphics/Material.h>"], "classes" : ["SpriteSheet2D", "Sprite2D", "Drawable2D", "StaticSprite2D", "AnimationSet2D", "AnimatedSprite2D", "CollisionShape2D", "CollisionBox2D", "RigidBody2D", "CollisionChain2D", "CollisionCircle2D", "CollisionEdge2D", "CollisionPolygon2D", "Constraint2D", "ConstraintDistance2D", "ConstraintFriction2D", "ConstraintGear2D", "ConstraintMotor2D", "ConstraintMouse2D", "ConstraintPrismatic2D", "ConstraintPulley2D", "ConstraintRevolute2D", "ConstraintRope2D", "ConstraintWeld2D", "ConstraintWheel2D", "ParticleEffect2D", "ParticleEmitter2D", "PhysicsWorld2D", "TileMap2D", "PropertySet2D", "Tile2D", "TileMapObject2D", "TileMapLayer2D", "TmxLayer2D", "TmxTileLayer2D", "TmxObjectGroup2D", "TmxImageLayer2D", "TmxFile2D", "Light2DGroup", "Light2D", "DirectionalLight2D", "PositionalLight2D", "PointLight2D"], "jsmodulepreamble" : ["using namespace Atomic::Spriter;"], "overloads" : {"AnimatedSprite2D" : {"SetAnimation" : ["String", "LoopMode2D"]}, "CollisionBox2D" : {"SetSize" : ["Vector2"]}, "PhysicsWorld2D" : {"DrawDebugGeometry" : []}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "sources": {"type": "array", "items": {"type": "string"}}, "includes": {"type": "array", "items": {"type": "string"}}, "classes": {"type": "array", "items": {"type": "string"}}, "jsmodulepreamble": {"type": "array", "items": {"type": "string"}}, "overloads": {"type": "object", "properties": {"AnimatedSprite2D": {"type": "object", "properties": {"SetAnimation": {"type": "array", "items": {"type": "string"}}}, "required": ["SetAnimation"]}, "CollisionBox2D": {"type": "object", "properties": {"SetSize": {"type": "array", "items": {"type": "string"}}}, "required": ["SetSize"]}, "PhysicsWorld2D": {"type": "object", "properties": {"DrawDebugGeometry": {"type": "array", "items": {}}}, "required": ["DrawDebugGeometry"]}}, "required": ["AnimatedSprite2D", "CollisionBox2D", "PhysicsWorld2D"]}}, "required": ["name", "sources", "includes", "classes", "jsmodulepreamble", "overloads"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1990, 7], [1993, 6], [1994, 8], [1995, 12], [1996, 12], [1998, 13], [1999, 17], [2000, 22], [2001, 24], [2002, 18], [2003, 16], [2004, 11], [2005, 18], [2006, 20], [2007, 20], [2008, 28], [2009, 27], [2010, 22], [2011, 14], [2012, 11], [2013, 13], [2014, 11]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"jpeg": {"type": "array", "items": {"type": "object", "properties": {"format": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "filename": {"type": "string"}, "outputPath": {"type": "string"}, "url": {"type": "string"}, "sourceType": {"type": "string"}, "srcset": {"type": "string"}, "size": {"type": "integer"}}, "required": ["format", "width", "height", "filename", "outputPath", "url", "sourceType", "srcset", "size"]}}, "slug": {"type": "string"}}, "required": ["jpeg", "slug"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"jpeg" : [{"format" : "jpeg", "width" : 90, "height" : 90, "filename" : "ba285bc3-90.jpeg", "outputPath" : "img/avatars/opencollective/ba285bc3-90.jpeg", "url" : "/img/avatars/opencollective/ba285bc3-90.jpeg", "sourceType" : "image/jpeg", "srcset" : "/img/avatars/opencollective/ba285bc3-90.jpeg 90w", "size" : 2004}], "slug" : "julien-brionne"}
json_instruct
{"type": "object", "properties": {"jpeg": {"type": "array", "items": {"type": "object", "properties": {"format": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "filename": {"type": "string"}, "outputPath": {"type": "string"}, "url": {"type": "string"}, "sourceType": {"type": "string"}, "srcset": {"type": "string"}, "size": {"type": "integer"}}, "required": ["format", "width", "height", "filename", "outputPath", "url", "sourceType", "srcset", "size"]}}, "slug": {"type": "string"}}, "required": ["jpeg", "slug"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"schema_version" : "1.2.0", "id" : "GHSA-hh4m-7c6g-g8m7", "modified" : "2022-05-01T18:35:02Z", "published" : "2022-05-01T18:35:02Z", "aliases" : ["CVE-2007-5622"], "details" : "Double free vulnerability in the ftpprchild function in ftppr in 3proxy 0.5 through 0.5.3i allows remote attackers to cause a denial of service (daemon crash) via multiple OPEN commands to the FTP proxy.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2007-5622"}, {"type" : "WEB", "url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/37401"}, {"type" : "WEB", "url" : "http://3proxy.ru/0.5.3j/Changelog.txt"}, {"type" : "WEB", "url" : "http://bugs.gentoo.org/show_bug.cgi?id=196772"}, {"type" : "WEB", "url" : "http://lists.grok.org.uk/pipermail/full-disclosure/2007-October/066985.html"}, {"type" : "WEB", "url" : "http://osvdb.org/41870"}, {"type" : "WEB", "url" : "http://secunia.com/advisories/27353"}, {"type" : "WEB", "url" : "http://secunia.com/advisories/27607"}, {"type" : "WEB", "url" : "http://security.gentoo.org/glsa/glsa-200711-13.xml"}, {"type" : "WEB", "url" : "http://www.securityfocus.com/archive/1/482697/100/0/threaded"}, {"type" : "WEB", "url" : "http://www.securityfocus.com/bid/26180"}], "database_specific" : {"cwe_ids" : [], "severity" : "MODERATE", "github_reviewed" : false}}
json_instruct
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "quich", "definition" : "To stir. [Obs.] He could not move nor quich at all. Spenser."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"compareFunction": {"type": "string"}, "fixtures": {"type": "array", "items": {"type": "object", "properties": {"description": {"type": "string"}, "newVersion": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"building": {"type": "string"}, "osm:version": {"type": "integer"}, "osm:type": {"type": "string"}, "osm:user:changesetcount": {"type": "integer"}}, "required": ["building", "osm:version", "osm:type", "osm:user:changesetcount"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}, "oldVersion": {"type": "null"}, "expectedResult": {"type": "object", "properties": {"result:new_user_large_building": {"type": "boolean"}}, "required": ["result:new_user_large_building"]}}, "required": ["description", "newVersion", "oldVersion", "expectedResult"]}}}, "required": ["compareFunction", "fixtures"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"compareFunction" : "new_user_large_building", "fixtures" : [{"description" : "checks for a large building created by new user", "newVersion" : {"type" : "Feature", "properties" : {"building" : "apartment", "osm:version" : 1, "osm:type" : "way", "osm:user:changesetcount" : 1}, "geometry" : {"type" : "Polygon", "coordinates" : [[[136.7253597, 35.3592342], [136.724114, 35.359857], [136.723419, 35.360471], [136.7208322, 35.3598666], [136.7200165, 35.3598963], [136.719433, 35.3621494], [136.7195264, 35.3629567], [136.7210022, 35.3630405], [136.7220015, 35.3638327], [136.7221486, 35.3644496], [136.7217176, 35.3650251], [136.7195192, 35.3650408], [136.7196998, 35.3660636], [136.7208621, 35.3665899], [136.7219745, 35.3665958], [136.7220971, 35.367028], [136.7197327, 35.3681801], [136.7205912, 35.3696592], [136.7202412, 35.3709461], [136.7207406, 35.3721421], [136.7215999, 35.3741755], [136.7203577, 35.3740613], [136.720271, 35.374328], [136.721714, 35.375356], [136.7207593, 35.3755692], [136.7208154, 35.3759575], [136.7214423, 35.3762736], [136.7221465, 35.37699], [136.7239415, 35.3718394], [136.7237732, 35.3708857], [136.7231784, 35.3707483], [136.7231888, 35.3696203], [136.7241591, 35.3675495], [136.725213, 35.362314], [136.72306, 35.3612811], [136.7238135, 35.360527], [136.7253437, 35.3611792], [136.72612, 35.35958], [136.7253597, 35.3592342]]]}}, "oldVersion" : null, "expectedResult" : {"result:new_user_large_building" : true}}]}
json_instruct
{"type": "object", "properties": {"compareFunction": {"type": "string"}, "fixtures": {"type": "array", "items": {"type": "object", "properties": {"description": {"type": "string"}, "newVersion": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"building": {"type": "string"}, "osm:version": {"type": "integer"}, "osm:type": {"type": "string"}, "osm:user:changesetcount": {"type": "integer"}}, "required": ["building", "osm:version", "osm:type", "osm:user:changesetcount"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}, "oldVersion": {"type": "null"}, "expectedResult": {"type": "object", "properties": {"result:new_user_large_building": {"type": "boolean"}}, "required": ["result:new_user_large_building"]}}, "required": ["description", "newVersion", "oldVersion", "expectedResult"]}}}, "required": ["compareFunction", "fixtures"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"dict": {"type": "object", "properties": {"customize": {"type": "object", "properties": {"env_prefix": {"type": "string"}, "only_for_host_os_tags": {"type": "array", "items": {"type": "string"}}, "only_for_target_os_tags": {"type": "array", "items": {"type": "string"}}}, "required": ["env_prefix", "only_for_host_os_tags", "only_for_target_os_tags"]}, "env": {"type": "object", "properties": {}, "required": []}, "soft_name": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["customize", "env", "soft_name", "tags"]}, "misc": {"type": "object", "properties": {"auto_detect": {"type": "string"}, "data_uid": {"type": "string"}, "data_uoa": {"type": "string"}, "env_prefix": {"type": "string"}, "host_os": {"type": "string"}, "module_uid": {"type": "string"}, "module_uoa": {"type": "string"}, "repo_uid": {"type": "string"}, "repo_uoa": {"type": "string"}, "repo_url1": {"type": "string"}, "repo_url2": {"type": "string"}, "repo_url3": {"type": "string"}, "soft_name": {"type": "string"}, "stags": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "target_os": {"type": "string"}, "template": {"type": "string"}, "to_get": {"type": "string"}}, "required": ["auto_detect", "data_uid", "data_uoa", "env_prefix", "host_os", "module_uid", "module_uoa", "repo_uid", "repo_uoa", "repo_url1", "repo_url2", "repo_url3", "soft_name", "stags", "tags", "target_os", "template", "to_get"]}}, "required": ["dict", "misc"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"dict" : {"customize" : {"env_prefix" : "CK_ENV_TOOL_LIB_COMMONS_IO", "only_for_host_os_tags" : ["windows", "linux"], "only_for_target_os_tags" : ["windows", "linux"]}, "env" : {}, "soft_name" : "Commons-IO library", "tags" : ["lib", "commons-io"]}, "misc" : {"auto_detect" : "no", "data_uid" : "a04e17a69e898791", "data_uoa" : "lib.commons-io", "env_prefix" : "CK_ENV_TOOL_LIB_COMMONS_IO", "host_os" : "any", "module_uid" : "5e1100048ab875d7", "module_uoa" : "soft", "repo_uid" : "1ff43ae88715a8c1", "repo_uoa" : "ck-env", "repo_url1" : "", "repo_url2" : "https://github.com/ctuning/ck-env/tree/master/soft/lib.commons-io/.cm/meta.json", "repo_url3" : "https://github.com/ctuning/ck-env/tree/master/soft/lib.commons-io", "soft_name" : "Commons-IO library", "stags" : "lib,commons-io", "tags" : ["lib", "commons-io"], "target_os" : "any", "template" : "", "to_get" : "ck pull repo:ck-env"}}
json_instruct
{"type": "object", "properties": {"dict": {"type": "object", "properties": {"customize": {"type": "object", "properties": {"env_prefix": {"type": "string"}, "only_for_host_os_tags": {"type": "array", "items": {"type": "string"}}, "only_for_target_os_tags": {"type": "array", "items": {"type": "string"}}}, "required": ["env_prefix", "only_for_host_os_tags", "only_for_target_os_tags"]}, "env": {"type": "object", "properties": {}, "required": []}, "soft_name": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["customize", "env", "soft_name", "tags"]}, "misc": {"type": "object", "properties": {"auto_detect": {"type": "string"}, "data_uid": {"type": "string"}, "data_uoa": {"type": "string"}, "env_prefix": {"type": "string"}, "host_os": {"type": "string"}, "module_uid": {"type": "string"}, "module_uoa": {"type": "string"}, "repo_uid": {"type": "string"}, "repo_uoa": {"type": "string"}, "repo_url1": {"type": "string"}, "repo_url2": {"type": "string"}, "repo_url3": {"type": "string"}, "soft_name": {"type": "string"}, "stags": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "target_os": {"type": "string"}, "template": {"type": "string"}, "to_get": {"type": "string"}}, "required": ["auto_detect", "data_uid", "data_uoa", "env_prefix", "host_os", "module_uid", "module_uoa", "repo_uid", "repo_uoa", "repo_url1", "repo_url2", "repo_url3", "soft_name", "stags", "tags", "target_os", "template", "to_get"]}}, "required": ["dict", "misc"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "westerosblocks:block/furnace_block_3_0"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "dependencies": {"type": "object", "properties": {"babel": {"type": "string"}, "js-yaml": {"type": "string"}, "nodeunit": {"type": "string"}}, "required": ["babel", "js-yaml", "nodeunit"]}}, "required": ["name", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "horror", "dependencies" : {"babel" : "^5.6.14", "js-yaml" : "^3.3.1", "nodeunit" : "^0.9.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "dependencies": {"type": "object", "properties": {"babel": {"type": "string"}, "js-yaml": {"type": "string"}, "nodeunit": {"type": "string"}}, "required": ["babel", "js-yaml", "nodeunit"]}}, "required": ["name", "dependencies"], "$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"}}, "peerDependencies": {"type": "object", "properties": {"sequelize": {"type": "string"}}, "required": ["sequelize"]}, "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"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "mocha": {"type": "string"}, "mocha-junit-reporter": {"type": "string"}, "sequelize": {"type": "string"}, "sqlite3": {"type": "string"}}, "required": ["chai", "mocha", "mocha-junit-reporter", "sequelize", "sqlite3"]}}, "required": ["name", "version", "description", "keywords", "peerDependencies", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "sequelize-json-schema", "version" : "1.3.0", "description" : "Use your Sequelize models in JSON Schemas or Swagger", "keywords" : ["sequelize", "json", "json-schema", "swagger"], "peerDependencies" : {"sequelize" : ">= 3"}, "main" : "src/index.js", "scripts" : {"test" : "mocha"}, "repository" : {"type" : "git", "url" : "git+https://github.com/chaliy/sequelize-json-schema.git"}, "author" : "Mike Chaliy <mike@chaliy.name> (https://github.com/chaliy)", "license" : "MIT", "bugs" : {"url" : "https://github.com/chaliy/sequelize-json-schema/issues"}, "homepage" : "https://github.com/chaliy/sequelize-json-schema#readme", "devDependencies" : {"chai" : "^3.5.0", "mocha" : "^2.5.3", "mocha-junit-reporter" : "^1.12.1", "sequelize" : ">= 3", "sqlite3" : "^3.1.4"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "peerDependencies": {"type": "object", "properties": {"sequelize": {"type": "string"}}, "required": ["sequelize"]}, "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"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "mocha": {"type": "string"}, "mocha-junit-reporter": {"type": "string"}, "sequelize": {"type": "string"}, "sqlite3": {"type": "string"}}, "required": ["chai", "mocha", "mocha-junit-reporter", "sequelize", "sqlite3"]}}, "required": ["name", "version", "description", "keywords", "peerDependencies", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"$schema": {"type": "string"}, "$id": {"type": "string"}, "title": {"type": "string"}, "definitions": {"type": "object", "properties": {"ProductSpecCharacteristicValue": {"type": "object", "properties": {"$id": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"default": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}, "unitOfMeasure": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}, "validFor": {"type": "object", "properties": {"$ref": {"type": "string"}, "description": {"type": "string"}}, "required": ["$ref", "description"]}, "value": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}, "valueFrom": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}, "valueTo": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}, "valueType": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}}, "required": ["default", "unitOfMeasure", "validFor", "value", "valueFrom", "valueTo", "valueType"]}, "allOf": {"type": "array", "items": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}}}, "required": ["$id", "description", "type", "properties", "allOf"]}}, "required": ["ProductSpecCharacteristicValue"]}}, "required": ["$schema", "$id", "title", "definitions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"$schema" : "http://json-schema.org/draft-07/schema#", "$id" : "ProductSpecCharacteristicValue.schema.json", "title" : "ProductSpecCharacteristicValue", "definitions" : {"ProductSpecCharacteristicValue" : {"$id" : "#ProductSpecCharacteristicValue", "description" : "A number or text that can be assigned to a ProductSpecCharacteristic.", "type" : "object", "properties" : {"default" : {"type" : "boolean", "description" : "Indicates if the value is the default value for a characteristic"}, "unitOfMeasure" : {"type" : "string", "description" : "Could be minutes, GB..."}, "validFor" : {"$ref" : "../Common/TimePeriod.schema.json#TimePeriod", "description" : "The period of time for which a value is applicable"}, "value" : {"type" : "string", "description" : "A discrete value that the characteristic can take on"}, "valueFrom" : {"type" : "string", "description" : "The low range value that a characteristic can take on"}, "valueTo" : {"type" : "string", "description" : "The upper range value that a characteristic can take on"}, "valueType" : {"type" : "string", "description" : "A kind of value that the characteristic can take on, such as numeric, text, and so forth"}}, "allOf" : [{"$ref" : "../Common/Entity.schema.json#Entity"}]}}}
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "$id": {"type": "string"}, "title": {"type": "string"}, "definitions": {"type": "object", "properties": {"ProductSpecCharacteristicValue": {"type": "object", "properties": {"$id": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"default": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}, "unitOfMeasure": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}, "validFor": {"type": "object", "properties": {"$ref": {"type": "string"}, "description": {"type": "string"}}, "required": ["$ref", "description"]}, "value": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}, "valueFrom": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}, "valueTo": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}, "valueType": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}}, "required": ["default", "unitOfMeasure", "validFor", "value", "valueFrom", "valueTo", "valueType"]}, "allOf": {"type": "array", "items": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}}}, "required": ["$id", "description", "type", "properties", "allOf"]}}, "required": ["ProductSpecCharacteristicValue"]}}, "required": ["$schema", "$id", "title", "definitions"], "$schema": "http://json-schema.org/draft-07/schema#"}