input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "string"}, "homepage": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"backbone": {"type": "string"}, "gulp": {"type": "string"}, "gulp-concat": {"type": "string"}, "gulp-connect": {"type": "string"}, "gulp-jshint": {"type": "string"}, "gulp-uglify": {"type": "string"}, "jquery": {"type": "string"}, "jsdom": {"type": "string"}, "jshint": {"type": "string"}, "karma": {"type": "string"}, "lodash": {"type": "string"}, "mocha": {"type": "string"}, "preact": {"type": "string"}, "underscore": {"type": "string"}}, "required": ["backbone", "gulp", "gulp-concat", "gulp-connect", "gulp-jshint", "gulp-uglify", "jquery", "jsdom", "jshint", "karma", "lodash", "mocha", "preact", "underscore"]}}, "required": ["name", "version", "description", "keywords", "main", "scripts", "repository", "homepage", "bugs", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "backbone.cord", "version" : "1.0.38", "description" : "backbone.cord is a React/Backbone library for data binding and a JSX-compatible declarative layout pipeline.", "keywords" : ["backbone", "reactive", "subview", "databinding", "declarative", "plugin"], "main" : "dist/backbone.cord.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : "backbone-cord/backbone.cord", "homepage" : "https://github.com/backbone-cord/backbone.cord", "bugs" : {"url" : "https://github.com/backbone-cord/backbone.cord/issues"}, "license" : "MIT", "devDependencies" : {"backbone" : "^1.2.3", "gulp" : "^3.9.0", "gulp-concat" : "^2.6.0", "gulp-connect" : "^2.2.0", "gulp-jshint" : "^2.0.0", "gulp-uglify" : "^1.5.1", "jquery" : "^2.1.4", "jsdom" : "^7.0.1", "jshint" : "^2.8.0", "karma" : "^0.13.14", "lodash" : "^3.10.1", "mocha" : "^2.3.3", "preact" : "^8.1.0", "underscore" : "^1.8.3"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "string"}, "homepage": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"backbone": {"type": "string"}, "gulp": {"type": "string"}, "gulp-concat": {"type": "string"}, "gulp-connect": {"type": "string"}, "gulp-jshint": {"type": "string"}, "gulp-uglify": {"type": "string"}, "jquery": {"type": "string"}, "jsdom": {"type": "string"}, "jshint": {"type": "string"}, "karma": {"type": "string"}, "lodash": {"type": "string"}, "mocha": {"type": "string"}, "preact": {"type": "string"}, "underscore": {"type": "string"}}, "required": ["backbone", "gulp", "gulp-concat", "gulp-connect", "gulp-jshint", "gulp-uglify", "jquery", "jsdom", "jshint", "karma", "lodash", "mocha", "preact", "underscore"]}}, "required": ["name", "version", "description", "keywords", "main", "scripts", "repository", "homepage", "bugs", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this 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": {"classification": {"type": "string"}, "identificationscore": {"type": "number"}}, "required": ["classification", "identificationscore"]}}, "required": ["type", "geometry", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "FeatureCollection", "features" : [{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[12.666794, 55.628484], [12.665681, 55.628484], [12.665522, 55.629113], [12.666635, 55.629203], [12.666794, 55.628484]]]}, "properties" : {"classification" : "plane", "identificationscore" : 0.9998881816864014}}, {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[12.666158, 55.627945], [12.665204, 55.627675], [12.664727, 55.628214], [12.665681, 55.628484], [12.666158, 55.627945]]]}, "properties" : {"classification" : "plane", "identificationscore" : 0.999398946762085}}, {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[12.634826, 55.612133], [12.633713, 55.612222], [12.633872, 55.612851], [12.634826, 55.612851], [12.634826, 55.612133]]]}, "properties" : {"classification" : "plane", "identificationscore" : 0.9697245359420776}}, {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[12.65248, 55.607012], [12.651844, 55.607101], [12.651844, 55.607551], [12.652639, 55.607551], [12.65248, 55.607012]]]}, "properties" : {"classification" : "plane", "identificationscore" : 0.7752715349197388}}, {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[12.657411, 55.62489], [12.656457, 55.62489], [12.656457, 55.625519], [12.657411, 55.625519], [12.657411, 55.62489]]]}, "properties" : {"classification" : "plane", "identificationscore" : 0.7046970129013062}}, {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[12.655661, 55.623632], [12.654707, 55.623542], [12.654707, 55.624082], [12.655502, 55.624171], [12.655661, 55.623632]]]}, "properties" : {"classification" : "plane", "identificationscore" : 0.6332402229309082}}, {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[12.648981, 55.626507], [12.64914, 55.626058], [12.648186, 55.626058], [12.648027, 55.626417], [12.648981, 55.626507]]]}, "properties" : {"classification" : "plane", "identificationscore" : 0.47951406240463257}}]} | 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": {"classification": {"type": "string"}, "identificationscore": {"type": "number"}}, "required": ["classification", "identificationscore"]}}, "required": ["type", "geometry", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "420602101001", "text" : "\u5367\u9f99\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "420602101002", "text" : "\u65b0\u96c6\u5c45\u59d4\u4f1a"}, {"id" : "420602101003", "text" : "\u8857\u897f\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "420602101004", "text" : "\u8857\u4e1c\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "420602101200", "text" : "\u8c2d\u5e84\u6751\u59d4\u4f1a"}, {"id" : "420602101201", "text" : "\u65b0\u5efa\u6751\u59d4\u4f1a"}, {"id" : "420602101202", "text" : "\u4e1c\u5408\u6751\u59d4\u4f1a"}, {"id" : "420602101203", "text" : "\u5149\u660e\u6751\u59d4\u4f1a"}, {"id" : "420602101204", "text" : "\u6bdb\u6881\u6751\u59d4\u4f1a"}, {"id" : "420602101205", "text" : "\u859b\u6881\u6751\u59d4\u4f1a"}, {"id" : "420602101206", "text" : "\u9ad8\u6e7e\u6751\u59d4\u4f1a"}, {"id" : "420602101207", "text" : "\u80e1\u5df7\u6751\u59d4\u4f1a"}, {"id" : "420602101208", "text" : "\u8881\u5df7\u6751\u59d4\u4f1a"}, {"id" : "420602101209", "text" : "\u5c60\u5df7\u6751\u59d4\u4f1a"}, {"id" : "420602101210", "text" : "\u9ec4\u6cb3\u6751\u59d4\u4f1a"}, {"id" : "420602101211", "text" : "\u9b4f\u6e7e\u6751\u59d4\u4f1a"}, {"id" : "420602101212", "text" : "\u534e\u5c97\u6751\u59d4\u4f1a"}, {"id" : "420602101213", "text" : "\u7389\u7687\u6751\u59d4\u4f1a"}, {"id" : "420602101214", "text" : "\u767d\u9a6c\u6751\u59d4\u4f1a"}, {"id" : "420602101215", "text" : "\u9752\u5c71\u6751\u59d4\u4f1a"}, {"id" : "420602101216", "text" : "\u56de\u9f99\u6751\u59d4\u4f1a"}, {"id" : "420602101217", "text" : "\u6881\u5bb6\u6751\u59d4\u4f1a"}, {"id" : "420602101218", "text" : "\u5f90\u53f0\u6751\u59d4\u4f1a"}, {"id" : "420602101219", "text" : "\u5f53\u534e\u6751\u59d4\u4f1a"}, {"id" : "420602101220", "text" : "\u5927\u5830\u6751\u59d4\u4f1a"}, {"id" : "420602101221", "text" : "\u59da\u6cb3\u6751\u59d4\u4f1a"}, {"id" : "420602101222", "text" : "\u897f\u4e61\u6751\u59d4\u4f1a"}, {"id" : "420602101223", "text" : "\u6d2a\u5e99\u6751\u59d4\u4f1a"}, {"id" : "420602101224", "text" : "\u91d1\u6865\u6751\u59d4\u4f1a"}, {"id" : "420602101225", "text" : "\u9122\u6d32\u6751\u59d4\u4f1a"}, {"id" : "420602101226", "text" : "\u6a2a\u5cad\u6751\u59d4\u4f1a"}, {"id" : "420602101227", "text" : "\u83b2\u82b1\u6751\u59d4\u4f1a"}, {"id" : "420602101228", "text" : "\u671d\u9633\u6751\u59d4\u4f1a"}, {"id" : "420602101229", "text" : "\u5b98\u5c71\u6751\u59d4\u4f1a"}, {"id" : "420602101230", "text" : "\u664f\u6e7e\u6751\u59d4\u4f1a"}, {"id" : "420602101231", "text" : "\u6bd5\u5e99\u6751\u59d4\u4f1a"}, {"id" : "420602101232", "text" : "\u6768\u4e95\u6751\u59d4\u4f1a"}, {"id" : "420602101233", "text" : "\u4e91\u5cab\u6751\u59d4\u4f1a"}, {"id" : "420602101234", "text" : "\u5c97\u5e99\u6751\u59d4\u4f1a"}, {"id" : "420602101235", "text" : "\u59dc\u65b0\u6751\u59d4\u4f1a"}, {"id" : "420602101236", "text" : "\u9686\u6797\u6751\u59d4\u4f1a"}, {"id" : "420602101241", "text" : "\u6587\u7548\u6751\u59d4\u4f1a"}, {"id" : "420602101242", "text" : "\u5e73\u6865\u6751\u59d4\u4f1a"}, {"id" : "420602101245", "text" : "\u724c\u574a\u6751\u59d4\u4f1a"}, {"id" : "420602101500", "text" : "\u8d75\u51b2\u755c\u7267\u573a\u6751\u59d4\u4f1a"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "subtype": {"type": "string"}}, "required": ["name", "type", "subtype"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "id", "type" : "measure", "subtype" : "continuous"}, {"name" : "utc_created", "type" : "dimension", "subtype" : "categorical"}, {"name" : "utc_updated", "type" : "dimension", "subtype" : "categorical"}, {"name" : "country", "type" : "dimension", "subtype" : "categorical"}, {"name" : "country_code", "type" : "dimension", "subtype" : "categorical"}, {"name" : "indicator_code", "type" : "measure", "subtype" : "continuous"}, {"name" : "indicator", "type" : "dimension", "subtype" : "categorical"}, {"name" : "value", "type" : "measure", "subtype" : "continuous"}, {"name" : "year", "type" : "dimension", "subtype" : "temporal", "format" : "%Y"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "subtype": {"type": "string"}}, "required": ["name", "type", "subtype"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "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" : 85901801, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "1b0db964ab61317009b12ca7ada533a1", "wof:id" : 85901801, "wof:repo" : "whosonfirst-data-admin-ro"}, "bbox" : [24.68589233400007, 46.75808715390015, 24.71550537110005, 46.77634809564661], "geometry" : {"coordinates" : [[[24.69726562500006, 46.77520355320713], [24.69827431632245, 46.77373073010001], [24.70275878910002, 46.77373073010001], [24.70275883407197, 46.7737307301001], [24.70404701724613, 46.77561161552519], [24.71476382348732, 46.77561161552519], [24.71531322390422, 46.77380048507025], [24.71550537110005, 46.77184958185022], [24.71531322390422, 46.7698986786299], [24.71474416642531, 46.76802274752647], [24.71382006722325, 46.76629387952003], [24.71257643891215, 46.76477851403821], [24.71106107343036, 46.76353488572714], [24.70933220542372, 46.762610786525], [24.70808036603523, 46.76223104519808], [24.70806834184344, 46.76221639367792], [24.70708327486204, 46.76101608608822], [24.70556790938042, 46.75977245777715], [24.70383904137378, 46.75884835857501], [24.70196311027036, 46.75827930109618], [24.70001220705024, 46.75808715390015], [24.69806130383, 46.75827930109618], [24.69618537272657, 46.75884835857501], [24.69445650471994, 46.75977245777715], [24.69294113923831, 46.76101608608822], [24.69169751092716, 46.76253145156987], [24.69081359585499, 46.7641851403571], [24.69078711098274, 46.76423469006774], [24.69033663166994, 46.76447547627713], [24.68882126618831, 46.7657191045882], [24.68757763787715, 46.76723447006982], [24.6866535386751, 46.76896333807646], [24.68608448119619, 46.77083926918006], [24.68589233400007, 46.77279017240001], [24.68602635797004, 46.77415094060071], [24.68601857095535, 46.77416550908011], [24.69648176302678, 46.77634809564661], [24.69726562500006, 46.77520355320713]]], "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#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"prosl\u0113mpsis": {"type": "object", "properties": {"rom.11.15|9": {"type": "array", "items": {"type": "string"}}}, "required": ["rom.11.15|9"]}}, "required": ["prosl\u0113mpsis"]}, "meanings": {"type": "object", "properties": {"acceptance": {"type": "integer"}}, "required": ["acceptance"]}, "meaningsCount": {"type": "integer"}, "occurences": {"type": "integer"}}, "required": ["pos", "translits", "meanings", "meaningsCount", "occurences"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"pos" : "n", "translits" : {"prosl\u0113mpsis" : {"rom.11.15|9" : ["the", "acceptance,", "if"]}}, "meanings" : {"acceptance" : 1}, "meaningsCount" : 1, "occurences" : 1} | json_instruct | {"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"prosl\u0113mpsis": {"type": "object", "properties": {"rom.11.15|9": {"type": "array", "items": {"type": "string"}}}, "required": ["rom.11.15|9"]}}, "required": ["prosl\u0113mpsis"]}, "meanings": {"type": "object", "properties": {"acceptance": {"type": "integer"}}, "required": ["acceptance"]}, "meaningsCount": {"type": "integer"}, "occurences": {"type": "integer"}}, "required": ["pos", "translits", "meanings", "meaningsCount", "occurences"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "authors": {"type": "array", "items": {}}, "version": {"type": "string"}, "minimumCoreVersion": {"type": "string"}, "compatibleCoreVersion": {"type": "string"}, "packs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "label": {"type": "string"}, "path": {"type": "string"}, "entity": {"type": "string"}}, "required": ["name", "label", "path", "entity"]}}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "url": {"type": "string"}, "manifest": {"type": "string"}, "download": {"type": "string"}}, "required": ["name", "title", "description", "author", "authors", "version", "minimumCoreVersion", "compatibleCoreVersion", "packs", "dependencies", "url", "manifest", "download"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "lh-largecrappymaps", "title" : "Lord Haywire's Large Crappy Maps", "description" : "A collection of my 100x100 grid maps. All free!", "author" : "Lord Haywire", "authors" : [], "version" : "0.3.2.3", "minimumCoreVersion" : "9", "compatibleCoreVersion" : "9.249", "packs" : [{"name" : "module-scenes", "label" : "Lord Haywire's Large Crappy Maps", "path" : "./packs/LH-scenes.db", "entity" : "Scene"}], "dependencies" : [{"name" : "betterroofs"}, {"name" : "lib-wrapper"}, {"name" : "wall-height"}, {"name" : "levels"}], "url" : "https://github.com/lordhaywire/lh-largecrappymaps", "manifest" : "https://raw.githubusercontent.com/lordhaywire/lh-largecrappymaps/master/module.json", "download" : "https://github.com/lordhaywire/lh-largecrappymaps/archive/refs/heads/master.zip"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "authors": {"type": "array", "items": {}}, "version": {"type": "string"}, "minimumCoreVersion": {"type": "string"}, "compatibleCoreVersion": {"type": "string"}, "packs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "label": {"type": "string"}, "path": {"type": "string"}, "entity": {"type": "string"}}, "required": ["name", "label", "path", "entity"]}}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "url": {"type": "string"}, "manifest": {"type": "string"}, "download": {"type": "string"}}, "required": ["name", "title", "description", "author", "authors", "version", "minimumCoreVersion", "compatibleCoreVersion", "packs", "dependencies", "url", "manifest", "download"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"symbol": {"type": "string"}, "address": {"type": "string"}, "overview": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "email": {"type": "string"}, "website": {"type": "string"}, "whitepaper": {"type": "string"}, "state": {"type": "string"}, "published_on": {"type": "string"}, "initial_price": {"type": "object", "properties": {"ETH": {"type": "string"}, "USD": {"type": "string"}, "BTC": {"type": "string"}}, "required": ["ETH", "USD", "BTC"]}, "links": {"type": "object", "properties": {"blog": {"type": "string"}, "twitter": {"type": "string"}, "telegram": {"type": "string"}, "github": {"type": "string"}, "facebook": {"type": "string"}, "reddit": {"type": "string"}, "medium": {"type": "string"}}, "required": ["blog", "twitter", "telegram", "github", "facebook", "reddit", "medium"]}}, "required": ["symbol", "address", "overview", "email", "website", "whitepaper", "state", "published_on", "initial_price", "links"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"symbol" : "GIT", "address" : "0x1d0582fa759e4b9beab4f6f82cc539ac62c49250", "overview" : {"en" : "GoDigit"}, "email" : "admin@godigit.io", "website" : "https://www.godigit.io/", "whitepaper" : "https://www.godigit.io/wp-content/uploads/2018/09/GoDigit-Whitepaper-V.02.pdf", "state" : "NORMAL", "published_on" : "2018-08-01", "initial_price" : {"ETH" : "0.00341023 ETH", "USD" : "0.61 USD", "BTC" : "0.00010868 BTC"}, "links" : {"blog" : "https://bitcointalk.org/index.php?topic=4963107.0", "twitter" : "https://twitter.com/GoDigitIO", "telegram" : "https://t.me/GoDigit_GIT", "github" : "https://github.com/godigitio", "facebook" : "https://www.facebook.com/GoDigitIO/", "reddit" : "https://www.reddit.com/r/GoDigit", "medium" : "https://medium.com/@GoDigitIO/"}} | json_instruct | {"type": "object", "properties": {"symbol": {"type": "string"}, "address": {"type": "string"}, "overview": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "email": {"type": "string"}, "website": {"type": "string"}, "whitepaper": {"type": "string"}, "state": {"type": "string"}, "published_on": {"type": "string"}, "initial_price": {"type": "object", "properties": {"ETH": {"type": "string"}, "USD": {"type": "string"}, "BTC": {"type": "string"}}, "required": ["ETH", "USD", "BTC"]}, "links": {"type": "object", "properties": {"blog": {"type": "string"}, "twitter": {"type": "string"}, "telegram": {"type": "string"}, "github": {"type": "string"}, "facebook": {"type": "string"}, "reddit": {"type": "string"}, "medium": {"type": "string"}}, "required": ["blog", "twitter", "telegram", "github", "facebook", "reddit", "medium"]}}, "required": ["symbol", "address", "overview", "email", "website", "whitepaper", "state", "published_on", "initial_price", "links"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[80.0, 160.0, 240.0, 320.0, 400.0, 480.0, 560.0, 640.0, 720.0, 800.0, 880.0, 960.0, 1040.0, 1120.0, 1200.0, 1280.0, 1360.0, 1440.0, 1520.0, 1600.0, 1680.0, 1760.0, 1840.0, 1920.0, 2000.0, 2080.0, 2160.0, 2240.0, 2320.0, 2400.0, 2480.0, 2560.0, 2640.0, 2720.0, 2800.0, 2880.0, 2960.0, 3040.0, 3120.0, 3200.0, 3280.0, 3360.0, 3440.0, 3520.0, 3600.0, 3680.0, 3760.0, 3840.0, 3920.0, 4000.0, 4080.0, 4160.0, 4240.0, 4320.0, 4400.0, 4480.0, 4560.0, 4640.0, 4720.0, 4800.0, 4880.0, 4960.0, 5040.0, 5120.0, 5200.0, 5280.0, 5360.0, 5440.0, 5520.0, 5600.0, 5680.0, 5760.0, 5840.0, 5920.0, 6000.0, 6080.0, 6160.0, 6240.0, 6320.0, 6400.0, 6480.0, 6560.0, 6640.0, 6720.0, 6800.0, 6880.0, 6960.0, 7040.0, 7120.0, 7200.0, 7280.0, 7360.0, 7440.0, 7520.0, 7600.0, 7680.0, 7760.0, 7840.0, 7920.0, 8000.0], [1032988.0, 1995978.0, 2960968.0, 4151954.0, 4921945.0, 6076933.0, 7063921.0, 7951912.0, 9213897.0, 10006889.0, 10903879.0, 11957868.0, 12831857.0, 13906846.0, 14959834.0, 15932823.0, 16771814.0, 17954801.0, 18796792.0, 19690781.0, 20834769.0, 21851757.0, 22809747.0, 23838735.0, 24751725.0, 25735715.0, 26895702.0, 27775692.0, 28726681.0, 29826670.0, 30713660.0, 31676649.0, 32747638.0, 33702627.0, 34686616.0, 35847603.0, 36566595.0, 37622583.0, 38675572.0, 39776560.0, 40748549.0, 41516540.0, 42597528.0, 43735516.0, 44547506.0, 45703494.0, 46578484.0, 47429474.0, 48424463.0, 49611450.0, 50488440.0, 51492430.0, 52658417.0, 53942403.0, 54453397.0, 55464386.0, 56469375.0, 57589362.0, 58424353.0, 59453342.0, 60462331.0, 61363321.0, 62388309.0, 63396298.0, 64338288.0, 65438276.0, 66523264.0, 67495254.0, 68339244.0, 81162103.0, 70694218.0, 73666186.0, 72360200.0, 73366188.0, 74425177.0, 75323167.0, 76180158.0, 77316145.0, 78263135.0, 79342122.0, 80339112.0, 81524100.0, 82264092.0, 83224081.0, 84154070.0, 85219058.0, 86158049.0, 87221037.0, 88120027.0, 89115015.0, 90161004.0, 91300991.0, 96241938.0, 93224972.0, 94145962.0, 95168950.0, 95938942.0, 97012929.0, 98258916.0, 99087906.0]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"manufacturer": {"type": "string"}, "devices": {"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}}}, "required": ["manufacturer", "devices"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"manufacturer" : "Verizon", "devices" : [{"manufacturer" : "", "market_name" : "Stream TV", "codename" : "JS8V", "model" : "Stream TV"}, {"manufacturer" : "", "market_name" : "Stream TV", "codename" : "f354", "model" : "Stream TV"}, {"manufacturer" : "", "market_name" : "Stream TV", "codename" : "sti6220d315", "model" : "Stream TV"}, {"manufacturer" : "", "market_name" : "Stream TV Soundbar", "codename" : "sti6251d315", "model" : "Stream TV Soundbar"}, {"manufacturer" : "", "market_name" : "Stream TV Soundbar Pro", "codename" : "sti6250d315", "model" : "Stream TV Soundbar Pro"}, {"manufacturer" : "", "market_name" : "Visible Midnight", "codename" : "WTVIS01", "model" : "WTVIS01"}]} | json_instruct | {"type": "object", "properties": {"manufacturer": {"type": "string"}, "devices": {"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}}}, "required": ["manufacturer", "devices"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"Cotacao": {"type": "number"}, "Cresc. Rec.5a": {"type": "number"}, "Div.Brut/ Patrim.": {"type": "number"}, "Div.Yield": {"type": "number"}, "EV/EBIT": {"type": "number"}, "EV/EBITDA": {"type": "number"}, "Liq. Corr.": {"type": "number"}, "Liq.2meses": {"type": "number"}, "Mrg Ebit": {"type": "number"}, "Mrg. Liq.": {"type": "number"}, "P/Ativ Circ.Liq": {"type": "number"}, "P/Ativo": {"type": "number"}, "P/Cap.Giro": {"type": "number"}, "P/EBIT": {"type": "number"}, "P/L": {"type": "number"}, "P/VP": {"type": "number"}, "PSR": {"type": "number"}, "Patrim. Liq": {"type": "number"}, "ROE": {"type": "number"}, "ROIC": {"type": "number"}}, "required": ["Cotacao", "Cresc. Rec.5a", "Div.Brut/ Patrim.", "Div.Yield", "EV/EBIT", "EV/EBITDA", "Liq. Corr.", "Liq.2meses", "Mrg Ebit", "Mrg. Liq.", "P/Ativ Circ.Liq", "P/Ativo", "P/Cap.Giro", "P/EBIT", "P/L", "P/VP", "PSR", "Patrim. Liq", "ROE", "ROIC"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Cotacao" : 11.55, "Cresc. Rec.5a" : 0.1302, "Div.Brut/ Patrim." : 0.02, "Div.Yield" : 0.0, "EV/EBIT" : -6.61, "EV/EBITDA" : -6.61, "Liq. Corr." : 0.79, "Liq.2meses" : 0.0, "Mrg Ebit" : -0.0411, "Mrg. Liq." : -0.0498, "P/Ativ Circ.Liq" : -3.31, "P/Ativo" : 0.824, "P/Cap.Giro" : -10.02, "P/EBIT" : -9.11, "P/L" : -7.52, "P/VP" : 1.89, "PSR" : 0.374, "Patrim. Liq" : 426164000.0, "ROE" : -0.2513, "ROIC" : -0.123} | json_instruct | {"type": "object", "properties": {"Cotacao": {"type": "number"}, "Cresc. Rec.5a": {"type": "number"}, "Div.Brut/ Patrim.": {"type": "number"}, "Div.Yield": {"type": "number"}, "EV/EBIT": {"type": "number"}, "EV/EBITDA": {"type": "number"}, "Liq. Corr.": {"type": "number"}, "Liq.2meses": {"type": "number"}, "Mrg Ebit": {"type": "number"}, "Mrg. Liq.": {"type": "number"}, "P/Ativ Circ.Liq": {"type": "number"}, "P/Ativo": {"type": "number"}, "P/Cap.Giro": {"type": "number"}, "P/EBIT": {"type": "number"}, "P/L": {"type": "number"}, "P/VP": {"type": "number"}, "PSR": {"type": "number"}, "Patrim. Liq": {"type": "number"}, "ROE": {"type": "number"}, "ROIC": {"type": "number"}}, "required": ["Cotacao", "Cresc. Rec.5a", "Div.Brut/ Patrim.", "Div.Yield", "EV/EBIT", "EV/EBITDA", "Liq. Corr.", "Liq.2meses", "Mrg Ebit", "Mrg. Liq.", "P/Ativ Circ.Liq", "P/Ativo", "P/Cap.Giro", "P/EBIT", "P/L", "P/VP", "PSR", "Patrim. Liq", "ROE", "ROIC"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "rules": {"type": "array", "items": {"type": "object", "properties": {"referenceName": {"type": "string"}, "correlationExtractor": {"type": "object", "properties": {"type": {"type": "string"}, "regex": {"type": "string"}}, "required": ["type", "regex"]}, "correlationReplacement": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["referenceName", "correlationExtractor", "correlationReplacement"]}}, "components": {"type": "null"}, "responseFilters": {"type": "null"}}, "required": ["id", "name", "author", "description", "version", "rules", "components", "responseFilters"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "Template1", "name" : "Template1", "author" : "blazemeter", "description" : "Template1 - blazemeter", "version" : "1.0", "rules" : [{"referenceName" : "Temp1Siebel", "correlationExtractor" : {"type" : "com.blazemeter.jmeter.correlation.core.extractors.RegexCorrelationExtractor", "regex" : "(siebel)"}, "correlationReplacement" : {"type" : "com.blazemeter.jmeter.correlation.core.replacements.RegexCorrelationReplacement"}}, {"referenceName" : "Temp1WikiVar", "correlationExtractor" : {"type" : "com.blazemeter.jmeter.correlation.core.extractors.RegexCorrelationExtractor", "target" : "URL", "regex" : "(wikipedia)"}, "correlationReplacement" : {"type" : "com.blazemeter.jmeter.correlation.core.replacements.RegexCorrelationReplacement"}}], "components" : null, "responseFilters" : null} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "rules": {"type": "array", "items": {"type": "object", "properties": {"referenceName": {"type": "string"}, "correlationExtractor": {"type": "object", "properties": {"type": {"type": "string"}, "regex": {"type": "string"}}, "required": ["type", "regex"]}, "correlationReplacement": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["referenceName", "correlationExtractor", "correlationReplacement"]}}, "components": {"type": "null"}, "responseFilters": {"type": "null"}}, "required": ["id", "name", "author", "description", "version", "rules", "components", "responseFilters"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"log_level": {"type": "string"}, "trace_configs": {"type": "object", "properties": {"efish": {"type": "object", "properties": {"spikes": {"type": "array", "items": {"type": "string"}}, "membrane voltage": {"type": "array", "items": {"type": "string"}}, "global eod": {"type": "array", "items": {"type": "string"}}, "local eod": {"type": "array", "items": {"type": "string"}}}, "required": ["spikes", "membrane voltage", "global eod", "local eod"]}}, "required": ["efish"]}}, "required": ["log_level", "trace_configs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"log_level" : "DEBUG", "trace_configs" : {"efish" : {"spikes" : ["Spikes-3"], "membrane voltage" : ["V-3"], "global eod" : ["EOD"], "local eod" : ["LocalEOD"]}}} | json_instruct | {"type": "object", "properties": {"log_level": {"type": "string"}, "trace_configs": {"type": "object", "properties": {"efish": {"type": "object", "properties": {"spikes": {"type": "array", "items": {"type": "string"}}, "membrane voltage": {"type": "array", "items": {"type": "string"}}, "global eod": {"type": "array", "items": {"type": "string"}}, "local eod": {"type": "array", "items": {"type": "string"}}}, "required": ["spikes", "membrane voltage", "global eod", "local eod"]}}, "required": ["efish"]}}, "required": ["log_level", "trace_configs"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[136.375, 40.083333333333336], [136.375, 40.166666666666664], [136.5, 40.166666666666664], [136.5, 40.083333333333336], [136.375, 40.083333333333336]]]}, "properties" : {"code" : 603613, "url" : "http://madefor.github.io/0410/api/v1/603613.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/603613.geojson"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"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" : "7208011001", "district_id" : "7208011", "name" : "TOLAI"}, {"id" : "7208011002", "district_id" : "7208011", "name" : "PURWOSARI"}, {"id" : "7208011003", "district_id" : "7208011", "name" : "TORUE"}, {"id" : "7208011004", "district_id" : "7208011", "name" : "ASTINA"}, {"id" : "7208011005", "district_id" : "7208011", "name" : "TANAH LANTO"}, {"id" : "7208011006", "district_id" : "7208011", "name" : "TOLAI BARAT"}, {"id" : "7208011007", "district_id" : "7208011", "name" : "TOLAI TIMUR"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"listing_id": {"type": "integer"}, "id": {"type": "integer"}, "date": {"type": "string"}, "reviewer_id": {"type": "integer"}, "reviewer_name": {"type": "string"}, "text": {"type": "string"}, "title": {"type": "string"}, "host_id": {"type": "integer"}, "listing_latitude": {"type": "number"}, "listing_longitude": {"type": "number"}, "host_name": {"type": "string"}}, "required": ["listing_id", "id", "date", "reviewer_id", "reviewer_name", "text", "title", "host_id", "listing_latitude", "listing_longitude", "host_name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"listing_id" : 2266768, "id" : 22287923, "date" : "2014-11-03", "reviewer_id" : 14104079, "reviewer_name" : "Rami", "text" : "Our trip to Austin was everything we hoped it would be, and staying in Kristine's flat was perfect. We had easy access to downtown and the airport. The flat was very clean and comfortable. The shower is even more amazing than the pictures show, and the bed was cozy. We are usually very picky and slept well for the four nights we were here. The next time we come to Austin we will definitely be trying to book here again. This was our first time using Airbnb, and thanks to Kristine it definitely will not be our last.", "title" : "modern granny flat", "host_id" : 1507234, "listing_latitude" : 30.275484886441834, "listing_longitude" : -97.726282028393, "host_name" : "Kristine"} | json_instruct | {"type": "object", "properties": {"listing_id": {"type": "integer"}, "id": {"type": "integer"}, "date": {"type": "string"}, "reviewer_id": {"type": "integer"}, "reviewer_name": {"type": "string"}, "text": {"type": "string"}, "title": {"type": "string"}, "host_id": {"type": "integer"}, "listing_latitude": {"type": "number"}, "listing_longitude": {"type": "number"}, "host_name": {"type": "string"}}, "required": ["listing_id", "id", "date", "reviewer_id", "reviewer_name", "text", "title", "host_id", "listing_latitude", "listing_longitude", "host_name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"$schema": {"type": "string"}, "type": {"type": "string"}, "required": {"type": "array", "items": {"type": "string"}}, "properties": {"type": "object", "properties": {"status": {"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}, "enum": {"type": "array", "items": {"type": "integer"}}}, "required": ["title", "type", "enum"]}}, "required": ["status"]}, "if": {"type": "object", "properties": {"properties": {"type": "object", "properties": {"status": {"type": "object", "properties": {"const": {"type": "integer"}}, "required": ["const"]}}, "required": ["status"]}}, "required": ["properties"]}, "then": {"type": "object", "properties": {"properties": {"type": "object", "properties": {"result": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"is_latest_version": {"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}}, "required": ["title", "type"]}}, "required": ["is_latest_version"]}, "required": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "properties", "required"]}}, "required": ["result"]}, "required": {"type": "array", "items": {"type": "string"}}}, "required": ["properties", "required"]}, "else": {"type": "object", "properties": {"properties": {"type": "object", "properties": {"error": {"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}, "examples": {"type": "array", "items": {"type": "string"}}}, "required": ["title", "type", "examples"]}}, "required": ["error"]}, "required": {"type": "array", "items": {"type": "string"}}}, "required": ["properties", "required"]}}, "required": ["$schema", "type", "required", "properties", "if", "then", "else"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"$schema" : "http://json-schema.org/draft-07/schema#", "type" : "object", "required" : ["status"], "properties" : {"status" : {"title" : "HTTP-like status code", "type" : "integer", "enum" : [200, 400, 403, 404]}}, "if" : {"properties" : {"status" : {"const" : 200}}}, "then" : {"properties" : {"result" : {"type" : "object", "properties" : {"is_latest_version" : {"title" : "True if the given version actually is the latest version", "type" : "boolean"}}, "required" : ["is_latest_version"]}}, "required" : ["status", "result"]}, "else" : {"properties" : {"error" : {"title" : "Error message", "type" : "string", "examples" : ["Config not found"]}}, "required" : ["status", "error"]}} | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "type": {"type": "string"}, "required": {"type": "array", "items": {"type": "string"}}, "properties": {"type": "object", "properties": {"status": {"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}, "enum": {"type": "array", "items": {"type": "integer"}}}, "required": ["title", "type", "enum"]}}, "required": ["status"]}, "if": {"type": "object", "properties": {"properties": {"type": "object", "properties": {"status": {"type": "object", "properties": {"const": {"type": "integer"}}, "required": ["const"]}}, "required": ["status"]}}, "required": ["properties"]}, "then": {"type": "object", "properties": {"properties": {"type": "object", "properties": {"result": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"is_latest_version": {"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}}, "required": ["title", "type"]}}, "required": ["is_latest_version"]}, "required": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "properties", "required"]}}, "required": ["result"]}, "required": {"type": "array", "items": {"type": "string"}}}, "required": ["properties", "required"]}, "else": {"type": "object", "properties": {"properties": {"type": "object", "properties": {"error": {"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}, "examples": {"type": "array", "items": {"type": "string"}}}, "required": ["title", "type", "examples"]}}, "required": ["error"]}, "required": {"type": "array", "items": {"type": "string"}}}, "required": ["properties", "required"]}}, "required": ["$schema", "type", "required", "properties", "if", "then", "else"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"target": {"type": "string"}, "module": {"type": "string"}, "moduleResolution": {"type": "string"}, "removeComments": {"type": "boolean"}, "noImplicitAny": {"type": "boolean"}, "sourceMap": {"type": "boolean"}, "outDir": {"type": "string"}, "allowJs": {"type": "boolean"}, "allowSyntheticDefaultImports": {"type": "boolean"}, "jsx": {"type": "string"}, "jsxFactory": {"type": "string"}, "skipDefaultLibCheck": {"type": "boolean"}, "skipLibCheck": {"type": "boolean"}, "experimentalDecorators": {"type": "boolean"}, "importHelpers": {"type": "boolean"}, "noErrorTruncation": {"type": "boolean"}, "noFallthroughCasesInSwitch": {"type": "boolean"}, "noUnusedLocals": {"type": "boolean"}, "pretty": {"type": "boolean"}, "lib": {"type": "array", "items": {"type": "string"}}}, "required": ["target", "module", "moduleResolution", "removeComments", "noImplicitAny", "sourceMap", "outDir", "allowJs", "allowSyntheticDefaultImports", "jsx", "jsxFactory", "skipDefaultLibCheck", "skipLibCheck", "experimentalDecorators", "importHelpers", "noErrorTruncation", "noFallthroughCasesInSwitch", "noUnusedLocals", "pretty", "lib"]}, "include": {"type": "array", "items": {"type": "string"}}, "exclude": {"type": "array", "items": {"type": "string"}}}, "required": ["compilerOptions", "include", "exclude"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"compilerOptions" : {"target" : "es5", "module" : "commonjs", "moduleResolution" : "Node", "removeComments" : true, "noImplicitAny" : false, "sourceMap" : false, "outDir" : "./lib", "allowJs" : true, "allowSyntheticDefaultImports" : true, "jsx" : "react", "jsxFactory" : "h", "skipDefaultLibCheck" : true, "skipLibCheck" : true, "experimentalDecorators" : true, "importHelpers" : true, "noErrorTruncation" : true, "noFallthroughCasesInSwitch" : true, "noUnusedLocals" : true, "pretty" : true, "lib" : ["dom", "es5", "es6", "es7", "es2015", "scripthost", "dom.iterable"]}, "include" : ["src/typing.d.ts", "src"], "exclude" : ["node_modules", "lib", "src/__tests__", "*.test.ts", "*.test.tsx", "*.test-server.ts", "*.test-server.tsx"]} | json_instruct | {"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"target": {"type": "string"}, "module": {"type": "string"}, "moduleResolution": {"type": "string"}, "removeComments": {"type": "boolean"}, "noImplicitAny": {"type": "boolean"}, "sourceMap": {"type": "boolean"}, "outDir": {"type": "string"}, "allowJs": {"type": "boolean"}, "allowSyntheticDefaultImports": {"type": "boolean"}, "jsx": {"type": "string"}, "jsxFactory": {"type": "string"}, "skipDefaultLibCheck": {"type": "boolean"}, "skipLibCheck": {"type": "boolean"}, "experimentalDecorators": {"type": "boolean"}, "importHelpers": {"type": "boolean"}, "noErrorTruncation": {"type": "boolean"}, "noFallthroughCasesInSwitch": {"type": "boolean"}, "noUnusedLocals": {"type": "boolean"}, "pretty": {"type": "boolean"}, "lib": {"type": "array", "items": {"type": "string"}}}, "required": ["target", "module", "moduleResolution", "removeComments", "noImplicitAny", "sourceMap", "outDir", "allowJs", "allowSyntheticDefaultImports", "jsx", "jsxFactory", "skipDefaultLibCheck", "skipLibCheck", "experimentalDecorators", "importHelpers", "noErrorTruncation", "noFallthroughCasesInSwitch", "noUnusedLocals", "pretty", "lib"]}, "include": {"type": "array", "items": {"type": "string"}}, "exclude": {"type": "array", "items": {"type": "string"}}}, "required": ["compilerOptions", "include", "exclude"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"xt-input": {"type": "string"}}, "required": ["xt-input"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "platforms": {"type": "object", "properties": {"watchos": {"type": "string"}, "ios": {"type": "string"}, "osx": {"type": "string"}, "tvos": {"type": "string"}}, "required": ["watchos", "ios", "osx", "tvos"]}, "source_files": {"type": "array", "items": {"type": "string"}}, "swift_versions": {"type": "string"}, "requires_arc": {"type": "boolean"}, "swift_version": {"type": "string"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "source", "platforms", "source_files", "swift_versions", "requires_arc", "swift_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "DVTObjectMapper", "version" : "4.2.1", "summary" : "DVTObjectMapper", "description" : "TODO:\nDVTObjectMapper \u662f\u4e00\u4e2a\u4f7f\u7528 Swift \u7f16\u5199\u7684\u7528\u4e8e model \u5bf9\u8c61\uff08\u7c7b\u548c\u7ed3\u6784\u4f53\uff09\u548c JSON \u4e4b\u95f4\u8f6c\u6362\u7684\u6846\u67b6\u3002\n\u662fObjectMapper\u7684\u6269\u5c55\uff0c\u4f7f\u6570\u636e\u89e3\u6790\u6709\u4e86\u66f4\u597d\u7684\u517c\u5bb9\u6027", "homepage" : "https://github.com/darvintang/DVTObjectMapper", "license" : {"type" : "MIT", "file" : "LICENSE"}, "authors" : {"xt-input" : "input@tcoding.cn"}, "source" : {"git" : "https://github.com/darvintang/DVTObjectMapper.git", "tag" : "4.2.1"}, "platforms" : {"watchos" : "2.0", "ios" : "10.0", "osx" : "10.10", "tvos" : "9.0"}, "source_files" : ["Sources/*.swift", "Sources/Extension/*.swift"], "swift_versions" : "5", "requires_arc" : true, "swift_version" : "5"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"xt-input": {"type": "string"}}, "required": ["xt-input"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "platforms": {"type": "object", "properties": {"watchos": {"type": "string"}, "ios": {"type": "string"}, "osx": {"type": "string"}, "tvos": {"type": "string"}}, "required": ["watchos", "ios", "osx", "tvos"]}, "source_files": {"type": "array", "items": {"type": "string"}}, "swift_versions": {"type": "string"}, "requires_arc": {"type": "boolean"}, "swift_version": {"type": "string"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "source", "platforms", "source_files", "swift_versions", "requires_arc", "swift_version"], "$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": {"__type": {"type": "string"}, "Manufacturer": {"type": "string"}, "Product": {"type": "string"}, "HardwareVersion": {"type": "string"}, "FirmwareVersion": {"type": "string"}, "ReleaseDate": {"type": "string"}, "FileUrl": {"type": "string"}, "FileName": {"type": "string"}}, "required": ["__type", "Manufacturer", "Product", "HardwareVersion", "FirmwareVersion", "ReleaseDate", "FileUrl", "FileName"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"__type" : "FwRelease:#LrDemo", "Manufacturer" : "Porcupine Labs", "Product" : "MicroLRF", "HardwareVersion" : "3", "FirmwareVersion" : "0.6.5", "ReleaseDate" : "2019-08-27", "FileUrl" : "https://raw.githubusercontent.com/porcupinelabs/rangefinder/master/Firmware/MicroLRF/MicroLrf%200.6.5.fw", "FileName" : "MicroLRF 0.6.5.fw"}, {"__type" : "FwRelease:#LrDemo", "Manufacturer" : "Porcupine Labs", "Product" : "MicroLRF", "HardwareVersion" : "3", "FirmwareVersion" : "0.6.6", "ReleaseDate" : "2019-09-03", "FileUrl" : "https://raw.githubusercontent.com/porcupinelabs/rangefinder/master/Firmware/MicroLRF/MicroLrf%200.6.6.fw", "FileName" : "MicroLRF 0.6.6.fw"}, {"__type" : "FwRelease:#LrDemo", "Manufacturer" : "Porcupine Labs", "Product" : "MicroLRF", "HardwareVersion" : "4", "FirmwareVersion" : "1.0.0", "ReleaseDate" : "2020-02-16", "FileUrl" : "https://raw.githubusercontent.com/porcupinelabs/rangefinder/master/Firmware/MicroLRF/MicroLrf%201.0.0.fw", "FileName" : "MicroLRF 1.0.0.fw"}, {"__type" : "FwRelease:#LrDemo", "Manufacturer" : "Porcupine Labs", "Product" : "MicroLRF", "HardwareVersion" : "4", "FirmwareVersion" : "1.0.1", "ReleaseDate" : "2020-02-23", "FileUrl" : "https://raw.githubusercontent.com/porcupinelabs/rangefinder/master/Firmware/MicroLRF/MicroLrf%201.0.1.fw", "FileName" : "MicroLRF 1.0.1.fw"}, {"__type" : "FwRelease:#LrDemo", "Manufacturer" : "Porcupine Labs", "Product" : "MicroLRF", "HardwareVersion" : "4", "FirmwareVersion" : "1.0.2", "ReleaseDate" : "2020-03-01", "FileUrl" : "https://raw.githubusercontent.com/porcupinelabs/rangefinder/master/Firmware/MicroLRF/MicroLrf%201.0.2.fw", "FileName" : "MicroLRF 1.0.2.fw"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"__type": {"type": "string"}, "Manufacturer": {"type": "string"}, "Product": {"type": "string"}, "HardwareVersion": {"type": "string"}, "FirmwareVersion": {"type": "string"}, "ReleaseDate": {"type": "string"}, "FileUrl": {"type": "string"}, "FileName": {"type": "string"}}, "required": ["__type", "Manufacturer", "Product", "HardwareVersion", "FirmwareVersion", "ReleaseDate", "FileUrl", "FileName"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"reporterEnabled": {"type": "string"}, "mochaJunitReporterReporterOptions": {"type": "object", "properties": {"mochaFile": {"type": "string"}, "toConsole": {"type": "boolean"}, "testsuitesTitle": {"type": "string"}, "jenkinsMode": {"type": "boolean"}, "attachments": {"type": "string"}}, "required": ["mochaFile", "toConsole", "testsuitesTitle", "jenkinsMode", "attachments"]}, "mochawesomeReporterOptions": {"type": "object", "properties": {"reportDir": {"type": "string"}, "overwrite": {"type": "boolean"}, "html": {"type": "boolean"}, "json": {"type": "boolean"}, "timestamp": {"type": "string"}}, "required": ["reportDir", "overwrite", "html", "json", "timestamp"]}}, "required": ["reporterEnabled", "mochaJunitReporterReporterOptions", "mochawesomeReporterOptions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"reporterEnabled" : "spec, mocha-junit-reporter, mochawesome", "mochaJunitReporterReporterOptions" : {"mochaFile" : "cypress-junit-test-report.xml", "toConsole" : true, "testsuitesTitle" : "Cypress Test Results", "jenkinsMode" : true, "attachments" : "results/assets/"}, "mochawesomeReporterOptions" : {"reportDir" : "results", "overwrite" : false, "html" : true, "json" : true, "timestamp" : "yyyymmdd_HHMMss"}} | json_instruct | {"type": "object", "properties": {"reporterEnabled": {"type": "string"}, "mochaJunitReporterReporterOptions": {"type": "object", "properties": {"mochaFile": {"type": "string"}, "toConsole": {"type": "boolean"}, "testsuitesTitle": {"type": "string"}, "jenkinsMode": {"type": "boolean"}, "attachments": {"type": "string"}}, "required": ["mochaFile", "toConsole", "testsuitesTitle", "jenkinsMode", "attachments"]}, "mochawesomeReporterOptions": {"type": "object", "properties": {"reportDir": {"type": "string"}, "overwrite": {"type": "boolean"}, "html": {"type": "boolean"}, "json": {"type": "boolean"}, "timestamp": {"type": "string"}}, "required": ["reportDir", "overwrite", "html", "json", "timestamp"]}}, "required": ["reporterEnabled", "mochaJunitReporterReporterOptions", "mochawesomeReporterOptions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_cd": {"type": "integer"}, "station_name": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["pref_cd", "line_cd", "line_name", "station_cd", "station_g_cd", "station_name", "lon", "lat"]}}}, "required": ["station"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"station" : [{"pref_cd" : 4, "line_cd" : 11223, "line_name" : "JR\u77f3\u5dfb\u7dda", "station_cd" : 1122302, "station_g_cd" : 1122302, "station_name" : "\u4e0a\u6d8c\u8c37", "lon" : 141.099473, "lat" : 38.549194}]} | json_instruct | {"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_cd": {"type": "integer"}, "station_name": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["pref_cd", "line_cd", "line_name", "station_cd", "station_g_cd", "station_name", "lon", "lat"]}}}, "required": ["station"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"$schema": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cltv_expiry": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "description": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "description_hash": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}, "destination": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "expiry": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "fallback_addr": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "num_satoshis": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "payment_hash": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}, "route_hints": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}, "timestamp": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["cltv_expiry", "description", "description_hash", "destination", "expiry", "fallback_addr", "num_satoshis", "payment_hash", "route_hints", "timestamp"]}, "required": {"type": "array", "items": {"type": "string"}}}, "required": ["$schema", "type", "properties", "required"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"$schema" : "http://json-schema.org/schema#", "type" : "object", "properties" : {"cltv_expiry" : {"type" : "integer"}, "description" : {"type" : "string"}, "description_hash" : {"$ref" : "base-types.HexString_schema.json"}, "destination" : {"type" : "string"}, "expiry" : {"type" : "integer"}, "fallback_addr" : {"type" : "string"}, "num_satoshis" : {"type" : "integer"}, "payment_hash" : {"$ref" : "base-types.HexString_schema.json"}, "route_hints" : {"$ref" : "any_schema.json"}, "timestamp" : {"type" : "integer"}}, "required" : ["cltv_expiry", "description", "description_hash", "destination", "expiry", "fallback_addr", "num_satoshis", "payment_hash", "timestamp"]} | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cltv_expiry": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "description": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "description_hash": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}, "destination": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "expiry": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "fallback_addr": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "num_satoshis": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "payment_hash": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}, "route_hints": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}, "timestamp": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["cltv_expiry", "description", "description_hash", "destination", "expiry", "fallback_addr", "num_satoshis", "payment_hash", "route_hints", "timestamp"]}, "required": {"type": "array", "items": {"type": "string"}}}, "required": ["$schema", "type", "properties", "required"], "$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" : "0x861c76925e24b717f8f7a2943dcc67f32ab48792", "tool" : "securify", "start" : 1563655864.618093, "end" : 1563655867.9278023, "duration" : 3.309709310531616, "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#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"cSpell.words" : ["Fira", "patreon", "scrollbar", "vsce"]} | json_instruct | {"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"seamless-immutable.js": {"type": "string"}, "seamless-immutable.min.js": {"type": "string"}}, "required": ["seamless-immutable.js", "seamless-immutable.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"seamless-immutable.js" : "sha512-0d0OgYp7peVOdyk1Tc+9W4mcRHJV1EStwebgv64aXozq7129ew1/poLPNQVe+iJiEKki8kf8aFWNzM8MKQZoVA==", "seamless-immutable.min.js" : "sha512-iwzKFyBUo7dfTLhLA4XTTmUE9vjhDKaOREA5M9X0mjcaN9G3KEI1+VL0hc9kqHRzQ4D42kp8+E3Jgp+cVa0CHQ=="} | json_instruct | {"type": "object", "properties": {"seamless-immutable.js": {"type": "string"}, "seamless-immutable.min.js": {"type": "string"}}, "required": ["seamless-immutable.js", "seamless-immutable.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "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"]}}, "require": {"type": "object", "properties": {"ext-pdo": {"type": "string"}, "tarohida/php-types": {"type": "string"}}, "required": ["ext-pdo", "tarohida/php-types"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}}, "required": ["phpunit/phpunit"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"TaroHida\\Twitter\\TweetCount\\": {"type": "string"}}, "required": ["TaroHida\\Twitter\\TweetCount\\"]}}, "required": ["psr-4"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Tests\\": {"type": "string"}}, "required": ["Tests\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "type", "license", "authors", "require", "require-dev", "autoload", "autoload-dev"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "tarohida/php-twitter-tweet-count", "description" : "php twitter domain object (tweet count)", "type" : "library", "license" : "MIT", "authors" : [{"name" : "Taro Hida", "email" : "sk8trou@gmail.com"}], "require" : {"ext-pdo" : "*", "tarohida/php-types" : "v2.0.0"}, "require-dev" : {"phpunit/phpunit" : "^9.5"}, "autoload" : {"psr-4" : {"TaroHida\\Twitter\\TweetCount\\" : "src/TaroHida/Twitter/TweetCount"}}, "autoload-dev" : {"psr-4" : {"Tests\\" : "tests/"}}} | 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"]}}, "require": {"type": "object", "properties": {"ext-pdo": {"type": "string"}, "tarohida/php-types": {"type": "string"}}, "required": ["ext-pdo", "tarohida/php-types"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}}, "required": ["phpunit/phpunit"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"TaroHida\\Twitter\\TweetCount\\": {"type": "string"}}, "required": ["TaroHida\\Twitter\\TweetCount\\"]}}, "required": ["psr-4"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Tests\\": {"type": "string"}}, "required": ["Tests\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "type", "license", "authors", "require", "require-dev", "autoload", "autoload-dev"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-84.590516, 39.25308], [-84.587365, 39.255278], [-84.573653, 39.257809], [-84.573066, 39.255748], [-84.573406, 39.251151], [-84.574485, 39.248769], [-84.574936, 39.243126], [-84.576321, 39.243186], [-84.576783, 39.237757], [-84.579789, 39.23899], [-84.582392, 39.238165], [-84.587366, 39.238404], [-84.587205, 39.240464], [-84.584689, 39.240349], [-84.583903, 39.249884], [-84.587184, 39.250829], [-84.590516, 39.25308]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 49816}}]} | 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#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "abbr", "name"]}, "city": {"type": "string"}, "type": {"type": "string"}, "lng": {"type": "number"}, "counties": {"type": "array", "items": {"type": "object", "properties": {"fips": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "name"]}}}, "required": ["localities", "state", "postal_code", "locality", "lat", "region", "city", "type", "lng", "counties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"localities" : ["Shoreline, WA", "Bitter Lake, WA", "Richmond Highlands, WA", "Seattle, WA"], "state" : "WA", "postal_code" : "98133", "locality" : "Seattle, WA", "lat" : 47.740485, "region" : {"fips" : "53", "abbr" : "WA", "name" : "Washington"}, "city" : "Seattle", "type" : "STANDARD", "lng" : -122.342826, "counties" : [{"fips" : "033", "name" : "King County"}]} | json_instruct | {"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "abbr", "name"]}, "city": {"type": "string"}, "type": {"type": "string"}, "lng": {"type": "number"}, "counties": {"type": "array", "items": {"type": "object", "properties": {"fips": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "name"]}}}, "required": ["localities", "state", "postal_code", "locality", "lat", "region", "city", "type", "lng", "counties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"Baucau": {"type": "string"}}, "required": ["Baucau"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Baucau" : "BCH"} | json_instruct | {"type": "object", "properties": {"Baucau": {"type": "string"}}, "required": ["Baucau"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1920, 6], [1922, 6], [1924, 5], [1925, 5], [1926, 9], [1927, 6], [1928, 5], [1936, 5]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "ot": {"type": "integer"}, "alias": {"type": "integer"}, "setcode": {"type": "integer"}, "type": {"type": "integer"}, "atk": {"type": "integer"}, "def": {"type": "integer"}, "level": {"type": "integer"}, "race": {"type": "integer"}, "attribute": {"type": "integer"}, "category": {"type": "integer"}, "name": {"type": "string"}, "desc": {"type": "string"}, "str1": {"type": "string"}, "str2": {"type": "string"}, "str3": {"type": "string"}, "str4": {"type": "string"}, "str5": {"type": "string"}, "str6": {"type": "string"}, "str7": {"type": "string"}, "str8": {"type": "string"}, "str9": {"type": "string"}, "str10": {"type": "string"}, "str11": {"type": "string"}, "str12": {"type": "string"}, "str13": {"type": "string"}, "str14": {"type": "string"}, "str15": {"type": "string"}, "str16": {"type": "string"}, "links": {"type": "array", "items": {}}, "cardpool": {"type": "string"}, "ocg": {"type": "object", "properties": {"pack": {"type": "string"}, "pack_id": {"type": "string"}, "date": {"type": "string"}}, "required": ["pack", "pack_id", "date"]}, "tcg": {"type": "object", "properties": {"pack": {"type": "string"}, "pack_id": {"type": "string"}, "date": {"type": "string"}}, "required": ["pack", "pack_id", "date"]}, "picture": {"type": "string"}}, "required": ["id", "ot", "alias", "setcode", "type", "atk", "def", "level", "race", "attribute", "category", "name", "desc", "str1", "str2", "str3", "str4", "str5", "str6", "str7", "str8", "str9", "str10", "str11", "str12", "str13", "str14", "str15", "str16", "links", "cardpool", "ocg", "tcg", "picture"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 58446973, "ot" : 3, "alias" : 0, "setcode" : 187, "type" : 4129, "atk" : 500, "def" : 200, "level" : 1, "race" : 8, "attribute" : 4, "category" : 0, "name" : "Infernoid Decatron", "desc" : "If this card is Normal or Special Summoned: You can send 1 \"Infernoid\" monster from your Deck to the Graveyard, except \"Infernoid Decatron\", and if you do, increase this card's Level by the Level of the sent monster, and if you do that, this card's name becomes that monster's, and replace this effect with that monster's original effects.", "str1" : "", "str2" : "", "str3" : "", "str4" : "", "str5" : "", "str6" : "", "str7" : "", "str8" : "", "str9" : "", "str10" : "", "str11" : "", "str12" : "", "str13" : "", "str14" : "", "str15" : "", "str16" : "", "links" : [], "cardpool" : "OCG/TCG", "ocg" : {"pack" : "Clash of Rebellions", "pack_id" : "CORE-JP039", "date" : "2015-04-25"}, "tcg" : {"pack" : "Clash of Rebellions", "pack_id" : "CORE-DE039", "date" : "2015-08-06"}, "picture" : "https://vignette.wikia.nocookie.net/yugioh/images/b/bc/InfernoidDecatron-CORE-EN-SR-1E.png"} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "ot": {"type": "integer"}, "alias": {"type": "integer"}, "setcode": {"type": "integer"}, "type": {"type": "integer"}, "atk": {"type": "integer"}, "def": {"type": "integer"}, "level": {"type": "integer"}, "race": {"type": "integer"}, "attribute": {"type": "integer"}, "category": {"type": "integer"}, "name": {"type": "string"}, "desc": {"type": "string"}, "str1": {"type": "string"}, "str2": {"type": "string"}, "str3": {"type": "string"}, "str4": {"type": "string"}, "str5": {"type": "string"}, "str6": {"type": "string"}, "str7": {"type": "string"}, "str8": {"type": "string"}, "str9": {"type": "string"}, "str10": {"type": "string"}, "str11": {"type": "string"}, "str12": {"type": "string"}, "str13": {"type": "string"}, "str14": {"type": "string"}, "str15": {"type": "string"}, "str16": {"type": "string"}, "links": {"type": "array", "items": {}}, "cardpool": {"type": "string"}, "ocg": {"type": "object", "properties": {"pack": {"type": "string"}, "pack_id": {"type": "string"}, "date": {"type": "string"}}, "required": ["pack", "pack_id", "date"]}, "tcg": {"type": "object", "properties": {"pack": {"type": "string"}, "pack_id": {"type": "string"}, "date": {"type": "string"}}, "required": ["pack", "pack_id", "date"]}, "picture": {"type": "string"}}, "required": ["id", "ot", "alias", "setcode", "type", "atk", "def", "level", "race", "attribute", "category", "name", "desc", "str1", "str2", "str3", "str4", "str5", "str6", "str7", "str8", "str9", "str10", "str11", "str12", "str13", "str14", "str15", "str16", "links", "cardpool", "ocg", "tcg", "picture"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "6107022001", "nama" : "Samalantan"}, {"id" : "6107022002", "nama" : "Sabau"}, {"id" : "6107022003", "nama" : "Tumiang"}, {"id" : "6107022004", "nama" : "Babane"}, {"id" : "6107022005", "nama" : "Pasti Jaya"}, {"id" : "6107022006", "nama" : "Bukit Serayan"}, {"id" : "6107022007", "nama" : "Marunsu"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"feedstocks" : ["django-bootstrap4"]} | json_instruct | {"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"color": {"type": "string"}, "token": {"type": "string"}, "version": {"type": "string"}, "key": {"type": "string"}, "footer": {"type": "object", "properties": {"text": {"type": "string"}, "icon": {"type": "string"}}, "required": ["text", "icon"]}, "defaultPrefix": {"type": "string"}, "assets": {"type": "object", "properties": {}, "required": []}}, "required": ["color", "token", "version", "key", "footer", "defaultPrefix", "assets"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"color" : "#CC8899", "token" : "Discord BOT TOKEN", "version" : "1.0.0", "key" : "HYPIXEL API KEY", "footer" : {"text" : "Bot Made By N\u00f8ah#9561 || https://discord.gg/UnDpr2kEpB", "icon" : "FOOTERIMAGE HERE"}, "defaultPrefix" : "!", "assets" : {}} | json_instruct | {"type": "object", "properties": {"color": {"type": "string"}, "token": {"type": "string"}, "version": {"type": "string"}, "key": {"type": "string"}, "footer": {"type": "object", "properties": {"text": {"type": "string"}, "icon": {"type": "string"}}, "required": ["text", "icon"]}, "defaultPrefix": {"type": "string"}, "assets": {"type": "object", "properties": {}, "required": []}}, "required": ["color", "token", "version", "key", "footer", "defaultPrefix", "assets"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"cSpell.ignoreWords": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.ignoreWords"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"cSpell.ignoreWords" : ["ahmadwali", "sayadi"]} | json_instruct | {"type": "object", "properties": {"cSpell.ignoreWords": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.ignoreWords"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"n_dim" : 55, "n_trials" : 340, "objective" : "risk_on_cube", "white" : "ultraopt_forest", "black" : "bobyqa_noise", "traceback" : ["passing", "passing"], "best_val" : [174.59750724417907, 0.6210960333271193], "best_x" : [[0.6706386262884644, 0.02941230423262553, 0.07366914209362385, 0.43768868477819545, 0.06126947548443562, 0.22235189941745326, 0.04994123961410757, 0.8402990791355899, 0.2186867598876694, 0.15733503621870826, 0.5271834881205811, 0.5252594131182386, 0.16552712844298767, 0.6370581317475866, 0.591670074344306, 0.5496202256239274, 0.951555441622451, 0.22004793020082347, 0.49010493040728087, 0.16593986631576696, 0.38010378123034905, 0.051245627761842494, 0.4892762560329791, 0.49176213204369534, 0.06329285387137684, 0.6794407470102509, 0.10747247432681961, 0.31173765893310723, 0.6949867372846062, 0.6699044798699234, 0.05236643229352045, 0.6028132869877826, 0.36996435685665574, 0.15159938716120758, 0.0032399785623329347, 0.14188983326960336, 0.1723185396120379, 0.03120405181496988, 0.4441454617261087, 0.3343106785079113, 0.20533778117196255, 0.08555648597358512, 0.386190946796955, 0.584701757584922, 0.03846441566285019, 0.27824356514792936, 0.3240899057713408, 0.36904688838730026, 0.30998821987260794, 0.6500948136024197, 0.013745494162562322, 0.4104564279158982, 0.752257582618141, 0.4970653363352838, 0.48268599630747244], [0.09087775909638088, 0.0, 0.0, 0.0, 0.07338293007628562, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.05988877334427356, 0.0, 0.0, 0.0, 0.027177951727300777, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.058729828189213414, 0.0, 0.16534730983005202, 0.0, 0.1708223967192647, 0.0, 0.0, 0.0, 0.0, 0.7253270737526564, 0.0, 0.0, 0.0, 0.06190656442611715, 0.2773532230156831, 0.0, 0.0, 0.0]], "feval_count" : [340, 340], "n_trials_instructed" : [340, 340], "passing" : [true, true], "completed" : true, "points" : 0.0, "winner" : "bobyqa_noise_cube", "loser" : "ultraopt_forest_cube"} | json_instruct | {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"hash" : "0x800841f0cf34f9d2e687b613a00b0728be25aad4d335a5f080e93ace83acd265", "parentHash" : "0x02f30e185b21dc9134b5fa98f97e787e0b1629e9d098080fd2b42b66ff627efa", "number" : 35922, "timestamp" : 1438747393, "nonce" : "0x458f228aecd40b9d", "difficulty" : 1305599092916, "gasLimit" : {"_hex" : "0x1388"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0x2C674A948592B20a4B775E1a3991Db043E6CF0FE", "extraData" : "0x476574682f76312e302e302f6c696e75782f676f312e342e32", "transactions" : []} | json_instruct | {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"text": {"type": "string"}, "heading": {"type": "object", "properties": {"title": {"type": "string"}, "chaptersection": {"type": "string"}, "identifier": {"type": "string"}, "catch_text": {"type": "string"}}, "required": ["title", "chaptersection", "identifier", "catch_text"]}}, "required": ["text", "heading"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"text" : "\n\u00a0 \u00a0 \u00a0(a)\u00a0 \u00a0 \u00a0Any person may institute proceedings for injunctive relief, declaratory relief, or writ of mandate in any court of competent jurisdiction to enforce his or her right to inspect or to receive a copy of any public record or class of public records under this Ordinance or to enforce his or her right to attend any meeting required under this Ordinance to be open, or to compel such meeting to be open. \n\u00a0 \u00a0 \u00a0(b)\u00a0 \u00a0 \u00a0A court shall award costs and reasonable attorneys' fees to the plaintiff who is the prevailing party in an action brought to enforce this Ordinance. \n\u00a0 \u00a0 \u00a0(c)\u00a0 \u00a0 \u00a0If a court finds that an action filed pursuant to this section is frivolous, the City and County may assert its rights to be paid its reasonable attorneys' fees and costs. \n\u00a0 \u00a0 \u00a0(d)\u00a0 \u00a0 \u00a0Any person may institute proceedings for enforcement and penalties under this act in any court of competent jurisdiction or before the Ethics Commission if enforcement action is not taken by a City or State official 40 days after a complaint is filed. \n(Added by Proposition G, 11/2/99)\n\n", "heading" : {"title" : "67", "chaptersection" : "35", "identifier" : "67.35", "catch_text" : "ENFORCEMENT PROVISIONS."}} | json_instruct | {"type": "object", "properties": {"text": {"type": "string"}, "heading": {"type": "object", "properties": {"title": {"type": "string"}, "chaptersection": {"type": "string"}, "identifier": {"type": "string"}, "catch_text": {"type": "string"}}, "required": ["title", "chaptersection", "identifier", "catch_text"]}}, "required": ["text", "heading"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"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"}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "indo-formatter", "version" : "1.0.3", "description" : "Library for Indonesia format", "main" : "index.js", "scripts" : {"test" : "node test"}, "repository" : {"type" : "git", "url" : "https://github.com/rezarffahlevi/indo-formatter"}, "keywords" : ["indonesia", "formatter"], "author" : "Reza Fahlevi", "license" : "MIT"} | 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"}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"c_ref": {"type": "string"}, "totals": {"type": "object", "properties": {"Cases": {"type": "integer"}, "Deaths": {"type": "integer"}}, "required": ["Cases", "Deaths"]}}, "required": ["c_ref", "totals"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"c_ref" : "Diamond Princess", "totals" : {"Cases" : 696, "Deaths" : 7}}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"c_ref": {"type": "string"}, "totals": {"type": "object", "properties": {"Cases": {"type": "integer"}, "Deaths": {"type": "integer"}}, "required": ["Cases", "Deaths"]}}, "required": ["c_ref", "totals"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"z-index": {"type": "object", "properties": {"modal": {"type": "object", "properties": {"value": {"type": "string"}, "comment": {"type": "string"}}, "required": ["value", "comment"]}, "sticky": {"type": "object", "properties": {"value": {"type": "string"}, "comment": {"type": "string"}}, "required": ["value", "comment"]}}, "required": ["modal", "sticky"]}}, "required": ["z-index"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"z-index" : {"modal" : {"value" : "9999", "comment" : "Comment"}, "sticky" : {"value" : "100", "comment" : "Comment"}}} | json_instruct | {"type": "object", "properties": {"z-index": {"type": "object", "properties": {"modal": {"type": "object", "properties": {"value": {"type": "string"}, "comment": {"type": "string"}}, "required": ["value", "comment"]}, "sticky": {"type": "object", "properties": {"value": {"type": "string"}, "comment": {"type": "string"}}, "required": ["value", "comment"]}}, "required": ["modal", "sticky"]}}, "required": ["z-index"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"url": {"type": "string"}, "theme": {"type": "string"}, "previewBrowser": {"type": "string"}, "autoSlug": {"type": "boolean"}}, "required": ["url", "theme", "previewBrowser", "autoSlug"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"url" : "https://yaaan.notion.site/46344232c29d418393715aa47f173b46?v=7d3b8c16fbf94d6c9d7a5b34ca5b6fa7", "theme" : "pure-ejs", "previewBrowser" : "open", "autoSlug" : true} | json_instruct | {"type": "object", "properties": {"url": {"type": "string"}, "theme": {"type": "string"}, "previewBrowser": {"type": "string"}, "autoSlug": {"type": "boolean"}}, "required": ["url", "theme", "previewBrowser", "autoSlug"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"angular-translate-loader-partial.js": {"type": "string"}, "angular-translate-loader-partial.min.js": {"type": "string"}}, "required": ["angular-translate-loader-partial.js", "angular-translate-loader-partial.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"angular-translate-loader-partial.js" : "sha512-fXfSagDoHjqhVbpl5w4+9tP05++OvnwxIqI/fO7DByZooC+gYuZDkvrSH9WLb2U6rI9YnXtSvKFFZZopk0dpmw==", "angular-translate-loader-partial.min.js" : "sha512-GEo+xRpWcq1UXqle5w8JNtihDKgPWQvD8G0Edjyu6SDadewPPdURTiw499LBHvW08J+Kl3dORxKkkTdGBBGJBw=="} | json_instruct | {"type": "object", "properties": {"angular-translate-loader-partial.js": {"type": "string"}, "angular-translate-loader-partial.min.js": {"type": "string"}}, "required": ["angular-translate-loader-partial.js", "angular-translate-loader-partial.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"desc": {"type": "string"}, "home": {"type": "string"}, "license": {"type": "string"}}, "required": ["desc", "home", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"desc" : "Seamless polymorphic inheritance for Django models", "home" : "https://github.com/django-polymorphic/django-polymorphic", "license" : ""} | json_instruct | {"type": "object", "properties": {"desc": {"type": "string"}, "home": {"type": "string"}, "license": {"type": "string"}}, "required": ["desc", "home", "license"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "morgan": {"type": "string"}}, "required": ["express", "morgan"]}}, "required": ["name", "version", "engines", "private", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "fxpay-example", "version" : "0.0.1", "engines" : {"node" : ">=0.10"}, "private" : true, "dependencies" : {"express" : "4.10.3", "morgan" : "1.5.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "morgan": {"type": "string"}}, "required": ["express", "morgan"]}}, "required": ["name", "version", "engines", "private", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["Antica", "Astera", "Belobra", "Bona", "Calmera", "Carnera", "Celesta", "Damora", "Descubra", "Duna", "Epoca", "Estela", "Faluna", "Ferobra", "Firmera", "Garnera", "Gentebra", "Gladera", "Harmonia", "Helera", "Honbra", "Impera", "Inabra", "Jonera", "Kalibra", "Kenora", "Lobera", "Luminera", "Lutabra", "Macabra", "Menera", "Monza", "Nefera", "Noctera", "Nossobra", "Olera", "Ombra", "Pacera", "Peloria", "Premia", "Pyra", "Quelibra", "Quintera", "Refugia", "Relembra", "Secura", "Serdebra", "Solidera", "Talera", "Tortura", "Vita", "Vunira", "Wintera", "Zuna", "Zunera"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"content": {"type": "string"}, "entities": {"type": "array", "items": {"type": "object", "properties": {"offset": {"type": "integer"}, "type": {"type": "string"}, "id": {"type": "integer"}, "entity": {"type": "string"}}, "required": ["offset", "type", "id", "entity"]}}, "topics": {"type": "array", "items": {"type": "object", "properties": {"topic": {"type": "string"}, "id": {"type": "integer"}}, "required": ["topic", "id"]}}, "tweet_id": {"type": "string"}}, "required": ["content", "entities", "topics", "tweet_id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"content" : "The problem with EU immigration is that the UK doesnt even have full control of their own borders #BattleForNumber10", "entities" : [{"offset" : 44, "type" : "ne", "id" : 2, "entity" : "uk"}, {"offset" : 20, "type" : "topic keyword", "id" : 3, "entity" : "immigration"}, {"offset" : 17, "type" : "topic keyword", "id" : 4, "entity" : "eu"}, {"offset" : 90, "type" : "topic keyword", "id" : 5, "entity" : "borders"}], "topics" : [{"topic" : "eu and immigration", "id" : 1}], "tweet_id" : "581201897891201025"} | json_instruct | {"type": "object", "properties": {"content": {"type": "string"}, "entities": {"type": "array", "items": {"type": "object", "properties": {"offset": {"type": "integer"}, "type": {"type": "string"}, "id": {"type": "integer"}, "entity": {"type": "string"}}, "required": ["offset", "type", "id", "entity"]}}, "topics": {"type": "array", "items": {"type": "object", "properties": {"topic": {"type": "string"}, "id": {"type": "integer"}}, "required": ["topic", "id"]}}, "tweet_id": {"type": "string"}}, "required": ["content", "entities", "topics", "tweet_id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"n_dim" : 21, "n_trials" : 210, "objective" : "markowitz_analytic_on_cube", "white" : "hyperopt_tpe", "black" : "optuna_random_clone_1", "traceback" : ["passing", "passing"], "best_val" : [4.117626403427967, 5.958159835495098], "best_x" : [[0.5821949819287541, 0.2102025669430823, 0.1282476041843218, 0.013501069292546089, 0.10792557050664349, 0.2490953802814987, 0.2755958071708853, 0.6986853446408586, 0.9403256954996162, 0.3531563527055724, 0.10750890600350646, 0.02304678366664431, 0.18633222144936407, 0.001883388584280705, 0.6325823268175648, 0.043858601978886635, 0.47203118319703186, 0.06778139237070059, 0.08354361170414315, 0.08670278534490092, 0.006322795068397391], [0.730101687105276, 0.9087028666857815, 0.029620910093102526, 0.20593583825838502, 0.29756220658495935, 0.9428189756764315, 0.23712225434516543, 0.3298689468949919, 0.052521860460617464, 0.022816703270806538, 0.08336239899223108, 0.30349485922037556, 0.23194860335319034, 0.2959708965235325, 0.5144111836967062, 0.16680653870280204, 0.852581465890768, 0.5301833485052928, 0.030950823574677266, 0.14830051054656057, 0.14486139766265282]], "feval_count" : [210, 210], "n_trials_instructed" : [210, 210], "passing" : [true, true], "completed" : true, "points" : 1.0, "winner" : "hyperopt_tpe", "loser" : "optuna_random_clone_1"} | json_instruct | {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "conquest:block/steel_grating"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"liveId": {"type": "string"}, "title": {"type": "string"}, "subTitle": {"type": "string"}, "picPath": {"type": "string"}, "startTime": {"type": "integer"}, "memberId": {"type": "integer"}, "liveType": {"type": "integer"}, "picLoopTime": {"type": "integer"}, "lrcPath": {"type": "string"}, "streamPath": {"type": "string"}, "screenMode": {"type": "integer"}, "roomId": {"type": "string"}, "bwqaVersion": {"type": "integer"}}, "required": ["liveId", "title", "subTitle", "picPath", "startTime", "memberId", "liveType", "picLoopTime", "lrcPath", "streamPath", "screenMode", "roomId", "bwqaVersion"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"liveId" : "5a929eaa0cf299177c74533b", "title" : "\u9648\u7433\u7684\u76f4\u64ad\u95f4", "subTitle" : "\u5403\u64ad\ud83c\udf1a", "picPath" : "/mediasource/live/151955831512163uvw9G9Br.jpg", "startTime" : 1519558314923, "memberId" : 6431, "liveType" : 1, "picLoopTime" : 0, "lrcPath" : "/mediasource/live/lrc/5a929eaa0cf299177c74533b.lrc", "streamPath" : "http://pl.live.weibo.com/alicdn/6db754bfd421477ae89936dcf949c227_wb480.flv", "screenMode" : 0, "roomId" : "3870022", "bwqaVersion" : 0}, {"liveId" : "5a929d4f0cf299177c74533a", "title" : "\u90ed\u5029\u82b8\u7684\u76f4\u64ad\u95f4", "subTitle" : "(\u2022\u0300\u1d17\u2022\u0301)\u0648\u0311\u0311", "picPath" : "/mediasource/live/1519557967196Xttw86j9gm.jpg", "startTime" : 1519557967023, "memberId" : 530584, "liveType" : 1, "picLoopTime" : 0, "lrcPath" : "/mediasource/live/lrc/5a929d4f0cf299177c74533a.lrc", "streamPath" : "http://2519.liveplay.myqcloud.com/live/2519_3525499.flv", "screenMode" : 0, "roomId" : "8756501", "bwqaVersion" : 0}, {"liveId" : "5a9297060cf29aa343fbe187", "title" : "\u674e\u60f3\u7684\u76f4\u64ad\u95f4", "subTitle" : "\u4e2d\u5fc3\u5b64\u5be1\u8001\u4eba", "picPath" : "/mediasource/live/1519556358179lf59u72Dz3.jpg", "startTime" : 1519556358402, "memberId" : 327594, "liveType" : 1, "picLoopTime" : 0, "lrcPath" : "/mediasource/live/lrc/5a9297060cf29aa343fbe187.lrc", "streamPath" : "http://pl.live.weibo.com/alicdn/bc7210a3b1dd23ec958a331f16e281e0_wb480.flv", "screenMode" : 0, "roomId" : "3866826", "bwqaVersion" : 0}, {"liveId" : "5a9295b50cf299177c745337", "title" : "\u53f6\u9526\u7ae5\u7684\u76f4\u64ad\u95f4", "subTitle" : "\u263b", "picPath" : "/mediasource/live/15195560178853uzg42XA2a.jpg", "startTime" : 1519556021356, "memberId" : 530380, "liveType" : 1, "picLoopTime" : 0, "lrcPath" : "/mediasource/live/lrc/5a9295b50cf299177c745337.lrc", "streamPath" : "http://2519.liveplay.myqcloud.com/live/2519_3525487.flv", "screenMode" : 0, "roomId" : "8763054", "bwqaVersion" : 0}, {"liveId" : "5a928b720cf230b94e389e96", "title" : "\u8881\u96e8\u6862\u7684\u76f4\u64ad\u95f4", "subTitle" : "\u5feb\u6765\u901b\u6211\u7684\u6e38\u4e50\u56ed=v=", "picPath" : "http://www.snh48.com/images/member/zp_10017.jpg?ram=1514205029148", "startTime" : 1519553394233, "memberId" : 5, "liveType" : 1, "picLoopTime" : 0, "lrcPath" : "/mediasource/live/lrc/5a928b720cf230b94e389e96.lrc", "streamPath" : "rtmp://alcdn.r01.xiaoka.tv/live/zHWcz8Ig7xk45i69", "screenMode" : 0, "roomId" : "3866796", "bwqaVersion" : 0}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"liveId": {"type": "string"}, "title": {"type": "string"}, "subTitle": {"type": "string"}, "picPath": {"type": "string"}, "startTime": {"type": "integer"}, "memberId": {"type": "integer"}, "liveType": {"type": "integer"}, "picLoopTime": {"type": "integer"}, "lrcPath": {"type": "string"}, "streamPath": {"type": "string"}, "screenMode": {"type": "integer"}, "roomId": {"type": "string"}, "bwqaVersion": {"type": "integer"}}, "required": ["liveId", "title", "subTitle", "picPath", "startTime", "memberId", "liveType", "picLoopTime", "lrcPath", "streamPath", "screenMode", "roomId", "bwqaVersion"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}}, "required": ["name", "tags", "authors", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Fame", "tags" : ["painting"], "authors" : [""], "license" : "Public Domain"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}}, "required": ["name", "tags", "authors", "license"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "dependencies": {"type": "array", "items": {"type": "string"}}, "devDependencies": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}}, "required": ["name", "description", "version", "homepage", "author", "contributors", "scripts", "repository", "dependencies", "devDependencies", "main"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "google-places", "description" : "node.js client for google places API", "version" : "0.0.2", "homepage" : "http://github.com/jpowers/node-google-places", "author" : "Jay Powers <jay@vermonster.com>", "contributors" : ["Marcin Wi\u015bniowski <shfx@shfx.pl> (http://shfx.pl)"], "scripts" : {"test" : "node ./test/index.test.js"}, "repository" : {"type" : "git", "url" : "http://github.com/jpowers/node-google-places.git"}, "dependencies" : ["underscore", "url"], "devDependencies" : ["vows", "node-fakeweb"], "main" : "./lib/google-places.js"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "dependencies": {"type": "array", "items": {"type": "string"}}, "devDependencies": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}}, "required": ["name", "description", "version", "homepage", "author", "contributors", "scripts", "repository", "dependencies", "devDependencies", "main"], "$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": {"destination": {"type": "string"}, "protocol": {"type": "string"}, "ports": {"type": "string"}}, "required": ["destination", "protocol", "ports"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"destination" : "192.168.77.77", "protocol" : "tcp", "ports" : "111,662,875,892,2049,32803"}, {"destination" : "192.168.77.77", "protocol" : "udp", "ports" : "111,662,875,892,2049,32769"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"destination": {"type": "string"}, "protocol": {"type": "string"}, "ports": {"type": "string"}}, "required": ["destination", "protocol", "ports"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "path": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type": "array", "items": {"type": "object", "properties": {"Precalculated": {"type": "string"}}, "required": ["Precalculated"]}}, "rustflags": {"type": "array", "items": {}}, "epoch": {"type": "string"}}, "required": ["rustc", "features", "target", "profile", "path", "deps", "local", "rustflags", "epoch"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"rustc" : 12174395701809446954, "features" : "[]", "target" : 16191338990491013773, "profile" : 2479238963835404001, "path" : 8720542639268926596, "deps" : [], "local" : [{"Precalculated" : "0.1.0"}], "rustflags" : [], "epoch" : "Epoch2015"} | json_instruct | {"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "path": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type": "array", "items": {"type": "object", "properties": {"Precalculated": {"type": "string"}}, "required": ["Precalculated"]}}, "rustflags": {"type": "array", "items": {}}, "epoch": {"type": "string"}}, "required": ["rustc", "features", "target", "profile", "path", "deps", "local", "rustflags", "epoch"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "331082104200", "text" : "\u5c0f\u829d\u6751\u59d4\u4f1a"}, {"id" : "331082104201", "text" : "\u56db\u5357\u6751\u59d4\u4f1a"}, {"id" : "331082104202", "text" : "\u6a2a\u5cd9\u6751\u59d4\u4f1a"}, {"id" : "331082104203", "text" : "\u7f57\u4e0a\u5b85\u6751\u59d4\u4f1a"}, {"id" : "331082104204", "text" : "\u4e09\u4fdd\u6751\u59d4\u4f1a"}, {"id" : "331082104205", "text" : "\u4f34\u5c71\u6751\u59d4\u4f1a"}, {"id" : "331082104206", "text" : "\u9f99\u5c99\u6751\u59d4\u4f1a"}, {"id" : "331082104207", "text" : "\u5927\u6765\u5c99\u6751\u59d4\u4f1a"}, {"id" : "331082104208", "text" : "\u5c99\u80e1\u6751\u59d4\u4f1a"}, {"id" : "331082104209", "text" : "\u5305\u5c71\u6751\u59d4\u4f1a"}, {"id" : "331082104210", "text" : "\u5229\u5c99\u6751\u59d4\u4f1a"}, {"id" : "331082104211", "text" : "\u8377\u5858\u6751\u59d4\u4f1a"}, {"id" : "331082104212", "text" : "\u864e\u67dc\u5934\u6751\u59d4\u4f1a"}, {"id" : "331082104213", "text" : "\u6816\u51e4\u6751\u59d4\u4f1a"}, {"id" : "331082104214", "text" : "\u5ea6\u56ed\u6751\u59d4\u4f1a"}, {"id" : "331082104215", "text" : "\u4e0b\u6751\u6865\u6751\u59d4\u4f1a"}, {"id" : "331082104216", "text" : "\u5c99\u5751\u6751\u59d4\u4f1a"}, {"id" : "331082104217", "text" : "\u4e4c\u77f3\u5934\u6751\u59d4\u4f1a"}, {"id" : "331082104218", "text" : "\u6eaa\u4e0b\u6751\u59d4\u4f1a"}, {"id" : "331082104219", "text" : "\u8f66\u53e3\u6751\u59d4\u4f1a"}, {"id" : "331082104220", "text" : "\u674f\u4e2d\u6751\u59d4\u4f1a"}, {"id" : "331082104221", "text" : "\u4e2d\u5c99\u6751\u59d4\u4f1a"}, {"id" : "331082104222", "text" : "\u4e0b\u91cc\u6751\u59d4\u4f1a"}, {"id" : "331082104223", "text" : "\u4e4c\u5ca9\u6751\u59d4\u4f1a"}, {"id" : "331082104224", "text" : "\u5357\u4e30\u6751\u59d4\u4f1a"}, {"id" : "331082104225", "text" : "\u77f3\u6eaa\u6751\u59d4\u4f1a"}, {"id" : "331082104226", "text" : "\u6865\u5934\u6751\u59d4\u4f1a"}, {"id" : "331082104227", "text" : "\u5f20\u5c99\u6751\u59d4\u4f1a"}, {"id" : "331082104228", "text" : "\u5357\u6d0b\u6751\u59d4\u4f1a"}, {"id" : "331082104229", "text" : "\u80dc\u5751\u6751\u59d4\u4f1a"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"access_key": {"type": "string"}, "secret_key": {"type": "string"}, "region": {"type": "string"}, "vpc_id": {"type": "string"}, "subnet_id": {"type": "string"}, "source_ami": {"type": "string"}, "ami_prefix": {"type": "string"}, "ami_description": {"type": "string"}, "instance_type": {"type": "string"}, "ssh_username": {"type": "string"}, "encrypt_boot": {"type": "string"}, "device_name": {"type": "string"}, "volume_size": {"type": "string"}, "volume_type": {"type": "string"}, "delete_on_termination": {"type": "string"}}, "required": ["access_key", "secret_key", "region", "vpc_id", "subnet_id", "source_ami", "ami_prefix", "ami_description", "instance_type", "ssh_username", "encrypt_boot", "device_name", "volume_size", "volume_type", "delete_on_termination"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"access_key" : "", "secret_key" : "", "region" : "us-east-1", "vpc_id" : "vpc-024414cd4f4d5377b", "subnet_id" : "subnet-0c127cc793bdb359f", "source_ami" : "ami-098f16afa9edf40be", "ami_prefix" : "packer-redhat7-wordpress", "ami_description" : "worpress base on redhat7 ami-098f16afa9edf40be", "instance_type" : "t2.medium", "ssh_username" : "ec2-user", "encrypt_boot" : "true", "device_name" : "/dev/sda1", "volume_size" : "50", "volume_type" : "gp2", "delete_on_termination" : "true"} | json_instruct | {"type": "object", "properties": {"access_key": {"type": "string"}, "secret_key": {"type": "string"}, "region": {"type": "string"}, "vpc_id": {"type": "string"}, "subnet_id": {"type": "string"}, "source_ami": {"type": "string"}, "ami_prefix": {"type": "string"}, "ami_description": {"type": "string"}, "instance_type": {"type": "string"}, "ssh_username": {"type": "string"}, "encrypt_boot": {"type": "string"}, "device_name": {"type": "string"}, "volume_size": {"type": "string"}, "volume_type": {"type": "string"}, "delete_on_termination": {"type": "string"}}, "required": ["access_key", "secret_key", "region", "vpc_id", "subnet_id", "source_ami", "ami_prefix", "ami_description", "instance_type", "ssh_username", "encrypt_boot", "device_name", "volume_size", "volume_type", "delete_on_termination"], "$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"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "unity": {"type": "string"}, "dependencies": {"type": "object", "properties": {"com.unity.burst": {"type": "string"}, "com.unity.collections": {"type": "string"}, "com.unity.entities": {"type": "string"}, "com.unity.jobs": {"type": "string"}, "com.unity.mathematics": {"type": "string"}}, "required": ["com.unity.burst", "com.unity.collections", "com.unity.entities", "com.unity.jobs", "com.unity.mathematics"]}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "displayName", "description", "unity", "dependencies", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "com.lennethproduction.spatialhashing", "version" : "1.6.1", "displayName" : "Spatial Hashing", "description" : "Spatial hashing for Unity using ECS", "unity" : "2020.3", "dependencies" : {"com.unity.burst" : "1.5.6", "com.unity.collections" : "0.15.0-preview.21", "com.unity.entities" : "0.17.0-preview.42", "com.unity.jobs" : "0.8.0-preview.23", "com.unity.mathematics" : "1.2.1"}, "keywords" : ["ECS", "Spatial hashing"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "unity": {"type": "string"}, "dependencies": {"type": "object", "properties": {"com.unity.burst": {"type": "string"}, "com.unity.collections": {"type": "string"}, "com.unity.entities": {"type": "string"}, "com.unity.jobs": {"type": "string"}, "com.unity.mathematics": {"type": "string"}}, "required": ["com.unity.burst", "com.unity.collections", "com.unity.entities", "com.unity.jobs", "com.unity.mathematics"]}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "displayName", "description", "unity", "dependencies", "keywords"], "$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"}, "orgUrl": {"type": "string"}, "iconUrl": {"type": "string"}}, "required": ["id", "name", "orgUrl", "iconUrl"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "CHINEASEAN", "name" : "ChineseAN.com", "orgUrl" : "https://chinesean.com/affiliate/index.do", "iconUrl" : "https://static.funnel.io/logos/icon48x48/chinesean.png"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "orgUrl": {"type": "string"}, "iconUrl": {"type": "string"}}, "required": ["id", "name", "orgUrl", "iconUrl"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"features": {"type": "array", "items": {}}, "inputFieldsForAnalytics": {"type": "array", "items": {}}, "name": {"type": "string"}, "uniqueId": {"type": "string"}}, "required": ["features", "inputFieldsForAnalytics", "name", "uniqueId"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"features" : [], "inputFieldsForAnalytics" : [], "name" : "JM1", "uniqueId" : "1eeb1dfd-c992-4fae-b325-56c19443eed5"} | json_instruct | {"type": "object", "properties": {"features": {"type": "array", "items": {}}, "inputFieldsForAnalytics": {"type": "array", "items": {}}, "name": {"type": "string"}, "uniqueId": {"type": "string"}}, "required": ["features", "inputFieldsForAnalytics", "name", "uniqueId"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"APlayer.min.css": {"type": "string"}, "APlayer.min.js": {"type": "string"}}, "required": ["APlayer.min.css", "APlayer.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"APlayer.min.css" : "sha256-SHQfUkf2zn+L1saHH1thSvoO3ddYU46zJy2vDfkXcHE=", "APlayer.min.js" : "sha256-s7mvHL/t58CxiPWVXTWMY9uTao5PG1F+1Icgievq6ZY="} | json_instruct | {"type": "object", "properties": {"APlayer.min.css": {"type": "string"}, "APlayer.min.js": {"type": "string"}}, "required": ["APlayer.min.css", "APlayer.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"board": {"type": "string"}, "configuration": {"type": "string"}, "sketch": {"type": "string"}, "port": {"type": "string"}, "programmer": {"type": "string"}, "output": {"type": "string"}}, "required": ["board", "configuration", "sketch", "port", "programmer", "output"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"board" : "esp8266:esp8266:d1_mini", "configuration" : "CpuFrequency=80,VTable=flash,FlashSize=4M1M,LwIPVariant=v2mss536,Debug=Disabled,DebugLevel=None____,FlashErase=none,UploadSpeed=921600", "sketch" : "useless-box.ino", "port" : "COM4", "programmer" : "AVRISP mkII", "output" : "../useless-box-build"} | json_instruct | {"type": "object", "properties": {"board": {"type": "string"}, "configuration": {"type": "string"}, "sketch": {"type": "string"}, "port": {"type": "string"}, "programmer": {"type": "string"}, "output": {"type": "string"}}, "required": ["board", "configuration", "sketch", "port", "programmer", "output"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"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"}, "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", "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/\"1f298e4f50cee340229a7ae181d77854\"", "Last-Modified" : "Sun, 26 Aug 2018 04:01:42 GMT", "base" : {"repo" : {"name" : "geoalchemy2-feedstock"}}, "closed_at" : "2018-08-26T04:01:42Z", "created_at" : "2018-08-24T13:18:56Z", "head" : {"ref" : "this_is_not_a_branch"}, "html_url" : "https://github.com/conda-forge/geoalchemy2-feedstock/pull/8", "id" : 210738175, "labels" : [], "mergeable" : null, "mergeable_state" : "unknown", "merged" : true, "merged_at" : "2018-08-26T04:01:42Z", "number" : 8, "state" : "closed", "updated_at" : "2018-08-26T04:01:42Z"} | 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"}, "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", "head", "html_url", "id", "labels", "mergeable", "mergeable_state", "merged", "merged_at", "number", "state", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"Koror": {"type": "array", "items": {"type": "string"}}, "Melekeok": {"type": "array", "items": {"type": "string"}}, "Ngerulmud": {"type": "array", "items": {"type": "string"}}}, "required": ["Koror", "Melekeok", "Ngerulmud"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Koror" : ["134.470", "7.345"], "Melekeok" : ["134.626", "7.487"], "Ngerulmud" : ["134.624", "7.500"]} | json_instruct | {"type": "object", "properties": {"Koror": {"type": "array", "items": {"type": "string"}}, "Melekeok": {"type": "array", "items": {"type": "string"}}, "Ngerulmud": {"type": "array", "items": {"type": "string"}}}, "required": ["Koror", "Melekeok", "Ngerulmud"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"Target": {"type": "string"}, "MediaType": {"type": "string"}, "Data": {"type": "object", "properties": {"Integrity": {"type": "string"}}, "required": ["Integrity"]}}, "required": ["Target", "MediaType", "Data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Target" : "js/academic.min.600a2e440c16093e23e26e90951c4d4b.js", "MediaType" : "application/javascript", "Data" : {"Integrity" : "md5-YAouRAwWCT4j4m6QlRxNSw=="}} | json_instruct | {"type": "object", "properties": {"Target": {"type": "string"}, "MediaType": {"type": "string"}, "Data": {"type": "object", "properties": {"Integrity": {"type": "string"}}, "required": ["Integrity"]}}, "required": ["Target", "MediaType", "Data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1975, 5], [1981, 5]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["TRELLIS_NAME", "SERIES_NAME", "X_CALENDAR_YEAR", "Y_PREVALENCE_1000PP"]}, "PREVALENCE_BY_MONTH": {"type": "object", "properties": {"X_CALENDAR_MONTH": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["X_CALENDAR_MONTH", "Y_PREVALENCE_1000PP"]}, "PROCEDURE_FREQUENCY_DISTRIBUTION": {"type": "object", "properties": {"Y_NUM_PERSONS": {"type": "integer"}, "X_COUNT": {"type": "integer"}}, "required": ["Y_NUM_PERSONS", "X_COUNT"]}, "PROCEDURES_BY_TYPE": {"type": "object", "properties": {"CONCEPT_NAME": {"type": "string"}, "COUNT_VALUE": {"type": "integer"}}, "required": ["CONCEPT_NAME", "COUNT_VALUE"]}, "AGE_AT_FIRST_OCCURRENCE": {"type": "object", "properties": {"CATEGORY": {"type": "array", "items": {"type": "string"}}, "MIN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P10_VALUE": {"type": "array", "items": {"type": "integer"}}, "P25_VALUE": {"type": "array", "items": {"type": "integer"}}, "MEDIAN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P75_VALUE": {"type": "array", "items": {"type": "integer"}}, "P90_VALUE": {"type": "array", "items": {"type": "integer"}}, "MAX_VALUE": {"type": "array", "items": {"type": "integer"}}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}}, "required": ["PREVALENCE_BY_GENDER_AGE_YEAR", "PREVALENCE_BY_MONTH", "PROCEDURE_FREQUENCY_DISTRIBUTION", "PROCEDURES_BY_TYPE", "AGE_AT_FIRST_OCCURRENCE"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : [], "SERIES_NAME" : [], "X_CALENDAR_YEAR" : [], "Y_PREVALENCE_1000PP" : []}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : [], "Y_PREVALENCE_1000PP" : []}, "PROCEDURE_FREQUENCY_DISTRIBUTION" : {"Y_NUM_PERSONS" : 0, "X_COUNT" : 1}, "PROCEDURES_BY_TYPE" : {"CONCEPT_NAME" : "EHR order list entry", "COUNT_VALUE" : 24}, "AGE_AT_FIRST_OCCURRENCE" : {"CATEGORY" : ["MALE", "FEMALE"], "MIN_VALUE" : [3, 22], "P10_VALUE" : [3, 23], "P25_VALUE" : [10, 23], "MEDIAN_VALUE" : [32, 44], "P75_VALUE" : [44, 52], "P90_VALUE" : [60, 59], "MAX_VALUE" : [85, 59]}} | json_instruct | {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["TRELLIS_NAME", "SERIES_NAME", "X_CALENDAR_YEAR", "Y_PREVALENCE_1000PP"]}, "PREVALENCE_BY_MONTH": {"type": "object", "properties": {"X_CALENDAR_MONTH": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["X_CALENDAR_MONTH", "Y_PREVALENCE_1000PP"]}, "PROCEDURE_FREQUENCY_DISTRIBUTION": {"type": "object", "properties": {"Y_NUM_PERSONS": {"type": "integer"}, "X_COUNT": {"type": "integer"}}, "required": ["Y_NUM_PERSONS", "X_COUNT"]}, "PROCEDURES_BY_TYPE": {"type": "object", "properties": {"CONCEPT_NAME": {"type": "string"}, "COUNT_VALUE": {"type": "integer"}}, "required": ["CONCEPT_NAME", "COUNT_VALUE"]}, "AGE_AT_FIRST_OCCURRENCE": {"type": "object", "properties": {"CATEGORY": {"type": "array", "items": {"type": "string"}}, "MIN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P10_VALUE": {"type": "array", "items": {"type": "integer"}}, "P25_VALUE": {"type": "array", "items": {"type": "integer"}}, "MEDIAN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P75_VALUE": {"type": "array", "items": {"type": "integer"}}, "P90_VALUE": {"type": "array", "items": {"type": "integer"}}, "MAX_VALUE": {"type": "array", "items": {"type": "integer"}}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}}, "required": ["PREVALENCE_BY_GENDER_AGE_YEAR", "PREVALENCE_BY_MONTH", "PROCEDURE_FREQUENCY_DISTRIBUTION", "PROCEDURES_BY_TYPE", "AGE_AT_FIRST_OCCURRENCE"], "$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"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Think A.M. Academy"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01004863": {"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": ["E01004863"]}, "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" : {"E01004863" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00024611", "LAD11CD" : "E08000001"}, "arcs" : [[0, 1, 2]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00024614", "LAD11CD" : "E08000001"}, "arcs" : [[3, 4]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00024615", "LAD11CD" : "E08000001"}, "arcs" : [[5, 6, -1, 7]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00024616", "LAD11CD" : "E08000001"}, "arcs" : [[8, -2, -7, 9, 10, -4]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00024617", "LAD11CD" : "E08000001"}, "arcs" : [[-10, -6, 11]]}]}}, "arcs" : [[[9811, 3906], [-373, 434], [-416, -358], [-245, 1158], [-1025, -1141], [-729, 980]], [[7023, 4979], [-547, 402]], [[6476, 5381], [-79, 479], [2236, 1567], [534, 1184], [237, 894], [595, 494], [-76, -2369], [-32, -1164], [-80, -2560]], [[3357, 5406], [-614, -2740]], [[2743, 2666], [-633, 310], [107, 992], [-826, -29], [-486, 688], [-905, -1108], [323, 2519], [1701, -811], [28, 873], [388, -149], [917, -545]], [[9047, 576], [366, 1241], [-165, 903], [-1287, -531], [-354, 290], [181, 962], [-841, -122], [-89, 525], [-330, -40], [0, -1655], [-504, -10], [-417, 1542]], [[5607, 3681], [84, 1084], [1332, 214]], [[9811, 3906], [-122, -3480], [-642, 150]], [[3357, 5406], [356, 295], [-141, 756], [1271, -777], [-9, -594], [1642, 295]], [[5607, 3681], [-994, -68], [-448, -1465], [-750, 227], [-157, -1721]], [[3258, 654], [-816, 70], [527, 1345], [-226, 597]], [[9047, 576], [-5757, -576], [-32, 654]]], "transform" : {"scale" : [1.3582814656159494e-06, 5.898992804575543e-07], "translate" : [-2.413273896684621, 53.538292763419655]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01004863": {"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": ["E01004863"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"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" : 1989, "sex" : "F", "n" : 7, "prop" : 3.51e-06}, {"year" : 1990, "sex" : "F", "n" : 6, "prop" : 2.92e-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#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"requires": {"type": "boolean"}, "lockfileVersion": {"type": "integer"}, "dependencies": {"type": "object", "properties": {"@babel/runtime": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}, "requires": {"type": "object", "properties": {"regenerator-runtime": {"type": "string"}}, "required": ["regenerator-runtime"]}}, "required": ["version", "resolved", "integrity", "requires"]}, "history": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}, "requires": {"type": "object", "properties": {"@babel/runtime": {"type": "string"}}, "required": ["@babel/runtime"]}}, "required": ["version", "resolved", "integrity", "requires"]}, "react-router": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}, "requires": {"type": "object", "properties": {"history": {"type": "string"}}, "required": ["history"]}}, "required": ["version", "resolved", "integrity", "requires"]}, "react-router-dom": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}, "requires": {"type": "object", "properties": {"history": {"type": "string"}, "react-router": {"type": "string"}}, "required": ["history", "react-router"]}}, "required": ["version", "resolved", "integrity", "requires"]}, "regenerator-runtime": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}}, "required": ["@babel/runtime", "history", "react-router", "react-router-dom", "regenerator-runtime"]}}, "required": ["requires", "lockfileVersion", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"requires" : true, "lockfileVersion" : 1, "dependencies" : {"@babel/runtime" : {"version" : "7.17.2", "resolved" : "https://registry.npmjs.org/@babel/runtime/-/runtime-7.17.2.tgz", "integrity" : "sha512-hzeyJyMA1YGdJTuWU0e/j4wKXrU4OMFvY2MSlaI9B7VQb0r5cxTE3EAIS2Q7Tn2RIcDkRvTA/v2JsAEhxe99uw==", "requires" : {"regenerator-runtime" : "^0.13.4"}}, "history" : {"version" : "5.3.0", "resolved" : "https://registry.npmjs.org/history/-/history-5.3.0.tgz", "integrity" : "sha512-ZqaKwjjrAYUYfLG+htGaIIZ4nioX2L70ZUMIFysS3xvBsSG4x/n1V6TXV3N8ZYNuFGlDirFg32T7B6WOUPDYcQ==", "requires" : {"@babel/runtime" : "^7.7.6"}}, "react-router" : {"version" : "6.2.2", "resolved" : "https://registry.npmjs.org/react-router/-/react-router-6.2.2.tgz", "integrity" : "sha512-/MbxyLzd7Q7amp4gDOGaYvXwhEojkJD5BtExkuKmj39VEE0m3l/zipf6h2WIB2jyAO0lI6NGETh4RDcktRm4AQ==", "requires" : {"history" : "^5.2.0"}}, "react-router-dom" : {"version" : "6.2.2", "resolved" : "https://registry.npmjs.org/react-router-dom/-/react-router-dom-6.2.2.tgz", "integrity" : "sha512-AtYEsAST7bDD4dLSQHDnk/qxWLJdad5t1HFa1qJyUrCeGgEuCSw0VB/27ARbF9Fi/W5598ujvJOm3ujUCVzuYQ==", "requires" : {"history" : "^5.2.0", "react-router" : "6.2.2"}}, "regenerator-runtime" : {"version" : "0.13.9", "resolved" : "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz", "integrity" : "sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA=="}}} | json_instruct | {"type": "object", "properties": {"requires": {"type": "boolean"}, "lockfileVersion": {"type": "integer"}, "dependencies": {"type": "object", "properties": {"@babel/runtime": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}, "requires": {"type": "object", "properties": {"regenerator-runtime": {"type": "string"}}, "required": ["regenerator-runtime"]}}, "required": ["version", "resolved", "integrity", "requires"]}, "history": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}, "requires": {"type": "object", "properties": {"@babel/runtime": {"type": "string"}}, "required": ["@babel/runtime"]}}, "required": ["version", "resolved", "integrity", "requires"]}, "react-router": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}, "requires": {"type": "object", "properties": {"history": {"type": "string"}}, "required": ["history"]}}, "required": ["version", "resolved", "integrity", "requires"]}, "react-router-dom": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}, "requires": {"type": "object", "properties": {"history": {"type": "string"}, "react-router": {"type": "string"}}, "required": ["history", "react-router"]}}, "required": ["version", "resolved", "integrity", "requires"]}, "regenerator-runtime": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}}, "required": ["@babel/runtime", "history", "react-router", "react-router-dom", "regenerator-runtime"]}}, "required": ["requires", "lockfileVersion", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"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" : "Hospers", "state_name" : "Iowa", "state_abbrv" : "IA", "lat" : "43.0793", "long" : "-95.9142"} | 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": {"g2plot.js": {"type": "string"}, "g2plot.min.js": {"type": "string"}}, "required": ["g2plot.js", "g2plot.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"g2plot.js" : "sha512-JNbH5eNadwL236Z5eT/5PTHIO8Q6Y523ip4HfL+TTLNSIeeFEumrZudDDqvrUAFIcAOKvhBAwQ8coWpx0fF6Nw==", "g2plot.min.js" : "sha512-t5timgqbae474sRX6muSb9ekKaQZxHwVIUG1n5MloQKrA6aNO5iDqhP1i7PSbWYPxqpzogvhmjk9lS/mpjugTw=="} | json_instruct | {"type": "object", "properties": {"g2plot.js": {"type": "string"}, "g2plot.min.js": {"type": "string"}}, "required": ["g2plot.js", "g2plot.min.js"], "$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": {"title": {"type": "string"}, "author": {"type": "string"}, "id": {"type": "string"}}, "required": ["title", "author", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"title" : "Atenei\u0306 no.1-3 1924-1926", "author" : "", "id" : "008563196"}, {"title" : "Contemporary Russian literature, 1881-1925 ", "author" : "Mirsky, D. S., Prince, 1890-1939.", "id" : "001055046"}, {"title" : "Contemporary Russian literature, 1881-1925 ", "author" : "Mirsky, D. S., Prince, 1890-1939.", "id" : "001055046"}, {"title" : "Ge\u012dllustreerde geschiedenis der russische letterkunde ", "author" : "Wijk, Nicolaas van, 1880-1941.", "id" : "001849120"}, {"title" : "Pami\u0361ati Nestora Aleksandrovicha Kotli\u0361arevskogo, 1863-1925 ", "author" : "", "id" : "001731515"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "id": {"type": "string"}}, "required": ["title", "author", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"SesquipedalianSmith": {"type": "array", "items": {"type": "string"}}}, "required": ["SesquipedalianSmith"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"SesquipedalianSmith" : ["AwesomeMcCoolname", "RuleOfThree", "MisterStrangenoun", "WackyAmericansHaveWackyNames", "MrSmith", "MontanaJones", "SpinOff", "TheMusical", "LysistrataGambit", "CaptainErsatz", "TheUnderworld", "Expy", "OlderThanTelevision", "PulpMagazine", "DayOfTheWeekName", "RunningGag", "LovableRogue", "ConMan", "ContinuityReboot", "CaptainErsatz", "RealLife", "AdaptationDisplacement", "FakeUltimateHero", "OverusedRunningGag", "SolomonKane", "PopCulturalOsmosis", "Lampshaded", "Lampshaded", "RealLife", "SpoiledBrat", "FirstNameBasis"]} | json_instruct | {"type": "object", "properties": {"SesquipedalianSmith": {"type": "array", "items": {"type": "string"}}}, "required": ["SesquipedalianSmith"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"acadYear": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "department": {"type": "string"}, "faculty": {"type": "string"}, "workload": {"type": "array", "items": {"type": "integer"}}, "moduleCredit": {"type": "string"}, "moduleCode": {"type": "string"}, "semesterData": {"type": "array", "items": {}}}, "required": ["acadYear", "description", "title", "department", "faculty", "workload", "moduleCredit", "moduleCode", "semesterData"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"acadYear" : "2019/2020", "description" : "The aim of this module is for students to develop knowledge, values and skills that contribute to the management of a state or a voluntary welfare organization in Singapore. Students will learn to apply organizational theories and theories of management to human service organizations with specific reference to strategic planning, organisational structure and processes, staff management, managing interaction with the environment, management of information and communication, and resource and financial management. Cross country comparisons will enable critical thinking about human service organizations in the local context.", "title" : "Management of Human Service Organizations", "department" : "Social Work", "faculty" : "Arts and Social Science", "workload" : [0, 3, 0, 3, 4], "moduleCredit" : "5", "moduleCode" : "SW5104R", "semesterData" : []} | json_instruct | {"type": "object", "properties": {"acadYear": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "department": {"type": "string"}, "faculty": {"type": "string"}, "workload": {"type": "array", "items": {"type": "integer"}}, "moduleCredit": {"type": "string"}, "moduleCode": {"type": "string"}, "semesterData": {"type": "array", "items": {}}}, "required": ["acadYear", "description", "title", "department", "faculty", "workload", "moduleCredit", "moduleCode", "semesterData"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"n_dim" : 5, "n_trials" : 30, "objective" : "matyas_on_cube", "white" : "bayesopt_ei", "black" : "optuna_random_clone_2", "traceback" : ["passing", "passing"], "best_val" : [0.10157793018946437, 0.2974212084579377], "best_x" : [[0.0509731607919935, 0.2038879313395168, 0.5769744507887937, 0.5175689194989214, 0.5943211886605592], [0.3635610237086091, 0.6085222712991062, 0.5176454041474963, 0.6526361922616583, 0.5531291177208979]], "feval_count" : [30, 30], "n_trials_instructed" : [30, 30], "passing" : [true, true], "completed" : true, "points" : 1.0, "winner" : "bayesopt_ei", "loser" : "optuna_random_clone_2"} | json_instruct | {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"userId" : 48482, "cartId" : "e19cad27-fe89-4c72-a2bd-1b5433a0fa51", "preferredProducts" : [2262, 3506, 1573, 1443, 4314, 395, 1425, 588, 4459], "productReviews" : [{"productId" : 3771, "reviewText" : "this card is complimentary.", "reviewDate" : "2019-07-03T15:51:26.4258659+03:00"}, {"productId" : 1479, "reviewText" : "The box this comes in is 3 light-year by 5 meter and weights 10 ounce!", "reviewDate" : "2018-08-14T21:59:04.0738786+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#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"course_code": {"type": "string"}, "course_name": {"type": "string"}, "faculty": {"type": "string"}, "school": {"type": "string"}, "units": {"type": "string"}, "duration": {"type": "string"}, "description": {"type": "string"}, "prerequisites": {"type": "string"}, "incompatible": {"type": "string"}, "restricted": {"type": "string"}}, "required": ["course_code", "course_name", "faculty", "school", "units", "duration", "description", "prerequisites", "incompatible", "restricted"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"course_code" : "PSYC7801", "course_name" : "Advanced Interpersonal Skills", "faculty" : "Health & Behavioural Sciences", "school" : "Nursing, Midwifery & Social Wk, Psychology School", "units" : "2", "duration" : "One Semester", "description" : "This course will introduce students to the basic foundational knowledge and skills of counselling. Students will be introduced to the various foundational counselling skills through direct teaching and demonstrations as well as being given supervised practice in the performance of these skills and their integration into a respectful approach to counselling. A link between skills and theoretical underpinnings is an important part of the course. It encourages the student to consider the balance between the science and the practice of psychology, and the value of interviewing skills in the the process of assessment and case formulation. A satisfactory level of proficiency is expected before students can pass this course.", "prerequisites" : "", "incompatible" : "", "restricted" : "Restricted to students enrolled in MPsych or with permission of Director of Master of Psychology program"} | json_instruct | {"type": "object", "properties": {"course_code": {"type": "string"}, "course_name": {"type": "string"}, "faculty": {"type": "string"}, "school": {"type": "string"}, "units": {"type": "string"}, "duration": {"type": "string"}, "description": {"type": "string"}, "prerequisites": {"type": "string"}, "incompatible": {"type": "string"}, "restricted": {"type": "string"}}, "required": ["course_code", "course_name", "faculty", "school", "units", "duration", "description", "prerequisites", "incompatible", "restricted"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"grunt": {"type": "string"}, "grunt-concat-sourcemap": {"type": "string"}, "grunt-contrib-clean": {"type": "string"}, "grunt-contrib-copy": {"type": "string"}, "grunt-contrib-uglify": {"type": "string"}, "grunt-prompt": {"type": "string"}}, "required": ["grunt", "grunt-concat-sourcemap", "grunt-contrib-clean", "grunt-contrib-copy", "grunt-contrib-uglify", "grunt-prompt"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "repository", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "angular-wakanda", "version" : "1.0.4", "description" : "Connector between Wakanda Server and Angular Framework", "main" : "angular-wakanda.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "Wakanda SAS", "repository" : "Wakanda/angular-wakanda", "license" : "MIT", "devDependencies" : {"grunt" : "~0.4.2", "grunt-concat-sourcemap" : "~0.4.1", "grunt-contrib-clean" : "^0.6.0", "grunt-contrib-copy" : "^0.6.0", "grunt-contrib-uglify" : "~0.3.2", "grunt-prompt" : "^1.1.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"]}, "author": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"grunt": {"type": "string"}, "grunt-concat-sourcemap": {"type": "string"}, "grunt-contrib-clean": {"type": "string"}, "grunt-contrib-copy": {"type": "string"}, "grunt-contrib-uglify": {"type": "string"}, "grunt-prompt": {"type": "string"}}, "required": ["grunt", "grunt-concat-sourcemap", "grunt-contrib-clean", "grunt-contrib-copy", "grunt-contrib-uglify", "grunt-prompt"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "repository", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "number"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "number"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title": {"type": "string"}, "year": {"type": "integer"}}, "required": ["artist_id", "artist_latitude", "artist_location", "artist_longitude", "artist_name", "duration", "num_songs", "song_id", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"artist_id" : "ARZL6CE1187FB3F264", "artist_latitude" : 27.9758, "artist_location" : "Fort Meyers, FL", "artist_longitude" : -81.54106, "artist_name" : "Mindy McCready", "duration" : 240.69179, "num_songs" : 1, "song_id" : "SOBBKJX12A8C145CEB", "title" : "You'll Never Know", "year" : 1997} | json_instruct | {"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "number"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "number"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title": {"type": "string"}, "year": {"type": "integer"}}, "required": ["artist_id", "artist_latitude", "artist_location", "artist_longitude", "artist_name", "duration", "num_songs", "song_id", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"/usr/src/app/client/modules/Intl/IntlActions.js": {"type": "object", "properties": {"path": {"type": "string"}, "s": {"type": "object", "properties": {"1": {"type": "integer"}}, "required": ["1"]}, "b": {"type": "object", "properties": {}, "required": []}, "f": {"type": "object", "properties": {"1": {"type": "integer"}}, "required": ["1"]}, "fnMap": {"type": "object", "properties": {"1": {"type": "object", "properties": {"name": {"type": "string"}, "line": {"type": "integer"}, "loc": {"type": "object", "properties": {"start": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}}, "required": ["line", "column"]}, "end": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}}, "required": ["line", "column"]}}, "required": ["start", "end"]}}, "required": ["name", "line", "loc"]}}, "required": ["1"]}, "statementMap": {"type": "object", "properties": {"1": {"type": "object", "properties": {"start": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}}, "required": ["line", "column"]}, "end": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}}, "required": ["line", "column"]}}, "required": ["start", "end"]}}, "required": ["1"]}, "branchMap": {"type": "object", "properties": {}, "required": []}}, "required": ["path", "s", "b", "f", "fnMap", "statementMap", "branchMap"]}}, "required": ["/usr/src/app/client/modules/Intl/IntlActions.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"/usr/src/app/client/modules/Intl/IntlActions.js" : {"path" : "/usr/src/app/client/modules/Intl/IntlActions.js", "s" : {"1" : 1}, "b" : {}, "f" : {"1" : 1}, "fnMap" : {"1" : {"name" : "switchLanguage", "line" : 6, "loc" : {"start" : {"line" : 6, "column" : 7}, "end" : {"line" : 6, "column" : 40}}}}, "statementMap" : {"1" : {"start" : {"line" : 6, "column" : 7}, "end" : {"line" : 11, "column" : 1}}}, "branchMap" : {}}} | json_instruct | {"type": "object", "properties": {"/usr/src/app/client/modules/Intl/IntlActions.js": {"type": "object", "properties": {"path": {"type": "string"}, "s": {"type": "object", "properties": {"1": {"type": "integer"}}, "required": ["1"]}, "b": {"type": "object", "properties": {}, "required": []}, "f": {"type": "object", "properties": {"1": {"type": "integer"}}, "required": ["1"]}, "fnMap": {"type": "object", "properties": {"1": {"type": "object", "properties": {"name": {"type": "string"}, "line": {"type": "integer"}, "loc": {"type": "object", "properties": {"start": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}}, "required": ["line", "column"]}, "end": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}}, "required": ["line", "column"]}}, "required": ["start", "end"]}}, "required": ["name", "line", "loc"]}}, "required": ["1"]}, "statementMap": {"type": "object", "properties": {"1": {"type": "object", "properties": {"start": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}}, "required": ["line", "column"]}, "end": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}}, "required": ["line", "column"]}}, "required": ["start", "end"]}}, "required": ["1"]}, "branchMap": {"type": "object", "properties": {}, "required": []}}, "required": ["path", "s", "b", "f", "fnMap", "statementMap", "branchMap"]}}, "required": ["/usr/src/app/client/modules/Intl/IntlActions.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"files.exclude": {"type": "object", "properties": {"mod-reference": {"type": "boolean"}, "out": {"type": "boolean"}}, "required": ["mod-reference", "out"]}, "typescript.preferences.importModuleSpecifier": {"type": "string"}, "typescript.format.insertSpaceBeforeFunctionParenthesis": {"type": "boolean"}, "javascript.format.insertSpaceBeforeFunctionParenthesis": {"type": "boolean"}}, "required": ["files.exclude", "typescript.preferences.importModuleSpecifier", "typescript.format.insertSpaceBeforeFunctionParenthesis", "javascript.format.insertSpaceBeforeFunctionParenthesis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"files.exclude" : {"mod-reference" : true, "out" : true}, "typescript.preferences.importModuleSpecifier" : "relative", "typescript.format.insertSpaceBeforeFunctionParenthesis" : false, "javascript.format.insertSpaceBeforeFunctionParenthesis" : false} | json_instruct | {"type": "object", "properties": {"files.exclude": {"type": "object", "properties": {"mod-reference": {"type": "boolean"}, "out": {"type": "boolean"}}, "required": ["mod-reference", "out"]}, "typescript.preferences.importModuleSpecifier": {"type": "string"}, "typescript.format.insertSpaceBeforeFunctionParenthesis": {"type": "boolean"}, "javascript.format.insertSpaceBeforeFunctionParenthesis": {"type": "boolean"}}, "required": ["files.exclude", "typescript.preferences.importModuleSpecifier", "typescript.format.insertSpaceBeforeFunctionParenthesis", "javascript.format.insertSpaceBeforeFunctionParenthesis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "browserGlobals": {"type": "object", "properties": {"!root": {"type": "string"}, "!dist": {"type": "string"}, "boom": {"type": "string"}, "./d": {"type": "string"}, "./f": {"type": "string"}}, "required": ["!root", "!dist", "boom", "./d", "./f"]}, "browser": {"type": "object", "properties": {"c.js": {"type": "string"}}, "required": ["c.js"]}}, "required": ["name", "private", "version", "author", "license", "browserGlobals", "browser"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "heya-globalize-test", "private" : true, "version" : "1.0.0", "author" : "Eugene Lazutkin <eugene.lazutkin@gmail.com> (http://www.lazutkin.com/)", "license" : "BSD-3-Clause", "browserGlobals" : {"!root" : "heya.example", "!dist" : "out", "boom" : "BOOM", "./d" : "!heya.D", "./f" : "!heya.F"}, "browser" : {"c.js" : "shim.js"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "browserGlobals": {"type": "object", "properties": {"!root": {"type": "string"}, "!dist": {"type": "string"}, "boom": {"type": "string"}, "./d": {"type": "string"}, "./f": {"type": "string"}}, "required": ["!root", "!dist", "boom", "./d", "./f"]}, "browser": {"type": "object", "properties": {"c.js": {"type": "string"}}, "required": ["c.js"]}}, "required": ["name", "private", "version", "author", "license", "browserGlobals", "browser"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"code" : 1674042007, "parent" : 1674042, "name" : "PONOROGO", "latitude" : null, "longitude" : null, "postal" : [31644, 31619], "children" : []} | json_instruct | {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"nodes": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "number"}, "itemStyle": {"type": "object", "properties": {"color": {"type": "string"}}, "required": ["color"]}, "category": {"type": "integer"}}, "required": ["name", "value", "itemStyle", "category"]}}, "links": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "string"}, "target": {"type": "string"}, "value": {"type": "number"}}, "required": ["source", "target", "value"]}}}, "required": ["nodes", "links"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nodes" : [{"name" : "\u5b89\u5fbd\u56fd\u796f\u73af\u4fdd\u8282\u80fd\u79d1\u6280\u80a1\u4efd\u6709\u9650\u516c\u53f8\n300388.SZ", "value" : 10170672069.05, "itemStyle" : {"color" : "red"}, "category" : 0}, {"name" : "\u5b89\u5fbd\u4e9a\u6cf0\u73af\u5883\u5de5\u7a0b\u6280\u672f\u6709\u9650\u516c\u53f8", "value" : 123.27, "itemStyle" : {"color" : "blue", "borderType" : "dotted"}, "category" : 1}, {"name" : "\u5b89\u5fbd\u4e1c\u65b9\u65ed\u7535\u6c14\u8bbe\u5907\u6709\u9650\u516c\u53f8", "value" : 179.55, "itemStyle" : {"color" : "blue", "borderType" : "dotted"}, "category" : 1}, {"name" : "\u5b89\u5fbd\u5b89\u6cfd\u73af\u5883\u79d1\u6280\u6709\u9650\u516c\u53f8", "value" : 2396.4, "itemStyle" : {"color" : "blue", "borderType" : "dotted"}, "category" : 1}, {"name" : "\u5b89\u5fbd\u56fd\u796f\u6587\u5316\u4f20\u5a92\u6709\u9650\u516c\u53f8", "value" : 6.0, "itemStyle" : {"color" : "blue", "borderType" : "dotted"}, "category" : 1}, {"name" : "\u5b89\u5fbd\u56fd\u796f\u96c6\u56e2\u80a1\u4efd\u6709\u9650\u516c\u53f8,\u5b89\u5fbd\u56fd\u796f\u5065\u5eb7\u4ea7\u4e1a\u6295\u8d44\u6709\u9650\u516c\u53f8", "value" : 85.99, "itemStyle" : {"color" : "blue", "borderType" : "dotted"}, "category" : 1}, {"name" : "\u5b89\u5fbd\u542f\u660e\u7535\u529b\u627f\u88c5\u6709\u9650\u516c\u53f8", "value" : 71.33, "itemStyle" : {"color" : "blue", "borderType" : "dotted"}, "category" : 1}], "links" : [{"source" : "\u5b89\u5fbd\u56fd\u796f\u73af\u4fdd\u8282\u80fd\u79d1\u6280\u80a1\u4efd\u6709\u9650\u516c\u53f8", "target" : "\u5b89\u5fbd\u4e9a\u6cf0\u73af\u5883\u5de5\u7a0b\u6280\u672f\u6709\u9650\u516c\u53f8", "value" : 1.2120143011504464e-08}, {"source" : "\u5b89\u5fbd\u56fd\u796f\u73af\u4fdd\u8282\u80fd\u79d1\u6280\u80a1\u4efd\u6709\u9650\u516c\u53f8", "target" : "\u5b89\u5fbd\u4e1c\u65b9\u65ed\u7535\u6c14\u8bbe\u5907\u6709\u9650\u516c\u53f8", "value" : 1.765370063856272e-08}, {"source" : "\u5b89\u5fbd\u56fd\u796f\u73af\u4fdd\u8282\u80fd\u79d1\u6280\u80a1\u4efd\u6709\u9650\u516c\u53f8", "target" : "\u5b89\u5fbd\u5b89\u6cfd\u73af\u5883\u79d1\u6280\u6709\u9650\u516c\u53f8", "value" : 2.3561864778753386e-07}, {"source" : "\u5b89\u5fbd\u56fd\u796f\u73af\u4fdd\u8282\u80fd\u79d1\u6280\u80a1\u4efd\u6709\u9650\u516c\u53f8", "target" : "\u5b89\u5fbd\u56fd\u796f\u6587\u5316\u4f20\u5a92\u6709\u9650\u516c\u53f8", "value" : 5.899315167439505e-10}, {"source" : "\u5b89\u5fbd\u56fd\u796f\u73af\u4fdd\u8282\u80fd\u79d1\u6280\u80a1\u4efd\u6709\u9650\u516c\u53f8", "target" : "\u5b89\u5fbd\u56fd\u796f\u96c6\u56e2\u80a1\u4efd\u6709\u9650\u516c\u53f8,\u5b89\u5fbd\u56fd\u796f\u5065\u5eb7\u4ea7\u4e1a\u6295\u8d44\u6709\u9650\u516c\u53f8", "value" : 8.454701854135384e-09}, {"source" : "\u5b89\u5fbd\u56fd\u796f\u73af\u4fdd\u8282\u80fd\u79d1\u6280\u80a1\u4efd\u6709\u9650\u516c\u53f8", "target" : "\u5b89\u5fbd\u542f\u660e\u7535\u529b\u627f\u88c5\u6709\u9650\u516c\u53f8", "value" : 7.013302514890999e-09}]} | json_instruct | {"type": "object", "properties": {"nodes": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "number"}, "itemStyle": {"type": "object", "properties": {"color": {"type": "string"}}, "required": ["color"]}, "category": {"type": "integer"}}, "required": ["name", "value", "itemStyle", "category"]}}, "links": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "string"}, "target": {"type": "string"}, "value": {"type": "number"}}, "required": ["source", "target", "value"]}}}, "required": ["nodes", "links"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "walletId": {"type": "string"}, "side": {"type": "string"}, "instrument": {"type": "string"}, "type": {"type": "string"}, "amount": {"type": "string"}, "displayAmount": {"type": "string"}, "price": {"type": "string"}, "volumeWeightedAveragePrice": {"type": "string"}, "amountFilled": {"type": "string"}, "createdTime": {"type": "string"}, "status": {"type": "string"}, "metadata": {"type": "object", "properties": {"foo": {"type": "string"}}, "required": ["foo"]}, "clientOrderIdentifier": {"type": "string"}}, "required": ["id", "walletId", "side", "instrument", "type", "amount", "displayAmount", "price", "volumeWeightedAveragePrice", "amountFilled", "createdTime", "status", "metadata", "clientOrderIdentifier"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "8fd820d3-baff-4d6f-9439-ff03d816c7ce", "walletId" : "b440efce-a83c-4873-8833-802a1022b476", "side" : "buy", "instrument" : "XBTUSD", "type" : "limit", "amount" : "1.00500000", "displayAmount" : "1.00500000", "price" : "100.00000000", "volumeWeightedAveragePrice" : "0", "amountFilled" : "0", "createdTime" : "2014-11-06T16:09:47.6800000Z", "status" : "open", "metadata" : {"foo" : "bar"}, "clientOrderIdentifier" : "o"}, {"id" : "8fd820d3-baff-4d6f-9439-ff03d816c7FF", "walletId" : "b440efce-a83c-4873-8833-802a1022b476", "side" : "sell", "instrument" : "XBTUSD", "type" : "limit", "amount" : "1.00500000", "displayAmount" : "1.00500000", "price" : "100.00000000", "volumeWeightedAveragePrice" : "0", "amountFilled" : "0", "createdTime" : "2014-11-06T16:09:47.6800000Z", "status" : "submitted", "metadata" : {"foo" : "bar"}, "clientOrderIdentifier" : "o"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "walletId": {"type": "string"}, "side": {"type": "string"}, "instrument": {"type": "string"}, "type": {"type": "string"}, "amount": {"type": "string"}, "displayAmount": {"type": "string"}, "price": {"type": "string"}, "volumeWeightedAveragePrice": {"type": "string"}, "amountFilled": {"type": "string"}, "createdTime": {"type": "string"}, "status": {"type": "string"}, "metadata": {"type": "object", "properties": {"foo": {"type": "string"}}, "required": ["foo"]}, "clientOrderIdentifier": {"type": "string"}}, "required": ["id", "walletId", "side", "instrument", "type", "amount", "displayAmount", "price", "volumeWeightedAveragePrice", "amountFilled", "createdTime", "status", "metadata", "clientOrderIdentifier"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "architecture": {"type": "object", "properties": {"64bit": {"type": "object", "properties": {"url": {"type": "string"}, "hash": {"type": "string"}, "extract_dir": {"type": "string"}}, "required": ["url", "hash", "extract_dir"]}, "32bit": {"type": "object", "properties": {"url": {"type": "string"}, "hash": {"type": "string"}, "extract_dir": {"type": "string"}}, "required": ["url", "hash", "extract_dir"]}}, "required": ["64bit", "32bit"]}, "bin": {"type": "array", "items": {"type": "string"}}, "shortcuts": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "checkver": {"type": "object", "properties": {"github": {"type": "string"}}, "required": ["github"]}, "autoupdate": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["version", "description", "homepage", "license", "architecture", "bin", "shortcuts", "checkver", "autoupdate"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : "3.0.4527", "description" : "A powerful, multi-purpose tool that helps you monitor system resources, debug software and detect malware.", "homepage" : "https://processhacker.sourceforge.io/nightly.php", "license" : "GPL-3.0-only", "architecture" : {"64bit" : {"url" : "https://github.com/ProcessHackerRepoTool/nightly-builds-mirror/releases/download/v3.0.4527/processhacker-3.0.4527-bin.zip", "hash" : "34265c2692e8d53d0089c81600dcdc92b36adbec2808a0be636df66f65168fde", "extract_dir" : "64bit"}, "32bit" : {"url" : "https://github.com/ProcessHackerRepoTool/nightly-builds-mirror/releases/download/v3.0.4527/processhacker-3.0.4527-bin.zip", "hash" : "34265c2692e8d53d0089c81600dcdc92b36adbec2808a0be636df66f65168fde", "extract_dir" : "32bit"}}, "bin" : ["ProcessHacker.exe", "peview.exe"], "shortcuts" : [["ProcessHacker.exe", "Process Hacker"]], "checkver" : {"github" : "https://github.com/ProcessHackerRepoTool/nightly-builds-mirror/"}, "autoupdate" : {"url" : "https://github.com/ProcessHackerRepoTool/nightly-builds-mirror/releases/download/v$version/processhacker-$version-bin.zip"}} | json_instruct | {"type": "object", "properties": {"version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "architecture": {"type": "object", "properties": {"64bit": {"type": "object", "properties": {"url": {"type": "string"}, "hash": {"type": "string"}, "extract_dir": {"type": "string"}}, "required": ["url", "hash", "extract_dir"]}, "32bit": {"type": "object", "properties": {"url": {"type": "string"}, "hash": {"type": "string"}, "extract_dir": {"type": "string"}}, "required": ["url", "hash", "extract_dir"]}}, "required": ["64bit", "32bit"]}, "bin": {"type": "array", "items": {"type": "string"}}, "shortcuts": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "checkver": {"type": "object", "properties": {"github": {"type": "string"}}, "required": ["github"]}, "autoupdate": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["version", "description", "homepage", "license", "architecture", "bin", "shortcuts", "checkver", "autoupdate"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}, "required": ["main"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 85003, "info" : {"name" : "Make the Alpha Kids' text darker", "description" : "Reduces the luminosity of the Alpha Kids' texts, making them easier to read", "additionalInfo" : null, "format" : "uso", "category" : "mspaintadventures", "createdAt" : "2013-03-24T21:09:03.000Z", "updatedAt" : "2013-03-24T21:39:37.000Z", "license" : "NO-REDISTRIBUTION", "author" : {"id" : 182381, "name" : "livvefast"}}, "stats" : {"installs" : {"total" : 238, "weekly" : 0}}, "screenshots" : {"main" : {"name" : "85003-after.png", "archived" : false}}, "discussions" : {"stats" : {"discussionsCount" : 0, "commentsCount" : 0}, "data" : []}, "style" : {"css" : "@namespace url(http://www.w3.org/1999/xhtml);\r\n\r\n@-moz-document domain(\"mspaintadventures.com\") {\r\n\r\n[style=\"color: #00d5f2\"] {color:#00aac1 !important}\r\n[style=\"color: #ff6ff2\"] {color:#9e4597 !important}\r\n[style=\"color: #f2a400\"] {color:#c88800 !important}\r\n[style=\"color: #209401\"] {color:#166801 !important}\r\n[style=\"color: #2ed73a\"] {color:#1e8e26 !important}\r\n}"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}, "required": ["main"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"Target": {"type": "string"}, "MediaType": {"type": "string"}, "Data": {"type": "object", "properties": {"Integrity": {"type": "string"}}, "required": ["Integrity"]}}, "required": ["Target", "MediaType", "Data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Target" : "scss/dark-mode.min.832f90e2bc07191c85a3b6c0310607f539897546b1126dd04df64aff22316ecd.css", "MediaType" : "text/css", "Data" : {"Integrity" : "sha256-gy+Q4rwHGRyFo7bAMQYH9TmJdUaxEm3QTfZK/yIxbs0="}} | json_instruct | {"type": "object", "properties": {"Target": {"type": "string"}, "MediaType": {"type": "string"}, "Data": {"type": "object", "properties": {"Integrity": {"type": "string"}}, "required": ["Integrity"]}}, "required": ["Target", "MediaType", "Data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "projectexpansion:block/power_flower/cyan"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"\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"}}, "egis": {"type": "null"}}, "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", "egis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"\u5de5\u5ee0\u540d\u7a31" : "\u661f\u6e96\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99616540", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "07410001369747", "\u5de5\u5ee0\u5730\u5740" : "\u65b0\u5317\u5e02\u6df1\u5751\u5340\u5317\u6df1\u8def\u4e09\u6bb5\u4e5d\u4e8c\u865f", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc" : "\u65b0\u5317\u5e02\u6df1\u5751\u5340", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d" : "\u9ad8\u711c\u6fa4", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f" : "02279938", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b" : "\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f" : "0741024", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f" : "0741115", "\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"], "\u4e3b\u8981\u7522\u54c1" : ["275\u91cf\u6e2c\u3001\u5c0e\u822a\u3001\u63a7\u5236\u8a2d\u5099\u53ca\u9418\u9336"], "egis" : null} | 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"}}, "egis": {"type": "null"}}, "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", "egis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"Id": {"type": "string"}, "ThreadId": {"type": "string"}, "Html": {"type": "string"}, "PostedDate": {"type": "string"}, "UserRole": {"type": "null"}, "MarkedAsAnswerDate": {"type": "null"}}, "required": ["Id", "ThreadId", "Html", "PostedDate", "UserRole", "MarkedAsAnswerDate"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"Id" : "502846", "ThreadId" : "229766", "Html" : "<p>Hello</p>\r\n<p>I'm brand new to agilitypack and did some searching but did not find what I was looking for. I want to be able to extract the href part of a html link, by the "Link text".</p>\r\n<p><a href="http://<em>link.com</em>"><em>Link text</em></a></p>\r\n<p> </p>\r\n<p>Can this be done? if so how?</p>\r\n<p> </p>\r\n<p>Best Regards!</p>", "PostedDate" : "2010-10-06T00:20:51.31-07:00", "UserRole" : null, "MarkedAsAnswerDate" : null}, {"Id" : "1254221", "ThreadId" : "229766", "Html" : "I see that this was never answer, but just in case someone else is looking for answer, here is one way of doing it:\r<br />\n<br />\nvar htmlDoc = new HtmlDocument();\r<br />\nhtmlDoc.LoadHtml({yourHtmlContentOrFile});\r<br />\nvar rootNode = htmlDoc.DocumentNode;\r<br />\nvar refs = rootNode.SelectNodes("//*/a/@href");\r<br />\nvar link =refs.ElementAt(0).Attributes["href"].Value;<br />\n", "PostedDate" : "2014-06-08T20:57:07.857-07:00", "UserRole" : null, "MarkedAsAnswerDate" : null}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"Id": {"type": "string"}, "ThreadId": {"type": "string"}, "Html": {"type": "string"}, "PostedDate": {"type": "string"}, "UserRole": {"type": "null"}, "MarkedAsAnswerDate": {"type": "null"}}, "required": ["Id", "ThreadId", "Html", "PostedDate", "UserRole", "MarkedAsAnswerDate"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"num_states": {"type": "integer"}, "batch_size": {"type": "integer"}, "index": {"type": "array", "items": {}}}, "required": ["num_states", "batch_size", "index"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"num_states" : 110987, "batch_size" : 35000000, "index" : []} | json_instruct | {"type": "object", "properties": {"num_states": {"type": "integer"}, "batch_size": {"type": "integer"}, "index": {"type": "array", "items": {}}}, "required": ["num_states", "batch_size", "index"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "script": {"type": "string"}, "version": {"type": "string"}, "previousversions": {"type": "array", "items": {}}, "description": {"type": "string"}, "authors": {"type": "string"}, "roll20userid": {"type": "string"}}, "required": ["name", "script", "version", "previousversions", "description", "authors", "roll20userid"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "micka9fr", "script" : "cyberpunk_2k20_v2_damage_control_api.js", "version" : "1.0", "previousversions" : [], "description" : "Only work with the sheet : Cyberpunk 2k20 V2 !!! Auto-calculation Damage and Armor degradation.", "authors" : "Michael Notaro", "roll20userid" : "812421"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "script": {"type": "string"}, "version": {"type": "string"}, "previousversions": {"type": "array", "items": {}}, "description": {"type": "string"}, "authors": {"type": "string"}, "roll20userid": {"type": "string"}}, "required": ["name", "script", "version", "previousversions", "description", "authors", "roll20userid"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "free": {"type": "boolean"}}, "required": ["id", "name", "description", "free"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "ed80d0ff-cc28-4617-baf0-66959c5cc0aa", "name" : "clustered-simple", "description" : "Basic Multi-node Elasticsearch stack", "free" : true} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "free": {"type": "boolean"}}, "required": ["id", "name", "description", "free"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"p-redis": {"type": "array", "items": {"type": "object", "properties": {"credentials": {"type": "object", "properties": {"host": {"type": "string"}, "password": {"type": "string"}, "port": {"type": "integer"}}, "required": ["host", "password", "port"]}, "syslog_drain_url": {"type": "null"}, "volume_mounts": {"type": "array", "items": {}}, "label": {"type": "string"}, "provider": {"type": "null"}, "plan": {"type": "string"}, "name": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["credentials", "syslog_drain_url", "volume_mounts", "label", "provider", "plan", "name", "tags"]}}}, "required": ["p-redis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"p-redis" : [{"credentials" : {"host" : "10.0.4.30", "password" : "180550d7-f5b2-4adb-81c8-f90906249159", "port" : 45470}, "syslog_drain_url" : null, "volume_mounts" : [], "label" : "p-redis", "provider" : null, "plan" : "shared-vm", "name" : "redis", "tags" : ["pivotal", "redis"]}, {"credentials" : {"host" : "10.0.4.31", "password" : "secret", "port" : 45470}, "syslog_drain_url" : null, "volume_mounts" : [], "label" : "p-redis", "provider" : null, "plan" : "shared-vm", "name" : "redis", "tags" : ["pivotal", "redis"]}]} | json_instruct | {"type": "object", "properties": {"p-redis": {"type": "array", "items": {"type": "object", "properties": {"credentials": {"type": "object", "properties": {"host": {"type": "string"}, "password": {"type": "string"}, "port": {"type": "integer"}}, "required": ["host", "password", "port"]}, "syslog_drain_url": {"type": "null"}, "volume_mounts": {"type": "array", "items": {}}, "label": {"type": "string"}, "provider": {"type": "null"}, "plan": {"type": "string"}, "name": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["credentials", "syslog_drain_url", "volume_mounts", "label", "provider", "plan", "name", "tags"]}}}, "required": ["p-redis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"champ": {"type": "integer"}, "item": {"type": "integer"}, "kills": {"type": "string"}, "deaths": {"type": "string"}, "assists": {"type": "string"}, "gold": {"type": "string"}, "cs": {"type": "string"}, "total": {"type": "string"}, "wins": {"type": "string"}, "losses": {"type": "string"}}, "required": ["champ", "item", "kills", "deaths", "assists", "gold", "cs", "total", "wins", "losses"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"champ" : 68, "item" : 3840, "kills" : "13", "deaths" : "6", "assists" : "13", "gold" : "13068", "cs" : "73", "total" : "1", "wins" : "1", "losses" : "0"} | json_instruct | {"type": "object", "properties": {"champ": {"type": "integer"}, "item": {"type": "integer"}, "kills": {"type": "string"}, "deaths": {"type": "string"}, "assists": {"type": "string"}, "gold": {"type": "string"}, "cs": {"type": "string"}, "total": {"type": "string"}, "wins": {"type": "string"}, "losses": {"type": "string"}}, "required": ["champ", "item", "kills", "deaths", "assists", "gold", "cs", "total", "wins", "losses"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"LSQ12gdj": {"type": "object", "properties": {"schema": {"type": "string"}, "name": {"type": "string"}, "sources": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "bibcode": {"type": "string"}, "reference": {"type": "string"}, "alias": {"type": "string"}}, "required": ["name", "bibcode", "reference", "alias"]}}, "alias": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "string"}, "source": {"type": "string"}}, "required": ["value", "source"]}}, "discoverdate": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "string"}, "derived": {"type": "boolean"}, "source": {"type": "string"}}, "required": ["value", "derived", "source"]}}, "host": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "string"}, "source": {"type": "string"}}, "required": ["value", "source"]}}}, "required": ["schema", "name", "sources", "alias", "discoverdate", "host"]}}, "required": ["LSQ12gdj"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"LSQ12gdj" : {"schema" : "", "name" : "LSQ12gdj", "sources" : [{"name" : "2014MNRAS.445...30S", "bibcode" : "2014MNRAS.445...30S", "reference" : "Scalzo et al. (2014)", "alias" : "1"}, {"name" : "The Open Supernova Catalog", "bibcode" : "2017ApJ...835...64G", "reference" : "Guillochon et al. (2017)", "secondary" : true, "url" : "https://sne.space", "alias" : "2"}], "alias" : [{"value" : "LSQ12gdj", "source" : "2"}], "discoverdate" : [{"value" : "2012", "derived" : true, "source" : "2"}], "host" : [{"value" : "ESO 472-G007", "source" : "1"}]}} | json_instruct | {"type": "object", "properties": {"LSQ12gdj": {"type": "object", "properties": {"schema": {"type": "string"}, "name": {"type": "string"}, "sources": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "bibcode": {"type": "string"}, "reference": {"type": "string"}, "alias": {"type": "string"}}, "required": ["name", "bibcode", "reference", "alias"]}}, "alias": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "string"}, "source": {"type": "string"}}, "required": ["value", "source"]}}, "discoverdate": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "string"}, "derived": {"type": "boolean"}, "source": {"type": "string"}}, "required": ["value", "derived", "source"]}}, "host": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "string"}, "source": {"type": "string"}}, "required": ["value", "source"]}}}, "required": ["schema", "name", "sources", "alias", "discoverdate", "host"]}}, "required": ["LSQ12gdj"], "$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" : "\u5bf6\u8fea\u81ea\u52d5\u5316\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99695928", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u65b0\u5317\u5e02\u65b0\u838a\u5340\u4e94\u6b0a\u4e00\u8def\u4e00\u4e09\u865f\u516d\u6a13\u4e4b\u4e00", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc" : "\u65b0\u5317\u5e02\u65b0\u838a\u5340", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d" : "\u738b\u5bf6\u83ef", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f" : "70594791", "\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" : "0950915", "\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"], "\u4e3b\u8981\u7522\u54c1" : ["275\u91cf\u6e2c\u3001\u5c0e\u822a\u3001\u63a7\u5236\u8a2d\u5099\u53ca\u9418\u9336"]} | 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#"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.