input
stringlengths 159
2.05k
| output
stringlengths 5
10.3k
| task
stringclasses 1
value | schema
stringlengths 100
1.99k
|
---|---|---|---|
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"categories": {"type": "array", "items": {}}, "equivalent": {"type": "array", "items": {}}, "manufacturer": {"type": "string"}, "name": {"type": "string"}, "replacement": {"type": "array", "items": {}}, "subpart": {"type": "array", "items": {}}, "urls": {"type": "object", "properties": {"manufacturer": {"type": "array", "items": {}}, "related": {"type": "array", "items": {}}}, "required": ["manufacturer", "related"]}, "variants": {"type": "array", "items": {"type": "object", "properties": {"location": {"type": "string"}, "price": {"type": "string"}, "stock_state": {"type": "string"}, "stock_text": {"type": "string"}, "url": {"type": "string"}}, "required": ["location", "price", "stock_state", "stock_text", "url"]}}, "version": {"type": "integer"}, "weight": {"type": "string"}}, "required": ["categories", "equivalent", "manufacturer", "name", "replacement", "subpart", "urls", "variants", "version", "weight"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"categories" : [], "equivalent" : [], "manufacturer" : "Turnigy", "name" : "3600mAh 4S 30C Lipo Pack", "replacement" : [], "subpart" : [], "urls" : {"manufacturer" : [], "related" : []}, "variants" : [{"location" : "International Warehouse", "price" : "$46.46", "stock_state" : "in_stock", "stock_text" : "2", "url" : "http://www.hobbyking.com/hobbyking/store/__9506__Turnigy_3600mAh_4S_30C_Lipo_Pack.html"}, {"location" : "Australia Warehouse", "price" : "$35.92", "stock_state" : "in_stock", "stock_text" : "9", "url" : "http://www.hobbyking.com/hobbyking/store/uh_viewItem.asp?idProduct=14647"}, {"location" : "USA West Warehouse", "price" : "$36.92", "stock_state" : "in_stock", "stock_text" : "9", "url" : "http://www.hobbyking.com/hobbyking/store/uh_viewItem.asp?idProduct=14967"}, {"location" : "UK Warehouse", "price" : "$34.14", "stock_state" : "out_of_stock", "stock_text" : "0", "url" : "http://www.hobbyking.com/hobbyking/store/uh_viewItem.asp?idProduct=26710"}, {"location" : "European Warehouse", "price" : "$34.48", "stock_state" : "in_stock", "stock_text" : "10+", "url" : "http://www.hobbyking.com/hobbyking/store/uh_viewItem.asp?idProduct=35882"}, {"location" : "USA East Warehouse", "price" : "$36.92", "stock_state" : "in_stock", "stock_text" : "10+", "url" : "http://www.hobbyking.com/hobbyking/store/uh_viewItem.asp?idProduct=58952"}, {"location" : "Russia Warehouse", "price" : "$50.43", "stock_state" : "in_stock", "stock_text" : "10+", "url" : "http://www.hobbyking.com/hobbyking/store/uh_viewItem.asp?idProduct=59880"}], "version" : 2, "weight" : "395"} | json_instruct | {"type": "object", "properties": {"categories": {"type": "array", "items": {}}, "equivalent": {"type": "array", "items": {}}, "manufacturer": {"type": "string"}, "name": {"type": "string"}, "replacement": {"type": "array", "items": {}}, "subpart": {"type": "array", "items": {}}, "urls": {"type": "object", "properties": {"manufacturer": {"type": "array", "items": {}}, "related": {"type": "array", "items": {}}}, "required": ["manufacturer", "related"]}, "variants": {"type": "array", "items": {"type": "object", "properties": {"location": {"type": "string"}, "price": {"type": "string"}, "stock_state": {"type": "string"}, "stock_text": {"type": "string"}, "url": {"type": "string"}}, "required": ["location", "price", "stock_state", "stock_text", "url"]}}, "version": {"type": "integer"}, "weight": {"type": "string"}}, "required": ["categories", "equivalent", "manufacturer", "name", "replacement", "subpart", "urls", "variants", "version", "weight"], "$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" : 112087, "info" : {"name" : "nanzao.com", "description" : "Better for news reading. Use uBlock for ad blocking.", "additionalInfo" : null, "format" : "uso", "category" : "nanzao", "createdAt" : "2015-04-01T05:00:47.000Z", "updatedAt" : "2015-04-01T05:29:45.000Z", "license" : "CC0-1.0", "author" : {"id" : 276271, "name" : "cbtrk"}}, "stats" : {"installs" : {"total" : 29, "weekly" : 0}}, "screenshots" : {"main" : {"name" : "112087-after.png", "archived" : false}}, "discussions" : {"stats" : {"discussionsCount" : 0, "commentsCount" : 0}, "data" : []}, "style" : {"css" : "@-moz-document domain(\"www.nanzao.com\") {\r\n\r\nbody {\r\n background-color: #aaaaaa !important;\r\n}\r\n\r\ndiv .container {\r\n width:100%;\r\n}\r\ndiv #content {\r\n width: 80%;\r\n}\r\ndiv .col {\r\n width: 45% !important;\r\n}\r\n}"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}, "required": ["main"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "normalizedVertices": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}, "score": {"type": "number"}}, "required": ["label", "normalizedVertices", "score"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"label" : "Plate", "normalizedVertices" : [{"x" : 0.13573593, "y" : 0.65061307}, {"x" : 0.9842641, "y" : 0.65061307}, {"x" : 0.9842641, "y" : 0.98546547}, {"x" : 0.13573593, "y" : 0.98546547}], "score" : 0.87003714}, {"label" : "Kitchenware", "normalizedVertices" : [{"x" : 0.13573593, "y" : 0.65061307}, {"x" : 0.9842641, "y" : 0.65061307}, {"x" : 0.9842641, "y" : 0.98546547}, {"x" : 0.13573593, "y" : 0.98546547}], "score" : 0.7800046}, {"label" : "Tableware", "normalizedVertices" : [{"x" : 0.13573593, "y" : 0.65061307}, {"x" : 0.9842641, "y" : 0.65061307}, {"x" : 0.9842641, "y" : 0.98546547}, {"x" : 0.13573593, "y" : 0.98546547}], "score" : 0.6864569}, {"label" : "Food", "normalizedVertices" : [{"x" : 0.18854535, "y" : 0.1659857}, {"x" : 0.758043, "y" : 0.1659857}, {"x" : 0.758043, "y" : 0.3824849}, {"x" : 0.18854535, "y" : 0.3824849}], "score" : 0.5464477}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "normalizedVertices": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}, "score": {"type": "number"}}, "required": ["label", "normalizedVertices", "score"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "220282200200", "text" : "\u7f57\u5708\u6751\u59d4\u4f1a"}, {"id" : "220282200201", "text" : "\u67f3\u6811\u6751\u59d4\u4f1a"}, {"id" : "220282200202", "text" : "\u516c\u53d1\u6751\u59d4\u4f1a"}, {"id" : "220282200203", "text" : "\u5b89\u4e50\u6751\u59d4\u4f1a"}, {"id" : "220282200204", "text" : "\u76d8\u6866\u6751\u59d4\u4f1a"}, {"id" : "220282200205", "text" : "\u5929\u6cb3\u6751\u59d4\u4f1a"}, {"id" : "220282200206", "text" : "\u56db\u9053\u6751\u59d4\u4f1a"}, {"id" : "220282200207", "text" : "\u4e09\u9053\u6751\u59d4\u4f1a"}, {"id" : "220282200208", "text" : "\u4e8c\u9053\u6751\u59d4\u4f1a"}, {"id" : "220282200209", "text" : "\u89e3\u653e\u6751\u59d4\u4f1a"}, {"id" : "220282200210", "text" : "\u65b0\u653f\u6751\u59d4\u4f1a"}, {"id" : "220282200211", "text" : "\u4e09\u5408\u6751\u59d4\u4f1a"}, {"id" : "220282200212", "text" : "\u5e73\u5b89\u6751\u59d4\u4f1a"}, {"id" : "220282200213", "text" : "\u5929\u5e73\u6751\u59d4\u4f1a"}, {"id" : "220282200214", "text" : "\u6c38\u9686\u6751\u59d4\u4f1a"}, {"id" : "220282200215", "text" : "\u53cc\u9f99\u6751\u59d4\u4f1a"}, {"id" : "220282200216", "text" : "\u6c11\u6709\u6751\u59d4\u4f1a"}, {"id" : "220282200217", "text" : "\u6b27\u529b\u6751\u59d4\u4f1a"}, {"id" : "220282200218", "text" : "\u65b0\u6c11\u6751\u59d4\u4f1a"}, {"id" : "220282200219", "text" : "\u53cc\u80dc\u6751\u59d4\u4f1a"}, {"id" : "220282200220", "text" : "\u5927\u9f99\u6751\u59d4\u4f1a"}, {"id" : "220282200221", "text" : "\u6986\u6811\u6751\u59d4\u4f1a"}, {"id" : "220282200222", "text" : "\u53cb\u8c0a\u6751\u59d4\u4f1a"}, {"id" : "220282200223", "text" : "\u7ea2\u661f\u6751\u59d4\u4f1a"}, {"id" : "220282200225", "text" : "\u5173\u95e8\u782c\u5b50\u6751\u59d4\u4f1a"}, {"id" : "220282200226", "text" : "\u5148\u950b\u6751\u59d4\u4f1a"}, {"id" : "220282200227", "text" : "\u6653\u5149\u6751\u59d4\u4f1a"}, {"id" : "220282200228", "text" : "\u5174\u6797\u6751\u59d4\u4f1a"}, {"id" : "220282200229", "text" : "\u6c38\u5174\u6751\u59d4\u4f1a"}, {"id" : "220282200230", "text" : "\u524d\u8fdb\u6751\u59d4\u4f1a"}, {"id" : "220282200231", "text" : "\u7164\u7a91\u6751\u59d4\u4f1a"}, {"id" : "220282200232", "text" : "\u6c99\u6cb3\u5b50\u6751\u59d4\u4f1a"}, {"id" : "220282200233", "text" : "\u5927\u9876\u5b50\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#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"vpnservice": {"type": "object", "properties": {"router_id": {"type": "string"}, "status": {"type": "string"}, "name": {"type": "string"}, "admin_state_up": {"type": "boolean"}, "subnet_id": {"type": "null"}, "project_id": {"type": "string"}, "tenant_id": {"type": "string"}, "id": {"type": "string"}, "description": {"type": "string"}}, "required": ["router_id", "status", "name", "admin_state_up", "subnet_id", "project_id", "tenant_id", "id", "description"]}}, "required": ["vpnservice"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"vpnservice" : {"router_id" : "881b7b30-4efb-407e-a162-5630a7af3595", "status" : "ACTIVE", "name" : "myvpn", "admin_state_up" : true, "subnet_id" : null, "project_id" : "26de9cd6cae94c8cb9f79d660d628e1f", "tenant_id" : "26de9cd6cae94c8cb9f79d660d628e1f", "id" : "41bfef97-af4e-4f6b-a5d3-4678859d2485", "description" : "Updated description"}} | json_instruct | {"type": "object", "properties": {"vpnservice": {"type": "object", "properties": {"router_id": {"type": "string"}, "status": {"type": "string"}, "name": {"type": "string"}, "admin_state_up": {"type": "boolean"}, "subnet_id": {"type": "null"}, "project_id": {"type": "string"}, "tenant_id": {"type": "string"}, "id": {"type": "string"}, "description": {"type": "string"}}, "required": ["router_id", "status", "name", "admin_state_up", "subnet_id", "project_id", "tenant_id", "id", "description"]}}, "required": ["vpnservice"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 101791605, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "f35f412f0f7492f8cf4c3bcd62726aaf", "wof:id" : 101791605, "wof:repo" : "whosonfirst-data-admin-ro"}, "bbox" : [22.008835, 45.604507, 22.032941, 45.626246], "geometry" : {"coordinates" : [[[22.021449, 45.624035], [22.025252, 45.6236], [22.025449, 45.624488], [22.027984, 45.624198], [22.027195, 45.620648], [22.028463, 45.620503], [22.028069, 45.618727], [22.030603, 45.618437], [22.030406, 45.61755], [22.032941, 45.617259], [22.032546, 45.615484], [22.031279, 45.615629], [22.030884, 45.613854], [22.027083, 45.614289], [22.026491, 45.611626], [22.027758, 45.611481], [22.027561, 45.610594], [22.028828, 45.610449], [22.028631, 45.609561], [22.02483, 45.609996], [22.024435, 45.608221], [22.023168, 45.608366], [22.022971, 45.607478], [22.017902, 45.608058], [22.017114, 45.604507], [22.015847, 45.604652], [22.016044, 45.60554], [22.014777, 45.605685], [22.014974, 45.606572], [22.011173, 45.607007], [22.011369, 45.607894], [22.008835, 45.608184], [22.009229, 45.609959], [22.010496, 45.609815], [22.011283, 45.613365], [22.012551, 45.61322], [22.013733, 45.618546], [22.015, 45.618402], [22.015788, 45.621952], [22.017056, 45.621807], [22.018041, 45.626246], [22.019309, 45.626101], [22.019111, 45.625213], [22.021647, 45.624923], [22.021449, 45.624035]]], "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#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"index_name": {"type": "string"}, "start_urls": {"type": "array", "items": {"type": "string"}}, "stop_urls": {"type": "array", "items": {"type": "string"}}, "selectors": {"type": "object", "properties": {"lvl0": {"type": "object", "properties": {"selector": {"type": "string"}, "type": {"type": "string"}, "global": {"type": "boolean"}, "default_value": {"type": "string"}}, "required": ["selector", "type", "global", "default_value"]}, "lvl1": {"type": "string"}, "lvl2": {"type": "string"}, "lvl3": {"type": "string"}, "lvl4": {"type": "string"}, "text": {"type": "string"}}, "required": ["lvl0", "lvl1", "lvl2", "lvl3", "lvl4", "text"]}, "only_content_level": {"type": "boolean"}, "scrape_start_urls": {"type": "boolean"}, "conversation_id": {"type": "array", "items": {"type": "string"}}, "nb_hits": {"type": "integer"}}, "required": ["index_name", "start_urls", "stop_urls", "selectors", "only_content_level", "scrape_start_urls", "conversation_id", "nb_hits"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"index_name" : "middleman", "start_urls" : ["https://middlemanapp.com/"], "stop_urls" : ["https://middlemanapp.com/support/", "https://middlemanapp.com/community/", "https://middlemanapp.com/basics/start-new-site/", "https://middlemanapp.com/basics/layouts/", "https://middlemanapp.com/basics/build-and-deploy/", "https://middlemanapp.com/advanced/sitemap/", "https://middlemanapp.com/advanced/configuration/", "/jp/"], "selectors" : {"lvl0" : {"selector" : "//nav//*[@aria-current]/preceding::h3[1]", "type" : "xpath", "global" : true, "default_value" : "Documentation"}, "lvl1" : "[class*='content-main'] h1", "lvl2" : "[class*='content-main'] h2", "lvl3" : "[class*='content-main'] h3", "lvl4" : "[class*='content-main'] h4", "text" : "[class*='content-main'] p, [class*='content-main'] li"}, "only_content_level" : true, "scrape_start_urls" : false, "conversation_id" : ["392230260"], "nb_hits" : 408} | json_instruct | {"type": "object", "properties": {"index_name": {"type": "string"}, "start_urls": {"type": "array", "items": {"type": "string"}}, "stop_urls": {"type": "array", "items": {"type": "string"}}, "selectors": {"type": "object", "properties": {"lvl0": {"type": "object", "properties": {"selector": {"type": "string"}, "type": {"type": "string"}, "global": {"type": "boolean"}, "default_value": {"type": "string"}}, "required": ["selector", "type", "global", "default_value"]}, "lvl1": {"type": "string"}, "lvl2": {"type": "string"}, "lvl3": {"type": "string"}, "lvl4": {"type": "string"}, "text": {"type": "string"}}, "required": ["lvl0", "lvl1", "lvl2", "lvl3", "lvl4", "text"]}, "only_content_level": {"type": "boolean"}, "scrape_start_urls": {"type": "boolean"}, "conversation_id": {"type": "array", "items": {"type": "string"}}, "nb_hits": {"type": "integer"}}, "required": ["index_name", "start_urls", "stop_urls", "selectors", "only_content_level", "scrape_start_urls", "conversation_id", "nb_hits"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"uuid": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["name", "status", "start", "stop"]}}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["uuid", "children", "befores", "start", "stop"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"uuid" : "b74e1b02-06b7-4961-9075-dcb96091ce1b", "children" : ["0398fa53-4af3-4c1d-99fc-e21a6d77f5f4"], "befores" : [{"name" : "app", "status" : "passed", "start" : 1600231740497, "stop" : 1600231740925}], "start" : 1600231740497, "stop" : 1600231743517} | json_instruct | {"type": "object", "properties": {"uuid": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["name", "status", "start", "stop"]}}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["uuid", "children", "befores", "start", "stop"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"url": {"type": "string"}, "author_name": {"type": "string"}, "author_url": {"type": "string"}, "html": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "null"}, "type": {"type": "string"}, "cache_age": {"type": "string"}, "provider_name": {"type": "string"}, "provider_url": {"type": "string"}, "version": {"type": "string"}}, "required": ["url", "author_name", "author_url", "html", "width", "height", "type", "cache_age", "provider_name", "provider_url", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"url" : "https://twitter.com/matthewhammer/status/849302317216272387", "author_name" : "Matthew Hammer", "author_url" : "https://twitter.com/matthewhammer", "html" : "<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">IC 2017: 1st Workshop on Incremental Computing: <a href=\"https://t.co/yvdRsMAIhN\">https://t.co/yvdRsMAIhN</a><br>Bacelona, June 22<br>(Co-located with <a href=\"https://twitter.com/PLDI?ref_src=twsrc%5Etfw\">@pldi</a> <a href=\"https://twitter.com/ECOOPconf?ref_src=twsrc%5Etfw\">@ECOOPconf</a> <a href=\"https://twitter.com/curry_on_conf?ref_src=twsrc%5Etfw\">@curry_on_conf</a>)</p>— Matthew Hammer (@matthewhammer) <a href=\"https://twitter.com/matthewhammer/status/849302317216272387?ref_src=twsrc%5Etfw\">April 4, 2017</a></blockquote>\n<script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>\n", "width" : 550, "height" : null, "type" : "rich", "cache_age" : "3153600000", "provider_name" : "Twitter", "provider_url" : "https://twitter.com", "version" : "1.0"} | json_instruct | {"type": "object", "properties": {"url": {"type": "string"}, "author_name": {"type": "string"}, "author_url": {"type": "string"}, "html": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "null"}, "type": {"type": "string"}, "cache_age": {"type": "string"}, "provider_name": {"type": "string"}, "provider_url": {"type": "string"}, "version": {"type": "string"}}, "required": ["url", "author_name", "author_url", "html", "width", "height", "type", "cache_age", "provider_name", "provider_url", "version"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"tslint": {"type": "string"}, "tslint-eslint-rules": {"type": "string"}, "tslint-microsoft-contrib": {"type": "string"}, "tslint-react": {"type": "string"}, "bm-tslint-rules": {"type": "string"}}, "required": ["tslint", "tslint-eslint-rules", "tslint-microsoft-contrib", "tslint-react", "bm-tslint-rules"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"tslint" : "https://palantir.github.io/tslint/rules/{RULE}", "tslint-eslint-rules" : "https://eslint.org/docs/rules/{RULE}", "tslint-microsoft-contrib" : "https://github.com/Microsoft/tslint-microsoft-contrib#supported-rules", "tslint-react" : "https://github.com/palantir/tslint-react#rules", "bm-tslint-rules" : "https://github.com/bettermarks/bm-tslint-rules#rules"} | json_instruct | {"type": "object", "properties": {"tslint": {"type": "string"}, "tslint-eslint-rules": {"type": "string"}, "tslint-microsoft-contrib": {"type": "string"}, "tslint-react": {"type": "string"}, "bm-tslint-rules": {"type": "string"}}, "required": ["tslint", "tslint-eslint-rules", "tslint-microsoft-contrib", "tslint-react", "bm-tslint-rules"], "$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"}, "homepage": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "homepage", "repository", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@sharyn/actions", "version" : "1.0.0", "homepage" : "https://github.com/sharynjs/sharyn/tree/master/packages/actions", "repository" : "sharynjs/sharyn", "license" : "MIT"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "homepage", "repository", "license"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"waila": {"type": "object", "properties": {"show_blocks": {"type": "boolean"}, "show_fluids": {"type": "boolean"}, "show_entities": {"type": "boolean"}, "show_item": {"type": "boolean"}, "show_mod_name": {"type": "boolean"}, "show_registry": {"type": "boolean"}, "show_entity_hp": {"type": "boolean"}, "show_states": {"type": "boolean"}, "show_pos": {"type": "boolean"}}, "required": ["show_blocks", "show_fluids", "show_entities", "show_item", "show_mod_name", "show_registry", "show_entity_hp", "show_states", "show_pos"]}, "minecraft": {"type": "object", "properties": {"item_entity": {"type": "boolean"}, "override.infested": {"type": "boolean"}, "override.trapped_chest": {"type": "boolean"}, "override.powder_snow": {"type": "boolean"}, "pet.owner": {"type": "boolean"}, "furnace_contents": {"type": "boolean"}, "spawner_type": {"type": "boolean"}, "crop_progress": {"type": "boolean"}, "redstone.lever": {"type": "boolean"}, "redstone.repeater": {"type": "boolean"}, "redstone.comparator": {"type": "boolean"}, "redstone.level": {"type": "boolean"}, "jukebox.record": {"type": "boolean"}, "player_head.name": {"type": "boolean"}, "level.composter": {"type": "boolean"}, "level.honey": {"type": "boolean"}, "note_block.type": {"type": "boolean"}, "note_block.note": {"type": "string"}, "note_block.int_value": {"type": "boolean"}, "pet.hide_unknown_owner": {"type": "boolean"}}, "required": ["item_entity", "override.infested", "override.trapped_chest", "override.powder_snow", "pet.owner", "furnace_contents", "spawner_type", "crop_progress", "redstone.lever", "redstone.repeater", "redstone.comparator", "redstone.level", "jukebox.record", "player_head.name", "level.composter", "level.honey", "note_block.type", "note_block.note", "note_block.int_value", "pet.hide_unknown_owner"]}}, "required": ["waila", "minecraft"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"waila" : {"show_blocks" : true, "show_fluids" : false, "show_entities" : true, "show_item" : true, "show_mod_name" : true, "show_registry" : false, "show_entity_hp" : true, "show_states" : false, "show_pos" : false}, "minecraft" : {"item_entity" : true, "override.infested" : true, "override.trapped_chest" : true, "override.powder_snow" : true, "pet.owner" : true, "furnace_contents" : true, "spawner_type" : true, "crop_progress" : true, "redstone.lever" : true, "redstone.repeater" : true, "redstone.comparator" : true, "redstone.level" : true, "jukebox.record" : true, "player_head.name" : true, "level.composter" : true, "level.honey" : true, "note_block.type" : true, "note_block.note" : "SHARP", "note_block.int_value" : false, "pet.hide_unknown_owner" : false}} | json_instruct | {"type": "object", "properties": {"waila": {"type": "object", "properties": {"show_blocks": {"type": "boolean"}, "show_fluids": {"type": "boolean"}, "show_entities": {"type": "boolean"}, "show_item": {"type": "boolean"}, "show_mod_name": {"type": "boolean"}, "show_registry": {"type": "boolean"}, "show_entity_hp": {"type": "boolean"}, "show_states": {"type": "boolean"}, "show_pos": {"type": "boolean"}}, "required": ["show_blocks", "show_fluids", "show_entities", "show_item", "show_mod_name", "show_registry", "show_entity_hp", "show_states", "show_pos"]}, "minecraft": {"type": "object", "properties": {"item_entity": {"type": "boolean"}, "override.infested": {"type": "boolean"}, "override.trapped_chest": {"type": "boolean"}, "override.powder_snow": {"type": "boolean"}, "pet.owner": {"type": "boolean"}, "furnace_contents": {"type": "boolean"}, "spawner_type": {"type": "boolean"}, "crop_progress": {"type": "boolean"}, "redstone.lever": {"type": "boolean"}, "redstone.repeater": {"type": "boolean"}, "redstone.comparator": {"type": "boolean"}, "redstone.level": {"type": "boolean"}, "jukebox.record": {"type": "boolean"}, "player_head.name": {"type": "boolean"}, "level.composter": {"type": "boolean"}, "level.honey": {"type": "boolean"}, "note_block.type": {"type": "boolean"}, "note_block.note": {"type": "string"}, "note_block.int_value": {"type": "boolean"}, "pet.hide_unknown_owner": {"type": "boolean"}}, "required": ["item_entity", "override.infested", "override.trapped_chest", "override.powder_snow", "pet.owner", "furnace_contents", "spawner_type", "crop_progress", "redstone.lever", "redstone.repeater", "redstone.comparator", "redstone.level", "jukebox.record", "player_head.name", "level.composter", "level.honey", "note_block.type", "note_block.note", "note_block.int_value", "pet.hide_unknown_owner"]}}, "required": ["waila", "minecraft"], "$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#"}
| ["n3d-gamecore"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"p": {"type": "string"}, "d": {"type": "integer"}}, "required": ["p", "d"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"p" : "2a2d411e-86c7-4467-aa09-6f6374810861", "d" : 191}, {"p" : "b0d4218f-9cd9-4267-a9c7-f79fbbc02194", "d" : 63}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"p": {"type": "string"}, "d": {"type": "integer"}}, "required": ["p", "d"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"OrderAction": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"deliveryMethod": {"type": "object", "properties": {"description": {"type": "string"}, "$ref": {"type": "string"}}, "required": ["description", "$ref"]}}, "required": ["deliveryMethod"]}, "externalDocs": {"type": "object", "properties": {"url": {"type": "string"}, "description": {"type": "string"}}, "required": ["url", "description"]}}, "required": ["type", "properties", "externalDocs"]}}, "required": ["OrderAction"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"OrderAction" : {"type" : "object", "properties" : {"deliveryMethod" : {"description" : "A sub property of instrument. The method of delivery.", "$ref" : "DeliveryMethod.json"}}, "externalDocs" : {"url" : "http://schema.org/OrderAction", "description" : "Schema.org resource"}}} | json_instruct | {"type": "object", "properties": {"OrderAction": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"deliveryMethod": {"type": "object", "properties": {"description": {"type": "string"}, "$ref": {"type": "string"}}, "required": ["description", "$ref"]}}, "required": ["deliveryMethod"]}, "externalDocs": {"type": "object", "properties": {"url": {"type": "string"}, "description": {"type": "string"}}, "required": ["url", "description"]}}, "required": ["type", "properties", "externalDocs"]}}, "required": ["OrderAction"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"__type__": {"type": "string"}, "_name": {"type": "string"}, "_spriteFrames": {"type": "object", "properties": {"light1-1_png": {"type": "object", "properties": {"__uuid__": {"type": "string"}}, "required": ["__uuid__"]}, "light1-2_png": {"type": "object", "properties": {"__uuid__": {"type": "string"}}, "required": ["__uuid__"]}}, "required": ["light1-1_png", "light1-2_png"]}}, "required": ["__type__", "_name", "_spriteFrames"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"__type__" : "cc.SpriteAtlas", "_name" : "wxhh_big.plist", "_spriteFrames" : {"light1-1_png" : {"__uuid__" : "0daOIXdOZFGK8fzf4cwJH8"}, "light1-2_png" : {"__uuid__" : "4en8ydS/lONZOYL8BQLuSh"}}} | json_instruct | {"type": "object", "properties": {"__type__": {"type": "string"}, "_name": {"type": "string"}, "_spriteFrames": {"type": "object", "properties": {"light1-1_png": {"type": "object", "properties": {"__uuid__": {"type": "string"}}, "required": ["__uuid__"]}, "light1-2_png": {"type": "object", "properties": {"__uuid__": {"type": "string"}}, "required": ["__uuid__"]}}, "required": ["light1-1_png", "light1-2_png"]}}, "required": ["__type__", "_name", "_spriteFrames"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"description": {"type": "string"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "speakers": {"type": "array", "items": {"type": "string"}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}}, "required": ["description", "language", "recorded", "speakers", "thumbnail_url", "title", "videos"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"description" : "There's a telescope that sits on a mountaintop in the Chilean desert\u2013\u2013its job is to capture and help scientists understand the dark matter of our universe. But this isn't a talk just about dark matter, it's about discovering fleeting supernovas in space, while discovering the world of Python.\n\nPresentation page -- https://2018.pycon.ca/talks/talk-PC-55535/", "language" : "eng", "recorded" : "2018-11-11", "speakers" : ["Pippin Lee"], "thumbnail_url" : "https://i.ytimg.com/vi/PPlzkXDN9-4/hqdefault.jpg", "title" : "Detecting Supernovas with Python", "videos" : [{"type" : "youtube", "url" : "https://www.youtube.com/watch?v=PPlzkXDN9-4"}]} | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "speakers": {"type": "array", "items": {"type": "string"}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}}, "required": ["description", "language", "recorded", "speakers", "thumbnail_url", "title", "videos"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"target": {"type": "string"}, "strategy": {"type": "string"}, "snippets": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {"type": "string"}}, "purpose": {"type": "array", "items": {"type": "string"}}}, "required": ["target", "strategy", "snippets", "requires", "purpose"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"target" : "docker/Dockerfile", "strategy" : "overwrite", "snippets" : ["es/Dockerfile"], "requires" : ["docker"], "purpose" : ["Docker environment definition for running tests in AWS Lambda container."]} | json_instruct | {"type": "object", "properties": {"target": {"type": "string"}, "strategy": {"type": "string"}, "snippets": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {"type": "string"}}, "purpose": {"type": "array", "items": {"type": "string"}}}, "required": ["target", "strategy", "snippets", "requires", "purpose"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1982, 6], [2014, 7]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}, "message": {"type": "string"}}, "required": ["line", "column", "message"]}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0x160fc84c8c5d46561b01d38eb7d44671f3eed4ca", "tool" : "osiris", "start" : 1564630974.9411018, "end" : 1564630979.220368, "duration" : 4.279266119003296, "analysis" : [{"errors" : [{"line" : 21, "column" : 14, "message" : "callstack_bug"}, {"line" : 20, "column" : 14, "message" : "callstack_bug"}, {"line" : 21, "column" : 14, "message" : "concurrency_bug"}, {"line" : 20, "column" : 14, "message" : "concurrency_bug"}, {"line" : 21, "column" : 14, "message" : "concurrency_bug"}, {"line" : 20, "column" : 14, "message" : "concurrency_bug"}], "file" : "/unique_chucks/29/0x160fc84c8c5d46561b01d38eb7d44671f3eed4ca.sol", "name" : "Consulting"}]} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}, "message": {"type": "string"}}, "required": ["line", "column", "message"]}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$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"}, "assets": {"type": "array", "items": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "mainfile": {"type": "string"}}, "required": ["files", "version", "mainfile"]}}, "versions": {"type": "array", "items": {"type": "string"}}, "zip": {"type": "string"}, "mainfile": {"type": "string"}, "author": {"type": "string"}, "lastversion": {"type": "string"}, "homepage": {"type": "string"}, "description": {"type": "string"}, "github": {"type": "string"}}, "required": ["name", "assets", "versions", "zip", "mainfile", "author", "lastversion", "homepage", "description", "github"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "bttn.css", "assets" : [{"files" : ["bttn.css", "bttn.min.css", "standalone/bordered.css", "standalone/bordered.min.css", "standalone/fill.css", "standalone/fill.min.css", "standalone/float.css", "standalone/float.min.css", "standalone/gradient.css", "standalone/gradient.min.css", "standalone/jelly.css", "standalone/jelly.min.css", "standalone/material-circle.css", "standalone/material-circle.min.css", "standalone/material-flat.css", "standalone/material-flat.min.css", "standalone/minimal.css", "standalone/minimal.min.css", "standalone/pill.css", "standalone/pill.min.css", "standalone/simple.css", "standalone/simple.min.css", "standalone/slant.css", "standalone/slant.min.css", "standalone/stretch.css", "standalone/stretch.min.css", "standalone/unite.css", "standalone/unite.min.css"], "version" : "0.2.4", "mainfile" : "bttn.min.css"}], "versions" : ["0.2.4"], "zip" : "bttn.css.zip", "mainfile" : "bttn.min.css", "author" : "Ganapati V S <[email protected]>", "lastversion" : "0.2.4", "homepage" : "https://bttn.surge.sh/", "description" : "Awesome buttons for awesome projects!", "github" : "git+https://github.com/ganapativs/bttn.css.git"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "assets": {"type": "array", "items": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "mainfile": {"type": "string"}}, "required": ["files", "version", "mainfile"]}}, "versions": {"type": "array", "items": {"type": "string"}}, "zip": {"type": "string"}, "mainfile": {"type": "string"}, "author": {"type": "string"}, "lastversion": {"type": "string"}, "homepage": {"type": "string"}, "description": {"type": "string"}, "github": {"type": "string"}}, "required": ["name", "assets", "versions", "zip", "mainfile", "author", "lastversion", "homepage", "description", "github"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source_url": {"type": "string"}, "licence": {"type": "string"}, "language": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "text": {"type": "string"}}, "required": ["authors", "doi", "publication_date", "id", "url", "source", "source_url", "licence", "language", "type", "description", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"authors" : [{"author" : "P Tschann"}, {"author" : "D Lechner"}, {"author" : "B Feurstein"}, {"author" : "B Abendstein"}, {"author" : "S Dertinger"}, {"author" : "A B\u00f6sl"}, {"author" : "N Vitlarov"}, {"author" : "F Offner"}, {"author" : "I K\u00f6nigsrainer"}], "doi" : "10.1186/s13256-020-2348-5", "publication_date" : "2020-02-15", "id" : "EN111296", "url" : "https://pubmed.ncbi.nlm.nih.gov/32054542", "source" : "Journal of medical case reports", "source_url" : "", "licence" : "CC BY", "language" : "en", "type" : "pubmed", "description" : "", "text" : "A 52-year-old Caucasian woman was transferred to our department with a history of pelvic pain. Colonoscopy revealed a small tumorous lesion of the upper rectum and an endoscopic biopsy showed infiltration of the rectal mucosa by a squamous cell carcinoma. Afterward, tumorous lesions were found on imaging in both her ovaries. A laparoscopy with adnexectomy and anal mapping was performed and revealed tumor masses of squamous cell carcinoma in both ovaries. Based on the large size of the ovarian tumors and the concurrence of extensive, partly ciliated, macrocystic epithelium in one of the ovaries, a diagnosis of ovarian squamous cell carcinoma arising from a mature teratoma was rendered. However, human papillomavirus genotyping analyses were positive for human papillomavirus-16 in both the rectal tumor and ovarian tumors leading to a final diagnosis of a human papillomavirus-associated rectal squamous cell carcinoma metastatic to both ovaries. Neoadjuvant chemoradiation therapy of her rectum, total mesorectal excision, and hysterectomy were performed followed by adjuvant chemotherapy."} | json_instruct | {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source_url": {"type": "string"}, "licence": {"type": "string"}, "language": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "text": {"type": "string"}}, "required": ["authors", "doi", "publication_date", "id", "url", "source", "source_url", "licence", "language", "type", "description", "text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "574144a4b2d6eb5dbabc914901e65ece6a8923b4"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["alac2pcm", "raop-rtsp-server", "rudeplay"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"grunt": {"type": "string"}, "grunt-contrib-concat": {"type": "string"}, "grunt-contrib-jshint": {"type": "string"}, "grunt-mocha-test": {"type": "string"}, "grunt-shell": {"type": "string"}}, "required": ["grunt", "grunt-contrib-concat", "grunt-contrib-jshint", "grunt-mocha-test", "grunt-shell"]}}, "required": ["name", "version", "description", "main", "directories", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "DJVU.js", "version" : "0.0.1", "description" : "DJVU reader written fully in javascript", "main" : "main.js", "directories" : {"test" : "tests"}, "scripts" : {"test" : "grunt test"}, "repository" : {"type" : "git", "url" : "git://github.com/saint3k/djvu.js.git"}, "keywords" : ["djvu", "js", "reader"], "author" : "Nikolay Sukhanov", "license" : "BSD-2-Clause", "bugs" : {"url" : "https://github.com/saint3k/djvu.js/issues"}, "homepage" : "https://github.com/saint3k/djvu.js", "devDependencies" : {"grunt" : "^0.4.5", "grunt-contrib-concat" : "^0.4.0", "grunt-contrib-jshint" : "^0.10.0", "grunt-mocha-test" : "^0.11.0", "grunt-shell" : "^0.7.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"grunt": {"type": "string"}, "grunt-contrib-concat": {"type": "string"}, "grunt-contrib-jshint": {"type": "string"}, "grunt-mocha-test": {"type": "string"}, "grunt-shell": {"type": "string"}}, "required": ["grunt", "grunt-contrib-concat", "grunt-contrib-jshint", "grunt-mocha-test", "grunt-shell"]}}, "required": ["name", "version", "description", "main", "directories", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies"], "$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"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "license": {"type": "string"}}, "required": ["name", "description", "main", "keywords", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "jquery-zoomer", "description" : "Zoom up your iFrames", "main" : "jquery.zoomer.js", "keywords" : ["jQuery Zoomer transform CSS"], "author" : {"name" : "Adam Schwartz", "email" : "[email protected]"}, "license" : "MIT"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "license": {"type": "string"}}, "required": ["name", "description", "main", "keywords", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"userId" : 98191, "cartId" : "527b07fa-0504-4b5f-9e21-f0bd6aa377db", "preferredProducts" : [3624, 307, 3220], "productReviews" : [{"productId" : 4211, "reviewText" : "talk about anticipation!", "reviewDate" : "2018-05-22T16:27:09.9071343+03:00"}, {"productId" : 4364, "reviewText" : "My neighbor Honora has one of these. She works as a reporter and she says it looks enormous.", "reviewDate" : "2017-01-27T20:25:55.1060978+02:00"}, {"productId" : 3610, "reviewText" : "one of my hobbies is drawing. and when i'm drawing this works great.", "reviewDate" : "2020-04-20T04:50:16.7090682+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#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["amaze-tool", "declutter", "image-flatify", "is-image", "whatsthis"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0xedeab579e57a7d66297d0a67302647bb109db7a8", "tool" : "manticore", "start" : 1564764148.8710332, "end" : 1564765952.3439782, "duration" : 1803.4729449748993, "analysis" : []} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"value" : "44186"} | json_instruct | {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"New_ItemID": {"type": "integer"}, "CloneTarget_ItemID": {"type": "integer"}, "AssetBundle_Name": {"type": "string"}, "VisualPrefabName": {"type": "string"}, "ArmorVisualPrefabName": {"type": "string"}, "HelmetHideFace": {"type": "boolean"}, "HelmetHideHair": {"type": "boolean"}, "ItemIconName": {"type": "string"}, "SkillTreeIconName": {"type": "string"}, "Visual_PosOffset": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}, "z": {"type": "number"}}, "required": ["x", "y", "z"]}, "Visual_RotOffset": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}, "z": {"type": "number"}}, "required": ["x", "y", "z"]}, "Name": {"type": "string"}, "Description": {"type": "string"}, "Durability": {"type": "integer"}, "BaseValue": {"type": "integer"}, "Weight": {"type": "number"}, "Cooldown": {"type": "number"}, "ManaCost": {"type": "number"}, "StaminaCost": {"type": "integer"}}, "required": ["New_ItemID", "CloneTarget_ItemID", "AssetBundle_Name", "VisualPrefabName", "ArmorVisualPrefabName", "HelmetHideFace", "HelmetHideHair", "ItemIconName", "SkillTreeIconName", "Visual_PosOffset", "Visual_RotOffset", "Name", "Description", "Durability", "BaseValue", "Weight", "Cooldown", "ManaCost", "StaminaCost"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"New_ItemID" : 8890100, "CloneTarget_ItemID" : 8200040, "AssetBundle_Name" : "", "VisualPrefabName" : "", "ArmorVisualPrefabName" : "", "HelmetHideFace" : false, "HelmetHideHair" : false, "ItemIconName" : "TendrilsIcon", "SkillTreeIconName" : "TendrilsSmall", "Visual_PosOffset" : {"x" : -1.0, "y" : -1.0, "z" : -1.0}, "Visual_RotOffset" : {"x" : -1.0, "y" : -1.0, "z" : -1.0}, "Name" : "Noxious Tendrils", "Description" : "Release a torrent of magical tendrils. Resurrected enemies under your control will also cast this spell.\n\nSuccessful hits will heal you by a small amount.", "Durability" : 1, "BaseValue" : 1, "Weight" : 1.0, "Cooldown" : 2.0, "ManaCost" : 5.0, "StaminaCost" : 0} | json_instruct | {"type": "object", "properties": {"New_ItemID": {"type": "integer"}, "CloneTarget_ItemID": {"type": "integer"}, "AssetBundle_Name": {"type": "string"}, "VisualPrefabName": {"type": "string"}, "ArmorVisualPrefabName": {"type": "string"}, "HelmetHideFace": {"type": "boolean"}, "HelmetHideHair": {"type": "boolean"}, "ItemIconName": {"type": "string"}, "SkillTreeIconName": {"type": "string"}, "Visual_PosOffset": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}, "z": {"type": "number"}}, "required": ["x", "y", "z"]}, "Visual_RotOffset": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}, "z": {"type": "number"}}, "required": ["x", "y", "z"]}, "Name": {"type": "string"}, "Description": {"type": "string"}, "Durability": {"type": "integer"}, "BaseValue": {"type": "integer"}, "Weight": {"type": "number"}, "Cooldown": {"type": "number"}, "ManaCost": {"type": "number"}, "StaminaCost": {"type": "integer"}}, "required": ["New_ItemID", "CloneTarget_ItemID", "AssetBundle_Name", "VisualPrefabName", "ArmorVisualPrefabName", "HelmetHideFace", "HelmetHideHair", "ItemIconName", "SkillTreeIconName", "Visual_PosOffset", "Visual_RotOffset", "Name", "Description", "Durability", "BaseValue", "Weight", "Cooldown", "ManaCost", "StaminaCost"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"embedding": {"type": "string"}, "model": {"type": "string"}, "extra_features": {"type": "array", "items": {"type": "string"}}, "seed": {"type": "integer"}, "results": {"type": "object", "properties": {"precision": {"type": "number"}, "recall": {"type": "number"}, "F1": {"type": "number"}, "PR AUC": {"type": "number"}, "ROC AUC": {"type": "number"}}, "required": ["precision", "recall", "F1", "PR AUC", "ROC AUC"]}, "test samples": {"type": "integer"}}, "required": ["embedding", "model", "extra_features", "seed", "results", "test samples"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"embedding" : "RuBERT", "model" : "Perceptron", "extra_features" : ["exclamation", "question", "quotes", "dotes"], "seed" : 8, "results" : {"precision" : 0.5264702585795353, "recall" : 0.9835815107802078, "F1" : 0.685839284217471, "PR AUC" : 0.5263379573790562, "ROC AUC" : 0.5156300955191728}, "test samples" : 248721} | json_instruct | {"type": "object", "properties": {"embedding": {"type": "string"}, "model": {"type": "string"}, "extra_features": {"type": "array", "items": {"type": "string"}}, "seed": {"type": "integer"}, "results": {"type": "object", "properties": {"precision": {"type": "number"}, "recall": {"type": "number"}, "F1": {"type": "number"}, "PR AUC": {"type": "number"}, "ROC AUC": {"type": "number"}}, "required": ["precision", "recall", "F1", "PR AUC", "ROC AUC"]}, "test samples": {"type": "integer"}}, "required": ["embedding", "model", "extra_features", "seed", "results", "test samples"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"body": {"type": "null"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": {"type": "null"}, "labels": {"type": "array", "items": {"type": "string"}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"body" : null, "user" : "he-b", "url" : "https://api.github.com/repos/spack/spack/issues/27706", "updated_at" : "2021-12-08 21:14:43", "created_at" : "2021-11-29 23:28:48", "closed_at" : "None", "state" : "open", "title" : "SuperLU-dist: Fix problem when using Intel OneAPI mkl static lib", "number" : 27706, "milestone" : null, "labels" : ["update-package", "e4s"], "id" : 1066609882, "html_url" : "https://github.com/spack/spack/pull/27706", "assignees" : [], "comments" : 1} | json_instruct | {"type": "object", "properties": {"body": {"type": "null"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": {"type": "null"}, "labels": {"type": "array", "items": {"type": "string"}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"contacts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "designation": {"type": "string"}, "mobile": {"type": "array", "items": {}}}, "required": ["name", "email", "designation", "mobile"]}}, "guideStarURL": {"type": "string"}, "name": {"type": "string"}, "primaryEmail": {"type": "string"}, "organisationType": {"type": "array", "items": {"type": "string"}}, "telephone": {"type": "array", "items": {"type": "string"}}, "mainAddrress": {"type": "object", "properties": {"state": {"type": "string"}, "address": {"type": "array", "items": {"type": "string"}}}, "required": ["state", "address"]}, "briefDescription": {"type": "string"}, "yearOfEstablishment": {"type": "string"}}, "required": ["contacts", "guideStarURL", "name", "primaryEmail", "organisationType", "telephone", "mainAddrress", "briefDescription", "yearOfEstablishment"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contacts" : [{"name" : "V S Abraham", "email" : "", "designation" : "", "mobile" : []}], "guideStarURL" : "http://www.guidestarindia.org/Summary.aspx?CCReg=8667", "name" : "Calvary Ministry", "primaryEmail" : "[email protected]", "organisationType" : ["Support"], "telephone" : ["919440266946", "918142151913", "918518234293"], "mainAddrress" : {"state" : "Andhra Pradesh", "address" : ["78/8-A-12-2-3-A", "Near Mayuri Homes,New Krishna Nagar", "Kurnool", "Andhra Pradesh", "518002"]}, "briefDescription" : "Vision: Empower the poor socially, Politically, Economically and culturally, Conservation of NatureMission: To implement social, economic, health, educational rural development and cultural Activities for empowerment of the poor, Conservation of Nature.", "yearOfEstablishment" : "1997"} | json_instruct | {"type": "object", "properties": {"contacts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "designation": {"type": "string"}, "mobile": {"type": "array", "items": {}}}, "required": ["name", "email", "designation", "mobile"]}}, "guideStarURL": {"type": "string"}, "name": {"type": "string"}, "primaryEmail": {"type": "string"}, "organisationType": {"type": "array", "items": {"type": "string"}}, "telephone": {"type": "array", "items": {"type": "string"}}, "mainAddrress": {"type": "object", "properties": {"state": {"type": "string"}, "address": {"type": "array", "items": {"type": "string"}}}, "required": ["state", "address"]}, "briefDescription": {"type": "string"}, "yearOfEstablishment": {"type": "string"}}, "required": ["contacts", "guideStarURL", "name", "primaryEmail", "organisationType", "telephone", "mainAddrress", "briefDescription", "yearOfEstablishment"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ast" : null, "code" : "'use strict'; // Note: adler32 takes 12% for level 0 and 2% for level 6.\n// It isn't worth it to make additional optimizations as in original.\n// Small size is preferable.\n// (C) 1995-2013 Jean-loup Gailly and Mark Adler\n// (C) 2014-2017 Vitaly Puzrin and Andrey Tupitsin\n//\n// This software is provided 'as-is', without any express or implied\n// warranty. In no event will the authors be held liable for any damages\n// arising from the use of this software.\n//\n// Permission is granted to anyone to use this software for any purpose,\n// including commercial applications, and to alter it and redistribute it\n// freely, subject to the following restrictions:\n//\n// 1. The origin of this software must not be misrepresented; you must not\n// claim that you wrote the original software. If you use this software\n// in a product, an acknowledgment in the product documentation would be\n// appreciated but is not required.\n// 2. Altered source versions must be plainly marked as such, and must not be\n// misrepresented as being the original software.\n// 3. This notice may not be removed or altered from any source distribution.\n\nfunction adler32(adler, buf, len, pos) {\n var s1 = adler & 0xffff | 0,\n s2 = adler >>> 16 & 0xffff | 0,\n n = 0;\n\n while (len !== 0) {\n // Set limit ~ twice less than 5552, to keep\n // s2 in 31-bits, because we force signed ints.\n // in other case %= will fail.\n n = len > 2000 ? 2000 : len;\n len -= n;\n\n do {\n s1 = s1 + buf[pos++] | 0;\n s2 = s2 + s1 | 0;\n } while (--n);\n\n s1 %= 65521;\n s2 %= 65521;\n }\n\n return s1 | s2 << 16 | 0;\n}\n\nmodule.exports = adler32;", "map" : null, "metadata" : {}, "sourceType" : "script"} | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "regency_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "regency_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "7405071", "regency_id" : "7405", "name" : "MORAMO UTARA"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "regency_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "regency_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"<10": {"type": "integer"}, "11-20": {"type": "integer"}, "21-30": {"type": "integer"}, "31-40": {"type": "integer"}, "41-50": {"type": "integer"}, "51-60": {"type": "integer"}, "61-70": {"type": "integer"}, "71-80": {"type": "integer"}, "81+": {"type": "integer"}}, "required": ["<10", "11-20", "21-30", "31-40", "41-50", "51-60", "61-70", "71-80", "81+"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"<10" : 2, "11-20" : 1, "21-30" : 20, "31-40" : 42, "41-50" : 121, "51-60" : 343, "61-70" : 756, "71-80" : 1218, "81+" : 1559} | json_instruct | {"type": "object", "properties": {"<10": {"type": "integer"}, "11-20": {"type": "integer"}, "21-30": {"type": "integer"}, "31-40": {"type": "integer"}, "41-50": {"type": "integer"}, "51-60": {"type": "integer"}, "61-70": {"type": "integer"}, "71-80": {"type": "integer"}, "81+": {"type": "integer"}}, "required": ["<10", "11-20", "21-30", "31-40", "41-50", "51-60", "61-70", "71-80", "81+"], "$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"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"addr:city": {"type": "string"}, "addr:country": {"type": "string"}, "addr:housenumber": {"type": "string"}, "addr:postcode": {"type": "string"}, "addr:street": {"type": "string"}, "addr:suburb": {"type": "string"}, "contact:email": {"type": "string"}, "contact:phone": {"type": "string"}, "craft": {"type": "string"}, "name": {"type": "string"}, "operator": {"type": "string"}, "id": {"type": "string"}}, "required": ["addr:city", "addr:country", "addr:housenumber", "addr:postcode", "addr:street", "addr:suburb", "contact:email", "contact:phone", "craft", "name", "operator", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "id" : "node/8099566577", "properties" : {"addr:city" : "Euskirchen", "addr:country" : "DE", "addr:housenumber" : "22", "addr:postcode" : "53881", "addr:street" : "Paul-Tillmann-Stra\u00dfe", "addr:suburb" : "Stotzheim", "contact:email" : "[email protected]", "contact:phone" : "+49 2251 1259977", "craft" : "beekeeper", "name" : "Imker Andre Engelskirchen", "operator" : "Andre Engelskirchen", "id" : "node/8099566577"}, "geometry" : {"type" : "Point", "coordinates" : [6.8135944, 50.6244452]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"addr:city": {"type": "string"}, "addr:country": {"type": "string"}, "addr:housenumber": {"type": "string"}, "addr:postcode": {"type": "string"}, "addr:street": {"type": "string"}, "addr:suburb": {"type": "string"}, "contact:email": {"type": "string"}, "contact:phone": {"type": "string"}, "craft": {"type": "string"}, "name": {"type": "string"}, "operator": {"type": "string"}, "id": {"type": "string"}}, "required": ["addr:city", "addr:country", "addr:housenumber", "addr:postcode", "addr:street", "addr:suburb", "contact:email", "contact:phone", "craft", "name", "operator", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"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" : 81709, "cartId" : "771bca7e-5154-4e45-bf82-fce72b841349", "preferredProducts" : [276, 4812, 945, 420], "productReviews" : [{"productId" : 961, "reviewText" : "talk about pleasure.", "reviewDate" : "2018-05-09T00:58:54.1916649+03:00"}, {"productId" : 4658, "reviewText" : "This protocol works so well. It imperfectly improves my baseball by a lot.", "reviewDate" : "2018-10-27T22:02:47.19475+03:00"}, {"productId" : 3454, "reviewText" : "This card works certainly well. It perfectly improves my tennis by a lot.", "reviewDate" : "2020-03-06T05:40:02.4028666+02:00"}, {"productId" : 2591, "reviewText" : "I tried to nail it but got strawberry all over it.", "reviewDate" : "2019-02-05T11:32:35.9039125+02:00"}, {"productId" : 4360, "reviewText" : "It only works when I'm South Korea.", "reviewDate" : "2018-09-02T05:06:54.6792722+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#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "integer"}, "link": {"type": "string"}, "created_at": {"type": "string"}, "downloads": {"type": "integer"}, "linkid": {"type": "string"}, "convert": {"type": "string"}, "achorname": {"type": "string"}, "subscribe": {"type": "string"}, "avatar-img": {"type": "string"}, "folderName": {"type": "string"}, "thumbUrl": {"type": "string"}}, "required": ["name", "size", "link", "created_at", "downloads", "linkid", "convert", "achorname", "subscribe", "avatar-img", "folderName", "thumbUrl"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "dasd-979_1", "size" : 1107526155, "link" : "https://streamtape.com/e/7PP08WP4mOiYPp", "created_at" : "2022\u5e7403\u670817\u65e5 17:30:38", "downloads" : 0, "linkid" : "7PP08WP4mOiYPp", "convert" : "converted", "achorname" : "\u4e38\u5b50\u5466", "subscribe" : "0\u4f4d\u8ba2\u9605\u8005", "avatar-img" : "https://huyaimg.msstatic.com/avatar/1022/07/ec5fef7c7662720286fbbb12395390_180_135.jpg?1628178596?458648", "folderName" : "DASD-979 \u5589\u3082\u30de\u25cf\u30b3\u3082\u6b7b\u306c\u307b\u3069\u8ffd\u59e6\u7a2e\u4ed8\u3051\u8abf\u6559\u3055\u308c\u3066\u2026 \u5211\u52d9\u6240\u5c02\u7528 \u5c48\u8fb1\u8089\u4fbf\u5668 \u524d\u4e43\u83dc\u83dc", "thumbUrl" : "https://assets-cdn.jable.tv/contents/videos_screenshots/22000/22475/320x180/1.jpg"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "integer"}, "link": {"type": "string"}, "created_at": {"type": "string"}, "downloads": {"type": "integer"}, "linkid": {"type": "string"}, "convert": {"type": "string"}, "achorname": {"type": "string"}, "subscribe": {"type": "string"}, "avatar-img": {"type": "string"}, "folderName": {"type": "string"}, "thumbUrl": {"type": "string"}}, "required": ["name", "size", "link", "created_at", "downloads", "linkid", "convert", "achorname", "subscribe", "avatar-img", "folderName", "thumbUrl"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"userId" : 33163, "cartId" : "ae42ec7a-6ea4-415a-b360-468460264a82", "preferredProducts" : [3306, 2200], "productReviews" : [{"productId" : 2935, "reviewText" : "this Concrete is ratty.", "reviewDate" : "2020-04-01T13:30:23.3683543+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#"} |
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" : 34, "n_trials" : 550, "objective" : "markowitz_realized_on_cube", "white" : "pymoo_unsga3", "black" : "platypus_moead", "traceback" : ["passing", "passing"], "best_val" : [4.6796749531279, 8.435170813167865], "best_x" : [[0.5045114264952714, 0.00012864620623420642, 0.5645302653182466, 0.03868164212953884, 0.005511589275838058, 0.03257890699600263, 0.55050205294903, 0.15866884825380767, 0.03295741018798759, 0.09357470678097124, 0.12098032077010057, 0.31387868958598975, 0.4684503384288504, 0.0016952369960452351, 0.002009184566928335, 0.09695877913330808, 0.5135029626513801, 0.04291691021623878, 0.015082173796128862, 0.04473819793522393, 0.001022468159828649, 0.0085525214525638, 0.4504088063906392, 0.012666353883749815, 0.0008530932190242702, 0.3108698604429825, 0.09230612879126932, 0.7035962237243045, 0.3837393516955705, 0.1290424198988941, 0.024845402924442928, 1.8259867736736268e-06, 0.2617840020296558, 0.03708991673343642], [0.05943861624002622, 0.017120435801648126, 0.40033443018678294, 0.5952754802774061, 0.4773914612162663, 0.12851493482496457, 0.6553320053928445, 0.028904042849873024, 0.7925934134961936, 0.35708567900914534, 0.023956150123254583, 0.2545061280014096, 0.11704441084437922, 0.16428903050931454, 0.03473849794462314, 0.024306283290463138, 0.8487147708250756, 0.3684460277670617, 0.014834179615013765, 0.09359747255794915, 0.09801366217234064, 0.016714964670914823, 0.4940341556492952, 0.22476843751864928, 0.6621231579782886, 0.08149256732716448, 0.6615768301156828, 0.21301525507932784, 0.06195690652258801, 0.3054126053104055, 0.2708937536588345, 0.0004459335505120343, 0.3929852043583937, 0.8351806298741339]], "feval_count" : [550, 551], "n_trials_instructed" : [550, 550], "passing" : [true, true], "completed" : true, "points" : 1.0, "winner" : "pymoo_unsga3", "loser" : "platypus_moead"} | 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#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"ID": {"type": "string"}, "post_name": {"type": "string"}, "post_title": {"type": "string"}, "post_date_gmt": {"type": "string"}, "post_modified_gmt": {"type": "string"}, "post_status": {"type": "string"}, "comment_status": {"type": "string"}, "post_type": {"type": "string"}}, "required": ["ID", "post_name", "post_title", "post_date_gmt", "post_modified_gmt", "post_status", "comment_status", "post_type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ID" : "4619", "post_name" : "flash-player-download-links", "post_title" : "Flash Player Download Links", "post_date_gmt" : "2016-02-13 01:38:25", "post_modified_gmt" : "2016-02-13 06:31:58", "post_status" : "publish", "comment_status" : "closed", "post_type" : "post"} | json_instruct | {"type": "object", "properties": {"ID": {"type": "string"}, "post_name": {"type": "string"}, "post_title": {"type": "string"}, "post_date_gmt": {"type": "string"}, "post_modified_gmt": {"type": "string"}, "post_status": {"type": "string"}, "comment_status": {"type": "string"}, "post_type": {"type": "string"}}, "required": ["ID", "post_name", "post_title", "post_date_gmt", "post_modified_gmt", "post_status", "comment_status", "post_type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "Fathomless", "definitions" : ["Unable to be measured or understood; extremely deep."], "parts-of-speech" : "Adjective"} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "130102012001", "text" : "\u6817\u5eb7\u8857\u5357\u5c45\u59d4\u4f1a"}, {"id" : "130102012002", "text" : "\u4e2d\u5c71\u4e1c\u8def\u5341\u4e94\u6761\u5c45\u59d4\u4f1a"}, {"id" : "130102012003", "text" : "\u5174\u4e1c\u8857\u5317\u5c45\u59d4\u4f1a"}, {"id" : "130102012004", "text" : "\u7701\u56db\u9662\u5c45\u59d4\u4f1a"}, {"id" : "130102012005", "text" : "\u957f\u5f81\u8857\u897f\u5c45\u59d4\u4f1a"}, {"id" : "130102012006", "text" : "\u957f\u5f81\u8857\u4e1c\u5c45\u59d4\u4f1a"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"dependencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"dependencies" : [{"name" : "totara_engage"}, {"name" : "totara_comment"}, {"name" : "editor_weka"}, {"name" : "totara_reaction"}, {"name" : "totara_playlist"}]} | json_instruct | {"type": "object", "properties": {"dependencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"serve": {"type": "string"}, "shell": {"type": "string"}, "start": {"type": "string"}, "deploy": {"type": "string"}, "logs": {"type": "string"}}, "required": ["serve", "shell", "start", "deploy", "logs"]}, "dependencies": {"type": "object", "properties": {"@google-cloud/storage": {"type": "string"}, "busboy": {"type": "string"}, "cors": {"type": "string"}, "express": {"type": "string"}, "firebase-admin": {"type": "string"}, "firebase-functions": {"type": "string"}, "libx.js": {"type": "string"}, "moment": {"type": "string"}, "request": {"type": "string"}, "websocket": {"type": "string"}}, "required": ["@google-cloud/storage", "busboy", "cors", "express", "firebase-admin", "firebase-functions", "libx.js", "moment", "request", "websocket"]}, "files": {"type": "array", "items": {"type": "string"}}, "private": {"type": "boolean"}, "devDependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "description", "engines", "scripts", "dependencies", "files", "private", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "functions", "description" : "Cloud Functions for Firebase", "engines" : {"node" : "8"}, "scripts" : {"serve" : "firebase serve --only functions", "shell" : "firebase experimental:functions:shell", "start" : "npm run shell", "deploy" : "firebase deploy --only functions", "logs" : "firebase functions:log"}, "dependencies" : {"@google-cloud/storage" : "^2.4.3", "busboy" : "^0.3.0", "cors" : "^2.8.4", "express" : "^4.16.2", "firebase-admin" : "~7.1.0", "firebase-functions" : "^2.2.0", "libx.js" : "0.0.62", "moment" : "^2.24.0", "request" : "^2.85.0", "websocket" : "^1.0.28"}, "files" : ["build/**"], "private" : true, "devDependencies" : {}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"serve": {"type": "string"}, "shell": {"type": "string"}, "start": {"type": "string"}, "deploy": {"type": "string"}, "logs": {"type": "string"}}, "required": ["serve", "shell", "start", "deploy", "logs"]}, "dependencies": {"type": "object", "properties": {"@google-cloud/storage": {"type": "string"}, "busboy": {"type": "string"}, "cors": {"type": "string"}, "express": {"type": "string"}, "firebase-admin": {"type": "string"}, "firebase-functions": {"type": "string"}, "libx.js": {"type": "string"}, "moment": {"type": "string"}, "request": {"type": "string"}, "websocket": {"type": "string"}}, "required": ["@google-cloud/storage", "busboy", "cors", "express", "firebase-admin", "firebase-functions", "libx.js", "moment", "request", "websocket"]}, "files": {"type": "array", "items": {"type": "string"}}, "private": {"type": "boolean"}, "devDependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "description", "engines", "scripts", "dependencies", "files", "private", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"mock-api": {"type": "string"}}, "required": ["mock-api"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"json-server": {"type": "string"}}, "required": ["json-server"]}}, "required": ["name", "version", "description", "scripts", "repository", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "beiq", "version" : "1.0.0", "description" : "The mock-api server can be ran with json-server. To install it:", "scripts" : {"mock-api" : "json-server mock-api.json"}, "repository" : {"type" : "git", "url" : "git+https://github.com/MeritOpenSource/beiq.git"}, "license" : "MIT", "bugs" : {"url" : "https://github.com/MeritOpenSource/beiq/issues"}, "homepage" : "https://github.com/MeritOpenSource/beiq#readme", "dependencies" : {"json-server" : "^0.17.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"mock-api": {"type": "string"}}, "required": ["mock-api"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"json-server": {"type": "string"}}, "required": ["json-server"]}}, "required": ["name", "version", "description", "scripts", "repository", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "url", "email"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "license": {"type": "string"}, "browserslist": {"type": "array", "items": {"type": "string"}}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/polyfill": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "browser-sync": {"type": "string"}, "core-js": {"type": "string"}, "eslint-config-airbnb-base": {"type": "string"}, "gulp": {"type": "string"}, "gulp-autoprefixer": {"type": "string"}, "gulp-babel": {"type": "string"}, "gulp-concat": {"type": "string"}, "gulp-csso": {"type": "string"}, "gulp-eslint": {"type": "string"}, "gulp-sass": {"type": "string"}, "gulp-terser": {"type": "string"}, "gulp-uglify": {"type": "string"}, "prismjs": {"type": "string"}, "uglify-save-license": {"type": "string"}}, "required": ["@babel/core", "@babel/polyfill", "@babel/preset-env", "browser-sync", "core-js", "eslint-config-airbnb-base", "gulp", "gulp-autoprefixer", "gulp-babel", "gulp-concat", "gulp-csso", "gulp-eslint", "gulp-sass", "gulp-terser", "gulp-uglify", "prismjs", "uglify-save-license"]}}, "required": ["name", "description", "version", "homepage", "author", "keywords", "repository", "bugs", "license", "browserslist", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "simplycountdown.js", "description" : "Tiny Javascript Countdown", "version" : "1.7.0", "homepage" : "http://vincentloy.github.io/simplyCountdown.js", "author" : {"name" : "Vincent Loy", "url" : "https://vincent-loy.fr", "email" : "[email protected]"}, "keywords" : ["simplyCountdown", "countdown", "countup", "clock", "jquery", "vanilla", "plugin"], "repository" : {"type" : "git", "url" : "https://github.com/VincentLoy/simplyCountdown.js"}, "bugs" : {"url" : "https://github.com/VincentLoy/simplyCountdown.js/issues"}, "license" : "MIT", "browserslist" : ["defaults"], "devDependencies" : {"@babel/core" : "^7.1.6", "@babel/polyfill" : "^7.0.0", "@babel/preset-env" : "^7.1.6", "browser-sync" : "^2.26.3", "core-js" : "^2.5.7", "eslint-config-airbnb-base" : "^13.1.0", "gulp" : "^4.0.2", "gulp-autoprefixer" : "^7.0.1", "gulp-babel" : "^8.0.0", "gulp-concat" : "^2.6.1", "gulp-csso" : "^3.0.1", "gulp-eslint" : "^5.0.0", "gulp-sass" : "^4.0.2", "gulp-terser" : "^1.1.5", "gulp-uglify" : "^3.0.1", "prismjs" : "^1.15.0", "uglify-save-license" : "^0.4.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "url", "email"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "license": {"type": "string"}, "browserslist": {"type": "array", "items": {"type": "string"}}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/polyfill": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "browser-sync": {"type": "string"}, "core-js": {"type": "string"}, "eslint-config-airbnb-base": {"type": "string"}, "gulp": {"type": "string"}, "gulp-autoprefixer": {"type": "string"}, "gulp-babel": {"type": "string"}, "gulp-concat": {"type": "string"}, "gulp-csso": {"type": "string"}, "gulp-eslint": {"type": "string"}, "gulp-sass": {"type": "string"}, "gulp-terser": {"type": "string"}, "gulp-uglify": {"type": "string"}, "prismjs": {"type": "string"}, "uglify-save-license": {"type": "string"}}, "required": ["@babel/core", "@babel/polyfill", "@babel/preset-env", "browser-sync", "core-js", "eslint-config-airbnb-base", "gulp", "gulp-autoprefixer", "gulp-babel", "gulp-concat", "gulp-csso", "gulp-eslint", "gulp-sass", "gulp-terser", "gulp-uglify", "prismjs", "uglify-save-license"]}}, "required": ["name", "description", "version", "homepage", "author", "keywords", "repository", "bugs", "license", "browserslist", "devDependencies"], "$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"}, "meaning": {"type": "string"}, "translations": {"type": "object", "properties": {"swe": {"type": "string"}, "fin": {"type": "string"}, "deu": {"type": "string"}, "rus": {"type": "string"}, "heb": {"type": "string"}}, "required": ["swe", "fin", "deu", "rus", "heb"]}, "sex": {"type": "string"}}, "required": ["name", "meaning", "translations", "sex"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "karl", "meaning" : "In Scandinavian the meaning of the name Karl is: Man; manly.", "translations" : {"swe" : "kahl", "fin" : "kahrl", "deu" : "karl", "rus" : "\u043a\u0430\u0440\u043b", "heb" : "\u05db\u05d0\u05e8\u05dc"}, "sex" : "m"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "meaning": {"type": "string"}, "translations": {"type": "object", "properties": {"swe": {"type": "string"}, "fin": {"type": "string"}, "deu": {"type": "string"}, "rus": {"type": "string"}, "heb": {"type": "string"}}, "required": ["swe", "fin", "deu", "rus", "heb"]}, "sex": {"type": "string"}}, "required": ["name", "meaning", "translations", "sex"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}, "description": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}, "image": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}}, "required": ["name", "description", "image"]}}, "required": ["title", "type", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Asset Metadata", "type" : "object", "properties" : {"name" : {"type" : "string", "description" : "Identifies the asset to which this NFT represents"}, "description" : {"type" : "string", "description" : "Describes the asset to which this NFT represents"}, "image" : {"type" : "string", "description" : "A URI pointing to a resource with mime type image/* representing the asset to which this NFT represents. Consider making any images at a width between 320 and 1080 pixels and aspect ratio between 1.91:1 and 4:5 inclusive."}}} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}, "description": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}, "image": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}}, "required": ["name", "description", "image"]}}, "required": ["title", "type", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}}, "required": ["name", "symbol", "decimals", "address", "chainId"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Token DxvT", "symbol" : "DxvT1", "decimals" : 6, "address" : "DxvT1v17g8xiRPn3bDcwBCzTZX3J8eaC7BNyVgFzmAX7", "chainId" : 103} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}}, "required": ["name", "symbol", "decimals", "address", "chainId"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "minimum-stability": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}, "role": {"type": "string"}}, "required": ["name", "homepage", "role"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "beberlei/assert": {"type": "string"}, "prooph/event-sourcing": {"type": "string"}, "prooph/event-store-bus-bridge": {"type": "string"}, "prooph/pdo-event-store": {"type": "string"}, "prooph/pdo-snapshot-store": {"type": "string"}, "prooph/snapshotter": {"type": "string"}, "psr/log": {"type": "string"}, "ramsey/uuid": {"type": "string"}, "react/promise": {"type": "string"}}, "required": ["php", "beberlei/assert", "prooph/event-sourcing", "prooph/event-store-bus-bridge", "prooph/pdo-event-store", "prooph/pdo-snapshot-store", "prooph/snapshotter", "psr/log", "ramsey/uuid", "react/promise"]}, "suggest": {"type": "object", "properties": {"mongodb/mongodb": {"type": "string"}, "php-amqplib/php-amqplib": {"type": "string"}, "ext-pdo_mysql": {"type": "string"}}, "required": ["mongodb/mongodb", "php-amqplib/php-amqplib", "ext-pdo_mysql"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"AveProophPackage\\": {"type": "string"}}, "required": ["AveProophPackage\\"]}}, "required": ["psr-4"]}}, "required": ["name", "type", "description", "license", "keywords", "homepage", "minimum-stability", "authors", "require", "suggest", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "averor/prooph-package", "type" : "library", "description" : "Predefined Prooph package with custom helpers", "license" : "MIT", "keywords" : ["prooph", "cqrs"], "homepage" : "http://averor.github.io/prooph-package/", "minimum-stability" : "stable", "authors" : [{"name" : "Averor", "homepage" : "https://github.com/averor", "role" : "Developer"}], "require" : {"php" : ">=7.1", "beberlei/assert" : "^2.7", "prooph/event-sourcing" : "^5.2", "prooph/event-store-bus-bridge" : "^3.0", "prooph/pdo-event-store" : "^1.5", "prooph/pdo-snapshot-store" : "^1.3", "prooph/snapshotter" : "^2.0", "psr/log" : "^1.0", "ramsey/uuid" : "^3.7", "react/promise" : "^2.5"}, "suggest" : {"mongodb/mongodb" : "^1.2 For MongoDB based projections", "php-amqplib/php-amqplib" : "^2.7 For AMQP EventBus", "ext-pdo_mysql" : "* Needed by event-sourcing components"}, "autoload" : {"psr-4" : {"AveProophPackage\\" : "src/AveProophPackage"}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "minimum-stability": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}, "role": {"type": "string"}}, "required": ["name", "homepage", "role"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "beberlei/assert": {"type": "string"}, "prooph/event-sourcing": {"type": "string"}, "prooph/event-store-bus-bridge": {"type": "string"}, "prooph/pdo-event-store": {"type": "string"}, "prooph/pdo-snapshot-store": {"type": "string"}, "prooph/snapshotter": {"type": "string"}, "psr/log": {"type": "string"}, "ramsey/uuid": {"type": "string"}, "react/promise": {"type": "string"}}, "required": ["php", "beberlei/assert", "prooph/event-sourcing", "prooph/event-store-bus-bridge", "prooph/pdo-event-store", "prooph/pdo-snapshot-store", "prooph/snapshotter", "psr/log", "ramsey/uuid", "react/promise"]}, "suggest": {"type": "object", "properties": {"mongodb/mongodb": {"type": "string"}, "php-amqplib/php-amqplib": {"type": "string"}, "ext-pdo_mysql": {"type": "string"}}, "required": ["mongodb/mongodb", "php-amqplib/php-amqplib", "ext-pdo_mysql"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"AveProophPackage\\": {"type": "string"}}, "required": ["AveProophPackage\\"]}}, "required": ["psr-4"]}}, "required": ["name", "type", "description", "license", "keywords", "homepage", "minimum-stability", "authors", "require", "suggest", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "permissions": {"type": "array", "items": {"type": "string"}}, "web_accessible_resources": {"type": "array", "items": {"type": "string"}}, "background": {"type": "object", "properties": {"page": {"type": "string"}, "persistent": {"type": "boolean"}}, "required": ["page", "persistent"]}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"matches": {"type": "array", "items": {"type": "string"}}, "js": {"type": "array", "items": {"type": "string"}}}, "required": ["matches", "js"]}}, "browser_action": {"type": "object", "properties": {"default_title": {"type": "string"}, "default_icon": {"type": "string"}}, "required": ["default_title", "default_icon"]}, "icons": {"type": "object", "properties": {"128": {"type": "string"}}, "required": ["128"]}, "manifest_version": {"type": "integer"}}, "required": ["name", "version", "description", "permissions", "web_accessible_resources", "background", "content_scripts", "browser_action", "icons", "manifest_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Link Skimmer", "version" : "1.2.0.1", "description" : "Link skimmer is a QA testing tool. It skims the links on your site reporting errors or terms you specifiy, eg '404', 'stack trace'", "permissions" : ["notifications", "tabs"], "web_accessible_resources" : ["jquery-3.2.1.slim.min.js", "popper.min.js", "bootstrap.min.js"], "background" : {"page" : "background.html", "persistent" : true}, "content_scripts" : [{"matches" : ["<all_urls>"], "js" : ["jquery-3.2.1.min.js", "content.js"]}], "browser_action" : {"default_title" : "Link Skimmer", "default_icon" : "SiteSkimmerIconTwo128border.png"}, "icons" : {"128" : "SiteSkimmerIconTwo128border.png"}, "manifest_version" : 2} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "permissions": {"type": "array", "items": {"type": "string"}}, "web_accessible_resources": {"type": "array", "items": {"type": "string"}}, "background": {"type": "object", "properties": {"page": {"type": "string"}, "persistent": {"type": "boolean"}}, "required": ["page", "persistent"]}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"matches": {"type": "array", "items": {"type": "string"}}, "js": {"type": "array", "items": {"type": "string"}}}, "required": ["matches", "js"]}}, "browser_action": {"type": "object", "properties": {"default_title": {"type": "string"}, "default_icon": {"type": "string"}}, "required": ["default_title", "default_icon"]}, "icons": {"type": "object", "properties": {"128": {"type": "string"}}, "required": ["128"]}, "manifest_version": {"type": "integer"}}, "required": ["name", "version", "description", "permissions", "web_accessible_resources", "background", "content_scripts", "browser_action", "icons", "manifest_version"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "dusken", "definition" : "To make dusk or obscure. [R.] Not utterly defaced, but only duskened. Nicolls."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}, "s": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e", "s"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"t" : "pasorot", "h" : [{"d" : [{"f" : "\u52df\u6350\u3001\u7c4c\u96c6\u3001\u6350\u8d08\u3002", "e" : ["\ufff9`Pa~`sorot~ `to~ `payso~.\ufffa\ufffb\u6350\u6b3e\u3002"], "s" : ["`pasolot~"]}]}], "stem" : "sorot"} | json_instruct | {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}, "s": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e", "s"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "despoil", "definition" : "1. To strip, as of clothing; to divest or unclothe. [Obs.] Chaucer. 2. To deprive for spoil; to plunder; to rob; to pillage; to strip; to divest; -- usually followed by of. The clothed earth is then bare, Despoiled is the summer fair. Gower. A law which restored to them an immense domain of which they had been despoiled. Macaulay. Despoiled of innocence, of faith, of bliss. Milton. Syn. -- To strip; deprive; rob; bereave; rifle.\n\nSpoil. [Obs.] Wolsey."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "pretest": {"type": "string"}, "test": {"type": "string"}, "start": {"type": "string"}}, "required": ["build", "pretest", "test", "start"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"inspirational-quotes": {"type": "string"}, "node-base64-image": {"type": "string"}, "twitter": {"type": "string"}}, "required": ["inspirational-quotes", "node-base64-image", "twitter"]}, "devDependencies": {"type": "object", "properties": {"mocha": {"type": "string"}}, "required": ["mocha"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "quotter", "version" : "1.0.0", "description" : "A twitter bot which tweets random motivational quotes with image", "main" : "src/tweet.js", "scripts" : {"build" : "mocha tests/pre.js && mocha tests/test.js && node src/tweet.js", "pretest" : "mocha tests/pre.js", "test" : "mocha tests/test.js", "start" : "node src/tweet.js"}, "repository" : {"type" : "git", "url" : "git+https://github.com/vinitshahdeo/Quotter.git"}, "keywords" : ["twitter", "bot", "motivation", "tweet", "hashtags", "inspirational", "quotes"], "author" : "Vinit Shahdeo <[email protected]>", "license" : "MIT", "bugs" : {"url" : "https://github.com/vinitshahdeo/TwitterBot/issues"}, "homepage" : "https://vinitshahdeo.github.io/Quotter/", "dependencies" : {"inspirational-quotes" : "1.0.8", "node-base64-image" : "^1.0.4", "twitter" : "1.7.1"}, "devDependencies" : {"mocha" : "^5.2.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "pretest": {"type": "string"}, "test": {"type": "string"}, "start": {"type": "string"}}, "required": ["build", "pretest", "test", "start"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"inspirational-quotes": {"type": "string"}, "node-base64-image": {"type": "string"}, "twitter": {"type": "string"}}, "required": ["inspirational-quotes", "node-base64-image", "twitter"]}, "devDependencies": {"type": "object", "properties": {"mocha": {"type": "string"}}, "required": ["mocha"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "integer"}}, "required": ["host", "port"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"host" : "dev-db.tellstory.cloud", "port" : 12345} | json_instruct | {"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "integer"}}, "required": ["host", "port"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "logo": {"type": "string"}, "repository": {"type": "string"}, "scripts": {"type": "object", "properties": {"postdeploy": {"type": "string"}}, "required": ["postdeploy"]}, "success_url": {"type": "string"}, "addons": {"type": "array", "items": {"type": "string"}}, "env": {"type": "object", "properties": {"APP_PUBLIC_URL": {"type": "object", "properties": {"description": {"type": "string"}, "value": {"type": "string"}}, "required": ["description", "value"]}}, "required": ["APP_PUBLIC_URL"]}}, "required": ["name", "description", "logo", "repository", "scripts", "success_url", "addons", "env"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Deploy Ghost V4 on Heroku", "description" : "Deploy latest Ghost v4 on Heroku", "logo" : "https://ghost.org/images/docs/logos/ghost-logo-orb.png", "repository" : "https://github.com/thelovekesh/ghost-v4-on-heroku", "scripts" : {"postdeploy" : "bin/init-deployment"}, "success_url" : "/ghost", "addons" : ["jawsdb", "mailgun"], "env" : {"APP_PUBLIC_URL" : {"description" : "Complete URL of your app including https (You can change it later in Config Vars)", "value" : "https://YOURAPPNAME.herokuapp.com"}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "logo": {"type": "string"}, "repository": {"type": "string"}, "scripts": {"type": "object", "properties": {"postdeploy": {"type": "string"}}, "required": ["postdeploy"]}, "success_url": {"type": "string"}, "addons": {"type": "array", "items": {"type": "string"}}, "env": {"type": "object", "properties": {"APP_PUBLIC_URL": {"type": "object", "properties": {"description": {"type": "string"}, "value": {"type": "string"}}, "required": ["description", "value"]}}, "required": ["APP_PUBLIC_URL"]}}, "required": ["name", "description", "logo", "repository", "scripts", "success_url", "addons", "env"], "$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#"}
| [[1996, 6], [2002, 5], [2004, 5], [2006, 5], [2013, 5]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"abstract": {"type": "string"}, "author": {"type": "string"}, "date": {"type": "integer"}, "doi": {"type": "string"}, "identifiers": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "title": {"type": "string"}, "funding": {"type": "array", "items": {"type": "object", "properties": {"award-group": {"type": "array", "items": {}}, "funding-statement": {"type": "string"}}, "required": ["award-group", "funding-statement"]}}}, "required": ["abstract", "author", "date", "doi", "identifiers", "title", "funding"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"abstract" : "Background and Objective: To predict the epidemic of COVID-19 based on quarantined surveillance from real world in China by modified SEIR model different from the previous simply mathematical model. Design and Methods: We forecasted the epidemic of COVID-19 based on current clinical and epidemiological data and built a modified SEIR model to consider both the infectivity during incubation period and the influence on the epidemic from strict quarantined measures. Results: The peak time of the curve for the infected newly diagnosed as COVID-19 should substantially present on Feb.5,2020(in non-Hubei areas) and Feb.19,2020(in Hubei. It is estimated that the peak of the curve of the cumulative confirmed cases will appear in non-Hubei areas on Mar.3,2020 and in Hubei province on Mar.10,2020,and the total number of the patients diagnosed as COVID-19 is 18,000 in non-Hubei areas and 78,000-96,000 in Hubei.The Chinese COVID-19 epidemic can be completely controlled in May,2020. Conclusions: COVID-19 is only a local outbreak in Hubei Province,China.It can be probably avoided the pandemic of global SARS-CoV-2 cases rise with the great efforts by Chinese government and its people.", "author" : "Rui Li; Ozarina Muqimova; Gang Wei; Peihua Feng; Xifei Yang; Wenliang Lu; Xiaoping Chen", "date" : 2020, "doi" : "10.1101/2020.02.27.20027169", "identifiers" : {"url" : "http://medrxiv.org/cgi/content/short/2020.02.27.20027169"}, "title" : "Prediction of the Epidemic of COVID-19 Based on Quarantined Surveillance in China", "funding" : [{"award-group" : [], "funding-statement" : "There is no financial support."}]} | json_instruct | {"type": "object", "properties": {"abstract": {"type": "string"}, "author": {"type": "string"}, "date": {"type": "integer"}, "doi": {"type": "string"}, "identifiers": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "title": {"type": "string"}, "funding": {"type": "array", "items": {"type": "object", "properties": {"award-group": {"type": "array", "items": {}}, "funding-statement": {"type": "string"}}, "required": ["award-group", "funding-statement"]}}}, "required": ["abstract", "author", "date", "doi", "identifiers", "title", "funding"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"url": {"type": "string"}, "html_url": {"type": "string"}, "issue_url": {"type": "string"}, "id": {"type": "integer"}, "user": {"type": "object", "properties": {"login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "gravatar_id": {"type": "string"}, "url": {"type": "string"}, "html_url": {"type": "string"}, "followers_url": {"type": "string"}, "following_url": {"type": "string"}, "gists_url": {"type": "string"}, "starred_url": {"type": "string"}, "subscriptions_url": {"type": "string"}, "organizations_url": {"type": "string"}, "repos_url": {"type": "string"}, "events_url": {"type": "string"}, "received_events_url": {"type": "string"}, "type": {"type": "string"}, "site_admin": {"type": "boolean"}}, "required": ["login", "id", "avatar_url", "gravatar_id", "url", "html_url", "followers_url", "following_url", "gists_url", "starred_url", "subscriptions_url", "organizations_url", "repos_url", "events_url", "received_events_url", "type", "site_admin"]}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "author_association": {"type": "string"}, "body": {"type": "string"}}, "required": ["url", "html_url", "issue_url", "id", "user", "created_at", "updated_at", "author_association", "body"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"url" : "https://api.github.com/repos/facebook/react/issues/comments/342920007", "html_url" : "https://github.com/facebook/react/pull/11489#issuecomment-342920007", "issue_url" : "https://api.github.com/repos/facebook/react/issues/11489", "id" : 1, "user" : {"login" : "gaearon", "id" : 810438, "avatar_url" : "https://avatars0.githubusercontent.com/u/810438?v=4", "gravatar_id" : "", "url" : "https://api.github.com/users/gaearon", "html_url" : "https://github.com/gaearon", "followers_url" : "https://api.github.com/users/gaearon/followers", "following_url" : "https://api.github.com/users/gaearon/following{/other_user}", "gists_url" : "https://api.github.com/users/gaearon/gists{/gist_id}", "starred_url" : "https://api.github.com/users/gaearon/starred{/owner}{/repo}", "subscriptions_url" : "https://api.github.com/users/gaearon/subscriptions", "organizations_url" : "https://api.github.com/users/gaearon/orgs", "repos_url" : "https://api.github.com/users/gaearon/repos", "events_url" : "https://api.github.com/users/gaearon/events{/privacy}", "received_events_url" : "https://api.github.com/users/gaearon/received_events", "type" : "User", "site_admin" : false}, "created_at" : "2017-11-08T18:48:21Z", "updated_at" : "2017-11-08T18:48:21Z", "author_association" : "MEMBER", "body" : "Thanks"} | json_instruct | {"type": "object", "properties": {"url": {"type": "string"}, "html_url": {"type": "string"}, "issue_url": {"type": "string"}, "id": {"type": "integer"}, "user": {"type": "object", "properties": {"login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "gravatar_id": {"type": "string"}, "url": {"type": "string"}, "html_url": {"type": "string"}, "followers_url": {"type": "string"}, "following_url": {"type": "string"}, "gists_url": {"type": "string"}, "starred_url": {"type": "string"}, "subscriptions_url": {"type": "string"}, "organizations_url": {"type": "string"}, "repos_url": {"type": "string"}, "events_url": {"type": "string"}, "received_events_url": {"type": "string"}, "type": {"type": "string"}, "site_admin": {"type": "boolean"}}, "required": ["login", "id", "avatar_url", "gravatar_id", "url", "html_url", "followers_url", "following_url", "gists_url", "starred_url", "subscriptions_url", "organizations_url", "repos_url", "events_url", "received_events_url", "type", "site_admin"]}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "author_association": {"type": "string"}, "body": {"type": "string"}}, "required": ["url", "html_url", "issue_url", "id", "user", "created_at", "updated_at", "author_association", "body"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "reasons": {"type": "array", "items": {}}, "status": {"type": "string"}, "risk_level": {"type": "string"}, "start_date": {"type": "string"}, "end_date": {"type": "string"}, "summary": {"type": "string"}, "establishment": {"type": "null"}, "impacted_products": {"type": "array", "items": {}}, "quantity_recovered": {"type": "integer"}, "quantity_unit": {"type": "string"}, "states": {"type": "null"}}, "required": ["id", "title", "url", "reasons", "status", "risk_level", "start_date", "end_date", "summary", "establishment", "impacted_products", "quantity_recovered", "quantity_unit", "states"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "098-2015", "title" : "Bassett and Walker International, Inc. Recall Beef Products Produced Without Benefit of Import Inspection", "url" : "https://www.fsis.usda.gov/recalls-alerts/bassett-and-walker-international-inc.-recall-beef-products-produced-without-benefit", "reasons" : [], "status" : "Closed", "risk_level" : "High", "start_date" : "2015-07-07", "end_date" : "2016-06-08", "summary" : "WASHINGTON, July 7, 2015 Bassett & Walker International, Inc., a Toronto, Canada, establishment, is recalling approximately 1,540 pounds of beef lip products produced in Australia that were not presented at the U.S. point of entry for inspection, the U.S. Department of Agricultures Food Safety and...", "establishment" : null, "impacted_products" : [], "quantity_recovered" : 1045, "quantity_unit" : "pounds", "states" : null} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "reasons": {"type": "array", "items": {}}, "status": {"type": "string"}, "risk_level": {"type": "string"}, "start_date": {"type": "string"}, "end_date": {"type": "string"}, "summary": {"type": "string"}, "establishment": {"type": "null"}, "impacted_products": {"type": "array", "items": {}}, "quantity_recovered": {"type": "integer"}, "quantity_unit": {"type": "string"}, "states": {"type": "null"}}, "required": ["id", "title", "url", "reasons", "status", "risk_level", "start_date", "end_date", "summary", "establishment", "impacted_products", "quantity_recovered", "quantity_unit", "states"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"title": {"type": "string"}, "creation_date": {"type": "string"}, "creation_date_earliest": {"type": "string"}, "creation_date_latest": {"type": "string"}, "medium": {"type": "string"}, "accession_number": {"type": "string"}, "id": {"type": "string"}, "credit_line": {"type": "string"}, "date_acquired": {"type": "string"}, "department": {"type": "string"}, "physical_location": {"type": "string"}, "item_width": {"type": "number"}, "item_height": {"type": "number"}, "item_depth": {"type": "number"}, "item_diameter": {"type": "number"}, "web_url": {"type": "string"}, "provenance_text": {"type": "string"}, "classification": {"type": "string"}, "images": {"type": "array", "items": {"type": "object", "properties": {"image_url": {"type": "string"}}, "required": ["image_url"]}}, "creator": {"type": "array", "items": {"type": "object", "properties": {"artist_id": {"type": "string"}, "party_type": {"type": "string"}, "full_name": {"type": "string"}, "cited_name": {"type": "string"}, "role": {"type": "null"}, "nationality": {"type": "string"}, "birth_date": {"type": "string"}, "death_date": {"type": "string"}, "birth_place": {"type": "string"}, "death_place": {"type": "string"}}, "required": ["artist_id", "party_type", "full_name", "cited_name", "role", "nationality", "birth_date", "death_date", "birth_place", "death_place"]}}}, "required": ["title", "creation_date", "creation_date_earliest", "creation_date_latest", "medium", "accession_number", "id", "credit_line", "date_acquired", "department", "physical_location", "item_width", "item_height", "item_depth", "item_diameter", "web_url", "provenance_text", "classification", "images", "creator"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "The Peddler", "creation_date" : "c. 1930", "creation_date_earliest" : "1925-01-01", "creation_date_latest" : "1935-01-01", "medium" : "graphite, crayon and watercolor on paper", "accession_number" : "1998.12", "id" : "cmoa:things/9f772bdb-cb11-4825-a97e-c9fdfca094cc", "credit_line" : "Gift of Carol and Herbert Diamond", "date_acquired" : "1998-02-05", "department" : "Fine Arts", "physical_location" : "Not on View", "item_width" : 19.25, "item_height" : 14.25, "item_depth" : 0.0, "item_diameter" : 0.0, "web_url" : "http://collection.cmoa.org/CollectionDetail.aspx?item=1003593", "provenance_text" : "Gift of Carol and Herbert Diamond, Pittsburgh, PA, 1998.", "classification" : "drawings and watercolors", "images" : [{"image_url" : "http://collection.cmoa.org/CollectionImage.aspx?irn=89465&size=Medium"}], "creator" : [{"artist_id" : "cmoa:parties/23718c3c-4733-4135-95d3-620e8324864e", "party_type" : "Person", "full_name" : "Don Freeman", "cited_name" : "Freeman, Don", "role" : null, "nationality" : "American", "birth_date" : "1908-01-01", "death_date" : "1978-01-01", "birth_place" : "San Diego, CA", "death_place" : "New York City"}]} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "creation_date": {"type": "string"}, "creation_date_earliest": {"type": "string"}, "creation_date_latest": {"type": "string"}, "medium": {"type": "string"}, "accession_number": {"type": "string"}, "id": {"type": "string"}, "credit_line": {"type": "string"}, "date_acquired": {"type": "string"}, "department": {"type": "string"}, "physical_location": {"type": "string"}, "item_width": {"type": "number"}, "item_height": {"type": "number"}, "item_depth": {"type": "number"}, "item_diameter": {"type": "number"}, "web_url": {"type": "string"}, "provenance_text": {"type": "string"}, "classification": {"type": "string"}, "images": {"type": "array", "items": {"type": "object", "properties": {"image_url": {"type": "string"}}, "required": ["image_url"]}}, "creator": {"type": "array", "items": {"type": "object", "properties": {"artist_id": {"type": "string"}, "party_type": {"type": "string"}, "full_name": {"type": "string"}, "cited_name": {"type": "string"}, "role": {"type": "null"}, "nationality": {"type": "string"}, "birth_date": {"type": "string"}, "death_date": {"type": "string"}, "birth_place": {"type": "string"}, "death_place": {"type": "string"}}, "required": ["artist_id", "party_type", "full_name", "cited_name", "role", "nationality", "birth_date", "death_date", "birth_place", "death_place"]}}}, "required": ["title", "creation_date", "creation_date_earliest", "creation_date_latest", "medium", "accession_number", "id", "credit_line", "date_acquired", "department", "physical_location", "item_width", "item_height", "item_depth", "item_diameter", "web_url", "provenance_text", "classification", "images", "creator"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}, "tms:id": {"type": "string"}, "accession_number": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "department_id": {"type": "string"}, "period_id": {"type": "null"}, "media_id": {"type": "string"}, "type_id": {"type": "string"}, "date": {"type": "string"}, "year_start": {"type": "string"}, "year_end": {"type": "string"}, "year_acquired": {"type": "string"}, "decade": {"type": "string"}, "woe:country": {"type": "string"}, "medium": {"type": "string"}, "markings": {"type": "null"}, "signed": {"type": "null"}, "inscribed": {"type": "string"}, "provenance": {"type": "null"}, "dimensions": {"type": "string"}, "creditline": {"type": "string"}, "description": {"type": "string"}, "justification": {"type": "null"}, "type": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "images": {"type": "array", "items": {}}, "participants": {"type": "array", "items": {}}, "tombstone": {"type": "object", "properties": {"epitaph": {"type": "string"}}, "required": ["epitaph"]}, "colors": {"type": "array", "items": {}}}, "required": ["id", "tms:id", "accession_number", "title", "url", "department_id", "period_id", "media_id", "type_id", "date", "year_start", "year_end", "year_acquired", "decade", "woe:country", "medium", "markings", "signed", "inscribed", "provenance", "dimensions", "creditline", "description", "justification", "type", "images", "participants", "tombstone", "colors"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "18493343", "tms:id" : "157561", "accession_number" : "1977-81-8", "title" : "Couture Embroidery Sample, 1930\u201339", "url" : "http://collection.cooperhewitt.org/objects/18493343/", "department_id" : "35347501", "period_id" : null, "media_id" : "51587615", "type_id" : "35284083", "date" : "1930\u201339", "year_start" : "1930", "year_end" : "1939", "year_acquired" : "1977", "decade" : "1930", "woe:country" : "23424977", "medium" : "Medium: linen, cording\nTechnique: embroidery on plain weave", "markings" : null, "signed" : null, "inscribed" : "\"Bonaz\nEmbroidery\nCording\"", "provenance" : null, "dimensions" : "H x W: 54 x 37.5 cm (21 1/4 x 14 3/4 in.)", "creditline" : "Gift of David Glickman", "description" : "Chartreuse fabric cut from a former woman's jacket embroidered with a Russian scene with a building, people, and onion domes in floating clouds. Embroidery worked in red, blue, green, white, and black cord.", "justification" : null, "type" : {"id" : "35284083", "name" : "Couture embroidery sample"}, "images" : [], "participants" : [], "tombstone" : {"epitaph" : "Couture Embroidery Sample, 1930\u201339.\n1930\u201339. Medium: linen, cording\nTechnique: embroidery on plain weave. Gift of David Glickman. 1977-81-8."}, "colors" : []} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "tms:id": {"type": "string"}, "accession_number": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "department_id": {"type": "string"}, "period_id": {"type": "null"}, "media_id": {"type": "string"}, "type_id": {"type": "string"}, "date": {"type": "string"}, "year_start": {"type": "string"}, "year_end": {"type": "string"}, "year_acquired": {"type": "string"}, "decade": {"type": "string"}, "woe:country": {"type": "string"}, "medium": {"type": "string"}, "markings": {"type": "null"}, "signed": {"type": "null"}, "inscribed": {"type": "string"}, "provenance": {"type": "null"}, "dimensions": {"type": "string"}, "creditline": {"type": "string"}, "description": {"type": "string"}, "justification": {"type": "null"}, "type": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "images": {"type": "array", "items": {}}, "participants": {"type": "array", "items": {}}, "tombstone": {"type": "object", "properties": {"epitaph": {"type": "string"}}, "required": ["epitaph"]}, "colors": {"type": "array", "items": {}}}, "required": ["id", "tms:id", "accession_number", "title", "url", "department_id", "period_id", "media_id", "type_id", "date", "year_start", "year_end", "year_acquired", "decade", "woe:country", "medium", "markings", "signed", "inscribed", "provenance", "dimensions", "creditline", "description", "justification", "type", "images", "participants", "tombstone", "colors"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"\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" : "\u5178\u8b19\u5de5\u696d\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99660328", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "08410011310321", "\u5de5\u5ee0\u5730\u5740" : "\u81fa\u5357\u5e02\u6c38\u5eb7\u5340\u5c1a\u9802\u91cc\u6b63\u5357\u4e00\u885792\u5df737\u5f048\u300110\u865f", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc" : "\u81fa\u5357\u5e02\u6c38\u5eb7\u5340\u5c1a\u9802\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d" : "\u8a79\u671d\u6210\u3000\u3000\u3000", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f" : "89642718", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b" : "\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f" : "0841006", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f" : "0841020", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b" : "\u751f\u7522\u4e2d", "\u7522\u696d\u985e\u5225" : ["25\u91d1\u5c6c\u88fd\u54c1\u88fd\u9020\u696d", "30\u6c7d\u8eca\u53ca\u5176\u96f6\u4ef6\u88fd\u9020\u696d", "31\u5176\u4ed6\u904b\u8f38\u5de5\u5177\u53ca\u5176\u96f6\u4ef6\u88fd\u9020\u696d"], "\u4e3b\u8981\u7522\u54c1" : ["259\u5176\u4ed6\u91d1\u5c6c\u88fd\u54c1", "303\u6c7d\u8eca\u96f6\u4ef6", "312\u6a5f\u8eca\u53ca\u5176\u96f6\u4ef6"]} | json_instruct | {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"other_cities": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "county": {"type": "string"}}, "required": ["other_cities", "city", "state", "county"]}}, "required": ["geometry", "type", "id", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"geometry" : {"type" : "Point", "coordinates" : [-89.69, 41.79]}, "type" : "Feature", "id" : "61081", "properties" : {"other_cities" : "Coleta", "city" : "Sterling", "state" : "IL", "county" : "Whiteside County"}} | json_instruct | {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"other_cities": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "county": {"type": "string"}}, "required": ["other_cities", "city", "state", "county"]}}, "required": ["geometry", "type", "id", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"victory.js": {"type": "string"}, "victory.min.js": {"type": "string"}}, "required": ["victory.js", "victory.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"victory.js" : "sha512-ENIFZyYJfMtrDql6qxrCJMnxSOehGh4gxU5fL7bQon1VQUSts/leyt3t+v+8GY2GfWvKXYmGVTcuk++Ce5eocg==", "victory.min.js" : "sha512-kAjJNPfrY3Io6Qkf+H94C/Flg9L6BLHtB5Ycxoy2CpKT4ZMVRVQMe3ika3MWRa406Fv//bDgMh+RgTR/iWJiTg=="} | json_instruct | {"type": "object", "properties": {"victory.js": {"type": "string"}, "victory.min.js": {"type": "string"}}, "required": ["victory.js", "victory.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "[Mmd] freely tomorrow, death or alive.", "author" : "davstn", "description" : "NoundefinedrecuerdoundefinedcomoundefinedseundefinedllamanundefinedestasundefinedchicasundefinedXD", "thumb" : "//i.iwara.tv/sites/default/files/styles/thumbnail/public/videos/thumbnails/652932/thumbnail-652932_0003.jpg?itok=Ju2gu9gL", "download" : "https://www.iwara.tv/api/video/bklj7f48yws3z090z", "origin" : "https://www.iwara.tv/videos/bklj7f48yws3z090z"} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"Resory": {"type": "string"}}, "required": ["Resory"]}, "social_media_url": {"type": "string"}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "source_files": {"type": "string"}, "frameworks": {"type": "array", "items": {"type": "string"}}, "requires_arc": {"type": "boolean"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "social_media_url", "platforms", "source", "source_files", "frameworks", "requires_arc"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "RYHeadHub", "version" : "1.0.0", "summary" : "RYHeadHub is create a view like notification view", "description" : "when recive a notification , and you will have a nofiticaition view in head , RYHeadHub is create a view like that", "homepage" : "http://my.oschina.net/resory", "license" : "MIT", "authors" : {"Resory" : "[email protected]"}, "social_media_url" : "http://weibo.com/777890417/home?wvr=5", "platforms" : {"ios" : "7.0"}, "source" : {"git" : "https://github.com/Resory/RYHeadHub.git", "tag" : "1.0.0"}, "source_files" : "RYHeadHub/", "frameworks" : ["Foundation", "CoreGraphics", "UIKit"], "requires_arc" : true} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"Resory": {"type": "string"}}, "required": ["Resory"]}, "social_media_url": {"type": "string"}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "source_files": {"type": "string"}, "frameworks": {"type": "array", "items": {"type": "string"}}, "requires_arc": {"type": "boolean"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "social_media_url", "platforms", "source", "source_files", "frameworks", "requires_arc"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"meta": {"type": "object", "properties": {"desc": {"type": "string"}, "desc_long": {"type": "null"}, "home": {"type": "string"}, "license": {"type": "object", "properties": {"deprecated": {"type": "boolean"}, "free": {"type": "boolean"}, "fullName": {"type": "string"}, "redistributable": {"type": "boolean"}, "shortName": {"type": "string"}}, "required": ["deprecated", "free", "fullName", "redistributable", "shortName"]}, "maintainers": {"type": "array", "items": {"type": "object", "properties": {"email": {"type": "string"}, "github": {"type": "string"}, "githubId": {"type": "integer"}, "matrix": {"type": "string"}, "name": {"type": "string"}}, "required": ["email", "github", "githubId", "matrix", "name"]}}}, "required": ["desc", "desc_long", "home", "license", "maintainers"]}, "versions": {"type": "array", "items": {"type": "object", "properties": {"commits": {"type": "array", "items": {"type": "object", "properties": {"first": {"type": "string"}, "last": {"type": "string"}}, "required": ["first", "last"]}}, "name": {"type": "string"}}, "required": ["commits", "name"]}}}, "required": ["meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"meta" : {"desc" : "Strictly validating, near WYSIWYG, XML editor with DocBook support", "desc_long" : null, "home" : "https://www.xmlmind.com/xmleditor/", "license" : {"deprecated" : false, "free" : false, "fullName" : "Unfree", "redistributable" : false, "shortName" : "unfree"}, "maintainers" : [{"email" : "[email protected]", "github" : "jtojnar", "githubId" : 705123, "matrix" : "@jtojnar:matrix.org", "name" : "Jan Tojnar"}]}, "versions" : [{"commits" : [{"first" : "0843aa75de59002392a963d834001373b355dccb", "last" : "024f518e65ffbe64f0f044b194ad15ec2e973788"}], "name" : "9.4.0"}]} | json_instruct | {"type": "object", "properties": {"meta": {"type": "object", "properties": {"desc": {"type": "string"}, "desc_long": {"type": "null"}, "home": {"type": "string"}, "license": {"type": "object", "properties": {"deprecated": {"type": "boolean"}, "free": {"type": "boolean"}, "fullName": {"type": "string"}, "redistributable": {"type": "boolean"}, "shortName": {"type": "string"}}, "required": ["deprecated", "free", "fullName", "redistributable", "shortName"]}, "maintainers": {"type": "array", "items": {"type": "object", "properties": {"email": {"type": "string"}, "github": {"type": "string"}, "githubId": {"type": "integer"}, "matrix": {"type": "string"}, "name": {"type": "string"}}, "required": ["email", "github", "githubId", "matrix", "name"]}}}, "required": ["desc", "desc_long", "home", "license", "maintainers"]}, "versions": {"type": "array", "items": {"type": "object", "properties": {"commits": {"type": "array", "items": {"type": "object", "properties": {"first": {"type": "string"}, "last": {"type": "string"}}, "required": ["first", "last"]}}, "name": {"type": "string"}}, "required": ["commits", "name"]}}}, "required": ["meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"tsc": {"type": "string"}, "prepublish": {"type": "string"}, "test": {"type": "string"}, "test:debug": {"type": "string"}, "print": {"type": "string"}, "print:sample1": {"type": "string"}}, "required": ["tsc", "prepublish", "test", "test:debug", "print", "print:sample1"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"@types/chai": {"type": "string"}, "@types/mocha": {"type": "string"}, "@types/node": {"type": "string"}, "@types/react": {"type": "string"}, "@types/source-map-support": {"type": "string"}, "chai": {"type": "string"}, "mocha": {"type": "string"}, "react": {"type": "string"}, "source-map-support": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/chai", "@types/mocha", "@types/node", "@types/react", "@types/source-map-support", "chai", "mocha", "react", "source-map-support", "typescript"]}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies", "files"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "react-docgen-typescript", "version" : "0.0.15", "description" : "", "main" : "lib/index.js", "scripts" : {"tsc" : "tsc", "prepublish" : "tsc -d", "test" : "tsc && mocha ./lib/**/__tests__/**.js", "test:debug" : "tsc && mocha --debug ./lib/**/__tests__/**.js", "print" : "npm run tsc && node ./lib/print.js", "print:sample1" : "npm run tsc && node ./lib/print.js ./src/__tests__/data/ColumnHigherOrderComponent.tsx simple"}, "author" : "pvasek", "license" : "MIT", "dependencies" : {}, "devDependencies" : {"@types/chai" : "^4.0.0", "@types/mocha" : "^2.2.39", "@types/node" : "^7.0.16", "@types/react" : "^15.0.14", "@types/source-map-support" : "^0.4.0", "chai" : "^4.0.2", "mocha" : "^2.5.3", "react" : "^15.4.2", "source-map-support" : "^0.4.15", "typescript" : "^2.3.4"}, "files" : ["lib", "README.md"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"tsc": {"type": "string"}, "prepublish": {"type": "string"}, "test": {"type": "string"}, "test:debug": {"type": "string"}, "print": {"type": "string"}, "print:sample1": {"type": "string"}}, "required": ["tsc", "prepublish", "test", "test:debug", "print", "print:sample1"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"@types/chai": {"type": "string"}, "@types/mocha": {"type": "string"}, "@types/node": {"type": "string"}, "@types/react": {"type": "string"}, "@types/source-map-support": {"type": "string"}, "chai": {"type": "string"}, "mocha": {"type": "string"}, "react": {"type": "string"}, "source-map-support": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/chai", "@types/mocha", "@types/node", "@types/react", "@types/source-map-support", "chai", "mocha", "react", "source-map-support", "typescript"]}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies", "files"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Fratily\\Lexer\\": {"type": "string"}}, "required": ["Fratily\\Lexer\\"]}}, "required": ["psr-4"]}}, "required": ["name", "type", "keywords", "authors", "license", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "fratily/lexer", "type" : "library", "keywords" : ["fratily", "lexer"], "authors" : [{"name" : "Kento Oka", "email" : "[email protected]"}], "license" : "MIT", "require" : {"php" : "^7.0"}, "autoload" : {"psr-4" : {"Fratily\\Lexer\\" : "src/"}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Fratily\\Lexer\\": {"type": "string"}}, "required": ["Fratily\\Lexer\\"]}}, "required": ["psr-4"]}}, "required": ["name", "type", "keywords", "authors", "license", "require", "autoload"], "$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": {"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" : "5c613d5e0cf261d802c76227", "title" : "\u718a\u7d20\u541b\u7684\u76f4\u64ad\u95f4", "subTitle" : "\u7a81\u7136\u76f4\u64ad\u3002\u597d\u4e45\u4e0d\u89c1", "picPath" : "/mediasource/live/1537613848066PMDKsK86ZD.jpg", "startTime" : 1549876574889, "memberId" : 63573, "liveType" : 1, "picLoopTime" : 0, "lrcPath" : "/mediasource/live/lrc/5c613d5e0cf261d802c76227.lrc", "streamPath" : "http://liveplaylk.lvb.eastmoney.com/live/2519_3702674.flv", "screenMode" : 0, "roomId" : "3871120", "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#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"472140": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "493090": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "352010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "439021": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "533030": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "537051": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "37201X": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "472061": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}}, "required": ["472140", "count", "N.A.//", "493090", "352010", "439021", "533030", "537051", "37201X", "472061"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"472140" : {"count" : 2}, "count" : 22, "N.A.//" : {"count" : 13}, "493090" : {"count" : 1}, "352010" : {"count" : 1}, "439021" : {"count" : 1}, "533030" : {"count" : 1}, "537051" : {"count" : 1}, "37201X" : {"count" : 1}, "472061" : {"count" : 1}} | json_instruct | {"type": "object", "properties": {"472140": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "493090": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "352010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "439021": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "533030": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "537051": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "37201X": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "472061": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}}, "required": ["472140", "count", "N.A.//", "493090", "352010", "439021", "533030", "537051", "37201X", "472061"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"start-date": {"type": "string"}, "organisation": {"type": "string"}, "planning-permission-status": {"type": "string"}, "site": {"type": "string"}, "maximum-net-dwellings": {"type": "string"}, "planning-permission-date": {"type": "string"}, "ownership-status": {"type": "string"}, "name": {"type": "string"}, "site-plan-url": {"type": "string"}, "minimum-net-dwellings": {"type": "string"}, "planning-permission-type": {"type": "string"}, "hectares": {"type": "string"}, "deliverable": {"type": "string"}, "site-address": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}, "point": {"type": "string"}}, "required": ["start-date", "organisation", "planning-permission-status", "site", "maximum-net-dwellings", "planning-permission-date", "ownership-status", "name", "site-plan-url", "minimum-net-dwellings", "planning-permission-type", "hectares", "deliverable", "site-address", "slug", "entity", "entry-date", "point"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [0.444936, 51.878719]}, "properties" : {"start-date" : "2017-12-12", "organisation" : "local-authority-eng:UTT", "planning-permission-status" : "permissioned", "site" : "UBLR/17/017", "maximum-net-dwellings" : "9", "planning-permission-date" : "2017-11-28", "ownership-status" : "not owned by a public authority", "name" : "UBLR/17/017", "site-plan-url" : "http://udc.maps.arcgis.com/apps/webappviewer/index.html?id=b1f5fe0efeb84d9a853d75740eb4d907", "minimum-net-dwellings" : "9", "planning-permission-type" : "outline planning permission", "hectares" : "0.448", "deliverable" : "yes", "site-address" : "Dunmow Road, Stebbing CM6 3LF", "slug" : "/brownfield-land/local-authority-eng/UTT/UBLR-17-017", "entity" : 497063, "entry-date" : "2018-05-22", "point" : "POINT(0.444936 51.878719)"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"start-date": {"type": "string"}, "organisation": {"type": "string"}, "planning-permission-status": {"type": "string"}, "site": {"type": "string"}, "maximum-net-dwellings": {"type": "string"}, "planning-permission-date": {"type": "string"}, "ownership-status": {"type": "string"}, "name": {"type": "string"}, "site-plan-url": {"type": "string"}, "minimum-net-dwellings": {"type": "string"}, "planning-permission-type": {"type": "string"}, "hectares": {"type": "string"}, "deliverable": {"type": "string"}, "site-address": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}, "point": {"type": "string"}}, "required": ["start-date", "organisation", "planning-permission-status", "site", "maximum-net-dwellings", "planning-permission-date", "ownership-status", "name", "site-plan-url", "minimum-net-dwellings", "planning-permission-type", "hectares", "deliverable", "site-address", "slug", "entity", "entry-date", "point"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"dataDir": {"type": "string"}, "ports": {"type": "array", "items": {"type": "object", "properties": {"localAddress": {"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "integer"}}, "required": ["host", "port"]}, "protocols": {"type": "array", "items": {"type": "string"}}}, "required": ["localAddress", "protocols"]}}, "tls": {"type": "null"}, "numWorkers": {"type": "null"}, "maxNumConnections": {"type": "null"}, "requestTimeoutMillis": {"type": "null"}, "idleTimeoutMillis": {"type": "null"}, "maxFrameLength": {"type": "null"}, "numRepositoryWorkers": {"type": "integer"}, "cacheSpec": {"type": "string"}, "webAppEnabled": {"type": "boolean"}, "webAppSessionTimeoutMillis": {"type": "integer"}, "gracefulShutdownTimeout": {"type": "object", "properties": {"quietPeriodMillis": {"type": "integer"}, "timeoutMillis": {"type": "integer"}}, "required": ["quietPeriodMillis", "timeoutMillis"]}, "replication": {"type": "object", "properties": {"method": {"type": "string"}}, "required": ["method"]}, "securityEnabled": {"type": "boolean"}, "accessLogFormat": {"type": "string"}, "administrators": {"type": "array", "items": {"type": "string"}}, "caseSensitiveLoginNames": {"type": "boolean"}}, "required": ["dataDir", "ports", "tls", "numWorkers", "maxNumConnections", "requestTimeoutMillis", "idleTimeoutMillis", "maxFrameLength", "numRepositoryWorkers", "cacheSpec", "webAppEnabled", "webAppSessionTimeoutMillis", "gracefulShutdownTimeout", "replication", "securityEnabled", "accessLogFormat", "administrators", "caseSensitiveLoginNames"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"dataDir" : "./data", "ports" : [{"localAddress" : {"host" : "*", "port" : 36462}, "protocols" : ["http"]}], "tls" : null, "numWorkers" : null, "maxNumConnections" : null, "requestTimeoutMillis" : null, "idleTimeoutMillis" : null, "maxFrameLength" : null, "numRepositoryWorkers" : 16, "cacheSpec" : "maximumWeight=134217728,expireAfterAccess=5m", "webAppEnabled" : true, "webAppSessionTimeoutMillis" : 604800000, "gracefulShutdownTimeout" : {"quietPeriodMillis" : 1000, "timeoutMillis" : 10000}, "replication" : {"method" : "NONE"}, "securityEnabled" : false, "accessLogFormat" : "common", "administrators" : ["admin"], "caseSensitiveLoginNames" : false} | json_instruct | {"type": "object", "properties": {"dataDir": {"type": "string"}, "ports": {"type": "array", "items": {"type": "object", "properties": {"localAddress": {"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "integer"}}, "required": ["host", "port"]}, "protocols": {"type": "array", "items": {"type": "string"}}}, "required": ["localAddress", "protocols"]}}, "tls": {"type": "null"}, "numWorkers": {"type": "null"}, "maxNumConnections": {"type": "null"}, "requestTimeoutMillis": {"type": "null"}, "idleTimeoutMillis": {"type": "null"}, "maxFrameLength": {"type": "null"}, "numRepositoryWorkers": {"type": "integer"}, "cacheSpec": {"type": "string"}, "webAppEnabled": {"type": "boolean"}, "webAppSessionTimeoutMillis": {"type": "integer"}, "gracefulShutdownTimeout": {"type": "object", "properties": {"quietPeriodMillis": {"type": "integer"}, "timeoutMillis": {"type": "integer"}}, "required": ["quietPeriodMillis", "timeoutMillis"]}, "replication": {"type": "object", "properties": {"method": {"type": "string"}}, "required": ["method"]}, "securityEnabled": {"type": "boolean"}, "accessLogFormat": {"type": "string"}, "administrators": {"type": "array", "items": {"type": "string"}}, "caseSensitiveLoginNames": {"type": "boolean"}}, "required": ["dataDir", "ports", "tls", "numWorkers", "maxNumConnections", "requestTimeoutMillis", "idleTimeoutMillis", "maxFrameLength", "numRepositoryWorkers", "cacheSpec", "webAppEnabled", "webAppSessionTimeoutMillis", "gracefulShutdownTimeout", "replication", "securityEnabled", "accessLogFormat", "administrators", "caseSensitiveLoginNames"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"kl_train": {"type": "number"}, "kl_target": {"type": "number"}, "time_train": {"type": "number"}, "time_est": {"type": "number"}}, "required": ["kl_train", "kl_target", "time_train", "time_est"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"kl_train" : -3.963610149352848, "kl_target" : 49002.94852512286, "time_train" : 41.54986364800001, "time_est" : 0.002823669000008522} | json_instruct | {"type": "object", "properties": {"kl_train": {"type": "number"}, "kl_target": {"type": "number"}, "time_train": {"type": "number"}, "time_est": {"type": "number"}}, "required": ["kl_train", "kl_target", "time_train", "time_est"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"inferno-component.js": {"type": "string"}, "inferno-component.min.js": {"type": "string"}}, "required": ["inferno-component.js", "inferno-component.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"inferno-component.js" : "sha256-HSTb2H02XZARXfcDXQnNXCrGuMCbC/VvKCo4fvfjv7s=", "inferno-component.min.js" : "sha256-hJdV0Xc3HY8Ys+fDMJDpiFoPajEub1CrppTFRRujtwc="} | json_instruct | {"type": "object", "properties": {"inferno-component.js": {"type": "string"}, "inferno-component.min.js": {"type": "string"}}, "required": ["inferno-component.js", "inferno-component.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"owners": {"type": "array", "items": {"type": "string"}}, "administrators": {"type": "array", "items": {"type": "string"}}, "token": {"type": "string"}, "prefix": {"type": "string"}, "auddKey": {"type": "string"}, "googleKey": {"type": "string"}, "googlekey": {"type": "string"}, "clientID_Auth": {"type": "string"}, "clientSecret_Auth": {"type": "string"}, "callbackURL_Auth": {"type": "string"}, "dbl_apikey": {"type": "string"}, "websitehostname": {"type": "string"}, "websiteport": {"type": "string"}, "keychannel": {"type": "string"}, "db": {"type": "object", "properties": {"user": {"type": "string"}, "password": {"type": "string"}, "host": {"type": "string"}, "port": {"type": "string"}}, "required": ["user", "password", "host", "port"]}, "dblAuthorization": {"type": "string"}, "botMainDiscordServer": {"type": "string"}, "log_channels": {"type": "object", "properties": {"logs": {"type": "string"}, "warnings": {"type": "string"}, "errors": {"type": "string"}}, "required": ["logs", "warnings", "errors"]}, "NODE_ENV": {"type": "string"}}, "required": ["owners", "administrators", "token", "prefix", "auddKey", "googleKey", "googlekey", "clientID_Auth", "clientSecret_Auth", "callbackURL_Auth", "dbl_apikey", "websitehostname", "websiteport", "keychannel", "db", "dblAuthorization", "botMainDiscordServer", "log_channels", "NODE_ENV"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"owners" : ["684444122609614865", "708444548841603102"], "administrators" : ["UserID", "UserID", "UserID"], "token" : "process.env.TOKEN", "prefix" : "?", "auddKey" : "85c082b88b51216ac4e12a7d4a755f1c", "googleKey" : "AIzaSyB_JUGSezD5QnFutCmZX4Dk_v_6R_TIQDg", "googlekey" : "AIzaSyDT81wm2xadFC6OfjV0KqYTbOpqoKJp_-c", "clientID_Auth" : "895704714518335528", "clientSecret_Auth" : "8h5yJ6uCOEY7Xe2HY53n9xvOyDB79tq9", "callbackURL_Auth" : "https://discord.gg/js7gmb8Gbw", "dbl_apikey" : "Your Discord Bot List API Token", "websitehostname" : "https://kehlanmetor.github.io/website_official", "websiteport" : "80", "keychannel" : "894903256038408212", "db" : {"user" : "Kehlan", "password" : "skinnyfdp1", "host" : "mongodb+srv://KehlanMetor:[email protected]/Discord2", "port" : "27017"}, "dblAuthorization" : "Autorization Code for API verification", "botMainDiscordServer" : "661610891300569110", "log_channels" : {"logs" : "894903256038408212", "warnings" : "894903256038408212", "errors" : "894903256038408212"}, "NODE_ENV" : "production"} | json_instruct | {"type": "object", "properties": {"owners": {"type": "array", "items": {"type": "string"}}, "administrators": {"type": "array", "items": {"type": "string"}}, "token": {"type": "string"}, "prefix": {"type": "string"}, "auddKey": {"type": "string"}, "googleKey": {"type": "string"}, "googlekey": {"type": "string"}, "clientID_Auth": {"type": "string"}, "clientSecret_Auth": {"type": "string"}, "callbackURL_Auth": {"type": "string"}, "dbl_apikey": {"type": "string"}, "websitehostname": {"type": "string"}, "websiteport": {"type": "string"}, "keychannel": {"type": "string"}, "db": {"type": "object", "properties": {"user": {"type": "string"}, "password": {"type": "string"}, "host": {"type": "string"}, "port": {"type": "string"}}, "required": ["user", "password", "host", "port"]}, "dblAuthorization": {"type": "string"}, "botMainDiscordServer": {"type": "string"}, "log_channels": {"type": "object", "properties": {"logs": {"type": "string"}, "warnings": {"type": "string"}, "errors": {"type": "string"}}, "required": ["logs", "warnings", "errors"]}, "NODE_ENV": {"type": "string"}}, "required": ["owners", "administrators", "token", "prefix", "auddKey", "googleKey", "googlekey", "clientID_Auth", "clientSecret_Auth", "callbackURL_Auth", "dbl_apikey", "websitehostname", "websiteport", "keychannel", "db", "dblAuthorization", "botMainDiscordServer", "log_channels", "NODE_ENV"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"namaKab" : "KOTABARU", "originalFilename" : "1. MONICA DAHU.jpg", "namaPartai" : "PARTAI DEMOKRASI INDONESIA PERJUANGAN", "id" : 75501, "noUrut" : 1, "nama" : "MONIKA DAHU", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "KOTABARU", "originalFilename" : "2. SUBANDIANSUN, SH.jpg", "namaPartai" : "PARTAI DEMOKRASI INDONESIA PERJUANGAN", "id" : 75760, "noUrut" : 2, "nama" : "SUBANDIANSUN, SH", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KOTABARU", "originalFilename" : "3. JERRY LUMENTA, S.PdK, MM.jpg", "namaPartai" : "PARTAI DEMOKRASI INDONESIA PERJUANGAN", "id" : 75913, "noUrut" : 3, "nama" : "JERRY LUMENTA, S.Pd.K, MM", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KOTABARU", "originalFilename" : "4. H A R I S.jpg", "namaPartai" : "PARTAI DEMOKRASI INDONESIA PERJUANGAN", "id" : 80581, "noUrut" : 4, "nama" : "HARIS", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KOTABARU", "originalFilename" : "5. SUYATMI.jpg", "namaPartai" : "PARTAI DEMOKRASI INDONESIA PERJUANGAN", "id" : 76019, "noUrut" : 5, "nama" : "SUYATMI", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "KOTABARU", "originalFilename" : "6. A R H A T.jpg", "namaPartai" : "PARTAI DEMOKRASI INDONESIA PERJUANGAN", "id" : 80524, "noUrut" : 6, "nama" : "ARHAT", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KOTABARU", "originalFilename" : "7. FITRI ARDIANTI.JPG", "namaPartai" : "PARTAI DEMOKRASI INDONESIA PERJUANGAN", "id" : 80615, "noUrut" : 7, "nama" : "FITRI ARDIANTI", "stringJenisKelamin" : "Perempuan"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"$metric": {"type": "string"}, "$type": {"type": "string"}, "$matchers": {"type": "object", "properties": {"is_BS": {"type": "object", "properties": {"platform": {"type": "object", "properties": {"$regex": {"type": "string"}}, "required": ["$regex"]}}, "required": ["platform"]}, "is_EAU": {"type": "object", "properties": {"platform": {"type": "object", "properties": {"$regex": {"type": "string"}}, "required": ["$regex"]}}, "required": ["platform"]}}, "required": ["is_BS", "is_EAU"]}, "$match": {"type": "array", "items": {"type": "object", "properties": {"$match": {"type": "string"}, "$type": {"type": "string"}, "oids": {"type": "array", "items": {"type": "object", "properties": {"$type": {"type": "string"}, "oid": {"type": "string"}, "path": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "scale": {"type": "string"}}, "required": ["$type", "oid", "path", "type", "scale"]}}}, "required": ["$match", "$type", "oids"]}}}, "required": ["$metric", "$type", "$matchers", "$match"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"$metric" : "Interface | DOM | RxPower", "$type" : "match", "$matchers" : {"is_BS" : {"platform" : {"$regex" : "BS"}}, "is_EAU" : {"platform" : {"$regex" : "EAU"}}}, "$match" : [{"$match" : "is_BS", "$type" : "oids", "oids" : [{"$type" : "oid", "oid" : "1.3.6.1.4.1.14546.3.8.1.1.13.1.0", "path" : ["", "", "", "Input 1"], "type" : "gauge", "scale" : "scale(0.1)"}, {"$type" : "oid", "oid" : "1.3.6.1.4.1.14546.3.8.1.1.13.2.0", "path" : ["", "", "", "Input 2"], "type" : "gauge", "scale" : "scale(0.1)"}]}, {"$match" : "is_EAU", "$type" : "oids", "oids" : [{"$type" : "oid", "oid" : "1.3.6.1.4.1.35702.3.5.2.2.0", "path" : ["", "", "", "Input 1"], "type" : "gauge", "scale" : "scale(0.1)"}, {"$type" : "oid", "oid" : "1.3.6.1.4.1.35702.3.5.2.3.0", "path" : ["", "", "", "Input 2"], "type" : "gauge", "scale" : "scale(0.1)"}]}]} | json_instruct | {"type": "object", "properties": {"$metric": {"type": "string"}, "$type": {"type": "string"}, "$matchers": {"type": "object", "properties": {"is_BS": {"type": "object", "properties": {"platform": {"type": "object", "properties": {"$regex": {"type": "string"}}, "required": ["$regex"]}}, "required": ["platform"]}, "is_EAU": {"type": "object", "properties": {"platform": {"type": "object", "properties": {"$regex": {"type": "string"}}, "required": ["$regex"]}}, "required": ["platform"]}}, "required": ["is_BS", "is_EAU"]}, "$match": {"type": "array", "items": {"type": "object", "properties": {"$match": {"type": "string"}, "$type": {"type": "string"}, "oids": {"type": "array", "items": {"type": "object", "properties": {"$type": {"type": "string"}, "oid": {"type": "string"}, "path": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "scale": {"type": "string"}}, "required": ["$type", "oid", "path", "type", "scale"]}}}, "required": ["$match", "$type", "oids"]}}}, "required": ["$metric", "$type", "$matchers", "$match"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "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" : "ARUJZFJ1187B9B135F", "artist_latitude" : null, "artist_location" : "Timmins, Ontario, Canada", "artist_longitude" : null, "artist_name" : "Shania Twain", "duration" : 223.00689, "num_songs" : 1, "song_id" : "SOIUOAU12A8C13EBC3", "title" : "Two Hearts One Love", "year" : 1999} | json_instruct | {"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "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#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "required": ["0", "1"]}}, "required": ["text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"text" : {"0" : {"m1" : "\u0686\u0646\u06cc\u0646 \u06a9\u0647 \u0647\u0633\u062a \u0646\u0645\u0627\u0646\u062f \u0642\u0631\u0627\u0631 \u062f\u0648\u0644\u062a \u0648 \u0645\u0644\u06a9", "m2" : "\u06a9\u0647 \u0647\u0631 \u0634\u0628\u06cc \u0631\u0627 \u0628\u06cc\u200c\u0627\u062e\u062a\u0644\u0627\u0641 \u0631\u0648\u0632\u06cc \u0647\u0633\u062a"}, "1" : {"m1" : "\u0686\u0648 \u062f\u0633\u062a \u062f\u0633\u062a \u062a\u0648 \u0628\u0627\u0634\u062f \u062f\u0631\u0627\u0632 \u0686\u0646\u062f\u0627\u0646 \u06a9\u0646", "m2" : "\u06a9\u0647 \u062f\u0633\u062a \u062f\u0633\u062a \u062a\u0648 \u0628\u0627\u0634\u062f \u0627\u06af\u0631 \u0628\u06af\u0631\u062f\u062f \u062f\u0633\u062a"}}} | json_instruct | {"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "required": ["0", "1"]}}, "required": ["text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}}, "required": ["text", "created", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"text" : "Yesterday I <a href=\"http://scripting.com/2018/08/14.html#a194320\">asked</a> <a href=\"https://twitter.com/davewiner/status/1029453411262054400\">about</a> bike-mounted speakers, and got lots of great advice. For some reason a <a href=\"https://www.amazon.com/s?url=search-alias%3Daps&field-keywords=bike+speaker\">search</a> on Amazon yielded nothing but crap, but if you know what you're looking for you get some pretty nice stuff. Rex Hammock recommended <a href=\"https://www.amazon.com/JBL-Waterproof-Portable-Bluetooth-Black/dp/B01MSYQWNY\">JBL Flip</a>. And Jason Gilman recommended <a href=\"https://www.amazon.com/dp/B01MXDNA2O/ref=cm_sw_r_cp_ep_dp_-L1CBbV67GDBM\">Clearon</a>. Roland Tanglao <a href=\"https://twitter.com/rtanglao/status/1029534796957933568\">said</a> he loves his <a href=\"https://www.amazon.com/Ultimate-Ears-Wireless-Bluetooth-Waterproof/dp/B01FFV59PY\">UE Roll 2</a>, and I have one of those, but it didn't occur to me it could be bike-mounted. The bungee that's built in works fine on a bike, and I took it for a spin just now and it's perfect. Great sound. Totally loud enough to be heard over NYC street noise, with great frequency range and thumpin base to keep the wheels turning. A really great answer. Davey's a happy cyclist. Thanks everyone for the great advice. I want to try all of these speakers. ", "created" : "Wed, 15 Aug 2018 19:13:53 GMT", "type" : "outline"} | json_instruct | {"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}}, "required": ["text", "created", "type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"netatmo": {"type": "string"}, "sync-disk-cache": {"type": "string"}, "xmlhttprequest": {"type": "string"}}, "required": ["netatmo", "sync-disk-cache", "xmlhttprequest"]}}, "required": ["name", "version", "description", "main", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "netatmo-munisense-connector", "version" : "1.0.0", "description" : "Simple program to import netatmo weather station sensor values into the Munisense backoffice", "main" : "index.js", "author" : "Jeroen Maas", "license" : "CC0-1.0", "dependencies" : {"netatmo" : "^2.1.0", "sync-disk-cache" : "^1.2.2", "xmlhttprequest" : "^1.8.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"netatmo": {"type": "string"}, "sync-disk-cache": {"type": "string"}, "xmlhttprequest": {"type": "string"}}, "required": ["netatmo", "sync-disk-cache", "xmlhttprequest"]}}, "required": ["name", "version", "description", "main", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"directions" : ["Preheat oven to 350\u00b0F. Butter 13x9x2 glass baking dish. Saut\u00e9 first 3 ingredients in heavy large skillet over medium-high heat until sausage is brown and vegetables are tender, breaking up sausage with fork, about 15 minutes. Drain off fat. Transfer sausage mixture to large bowl. Add both stuffing mixes, poultry seasoning, sage and pepper and toss until well blended. Gradually mix in broth.", "Transfer stuffing to prepared dish. Cover with foil and bake until heated through, about 40 minutes. Uncover and bake until slightly crusty on top, about 5 minutes longer."], "ingredients" : ["1 pound bulk pork sausage", "2 cups chopped celery", "2 cups chopped onion", "5 cups corn bread stuffing mix (about one 12-ounce package)", "5 cups herbed-bread stuffing mix", "1 teaspoon dried poultry seasoning, crumbled", "1 teaspoon dried rubbed sage", "1/2 teaspoon pepper", "3 cups canned low-salt chicken broth"], "language" : "en-US", "source" : "www.epicurious.com", "tags" : ["Herb", "Onion", "Side", "Bake", "Thanksgiving", "Stuffing/Dressing", "Sausage", "Corn", "Fall", "North Carolina"], "title" : "Corn and Herb-Bread Sausage Stuffing", "url" : "http://www.epicurious.com/recipes/food/views/corn-and-herb-bread-sausage-stuffing-2679"} | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"major": {"type": "string"}, "photo": {"type": "string"}, "college": {"type": "string"}, "year": {"type": "string"}, "id": {"type": "string"}, "deptinfo": {"type": "string"}, "title": {"type": "string"}, "lname": {"type": "string"}, "fname": {"type": "string"}, "email": {"type": "string"}, "status": {"type": "string"}, "description": {"type": "string"}, "majorlong": {"type": "string"}, "phone": {"type": "string"}, "birthday": {"type": "string"}, "majorinfo": {"type": "string"}, "account": {"type": "string"}, "room": {"type": "string"}, "country": {"type": "string"}, "floor": {"type": "string"}, "eid": {"type": "string"}, "block": {"type": "string"}}, "required": ["major", "photo", "college", "year", "id", "deptinfo", "title", "lname", "fname", "email", "status", "description", "majorlong", "phone", "birthday", "majorinfo", "account", "room", "country", "floor", "eid", "block"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"major" : "INTLOG, disc Global Production L", "photo" : "http://jpeople.user.jacobs-university.de/utils/images/3455.jpg", "college" : "", "year" : "14", "id" : "2144", "deptinfo" : "Logistics", "title" : "Research Associate", "lname" : "Chankov", "fname" : "Stanislav Milkov", "email" : "[email protected]", "status" : "phd", "description" : "phd 14_s INTLOG, disc Global Production Logistics", "majorlong" : "International Logistics", "phone" : "", "birthday" : "", "majorinfo" : "phd 14_s INTLOG, disc Global Production Logistics", "account" : "schankov", "room" : "", "country" : "Bulgaria", "floor" : "", "eid" : "3455", "block" : ""}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"major": {"type": "string"}, "photo": {"type": "string"}, "college": {"type": "string"}, "year": {"type": "string"}, "id": {"type": "string"}, "deptinfo": {"type": "string"}, "title": {"type": "string"}, "lname": {"type": "string"}, "fname": {"type": "string"}, "email": {"type": "string"}, "status": {"type": "string"}, "description": {"type": "string"}, "majorlong": {"type": "string"}, "phone": {"type": "string"}, "birthday": {"type": "string"}, "majorinfo": {"type": "string"}, "account": {"type": "string"}, "room": {"type": "string"}, "country": {"type": "string"}, "floor": {"type": "string"}, "eid": {"type": "string"}, "block": {"type": "string"}}, "required": ["major", "photo", "college", "year", "id", "deptinfo", "title", "lname", "fname", "email", "status", "description", "majorlong", "phone", "birthday", "majorinfo", "account", "room", "country", "floor", "eid", "block"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"package" : "pyensembl", "downloads" : 13900, "count" : 7072}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "website": {"type": "string"}, "description": {"type": "string"}, "explorer": {"type": "string"}, "research": {"type": "string"}, "type": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "status": {"type": "string"}, "id": {"type": "string"}, "logo": {"type": "string"}}, "required": ["name", "website", "description", "explorer", "research", "type", "symbol", "decimals", "status", "id", "logo"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Spider Finance", "website" : "https://spider.finance/", "description" : "SPIDER FINANCE IS A FULLY DECENTRALIZED PROTOCOL FOR GAME ON ETHEREUM.", "explorer" : "https://etherscan.io/token/0xf28D3dcc9b6582F1b2D49Ca850dB1360571cB633", "research" : "", "type" : "ERC20", "symbol" : "SPID", "decimals" : 18, "status" : "active", "id" : "0xf28D3dcc9b6582F1b2D49Ca850dB1360571cB633", "logo" : "ipfs://QmVwPKfaYTWqcAVcTbVNMvc6arvq82cQoTCHd5xfQR87Vu/ethereum/assets/0xf28D3dcc9b6582F1b2D49Ca850dB1360571cB633/logo.png"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "website": {"type": "string"}, "description": {"type": "string"}, "explorer": {"type": "string"}, "research": {"type": "string"}, "type": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "status": {"type": "string"}, "id": {"type": "string"}, "logo": {"type": "string"}}, "required": ["name", "website", "description", "explorer", "research", "type", "symbol", "decimals", "status", "id", "logo"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"variants" : {"" : {"model" : "rechiseled_compat:block/byg_mangrove_planks_woven_connecting"}}} | json_instruct | {"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"BathOfPoverty": {"type": "array", "items": {"type": "string"}}}, "required": ["BathOfPoverty"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"BathOfPoverty" : ["StandardizedSitcomHousing", "InformedPoverty", "ShowerScene", "FlushingToiletScreamingShower", "DoItYourselfPlumbingProject", "BathingBeauty", "MindRaped", "Squick", "BathSuicide", "AwkwardlyPlacedBathtub", "SnarkKnight", "CryBaby", "StarvingArtist", "WalkingTechbane", "Fanservice", "Fanservice", "MrFanservice", "TruthInTelevision"]} | json_instruct | {"type": "object", "properties": {"BathOfPoverty": {"type": "array", "items": {"type": "string"}}}, "required": ["BathOfPoverty"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"version": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "license": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "cheerio": {"type": "string"}, "cookie-parser": {"type": "string"}, "express": {"type": "string"}, "morgan": {"type": "string"}, "node-basex": {"type": "string"}, "node-xmler": {"type": "string"}, "pug": {"type": "string"}}, "required": ["body-parser", "cheerio", "cookie-parser", "express", "morgan", "node-basex", "node-xmler", "pug"]}, "devDependencies": {"type": "object", "properties": {"gulp": {"type": "string"}, "gulp-coffee": {"type": "string"}, "gulp-concat": {"type": "string"}, "gulp-sass": {"type": "string"}, "gulp-sourcemaps": {"type": "string"}}, "required": ["gulp", "gulp-coffee", "gulp-concat", "gulp-sass", "gulp-sourcemaps"]}, "private": {"type": "boolean"}}, "required": ["version", "name", "description", "author", "license", "main", "repository", "scripts", "dependencies", "devDependencies", "private"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : "0.1.0", "name" : "letterdb", "description" : "SWEN303 Individual Project", "author" : {"name" : "Brendan Goodenough", "email" : "[email protected]", "url" : "https://www.goodenough.nz"}, "license" : "MIT", "main" : "main.js", "repository" : {"type" : "git", "url" : "git+https://github.com/nerdenough/swen303-letterdb.git"}, "scripts" : {"start" : "nodemon server.coffee"}, "dependencies" : {"body-parser" : "^1.15.0", "cheerio" : "^0.20.0", "cookie-parser" : "^1.4.1", "express" : "^4.13.4", "morgan" : "^1.7.0", "node-basex" : "0.0.3", "node-xmler" : "^0.1.1", "pug" : "^2.0.0-alpha1"}, "devDependencies" : {"gulp" : "^3.9.1", "gulp-coffee" : "^2.3.1", "gulp-concat" : "^2.6.0", "gulp-sass" : "^2.2.0", "gulp-sourcemaps" : "^1.6.0"}, "private" : true} | json_instruct | {"type": "object", "properties": {"version": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "license": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "cheerio": {"type": "string"}, "cookie-parser": {"type": "string"}, "express": {"type": "string"}, "morgan": {"type": "string"}, "node-basex": {"type": "string"}, "node-xmler": {"type": "string"}, "pug": {"type": "string"}}, "required": ["body-parser", "cheerio", "cookie-parser", "express", "morgan", "node-basex", "node-xmler", "pug"]}, "devDependencies": {"type": "object", "properties": {"gulp": {"type": "string"}, "gulp-coffee": {"type": "string"}, "gulp-concat": {"type": "string"}, "gulp-sass": {"type": "string"}, "gulp-sourcemaps": {"type": "string"}}, "required": ["gulp", "gulp-coffee", "gulp-concat", "gulp-sass", "gulp-sourcemaps"]}, "private": {"type": "boolean"}}, "required": ["version", "name", "description", "author", "license", "main", "repository", "scripts", "dependencies", "devDependencies", "private"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"storeId": {"type": "string"}, "name": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "postalCode": {"type": "string"}, "country": {"type": "string"}, "addressLines": {"type": "array", "items": {"type": "string"}}}, "required": ["storeId", "name", "latitude", "longitude", "postalCode", "country", "addressLines"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"storeId" : "2488", "name" : "Eynsham Esso Express", "latitude" : 51.78737, "longitude" : -1.37717, "postalCode" : "OX29 4EN", "country" : "gb", "addressLines" : ["A40 E Bound", "Eynsham", "Witney"]} | json_instruct | {"type": "object", "properties": {"storeId": {"type": "string"}, "name": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "postalCode": {"type": "string"}, "country": {"type": "string"}, "addressLines": {"type": "array", "items": {"type": "string"}}}, "required": ["storeId", "name", "latitude", "longitude", "postalCode", "country", "addressLines"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["person_id", "pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : 1.3, "people" : [{"person_id" : [-1], "pose_keypoints_2d" : [712.799, 283.074, 0.919546, 715.733, 409.556, 0.919905, 624.517, 406.729, 0.873071, 589.187, 553.772, 0.925948, 580.326, 686.319, 0.920109, 806.901, 409.573, 0.847878, 833.492, 562.616, 0.901246, 833.534, 689.213, 0.924445, 706.934, 712.746, 0.604257, 645.031, 712.767, 0.594258, 656.798, 960.024, 0.579992, 662.677, 1074.91, 0.0644502, 768.62, 712.754, 0.606273, 759.772, 951.208, 0.646078, 0, 0, 0, 692.157, 268.278, 0.968586, 733.395, 268.204, 0.929488, 668.704, 288.893, 0.805328, 759.931, 288.84, 0.880342, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "face_keypoints_2d" : [], "hand_left_keypoints_2d" : [], "hand_right_keypoints_2d" : [], "pose_keypoints_3d" : [], "face_keypoints_3d" : [], "hand_left_keypoints_3d" : [], "hand_right_keypoints_3d" : []}]} | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["person_id", "pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "bin": {"type": "object", "properties": {"add-no-save": {"type": "string"}, "yarn-add-no-save": {"type": "string"}}, "required": ["add-no-save", "yarn-add-no-save"]}, "files": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"which": {"type": "string"}}, "required": ["which"]}}, "required": ["name", "version", "description", "main", "author", "repository", "license", "bin", "files", "keywords", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "yarn-add-no-save", "version" : "1.0.3", "description" : "Implements the much requested feature of installing packages without saving them with yarn.", "main" : "bin/main.js", "author" : "Dario Segura", "repository" : "https://github.com/darionco/yarn-add-no-save.git", "license" : "MIT", "bin" : {"add-no-save" : "bin/local.js", "yarn-add-no-save" : "bin/global.js"}, "files" : ["bin/", "README.md", "LICENSE"], "keywords" : ["yarn", "peerDeps", "add", "peerDependencies", "no-save", "--no-save"], "dependencies" : {"which" : "^2.0.2"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "bin": {"type": "object", "properties": {"add-no-save": {"type": "string"}, "yarn-add-no-save": {"type": "string"}}, "required": ["add-no-save", "yarn-add-no-save"]}, "files": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"which": {"type": "string"}}, "required": ["which"]}}, "required": ["name", "version", "description", "main", "author", "repository", "license", "bin", "files", "keywords", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "dt": {"type": "integer"}, "ar": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "al": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "picUrl": {"type": "string"}}, "required": ["id", "name", "picUrl"]}}, "required": ["id", "name", "dt", "ar", "al"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : 34852092, "name" : "\u58c1\u549a", "dt" : 196319, "ar" : {"id" : 1150319, "name" : "O2O Goddess"}, "al" : {"id" : 3295724, "name" : "\u58c1\u549a", "picUrl" : "https://p1.music.126.net/2jDR--7Y8kq103Y8rH3lHA==/7967061257381027.jpg"}}, {"id" : 405372956, "name" : "\u4e8c\u5e76\u8d62\u7740", "dt" : 175777, "ar" : {"id" : 1150319, "name" : "O2O Goddess"}, "al" : {"id" : 34527414, "name" : "\u4e8c\u5e76\u8d62\u7740", "picUrl" : "https://p1.music.126.net/rPpbmfQzrV9VfhQgTaECeQ==/1410673420589512.jpg"}}, {"id" : 35956723, "name" : "Rolling up(\u4f34\u594f)", "dt" : 228823, "ar" : {"id" : 1150319, "name" : "O2O Goddess"}, "al" : {"id" : 3378296, "name" : "Rolling up", "picUrl" : "https://p1.music.126.net/Vwm-KM7CmkAnGdnzmIp8vQ==/3408486047237020.jpg"}}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "dt": {"type": "integer"}, "ar": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "al": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "picUrl": {"type": "string"}}, "required": ["id", "name", "picUrl"]}}, "required": ["id", "name", "dt", "ar", "al"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"gamma": {"type": "string"}, "sw-toolbox": {"type": "string"}}, "required": ["gamma", "sw-toolbox"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "devDependencies": {"type": "object", "properties": {"browserify": {"type": "string"}, "chastifol": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-standard": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "eslint-plugin-node": {"type": "string"}, "eslint-plugin-promise": {"type": "string"}, "eslint-plugin-standard": {"type": "string"}, "http-server": {"type": "string"}, "watchify": {"type": "string"}}, "required": ["browserify", "chastifol", "eslint", "eslint-config-standard", "eslint-plugin-import", "eslint-plugin-node", "eslint-plugin-promise", "eslint-plugin-standard", "http-server", "watchify"]}}, "required": ["dependencies", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"dependencies" : {"gamma" : "^1.0.0", "sw-toolbox" : "^3.6.0"}, "scripts" : {"start" : "chastifol [ watchify -d -v -o out/main.js src/main.js ] [ watchify -d -v -o out/sw.js src/sw.js ] [ http-server -c0 ]"}, "devDependencies" : {"browserify" : "^14.4.0", "chastifol" : "^4.1.0", "eslint" : "^4.5.0", "eslint-config-standard" : "^10.2.1", "eslint-plugin-import" : "^2.7.0", "eslint-plugin-node" : "^5.1.1", "eslint-plugin-promise" : "^3.5.0", "eslint-plugin-standard" : "^3.0.1", "http-server" : "^0.10.0", "watchify" : "^3.9.0"}} | json_instruct | {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"gamma": {"type": "string"}, "sw-toolbox": {"type": "string"}}, "required": ["gamma", "sw-toolbox"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "devDependencies": {"type": "object", "properties": {"browserify": {"type": "string"}, "chastifol": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-standard": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "eslint-plugin-node": {"type": "string"}, "eslint-plugin-promise": {"type": "string"}, "eslint-plugin-standard": {"type": "string"}, "http-server": {"type": "string"}, "watchify": {"type": "string"}}, "required": ["browserify", "chastifol", "eslint", "eslint-config-standard", "eslint-plugin-import", "eslint-plugin-node", "eslint-plugin-promise", "eslint-plugin-standard", "http-server", "watchify"]}}, "required": ["dependencies", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "type": {"type": "string"}, "scores": {"type": "array", "items": {"type": "integer"}}, "scores_total": {"type": "integer"}, "scores_state": {"type": "string"}, "scores_updated": {"type": "integer"}, "snapshot": {"type": "string"}, "state": {"type": "string"}, "author": {"type": "string"}, "space": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "votes": {"type": "integer"}, "votes_data": {"type": "array", "items": {}}}, "required": ["id", "title", "body", "choices", "start", "end", "type", "scores", "scores_total", "scores_state", "scores_updated", "snapshot", "state", "author", "space", "votes", "votes_data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "0x51c80307af9268799dff318da08bb3345e9cfbaa0bb8a25c6cc2b8d9a04600a5", "title" : "Test ", "body" : "Real or fake Christmas tree?", "choices" : ["real", "fake"], "start" : 1639533600, "end" : 1639706400, "type" : "single-choice", "scores" : [0, 0], "scores_total" : 0, "scores_state" : "final", "scores_updated" : 1639706409, "snapshot" : "19584813", "state" : "closed", "author" : "0x59Cbb50Bd76ef8B53B7Fe5935fE7521C1F32CFf1", "space" : {"id" : "sparkr.eth", "name" : "SPARKR DAO"}, "votes" : 0, "votes_data" : []} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "type": {"type": "string"}, "scores": {"type": "array", "items": {"type": "integer"}}, "scores_total": {"type": "integer"}, "scores_state": {"type": "string"}, "scores_updated": {"type": "integer"}, "snapshot": {"type": "string"}, "state": {"type": "string"}, "author": {"type": "string"}, "space": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "votes": {"type": "integer"}, "votes_data": {"type": "array", "items": {}}}, "required": ["id", "title", "body", "choices", "start", "end", "type", "scores", "scores_total", "scores_state", "scores_updated", "snapshot", "state", "author", "space", "votes", "votes_data"], "$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.