input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"apiEndpoint": {"type": "string"}, "key": {"type": "string"}}, "required": ["apiEndpoint", "key"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"apiEndpoint" : "http://example.com/state/", "key" : "samplekey"}
json_instruct
{"type": "object", "properties": {"apiEndpoint": {"type": "string"}, "key": {"type": "string"}}, "required": ["apiEndpoint", "key"], "$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"}, "manifest_version": {"type": "integer"}, "description": {"type": "string"}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"matches": {"type": "array", "items": {"type": "string"}}, "css": {"type": "array", "items": {"type": "string"}}, "js": {"type": "array", "items": {"type": "string"}}}, "required": ["matches", "css", "js"]}}, "web_accessible_resources": {"type": "array", "items": {"type": "string"}}, "options_ui": {"type": "object", "properties": {"page": {"type": "string"}, "chrome_style": {"type": "boolean"}}, "required": ["page", "chrome_style"]}, "permissions": {"type": "array", "items": {"type": "string"}}, "icons": {"type": "object", "properties": {"16": {"type": "string"}, "48": {"type": "string"}, "128": {"type": "string"}}, "required": ["16", "48", "128"]}}, "required": ["name", "version", "manifest_version", "description", "content_scripts", "web_accessible_resources", "options_ui", "permissions", "icons"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Alc English Word Save", "version" : "1.1.0", "manifest_version" : 2, "description" : "Save searched Alc words to Google Spread Sheet", "content_scripts" : [{"matches" : ["<all_urls>"], "css" : ["css/alc-save.css"], "js" : ["js/content.min.js"]}], "web_accessible_resources" : ["js/embedded.min.js", "img/loader.gif"], "options_ui" : {"page" : "options.html", "chrome_style" : true}, "permissions" : ["<all_urls>", "browsingData", "storage"], "icons" : {"16" : "img/icon/icon_16.png", "48" : "img/icon/icon_48.png", "128" : "img/icon/icon_128.png"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "manifest_version": {"type": "integer"}, "description": {"type": "string"}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"matches": {"type": "array", "items": {"type": "string"}}, "css": {"type": "array", "items": {"type": "string"}}, "js": {"type": "array", "items": {"type": "string"}}}, "required": ["matches", "css", "js"]}}, "web_accessible_resources": {"type": "array", "items": {"type": "string"}}, "options_ui": {"type": "object", "properties": {"page": {"type": "string"}, "chrome_style": {"type": "boolean"}}, "required": ["page", "chrome_style"]}, "permissions": {"type": "array", "items": {"type": "string"}}, "icons": {"type": "object", "properties": {"16": {"type": "string"}, "48": {"type": "string"}, "128": {"type": "string"}}, "required": ["16", "48", "128"]}}, "required": ["name", "version", "manifest_version", "description", "content_scripts", "web_accessible_resources", "options_ui", "permissions", "icons"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"year" : 1973, "sex" : "F", "n" : 6, "prop" : 3.86e-06}, {"year" : 1974, "sex" : "F", "n" : 10, "prop" : 6.39e-06}, {"year" : 1976, "sex" : "F", "n" : 6, "prop" : 3.82e-06}, {"year" : 1977, "sex" : "F", "n" : 7, "prop" : 4.26e-06}, {"year" : 1978, "sex" : "F", "n" : 7, "prop" : 4.26e-06}, {"year" : 1980, "sex" : "F", "n" : 5, "prop" : 2.81e-06}, {"year" : 1981, "sex" : "F", "n" : 7, "prop" : 3.91e-06}, {"year" : 1982, "sex" : "F", "n" : 9, "prop" : 4.96e-06}, {"year" : 1983, "sex" : "F", "n" : 9, "prop" : 5.03e-06}, {"year" : 1984, "sex" : "F", "n" : 8, "prop" : 4.44e-06}, {"year" : 1988, "sex" : "F", "n" : 8, "prop" : 4.16e-06}, {"year" : 1990, "sex" : "F", "n" : 8, "prop" : 3.89e-06}, {"year" : 1991, "sex" : "F", "n" : 6, "prop" : 2.95e-06}, {"year" : 1992, "sex" : "F", "n" : 5, "prop" : 2.49e-06}, {"year" : 1993, "sex" : "F", "n" : 6, "prop" : 3.04e-06}, {"year" : 1994, "sex" : "F", "n" : 5, "prop" : 2.57e-06}, {"year" : 1995, "sex" : "F", "n" : 10, "prop" : 5.21e-06}, {"year" : 1996, "sex" : "F", "n" : 10, "prop" : 5.22e-06}, {"year" : 1997, "sex" : "F", "n" : 10, "prop" : 5.24e-06}, {"year" : 1998, "sex" : "F", "n" : 25, "prop" : 0}, {"year" : 1999, "sex" : "F", "n" : 13, "prop" : 6.68e-06}, {"year" : 2000, "sex" : "F", "n" : 15, "prop" : 7.52e-06}, {"year" : 2001, "sex" : "F", "n" : 14, "prop" : 7.07e-06}, {"year" : 2002, "sex" : "F", "n" : 25, "prop" : 0}, {"year" : 2003, "sex" : "F", "n" : 19, "prop" : 9.47e-06}, {"year" : 2004, "sex" : "F", "n" : 18, "prop" : 8.93e-06}, {"year" : 2005, "sex" : "F", "n" : 22, "prop" : 0}, {"year" : 2006, "sex" : "F", "n" : 17, "prop" : 8.14e-06}, {"year" : 2007, "sex" : "F", "n" : 21, "prop" : 9.93e-06}, {"year" : 2008, "sex" : "F", "n" : 27, "prop" : 0}, {"year" : 2009, "sex" : "F", "n" : 16, "prop" : 7.91e-06}, {"year" : 2010, "sex" : "F", "n" : 15, "prop" : 7.66e-06}, {"year" : 2011, "sex" : "F", "n" : 13, "prop" : 6.72e-06}, {"year" : 2012, "sex" : "F", "n" : 17, "prop" : 8.78e-06}, {"year" : 2013, "sex" : "F", "n" : 10, "prop" : 5.2e-06}, {"year" : 2014, "sex" : "F", "n" : 8, "prop" : 4.1e-06}, {"year" : 2015, "sex" : "F", "n" : 9, "prop" : 4.63e-06}, {"year" : 2016, "sex" : "F", "n" : 8, "prop" : 4.15e-06}, {"year" : 2017, "sex" : "F", "n" : 9, "prop" : 4.8e-06}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"891": {"type": "string"}, "893": {"type": "string"}}, "required": ["891", "893"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"891" : "892", "893" : "894"}
json_instruct
{"type": "object", "properties": {"891": {"type": "string"}, "893": {"type": "string"}}, "required": ["891", "893"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"connectionString": {"type": "string"}, "secret": {"type": "string"}, "contactEmail": {"type": "string"}, "googleAnalyticsAccount": {"type": "string"}}, "required": ["connectionString", "secret", "contactEmail", "googleAnalyticsAccount"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"connectionString" : "mongodb://localhost:27017/my-cms", "secret" : "REPLACE THIS WITH YOUR OWN SECRET, IT CAN BE ANY STRING", "contactEmail" : "REPLACE THIS WITH YOUR EMAIL ADDRESS", "googleAnalyticsAccount" : "UA-XXXXXXXX-X"}
json_instruct
{"type": "object", "properties": {"connectionString": {"type": "string"}, "secret": {"type": "string"}, "contactEmail": {"type": "string"}, "googleAnalyticsAccount": {"type": "string"}}, "required": ["connectionString", "secret", "contactEmail", "googleAnalyticsAccount"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "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" : [[[124.0, 27.583333333333332], [124.0, 27.666666666666668], [124.125, 27.666666666666668], [124.125, 27.583333333333332], [124.0, 27.583333333333332]]]}, "properties" : {"code" : 412430, "url" : "http://madefor.github.io/0410/api/v1/412430.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/412430.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#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 404369255, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "97886f84be7f0a760ff2e07e3bc1a388", "wof:id" : 404369255, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [4.40941241034831, 44.60064261179617, 4.43184406467218, 44.620675729547], "geometry" : {"coordinates" : [[[4.42360779819053, 44.60064261179617], [4.42271024134102, 44.604030669727], [4.40994730237082, 44.60773279929532], [4.40941241034831, 44.61457365892704], [4.41385134804838, 44.620675729547], [4.42220638502468, 44.62003731797088], [4.43184406467218, 44.61431237648993], [4.42727180809129, 44.60449408594719], [4.42360779819053, 44.60064261179617]]], "type" : "Polygon"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"coverage": {"type": "object", "properties": {"US Census": {"type": "object", "properties": {"geoid": {"type": "string"}, "name": {"type": "string"}, "state": {"type": "string"}}, "required": ["geoid", "name", "state"]}, "country": {"type": "string"}, "state": {"type": "string"}, "county": {"type": "string"}}, "required": ["US Census", "country", "state", "county"]}, "data": {"type": "string"}, "type": {"type": "string"}, "website": {"type": "string"}, "conform": {"type": "object", "properties": {"type": {"type": "string"}, "street": {"type": "array", "items": {"type": "string"}}, "number": {"type": "string"}, "unit": {"type": "string"}, "city": {"type": "string"}, "region": {"type": "string"}, "postcode": {"type": "string"}}, "required": ["type", "street", "number", "unit", "city", "region", "postcode"]}}, "required": ["coverage", "data", "type", "website", "conform"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"coverage" : {"US Census" : {"geoid" : "37025", "name" : "Cabarrus County", "state" : "North Carolina"}, "country" : "us", "state" : "nc", "county" : "Cabarrus"}, "data" : "http://gisservices2.cabarruscounty.us/arcgis/rest/services/opendata/MapServer/42", "type" : "ESRI", "website" : "http://www.cabarruscounty.us/government/departments/information-technology/Pages/Data-Services.aspx", "conform" : {"type" : "geojson", "street" : ["road_pre", "road_name", "road_type", "road_suf"], "number" : "addressnum", "unit" : "unit_num", "city" : "City", "region" : "State", "postcode" : "Zip"}}
json_instruct
{"type": "object", "properties": {"coverage": {"type": "object", "properties": {"US Census": {"type": "object", "properties": {"geoid": {"type": "string"}, "name": {"type": "string"}, "state": {"type": "string"}}, "required": ["geoid", "name", "state"]}, "country": {"type": "string"}, "state": {"type": "string"}, "county": {"type": "string"}}, "required": ["US Census", "country", "state", "county"]}, "data": {"type": "string"}, "type": {"type": "string"}, "website": {"type": "string"}, "conform": {"type": "object", "properties": {"type": {"type": "string"}, "street": {"type": "array", "items": {"type": "string"}}, "number": {"type": "string"}, "unit": {"type": "string"}, "city": {"type": "string"}, "region": {"type": "string"}, "postcode": {"type": "string"}}, "required": ["type", "street", "number", "unit", "city", "region", "postcode"]}}, "required": ["coverage", "data", "type", "website", "conform"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"variants" : {"" : {"model" : "obeliskmod:block/dark_oak_planks_stool"}}}
json_instruct
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "96ded39d34ed77f989c413fac393603c5dae93c8"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"acorn": {"type": "string"}, "css": {"type": "string"}, "css-what": {"type": "string"}}, "required": ["acorn", "css", "css-what"]}}, "required": ["name", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "unused_css", "scripts" : {"start" : "node index.js"}, "dependencies" : {"acorn" : "^6.1.1", "css" : "^2.2.4", "css-what" : "^2.1.3"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"acorn": {"type": "string"}, "css": {"type": "string"}, "css-what": {"type": "string"}}, "required": ["acorn", "css", "css-what"]}}, "required": ["name", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"Cases": {"type": "integer"}, "Deaths": {"type": "integer"}}, "required": ["Cases", "Deaths"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"Cases" : 3068, "Deaths" : 267}, {"Cases" : 3087, "Deaths" : 271}, {"Cases" : 3110, "Deaths" : 273}, {"Cases" : 3182, "Deaths" : 283}, {"Cases" : 3261, "Deaths" : 291}, {"Cases" : 3325, "Deaths" : 293}, {"Cases" : 3336, "Deaths" : 293}, {"Cases" : 3341, "Deaths" : 294}, {"Cases" : 3359, "Deaths" : 295}, {"Cases" : 3361, "Deaths" : 295}, {"Cases" : 3399, "Deaths" : 295}, {"Cases" : 3405, "Deaths" : 295}, {"Cases" : 3436, "Deaths" : 296}, {"Cases" : 3529, "Deaths" : 297}, {"Cases" : 3553, "Deaths" : 297}, {"Cases" : 3554, "Deaths" : 297}, {"Cases" : 3607, "Deaths" : 297}, {"Cases" : 3799, "Deaths" : 299}, {"Cases" : 3803, "Deaths" : 299}, {"Cases" : 3811, "Deaths" : 299}, {"Cases" : 3816, "Deaths" : 299}, {"Cases" : 4081, "Deaths" : 301}, {"Cases" : 4103, "Deaths" : 300}, {"Cases" : 4310, "Deaths" : 301}, {"Cases" : 4340, "Deaths" : 301}, {"Cases" : 4497, "Deaths" : 300}, {"Cases" : 4382, "Deaths" : 280}, {"Cases" : 4382, "Deaths" : 280}, {"Cases" : 4428, "Deaths" : 281}, {"Cases" : 4455, "Deaths" : 281}, {"Cases" : 4481, "Deaths" : 281}, {"Cases" : 4510, "Deaths" : 281}, {"Cases" : 4552, "Deaths" : 281}, {"Cases" : 4595, "Deaths" : 281}, {"Cases" : 4624, "Deaths" : 281}, {"Cases" : 4660, "Deaths" : 282}, {"Cases" : 4734, "Deaths" : 283}, {"Cases" : 4786, "Deaths" : 283}, {"Cases" : 4786, "Deaths" : 283}, {"Cases" : 4796, "Deaths" : 283}, {"Cases" : 4820, "Deaths" : 283}, {"Cases" : 4852, "Deaths" : 284}, {"Cases" : 4884, "Deaths" : 284}, {"Cases" : 4907, "Deaths" : 286}, {"Cases" : 4967, "Deaths" : 286}, {"Cases" : 4995, "Deaths" : 286}, {"Cases" : 5025, "Deaths" : 286}, {"Cases" : 5056, "Deaths" : 286}, {"Cases" : 5076, "Deaths" : 286}, {"Cases" : 5125, "Deaths" : 286}, {"Cases" : 5153, "Deaths" : 286}, {"Cases" : 5188, "Deaths" : 286}, {"Cases" : 5240, "Deaths" : 288}, {"Cases" : 5304, "Deaths" : 288}, {"Cases" : 5334, "Deaths" : 287}, {"Cases" : 5384, "Deaths" : 287}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"Cases": {"type": "integer"}, "Deaths": {"type": "integer"}}, "required": ["Cases", "Deaths"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"minecraft:behavior_tree": {"type": "object", "properties": {"minecraft:name": {"type": "string"}, "minecraft:root": {"type": "object", "properties": {"minecraft:sequence": {"type": "object", "properties": {"children": {"type": "array", "items": {"type": "object", "properties": {"minecraft:wait_ticks": {"type": "object", "properties": {}, "required": []}}, "required": ["minecraft:wait_ticks"]}}}, "required": ["children"]}}, "required": ["minecraft:sequence"]}}, "required": ["minecraft:name", "minecraft:root"]}}, "required": ["minecraft:behavior_tree"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"minecraft:behavior_tree" : {"minecraft:name" : "wait_ticks", "minecraft:root" : {"minecraft:sequence" : {"children" : [{"minecraft:wait_ticks" : {}}]}}}}
json_instruct
{"type": "object", "properties": {"minecraft:behavior_tree": {"type": "object", "properties": {"minecraft:name": {"type": "string"}, "minecraft:root": {"type": "object", "properties": {"minecraft:sequence": {"type": "object", "properties": {"children": {"type": "array", "items": {"type": "object", "properties": {"minecraft:wait_ticks": {"type": "object", "properties": {}, "required": []}}, "required": ["minecraft:wait_ticks"]}}}, "required": ["children"]}}, "required": ["minecraft:sequence"]}}, "required": ["minecraft:name", "minecraft:root"]}}, "required": ["minecraft:behavior_tree"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"del": {"type": "string"}, "gulp": {"type": "string"}, "gulp-concat": {"type": "string"}, "gulp-connect": {"type": "string"}, "gulp-minify-css": {"type": "string"}, "gulp-uglify": {"type": "string"}, "merge-stream": {"type": "string"}, "nw-builder": {"type": "string"}, "socket.io": {"type": "string"}}, "required": ["del", "gulp", "gulp-concat", "gulp-connect", "gulp-minify-css", "gulp-uglify", "merge-stream", "nw-builder", "socket.io"]}, "dependences": {"type": "object", "properties": {"socket.io": {"type": "string"}}, "required": ["socket.io"]}, "main": {"type": "string"}, "window": {"type": "object", "properties": {"toolbar": {"type": "boolean"}, "frame": {"type": "boolean"}, "icon": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "min_width": {"type": "integer"}, "min_height": {"type": "integer"}}, "required": ["toolbar", "frame", "icon", "width", "height", "min_width", "min_height"]}}, "required": ["name", "description", "version", "author", "devDependencies", "dependences", "main", "window"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "liac-soccer", "description" : "", "version" : "1.0.0", "author" : "Renato de Pontes Pereira <[email protected]>", "devDependencies" : {"del" : "*", "gulp" : "*", "gulp-concat" : "*", "gulp-connect" : "*", "gulp-minify-css" : "*", "gulp-uglify" : "*", "merge-stream" : "*", "nw-builder" : "^2.0.2", "socket.io" : "*"}, "dependences" : {"socket.io" : "*"}, "main" : "build/index.html", "window" : {"toolbar" : false, "frame" : true, "icon" : "src/assets/ball.png", "width" : 850, "height" : 650, "min_width" : 850, "min_height" : 650}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"del": {"type": "string"}, "gulp": {"type": "string"}, "gulp-concat": {"type": "string"}, "gulp-connect": {"type": "string"}, "gulp-minify-css": {"type": "string"}, "gulp-uglify": {"type": "string"}, "merge-stream": {"type": "string"}, "nw-builder": {"type": "string"}, "socket.io": {"type": "string"}}, "required": ["del", "gulp", "gulp-concat", "gulp-connect", "gulp-minify-css", "gulp-uglify", "merge-stream", "nw-builder", "socket.io"]}, "dependences": {"type": "object", "properties": {"socket.io": {"type": "string"}}, "required": ["socket.io"]}, "main": {"type": "string"}, "window": {"type": "object", "properties": {"toolbar": {"type": "boolean"}, "frame": {"type": "boolean"}, "icon": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "min_width": {"type": "integer"}, "min_height": {"type": "integer"}}, "required": ["toolbar", "frame", "icon", "width", "height", "min_width", "min_height"]}}, "required": ["name", "description", "version", "author", "devDependencies", "dependences", "main", "window"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id_4608": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "readers": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "string"}, "genres": {"type": "string"}}, "required": ["title", "language", "totaltime", "url_librivox", "url_iarchive", "readers", "authors", "genres"]}}, "required": ["id_4608"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id_4608" : {"title" : "Coffee Break Collection 005 - Love and Relationships", "language" : "English", "totaltime" : "2:58:32", "url_librivox" : "http://librivox.org/coffee-break-collection-005-love-and-relationships/", "url_iarchive" : "http://www.archive.org/details/coffee_break_005_1104_librivox", "readers" : ["1618", "1933", "2050", "3470", "4160", "4570", "4687", "5340", "5485", "5492", "5725", "5842", "5887", "5997", "6179"], "authors" : "18", "genres" : "Romance"}}
json_instruct
{"type": "object", "properties": {"id_4608": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "readers": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "string"}, "genres": {"type": "string"}}, "required": ["title", "language", "totaltime", "url_librivox", "url_iarchive", "readers", "authors", "genres"]}}, "required": ["id_4608"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"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" : "9435050013", "district_id" : "9435050", "name" : "MAODAGI"}
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#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "array", "items": {"type": "object", "properties": {"languageCode": {"type": "string"}, "languageText": {"type": "string"}}, "required": ["languageCode", "languageText"]}}, "description": {"type": "array", "items": {"type": "object", "properties": {"languageCode": {"type": "string"}, "languageText": {"type": "string"}}, "required": ["languageCode", "languageText"]}}, "administrativeStatus": {"type": "string"}, "versionValidFrom": {"type": "string"}, "validFrom": {"type": "string"}, "createdDate": {"type": "string"}, "createdBy": {"type": "string"}, "instanceVariables": {"type": "array", "items": {"type": "string"}}, "unitType": {"type": "string"}, "shortName": {"type": "string"}}, "required": ["id", "name", "description", "administrativeStatus", "versionValidFrom", "validFrom", "createdDate", "createdBy", "instanceVariables", "unitType", "shortName"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "ecdd88f0-3831-4dd4-bfcd-54aad501ed07", "name" : [{"languageCode" : "nb", "languageText" : "loennOgTilsvarendeYtelser"}], "description" : [{"languageCode" : "nb", "languageText" : "UttrekkSkattemelding record (LogicalRecord) loenn og tilsvarende ytelser"}], "administrativeStatus" : "DRAFT", "versionValidFrom" : "2019-05-29T10:18:10.000Z", "validFrom" : "2019-05-29T10:18:10.000Z", "createdDate" : "2019-05-29T10:18:10.000Z", "createdBy" : "BNJ", "instanceVariables" : ["/InstanceVariable/351743a5-ca6d-4971-8997-790dc3c0fadf", "/InstanceVariable/5ef94549-80ef-4da4-8bd0-189fd1ab1363", "/InstanceVariable/55633eb6-ec89-4f62-a8fc-d4b208455242", "/InstanceVariable/e0bd197a-43c5-40f0-86cf-60f8a8c7b87b", "/InstanceVariable/404ac68d-2882-4202-883f-c714b65d0113", "/InstanceVariable/e8721336-d4c0-40ba-93ae-90aec4cc530e", "/InstanceVariable/af68cbf5-53b2-4e1d-b305-a08dadc8e800"], "unitType" : "/UnitType/51a8dcde-127d-49de-84a4-a0a9c34f666f", "shortName" : "LOENNOGTILSVARENDEYTELSER"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "array", "items": {"type": "object", "properties": {"languageCode": {"type": "string"}, "languageText": {"type": "string"}}, "required": ["languageCode", "languageText"]}}, "description": {"type": "array", "items": {"type": "object", "properties": {"languageCode": {"type": "string"}, "languageText": {"type": "string"}}, "required": ["languageCode", "languageText"]}}, "administrativeStatus": {"type": "string"}, "versionValidFrom": {"type": "string"}, "validFrom": {"type": "string"}, "createdDate": {"type": "string"}, "createdBy": {"type": "string"}, "instanceVariables": {"type": "array", "items": {"type": "string"}}, "unitType": {"type": "string"}, "shortName": {"type": "string"}}, "required": ["id", "name", "description", "administrativeStatus", "versionValidFrom", "validFrom", "createdDate", "createdBy", "instanceVariables", "unitType", "shortName"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"uuid": {"type": "string"}, "bioAsHtml": {"type": "string"}, "acceptedTalks": {"type": "array", "items": {"type": "object", "properties": {"talkType": {"type": "string"}, "track": {"type": "string"}, "links": {"type": "array", "items": {"type": "object", "properties": {"href": {"type": "string"}, "rel": {"type": "string"}, "title": {"type": "string"}}, "required": ["href", "rel", "title"]}}, "id": {"type": "string"}, "title": {"type": "string"}}, "required": ["talkType", "track", "links", "id", "title"]}}, "company": {"type": "string"}, "bio": {"type": "string"}, "lastName": {"type": "string"}, "firstName": {"type": "string"}, "blog": {"type": "null"}, "avatarURL": {"type": "string"}, "twitter": {"type": "null"}, "lang": {"type": "string"}}, "required": ["uuid", "bioAsHtml", "acceptedTalks", "company", "bio", "lastName", "firstName", "blog", "avatarURL", "twitter", "lang"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"uuid" : "2982991f21138ab271c4ff154ecf26bc86364f15", "bioAsHtml" : "<p>TBD</p>\n", "acceptedTalks" : [{"talkType" : "Conference", "track" : "Cloud, Containers &amp; Infrastructure", "links" : [{"href" : "http://cfp.devoxx.pl/api/conferences/DevoxxPL2018/talks/FVL-5658", "rel" : "http://cfp.devoxx.pl/api/profile/talk", "title" : "More details about this talk"}, {"href" : "http://cfp.devoxx.pl/api/conferences/DevoxxPL2018/speakers/2982991f21138ab271c4ff154ecf26bc86364f15", "rel" : "http://cfp.devoxx.pl/api/profile/speaker", "title" : "Marcin \u017bbik"}], "id" : "FVL-5658", "title" : "When Terraform alone isn't enough"}], "company" : "Demo Company", "bio" : "TBD", "lastName" : "User", "firstName" : "Demo", "blog" : null, "avatarURL" : "http://www.gravatar.com/avatar/0d3d7a47fdc05c624181667adfc98e54", "twitter" : null, "lang" : "pl"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"uuid": {"type": "string"}, "bioAsHtml": {"type": "string"}, "acceptedTalks": {"type": "array", "items": {"type": "object", "properties": {"talkType": {"type": "string"}, "track": {"type": "string"}, "links": {"type": "array", "items": {"type": "object", "properties": {"href": {"type": "string"}, "rel": {"type": "string"}, "title": {"type": "string"}}, "required": ["href", "rel", "title"]}}, "id": {"type": "string"}, "title": {"type": "string"}}, "required": ["talkType", "track", "links", "id", "title"]}}, "company": {"type": "string"}, "bio": {"type": "string"}, "lastName": {"type": "string"}, "firstName": {"type": "string"}, "blog": {"type": "null"}, "avatarURL": {"type": "string"}, "twitter": {"type": "null"}, "lang": {"type": "string"}}, "required": ["uuid", "bioAsHtml", "acceptedTalks", "company", "bio", "lastName", "firstName", "blog", "avatarURL", "twitter", "lang"]}, "$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"}, "license": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "email", "homepage"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "zendframework/zend-mvc": {"type": "string"}, "zendframework/zend-navigation": {"type": "string"}}, "required": ["php", "zendframework/zend-mvc", "zendframework/zend-navigation"]}, "autoload": {"type": "object", "properties": {"psr-0": {"type": "object", "properties": {"Soflomo\\Sitemap": {"type": "string"}}, "required": ["Soflomo\\Sitemap"]}, "classmap": {"type": "array", "items": {"type": "string"}}}, "required": ["psr-0", "classmap"]}}, "required": ["name", "description", "license", "type", "keywords", "homepage", "authors", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "soflomo/sitemap", "description" : "Sitemap module for Zend Framework 2 ", "license" : "BSD-3-Clause", "type" : "library", "keywords" : ["zf2", "sitemap", "navigation"], "homepage" : "https://github.com/Soflomo/Sitemap", "authors" : [{"name" : "Jurian Sluiman", "email" : "[email protected]", "homepage" : "http://soflomo.com"}], "require" : {"php" : ">=5.3.3.", "zendframework/zend-mvc" : "~2.0", "zendframework/zend-navigation" : "~2.0"}, "autoload" : {"psr-0" : {"Soflomo\\Sitemap" : "src/"}, "classmap" : ["./Module.php"]}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "email", "homepage"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "zendframework/zend-mvc": {"type": "string"}, "zendframework/zend-navigation": {"type": "string"}}, "required": ["php", "zendframework/zend-mvc", "zendframework/zend-navigation"]}, "autoload": {"type": "object", "properties": {"psr-0": {"type": "object", "properties": {"Soflomo\\Sitemap": {"type": "string"}}, "required": ["Soflomo\\Sitemap"]}, "classmap": {"type": "array", "items": {"type": "string"}}}, "required": ["psr-0", "classmap"]}}, "required": ["name", "description", "license", "type", "keywords", "homepage", "authors", "require", "autoload"], "$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"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}, "casingName": {"type": "string"}}, "required": ["Name", "ShortName", "Description", "casingName"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Name" : "Cartucho \"Express\" con perdigones de 6,5 mm del calibre 12/70", "ShortName" : "6,5 12/70", "Description" : "Cartuchos \"Express\" de calibre 12/70 cargados con 9 perdigones de 6,5 mm para escopetas de Cal. 12.", "casingName" : "Perdigones 6,5 mm 12/70"}
json_instruct
{"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}, "casingName": {"type": "string"}}, "required": ["Name", "ShortName", "Description", "casingName"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "alias": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "priority": {"type": "integer"}, "providers": {"type": "array", "items": {"type": "string"}}, "migration": {"type": "object", "properties": {"seeds": {"type": "array", "items": {"type": "string"}}}, "required": ["seeds"]}, "aliases": {"type": "object", "properties": {}, "required": []}, "files": {"type": "array", "items": {}}, "requires": {"type": "array", "items": {}}}, "required": ["name", "alias", "description", "keywords", "priority", "providers", "migration", "aliases", "files", "requires"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "User", "alias" : "user", "description" : "", "keywords" : [], "priority" : 0, "providers" : ["Modules\\User\\Providers\\ModuleServiceProvider", "Modules\\User\\Providers\\RouteServiceProvider", "Modules\\User\\Providers\\EventServiceProvider", "Modules\\User\\Providers\\AuthServiceProvider"], "migration" : {"seeds" : ["Modules\\User\\Database\\Seeders\\RbacSeeder", "Modules\\User\\Database\\Seeders\\UserSeeder"]}, "aliases" : {}, "files" : [], "requires" : []}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "alias": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "priority": {"type": "integer"}, "providers": {"type": "array", "items": {"type": "string"}}, "migration": {"type": "object", "properties": {"seeds": {"type": "array", "items": {"type": "string"}}}, "required": ["seeds"]}, "aliases": {"type": "object", "properties": {}, "required": []}, "files": {"type": "array", "items": {}}, "requires": {"type": "array", "items": {}}}, "required": ["name", "alias", "description", "keywords", "priority", "providers", "migration", "aliases", "files", "requires"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"errors": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "message": {"type": "string"}}, "required": ["code", "message"]}}, "changedResources": {"type": "array", "items": {"type": "object", "properties": {"action": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "path": {"type": "string"}, "changedAttributes": {"type": "object", "properties": {}, "required": []}}, "required": ["action", "type", "name", "path", "changedAttributes"]}}, "changedDataSources": {"type": "array", "items": {}}}, "required": ["errors", "changedResources", "changedDataSources"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"errors" : [{"code" : "UNABLE_TO_PARSE_ATTRIBUTE_NAME", "message" : "Attribute name not found on line \" task_definition\" (ignored)"}], "changedResources" : [{"action" : "update", "type" : "aws_ecs_service", "name" : "blah", "path" : "aws_ecs_service.blah", "changedAttributes" : {}}], "changedDataSources" : []}
json_instruct
{"type": "object", "properties": {"errors": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "message": {"type": "string"}}, "required": ["code", "message"]}}, "changedResources": {"type": "array", "items": {"type": "object", "properties": {"action": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "path": {"type": "string"}, "changedAttributes": {"type": "object", "properties": {}, "required": []}}, "required": ["action", "type", "name", "path", "changedAttributes"]}}, "changedDataSources": {"type": "array", "items": {}}}, "required": ["errors", "changedResources", "changedDataSources"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[2008, 7], [2009, 14], [2010, 8], [2011, 14], [2012, 8], [2013, 5], [2014, 5]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "uberminer:block/block_ubercrafter"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"menuId": {"type": "string"}, "menuTitle": {"type": "string"}, "menuDescription": {"type": "string"}, "menuPrice": {"type": "number"}, "menuImageUrl": {"type": "string"}}, "required": ["menuId", "menuTitle", "menuDescription", "menuPrice", "menuImageUrl"]}}}, "required": ["status", "message", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"status" : 200, "message" : "", "data" : [{"menuId" : "12abd24535eecb2", "menuTitle" : "Deluxe", "menuDescription" : "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.", "menuPrice" : 12.0, "menuImageUrl" : "https://github.com/john-hexis/ApiPlaceHolder/blob/main/images/pizza/DeluxePizza.jpg"}, {"menuId" : "156cabe34d66350", "menuTitle" : "Hawaiian", "menuDescription" : "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.", "menuPrice" : 15.0, "menuImageUrl" : "https://github.com/john-hexis/ApiPlaceHolder/blob/main/images/pizza/HawaiianPizza.jpg"}, {"menuId" : "70e22dceab39a0e", "menuTitle" : "Pepperoni", "menuDescription" : "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.", "menuPrice" : 13.0, "menuImageUrl" : "https://github.com/john-hexis/ApiPlaceHolder/blob/main/images/pizza/PepperoniPizza.jpg"}]}
json_instruct
{"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"menuId": {"type": "string"}, "menuTitle": {"type": "string"}, "menuDescription": {"type": "string"}, "menuPrice": {"type": "number"}, "menuImageUrl": {"type": "string"}}, "required": ["menuId", "menuTitle", "menuDescription", "menuPrice", "menuImageUrl"]}}}, "required": ["status", "message", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"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" : 11026, "cartId" : "0f0182aa-f5eb-4c6d-9ef5-61692140a21f", "preferredProducts" : [3258, 1114, 381, 4846, 4880, 205, 3907, 4453, 3850, 226], "productReviews" : [{"productId" : 3791, "reviewText" : "My co-worker Knute has one of these. He says it looks smoky.", "reviewDate" : "2016-08-12T16:34:35.961436+03:00"}, {"productId" : 4141, "reviewText" : "The box this comes in is 5 yard by 6 centimeter and weights 18 gram!!", "reviewDate" : "2019-03-06T19:22:46.9681515+02:00"}, {"productId" : 3293, "reviewText" : "This Berkshire works considerably well. It mildly improves my basketball by a lot.", "reviewDate" : "2019-07-29T13:56:24.7363612+03:00"}, {"productId" : 1740, "reviewText" : "The box this comes in is 5 foot by 6 inch and weights 17 pound!!!", "reviewDate" : "2017-02-18T14:55:04.6636831+02:00"}, {"productId" : 3531, "reviewText" : "My neighbor Georgine has one of these. She works as a fireman and she says it looks colorful.", "reviewDate" : "2019-01-21T10:09:51.5869161+02: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": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01003419": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01003419"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Topology", "objects" : {"E01003419" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00017295", "LAD11CD" : "E09000024"}, "arcs" : [[0, 1, 2]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00017298", "LAD11CD" : "E09000024"}, "arcs" : [[3, 4, 5]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00017302", "LAD11CD" : "E09000024"}, "arcs" : [[6, 7, -2, 8]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00017303", "LAD11CD" : "E09000024"}, "arcs" : [[-5, 9, -3, -8, 10]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00017304", "LAD11CD" : "E09000024"}, "arcs" : [[-6, -11, -7, 11]]}]}}, "arcs" : [[[8186, 6199], [771, 752], [-208, -272], [251, -262], [870, -155], [-856, -376], [985, -1184], [-384, -262], [266, -601], [-442, -81]], [[9439, 3758], [-747, 1182], [-832, -258]], [[7860, 4682], [-203, 764], [529, 753]], [[4651, 9633], [737, -390], [186, -627], [1476, -143], [1166, -97], [-58, -428], [438, -75], [236, -415], [-951, -999]], [[7881, 6459], [-808, -830], [-151, 726], [-530, -31], [-68, 394], [-509, 22], [501, -2310]], [[6316, 4430], [-650, -223], [-1111, 1608], [-1638, 571], [326, 2137], [-439, -58], [127, 764], [563, -127], [1157, 531]], [[8389, 2806], [-1086, 2025]], [[7303, 4831], [557, -149]], [[9439, 3758], [353, -713], [-454, -73], [-949, -166]], [[7881, 6459], [305, -260]], [[7303, 4831], [-642, 26], [8, -385], [-353, -42]], [[8389, 2806], [-451, -849], [192, -777], [-428, -373], [-1071, -807], [-823, 492], [-528, 330], [-1051, 904], [-1558, 1370], [-1423, 1248], [-334, 294], [-718, 3159], [-196, 1287], [1986, 915], [2665, -366]]], "transform" : {"scale" : [1.3458220731510156e-06, 9.381480828586226e-07], "translate" : [-0.234921180721621, 51.383224268397335]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01003419": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01003419"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"css/ionic.css": {"type": "string"}, "css/ionic.min.css": {"type": "string"}, "js/angular-ui/angular-ui-router.js": {"type": "string"}, "js/angular-ui/angular-ui-router.min.js": {"type": "string"}, "js/angular/angular-animate.js": {"type": "string"}, "js/angular/angular-animate.min.js": {"type": "string"}, "js/angular/angular-resource.js": {"type": "string"}, "js/angular/angular-resource.min.js": {"type": "string"}, "js/angular/angular-sanitize.js": {"type": "string"}, "js/angular/angular-sanitize.min.js": {"type": "string"}, "js/angular/angular.js": {"type": "string"}, "js/angular/angular.min.js": {"type": "string"}, "js/ionic-angular.js": {"type": "string"}, "js/ionic-angular.min.js": {"type": "string"}, "js/ionic.bundle.js": {"type": "string"}, "js/ionic.bundle.min.js": {"type": "string"}, "js/ionic.js": {"type": "string"}, "js/ionic.min.js": {"type": "string"}}, "required": ["css/ionic.css", "css/ionic.min.css", "js/angular-ui/angular-ui-router.js", "js/angular-ui/angular-ui-router.min.js", "js/angular/angular-animate.js", "js/angular/angular-animate.min.js", "js/angular/angular-resource.js", "js/angular/angular-resource.min.js", "js/angular/angular-sanitize.js", "js/angular/angular-sanitize.min.js", "js/angular/angular.js", "js/angular/angular.min.js", "js/ionic-angular.js", "js/ionic-angular.min.js", "js/ionic.bundle.js", "js/ionic.bundle.min.js", "js/ionic.js", "js/ionic.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"css/ionic.css" : "sha256-hnhB1ujm+ggDICUmqnimDH7ROA9Tf+hcoCdZj3N6jiQ=", "css/ionic.min.css" : "sha256-Odwld6XTMcscU3xRkmsOIAeIij5IENuEjsyeyPC90/8=", "js/angular-ui/angular-ui-router.js" : "sha256-8w7l0513LvFePJ/wrAi7Mlvxn7EAZjcaSDlqm8EbW2o=", "js/angular-ui/angular-ui-router.min.js" : "sha256-GmWIjq32HBb/l6xpFVMaQRhFrtbM3iHzFIgK6U1Y51w=", "js/angular/angular-animate.js" : "sha256-CTExcoo881hQce8jYeOieNlhta3q97PF4v3zNN6Tqaw=", "js/angular/angular-animate.min.js" : "sha256-ZbCA4RJWOJzJhSIqMR6RZ35Xji5snC2PXLNZNCsasts=", "js/angular/angular-resource.js" : "sha256-HHsx8Mv/w6AaghHEpyfdV13ugNC7DkUD+n7+QVTgnTc=", "js/angular/angular-resource.min.js" : "sha256-IttMLNC0z+aa540T8/C8OxZhFV9K+f715Au/rgvKgLQ=", "js/angular/angular-sanitize.js" : "sha256-jfb+WqKe3P+5rdl1C+0lNgxdx/07pVxUWNW87w/6Ax4=", "js/angular/angular-sanitize.min.js" : "sha256-qdJ/XEO7hFyTrOIf/JYX/XsaBfUn1totknrlfmN0tZY=", "js/angular/angular.js" : "sha256-L/yuo6E3WLJSrxo6SY05vSNAJdyheLh8yU7DamHnQt8=", "js/angular/angular.min.js" : "sha256-cRg7JxXlZqMlv4CDxs+3ego77gGXj0UxaLT1xa5pmkc=", "js/ionic-angular.js" : "sha256-nLZbixese7hoorptT93lwgzfH59Vw/m/HR5YQj5e24s=", "js/ionic-angular.min.js" : "sha256-hkfxHDGLpJ5o0Jl/DdUnkMCr1PHrepMkTMTPu1J1Ro0=", "js/ionic.bundle.js" : "sha256-64zpN8zjXCf9UJrarKghwu1okuuGbeFIuNDeaePB3Nw=", "js/ionic.bundle.min.js" : "sha256-nzZgP9agvRmgmHAnn9+BSJDyxr9TVZu23+WgrU893hM=", "js/ionic.js" : "sha256-oEO3AcmlkPuocutFS1e1UaMvq39KrGRMg1aMyUUbQZM=", "js/ionic.min.js" : "sha256-e75BU9DuFqq8QzfFEK38bcsJeSluLw9nPlelo1zQe/w="}
json_instruct
{"type": "object", "properties": {"css/ionic.css": {"type": "string"}, "css/ionic.min.css": {"type": "string"}, "js/angular-ui/angular-ui-router.js": {"type": "string"}, "js/angular-ui/angular-ui-router.min.js": {"type": "string"}, "js/angular/angular-animate.js": {"type": "string"}, "js/angular/angular-animate.min.js": {"type": "string"}, "js/angular/angular-resource.js": {"type": "string"}, "js/angular/angular-resource.min.js": {"type": "string"}, "js/angular/angular-sanitize.js": {"type": "string"}, "js/angular/angular-sanitize.min.js": {"type": "string"}, "js/angular/angular.js": {"type": "string"}, "js/angular/angular.min.js": {"type": "string"}, "js/ionic-angular.js": {"type": "string"}, "js/ionic-angular.min.js": {"type": "string"}, "js/ionic.bundle.js": {"type": "string"}, "js/ionic.bundle.min.js": {"type": "string"}, "js/ionic.js": {"type": "string"}, "js/ionic.min.js": {"type": "string"}}, "required": ["css/ionic.css", "css/ionic.min.css", "js/angular-ui/angular-ui-router.js", "js/angular-ui/angular-ui-router.min.js", "js/angular/angular-animate.js", "js/angular/angular-animate.min.js", "js/angular/angular-resource.js", "js/angular/angular-resource.min.js", "js/angular/angular-sanitize.js", "js/angular/angular-sanitize.min.js", "js/angular/angular.js", "js/angular/angular.min.js", "js/ionic-angular.js", "js/ionic-angular.min.js", "js/ionic.bundle.js", "js/ionic.bundle.min.js", "js/ionic.js", "js/ionic.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"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" : ["1. Pour the juice and soda water into a large punch bowl.", "2. Gradually stir in the syrup, tasting regularly until you reach the desired sweetness and fragrance. Refrigerate until it's time to serve.", "3. Just before serving, stir in the ice and scatter the raspberries and flowers over the top."], "ingredients" : ["2 (32-ounce) bottles no-sugar-added raspberry-and-apple juice, chilled", "2 quarts soda water, chilled", "1 cup rose-petal syrup", "About 36 ice cubes (about three trays' worth)", "2 pints fresh raspberries", "A few edible flowers, like roses or violets, for decoration"], "language" : "en-US", "source" : "www.epicurious.com", "tags" : ["Punch", "Non-Alcoholic", "Fruit", "Valentine's Day", "Kid-Friendly", "Raspberry", "Apple", "Birthday", "Cookie", "Drink"], "title" : "Raspberry and Ros\u00e9 Petal Punch", "url" : "http://www.epicurious.com/recipes/food/views/raspberry-and-rose-petal-punch-240034"}
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#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["520425200208", "\u5e78\u798f\u56ed\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["520425200209", "\u731b\u5fb7\u5be8\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["520425200210", "\u7fa4\u8054\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["520425200212", "\u5927\u6c34\u4e95\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["520425200214", "\u6e7e\u576a\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["520425200215", "\u767d\u77f3\u5ca9\u6751\u6c11\u59d4\u5458\u4f1a", "210", "0"], ["520425200216", "\u5ca9\u4e0a\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["520425200217", "\u5e72\u6c34\u4e95\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["520425200218", "\u65b0\u9a70\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {"type": "string"}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"generated_at" : "2017-01-27T09:37:35.630503", "required_by" : ["collective.castle"], "requires" : ["setuptools"], "package" : "Products.CAS4PAS"}
json_instruct
{"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {"type": "string"}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-81.66575, 41.512448], [-81.656303, 41.516198], [-81.653036, 41.512314], [-81.655705, 41.511591], [-81.654969, 41.507966], [-81.658743, 41.507561], [-81.659333, 41.510527], [-81.664389, 41.509125], [-81.666815, 41.512013], [-81.66575, 41.512448]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 50960}}]}
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#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["engine-base", "expand", "helper-related", "jstransformer-engine", "readme-generator", "template-error", "update-copyright", "updater-license"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"yield": {"type": "null"}, "nutritionEstimates": {"type": "array", "items": {}}, "totalTime": {"type": "string"}, "images": {"type": "array", "items": {"type": "object", "properties": {"hostedSmallUrl": {"type": "string"}, "hostedMediumUrl": {"type": "string"}, "hostedLargeUrl": {"type": "string"}, "imageUrlsBySize": {"type": "object", "properties": {"90": {"type": "string"}, "360": {"type": "string"}}, "required": ["90", "360"]}}, "required": ["hostedSmallUrl", "hostedMediumUrl", "hostedLargeUrl", "imageUrlsBySize"]}}, "name": {"type": "string"}, "source": {"type": "object", "properties": {"sourceDisplayName": {"type": "string"}, "sourceSiteUrl": {"type": "string"}, "sourceRecipeUrl": {"type": "string"}}, "required": ["sourceDisplayName", "sourceSiteUrl", "sourceRecipeUrl"]}, "id": {"type": "string"}, "ingredientLines": {"type": "array", "items": {"type": "string"}}, "attribution": {"type": "object", "properties": {"html": {"type": "string"}, "url": {"type": "string"}, "text": {"type": "string"}, "logo": {"type": "string"}}, "required": ["html", "url", "text", "logo"]}, "numberOfServings": {"type": "integer"}, "totalTimeInSeconds": {"type": "integer"}, "attributes": {"type": "object", "properties": {"course": {"type": "array", "items": {"type": "string"}}, "cuisine": {"type": "array", "items": {"type": "string"}}, "holiday": {"type": "array", "items": {"type": "string"}}}, "required": ["course", "cuisine", "holiday"]}, "flavors": {"type": "object", "properties": {}, "required": []}, "rating": {"type": "integer"}}, "required": ["yield", "nutritionEstimates", "totalTime", "images", "name", "source", "id", "ingredientLines", "attribution", "numberOfServings", "totalTimeInSeconds", "attributes", "flavors", "rating"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"yield" : null, "nutritionEstimates" : [], "totalTime" : "1 hr 30 min", "images" : [{"hostedSmallUrl" : "https://lh3.googleusercontent.com/I8M5y0crLe63_qKP6fUmz_gNl5dpWrukGH5kV4bJJ1GYJ1ueoIHvFWZC5smb7bxYHzMtiYPk1yD2yRdP27Mjcg=s90", "hostedMediumUrl" : "https://lh3.googleusercontent.com/I8M5y0crLe63_qKP6fUmz_gNl5dpWrukGH5kV4bJJ1GYJ1ueoIHvFWZC5smb7bxYHzMtiYPk1yD2yRdP27Mjcg=s180", "hostedLargeUrl" : "https://lh3.googleusercontent.com/I8M5y0crLe63_qKP6fUmz_gNl5dpWrukGH5kV4bJJ1GYJ1ueoIHvFWZC5smb7bxYHzMtiYPk1yD2yRdP27Mjcg=s360", "imageUrlsBySize" : {"90" : "https://lh3.googleusercontent.com/HR9KhXEd2iEp176U9Zr9FyECVFGlLLgKvagk5qmdrWRM-PTvD39LlTL7z32p7ooyoBO8Ud8_TwZhFmEVHO1A=s90-c", "360" : "https://lh3.googleusercontent.com/HR9KhXEd2iEp176U9Zr9FyECVFGlLLgKvagk5qmdrWRM-PTvD39LlTL7z32p7ooyoBO8Ud8_TwZhFmEVHO1A=s360-c"}}], "name" : "Chinese Roast Pork", "source" : {"sourceDisplayName" : "foodyoo.com", "sourceSiteUrl" : "foodyoo.com", "sourceRecipeUrl" : "http://www.foodyoo.com/recipe%20collections/recipe-5/chinese%20roast%20pork.htm"}, "id" : "Chinese-Roast-Pork-1942744", "ingredientLines" : ["1 kg pork belly (Rinse, clean and use a knife to scrape the skin to remove any dirt. Slice a few shallow cuts on the fresh side, around \u00bd inch deep. Pat it dry.)", "4 tablespoons rice wine or white wine", "1 teaspoon five spice powder", "\u00bd tablespoon white pepper powder", "2 tablespoons brown sugar", "3 cloves garlic, remove skin and cut into half", "1 cup salt"], "attribution" : {"html" : "<a href='http://www.yummly.co/recipe/Chinese-Roast-Pork-1942744'>Chinese Roast Pork recipe</a> information powered by <img alt='Yummly' src='https://static.yummly.co/api-logo.png'/>", "url" : "http://www.yummly.co/recipe/Chinese-Roast-Pork-1942744", "text" : "Chinese Roast Pork recipes: information powered by Yummly", "logo" : "https://static.yummly.co/api-logo.png"}, "numberOfServings" : 4, "totalTimeInSeconds" : 5400, "attributes" : {"course" : ["Main Dishes"], "cuisine" : ["Chinese"], "holiday" : ["Sunday Lunch"]}, "flavors" : {}, "rating" : 4}
json_instruct
{"type": "object", "properties": {"yield": {"type": "null"}, "nutritionEstimates": {"type": "array", "items": {}}, "totalTime": {"type": "string"}, "images": {"type": "array", "items": {"type": "object", "properties": {"hostedSmallUrl": {"type": "string"}, "hostedMediumUrl": {"type": "string"}, "hostedLargeUrl": {"type": "string"}, "imageUrlsBySize": {"type": "object", "properties": {"90": {"type": "string"}, "360": {"type": "string"}}, "required": ["90", "360"]}}, "required": ["hostedSmallUrl", "hostedMediumUrl", "hostedLargeUrl", "imageUrlsBySize"]}}, "name": {"type": "string"}, "source": {"type": "object", "properties": {"sourceDisplayName": {"type": "string"}, "sourceSiteUrl": {"type": "string"}, "sourceRecipeUrl": {"type": "string"}}, "required": ["sourceDisplayName", "sourceSiteUrl", "sourceRecipeUrl"]}, "id": {"type": "string"}, "ingredientLines": {"type": "array", "items": {"type": "string"}}, "attribution": {"type": "object", "properties": {"html": {"type": "string"}, "url": {"type": "string"}, "text": {"type": "string"}, "logo": {"type": "string"}}, "required": ["html", "url", "text", "logo"]}, "numberOfServings": {"type": "integer"}, "totalTimeInSeconds": {"type": "integer"}, "attributes": {"type": "object", "properties": {"course": {"type": "array", "items": {"type": "string"}}, "cuisine": {"type": "array", "items": {"type": "string"}}, "holiday": {"type": "array", "items": {"type": "string"}}}, "required": ["course", "cuisine", "holiday"]}, "flavors": {"type": "object", "properties": {}, "required": []}, "rating": {"type": "integer"}}, "required": ["yield", "nutritionEstimates", "totalTime", "images", "name", "source", "id", "ingredientLines", "attribution", "numberOfServings", "totalTimeInSeconds", "attributes", "flavors", "rating"], "$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": {"name": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "amount": {"type": "integer"}, "unit": {"type": "string"}}, "required": ["name", "amount", "unit"]}}}, "required": ["name", "ingredients"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "Pfannkuchen", "ingredients" : [{"name" : "Mehl", "amount" : 400, "unit" : "g"}, {"name" : "Milch", "amount" : 500, "unit" : "mL"}, {"name" : "Eier", "amount" : 4, "unit" : "stk"}, {"name" : "Bacon", "amount" : 2, "unit" : "pkt"}, {"name" : "Pilze", "amount" : 250, "unit" : "g"}]}, {"name" : "Tomate-Mozzarella", "ingredients" : [{"name" : "Tomaten", "amount" : 5, "unit" : "stk"}, {"name" : "Mozzarella", "amount" : 5, "unit" : "stk"}, {"name" : "Oliven\u00f6l", "amount" : 50, "unit" : "mL"}, {"name" : "Ciabatta", "amount" : 1, "unit" : "stk"}]}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "amount": {"type": "integer"}, "unit": {"type": "string"}}, "required": ["name", "amount", "unit"]}}}, "required": ["name", "ingredients"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"0": {"type": "boolean"}}, "required": ["0"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : "9e53428b5a45ee0a0d2d", "c" : {"0" : true}}
json_instruct
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"0": {"type": "boolean"}}, "required": ["0"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {"ethereum": {"type": "string"}}, "required": ["ethereum"]}, "hashing_algorithm": {"type": "null"}, "categories": {"type": "array", "items": {"type": "string"}}, "description": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country_origin": {"type": "string"}, "genesis_date": {"type": "null"}, "contract_address": {"type": "string"}, "url": {"type": "string"}, "explorers": {"type": "array", "items": {"type": "string"}}, "twitter": {"type": "string"}, "telegram": {"type": "string"}}, "required": ["id", "symbol", "name", "platforms", "hashing_algorithm", "categories", "description", "country_origin", "genesis_date", "contract_address", "url", "explorers", "twitter", "telegram"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "alldex-alliance", "symbol" : "axa", "name" : "Alldex Alliance", "platforms" : {"ethereum" : "0xf8ed6c51762208ff26f8f3e4efd4e06af2da649c"}, "hashing_algorithm" : null, "categories" : ["Finance / Banking"], "description" : {"en" : "Financial assets and cryptocurrency derivatives exchange, headquartered at the intersection of Eastern and Western culture \u2014Hong Kong. Founded by top-tier investment bankers, veteran traders with over 30 years of experience, former Google and Microsoft IT talents."}, "country_origin" : "", "genesis_date" : null, "contract_address" : "0xf8ed6c51762208ff26f8f3e4efd4e06af2da649c", "url" : "http://www.alldex.com/", "explorers" : ["https://etherscan.io/token/0xf8ed6c51762208ff26f8f3e4efd4e06af2da649c", "https://ethplorer.io/address/0xf8ed6c51762208ff26f8f3e4efd4e06af2da649c"], "twitter" : "alldex_com", "telegram" : "alldex_EN"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {"ethereum": {"type": "string"}}, "required": ["ethereum"]}, "hashing_algorithm": {"type": "null"}, "categories": {"type": "array", "items": {"type": "string"}}, "description": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country_origin": {"type": "string"}, "genesis_date": {"type": "null"}, "contract_address": {"type": "string"}, "url": {"type": "string"}, "explorers": {"type": "array", "items": {"type": "string"}}, "twitter": {"type": "string"}, "telegram": {"type": "string"}}, "required": ["id", "symbol", "name", "platforms", "hashing_algorithm", "categories", "description", "country_origin", "genesis_date", "contract_address", "url", "explorers", "twitter", "telegram"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"header": {"type": "object", "properties": {"protoclVersion": {"type": "object", "properties": {"protocolVersion": {"type": "string"}}, "required": ["protocolVersion"]}}, "required": ["protoclVersion"]}, "body": {"type": "object", "properties": {"rx_obcTime": {"type": "string"}, "rx_recvCnt": {"type": "string"}, "rx_gpsDate": {"type": "string"}, "rx_gpsTime": {"type": "string"}, "rx_lat": {"type": "number"}, "rx_long": {"type": "number"}, "rx_alt": {"type": "string"}, "rx_temp": {"type": "string"}, "rx_airP": {"type": "string"}, "rx_bSize": {"type": "string"}, "tx_id": {"type": "string"}, "tx_cnt": {"type": "string"}, "payload": {"type": "integer"}, "tx_gpsTime": {"type": "string"}, "tx_lat": {"type": "number"}, "tx_long": {"type": "number"}, "tx_alt": {"type": "integer"}}, "required": ["rx_obcTime", "rx_recvCnt", "rx_gpsDate", "rx_gpsTime", "rx_lat", "rx_long", "rx_alt", "rx_temp", "rx_airP", "rx_bSize", "tx_id", "tx_cnt", "payload", "tx_gpsTime", "tx_lat", "tx_long", "tx_alt"]}}, "required": ["header", "body"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"header" : {"protoclVersion" : {"protocolVersion" : "0.0.2"}}, "body" : {"rx_obcTime" : "414425", "rx_recvCnt" : "36", "rx_gpsDate" : "130319", "rx_gpsTime" : "110709", "rx_lat" : 35.709372, "rx_long" : 139.77112, "rx_alt" : "3", "rx_temp" : "24.48", "rx_airP" : "101037", "rx_bSize" : "36", "tx_id" : "23", "tx_cnt" : "198", "payload" : 1, "tx_gpsTime" : "110658", "tx_lat" : 35.70956, "tx_long" : 139.770992, "tx_alt" : 31}}
json_instruct
{"type": "object", "properties": {"header": {"type": "object", "properties": {"protoclVersion": {"type": "object", "properties": {"protocolVersion": {"type": "string"}}, "required": ["protocolVersion"]}}, "required": ["protoclVersion"]}, "body": {"type": "object", "properties": {"rx_obcTime": {"type": "string"}, "rx_recvCnt": {"type": "string"}, "rx_gpsDate": {"type": "string"}, "rx_gpsTime": {"type": "string"}, "rx_lat": {"type": "number"}, "rx_long": {"type": "number"}, "rx_alt": {"type": "string"}, "rx_temp": {"type": "string"}, "rx_airP": {"type": "string"}, "rx_bSize": {"type": "string"}, "tx_id": {"type": "string"}, "tx_cnt": {"type": "string"}, "payload": {"type": "integer"}, "tx_gpsTime": {"type": "string"}, "tx_lat": {"type": "number"}, "tx_long": {"type": "number"}, "tx_alt": {"type": "integer"}}, "required": ["rx_obcTime", "rx_recvCnt", "rx_gpsDate", "rx_gpsTime", "rx_lat", "rx_long", "rx_alt", "rx_temp", "rx_airP", "rx_bSize", "tx_id", "tx_cnt", "payload", "tx_gpsTime", "tx_lat", "tx_long", "tx_alt"]}}, "required": ["header", "body"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "calc": {"type": "boolean"}, "value": {"type": "string"}}, "required": ["id", "type", "calc", "value"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "CFILERBX", "type" : "box", "calc" : true, "value" : ""}, {"id" : "TPSSN", "type" : "ssn", "calc" : true, "value" : ""}, {"id" : "SPSSN", "type" : "ssn", "calc" : true, "value" : ""}, {"id" : "CONTROL", "type" : "alpha", "calc" : true, "value" : ""}, {"id" : "TPFNAME", "type" : "alpha", "calc" : true, "value" : ""}, {"id" : "LNAME", "type" : "alpha", "calc" : true, "value" : ""}, {"id" : "SPFNAME", "type" : "alpha", "calc" : true, "value" : ""}, {"id" : "SPLNAME", "type" : "alpha", "calc" : true, "value" : ""}, {"id" : "PAY", "type" : "number", "calc" : false, "value" : ""}, {"id" : "ADDR", "type" : "alpha", "calc" : true, "value" : ""}, {"id" : "CITY", "type" : "alpha", "calc" : true, "value" : ""}, {"id" : "STATE", "type" : "alpha", "calc" : true, "value" : ""}, {"id" : "ZIP", "type" : "zip", "calc" : true, "value" : ""}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "calc": {"type": "boolean"}, "value": {"type": "string"}}, "required": ["id", "type", "calc", "value"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"\uc758\uc548\uc811\uc218\uc815\ubcf4": {"type": "object", "properties": {"\uc758\uc548\ubc88\ud638": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc77c\uc790": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc790": {"type": "array", "items": {"type": "string"}}, "\ubb38\uc11c": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\ud68c\uae30": {"type": "array", "items": {"type": "string"}}}, "required": ["\uc758\uc548\ubc88\ud638", "\uc81c\uc548\uc77c\uc790", "\uc81c\uc548\uc790", "\ubb38\uc11c", "\uc81c\uc548\ud68c\uae30"]}, "\ubcf8\ud68c\uc758 \uc2ec\uc758\uc815\ubcf4": {"type": "object", "properties": {"\uc0c1\uc815\uc77c": {"type": "array", "items": {"type": "string"}}, "\uc758\uacb0\uc77c": {"type": "array", "items": {"type": "string"}}, "\ud68c\uc758\uba85": {"type": "array", "items": {"type": "string"}}, "\ud68c\uc758\uacb0\uacfc": {"type": "array", "items": {"type": "string"}}, "\ud68c\uc758\ub85d": {"type": "array", "items": {"type": "string"}}}, "required": ["\uc0c1\uc815\uc77c", "\uc758\uacb0\uc77c", "\ud68c\uc758\uba85", "\ud68c\uc758\uacb0\uacfc", "\ud68c\uc758\ub85d"]}}, "required": ["\uc758\uc548\uc811\uc218\uc815\ubcf4", "\ubcf8\ud68c\uc758 \uc2ec\uc758\uc815\ubcf4"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"\uc758\uc548\uc811\uc218\uc815\ubcf4" : {"\uc758\uc548\ubc88\ud638" : ["178277"], "\uc81c\uc548\uc77c\uc790" : ["2008-02-25"], "\uc81c\uc548\uc790" : ["\ub300\ud1b5\ub839"], "\ubb38\uc11c" : ["\uc758\uc548\uc6d0\ubb38"], "\uc81c\uc548\ud68c\uae30" : ["\uc81c17\ub300(2004~2008)\uc81c271\ud68c"]}, "\ubcf8\ud68c\uc758 \uc2ec\uc758\uc815\ubcf4" : {"\uc0c1\uc815\uc77c" : ["2008-02-29"], "\uc758\uacb0\uc77c" : ["2008-02-29"], "\ud68c\uc758\uba85" : ["\uc81c272\ud68c\uc81c1\ucc28"], "\ud68c\uc758\uacb0\uacfc" : ["\uc6d0\uc548\uac00\uacb0"], "\ud68c\uc758\ub85d" : [""]}}
json_instruct
{"type": "object", "properties": {"\uc758\uc548\uc811\uc218\uc815\ubcf4": {"type": "object", "properties": {"\uc758\uc548\ubc88\ud638": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc77c\uc790": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc790": {"type": "array", "items": {"type": "string"}}, "\ubb38\uc11c": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\ud68c\uae30": {"type": "array", "items": {"type": "string"}}}, "required": ["\uc758\uc548\ubc88\ud638", "\uc81c\uc548\uc77c\uc790", "\uc81c\uc548\uc790", "\ubb38\uc11c", "\uc81c\uc548\ud68c\uae30"]}, "\ubcf8\ud68c\uc758 \uc2ec\uc758\uc815\ubcf4": {"type": "object", "properties": {"\uc0c1\uc815\uc77c": {"type": "array", "items": {"type": "string"}}, "\uc758\uacb0\uc77c": {"type": "array", "items": {"type": "string"}}, "\ud68c\uc758\uba85": {"type": "array", "items": {"type": "string"}}, "\ud68c\uc758\uacb0\uacfc": {"type": "array", "items": {"type": "string"}}, "\ud68c\uc758\ub85d": {"type": "array", "items": {"type": "string"}}}, "required": ["\uc0c1\uc815\uc77c", "\uc758\uacb0\uc77c", "\ud68c\uc758\uba85", "\ud68c\uc758\uacb0\uacfc", "\ud68c\uc758\ub85d"]}}, "required": ["\uc758\uc548\uc811\uc218\uc815\ubcf4", "\ubcf8\ud68c\uc758 \uc2ec\uc758\uc815\ubcf4"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"addr:city": {"type": "string"}, "addr:housenumber": {"type": "string"}, "addr:postcode": {"type": "string"}, "addr:street": {"type": "string"}, "email": {"type": "string"}, "name": {"type": "string"}, "opening_hours": {"type": "string"}, "operator": {"type": "string"}, "phone": {"type": "string"}, "shop": {"type": "string"}, "website": {"type": "string"}, "id": {"type": "string"}}, "required": ["addr:city", "addr:housenumber", "addr:postcode", "addr:street", "email", "name", "opening_hours", "operator", "phone", "shop", "website", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "id" : "node/6984900683", "properties" : {"addr:city" : "Menden", "addr:housenumber" : "114", "addr:postcode" : "58708", "addr:street" : "Korbe", "email" : "[email protected]", "name" : "Ziegenhof zum Korbe", "opening_hours" : "Mo-Sa 17:00-20:00", "operator" : "Petra Hauenschild", "phone" : "+49 2373 4737", "shop" : "farm", "website" : "https://www.landservice.de/ls/betrieb_detail?land=D&ap=5&bernr=106&adr_nr=DE0300001908", "id" : "node/6984900683"}, "geometry" : {"type" : "Point", "coordinates" : [7.8298123, 51.4538216]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"addr:city": {"type": "string"}, "addr:housenumber": {"type": "string"}, "addr:postcode": {"type": "string"}, "addr:street": {"type": "string"}, "email": {"type": "string"}, "name": {"type": "string"}, "opening_hours": {"type": "string"}, "operator": {"type": "string"}, "phone": {"type": "string"}, "shop": {"type": "string"}, "website": {"type": "string"}, "id": {"type": "string"}}, "required": ["addr:city", "addr:housenumber", "addr:postcode", "addr:street", "email", "name", "opening_hours", "operator", "phone", "shop", "website", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "venue": {"type": "string"}, "year": {"type": "string"}, "publisher": {"type": "string"}, "address": {"type": "string"}, "links": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "href": {"type": "string"}}, "required": ["label", "href"]}}, "abstract": {"type": "string"}}, "required": ["type", "title", "authors", "venue", "year", "publisher", "address", "links", "abstract"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "conference", "title" : "Paired-Dual Learning for Fast Training of Latent Variable Hinge-Loss MRFs", "authors" : ["Stephen Bach*", "Bert Huang*", "Jordan Boyd-Graber", "Lise Getoor"], "venue" : "International Conference on Machine Learning", "year" : "2015", "publisher" : "PMLR", "address" : "Lille, France", "links" : [{"label" : "paper", "href" : "/assets/resources/bach-icml15.pdf"}], "abstract" : "Latent variables allow probabilistic graphical models to capture nuance and structure in important domains such as network science, natural language processing, and computer vision. Naive approaches to learning such complex models can be prohibitively expensive \u2014 because they require repeated inferences to update beliefs about latent variables \u2014 so lifting this restriction for useful classes of models is an important problem. Hinge-loss Markov random fields (HL-MRFs) are graphical models that allow highly scalable inference and learning in structured domains, in part by representing structured problems with continuous variables. However, this representation leads to challenges when learning with latent variables. We introduce paired-dual learning, a framework that greatly speeds up training by using tractable entropy surrogates and avoiding repeated inferences. Paired-dual learning optimizes an objective with a pair of dual inference problems. This allows fast, joint optimization of parameters and dual variables. We evaluate on social-group detection, trust prediction in social networks, and image reconstruction, finding that paired-dual learning trains models as accurate as those trained by traditional methods in much less time, often before traditional methods make even a single parameter update."}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "venue": {"type": "string"}, "year": {"type": "string"}, "publisher": {"type": "string"}, "address": {"type": "string"}, "links": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "href": {"type": "string"}}, "required": ["label", "href"]}}, "abstract": {"type": "string"}}, "required": ["type", "title", "authors", "venue", "year", "publisher", "address", "links", "abstract"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "type": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"asn1js": {"type": "string"}, "base64-js": {"type": "string"}, "dayjs": {"type": "string"}, "es-main": {"type": "string"}, "isomorphic-unfetch": {"type": "string"}, "jose": {"type": "string"}, "pkijs": {"type": "string"}}, "required": ["asn1js", "base64-js", "dayjs", "es-main", "isomorphic-unfetch", "jose", "pkijs"]}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "chai-as-promised": {"type": "string"}, "chai-things": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["chai", "chai-as-promised", "chai-things", "mocha"]}}, "required": ["name", "version", "description", "main", "type", "scripts", "keywords", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "mirau", "version" : "0.1.0", "description" : "Library and utilities to validate authentication by a MCP Maritime Identity Registry", "main" : "src/index.js", "type" : "module", "scripts" : {"test" : "mocha"}, "keywords" : ["mcp", "mir", "authentication", "validation"], "author" : "Robert Aarts, Aboa Mare Maritime Academy and Training Center", "license" : "Apache-2.0", "dependencies" : {"asn1js" : "^2.2.0", "base64-js" : "^1.5.1", "dayjs" : "^1.10.7", "es-main" : "^1.0.2", "isomorphic-unfetch" : "^3.1.0", "jose" : "^4.4.0", "pkijs" : "^2.2.2"}, "devDependencies" : {"chai" : "^4.3.6", "chai-as-promised" : "^7.1.1", "chai-things" : "^0.2.0", "mocha" : "^9.2.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "type": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"asn1js": {"type": "string"}, "base64-js": {"type": "string"}, "dayjs": {"type": "string"}, "es-main": {"type": "string"}, "isomorphic-unfetch": {"type": "string"}, "jose": {"type": "string"}, "pkijs": {"type": "string"}}, "required": ["asn1js", "base64-js", "dayjs", "es-main", "isomorphic-unfetch", "jose", "pkijs"]}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "chai-as-promised": {"type": "string"}, "chai-things": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["chai", "chai-as-promised", "chai-things", "mocha"]}}, "required": ["name", "version", "description", "main", "type", "scripts", "keywords", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : 1.2, "people" : [{"pose_keypoints_2d" : [754.256, 220.371, 1, 771.413, 249.697, 1, 737.081, 249.744, 1, 684.052, 247.313, 1, 682.626, 216.54, 1, 802.478, 247.939, 1, 848.202, 251.914, 1, 853.756, 222.372, 1, 746.765, 358.43, 1, 735.886, 431.949, 1, 757.049, 500.068, 1, 784.559, 362.485, 1, 787.385, 442.463, 1, 805.461, 513.329, 1, 747.877, 214.053, 1, 761.797, 214.881, 1, 740.197, 221.113, 1, 776.777, 216.338, 1], "face_keypoints_2d" : [], "hand_left_keypoints_2d" : [], "hand_right_keypoints_2d" : [], "pose_keypoints_3d" : [], "face_keypoints_3d" : [], "hand_left_keypoints_3d" : [], "hand_right_keypoints_3d" : []}]}
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"request": {"type": "string"}}, "required": ["request"]}, "devDependencies": {"type": "object", "properties": {"assert": {"type": "string"}, "chai": {"type": "string"}, "mocha": {"type": "string"}, "should": {"type": "string"}, "supertest": {"type": "string"}}, "required": ["assert", "chai", "mocha", "should", "supertest"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "node-googl", "version" : "0.0.2", "description" : "A simple module for the goo.gl shortening service.", "main" : "lib/shortener", "scripts" : {"test" : "mocha --timeout 5000 ./test/**/*.spec.js"}, "repository" : {"type" : "git", "url" : "git+https://github.com/deubaka/node-googl.git"}, "keywords" : ["googl", "url shortener"], "author" : "Deuphil Kaufmann (deubaka)", "license" : "MIT", "bugs" : {"url" : "https://github.com/deubaka/node-googl/issues"}, "homepage" : "https://github.com/deubaka/node-googl#readme", "dependencies" : {"request" : "latest"}, "devDependencies" : {"assert" : "^1.4.1", "chai" : "^3.5.0", "mocha" : "^2.5.3", "should" : "^8.4.0", "supertest" : "^2.0.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"request": {"type": "string"}}, "required": ["request"]}, "devDependencies": {"type": "object", "properties": {"assert": {"type": "string"}, "chai": {"type": "string"}, "mocha": {"type": "string"}, "should": {"type": "string"}, "supertest": {"type": "string"}}, "required": ["assert", "chai", "mocha", "should", "supertest"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}}, "required": ["text", "created", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : "I feel sorry for <a href=\"https://en.wikipedia.org/wiki/Richard_Engel\">Richard Engel</a> on MSNBC. His <a href=\"https://www.msnbc.com/11th-hour/watch/trump-withdrawal-of-u-s-troops-makes-putin-the-kingmaker-in-syria-71871557542\">reporting from Syria</a> raises a question that his colleagues in the US don't want to discuss. Russia moving in to take over from the US is no accident, it was the plan. In America for some reason they don't want to incorporate the obvious fact that Trump works for Russia, not for the United States. Over and over, for years, they pretend they don't know this. Why?", "created" : "Thu, 24 Oct 2019 20:31:47 GMT", "type" : "outline"}
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}}, "required": ["text", "created", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "minimum-stability": {"type": "string"}, "require": {"type": "object", "properties": {"larapacks/authorization": {"type": "string"}}, "required": ["larapacks/authorization"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Mkinyua53\\Authorization\\": {"type": "string"}}, "required": ["Mkinyua53\\Authorization\\"]}}, "required": ["psr-4"]}, "extra": {"type": "object", "properties": {"laravel": {"type": "object", "properties": {"providers": {"type": "array", "items": {"type": "string"}}}, "required": ["providers"]}}, "required": ["laravel"]}}, "required": ["name", "description", "type", "license", "authors", "minimum-stability", "require", "autoload", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "mkinyua53/authorization", "description" : "A package to add functionality to larapacks/authorization package", "type" : "library", "license" : "MIT", "authors" : [{"name" : "Mwatha Kinyua", "email" : "[email protected]"}], "minimum-stability" : "dev", "require" : {"larapacks/authorization" : "^2.3"}, "autoload" : {"psr-4" : {"Mkinyua53\\Authorization\\" : "src/"}}, "extra" : {"laravel" : {"providers" : ["Mkinyua53\\Authorization\\AuthorizationServiceProvider"]}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "minimum-stability": {"type": "string"}, "require": {"type": "object", "properties": {"larapacks/authorization": {"type": "string"}}, "required": ["larapacks/authorization"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Mkinyua53\\Authorization\\": {"type": "string"}}, "required": ["Mkinyua53\\Authorization\\"]}}, "required": ["psr-4"]}, "extra": {"type": "object", "properties": {"laravel": {"type": "object", "properties": {"providers": {"type": "array", "items": {"type": "string"}}}, "required": ["providers"]}}, "required": ["laravel"]}}, "required": ["name", "description", "type", "license", "authors", "minimum-stability", "require", "autoload", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"extensions": {"type": "array", "items": {"type": "string"}}, "ignore_php_platform_requirements": {"type": "object", "properties": {"8.1": {"type": "boolean"}}, "required": ["8.1"]}}, "required": ["extensions", "ignore_php_platform_requirements"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"extensions" : ["dom", "intl"], "ignore_php_platform_requirements" : {"8.1" : true}}
json_instruct
{"type": "object", "properties": {"extensions": {"type": "array", "items": {"type": "string"}}, "ignore_php_platform_requirements": {"type": "object", "properties": {"8.1": {"type": "boolean"}}, "required": ["8.1"]}}, "required": ["extensions", "ignore_php_platform_requirements"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "string"}}, "required": ["postal_code", "place_name", "place_type", "county", "state", "city"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"postal_code" : "96350", "place_name" : "Cosoleacaque Centro", "place_type" : "Colonia", "county" : "Cosoleacaque", "state" : "Veracruz de Ignacio de la Llave", "city" : "Cosoleacaque"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "string"}}, "required": ["postal_code", "place_name", "place_type", "county", "state", "city"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"dagre-d3.core.js": {"type": "string"}, "dagre-d3.core.min.js": {"type": "string"}, "dagre-d3.js": {"type": "string"}, "dagre-d3.min.js": {"type": "string"}}, "required": ["dagre-d3.core.js", "dagre-d3.core.min.js", "dagre-d3.js", "dagre-d3.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"dagre-d3.core.js" : "sha256-Qj242ZRfhLKZgadr74EeBO1BfWfZki1OY6QwczLLJl4=", "dagre-d3.core.min.js" : "sha256-XpBtwR4Wsl7iVmOFT7zLY12nbMwoMrd2EjrHSI/lJD0=", "dagre-d3.js" : "sha256-A0lHaV1w3ZDLmQFaLWaRm71Mi25qmUJ337Zk92YwraY=", "dagre-d3.min.js" : "sha256-qj9qQI22rYh149imrdFeD2I+h+AQWWmV0e31yAlBmog="}
json_instruct
{"type": "object", "properties": {"dagre-d3.core.js": {"type": "string"}, "dagre-d3.core.min.js": {"type": "string"}, "dagre-d3.js": {"type": "string"}, "dagre-d3.min.js": {"type": "string"}}, "required": ["dagre-d3.core.js", "dagre-d3.core.min.js", "dagre-d3.js", "dagre-d3.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"Signatures": {"type": "object", "properties": {"keyutils-1.5.10.tar.bz2": {"type": "string"}}, "required": ["keyutils-1.5.10.tar.bz2"]}}, "required": ["Signatures"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Signatures" : {"keyutils-1.5.10.tar.bz2" : "115c3deae7f181778fd0e0ffaa2dad1bf1fe2f5677cf2e0e348cdb7a1c93afb6"}}
json_instruct
{"type": "object", "properties": {"Signatures": {"type": "object", "properties": {"keyutils-1.5.10.tar.bz2": {"type": "string"}}, "required": ["keyutils-1.5.10.tar.bz2"]}}, "required": ["Signatures"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"postinstall": {"type": "string"}, "ts": {"type": "string"}, "ts:alt": {"type": "string"}, "tsc": {"type": "string"}, "tsc:w": {"type": "string"}, "babel": {"type": "string"}, "babel:w": {"type": "string"}, "build": {"type": "string"}, "build:w": {"type": "string"}, "start": {"type": "string"}}, "required": ["postinstall", "ts", "ts:alt", "tsc", "tsc:w", "babel", "babel:w", "build", "build:w", "start"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/lodash": {"type": "string"}, "@types/node": {"type": "string"}, "babel-cli": {"type": "string"}, "babel-preset-latest": {"type": "string"}, "concurrently": {"type": "string"}, "fs-extra": {"type": "string"}, "nodemon": {"type": "string"}, "ts-babel-node": {"type": "string"}, "ts-node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/lodash", "@types/node", "babel-cli", "babel-preset-latest", "concurrently", "fs-extra", "nodemon", "ts-babel-node", "ts-node", "typescript"]}, "dependencies": {"type": "object", "properties": {"babel-polyfill": {"type": "string"}, "lodash": {"type": "string"}}, "required": ["babel-polyfill", "lodash"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "ts-node-babel-sample", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"postinstall" : "node lib/overwrite-modules.js", "ts" : "ts-babel-node server.ts", "ts:alt" : "node --require ts-babel-node/register server.ts", "tsc" : "tsc --outDir .dest-tsc", "tsc:w" : "tsc --outDir .dest-tsc --watch", "babel" : "babel .dest-tsc --out-dir dest --presets latest --no-comments", "babel:w" : "babel .dest-tsc --out-dir dest --presets latest --no-comments --watch", "build" : "npm run tsc && npm run babel", "build:w" : "concurrently -k \"npm run tsc:w\" \"npm run babel:w\" ", "start" : "nodemon server.ts --exec ts-babel-node"}, "keywords" : [], "author" : "", "license" : "MIT", "devDependencies" : {"@types/lodash" : "^4.14.36", "@types/node" : "^6.0.40", "babel-cli" : "^6.14.0", "babel-preset-latest" : "^6.14.0", "concurrently" : "^2.2.0", "fs-extra" : "^0.30.0", "nodemon" : "^1.11.0", "ts-babel-node" : "1.0.0", "ts-node" : "0.9.3", "typescript" : "^2.0.3"}, "dependencies" : {"babel-polyfill" : "^6.13.0", "lodash" : "^4.16.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"postinstall": {"type": "string"}, "ts": {"type": "string"}, "ts:alt": {"type": "string"}, "tsc": {"type": "string"}, "tsc:w": {"type": "string"}, "babel": {"type": "string"}, "babel:w": {"type": "string"}, "build": {"type": "string"}, "build:w": {"type": "string"}, "start": {"type": "string"}}, "required": ["postinstall", "ts", "ts:alt", "tsc", "tsc:w", "babel", "babel:w", "build", "build:w", "start"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/lodash": {"type": "string"}, "@types/node": {"type": "string"}, "babel-cli": {"type": "string"}, "babel-preset-latest": {"type": "string"}, "concurrently": {"type": "string"}, "fs-extra": {"type": "string"}, "nodemon": {"type": "string"}, "ts-babel-node": {"type": "string"}, "ts-node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/lodash", "@types/node", "babel-cli", "babel-preset-latest", "concurrently", "fs-extra", "nodemon", "ts-babel-node", "ts-node", "typescript"]}, "dependencies": {"type": "object", "properties": {"babel-polyfill": {"type": "string"}, "lodash": {"type": "string"}}, "required": ["babel-polyfill", "lodash"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"angular-mocks": {"type": "string"}, "angular-route": {"type": "string"}, "angular": {"type": "string"}, "jasmine": {"type": "string"}}, "required": ["angular-mocks", "angular-route", "angular", "jasmine"]}}, "required": ["name", "version", "authors", "main", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "shopCart", "version" : "0.0.0", "authors" : ["ninjasun <[email protected]>"], "main" : "/app/app.js", "license" : "MIT", "dependencies" : {"angular-mocks" : "latest", "angular-route" : "~1.2.23", "angular" : "~1.2.24", "jasmine" : "~2.0.2"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"angular-mocks": {"type": "string"}, "angular-route": {"type": "string"}, "angular": {"type": "string"}, "jasmine": {"type": "string"}}, "required": ["angular-mocks", "angular-route", "angular", "jasmine"]}}, "required": ["name", "version", "authors", "main", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"mag_data": {"type": "object", "properties": {"samples": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["samples"]}, "acc_data": {"type": "object", "properties": {"samples": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["samples"]}, "trigger": {"type": "string"}, "fw_version": {"type": "string"}, "avg_win": {"type": "array", "items": {"type": "integer"}}, "awb_gain": {"type": "array", "items": {"type": "integer"}}, "aec_gain": {"type": "integer"}, "aec_exp": {"type": "integer"}, "bat_level": {"type": "integer"}, "avg_readout": {"type": "integer"}, "light_meter": {"type": "integer"}}, "required": ["mag_data", "acc_data", "trigger", "fw_version", "avg_win", "awb_gain", "aec_gain", "aec_exp", "bat_level", "avg_readout", "light_meter"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"mag_data" : {"samples" : [[510, 254, 464]]}, "acc_data" : {"samples" : [[46, -1015, 0]]}, "trigger" : "double-tap", "fw_version" : "v0.20.5", "avg_win" : [39, 34, 82, 21, 61, 24, 90, 21, 45, 17, 84, 112, 23, 12, 73, 121], "awb_gain" : [1177, 1024, 1917], "aec_gain" : 92, "aec_exp" : 32, "bat_level" : 250, "avg_readout" : 53, "light_meter" : 143}
json_instruct
{"type": "object", "properties": {"mag_data": {"type": "object", "properties": {"samples": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["samples"]}, "acc_data": {"type": "object", "properties": {"samples": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["samples"]}, "trigger": {"type": "string"}, "fw_version": {"type": "string"}, "avg_win": {"type": "array", "items": {"type": "integer"}}, "awb_gain": {"type": "array", "items": {"type": "integer"}}, "aec_gain": {"type": "integer"}, "aec_exp": {"type": "integer"}, "bat_level": {"type": "integer"}, "avg_readout": {"type": "integer"}, "light_meter": {"type": "integer"}}, "required": ["mag_data", "acc_data", "trigger", "fw_version", "avg_win", "awb_gain", "aec_gain", "aec_exp", "bat_level", "avg_readout", "light_meter"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "string"}, "draft": {"type": "boolean"}, "head": {"type": "object", "properties": {"ref": {"type": "string"}}, "required": ["ref"]}, "html_url": {"type": "string"}, "id": {"type": "integer"}, "labels": {"type": "array", "items": {}}, "mergeable": {"type": "null"}, "mergeable_state": {"type": "string"}, "merged": {"type": "boolean"}, "merged_at": {"type": "string"}, "number": {"type": "integer"}, "state": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["ETag", "Last-Modified", "base", "closed_at", "created_at", "draft", "head", "html_url", "id", "labels", "mergeable", "mergeable_state", "merged", "merged_at", "number", "state", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ETag" : "W/\"aebcec6b442bff637bcc43e881b5c818ad0ff925d2df96f292ef10a7d63250e7\"", "Last-Modified" : "Wed, 13 Oct 2021 01:14:21 GMT", "base" : {"repo" : {"name" : "mypy-boto3-batch-feedstock"}}, "closed_at" : "2021-10-13T01:14:18Z", "created_at" : "2021-10-13T01:08:41Z", "draft" : false, "head" : {"ref" : "this_is_not_a_branch"}, "html_url" : "https://github.com/conda-forge/mypy-boto3-batch-feedstock/pull/317", "id" : 756927704, "labels" : [], "mergeable" : null, "mergeable_state" : "unknown", "merged" : true, "merged_at" : "2021-10-13T01:14:18Z", "number" : 317, "state" : "closed", "updated_at" : "2021-10-13T01:14:21Z"}
json_instruct
{"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "string"}, "draft": {"type": "boolean"}, "head": {"type": "object", "properties": {"ref": {"type": "string"}}, "required": ["ref"]}, "html_url": {"type": "string"}, "id": {"type": "integer"}, "labels": {"type": "array", "items": {}}, "mergeable": {"type": "null"}, "mergeable_state": {"type": "string"}, "merged": {"type": "boolean"}, "merged_at": {"type": "string"}, "number": {"type": "integer"}, "state": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["ETag", "Last-Modified", "base", "closed_at", "created_at", "draft", "head", "html_url", "id", "labels", "mergeable", "mergeable_state", "merged", "merged_at", "number", "state", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"292117": {"type": "object", "properties": {"success": {"type": "boolean"}}, "required": ["success"]}}, "required": ["292117"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"292117" : {"success" : false}}
json_instruct
{"type": "object", "properties": {"292117": {"type": "object", "properties": {"success": {"type": "boolean"}}, "required": ["success"]}}, "required": ["292117"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "react-navigation-hoc", "version" : "1.0.1", "description" : "Declarative Higher Order Components for react-navigation", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/bugs181/react-navigation-hoc.git"}, "keywords" : ["react", "react-navigation", "hoc", "higher", "order", "components"], "author" : "Levi Roberts", "license" : "MIT", "bugs" : {"url" : "https://github.com/bugs181/react-navigation-hoc/issues"}, "homepage" : "https://github.com/bugs181/react-navigation-hoc#readme"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage"], "$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"}, "features": {"type": "array", "items": {"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": {"E_div_numb": {"type": "integer"}, "Elect_div": {"type": "string"}, "Numccds": {"type": "integer"}, "Actual": {"type": "integer"}, "Projected": {"type": "integer"}, "Total_Popu": {"type": "integer"}, "Australian": {"type": "integer"}, "Area_SqKm": {"type": "number"}, "Sortname": {"type": "string"}}, "required": ["E_div_numb", "Elect_div", "Numccds", "Actual", "Projected", "Total_Popu", "Australian", "Area_SqKm", "Sortname"]}}, "required": ["type", "geometry", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "features" : [{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[115.83804960237772, -31.99112975026973], [115.82277875185216, -32.001190937256325], [115.81783818256447, -32.01418663711401], [115.79493190677611, -32.009575259745155], [115.792237050801, -32.00873682749627], [115.7760679149504, -32.02634390472281], [115.7706782030002, -32.025505472473924], [115.76933077501266, -32.025505472473924], [115.75091592584947, -32.021732527353954], [115.75405992448708, -31.974780321416517], [115.7545090671496, -31.894290825523772], [115.77157648832524, -31.885068070786062], [115.80077076138883, -31.882552774039414], [115.82098218120208, -31.90225593188816], [115.82277875185216, -31.91441319949696], [115.82322789451467, -31.915251631745843], [115.84388845699044, -31.941662247585647], [115.81963475321453, -31.962623053807718], [115.83804960237772, -31.99112975026973]]]}, "properties" : {"E_div_numb" : 4, "Elect_div" : "Curtin", "Numccds" : 336, "Actual" : 94033, "Projected" : 99066, "Total_Popu" : 0, "Australian" : 0, "Area_SqKm" : 97.821263111884, "Sortname" : "Curtin"}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"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": {"E_div_numb": {"type": "integer"}, "Elect_div": {"type": "string"}, "Numccds": {"type": "integer"}, "Actual": {"type": "integer"}, "Projected": {"type": "integer"}, "Total_Popu": {"type": "integer"}, "Australian": {"type": "integer"}, "Area_SqKm": {"type": "number"}, "Sortname": {"type": "string"}}, "required": ["E_div_numb", "Elect_div", "Numccds", "Actual", "Projected", "Total_Popu", "Australian", "Area_SqKm", "Sortname"]}}, "required": ["type", "geometry", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "compile": {"type": "string"}, "prepublishOnly": {"type": "string"}}, "required": ["test", "compile", "prepublishOnly"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"autoprefixer": {"type": "string"}, "extract-text-webpack-plugin": {"type": "string"}, "node-sass": {"type": "string"}, "react-app-rewire-hot-loader": {"type": "string"}, "sass-loader": {"type": "string"}}, "required": ["autoprefixer", "extract-text-webpack-plugin", "node-sass", "react-app-rewire-hot-loader", "sass-loader"]}, "devDependencies": {"type": "object", "properties": {"babel-cli": {"type": "string"}, "babel-jest": {"type": "string"}, "babel-plugin-transform-object-rest-spread": {"type": "string"}, "babel-preset-env": {"type": "string"}}, "required": ["babel-cli", "babel-jest", "babel-plugin-transform-object-rest-spread", "babel-preset-env"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "react-app-rewire-wolox", "version" : "0.1.1", "description" : "", "main" : "lib/index.js", "scripts" : {"test" : "jest", "compile" : "babel -d lib/ src/", "prepublishOnly" : "npm run compile"}, "repository" : {"type" : "git", "url" : "git+https://github.com/Wolox/react-app-rewire-wolox.git"}, "keywords" : ["rewiere", "react", "app", "wolox"], "author" : "Wolox", "license" : "MIT", "bugs" : {"url" : "https://github.com/Wolox/react-app-rewire-wolox/issues"}, "homepage" : "https://github.com/Wolox/react-app-rewire-wolox#readme", "dependencies" : {"autoprefixer" : "^8.6.5", "extract-text-webpack-plugin" : "^3.0.2", "node-sass" : "^4.9.2", "react-app-rewire-hot-loader" : "^1.0.1", "sass-loader" : "^7.0.3"}, "devDependencies" : {"babel-cli" : "^6.26.0", "babel-jest" : "^23.4.0", "babel-plugin-transform-object-rest-spread" : "^6.26.0", "babel-preset-env" : "^1.7.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "compile": {"type": "string"}, "prepublishOnly": {"type": "string"}}, "required": ["test", "compile", "prepublishOnly"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"autoprefixer": {"type": "string"}, "extract-text-webpack-plugin": {"type": "string"}, "node-sass": {"type": "string"}, "react-app-rewire-hot-loader": {"type": "string"}, "sass-loader": {"type": "string"}}, "required": ["autoprefixer", "extract-text-webpack-plugin", "node-sass", "react-app-rewire-hot-loader", "sass-loader"]}, "devDependencies": {"type": "object", "properties": {"babel-cli": {"type": "string"}, "babel-jest": {"type": "string"}, "babel-plugin-transform-object-rest-spread": {"type": "string"}, "babel-preset-env": {"type": "string"}}, "required": ["babel-cli", "babel-jest", "babel-plugin-transform-object-rest-spread", "babel-preset-env"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"mohair": {"type": "object", "properties": {"queries": {"type": "array", "items": {}}}, "required": ["queries"]}}, "required": ["mohair"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"mohair" : {"queries" : []}}
json_instruct
{"type": "object", "properties": {"mohair": {"type": "object", "properties": {"queries": {"type": "array", "items": {}}}, "required": ["queries"]}}, "required": ["mohair"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"\u5de5\u5ee0\u540d\u7a31" : "\u9577\u8208\u958b\u767c\u79d1\u6280\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "94A00137", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u5357\u79d1\u9ad8\u96c4\u5712\u5340\u9ad8\u96c4\u5e02\u8def\u7af9\u5340\u8def\u79d1\u516b\u8def2\u865f", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc" : "\u9ad8\u96c4\u5e02\u8def\u7af9\u5340", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d" : "\u9999\u6708\u6052\u4e45", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f" : "80725596", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b" : "\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f" : "", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f" : "0941003", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b" : "\u751f\u7522\u4e2d", "\u7522\u696d\u985e\u5225" : ["19\u5316\u5b78\u88fd\u54c1\u88fd\u9020\u696d"], "\u4e3b\u8981\u7522\u54c1" : ["199\u5176\u4ed6\u5316\u5b78\u88fd\u54c1"]}
json_instruct
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"place_name" : "Tingley", "state_name" : "Iowa", "state_abbrv" : "IA", "lat" : "40.8516", "long" : "-94.1908"}
json_instruct
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"extends": {"type": "string"}, "compilerOptions": {"type": "object", "properties": {"baseUrl": {"type": "string"}, "paths": {"type": "object", "properties": {"@prisma/client/*": {"type": "array", "items": {"type": "string"}}, "@prisma/sdk": {"type": "array", "items": {"type": "string"}}, "@prisma/sdk/dist/*": {"type": "array", "items": {"type": "string"}}, "@prisma/migrate": {"type": "array", "items": {"type": "string"}}, "@prisma/generator-helper": {"type": "array", "items": {"type": "string"}}, "@prisma/engine-core": {"type": "array", "items": {"type": "string"}}, "@prisma/engine-core/dist/*": {"type": "array", "items": {"type": "string"}}, "@prisma/debug": {"type": "array", "items": {"type": "string"}}, "@prisma/cli": {"type": "array", "items": {"type": "string"}}, "@prisma/get-platform": {"type": "array", "items": {"type": "string"}}, "@prisma/fetch-engine": {"type": "array", "items": {"type": "string"}}, "@prisma/engines": {"type": "array", "items": {"type": "string"}}, "@prisma/engines-version": {"type": "array", "items": {"type": "string"}}}, "required": ["@prisma/client/*", "@prisma/sdk", "@prisma/sdk/dist/*", "@prisma/migrate", "@prisma/generator-helper", "@prisma/engine-core", "@prisma/engine-core/dist/*", "@prisma/debug", "@prisma/cli", "@prisma/get-platform", "@prisma/fetch-engine", "@prisma/engines", "@prisma/engines-version"]}}, "required": ["baseUrl", "paths"]}, "include": {"type": "array", "items": {"type": "string"}}, "exclude": {"type": "array", "items": {"type": "string"}}}, "required": ["extends", "compilerOptions", "include", "exclude"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"extends" : "./tsconfig.build.json", "compilerOptions" : {"baseUrl" : "./packages/", "paths" : {"@prisma/client/*" : ["client/src/runtime"], "@prisma/sdk" : ["sdk/src"], "@prisma/sdk/dist/*" : ["sdk/src/*"], "@prisma/migrate" : ["migrate/src"], "@prisma/generator-helper" : ["generator-helper/src"], "@prisma/engine-core" : ["engine-core/src"], "@prisma/engine-core/dist/*" : ["engine-core/src/*"], "@prisma/debug" : ["debug/src"], "@prisma/cli" : ["cli/src"], "@prisma/get-platform" : ["../../engines-wrapper/packages/get-platform/src"], "@prisma/fetch-engine" : ["../../engines-wrapper/packages/fetch-engine/src"], "@prisma/engines" : ["../../engines-wrapper/packages/engines/src"], "@prisma/engines-version" : ["../../engines-wrapper/packages/engines-version/src"]}}, "include" : ["**/*"], "exclude" : ["**/dist", "**/build", "**/node_modules"]}
json_instruct
{"type": "object", "properties": {"extends": {"type": "string"}, "compilerOptions": {"type": "object", "properties": {"baseUrl": {"type": "string"}, "paths": {"type": "object", "properties": {"@prisma/client/*": {"type": "array", "items": {"type": "string"}}, "@prisma/sdk": {"type": "array", "items": {"type": "string"}}, "@prisma/sdk/dist/*": {"type": "array", "items": {"type": "string"}}, "@prisma/migrate": {"type": "array", "items": {"type": "string"}}, "@prisma/generator-helper": {"type": "array", "items": {"type": "string"}}, "@prisma/engine-core": {"type": "array", "items": {"type": "string"}}, "@prisma/engine-core/dist/*": {"type": "array", "items": {"type": "string"}}, "@prisma/debug": {"type": "array", "items": {"type": "string"}}, "@prisma/cli": {"type": "array", "items": {"type": "string"}}, "@prisma/get-platform": {"type": "array", "items": {"type": "string"}}, "@prisma/fetch-engine": {"type": "array", "items": {"type": "string"}}, "@prisma/engines": {"type": "array", "items": {"type": "string"}}, "@prisma/engines-version": {"type": "array", "items": {"type": "string"}}}, "required": ["@prisma/client/*", "@prisma/sdk", "@prisma/sdk/dist/*", "@prisma/migrate", "@prisma/generator-helper", "@prisma/engine-core", "@prisma/engine-core/dist/*", "@prisma/debug", "@prisma/cli", "@prisma/get-platform", "@prisma/fetch-engine", "@prisma/engines", "@prisma/engines-version"]}}, "required": ["baseUrl", "paths"]}, "include": {"type": "array", "items": {"type": "string"}}, "exclude": {"type": "array", "items": {"type": "string"}}}, "required": ["extends", "compilerOptions", "include", "exclude"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "window": {"type": "object", "properties": {"toolbar": {"type": "boolean"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "max-width": {"type": "integer"}, "max-height": {"type": "integer"}, "position": {"type": "string"}}, "required": ["toolbar", "width", "height", "max-width", "max-height", "position"]}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"cheerio": {"type": "string"}, "diskdb": {"type": "string"}, "pretty-bytes": {"type": "string"}}, "required": ["cheerio", "diskdb", "pretty-bytes"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "window", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Usato", "version" : "1.0.0", "description" : "Desktop application aimed to library products management.", "main" : "index.html", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "Andrea Baldan <[email protected]>", "window" : {"toolbar" : false, "width" : 1300, "height" : 700, "max-width" : 1440, "max-height" : 900, "position" : "center"}, "license" : "MIT", "dependencies" : {"cheerio" : "^0.19.0", "diskdb" : "~0.1.14", "pretty-bytes" : "~2.0.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "window": {"type": "object", "properties": {"toolbar": {"type": "boolean"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "max-width": {"type": "integer"}, "max-height": {"type": "integer"}, "position": {"type": "string"}}, "required": ["toolbar", "width", "height", "max-width", "max-height", "position"]}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"cheerio": {"type": "string"}, "diskdb": {"type": "string"}, "pretty-bytes": {"type": "string"}}, "required": ["cheerio", "diskdb", "pretty-bytes"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "window", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"code": {"type": "string"}, "lang": {"type": "string"}, "description": {"type": "null"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["code", "lang", "description", "name", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : "GP09C2", "lang" : "de", "description" : null, "name" : "GP2009 (2-Steller): Au\u00dfenhandel", "type" : "Merkmal"}
json_instruct
{"type": "object", "properties": {"code": {"type": "string"}, "lang": {"type": "string"}, "description": {"type": "null"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["code", "lang", "description", "name", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"hour positive count": {"type": "integer"}, "hour neutral count": {"type": "integer"}, "hour negative count": {"type": "integer"}, "hour distri": {"type": "object", "properties": {"0.64": {"type": "integer"}, "0.99": {"type": "integer"}, "0.01": {"type": "integer"}, "0.0": {"type": "integer"}, "0.71": {"type": "integer"}, "0.9": {"type": "integer"}, "1.0": {"type": "integer"}, "0.97": {"type": "integer"}, "0.96": {"type": "integer"}, "0.28": {"type": "integer"}, "0.13": {"type": "integer"}, "0.31": {"type": "integer"}, "0.02": {"type": "integer"}}, "required": ["0.64", "0.99", "0.01", "0.0", "0.71", "0.9", "1.0", "0.97", "0.96", "0.28", "0.13", "0.31", "0.02"]}}, "required": ["hour positive count", "hour neutral count", "hour negative count", "hour distri"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"hour positive count" : 15, "hour neutral count" : 2, "hour negative count" : 10, "hour distri" : {"0.64" : 1, "0.99" : 6, "0.01" : 4, "0.0" : 2, "0.71" : 1, "0.9" : 2, "1.0" : 3, "0.97" : 3, "0.96" : 1, "0.28" : 1, "0.13" : 1, "0.31" : 1, "0.02" : 1}}
json_instruct
{"type": "object", "properties": {"hour positive count": {"type": "integer"}, "hour neutral count": {"type": "integer"}, "hour negative count": {"type": "integer"}, "hour distri": {"type": "object", "properties": {"0.64": {"type": "integer"}, "0.99": {"type": "integer"}, "0.01": {"type": "integer"}, "0.0": {"type": "integer"}, "0.71": {"type": "integer"}, "0.9": {"type": "integer"}, "1.0": {"type": "integer"}, "0.97": {"type": "integer"}, "0.96": {"type": "integer"}, "0.28": {"type": "integer"}, "0.13": {"type": "integer"}, "0.31": {"type": "integer"}, "0.02": {"type": "integer"}}, "required": ["0.64", "0.99", "0.01", "0.0", "0.71", "0.9", "1.0", "0.97", "0.96", "0.28", "0.13", "0.31", "0.02"]}}, "required": ["hour positive count", "hour neutral count", "hour negative count", "hour distri"], "$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"}, "children": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "integer"}}, "required": ["name", "size"]}}}, "required": ["name", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "flare", "children" : [{"name" : "Visualization", "size" : 16540}, {"name" : "Antor", "size" : 800}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "children": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "integer"}}, "required": ["name", "size"]}}}, "required": ["name", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "lint": {"type": "string"}, "lint:fix": {"type": "string"}}, "required": ["test", "lint", "lint:fix"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "simple-server-rest", "version" : "0.0.1", "description" : "Simple Server with REST API", "main" : "server.js", "scripts" : {"test" : "eslint . && jest tests/", "lint" : "eslint .", "lint:fix" : "eslint . --fix"}, "repository" : {"type" : "git", "url" : "git+https://github.com/NilFurquim/Simple-Server-REST.git"}, "keywords" : ["Node.js", "Server", "REST", "API", "Simple"], "author" : "Nilson Furquim da Silva", "license" : "MIT", "bugs" : {"url" : "https://github.com/NilFurquim/Simple-Server-REST/issues"}, "homepage" : "https://github.com/NilFurquim/Simple-Server-REST#readme", "dependencies" : {}, "devDependencies" : {}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "lint": {"type": "string"}, "lint:fix": {"type": "string"}}, "required": ["test", "lint", "lint:fix"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"package" : "bioconductor-biodbuniprot", "downloads" : 400, "count" : 72}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "total": {"type": "integer"}, "delta": {"type": "integer"}, "version": {"type": "string"}}, "required": ["date", "total", "delta", "version"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"date" : "2022-04-02", "total" : 3323, "delta" : 2, "version" : "1.5.0"}, {"date" : "2022-04-08", "total" : 3335, "delta" : 12, "version" : "1.5.0"}, {"date" : "2022-04-10", "total" : 3340, "delta" : 5, "version" : "1.5.0"}, {"date" : "2022-04-12", "total" : 3344, "delta" : 4, "version" : "1.5.0"}, {"date" : "2022-04-13", "total" : 3346, "delta" : 2, "version" : "1.5.0"}, {"date" : "2022-04-29", "total" : 3379, "delta" : 33, "version" : "1.5.0"}, {"date" : "2022-04-30", "total" : 3381, "delta" : 2, "version" : "1.5.0"}, {"date" : "2022-05-03", "total" : 3385, "delta" : 4, "version" : "1.5.0"}, {"date" : "2022-05-10", "total" : 3400, "delta" : 15, "version" : "1.5.0"}, {"date" : "2022-05-13", "total" : 3407, "delta" : 7, "version" : "1.5.0"}, {"date" : "2022-05-14", "total" : 3409, "delta" : 2, "version" : "1.5.0"}, {"date" : "2022-05-17", "total" : 3411, "delta" : 2, "version" : "1.5.0"}, {"date" : "2022-06-01", "total" : 3446, "delta" : 35, "version" : "1.5.0"}, {"date" : "2022-06-05", "total" : 3455, "delta" : 9, "version" : "1.5.0"}, {"date" : "2022-04-02", "total" : 4410, "delta" : 2, "version" : "1.8.0"}, {"date" : "2022-04-08", "total" : 4430, "delta" : 20, "version" : "1.8.0"}, {"date" : "2022-04-10", "total" : 4438, "delta" : 8, "version" : "1.8.0"}, {"date" : "2022-04-12", "total" : 4440, "delta" : 2, "version" : "1.8.0"}, {"date" : "2022-04-13", "total" : 4444, "delta" : 4, "version" : "1.8.0"}, {"date" : "2022-04-29", "total" : 4488, "delta" : 44, "version" : "1.8.0"}, {"date" : "2022-04-30", "total" : 4492, "delta" : 4, "version" : "1.8.0"}, {"date" : "2022-05-03", "total" : 4501, "delta" : 9, "version" : "1.8.0"}, {"date" : "2022-05-10", "total" : 4524, "delta" : 23, "version" : "1.8.0"}, {"date" : "2022-05-13", "total" : 4539, "delta" : 15, "version" : "1.8.0"}, {"date" : "2022-05-14", "total" : 4541, "delta" : 2, "version" : "1.8.0"}, {"date" : "2022-05-17", "total" : 4543, "delta" : 2, "version" : "1.8.0"}, {"date" : "2022-06-01", "total" : 4611, "delta" : 68, "version" : "1.8.0"}, {"date" : "2022-06-05", "total" : 4624, "delta" : 13, "version" : "1.8.0"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "total": {"type": "integer"}, "delta": {"type": "integer"}, "version": {"type": "string"}}, "required": ["date", "total", "delta", "version"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "meta": {"type": "object", "properties": {"lastUpdated": {"type": "string"}}, "required": ["lastUpdated"]}, "url": {"type": "string"}, "status": {"type": "string"}, "experimental": {"type": "boolean"}, "stringency": {"type": "string"}, "element": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "short": {"type": "string"}, "definition": {"type": "string"}, "comments": {"type": "string"}, "min": {"type": "integer"}, "max": {"type": "string"}, "type": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}}, "required": ["code"]}}, "isSummary": {"type": "boolean"}, "mapping": {"type": "array", "items": {"type": "object", "properties": {"identity": {"type": "string"}, "map": {"type": "string"}}, "required": ["identity", "map"]}}}, "required": ["path", "short", "definition", "comments", "min", "max", "type", "isSummary", "mapping"]}}}, "required": ["resourceType", "id", "meta", "url", "status", "experimental", "stringency", "element"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"resourceType" : "DataElement", "id" : "OrderResponse", "meta" : {"lastUpdated" : "2015-10-24T07:41:03.495+11:00"}, "url" : "http://hl7.org/fhir/DataElement/OrderResponse", "status" : "draft", "experimental" : true, "stringency" : "fully-specified", "element" : [{"path" : "OrderResponse", "short" : "A response to an order", "definition" : "A response to an order.", "comments" : "There might be more than one response to an order.", "min" : 0, "max" : "*", "type" : [{"code" : "DomainResource"}], "isSummary" : true, "mapping" : [{"identity" : "rim", "map" : "ControlAct[classCode=ACTN, moodCode=EVN]"}, {"identity" : "w5", "map" : "workflow.order"}]}]}
json_instruct
{"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "meta": {"type": "object", "properties": {"lastUpdated": {"type": "string"}}, "required": ["lastUpdated"]}, "url": {"type": "string"}, "status": {"type": "string"}, "experimental": {"type": "boolean"}, "stringency": {"type": "string"}, "element": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "short": {"type": "string"}, "definition": {"type": "string"}, "comments": {"type": "string"}, "min": {"type": "integer"}, "max": {"type": "string"}, "type": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}}, "required": ["code"]}}, "isSummary": {"type": "boolean"}, "mapping": {"type": "array", "items": {"type": "object", "properties": {"identity": {"type": "string"}, "map": {"type": "string"}}, "required": ["identity", "map"]}}}, "required": ["path", "short", "definition", "comments", "min", "max", "type", "isSummary", "mapping"]}}}, "required": ["resourceType", "id", "meta", "url", "status", "experimental", "stringency", "element"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"metadataVersion": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "vendor": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "requires": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "version": {"type": "string"}}, "required": ["id", "version"]}}, "bundles": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "version": {"type": "string"}}, "required": ["id", "version"]}}}, "required": ["metadataVersion", "id", "name", "description", "version", "vendor", "requires", "bundles"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"metadataVersion" : "1.0", "id" : "sap.viz.ext.swotanalysis", "name" : "SWOTAnalysis", "description" : " ", "version" : "1.0.3", "vendor" : {"name" : "Xin Wen", "url" : "www.sap.com"}, "requires" : [{"id" : "sap.viz.common.core", "version" : "5.7.3"}], "bundles" : [{"id" : "sap.viz.ext.swotanalysis", "version" : "1.0.1"}]}
json_instruct
{"type": "object", "properties": {"metadataVersion": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "vendor": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "requires": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "version": {"type": "string"}}, "required": ["id", "version"]}}, "bundles": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "version": {"type": "string"}}, "required": ["id", "version"]}}}, "required": ["metadataVersion", "id", "name", "description", "version", "vendor", "requires", "bundles"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "integer"}, "investments": {"type": "integer"}}, "required": ["tech", "pts", "connections", "capacity", "investments"]}}}, "required": ["results"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"results" : [{"tech" : 4, "pts" : 1030, "connections" : 39953, "capacity" : 6303047, "investments" : 16246828}, {"tech" : 1, "pts" : 281, "connections" : 239535, "capacity" : 19915218, "investments" : 93628424}]}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "integer"}, "investments": {"type": "integer"}}, "required": ["tech", "pts", "connections", "capacity", "investments"]}}}, "required": ["results"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "null"}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0x8f951903c9360345b4e1b536c7f5ae8f88a64e79", "tool" : "securify", "start" : 1563509962.0369864, "end" : 1563509965.6533644, "duration" : 3.61637806892395, "analysis" : null}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "null"}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"80451": {"type": "object", "properties": {"success": {"type": "boolean"}}, "required": ["success"]}}, "required": ["80451"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"80451" : {"success" : false}}
json_instruct
{"type": "object", "properties": {"80451": {"type": "object", "properties": {"success": {"type": "boolean"}}, "required": ["success"]}}, "required": ["80451"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"jsmediatags.js": {"type": "string"}, "jsmediatags.min.js": {"type": "string"}}, "required": ["jsmediatags.js", "jsmediatags.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"jsmediatags.js" : "sha256-cl6oMP77zRqT9XU883TxDFeACaQEebry/ZNA6AgZPtQ=", "jsmediatags.min.js" : "sha256-AS0isB0sR4lXqApp+HI4hR6jEgBlt3du87qjA3T4wdU="}
json_instruct
{"type": "object", "properties": {"jsmediatags.js": {"type": "string"}, "jsmediatags.min.js": {"type": "string"}}, "required": ["jsmediatags.js", "jsmediatags.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "summary": {"type": "string"}, "license": {"type": "string"}, "version": {"type": "string"}, "exposed-modules": {"type": "array", "items": {"type": "string"}}, "elm-version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"avh4/elm-fifo": {"type": "string"}, "elm/browser": {"type": "string"}, "elm/core": {"type": "string"}, "elm/html": {"type": "string"}, "elm/http": {"type": "string"}, "elm/json": {"type": "string"}, "elm/time": {"type": "string"}, "elm/url": {"type": "string"}, "elm-community/list-extra": {"type": "string"}, "elm-explorations/test": {"type": "string"}, "mgold/elm-nonempty-list": {"type": "string"}}, "required": ["avh4/elm-fifo", "elm/browser", "elm/core", "elm/html", "elm/http", "elm/json", "elm/time", "elm/url", "elm-community/list-extra", "elm-explorations/test", "mgold/elm-nonempty-list"]}, "test-dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["type", "name", "summary", "license", "version", "exposed-modules", "elm-version", "dependencies", "test-dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "package", "name" : "avh4/elm-program-test", "summary" : "Test Elm programs", "license" : "MIT", "version" : "3.6.1", "exposed-modules" : ["ProgramTest", "SimulatedEffect.Cmd", "SimulatedEffect.Sub", "SimulatedEffect.Http", "SimulatedEffect.Task", "SimulatedEffect.Navigation", "SimulatedEffect.Ports", "SimulatedEffect.Process", "SimulatedEffect.Time", "Test.Http"], "elm-version" : "0.19.0 <= v < 0.20.0", "dependencies" : {"avh4/elm-fifo" : "1.0.4 <= v < 2.0.0", "elm/browser" : "1.0.1 <= v < 2.0.0", "elm/core" : "1.0.1 <= v < 2.0.0", "elm/html" : "1.0.0 <= v < 2.0.0", "elm/http" : "2.0.0 <= v < 3.0.0", "elm/json" : "1.1.1 <= v < 2.0.0", "elm/time" : "1.0.0 <= v < 2.0.0", "elm/url" : "1.0.0 <= v < 2.0.0", "elm-community/list-extra" : "8.0.0 <= v < 9.0.0", "elm-explorations/test" : "1.2.1 <= v < 2.0.0", "mgold/elm-nonempty-list" : "4.0.0 <= v < 5.0.0"}, "test-dependencies" : {}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "summary": {"type": "string"}, "license": {"type": "string"}, "version": {"type": "string"}, "exposed-modules": {"type": "array", "items": {"type": "string"}}, "elm-version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"avh4/elm-fifo": {"type": "string"}, "elm/browser": {"type": "string"}, "elm/core": {"type": "string"}, "elm/html": {"type": "string"}, "elm/http": {"type": "string"}, "elm/json": {"type": "string"}, "elm/time": {"type": "string"}, "elm/url": {"type": "string"}, "elm-community/list-extra": {"type": "string"}, "elm-explorations/test": {"type": "string"}, "mgold/elm-nonempty-list": {"type": "string"}}, "required": ["avh4/elm-fifo", "elm/browser", "elm/core", "elm/html", "elm/http", "elm/json", "elm/time", "elm/url", "elm-community/list-extra", "elm-explorations/test", "mgold/elm-nonempty-list"]}, "test-dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["type", "name", "summary", "license", "version", "exposed-modules", "elm-version", "dependencies", "test-dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "anglomaniac", "definition" : "One affected with Anglomania."}
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": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "neutronia:block/green_glazed_terracotta_pillar"}
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": {"data": {"type": "object", "properties": {"id": {"type": "integer"}, "eventTypeIdentifier": {"type": "string"}, "actionText": {"type": "string"}, "messageData": {"type": "string"}, "date": {"type": "string"}, "topicId": {"type": "integer"}, "topicName": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "typeName": {"type": "string"}}, "required": ["id", "eventTypeIdentifier", "actionText", "messageData", "date", "topicId", "topicName", "title", "body", "typeName"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"data" : {"id" : 6251, "eventTypeIdentifier" : "transactions_merchant_count", "actionText" : "View transaction", "messageData" : "{\"TransactionId\":1072431,\"MerchantId\":100000000,\"MerchantName\":\"McDonalds\",\"TotalCount\":63,\"PeriodCount\":30,\"DisplayIconIdentifier\":\"71\",\"CategoryName\":\"Fast Food\"}", "date" : "2016-12-08T10:50:53.3717884", "topicId" : 1072431, "topicName" : "Transaction", "title" : "McDonalds", "body" : "That makes 30 transactions this year.", "typeName" : "UserEventFeedItemModel"}}
json_instruct
{"type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "integer"}, "eventTypeIdentifier": {"type": "string"}, "actionText": {"type": "string"}, "messageData": {"type": "string"}, "date": {"type": "string"}, "topicId": {"type": "integer"}, "topicName": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "typeName": {"type": "string"}}, "required": ["id", "eventTypeIdentifier", "actionText", "messageData", "date", "topicId", "topicName", "title", "body", "typeName"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"last_remote_check": {"type": "integer"}, "hooks": {"type": "object", "properties": {"extended-bread-form-fields": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "enabled": {"type": "boolean"}}, "required": ["name", "description", "version", "enabled"]}}, "required": ["extended-bread-form-fields"]}}, "required": ["last_remote_check", "hooks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"last_remote_check" : 1547585224, "hooks" : {"extended-bread-form-fields" : {"name" : "extended-bread-form-fields", "description" : "Extended FormFields hook interface to Voyager BREAD", "version" : "v0.2-beta", "enabled" : true}}}
json_instruct
{"type": "object", "properties": {"last_remote_check": {"type": "integer"}, "hooks": {"type": "object", "properties": {"extended-bread-form-fields": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "enabled": {"type": "boolean"}}, "required": ["name", "description", "version", "enabled"]}}, "required": ["extended-bread-form-fields"]}}, "required": ["last_remote_check", "hooks"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : 1.2, "people" : [{"pose_keypoints_2d" : [664.308, 262.335, 1, 662.889, 322.291, 1, 609.44, 308.318, 1, 598.224, 379.548, 1, 668.446, 397.58, 1, 706.705, 327.304, 1, 730.116, 409.409, 1, 745.384, 502.037, 1, 629.197, 423.4, 1, 601.236, 410.012, 1, 616.596, 512.389, 1, 683.774, 442.41, 1, 701.668, 535.328, 1, 664.839, 497.337, 1, 656.263, 259.412, 1, 671.917, 325.254, 1, 638.906, 260.487, 1, 678.901, 323.295, 1], "face_keypoints_2d" : [], "hand_left_keypoints_2d" : [], "hand_right_keypoints_2d" : [], "pose_keypoints_3d" : [], "face_keypoints_3d" : [], "hand_left_keypoints_3d" : [], "hand_right_keypoints_3d" : []}]}
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-118.491283, 34.019484], [-118.479977, 34.028699], [-118.476866, 34.026013], [-118.488234, 34.016803], [-118.491283, 34.019484]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 5542}}]}
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#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"419905837071335424": {"type": "object", "properties": {"prefixes": {"type": "string"}}, "required": ["prefixes"]}, "449480119732666370": {"type": "object", "properties": {"prefixes": {"type": "string"}}, "required": ["prefixes"]}}, "required": ["419905837071335424", "449480119732666370"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"419905837071335424" : {"prefixes" : "/"}, "449480119732666370" : {"prefixes" : "T"}}
json_instruct
{"type": "object", "properties": {"419905837071335424": {"type": "object", "properties": {"prefixes": {"type": "string"}}, "required": ["prefixes"]}, "449480119732666370": {"type": "object", "properties": {"prefixes": {"type": "string"}}, "required": ["prefixes"]}}, "required": ["419905837071335424", "449480119732666370"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userId" : 54253, "cartId" : "0563f9ce-d246-472e-9ec1-a44dfe1ee7d4", "preferredProducts" : [570], "productReviews" : [{"productId" : 2025, "reviewText" : "I saw one of these in Saint Lucia and I bought one.", "reviewDate" : "2016-05-19T14:40:52.1931914+03:00"}, {"productId" : 4120, "reviewText" : "i use it once in a while when i'm in my ring.", "reviewDate" : "2018-07-20T05:29:45.6267371+03:00"}, {"productId" : 726, "reviewText" : "My neighbor Ardeth has one of these. She works as a gasman and she says it looks fuzzy.", "reviewDate" : "2019-06-23T21:41:27.3791335+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#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "prepare": {"type": "string"}, "test": {"type": "string"}, "test:watch": {"type": "string"}}, "required": ["build", "prepare", "test", "test:watch"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "dependencies": {"type": "object", "properties": {"lodash.get": {"type": "string"}, "lodash.set": {"type": "string"}}, "required": ["lodash.get", "lodash.set"]}, "devDependencies": {"type": "object", "properties": {"@babel/cli": {"type": "string"}, "@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "@babel/register": {"type": "string"}, "app-module-path": {"type": "string"}, "bdd-lazy-var": {"type": "string"}, "chai": {"type": "string"}, "eslint": {"type": "string"}, "eslint-plugin-mocha": {"type": "string"}, "graphql": {"type": "string"}, "mocha": {"type": "string"}, "nodemon": {"type": "string"}}, "required": ["@babel/cli", "@babel/core", "@babel/preset-env", "@babel/register", "app-module-path", "bdd-lazy-var", "chai", "eslint", "eslint-plugin-mocha", "graphql", "mocha", "nodemon"]}}, "required": ["name", "version", "description", "author", "license", "bugs", "homepage", "main", "scripts", "repository", "keywords", "engines", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@anvilco/apollo-server-plugin-introspection-metadata", "version" : "1.1.1", "description" : "A plugin for Apollo Server that allows for adding metadata to GraphQL Introspection Query responses.", "author" : "Anvil Foundry Inc. <[email protected]>", "license" : "MIT", "bugs" : {"url" : "https://github.com/anvilco/apollo-server-plugin-introspection-metadata/issues"}, "homepage" : "https://github.com/anvilco/apollo-server-plugin-introspection-metadata#readme", "main" : "dist/index.js", "scripts" : {"build" : "./node_modules/.bin/babel src --out-dir dist", "prepare" : "yarn build", "test" : "yarn build && mocha --config ./test/mocha-config.js", "test:watch" : "nodemon -x 'yarn test'"}, "repository" : {"type" : "git", "url" : "git+https://github.com/anvilco/apollo-server-plugin-introspection-metadata.git"}, "keywords" : ["apollo-server", "apollo-server-plugin", "graphql", "introspection", "introspection-query"], "engines" : {"node" : ">=8"}, "dependencies" : {"lodash.get" : "^4.4.2", "lodash.set" : "^4.3.2"}, "devDependencies" : {"@babel/cli" : "^7.15.4", "@babel/core" : "^7.15.5", "@babel/preset-env" : "^7.15.6", "@babel/register" : "^7.15.3", "app-module-path" : "^2.2.0", "bdd-lazy-var" : "^2.6.1", "chai" : "^4.3.4", "eslint" : "^7.32.0", "eslint-plugin-mocha" : "^9.0.0", "graphql" : "^15.5.3", "mocha" : "^9.1.1", "nodemon" : "^2.0.12"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "prepare": {"type": "string"}, "test": {"type": "string"}, "test:watch": {"type": "string"}}, "required": ["build", "prepare", "test", "test:watch"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "dependencies": {"type": "object", "properties": {"lodash.get": {"type": "string"}, "lodash.set": {"type": "string"}}, "required": ["lodash.get", "lodash.set"]}, "devDependencies": {"type": "object", "properties": {"@babel/cli": {"type": "string"}, "@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "@babel/register": {"type": "string"}, "app-module-path": {"type": "string"}, "bdd-lazy-var": {"type": "string"}, "chai": {"type": "string"}, "eslint": {"type": "string"}, "eslint-plugin-mocha": {"type": "string"}, "graphql": {"type": "string"}, "mocha": {"type": "string"}, "nodemon": {"type": "string"}}, "required": ["@babel/cli", "@babel/core", "@babel/preset-env", "@babel/register", "app-module-path", "bdd-lazy-var", "chai", "eslint", "eslint-plugin-mocha", "graphql", "mocha", "nodemon"]}}, "required": ["name", "version", "description", "author", "license", "bugs", "homepage", "main", "scripts", "repository", "keywords", "engines", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"11014": {"type": "string"}}, "required": ["11014"]}, "timeto": {"type": "object", "properties": {"11014": {"type": "number"}}, "required": ["11014"]}, "image": {"type": "string"}, "image_coords": {"type": "array", "items": {"type": "integer"}}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto", "image", "image_coords", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 11015, "title" : ["[River's Rest Forging Supply]"], "description" : ["Tucked behind a massive hedge, the area is surrounded with dense foliage. A small raised platform rests in the center, stocked with shelves of oils, metal, and glyphs. Pillars of smoke rise from behind the platform, accompanied by ringing hammer-falls."], "paths" : ["Obvious paths: out"], "location" : "River's Rest", "wayto" : {"11014" : "out"}, "timeto" : {"11014" : 0.2}, "image" : "rr-rivers_rest-1266350289.png", "image_coords" : [563, 1008, 573, 1018], "tags" : ["forge"]}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"11014": {"type": "string"}}, "required": ["11014"]}, "timeto": {"type": "object", "properties": {"11014": {"type": "number"}}, "required": ["11014"]}, "image": {"type": "string"}, "image_coords": {"type": "array", "items": {"type": "integer"}}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto", "image", "image_coords", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"package" : "perl-html-tree", "downloads" : 199200, "count" : 8842}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"eventId": {"type": "object", "properties": {"required": {"type": "boolean"}, "type": {"type": "string"}, "format": {"type": "string"}}, "required": ["required", "type", "format"]}, "reportType": {"type": "object", "properties": {"required": {"type": "boolean"}, "type": {"type": "string"}, "enum": {"type": "array", "items": {"type": "string"}}}, "required": ["required", "type", "enum"]}, "notes": {"type": "object", "properties": {"required": {"type": "boolean"}, "type": {"type": "string"}}, "required": ["required", "type"]}, "versionNumber": {"type": "object", "properties": {"required": {"type": "boolean"}, "type": {"type": "string"}, "format": {"type": "string"}}, "required": ["required", "type", "format"]}}, "required": ["eventId", "reportType", "notes", "versionNumber"]}}, "required": ["type", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "object", "properties" : {"eventId" : {"required" : true, "type" : "integer", "format" : "int32"}, "reportType" : {"required" : true, "type" : "string", "enum" : ["InvalidInfo", "Duplicate", "Inappropriate", "Other"]}, "notes" : {"required" : true, "type" : "string"}, "versionNumber" : {"required" : true, "type" : "integer", "format" : "int32"}}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"eventId": {"type": "object", "properties": {"required": {"type": "boolean"}, "type": {"type": "string"}, "format": {"type": "string"}}, "required": ["required", "type", "format"]}, "reportType": {"type": "object", "properties": {"required": {"type": "boolean"}, "type": {"type": "string"}, "enum": {"type": "array", "items": {"type": "string"}}}, "required": ["required", "type", "enum"]}, "notes": {"type": "object", "properties": {"required": {"type": "boolean"}, "type": {"type": "string"}}, "required": ["required", "type"]}, "versionNumber": {"type": "object", "properties": {"required": {"type": "boolean"}, "type": {"type": "string"}, "format": {"type": "string"}}, "required": ["required", "type", "format"]}}, "required": ["eventId", "reportType", "notes", "versionNumber"]}}, "required": ["type", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid 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" : 85782875, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "039b2fbf24643b4ba98c474a4aff726a", "wof:id" : 85782875, "wof:repo" : "whosonfirst-data-admin-nz"}, "bbox" : [174.524774, -35.713451, 174.524774, -35.713451], "geometry" : {"coordinates" : [174.524774, -35.713451], "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#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"other_cities": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "county": {"type": "string"}}, "required": ["other_cities", "city", "state", "county"]}}, "required": ["geometry", "type", "id", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"geometry" : {"type" : "Point", "coordinates" : [-94.63, 32.99]}, "type" : "Feature", "id" : "75656", "properties" : {"other_cities" : "Hughes Spgs", "city" : "Hughes Springs", "state" : "TX", "county" : "Cass County"}}
json_instruct
{"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"other_cities": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "county": {"type": "string"}}, "required": ["other_cities", "city", "state", "county"]}}, "required": ["geometry", "type", "id", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nom" : "Carcar\u00e8s-Sainte-Croix", "dpt" : "Landes", "inscrits" : 412, "abs" : 70, "votants" : 342, "blancs" : 11, "nuls" : 2, "exp" : 329, "res" : [{"panneau" : "9", "voix" : 94}, {"panneau" : "2", "voix" : 74}, {"panneau" : "3", "voix" : 58}, {"panneau" : "11", "voix" : 42}, {"panneau" : "4", "voix" : 30}, {"panneau" : "8", "voix" : 17}, {"panneau" : "1", "voix" : 7}, {"panneau" : "5", "voix" : 3}, {"panneau" : "6", "voix" : 2}, {"panneau" : "7", "voix" : 1}, {"panneau" : "10", "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#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "effect": {"type": "string"}, "craft": {"type": "object", "properties": {"cost": {"type": "integer"}, "items": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "amount": {"type": "integer"}}, "required": ["id", "name", "amount"]}}}, "required": ["cost", "items"]}, "rarity": {"type": "integer"}}, "required": ["id", "name", "description", "effect", "craft", "rarity"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "desiccant_potion", "name" : "Poci\u00f3n antihumedad", "description" : "Un tipo de poci\u00f3n que potencia la RES Hydro y ayuda a resistir ambientes de alta humedad.<br/>Dicen que esta poci\u00f3n puede mantener los objetos secos y tambi\u00e9n puede ser consumida por las personas para obtener una mayor resistencia al agua.", "effect" : "Aumenta la RES Hydro de todos los miembros del equipo en un 25% durante 300 s.", "craft" : {"cost" : 100, "items" : [{"id" : "butterfly_wings", "name" : "Alas de mariposa", "amount" : 1}, {"id" : "lotus_head", "name" : "Cabeza de loto", "amount" : 1}]}, "rarity" : 3}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "effect": {"type": "string"}, "craft": {"type": "object", "properties": {"cost": {"type": "integer"}, "items": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "amount": {"type": "integer"}}, "required": ["id", "name", "amount"]}}}, "required": ["cost", "items"]}, "rarity": {"type": "integer"}}, "required": ["id", "name", "description", "effect", "craft", "rarity"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"collection": {"type": "string"}, "sourceRoot": {"type": "string"}, "compilerOptions": {"type": "object", "properties": {"tsConfigPath": {"type": "string"}}, "required": ["tsConfigPath"]}}, "required": ["collection", "sourceRoot", "compilerOptions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"collection" : "@nestjs/schematics", "sourceRoot" : "server", "compilerOptions" : {"tsConfigPath" : "./tsconfig.server.json"}}
json_instruct
{"type": "object", "properties": {"collection": {"type": "string"}, "sourceRoot": {"type": "string"}, "compilerOptions": {"type": "object", "properties": {"tsConfigPath": {"type": "string"}}, "required": ["tsConfigPath"]}}, "required": ["collection", "sourceRoot", "compilerOptions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"category": {"type": "array", "items": {"type": "string"}}, "city": {"type": "string"}, "em_sigma_b": {"type": "number"}, "cum_star": {"type": "number"}, "name": {"type": "string"}, "em_sigma_p": {"type": "number"}, "lat": {"type": "number"}, "lng": {"type": "number"}, "em_star": {"type": "number"}, "id": {"type": "string"}}, "required": ["category", "city", "em_sigma_b", "cum_star", "name", "em_sigma_p", "lat", "lng", "em_star", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"category" : ["Restaurants", "Food", "Specialty Food", "Breakfast & Brunch", "American (New)", "Coffee & Tea", "Chocolatiers & Shops", "Desserts"], "city" : "Las Vegas", "em_sigma_b" : 0.10420677538316571, "cum_star" : 4.0860103626943, "name" : "Max Brenner", "em_sigma_p" : 0.04647606809039244, "lat" : 36.1191259407, "lng" : -115.177256695, "em_star" : 4.128486462216908, "id" : "w8RWhhuKxMiFCpvFvIQ3zg"}
json_instruct
{"type": "object", "properties": {"category": {"type": "array", "items": {"type": "string"}}, "city": {"type": "string"}, "em_sigma_b": {"type": "number"}, "cum_star": {"type": "number"}, "name": {"type": "string"}, "em_sigma_p": {"type": "number"}, "lat": {"type": "number"}, "lng": {"type": "number"}, "em_star": {"type": "number"}, "id": {"type": "string"}}, "required": ["category", "city", "em_sigma_b", "cum_star", "name", "em_sigma_p", "lat", "lng", "em_star", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"\u5de5\u5ee0\u540d\u7a31" : "\u559c\u6d77\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99710267", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u65b0\u7af9\u5e02\u9999\u5c71\u5340\u57d4\u524d\u91cc\u725b\u57d4\u6771\u8def\u4e94\u4e8c\u516d\u5df7\u4e8c\uff10\u865f", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc" : "\u65b0\u7af9\u5e02\u9999\u5c71\u5340\u57d4\u524d\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d" : "\u9127\u6620\u96ea", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f" : "84974569", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b" : "\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f" : "", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f" : "0970421", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b" : "\u751f\u7522\u4e2d", "\u7522\u696d\u985e\u5225" : ["27\u96fb\u8166\u3001\u96fb\u5b50\u7522\u54c1\u53ca\u5149\u5b78\u88fd\u54c1\u88fd\u9020\u696d", "28\u96fb\u529b\u8a2d\u5099\u88fd\u9020\u696d"], "\u4e3b\u8981\u7522\u54c1" : ["271\u96fb\u8166\u53ca\u5176\u9031\u908a\u8a2d\u5099", "272\u901a\u8a0a\u50b3\u64ad\u8a2d\u5099", "285\u5bb6\u7528\u96fb\u5668"]}
json_instruct
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"layer0": {"type": "string"}, "layer1": {"type": "string"}}, "required": ["layer0", "layer1"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "item/handheld", "textures" : {"layer0" : "artisantools:item/artisans_quill_base", "layer1" : "artisantools:item/artisans_quill_color"}}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"layer0": {"type": "string"}, "layer1": {"type": "string"}}, "required": ["layer0", "layer1"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"avif": {"type": "array", "items": {"type": "object", "properties": {"format": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "filename": {"type": "string"}, "outputPath": {"type": "string"}, "url": {"type": "string"}, "sourceType": {"type": "string"}, "srcset": {"type": "string"}, "size": {"type": "integer"}}, "required": ["format", "width", "height", "filename", "outputPath", "url", "sourceType", "srcset", "size"]}}, "webp": {"type": "array", "items": {"type": "object", "properties": {"format": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "filename": {"type": "string"}, "outputPath": {"type": "string"}, "url": {"type": "string"}, "sourceType": {"type": "string"}, "srcset": {"type": "string"}, "size": {"type": "integer"}}, "required": ["format", "width", "height", "filename", "outputPath", "url", "sourceType", "srcset", "size"]}}, "jpeg": {"type": "array", "items": {"type": "object", "properties": {"format": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "filename": {"type": "string"}, "outputPath": {"type": "string"}, "url": {"type": "string"}, "sourceType": {"type": "string"}, "srcset": {"type": "string"}, "size": {"type": "integer"}}, "required": ["format", "width", "height", "filename", "outputPath", "url", "sourceType", "srcset", "size"]}}}, "required": ["avif", "webp", "jpeg"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"avif" : [{"format" : "avif", "width" : 90, "height" : 90, "filename" : "3ba5d93a-90.avif", "outputPath" : "img/avatars/twitter/3ba5d93a-90.avif", "url" : "/img/avatars/twitter/3ba5d93a-90.avif", "sourceType" : "image/avif", "srcset" : "/img/avatars/twitter/3ba5d93a-90.avif 90w", "size" : 494}], "webp" : [{"format" : "webp", "width" : 90, "height" : 90, "filename" : "3ba5d93a-90.webp", "outputPath" : "img/avatars/twitter/3ba5d93a-90.webp", "url" : "/img/avatars/twitter/3ba5d93a-90.webp", "sourceType" : "image/webp", "srcset" : "/img/avatars/twitter/3ba5d93a-90.webp 90w", "size" : 478}], "jpeg" : [{"format" : "jpeg", "width" : 90, "height" : 90, "filename" : "3ba5d93a-90.jpeg", "outputPath" : "img/avatars/twitter/3ba5d93a-90.jpeg", "url" : "/img/avatars/twitter/3ba5d93a-90.jpeg", "sourceType" : "image/jpeg", "srcset" : "/img/avatars/twitter/3ba5d93a-90.jpeg 90w", "size" : 1370}]}
json_instruct
{"type": "object", "properties": {"avif": {"type": "array", "items": {"type": "object", "properties": {"format": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "filename": {"type": "string"}, "outputPath": {"type": "string"}, "url": {"type": "string"}, "sourceType": {"type": "string"}, "srcset": {"type": "string"}, "size": {"type": "integer"}}, "required": ["format", "width", "height", "filename", "outputPath", "url", "sourceType", "srcset", "size"]}}, "webp": {"type": "array", "items": {"type": "object", "properties": {"format": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "filename": {"type": "string"}, "outputPath": {"type": "string"}, "url": {"type": "string"}, "sourceType": {"type": "string"}, "srcset": {"type": "string"}, "size": {"type": "integer"}}, "required": ["format", "width", "height", "filename", "outputPath", "url", "sourceType", "srcset", "size"]}}, "jpeg": {"type": "array", "items": {"type": "object", "properties": {"format": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "filename": {"type": "string"}, "outputPath": {"type": "string"}, "url": {"type": "string"}, "sourceType": {"type": "string"}, "srcset": {"type": "string"}, "size": {"type": "integer"}}, "required": ["format", "width", "height", "filename", "outputPath", "url", "sourceType", "srcset", "size"]}}}, "required": ["avif", "webp", "jpeg"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"description": {"type": "string"}, "duration": {"type": "integer"}, "published_at": {"type": "string"}, "recorded": {"type": "string"}, "speakers": {"type": "array", "items": {"type": "string"}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}}, "required": ["description", "duration", "published_at", "recorded", "speakers", "thumbnail_url", "title", "videos"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"description" : "Juha-Matti aka Juhis is a developer community builder, web developer and programming teacher from Helsinki, Finland. He's passionate about building diverse and welcoming communities, board games and having discussions about technology. Currently he is working at Futurice in Helsinki helping developers become better versions of themselves. In his free time, he loves to tinker with Python building small scripts to automate the manual bits of his life and building Pokemon related web applications.\n\n----\n\nGet tickets for PyCon Estonia 2020 - https://bit.ly/pycon2020\n\nPython is nearing 3 decades in existence (yes, kinda hard to believe). Where do we go from here? We have the same question, hence PyCon 2019 will be a peek into the future of Python. Come, hang out with an inspired crowd, have rich, direct conversations and who knows, maybe you\u2019ll even find an answer.\n\nhttps://pycon.ee\nhttps://twitter.com/PyConEstonia\nhttps://www.facebook.com/events/vaba-lava/pycon-estonia-2019/318811955508926/", "duration" : 2015, "published_at" : "2019-10-20T04:52:31.000Z", "recorded" : "2019-10-03", "speakers" : ["Juha-Matti Santala"], "thumbnail_url" : "https://i.ytimg.com/vi/FDEwn9zQKkQ/hqdefault.jpg", "title" : "Contemporary Documentation", "videos" : [{"type" : "youtube", "url" : "https://www.youtube.com/watch?v=FDEwn9zQKkQ"}]}
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "duration": {"type": "integer"}, "published_at": {"type": "string"}, "recorded": {"type": "string"}, "speakers": {"type": "array", "items": {"type": "string"}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}}, "required": ["description", "duration", "published_at", "recorded", "speakers", "thumbnail_url", "title", "videos"], "$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"}, "id": {"type": "string"}, "type": {"type": "string"}, "partials": {"type": "object", "properties": {"config": {"type": "string"}}, "required": ["config"]}, "metrics": {"type": "boolean"}, "annotations": {"type": "boolean"}, "info": {"type": "object", "properties": {"logos": {"type": "object", "properties": {"small": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "large"]}}, "required": ["logos"]}}, "required": ["name", "id", "type", "partials", "metrics", "annotations", "info"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "OpenNMS Faults", "id" : "opennms-helm-fault-datasource", "type" : "datasource", "partials" : {"config" : "datasources/fault-ds/partials/config.html"}, "metrics" : true, "annotations" : false, "info" : {"logos" : {"small" : "img/fm-ds.svg", "large" : "img/fm-ds.svg"}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "type": {"type": "string"}, "partials": {"type": "object", "properties": {"config": {"type": "string"}}, "required": ["config"]}, "metrics": {"type": "boolean"}, "annotations": {"type": "boolean"}, "info": {"type": "object", "properties": {"logos": {"type": "object", "properties": {"small": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "large"]}}, "required": ["logos"]}}, "required": ["name", "id", "type", "partials", "metrics", "annotations", "info"], "$schema": "http://json-schema.org/draft-07/schema#"}