input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "github": {"type": "string"}, "website": {"type": "string"}, "twitter": {"type": "string"}}, "required": ["name", "github", "website", "twitter"]}, "description": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "interaction": {"type": "object", "properties": {"mouse": {"type": "boolean"}, "keyboard": {"type": "boolean"}, "touch": {"type": "boolean"}}, "required": ["mouse", "keyboard", "touch"]}, "instructions": {"type": "string"}, "colour_scheme": {"type": "string"}, "mobile_friendly": {"type": "boolean"}, "slug": {"type": "string"}}, "required": ["name", "author", "description", "tags", "interaction", "instructions", "colour_scheme", "mobile_friendly", "slug"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Dispositions", "author" : {"name" : "Fred Briolet", "github" : "FredericBriolet", "website" : "http://fredericbriolet.com/", "twitter" : "fredbriolet"}, "description" : "3d experiment based on color shades, particle drawing with renderer.autoClear and camera movement.<br/><br/>With sound : <a href=\"http://fredericbriolet.com/dispositions\" target=\"_blank\">http://fredericbriolet.com/dispositions</a>", "tags" : ["threejs", "webgl", "color"], "interaction" : {"mouse" : true, "keyboard" : true, "touch" : false}, "instructions" : "Click to draw/clean, arrows to move", "colour_scheme" : "dark", "mobile_friendly" : false, "slug" : "fredericbriolet/dispositions"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "github": {"type": "string"}, "website": {"type": "string"}, "twitter": {"type": "string"}}, "required": ["name", "github", "website", "twitter"]}, "description": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "interaction": {"type": "object", "properties": {"mouse": {"type": "boolean"}, "keyboard": {"type": "boolean"}, "touch": {"type": "boolean"}}, "required": ["mouse", "keyboard", "touch"]}, "instructions": {"type": "string"}, "colour_scheme": {"type": "string"}, "mobile_friendly": {"type": "boolean"}, "slug": {"type": "string"}}, "required": ["name", "author", "description", "tags", "interaction", "instructions", "colour_scheme", "mobile_friendly", "slug"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"0-17": {"type": "integer"}, "18-49": {"type": "integer"}, "50-64": {"type": "integer"}, "65+": {"type": "integer"}, "total": {"type": "integer"}}, "required": ["0-17", "18-49", "50-64", "65+", "total"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"0-17" : 4, "18-49" : 1549, "50-64" : 4172, "65+" : 16354, "total" : 22160}
json_instruct
{"type": "object", "properties": {"0-17": {"type": "integer"}, "18-49": {"type": "integer"}, "50-64": {"type": "integer"}, "65+": {"type": "integer"}, "total": {"type": "integer"}}, "required": ["0-17", "18-49", "50-64", "65+", "total"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"add_total_row": {"type": "integer"}, "apply_user_permissions": {"type": "integer"}, "creation": {"type": "string"}, "disabled": {"type": "integer"}, "docstatus": {"type": "integer"}, "doctype": {"type": "string"}, "idx": {"type": "integer"}, "is_standard": {"type": "string"}, "modified": {"type": "string"}, "modified_by": {"type": "string"}, "module": {"type": "string"}, "name": {"type": "string"}, "owner": {"type": "string"}, "query": {"type": "string"}, "ref_doctype": {"type": "string"}, "report_name": {"type": "string"}, "report_type": {"type": "string"}}, "required": ["add_total_row", "apply_user_permissions", "creation", "disabled", "docstatus", "doctype", "idx", "is_standard", "modified", "modified_by", "module", "name", "owner", "query", "ref_doctype", "report_name", "report_type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"add_total_row" : 1, "apply_user_permissions" : 1, "creation" : "2017-01-30 13:21:27.134276", "disabled" : 0, "docstatus" : 0, "doctype" : "Report", "idx" : 0, "is_standard" : "Yes", "modified" : "2017-01-30 15:18:16.346475", "modified_by" : "Administrator", "module" : "Bar e Restaurante", "name" : "Relatorio do Caixa", "owner" : "Administrator", "query" : "SELECT \n`tabCaixa de Registo`.abertura_fecho as 'Movimento:data:80',\n`tabCaixa de Registo`.data_hora as 'Data Movimento:datetime:120', \n`tabCaixa de Registo`.amount_init as 'Valor de Abertura:Currency:120', \n`tabCaixa de Registo`.amount_tpa as 'Valor TPA:Currency:120', \n`tabCaixa de Registo`.amount_conta_corrente as 'Valor Conta-Corrente:Currency:120', \n`tabCaixa de Registo`.amount_caixa as 'Valor de Fecho:Currency:120', \n`tabCaixa de Registo`.status_caixa as 'Status do Caixa:data:100', \n`tabCaixa de Registo`.usuario_caixa as 'Feito por:data:100'\nFROM `tabCaixa de Registo`;\n", "ref_doctype" : "Caixa de Registo", "report_name" : "Relatorio do Caixa", "report_type" : "Query Report"}
json_instruct
{"type": "object", "properties": {"add_total_row": {"type": "integer"}, "apply_user_permissions": {"type": "integer"}, "creation": {"type": "string"}, "disabled": {"type": "integer"}, "docstatus": {"type": "integer"}, "doctype": {"type": "string"}, "idx": {"type": "integer"}, "is_standard": {"type": "string"}, "modified": {"type": "string"}, "modified_by": {"type": "string"}, "module": {"type": "string"}, "name": {"type": "string"}, "owner": {"type": "string"}, "query": {"type": "string"}, "ref_doctype": {"type": "string"}, "report_name": {"type": "string"}, "report_type": {"type": "string"}}, "required": ["add_total_row", "apply_user_permissions", "creation", "disabled", "docstatus", "doctype", "idx", "is_standard", "modified", "modified_by", "module", "name", "owner", "query", "ref_doctype", "report_name", "report_type"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"_id": {"type": "string"}, "index": {"type": "integer"}, "guid": {"type": "string"}, "isActive": {"type": "boolean"}, "balance": {"type": "string"}, "picture": {"type": "string"}, "age": {"type": "integer"}, "eyeColor": {"type": "string"}, "name": {"type": "string"}, "gender": {"type": "string"}, "company": {"type": "string"}, "email": {"type": "string"}, "phone": {"type": "string"}, "address": {"type": "string"}, "about": {"type": "string"}, "registered": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "friends": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "greeting": {"type": "string"}, "favoriteFruit": {"type": "string"}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}}, "required": ["latitude", "longitude"]}, "docFormat": {"type": "string"}, "triples": {"type": "array", "items": {"type": "object", "properties": {"triple": {"type": "object", "properties": {"subject": {"type": "string"}, "predicate": {"type": "string"}, "object": {"type": "string"}}, "required": ["subject", "predicate", "object"]}}, "required": ["triple"]}}}, "required": ["_id", "index", "guid", "isActive", "balance", "picture", "age", "eyeColor", "name", "gender", "company", "email", "phone", "address", "about", "registered", "tags", "friends", "greeting", "favoriteFruit", "location", "docFormat", "triples"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"_id" : "55ee5e456d803874769a9d28", "index" : 1821, "guid" : "66d3f98b-3a2f-4be7-89a4-2e2ed42f8e4c", "isActive" : false, "balance" : "$17,422.75", "picture" : "http://placehold.it/32x32", "age" : 63, "eyeColor" : "green", "name" : "Lizzie Bernard", "gender" : "female", "company" : "PROSELY", "email" : "lizziebernard@prosely.com", "phone" : "+1 (927) 510-2699", "address" : "918 Ash Street, Gardiner, Louisiana, 2167", "about" : "Nisi quis laborum voluptate deserunt exercitation officia consequat reprehenderit quis commodo. Proident dolor do labore reprehenderit. Duis exercitation dolore velit eiusmod consectetur reprehenderit laboris culpa ad duis ea eiusmod aliqua sunt. Excepteur tempor est magna non elit in in.\r\n", "registered" : "2014-09-27T07:42:13 -07:00", "tags" : ["consectetur", "excepteur", "deserunt", "amet", "deserunt", "proident", "exercitation"], "friends" : [{"id" : 0, "name" : "Chris Roy"}, {"id" : 1, "name" : "Kelly Sanford"}, {"id" : 2, "name" : "Justine Wooten"}], "greeting" : "Hello, Lizzie Bernard! You have 1 unread messages.", "favoriteFruit" : "orange", "location" : {"latitude" : 75.027391, "longitude" : -112.27252}, "docFormat" : "json", "triples" : [{"triple" : {"subject" : "/sample-data/data-1821.json", "predicate" : "http://www.w3.org/2000/01/rdf-schema#label", "object" : "Lizzie Bernard"}}, {"triple" : {"subject" : "/sample-data/data-1821.json", "predicate" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "object" : "http://xmlns.com/foaf/0.1/Person"}}, {"triple" : {"subject" : "/sample-data/data-1821.json", "predicate" : "http://xmlns.com/foaf/0.1/knows", "object" : "/sample-data/data-2777.json"}}, {"triple" : {"subject" : "/sample-data/data-1821.json", "predicate" : "http://xmlns.com/foaf/0.1/knows", "object" : "/sample-data/data-1653.json"}}, {"triple" : {"subject" : "/sample-data/data-1821.json", "predicate" : "http://xmlns.com/foaf/0.1/knows", "object" : "/sample-data/data-1387.json"}}]}
json_instruct
{"type": "object", "properties": {"_id": {"type": "string"}, "index": {"type": "integer"}, "guid": {"type": "string"}, "isActive": {"type": "boolean"}, "balance": {"type": "string"}, "picture": {"type": "string"}, "age": {"type": "integer"}, "eyeColor": {"type": "string"}, "name": {"type": "string"}, "gender": {"type": "string"}, "company": {"type": "string"}, "email": {"type": "string"}, "phone": {"type": "string"}, "address": {"type": "string"}, "about": {"type": "string"}, "registered": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "friends": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "greeting": {"type": "string"}, "favoriteFruit": {"type": "string"}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}}, "required": ["latitude", "longitude"]}, "docFormat": {"type": "string"}, "triples": {"type": "array", "items": {"type": "object", "properties": {"triple": {"type": "object", "properties": {"subject": {"type": "string"}, "predicate": {"type": "string"}, "object": {"type": "string"}}, "required": ["subject", "predicate", "object"]}}, "required": ["triple"]}}}, "required": ["_id", "index", "guid", "isActive", "balance", "picture", "age", "eyeColor", "name", "gender", "company", "email", "phone", "address", "about", "registered", "tags", "friends", "greeting", "favoriteFruit", "location", "docFormat", "triples"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"ionic.filter.bar.css": {"type": "string"}, "ionic.filter.bar.js": {"type": "string"}, "ionic.filter.bar.min.css": {"type": "string"}, "ionic.filter.bar.min.js": {"type": "string"}}, "required": ["ionic.filter.bar.css", "ionic.filter.bar.js", "ionic.filter.bar.min.css", "ionic.filter.bar.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ionic.filter.bar.css" : "sha512-f5yKlSNUmQ5ZkxmPtFMoA+VUPbNkeoC6m75oXqj/Tfa2jROM7yCkqDw7aBzXtODmTmHI34eSsuKQWBPFKEMDvQ==", "ionic.filter.bar.js" : "sha512-gZ49hr9hPTExtW8k1csOF9rujV1GZnXMwjs01sasXHJarMWxmupjpGeSjlO/Nv+6PT+62iRmTJ906Sd/EG5x+g==", "ionic.filter.bar.min.css" : "sha512-sgPMQe0eVeeB9VEcdw4DljRImkfH9mkW05asq+BoZ01apFYq83DURAroN7wTi56tohNgC7E7F66q6O9fJYIHzg==", "ionic.filter.bar.min.js" : "sha512-j+Y/htEc+UtQHqJ5L0TPjsMUzBw/pmYdawb8yJWWWPGjpXtCH83ga95/fGF/FR//xCvFw6EGrDbd6oV+bGrb4g=="}
json_instruct
{"type": "object", "properties": {"ionic.filter.bar.css": {"type": "string"}, "ionic.filter.bar.js": {"type": "string"}, "ionic.filter.bar.min.css": {"type": "string"}, "ionic.filter.bar.min.js": {"type": "string"}}, "required": ["ionic.filter.bar.css", "ionic.filter.bar.js", "ionic.filter.bar.min.css", "ionic.filter.bar.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "abv": {"type": "number"}, "ibu": {"type": "number"}, "srm": {"type": "number"}, "upc": {"type": "integer"}, "type": {"type": "string"}, "brewery_id": {"type": "string"}, "updated": {"type": "string"}, "description": {"type": "string"}, "style": {"type": "string"}, "category": {"type": "string"}}, "required": ["name", "abv", "ibu", "srm", "upc", "type", "brewery_id", "updated", "description", "style", "category"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Piels Draft", "abv" : 4.6, "ibu" : 0.0, "srm" : 0.0, "upc" : 0, "type" : "beer", "brewery_id" : "pabst_brewing_company", "updated" : "2010-07-22 20:00:20", "description" : "It took \u201cThe Beer Drinker\u2019s Beer\u201d to introduce a real draft in a can\u2014and you can still taste that milestone in brewing history today with every can of Piels. Our Draft Style delivers unsurpassed flavor and character like it was drawn straight from the tap!", "style" : "American-Style Light Lager", "category" : "North American Lager"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "abv": {"type": "number"}, "ibu": {"type": "number"}, "srm": {"type": "number"}, "upc": {"type": "integer"}, "type": {"type": "string"}, "brewery_id": {"type": "string"}, "updated": {"type": "string"}, "description": {"type": "string"}, "style": {"type": "string"}, "category": {"type": "string"}}, "required": ["name", "abv", "ibu", "srm", "upc", "type", "brewery_id", "updated", "description", "style", "category"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : 1.2, "people" : [{"pose_keypoints_2d" : [243.427, 70.9838, 0.949016, 194.421, 112.167, 0.880609, 151.38, 114.05, 0.758917, 71.1039, 176.825, 0.821259, 82.7517, 261.107, 0.816561, 229.779, 112.177, 0.800167, 239.467, 172.93, 0.758688, 259.038, 212.09, 0.838745, 168.977, 272.868, 0.704726, 147.421, 272.796, 0.664711, 149.369, 398.219, 0.858206, 96.5254, 527.482, 0.777908, 194.414, 274.819, 0.718689, 212.049, 394.261, 0.840913, 133.786, 505.908, 0.788628, 233.621, 55.4314, 0.871541, 247.344, 55.47, 0.735347, 196.471, 53.3054, 0.938894, 0, 0, 0, 161.089, 547.123, 0.517838, 163.107, 541.2, 0.555519, 129.709, 507.873, 0.525192, 133.713, 560.798, 0.626047, 114.13, 562.771, 0.626929, 84.6678, 535.365, 0.731221], "face_keypoints_2d" : [], "hand_left_keypoints_2d" : [], "hand_right_keypoints_2d" : [], "pose_keypoints_3d" : [], "face_keypoints_3d" : [], "hand_left_keypoints_3d" : [], "hand_right_keypoints_3d" : []}]}
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "productName": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "scripts": {"type": "object", "properties": {"electron-rebuild": {"type": "string"}, "postinstall": {"type": "string"}}, "required": ["electron-rebuild", "postinstall"]}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "productName", "version", "description", "main", "author", "scripts", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "acheron", "productName" : "Acheron", "version" : "1.1.4", "description" : "Hex-based MIDI sequencer", "main" : "./main.prod.js", "author" : {"name" : "whisperdoll", "email" : "aliceminacarter@gmail.com", "url" : "https://songsing.github.io"}, "scripts" : {"electron-rebuild" : "node -r ../.erb/scripts/BabelRegister.js ../.erb/scripts/ElectronRebuild.js", "postinstall" : "yarn electron-rebuild"}, "license" : "MIT", "dependencies" : {}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "productName": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "scripts": {"type": "object", "properties": {"electron-rebuild": {"type": "string"}, "postinstall": {"type": "string"}}, "required": ["electron-rebuild", "postinstall"]}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "productName", "version", "description", "main", "author", "scripts", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"receiptTitle": {"type": "array", "items": {}}, "receiptEmployees": {"type": "array", "items": {}}, "receiptDate": {"type": "array", "items": {}}, "receiptGoods": {"type": "array", "items": {}}, "receiptGoodsAmount": {"type": "array", "items": {}}, "receiptFuels": {"type": "array", "items": {}}, "receiptFuelsAmount": {"type": "array", "items": {}}}, "required": ["receiptTitle", "receiptEmployees", "receiptDate", "receiptGoods", "receiptGoodsAmount", "receiptFuels", "receiptFuelsAmount"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"receiptTitle" : [], "receiptEmployees" : [], "receiptDate" : [], "receiptGoods" : [], "receiptGoodsAmount" : [], "receiptFuels" : [], "receiptFuelsAmount" : []}
json_instruct
{"type": "object", "properties": {"receiptTitle": {"type": "array", "items": {}}, "receiptEmployees": {"type": "array", "items": {}}, "receiptDate": {"type": "array", "items": {}}, "receiptGoods": {"type": "array", "items": {}}, "receiptGoodsAmount": {"type": "array", "items": {}}, "receiptFuels": {"type": "array", "items": {}}, "receiptFuelsAmount": {"type": "array", "items": {}}}, "required": ["receiptTitle", "receiptEmployees", "receiptDate", "receiptGoods", "receiptGoodsAmount", "receiptFuels", "receiptFuelsAmount"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "thinkingwithportatos:block/top_left_smooth_white_panel"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"path": {"type": "string"}, "encoding": {"type": "string"}, "mimeType": {"type": "string"}}, "required": ["path", "encoding", "mimeType"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"path" : "/index.html", "encoding" : "UTF-8", "mimeType" : "text/html"}
json_instruct
{"type": "object", "properties": {"path": {"type": "string"}, "encoding": {"type": "string"}, "mimeType": {"type": "string"}}, "required": ["path", "encoding", "mimeType"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"textures": {"type": "object", "properties": {"particle": {"type": "string"}}, "required": ["particle"]}, "elements": {"type": "array", "items": {"type": "object", "properties": {"from": {"type": "array", "items": {"type": "integer"}}, "to": {"type": "array", "items": {"type": "integer"}}, "shade": {"type": "boolean"}, "faces": {"type": "object", "properties": {"down": {"type": "object", "properties": {"uv": {"type": "array", "items": {"type": "integer"}}, "texture": {"type": "string"}}, "required": ["uv", "texture"]}, "up": {"type": "object", "properties": {"uv": {"type": "array", "items": {"type": "integer"}}, "texture": {"type": "string"}}, "required": ["uv", "texture"]}}, "required": ["down", "up"]}}, "required": ["from", "to", "shade", "faces"]}}, "display": {"type": "object", "properties": {"thirdperson_righthand": {"type": "object", "properties": {"rotation": {"type": "array", "items": {"type": "integer"}}, "translation": {"type": "array", "items": {"type": "integer"}}, "scale": {"type": "array", "items": {"type": "number"}}}, "required": ["rotation", "translation", "scale"]}, "firstperson_lefthand": {"type": "object", "properties": {"rotation": {"type": "array", "items": {"type": "integer"}}, "translation": {"type": "array", "items": {"type": "integer"}}, "scale": {"type": "array", "items": {"type": "number"}}}, "required": ["rotation", "translation", "scale"]}}, "required": ["thirdperson_righthand", "firstperson_lefthand"]}, "overrides": {"type": "array", "items": {"type": "object", "properties": {"predicate": {"type": "object", "properties": {"custom_model_data": {"type": "integer"}}, "required": ["custom_model_data"]}, "model": {"type": "string"}}, "required": ["predicate", "model"]}}}, "required": ["textures", "elements", "display", "overrides"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"textures" : {"particle" : "#torch"}, "elements" : [{"from" : [7, 0, 7], "to" : [9, 10, 9], "shade" : false, "faces" : {"down" : {"uv" : [7, 13, 9, 15], "texture" : "#torch"}, "up" : {"uv" : [7, 6, 9, 8], "texture" : "#torch"}}}], "display" : {"thirdperson_righthand" : {"rotation" : [-90, 0, 0], "translation" : [0, 1, -3], "scale" : [0.55, 0.55, 0.55]}, "firstperson_lefthand" : {"rotation" : [0, -135, 25], "translation" : [0, 4, 2], "scale" : [1.7, 1.7, 1.7]}}, "overrides" : [{"predicate" : {"custom_model_data" : 123}, "model" : "minecraft:item/torch_foo"}]}
json_instruct
{"type": "object", "properties": {"textures": {"type": "object", "properties": {"particle": {"type": "string"}}, "required": ["particle"]}, "elements": {"type": "array", "items": {"type": "object", "properties": {"from": {"type": "array", "items": {"type": "integer"}}, "to": {"type": "array", "items": {"type": "integer"}}, "shade": {"type": "boolean"}, "faces": {"type": "object", "properties": {"down": {"type": "object", "properties": {"uv": {"type": "array", "items": {"type": "integer"}}, "texture": {"type": "string"}}, "required": ["uv", "texture"]}, "up": {"type": "object", "properties": {"uv": {"type": "array", "items": {"type": "integer"}}, "texture": {"type": "string"}}, "required": ["uv", "texture"]}}, "required": ["down", "up"]}}, "required": ["from", "to", "shade", "faces"]}}, "display": {"type": "object", "properties": {"thirdperson_righthand": {"type": "object", "properties": {"rotation": {"type": "array", "items": {"type": "integer"}}, "translation": {"type": "array", "items": {"type": "integer"}}, "scale": {"type": "array", "items": {"type": "number"}}}, "required": ["rotation", "translation", "scale"]}, "firstperson_lefthand": {"type": "object", "properties": {"rotation": {"type": "array", "items": {"type": "integer"}}, "translation": {"type": "array", "items": {"type": "integer"}}, "scale": {"type": "array", "items": {"type": "number"}}}, "required": ["rotation", "translation", "scale"]}}, "required": ["thirdperson_righthand", "firstperson_lefthand"]}, "overrides": {"type": "array", "items": {"type": "object", "properties": {"predicate": {"type": "object", "properties": {"custom_model_data": {"type": "integer"}}, "required": ["custom_model_data"]}, "model": {"type": "string"}}, "required": ["predicate", "model"]}}}, "required": ["textures", "elements", "display", "overrides"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}}, "required": ["name", "version", "main", "author", "license", "private"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "my-project", "version" : "1.0.0", "main" : "index.js", "author" : "Ly Luong Thien", "license" : "UNLICENSED", "private" : true}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}}, "required": ["name", "version", "main", "author", "license", "private"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"rajaongkir": {"type": "object", "properties": {"query": {"type": "object", "properties": {"city": {"type": "string"}}, "required": ["city"]}, "status": {"type": "object", "properties": {"code": {"type": "integer"}, "description": {"type": "string"}}, "required": ["code", "description"]}, "results": {"type": "array", "items": {"type": "object", "properties": {"subdistrict_id": {"type": "string"}, "province_id": {"type": "string"}, "province": {"type": "string"}, "city_id": {"type": "string"}, "city": {"type": "string"}, "type": {"type": "string"}, "subdistrict_name": {"type": "string"}}, "required": ["subdistrict_id", "province_id", "province", "city_id", "city", "type", "subdistrict_name"]}}}, "required": ["query", "status", "results"]}}, "required": ["rajaongkir"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"rajaongkir" : {"query" : {"city" : "276"}, "status" : {"code" : 200, "description" : "OK"}, "results" : [{"subdistrict_id" : "3876", "province_id" : "22", "province" : "Nusa Tenggara Barat (NTB)", "city_id" : "276", "city" : "Mataram", "type" : "Kota", "subdistrict_name" : "Ampenan"}, {"subdistrict_id" : "3877", "province_id" : "22", "province" : "Nusa Tenggara Barat (NTB)", "city_id" : "276", "city" : "Mataram", "type" : "Kota", "subdistrict_name" : "Cakranegara"}, {"subdistrict_id" : "3878", "province_id" : "22", "province" : "Nusa Tenggara Barat (NTB)", "city_id" : "276", "city" : "Mataram", "type" : "Kota", "subdistrict_name" : "Mataram"}, {"subdistrict_id" : "3879", "province_id" : "22", "province" : "Nusa Tenggara Barat (NTB)", "city_id" : "276", "city" : "Mataram", "type" : "Kota", "subdistrict_name" : "Sandubaya (Sandujaya)"}, {"subdistrict_id" : "3880", "province_id" : "22", "province" : "Nusa Tenggara Barat (NTB)", "city_id" : "276", "city" : "Mataram", "type" : "Kota", "subdistrict_name" : "Sekarbela"}, {"subdistrict_id" : "3881", "province_id" : "22", "province" : "Nusa Tenggara Barat (NTB)", "city_id" : "276", "city" : "Mataram", "type" : "Kota", "subdistrict_name" : "Selaparang (Selaprang)"}]}}
json_instruct
{"type": "object", "properties": {"rajaongkir": {"type": "object", "properties": {"query": {"type": "object", "properties": {"city": {"type": "string"}}, "required": ["city"]}, "status": {"type": "object", "properties": {"code": {"type": "integer"}, "description": {"type": "string"}}, "required": ["code", "description"]}, "results": {"type": "array", "items": {"type": "object", "properties": {"subdistrict_id": {"type": "string"}, "province_id": {"type": "string"}, "province": {"type": "string"}, "city_id": {"type": "string"}, "city": {"type": "string"}, "type": {"type": "string"}, "subdistrict_name": {"type": "string"}}, "required": ["subdistrict_id", "province_id", "province", "city_id", "city", "type", "subdistrict_name"]}}}, "required": ["query", "status", "results"]}}, "required": ["rajaongkir"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"windi:dev": {"type": "string"}, "windi": {"type": "string"}, "hugo:dev": {"type": "string"}, "hugo": {"type": "string"}, "dev": {"type": "string"}, "build": {"type": "string"}, "example": {"type": "string"}, "windi:example": {"type": "string"}, "hugo:example": {"type": "string"}, "build:example": {"type": "string"}, "windi:build:example": {"type": "string"}, "hugo:build:example": {"type": "string"}}, "required": ["windi:dev", "windi", "hugo:dev", "hugo", "dev", "build", "example", "windi:example", "hugo:example", "build:example", "windi:build:example", "hugo:build:example"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"npm-run-all": {"type": "string"}, "windicss": {"type": "string"}}, "required": ["npm-run-all", "windicss"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "hugo-theme-windicss-starter", "version" : "1.0.0", "description" : "A Hugo starter theme with WindiCSS", "main" : "index.js", "scripts" : {"windi:dev" : "windicss -mto themes/hugo-theme-windicss-starter/assets/css/windi.css --config windi.config.js --dev", "windi" : "windicss -mto themes/hugo-theme-windicss-starter/assets/css/windi.css --config windi.config.js", "hugo:dev" : "hugo server -DF", "hugo" : "hugo --gc --minify", "dev" : "run-p windi:dev hugo:dev", "build" : "run-s windi hugo", "example" : "run-p windi:example hugo:example", "windi:example" : "windicss -mto ../assets/css/windi.css --config windi.config.js --dev", "hugo:example" : "hugo server -s ./ -DF --disableFastRender --themesDir=../..", "build:example" : "run-s windi:build:example hugo:build:example", "windi:build:example" : "windicss -mto ../assets/css/windi.css --config windi.config.js", "hugo:build:example" : "hugo --gc -s ./ --themesDir=.."}, "repository" : {"type" : "git", "url" : "git+https://github.com/taocode/hugo-theme-windicss-starter.git"}, "keywords" : ["hugo", "windicss", "template", "starter"], "author" : "taocode", "license" : "MIT", "bugs" : {"url" : "https://github.com/taocode/hugo-theme-windicss-starter/issues"}, "homepage" : "https://github.com/taocode/hugo-windicss-starter#readme", "devDependencies" : {"npm-run-all" : "^4.1.5", "windicss" : "^3.1.4"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"windi:dev": {"type": "string"}, "windi": {"type": "string"}, "hugo:dev": {"type": "string"}, "hugo": {"type": "string"}, "dev": {"type": "string"}, "build": {"type": "string"}, "example": {"type": "string"}, "windi:example": {"type": "string"}, "hugo:example": {"type": "string"}, "build:example": {"type": "string"}, "windi:build:example": {"type": "string"}, "hugo:build:example": {"type": "string"}}, "required": ["windi:dev", "windi", "hugo:dev", "hugo", "dev", "build", "example", "windi:example", "hugo:example", "build:example", "windi:build:example", "hugo:build:example"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"npm-run-all": {"type": "string"}, "windicss": {"type": "string"}}, "required": ["npm-run-all", "windicss"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "key": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "phpunit/phpunit": {"type": "string"}, "squizlabs/php_codesniffer": {"type": "string"}, "codeception/codeception": {"type": "string"}, "phalcon/incubator": {"type": "string"}, "michelf/php-markdown": {"type": "string"}}, "required": ["php", "phpunit/phpunit", "squizlabs/php_codesniffer", "codeception/codeception", "phalcon/incubator", "michelf/php-markdown"]}}, "required": ["name", "type", "description", "homepage", "key", "authors", "require"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "duythien/blog", "type" : "app", "description" : "Blog project Multi-lingual Support", "homepage" : "http://stackphysics.org", "key" : ["phalcon", "blog"], "authors" : [{"name" : "duythien", "email" : "fcduythien@gmail.com"}], "require" : {"php" : ">=5.3.3", "phpunit/phpunit" : "3.7.*", "squizlabs/php_codesniffer" : "1.*", "codeception/codeception" : "*", "phalcon/incubator" : "dev-master", "michelf/php-markdown" : "1.4.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "key": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "phpunit/phpunit": {"type": "string"}, "squizlabs/php_codesniffer": {"type": "string"}, "codeception/codeception": {"type": "string"}, "phalcon/incubator": {"type": "string"}, "michelf/php-markdown": {"type": "string"}}, "required": ["php", "phpunit/phpunit", "squizlabs/php_codesniffer", "codeception/codeception", "phalcon/incubator", "michelf/php-markdown"]}}, "required": ["name", "type", "description", "homepage", "key", "authors", "require"], "$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"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"start:client": {"type": "string"}, "start:server": {"type": "string"}}, "required": ["start:client", "start:server"]}, "dependencies": {"type": "object", "properties": {"@apollo/client": {"type": "string"}, "apollo-server": {"type": "string"}, "graphql": {"type": "string"}, "node-fetch": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["@apollo/client", "apollo-server", "graphql", "node-fetch", "uuid"]}}, "required": ["name", "version", "author", "license", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "apollo-refetch-issue-example", "version" : "1.0.0", "author" : "Denis Manokhin <manokhindenis@gmail.com>", "license" : "MIT", "scripts" : {"start:client" : "node ./src/client.js", "start:server" : "node ./src/server.js"}, "dependencies" : {"@apollo/client" : "^3.3.11", "apollo-server" : "^2.21.1", "graphql" : "^15.5.0", "node-fetch" : "^2.6.1", "uuid" : "^8.3.2"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"start:client": {"type": "string"}, "start:server": {"type": "string"}}, "required": ["start:client", "start:server"]}, "dependencies": {"type": "object", "properties": {"@apollo/client": {"type": "string"}, "apollo-server": {"type": "string"}, "graphql": {"type": "string"}, "node-fetch": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["@apollo/client", "apollo-server", "graphql", "node-fetch", "uuid"]}}, "required": ["name", "version", "author", "license", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"1194": {"type": "string"}}, "required": ["1194"]}, "timeto": {"type": "object", "properties": {"1194": {"type": "number"}}, "required": ["1194"]}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 17092, "title" : ["[Kittens and Thraks Table]"], "description" : ["Under the table, a rough wood box holds a mother cat and her three kittens safely out of the way of the patrons. To accomodate the box, the chairs have been pushed a bit farther back from the table than usual. Nearly invisible among the usual jumble of chicken bones and bread crusts on the floor is a bowl of milk."], "paths" : ["Obvious exits: out"], "location" : "Wehnimer's Landing", "wayto" : {"1194" : "out"}, "timeto" : {"1194" : 0.2}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"1194": {"type": "string"}}, "required": ["1194"]}, "timeto": {"type": "object", "properties": {"1194": {"type": "number"}}, "required": ["1194"]}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "harga": {"type": "string"}, "golongan": {"type": "string"}, "kandungan": {"type": "string"}, "indikasi": {"type": "string"}, "kontraindikasi": {"type": "string"}, "perhatian": {"type": "string"}, "efeksamping": {"type": "string"}, "indeksamanwanitahamil": {"type": "string"}, "kemasan": {"type": "string"}, "dosis": {"type": "string"}, "penyajian": {"type": "string"}, "pabrik": {"type": "string"}, "id": {"type": "string"}, "category_id": {"type": "string"}}, "required": ["name", "harga", "golongan", "kandungan", "indikasi", "kontraindikasi", "perhatian", "efeksamping", "indeksamanwanitahamil", "kemasan", "dosis", "penyajian", "pabrik", "id", "category_id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "INTERBI TABLET 250 MG", "harga" : " Rp. 363.000/ kemasan", "golongan" : "http://medicastore.com/image_banner/obat_keras_dan_psikotropika.gif", "kandungan" : "Terbinafine HCl", "indikasi" : "Infeksi jamur pada kulit dan kuku disebabkan oleh dermatofita seperti trichophyton ( T.rubrum,T menthagrophytes , T.verrucosum,T.violaceum ) Microsporum canis, dan Epidermophyton floccosum.Untuk pengobatan kurap (tinea corporis, tinea kruris, tinea pedis).Onychomycosis ( infeksi jamur pada kuku ) yang disebabkan jamur dermatofita.", "kontraindikasi" : "", "perhatian" : "Disfungsi hepatik, atau ginjal berat (bersihan kreatinin kurang 50 mL per menit). Hamil dan laktasi.", "efeksamping" : "Gangguan Gastro Intestinal, reaksi alergi, perubahan hematologi.", "indeksamanwanitahamil" : "B: Baik penelitian reproduksi hewan tidak menunjukkan risiko pada janin maupun penelitian terkendali pada wanita hamil atau hewan coba tidak memperlihatkan efek merugikan (kecuali penurunan kesuburan) dimana tidak ada penelitian terkendali yang mengkonfirmasi risiko pada wanita hamil semester pertama (dan tidak ada bukti risiko pada trisemester selanjutnya).", "kemasan" : "Tablet 250 mg x 2 x 6", "dosis" : "1x sehari 250 mg.Lama terapi: Tinea Pedis (tipe interdigital, plantar, atau muccosin) 2-6 minggu. Tinea Corporis, Tinea Cruris 2-4 minggu. Onkomikosis 6 minggu - 3 bulan.", "penyajian" : "Dikonsumsi bersamaan dengan makanan atau tidak", "pabrik" : "Interbat.", "id" : "8551", "category_id" : "7"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "harga": {"type": "string"}, "golongan": {"type": "string"}, "kandungan": {"type": "string"}, "indikasi": {"type": "string"}, "kontraindikasi": {"type": "string"}, "perhatian": {"type": "string"}, "efeksamping": {"type": "string"}, "indeksamanwanitahamil": {"type": "string"}, "kemasan": {"type": "string"}, "dosis": {"type": "string"}, "penyajian": {"type": "string"}, "pabrik": {"type": "string"}, "id": {"type": "string"}, "category_id": {"type": "string"}}, "required": ["name", "harga", "golongan", "kandungan", "indikasi", "kontraindikasi", "perhatian", "efeksamping", "indeksamanwanitahamil", "kemasan", "dosis", "penyajian", "pabrik", "id", "category_id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"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" : "caveupdate:block/calcite"}}}
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": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "rn_ts_sb", "displayName" : "rn_ts_sb"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01001511": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01001511"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Topology", "objects" : {"E01001511" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00007498", "LAD11CD" : "E09000010"}, "arcs" : [[0, 1]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00007530", "LAD11CD" : "E09000010"}, "arcs" : [[2, 3, 4]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00007533", "LAD11CD" : "E09000010"}, "arcs" : [[5, 6, -3, 7]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00007535", "LAD11CD" : "E09000010"}, "arcs" : [[8, -6, 9, -1, 10]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00007536", "LAD11CD" : "E09000010"}, "arcs" : [[-4, -7, -9, 11]]}]}}, "arcs" : [[[5816, 611], [-255, 106], [155, 2982], [295, 116], [142, 1710], [353, -707], [858, 10], [128, 1921], [-624, 299], [7, 1032]], [[6875, 8080], [2121, -318], [1003, -151], [-291, -2489], [-675, -5122], [-3217, 611]], [[2404, 9331], [113, -2743]], [[2517, 6588], [-339, -53], [-51, 676], [-682, -85]], [[1445, 7126], [-138, 2873], [1097, -668]], [[3379, 3843], [-753, 115]], [[2626, 3958], [-109, 2630]], [[2404, 9331], [321, 72], [29, -548], [252, 225], [162, -438], [211, -4799]], [[1883, 3859], [64, 508], [679, -409]], [[3379, 3843], [489, -137], [464, 4080], [458, -136], [14, 851], [2071, -421]], [[5816, 611], [-1118, 351], [-446, 144], [-421, 2006], [-1948, 747]], [[1883, 3859], [-27, -103], [-946, 97], [-910, 2076], [58, 1034], [1387, 163]]], "transform" : {"scale" : [1.5164503010654069e-06, 5.927765423271034e-07], "translate" : [-0.067570840022249, 51.64436065365659]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01001511": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01001511"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"private": {"type": "boolean"}, "workspaces": {"type": "array", "items": {"type": "string"}}}, "required": ["private", "workspaces"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"private" : true, "workspaces" : ["lib", "tap", "examples/paywall"]}
json_instruct
{"type": "object", "properties": {"private": {"type": "boolean"}, "workspaces": {"type": "array", "items": {"type": "string"}}}, "required": ["private", "workspaces"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"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" : 7102, "citation_title" : "Lessons from the Asian Crisis", "citation_author" : ["Frederic S. Mishkin"], "citation_publication_date" : "2000-08-01", "issue_date" : "2000-08-01", "revision_date" : "None", "topics" : ["International Economics", "International Finance", "Macroeconomics", "Monetary Policy"], "program" : ["International Finance and Macroeconomics", "Monetary Economics"], "projects" : null, "working_groups" : null, "abstract" : "\n\nThis paper provides an asymmetric information analysis of the recent East Asian crisis. It then outlines several lessons from this crisis. First, there is a strong rationale for an international lender of last resort. Second, without appropriate conditionality for this lending, the moral hazard created by operation of an international lender of last resort can promote financial instability. Third, although capital flows did contribute to the crisis, they are a symptom rather than an underlying cause of the crisis, suggesting exchange controls are unlikely to be a useful strategy to avoid future crises. Fourth, pegged exchange-rate regimes are a dangerous strategy for emerging market countries and make financial crises more likely.\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": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "iso2": {"type": "string"}, "admin_level": {"type": "integer"}, "osm_id": {"type": "integer"}, "wikidata_id": {"type": "string"}, "wikipedia_id": {"type": "string"}, "population": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "osm_data": {"type": "object", "properties": {"localname": {"type": "string"}, "official_name": {"type": "string"}, "alltags": {"type": "object", "properties": {"name:en": {"type": "string"}, "name:fr": {"type": "string"}}, "required": ["name:en", "name:fr"]}}, "required": ["localname", "official_name", "alltags"]}}, "required": ["name", "iso2", "admin_level", "osm_id", "wikidata_id", "wikipedia_id", "population", "countrylevel_id", "osm_data"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "properties" : {"name" : "Black River", "iso2" : "MU-BL", "admin_level" : 4, "osm_id" : 3488093, "wikidata_id" : "Q873740", "wikipedia_id" : "en:Rivi\u00e8re Noire District", "population" : 76627, "countrylevel_id" : "iso2:MU-BL", "osm_data" : {"localname" : "Black River", "official_name" : "", "alltags" : {"name:en" : "Black River", "name:fr" : "Rivi\u00e8re Noire"}}}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[57.341, -20.429], [57.341, -20.429], [57.341, -20.429], [57.341, -20.429]]], [[[57.336, -20.472], [57.336, -20.472], [57.336, -20.472], [57.336, -20.472]]], [[[57.472, -20.175], [57.473, -20.183], [57.464, -20.421], [57.373, -20.48], [57.472, -20.175]]]]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "iso2": {"type": "string"}, "admin_level": {"type": "integer"}, "osm_id": {"type": "integer"}, "wikidata_id": {"type": "string"}, "wikipedia_id": {"type": "string"}, "population": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "osm_data": {"type": "object", "properties": {"localname": {"type": "string"}, "official_name": {"type": "string"}, "alltags": {"type": "object", "properties": {"name:en": {"type": "string"}, "name:fr": {"type": "string"}}, "required": ["name:en", "name:fr"]}}, "required": ["localname", "official_name", "alltags"]}}, "required": ["name", "iso2", "admin_level", "osm_id", "wikidata_id", "wikipedia_id", "population", "countrylevel_id", "osm_data"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"dataset_size": {"type": "integer"}, "val_dataset_size": {"type": "integer"}, "batch_size": {"type": "integer"}, "n_validation_point": {"type": "integer"}, "batch_size_validation": {"type": "integer"}, "group": {"type": "string"}, "base_log_folder": {"type": "string"}, "base_dataset_folder": {"type": "string"}, "m": {"type": "integer"}, "model_type": {"type": "string"}, "dim": {"type": "integer"}, "theta_min": {"type": "number"}, "theta_max": {"type": "number"}, "theta_dim": {"type": "integer"}, "sigma_n": {"type": "number"}, "n_epochs": {"type": "integer"}, "depth": {"type": "integer"}, "width": {"type": "integer"}, "n_epochs_flow": {"type": "integer"}, "nf_weight_decay": {"type": "integer"}, "nf_lr": {"type": "number"}, "grad_norm_clipping": {"type": "number"}, "n_flow_blocks": {"type": "integer"}, "n_layer_cond": {"type": "integer"}, "spline_k": {"type": "integer"}, "spline_b": {"type": "number"}, "hidden_size_cond": {"type": "integer"}, "mlp_bias": {"type": "boolean"}, "affine_scale": {"type": "boolean"}, "evaluation_every_step": {"type": "boolean"}, "spline_flow": {"type": "boolean"}, "affine_coupling": {"type": "boolean"}, "sine_flow": {"type": "boolean"}, "enable_lr_scheduler": {"type": "boolean"}}, "required": ["dataset_size", "val_dataset_size", "batch_size", "n_validation_point", "batch_size_validation", "group", "base_log_folder", "base_dataset_folder", "m", "model_type", "dim", "theta_min", "theta_max", "theta_dim", "sigma_n", "n_epochs", "depth", "width", "n_epochs_flow", "nf_weight_decay", "nf_lr", "grad_norm_clipping", "n_flow_blocks", "n_layer_cond", "spline_k", "spline_b", "hidden_size_cond", "mlp_bias", "affine_scale", "evaluation_every_step", "spline_flow", "affine_coupling", "sine_flow", "enable_lr_scheduler"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"dataset_size" : 200000, "val_dataset_size" : 20000, "batch_size" : 64, "n_validation_point" : 20, "batch_size_validation" : 4096, "group" : "", "base_log_folder" : "./temp/logs", "base_dataset_folder" : "./temp/datasets", "m" : 512000, "model_type" : "Linear", "dim" : 8, "theta_min" : -2.0, "theta_max" : 2.0, "theta_dim" : 2, "sigma_n" : 2.0, "n_epochs" : 2, "depth" : 4, "width" : 32, "n_epochs_flow" : 60, "nf_weight_decay" : 0, "nf_lr" : 0.001, "grad_norm_clipping" : 0.1, "n_flow_blocks" : 1, "n_layer_cond" : 1, "spline_k" : 8, "spline_b" : 3.0, "hidden_size_cond" : 14, "mlp_bias" : false, "affine_scale" : false, "evaluation_every_step" : true, "spline_flow" : false, "affine_coupling" : true, "sine_flow" : false, "enable_lr_scheduler" : false}
json_instruct
{"type": "object", "properties": {"dataset_size": {"type": "integer"}, "val_dataset_size": {"type": "integer"}, "batch_size": {"type": "integer"}, "n_validation_point": {"type": "integer"}, "batch_size_validation": {"type": "integer"}, "group": {"type": "string"}, "base_log_folder": {"type": "string"}, "base_dataset_folder": {"type": "string"}, "m": {"type": "integer"}, "model_type": {"type": "string"}, "dim": {"type": "integer"}, "theta_min": {"type": "number"}, "theta_max": {"type": "number"}, "theta_dim": {"type": "integer"}, "sigma_n": {"type": "number"}, "n_epochs": {"type": "integer"}, "depth": {"type": "integer"}, "width": {"type": "integer"}, "n_epochs_flow": {"type": "integer"}, "nf_weight_decay": {"type": "integer"}, "nf_lr": {"type": "number"}, "grad_norm_clipping": {"type": "number"}, "n_flow_blocks": {"type": "integer"}, "n_layer_cond": {"type": "integer"}, "spline_k": {"type": "integer"}, "spline_b": {"type": "number"}, "hidden_size_cond": {"type": "integer"}, "mlp_bias": {"type": "boolean"}, "affine_scale": {"type": "boolean"}, "evaluation_every_step": {"type": "boolean"}, "spline_flow": {"type": "boolean"}, "affine_coupling": {"type": "boolean"}, "sine_flow": {"type": "boolean"}, "enable_lr_scheduler": {"type": "boolean"}}, "required": ["dataset_size", "val_dataset_size", "batch_size", "n_validation_point", "batch_size_validation", "group", "base_log_folder", "base_dataset_folder", "m", "model_type", "dim", "theta_min", "theta_max", "theta_dim", "sigma_n", "n_epochs", "depth", "width", "n_epochs_flow", "nf_weight_decay", "nf_lr", "grad_norm_clipping", "n_flow_blocks", "n_layer_cond", "spline_k", "spline_b", "hidden_size_cond", "mlp_bias", "affine_scale", "evaluation_every_step", "spline_flow", "affine_coupling", "sine_flow", "enable_lr_scheduler"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : 7302050006, "parent" : 7302050, "name" : "TUGONDENG", "latitude" : null, "longitude" : null, "postal" : [92573], "children" : []}
json_instruct
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"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": "null"}, "year_end": {"type": "null"}, "year_acquired": {"type": "string"}, "decade": {"type": "null"}, "woe:country": {"type": "string"}, "medium": {"type": "string"}, "markings": {"type": "null"}, "signed": {"type": "null"}, "inscribed": {"type": "null"}, "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": {}}, "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" : "18667473", "tms:id" : "209124", "accession_number" : "1995-50-139", "title" : "Bedcover, ca. 1800", "url" : "http://collection.cooperhewitt.org/objects/18667473/", "department_id" : "35347501", "period_id" : null, "media_id" : "35379557", "type_id" : "35282877", "date" : "ca. 1800", "year_start" : null, "year_end" : null, "year_acquired" : "1995", "decade" : null, "woe:country" : "23424819", "medium" : "Printed by engraved plate on cotton plain weave.", "markings" : null, "signed" : null, "inscribed" : null, "provenance" : null, "dimensions" : "Length: 275cm (108in.)\nWidth: 364cm (142 3/4in.)", "creditline" : "Bequest of Elinor Merrell", "description" : "Fitted and shaped, quilted and lined bedcover. The fabric on top is the pattern,' Les Commedians Ambulants '. The top is made up of many pieces of this fabric. The bedcover has shaped area for the pillows and fabric on three sides which falls from the top of bed to the floor abd is shaped with scallops at the bottom.\nInitials \"I, B\" are embroidered on the back side.", "justification" : null, "type" : {"id" : "35282877", "name" : "Bedcover"}, "images" : [], "participants" : [], "tombstone" : {"epitaph" : "Bedcover, ca. 1800.\nca. 1800. Printed by engraved plate on cotton plain weave.. Bequest of Elinor Merrell. 1995-50-139."}, "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": "null"}, "year_end": {"type": "null"}, "year_acquired": {"type": "string"}, "decade": {"type": "null"}, "woe:country": {"type": "string"}, "medium": {"type": "string"}, "markings": {"type": "null"}, "signed": {"type": "null"}, "inscribed": {"type": "null"}, "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": {}}, "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#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "gender_rate": {"type": "integer"}, "capture_rate": {"type": "integer"}, "base_happiness": {"type": "integer"}, "hatch_counter": {"type": "integer"}, "has_gender_differences": {"type": "boolean"}, "growth_rate": {"type": "string"}, "egg_groups": {"type": "array", "items": {"type": "string"}}, "color": {"type": "string"}, "generation": {"type": "string"}, "names": {"type": "object", "properties": {"ja": {"type": "string"}, "en": {"type": "string"}, "fr": {"type": "string"}, "it": {"type": "string"}, "de": {"type": "string"}, "es": {"type": "string"}, "ko": {"type": "string"}}, "required": ["ja", "en", "fr", "it", "de", "es", "ko"]}, "genera": {"type": "object", "properties": {"ja": {"type": "string"}, "en": {"type": "string"}, "fr": {"type": "string"}, "it": {"type": "string"}, "de": {"type": "string"}, "es": {"type": "string"}, "ko": {"type": "string"}}, "required": ["ja", "en", "fr", "it", "de", "es", "ko"]}, "types": {"type": "array", "items": {"type": "string"}}, "base_stats": {"type": "object", "properties": {"hp": {"type": "integer"}, "attack": {"type": "integer"}, "defense": {"type": "integer"}, "special-attack": {"type": "integer"}, "special-defense": {"type": "integer"}, "speed": {"type": "integer"}}, "required": ["hp", "attack", "defense", "special-attack", "special-defense", "speed"]}}, "required": ["id", "name", "gender_rate", "capture_rate", "base_happiness", "hatch_counter", "has_gender_differences", "growth_rate", "egg_groups", "color", "generation", "names", "genera", "types", "base_stats"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 733, "name" : "toucannon", "gender_rate" : 4, "capture_rate" : 45, "base_happiness" : 70, "hatch_counter" : 15, "has_gender_differences" : false, "growth_rate" : "medium", "egg_groups" : ["flying"], "color" : "black", "generation" : "generation-vii", "names" : {"ja" : "\u30c9\u30c7\u30ab\u30d0\u30b7", "en" : "Toucannon", "fr" : "Bazoucan", "it" : "Toucannon", "de" : "Tukanon", "es" : "Toucannon", "ko" : "\uc655\ud070\ubd80\ub9ac"}, "genera" : {"ja" : "\u304a\u304a\u3065\u3064", "en" : "Cannon", "fr" : "Canon", "it" : "Cannone", "de" : "Kanone", "es" : "Ca\u00f1\u00f3n", "ko" : "\ub300\ud3ec"}, "types" : ["normal", "flying"], "base_stats" : {"hp" : 80, "attack" : 120, "defense" : 75, "special-attack" : 75, "special-defense" : 75, "speed" : 60}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "gender_rate": {"type": "integer"}, "capture_rate": {"type": "integer"}, "base_happiness": {"type": "integer"}, "hatch_counter": {"type": "integer"}, "has_gender_differences": {"type": "boolean"}, "growth_rate": {"type": "string"}, "egg_groups": {"type": "array", "items": {"type": "string"}}, "color": {"type": "string"}, "generation": {"type": "string"}, "names": {"type": "object", "properties": {"ja": {"type": "string"}, "en": {"type": "string"}, "fr": {"type": "string"}, "it": {"type": "string"}, "de": {"type": "string"}, "es": {"type": "string"}, "ko": {"type": "string"}}, "required": ["ja", "en", "fr", "it", "de", "es", "ko"]}, "genera": {"type": "object", "properties": {"ja": {"type": "string"}, "en": {"type": "string"}, "fr": {"type": "string"}, "it": {"type": "string"}, "de": {"type": "string"}, "es": {"type": "string"}, "ko": {"type": "string"}}, "required": ["ja", "en", "fr", "it", "de", "es", "ko"]}, "types": {"type": "array", "items": {"type": "string"}}, "base_stats": {"type": "object", "properties": {"hp": {"type": "integer"}, "attack": {"type": "integer"}, "defense": {"type": "integer"}, "special-attack": {"type": "integer"}, "special-defense": {"type": "integer"}, "speed": {"type": "integer"}}, "required": ["hp", "attack", "defense", "special-attack", "special-defense", "speed"]}}, "required": ["id", "name", "gender_rate", "capture_rate", "base_happiness", "hatch_counter", "has_gender_differences", "growth_rate", "egg_groups", "color", "generation", "names", "genera", "types", "base_stats"], "$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"}, "homepage": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "homepage", "description", "main", "keywords", "authors", "license", "ignore"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "filepicker-js-bower", "version" : "2.4.16", "homepage" : "https://github.com/krystiangw/filepicker-js-bower", "description" : "Filepicker javascript client library", "main" : "filepicker.min.js", "keywords" : ["filepicker", "uploading", "widget", "file", "upload", "image", "conversion"], "authors" : ["krystiangw"], "license" : "MIT", "ignore" : ["**/.*", "node_modules", "package.json", "bower_components", "test", "tests"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "homepage", "description", "main", "keywords", "authors", "license", "ignore"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"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"}, "spell_type": {"type": "string"}}, "required": ["id", "name", "is_illegal", "is_custom", "text", "images", "type", "spell_type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 83880087, "name" : "Light Wing Shield", "is_illegal" : false, "is_custom" : false, "text" : "When a monster's attack is negated: Activate 1 of these effects;\n? It becomes the End Phase of this turn.\n? Target 1 \"Utopia\" Xyz Monster you control; its ATK becomes double its original ATK until the end of this turn.\nIf a \"Utopia\" Xyz Monster you control would detach exactly 1 Xyz Material to activate its effect, you can banish this card from your Graveyard instead.", "images" : ["https://storage.googleapis.com/ygoprodeck.com/pics/83880087.jpg"], "type" : "Spell", "spell_type" : "Quick-Play"}
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"}, "spell_type": {"type": "string"}}, "required": ["id", "name", "is_illegal", "is_custom", "text", "images", "type", "spell_type"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"track": {"type": "string"}, "exercise": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "handle": {"type": "string"}, "is_requester": {"type": "boolean"}, "auto_approve": {"type": "boolean"}}, "required": ["track", "exercise", "id", "url", "handle", "is_requester", "auto_approve"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"track" : "elm", "exercise" : "pangram", "id" : "67a140023fc94cbca7dd7fdcad463afc", "url" : "https://exercism.io/my/solutions/67a140023fc94cbca7dd7fdcad463afc", "handle" : "przemyslawhaptas", "is_requester" : true, "auto_approve" : false}
json_instruct
{"type": "object", "properties": {"track": {"type": "string"}, "exercise": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "handle": {"type": "string"}, "is_requester": {"type": "boolean"}, "auto_approve": {"type": "boolean"}}, "required": ["track", "exercise", "id", "url", "handle", "is_requester", "auto_approve"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"947115758176": {"type": "object", "properties": {"type": {"type": "string"}, "bookName": {"type": "string"}, "subjectName": {"type": "string"}, "fName": {"type": "string"}}, "required": ["type", "bookName", "subjectName", "fName"]}, "947115758402": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "947115758403": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "947115779596": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["947115758176", "947115758402", "947115758403", "947115779596"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"947115758176" : {"type" : "book open", "bookName" : "Epic%20Quest", "subjectName" : "school", "fName" : "users/MS0vYW5kcm9pZF9hc3NldC93d3cvc2Nob29sL0VwaWMlMjBRdWVzdC92YXJpYWJsZS1FUV9NYXBfdmlkZW9zLUVRX01hcF92aWRfTGlvbi5odG1sLWFuYWx5dGljcy05NDcxMTU3NTc5OTQ=.json"}, "947115758402" : {"type" : "st"}, "947115758403" : {"type" : "ss"}, "947115779596" : {"type" : "sf"}}
json_instruct
{"type": "object", "properties": {"947115758176": {"type": "object", "properties": {"type": {"type": "string"}, "bookName": {"type": "string"}, "subjectName": {"type": "string"}, "fName": {"type": "string"}}, "required": ["type", "bookName", "subjectName", "fName"]}, "947115758402": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "947115758403": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "947115779596": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["947115758176", "947115758402", "947115758403", "947115779596"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"organisation": {"type": "string"}, "name": {"type": "string"}, "geography": {"type": "string"}, "geometry": {"type": "string"}, "reference": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}}, "required": ["organisation", "name", "geography", "geometry", "reference", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[-0.136357, 51.51989], [-0.136202, 51.519741], [-0.136489, 51.519624], [-0.136435, 51.519573], [-0.136495, 51.519545], [-0.13659, 51.519635], [-0.136527, 51.519662], [-0.136646, 51.519775], [-0.136357, 51.51989]]]]}, "properties" : {"organisation" : "local-authority-eng:CMD", "name" : "61 - 65 Charlotte Street London W1T 4PF", "geography" : "brownfield-site:LBCBLR081", "geometry" : "MULTIPOLYGON (((-0.136357 51.519890,-0.136202 51.519741,-0.136489 51.519624,-0.136435 51.519573,-0.136495 51.519545,-0.136590 51.519635,-0.136527 51.519662,-0.136646 51.519775,-0.136357 51.519890)))", "reference" : "LBCBLR081", "slug" : "/brownfield-site/local-authority-eng/CMD/LBCBLR081", "entity" : 511541, "entry-date" : "2020-12-22"}}
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": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"organisation": {"type": "string"}, "name": {"type": "string"}, "geography": {"type": "string"}, "geometry": {"type": "string"}, "reference": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}}, "required": ["organisation", "name", "geography", "geometry", "reference", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"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" : 27315, "cartId" : "15c5f9b3-f684-419a-9ade-85d6849c6cca", "preferredProducts" : [566, 3648, 4842], "productReviews" : [{"productId" : 837, "reviewText" : "This Money Market Account works so well. It imperfectly improves my baseball by a lot.", "reviewDate" : "2017-07-09T06:58:29.6921575+03:00"}, {"productId" : 2098, "reviewText" : "The box this comes in is 3 kilometer by 5 inch and weights 13 ton.", "reviewDate" : "2017-12-18T12:48:46.838891+02:00"}, {"productId" : 331, "reviewText" : "This Credit Card Account works very well. It romantically improves my football by a lot.", "reviewDate" : "2017-09-23T15:34:06.0408203+03:00"}, {"productId" : 4899, "reviewText" : "i use it on Mondays when i'm in my fort.", "reviewDate" : "2016-10-28T08:51:33.0260138+03:00"}, {"productId" : 2115, "reviewText" : "heard about this on jump-up radio, decided to give it a try.", "reviewDate" : "2018-07-07T21:39:58.9137167+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#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"editor.detectIndentation": {"type": "boolean"}, "editor.formatOnSave": {"type": "boolean"}, "editor.codeActionsOnSave": {"type": "object", "properties": {"source.fixAll.eslint": {"type": "boolean"}, "source.organizeImports": {"type": "boolean"}}, "required": ["source.fixAll.eslint", "source.organizeImports"]}, "editor.accessibilitySupport": {"type": "string"}, "editor.linkedEditing": {"type": "boolean"}, "editor.suggest.shareSuggestSelections": {"type": "boolean"}, "editor.formatOnSaveMode": {"type": "string"}, "javascript.format.enable": {"type": "boolean"}, "javascript.preferences.quoteStyle": {"type": "string"}, "javascript.updateImportsOnFileMove.enabled": {"type": "string"}, "[javascript]": {"type": "object", "properties": {"editor.defaultFormatter": {"type": "string"}, "editor.formatOnSave": {"type": "boolean"}}, "required": ["editor.defaultFormatter", "editor.formatOnSave"]}, "eslint.validate": {"type": "array", "items": {"type": "string"}}, "eslint.alwaysShowStatus": {"type": "boolean"}, "eslint.debug": {"type": "boolean"}, "eslint.format.enable": {"type": "boolean"}, "prettier.enable": {"type": "boolean"}, "prettier.singleQuote": {"type": "boolean"}}, "required": ["editor.detectIndentation", "editor.formatOnSave", "editor.codeActionsOnSave", "editor.accessibilitySupport", "editor.linkedEditing", "editor.suggest.shareSuggestSelections", "editor.formatOnSaveMode", "javascript.format.enable", "javascript.preferences.quoteStyle", "javascript.updateImportsOnFileMove.enabled", "[javascript]", "eslint.validate", "eslint.alwaysShowStatus", "eslint.debug", "eslint.format.enable", "prettier.enable", "prettier.singleQuote"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"editor.detectIndentation" : true, "editor.formatOnSave" : true, "editor.codeActionsOnSave" : {"source.fixAll.eslint" : true, "source.organizeImports" : false}, "editor.accessibilitySupport" : "off", "editor.linkedEditing" : true, "editor.suggest.shareSuggestSelections" : true, "editor.formatOnSaveMode" : "file", "javascript.format.enable" : true, "javascript.preferences.quoteStyle" : "single", "javascript.updateImportsOnFileMove.enabled" : "always", "[javascript]" : {"editor.defaultFormatter" : "esbenp.prettier-vscode", "editor.formatOnSave" : true}, "eslint.validate" : ["javascript"], "eslint.alwaysShowStatus" : true, "eslint.debug" : true, "eslint.format.enable" : true, "prettier.enable" : true, "prettier.singleQuote" : true}
json_instruct
{"type": "object", "properties": {"editor.detectIndentation": {"type": "boolean"}, "editor.formatOnSave": {"type": "boolean"}, "editor.codeActionsOnSave": {"type": "object", "properties": {"source.fixAll.eslint": {"type": "boolean"}, "source.organizeImports": {"type": "boolean"}}, "required": ["source.fixAll.eslint", "source.organizeImports"]}, "editor.accessibilitySupport": {"type": "string"}, "editor.linkedEditing": {"type": "boolean"}, "editor.suggest.shareSuggestSelections": {"type": "boolean"}, "editor.formatOnSaveMode": {"type": "string"}, "javascript.format.enable": {"type": "boolean"}, "javascript.preferences.quoteStyle": {"type": "string"}, "javascript.updateImportsOnFileMove.enabled": {"type": "string"}, "[javascript]": {"type": "object", "properties": {"editor.defaultFormatter": {"type": "string"}, "editor.formatOnSave": {"type": "boolean"}}, "required": ["editor.defaultFormatter", "editor.formatOnSave"]}, "eslint.validate": {"type": "array", "items": {"type": "string"}}, "eslint.alwaysShowStatus": {"type": "boolean"}, "eslint.debug": {"type": "boolean"}, "eslint.format.enable": {"type": "boolean"}, "prettier.enable": {"type": "boolean"}, "prettier.singleQuote": {"type": "boolean"}}, "required": ["editor.detectIndentation", "editor.formatOnSave", "editor.codeActionsOnSave", "editor.accessibilitySupport", "editor.linkedEditing", "editor.suggest.shareSuggestSelections", "editor.formatOnSaveMode", "javascript.format.enable", "javascript.preferences.quoteStyle", "javascript.updateImportsOnFileMove.enabled", "[javascript]", "eslint.validate", "eslint.alwaysShowStatus", "eslint.debug", "eslint.format.enable", "prettier.enable", "prettier.singleQuote"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}}, "required": ["id", "title"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : 1, "title" : "Anime"}, {"id" : 2, "title" : "Avant-Garde"}, {"id" : 3, "title" : "B-Movie"}, {"id" : 4, "title" : "Chick Flick"}, {"id" : 5, "title" : "Coming of Age"}, {"id" : 7, "title" : "Cult Film"}, {"id" : 8, "title" : "Epic"}, {"id" : 9, "title" : "Femme Fatale"}, {"id" : 10, "title" : "High School"}, {"id" : 11, "title" : "Supernatural"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}}, "required": ["id", "title"]}, "$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"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"kchtin": {"type": "string"}}, "required": ["kchtin"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "source_files": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "platforms", "source", "source_files"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "BriskBox", "version" : "0.0.1.2", "summary" : "BriskBox.", "description" : "BriskBox.develop", "homepage" : "https://github.com/kchtin/BriskBox-master.git", "license" : "MIT", "authors" : {"kchtin" : "1139811617@QQ.COM"}, "platforms" : {"ios" : "9.0"}, "source" : {"git" : "https://github.com/kchtin/BriskBox-master.git", "tag" : "0.0.1.2"}, "source_files" : ["sources", "Sources/BriskBox", "Sources/BriskBox/**/*.{h,m}", "Sources/LEEAlert", "Sources/MyLayout", "Sources/Kt_UserData", "Sources/OMGToast", "Sources/SVGAPlayer", "Sources/JXCategoryView", "Sources/JXCategoryView/TitleBackground/**/*.{h,m}"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"kchtin": {"type": "string"}}, "required": ["kchtin"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "source_files": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "platforms", "source", "source_files"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"status": {"type": "integer"}, "startTimes": {"type": "array", "items": {"type": "integer"}}, "objectiveValue": {"type": "number"}, "solverRuntimeInMilliseconds": {"type": "integer"}, "optional": {"type": "object", "properties": {}, "required": []}}, "required": ["status", "startTimes", "objectiveValue", "solverRuntimeInMilliseconds", "optional"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"status" : 3, "startTimes" : [13, 29, 45, 74, 57, 96, 106, 118, 434, 136, 180, 539, 209, 150, 1170, 1290, 165, 1215, 288, 1425, 197, 238, 225, 960, 241, 301, 270, 255, 1444, 531, 1093, 452, 1079, 285, 1305, 1108, 306, 321, 374, 360, 1333, 338, 1139, 409, 394, 1349, 1180, 390, 634, 406, 508, 422, 1408, 693, 1003, 462, 449, 427, 870, 520, 1155, 477, 853, 606, 1228, 570, 1123, 1241, 492, 975, 1465, 945, 573, 1018, 1370, 506, 559, 550, 589, 885, 1035, 810, 1050, 900, 989, 602, 1065, 586, 915, 624, 1388, 621, 647, 1320, 1192, 679, 825, 1203, 929, 839], "objectiveValue" : 28545.0, "solverRuntimeInMilliseconds" : 5, "optional" : {}}
json_instruct
{"type": "object", "properties": {"status": {"type": "integer"}, "startTimes": {"type": "array", "items": {"type": "integer"}}, "objectiveValue": {"type": "number"}, "solverRuntimeInMilliseconds": {"type": "integer"}, "optional": {"type": "object", "properties": {}, "required": []}}, "required": ["status", "startTimes", "objectiveValue", "solverRuntimeInMilliseconds", "optional"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Time" : "2021-03-30T20:00:00Z", "Temp" : 16.4, "RelHum" : 66, "WindSpeed" : 1.6, "WindDir" : 21}
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#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"s": {"type": "array", "items": {"type": "string"}}, "e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["s", "e", "f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}, "t": {"type": "string"}}, "required": ["h", "stem", "t"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : [{"d" : [{"s" : ["`ma~`rasmar~"], "e" : ["\ufff9`Sakarasmas~ `anini~ `o~ `masafalatay~ `ko~ `fali~.\ufffa\ufffb\u4eca\u5929\u6240\u4ee5\u4e0b\u6bdb\u6bdb\u96e8\uff0c\u662f\u56e0\u70ba\u98a8\u5411\u6771\u897f\u65b9\u5411\u5439\u7684\u7de3\u6545\u3002"], "f" : "\u4e0b\u96e8\u7684\u539f\u56e0\u3001\u624b\u6bb5\u3002"}]}], "stem" : "rasmas", "t" : "sakarasmas"}
json_instruct
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"s": {"type": "array", "items": {"type": "string"}}, "e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["s", "e", "f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}, "t": {"type": "string"}}, "required": ["h", "stem", "t"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 101884651, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "e48d92b643b8d04c7819f7a896b96632", "wof:id" : 101884651, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [0.16515846562055, 48.25323452030159, 0.17486342345774, 48.26059833866503], "geometry" : {"coordinates" : [[[0.16765704048134, 48.26059833866503], [0.16783160389218, 48.2597077571582], [0.16916818164998, 48.25982732264657], [0.16934271423906, 48.25893673796071], [0.17468899070633, 48.25941482868581], [0.17486342345774, 48.25852423352922], [0.17219031974639, 48.25828522532811], [0.17253925383954, 48.25650404249575], [0.17120275660955, 48.25638451903194], [0.17172616817624, 48.25371274647102], [0.16638051271963, 48.25323452030159], [0.16603139548352, 48.25501568330588], [0.1673678467294, 48.25513526893371], [0.16666961048259, 48.25869759569758], [0.16533306722647, 48.25857800034123], [0.16515846562055, 48.25946857773101], [0.16649503188216, 48.25958817551958], [0.16632044546481, 48.2604787545942], [0.16765704048134, 48.26059833866503]]], "type" : "Polygon"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "string"}, "draft": {"type": "boolean"}, "head": {"type": "object", "properties": {"ref": {"type": "string"}}, "required": ["ref"]}, "html_url": {"type": "string"}, "id": {"type": "integer"}, "labels": {"type": "array", "items": {}}, "mergeable": {"type": "null"}, "mergeable_state": {"type": "string"}, "merged": {"type": "boolean"}, "merged_at": {"type": "string"}, "number": {"type": "integer"}, "state": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["ETag", "Last-Modified", "base", "closed_at", "created_at", "draft", "head", "html_url", "id", "labels", "mergeable", "mergeable_state", "merged", "merged_at", "number", "state", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ETag" : "W/\"bc4413115d2378a97406476ae0a624acf31ad1a875d34dad7e0daf5f08536891\"", "Last-Modified" : "Sat, 26 Jun 2021 11:13:30 GMT", "base" : {"repo" : {"name" : "imagemagick-feedstock"}}, "closed_at" : "2021-06-26T11:13:27Z", "created_at" : "2021-06-26T10:58:34Z", "draft" : false, "head" : {"ref" : "this_is_not_a_branch"}, "html_url" : "https://github.com/conda-forge/imagemagick-feedstock/pull/199", "id" : 678318973, "labels" : [], "mergeable" : null, "mergeable_state" : "unknown", "merged" : true, "merged_at" : "2021-06-26T11:13:27Z", "number" : 199, "state" : "closed", "updated_at" : "2021-06-26T11:13:30Z"}
json_instruct
{"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "string"}, "draft": {"type": "boolean"}, "head": {"type": "object", "properties": {"ref": {"type": "string"}}, "required": ["ref"]}, "html_url": {"type": "string"}, "id": {"type": "integer"}, "labels": {"type": "array", "items": {}}, "mergeable": {"type": "null"}, "mergeable_state": {"type": "string"}, "merged": {"type": "boolean"}, "merged_at": {"type": "string"}, "number": {"type": "integer"}, "state": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["ETag", "Last-Modified", "base", "closed_at", "created_at", "draft", "head", "html_url", "id", "labels", "mergeable", "mergeable_state", "merged", "merged_at", "number", "state", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "513338101", "text" : "\u74e6\u5361\u9547"}, {"id" : "513338102", "text" : "\u767d\u677e\u9547"}, {"id" : "513338103", "text" : "\u65e5\u96e8\u9547"}, {"id" : "513338104", "text" : "\u592a\u9633\u8c37\u9547"}, {"id" : "513338201", "text" : "\u5f90\u9f99\u4e61"}, {"id" : "513338204", "text" : "\u5954\u90fd\u4e61"}, {"id" : "513338205", "text" : "\u516b\u65e5\u4e61"}, {"id" : "513338206", "text" : "\u53e4\u5b66\u4e61"}, {"id" : "513338208", "text" : "\u8d21\u6ce2\u4e61"}, {"id" : "513338210", "text" : "\u8328\u5deb\u4e61"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"directions" : ["Cook and stir bacon in a skillet over medium heat until crisp, about 5 minutes. Discard grease.", "Melt butter in the same skillet.", "Cook and stir asparagus and shallot with salt and black pepper in melted butter and bacon. Cover skillet and cook, stirring occasionally, until asparagus are tender, about 5 minutes.", "Transfer asparagus mixture to a platter. Sprinkle with Parmesan cheese."], "ingredients" : ["3 slices bacon, chopped", "1 1/2 teaspoons butter", "1 pound fresh asparagus, trimmed", "1 shallot, thinly sliced", "1 pinch salt, or to taste", "1 pinch ground black pepper, or to taste", "1 tablespoon grated Parmesan cheese"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Fried Asparagus with Bacon", "url" : "http://allrecipes.com/recipe/220799/fried-asparagus-with-bacon/"}
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"fields": {"type": "object", "properties": {"field_image": {"type": "string"}, "field_business_unit": {"type": "string"}, "field_drop_down": {"type": "string"}, "field_multi_value": {"type": "array", "items": {"type": "string"}}}, "required": ["field_image", "field_business_unit", "field_drop_down", "field_multi_value"]}, "taxonomy_terms": {"type": "array", "items": {"type": "object", "properties": {"vocabulary": {"type": "string"}, "field": {"type": "string"}, "data": {"type": "array", "items": {"type": "string"}}}, "required": ["vocabulary", "field", "data"]}}}, "required": ["fields", "taxonomy_terms"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"fields" : {"field_image" : "pets.png", "field_business_unit" : "Petstore", "field_drop_down" : "one", "field_multi_value" : ["value1", "value2"]}, "taxonomy_terms" : [{"vocabulary" : "capability", "field" : "field_capability", "data" : ["Capability1", "Capability2"]}, {"vocabulary" : "api_category", "field" : "field_categories", "data" : ["Mobile"]}]}
json_instruct
{"type": "object", "properties": {"fields": {"type": "object", "properties": {"field_image": {"type": "string"}, "field_business_unit": {"type": "string"}, "field_drop_down": {"type": "string"}, "field_multi_value": {"type": "array", "items": {"type": "string"}}}, "required": ["field_image", "field_business_unit", "field_drop_down", "field_multi_value"]}, "taxonomy_terms": {"type": "array", "items": {"type": "object", "properties": {"vocabulary": {"type": "string"}, "field": {"type": "string"}, "data": {"type": "array", "items": {"type": "string"}}}, "required": ["vocabulary", "field", "data"]}}}, "required": ["fields", "taxonomy_terms"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "a307245fc3fe67f434dd070452443a1bbdc7769d"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"aws-sdk.js": {"type": "string"}, "aws-sdk.min.js": {"type": "string"}}, "required": ["aws-sdk.js", "aws-sdk.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"aws-sdk.js" : "sha256-zK4mhJppylFZvabdAA0OXkPWDVSeloaN2xkASTUGQSI=", "aws-sdk.min.js" : "sha256-EJljf4oobLKw7GJktws7w7fZihtz73EeqffYeRYEAxc="}
json_instruct
{"type": "object", "properties": {"aws-sdk.js": {"type": "string"}, "aws-sdk.min.js": {"type": "string"}}, "required": ["aws-sdk.js", "aws-sdk.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"packages": {"type": "object", "properties": {"wpackagist-plugin/ab-categories-search-widget": {"type": "object", "properties": {"0.2.5": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "version_normalized": {"type": "string"}, "uid": {"type": "integer"}, "dist": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "source": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}, "reference": {"type": "string"}}, "required": ["type", "url", "reference"]}, "homepage": {"type": "string"}, "require": {"type": "object", "properties": {"composer/installers": {"type": "string"}}, "required": ["composer/installers"]}, "type": {"type": "string"}}, "required": ["name", "version", "version_normalized", "uid", "dist", "source", "homepage", "require", "type"]}, "dev-trunk": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "version_normalized": {"type": "string"}, "uid": {"type": "integer"}, "time": {"type": "string"}, "dist": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "source": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}, "reference": {"type": "string"}}, "required": ["type", "url", "reference"]}, "homepage": {"type": "string"}, "require": {"type": "object", "properties": {"composer/installers": {"type": "string"}}, "required": ["composer/installers"]}, "type": {"type": "string"}}, "required": ["name", "version", "version_normalized", "uid", "time", "dist", "source", "homepage", "require", "type"]}}, "required": ["0.2.5", "dev-trunk"]}}, "required": ["wpackagist-plugin/ab-categories-search-widget"]}}, "required": ["packages"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"packages" : {"wpackagist-plugin/ab-categories-search-widget" : {"0.2.5" : {"name" : "wpackagist-plugin/ab-categories-search-widget", "version" : "0.2.5", "version_normalized" : "0.2.5.0", "uid" : 2392, "dist" : {"type" : "zip", "url" : "https://downloads.wordpress.org/plugin/ab-categories-search-widget.zip?timestamp=1391551019"}, "source" : {"type" : "svn", "url" : "https://plugins.svn.wordpress.org/ab-categories-search-widget/", "reference" : "trunk"}, "homepage" : "https://wordpress.org/plugins/ab-categories-search-widget/", "require" : {"composer/installers" : "~1.0"}, "type" : "wordpress-plugin"}, "dev-trunk" : {"name" : "wpackagist-plugin/ab-categories-search-widget", "version" : "dev-trunk", "version_normalized" : "9999999-dev", "uid" : 2393, "time" : "2014-02-04 21:56:59", "dist" : {"type" : "zip", "url" : "https://downloads.wordpress.org/plugin/ab-categories-search-widget.zip?timestamp=1391551019"}, "source" : {"type" : "svn", "url" : "https://plugins.svn.wordpress.org/ab-categories-search-widget/", "reference" : "trunk"}, "homepage" : "https://wordpress.org/plugins/ab-categories-search-widget/", "require" : {"composer/installers" : "~1.0"}, "type" : "wordpress-plugin"}}}}
json_instruct
{"type": "object", "properties": {"packages": {"type": "object", "properties": {"wpackagist-plugin/ab-categories-search-widget": {"type": "object", "properties": {"0.2.5": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "version_normalized": {"type": "string"}, "uid": {"type": "integer"}, "dist": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "source": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}, "reference": {"type": "string"}}, "required": ["type", "url", "reference"]}, "homepage": {"type": "string"}, "require": {"type": "object", "properties": {"composer/installers": {"type": "string"}}, "required": ["composer/installers"]}, "type": {"type": "string"}}, "required": ["name", "version", "version_normalized", "uid", "dist", "source", "homepage", "require", "type"]}, "dev-trunk": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "version_normalized": {"type": "string"}, "uid": {"type": "integer"}, "time": {"type": "string"}, "dist": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "source": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}, "reference": {"type": "string"}}, "required": ["type", "url", "reference"]}, "homepage": {"type": "string"}, "require": {"type": "object", "properties": {"composer/installers": {"type": "string"}}, "required": ["composer/installers"]}, "type": {"type": "string"}}, "required": ["name", "version", "version_normalized", "uid", "time", "dist", "source", "homepage", "require", "type"]}}, "required": ["0.2.5", "dev-trunk"]}}, "required": ["wpackagist-plugin/ab-categories-search-widget"]}}, "required": ["packages"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"votes": {"type": "object", "properties": {"diff": {"type": "integer"}, "dem": {"type": "integer"}, "tot": {"type": "integer"}, "gop": {"type": "integer"}}, "required": ["diff", "dem", "tot", "gop"]}, "for": {"type": "string"}, "pct": {"type": "object", "properties": {"dem": {"type": "number"}, "per_point_diff": {"type": "number"}, "gop": {"type": "number"}}, "required": ["dem", "per_point_diff", "gop"]}}, "required": ["votes", "for", "pct"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"votes" : {"diff" : 704, "dem" : 154, "tot" : 1056, "gop" : 858}, "for" : "MT/McCone County/30055", "pct" : {"dem" : 14.58, "per_point_diff" : 66.67, "gop" : 81.25}}
json_instruct
{"type": "object", "properties": {"votes": {"type": "object", "properties": {"diff": {"type": "integer"}, "dem": {"type": "integer"}, "tot": {"type": "integer"}, "gop": {"type": "integer"}}, "required": ["diff", "dem", "tot", "gop"]}, "for": {"type": "string"}, "pct": {"type": "object", "properties": {"dem": {"type": "number"}, "per_point_diff": {"type": "number"}, "gop": {"type": "number"}}, "required": ["dem", "per_point_diff", "gop"]}}, "required": ["votes", "for", "pct"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"class": {"type": "object", "properties": {"btrScanFrom1:": {"type": "string"}}, "required": ["btrScanFrom1:"]}, "instance": {"type": "object", "properties": {"attachBlockModel:": {"type": "string"}, "attachedBlockModel": {"type": "string"}, "btrEquals:": {"type": "string"}, "btrSerializationVersion": {"type": "string"}, "btrStoreOn:": {"type": "string"}, "directYellowButtonActivity:": {"type": "string"}, "storeDataOn:": {"type": "string"}, "storeInstVarNamed:on:": {"type": "string"}, "storeSubmorphsOn:": {"type": "string"}, "weakInstVarNames": {"type": "string"}}, "required": ["attachBlockModel:", "attachedBlockModel", "btrEquals:", "btrSerializationVersion", "btrStoreOn:", "directYellowButtonActivity:", "storeDataOn:", "storeInstVarNamed:on:", "storeSubmorphsOn:", "weakInstVarNames"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"class" : {"btrScanFrom1:" : "LM 3/18/2019 10:38"}, "instance" : {"attachBlockModel:" : "LB 5/14/2019 16:21", "attachedBlockModel" : "LM 4/30/2019 10:35", "btrEquals:" : "LM 7/15/2019 13:03", "btrSerializationVersion" : "LM 3/18/2019 10:20", "btrStoreOn:" : "LM 3/19/2019 10:20", "directYellowButtonActivity:" : "ms 5/20/2019 11:55", "storeDataOn:" : "LM 6/3/2019 11:00", "storeInstVarNamed:on:" : "LB 5/20/2019 11:54", "storeSubmorphsOn:" : "LB 5/20/2019 11:53", "weakInstVarNames" : "LM 6/3/2019 10:58"}}
json_instruct
{"type": "object", "properties": {"class": {"type": "object", "properties": {"btrScanFrom1:": {"type": "string"}}, "required": ["btrScanFrom1:"]}, "instance": {"type": "object", "properties": {"attachBlockModel:": {"type": "string"}, "attachedBlockModel": {"type": "string"}, "btrEquals:": {"type": "string"}, "btrSerializationVersion": {"type": "string"}, "btrStoreOn:": {"type": "string"}, "directYellowButtonActivity:": {"type": "string"}, "storeDataOn:": {"type": "string"}, "storeInstVarNamed:on:": {"type": "string"}, "storeSubmorphsOn:": {"type": "string"}, "weakInstVarNames": {"type": "string"}}, "required": ["attachBlockModel:", "attachedBlockModel", "btrEquals:", "btrSerializationVersion", "btrStoreOn:", "directYellowButtonActivity:", "storeDataOn:", "storeInstVarNamed:on:", "storeSubmorphsOn:", "weakInstVarNames"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"body": {"type": "string"}, "title": {"type": "string"}}, "required": ["body", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "<div><div id=\"fault_tolerance\"><div class=\"hue-doc-title\">Impala Fault Tolerance</div><div><p>\n This section describes the fault tolerance mechanisms built into\n Impala. Fault tolerance allows Impala to continue to operate in the\n face of hardware or process faults.\n </p><p>\n Impala uses the statestored process to provide cluster membership for\n an Impala cluster. This is one of the core ways Impala provides fault\n tolerance. The statestore periodically sends heartbeats (RPCs) to each\n impalad process. If an impalad stops responding to heartbeats, the\n statestored will consider the impalad as failed, and it will remove it\n from the cluster membership state. The updates to the cluster\n membership will be broadcasted to all impalads.\n </p></div></div></div>", "title" : "Impala Fault Tolerance"}
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "title": {"type": "string"}}, "required": ["body", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "350721106001", "text" : "\u4ec1\u9633\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "350721106200", "text" : "\u4ec1\u5bff\u6751\u59d4\u4f1a"}, {"id" : "350721106201", "text" : "\u6842\u6eaa\u6751\u59d4\u4f1a"}, {"id" : "350721106202", "text" : "\u6865\u4e0b\u6751\u59d4\u4f1a"}, {"id" : "350721106203", "text" : "\u4e0a\u767d\u6751\u59d4\u4f1a"}, {"id" : "350721106204", "text" : "\u5bcc\u77f3\u6751\u59d4\u4f1a"}, {"id" : "350721106205", "text" : "\u4f59\u5858\u6751\u59d4\u4f1a"}, {"id" : "350721106206", "text" : "\u5858\u540e\u6751\u59d4\u4f1a"}, {"id" : "350721106207", "text" : "\u6c5f\u58a9\u6751\u59d4\u4f1a"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "name_kana": {"type": "string"}}, "required": ["code", "name", "name_kana"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : "4371", "name" : "\u3064\u304f\u3070\u5e02\u8c37\u7530\u90e8\u8fb2\u5354", "name_kana" : "\uff82\uff78\uff8a\uff9e\uff7c\uff94\uff80\uff8d\uff9e\uff89\uff73\uff77\uff96\uff73"}
json_instruct
{"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "name_kana": {"type": "string"}}, "required": ["code", "name", "name_kana"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "1805252001", "nama" : "Teladas"}, {"id" : "1805252002", "nama" : "Kekatung"}, {"id" : "1805252003", "nama" : "Kuala Teladas"}, {"id" : "1805252004", "nama" : "Mahabang"}, {"id" : "1805252005", "nama" : "Sungai Nibung"}, {"id" : "1805252006", "nama" : "Pasiran Jaya"}, {"id" : "1805252007", "nama" : "Bratasena Adiwarna"}, {"id" : "1805252008", "nama" : "Bratasena Mandiri"}, {"id" : "1805252009", "nama" : "Way Dente"}, {"id" : "1805252010", "nama" : "Dente Makmur"}, {"id" : "1805252011", "nama" : "Pendowo Asri"}, {"id" : "1805252012", "nama" : "Sungai Burung"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"problemId": {"type": "integer"}, "seed": {"type": "integer"}, "solution": {"type": "string"}}, "required": ["problemId", "seed", "solution"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"problemId" : 4, "seed" : 28635, "solution" : "51414353x424535x5224xxx21252213144335333332225313x43543x251121311543124x54253x5412x5221244x54x3x34534xx2224x211534153xx3111112x221312121212131312212145113354x435153x52x2121435x3352x3xx22xxxxx22x3xxx2x2xxx355525252x3x5531335x4x214xx212x41431311343x25131333x4133435455x553x352142x221222x334x4521224254124543x3x3x3x33x2534x2455434x254x513x552445131452x3x4xx554411343112445534xx3x5x2222211122xx4312111152252555115x43x3511113145424x3311133332113x5x52545x411343x51244222xxxx21125542433431552225543xxx52422xx315331211225352xx34xx4524x2415x315315522535212242xx2x33544313412115xx2x431222xx3x33441131133544313513x522125x252x3412x53524443351251241534525141215114511112134x22211313x3312113x3x33xxxx2x331445x534x52543113xxx2x3315x25xx51155341552x4333312121133x515114x52x45543x22x2xxx25x22412455453x3x2xx3x31111133133434525x3x51353x522x222541142x3xxx25153113xx3x245224151435115513x53xx2x24124x514x5413x5x4212xx2x3x313x3x222212x215452221135524335413x4312213331214413154x335x2x222215214313x4x5x12415x5x31552x3313xx24113x3113x3x4225514313x413xx5xxx5543x54131112242x21133111222xx314421145214xxx512115x524344x221313352x2222x333xxx41314xx33133555x22115333112252xxx352x344244x3xx2221452411353x3112212113x33x3133x2x2xx3x314xx5x5x253312113544125x22214313355x2x2212xxx211122xx3x2x3x3333311453535225135xx2153533xxxx222224212525x4x434135244131534x3x22515354255122431513313x331211333115x315513124243x22x212113122443421513x313x4x2x2x22x2212x2x3534222x53x31313534413xx2243xx413xx"}
json_instruct
{"type": "object", "properties": {"problemId": {"type": "integer"}, "seed": {"type": "integer"}, "solution": {"type": "string"}}, "required": ["problemId", "seed", "solution"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"next": {"type": "string"}}, "required": ["next"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"class" : {}, "instance" : {"next" : "avi 12/4/2007 09:34"}}
json_instruct
{"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"next": {"type": "string"}}, "required": ["next"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-118.265272, 33.910162], [-118.265186, 33.9231], [-118.246267, 33.923748], [-118.246202, 33.919828], [-118.239066, 33.919857], [-118.238984, 33.917825], [-118.254341, 33.917321], [-118.254456, 33.912828], [-118.260926, 33.9128], [-118.260914, 33.909205], [-118.265295, 33.909184], [-118.265272, 33.910162]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 5788}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "url": {"type": "string"}, "hash": {"type": "string"}, "pre_install": {"type": "array", "items": {"type": "string"}}, "bin": {"type": "string"}, "shortcuts": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "persist": {"type": "array", "items": {"type": "string"}}, "checkver": {"type": "string"}, "autoupdate": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["version", "description", "homepage", "license", "url", "hash", "pre_install", "bin", "shortcuts", "persist", "checkver", "autoupdate"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : "3.8.5", "description" : "Win32 audio player with support for Winamp plugins", "homepage" : "https://www.un4seen.com/xmplay.html", "license" : "Freeware", "url" : "https://www.un4seen.com/files/xmplay38.zip", "hash" : "b88adcc7f63e885bf4b51c2f51652558c1ee6e00ca7dd39bcee93361009d4eca", "pre_install" : ["'xmplay.ini', 'xmplay.library', 'xmplay.pls' | ForEach-Object {", " if (!(Test-Path \"$persist_dir\\$_\")) { New-Item \"$dir\\$_\" | Out-Null }", "}"], "bin" : "xmplay.exe", "shortcuts" : [["xmplay.exe", "XMPlay"]], "persist" : ["xmplay.ini", "xmplay.library", "xmplay.pls", "plugins", "skins"], "checkver" : "Current version:\\s+</b>([\\d.]+)", "autoupdate" : {"url" : "https://www.un4seen.com/files/xmplay$majorVersion$minorVersion.zip"}}
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "url": {"type": "string"}, "hash": {"type": "string"}, "pre_install": {"type": "array", "items": {"type": "string"}}, "bin": {"type": "string"}, "shortcuts": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "persist": {"type": "array", "items": {"type": "string"}}, "checkver": {"type": "string"}, "autoupdate": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["version", "description", "homepage", "license", "url", "hash", "pre_install", "bin", "shortcuts", "persist", "checkver", "autoupdate"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"oq": {"type": "string"}, "q": {"type": "string"}, "rvnm": {"type": "string"}, "stcd": {"type": "string"}, "stnm": {"type": "string"}, "tm": {"type": "integer"}, "wptn": {"type": "string"}, "z": {"type": "string"}}, "required": ["oq", "q", "rvnm", "stcd", "stnm", "tm", "wptn", "z"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"oq" : "0", "q" : "4310", "rvnm" : "\u957f\u6c5f", "stcd" : "60105400", "stnm" : "\u5bf8\u6ee9", "tm" : 1612710000000, "wptn" : "4", "z" : "169.92"}, {"oq" : "0", "q" : "1250", "rvnm" : "\u4e4c\u6c5f", "stcd" : "60803000", "stnm" : "\u6b66\u9686", "tm" : 1612710000000, "wptn" : "5", "z" : "172.62"}, {"oq" : "0", "q" : "7350", "rvnm" : "\u957f\u6c5f", "stcd" : "60107300", "stnm" : "\u5b9c\u660c", "tm" : 1612710000000, "wptn" : "4", "z" : "40"}, {"oq" : "0", "q" : "6960", "rvnm" : "\u957f\u6c5f", "stcd" : "60108300", "stnm" : "\u6c99\u5e02", "tm" : 1612710000000, "wptn" : "4", "z" : "30.24"}, {"oq" : "0", "q" : "0", "rvnm" : "\u957f\u6c5f", "stcd" : "60111200", "stnm" : "\u57ce\u9675\u77f6(\u83b2)", "tm" : 1612710000000, "wptn" : "6", "z" : "20.87"}, {"oq" : "0", "q" : "11400", "rvnm" : "\u957f\u6c5f", "stcd" : "60112200", "stnm" : "\u6c49\u53e3", "tm" : 1612710000000, "wptn" : "5", "z" : "14.51"}, {"oq" : "0", "q" : "12100", "rvnm" : "\u957f\u6c5f", "stcd" : "60113400", "stnm" : "\u4e5d\u6c5f", "tm" : 1612710000000, "wptn" : "5", "z" : "9.032"}, {"oq" : "0", "q" : "12400", "rvnm" : "\u957f\u6c5f", "stcd" : "60115000", "stnm" : "\u5927\u901a", "tm" : 1612710000000, "wptn" : "5", "z" : "5.05"}, {"oq" : "0", "q" : "2950", "rvnm" : "\u6d1e\u5ead\u6e56", "stcd" : "61512000", "stnm" : "\u57ce\u9675\u77f6(\u4e03)", "tm" : 1612710000000, "wptn" : "6", "z" : "20.93"}, {"oq" : "0", "q" : "1200", "rvnm" : "\u9131\u9633\u6e56", "stcd" : "62601600", "stnm" : "\u6e56\u53e3", "tm" : 1612710000000, "wptn" : "6", "z" : "7.97"}, {"oq" : "0", "q" : "0", "rvnm" : "\u957f\u6c5f", "stcd" : "60107000", "stnm" : "\u8305\u576a(\u4e8c)", "tm" : 1612710000000, "wptn" : "5", "z" : "169.837"}, {"oq" : "6380", "q" : "0", "rvnm" : "\u957f\u6c5f", "stcd" : "60106980", "stnm" : "\u4e09\u5ce1\u6c34\u5e93", "tm" : 1612710000000, "wptn" : "5", "z" : "169.84"}, {"oq" : "0", "q" : "0", "rvnm" : "\u6c49\u6c5f", "stcd" : "61802500", "stnm" : "\u9f99\u738b\u5e99", "tm" : 1612710000000, "wptn" : "6", "z" : "161.28"}, {"oq" : "759", "q" : "0", "rvnm" : "\u6c49\u6c5f", "stcd" : "61802700", "stnm" : "\u4e39\u6c5f\u53e3\u6c34\u5e93", "tm" : 1612706400000, "wptn" : "4", "z" : "161.28"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"oq": {"type": "string"}, "q": {"type": "string"}, "rvnm": {"type": "string"}, "stcd": {"type": "string"}, "stnm": {"type": "string"}, "tm": {"type": "integer"}, "wptn": {"type": "string"}, "z": {"type": "string"}}, "required": ["oq", "q", "rvnm", "stcd", "stnm", "tm", "wptn", "z"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"oh": {"type": "string"}, "some": {"type": "string"}, "that": {"type": "string"}, "really": {"type": "boolean"}, "number": {"type": "integer"}, "too": {"type": "integer"}, "much": {"type": "boolean"}}, "required": ["oh", "some", "that", "really", "number", "too", "much"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"oh" : "no", "some" : "things", "that" : "are expected", "really" : true, "number" : 4, "too" : 2, "much" : true}
json_instruct
{"type": "object", "properties": {"oh": {"type": "string"}, "some": {"type": "string"}, "that": {"type": "string"}, "really": {"type": "boolean"}, "number": {"type": "integer"}, "too": {"type": "integer"}, "much": {"type": "boolean"}}, "required": ["oh", "some", "that", "really", "number", "too", "much"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"display.es6.js": {"type": "string"}, "display.es6.min.js": {"type": "string"}, "display.js": {"type": "string"}, "display.min.js": {"type": "string"}}, "required": ["display.es6.js", "display.es6.min.js", "display.js", "display.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"display.es6.js" : "sha256-RXIDSKLVci6gvc8iciBPANCE4AujSCwQr3DLXYVZ3rE=", "display.es6.min.js" : "sha256-IrGyXZHTO4PlgoD3ROI7zTON/4ILcGdk5yb/WZDEfNo=", "display.js" : "sha256-5/vq4ogBSLy9e2AYWBZ6efEZGU0QVYbVsYY1eaOOR70=", "display.min.js" : "sha256-TDxDB2bwIP3G4r2m8ArONa1VRtzfI2mW7zL/iTmGlJs="}
json_instruct
{"type": "object", "properties": {"display.es6.js": {"type": "string"}, "display.es6.min.js": {"type": "string"}, "display.js": {"type": "string"}, "display.min.js": {"type": "string"}}, "required": ["display.es6.js", "display.es6.min.js", "display.js", "display.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"python.pythonPath": {"type": "string"}}, "required": ["python.pythonPath"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"python.pythonPath" : "C:\\Users\\TNS\\.virtualenvs\\bwa-group040-1ws_onGd\\Scripts\\python.exe"}
json_instruct
{"type": "object", "properties": {"python.pythonPath": {"type": "string"}}, "required": ["python.pythonPath"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"SPEEDOMETER_GRAPH": {"type": "object", "properties": {"message": {"type": "string"}, "description": {"type": "string"}}, "required": ["message", "description"]}, "DASHBOARD_ADDSPEEDOMETER": {"type": "object", "properties": {"message": {"type": "string"}, "description": {"type": "string"}}, "required": ["message", "description"]}}, "required": ["SPEEDOMETER_GRAPH", "DASHBOARD_ADDSPEEDOMETER"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"SPEEDOMETER_GRAPH" : {"message" : "COMPTEUR DE VITESSE", "description" : "Signal name"}, "DASHBOARD_ADDSPEEDOMETER" : {"message" : "Compteur de vitesse - Ajouter signal", "description" : "Title of the prompt used to add a new signal"}}
json_instruct
{"type": "object", "properties": {"SPEEDOMETER_GRAPH": {"type": "object", "properties": {"message": {"type": "string"}, "description": {"type": "string"}}, "required": ["message", "description"]}, "DASHBOARD_ADDSPEEDOMETER": {"type": "object", "properties": {"message": {"type": "string"}, "description": {"type": "string"}}, "required": ["message", "description"]}}, "required": ["SPEEDOMETER_GRAPH", "DASHBOARD_ADDSPEEDOMETER"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "pkg_version": {"type": "string"}, "rebuild": {"type": "integer"}, "bottles": {"type": "object", "properties": {"arm64_monterey": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "arm64_big_sur": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "monterey": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "big_sur": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "catalina": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "x86_64_linux": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["arm64_monterey", "arm64_big_sur", "monterey", "big_sur", "catalina", "x86_64_linux"]}, "dependencies": {"type": "array", "items": {}}}, "required": ["name", "pkg_version", "rebuild", "bottles", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "onnxruntime", "pkg_version" : "1.11.0", "rebuild" : 0, "bottles" : {"arm64_monterey" : {"url" : "https://ghcr.io/v2/homebrew/core/onnxruntime/blobs/sha256:1cdcb9598a23ad0be8a1776199d73e733365ca978164176d0fa90bb5b063edfb"}, "arm64_big_sur" : {"url" : "https://ghcr.io/v2/homebrew/core/onnxruntime/blobs/sha256:f601a703b06780d06913558687e96da6d78e21223511dd8be136e8b18905c552"}, "monterey" : {"url" : "https://ghcr.io/v2/homebrew/core/onnxruntime/blobs/sha256:cb84a2af1cb8ec21bdfae68b9092ae7143289c92f4b3f44141715ca3401902e7"}, "big_sur" : {"url" : "https://ghcr.io/v2/homebrew/core/onnxruntime/blobs/sha256:17c628ab8e1dd66589f77ff8636b029d898a436cfcfe0adb9a97341468227652"}, "catalina" : {"url" : "https://ghcr.io/v2/homebrew/core/onnxruntime/blobs/sha256:4f1a2221ae2b1a476f227c4a606e54224dfa6c7c88f5efa7de7594ab43901d58"}, "x86_64_linux" : {"url" : "https://ghcr.io/v2/homebrew/core/onnxruntime/blobs/sha256:534b624d5f270e3884828d45359155587dc0bd2154ec0ed9c767b23f9031b292"}}, "dependencies" : []}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "pkg_version": {"type": "string"}, "rebuild": {"type": "integer"}, "bottles": {"type": "object", "properties": {"arm64_monterey": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "arm64_big_sur": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "monterey": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "big_sur": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "catalina": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "x86_64_linux": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["arm64_monterey", "arm64_big_sur", "monterey", "big_sur", "catalina", "x86_64_linux"]}, "dependencies": {"type": "array", "items": {}}}, "required": ["name", "pkg_version", "rebuild", "bottles", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"application.js": {"type": "string"}, "application.js.map": {"type": "string"}, "bootstrap_custom.js": {"type": "string"}, "bootstrap_custom.js.map": {"type": "string"}, "entrypoints": {"type": "object", "properties": {"application": {"type": "object", "properties": {"js": {"type": "array", "items": {"type": "string"}}, "js.map": {"type": "array", "items": {"type": "string"}}}, "required": ["js", "js.map"]}, "bootstrap_custom": {"type": "object", "properties": {"js": {"type": "array", "items": {"type": "string"}}, "js.map": {"type": "array", "items": {"type": "string"}}}, "required": ["js", "js.map"]}}, "required": ["application", "bootstrap_custom"]}}, "required": ["application.js", "application.js.map", "bootstrap_custom.js", "bootstrap_custom.js.map", "entrypoints"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"application.js" : "/packs/js/application-353be8dac7580e8ce1b5.js", "application.js.map" : "/packs/js/application-353be8dac7580e8ce1b5.js.map", "bootstrap_custom.js" : "/packs/js/bootstrap_custom-43522c29f73dc9f433d6.js", "bootstrap_custom.js.map" : "/packs/js/bootstrap_custom-43522c29f73dc9f433d6.js.map", "entrypoints" : {"application" : {"js" : ["/packs/js/application-353be8dac7580e8ce1b5.js"], "js.map" : ["/packs/js/application-353be8dac7580e8ce1b5.js.map"]}, "bootstrap_custom" : {"js" : ["/packs/js/bootstrap_custom-43522c29f73dc9f433d6.js"], "js.map" : ["/packs/js/bootstrap_custom-43522c29f73dc9f433d6.js.map"]}}}
json_instruct
{"type": "object", "properties": {"application.js": {"type": "string"}, "application.js.map": {"type": "string"}, "bootstrap_custom.js": {"type": "string"}, "bootstrap_custom.js.map": {"type": "string"}, "entrypoints": {"type": "object", "properties": {"application": {"type": "object", "properties": {"js": {"type": "array", "items": {"type": "string"}}, "js.map": {"type": "array", "items": {"type": "string"}}}, "required": ["js", "js.map"]}, "bootstrap_custom": {"type": "object", "properties": {"js": {"type": "array", "items": {"type": "string"}}, "js.map": {"type": "array", "items": {"type": "string"}}}, "required": ["js", "js.map"]}}, "required": ["application", "bootstrap_custom"]}}, "required": ["application.js", "application.js.map", "bootstrap_custom.js", "bootstrap_custom.js.map", "entrypoints"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"indexes": {"type": "array", "items": {}}, "parameters": {"type": "object", "properties": {"allowUserKeys": {"type": "boolean"}, "cacheEnabled": {"type": "boolean"}, "cid": {"type": "string"}, "deleted": {"type": "boolean"}, "globallyUniqueId": {"type": "string"}, "id": {"type": "string"}, "isSmart": {"type": "boolean"}, "isSystem": {"type": "boolean"}, "keyOptions": {"type": "object", "properties": {"allowUserKeys": {"type": "boolean"}, "type": {"type": "string"}, "lastValue": {"type": "integer"}}, "required": ["allowUserKeys", "type", "lastValue"]}, "minReplicationFactor": {"type": "integer"}, "name": {"type": "string"}, "numberOfShards": {"type": "integer"}, "planId": {"type": "string"}, "replicationFactor": {"type": "integer"}, "shardKeys": {"type": "array", "items": {"type": "string"}}, "shards": {"type": "object", "properties": {"s6251113": {"type": "array", "items": {"type": "string"}}}, "required": ["s6251113"]}, "status": {"type": "integer"}, "type": {"type": "integer"}, "version": {"type": "integer"}, "waitForSync": {"type": "boolean"}, "writeConcern": {"type": "integer"}}, "required": ["allowUserKeys", "cacheEnabled", "cid", "deleted", "globallyUniqueId", "id", "isSmart", "isSystem", "keyOptions", "minReplicationFactor", "name", "numberOfShards", "planId", "replicationFactor", "shardKeys", "shards", "status", "type", "version", "waitForSync", "writeConcern"]}}, "required": ["indexes", "parameters"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"indexes" : [], "parameters" : {"allowUserKeys" : true, "cacheEnabled" : false, "cid" : "63921", "deleted" : false, "globallyUniqueId" : "c6251112/", "id" : "63921", "isSmart" : false, "isSystem" : false, "keyOptions" : {"allowUserKeys" : true, "type" : "traditional", "lastValue" : 1000001610000049}, "minReplicationFactor" : 1, "name" : "accountHolder", "numberOfShards" : 1, "planId" : "6251112", "replicationFactor" : 3, "shardKeys" : ["_key"], "shards" : {"s6251113" : ["PRMR-drkxnewt", "PRMR-mefeyznw", "PRMR-9tthmtzr"]}, "status" : 3, "type" : 3, "version" : 8, "waitForSync" : false, "writeConcern" : 1}}
json_instruct
{"type": "object", "properties": {"indexes": {"type": "array", "items": {}}, "parameters": {"type": "object", "properties": {"allowUserKeys": {"type": "boolean"}, "cacheEnabled": {"type": "boolean"}, "cid": {"type": "string"}, "deleted": {"type": "boolean"}, "globallyUniqueId": {"type": "string"}, "id": {"type": "string"}, "isSmart": {"type": "boolean"}, "isSystem": {"type": "boolean"}, "keyOptions": {"type": "object", "properties": {"allowUserKeys": {"type": "boolean"}, "type": {"type": "string"}, "lastValue": {"type": "integer"}}, "required": ["allowUserKeys", "type", "lastValue"]}, "minReplicationFactor": {"type": "integer"}, "name": {"type": "string"}, "numberOfShards": {"type": "integer"}, "planId": {"type": "string"}, "replicationFactor": {"type": "integer"}, "shardKeys": {"type": "array", "items": {"type": "string"}}, "shards": {"type": "object", "properties": {"s6251113": {"type": "array", "items": {"type": "string"}}}, "required": ["s6251113"]}, "status": {"type": "integer"}, "type": {"type": "integer"}, "version": {"type": "integer"}, "waitForSync": {"type": "boolean"}, "writeConcern": {"type": "integer"}}, "required": ["allowUserKeys", "cacheEnabled", "cid", "deleted", "globallyUniqueId", "id", "isSmart", "isSystem", "keyOptions", "minReplicationFactor", "name", "numberOfShards", "planId", "replicationFactor", "shardKeys", "shards", "status", "type", "version", "waitForSync", "writeConcern"]}}, "required": ["indexes", "parameters"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "2001", "provinceId" : "16", "regencyId" : "03", "districtId" : "26", "name" : "Muara Niru"}, {"id" : "2002", "provinceId" : "16", "regencyId" : "03", "districtId" : "26", "name" : "Kahuripan Baru"}, {"id" : "2003", "provinceId" : "16", "regencyId" : "03", "districtId" : "26", "name" : "Pangkalan Babat"}, {"id" : "2004", "provinceId" : "16", "regencyId" : "03", "districtId" : "26", "name" : "Gunung Raja"}, {"id" : "2005", "provinceId" : "16", "regencyId" : "03", "districtId" : "26", "name" : "Banuayu"}, {"id" : "2006", "provinceId" : "16", "regencyId" : "03", "districtId" : "26", "name" : "Kuripan"}, {"id" : "2007", "provinceId" : "16", "regencyId" : "03", "districtId" : "26", "name" : "Kuripan Selatan"}, {"id" : "2008", "provinceId" : "16", "regencyId" : "03", "districtId" : "26", "name" : "Batu Raja"}, {"id" : "2009", "provinceId" : "16", "regencyId" : "03", "districtId" : "26", "name" : "Dangku"}, {"id" : "2010", "provinceId" : "16", "regencyId" : "03", "districtId" : "26", "name" : "Siku"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1979, 5], [1980, 5], [1983, 7], [1985, 9], [1986, 9], [1987, 9], [1988, 7], [1989, 6], [1991, 10], [1992, 10], [1993, 15], [1994, 14], [1995, 22], [1996, 11], [1997, 20], [1998, 20], [1999, 19], [2000, 24], [2001, 43], [2002, 55], [2003, 64], [2004, 83], [2005, 113], [2006, 103], [2007, 146], [2008, 127], [2009, 154], [2010, 145], [2011, 117], [2012, 200], [2013, 161], [2014, 124]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"file_name": {"type": "string"}, "guid": {"type": "object", "properties": {"a": {"type": "integer"}, "b": {"type": "integer"}, "c": {"type": "integer"}, "d": {"type": "integer"}}, "required": ["a", "b", "c", "d"]}, "exports": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "class": {"type": "object", "properties": {"package": {"type": "string"}, "name": {"type": "string"}}, "required": ["package", "name"]}, "super": {"type": "null"}, "template": {"type": "object", "properties": {"package": {"type": "string"}, "name": {"type": "string"}}, "required": ["package", "name"]}, "outer": {"type": "null"}, "properties": {"type": "object", "properties": {"CompressionSettings": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "string"}}, "required": ["type", "value"]}, "ImportedSize": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["x", "y"]}}, "required": ["type", "value"]}, "LightingGuid": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "object", "properties": {"a": {"type": "integer"}, "b": {"type": "integer"}, "c": {"type": "integer"}, "d": {"type": "integer"}}, "required": ["a", "b", "c", "d"]}}, "required": ["type", "value"]}}, "required": ["CompressionSettings", "ImportedSize", "LightingGuid"]}}, "required": ["name", "class", "super", "template", "outer", "properties"]}}}, "required": ["file_name", "guid", "exports"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"file_name" : "Engine/Content/EditorResources/S_Note.uasset", "guid" : {"a" : 619072739, "b" : 1281865864, "c" : 2297218994, "d" : 902560806}, "exports" : [{"name" : "S_Note", "class" : {"package" : "/Script/Engine", "name" : "Texture2D"}, "super" : null, "template" : {"package" : "/Script/Engine", "name" : "Default__Texture2D"}, "outer" : null, "properties" : {"CompressionSettings" : {"type" : "ByteProperty", "value" : "TC_EditorIcon"}, "ImportedSize" : {"type" : "IntPoint", "value" : {"x" : 256, "y" : 256}}, "LightingGuid" : {"type" : "Guid", "value" : {"a" : 3267318212, "b" : 1256188880, "c" : 2292014521, "d" : 2341854443}}}}]}
json_instruct
{"type": "object", "properties": {"file_name": {"type": "string"}, "guid": {"type": "object", "properties": {"a": {"type": "integer"}, "b": {"type": "integer"}, "c": {"type": "integer"}, "d": {"type": "integer"}}, "required": ["a", "b", "c", "d"]}, "exports": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "class": {"type": "object", "properties": {"package": {"type": "string"}, "name": {"type": "string"}}, "required": ["package", "name"]}, "super": {"type": "null"}, "template": {"type": "object", "properties": {"package": {"type": "string"}, "name": {"type": "string"}}, "required": ["package", "name"]}, "outer": {"type": "null"}, "properties": {"type": "object", "properties": {"CompressionSettings": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "string"}}, "required": ["type", "value"]}, "ImportedSize": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["x", "y"]}}, "required": ["type", "value"]}, "LightingGuid": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "object", "properties": {"a": {"type": "integer"}, "b": {"type": "integer"}, "c": {"type": "integer"}, "d": {"type": "integer"}}, "required": ["a", "b", "c", "d"]}}, "required": ["type", "value"]}}, "required": ["CompressionSettings", "ImportedSize", "LightingGuid"]}}, "required": ["name", "class", "super", "template", "outer", "properties"]}}}, "required": ["file_name", "guid", "exports"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"extends": {"type": "string"}, "include": {"type": "array", "items": {"type": "string"}}, "compilerOptions": {"type": "object", "properties": {"module": {"type": "string"}, "esModuleInterop": {"type": "boolean"}, "target": {"type": "string"}, "lib": {"type": "array", "items": {"type": "string"}}, "declaration": {"type": "boolean"}, "resolveJsonModule": {"type": "boolean"}}, "required": ["module", "esModuleInterop", "target", "lib", "declaration", "resolveJsonModule"]}}, "required": ["extends", "include", "compilerOptions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"extends" : "./tsconfig.json", "include" : ["./src/rainier-public/**/*"], "compilerOptions" : {"module" : "esnext", "esModuleInterop" : false, "target" : "esnext", "lib" : ["WebWorker", "ESNext"], "declaration" : false, "resolveJsonModule" : false}}
json_instruct
{"type": "object", "properties": {"extends": {"type": "string"}, "include": {"type": "array", "items": {"type": "string"}}, "compilerOptions": {"type": "object", "properties": {"module": {"type": "string"}, "esModuleInterop": {"type": "boolean"}, "target": {"type": "string"}, "lib": {"type": "array", "items": {"type": "string"}}, "declaration": {"type": "boolean"}, "resolveJsonModule": {"type": "boolean"}}, "required": ["module", "esModuleInterop", "target", "lib", "declaration", "resolveJsonModule"]}}, "required": ["extends", "include", "compilerOptions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"cumulativeConfirmedCases": {"type": "array", "items": {"type": "integer"}}}, "required": ["cumulativeConfirmedCases"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"cumulativeConfirmedCases" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 5, 5, 7, 7, 7, 7, 7, 9, 9, 16, 19, 20, 29, 29, 37, 42, 50, 67, 100, 134, 170, 170, 235, 257, 287, 299, 305, 337, 367, 367, 396, 407, 407, 411, 411, 415, 420, 428, 429, 429, 429, 433, 433, 433, 435, 435, 435, 435, 437, 438, 438, 438, 438, 438, 438, 438, 438, 438, 438, 438, 438, 438, 438, 438, 439, 439, 439, 439, 439, 439, 439, 439, 439, 439, 439, 439, 439, 439, 439, 439, 439, 439, 439, 440, 440, 440, 440, 440, 440, 440, 440, 440, 440, 440, 440, 440, 440, 440, 440, 440, 440, 440, 440, 440, 440, 440, 440, 440, 440, 440, 440, 440, 440, 440, 440, 440, 440, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 443, 444, 444, 444, 444, 444, 444, 444, 446, 447, 447, 447, 447, 447, 448, 448, 449, 451, 453, 455, 456, 456, 456, 459, 459, 459, 459, 459, 459, 459, 460, 460, 460, 461, 462, 462, 462, 462, 462, 462, 463, 463, 463, 463, 463, 463, 463, 463, 463, 463, 463, 463, 463, 464, 464, 464, 465, 465, 465, 466, 466, 466, 466, 466, 466, 466, 466, 466, 466, 466, 466, 468, 468, 468, 468, 468, 468, 468, 468, 468, 470, 470, 471, 471, 472, 472, 472, 473, 473, 475, 475, 476, 479, 479, 479, 482, 484, 484, 484, 485, 485, 487, 487, 491, 494, 494, 495, 496, 497, 501, 501, 503, 504, 509, 510, 512, 515, 515, 517, 517, 517, 517, 517, 522, 544, 547, 551, 551, 553, 554, 555, 556, 557, 558, 559, 559, 561, 561, 562, 562, 562, 562, 562, 562, 562, 562, 562, 562, 562, 562, 562, 562, 563, 563, 563, 563, 563, 563, 563, 566, 566, 566, 568, 568, 569, 569, 572, 572, 575, 576, 580, 580, 580, 581, 581, 582, 582, 585, 587, 587, 588, 588, 590, 590, 591, 593, 593, 593, 593, 594, 596, 596, 596, 596, 596, 596, 596, 596, 596, 596, 596, 596, 597, 601, 601, 602, 602, 602, 603, 603]}
json_instruct
{"type": "object", "properties": {"cumulativeConfirmedCases": {"type": "array", "items": {"type": "integer"}}}, "required": ["cumulativeConfirmedCases"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"Modules": {"type": "array", "items": {"type": "object", "properties": {"Key": {"type": "string"}, "Source": {"type": "string"}, "Dir": {"type": "string"}}, "required": ["Key", "Source", "Dir"]}}}, "required": ["Modules"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Modules" : [{"Key" : "", "Source" : "", "Dir" : "."}, {"Key" : "notprod", "Source" : "../account-common", "Dir" : "../account-common"}]}
json_instruct
{"type": "object", "properties": {"Modules": {"type": "array", "items": {"type": "object", "properties": {"Key": {"type": "string"}, "Source": {"type": "string"}, "Dir": {"type": "string"}}, "required": ["Key", "Source", "Dir"]}}}, "required": ["Modules"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"_links": {"type": "object", "properties": {"transactions": {"type": "object", "properties": {"href": {"type": "string"}, "templated": {"type": "boolean"}}, "required": ["href", "templated"]}}, "required": ["transactions"]}, "id": {"type": "string"}, "nameOnCard": {"type": "string"}, "type": {"type": "string"}, "enabled": {"type": "boolean"}, "cancelled": {"type": "boolean"}, "activationRequested": {"type": "boolean"}, "activated": {"type": "boolean"}, "dispatchDate": {"type": "string"}}, "required": ["_links", "id", "nameOnCard", "type", "enabled", "cancelled", "activationRequested", "activated", "dispatchDate"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"_links" : {"transactions" : {"href" : "/api/v1/transactions/mastercard?from={fromDate}&to={toDate}", "templated" : true}}, "id" : "2125b5ce-5651-4ebe-9ef9-50b1703508bb", "nameOnCard" : "Timothy David Rogers", "type" : "ContactlessDebitMastercard", "enabled" : true, "cancelled" : false, "activationRequested" : true, "activated" : true, "dispatchDate" : "2017-05-19"}
json_instruct
{"type": "object", "properties": {"_links": {"type": "object", "properties": {"transactions": {"type": "object", "properties": {"href": {"type": "string"}, "templated": {"type": "boolean"}}, "required": ["href", "templated"]}}, "required": ["transactions"]}, "id": {"type": "string"}, "nameOnCard": {"type": "string"}, "type": {"type": "string"}, "enabled": {"type": "boolean"}, "cancelled": {"type": "boolean"}, "activationRequested": {"type": "boolean"}, "activated": {"type": "boolean"}, "dispatchDate": {"type": "string"}}, "required": ["_links", "id", "nameOnCard", "type", "enabled", "cancelled", "activationRequested", "activated", "dispatchDate"], "$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"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"ios_cnp": {"type": "string"}}, "required": ["ios_cnp"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "resources": {"type": "string"}, "source_files": {"type": "string"}, "public_header_files": {"type": "string"}, "requires_arc": {"type": "boolean"}, "xcconfig": {"type": "object", "properties": {"USER_HEADER_SEARCH_PATHS": {"type": "string"}}, "required": ["USER_HEADER_SEARCH_PATHS"]}, "subspecs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "source_files": {"type": "string"}, "dependencies": {"type": "object", "properties": {"MBProgressHUD": {"type": "array", "items": {"type": "string"}}}, "required": ["MBProgressHUD"]}}, "required": ["name", "source_files", "dependencies"]}}}, "required": ["name", "version", "summary", "homepage", "license", "authors", "platforms", "source", "resources", "source_files", "public_header_files", "requires_arc", "xcconfig", "subspecs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "cnptools", "version" : "1.0.5", "summary" : "ios_caonaipeng_Fast development", "homepage" : "https://coding.net/u/naipeng_cao/p/cnptools/git", "license" : {"type" : "MIT", "file" : "FILE_LICENSE"}, "authors" : {"ios_cnp" : "naipeng_cao@163.com"}, "platforms" : {"ios" : "8.0"}, "source" : {"git" : "https://git.coding.net/naipeng_cao/cnptools.git", "tag" : "1.0.5"}, "resources" : "cnptools/ImageSources/*.{png,xib,nib,bundle}", "source_files" : "cnptools/cnpheader.h", "public_header_files" : "cnptools/cnpheader.h", "requires_arc" : true, "xcconfig" : {"USER_HEADER_SEARCH_PATHS" : "$(SRCROOT)"}, "subspecs" : [{"name" : "HudManager", "source_files" : "cnptools/*.{h,m}", "dependencies" : {"MBProgressHUD" : ["~> 1.1.0"]}}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"ios_cnp": {"type": "string"}}, "required": ["ios_cnp"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "resources": {"type": "string"}, "source_files": {"type": "string"}, "public_header_files": {"type": "string"}, "requires_arc": {"type": "boolean"}, "xcconfig": {"type": "object", "properties": {"USER_HEADER_SEARCH_PATHS": {"type": "string"}}, "required": ["USER_HEADER_SEARCH_PATHS"]}, "subspecs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "source_files": {"type": "string"}, "dependencies": {"type": "object", "properties": {"MBProgressHUD": {"type": "array", "items": {"type": "string"}}}, "required": ["MBProgressHUD"]}}, "required": ["name", "source_files", "dependencies"]}}}, "required": ["name", "version", "summary", "homepage", "license", "authors", "platforms", "source", "resources", "source_files", "public_header_files", "requires_arc", "xcconfig", "subspecs"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"labels": {"type": "array", "items": {"type": "string"}}, "anchors": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["labels", "anchors"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"labels" : ["fire"], "anchors" : [[129, 208, 183, 155, 198, 259], [73, 140, 109, 80, 119, 131], [22, 31, 31, 57, 54, 80]]}
json_instruct
{"type": "object", "properties": {"labels": {"type": "array", "items": {"type": "string"}}, "anchors": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["labels", "anchors"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "subPlay": {"type": "integer"}}, "required": ["play", "subPlay"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "fabc9217-4cb7-4399-8b7e-48f0ea669bb8", "playerTags" : [], "teamTags" : ["57ec08cc-0411-4643-b304-0e80dbc15ac7", "f02aeae2-5e6a-4098-9842-02d2273f25c7"], "gameTags" : ["2bdb8253-f9d7-4df1-b3d8-919f642f8f70"], "metadata" : {"play" : 171, "subPlay" : -1}, "created" : "2021-04-15T16:14:24.241Z", "season" : 15, "tournament" : -1, "type" : 12, "day" : 70, "phase" : 4, "category" : 0, "description" : "Paula Reddick batting for the Sunbeams.", "nuts" : 0}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "subPlay": {"type": "integer"}}, "required": ["play", "subPlay"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"ReverseScale@icloud.com": {"type": "string"}}, "required": ["ReverseScale@icloud.com"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source_files": {"type": "string"}, "resource_bundles": {"type": "object", "properties": {"RSCheckBoxLib": {"type": "array", "items": {"type": "string"}}}, "required": ["RSCheckBoxLib"]}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "source", "platforms", "source_files", "resource_bundles"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "RSCheckBoxLib", "version" : "0.4.0", "summary" : "Simple single/checkbox tool.", "description" : "Simple to use single/checkbox controls.", "homepage" : "https://github.com/ReverseScale/RSCheckBoxLib", "license" : "MIT", "authors" : {"ReverseScale@icloud.com" : "reversescale@icloud.com"}, "source" : {"git" : "https://github.com/ReverseScale/RSCheckBoxLib.git", "tag" : "0.4.0"}, "platforms" : {"ios" : "8.0"}, "source_files" : "RSCheckBoxLib/Classes/**/*", "resource_bundles" : {"RSCheckBoxLib" : ["RSCheckBoxLib/Assets/*.png"]}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"ReverseScale@icloud.com": {"type": "string"}}, "required": ["ReverseScale@icloud.com"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source_files": {"type": "string"}, "resource_bundles": {"type": "object", "properties": {"RSCheckBoxLib": {"type": "array", "items": {"type": "string"}}}, "required": ["RSCheckBoxLib"]}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "source", "platforms", "source_files", "resource_bundles"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"0.2.2": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.2.3": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.2.4": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.2.5": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.2.6": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.3": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.4": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.2.2", "0.2.3", "0.2.4", "0.2.5", "0.2.6", "0.3", "0.4"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"latest_version" : ["0.4"], "meta" : {"description" : "Pill aperture photometry for trailed astronomical sources", "homepage" : "https://github.com/fraserw/trippy", "license" : "GNU"}, "versions" : {"0.2.2" : {"sha256" : "a468612a6faf7aa691ca0b1d881f9bf0c96b3897243159a424b852e0e81360d9", "url" : "https://files.pythonhosted.org/packages/77/a6/3d137fa05e9cbc4a25d10f546d6f2161f7696472f1c1b7f034cb64229271/trippy-0.2.2.tar.gz"}, "0.2.3" : {"sha256" : "8dd1c594d9f342d738500e2875ab44eafe1b9ecc0f42159fe17f5dfd6ee4b368", "url" : "https://files.pythonhosted.org/packages/27/d0/1a4b27bfbea59447ff9948839f3a3d02bc0ebaaaf35454a386ee9cc5f73d/trippy-0.2.3.tar.gz"}, "0.2.4" : {"sha256" : "2630bc08bbdbf1e4c241dbae72e92a504fb178cb23e25b89a343939c27a92f5b", "url" : "https://files.pythonhosted.org/packages/18/c1/4d3378c777ec0b5c960575966f9738348a88a4c95aae8d8b8de4e68c6665/trippy-0.2.4.tar.gz"}, "0.2.5" : {"sha256" : "502682173f890d4e4d4fe47f0529494b8b9d90bf270ea11484e743967efa05ef", "url" : "https://files.pythonhosted.org/packages/4b/e0/669b2ed0b0fcefe620c03c33bdaa4e0d406cc44f046c43aae0590b650142/trippy-0.2.5.tar.gz"}, "0.2.6" : {"sha256" : "29c2504469a48713bd593a46b0925dcf9cd6b7bc04440da26ef53580ea3da7a0", "url" : "https://files.pythonhosted.org/packages/ee/9d/1bcb791232e06c0e23a0317dddbb557568ea07b784fc2bb7ddf888b3f83d/trippy-0.2.6.tar.gz"}, "0.3" : {"sha256" : "3d295fd598102bf4c86992b6deda721408c1205f9ba62efc5c387e0bc878a93a", "url" : "https://files.pythonhosted.org/packages/28/1b/f875ba8bf023c8061f54ff2078a706f5769f2ba9915c7a6b0b44616cafbf/trippy-0.3.tar.gz"}, "0.4" : {"sha256" : "017f1468ab072655b5e59ca74154cea51ead8cc40ed0f252f2015fc2c5d8c777", "url" : "https://files.pythonhosted.org/packages/23/f6/5613c61d83ab6e43483abee1a982097aaf7578203f48223a96d1f1a1bb9b/trippy-0.4.tar.gz"}}}
json_instruct
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"0.2.2": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.2.3": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.2.4": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.2.5": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.2.6": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.3": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.4": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.2.2", "0.2.3", "0.2.4", "0.2.5", "0.2.6", "0.3", "0.4"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"code": {"type": "string"}, "messages": {"type": "string"}, "value": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "id_kecamatan": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "id_kecamatan", "name"]}}}, "required": ["code", "messages", "value"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : "200", "messages" : "Successfully received data", "value" : [{"id" : "3215182001", "id_kecamatan" : "321518", "name" : "Sukamerta"}, {"id" : "3215182002", "id_kecamatan" : "321518", "name" : "Kutawargi"}, {"id" : "3215182003", "id_kecamatan" : "321518", "name" : "Panyingkiran"}, {"id" : "3215182004", "id_kecamatan" : "321518", "name" : "Pasirkaliki"}, {"id" : "3215182005", "id_kecamatan" : "321518", "name" : "Pasirawi"}, {"id" : "3215182006", "id_kecamatan" : "321518", "name" : "Balongsari"}, {"id" : "3215182007", "id_kecamatan" : "321518", "name" : "Mekarjaya"}, {"id" : "3215182008", "id_kecamatan" : "321518", "name" : "Sekarwangi"}, {"id" : "3215182009", "id_kecamatan" : "321518", "name" : "Purwamekar"}, {"id" : "3215182010", "id_kecamatan" : "321518", "name" : "Sukapura"}, {"id" : "3215182011", "id_kecamatan" : "321518", "name" : "Cibadak"}, {"id" : "3215182012", "id_kecamatan" : "321518", "name" : "Sukaraja"}, {"id" : "3215182014", "id_kecamatan" : "321518", "name" : "Gombongsari"}]}
json_instruct
{"type": "object", "properties": {"code": {"type": "string"}, "messages": {"type": "string"}, "value": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "id_kecamatan": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "id_kecamatan", "name"]}}}, "required": ["code", "messages", "value"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "1278020007", "district_id" : "1278020", "name" : "LUAHA LARAGA"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "cheerio": {"type": "string"}, "cookie-parser": {"type": "string"}, "debug": {"type": "string"}, "express": {"type": "string"}, "hbs": {"type": "string"}, "lodash": {"type": "string"}, "mocha": {"type": "string"}, "morgan": {"type": "string"}, "q": {"type": "string"}, "request": {"type": "string"}, "serve-favicon": {"type": "string"}}, "required": ["body-parser", "cheerio", "cookie-parser", "debug", "express", "hbs", "lodash", "mocha", "morgan", "q", "request", "serve-favicon"]}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "gulp": {"type": "string"}, "gulp-jscs": {"type": "string"}, "gulp-jshint": {"type": "string"}, "gulp-mocha": {"type": "string"}, "jshint": {"type": "string"}, "jshint-stylish": {"type": "string"}, "karma": {"type": "string"}, "karma-chrome-launcher": {"type": "string"}, "karma-mocha": {"type": "string"}, "nodemon": {"type": "string"}}, "required": ["chai", "gulp", "gulp-jscs", "gulp-jshint", "gulp-mocha", "jshint", "jshint-stylish", "karma", "karma-chrome-launcher", "karma-mocha", "nodemon"]}}, "required": ["name", "version", "private", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "dashboard", "version" : "0.0.0", "private" : true, "scripts" : {"start" : "node ./bin/server.js", "test" : "karma start karma.conf.js"}, "dependencies" : {"body-parser" : "~1.13.2", "cheerio" : "^0.20.0", "cookie-parser" : "~1.3.5", "debug" : "~2.2.0", "express" : "~4.13.1", "hbs" : "~3.1.0", "lodash" : "^4.5.0", "mocha" : "^2.4.5", "morgan" : "~1.6.1", "q" : "^1.4.1", "request" : "^2.69.0", "serve-favicon" : "~2.3.0"}, "devDependencies" : {"chai" : "^3.5.0", "gulp" : "^3.9.1", "gulp-jscs" : "^3.0.2", "gulp-jshint" : "^2.0.0", "gulp-mocha" : "^2.2.0", "jshint" : "^2.9.1", "jshint-stylish" : "^2.1.0", "karma" : "^0.13.21", "karma-chrome-launcher" : "^0.2.2", "karma-mocha" : "^0.2.1", "nodemon" : "^1.8.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "cheerio": {"type": "string"}, "cookie-parser": {"type": "string"}, "debug": {"type": "string"}, "express": {"type": "string"}, "hbs": {"type": "string"}, "lodash": {"type": "string"}, "mocha": {"type": "string"}, "morgan": {"type": "string"}, "q": {"type": "string"}, "request": {"type": "string"}, "serve-favicon": {"type": "string"}}, "required": ["body-parser", "cheerio", "cookie-parser", "debug", "express", "hbs", "lodash", "mocha", "morgan", "q", "request", "serve-favicon"]}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "gulp": {"type": "string"}, "gulp-jscs": {"type": "string"}, "gulp-jshint": {"type": "string"}, "gulp-mocha": {"type": "string"}, "jshint": {"type": "string"}, "jshint-stylish": {"type": "string"}, "karma": {"type": "string"}, "karma-chrome-launcher": {"type": "string"}, "karma-mocha": {"type": "string"}, "nodemon": {"type": "string"}}, "required": ["chai", "gulp", "gulp-jscs", "gulp-jshint", "gulp-mocha", "jshint", "jshint-stylish", "karma", "karma-chrome-launcher", "karma-mocha", "nodemon"]}}, "required": ["name", "version", "private", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"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" : "0xf7f571f1bb5684db42b7977c12c67c2e13e5919b272dd34e8cf192ffe15e6dd5", "parentHash" : "0xede212ce363d58e1ecf4d1213d7f872b76d44716929fb4c1ffa1f85dcca6481f", "number" : 74574, "timestamp" : 1439388372, "nonce" : "0x18914e11b172d88b", "difficulty" : 2212849246378, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0xd8AbD8E803CefF1bD9F40128B858c5af52bE6205", "extraData" : "0x476574682f76312e302e312f6c696e75782f676f312e342e32", "transactions" : []}
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"maximum-net-dwellings": {"type": "string"}, "organisation": {"type": "string"}, "name": {"type": "string"}, "start-date": {"type": "string"}, "site": {"type": "string"}, "point": {"type": "string"}, "minimum-net-dwellings": {"type": "string"}, "planning-permission-history": {"type": "string"}, "site-address": {"type": "string"}, "planning-permission-status": {"type": "string"}, "deliverable": {"type": "string"}, "ownership-status": {"type": "string"}, "site-plan-url": {"type": "string"}, "hectares": {"type": "string"}, "notes": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}, "planning-permission-date": {"type": "string"}, "planning-permission-type": {"type": "string"}}, "required": ["maximum-net-dwellings", "organisation", "name", "start-date", "site", "point", "minimum-net-dwellings", "planning-permission-history", "site-address", "planning-permission-status", "deliverable", "ownership-status", "site-plan-url", "hectares", "notes", "slug", "entity", "entry-date", "planning-permission-date", "planning-permission-type"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-2.696751, 53.443767]}, "properties" : {"maximum-net-dwellings" : "18", "organisation" : "local-authority-eng:SHN", "name" : "BR003", "start-date" : "2017-12-19", "site" : "BR003", "point" : "POINT(-2.696751 53.443767)", "minimum-net-dwellings" : "18", "planning-permission-history" : "http://publicaccess.sthelens.gov.uk/online-applications/propertyDetails.do?activeTab=relatedCases&keyVal=NNOJDP00DT02T", "site-address" : "Land between Weymouth Avenue & Berry's Lane, Parr, WA9 3QT", "planning-permission-status" : "permissioned", "deliverable" : "yes", "ownership-status" : "not owned by a public authority", "site-plan-url" : "https://www.sthelens.gov.uk/media/7241/br003.pdf", "hectares" : "0.52", "notes" : "This is a cleared former housing site which now benefits from full planning consent (Ref: P/2016/0923/FUL) and includes BR001 and BR002.. Residential development consisting of 52 no. dwelling houses, landscaping and related infrastructure.", "slug" : "/brownfield-land/local-authority-eng/SHN/BR003", "entity" : 493310, "entry-date" : "2018-12-21", "planning-permission-date" : "2017-10-06", "planning-permission-type" : "full planning permission"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"maximum-net-dwellings": {"type": "string"}, "organisation": {"type": "string"}, "name": {"type": "string"}, "start-date": {"type": "string"}, "site": {"type": "string"}, "point": {"type": "string"}, "minimum-net-dwellings": {"type": "string"}, "planning-permission-history": {"type": "string"}, "site-address": {"type": "string"}, "planning-permission-status": {"type": "string"}, "deliverable": {"type": "string"}, "ownership-status": {"type": "string"}, "site-plan-url": {"type": "string"}, "hectares": {"type": "string"}, "notes": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}, "planning-permission-date": {"type": "string"}, "planning-permission-type": {"type": "string"}}, "required": ["maximum-net-dwellings", "organisation", "name", "start-date", "site", "point", "minimum-net-dwellings", "planning-permission-history", "site-address", "planning-permission-status", "deliverable", "ownership-status", "site-plan-url", "hectares", "notes", "slug", "entity", "entry-date", "planning-permission-date", "planning-permission-type"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"private": {"type": "boolean"}, "name": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@babel/runtime": {"type": "string"}, "@semantic-release/exec": {"type": "string"}, "@semantic-release/git": {"type": "string"}, "github-release-cli": {"type": "string"}, "semantic-release": {"type": "string"}}, "required": ["@babel/runtime", "@semantic-release/exec", "@semantic-release/git", "github-release-cli", "semantic-release"]}, "devDependencies": {"type": "object", "properties": {"@semantic-release/npm": {"type": "string"}}, "required": ["@semantic-release/npm"]}, "version": {"type": "string"}}, "required": ["private", "name", "dependencies", "devDependencies", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"private" : true, "name" : "@streamlayer/grpc-swift", "dependencies" : {"@babel/runtime" : "^7.12.18", "@semantic-release/exec" : "^5.0.0", "@semantic-release/git" : "^9.0.0", "github-release-cli" : "^2.0.0", "semantic-release" : "^17.3.9"}, "devDependencies" : {"@semantic-release/npm" : "^7.0.10"}, "version" : "1.16.0"}
json_instruct
{"type": "object", "properties": {"private": {"type": "boolean"}, "name": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@babel/runtime": {"type": "string"}, "@semantic-release/exec": {"type": "string"}, "@semantic-release/git": {"type": "string"}, "github-release-cli": {"type": "string"}, "semantic-release": {"type": "string"}}, "required": ["@babel/runtime", "@semantic-release/exec", "@semantic-release/git", "github-release-cli", "semantic-release"]}, "devDependencies": {"type": "object", "properties": {"@semantic-release/npm": {"type": "string"}}, "required": ["@semantic-release/npm"]}, "version": {"type": "string"}}, "required": ["private", "name", "dependencies", "devDependencies", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"client.min.js": {"type": "string"}}, "required": ["client.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"client.min.js" : "sha512-0rDWEv3PGAIBVQLZAsfEWD6IGFx/qrY3fJA7LMq66QRw74P2ZBcQZlN61p7eW8myOj3JofTDg+GQtzV3l4lqHQ=="}
json_instruct
{"type": "object", "properties": {"client.min.js": {"type": "string"}}, "required": ["client.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"1.222222": {"type": "object", "properties": {"current": {"type": "object", "properties": {"usage": {"type": "integer"}}, "required": ["usage"]}}, "required": ["current"]}, "2.222222": {"type": "object", "properties": {"current": {"type": "object", "properties": {"cost": {"type": "integer"}, "usage": {"type": "integer"}, "costPerUse": {"type": "integer"}}, "required": ["cost", "usage", "costPerUse"]}}, "required": ["current"]}, "3.222222": {"type": "object", "properties": {"current": {"type": "object", "properties": {"cost": {"type": "integer"}, "usage": {"type": "integer"}, "costPerUse": {"type": "integer"}}, "required": ["cost", "usage", "costPerUse"]}}, "required": ["current"]}}, "required": ["1.222222", "2.222222", "3.222222"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"1.222222" : {"current" : {"usage" : 1}}, "2.222222" : {"current" : {"cost" : 100, "usage" : 2, "costPerUse" : 50}}, "3.222222" : {"current" : {"cost" : 200, "usage" : 10, "costPerUse" : 20}}}
json_instruct
{"type": "object", "properties": {"1.222222": {"type": "object", "properties": {"current": {"type": "object", "properties": {"usage": {"type": "integer"}}, "required": ["usage"]}}, "required": ["current"]}, "2.222222": {"type": "object", "properties": {"current": {"type": "object", "properties": {"cost": {"type": "integer"}, "usage": {"type": "integer"}, "costPerUse": {"type": "integer"}}, "required": ["cost", "usage", "costPerUse"]}}, "required": ["current"]}, "3.222222": {"type": "object", "properties": {"current": {"type": "object", "properties": {"cost": {"type": "integer"}, "usage": {"type": "integer"}, "costPerUse": {"type": "integer"}}, "required": ["cost", "usage", "costPerUse"]}}, "required": ["current"]}}, "required": ["1.222222", "2.222222", "3.222222"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "interfaces": {"type": "array", "items": {"type": "string"}}, "address": {"type": "string"}, "tokenIndex": {"type": "integer"}, "balanceMap": {"type": "integer"}, "balanceKeyType": {"type": "string"}, "balancePath": {"type": "string"}, "markets": {"type": "array", "items": {}}, "farms": {"type": "array", "items": {}}, "isTzip16": {"type": "boolean"}, "isNft": {"type": "boolean"}}, "required": ["name", "symbol", "decimals", "interfaces", "address", "tokenIndex", "balanceMap", "balanceKeyType", "balancePath", "markets", "farms", "isTzip16", "isNft"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "Staker DAO", "symbol" : "SD symbol", "decimals" : 0, "interfaces" : ["TZIP-7-StakerDao"], "address" : "KT1EctCuorV2NfVb1XTQgvzJ88MQtWP8cMMv", "tokenIndex" : 1, "balanceMap" : 2, "balanceKeyType" : "address", "balancePath" : "path", "markets" : [], "farms" : [], "isTzip16" : false, "isNft" : false}, {"name" : "USDtez", "symbol" : "USDtz", "decimals" : 6, "interfaces" : ["TZIP-7"], "address" : "KT1LN4LPSqTMS7Sd2CJw4bbDGRkMv2t68Fy9", "tokenIndex" : 1, "balanceMap" : 2, "balanceKeyType" : "address", "balancePath" : "path", "markets" : [], "farms" : [], "isTzip16" : false, "isNft" : false}, {"name" : "hic et nunc NFT", "symbol" : "hic et nunc NFT", "decimals" : 6, "interfaces" : ["TZIP-16"], "address" : "KT1RJ6PbjHpwc3M5rw5s2Nbmefwbuwbdxton", "tokenIndex" : 1, "balanceMap" : 2, "balanceKeyType" : "address", "balancePath" : "path", "markets" : [], "farms" : [], "isTzip16" : true, "isNft" : true, "metadataType" : "other", "metadataBigMapId" : 514, "metadataBigMapType" : "ipfs", "metadataPath" : ""}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "interfaces": {"type": "array", "items": {"type": "string"}}, "address": {"type": "string"}, "tokenIndex": {"type": "integer"}, "balanceMap": {"type": "integer"}, "balanceKeyType": {"type": "string"}, "balancePath": {"type": "string"}, "markets": {"type": "array", "items": {}}, "farms": {"type": "array", "items": {}}, "isTzip16": {"type": "boolean"}, "isNft": {"type": "boolean"}}, "required": ["name", "symbol", "decimals", "interfaces", "address", "tokenIndex", "balanceMap", "balanceKeyType", "balancePath", "markets", "farms", "isTzip16", "isNft"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"generated_at" : "2017-01-27T09:37:27.944073", "required_by" : ["plone.cachepurging", "five.caching", "plone.resource"], "requires" : [], "package" : "z3c.caching"}
json_instruct
{"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"pageContext": {"type": "object", "properties": {"post": {"type": "object", "properties": {"alternative_id": {"type": "string"}, "date_gmt": {"type": "string"}, "modified_gmt": {"type": "string"}, "title": {"type": "string"}, "slug": {"type": "string"}, "status": {"type": "string"}, "type": {"type": "string"}, "link": {"type": "string"}, "content": {"type": "string"}, "excerpt": {"type": "string"}, "editor": {"type": "string"}, "comment_status": {"type": "string"}, "comments_count": {"type": "integer"}, "is_sponsored": {"type": "boolean"}, "is_partnership": {"type": "boolean"}, "show_ads": {"type": "boolean"}, "is_subscriber_exclusive": {"type": "boolean"}, "is_paywalled": {"type": "boolean"}, "read_time": {"type": "integer"}}, "required": ["alternative_id", "date_gmt", "modified_gmt", "title", "slug", "status", "type", "link", "content", "excerpt", "editor", "comment_status", "comments_count", "is_sponsored", "is_partnership", "show_ads", "is_subscriber_exclusive", "is_paywalled", "read_time"]}}, "required": ["post"]}}, "required": ["pageContext"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"pageContext" : {"post" : {"alternative_id" : "606369", "date_gmt" : "2018-12-21T06:59:28", "modified_gmt" : "2018-12-21T09:33:40", "title" : "In brief: Indonesian edtech startup lands series A funding from Investidea Ventures", "slug" : "indonesian-swiping-edtech-funding", "status" : "publish", "type" : "post", "link" : "https://www.techinasia.com/indonesian-swiping-edtech-funding", "content" : "<blockquote><p><a href=\"https://squline.com\" target=\"_blank\" rel=\"noopener\">Squline</a>\u00a0announced that it has raised a series A funding round from Investidea Ventures, with participation from several undisclosed investors. The funds will be used to support its technology development, acquisition of new talents, and product expansion in 2019.</p></blockquote>\n<p>Source: Press release</p>\n<p>Squline didn\u2019t disclose the amount, but it said the fresh capital will enable it to further capitalize on Indonesia\u2019s \u201clive language tutoring industry.\u201d</p>", "excerpt" : "Squline will use the money to bankroll technology development, talent acquisition, and product expansion.", "editor" : "Editing by Eileen C. Ang", "comment_status" : "open", "comments_count" : 0, "is_sponsored" : false, "is_partnership" : false, "show_ads" : true, "is_subscriber_exclusive" : false, "is_paywalled" : true, "read_time" : 1}}}
json_instruct
{"type": "object", "properties": {"pageContext": {"type": "object", "properties": {"post": {"type": "object", "properties": {"alternative_id": {"type": "string"}, "date_gmt": {"type": "string"}, "modified_gmt": {"type": "string"}, "title": {"type": "string"}, "slug": {"type": "string"}, "status": {"type": "string"}, "type": {"type": "string"}, "link": {"type": "string"}, "content": {"type": "string"}, "excerpt": {"type": "string"}, "editor": {"type": "string"}, "comment_status": {"type": "string"}, "comments_count": {"type": "integer"}, "is_sponsored": {"type": "boolean"}, "is_partnership": {"type": "boolean"}, "show_ads": {"type": "boolean"}, "is_subscriber_exclusive": {"type": "boolean"}, "is_paywalled": {"type": "boolean"}, "read_time": {"type": "integer"}}, "required": ["alternative_id", "date_gmt", "modified_gmt", "title", "slug", "status", "type", "link", "content", "excerpt", "editor", "comment_status", "comments_count", "is_sponsored", "is_partnership", "show_ads", "is_subscriber_exclusive", "is_paywalled", "read_time"]}}, "required": ["post"]}}, "required": ["pageContext"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"N": {"type": "integer"}, "k0": {"type": "number"}, "expected_k": {"type": "number"}, "dk": {"type": "number"}, "alpha": {"type": "number"}, "beta": {"type": "number"}, "_seed": {"type": "integer"}}, "required": ["N", "k0", "expected_k", "dk", "alpha", "beta", "_seed"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"N" : 2000, "k0" : 150.0, "expected_k" : 15.0, "dk" : 2.0, "alpha" : 1.0, "beta" : 0.0, "_seed" : 1234}
json_instruct
{"type": "object", "properties": {"N": {"type": "integer"}, "k0": {"type": "number"}, "expected_k": {"type": "number"}, "dk": {"type": "number"}, "alpha": {"type": "number"}, "beta": {"type": "number"}, "_seed": {"type": "integer"}}, "required": ["N", "k0", "expected_k", "dk", "alpha", "beta", "_seed"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "file": {"type": "string"}, "iso": {"type": "string"}, "name": {"type": "string"}}, "required": ["code", "file", "iso", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"code" : "cn", "file" : "cn.json", "iso" : "zh-CN", "name" : "\u7b80\u4f53\u4e2d\u6587"}, {"code" : "en", "file" : "en.json", "iso" : "en-US", "name" : "English"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "file": {"type": "string"}, "iso": {"type": "string"}, "name": {"type": "string"}}, "required": ["code", "file", "iso", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["jovianchat", "jovianserver_ts"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "40e0afa83fe54462f983ab2242b3cef17c6ba855"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$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"}, "fullName": {"type": "string"}, "author": {"type": "string"}, "preferences": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "title": {"type": "string"}, "value": {"type": "integer"}}, "required": ["name", "type", "title", "value"]}}, "preferences-branch": {"type": "string"}}, "required": ["id", "fullName", "author", "preferences", "preferences-branch"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "{34a1eae1-c20a-464f-9b0e-000000000000}", "fullName" : "curly ID test", "author" : "Tomislav Jovanovic", "preferences" : [{"name" : "test13", "type" : "integer", "title" : "test13", "value" : 26}], "preferences-branch" : "invalid^branch*name"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "fullName": {"type": "string"}, "author": {"type": "string"}, "preferences": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "title": {"type": "string"}, "value": {"type": "integer"}}, "required": ["name", "type", "title", "value"]}}, "preferences-branch": {"type": "string"}}, "required": ["id", "fullName", "author", "preferences", "preferences-branch"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"bootstrap2/bootstrap-without-jquery.js": {"type": "string"}, "bootstrap2/bootstrap-without-jquery.min.js": {"type": "string"}, "bootstrap3/bootstrap-without-jquery.js": {"type": "string"}, "bootstrap3/bootstrap-without-jquery.min.js": {"type": "string"}}, "required": ["bootstrap2/bootstrap-without-jquery.js", "bootstrap2/bootstrap-without-jquery.min.js", "bootstrap3/bootstrap-without-jquery.js", "bootstrap3/bootstrap-without-jquery.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"bootstrap2/bootstrap-without-jquery.js" : "sha256-34kb7wFQZkHVMtyOQby2eCGnraTnmOwmK8AjO9S1sow=", "bootstrap2/bootstrap-without-jquery.min.js" : "sha256-Tt/eV9xAABTSM2AqsDG/vvPSkREsw3kVt9KvxZDqDIk=", "bootstrap3/bootstrap-without-jquery.js" : "sha256-bEwYNSdsUS+R2Vsd6i7hc47Vz0FX04ynvPvE22pwqNE=", "bootstrap3/bootstrap-without-jquery.min.js" : "sha256-Qr6rEsfO10LJdmvCb9guFt5JHBebHWNRlbFZ6dh4oO0="}
json_instruct
{"type": "object", "properties": {"bootstrap2/bootstrap-without-jquery.js": {"type": "string"}, "bootstrap2/bootstrap-without-jquery.min.js": {"type": "string"}, "bootstrap3/bootstrap-without-jquery.js": {"type": "string"}, "bootstrap3/bootstrap-without-jquery.min.js": {"type": "string"}}, "required": ["bootstrap2/bootstrap-without-jquery.js", "bootstrap2/bootstrap-without-jquery.min.js", "bootstrap3/bootstrap-without-jquery.js", "bootstrap3/bootstrap-without-jquery.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"chai": {"type": "string"}}, "required": ["chai"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "07.-unit-testing-and-error-handling---lab", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"test" : "mocha subSum.test.js"}, "keywords" : [], "author" : "", "license" : "ISC", "dependencies" : {"chai" : "^4.3.4"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"chai": {"type": "string"}}, "required": ["chai"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "dependencies"], "$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"}, "homepage": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}, "role": {"type": "string"}}, "required": ["name", "email", "homepage", "role"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}, "autoload": {"type": "object", "properties": {"psr-0": {"type": "object", "properties": {"Env": {"type": "string"}}, "required": ["Env"]}}, "required": ["psr-0"]}}, "required": ["name", "description", "homepage", "type", "keywords", "license", "authors", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "inerciacreativa/env", "description" : "Simple library to consume environment variables", "homepage" : "https://github.com/inerciacreativa/env", "type" : "library", "keywords" : ["env", "php"], "license" : "MIT", "authors" : [{"name" : "Jose Cuesta", "email" : "jose.cuesta@inerciacreativa.com", "homepage" : "http://inerciacreativa.com", "role" : "Developer"}], "require" : {"php" : ">=7.0"}, "autoload" : {"psr-0" : {"Env" : "src/"}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}, "role": {"type": "string"}}, "required": ["name", "email", "homepage", "role"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}, "autoload": {"type": "object", "properties": {"psr-0": {"type": "object", "properties": {"Env": {"type": "string"}}, "required": ["Env"]}}, "required": ["psr-0"]}}, "required": ["name", "description", "homepage", "type", "keywords", "license", "authors", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"tiles": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "tilegramValue": {"type": "integer"}}, "required": ["name", "tilegramValue"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}}, "required": ["type", "id", "properties", "arcs"]}}}, "required": ["type", "geometries"]}}, "required": ["tiles"]}, "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"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "properties": {"type": "object", "properties": {"tilegramMetricPerTile": {"type": "integer"}, "tilegramVersion": {"type": "string"}, "tilegramTileSize": {"type": "object", "properties": {"width": {"type": "number"}, "height": {"type": "number"}}, "required": ["width", "height"]}, "tilegramGeography": {"type": "string"}}, "required": ["tilegramMetricPerTile", "tilegramVersion", "tilegramTileSize", "tilegramGeography"]}}, "required": ["type", "objects", "arcs", "transform", "bbox", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Topology", "objects" : {"tiles" : {"type" : "GeometryCollection", "geometries" : [{"type" : "MultiPolygon", "id" : "27", "properties" : {"name" : "MINNESOTA", "tilegramValue" : 8}, "arcs" : [[[0, 1, 2, 3, 4]], [[5, 6, -2, 7]], [[8, -3]], [[9, 10, 11, -6, 12, 13]], [[-13, -8, -1, 14]], [[15, -10, 16]], [[17, -11, -16]], [[-5, 18]]]}]}}, "arcs" : [[[3333333333, 7692307692], [1666666667, -769230770]], [[5000000000, 6923076922], [1666666666, 769230770]], [[6666666666, 7692307692], [0, 1538461538]], [[6666666666, 9230769230], [-1666666666, 769230769], [-1666666667, -769230769]], [[3333333333, 9230769230], [0, -1538461538]], [[5000000000, 5384615384], [1666666666, -769230769]], [[6666666666, 4615384615], [1666666666, 769230769], [0, 1538461538], [-1666666666, 769230770]], [[5000000000, 6923076922], [0, -1538461538]], [[6666666666, 7692307692], [1666666667, -769230770], [1666666666, 769230770], [0, 1538461538], [-1666666666, 769230769], [-1666666667, -769230769]], [[3333333333, 3076923077], [1666666667, -769230770]], [[5000000000, 2307692307], [1666666666, 769230770]], [[6666666666, 3076923077], [0, 1538461538]], [[5000000000, 5384615384], [-1666666667, -769230769]], [[3333333333, 4615384615], [0, -1538461538]], [[3333333333, 7692307692], [-1666666666, -769230770], [0, -1538461538], [1666666666, -769230769]], [[5000000000, 769230769], [0, 1538461538]], [[3333333333, 3076923077], [-1666666666, -769230770], [0, -1538461538], [1666666666, -769230769], [1666666667, 769230769]], [[5000000000, 769230769], [1666666666, -769230769], [1666666666, 769230769], [0, 1538461538], [-1666666666, 769230770]], [[3333333333, 9230769230], [-1666666667, 769230769], [-1666666666, -769230769], [0, -1538461538], [1666666666, -769230770], [1666666667, 769230770]]], "transform" : {"scale" : [1.1994451843613915e-08, 1.5004166668167084e-08], "translate" : [779.6393697569408, 11.541666666666668]}, "bbox" : [779.6393697569408, 11.541666666666668, 899.5838881810855, 161.58333333333334], "properties" : {"tilegramMetricPerTile" : 1, "tilegramVersion" : "1.2.0", "tilegramTileSize" : {"width" : 39.98150614138158, "height" : 46.166666666666664}, "tilegramGeography" : "United States"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"tiles": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "tilegramValue": {"type": "integer"}}, "required": ["name", "tilegramValue"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}}, "required": ["type", "id", "properties", "arcs"]}}}, "required": ["type", "geometries"]}}, "required": ["tiles"]}, "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"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "properties": {"type": "object", "properties": {"tilegramMetricPerTile": {"type": "integer"}, "tilegramVersion": {"type": "string"}, "tilegramTileSize": {"type": "object", "properties": {"width": {"type": "number"}, "height": {"type": "number"}}, "required": ["width", "height"]}, "tilegramGeography": {"type": "string"}}, "required": ["tilegramMetricPerTile", "tilegramVersion", "tilegramTileSize", "tilegramGeography"]}}, "required": ["type", "objects", "arcs", "transform", "bbox", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"place_name" : "Portage", "state_name" : "Ohio", "state_abbrv" : "OH", "lat" : "41.3127", "long" : "-83.6143"}
json_instruct
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}