input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"status_code": {"type": "integer"}, "data": {"type": "object", "properties": {"tags": {"type": "array", "items": {"type": "object", "properties": {"Key": {"type": "string"}, "Value": {"type": "string"}}, "required": ["Key", "Value"]}}, "ResponseMetadata": {"type": "object", "properties": {"RequestId": {"type": "string"}, "HTTPStatusCode": {"type": "integer"}, "HTTPHeaders": {"type": "object", "properties": {"x-amzn-requestid": {"type": "string"}, "content-type": {"type": "string"}, "content-length": {"type": "string"}}, "required": ["x-amzn-requestid", "content-type", "content-length"]}, "RetryAttempts": {"type": "integer"}}, "required": ["RequestId", "HTTPStatusCode", "HTTPHeaders", "RetryAttempts"]}}, "required": ["tags", "ResponseMetadata"]}}, "required": ["status_code", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"status_code" : 200, "data" : {"tags" : [{"Key" : "Role", "Value" : "Dev"}], "ResponseMetadata" : {"RequestId" : "7b8d8533-2952-11e9-a30d-13279ea71d7d", "HTTPStatusCode" : 200, "HTTPHeaders" : {"x-amzn-requestid" : "7b8d8533-2952-11e9-a30d-13279ea71d7d", "content-type" : "application/x-amz-json-1.1", "content-length" : "39"}, "RetryAttempts" : 0}}}
json_instruct
{"type": "object", "properties": {"status_code": {"type": "integer"}, "data": {"type": "object", "properties": {"tags": {"type": "array", "items": {"type": "object", "properties": {"Key": {"type": "string"}, "Value": {"type": "string"}}, "required": ["Key", "Value"]}}, "ResponseMetadata": {"type": "object", "properties": {"RequestId": {"type": "string"}, "HTTPStatusCode": {"type": "integer"}, "HTTPHeaders": {"type": "object", "properties": {"x-amzn-requestid": {"type": "string"}, "content-type": {"type": "string"}, "content-length": {"type": "string"}}, "required": ["x-amzn-requestid", "content-type", "content-length"]}, "RetryAttempts": {"type": "integer"}}, "required": ["RequestId", "HTTPStatusCode", "HTTPHeaders", "RetryAttempts"]}}, "required": ["tags", "ResponseMetadata"]}}, "required": ["status_code", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"fastify": {"type": "string"}, "node-cache": {"type": "string"}}, "required": ["fastify", "node-cache"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}}, "required": ["name", "version", "description", "type", "main", "author", "license", "dependencies", "engines", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "snipe-benchmark", "version" : "1.0.0", "description" : "Standard benchmark for Minecraft name snipers/blockers.", "type" : "module", "main" : "src/app.js", "author" : "Aquild <aquild@aquild.dev>", "license" : "MIT", "dependencies" : {"fastify" : "^3.2.1", "node-cache" : "^5.1.2"}, "engines" : {"node" : "~14.5.0"}, "scripts" : {"start" : "node src/app.js"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"fastify": {"type": "string"}, "node-cache": {"type": "string"}}, "required": ["fastify", "node-cache"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}}, "required": ["name", "version", "description", "type", "main", "author", "license", "dependencies", "engines", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "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": "null"}, "countrylevel_id": {"type": "string"}, "osm_data": {"type": "object", "properties": {"localname": {"type": "string"}, "official_name": {"type": "string"}, "alltags": {"type": "object", "properties": {"name:sl": {"type": "string"}}, "required": ["name:sl"]}}, "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" : "Radenci", "iso2" : "SI-100", "admin_level" : 8, "osm_id" : 1676335, "wikidata_id" : "Q338743", "wikipedia_id" : "sl:Ob\u010dina Radenci", "population" : null, "countrylevel_id" : "iso2:SI-100", "osm_data" : {"localname" : "Radenci", "official_name" : "", "alltags" : {"name:sl" : "Radenci"}}}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[16.01, 46.593], [16.044, 46.611], [16.074, 46.593], [16.109, 46.608], [16.1, 46.615], [16.038, 46.656], [16.033, 46.658], [15.999, 46.636], [16.01, 46.593]]]]}}
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": "null"}, "countrylevel_id": {"type": "string"}, "osm_data": {"type": "object", "properties": {"localname": {"type": "string"}, "official_name": {"type": "string"}, "alltags": {"type": "object", "properties": {"name:sl": {"type": "string"}}, "required": ["name:sl"]}}, "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#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "brewery_type": {"type": "string"}, "street": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "website_url": {"type": "string"}, "phone": {"type": "string"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "country": {"type": "string"}, "longitude": {"type": "string"}, "latitude": {"type": "string"}, "tags": {"type": "array", "items": {}}}, "required": ["id", "name", "brewery_type", "street", "city", "state", "postal_code", "website_url", "phone", "created_at", "updated_at", "country", "longitude", "latitude", "tags"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "mill-creek-brewing-co", "name" : "Mill Creek Brewing Co.", "brewery_type" : "micro", "street" : "2008B Johnson Industrial Blvd", "city" : "Nolensville", "state" : "Tennessee", "postal_code" : "37135-9773", "website_url" : "http://www.millcreekbrewingco.com", "phone" : "6157763377", "created_at" : "2018-07-24 01:34:16.765441", "updated_at" : "2018-08-24 16:17:33.681849", "country" : "United States", "longitude" : "-86.6700957287462", "latitude" : "35.9575301024276", "tags" : []}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "brewery_type": {"type": "string"}, "street": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "website_url": {"type": "string"}, "phone": {"type": "string"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "country": {"type": "string"}, "longitude": {"type": "string"}, "latitude": {"type": "string"}, "tags": {"type": "array", "items": {}}}, "required": ["id", "name", "brewery_type", "street", "city", "state", "postal_code", "website_url", "phone", "created_at", "updated_at", "country", "longitude", "latitude", "tags"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "freestone", "definition" : "A stone composed of sand or grit; -- so called because it is easily cut or wrought.\n\nHaving the flesh readily separating from the stone, as in certain kinds of peaches."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$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"}, "mode": {"type": "string"}}, "required": ["name", "mode"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Configure Microsoft Defender for Cosmos DB to be enabled", "mode" : "all"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "mode": {"type": "string"}}, "required": ["name", "mode"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "churchly", "definition" : "Pertaining to, or suitable for, the church; ecclesiastical."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "rating": {"type": "number"}, "check-in": {"type": "integer"}, "review-count": {"type": "integer"}}, "required": ["id", "rating", "check-in", "review-count"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 747, "rating" : 4.0, "check-in" : 5829, "review-count" : 183}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "rating": {"type": "number"}, "check-in": {"type": "integer"}, "review-count": {"type": "integer"}}, "required": ["id", "rating", "check-in", "review-count"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"guild": {"type": "string"}, "log": {"type": "string"}, "prefix": {"type": "string"}, "roles": {"type": "object", "properties": {"bot": {"type": "string"}, "mod": {"type": "string"}}, "required": ["bot", "mod"]}, "ticketCategory": {"type": "string"}}, "required": ["guild", "log", "prefix", "roles", "ticketCategory"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"guild" : "722781317900795944", "log" : "829243895115153439", "prefix" : "m!", "roles" : {"bot" : "829231919409397761", "mod" : "820701245760339998"}, "ticketCategory" : "820701356070666240"}
json_instruct
{"type": "object", "properties": {"guild": {"type": "string"}, "log": {"type": "string"}, "prefix": {"type": "string"}, "roles": {"type": "object", "properties": {"bot": {"type": "string"}, "mod": {"type": "string"}}, "required": ["bot", "mod"]}, "ticketCategory": {"type": "string"}}, "required": ["guild", "log", "prefix", "roles", "ticketCategory"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"product": {"type": "object", "properties": {"types": {"type": "object", "properties": {"cloth": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "accessory": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["cloth", "accessory"]}}, "required": ["types"]}, "blogPost": {"type": "object", "properties": {"area": {"type": "object", "properties": {"umeda": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "yodoyabashi": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "honmachi": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "shinsaibashi": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "namba": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["umeda", "yodoyabashi", "honmachi", "shinsaibashi", "namba"]}}, "required": ["area"]}, "user": {"type": "object", "properties": {"roles": {"type": "object", "properties": {"admin": {"type": "string"}, "user": {"type": "string"}}, "required": ["admin", "user"]}, "gender": {"type": "object", "properties": {"male": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "female": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["male", "female"]}}, "required": ["roles", "gender"]}}, "required": ["product", "blogPost", "user"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"product" : {"types" : {"cloth" : {"id" : 1, "name" : "Cloth"}, "accessory" : {"id" : 2, "name" : "Accessories"}}}, "blogPost" : {"area" : {"umeda" : {"id" : 1, "name" : "umeda"}, "yodoyabashi" : {"id" : 2, "name" : "Yodoya-Bashi"}, "honmachi" : {"id" : 3, "name" : "Honmachi"}, "shinsaibashi" : {"id" : 4, "name" : "Shinsai-bashi"}, "namba" : {"id" : 5, "name" : "Namba"}}}, "user" : {"roles" : {"admin" : "ADMIN", "user" : "USER"}, "gender" : {"male" : {"id" : 1, "name" : "Male"}, "female" : {"id" : 2, "name" : "Female"}}}}
json_instruct
{"type": "object", "properties": {"product": {"type": "object", "properties": {"types": {"type": "object", "properties": {"cloth": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "accessory": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["cloth", "accessory"]}}, "required": ["types"]}, "blogPost": {"type": "object", "properties": {"area": {"type": "object", "properties": {"umeda": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "yodoyabashi": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "honmachi": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "shinsaibashi": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "namba": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["umeda", "yodoyabashi", "honmachi", "shinsaibashi", "namba"]}}, "required": ["area"]}, "user": {"type": "object", "properties": {"roles": {"type": "object", "properties": {"admin": {"type": "string"}, "user": {"type": "string"}}, "required": ["admin", "user"]}, "gender": {"type": "object", "properties": {"male": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "female": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["male", "female"]}}, "required": ["roles", "gender"]}}, "required": ["product", "blogPost", "user"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "heartquake", "definition" : "Trembling of the heart; trepidation; fear. In many an hour of danger and heartquake. Hawthorne."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"attrs": {"type": "array", "items": {}}, "description": {"type": "string"}, "function": {"type": "string"}, "is_regexp": {"type": "boolean"}, "link": {"type": "string"}, "problem_pattern": {"type": "string"}, "production": {"type": "boolean"}, "is_modifiable": {"type": "boolean"}}, "required": ["attrs", "description", "function", "is_regexp", "link", "problem_pattern", "production", "is_modifiable"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"attrs" : [], "description" : "EMG generates incorrect pointer dereferences with not existing structure member.", "function" : "has no member named", "is_regexp" : false, "link" : "http://forge.ispras.ru/issues/7560", "problem_pattern" : "No member", "production" : true, "is_modifiable" : false}
json_instruct
{"type": "object", "properties": {"attrs": {"type": "array", "items": {}}, "description": {"type": "string"}, "function": {"type": "string"}, "is_regexp": {"type": "boolean"}, "link": {"type": "string"}, "problem_pattern": {"type": "string"}, "production": {"type": "boolean"}, "is_modifiable": {"type": "boolean"}}, "required": ["attrs", "description", "function", "is_regexp", "link", "problem_pattern", "production", "is_modifiable"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"Id": {"type": "string"}, "ProductId": {"type": "string"}, "UserId": {"type": "string"}, "ProfileName": {"type": "string"}, "HelpfulnessNumerator": {"type": "integer"}, "HelpfulnessDenominator": {"type": "integer"}, "Score": {"type": "integer"}, "Time": {"type": "string"}, "Summary": {"type": "string"}, "text": {"type": "string"}}, "required": ["Id", "ProductId", "UserId", "ProfileName", "HelpfulnessNumerator", "HelpfulnessDenominator", "Score", "Time", "Summary", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Id" : "83734", "ProductId" : "P1000-01", "UserId" : "A2R27XB1W9X95E", "ProfileName" : "Donabug", "HelpfulnessNumerator" : 1, "HelpfulnessDenominator" : 1, "Score" : 4, "Time" : "1345161600", "Summary" : "Great Biold Taste", "text" : "The fog chaser has a great bold body taste,unlike some brands which leave a harsh after taste.Great product which I recommend."}
json_instruct
{"type": "object", "properties": {"Id": {"type": "string"}, "ProductId": {"type": "string"}, "UserId": {"type": "string"}, "ProfileName": {"type": "string"}, "HelpfulnessNumerator": {"type": "integer"}, "HelpfulnessDenominator": {"type": "integer"}, "Score": {"type": "integer"}, "Time": {"type": "string"}, "Summary": {"type": "string"}, "text": {"type": "string"}}, "required": ["Id", "ProductId", "UserId", "ProfileName", "HelpfulnessNumerator", "HelpfulnessDenominator", "Score", "Time", "Summary", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "intersect", "definition" : "To cut into or between; to cut or cross mutually; to divide into parts; as, any two diameters of a circle intersect each other at the center. Lands intersected by a narrow frith Abhor each other. Cowper.\n\nTo cut into one another; to meet and cross each other; as, the point where two lines intersect."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["person_id", "pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : 1.3, "people" : [{"person_id" : [-1], "pose_keypoints_2d" : [143.545, 127.819, 0.856909, 180.735, 161.168, 0.798112, 170.96, 163.053, 0.696039, 166.995, 227.741, 0.208911, 163.025, 274.762, 0.227103, 190.556, 161.073, 0.819189, 159.176, 212.109, 0.844305, 104.344, 200.313, 0.841432, 190.527, 276.792, 0.710688, 178.825, 278.67, 0.708794, 172.92, 368.887, 0.782316, 178.8, 458.97, 0.866018, 198.362, 276.793, 0.719189, 206.222, 368.824, 0.809391, 225.756, 462.855, 0.881691, 0, 0, 0, 147.484, 117.985, 0.981743, 0, 0, 0, 168.968, 118.034, 0.924828, 192.435, 478.536, 0.859933, 202.305, 480.508, 0.762465, 231.715, 474.586, 0.760653, 147.38, 476.474, 0.807362, 147.407, 466.789, 0.726, 184.665, 464.889, 0.755822], "face_keypoints_2d" : [], "hand_left_keypoints_2d" : [], "hand_right_keypoints_2d" : [], "pose_keypoints_3d" : [], "face_keypoints_3d" : [], "hand_left_keypoints_3d" : [], "hand_right_keypoints_3d" : []}]}
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["person_id", "pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"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" : "3328120014", "district_id" : "3328120", "name" : "LEMAHDUWUR"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userId" : 41716, "cartId" : "9fd178d6-e2b0-45bd-a978-e3cf78620e8f", "preferredProducts" : [2992, 2320, 2814, 1057, 4197, 2854, 3393, 750], "productReviews" : [{"productId" : 4991, "reviewText" : "works okay.", "reviewDate" : "2019-10-17T14:36:16.9199255+03:00"}, {"productId" : 4227, "reviewText" : "I saw one of these in Vanuatu and I bought one.", "reviewDate" : "2019-08-09T21:08:54.8328459+03:00"}, {"productId" : 107, "reviewText" : "talk about contempt!", "reviewDate" : "2018-05-04T05:01:11.5881944+03:00"}, {"productId" : 454, "reviewText" : "My co-worker Luka has one of these. He says it looks purple.", "reviewDate" : "2017-04-28T17:12:28.9820491+03:00"}]}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "null"}, "starNum": {"type": "integer"}, "folkNum": {"type": "integer"}, "watchNum": {"type": "integer"}, "topic": {"type": "array", "items": {}}, "contributors": {"type": "array", "items": {"type": "string"}}, "packages": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "license", "starNum", "folkNum", "watchNum", "topic", "contributors", "packages"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "yolo_tensorflow_objects_detection", "description" : "Implementation of the ConvNet YOLO lagorithm for objects detection in images. Use Keras + Tensorflow.", "license" : null, "starNum" : 1, "folkNum" : 1, "watchNum" : 1, "topic" : [], "contributors" : ["bbouffaut"], "packages" : ["", "picamera", "os", "scipy", "keras", "sys", "yolo_algo", "threading", "locale", "time", "tensorflow as tf", "argparse", "cv2"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "null"}, "starNum": {"type": "integer"}, "folkNum": {"type": "integer"}, "watchNum": {"type": "integer"}, "topic": {"type": "array", "items": {}}, "contributors": {"type": "array", "items": {"type": "string"}}, "packages": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "license", "starNum", "folkNum", "watchNum", "topic", "contributors", "packages"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0x4764b8f8c9743c320dd2ecc0f4484b3dacb6f2c5", "tool" : "oyente", "start" : 1563540177.7228088, "end" : 1563540181.4197435, "duration" : 3.696934700012207, "analysis" : []}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "THE PERCEPTION OF IDEAS BEING (AS I CONCEIVE) TO THE SOUL, WHAT MOTION IS TO THE BODY: NOT ITS ESSENCE, BUT ONE OF ITS OPERATIONS.", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/1748.json"}
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$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"}, "version_id": {"type": "string"}, "version": {"type": "integer"}, "created_at": {"type": "string"}, "modified_at": {"type": "string"}, "type": {"type": "string"}, "body": {"type": "object", "properties": {"name": {"type": "string"}, "mmsi": {"type": "string"}, "imo": {"type": "string"}, "eni": {"type": "string"}, "callsign": {"type": "string"}, "shiptype": {"type": "string"}}, "required": ["name", "mmsi", "imo", "eni", "callsign", "shiptype"]}}, "required": ["id", "version_id", "version", "created_at", "modified_at", "type", "body"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "aefbfdbe-1c28-40a8-83c3-7576beb779d0", "version_id" : "a252307e-8c72-5016-9e28-b8bf4ad7efe5", "version" : 1, "created_at" : "2018-08-14T00:28:26.301Z", "modified_at" : "2018-08-14T00:28:26.301Z", "type" : "vessel", "body" : {"name" : "ALBERT R", "mmsi" : "244110012", "imo" : "0", "eni" : "3051726", "callsign" : "PD3473", "shiptype" : "31"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "version_id": {"type": "string"}, "version": {"type": "integer"}, "created_at": {"type": "string"}, "modified_at": {"type": "string"}, "type": {"type": "string"}, "body": {"type": "object", "properties": {"name": {"type": "string"}, "mmsi": {"type": "string"}, "imo": {"type": "string"}, "eni": {"type": "string"}, "callsign": {"type": "string"}, "shiptype": {"type": "string"}}, "required": ["name", "mmsi", "imo", "eni", "callsign", "shiptype"]}}, "required": ["id", "version_id", "version", "created_at", "modified_at", "type", "body"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "typings": {"type": "string"}, "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"}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "typings", "repository", "keywords", "author", "license", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "react-native-peiwen-third-app", "version" : "1.0.2", "description" : "The react-native library for open third app", "main" : "index.js", "typings" : "index.d.ts", "repository" : {"type" : "git", "url" : "git+https://github.com/bingfeng1225/react-native-peiwen-third-app.git"}, "keywords" : ["react-native", "android", "ios", "third-app"], "author" : "peiwen", "license" : "MIT", "homepage" : "https://github.com/bingfeng1225/react-native-peiwen-third-app#readme"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "typings": {"type": "string"}, "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"}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "typings", "repository", "keywords", "author", "license", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "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"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"yiisoft/yii2": {"type": "string"}, "yiisoft/yii2-bootstrap": {"type": "string"}, "yii2mod/yii2-pie": {"type": "string"}, "bower-asset/c3": {"type": "string"}}, "required": ["yiisoft/yii2", "yiisoft/yii2-bootstrap", "yii2mod/yii2-pie", "bower-asset/c3"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"yii2mod\\c3\\chart\\": {"type": "string"}}, "required": ["yii2mod\\c3\\chart\\"]}}, "required": ["psr-4"]}, "extra": {"type": "object", "properties": {"asset-installer-paths": {"type": "object", "properties": {"bower-asset-library": {"type": "string"}}, "required": ["bower-asset-library"]}}, "required": ["asset-installer-paths"]}}, "required": ["name", "description", "type", "keywords", "license", "authors", "require", "autoload", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "yii2mod/yii2-c3-chart", "description" : "Yii2 wrapper for D3-based reusable chart library", "type" : "yii2-extension", "keywords" : ["yii2", "yii2 c3.js", "yii2 c3 chart"], "license" : "MIT", "authors" : [{"name" : "Igor Chepurnoy", "email" : "igorzfort@gmail.com"}], "require" : {"yiisoft/yii2" : "*", "yiisoft/yii2-bootstrap" : "*", "yii2mod/yii2-pie" : "*", "bower-asset/c3" : "*"}, "autoload" : {"psr-4" : {"yii2mod\\c3\\chart\\" : ""}}, "extra" : {"asset-installer-paths" : {"bower-asset-library" : "vendor/bower"}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"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"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"yiisoft/yii2": {"type": "string"}, "yiisoft/yii2-bootstrap": {"type": "string"}, "yii2mod/yii2-pie": {"type": "string"}, "bower-asset/c3": {"type": "string"}}, "required": ["yiisoft/yii2", "yiisoft/yii2-bootstrap", "yii2mod/yii2-pie", "bower-asset/c3"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"yii2mod\\c3\\chart\\": {"type": "string"}}, "required": ["yii2mod\\c3\\chart\\"]}}, "required": ["psr-4"]}, "extra": {"type": "object", "properties": {"asset-installer-paths": {"type": "object", "properties": {"bower-asset-library": {"type": "string"}}, "required": ["bower-asset-library"]}}, "required": ["asset-installer-paths"]}}, "required": ["name", "description", "type", "keywords", "license", "authors", "require", "autoload", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}, "redacted": {"type": "boolean"}, "displayProperties": {"type": "object", "properties": {"hasIcon": {"type": "boolean"}, "description": {"type": "string"}, "name": {"type": "string"}}, "required": ["hasIcon", "description", "name"]}, "subtitle": {"type": "string"}}, "required": ["index", "hash", "blacklisted", "redacted", "displayProperties", "subtitle"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"index" : 356, "hash" : 223783885, "blacklisted" : false, "redacted" : false, "displayProperties" : {"hasIcon" : false, "description" : "You've shown the Red Legion you fly my banner.\n\nI know that when the time is right, I won't have to ask. You're on my side.\n\nI see it when you crack armor and carapace by simply touching it. When you bisect your opponents with searing tears in reality. When you swallow them with your Light, and make them a part of you. It is captivating.\n\nBut Earth casts no Shadow. Not yet.\n\nWhen you're ready, you will be magnificent. A Guardian of Guardians. Shadow of Shadows.\n\nI reserve the right to be last when the end comes, and for that, I need you with me.\n\nYou're so close.\n\n\u2014Calus, Emperor of the Cabal", "name" : "Insigne Shade Bond"}, "subtitle" : "\"This serves as a message to all false Cabal that you have served me. They won't show it, but they fear you. And they should.\" \u2014Calus, Emperor of the Cabal"}
json_instruct
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}, "redacted": {"type": "boolean"}, "displayProperties": {"type": "object", "properties": {"hasIcon": {"type": "boolean"}, "description": {"type": "string"}, "name": {"type": "string"}}, "required": ["hasIcon", "description", "name"]}, "subtitle": {"type": "string"}}, "required": ["index", "hash", "blacklisted", "redacted", "displayProperties", "subtitle"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1944, 23], [1967, 6], [1969, 5], [1972, 5]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"applications": {"type": "object", "properties": {"_default": {"type": "object", "properties": {"link": {"type": "string"}}, "required": ["link"]}, "parse_angular_bootstrap_development": {"type": "object", "properties": {"applicationId": {"type": "string"}, "masterKey": {"type": "string"}}, "required": ["applicationId", "masterKey"]}, "parse_angular_bootstrap_tests": {"type": "object", "properties": {"applicationId": {"type": "string"}, "masterKey": {"type": "string"}}, "required": ["applicationId", "masterKey"]}, "parse_angular_bootstrap_staging": {"type": "object", "properties": {"applicationId": {"type": "string"}, "masterKey": {"type": "string"}}, "required": ["applicationId", "masterKey"]}}, "required": ["_default", "parse_angular_bootstrap_development", "parse_angular_bootstrap_tests", "parse_angular_bootstrap_staging"]}, "global": {"type": "object", "properties": {"parseVersion": {"type": "string"}}, "required": ["parseVersion"]}}, "required": ["applications", "global"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"applications" : {"_default" : {"link" : "parse_angular_bootstrap_development"}, "parse_angular_bootstrap_development" : {"applicationId" : "theAppId", "masterKey" : "theMasterKey"}, "parse_angular_bootstrap_tests" : {"applicationId" : "theAppId", "masterKey" : "theMasterKey"}, "parse_angular_bootstrap_staging" : {"applicationId" : "theAppId", "masterKey" : "theMasterKey"}}, "global" : {"parseVersion" : "1.2.18"}}
json_instruct
{"type": "object", "properties": {"applications": {"type": "object", "properties": {"_default": {"type": "object", "properties": {"link": {"type": "string"}}, "required": ["link"]}, "parse_angular_bootstrap_development": {"type": "object", "properties": {"applicationId": {"type": "string"}, "masterKey": {"type": "string"}}, "required": ["applicationId", "masterKey"]}, "parse_angular_bootstrap_tests": {"type": "object", "properties": {"applicationId": {"type": "string"}, "masterKey": {"type": "string"}}, "required": ["applicationId", "masterKey"]}, "parse_angular_bootstrap_staging": {"type": "object", "properties": {"applicationId": {"type": "string"}, "masterKey": {"type": "string"}}, "required": ["applicationId", "masterKey"]}}, "required": ["_default", "parse_angular_bootstrap_development", "parse_angular_bootstrap_tests", "parse_angular_bootstrap_staging"]}, "global": {"type": "object", "properties": {"parseVersion": {"type": "string"}}, "required": ["parseVersion"]}}, "required": ["applications", "global"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"license": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Qyon\\ServiceLayer\\": {"type": "string"}}, "required": ["Qyon\\ServiceLayer\\"]}}, "required": ["psr-4"]}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "support": {"type": "object", "properties": {"email": {"type": "string"}}, "required": ["email"]}, "minimum-stability": {"type": "string"}, "extra": {"type": "object", "properties": {"laravel": {"type": "object", "properties": {"providers": {"type": "array", "items": {"type": "string"}}}, "required": ["providers"]}}, "required": ["laravel"]}}, "required": ["license", "name", "description", "autoload", "authors", "support", "minimum-stability", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"license" : "MIT", "name" : "qyon/servicelayer", "description" : "Service Layer with Data Transfer Object", "autoload" : {"psr-4" : {"Qyon\\ServiceLayer\\" : "src/"}}, "authors" : [{"name" : "Diego Silva", "email" : "diego.silva@qyon.com"}, {"name" : "Luis Gustavo Santarosa", "email" : "gustavo.santarosa@qyon.com"}], "support" : {"email" : "diego.silva@qyon.com"}, "minimum-stability" : "dev", "extra" : {"laravel" : {"providers" : ["Qyon\\ServiceLayer\\Provider\\QyonServiceProvider"]}}}
json_instruct
{"type": "object", "properties": {"license": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Qyon\\ServiceLayer\\": {"type": "string"}}, "required": ["Qyon\\ServiceLayer\\"]}}, "required": ["psr-4"]}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "support": {"type": "object", "properties": {"email": {"type": "string"}}, "required": ["email"]}, "minimum-stability": {"type": "string"}, "extra": {"type": "object", "properties": {"laravel": {"type": "object", "properties": {"providers": {"type": "array", "items": {"type": "string"}}}, "required": ["providers"]}}, "required": ["laravel"]}}, "required": ["license", "name", "description", "autoload", "authors", "support", "minimum-stability", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "sails": {"type": "object", "properties": {"isHook": {"type": "boolean"}}, "required": ["isHook"]}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "private": {"type": "boolean"}, "devDependencies": {"type": "object", "properties": {"mocha": {"type": "string"}, "sails": {"type": "string"}, "sails-disk": {"type": "string"}, "should": {"type": "string"}, "supertest": {"type": "string"}}, "required": ["mocha", "sails", "sails-disk", "should", "supertest"]}, "dependencies": {"type": "object", "properties": {"lodash.mergewith": {"type": "string"}, "sails-util-mvcsloader": {"type": "string"}}, "required": ["lodash.mergewith", "sails-util-mvcsloader"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}}, "required": ["name", "version", "description", "keywords", "main", "sails", "license", "repository", "author", "private", "devDependencies", "dependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "sails-hook-adminx", "version" : "0.0.12", "description" : "AdminX hook for Sails.js", "keywords" : ["sails", "sailsjs", "waterline", "hook", "admin", "panel", "cms", "content", "management", "backoffice", "back-office", "back", "office", "wysiwyg", "markdown", "image", "upload", "gallery", "s3", "validation", "form"], "main" : "index.js", "sails" : {"isHook" : true}, "license" : "MIT", "repository" : {"type" : "git", "url" : "https://github.com/adminxhq/sails-hook-adminx"}, "author" : {"name" : "Albert Peiro", "email" : "albert@adminx.io"}, "private" : false, "devDependencies" : {"mocha" : "^3.4.2", "sails" : "^0.12.13", "sails-disk" : "^0.10.10", "should" : "^11.2.1", "supertest" : "^3.0.0"}, "dependencies" : {"lodash.mergewith" : "^4.6.0", "sails-util-mvcsloader" : "^0.4.0"}, "scripts" : {"test" : "./node_modules/mocha/bin/_mocha test/basic.js --ui tdd --recursive ./test"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "sails": {"type": "object", "properties": {"isHook": {"type": "boolean"}}, "required": ["isHook"]}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "private": {"type": "boolean"}, "devDependencies": {"type": "object", "properties": {"mocha": {"type": "string"}, "sails": {"type": "string"}, "sails-disk": {"type": "string"}, "should": {"type": "string"}, "supertest": {"type": "string"}}, "required": ["mocha", "sails", "sails-disk", "should", "supertest"]}, "dependencies": {"type": "object", "properties": {"lodash.mergewith": {"type": "string"}, "sails-util-mvcsloader": {"type": "string"}}, "required": ["lodash.mergewith", "sails-util-mvcsloader"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}}, "required": ["name", "version", "description", "keywords", "main", "sails", "license", "repository", "author", "private", "devDependencies", "dependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"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" : "4132", "name" : "\u6771\u897f\u3057\u3089\u304b\u308f\u8fb2\u5354", "name_kana" : "\uff84\uff73\uff7b\uff9e\uff72\uff7c\uff97\uff76\uff9c\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#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"month": {"type": "string"}, "num": {"type": "integer"}, "link": {"type": "string"}, "year": {"type": "string"}, "news": {"type": "string"}, "safe_title": {"type": "string"}, "transcript": {"type": "string"}, "alt": {"type": "string"}, "img": {"type": "string"}, "title": {"type": "string"}, "day": {"type": "string"}, "mirror_img": {"type": "string"}}, "required": ["month", "num", "link", "year", "news", "safe_title", "transcript", "alt", "img", "title", "day", "mirror_img"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"month" : "9", "num" : 637, "link" : "", "year" : "2009", "news" : "", "safe_title" : "Scribblenauts", "transcript" : "((In Scribblenauts word input format))\nLARGE HADRON COLLIDER\n<<Click>>\nWoman: Wow, Scribblenauts even lets you summon the LHC.\n\n[[A man is sitting at a computer. The woman talks from off-panel.]]\n<<Fwoosh>>\nWoman: And it makes a black hole! This game rules.\nMan: I guess it's okay, for a DS kids game.\n\n((In Scribblenauts word input format))\nPRETENTIOUS ASSHOLE\n<<Click>>\n[[The woman looks up.]]\nWoman: Oh, hi! It worked!\n\n{{Title text: Let me look away and type 'guy who's just jealous that I beat all his MarioKart times' and turn back, and ... yup, there you are again!}}", "alt" : "Let me look away and type 'guy who's just jealous that I beat all his MarioKart times' and turn back, and ... yup, there you are again!", "img" : "https://imgs.xkcd.com/comics/scribblenauts.png", "title" : "Scribblenauts", "day" : "16", "mirror_img" : "https://raw.githubusercontent.com/aghontpi/mirror-xkcd-api/main/api/637/scribblenauts.png"}
json_instruct
{"type": "object", "properties": {"month": {"type": "string"}, "num": {"type": "integer"}, "link": {"type": "string"}, "year": {"type": "string"}, "news": {"type": "string"}, "safe_title": {"type": "string"}, "transcript": {"type": "string"}, "alt": {"type": "string"}, "img": {"type": "string"}, "title": {"type": "string"}, "day": {"type": "string"}, "mirror_img": {"type": "string"}}, "required": ["month", "num", "link", "year", "news", "safe_title", "transcript", "alt", "img", "title", "day", "mirror_img"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"version": {"type": "string"}, "book": {"type": "string"}, "chapter": {"type": "integer"}, "verse": {"type": "integer"}, "word": {"type": "string"}}, "required": ["version", "book", "chapter", "verse", "word"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : "english_NIV", "book" : "2 Kings", "chapter" : 1, "verse" : 7, "word" : "The king asked them, \u201cWhat kind of man was it who came to meet you and told you this?\u201d"}
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "book": {"type": "string"}, "chapter": {"type": "integer"}, "verse": {"type": "integer"}, "word": {"type": "string"}}, "required": ["version", "book", "chapter", "verse", "word"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"file_team": {"type": "string"}, "file_users_action": {"type": "string"}, "file_roles_action": {"type": "string"}, "file_JSON_users": {"type": "array", "items": {}}, "file_JSON_roles": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}}}, "required": ["file_team", "file_users_action", "file_roles_action", "file_JSON_users", "file_JSON_roles"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"file_team" : "R01_BIAdmin_Team", "file_users_action" : "keep", "file_roles_action" : "add", "file_JSON_users" : [], "file_JSON_roles" : [{"value" : "PROFILE:sap.epm:BI_Admin"}]}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"file_team": {"type": "string"}, "file_users_action": {"type": "string"}, "file_roles_action": {"type": "string"}, "file_JSON_users": {"type": "array", "items": {}}, "file_JSON_roles": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}}}, "required": ["file_team", "file_users_action", "file_roles_action", "file_JSON_users", "file_JSON_roles"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "publisher": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "icon": {"type": "string"}, "engines": {"type": "object", "properties": {"vscode": {"type": "string"}}, "required": ["vscode"]}, "categories": {"type": "array", "items": {"type": "string"}}, "contributes": {"type": "object", "properties": {"languages": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "extensions": {"type": "array", "items": {"type": "string"}}, "configuration": {"type": "string"}}, "required": ["id", "aliases", "extensions", "configuration"]}}, "grammars": {"type": "array", "items": {"type": "object", "properties": {"language": {"type": "string"}, "scopeName": {"type": "string"}, "path": {"type": "string"}}, "required": ["language", "scopeName", "path"]}}, "snippets": {"type": "array", "items": {"type": "object", "properties": {"language": {"type": "string"}, "path": {"type": "string"}}, "required": ["language", "path"]}}}, "required": ["languages", "grammars", "snippets"]}}, "required": ["name", "displayName", "description", "version", "publisher", "repository", "icon", "engines", "categories", "contributes"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "vscode-smallbasic", "displayName" : "Small Basic", "description" : "Support for Microsoft's Small Basic in VS Code", "version" : "0.0.1", "publisher" : "alxnull", "repository" : {"type" : "git", "url" : "https://github.com/alxnull/vscode-smallbasic"}, "icon" : "assets/icon.png", "engines" : {"vscode" : "^1.54.0"}, "categories" : ["Programming Languages", "Snippets"], "contributes" : {"languages" : [{"id" : "smallbasic", "aliases" : ["Small Basic", "smallbasic"], "extensions" : [".sb", ".smallbasic"], "configuration" : "./language-configuration.json"}], "grammars" : [{"language" : "smallbasic", "scopeName" : "source.smallbasic", "path" : "./syntaxes/smallbasic.tmLanguage.json"}], "snippets" : [{"language" : "smallbasic", "path" : "./snippets/smallbasic.snippets.json"}]}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "publisher": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "icon": {"type": "string"}, "engines": {"type": "object", "properties": {"vscode": {"type": "string"}}, "required": ["vscode"]}, "categories": {"type": "array", "items": {"type": "string"}}, "contributes": {"type": "object", "properties": {"languages": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "extensions": {"type": "array", "items": {"type": "string"}}, "configuration": {"type": "string"}}, "required": ["id", "aliases", "extensions", "configuration"]}}, "grammars": {"type": "array", "items": {"type": "object", "properties": {"language": {"type": "string"}, "scopeName": {"type": "string"}, "path": {"type": "string"}}, "required": ["language", "scopeName", "path"]}}, "snippets": {"type": "array", "items": {"type": "object", "properties": {"language": {"type": "string"}, "path": {"type": "string"}}, "required": ["language", "path"]}}}, "required": ["languages", "grammars", "snippets"]}}, "required": ["name", "displayName", "description", "version", "publisher", "repository", "icon", "engines", "categories", "contributes"], "$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"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"Anton Bukov": {"type": "string"}}, "required": ["Anton Bukov"]}, "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"}}, "requires_arc": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"JRSwizzle": {"type": "array", "items": {}}}, "required": ["JRSwizzle"]}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "platforms", "source", "source_files", "requires_arc", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "ABLocalize", "version" : "0.0.4", "summary" : "Some localization tricks to support multiple targets", "description" : "You can develop several similar apps in one project by dividing them\nby different targets. With this library you can vary texts by tagging\nthem like this: `NSLocalizedString(@\"LOGIN_INVITATION#APP1\", @\"\")` and \n`NSLocalizedString(@\"LOGIN_INVITATION#APP2\", @\"\")`.\nWorks even for localized storyboard strings.", "homepage" : "https://github.com/k06a/ABLocalize", "license" : "MIT", "authors" : {"Anton Bukov" : "k06aaa@gmail.com"}, "platforms" : {"ios" : "6.0"}, "source" : {"git" : "https://github.com/k06a/ABLocalize.git", "tag" : "0.0.4"}, "source_files" : ["Classes", "*.{h,m}"], "requires_arc" : true, "dependencies" : {"JRSwizzle" : []}}
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": {"Anton Bukov": {"type": "string"}}, "required": ["Anton Bukov"]}, "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"}}, "requires_arc": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"JRSwizzle": {"type": "array", "items": {}}}, "required": ["JRSwizzle"]}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "platforms", "source", "source_files", "requires_arc", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"activePlaceCount": {"type": "integer"}, "birth": {"type": "object", "properties": {"place": {"type": "object", "properties": {"name": {"type": "string"}, "placeName": {"type": "string"}, "placeType": {"type": "string"}}, "required": ["name", "placeName", "placeType"]}, "time": {"type": "object", "properties": {"startYear": {"type": "integer"}}, "required": ["startYear"]}}, "required": ["place", "time"]}, "date": {"type": "string"}, "fc": {"type": "string"}, "gender": {"type": "string"}, "id": {"type": "integer"}, "mda": {"type": "string"}, "movements": {"type": "array", "items": {}}, "totalWorks": {"type": "integer"}, "url": {"type": "string"}}, "required": ["activePlaceCount", "birth", "date", "fc", "gender", "id", "mda", "movements", "totalWorks", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"activePlaceCount" : 0, "birth" : {"place" : {"name" : "Strasbourg, France", "placeName" : "Strasbourg", "placeType" : "inhabited_place"}, "time" : {"startYear" : 1965}}, "date" : "born 1965", "fc" : "Dominique Gonzalez-Foerster", "gender" : "Female", "id" : 10354, "mda" : "Gonzalez-Foerster, Dominique", "movements" : [], "totalWorks" : 3, "url" : "http://www.tate.org.uk/art/artists/dominique-gonzalez-foerster-10354"}
json_instruct
{"type": "object", "properties": {"activePlaceCount": {"type": "integer"}, "birth": {"type": "object", "properties": {"place": {"type": "object", "properties": {"name": {"type": "string"}, "placeName": {"type": "string"}, "placeType": {"type": "string"}}, "required": ["name", "placeName", "placeType"]}, "time": {"type": "object", "properties": {"startYear": {"type": "integer"}}, "required": ["startYear"]}}, "required": ["place", "time"]}, "date": {"type": "string"}, "fc": {"type": "string"}, "gender": {"type": "string"}, "id": {"type": "integer"}, "mda": {"type": "string"}, "movements": {"type": "array", "items": {}}, "totalWorks": {"type": "integer"}, "url": {"type": "string"}}, "required": ["activePlaceCount", "birth", "date", "fc", "gender", "id", "mda", "movements", "totalWorks", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "abundantly", "definition" : "In a sufficient degree; fully; amply; plentifully; in large measure."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$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"}, "icon": {"type": "string"}, "blocks": {"type": "object", "properties": {"input": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "script": {"type": "string"}, "connections": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "type", "script", "connections"]}}, "output": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "message": {"type": "string"}}, "required": ["id", "type", "message"]}}}, "required": ["input", "output"]}}, "required": ["name", "version", "description", "icon", "blocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "zazu-bible", "version" : "1.0.0", "description" : "Zazu plugin for finding bible passages.", "icon" : "icon.png", "blocks" : {"input" : [{"id" : "Bible", "type" : "RootScript", "script" : "src/bible.js", "connections" : ["Display"]}], "output" : [{"id" : "Display", "type" : "Preview", "message" : "{value}"}]}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "icon": {"type": "string"}, "blocks": {"type": "object", "properties": {"input": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "script": {"type": "string"}, "connections": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "type", "script", "connections"]}}, "output": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "message": {"type": "string"}}, "required": ["id", "type", "message"]}}}, "required": ["input", "output"]}}, "required": ["name", "version", "description", "icon", "blocks"], "$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": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"Alfie Hanssen": {"type": "string"}, "Rob Huebner": {"type": "string"}, "Gavin King": {"type": "string"}}, "required": ["Alfie Hanssen", "Rob Huebner", "Gavin King"]}, "social_media_url": {"type": "string"}, "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"}}, "frameworks": {"type": "array", "items": {"type": "string"}}, "requires_arc": {"type": "boolean"}, "subspecs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "dependencies": {"type": "object", "properties": {"AFNetworking": {"type": "array", "items": {"type": "string"}}}, "required": ["AFNetworking"]}}, "required": ["name", "dependencies"]}}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "social_media_url", "platforms", "source", "source_files", "frameworks", "requires_arc", "subspecs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "VIMUpload", "version" : "1.2.2", "summary" : "The Vimeo iOS Upload SDK", "description" : "VIMUpload is an Objective-C library that enables upload of videos to Vimeo.", "homepage" : "https://github.com/vimeo/VIMUpload", "license" : {"type" : "MIT", "file" : "LICENSE"}, "authors" : {"Alfie Hanssen" : "alfiehanssen@gmail.com", "Rob Huebner" : "robh@vimeo.com", "Gavin King" : "gavin@vimeo.com"}, "social_media_url" : "http://twitter.com/vimeo", "platforms" : {"ios" : "7.0"}, "source" : {"git" : "https://github.com/vimeo/VIMUpload.git", "tag" : "1.2.2"}, "source_files" : ["VIMUpload", "VIMUpload/**/*.{h,m}"], "frameworks" : ["Foundation", "AVFoundation", "AssetsLibrary", "Photos", "MobileCoreServices", "UIKit"], "requires_arc" : true, "subspecs" : [{"name" : "AFNetworking", "dependencies" : {"AFNetworking" : ["2.6.3"]}}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"Alfie Hanssen": {"type": "string"}, "Rob Huebner": {"type": "string"}, "Gavin King": {"type": "string"}}, "required": ["Alfie Hanssen", "Rob Huebner", "Gavin King"]}, "social_media_url": {"type": "string"}, "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"}}, "frameworks": {"type": "array", "items": {"type": "string"}}, "requires_arc": {"type": "boolean"}, "subspecs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "dependencies": {"type": "object", "properties": {"AFNetworking": {"type": "array", "items": {"type": "string"}}}, "required": ["AFNetworking"]}}, "required": ["name", "dependencies"]}}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "social_media_url", "platforms", "source", "source_files", "frameworks", "requires_arc", "subspecs"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"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" : ["Preheat oven to 325 degrees F (165 degrees C). Grease and flour 2 8x8-inch baking dishes.", "Sift flour, pumpkin pie spice, salt, baking soda, and baking powder together in a large bowl.", "Beat eggs, sugar, vegetable oil, pumpkin, and vanilla extract together in a second bowl until mixture is smooth and creamy. Stir wet ingredients into flour mixture until combined; gently fold in zucchini and walnuts. Divide batter into the prepared baking dishes.", "Bake in the preheated oven until cakes are lightly browned and a toothpick inserted into the center comes out clean, 40 to 60 minutes. Allow to cool on rack for 20 minutes before removing from pans to finish cooling."], "ingredients" : ["3 cups all-purpose flour", "1 1/2 tablespoons pumpkin pie spice", "1 teaspoon salt", "1 teaspoon baking soda", "1 teaspoon baking powder", "3 eggs", "2 1/4 cups white sugar", "1/2 cup vegetable oil", "1/2 cup canned pumpkin", "1 tablespoon vanilla extract", "2 1/2 cups grated zucchini", "1 cup chopped walnuts (optional)"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Pumpkin Zucchini Bread/ Cake", "url" : "http://allrecipes.com/recipe/229351/pumpkin-zucchini-bread-cake/"}
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"mesh": {"type": "object", "properties": {"triangle_list": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "vertex_list": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}}, "required": ["triangle_list", "vertex_list"]}}, "required": ["mesh"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"mesh" : {"triangle_list" : [[0, 1, 2], [2, 3, 0]], "vertex_list" : [{"x" : 0.7653668647301797, "y" : 1.8477590650225735}, {"x" : 1.1480502970952695, "y" : 2.77163859753386}, {"x" : -1.1480502970952693, "y" : 2.771638597533861}, {"x" : -0.7653668647301795, "y" : 1.8477590650225737}]}}
json_instruct
{"type": "object", "properties": {"mesh": {"type": "object", "properties": {"triangle_list": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "vertex_list": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}}, "required": ["triangle_list", "vertex_list"]}}, "required": ["mesh"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "conquest:block/large_black_painted_block_slab_eighth"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 404332657, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "ddf4a3bc293fc40e22538eb877461308", "wof:id" : 404332657, "wof:repo" : "whosonfirst-data-admin-es"}, "bbox" : [-5.745, 39.32814, -5.745, 39.32814], "geometry" : {"coordinates" : [-5.745, 39.32814], "type" : "Point"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"gold_frontend": {"type": "object", "properties": {"note": {"type": "string"}, "urls": {"type": "array", "items": {"type": "string"}}, "method": {"type": "string"}, "expected": {"type": "array", "items": {"type": "integer"}}, "body": {"type": "string"}, "mimetype": {"type": "string"}}, "required": ["note", "urls", "method", "expected", "body", "mimetype"]}, "gold_frontend_protected": {"type": "object", "properties": {"urls": {"type": "array", "items": {"type": "string"}}, "method": {"type": "string"}, "expected": {"type": "array", "items": {"type": "integer"}}, "body": {"type": "string"}, "mimetype": {"type": "string"}}, "required": ["urls", "method", "expected", "body", "mimetype"]}, "gold_baselines": {"type": "object", "properties": {"urls": {"type": "array", "items": {"type": "string"}}, "method": {"type": "string"}, "expected": {"type": "array", "items": {"type": "integer"}}, "body": {"type": "string"}, "mimetype": {"type": "string"}, "responsetest": {"type": "string"}}, "required": ["urls", "method", "expected", "body", "mimetype", "responsetest"]}}, "required": ["gold_frontend", "gold_frontend_protected", "gold_baselines"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"gold_frontend" : {"note" : "The /healthz endpoint is reachable, even for locked down instances.", "urls" : ["https://angle-gold.skia.org/healthz", "https://chrome-gold.skia.org/healthz", "https://chrome-public-gold.skia.org/healthz", "https://eskia-gold.skia.org/healthz", "https://flutter-engine-gold.skia.org/healthz", "https://flutter-gold.skia.org/healthz", "https://gold.skia.org/healthz", "https://lottie-gold.skia.org/healthz", "https://lottie-animation-community-gold.skia.org/healthz", "https://pdfium-gold.skia.org/healthz", "https://public-gold.skia.org/healthz", "https://skia-infra-gold.skia.org/healthz"], "method" : "GET", "expected" : [200], "body" : "", "mimetype" : ""}, "gold_frontend_protected" : {"urls" : ["https://eskia-gold.skia.org/", "https://gold.skia.org/"], "method" : "GET", "expected" : [307], "body" : "", "mimetype" : ""}, "gold_baselines" : {"urls" : ["https://angle-gold.skia.org/json/v2/expectations", "https://chrome-gold.skia.org/json/v2/expectations", "https://eskia-gold.skia.org/json/v2/expectations", "https://flutter-engine-gold.skia.org/json/v2/expectations", "https://flutter-gold.skia.org/json/v2/expectations", "https://skia-infra-gold.skia.org/json/v2/expectations"], "method" : "GET", "expected" : [200], "body" : "", "mimetype" : "", "responsetest" : "validJSON"}}
json_instruct
{"type": "object", "properties": {"gold_frontend": {"type": "object", "properties": {"note": {"type": "string"}, "urls": {"type": "array", "items": {"type": "string"}}, "method": {"type": "string"}, "expected": {"type": "array", "items": {"type": "integer"}}, "body": {"type": "string"}, "mimetype": {"type": "string"}}, "required": ["note", "urls", "method", "expected", "body", "mimetype"]}, "gold_frontend_protected": {"type": "object", "properties": {"urls": {"type": "array", "items": {"type": "string"}}, "method": {"type": "string"}, "expected": {"type": "array", "items": {"type": "integer"}}, "body": {"type": "string"}, "mimetype": {"type": "string"}}, "required": ["urls", "method", "expected", "body", "mimetype"]}, "gold_baselines": {"type": "object", "properties": {"urls": {"type": "array", "items": {"type": "string"}}, "method": {"type": "string"}, "expected": {"type": "array", "items": {"type": "integer"}}, "body": {"type": "string"}, "mimetype": {"type": "string"}, "responsetest": {"type": "string"}}, "required": ["urls", "method", "expected", "body", "mimetype", "responsetest"]}}, "required": ["gold_frontend", "gold_frontend_protected", "gold_baselines"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"deliveries": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "phone": {"type": "string"}, "address": {"type": "string"}, "order": {"type": "string"}}, "required": ["name", "phone", "address", "order"]}}}, "required": ["deliveries"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"deliveries" : [{"name" : "Delivery with invalid name field: R@chel", "phone" : "99272758", "address" : "Blk 30 Lorong 3 Serangoon Gardens, #07-18", "order" : "2x Duck Rice, 1x Ayutaka Green Tea"}]}
json_instruct
{"type": "object", "properties": {"deliveries": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "phone": {"type": "string"}, "address": {"type": "string"}, "order": {"type": "string"}}, "required": ["name", "phone", "address", "order"]}}}, "required": ["deliveries"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"api": {"type": "string"}, "default": {"type": "string"}, "description": {"type": "string"}, "examples": {"type": "string"}, "howItWorks": {"type": "string"}, "name": {"type": "string"}, "openInCodePen": {"type": "string"}, "options": {"type": "string"}, "props": {"type": "string"}, "showExample": {"type": "string"}, "slots": {"type": "string"}, "type": {"type": "string"}, "upNext": {"type": "string"}, "usage": {"type": "string"}, "parameters": {"type": "string"}, "return": {"type": "string"}, "example": {"type": "string"}, "signature": {"type": "string"}, "value": {"type": "string"}}, "required": ["api", "default", "description", "examples", "howItWorks", "name", "openInCodePen", "options", "props", "showExample", "slots", "type", "upNext", "usage", "parameters", "return", "example", "signature", "value"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"api" : "## API", "default" : "D\u00e9faut", "description" : "Description", "examples" : "## Exemples", "howItWorks" : "## Comment \u00e7a fonctionne", "name" : "Nom", "openInCodePen" : "Ouvrir dans Codepen", "options" : "Param\u00e8tres", "props" : "Propri\u00e9t\u00e9s", "showExample" : "Montrer un exemple", "slots" : "Slots", "type" : "Type", "upNext" : "## \u00c0 suivre", "usage" : "## Utilisation", "parameters" : "Param\u00e8tres", "return" : "Retourne", "example" : "Exemple", "signature" : "Signature", "value" : "Valeur"}
json_instruct
{"type": "object", "properties": {"api": {"type": "string"}, "default": {"type": "string"}, "description": {"type": "string"}, "examples": {"type": "string"}, "howItWorks": {"type": "string"}, "name": {"type": "string"}, "openInCodePen": {"type": "string"}, "options": {"type": "string"}, "props": {"type": "string"}, "showExample": {"type": "string"}, "slots": {"type": "string"}, "type": {"type": "string"}, "upNext": {"type": "string"}, "usage": {"type": "string"}, "parameters": {"type": "string"}, "return": {"type": "string"}, "example": {"type": "string"}, "signature": {"type": "string"}, "value": {"type": "string"}}, "required": ["api", "default", "description", "examples", "howItWorks", "name", "openInCodePen", "options", "props", "showExample", "slots", "type", "upNext", "usage", "parameters", "return", "example", "signature", "value"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "misc": {"type": "object", "properties": {"postHint": {"type": "string"}}, "required": ["postHint"]}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "thumbnailUrl": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "thumbnailUrl", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "isCurated": {"type": "boolean"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "isCurated", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "misc", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"author" : {"id" : "t2_3b7p2g2g", "name" : "AlTheArchitect"}, "date" : {"day" : 1557619200, "full" : 1557688071, "month" : 1556668800, "week" : 1557619200}, "id" : "t3_bnsr5f", "misc" : {"postHint" : "image"}, "picture" : {"filesize" : 147435, "fullUrl" : "https://preview.redd.it/a96vnhmnwtx21.jpg?auto=webp&s=969bcc8bfb42d17f81e9773961313a2891f4aba1", "hash" : "ee9aaec345", "height" : 905, "lqip" : "data:image/jpg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAQAAsDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAgMFBv/EACMQAAEDBAIBBQAAAAAAAAAAAAECAwQABREhBhIUBxMxcaH/xAAUAQEAAAAAAAAAAAAAAAAAAAAD/8QAGxEAAQQDAAAAAAAAAAAAAAAAAQACAxFBUbH/2gAMAwEAAhEDEQA/ALXDrjPufGnbfKfLMRMqSUSkSQhwEbLZBOSDs6/KXxdyaLHHHvSHACvClkkkd1Yyfqg9PoLSbRMMiO6JHlu9QtsggZ+Rkarf2pLbcBpHjrPXIz0O9mgkmouFZHEUbCaJ0v/Z", "thumbnailUrl" : "https://b.thumbs.redditmedia.com/CkwOR2o8_fz40U2NMaS3zl-7GT9h204Q9pz65UXvSDM.jpg", "url" : "https://preview.redd.it/a96vnhmnwtx21.jpg?width=640&crop=smart&auto=webp&s=7f808cce1a781ff006bdba08dbf9c504a3081336", "width" : 640}, "score" : {"comments" : 9, "downs" : 0, "isCurated" : false, "ratio" : 0.89, "ups" : 46, "value" : 46}, "subreddit" : {"id" : "t5_3isai", "name" : "dndmaps"}, "tags" : ["World"], "title" : "My take on the Map of \"Westeros and the Free Cities\" Finished version, I hope you like it. If you want a better quality version for your games, drop a comment!", "url" : "https://www.reddit.com/r/dndmaps/comments/bnsr5f/my_take_on_the_map_of_westeros_and_the_free/"}
json_instruct
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "misc": {"type": "object", "properties": {"postHint": {"type": "string"}}, "required": ["postHint"]}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "thumbnailUrl": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "thumbnailUrl", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "isCurated": {"type": "boolean"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "isCurated", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "misc", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"width": {"type": "number"}, "rotation": {"type": "number"}, "xCenter": {"type": "number"}, "yCenter": {"type": "number"}, "height": {"type": "number"}}, "required": ["width", "rotation", "xCenter", "yCenter", "height"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"width" : 0.16972107, "rotation" : -2.9718635, "xCenter" : 0.6218047, "yCenter" : 0.76064223, "height" : 0.21215133}
json_instruct
{"type": "object", "properties": {"width": {"type": "number"}, "rotation": {"type": "number"}, "xCenter": {"type": "number"}, "yCenter": {"type": "number"}, "height": {"type": "number"}}, "required": ["width", "rotation", "xCenter", "yCenter", "height"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"@odata.context": {"type": "string"}, "Name": {"type": "string"}, "CreatedBy": {"type": "integer"}, "ModifiedBy": {"type": "integer"}, "Id": {"type": "integer"}}, "required": ["@odata.context", "Name", "CreatedBy", "ModifiedBy", "Id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"@odata.context" : "https://localhost:5001/odata/$metadata#Vendor/$entity", "Name" : "Microsoft", "CreatedBy" : -1, "ModifiedBy" : -1, "Id" : 1}
json_instruct
{"type": "object", "properties": {"@odata.context": {"type": "string"}, "Name": {"type": "string"}, "CreatedBy": {"type": "integer"}, "ModifiedBy": {"type": "integer"}, "Id": {"type": "integer"}}, "required": ["@odata.context", "Name", "CreatedBy", "ModifiedBy", "Id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"Title": {"type": "string"}, "FooterInfo": {"type": "string"}}, "required": ["Title", "FooterInfo"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Title" : "SmartWiki", "FooterInfo" : "&copy; Company 2015"}
json_instruct
{"type": "object", "properties": {"Title": {"type": "string"}, "FooterInfo": {"type": "string"}}, "required": ["Title", "FooterInfo"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"Address": {"type": "object", "properties": {"@xmlns:xsi": {"type": "string"}, "@xsi:noNamespaceSchemaLocation": {"type": "string"}, "Recipient": {"type": "string"}, "House": {"type": "object", "properties": {"#text": {"type": "array", "items": {"type": "string"}}}, "required": ["#text"]}, "Street": {"type": "string"}, "Town": {"type": "string"}, "PostCode": {"type": "string"}, "#text": {"type": "string"}, "Country": {"type": "string"}}, "required": ["@xmlns:xsi", "@xsi:noNamespaceSchemaLocation", "Recipient", "House", "Street", "Town", "PostCode", "#text", "Country"]}}, "required": ["Address"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Address" : {"@xmlns:xsi" : "http://www.w3.org/2001/XMLSchema-instance", "@xsi:noNamespaceSchemaLocation" : "SimpleAddress.xsd", "Recipient" : "Mr. Walter C. Brown", "House" : {"#text" : ["49", "A"]}, "Street" : "Featherstone Street", "Town" : "LONDON", "PostCode" : "EC1Y 8SY", "#text" : "Customer123", "Country" : "UK"}}
json_instruct
{"type": "object", "properties": {"Address": {"type": "object", "properties": {"@xmlns:xsi": {"type": "string"}, "@xsi:noNamespaceSchemaLocation": {"type": "string"}, "Recipient": {"type": "string"}, "House": {"type": "object", "properties": {"#text": {"type": "array", "items": {"type": "string"}}}, "required": ["#text"]}, "Street": {"type": "string"}, "Town": {"type": "string"}, "PostCode": {"type": "string"}, "#text": {"type": "string"}, "Country": {"type": "string"}}, "required": ["@xmlns:xsi", "@xsi:noNamespaceSchemaLocation", "Recipient", "House", "Street", "Town", "PostCode", "#text", "Country"]}}, "required": ["Address"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[126.125, 39.5], [126.125, 39.583333333333336], [126.25, 39.583333333333336], [126.25, 39.5], [126.125, 39.5]]]}, "properties" : {"code" : 592621, "url" : "http://madefor.github.io/0410/api/v1/592621.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/592621.geojson"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"country": {"type": "string"}, "enableMultiplePatients": {"type": "boolean"}, "enablePersonalInformation": {"type": "boolean"}, "enableCohorts": {"type": "boolean"}, "showEthnicityQuestion": {"type": "boolean"}, "showRaceQuestion": {"type": "boolean"}}, "required": ["country", "enableMultiplePatients", "enablePersonalInformation", "enableCohorts", "showEthnicityQuestion", "showRaceQuestion"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"country" : "SE", "enableMultiplePatients" : false, "enablePersonalInformation" : false, "enableCohorts" : true, "showEthnicityQuestion" : false, "showRaceQuestion" : false}
json_instruct
{"type": "object", "properties": {"country": {"type": "string"}, "enableMultiplePatients": {"type": "boolean"}, "enablePersonalInformation": {"type": "boolean"}, "enableCohorts": {"type": "boolean"}, "showEthnicityQuestion": {"type": "boolean"}, "showRaceQuestion": {"type": "boolean"}}, "required": ["country", "enableMultiplePatients", "enablePersonalInformation", "enableCohorts", "showEthnicityQuestion", "showRaceQuestion"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "05e2ba30c04f66bed78f0f6cd5a27b47df305e35"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {"type": "object", "properties": {"hash": {"type": "string"}, "blockHash": {"type": "string"}, "blockNumber": {"type": "integer"}, "transactionIndex": {"type": "integer"}, "confirmations": {"type": "null"}, "from": {"type": "string"}, "gasPrice": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "to": {"type": "string"}, "value": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "nonce": {"type": "integer"}, "data": {"type": "string"}, "r": {"type": "string"}, "s": {"type": "string"}, "v": {"type": "integer"}, "creates": {"type": "null"}, "raw": {"type": "string"}, "networkId": {"type": "integer"}, "chainId": {"type": "integer"}}, "required": ["hash", "blockHash", "blockNumber", "transactionIndex", "confirmations", "from", "gasPrice", "gasLimit", "to", "value", "nonce", "data", "r", "s", "v", "creates", "raw", "networkId", "chainId"]}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"hash" : "0x1262fb7792801367695ae2d1252e27a9a75b16e2df30502f00b2e48f97fd603b", "parentHash" : "0x5f9057a8f16f1b50cc61e8d3274aac09d181964f0e2d34f48a27a64c7d286569", "number" : 102735, "timestamp" : 1439842400, "nonce" : "0x3de5f813e5b1e952", "difficulty" : 4038625455547, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {"_hex" : "0x5208"}, "miner" : "0xe6A7a1d47ff21B6321162AEA7C6CB457D5476Bca", "extraData" : "0x476574682f76312e302e312d38326566323666362f6c696e75782f676f312e34", "transactions" : [{"hash" : "0x22aa7b9a7ace49391836ffd5c6b056fa33e62b489a0f9ee4ca89f55891f090ad", "blockHash" : "0x1262fb7792801367695ae2d1252e27a9a75b16e2df30502f00b2e48f97fd603b", "blockNumber" : 102735, "transactionIndex" : 0, "confirmations" : null, "from" : "0x0Ce7b863693f133b14151f242f26d3f7a5424887", "gasPrice" : {"_hex" : "0xbdfd63e00"}, "gasLimit" : {"_hex" : "0x5208"}, "to" : "0xaB7668Bea763e384bD4aEf98D771f70Db28FFbD4", "value" : {"_hex" : "0xd8d726b7177a800000"}, "nonce" : 4, "data" : "0x", "r" : "0xc095ce3e525e03f9b7e32f9f89ff20802d4b636fed274e5cb9cfd10cb01d60e4", "s" : "0x1ed75620e9eee382b89c262c23c78a4d2eb47133e10c86a594946ae954362db1", "v" : 27, "creates" : null, "raw" : "0xf86d04850bdfd63e0082520894ab7668bea763e384bd4aef98d771f70db28ffbd489d8d726b7177a800000801ba0c095ce3e525e03f9b7e32f9f89ff20802d4b636fed274e5cb9cfd10cb01d60e4a01ed75620e9eee382b89c262c23c78a4d2eb47133e10c86a594946ae954362db1", "networkId" : 0, "chainId" : 0}]}
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {"type": "object", "properties": {"hash": {"type": "string"}, "blockHash": {"type": "string"}, "blockNumber": {"type": "integer"}, "transactionIndex": {"type": "integer"}, "confirmations": {"type": "null"}, "from": {"type": "string"}, "gasPrice": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "to": {"type": "string"}, "value": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "nonce": {"type": "integer"}, "data": {"type": "string"}, "r": {"type": "string"}, "s": {"type": "string"}, "v": {"type": "integer"}, "creates": {"type": "null"}, "raw": {"type": "string"}, "networkId": {"type": "integer"}, "chainId": {"type": "integer"}}, "required": ["hash", "blockHash", "blockNumber", "transactionIndex", "confirmations", "from", "gasPrice", "gasLimit", "to", "value", "nonce", "data", "r", "s", "v", "creates", "raw", "networkId", "chainId"]}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"projects": {"type": "object", "properties": {"RAPyDo": {"type": "object", "properties": {"architect": {"type": "object", "properties": {"build": {"type": "object", "properties": {"options": {"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "string"}}}, "required": ["scripts"]}}, "required": ["options"]}}, "required": ["build"]}}, "required": ["architect"]}}, "required": ["RAPyDo"]}}, "required": ["projects"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"projects" : {"RAPyDo" : {"architect" : {"build" : {"options" : {"scripts" : ["node_modules/jquery/dist/jquery.min.js", "node_modules/slick-carousel/slick/slick.min.js", "node_modules/holderjs/holder.js", "node_modules/bootstrap-slider/dist/bootstrap-slider.min.js"]}}}}}}
json_instruct
{"type": "object", "properties": {"projects": {"type": "object", "properties": {"RAPyDo": {"type": "object", "properties": {"architect": {"type": "object", "properties": {"build": {"type": "object", "properties": {"options": {"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "string"}}}, "required": ["scripts"]}}, "required": ["options"]}}, "required": ["build"]}}, "required": ["architect"]}}, "required": ["RAPyDo"]}}, "required": ["projects"], "$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"}, "description": {"type": "string"}, "version": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"craftcms/cms": {"type": "string"}, "ivopetkov/html5-dom-document-php": {"type": "string"}}, "required": ["craftcms/cms", "ivopetkov/html5-dom-document-php"]}, "require-dev": {"type": "object", "properties": {"codeception/codeception": {"type": "string"}, "vlucas/phpdotenv": {"type": "string"}, "codeception/module-asserts": {"type": "string"}, "codeception/module-yii2": {"type": "string"}}, "required": ["codeception/codeception", "vlucas/phpdotenv", "codeception/module-asserts", "codeception/module-yii2"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"putyourlightson\\sprig\\": {"type": "string"}}, "required": ["putyourlightson\\sprig\\"]}}, "required": ["psr-4"]}, "support": {"type": "object", "properties": {"docs": {"type": "string"}, "source": {"type": "string"}, "issues": {"type": "string"}}, "required": ["docs", "source", "issues"]}, "extra": {"type": "object", "properties": {"name": {"type": "string"}, "handle": {"type": "string"}, "developer": {"type": "string"}, "developerUrl": {"type": "string"}, "documentationUrl": {"type": "string"}, "changelogUrl": {"type": "string"}, "class": {"type": "string"}, "schemaVersion": {"type": "string"}}, "required": ["name", "handle", "developer", "developerUrl", "documentationUrl", "changelogUrl", "class", "schemaVersion"]}}, "required": ["name", "description", "version", "type", "license", "require", "require-dev", "autoload", "support", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "putyourlightson/craft-sprig", "description" : "A reactive Twig component framework for Craft.", "version" : "1.3.0", "type" : "craft-plugin", "license" : "mit", "require" : {"craftcms/cms" : "^3.1.19", "ivopetkov/html5-dom-document-php" : "^2.2.8"}, "require-dev" : {"codeception/codeception" : "^4.0.0", "vlucas/phpdotenv" : "^3.0", "codeception/module-asserts" : "^1.0.0", "codeception/module-yii2" : "^1.0.0"}, "autoload" : {"psr-4" : {"putyourlightson\\sprig\\" : "src/"}}, "support" : {"docs" : "https://putyourlightson.com/plugins/sprig", "source" : "https://github.com/putyourlightson/craft-sprig", "issues" : "https://github.com/putyourlightson/craft-sprig/issues"}, "extra" : {"name" : "Sprig", "handle" : "sprig", "developer" : "PutYourLightsOn", "developerUrl" : "https://putyourlightson.com/", "documentationUrl" : "https://putyourlightson.com/plugins/sprig", "changelogUrl" : "https://raw.githubusercontent.com/putyourlightson/craft-sprig/v1/CHANGELOG.md", "class" : "putyourlightson\\sprig\\Sprig", "schemaVersion" : "1.0.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"craftcms/cms": {"type": "string"}, "ivopetkov/html5-dom-document-php": {"type": "string"}}, "required": ["craftcms/cms", "ivopetkov/html5-dom-document-php"]}, "require-dev": {"type": "object", "properties": {"codeception/codeception": {"type": "string"}, "vlucas/phpdotenv": {"type": "string"}, "codeception/module-asserts": {"type": "string"}, "codeception/module-yii2": {"type": "string"}}, "required": ["codeception/codeception", "vlucas/phpdotenv", "codeception/module-asserts", "codeception/module-yii2"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"putyourlightson\\sprig\\": {"type": "string"}}, "required": ["putyourlightson\\sprig\\"]}}, "required": ["psr-4"]}, "support": {"type": "object", "properties": {"docs": {"type": "string"}, "source": {"type": "string"}, "issues": {"type": "string"}}, "required": ["docs", "source", "issues"]}, "extra": {"type": "object", "properties": {"name": {"type": "string"}, "handle": {"type": "string"}, "developer": {"type": "string"}, "developerUrl": {"type": "string"}, "documentationUrl": {"type": "string"}, "changelogUrl": {"type": "string"}, "class": {"type": "string"}, "schemaVersion": {"type": "string"}}, "required": ["name", "handle", "developer", "developerUrl", "documentationUrl", "changelogUrl", "class", "schemaVersion"]}}, "required": ["name", "description", "version", "type", "license", "require", "require-dev", "autoload", "support", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"variables": {"type": "object", "properties": {"region": {"type": "string"}}, "required": ["region"]}, "builders": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "profile": {"type": "string"}, "region": {"type": "string"}, "instance_type": {"type": "string"}, "source_ami": {"type": "string"}, "ssh_username": {"type": "string"}, "ami_name": {"type": "string"}, "ami_description": {"type": "string"}, "ssh_keypair_name": {"type": "string"}, "ssh_private_key_file": {"type": "string"}, "ssh_agent_auth": {"type": "boolean"}, "run_tags": {"type": "object", "properties": {"Name": {"type": "string"}, "Tool": {"type": "string"}, "Author": {"type": "string"}}, "required": ["Name", "Tool", "Author"]}}, "required": ["type", "profile", "region", "instance_type", "source_ami", "ssh_username", "ami_name", "ami_description", "ssh_keypair_name", "ssh_private_key_file", "ssh_agent_auth", "run_tags"]}}, "provisioners": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "script": {"type": "string"}}, "required": ["type", "script"]}}}, "required": ["variables", "builders", "provisioners"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"variables" : {"region" : "us-east-2"}, "builders" : [{"type" : "amazon-ebs", "profile" : "chaserx", "region" : "{{user `region`}}", "instance_type" : "t2.micro", "source_ami" : "ami-0612ceec538e07639", "ssh_username" : "ubuntu", "ami_name" : "ubuntu-18.04-with-docker", "ami_description" : "Ubuntu with Docker-CE", "ssh_keypair_name" : "devbox", "ssh_private_key_file" : "/Users/chase/.ssh/devbox.pem", "ssh_agent_auth" : true, "run_tags" : {"Name" : "packer-builder-docker", "Tool" : "Packer", "Author" : "chaserx"}}], "provisioners" : [{"type" : "shell", "script" : "./install-docker.sh"}]}
json_instruct
{"type": "object", "properties": {"variables": {"type": "object", "properties": {"region": {"type": "string"}}, "required": ["region"]}, "builders": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "profile": {"type": "string"}, "region": {"type": "string"}, "instance_type": {"type": "string"}, "source_ami": {"type": "string"}, "ssh_username": {"type": "string"}, "ami_name": {"type": "string"}, "ami_description": {"type": "string"}, "ssh_keypair_name": {"type": "string"}, "ssh_private_key_file": {"type": "string"}, "ssh_agent_auth": {"type": "boolean"}, "run_tags": {"type": "object", "properties": {"Name": {"type": "string"}, "Tool": {"type": "string"}, "Author": {"type": "string"}}, "required": ["Name", "Tool", "Author"]}}, "required": ["type", "profile", "region", "instance_type", "source_ami", "ssh_username", "ami_name", "ami_description", "ssh_keypair_name", "ssh_private_key_file", "ssh_agent_auth", "run_tags"]}}, "provisioners": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "script": {"type": "string"}}, "required": ["type", "script"]}}}, "required": ["variables", "builders", "provisioners"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}, "required": ["main"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 4642, "info" : {"name" : "IMDB Print style", "description" : "This is print style for IMDB.Com - it will remove most of annoying parts of the page.\r\n\r\nNote that this is not site specific - tried to add usual sequence, but that is not obeyed (or I do not know how to do it) in page printing.", "additionalInfo" : null, "format" : "uso", "category" : "global", "createdAt" : "2008-01-03T10:41:53.000Z", "updatedAt" : "2008-01-03T10:41:53.000Z", "license" : "NO-REDISTRIBUTION", "author" : {"id" : 5494, "name" : "Dejan Vesic"}}, "stats" : {"installs" : {"total" : 573, "weekly" : 0}}, "screenshots" : {"main" : {"name" : "4642_after.gif", "archived" : false}}, "discussions" : {"stats" : {"discussionsCount" : 0, "commentsCount" : 0}, "data" : []}, "style" : {"css" : "@media print {\r\n\r\n#nb15, #tn15crumbs, #nb15home, #nb15botbg, #tn15shopbox, #tn15lhs, #footer, #tn15adrhs, #tn15bot {display: none !important;}\r\n\r\n.toplinks, .starbar {display: none !important;}\r\n\r\n#tn15main {margin-left: 5px !important;}\r\n\r\niframe {display: none !important;}\r\n\r\n}"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}, "required": ["main"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "required": ["xp", "rank", "cardId"]}}}, "required": ["lastUpdated", "username", "scores"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"lastUpdated" : 1655019279666, "username" : "Luigiman73", "scores" : [{"xp" : 5584, "rank" : 486, "cardId" : 400}, {"xp" : 6079, "rank" : 476, "cardId" : 285}, {"xp" : 19055, "rank" : 149, "cardId" : 187}, {"xp" : 13471, "rank" : 336, "cardId" : 440}, {"xp" : 13763, "rank" : 417, "cardId" : 114}, {"xp" : 10576, "rank" : 484, "cardId" : 393}, {"xp" : 17546, "rank" : 126, "cardId" : 416}]}
json_instruct
{"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "required": ["xp", "rank", "cardId"]}}}, "required": ["lastUpdated", "username", "scores"], "$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"}, "code": {"type": "string"}, "representations": {"type": "object", "properties": {"unicode_decimal": {"type": "array", "items": {"type": "integer"}}, "html": {"type": "string"}}, "required": ["unicode_decimal", "html"]}, "minor_unit": {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "display": {"type": "string"}, "size_to_unit": {"type": "integer"}}, "required": ["name", "symbol", "display", "size_to_unit"]}, "central_bank": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "users": {"type": "array", "items": {"type": "string"}}, "symbol": {"type": "string"}, "alternate_symbols": {"type": "array", "items": {"type": "string"}}, "iso_numeric": {"type": "string"}}, "required": ["name", "code", "representations", "minor_unit", "central_bank", "users", "symbol", "alternate_symbols", "iso_numeric"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Ghana Cedi", "code" : "GHS", "representations" : {"unicode_decimal" : [162], "html" : "&#162;"}, "minor_unit" : {"name" : "Ghana Pesewa", "symbol" : "Gp", "display" : "1/100", "size_to_unit" : 100}, "central_bank" : {"name" : "Bank of Ghana", "url" : "http://www.bog.gov.gh"}, "users" : ["Ghana"], "symbol" : "\u00a2", "alternate_symbols" : ["GH\u00a2", "GH\u20b5"], "iso_numeric" : "936"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "code": {"type": "string"}, "representations": {"type": "object", "properties": {"unicode_decimal": {"type": "array", "items": {"type": "integer"}}, "html": {"type": "string"}}, "required": ["unicode_decimal", "html"]}, "minor_unit": {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "display": {"type": "string"}, "size_to_unit": {"type": "integer"}}, "required": ["name", "symbol", "display", "size_to_unit"]}, "central_bank": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "users": {"type": "array", "items": {"type": "string"}}, "symbol": {"type": "string"}, "alternate_symbols": {"type": "array", "items": {"type": "string"}}, "iso_numeric": {"type": "string"}}, "required": ["name", "code", "representations", "minor_unit", "central_bank", "users", "symbol", "alternate_symbols", "iso_numeric"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"face_keypoints": {"type": "array", "items": {}}, "pose_keypoints": {"type": "array", "items": {"type": "number"}}, "hand_right_keypoints": {"type": "array", "items": {}}, "hand_left_keypoints": {"type": "array", "items": {}}}, "required": ["face_keypoints", "pose_keypoints", "hand_right_keypoints", "hand_left_keypoints"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : 1.0, "people" : [{"face_keypoints" : [], "pose_keypoints" : [100.535433070866, 50.9672727272727, 0.903838187456131, 112.377952755906, 101.469090909091, 0.703186571598053, 75.8425196850394, 111.010909090909, 0.654936656355858, 62.2362204724409, 176.872727272727, 0.59009805181995, 25.1968503937008, 114.269090909091, 0.576177041977644, 150.425196850394, 91.2290909090909, 0.607790440320969, 157.984251968504, 167.796363636364, 0.698927484452724, 82.8976377952756, 183.389090909091, 0.63895858079195, 83.4015748031496, 217.367272727273, 0.267606986977626, 0, 0, 0, 0, 0, 0, 130.771653543307, 216.901818181818, 0.275356223457493, 0, 0, 0, 0, 0, 0, 90.2047244094488, 44.2181818181818, 0.943930640816689, 109.858267716535, 41.8909090909091, 0.938486412167549, 80.8818897637795, 52.5963636363636, 0.888411864638329, 122.96062992126, 46.08, 0.893967509269714], "hand_right_keypoints" : [], "hand_left_keypoints" : []}]}
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"face_keypoints": {"type": "array", "items": {}}, "pose_keypoints": {"type": "array", "items": {"type": "number"}}, "hand_right_keypoints": {"type": "array", "items": {}}, "hand_left_keypoints": {"type": "array", "items": {}}}, "required": ["face_keypoints", "pose_keypoints", "hand_right_keypoints", "hand_left_keypoints"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[151.75, 33.5], [151.75, 33.583333333333336], [151.875, 33.583333333333336], [151.875, 33.5], [151.75, 33.5]]]}, "properties" : {"code" : 505126, "url" : "http://madefor.github.io/0410/api/v1/505126.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/505126.geojson"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"slug": {"type": "string"}, "relevant-countries": {"type": "array", "items": {"type": "string"}}, "categories": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "address": {"type": "string"}, "phone": {"type": "string"}, "fax": {"type": "string"}, "email": {"type": "string"}, "web": {"type": "string"}, "sources": {"type": "array", "items": {"type": "string"}}, "request-language": {"type": "string"}, "suggested-transport-medium": {"type": "string"}}, "required": ["slug", "relevant-countries", "categories", "name", "address", "phone", "fax", "email", "web", "sources", "request-language", "suggested-transport-medium"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"slug" : "bam-bund", "relevant-countries" : ["de"], "categories" : ["public body"], "name" : "Bundesanstalt f\u00fcr Materialforschung und -pr\u00fcfung (BAM)", "address" : "Rudower Chaussee 11\n12489 Berlin\nDeutschland", "phone" : "+49 30 8104 3773", "fax" : "+49 30 8104 7 2222", "email" : "datenschutz@bam.de", "web" : "https://www.bam.de", "sources" : ["https://www.bam.de/Navigation/DE/Services/Datenschutz/datenschutz.html", "https://www.bam.de/Navigation/DE/Services/Impressum/impressum.html"], "request-language" : "de", "suggested-transport-medium" : "email"}
json_instruct
{"type": "object", "properties": {"slug": {"type": "string"}, "relevant-countries": {"type": "array", "items": {"type": "string"}}, "categories": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "address": {"type": "string"}, "phone": {"type": "string"}, "fax": {"type": "string"}, "email": {"type": "string"}, "web": {"type": "string"}, "sources": {"type": "array", "items": {"type": "string"}}, "request-language": {"type": "string"}, "suggested-transport-medium": {"type": "string"}}, "required": ["slug", "relevant-countries", "categories", "name", "address", "phone", "fax", "email", "web", "sources", "request-language", "suggested-transport-medium"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "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:cs": {"type": "string"}, "population": {"type": "string"}}, "required": ["name:cs", "population"]}}, "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" : "okres T\u00e1bor", "iso2" : "CZ-317", "admin_level" : 7, "osm_id" : 441914, "wikidata_id" : "Q117503", "wikipedia_id" : "cs:Okres T\u00e1bor", "population" : 102497, "countrylevel_id" : "iso2:CZ-317", "osm_data" : {"localname" : "okres T\u00e1bor", "official_name" : "", "alltags" : {"name:cs" : "okres T\u00e1bor", "population" : "99189"}}}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[14.687, 49.146], [14.738, 49.118], [14.79, 49.13], [14.773, 49.155], [14.806, 49.183], [14.77, 49.186], [14.749, 49.226], [14.81, 49.216], [14.873, 49.236], [14.894, 49.282], [14.862, 49.3], [14.924, 49.31], [14.926, 49.363], [14.888, 49.376], [14.928, 49.456], [14.932, 49.549], [14.902, 49.544], [14.768, 49.616], [14.73, 49.597], [14.737, 49.551], [14.656, 49.52], [14.574, 49.522], [14.589, 49.544], [14.561, 49.531], [14.476, 49.546], [14.467, 49.532], [14.447, 49.502], [14.459, 49.367], [14.424, 49.362], [14.397, 49.326], [14.419, 49.266], [14.462, 49.279], [14.504, 49.234], [14.582, 49.227], [14.651, 49.152], [14.687, 49.146]]]]}}
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:cs": {"type": "string"}, "population": {"type": "string"}}, "required": ["name:cs", "population"]}}, "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#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}}, "required": ["name", "main"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "crash test", "main" : "bug.html"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}}, "required": ["name", "main"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"dist": {"type": "string"}, "pathname": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "provides": {"type": "object", "properties": {"IO::CaptureOutput": {"type": "object", "properties": {"file": {"type": "string"}, "version": {"type": "string"}}, "required": ["file", "version"]}}, "required": ["IO::CaptureOutput"]}, "target": {"type": "string"}}, "required": ["dist", "pathname", "version", "name", "provides", "target"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"dist" : "IO-CaptureOutput-1.1104", "pathname" : "D/DA/DAGOLDEN/IO-CaptureOutput-1.1104.tar.gz", "version" : "1.1104", "name" : "IO::CaptureOutput", "provides" : {"IO::CaptureOutput" : {"file" : "lib/IO/CaptureOutput.pm", "version" : "1.1104"}}, "target" : "IO::CaptureOutput"}
json_instruct
{"type": "object", "properties": {"dist": {"type": "string"}, "pathname": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "provides": {"type": "object", "properties": {"IO::CaptureOutput": {"type": "object", "properties": {"file": {"type": "string"}, "version": {"type": "string"}}, "required": ["file", "version"]}}, "required": ["IO::CaptureOutput"]}, "target": {"type": "string"}}, "required": ["dist", "pathname", "version", "name", "provides", "target"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "tsc": {"type": "string"}, "tsc:w": {"type": "string"}}, "required": ["start", "tsc", "tsc:w"]}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@angular/common": {"type": "string"}, "@angular/compiler": {"type": "string"}, "@angular/core": {"type": "string"}, "@angular/forms": {"type": "string"}, "@angular/http": {"type": "string"}, "@angular/platform-browser": {"type": "string"}, "@angular/platform-browser-dynamic": {"type": "string"}, "@angular/router": {"type": "string"}, "core-js": {"type": "string"}, "rxjs": {"type": "string"}, "systemjs": {"type": "string"}, "zone.js": {"type": "string"}}, "required": ["@angular/common", "@angular/compiler", "@angular/core", "@angular/forms", "@angular/http", "@angular/platform-browser", "@angular/platform-browser-dynamic", "@angular/router", "core-js", "rxjs", "systemjs", "zone.js"]}, "devDependencies": {"type": "object", "properties": {"@types/core-js": {"type": "string"}, "@types/node": {"type": "string"}, "concurrently": {"type": "string"}, "typescript": {"type": "string"}, "electron": {"type": "string"}}, "required": ["@types/core-js", "@types/node", "concurrently", "typescript", "electron"]}}, "required": ["name", "version", "description", "main", "scripts", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "angular-electron", "version" : "0.0.2", "description" : "Using Angular 4 with Electron", "main" : "main.js", "scripts" : {"start" : "tsc && concurrently \"npm run tsc:w\" \"electron .\" ", "tsc" : "tsc", "tsc:w" : "tsc -w"}, "license" : "MIT", "dependencies" : {"@angular/common" : "5.2.9", "@angular/compiler" : "5.2.9", "@angular/core" : "5.2.9", "@angular/forms" : "5.2.6", "@angular/http" : "5.2.9", "@angular/platform-browser" : "5.2.9", "@angular/platform-browser-dynamic" : "5.2.9", "@angular/router" : "5.2.9", "core-js" : "2.5.1", "rxjs" : "5.5.6", "systemjs" : "0.20.19", "zone.js" : "0.8.18"}, "devDependencies" : {"@types/core-js" : "0.9.34", "@types/node" : "6.0.46", "concurrently" : "3.2.0", "typescript" : "2.6.1", "electron" : "2.0.8"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "tsc": {"type": "string"}, "tsc:w": {"type": "string"}}, "required": ["start", "tsc", "tsc:w"]}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@angular/common": {"type": "string"}, "@angular/compiler": {"type": "string"}, "@angular/core": {"type": "string"}, "@angular/forms": {"type": "string"}, "@angular/http": {"type": "string"}, "@angular/platform-browser": {"type": "string"}, "@angular/platform-browser-dynamic": {"type": "string"}, "@angular/router": {"type": "string"}, "core-js": {"type": "string"}, "rxjs": {"type": "string"}, "systemjs": {"type": "string"}, "zone.js": {"type": "string"}}, "required": ["@angular/common", "@angular/compiler", "@angular/core", "@angular/forms", "@angular/http", "@angular/platform-browser", "@angular/platform-browser-dynamic", "@angular/router", "core-js", "rxjs", "systemjs", "zone.js"]}, "devDependencies": {"type": "object", "properties": {"@types/core-js": {"type": "string"}, "@types/node": {"type": "string"}, "concurrently": {"type": "string"}, "typescript": {"type": "string"}, "electron": {"type": "string"}}, "required": ["@types/core-js", "@types/node", "concurrently", "typescript", "electron"]}}, "required": ["name", "version", "description", "main", "scripts", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"Ias\u014dn": {"type": "object", "properties": {"rom.16.21|9": {"type": "array", "items": {"type": "string"}}, "act.17.7|2": {"type": "array", "items": {"type": "string"}}}, "required": ["rom.16.21|9", "act.17.7|2"]}, "Iasonos": {"type": "object", "properties": {"act.17.9|6": {"type": "array", "items": {"type": "string"}}, "act.17.5|20": {"type": "array", "items": {"type": "string"}}}, "required": ["act.17.9|6", "act.17.5|20"]}, "Iasona": {"type": "object", "properties": {"act.17.6|5": {"type": "array", "items": {"type": "string"}}}, "required": ["act.17.6|5"]}}, "required": ["Ias\u014dn", "Iasonos", "Iasona"]}, "meanings": {"type": "object", "properties": {"jason": {"type": "integer"}}, "required": ["jason"]}, "meaningsCount": {"type": "integer"}, "occurences": {"type": "integer"}}, "required": ["pos", "translits", "meanings", "meaningsCount", "occurences"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"pos" : "n", "translits" : {"Ias\u014dn" : {"rom.16.21|9" : ["and", "Jason,", "and"], "act.17.7|2" : ["has received", "Jason.", "And"]}, "Iasonos" : {"act.17.9|6" : ["-", "Jason", "and"], "act.17.5|20" : ["house", "of Jason,", "they were seeking"]}, "Iasona" : {"act.17.6|5" : ["they dragged", "Jason", "and"]}}, "meanings" : {"jason" : 5}, "meaningsCount" : 1, "occurences" : 5}
json_instruct
{"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"Ias\u014dn": {"type": "object", "properties": {"rom.16.21|9": {"type": "array", "items": {"type": "string"}}, "act.17.7|2": {"type": "array", "items": {"type": "string"}}}, "required": ["rom.16.21|9", "act.17.7|2"]}, "Iasonos": {"type": "object", "properties": {"act.17.9|6": {"type": "array", "items": {"type": "string"}}, "act.17.5|20": {"type": "array", "items": {"type": "string"}}}, "required": ["act.17.9|6", "act.17.5|20"]}, "Iasona": {"type": "object", "properties": {"act.17.6|5": {"type": "array", "items": {"type": "string"}}}, "required": ["act.17.6|5"]}}, "required": ["Ias\u014dn", "Iasonos", "Iasona"]}, "meanings": {"type": "object", "properties": {"jason": {"type": "integer"}}, "required": ["jason"]}, "meaningsCount": {"type": "integer"}, "occurences": {"type": "integer"}}, "required": ["pos", "translits", "meanings", "meaningsCount", "occurences"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"dist/css/app.css": {"type": "string"}, "dist/js/app.js": {"type": "string"}}, "required": ["dist/css/app.css", "dist/js/app.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"dist/css/app.css" : "dist/css/app-ba7fd477.css", "dist/js/app.js" : "dist/js/app-40cc34e4.js"}
json_instruct
{"type": "object", "properties": {"dist/css/app.css": {"type": "string"}, "dist/js/app.js": {"type": "string"}}, "required": ["dist/css/app.css", "dist/js/app.js"], "$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": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[148.375, 31.75], [148.375, 31.833333333333332], [148.5, 31.833333333333332], [148.5, 31.75], [148.375, 31.75]]]}, "properties" : {"code" : 474853, "url" : "http://madefor.github.io/0410/api/v1/474853.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/474853.geojson"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"AB": {"type": "array", "items": {"type": "string"}}, "AW": {"type": "array", "items": {"type": "string"}}, "SZ": {"type": "string"}, "C": {"type": "string"}, "SOL": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["AB", "AW", "SZ", "C", "SOL"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"AB" : ["cq", "gq", "gr", "cs", "br", "dr", "ep", "cp", "co", "cm", "cl", "ck", "hs", "hp", "hq", "ho", "hn", "gn", "in", "gm", "gl", "gk", "gj"], "AW" : ["jr", "go", "gp", "dp", "dq", "eq", "er", "eo", "dn", "dm", "dk", "ek", "fk", "ei", "gi", "hi", "ij", "hl", "im", "jl", "jn", "jo", "io", "iq", "hr", "ir"], "SZ" : "19", "C" : "Black to play", "SOL" : [["B", "em", "", ""]]}
json_instruct
{"type": "object", "properties": {"AB": {"type": "array", "items": {"type": "string"}}, "AW": {"type": "array", "items": {"type": "string"}}, "SZ": {"type": "string"}, "C": {"type": "string"}, "SOL": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["AB", "AW", "SZ", "C", "SOL"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"directions" : ["Peel potato and cut into 1/2-inch cubes. Bring a 5- to 6-quart pot of salted water to a boil and cook potato until crisp-tender, about 5 minutes, then transfer with a slotted spoon to a colander. Cook parsnips and squash together in same boiling water until crisp-tender, about 3 minutes, then drain in colander.", "Heat butter in a 12-inch heavy skillet over moderately high heat, swirling skillet occasionally, until foam subsides and butter begins to brown, about 2 minutes. Add shallots and garlic and saut\u00e9, stirring occasionally, until shallots are golden brown, about 5 minutes. Add parcooked vegetables, salt, and pepper and saut\u00e9, stirring occasionally, until browned and tender, about 7 minutes. Stir in sage to taste."], "ingredients" : ["1 russet (baking) potato (1/2 pound)", "3 medium parsnips (1/2 pound total), peeled and cut into 1/2-inch cubes (1 1/4 cups)", "1/2 pound butternut squash, peeled and cut into 1/2-inch cubes (1 1/4 cups)", "1/2 stick (1/4 cup) unsalted butter, cut into pieces", "3 shallots (6 ounces), halved lengthwise and thinly sliced crosswise (1 1/3 cups)", "3 garlic cloves, chopped", "1/2 teaspoon salt", "1/4 teaspoon black pepper", "1 1/2 to 2 teaspoons chopped fresh sage"], "language" : "en-US", "source" : "www.epicurious.com", "tags" : ["Potato", "Vegetable", "Side", "Saut\u00e9", "Thanksgiving", "Vegetarian", "Parsnip", "Butternut Squash", "Fall", "Sage", "Gourmet", "Pescatarian", "Wheat/Gluten-Free", "Peanut Free", "Tree Nut Free", "Soy Free", "No Sugar Added", "Kosher"], "title" : "Harvest Hash", "url" : "http://www.epicurious.com/recipes/food/views/harvest-hash-107214"}
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"feedstocks" : ["python-coreschema"]}
json_instruct
{"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$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"}, "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" : "2020", "provinceId" : "14", "regencyId" : "04", "districtId" : "01", "name" : "Sungaimahang"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "state": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "full_time_school": {"type": "boolean"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "fax", "phone", "website", "email", "state", "programs", "full_time_school", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Menno-Simons-Grundschule als private Ersatzschule der Primarstufe im Aufbau", "id" : "NRW-197841", "address" : "Unitasstra\u00dfe 46, 53879 Euskirchen", "school_type" : "Grundschule", "fax" : "", "phone" : "02251 7732715", "website" : "", "email" : " 197841@schule.nrw.de ", "state" : "NRW", "programs" : {"programs" : []}, "full_time_school" : false, "lon" : 6.790276, "lat" : 50.667127}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "state": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "full_time_school": {"type": "boolean"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "fax", "phone", "website", "email", "state", "programs", "full_time_school", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"path": {"type": "string"}, "owners": {"type": "object", "properties": {"approvers": {"type": "array", "items": {"type": "string"}}}, "required": ["approvers"]}}, "required": ["path", "owners"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"path" : "ipi/libvirt/post/ipi-libvirt-post-chain.yaml", "owners" : {"approvers" : ["deepsm007", "jaypoulz", "r4f4"]}}
json_instruct
{"type": "object", "properties": {"path": {"type": "string"}, "owners": {"type": "object", "properties": {"approvers": {"type": "array", "items": {"type": "string"}}}, "required": ["approvers"]}}, "required": ["path", "owners"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"core.js": {"type": "string"}, "core.min.js": {"type": "string"}, "library.js": {"type": "string"}, "library.min.js": {"type": "string"}, "shim.js": {"type": "string"}, "shim.min.js": {"type": "string"}}, "required": ["core.js", "core.min.js", "library.js", "library.min.js", "shim.js", "shim.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"core.js" : "sha512-Zb/49B03Pvr5qzNelm8HxpBm5QYIpsEErXq7E6hdNfEGE2rP0Ex7Beu9Ts6Rwcok3LABILg3Bv0YOldPvyknRg==", "core.min.js" : "sha512-u2AT8siVXl/6nabh1jSF1Js+wUYmEvtpeG2mhQnGHemjO1/JII3f4nGiTlEKQAE1+ixFZp54kqUilaDJgho7og==", "library.js" : "sha512-RT9jNE4OCwmdOe44ZlCJ4T1I9sOR8iBH+ejVVvOF2oJsnRY8EemeLIK74s6e1zpsrbkHU9aRqAsP0JTShHVKgw==", "library.min.js" : "sha512-eQwBYf+lRhC4lhFVu3kf56wAVlHbkum0VVGBkJUFQZuVpWZhKvNEvzSOW568LRBD1xn8dU5oWA+FU6zf8b62FA==", "shim.js" : "sha512-MEITbYNs9HPcjKH4/HkE9mkadJL52HkhkN5PI8TCOK9Y7/LUkhyQbKTgVnUAwQJ388kvt9xSYxA6WdqUTT8uwA==", "shim.min.js" : "sha512-7wn0wxgbqIUABzLdan7MuPRABAlTeyLogwhR5ur1kmEOwSt/SRFYf2gCIO8wLPRLerKkrJZrbdzkM6WJp8RzNA=="}
json_instruct
{"type": "object", "properties": {"core.js": {"type": "string"}, "core.min.js": {"type": "string"}, "library.js": {"type": "string"}, "library.min.js": {"type": "string"}, "shim.js": {"type": "string"}, "shim.min.js": {"type": "string"}}, "required": ["core.js", "core.min.js", "library.js", "library.min.js", "shim.js", "shim.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "350625103201", "text" : "\u5f84\u4f26\u6751\u59d4\u4f1a"}, {"id" : "350625103202", "text" : "\u4e0a\u6d0b\u6751\u59d4\u4f1a"}, {"id" : "350625103203", "text" : "\u8d64\u5cad\u6751\u59d4\u4f1a"}, {"id" : "350625103204", "text" : "\u9752\u9633\u6751\u59d4\u4f1a"}, {"id" : "350625103205", "text" : "\u79d1\u5c71\u6751\u59d4\u4f1a"}, {"id" : "350625103206", "text" : "\u6f14\u67c4\u6751\u59d4\u4f1a"}, {"id" : "350625103207", "text" : "\u678b\u6d0b\u6751\u59d4\u4f1a"}, {"id" : "350625103209", "text" : "\u5185\u678b\u6751\u59d4\u4f1a"}, {"id" : "350625103210", "text" : "\u5c1a\u5409\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#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "lint": {"type": "string"}, "deploy": {"type": "string"}}, "required": ["start", "lint", "deploy"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}}, "required": ["eslint"]}}, "required": ["name", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Eduard_Chat", "scripts" : {"start" : "meteor run", "lint" : "eslint .", "deploy" : "npm run build && pm2 startOrRestart pm2.json"}, "devDependencies" : {"eslint" : "^3.1.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "lint": {"type": "string"}, "deploy": {"type": "string"}}, "required": ["start", "lint", "deploy"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}}, "required": ["eslint"]}}, "required": ["name", "scripts", "devDependencies"], "$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"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "phone": {"type": "string"}, "full_time_school": {"type": "boolean"}, "email": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "state": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "phone", "full_time_school", "email", "programs", "state", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Schulzentrum Collhusen\nHaupt- und Realschule", "id" : "NI-44556-1", "address" : "Schulstr. 17, 26810\u00a0Westoverledingen", "school_type" : "Realschule", "phone" : "04955 7033", "full_time_school" : true, "email" : "info@schulzentrumcollhusen.de", "programs" : {"programs" : []}, "state" : "NI", "lon" : 7.462259, "lat" : 53.138329}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "phone": {"type": "string"}, "full_time_school": {"type": "boolean"}, "email": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "state": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "phone", "full_time_school", "email", "programs", "state", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "object", "properties": {"src": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "aspectRatio": {"type": "number"}, "originalName": {"type": "string"}}, "required": ["src", "width", "height", "aspectRatio", "originalName"]}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"expireTime" : 9007200809145377000, "key" : "bcb4298d-ac4e-5c18-888f-d6368d65951a{\"duotone\":false,\"grayscale\":false,\"toFormat\":\"\",\"width\":20,\"height\":25}", "val" : {"src" : "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAZCAYAAAAxFw7TAAAACXBIWXMAAAsSAAALEgHS3X78AAACkUlEQVQ4y62VOY9SURTHH4OJFsYFlEKMiZVTOGNDpDTuY2lhbC1MKEim5hsQE0hIKHEa/QA0EEI0UAJhibKEfd+RnYEgCNf/vXlDkIy+W3iTf87L47zfPfcsF0HYWYQQZiORCHve1ng8lo1GI1mv12M+/X5f4FrZbFbShxvmcDg2kZrN5ltGo/GuyWS643K5VPP5/CoivAbYBeozGAykgdVqVUZtqVS6Xq/Xc81m8xSAAY7bpwLwFEd+RH1g97iBhUJB0Wg0wOqT4XBIptMp02KxIN1u97kIlEsCK5XKBogIwWys8eEc0f2E5ohwDeATbuBWhErAlqvVilBtLwCPuIGpVIrZZDJ5MZ1Ovwf4GJHqW60WE3J6jFPc3t5ccp314r8WKi5wL51Ox6xWq91Xq9U3z/PxeDx8MKvVuonSYDB8slgsH7xe7xu32/3O5/O9RUpex2Ixtkk8HpcGBoNBlhe/36/Ecx1TQ5AzgtwxoSAE715Qn1wuJ12UcrksE8ePts0PLIJqLtEuv6DlZDIhnU7nKfXBb9LARCIhEyNVZDKZLipJsAlTu91mEWKKnombSwPRJgwImAIfgFddAjTFxMwwu9Qu0T6PqQ/eS48eEi6ICZfj+T768UE+nz9AVIfFYvEAOsRml3lvJe4+RKH4+1Cv17NjazSaVyqV6t55PqFQiA9mt9uZRfIv2Ww2j9Pp/BIOh08A+ByNRk/Qhx+Rin0xLdKjd+aEv4Ab+LhPK0uvr9lstrm+cNwjcZbl3EBYBdRE4te1Wm0OMBMqvAaIXV94L+eeFBxRGQgEpvhoMyFUaG6CCXlJfVB9rvtQEJ2vAPQV+gZQCCAmHP87JuWhOCl7/61teHz+cNz9T97V36C/AYfWa/Ye8paKAAAAAElFTkSuQmCC", "width" : 20, "height" : 25, "aspectRatio" : 0.8, "originalName" : "dropdown-usage-1.png"}}
json_instruct
{"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "object", "properties": {"src": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "aspectRatio": {"type": "number"}, "originalName": {"type": "string"}}, "required": ["src", "width", "height", "aspectRatio", "originalName"]}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "Mu", "definitions" : ["The twelfth letter of the Greek alphabet (\u039c, \u03bc), transliterated as \u2018m\u2019.", "The twelfth star in a constellation.", "Relating to muons."], "parts-of-speech" : "Noun"}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["HEADER Play Type: Matched | Game Type: Battlehost | Grand Alliance: Order | Allegiance: Cities of Sigmar Extra Command Point Purchased ( 50pts ) Stronghold: Misthavn Realm of Battle: ULGU, The Realm of SHADOW HEADER HEADER 300pts ITEM: Sorceress on Black Dragon Role: Leader, Behemoth Quantity: 1 Artefact: Gloom Bell 300pts ITEM: Dreadlord on Black Dragon General Role: Leader, Behemoth Quantity: 1 Command Trait: Shadow Lord Battle Trait: Synesthalcum 90pts ITEM: Sorceress Role: Leader Quantity: 1 HEADER HEADER 200pts ITEM: Darkshards Role: Battleline Quantity: 20 Upgrade: Guardmaster Upgrade: Hornblower Upgrade: Standard Bearer 180pts ITEM: Dreadspears Role: Battleline Quantity: 20 Upgrade: Hornblower Upgrade: Lordling Upgrade: Standard Bearer 260pts ITEM: Drakespawn Knights Role: Battleline Quantity: 10 Upgrade: Dread Knight Upgrade: Hornblower Upgrade: Standard Bearer ITEM: Sorceress on Black Dragon See the \"Leader\" occurrence of this unit ITEM: Dreadlord on Black Dragon See the \"Leader\" occurrence of this unit HEADER 0pts/400pts Allies Army deemed valid by Azyr Roster Builder 240pts ITEM: Executioners Role: Other Quantity: 20 260pts ITEM: Black Guard Role: Other Quantity: 20 Upgrade: Captain Upgrade: Drummer Upgrade: Standard Bearer 110pts ITEM: Shadow Warriors Role: Other Quantity: 10 Upgrade: Shadow-walker"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"objects/power/isn_battery_t1/isn_battery_t1.object": {"type": "array", "items": {"type": "string"}}}, "required": ["objects/power/isn_battery_t1/isn_battery_t1.object"]}, "Texts": {"type": "object", "properties": {"Chs": {"type": "string"}, "Eng": {"type": "string"}}, "required": ["Chs", "Eng"]}}, "required": ["DeniedAlternatives", "Files", "Texts"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"DeniedAlternatives" : [], "Files" : {"objects/power/isn_battery_t1/isn_battery_t1.object" : ["/description"]}, "Texts" : {"Chs" : "\u57fa\u7840\u7684\u7535\u529b\u50a8\u5b58\u8bbe\u5907\u3002\n\u50a8\u5b58\u7535\u80fd\uff1a^green;1000J^reset;\n\u8f93\u51fa\u529f\u7387\uff1a^green;4W^reset;", "Eng" : "A basic power storage unit.\nPower Stored: ^green;1000J^reset;\nPower Output: ^green;4W^reset;"}}, {"DeniedAlternatives" : [], "Files" : {"objects/power/isn_battery_t1/isn_battery_t1.object" : ["/shortdescription"]}, "Texts" : {"Chs" : "^orange;\u57fa\u7840^reset;\u7535\u6c60", "Eng" : "^orange;Basic^reset; Battery"}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"objects/power/isn_battery_t1/isn_battery_t1.object": {"type": "array", "items": {"type": "string"}}}, "required": ["objects/power/isn_battery_t1/isn_battery_t1.object"]}, "Texts": {"type": "object", "properties": {"Chs": {"type": "string"}, "Eng": {"type": "string"}}, "required": ["Chs", "Eng"]}}, "required": ["DeniedAlternatives", "Files", "Texts"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "names": {"type": "object", "properties": {"ja": {"type": "string"}, "kana": {"type": "string"}, "en": {"type": "string"}, "fr": {"type": "string"}, "it": {"type": "string"}, "de": {"type": "string"}, "es": {"type": "string"}, "ko": {"type": "string"}, "zh-CN": {"type": "string"}, "zh-TW": {"type": "string"}}, "required": ["ja", "kana", "en", "fr", "it", "de", "es", "ko", "zh-CN", "zh-TW"]}, "flavor_text_entries": {"type": "object", "properties": {"ja": {"type": "string"}, "kana": {"type": "string"}, "en": {"type": "string"}, "fr": {"type": "string"}, "it": {"type": "string"}, "de": {"type": "string"}, "es": {"type": "string"}, "ko": {"type": "string"}, "zh-CN": {"type": "string"}, "zh-TW": {"type": "string"}}, "required": ["ja", "kana", "en", "fr", "it", "de", "es", "ko", "zh-CN", "zh-TW"]}}, "required": ["id", "name", "names", "flavor_text_entries"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 514, "name" : "data-card-10", "names" : {"ja" : "\u30c7\u30fc\u30bf\u30ab\u30fc\u30c9\uff11\uff10", "kana" : "\u30c7\u30fc\u30bf\u30ab\u30fc\u30c9\uff11\uff10", "en" : "Data Card 10", "fr" : "Carte M\u00e9mo10", "it" : "Scheda Dati 10", "de" : "Datenkarte10", "es" : "Tarjeta Datos 10", "ko" : "\ub370\uc774\ud130\uce74\ub4dc10", "zh-CN" : "\u6570\u636e\u5361\uff11\uff10", "zh-TW" : "\u8cc7\u6599\u5361\uff11\uff10"}, "flavor_text_entries" : {"ja" : "\u30dd\u30b1\u30b9\u30ed\u30f3\u306e\u3000\u8a18\u9332\u304c\u3000\u306f\u3044\u3063\u3066\u3044\u308b\u3002 \u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0\u30b9\u30ce\u30fc\u3000\uff11\u4f4d \u56de\u6570\u304c\u3000\u8a18\u9332\u3055\u308c\u305f\u3000\u30ab\u30fc\u30c9\u3002", "kana" : "\u30dd\u30b1\u30b9\u30ed\u30f3\u306e\u3000\u304d\u308d\u304f\u304c\u3000\u306f\u3044\u3063\u3066\u3044\u308b\u3002 \u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0\u30b9\u30ce\u30fc\u3000\uff11\u3044 \u304b\u3044\u3059\u3046\u304c\u3000\u304d\u308d\u304f\u3055\u308c\u305f\u3000\u30ab\u30fc\u30c9\u3002", "en" : "It holds Pok\u00e9athlon records. It is a card that shows how many times you won the Pok\u00e9athlon\u2019s Snow Throw.", "fr" : "Contient vos donn\u00e9es du Pok\u00e9athlon. Sur cette carte est inscrit le nombre de victoires \u00e0 la Bataille Neige.", "it" : "Contiene i tuoi dati Pok\u00e9athlon. Su questa Scheda \u00e8 registrato il numero di vittorie a Neve Incrociata.", "de" : "Speichert deine Pok\u00e9athlon-Rekorde. Die Karte zeigt, wie oft du den 1. Platz bei der Schneeschlacht belegt hast.", "es" : "Contiene los datos del Pok\u00e9athlon con el n\u00famero de victorias en Nieve Cruzada.", "ko" : "\ud3ec\ucf13\uc2ac\ub860\uc758 \uae30\ub85d\uc774 \ub4e4\uc5b4 \uc788\ub2e4. \uc288\ud305\uc2a4\ub178 1\uc704 \ud69f\uc218\uac00 \uae30\ub85d\ub41c \uce74\ub4dc.", "zh-CN" : "\u30fc \u30fc \u30fc", "zh-TW" : "\u30fc \u30fc \u30fc"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "names": {"type": "object", "properties": {"ja": {"type": "string"}, "kana": {"type": "string"}, "en": {"type": "string"}, "fr": {"type": "string"}, "it": {"type": "string"}, "de": {"type": "string"}, "es": {"type": "string"}, "ko": {"type": "string"}, "zh-CN": {"type": "string"}, "zh-TW": {"type": "string"}}, "required": ["ja", "kana", "en", "fr", "it", "de", "es", "ko", "zh-CN", "zh-TW"]}, "flavor_text_entries": {"type": "object", "properties": {"ja": {"type": "string"}, "kana": {"type": "string"}, "en": {"type": "string"}, "fr": {"type": "string"}, "it": {"type": "string"}, "de": {"type": "string"}, "es": {"type": "string"}, "ko": {"type": "string"}, "zh-CN": {"type": "string"}, "zh-TW": {"type": "string"}}, "required": ["ja", "kana", "en", "fr", "it", "de", "es", "ko", "zh-CN", "zh-TW"]}}, "required": ["id", "name", "names", "flavor_text_entries"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1986, 6], [1994, 7], [1995, 5]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"description": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "version": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}, "autoload": {"type": "object", "properties": {"classmap": {"type": "array", "items": {"type": "string"}}}, "required": ["classmap"]}}, "required": ["description", "name", "type", "license", "version", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"description" : "Access controller library for the Codeigniter.", "name" : "wardish/ci-access-controll", "type" : "library", "license" : "Aapache License 2.0", "version" : "1.0", "require" : {"php" : ">=5.3.0"}, "autoload" : {"classmap" : ["application/libraries/"]}}
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "version": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}, "autoload": {"type": "object", "properties": {"classmap": {"type": "array", "items": {"type": "string"}}}, "required": ["classmap"]}}, "required": ["description", "name", "type", "license", "version", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"testEnvironment": {"type": "string"}, "collectCoverage": {"type": "boolean"}, "coveragePathIgnorePatterns": {"type": "array", "items": {"type": "string"}}, "collectCoverageFrom": {"type": "array", "items": {"type": "string"}}, "testMatch": {"type": "array", "items": {"type": "string"}}}, "required": ["testEnvironment", "collectCoverage", "coveragePathIgnorePatterns", "collectCoverageFrom", "testMatch"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"testEnvironment" : "node", "collectCoverage" : true, "coveragePathIgnorePatterns" : ["interface.js"], "collectCoverageFrom" : ["<rootDir>/src/main/js/**/*.js"], "testMatch" : ["<rootDir>/src/test/js/**/*.js"]}
json_instruct
{"type": "object", "properties": {"testEnvironment": {"type": "string"}, "collectCoverage": {"type": "boolean"}, "coveragePathIgnorePatterns": {"type": "array", "items": {"type": "string"}}, "collectCoverageFrom": {"type": "array", "items": {"type": "string"}}, "testMatch": {"type": "array", "items": {"type": "string"}}}, "required": ["testEnvironment", "collectCoverage", "coveragePathIgnorePatterns", "collectCoverageFrom", "testMatch"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "category": {"type": "string"}, "start_url": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}}, "required": ["src"]}}, "theme_color": {"type": "string"}, "scope": {"type": "string"}, "bx_legacy_service_id": {"type": "string"}, "extended_scopes": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "category", "start_url", "icons", "theme_color", "scope", "bx_legacy_service_id", "extended_scopes"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "ManageWP", "category" : "Developer Tools", "start_url" : "https://orion.managewp.com/login", "icons" : [{"src" : "https://cdn.filestackcontent.com/X3NchFKJSneBCUUU8HpM"}, {"src" : "https://cdn.filestackcontent.com/xY61aBfUQceIamAiqGaB", "platform" : "browserx"}], "theme_color" : "#249cbc", "scope" : "https://orion.managewp.com", "bx_legacy_service_id" : "managewp", "extended_scopes" : ["https://managewp.com"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "category": {"type": "string"}, "start_url": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}}, "required": ["src"]}}, "theme_color": {"type": "string"}, "scope": {"type": "string"}, "bx_legacy_service_id": {"type": "string"}, "extended_scopes": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "category", "start_url", "icons", "theme_color", "scope", "bx_legacy_service_id", "extended_scopes"], "$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"}, "runtime": {"type": "integer"}, "gener": {"type": "array", "items": {"type": "string"}}, "bio": {"type": "string"}, "director": {"type": "array", "items": {"type": "string"}}, "Language": {"type": "array", "items": {"type": "string"}}, "Country": {"type": "string"}}, "required": ["name", "runtime", "gener", "bio", "director", "Language", "Country"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Aruvi", "runtime" : 130, "gener" : ["Drama"], "bio" : "A gentle girl born and brought up amidst the ever growing eco-social-consumeristic environment finds it difficult to fit in the society. She decides to take it hard on the people. What she does is the rest of the story.", "director" : ["Arun Prabhu Purushothaman"], "Language" : ["Tamil"], "Country" : "India"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "runtime": {"type": "integer"}, "gener": {"type": "array", "items": {"type": "string"}}, "bio": {"type": "string"}, "director": {"type": "array", "items": {"type": "string"}}, "Language": {"type": "array", "items": {"type": "string"}}, "Country": {"type": "string"}}, "required": ["name", "runtime", "gener", "bio", "director", "Language", "Country"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"fy": {"type": "array", "items": {"type": "string"}}}, "required": ["fy"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"fy" : ["e", "n", "i", "n_", "t", "a", "r", "s", "e_", "en", "o", "en_", "d", "l", "f", "t_", "k", "_f", "h", "in", "g", "er", "j", "m", "de", "an", "_e", "an_", "_d", "_o", "te", "ch", "y", "st", "w", "ar", "de_", "_fa", "fan", "_en", "b", "och", "_s", "c", "_i", "p", "fa", "cht", "el", "ing", "oa", "oc", "ng", "_h", "ke", "_t", "it", "jo", "_b", "yn", "joc", "rjo", "ht", "_de", "yn_", "be", "u", "ge", "ng_", "li", "it_", "rj", "ns", "_rj", "ie", "s_", "_be", "r_", "_yn", "at", "_it", "at_", "oar", "_r", "ei", "ri", "_w", "le", "ea", "g_", "_ha", "_m", "te_", "k_", "_y", "sj", "fe", "\u00fbn", "ha", "_g", "fer", "mi", "sk", "in_", "_fe", "re", "\u00fb", "p_", "me", "der", "fo", "_n", "ne", "ht_", "as", "rd", "ten", "_op", "_oa", "_fo", "d_", "_k", "ik", "nd", "je", "al", "_te", "ke_", "op_", "st_", "\u00ea", "op", "_el", "wur", "elk", "ien", "nde", "'", "om", "_\u00fbn", "ear", "lik", "he", "aa", "lk", "ur", "_fr", "ar_", "ts", "lk_", "l_", "ni", "le_", "_'e", "er_", "foa", "ch_", "'e_", "min", "es", "_wu", "rde", "hat", "tr", "wu", "fr", "di", "na", "_\u00fb", "et", "_a", "we", "id", "_of", "_ge", "of_", "\u00east", "oan", "\u00fbnd", "ste", "ens", "ike", "f_", "ske", "ij", "_'", "ti", "ro", "ken", "_st", "ins", "fri", "rij", "h_", "m_", "'e", "_mi", "nsk", "om_", "_k\u00ea", "ne_", "urd", "gen", "k\u00eas", "si", "hte", "asj", "\u00eas", "of", "ed", "_in", "_sy", "id_", "mme", "_l", "is", "_dy", "tsj", "re_", "syn", "sje", "ki", "men", "mm", "k\u00ea", "rk", "il", "jin", "den", "hei", "se", "nt", "dy", "ll", "sy", "_me", "_da", "ige", "sil", "_si", "z", "wi", "rs", "nn", "ld", "ers", "jen", "dat", "il_", "et_", "im", "ji", "ta", "_al", "eid", "_om", "_na", "mei", "eri", "ig", "oe", "ijh", "jhe", "ei_", "'t_", "ski", "tro", "_tr", "ol", "ze", "\u00e2", "da", "ard", "nne", "is_", "nin", "gr", "ber", "nst", "bes", "arr", "rr", "roc", "fol", "erk", "lea", "ich", "ter", "sji", "_ta", "imm", "_p", "pe", "jh", "i_", "'t", "on", "ra", "y_", "mie", "lin", "kip", "lle", "aas", "ede", "bi", "la", "eg", "erw", "str"]}
json_instruct
{"type": "object", "properties": {"fy": {"type": "array", "items": {"type": "string"}}}, "required": ["fy"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"Sphere": {"type": "object", "properties": {"radius": {"type": "number"}}, "required": ["radius"]}, "Cilinder": {"type": "object", "properties": {"height": {"type": "number"}, "radius": {"type": "number"}}, "required": ["height", "radius"]}, "Cubic": {"type": "object", "properties": {"height": {"type": "number"}, "width": {"type": "number"}, "length": {"type": "number"}}, "required": ["height", "width", "length"]}}, "required": ["Sphere", "Cilinder", "Cubic"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Sphere" : {"radius" : 20.5}, "Cilinder" : {"height" : 30.5, "radius" : 20.5}, "Cubic" : {"height" : 30.5, "width" : 20.5, "length" : 20.5}}
json_instruct
{"type": "object", "properties": {"Sphere": {"type": "object", "properties": {"radius": {"type": "number"}}, "required": ["radius"]}, "Cilinder": {"type": "object", "properties": {"height": {"type": "number"}, "radius": {"type": "number"}}, "required": ["height", "radius"]}, "Cubic": {"type": "object", "properties": {"height": {"type": "number"}, "width": {"type": "number"}, "length": {"type": "number"}}, "required": ["height", "width", "length"]}}, "required": ["Sphere", "Cilinder", "Cubic"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 101853647, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "40ebe172a2e2f8088f427a738f03cdcd", "wof:id" : 101853647, "wof:repo" : "whosonfirst-data-admin-gb"}, "bbox" : [-2.16222, 51.63944, -2.16222, 51.63944], "geometry" : {"coordinates" : [-2.16222, 51.63944], "type" : "Point"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
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" : "aquatica:block/chair/magenta_spruce_chair"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-80.643817, 40.314669], [-80.642594, 40.333816], [-80.640196, 40.332581], [-80.636063, 40.332435], [-80.631056, 40.333004], [-80.623169, 40.332218], [-80.621522, 40.333265], [-80.621038, 40.335448], [-80.621715, 40.338919], [-80.626553, 40.342388], [-80.628559, 40.34595], [-80.628398, 40.348169], [-80.624414, 40.349724], [-80.62514, 40.350346], [-80.62365, 40.351132], [-80.620522, 40.351566], [-80.617858, 40.348533], [-80.613587, 40.340471], [-80.610796, 40.340868], [-80.60458, 40.330979], [-80.600495, 40.321169], [-80.599895, 40.317666], [-80.602895, 40.307069], [-80.607385, 40.302727], [-80.616412, 40.303726], [-80.617616, 40.304118], [-80.617332, 40.305246], [-80.619301, 40.30555], [-80.615682, 40.313411], [-80.636248, 40.317549], [-80.643817, 40.314669]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 51182}}]}
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#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "dt": {"type": "integer"}, "ar": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "al": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "picUrl": {"type": "string"}}, "required": ["id", "name", "picUrl"]}}, "required": ["id", "name", "dt", "ar", "al"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : 1300030179, "name" : "DOGS (Remix)", "dt" : 195000, "ar" : {"id" : 28668990, "name" : "IW*E X JUNJAMAN"}, "al" : {"id" : 72202131, "name" : "DOGS (Remix)", "picUrl" : "https://p1.music.126.net/DACy_JT5R4kkjf1soBQCAQ==/109951164928445362.jpg"}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "dt": {"type": "integer"}, "ar": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "al": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "picUrl": {"type": "string"}}, "required": ["id", "name", "picUrl"]}}, "required": ["id", "name", "dt", "ar", "al"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"iso_numeric": {"type": "integer"}, "code": {"type": "string"}, "name": {"type": "string"}, "symbol": {"type": "string"}, "alternate_symbols": {"type": "array", "items": {"type": "string"}}, "subunit": {"type": "string"}, "subunit_to_unit": {"type": "integer"}, "symbol_first": {"type": "boolean"}, "html_entity": {"type": "string"}, "decimal_mark": {"type": "string"}, "thousands_separator": {"type": "string"}, "smallest_denomination": {"type": "integer"}}, "required": ["iso_numeric", "code", "name", "symbol", "alternate_symbols", "subunit", "subunit_to_unit", "symbol_first", "html_entity", "decimal_mark", "thousands_separator", "smallest_denomination"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"iso_numeric" : 901, "code" : "TWD", "name" : "New Taiwan Dollar", "symbol" : "$", "alternate_symbols" : ["NT$"], "subunit" : "Cent", "subunit_to_unit" : 100, "symbol_first" : true, "html_entity" : "$", "decimal_mark" : ".", "thousands_separator" : ",", "smallest_denomination" : 50}
json_instruct
{"type": "object", "properties": {"iso_numeric": {"type": "integer"}, "code": {"type": "string"}, "name": {"type": "string"}, "symbol": {"type": "string"}, "alternate_symbols": {"type": "array", "items": {"type": "string"}}, "subunit": {"type": "string"}, "subunit_to_unit": {"type": "integer"}, "symbol_first": {"type": "boolean"}, "html_entity": {"type": "string"}, "decimal_mark": {"type": "string"}, "thousands_separator": {"type": "string"}, "smallest_denomination": {"type": "integer"}}, "required": ["iso_numeric", "code", "name", "symbol", "alternate_symbols", "subunit", "subunit_to_unit", "symbol_first", "html_entity", "decimal_mark", "thousands_separator", "smallest_denomination"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"probe_id": {"type": "integer"}, "resolvers": {"type": "array", "items": {"type": "object", "properties": {"ipv6_tcp": {"type": "boolean"}, "resolver_asn": {"type": "integer"}, "resolver_net": {"type": "string"}, "ipv4_tcp": {"type": "boolean"}, "internal": {"type": "string"}, "ipv6_cap": {"type": "boolean"}}, "required": ["ipv6_tcp", "resolver_asn", "resolver_net", "ipv4_tcp", "internal", "ipv6_cap"]}}}, "required": ["probe_id", "resolvers"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"probe_id" : 11632, "resolvers" : [{"ipv6_tcp" : true, "resolver_asn" : 12322, "resolver_net" : "78.192.0.0/11", "ipv4_tcp" : true, "internal" : "192.168.0.42", "ipv6_cap" : true}, {"ipv6_tcp" : true, "resolver_asn" : 12322, "resolver_net" : "78.192.0.0/11", "ipv4_tcp" : true, "internal" : "192.168.0.39", "ipv6_cap" : true}, {"ipv6_tcp" : true, "resolver_asn" : 12322, "resolver_net" : "78.192.0.0/11", "ipv4_tcp" : true, "internal" : "2a01:e34:ec1e:4560:1::5", "ipv6_cap" : true}]}
json_instruct
{"type": "object", "properties": {"probe_id": {"type": "integer"}, "resolvers": {"type": "array", "items": {"type": "object", "properties": {"ipv6_tcp": {"type": "boolean"}, "resolver_asn": {"type": "integer"}, "resolver_net": {"type": "string"}, "ipv4_tcp": {"type": "boolean"}, "internal": {"type": "string"}, "ipv6_cap": {"type": "boolean"}}, "required": ["ipv6_tcp", "resolver_asn", "resolver_net", "ipv4_tcp", "internal", "ipv6_cap"]}}}, "required": ["probe_id", "resolvers"], "$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"}, "children": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "name": {"type": "string"}}, "required": ["id", "children", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 33022, "children" : [{"id" : 33024, "name" : "Self-identification -- and conduct"}, {"id" : 33023, "name" : "Self-identification -- as activism"}, {"id" : 33026, "name" : "Self-identification -- as mode of communication"}, {"id" : 33025, "name" : "Self-identification -- distinguished from status"}], "name" : "Self-identification"}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "children": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "name": {"type": "string"}}, "required": ["id", "children", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nom" : "Rontalon", "dpt" : "Rh\u00f4ne", "inscrits" : 864, "abs" : 136, "votants" : 728, "blancs" : 24, "nuls" : 3, "exp" : 701, "res" : [{"panneau" : "2", "voix" : 191}, {"panneau" : "3", "voix" : 164}, {"panneau" : "11", "voix" : 149}, {"panneau" : "9", "voix" : 88}, {"panneau" : "1", "voix" : 48}, {"panneau" : "4", "voix" : 35}, {"panneau" : "8", "voix" : 13}, {"panneau" : "10", "voix" : 7}, {"panneau" : "5", "voix" : 3}, {"panneau" : "6", "voix" : 2}, {"panneau" : "7", "voix" : 1}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}