input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"pages": {"type": "array", "items": {"type": "string"}}, "window": {"type": "object", "properties": {"backgroundTextStyle": {"type": "string"}, "navigationBarBackgroundColor": {"type": "string"}, "navigationBarTitleText": {"type": "string"}, "navigationBarTextStyle": {"type": "string"}}, "required": ["backgroundTextStyle", "navigationBarBackgroundColor", "navigationBarTitleText", "navigationBarTextStyle"]}, "tabBar": {"type": "object", "properties": {"color": {"type": "string"}, "selectedColor": {"type": "string"}, "backgroundColor": {"type": "string"}, "position": {"type": "string"}, "borderStyle": {"type": "string"}, "list": {"type": "array", "items": {"type": "object", "properties": {"pagePath": {"type": "string"}, "text": {"type": "string"}, "iconPath": {"type": "string"}, "selectedIconPath": {"type": "string"}}, "required": ["pagePath", "text", "iconPath", "selectedIconPath"]}}}, "required": ["color", "selectedColor", "backgroundColor", "position", "borderStyle", "list"]}, "style": {"type": "string"}, "sitemapLocation": {"type": "string"}}, "required": ["pages", "window", "tabBar", "style", "sitemapLocation"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"pages" : ["pages/index/index", "pages/cart/index", "pages/my/index", "pages/pay/index"], "window" : {"backgroundTextStyle" : "light", "navigationBarBackgroundColor" : "#ff2d4a", "navigationBarTitleText" : "\u5728\u7ebf\u8ba2\u9910", "navigationBarTextStyle" : "white"}, "tabBar" : {"color" : "#000", "selectedColor" : "#ff2d4a", "backgroundColor" : "", "position" : "bottom", "borderStyle" : "black", "list" : [{"pagePath" : "pages/index/index", "text" : "\u83dc\u5355", "iconPath" : "./icons/home.png", "selectedIconPath" : "./icons/home-o.png"}, {"pagePath" : "pages/cart/index", "text" : "\u8d2d\u7269\u8f66", "iconPath" : "./icons/cart.png", "selectedIconPath" : "./icons/cart-o.png"}, {"pagePath" : "pages/my/index", "text" : "\u6211\u7684", "iconPath" : "./icons/my.png", "selectedIconPath" : "./icons/my-o.png"}]}, "style" : "v2", "sitemapLocation" : "sitemap.json"}
json_instruct
{"type": "object", "properties": {"pages": {"type": "array", "items": {"type": "string"}}, "window": {"type": "object", "properties": {"backgroundTextStyle": {"type": "string"}, "navigationBarBackgroundColor": {"type": "string"}, "navigationBarTitleText": {"type": "string"}, "navigationBarTextStyle": {"type": "string"}}, "required": ["backgroundTextStyle", "navigationBarBackgroundColor", "navigationBarTitleText", "navigationBarTextStyle"]}, "tabBar": {"type": "object", "properties": {"color": {"type": "string"}, "selectedColor": {"type": "string"}, "backgroundColor": {"type": "string"}, "position": {"type": "string"}, "borderStyle": {"type": "string"}, "list": {"type": "array", "items": {"type": "object", "properties": {"pagePath": {"type": "string"}, "text": {"type": "string"}, "iconPath": {"type": "string"}, "selectedIconPath": {"type": "string"}}, "required": ["pagePath", "text", "iconPath", "selectedIconPath"]}}}, "required": ["color", "selectedColor", "backgroundColor", "position", "borderStyle", "list"]}, "style": {"type": "string"}, "sitemapLocation": {"type": "string"}}, "required": ["pages", "window", "tabBar", "style", "sitemapLocation"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"paths": {"type": "array", "items": {"type": "object", "properties": {"index": {"type": "integer"}, "path": {"type": "array", "items": {"type": "integer"}}}, "required": ["index", "path"]}}, "calls": {"type": "array", "items": {"type": "object", "properties": {"index": {"type": "integer"}, "call": {"type": "object", "properties": {"value": {"type": "integer"}, "payload": {"type": "string"}, "caller": {"type": "integer"}}, "required": ["value", "payload", "caller"]}}, "required": ["index", "call"]}}}, "required": ["paths", "calls"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"paths" : [{"index" : 0, "path" : [0, 61, 71, 133, 158, 205]}], "calls" : [{"index" : 0, "call" : {"value" : 0, "payload" : "b5c5f6720000000000000000000000003cc7c038f7eea1b70014b788b821d675b13b876000000000000000000000000000000000000000000000000000000000c1534f8a0000000000000000000000000000000000000000000000000000000000000539", "caller" : 91343852333181432387730302044767688728495783936}}]}
json_instruct
{"type": "object", "properties": {"paths": {"type": "array", "items": {"type": "object", "properties": {"index": {"type": "integer"}, "path": {"type": "array", "items": {"type": "integer"}}}, "required": ["index", "path"]}}, "calls": {"type": "array", "items": {"type": "object", "properties": {"index": {"type": "integer"}, "call": {"type": "object", "properties": {"value": {"type": "integer"}, "payload": {"type": "string"}, "caller": {"type": "integer"}}, "required": ["value", "payload", "caller"]}}, "required": ["index", "call"]}}}, "required": ["paths", "calls"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"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" : "Omar A Khan"}, {"author" : "Allan Ramsay"}], "doi" : "10.1186/1471-2296-7-22", "publication_date" : "2006-03-28", "id" : "EN119613", "url" : "https://pubmed.ncbi.nlm.nih.gov/16563167", "source" : "BMC family practice", "source_url" : "", "licence" : "CC BY", "language" : "en", "type" : "pubmed", "description" : "", "text" : "We present a case which we consider relevant to primary care practitioners. The patient in question presented with relatively mild mental status changes, progressing to confusion, dysnomia and delirium over a period of three days. While infection did not appear to be the leading cause on her differential diagnosis, she was found on extensive workup to have encephalitis caused by Herpes Simplex Virus type 1."}
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 sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"style": {"type": "string"}, "layerState": {"type": "object", "properties": {"NIWA_SCENZ_CLIMATOLOGIES_V02_5742": {"type": "object", "properties": {"selected": {"type": "boolean"}}, "required": ["selected"]}}, "required": ["NIWA_SCENZ_CLIMATOLOGIES_V02_5742"]}, "layer": {"type": "string"}, "isZoom": {"type": "boolean"}, "handleColor": {"type": "string"}, "layerMode": {"type": "string"}, "defaultLayers": {"type": "array", "items": {}}, "invertPlacement": {"type": "boolean"}, "isHidePanel": {"type": "boolean"}}, "required": ["style", "layerState", "layer", "isZoom", "handleColor", "layerMode", "defaultLayers", "invertPlacement", "isHidePanel"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"style" : "vertical", "layerState" : {"NIWA_SCENZ_CLIMATOLOGIES_V02_5742" : {"selected" : true}}, "layer" : "NIWA_SCENZ_CLIMATOLOGIES_V02_5742", "isZoom" : false, "handleColor" : "#dadada", "layerMode" : "single", "defaultLayers" : [], "invertPlacement" : false, "isHidePanel" : false}
json_instruct
{"type": "object", "properties": {"style": {"type": "string"}, "layerState": {"type": "object", "properties": {"NIWA_SCENZ_CLIMATOLOGIES_V02_5742": {"type": "object", "properties": {"selected": {"type": "boolean"}}, "required": ["selected"]}}, "required": ["NIWA_SCENZ_CLIMATOLOGIES_V02_5742"]}, "layer": {"type": "string"}, "isZoom": {"type": "boolean"}, "handleColor": {"type": "string"}, "layerMode": {"type": "string"}, "defaultLayers": {"type": "array", "items": {}}, "invertPlacement": {"type": "boolean"}, "isHidePanel": {"type": "boolean"}}, "required": ["style", "layerState", "layer", "isZoom", "handleColor", "layerMode", "defaultLayers", "invertPlacement", "isHidePanel"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}, "required": ["main"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 44012, "info" : {"name" : "VBForums header & footer cleanup", "description" : "All focus to actual content. Also removes some advertisements. Can be used together with Firefox YesScript add-on to improve the loading time of the site.", "additionalInfo" : null, "format" : "uso", "category" : "vbforums", "createdAt" : "2011-02-11T11:34:54.000Z", "updatedAt" : "2011-02-11T11:34:54.000Z", "license" : "NO-REDISTRIBUTION", "author" : {"id" : 89063, "name" : "Merri"}}, "stats" : {"installs" : {"total" : 34, "weekly" : 0}}, "screenshots" : {"main" : {"name" : "44012-after.png", "archived" : false}}, "discussions" : {"stats" : {"discussionsCount" : 0, "commentsCount" : 0}, "data" : []}, "style" : {"css" : "@-moz-document domain(vbforums.com) {\r\n\r\nbody {\r\nbackground-image: url('http://www.vbforums.com/images/logo.gif') !important;\r\nbackground-position: 15px 15px !important;\r\nbackground-repeat: no-repeat !important;\r\npadding-top: 50px !important;\r\n}\r\n\r\n#heightcontainer,#navitoolbarcontainer,#ewgtcontainer,body > center + table,center > table[style=\"background-color: rgb(255, 255, 255);\"],td.tcat > a[href^=\"http://\"],noscript {\r\ndisplay: none;\r\n}\r\n\r\n}"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}, "required": ["main"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"versionEnd": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"]}, "versionStart": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"]}, "changes": {"type": "array", "items": {"type": "string"}}}, "required": ["versionEnd", "versionStart", "changes"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"versionEnd" : {"versionNum" : 2865, "commit" : "15c58719e9c44e8590173eedd20dd4b0f43e8d5f", "date" : "2021-07-07T16:53:07.093Z"}, "versionStart" : {"versionNum" : 2864, "commit" : "56e46a36c17112dbdd2a48d5956c45b724a51e5f", "date" : "2021-07-07T14:52:52.684Z"}, "changes" : ["blockchains/smartchain/assets/0x7153431234b9A6D1Fa53cD057D5a1AAC00C85c7f/info.json", "blockchains/smartchain/assets/0x7153431234b9A6D1Fa53cD057D5a1AAC00C85c7f/logo.png"]}
json_instruct
{"type": "object", "properties": {"versionEnd": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"]}, "versionStart": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"]}, "changes": {"type": "array", "items": {"type": "string"}}}, "required": ["versionEnd", "versionStart", "changes"], "$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"}, "symbol": {"type": "string"}, "id": {"type": "string"}, "decimals": {"type": "integer"}, "coingecko_url": {"type": "string"}, "market_cap_usd": {"type": "integer"}, "market_cap_rank": {"type": "integer"}, "24_hr_volume_usd": {"type": "number"}, "logoURI": {"type": "string"}}, "required": ["name", "symbol", "id", "decimals", "coingecko_url", "market_cap_usd", "market_cap_rank", "24_hr_volume_usd", "logoURI"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "UniPower", "symbol" : "POWER", "id" : "0xF2f9A7e93f845b3ce154EfbeB64fB9346FCCE509", "decimals" : 18, "coingecko_url" : "https://www.coingecko.com/en/coins/unipower", "market_cap_usd" : 414506, "market_cap_rank" : 2734, "24_hr_volume_usd" : 9.25, "logoURI" : "https://raw.githubusercontent.com/poolsharks-protocol/token-metadata/master/blockchains/ethereum/assets/0xF2f9A7e93f845b3ce154EfbeB64fB9346FCCE509/logo.png"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "id": {"type": "string"}, "decimals": {"type": "integer"}, "coingecko_url": {"type": "string"}, "market_cap_usd": {"type": "integer"}, "market_cap_rank": {"type": "integer"}, "24_hr_volume_usd": {"type": "number"}, "logoURI": {"type": "string"}}, "required": ["name", "symbol", "id", "decimals", "coingecko_url", "market_cap_usd", "market_cap_rank", "24_hr_volume_usd", "logoURI"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"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" : "3506080", "regency_id" : "3506", "name" : "NGANCAR"}
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#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "audit": {"type": "null"}}, "required": ["id", "source", "verse_id", "verse_count", "reference", "title", "html", "audit"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 9954, "source" : "bullinger", "verse_id" : 18035, "verse_count" : 1, "reference" : "20:5", "title" : "", "html" : " <p> <em>expectation. </em> Put by Figure of speech <i>Metonymy </i> (of Adjunct), for the help expected from Egypt. </p> \n\n <p> <em>Egypt their glory. </em> Put by Figure of speech <i>Metonymy </i> (of Adjunct), for the Egyptians, in whom they gloried. </p> ", "audit" : null}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "audit": {"type": "null"}}, "required": ["id", "source", "verse_id", "verse_count", "reference", "title", "html", "audit"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"copyright": {"type": "string"}}, "required": ["copyright"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"copyright" : "Dave Emmanuel Magno"}
json_instruct
{"type": "object", "properties": {"copyright": {"type": "string"}}, "required": ["copyright"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "3304030009", "district_id" : "3304030", "name" : "MANDIRAJA KULON"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "features" : [{"type" : "Feature", "id" : "MOZ", "properties" : {"name" : "Mozambique"}, "geometry" : {"type" : "Polygon", "coordinates" : [[[34.559989, -11.52002], [35.312398, -11.439146], [36.514082, -11.720938], [36.775151, -11.594537], [37.471284, -11.568751], [37.827645, -11.268769], [38.427557, -11.285202], [39.52103, -10.896854], [40.316589, -10.317096], [40.478387, -10.765441], [40.437253, -11.761711], [40.560811, -12.639177], [40.59962, -14.201975], [40.775475, -14.691764], [40.477251, -15.406294], [40.089264, -16.100774], [39.452559, -16.720891], [38.538351, -17.101023], [37.411133, -17.586368], [36.281279, -18.659688], [35.896497, -18.84226], [35.1984, -19.552811], [34.786383, -19.784012], [34.701893, -20.497043], [35.176127, -21.254361], [35.373428, -21.840837], [35.385848, -22.14], [35.562546, -22.09], [35.533935, -23.070788], [35.371774, -23.535359], [35.60747, -23.706563], [35.458746, -24.12261], [35.040735, -24.478351], [34.215824, -24.816314], [33.01321, -25.357573], [32.574632, -25.727318], [32.660363, -26.148584], [32.915955, -26.215867], [32.83012, -26.742192], [32.071665, -26.73382], [31.985779, -26.29178], [31.837778, -25.843332], [31.752408, -25.484284], [31.930589, -24.369417], [31.670398, -23.658969], [31.191409, -22.25151], [32.244988, -21.116489], [32.508693, -20.395292], [32.659743, -20.30429], [32.772708, -19.715592], [32.611994, -19.419383], [32.654886, -18.67209], [32.849861, -17.979057], [32.847639, -16.713398], [32.328239, -16.392074], [31.852041, -16.319417], [31.636498, -16.07199], [31.173064, -15.860944], [30.338955, -15.880839], [30.274256, -15.507787], [30.179481, -14.796099], [33.214025, -13.97186], [33.7897, -14.451831], [34.064825, -14.35995], [34.459633, -14.61301], [34.517666, -15.013709], [34.307291, -15.478641], [34.381292, -16.18356], [35.03381, -16.8013], [35.339063, -16.10744], [35.771905, -15.896859], [35.686845, -14.611046], [35.267956, -13.887834], [34.907151, -13.565425], [34.559989, -13.579998], [34.280006, -12.280025], [34.559989, -11.52002]]]}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"build-dev": {"type": "string"}, "build-dev-watch": {"type": "string"}, "build-prod": {"type": "string"}}, "required": ["build-dev", "build-dev-watch", "build-prod"]}, "dependencies": {"type": "object", "properties": {"plantuml-encoder": {"type": "string"}, "react": {"type": "string"}, "react-ace": {"type": "string"}, "react-dom": {"type": "string"}}, "required": ["plantuml-encoder", "react", "react-ace", "react-dom"]}, "devDependencies": {"type": "object", "properties": {"@babel/cli": {"type": "string"}, "@babel/core": {"type": "string"}, "@babel/plugin-proposal-class-properties": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "@babel/preset-react": {"type": "string"}, "babel-loader": {"type": "string"}, "styled-components": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}, "webpack-merge": {"type": "string"}}, "required": ["@babel/cli", "@babel/core", "@babel/plugin-proposal-class-properties", "@babel/preset-env", "@babel/preset-react", "babel-loader", "styled-components", "webpack", "webpack-cli", "webpack-merge"]}}, "required": ["name", "version", "license", "description", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "plantuml-editor", "version" : "0.1.0", "license" : "MIT", "description" : "", "scripts" : {"build-dev" : "webpack --config webpack.config.dev.js --display-error-details", "build-dev-watch" : "webpack --config webpack.config.dev.js --display-error-details --watch --progress", "build-prod" : "webpack --config webpack.config.prod.js --display-error-details"}, "dependencies" : {"plantuml-encoder" : "^1.4.0", "react" : "^16.11.0", "react-ace" : "^8.0.0", "react-dom" : "^16.12.0"}, "devDependencies" : {"@babel/cli" : "^7.7.0", "@babel/core" : "^7.7.2", "@babel/plugin-proposal-class-properties" : "^7.7.0", "@babel/preset-env" : "^7.0.0", "@babel/preset-react" : "^7.0.0", "babel-loader" : "^8.0.6", "styled-components" : "^4.4.1", "webpack" : "^4.41.2", "webpack-cli" : "^3.3.10", "webpack-merge" : "^4.2.2"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"build-dev": {"type": "string"}, "build-dev-watch": {"type": "string"}, "build-prod": {"type": "string"}}, "required": ["build-dev", "build-dev-watch", "build-prod"]}, "dependencies": {"type": "object", "properties": {"plantuml-encoder": {"type": "string"}, "react": {"type": "string"}, "react-ace": {"type": "string"}, "react-dom": {"type": "string"}}, "required": ["plantuml-encoder", "react", "react-ace", "react-dom"]}, "devDependencies": {"type": "object", "properties": {"@babel/cli": {"type": "string"}, "@babel/core": {"type": "string"}, "@babel/plugin-proposal-class-properties": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "@babel/preset-react": {"type": "string"}, "babel-loader": {"type": "string"}, "styled-components": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}, "webpack-merge": {"type": "string"}}, "required": ["@babel/cli", "@babel/core", "@babel/plugin-proposal-class-properties", "@babel/preset-env", "@babel/preset-react", "babel-loader", "styled-components", "webpack", "webpack-cli", "webpack-merge"]}}, "required": ["name", "version", "license", "description", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 1125915749, "type" : "Feature", "properties" : {"src:alt_label" : "qs_pg", "src:geom" : "qs_pg", "wof:geomhash" : "7a2a42a6ec2a48ff4bab53f77a25d2af", "wof:id" : 1125915749, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [1.72595, 43.30536, 1.72595, 43.30536], "geometry" : {"coordinates" : [1.72595, 43.30536], "type" : "Point"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["Hit", "me", ",", "baby", "(", "that", "'s", "right", ")"], ["Hurt", "me", ",", "baby", "(", "that", "'s", "right", ")"], ["Like", "you", "put", "your", "armpits", "in", "a", "drum", "machine"], ["Easy", "mo", ",", "just", "let", "the", "beat", "rock", "from", "your", "sweet", "stock"], ["To", "bounce", "the", "complete", "block", ",", "make", "everyone", "on", "the", "street", "flock"], ["To", "this", "here", "rhymthm", ",", "music", "'ll", "hit", "em", ",", "get", "em", ",", "my", "lyrics", "'ll", "fit", "em"], ["When", "I", "get", "with", "em", ",", "girls", "I", "'m", "in", "em", ",", "smokin", "like", "bags", "of", "ism"], ["The", "one", "that", "keep", "amazin", "y'all", ",", "do", "n't", "even", "know", "who", "you", "'re", "facin", ",", "pa"], ["The", "kane", "has", "flipped", "more", "tracks", "than", "a", "racing", "car"], ["The", "one", "who", "created", "it", "and", "many", "others", "imitated", "it"], ["I", "heard", "your", "rap", "style", ",", "kid", "-", "hated", "it"], ["Let", "me", "show", "you", "how", ",", "look", "here", ",", "now", "check", "my", "style"], ["What", "I", "spit", "out", ",", "it", "'ll", "raise", "your", "brow", ",", "make", "you", "say", "wow"], ["Ba-da-bow-bow", ",", "come", "on", ",", "now", "let", "'s", "get", "down"], ["And", "sway", ",", "sway", "when", "you", "hear", "the", "music", "play"], ["Hip-hop", "hooray", ",", "this", "is", "what", "I", "want", "you", "to", "say"], ["I", "'m", "in", "love", "with", "big", "daddy", "kane"]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"protocol_ver": {"type": "string"}, "options": {"type": "object", "properties": {"service_time": {"type": "integer"}, "req_route_geom": {"type": "boolean"}, "req_debuginfo": {"type": "boolean"}, "keep_entry_angle": {"type": "boolean"}}, "required": ["service_time", "req_route_geom", "req_debuginfo", "keep_entry_angle"]}, "vehicle": {"type": "object", "properties": {"driver_id": {"type": "string"}, "vehicle_id": {"type": "string"}, "start_task_id": {"type": "string"}, "end_task_id": {"type": "string"}, "start_time": {"type": "integer"}, "end_time": {"type": "integer"}}, "required": ["driver_id", "vehicle_id", "start_task_id", "end_task_id", "start_time", "end_time"]}, "services": {"type": "array", "items": {"type": "object", "properties": {"task_id": {"type": "string"}, "name": {"type": "string"}, "loc_coord": {"type": "array", "items": {"type": "number"}}}, "required": ["task_id", "name", "loc_coord"]}}}, "required": ["protocol_ver", "options", "vehicle", "services"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"protocol_ver" : "0.1.7", "options" : {"service_time" : 60, "req_route_geom" : true, "req_debuginfo" : true, "keep_entry_angle" : false}, "vehicle" : {"driver_id" : "hong", "vehicle_id" : "car-0101", "start_task_id" : "0", "end_task_id" : "0", "start_time" : 32400, "end_time" : 64800}, "services" : [{"task_id" : "0", "name" : "mappers", "loc_coord" : [127.1145019, 37.50868]}, {"task_id" : "1", "name" : "\uc1a1\ud30c\ub098\ub8e8\uc5ed", "loc_coord" : [127.1121007, 37.5098758]}, {"task_id" : "2", "name" : "\uc11d\ucd0c\uc5ed", "loc_coord" : [127.1078362, 37.5053189]}, {"task_id" : "3", "name" : "\uc1a1\ud30c\uc5ed", "loc_coord" : [127.1128161, 37.4993756]}, {"task_id" : "4", "name" : "spo-any", "loc_coord" : [127.1162522, 37.5078703]}]}
json_instruct
{"type": "object", "properties": {"protocol_ver": {"type": "string"}, "options": {"type": "object", "properties": {"service_time": {"type": "integer"}, "req_route_geom": {"type": "boolean"}, "req_debuginfo": {"type": "boolean"}, "keep_entry_angle": {"type": "boolean"}}, "required": ["service_time", "req_route_geom", "req_debuginfo", "keep_entry_angle"]}, "vehicle": {"type": "object", "properties": {"driver_id": {"type": "string"}, "vehicle_id": {"type": "string"}, "start_task_id": {"type": "string"}, "end_task_id": {"type": "string"}, "start_time": {"type": "integer"}, "end_time": {"type": "integer"}}, "required": ["driver_id", "vehicle_id", "start_task_id", "end_task_id", "start_time", "end_time"]}, "services": {"type": "array", "items": {"type": "object", "properties": {"task_id": {"type": "string"}, "name": {"type": "string"}, "loc_coord": {"type": "array", "items": {"type": "number"}}}, "required": ["task_id", "name", "loc_coord"]}}}, "required": ["protocol_ver", "options", "vehicle", "services"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "cost": {"type": "number"}, "dueDate": {"type": "string"}, "paid": {"type": "boolean"}, "invoiceDate": {"type": "string"}, "servicePeriodStart": {"type": "string"}, "servicePeriodEnd": {"type": "string"}, "periodicity": {"type": "string"}, "paymentMethod": {"type": "string"}, "typableLine": {"type": "string"}}, "required": ["title", "description", "cost", "dueDate", "paid", "invoiceDate", "servicePeriodStart", "servicePeriodEnd", "periodicity", "paymentMethod", "typableLine"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "COPEL - April 2020", "description" : "Electricity billl reference to the month of April", "cost" : 15000.66, "dueDate" : "2020-04-30", "paid" : false, "invoiceDate" : "2020-04-25", "servicePeriodStart" : "2020-03-25", "servicePeriodEnd" : "2020-04-25", "periodicity" : "monthly", "paymentMethod" : "bank transfer", "typableLine" : "0341.00000 00000.000000 00000.000000 0 00000000000001"}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "cost": {"type": "number"}, "dueDate": {"type": "string"}, "paid": {"type": "boolean"}, "invoiceDate": {"type": "string"}, "servicePeriodStart": {"type": "string"}, "servicePeriodEnd": {"type": "string"}, "periodicity": {"type": "string"}, "paymentMethod": {"type": "string"}, "typableLine": {"type": "string"}}, "required": ["title", "description", "cost", "dueDate", "paid", "invoiceDate", "servicePeriodStart", "servicePeriodEnd", "periodicity", "paymentMethod", "typableLine"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1969, 7], [1970, 6], [1971, 5], [1973, 6], [1974, 8], [1975, 6], [1976, 12], [1977, 11], [1978, 8], [1979, 6], [1980, 18], [1981, 16], [1982, 17], [1983, 15], [1984, 9], [1985, 10], [1986, 13], [1987, 14], [1988, 14], [1989, 13], [1990, 18], [1991, 28], [1992, 21], [1993, 25], [1994, 24], [1995, 33], [1996, 43], [1997, 42], [1998, 70], [1999, 73], [2000, 101], [2001, 145], [2002, 136], [2003, 160], [2004, 127], [2005, 146], [2006, 179], [2007, 183], [2008, 171], [2009, 160], [2010, 155], [2011, 155], [2012, 153], [2013, 137], [2014, 124]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$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": {"subreddit": {"type": "string"}, "hour": {"type": "string"}, "avg": {"type": "number"}}, "required": ["subreddit", "hour", "avg"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"subreddit" : "BigChungus", "hour" : "01", "avg" : 35.61538461538461}, {"subreddit" : "BigChungus", "hour" : "02", "avg" : 43.654545454545456}, {"subreddit" : "BigChungus", "hour" : "03", "avg" : 33.014925373134325}, {"subreddit" : "BigChungus", "hour" : "04", "avg" : 42.11764705882353}, {"subreddit" : "BigChungus", "hour" : "05", "avg" : 56.64}, {"subreddit" : "BigChungus", "hour" : "06", "avg" : 19.789473684210527}, {"subreddit" : "BigChungus", "hour" : "07", "avg" : 62.21052631578947}, {"subreddit" : "BigChungus", "hour" : "08", "avg" : 40.68421052631579}, {"subreddit" : "BigChungus", "hour" : "09", "avg" : 63.22727272727273}, {"subreddit" : "BigChungus", "hour" : "10", "avg" : 102.72727272727273}, {"subreddit" : "BigChungus", "hour" : "11", "avg" : 120.11538461538461}, {"subreddit" : "BigChungus", "hour" : "12", "avg" : 124.93548387096774}, {"subreddit" : "BigChungus", "hour" : "13", "avg" : 91.82051282051282}, {"subreddit" : "BigChungus", "hour" : "14", "avg" : 68.3076923076923}, {"subreddit" : "BigChungus", "hour" : "15", "avg" : 65.50980392156863}, {"subreddit" : "BigChungus", "hour" : "16", "avg" : 34.79032258064516}, {"subreddit" : "BigChungus", "hour" : "17", "avg" : 11.285714285714286}, {"subreddit" : "BigChungus", "hour" : "18", "avg" : 37.3125}, {"subreddit" : "BigChungus", "hour" : "19", "avg" : 41.55128205128205}, {"subreddit" : "BigChungus", "hour" : "20", "avg" : 56.30555555555556}, {"subreddit" : "BigChungus", "hour" : "21", "avg" : 33.17894736842105}, {"subreddit" : "BigChungus", "hour" : "22", "avg" : 30.063492063492063}, {"subreddit" : "BigChungus", "hour" : "23", "avg" : 30.850746268656717}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"subreddit": {"type": "string"}, "hour": {"type": "string"}, "avg": {"type": "number"}}, "required": ["subreddit", "hour", "avg"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"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" : "Person", "normalizedVertices" : [{"x" : 0.32891333, "y" : 0.05257895}, {"x" : 0.4793839, "y" : 0.05257895}, {"x" : 0.4793839, "y" : 0.21810837}, {"x" : 0.32891333, "y" : 0.21810837}], "score" : 0.8473755}, {"label" : "Person", "normalizedVertices" : [{"x" : 0.4359082, "y" : 0.025277631}, {"x" : 0.5457389, "y" : 0.025277631}, {"x" : 0.5457389, "y" : 0.21717438}, {"x" : 0.4359082, "y" : 0.21717438}], "score" : 0.8089442}]
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#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"source": {"type": "string"}, "word": {"type": "string"}, "infinitivo": {"type": "string"}, "participio": {"type": "array", "items": {"type": "string"}}, "gerundio": {"type": "array", "items": {"type": "string"}}, "tenses": {"type": "object", "properties": {"3": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "4": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "5": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "6": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "7": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "8": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "9": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "10": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "11": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "12": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "string"}}, "2": {"type": "array", "items": {"type": "string"}}, "3": {"type": "array", "items": {"type": "string"}}, "4": {"type": "array", "items": {"type": "string"}}, "5": {"type": "array", "items": {"type": "string"}}}, "required": ["1", "2", "3", "4", "5"]}}, "required": ["3", "4", "5", "6", "7", "8", "9", "10", "11", "12"]}}, "required": ["source", "word", "infinitivo", "participio", "gerundio", "tenses"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"source" : "http://lema.rae.es/drae/srv/search?val=revalidar", "word" : "revalidar", "infinitivo" : "revalidar", "participio" : ["revalidado"], "gerundio" : ["revalidando"], "tenses" : {"3" : [["revalido"], ["revalidas", "revalid\u00e1s"], ["revalida"], ["revalidamos"], ["revalid\u00e1is", "revalidan"], ["revalidan"]], "4" : [["revalid\u00e9"], ["revalidaste"], ["revalid\u00f3"], ["revalidamos"], ["revalidasteis", "revalidaron"], ["revalidaron"]], "5" : [["revalidaba"], ["revalidabas"], ["revalidaba"], ["revalid\u00e1bamos"], ["revalidabais", "revalidaban"], ["revalidaban"]], "6" : [["revalidar\u00eda"], ["revalidar\u00edas"], ["revalidar\u00eda"], ["revalidar\u00edamos"], ["revalidar\u00edais", "revalidar\u00edan"], ["revalidar\u00edan"]], "7" : [["revalidar\u00e9"], ["revalidar\u00e1s"], ["revalidar\u00e1"], ["revalidaremos"], ["revalidar\u00e9is", "revalidar\u00e1n"], ["revalidar\u00e1n"]], "8" : [["revalide"], ["revalides"], ["revalide"], ["revalidemos"], ["revalid\u00e9is", "revaliden"], ["revaliden"]], "9" : [["revalidara"], ["revalidaras"], ["revalidara"], ["revalid\u00e1ramos"], ["revalidarais", "revalidaran"], ["revalidaran"]], "10" : [["revalidase"], ["revalidases"], ["revalidase"], ["revalid\u00e1semos"], ["revalidaseis", "revalidasen"], ["revalidasen"]], "11" : [["revalidare"], ["revalidares"], ["revalidare"], ["revalid\u00e1remos"], ["revalidareis", "revalidaren"], ["revalidaren"]], "12" : {"1" : ["revalida"], "2" : ["revalide"], "3" : ["revalidemos"], "4" : ["revalidad"], "5" : ["revaliden"]}}}
json_instruct
{"type": "object", "properties": {"source": {"type": "string"}, "word": {"type": "string"}, "infinitivo": {"type": "string"}, "participio": {"type": "array", "items": {"type": "string"}}, "gerundio": {"type": "array", "items": {"type": "string"}}, "tenses": {"type": "object", "properties": {"3": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "4": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "5": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "6": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "7": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "8": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "9": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "10": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "11": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "12": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "string"}}, "2": {"type": "array", "items": {"type": "string"}}, "3": {"type": "array", "items": {"type": "string"}}, "4": {"type": "array", "items": {"type": "string"}}, "5": {"type": "array", "items": {"type": "string"}}}, "required": ["1", "2", "3", "4", "5"]}}, "required": ["3", "4", "5", "6", "7", "8", "9", "10", "11", "12"]}}, "required": ["source", "word", "infinitivo", "participio", "gerundio", "tenses"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"version": {"type": "string"}, "build_id": {"type": "integer"}, "total_build": {"type": "integer"}}, "required": ["version", "build_id", "total_build"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : "1.4.2", "build_id" : 2, "total_build" : 22}
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "build_id": {"type": "integer"}, "total_build": {"type": "integer"}}, "required": ["version", "build_id", "total_build"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"packageName": {"type": "string"}, "type": {"type": "string"}, "fields": {"type": "object", "properties": {"id": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "name": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "oauth2": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "type": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["id", "name", "oauth2", "type"]}}, "required": ["packageName", "type", "fields"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"packageName" : "io.fusionauth.domain.api.identityProvider", "type" : "IdentityProviderDetails", "fields" : {"id" : {"type" : "UUID"}, "name" : {"type" : "String"}, "oauth2" : {"type" : "IdentityProviderOauth2Configuration"}, "type" : {"type" : "IdentityProviderType"}}}
json_instruct
{"type": "object", "properties": {"packageName": {"type": "string"}, "type": {"type": "string"}, "fields": {"type": "object", "properties": {"id": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "name": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "oauth2": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "type": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["id", "name", "oauth2", "type"]}}, "required": ["packageName", "type", "fields"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"cSpell.words" : ["gfycat", "Giphy"]}
json_instruct
{"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "AND TO CONCLUDE FROM WHAT PASSES IN THEIR UNDERSTANDINGS BEFORE THEY EXPRESS IT;", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/667.json"}
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"lodash": {"type": "string"}}, "required": ["lodash"]}, "devDependencies": {"type": "object", "properties": {"batter": {"type": "string"}, "gulp": {"type": "string"}, "taste": {"type": "string"}}, "required": ["batter", "gulp", "taste"]}}, "required": ["name", "version", "description", "main", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "fakeblock", "version" : "0.0.91", "description" : "Field-level ACL library for Node.js and NoSql document stores", "main" : "lib/fakeblock.js", "repository" : {"type" : "git", "url" : "git://github.com/gethuman/fakeblock.js.git"}, "keywords" : ["javascript", "ACL", "access control", "security"], "author" : "Jeff Whelpley", "license" : "MIT", "bugs" : {"url" : "https://github.com/gethuman/fakeblock.js/issues"}, "homepage" : "https://github.com/gethuman/fakeblock.js", "dependencies" : {"lodash" : "^4.17.4"}, "devDependencies" : {"batter" : "^0.1.52", "gulp" : "3.9.1", "taste" : "^0.2.43"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"lodash": {"type": "string"}}, "required": ["lodash"]}, "devDependencies": {"type": "object", "properties": {"batter": {"type": "string"}, "gulp": {"type": "string"}, "taste": {"type": "string"}}, "required": ["batter", "gulp", "taste"]}}, "required": ["name", "version", "description", "main", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"user": {"type": "string"}, "value": {"type": "string"}, "type": {"type": "string"}, "time": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "list": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["type", "list"]}}}, "required": ["user", "value", "type", "time", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"user" : "Edouard DUPIN", "value" : "*", "type" : "hand", "time" : 1470151121860648960, "data" : [{"type" : "type::finger", "list" : [[360.333038, 538.959961], [360.336823, 527.84375], [359.787262, 516.55957], [360.35553, 502.037354], [360.505798, 481.836975], [360.545898, 459.478699], [360.922333, 434.656616], [361.308472, 415.091309], [361.990265, 406.491455], [362.001343, 404.974487]]}, {"type" : "type::finger", "list" : [[303.052734, 484.988037], [317.013977, 485.659607], [328.723053, 484.71814], [344.795105, 482.954224], [361.651428, 480.928833], [379.122894, 480.641846], [384.263214, 481.338013], [385.996124, 481.962158]]}, {"type" : "type::finger", "list" : [[410.286774, 505.643921], [405.603424, 504.082458], [399.867889, 500.467041], [391.244598, 494.872803], [380.573669, 486.042847], [366.63269, 473.87616], [351.870453, 458.97113], [341.146301, 446.832825], [329.570343, 436.285217], [320.919525, 429.647766], [315.399902, 425.769531], [315.085632, 425.541199]]}, {"type" : "type::finger", "list" : [[321.036072, 516.305054], [320.782928, 509.54718], [322.434448, 504.067627], [328.378601, 493.211243], [338.075684, 478.454041], [351.715668, 459.606628], [365.467926, 444.623413], [377.877869, 432.168884], [383.424866, 426.35199], [384.094116, 425.823303]]}]}
json_instruct
{"type": "object", "properties": {"user": {"type": "string"}, "value": {"type": "string"}, "type": {"type": "string"}, "time": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "list": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["type", "list"]}}}, "required": ["user", "value", "type", "time", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "basic-auth": {"type": "string"}, "body-parser": {"type": "string"}, "cron": {"type": "string"}, "crypto": {"type": "string"}, "expire-array": {"type": "string"}, "express": {"type": "string"}, "forever": {"type": "string"}, "logfmt": {"type": "string"}, "mongoose": {"type": "string"}, "mongoose-unique-validator": {"type": "string"}, "nodemon": {"type": "string"}, "querystring": {"type": "string"}, "syslogd": {"type": "string"}, "through": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["axios", "basic-auth", "body-parser", "cron", "crypto", "expire-array", "express", "forever", "logfmt", "mongoose", "mongoose-unique-validator", "nodemon", "querystring", "syslogd", "through", "typescript"]}}, "required": ["name", "version", "description", "main", "engines", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "heroku-stopngo-server", "version" : "0.0.1", "description" : "Back-end server to handle Stop 'N Go addon requests", "main" : "server.js", "engines" : {"node" : "6.11.1"}, "scripts" : {"start" : "nodemon server.js", "test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "Riku Etel\u00e4niemi", "license" : "MIT", "dependencies" : {"axios" : "^0.16.2", "basic-auth" : "^2.0.0", "body-parser" : "^1.18.1", "cron" : "^1.3.0", "crypto" : "^1.0.1", "expire-array" : "^1.1.0", "express" : "^4.15.4", "forever" : "^0.15.3", "logfmt" : "^1.2.0", "mongoose" : "^4.11.12", "mongoose-unique-validator" : "^1.0.6", "nodemon" : "^1.12.1", "querystring" : "^0.2.0", "syslogd" : "^1.1.2", "through" : "^2.3.8", "typescript" : "^2.5.2"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "basic-auth": {"type": "string"}, "body-parser": {"type": "string"}, "cron": {"type": "string"}, "crypto": {"type": "string"}, "expire-array": {"type": "string"}, "express": {"type": "string"}, "forever": {"type": "string"}, "logfmt": {"type": "string"}, "mongoose": {"type": "string"}, "mongoose-unique-validator": {"type": "string"}, "nodemon": {"type": "string"}, "querystring": {"type": "string"}, "syslogd": {"type": "string"}, "through": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["axios", "basic-auth", "body-parser", "cron", "crypto", "expire-array", "express", "forever", "logfmt", "mongoose", "mongoose-unique-validator", "nodemon", "querystring", "syslogd", "through", "typescript"]}}, "required": ["name", "version", "description", "main", "engines", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "integer"}, "node": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "nameCN": {"type": "string"}, "image": {"type": "string"}, "date": {"type": "null"}}, "required": ["id", "name", "nameCN", "image", "date"]}}, "relate": {"type": "array", "items": {"type": "object", "properties": {"relate": {"type": "string"}, "src": {"type": "integer"}, "dst": {"type": "integer"}}, "required": ["relate", "src", "dst"]}}}, "required": ["id", "node", "relate"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 344197, "node" : [{"id" : 344197, "name" : "\u827e\u85a9\u514b\u50b3", "nameCN" : "\u827e\u8428\u514b\u4f20", "image" : "//lain.bgm.tv/pic/cover/m/01/2f/344197_5bZl4.jpg", "date" : null}, {"id" : 344208, "name" : "\u8679\u7684\u50b3\u8aaa", "nameCN" : "\u8679\u7684\u4f20\u8bf4", "image" : "//lain.bgm.tv/pic/cover/m/38/2b/344208_77s0D.jpg", "date" : null}], "relate" : [{"relate" : "\u76f8\u540c\u4e16\u754c\u89c2", "src" : 344197, "dst" : 344208}, {"relate" : "\u76f8\u540c\u4e16\u754c\u89c2", "src" : 344208, "dst" : 344197}]}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "node": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "nameCN": {"type": "string"}, "image": {"type": "string"}, "date": {"type": "null"}}, "required": ["id", "name", "nameCN", "image", "date"]}}, "relate": {"type": "array", "items": {"type": "object", "properties": {"relate": {"type": "string"}, "src": {"type": "integer"}, "dst": {"type": "integer"}}, "required": ["relate", "src", "dst"]}}}, "required": ["id", "node", "relate"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"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" : "0xf49c17470ecc377a59de71eab8dcb5e78b5cb670", "tool" : "oyente", "start" : 1563554362.4629252, "end" : 1563554366.2312713, "duration" : 3.768346071243286, "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#"}
Generate sample JSON data that conforms to the following schema definition: {"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" : "Flower", "normalizedVertices" : [{"x" : 0.1263127, "y" : 0.7071425}, {"x" : 0.31443036, "y" : 0.7071425}, {"x" : 0.31443036, "y" : 0.8886719}, {"x" : 0.1263127, "y" : 0.8886719}], "score" : 0.5509319}]
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#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "number": {"type": "string"}, "is_illegal": {"type": "boolean"}, "text": {"type": "string"}, "type": {"type": "string"}, "is_monster": {"type": "boolean"}, "is_spell": {"type": "boolean"}, "is_trap": {"type": "boolean"}, "property": {"type": "string"}}, "required": ["name", "number", "is_illegal", "text", "type", "is_monster", "is_spell", "is_trap", "property"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Labyrinth Pitfall", "number" : "21000168", "is_illegal" : false, "text" : "If your opponent activates an effect while you control \"Labyrinth Wall\"; negate that effect, then set this card face-down.", "type" : "Trap", "is_monster" : false, "is_spell" : false, "is_trap" : true, "property" : "Counter"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "number": {"type": "string"}, "is_illegal": {"type": "boolean"}, "text": {"type": "string"}, "type": {"type": "string"}, "is_monster": {"type": "boolean"}, "is_spell": {"type": "boolean"}, "is_trap": {"type": "boolean"}, "property": {"type": "string"}}, "required": ["name", "number", "is_illegal", "text", "type", "is_monster", "is_spell", "is_trap", "property"], "$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"}, "img": {"type": "string"}, "email": {"type": "string"}, "links": {"type": "object", "properties": {"website": {"type": "string"}, "linkedin": {"type": "string"}, "github": {"type": "string"}}, "required": ["website", "linkedin", "github"]}, "jobTitle": {"type": "string"}, "location": {"type": "object", "properties": {"city": {"type": "string"}, "state": {"type": "string"}, "country": {"type": "string"}}, "required": ["city", "state", "country"]}}, "required": ["name", "img", "email", "links", "jobTitle", "location"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Juraia Pinas", "img" : "https://avatars.githubusercontent.com/u/72694655?v=4", "email" : "[email protected]", "links" : {"website" : "juraia.nl", "linkedin" : "https://www.linkedin.com/in/juraia-pinas-b103a78b/", "github" : "https://github.com/Byenna"}, "jobTitle" : "junior webdeveloper", "location" : {"city" : "Harkstede", "state" : "Groningen", "country" : "The Netherlands"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "img": {"type": "string"}, "email": {"type": "string"}, "links": {"type": "object", "properties": {"website": {"type": "string"}, "linkedin": {"type": "string"}, "github": {"type": "string"}}, "required": ["website", "linkedin", "github"]}, "jobTitle": {"type": "string"}, "location": {"type": "object", "properties": {"city": {"type": "string"}, "state": {"type": "string"}, "country": {"type": "string"}}, "required": ["city", "state", "country"]}}, "required": ["name", "img", "email", "links", "jobTitle", "location"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"message": {"type": "string"}, "message2": {"type": "string"}, "message3": {"type": "string"}, "message4": {"type": "string"}, "message5": {"type": "string"}, "message6": {"type": "string"}, "message7": {"type": "string"}}, "required": ["message", "message2", "message3", "message4", "message5", "message6", "message7"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"message" : "\ud83d\udca1 Let's drink a coffee?", "message2" : "\ud83d\udca1 Take a time to relax", "message3" : "\ud83d\udca1 Ask to others developers to help you with your code", "message4" : "\ud83d\udca1 Switch case doesn't solve if's and elses problem", "message5" : "\ud83d\udca1 Try to reduce the number of if's and elses", "message6" : "\ud83d\udca1 Try re-writing your code", "message7" : "\ud83d\udca1 Try running the code in a different machine"}
json_instruct
{"type": "object", "properties": {"message": {"type": "string"}, "message2": {"type": "string"}, "message3": {"type": "string"}, "message4": {"type": "string"}, "message5": {"type": "string"}, "message6": {"type": "string"}, "message7": {"type": "string"}}, "required": ["message", "message2", "message3", "message4", "message5", "message6", "message7"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"2048": {"type": "string"}, "2050": {"type": "string"}}, "required": ["2048", "2050"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"2048" : "2049", "2050" : "2051"}
json_instruct
{"type": "object", "properties": {"2048": {"type": "string"}, "2050": {"type": "string"}}, "required": ["2048", "2050"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"license": {"type": "string"}, "author": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"jsdoc": {"type": "string"}, "yuidocjs": {"type": "string"}}, "required": ["jsdoc", "yuidocjs"]}, "optionalDependencies": {"type": "object", "properties": {"mime-types": {"type": "string"}}, "required": ["mime-types"]}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"jsdoc": {"type": "string"}, "yuidoc": {"type": "string"}, "yuidoc:lint": {"type": "string"}}, "required": ["jsdoc", "yuidoc", "yuidoc:lint"]}}, "required": ["license", "author", "devDependencies", "optionalDependencies", "private", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"license" : "CC0-1.0", "author" : "FAL", "devDependencies" : {"jsdoc" : "^3.6.6", "yuidocjs" : "^0.10.2"}, "optionalDependencies" : {"mime-types" : "^2.1.28"}, "private" : true, "scripts" : {"jsdoc" : "jsdoc -c config/jsdoc.json", "yuidoc" : "yuidoc -c config/yuidoc.json", "yuidoc:lint" : "yuidoc -c config/yuidoc.json --lint"}}
json_instruct
{"type": "object", "properties": {"license": {"type": "string"}, "author": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"jsdoc": {"type": "string"}, "yuidocjs": {"type": "string"}}, "required": ["jsdoc", "yuidocjs"]}, "optionalDependencies": {"type": "object", "properties": {"mime-types": {"type": "string"}}, "required": ["mime-types"]}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"jsdoc": {"type": "string"}, "yuidoc": {"type": "string"}, "yuidoc:lint": {"type": "string"}}, "required": ["jsdoc", "yuidoc", "yuidoc:lint"]}}, "required": ["license", "author", "devDependencies", "optionalDependencies", "private", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"zoom.js": {"type": "string"}, "zoom.min.js": {"type": "string"}}, "required": ["zoom.js", "zoom.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"zoom.js" : "sha256-sk3u/q2eujKf28qreoB6bdWQ8vNtskXtdG6/F8fpOMc=", "zoom.min.js" : "sha256-5O3Ymz+OtdK0+j9SfskQ86Xrz4q26yrEwVZtk2PAP7s="}
json_instruct
{"type": "object", "properties": {"zoom.js": {"type": "string"}, "zoom.min.js": {"type": "string"}}, "required": ["zoom.js", "zoom.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"liveServer.settings.ignoreFiles": {"type": "array", "items": {"type": "string"}}, "liveServer.settings.multiRootWorkspaceName": {"type": "string"}}, "required": ["liveServer.settings.ignoreFiles", "liveServer.settings.multiRootWorkspaceName"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"liveServer.settings.ignoreFiles" : ["!target/wasm.js", ".vscode/**", "**/*.scss", "**/*.sass", "**/*.ts", "**"], "liveServer.settings.multiRootWorkspaceName" : "game-jam-indie-tales-1"}
json_instruct
{"type": "object", "properties": {"liveServer.settings.ignoreFiles": {"type": "array", "items": {"type": "string"}}, "liveServer.settings.multiRootWorkspaceName": {"type": "string"}}, "required": ["liveServer.settings.ignoreFiles", "liveServer.settings.multiRootWorkspaceName"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {"type": "object", "properties": {"prefix": {"type": "string"}, "text": {"type": "string"}}, "required": ["prefix", "text"]}}, "division": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "title": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "chapter": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "subchapter": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "heading": {"type": "object", "properties": {"title": {"type": "string"}, "chaptersection": {"type": "string"}, "identifier": {"type": "string"}, "catch_text": {"type": "string"}}, "required": ["title", "chaptersection", "identifier", "catch_text"]}}, "required": ["text", "historical", "credits", "sections", "division", "title", "chapter", "subchapter", "heading"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : "For the purposes of this subchapter, the term:", "historical" : "Prior Codifications\n\n1981 Ed., \u00a7 15-351.\n\nLegislative History of Laws\n\nLaw 8-173, the \"Uniform Enforcement of Foreign Judgments Act of 1990,\" was introduced in Council and assigned Bill No. 8-56, which was referred to the Committee on the Judiciary. The Bill was adopted on first and second readings on June 26, 1990, and July 10, 1990, respectively. Signed by the Mayor on July 18, 1990, it was assigned Act No. 8-240 and transmitted to both Houses of Congress for its review.\n\nUniform Law\n\nThis section is based upon \u00a7 1 of the Uniform Enforcement of Foreign Judgments Act (1964). See 13 Uniform Laws Annotated, Master Edition, or ULA Database on WESTLAW.\n\nDC CODE \u00a7 15-351\n\nCurrent through December 11, 2012", "credits" : "(Oct. 2, 1990, D.C. Law 8-173, \u00a7 2(b), 37 DCR 5005.)", "sections" : [{"prefix" : "1", "text" : " \"District\" means the District of Columbia."}, {"prefix" : "2", "text" : " \"Foreign judgment\" means any judgment, decree, or order of a court of the United States or of any other court that is entitled to full faith and credit in the District."}, {"prefix" : "3", "text" : " \"Superior Court\" means the Superior Court of the District of Columbia."}], "division" : {"identifier" : "II", "text" : "Judiciary and Judicial Procedure"}, "title" : {"identifier" : "15", "text" : "Judgments and Executions; Fees and Costs. (Refs & Annos)"}, "chapter" : {"identifier" : "3", "text" : "Enforcement of Judgments and Decrees."}, "subchapter" : {"identifier" : "II", "text" : "Foreign Judgments. (Refs & Annos)"}, "heading" : {"title" : "15", "chaptersection" : "351", "identifier" : "15-351", "catch_text" : "Definitions."}}
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {"type": "object", "properties": {"prefix": {"type": "string"}, "text": {"type": "string"}}, "required": ["prefix", "text"]}}, "division": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "title": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "chapter": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "subchapter": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "heading": {"type": "object", "properties": {"title": {"type": "string"}, "chaptersection": {"type": "string"}, "identifier": {"type": "string"}, "catch_text": {"type": "string"}}, "required": ["title", "chaptersection", "identifier", "catch_text"]}}, "required": ["text", "historical", "credits", "sections", "division", "title", "chapter", "subchapter", "heading"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals", "dharmaVerificationStatus"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "YEARN FINANCE NEO", "symbol" : "YFNEO", "address" : "0x2f17d3C6E65a349eF90884BbbC9a89e11f7c8532", "decimals" : 18, "dharmaVerificationStatus" : "UNVERIFIED"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals", "dharmaVerificationStatus"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"\uc758\uc548\uc811\uc218\uc815\ubcf4": {"type": "object", "properties": {"\uc758\uc548\ubc88\ud638": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc77c\uc790": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc790": {"type": "array", "items": {"type": "string"}}, "\ubb38\uc11c": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\ud68c\uae30": {"type": "array", "items": {"type": "string"}}}, "required": ["\uc758\uc548\ubc88\ud638", "\uc81c\uc548\uc77c\uc790", "\uc81c\uc548\uc790", "\ubb38\uc11c", "\uc81c\uc548\ud68c\uae30"]}, "\ubcf8\ud68c\uc758 \uc2ec\uc758\uc815\ubcf4": {"type": "object", "properties": {"\uc0c1\uc815\uc77c": {"type": "array", "items": {"type": "string"}}, "\uc758\uacb0\uc77c": {"type": "array", "items": {"type": "string"}}, "\ud68c\uc758\uba85": {"type": "array", "items": {"type": "string"}}, "\ud68c\uc758\uacb0\uacfc": {"type": "array", "items": {"type": "string"}}, "\ud68c\uc758\ub85d": {"type": "array", "items": {"type": "string"}}}, "required": ["\uc0c1\uc815\uc77c", "\uc758\uacb0\uc77c", "\ud68c\uc758\uba85", "\ud68c\uc758\uacb0\uacfc", "\ud68c\uc758\ub85d"]}, "\uc774\uc1a1(\ud1b5\uc9c0)": {"type": "object", "properties": {"\uc774\uc1a1\uc77c": {"type": "array", "items": {"type": "string"}}, "\ubb38\uc11c": {"type": "array", "items": {"type": "string"}}}, "required": ["\uc774\uc1a1\uc77c", "\ubb38\uc11c"]}}, "required": ["\uc758\uc548\uc811\uc218\uc815\ubcf4", "\ubcf8\ud68c\uc758 \uc2ec\uc758\uc815\ubcf4", "\uc774\uc1a1(\ud1b5\uc9c0)"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"\uc758\uc548\uc811\uc218\uc815\ubcf4" : {"\uc758\uc548\ubc88\ud638" : ["176731"], "\uc81c\uc548\uc77c\uc790" : ["2007-05-31"], "\uc81c\uc548\uc790" : ["\uae40\ud615\uc624\uc758\uc6d0\ub4f16\uc778\uc678276\uc778"], "\ubb38\uc11c" : ["\uc758\uc548\uc6d0\ubb38"], "\uc81c\uc548\ud68c\uae30" : ["\uc81c17\ub300(2004~2008)\uc81c267\ud68c"]}, "\ubcf8\ud68c\uc758 \uc2ec\uc758\uc815\ubcf4" : {"\uc0c1\uc815\uc77c" : ["2007-06-04"], "\uc758\uacb0\uc77c" : ["2007-06-04"], "\ud68c\uc758\uba85" : ["\uc81c268\ud68c\uc81c1\ucc28"], "\ud68c\uc758\uacb0\uacfc" : ["\uc6d0\uc548\uac00\uacb0"], "\ud68c\uc758\ub85d" : [""]}, "\uc774\uc1a1(\ud1b5\uc9c0)" : {"\uc774\uc1a1\uc77c" : ["2007-06-04"], "\ubb38\uc11c" : [""]}}
json_instruct
{"type": "object", "properties": {"\uc758\uc548\uc811\uc218\uc815\ubcf4": {"type": "object", "properties": {"\uc758\uc548\ubc88\ud638": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc77c\uc790": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\uc790": {"type": "array", "items": {"type": "string"}}, "\ubb38\uc11c": {"type": "array", "items": {"type": "string"}}, "\uc81c\uc548\ud68c\uae30": {"type": "array", "items": {"type": "string"}}}, "required": ["\uc758\uc548\ubc88\ud638", "\uc81c\uc548\uc77c\uc790", "\uc81c\uc548\uc790", "\ubb38\uc11c", "\uc81c\uc548\ud68c\uae30"]}, "\ubcf8\ud68c\uc758 \uc2ec\uc758\uc815\ubcf4": {"type": "object", "properties": {"\uc0c1\uc815\uc77c": {"type": "array", "items": {"type": "string"}}, "\uc758\uacb0\uc77c": {"type": "array", "items": {"type": "string"}}, "\ud68c\uc758\uba85": {"type": "array", "items": {"type": "string"}}, "\ud68c\uc758\uacb0\uacfc": {"type": "array", "items": {"type": "string"}}, "\ud68c\uc758\ub85d": {"type": "array", "items": {"type": "string"}}}, "required": ["\uc0c1\uc815\uc77c", "\uc758\uacb0\uc77c", "\ud68c\uc758\uba85", "\ud68c\uc758\uacb0\uacfc", "\ud68c\uc758\ub85d"]}, "\uc774\uc1a1(\ud1b5\uc9c0)": {"type": "object", "properties": {"\uc774\uc1a1\uc77c": {"type": "array", "items": {"type": "string"}}, "\ubb38\uc11c": {"type": "array", "items": {"type": "string"}}}, "required": ["\uc774\uc1a1\uc77c", "\ubb38\uc11c"]}}, "required": ["\uc758\uc548\uc811\uc218\uc815\ubcf4", "\ubcf8\ud68c\uc758 \uc2ec\uc758\uc815\ubcf4", "\uc774\uc1a1(\ud1b5\uc9c0)"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"author": {"type": "string"}, "dependencies": {"type": "object", "properties": {"json-stable-stringify": {"type": "string"}}, "required": ["json-stable-stringify"]}, "description": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["chai", "mocha"]}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "license": {"type": "string"}, "main": {"type": "string"}, "name": {"type": "string"}, "repository": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "version": {"type": "string"}}, "required": ["author", "dependencies", "description", "devDependencies", "directories", "license", "main", "name", "repository", "scripts", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"author" : "Ersun Warncke <[email protected]>", "dependencies" : {"json-stable-stringify" : "1.0.1"}, "description" : "Generate 128bit hex id for stable JSON strigified object or string", "devDependencies" : {"chai" : "4.2.0", "mocha" : "5.2.0"}, "directories" : {"test" : "test"}, "license" : "MIT", "main" : "lib/stable-id.js", "name" : "stable-id", "repository" : "warncke/stable-id", "scripts" : {"test" : "mocha"}, "version" : "1.0.13"}
json_instruct
{"type": "object", "properties": {"author": {"type": "string"}, "dependencies": {"type": "object", "properties": {"json-stable-stringify": {"type": "string"}}, "required": ["json-stable-stringify"]}, "description": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["chai", "mocha"]}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "license": {"type": "string"}, "main": {"type": "string"}, "name": {"type": "string"}, "repository": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "version": {"type": "string"}}, "required": ["author", "dependencies", "description", "devDependencies", "directories", "license", "main", "name", "repository", "scripts", "version"], "$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" : "2d9eadc5dc88aeb6389a0f1f52c0c13dbd8631f7"}
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": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"github-slugger": {"type": "string"}, "typeface-merriweather-sans": {"type": "string"}}, "required": ["github-slugger", "typeface-merriweather-sans"]}, "peerDependencies": {"type": "object", "properties": {"emotion": {"type": "string"}, "emotion-server": {"type": "string"}, "facepaint": {"type": "string"}, "prop-types": {"type": "string"}, "react": {"type": "string"}, "react-custom-share": {"type": "string"}, "react-dom": {"type": "string"}, "react-emotion": {"type": "string"}, "react-helmet": {"type": "string"}}, "required": ["emotion", "emotion-server", "facepaint", "prop-types", "react", "react-custom-share", "react-dom", "react-emotion", "react-helmet"]}, "devDependencies": {"type": "object", "properties": {"@babel/cli": {"type": "string"}, "@babel/core": {"type": "string"}, "npm-run-all": {"type": "string"}, "rimraf": {"type": "string"}}, "required": ["@babel/cli", "@babel/core", "npm-run-all", "rimraf"]}, "gitHead": {"type": "string"}}, "required": ["name", "version", "description", "main", "publishConfig", "scripts", "keywords", "author", "license", "dependencies", "peerDependencies", "devDependencies", "gitHead"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@react-website-themes/classy-docs", "version" : "0.0.23", "description" : "", "main" : "index.js", "publishConfig" : {"access" : "public"}, "scripts" : {"build" : "rimraf index.js components styles && babel src -d . --ignore /__tests__"}, "keywords" : [], "author" : "greg lobinski <[email protected]> (https://www.greglobinski.com/)", "license" : "MIT", "dependencies" : {"github-slugger" : "^1.2.0", "typeface-merriweather-sans" : "^0.0.54"}, "peerDependencies" : {"emotion" : "^9.2.4", "emotion-server" : "^9.2.6", "facepaint" : "^1.2.1", "prop-types" : "^15.6.0", "react" : "^16.3.0", "react-custom-share" : "^0.4.8", "react-dom" : "^16.3.0", "react-emotion" : "^9.2.6", "react-helmet" : "^5.2.0"}, "devDependencies" : {"@babel/cli" : "7.0.0-rc.1", "@babel/core" : "7.0.0-rc.1", "npm-run-all" : "4.1.3", "rimraf" : "^2.6.2"}, "gitHead" : "684c5c127f0f0fdabb6fc6b5cf01a8b0a7b8a27e"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"github-slugger": {"type": "string"}, "typeface-merriweather-sans": {"type": "string"}}, "required": ["github-slugger", "typeface-merriweather-sans"]}, "peerDependencies": {"type": "object", "properties": {"emotion": {"type": "string"}, "emotion-server": {"type": "string"}, "facepaint": {"type": "string"}, "prop-types": {"type": "string"}, "react": {"type": "string"}, "react-custom-share": {"type": "string"}, "react-dom": {"type": "string"}, "react-emotion": {"type": "string"}, "react-helmet": {"type": "string"}}, "required": ["emotion", "emotion-server", "facepaint", "prop-types", "react", "react-custom-share", "react-dom", "react-emotion", "react-helmet"]}, "devDependencies": {"type": "object", "properties": {"@babel/cli": {"type": "string"}, "@babel/core": {"type": "string"}, "npm-run-all": {"type": "string"}, "rimraf": {"type": "string"}}, "required": ["@babel/cli", "@babel/core", "npm-run-all", "rimraf"]}, "gitHead": {"type": "string"}}, "required": ["name", "version", "description", "main", "publishConfig", "scripts", "keywords", "author", "license", "dependencies", "peerDependencies", "devDependencies", "gitHead"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}}, "required": ["symbol", "name", "decimals", "address"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"symbol" : "ALPHA", "name" : "Alpha Finance Lab", "decimals" : 18, "address" : "0x7e521494d346e8d8c0b0e7c49f29c6e2e30ae8b1"}
json_instruct
{"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}}, "required": ["symbol", "name", "decimals", "address"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"subject": {"type": "string"}, "catalog_nbr": {"type": "integer"}, "section": {"type": "integer"}, "class_nbr": {"type": "integer"}, "title": {"type": "string"}, "component": {"type": "string"}, "units": {"type": "integer"}, "bldg": {"type": "string"}, "room": {"type": "string"}, "days": {"type": "string"}, "time": {"type": "string"}, "instructor": {"type": "string"}, "load": {"type": "string"}, "rank": {"type": "string"}, "attributes": {"type": "null"}, "enrl_cap": {"type": "integer"}, "enrl_tot": {"type": "integer"}, "wait_cap": {"type": "integer"}, "wait_tot": {"type": "integer"}, "prereqs": {"type": "null"}, "rmp": {"type": "null"}}, "required": ["subject", "catalog_nbr", "section", "class_nbr", "title", "component", "units", "bldg", "room", "days", "time", "instructor", "load", "rank", "attributes", "enrl_cap", "enrl_tot", "wait_cap", "wait_tot", "prereqs", "rmp"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"subject" : "SURY", "catalog_nbr" : 428, "section" : 1, "class_nbr" : 15842, "title" : "AI GASTRO SURY, BARI, HERNIA", "component" : "Clinical", "units" : 6, "bldg" : "TBA", "room" : "TBA", "days" : "TBA", "time" : "TBA", "instructor" : "Staff", "load" : "100", "rank" : "PROX", "attributes" : null, "enrl_cap" : 999, "enrl_tot" : 1, "wait_cap" : 0, "wait_tot" : 0, "prereqs" : null, "rmp" : null}, {"subject" : "SURY", "catalog_nbr" : 428, "section" : 1, "class_nbr" : 14520, "title" : "AI GASTRO SURY, BARI, HERNIA", "component" : "Clinical", "units" : 6, "bldg" : "TBA", "room" : "TBA", "days" : "TBA", "time" : "TBA", "instructor" : "Staff", "load" : "100", "rank" : "PROX", "attributes" : null, "enrl_cap" : 999, "enrl_tot" : 1, "wait_cap" : 0, "wait_tot" : 0, "prereqs" : null, "rmp" : null}, {"subject" : "SURY", "catalog_nbr" : 428, "section" : 1, "class_nbr" : 14788, "title" : "AI GASTRO SURY, BARI, HERNIA", "component" : "Clinical", "units" : 6, "bldg" : "TBA", "room" : "TBA", "days" : "TBA", "time" : "TBA", "instructor" : "Staff", "load" : "100", "rank" : "PROX", "attributes" : null, "enrl_cap" : 999, "enrl_tot" : 1, "wait_cap" : 0, "wait_tot" : 0, "prereqs" : null, "rmp" : null}, {"subject" : "SURY", "catalog_nbr" : 428, "section" : 1, "class_nbr" : 15843, "title" : "AI GASTRO SURY, BARI, HERNIA", "component" : "Clinical", "units" : 6, "bldg" : "TBA", "room" : "TBA", "days" : "TBA", "time" : "TBA", "instructor" : "Staff", "load" : "100", "rank" : "PROX", "attributes" : null, "enrl_cap" : 999, "enrl_tot" : 0, "wait_cap" : 0, "wait_tot" : 0, "prereqs" : null, "rmp" : null}, {"subject" : "SURY", "catalog_nbr" : 428, "section" : 1, "class_nbr" : 15053, "title" : "AI GASTRO SURY, BARI, HERNIA", "component" : "Clinical", "units" : 6, "bldg" : "TBA", "room" : "TBA", "days" : "TBA", "time" : "TBA", "instructor" : "Staff", "load" : "100", "rank" : "PROX", "attributes" : null, "enrl_cap" : 999, "enrl_tot" : 0, "wait_cap" : 0, "wait_tot" : 0, "prereqs" : null, "rmp" : null}, {"subject" : "SURY", "catalog_nbr" : 428, "section" : 1, "class_nbr" : 15307, "title" : "AI GASTRO SURY, BARI, HERNIA", "component" : "Clinical", "units" : 6, "bldg" : "TBA", "room" : "TBA", "days" : "TBA", "time" : "TBA", "instructor" : "Staff", "load" : "100", "rank" : "PROX", "attributes" : null, "enrl_cap" : 999, "enrl_tot" : 0, "wait_cap" : 0, "wait_tot" : 0, "prereqs" : null, "rmp" : null}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"subject": {"type": "string"}, "catalog_nbr": {"type": "integer"}, "section": {"type": "integer"}, "class_nbr": {"type": "integer"}, "title": {"type": "string"}, "component": {"type": "string"}, "units": {"type": "integer"}, "bldg": {"type": "string"}, "room": {"type": "string"}, "days": {"type": "string"}, "time": {"type": "string"}, "instructor": {"type": "string"}, "load": {"type": "string"}, "rank": {"type": "string"}, "attributes": {"type": "null"}, "enrl_cap": {"type": "integer"}, "enrl_tot": {"type": "integer"}, "wait_cap": {"type": "integer"}, "wait_tot": {"type": "integer"}, "prereqs": {"type": "null"}, "rmp": {"type": "null"}}, "required": ["subject", "catalog_nbr", "section", "class_nbr", "title", "component", "units", "bldg", "room", "days", "time", "instructor", "load", "rank", "attributes", "enrl_cap", "enrl_tot", "wait_cap", "wait_tot", "prereqs", "rmp"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"e_id": {"type": "string"}, "title": {"type": "string"}, "content": {"type": "string"}, "picNo": {"type": "string"}, "picUrl": {"type": "array", "items": {"type": "object", "properties": {"pic_title": {"type": "string"}, "suffix": {"type": "string"}, "id": {"type": "integer"}, "url": {"type": "string"}}, "required": ["pic_title", "suffix", "id", "url"]}}}, "required": ["e_id", "title", "content", "picNo", "picUrl"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"e_id" : "14466", "title" : "\u7f57\u9a6c\u6559\u7687\u4e4c\u5c14\u73ed\u4e8c\u4e16\u5ba3\u5e03\u53d1\u8d77\u5341\u5b57\u519b\u4e1c\u5f81", "content" : "\n\u00a0\u00a0\u00a0\u00a0\u5728926\u5e74\u524d\u7684\u4eca\u5929\uff0c1095\u5e7411\u670827\u65e5(\u519c\u53861095\u5e7410\u670828\u65e5)\uff0c\u7f57\u9a6c\u6559\u7687\u4e4c\u5c14\u73ed\u4e8c\u4e16\u5ba3\u5e03\u53d1\u8d77\u5341\u5b57\u519b\u4e1c\u5f81\u3002\n\n\n\u4e4c\u5c14\u73ed\u4e8c\u4e16\u5ba3\u5e03\u53d1\u8d77\u5341\u5b57\u519b\u4e1c\u5f81\n\n1095\u5e7411\u670827\u65e5\uff0c\u5728\u514b\u52d2\u8292\u4f1a\u8bae\u4e0a\uff0c\u7f57\u9a6c\u6559\u7687\u4e4c\u5c14\u73ed\u4e8c\u4e16\u6b63\u5f0f\u5ba3\u5e03\u53d1\u8d77\u7b2c\u4e00\u6b21\u5341\u5b57\u519b\u4e1c\u5f81\u3002\u5f53\u65e5\u5728\u6cd5\u56fd\u514b\u52d2\u8292\u53ec\u5f00\u7684\u5b97\u6559\u4f1a\u8bae\u4e0a\uff0c\u670914\u540d\u5927\u4e3b\u6559\u3001200\u540d\u4e3b\u6559\u3001400\u591a\u540d\u4fee\u9053\u9662\u957f\u30015\u540d\u516c\u7235\u300114\u540d\u4f2f\u7235\u51fa\u5e2d\uff0c\u4f1a\u573a\u5916\u8fd8\u805a\u96c6\u4e86\u4ee5\u53ca\u6210\u5343\u4e0a\u4e07\u7684\u9a91\u58eb\u3001\u795e\u804c\u4eba\u5458\u4ee5\u53ca\u519c\u5974\u548c\u5e73\u6c11\u3002\u4e4c\u5c14\u73ed\u4e8c\u4e16\u53f7\u53ec\u6b27\u6d32\u5404\u56fd\u7ec4\u7ec7\u519b\u961f\uff0c\u6536\u590d\u88ab\u585e\u5c14\u67f1\u7a81\u53a5\u4eba\u5360\u9886\u7684\u5723\u5730\u2014\u2014\u8036\u8def\u6492\u51b7\uff0c\u5e76\u5ba3\u5e03\u660e\u5e74\u6625\u5929\u7b2c\u4e00\u652f\u5341\u5b57\u519b\u90e8\u961f\u5c06\u51fa\u53d1\u4e1c\u5f81\u3002\n\u70b9\u8bc4\uff1a\u5b97\u6559\u51b2\u7a81\u5f80\u5f80\u662f\u8f6c\u79fb\u81ea\u5df1\u5185\u90e8\u77db\u76fe\u7684\u4e00\u4e2a\u4f0e\u4fe9", "picNo" : "1", "picUrl" : [{"pic_title" : "\u4e4c\u5c14\u73ed\u4e8c\u4e16\u5ba3\u5e03\u53d1\u8d77\u5341\u5b57\u519b\u4e1c\u5f81", "suffix" : "jpeg", "id" : 1, "url" : "https://aimgs.oss-cn-shenzhen.aliyuncs.com/history_2021/14466_1.jpeg"}]}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"e_id": {"type": "string"}, "title": {"type": "string"}, "content": {"type": "string"}, "picNo": {"type": "string"}, "picUrl": {"type": "array", "items": {"type": "object", "properties": {"pic_title": {"type": "string"}, "suffix": {"type": "string"}, "id": {"type": "integer"}, "url": {"type": "string"}}, "required": ["pic_title", "suffix", "id", "url"]}}}, "required": ["e_id", "title", "content", "picNo", "picUrl"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "integer"}, "investments": {"type": "integer"}}, "required": ["tech", "pts", "connections", "capacity", "investments"]}}}, "required": ["results"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"results" : [{"tech" : 1, "pts" : 18, "connections" : 35069, "capacity" : 297544, "investments" : 4286264}, {"tech" : 7, "pts" : 1, "connections" : 1693, "capacity" : 19029, "investments" : 239236}, {"tech" : 3, "pts" : 229, "connections" : 31797, "capacity" : 774171, "investments" : 4257847}]}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "integer"}, "investments": {"type": "integer"}}, "required": ["tech", "pts", "connections", "capacity", "investments"]}}}, "required": ["results"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e", "f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}, "t": {"type": "string"}}, "required": ["h", "stem", "t"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : [{"d" : [{"e" : ["\ufff9`O~ `tingwa~ `ko~ `sapitakos~ `niyam~.\ufffa\ufffb\u6211\u5011\u7528\u96fb\u8a71\u50b3\u8a0a\u3002", "\ufff9`Sapitakos~ `a~ `imail~.\ufffa\ufffb\u50b3\u905e\u8cc7\u8a0a\u7684 E-mail\u3002"], "f" : "\u50b3\u4ee4\u3001\u50b3\u905e\u8cc7\u8a0a\u4f7f\u7528\u7684\u5668\u5177\u3002"}]}], "stem" : "takos", "t" : "sapitakos"}
json_instruct
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e", "f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}, "t": {"type": "string"}}, "required": ["h", "stem", "t"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"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" : "Elegy", "definitions" : ["(in modern literature) a poem of serious reflection, typically a lament for the dead.", "(in Greek and Latin verse) a poem written in elegiac couplets, as notably by Catullus and Propertius."], "parts-of-speech" : "Noun"}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01016635": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01016635"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Topology", "objects" : {"E01016635" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00083956", "LAD11CD" : "E06000041"}, "arcs" : [[0, 1, 2, 3, 4, 5]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00083971", "LAD11CD" : "E06000041"}, "arcs" : [[-3, 6]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00083972", "LAD11CD" : "E06000041"}, "arcs" : [[-1, 7]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00083973", "LAD11CD" : "E06000041"}, "arcs" : [[8, -5]]}]}}, "arcs" : [[[4321, 2681], [-289, 801], [-517, 62], [-284, 603], [315, 121], [500, 1354], [-362, 1719], [-771, 226], [-11, -424], [-792, -302]], [[2110, 6841], [-350, 540], [632, 663]], [[2392, 8044], [576, -366], [427, 621], [558, -594], [897, -245], [33, -884], [-438, -226], [211, -719], [-241, -988], [1933, 1334]], [[6348, 5977], [664, -970]], [[7012, 5007], [294, -1214]], [[7306, 3793], [-6, -1098], [356, -585], [-805, 293], [-29, -833], [-278, 153], [-549, -729], [-664, 140], [185, 309], [-290, 611], [50, 281], [380, -119], [938, 559], [-353, 1657], [-872, 27], [127, -1541], [-809, 90], [-366, -327]], [[2392, 8044], [970, 1016], [889, 939], [1378, -1788], [556, -1168], [-390, -334], [553, -732]], [[4321, 2681], [-804, -564], [-411, -854], [-1083, -21], [-7, -1188], [-869, -54], [-111, 1699], [-1036, 1156], [1466, 572], [-55, 1171], [1546, 498], [-22, 771], [-825, 974]], [[7012, 5007], [1988, 1469], [999, -405], [-655, -943], [-816, 287], [-574, -1548], [-648, -74]]], "transform" : {"scale" : [1.361540437954301e-06, 7.906257706893853e-07], "translate" : [-0.870471315704286, 51.41138474077202]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01016635": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01016635"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Duay, Duero, Bohol, Central Visayas (Region VII), PH", "locale" : "ph.central-visayas-region-vii.bohol.duero.duay", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "7", "region_reference" : "7", "region_name" : "Central Visayas (Region VII)", "province_id" : "15", "province_reference" : "15", "province_name" : "Bohol", "city_id" : "436", "city_reference" : "231", "city_name" : "Duero", "barangay_id" : "12318", "barangay_reference" : "5218", "barangay_name" : "Duay"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[124.40834, 9.74291], [124.413597, 9.7266], [124.407341, 9.72164], [124.402237, 9.71632], [124.402397, 9.73373], [124.406113, 9.74669], [124.40834, 9.74291]]]]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"nft": {"type": "object", "properties": {"id": {"type": "integer"}, "image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}}, "required": ["trait_type", "value"]}}}, "required": ["id", "image", "attributes"]}, "attributeRarities": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}, "count": {"type": "integer"}, "ratio": {"type": "number"}, "ratioScore": {"type": "number"}}, "required": ["trait_type", "value", "count", "ratio", "ratioScore"]}}, "rarityScore": {"type": "number"}, "rank": {"type": "integer"}}, "required": ["nft", "attributeRarities", "rarityScore", "rank"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nft" : {"id" : 8214, "image" : "ipfs://Qma1UNv8M9zwkdhRk8AQ4Jxx9Qk3dKGvCeMfhxaAsH46oe", "attributes" : [{"trait_type" : "Clothes", "value" : "Bone Necklace"}, {"trait_type" : "Hat", "value" : "Fez"}, {"trait_type" : "Eyes", "value" : "Bored"}, {"trait_type" : "Background", "value" : "Orange"}, {"trait_type" : "Mouth", "value" : "Bored"}, {"trait_type" : "Fur", "value" : "Cheetah"}, {"trait_type" : "Trait Count", "value" : "6"}, {"trait_type" : "Earring", "value" : "[Missing]"}]}, "attributeRarities" : [{"trait_type" : "Clothes", "value" : "Bone Necklace", "count" : 203, "ratio" : 0.0203, "ratioScore" : 49.26108374384237}, {"trait_type" : "Hat", "value" : "Fez", "count" : 377, "ratio" : 0.0377, "ratioScore" : 26.525198938992045}, {"trait_type" : "Eyes", "value" : "Bored", "count" : 1714, "ratio" : 0.1714, "ratioScore" : 5.834305717619603}, {"trait_type" : "Background", "value" : "Orange", "count" : 1273, "ratio" : 0.1273, "ratioScore" : 7.855459544383347}, {"trait_type" : "Mouth", "value" : "Bored", "count" : 2272, "ratio" : 0.2272, "ratioScore" : 4.401408450704225}, {"trait_type" : "Fur", "value" : "Cheetah", "count" : 406, "ratio" : 0.0406, "ratioScore" : 24.630541871921185}, {"trait_type" : "Trait Count", "value" : "6", "count" : 5323, "ratio" : 0.5323, "ratioScore" : 1.8786398647379297}, {"trait_type" : "Earring", "value" : "[Missing]", "count" : 7023, "ratio" : 0.7023, "ratioScore" : 1.4238929232521713}], "rarityScore" : 121.81053105545287, "rank" : 7963}
json_instruct
{"type": "object", "properties": {"nft": {"type": "object", "properties": {"id": {"type": "integer"}, "image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}}, "required": ["trait_type", "value"]}}}, "required": ["id", "image", "attributes"]}, "attributeRarities": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}, "count": {"type": "integer"}, "ratio": {"type": "number"}, "ratioScore": {"type": "number"}}, "required": ["trait_type", "value", "count", "ratio", "ratioScore"]}}, "rarityScore": {"type": "number"}, "rank": {"type": "integer"}}, "required": ["nft", "attributeRarities", "rarityScore", "rank"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"commentStamp": {"type": "string"}, "super": {"type": "string"}, "category": {"type": "string"}, "classinstvars": {"type": "array", "items": {}}, "pools": {"type": "array", "items": {}}, "classvars": {"type": "array", "items": {}}, "instvars": {"type": "array", "items": {}}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["commentStamp", "super", "category", "classinstvars", "pools", "classvars", "instvars", "name", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"commentStamp" : "CaroHernandez 7/3/2019 11:58", "super" : "EPClassMirror", "category" : "Espell-LowLevel-Mirrors", "classinstvars" : [], "pools" : [], "classvars" : [], "instvars" : [], "name" : "EPClassEMirror", "type" : "normal"}
json_instruct
{"type": "object", "properties": {"commentStamp": {"type": "string"}, "super": {"type": "string"}, "category": {"type": "string"}, "classinstvars": {"type": "array", "items": {}}, "pools": {"type": "array", "items": {}}, "classvars": {"type": "array", "items": {}}, "instvars": {"type": "array", "items": {}}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["commentStamp", "super", "category", "classinstvars", "pools", "classvars", "instvars", "name", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"DESCRIPTION": {"type": "string"}, "USAGE": {"type": "string"}}, "required": ["DESCRIPTION", "USAGE"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"DESCRIPTION" : "Skickar en f\u00f6rhandsvisning av en hex f\u00e4rg.", "USAGE" : "hex <hex-color:0-9a-fA-F>"}
json_instruct
{"type": "object", "properties": {"DESCRIPTION": {"type": "string"}, "USAGE": {"type": "string"}}, "required": ["DESCRIPTION", "USAGE"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"data": {"type": "object", "properties": {"site": {"type": "object", "properties": {"siteMetadata": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}}, "required": ["siteMetadata"]}}, "required": ["site"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"data" : {"site" : {"siteMetadata" : {"title" : "Solidaric.org - Menschen f\u00fcr Menschen"}}}}
json_instruct
{"type": "object", "properties": {"data": {"type": "object", "properties": {"site": {"type": "object", "properties": {"siteMetadata": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}}, "required": ["siteMetadata"]}}, "required": ["site"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"\u6cd5\u898f\u6027\u8cea": {"type": "string"}, "\u6cd5\u898f\u540d\u7a31": {"type": "string"}, "\u6cd5\u898f\u7db2\u5740": {"type": "string"}, "\u6cd5\u898f\u985e\u5225": {"type": "string"}, "\u6700\u65b0\u7570\u52d5\u65e5\u671f": {"type": "string"}, "\u662f\u5426\u82f1\u8b6f\u8a3b\u8a18": {"type": "string"}, "\u6cbf\u9769\u5167\u5bb9": {"type": "string"}, "\u6cd5\u898f\u5167\u5bb9": {"type": "array", "items": {"type": "object", "properties": {"\u689d\u865f": {"type": "string"}, "\u689d\u6587\u5167\u5bb9": {"type": "string"}}, "required": ["\u689d\u865f", "\u689d\u6587\u5167\u5bb9"]}}}, "required": ["\u6cd5\u898f\u6027\u8cea", "\u6cd5\u898f\u540d\u7a31", "\u6cd5\u898f\u7db2\u5740", "\u6cd5\u898f\u985e\u5225", "\u6700\u65b0\u7570\u52d5\u65e5\u671f", "\u662f\u5426\u82f1\u8b6f\u8a3b\u8a18", "\u6cbf\u9769\u5167\u5bb9", "\u6cd5\u898f\u5167\u5bb9"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"\u6cd5\u898f\u6027\u8cea" : "\u547d\u4ee4", "\u6cd5\u898f\u540d\u7a31" : "\u570b\u8ecd\u9000\u9664\u5f79\u5b98\u5175\u8f14\u5c0e\u59d4\u54e1\u6703\u69ae\u8b7d\u570b\u6c11\u4e4b\u5bb6\u81ea\u8cbb\u990a\u8b77\u898f\u8cbb\u6536\u8cbb\u6a19\u6e96", "\u6cd5\u898f\u7db2\u5740" : "https://law.moj.gov.tw/LawClass/LawAll.aspx?pcode=F0150032", "\u6cd5\u898f\u985e\u5225" : "\u884c\u653f\uff1e\u570b\u8ecd\u9000\u9664\u5f79\u5b98\u5175\u8f14\u5c0e\u59d4\u54e1\u6703\uff1e\u5c31\u990a\u76ee", "\u6700\u65b0\u7570\u52d5\u65e5\u671f" : "20210409", "\u662f\u5426\u82f1\u8b6f\u8a3b\u8a18" : "N", "\u6cbf\u9769\u5167\u5bb9" : "1.\u4e2d\u83ef\u6c11\u570b\u4e00\u767e\u96f6\u4e8c\u5e74\u4e94\u6708\u5341\u65e5\u884c\u653f\u9662\u570b\u8ecd\u9000\u9664\u5f79\u5b98\u5175\u8f14\u5c0e\u59d4\u54e1\u6703\u8f14\u8cb3\u5b57\r\n \u7b2c 1020028897A \u865f\u4ee4\u8a02\u5b9a\u767c\u5e03\u5168\u6587 5 \u689d\uff1b\u4e26\u81ea\u767c\u5e03\u65e5\u65bd\u884c\r\n \u4e2d\u83ef\u6c11\u570b\u4e00\u767e\u96f6\u4e8c\u5e74\u5341\u6708\u4e8c\u5341\u4e94\u65e5\u884c\u653f\u9662\u9662\u81fa\u898f\u5b57\u7b2c 1020151451 \u865f\u516c\r\n \u544a\u4e3b\u7ba1\u6a5f\u95dc\u539f\u70ba\u300c\u884c\u653f\u9662\u570b\u8ecd\u9000\u9664\u5f79\u5b98\u5175\u8f14\u5c0e\u59d4\u54e1\u6703\u300d\uff0c\u81ea\u4e00\u767e\u96f6\u4e8c\u5e74\r\n \u5341\u4e00\u6708\u4e00\u65e5\u8d77\u8b8a\u66f4\u70ba\u300c\u570b\u8ecd\u9000\u9664\u5f79\u5b98\u5175\u8f14\u5c0e\u59d4\u54e1\u6703\u300d\uff0c\u5404\u8a72\u898f\u5b9a\u6240\u5217\u4e3b\r\n \u7ba1\u6a5f\u95dc\u638c\u7406\u4e8b\u9805\uff0c\u6539\u7531\u300c\u570b\u8ecd\u9000\u9664\u5f79\u5b98\u5175\u8f14\u5c0e\u59d4\u54e1\u6703\u300d\u7ba1\u8f44\r\n2.\u4e2d\u83ef\u6c11\u570b\u4e00\u767e\u5341\u5e74\u56db\u6708\u4e5d\u65e5\u570b\u8ecd\u9000\u9664\u5f79\u5b98\u5175\u8f14\u5c0e\u59d4\u54e1\u6703\u8f14\u990a\u5b57\u7b2c 11000\r\n 19200 \u865f\u4ee4\u4fee\u6b63\u767c\u5e03\u540d\u7a31\u53ca\u7b2c 2 \u689d\u689d\u6587\r\n \uff08\u539f\u540d\u7a31\uff1a\u884c\u653f\u9662\u570b\u8ecd\u9000\u9664\u5f79\u5b98\u5175\u8f14\u5c0e\u59d4\u54e1\u6703\u69ae\u8b7d\u570b\u6c11\u4e4b\u5bb6\u81ea\u8cbb\u990a\u8b77\u898f\r\n \u8cbb\u6536\u8cbb\u6a19\u6e96\uff1b\u65b0\u540d\u7a31\uff1a\u570b\u8ecd\u9000\u9664\u5f79\u5b98\u5175\u8f14\u5c0e\u59d4\u54e1\u6703\u69ae\u8b7d\u570b\u6c11\u4e4b\u5bb6\u81ea\u8cbb\u990a\r\n \u8b77\u898f\u8cbb\u6536\u8cbb\u6a19\u6e96\uff09", "\u6cd5\u898f\u5167\u5bb9" : [{"\u689d\u865f" : "\u7b2c 1 \u689d", "\u689d\u6587\u5167\u5bb9" : "\u672c\u6a19\u6e96\u4f9d\u898f\u8cbb\u6cd5\u7b2c\u5341\u689d\u7b2c\u4e00\u9805\u898f\u5b9a\u8a02\u5b9a\u4e4b\u3002"}, {"\u689d\u865f" : "\u7b2c 2 \u689d", "\u689d\u6587\u5167\u5bb9" : "\u672c\u6a19\u6e96\u9069\u7528\u5c0d\u8c61\u70ba\u7b26\u5408\u5c31\u990a\u5b89\u7f6e\u990a\u8b77\u689d\u4ef6\u4e4b\u9000\u9664\u5f79\u5b98\u5175\u3002"}, {"\u689d\u865f" : "\u7b2c 3 \u689d", "\u689d\u6587\u5167\u5bb9" : "\u672c\u6a19\u6e96\u4e4b\u898f\u8cbb\u9805\u76ee\u70ba\u670d\u52d9\u8cbb\uff0c\u6bcf\u4eba\u6bcf\u6708\u65b0\u81fa\u5e63\u516d\u5343\u516b\u767e\u5143\u3002\u4f46\u672c\u6a19\u6e96\u65bd\u884c\u524d\u5df2\u4f9d\u898f\u5b9a\u7c3d\u7d04\u5165\u4f4f\u8005\uff0c\u4f9d\u539f\u6536\u8cbb\u6a19\u6e96\u8fa6\u7406\u3002"}, {"\u689d\u865f" : "\u7b2c 4 \u689d", "\u689d\u6587\u5167\u5bb9" : "\u524d\u689d\u6240\u5b9a\u8cbb\u984d\uff0c\u4f9d\u8fa6\u7406\u8cbb\u7528\u3001\u6210\u672c\u8b8a\u52d5\u53ca\u6d88\u8cbb\u8005\u7269\u50f9\u6307\u6578\u8b8a\u52d5\u60c5\u5f62\u7b49\u5f71\u97ff\u56e0\u7d20\uff0c\u6bcf\u4e09\u5e74\u81f3\u5c11\u6aa2\u8a0e\u4e00\u6b21\u3002"}, {"\u689d\u865f" : "\u7b2c 5 \u689d", "\u689d\u6587\u5167\u5bb9" : "\u672c\u6a19\u6e96\u81ea\u767c\u5e03\u65e5\u65bd\u884c\u3002"}]}
json_instruct
{"type": "object", "properties": {"\u6cd5\u898f\u6027\u8cea": {"type": "string"}, "\u6cd5\u898f\u540d\u7a31": {"type": "string"}, "\u6cd5\u898f\u7db2\u5740": {"type": "string"}, "\u6cd5\u898f\u985e\u5225": {"type": "string"}, "\u6700\u65b0\u7570\u52d5\u65e5\u671f": {"type": "string"}, "\u662f\u5426\u82f1\u8b6f\u8a3b\u8a18": {"type": "string"}, "\u6cbf\u9769\u5167\u5bb9": {"type": "string"}, "\u6cd5\u898f\u5167\u5bb9": {"type": "array", "items": {"type": "object", "properties": {"\u689d\u865f": {"type": "string"}, "\u689d\u6587\u5167\u5bb9": {"type": "string"}}, "required": ["\u689d\u865f", "\u689d\u6587\u5167\u5bb9"]}}}, "required": ["\u6cd5\u898f\u6027\u8cea", "\u6cd5\u898f\u540d\u7a31", "\u6cd5\u898f\u7db2\u5740", "\u6cd5\u898f\u985e\u5225", "\u6700\u65b0\u7570\u52d5\u65e5\u671f", "\u662f\u5426\u82f1\u8b6f\u8a3b\u8a18", "\u6cbf\u9769\u5167\u5bb9", "\u6cd5\u898f\u5167\u5bb9"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "ingredient": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "ore": {"type": "string"}}, "required": ["type", "ore"]}}}, "required": ["name", "ingredient"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "GENERIC_WAX", "ingredient" : [{"type" : "forge:ore_dict", "ore" : "materialWax"}, {"type" : "forge:ore_dict", "ore" : "materialBeeswax"}, {"type" : "forge:ore_dict", "ore" : "materialPressedWax"}, {"type" : "forge:ore_dict", "ore" : "itemBeeswax"}, {"type" : "forge:ore_dict", "ore" : "wax"}, {"type" : "forge:ore_dict", "ore" : "tallow"}, {"type" : "forge:ore_dict", "ore" : "clumpWax"}, {"type" : "forge:ore_dict", "ore" : "beeswax"}, {"type" : "forge:ore_dict", "ore" : "itemWax"}]}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "ingredient": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "ore": {"type": "string"}}, "required": ["type", "ore"]}}}, "required": ["name", "ingredient"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "02", "provinceId" : "33", "regencyId" : "18", "name" : "Kayen"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"372012": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "131070": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "499071": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "499010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "37201X": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "111021": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "419020": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "553010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "373010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "395011": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "433031": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "472031": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "353041": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "499021": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}}, "required": ["372012", "count", "131070", "499071", "499010", "37201X", "111021", "419020", "553010", "373010", "395011", "433031", "N.A.//", "472031", "353041", "499021"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"372012" : {"count" : 1}, "count" : 25, "131070" : {"count" : 1}, "499071" : {"count" : 1}, "499010" : {"count" : 1}, "37201X" : {"count" : 1}, "111021" : {"count" : 1}, "419020" : {"count" : 1}, "553010" : {"count" : 2}, "373010" : {"count" : 1}, "395011" : {"count" : 1}, "433031" : {"count" : 1}, "N.A.//" : {"count" : 10}, "472031" : {"count" : 1}, "353041" : {"count" : 1}, "499021" : {"count" : 1}}
json_instruct
{"type": "object", "properties": {"372012": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "131070": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "499071": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "499010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "37201X": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "111021": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "419020": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "553010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "373010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "395011": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "433031": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "472031": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "353041": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "499021": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}}, "required": ["372012", "count", "131070", "499071", "499010", "37201X", "111021", "419020", "553010", "373010", "395011", "433031", "N.A.//", "472031", "353041", "499021"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "prod": {"type": "string"}, "watch": {"type": "string"}, "serve": {"type": "string"}}, "required": ["start", "build", "prod", "watch", "serve"]}, "devDependencies": {"type": "object", "properties": {"auto-reload-brunch": {"type": "string"}, "babel-brunch": {"type": "string"}, "brunch": {"type": "string"}, "clean-css-brunch": {"type": "string"}, "css-brunch": {"type": "string"}, "eslint-brunch": {"type": "string"}, "javascript-brunch": {"type": "string"}, "less-brunch": {"type": "string"}, "uglify-js-brunch": {"type": "string"}}, "required": ["auto-reload-brunch", "babel-brunch", "brunch", "clean-css-brunch", "css-brunch", "eslint-brunch", "javascript-brunch", "less-brunch", "uglify-js-brunch"]}}, "required": ["name", "version", "description", "repository", "author", "license", "bugs", "homepage", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "90-years-in-weeks", "version" : "0.0.1", "description" : "A calendar of a 90 year life in weeks", "repository" : {"type" : "git", "url" : "git+https://github.com/mgarbacz/90-years-in-weeks.git"}, "author" : {"name" : "Michal Garbacz", "email" : "[email protected]", "url" : "http://michal.garbacz.io"}, "license" : "MIT", "bugs" : {"url" : "https://github.com/mgarbacz/90-years-in-weeks/issues"}, "homepage" : "https://mgarbacz.github.io/90-years-in-weeks", "scripts" : {"start" : "npm run serve", "build" : "./node_modules/.bin/brunch build", "prod" : "./node_modules/.bin/brunch build --production", "watch" : "./node_modules/.bin/brunch watch", "serve" : "./node_modules/.bin/brunch watch --server"}, "devDependencies" : {"auto-reload-brunch" : "^2.1.0", "babel-brunch" : "^6.0.2", "brunch" : "^2.4.2", "clean-css-brunch" : "^2.0.0", "css-brunch" : "^2.0.0", "eslint-brunch" : "^3.4.0", "javascript-brunch" : "^2.0.0", "less-brunch" : "^2.0.0", "uglify-js-brunch" : "^2.0.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "prod": {"type": "string"}, "watch": {"type": "string"}, "serve": {"type": "string"}}, "required": ["start", "build", "prod", "watch", "serve"]}, "devDependencies": {"type": "object", "properties": {"auto-reload-brunch": {"type": "string"}, "babel-brunch": {"type": "string"}, "brunch": {"type": "string"}, "clean-css-brunch": {"type": "string"}, "css-brunch": {"type": "string"}, "eslint-brunch": {"type": "string"}, "javascript-brunch": {"type": "string"}, "less-brunch": {"type": "string"}, "uglify-js-brunch": {"type": "string"}}, "required": ["auto-reload-brunch", "babel-brunch", "brunch", "clean-css-brunch", "css-brunch", "eslint-brunch", "javascript-brunch", "less-brunch", "uglify-js-brunch"]}}, "required": ["name", "version", "description", "repository", "author", "license", "bugs", "homepage", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-117.623281, 33.417528], [-117.619808, 33.419603], [-117.61807, 33.41899], [-117.61645, 33.42069], [-117.61661, 33.4221], [-117.61538, 33.42399], [-117.61046, 33.42707], [-117.60477, 33.41848], [-117.593599, 33.396819], [-117.59678, 33.383629], [-117.601395, 33.389201], [-117.610341, 33.403199], [-117.61899, 33.412249], [-117.621064, 33.41299], [-117.624186, 33.416958], [-117.623281, 33.417528]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 7610}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "total": {"type": "integer"}, "delta": {"type": "integer"}, "version": {"type": "string"}}, "required": ["date", "total", "delta", "version"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"date" : "2022-04-02", "total" : 2901, "delta" : 2, "version" : "0.04c"}, {"date" : "2022-04-08", "total" : 2916, "delta" : 15, "version" : "0.04c"}, {"date" : "2022-04-10", "total" : 2922, "delta" : 6, "version" : "0.04c"}, {"date" : "2022-04-12", "total" : 2927, "delta" : 5, "version" : "0.04c"}, {"date" : "2022-04-13", "total" : 2931, "delta" : 4, "version" : "0.04c"}, {"date" : "2022-04-29", "total" : 2964, "delta" : 33, "version" : "0.04c"}, {"date" : "2022-04-30", "total" : 2966, "delta" : 2, "version" : "0.04c"}, {"date" : "2022-05-03", "total" : 2970, "delta" : 4, "version" : "0.04c"}, {"date" : "2022-05-10", "total" : 2984, "delta" : 14, "version" : "0.04c"}, {"date" : "2022-05-13", "total" : 2992, "delta" : 8, "version" : "0.04c"}, {"date" : "2022-05-14", "total" : 2994, "delta" : 2, "version" : "0.04c"}, {"date" : "2022-05-17", "total" : 2999, "delta" : 5, "version" : "0.04c"}, {"date" : "2022-06-01", "total" : 3034, "delta" : 35, "version" : "0.04c"}, {"date" : "2022-06-05", "total" : 3044, "delta" : 10, "version" : "0.04c"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "total": {"type": "integer"}, "delta": {"type": "integer"}, "version": {"type": "string"}}, "required": ["date", "total", "delta", "version"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nom" : "Port-la-Nouvelle", "dpt" : "Aude", "inscrits" : 4784, "abs" : 1134, "votants" : 3650, "blancs" : 292, "nuls" : 117, "exp" : 3241, "res" : [{"panneau" : "2", "voix" : 1990}, {"panneau" : "1", "voix" : 1251}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}}, "required": ["f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"t" : "malikaway", "h" : [{"d" : [{"f" : "\u7e8f\u7e5e\u6210\u5708\u72c0\u4e86\u3002"}, {"f" : "\u88ab\u7e8f\u7e5e\u6210\u5708\u7684\uff08\u7dda\u72c0\u7269\uff09\u3002"}]}], "stem" : "likaw"}
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"}}, "required": ["f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "url": {"type": "string"}, "hash": {"type": "string"}, "extract_dir": {"type": "string"}, "psmodule": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "checkver": {"type": "string"}, "autoupdate": {"type": "object", "properties": {"url": {"type": "string"}, "extract_dir": {"type": "string"}}, "required": ["url", "extract_dir"]}}, "required": ["version", "description", "homepage", "license", "url", "hash", "extract_dir", "psmodule", "checkver", "autoupdate"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : "1.6.9", "description" : "PSWinUtil is a PowerShell module for Windows users.", "homepage" : "https://github.com/yuusakuri/PSWinUtil", "license" : "", "url" : "https://github.com/yuusakuri/PSWinUtil/archive/v1.6.9.zip", "hash" : "ce1764282bb0fb513421c10978f6f596b296d681f6ed4ad37b201b83bac9c140", "extract_dir" : "PSWinUtil-1.6.9", "psmodule" : {"name" : "PSWinUtil"}, "checkver" : "github", "autoupdate" : {"url" : "https://github.com/yuusakuri/PSWinUtil/archive/v$version.zip", "extract_dir" : "PSWinUtil-$version"}}
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "url": {"type": "string"}, "hash": {"type": "string"}, "extract_dir": {"type": "string"}, "psmodule": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "checkver": {"type": "string"}, "autoupdate": {"type": "object", "properties": {"url": {"type": "string"}, "extract_dir": {"type": "string"}}, "required": ["url", "extract_dir"]}}, "required": ["version", "description", "homepage", "license", "url", "hash", "extract_dir", "psmodule", "checkver", "autoupdate"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"body": {"type": "string"}, "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" : "There are currently issues with using spack with spack monitor that this PR will address. I'm opening it in case people are interested to use spack monitor, it's important these things are fixed. Bugs are detailed in the next paragraph.\r\n\r\nUpdates to installer.py did not account for spack monitor, so as currently implemented there are three cases of failure that spack monitor will not account for. To fix this we add additional hooks, including an on cancel. Spack monitor also could not see a concretization fail, so I've added that too. This is from my branch of spack that I've been using with builds.spack.io. I also added an ability to customize the spack environment on the fly for better control (e.g., on github actions I don't really want to know the hostname of the runners, I just want to know it's on github-actions.\r\n\r\nSigned-off-by: vsoch <[email protected]>", "user" : "vsoch", "url" : "https://api.github.com/repos/spack/spack/issues/27511", "updated_at" : "2021-12-20 05:57:27", "created_at" : "2021-11-17 17:51:40", "closed_at" : "2021-12-20 05:54:42", "state" : "closed", "title" : "fixing bugs in spack monitor", "number" : 27511, "milestone" : null, "labels" : ["documentation", "commands"], "id" : 1056421520, "html_url" : "https://github.com/spack/spack/pull/27511", "assignees" : [], "comments" : 0}
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "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 sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "result": {"type": "object", "properties": {"pageContext": {"type": "object", "properties": {}, "required": []}}, "required": ["pageContext"]}, "staticQueryHashes": {"type": "array", "items": {"type": "string"}}}, "required": ["componentChunkName", "path", "result", "staticQueryHashes"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"componentChunkName" : "component---src-pages-electricity-bill-js", "path" : "/electricity-bill/", "result" : {"pageContext" : {}}, "staticQueryHashes" : ["3649515864", "63159454"]}
json_instruct
{"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "result": {"type": "object", "properties": {"pageContext": {"type": "object", "properties": {}, "required": []}}, "required": ["pageContext"]}, "staticQueryHashes": {"type": "array", "items": {"type": "string"}}}, "required": ["componentChunkName", "path", "result", "staticQueryHashes"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"sn36.27:0.1": {"type": "string"}, "sn36.27:0.2": {"type": "string"}, "sn36.27:0.3": {"type": "string"}, "sn36.27:1.1": {"type": "string"}, "sn36.27:1.2": {"type": "string"}, "sn36.27:1.3": {"type": "string"}, "sn36.27:1.4": {"type": "string"}, "sn36.27:1.5": {"type": "string"}, "sn36.27:1.6": {"type": "string"}, "sn36.27:1.7": {"type": "string"}, "sn36.27:1.8": {"type": "string"}}, "required": ["sn36.27:0.1", "sn36.27:0.2", "sn36.27:0.3", "sn36.27:1.1", "sn36.27:1.2", "sn36.27:1.3", "sn36.27:1.4", "sn36.27:1.5", "sn36.27:1.6", "sn36.27:1.7", "sn36.27:1.8"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"sn36.27:0.1" : "<article id='sn36.27'><header><ul><li class='division'>{}</li>", "sn36.27:0.2" : "<li>{}</li></ul>", "sn36.27:0.3" : "<h1 class='sutta-title'>{}</h1></header>", "sn36.27:1.1" : "<p>{}", "sn36.27:1.2" : "{}", "sn36.27:1.3" : "{}</p>", "sn36.27:1.4" : "<p>{}", "sn36.27:1.5" : "{}</p>", "sn36.27:1.6" : "<p>{}", "sn36.27:1.7" : "{}</p>", "sn36.27:1.8" : "<p class='endsection'>{}</p></article>"}
json_instruct
{"type": "object", "properties": {"sn36.27:0.1": {"type": "string"}, "sn36.27:0.2": {"type": "string"}, "sn36.27:0.3": {"type": "string"}, "sn36.27:1.1": {"type": "string"}, "sn36.27:1.2": {"type": "string"}, "sn36.27:1.3": {"type": "string"}, "sn36.27:1.4": {"type": "string"}, "sn36.27:1.5": {"type": "string"}, "sn36.27:1.6": {"type": "string"}, "sn36.27:1.7": {"type": "string"}, "sn36.27:1.8": {"type": "string"}}, "required": ["sn36.27:0.1", "sn36.27:0.2", "sn36.27:0.3", "sn36.27:1.1", "sn36.27:1.2", "sn36.27:1.3", "sn36.27:1.4", "sn36.27:1.5", "sn36.27:1.6", "sn36.27:1.7", "sn36.27:1.8"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}, "properties": {"type": "object", "properties": {"FIPS": {"type": "string"}, "CNTY_FIPS": {"type": "string"}, "STATE_FIPS": {"type": "string"}, "STATE_NAME": {"type": "string"}, "NAME": {"type": "string"}}, "required": ["FIPS", "CNTY_FIPS", "STATE_FIPS", "STATE_NAME", "NAME"]}, "type": {"type": "string"}}, "required": ["geometry", "properties", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"geometry" : {"coordinates" : [[[-90.40819983493111, 46.56861066182765], [-90.38552505145863, 46.539657746816125], [-90.31370817911822, 46.551563247550824], [-90.30239355525731, 46.54429638411514], [-90.30018105653711, 46.525051597897644], [-90.26978498459503, 46.52248051161648], [-90.25840172038187, 46.50878979187884], [-90.21152579921902, 46.50629501294776], [-90.1613910931515, 46.442380069762464], [-90.14179745853244, 46.39389931126197], [-90.11517712400452, 46.3651557363738], [-90.11165937070675, 46.34042899489933], [-89.92513607750158, 46.30402567474041], [-89.92438833799639, 45.98260046672128], [-90.03829801273464, 45.98219934804395], [-90.30217421695436, 45.98455720889879], [-90.30751479898771, 46.154368052746115], [-90.41979891477256, 46.15732233350697], [-90.42095481830445, 46.240203771609934], [-90.5439354321517, 46.2448167141054], [-90.5408771806837, 46.587526699610905], [-90.40819983493111, 46.56861066182765]]], "type" : "Polygon"}, "properties" : {"FIPS" : "55051", "CNTY_FIPS" : "051", "STATE_FIPS" : "55", "STATE_NAME" : "Wisconsin", "NAME" : "Iron"}, "type" : "Feature"}
json_instruct
{"type": "object", "properties": {"geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}, "properties": {"type": "object", "properties": {"FIPS": {"type": "string"}, "CNTY_FIPS": {"type": "string"}, "STATE_FIPS": {"type": "string"}, "STATE_NAME": {"type": "string"}, "NAME": {"type": "string"}}, "required": ["FIPS", "CNTY_FIPS", "STATE_FIPS", "STATE_NAME", "NAME"]}, "type": {"type": "string"}}, "required": ["geometry", "properties", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"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": {}}, "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" : "0x35ea0d750ac28030be79c07dbf88244f3ae007e7", "tool" : "honeybadger", "start" : 1565813968.6089506, "end" : 1565814032.3344922, "duration" : 63.72554159164429, "analysis" : [{"errors" : [], "file" : "/unique_chucks/31/0x35ea0d750ac28030be79c07dbf88244f3ae007e7.sol", "name" : "FUTUREX"}, {"errors" : [], "file" : "/unique_chucks/31/0x35ea0d750ac28030be79c07dbf88244f3ae007e7.sol", "name" : "SafeMath"}]}
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": {}}, "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#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"description": {"type": "string"}, "code": {"type": "string"}, "ldc": {"type": "array", "items": {}}, "constructores": {"type": "array", "items": {"type": "object", "properties": {"nombre": {"type": "string"}, "description": {"type": "string"}, "parametros": {"type": "array", "items": {"type": "object", "properties": {"nombre": {"type": "string"}, "description": {"type": "string"}}, "required": ["nombre", "description"]}}}, "required": ["nombre", "description", "parametros"]}}, "metodos": {"type": "array", "items": {"type": "object", "properties": {"nombre": {"type": "string"}, "description": {"type": "string"}}, "required": ["nombre", "description"]}}, "campos": {"type": "array", "items": {"type": "object", "properties": {"nombre": {"type": "string"}, "description": {"type": "string"}}, "required": ["nombre", "description"]}}}, "required": ["description", "code", "ldc", "constructores", "metodos", "campos"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"description" : "", "code" : "", "ldc" : [], "constructores" : [{"nombre" : "ListDataEvent", "description" : "", "parametros" : [{"nombre" : "int index1", "description" : ""}, {"nombre" : "Object source", "description" : ""}, {"nombre" : "int type", "description" : ""}, {"nombre" : "int index0", "description" : ""}]}], "metodos" : [{"nombre" : "getIndex0", "description" : ""}, {"nombre" : "getIndex1", "description" : ""}, {"nombre" : "getType", "description" : ""}, {"nombre" : "toString", "description" : ""}], "campos" : [{"nombre" : "CONTENTS_CHANGED", "description" : ""}, {"nombre" : "INTERVAL_ADDED", "description" : ""}, {"nombre" : "INTERVAL_REMOVED", "description" : ""}]}
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "code": {"type": "string"}, "ldc": {"type": "array", "items": {}}, "constructores": {"type": "array", "items": {"type": "object", "properties": {"nombre": {"type": "string"}, "description": {"type": "string"}, "parametros": {"type": "array", "items": {"type": "object", "properties": {"nombre": {"type": "string"}, "description": {"type": "string"}}, "required": ["nombre", "description"]}}}, "required": ["nombre", "description", "parametros"]}}, "metodos": {"type": "array", "items": {"type": "object", "properties": {"nombre": {"type": "string"}, "description": {"type": "string"}}, "required": ["nombre", "description"]}}, "campos": {"type": "array", "items": {"type": "object", "properties": {"nombre": {"type": "string"}, "description": {"type": "string"}}, "required": ["nombre", "description"]}}}, "required": ["description", "code", "ldc", "constructores", "metodos", "campos"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"directed": {"type": "boolean"}, "graph": {"type": "array", "items": {}}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"party": {"type": "string"}, "name": {"type": "string"}, "id": {"type": "string"}}, "required": ["party", "name", "id"]}}, "links": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "string"}, "target": {"type": "string"}}, "required": ["source", "target"]}}, "multigraph": {"type": "boolean"}}, "required": ["directed", "graph", "nodes", "links", "multigraph"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"directed" : false, "graph" : [], "nodes" : [{"party" : "Republican", "name" : "Pete Olson", "id" : "102008"}, {"party" : "Republican", "name" : "John Cornyn", "id" : "15375"}, {"party" : "Republican", "name" : "Joseph J. Heck", "id" : "44082"}, {"party" : "Republican", "name" : "David B. McKinley", "id" : "117396"}, {"party" : "Republican", "name" : "Eric Cantor", "id" : "5121"}, {"party" : "Republican", "name" : "Scott R. Tipton", "id" : "65403"}], "links" : [{"source" : "102008", "target" : "65403"}, {"source" : "15375", "target" : "5121"}, {"source" : "44082", "target" : "117396"}, {"source" : "44082", "target" : "5121"}, {"source" : "117396", "target" : "65403"}], "multigraph" : false}
json_instruct
{"type": "object", "properties": {"directed": {"type": "boolean"}, "graph": {"type": "array", "items": {}}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"party": {"type": "string"}, "name": {"type": "string"}, "id": {"type": "string"}}, "required": ["party", "name", "id"]}}, "links": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "string"}, "target": {"type": "string"}}, "required": ["source", "target"]}}, "multigraph": {"type": "boolean"}}, "required": ["directed", "graph", "nodes", "links", "multigraph"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"schema_version" : "1.2.0", "id" : "GHSA-37q9-87mr-hp46", "modified" : "2022-05-01T02:26:19Z", "published" : "2022-05-01T02:26:19Z", "aliases" : ["CVE-2005-4330"], "details" : "SQL injection vulnerability in browse.ihtml in iHTML Merchant Mall allows remote attackers to execute arbitrary SQL commands via the (1) id, (2) store, and (3) step parameters.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2005-4330"}, {"type" : "WEB", "url" : "http://pridels0.blogspot.com/2005/12/ihtml-merchant-mall-sql-inj.html"}, {"type" : "WEB", "url" : "http://secunia.com/advisories/18073"}, {"type" : "WEB", "url" : "http://www.osvdb.org/21830"}, {"type" : "WEB", "url" : "http://www.securityfocus.com/bid/15910"}, {"type" : "WEB", "url" : "http://www.vupen.com/english/advisories/2005/2968"}], "database_specific" : {"cwe_ids" : [], "severity" : "HIGH", "github_reviewed" : false}}
json_instruct
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"schema_version" : "1.2.0", "id" : "GHSA-q44m-7h33-96g3", "modified" : "2022-05-01T02:15:08Z", "published" : "2022-05-01T02:15:08Z", "aliases" : ["CVE-2005-3161"], "details" : "Multiple SQL injection vulnerabilities in PHP-Fusion before 6.00.110 allow remote attackers to execute arbitrary SQL commands via (1) the activate parameter in register.php and (2) the cat_id parameter in faq.php.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2005-3161"}, {"type" : "WEB", "url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/22532"}, {"type" : "WEB", "url" : "http://secunia.com/advisories/17055"}, {"type" : "WEB", "url" : "http://secunia.com/secunia_research/2005-52/advisory/"}, {"type" : "WEB", "url" : "http://securityreason.com/securityalert/54"}, {"type" : "WEB", "url" : "http://www.osvdb.org/19866"}, {"type" : "WEB", "url" : "http://www.osvdb.org/19867"}, {"type" : "WEB", "url" : "http://www.php-fusion.co.uk/news.php?readmore=261"}, {"type" : "WEB", "url" : "http://www.securityfocus.com/bid/15018"}], "database_specific" : {"cwe_ids" : [], "severity" : "HIGH", "github_reviewed" : false}}
json_instruct
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$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": {"start": {"type": "string"}}, "required": ["start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"directory-tree": {"type": "string"}, "dockerode": {"type": "string"}, "express": {"type": "string"}, "nodemon": {"type": "string"}, "socket.io": {"type": "string"}, "unique-names-generator": {"type": "string"}, "utf8": {"type": "string"}}, "required": ["directory-tree", "dockerode", "express", "nodemon", "socket.io", "unique-names-generator", "utf8"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "server", "version" : "1.0.0", "description" : "This Project is to use to when we need to access Containers in NodeJs environment", "main" : "server.js", "scripts" : {"start" : "nodemon server.js"}, "author" : "Jay Goyal", "license" : "ISC", "dependencies" : {"directory-tree" : "^3.2.2", "dockerode" : "^3.3.1", "express" : "^4.17.2", "nodemon" : "^2.0.15", "socket.io" : "^4.4.1", "unique-names-generator" : "^4.7.1", "utf8" : "^3.0.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"directory-tree": {"type": "string"}, "dockerode": {"type": "string"}, "express": {"type": "string"}, "nodemon": {"type": "string"}, "socket.io": {"type": "string"}, "unique-names-generator": {"type": "string"}, "utf8": {"type": "string"}}, "required": ["directory-tree", "dockerode", "express", "nodemon", "socket.io", "unique-names-generator", "utf8"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"response": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "from_id": {"type": "integer"}, "owner_id": {"type": "integer"}, "date": {"type": "integer"}, "post_type": {"type": "string"}, "text": {"type": "string"}, "post_source": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "comments": {"type": "object", "properties": {"count": {"type": "integer"}, "can_post": {"type": "integer"}}, "required": ["count", "can_post"]}, "likes": {"type": "object", "properties": {"count": {"type": "integer"}, "user_likes": {"type": "integer"}, "can_like": {"type": "integer"}, "can_publish": {"type": "integer"}}, "required": ["count", "user_likes", "can_like", "can_publish"]}, "reposts": {"type": "object", "properties": {"count": {"type": "integer"}, "user_reposted": {"type": "integer"}}, "required": ["count", "user_reposted"]}}, "required": ["id", "from_id", "owner_id", "date", "post_type", "text", "post_source", "comments", "likes", "reposts"]}}}, "required": ["response"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"response" : [{"id" : 617, "from_id" : 1, "owner_id" : 1, "date" : 1171758699, "post_type" : "post", "text" : "", "post_source" : {"type" : "vk"}, "comments" : {"count" : 0, "can_post" : 1}, "likes" : {"count" : 2, "user_likes" : 0, "can_like" : 1, "can_publish" : 0}, "reposts" : {"count" : 0, "user_reposted" : 0}}]}
json_instruct
{"type": "object", "properties": {"response": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "from_id": {"type": "integer"}, "owner_id": {"type": "integer"}, "date": {"type": "integer"}, "post_type": {"type": "string"}, "text": {"type": "string"}, "post_source": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "comments": {"type": "object", "properties": {"count": {"type": "integer"}, "can_post": {"type": "integer"}}, "required": ["count", "can_post"]}, "likes": {"type": "object", "properties": {"count": {"type": "integer"}, "user_likes": {"type": "integer"}, "can_like": {"type": "integer"}, "can_publish": {"type": "integer"}}, "required": ["count", "user_likes", "can_like", "can_publish"]}, "reposts": {"type": "object", "properties": {"count": {"type": "integer"}, "user_reposted": {"type": "integer"}}, "required": ["count", "user_reposted"]}}, "required": ["id", "from_id", "owner_id", "date", "post_type", "text", "post_source", "comments", "likes", "reposts"]}}}, "required": ["response"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "f72ae65b42ea6e8664bef24f8c2491d2fd68a64f"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"version": {"type": "string"}, "compilerOptions": {"type": "object", "properties": {"target": {"type": "string"}, "module": {"type": "string"}, "declaration": {"type": "boolean"}, "noImplicitAny": {"type": "boolean"}, "removeComments": {"type": "boolean"}, "noLib": {"type": "boolean"}, "outDir": {"type": "string"}}, "required": ["target", "module", "declaration", "noImplicitAny", "removeComments", "noLib", "outDir"]}, "filesGlob": {"type": "array", "items": {"type": "string"}}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "compilerOptions", "filesGlob", "files"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : "1.5.0-beta", "compilerOptions" : {"target" : "es5", "module" : "commonjs", "declaration" : false, "noImplicitAny" : true, "removeComments" : false, "noLib" : false, "outDir" : "./build/js/"}, "filesGlob" : ["./src/**/*.ts", "./build/src/**/*.ts", "!./node_modules/**/*.ts"], "files" : ["./build/src/actions/TodoActions.ts", "./build/src/app.ts", "./build/src/components/Footer.react.ts", "./build/src/components/Header.react.ts", "./build/src/components/MainSection.react.ts", "./build/src/components/TodoApp.react.ts", "./build/src/components/TodoItem.react.ts", "./build/src/components/TodoTextInput.react.ts", "./build/src/constants/TodoConstants.ts", "./build/src/dispatcher/AppDispatcher.ts", "./build/src/react/ReactComponent.ts", "./build/src/react/ReactJSX.ts", "./build/src/stores/TodoStore.ts", "./build/typings/browserify/browserify.d.ts", "./build/typings/flux/flux.d.ts", "./build/typings/node/node.d.ts", "./build/typings/object-assign/object-assign.d.ts", "./build/typings/react-jsx/react-jsx.d.ts", "./build/typings/react-tools/react-tools.d.ts", "./build/typings/react/react-addons.d.ts", "./build/typings/react/react-global.d.ts", "./build/typings/react/react.d.ts", "./build/typings/todomvc/todomvc.d.ts", "./build/typings/tsd.d.ts", "./build/typings/typings/tsd.d.ts"]}
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "compilerOptions": {"type": "object", "properties": {"target": {"type": "string"}, "module": {"type": "string"}, "declaration": {"type": "boolean"}, "noImplicitAny": {"type": "boolean"}, "removeComments": {"type": "boolean"}, "noLib": {"type": "boolean"}, "outDir": {"type": "string"}}, "required": ["target", "module", "declaration", "noImplicitAny", "removeComments", "noLib", "outDir"]}, "filesGlob": {"type": "array", "items": {"type": "string"}}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "compilerOptions", "filesGlob", "files"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"active": {"type": "boolean"}, "name": {"type": "string"}, "slug": {"type": "string"}, "docsSlug": {"type": "string"}, "versions": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "branchName": {"type": "string"}, "slug": {"type": "string"}, "current": {"type": "boolean"}}, "required": ["name", "branchName", "slug", "current"]}}}, "required": ["active", "name", "slug", "docsSlug", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"active" : true, "name" : "Skeleton Mapper", "slug" : "skeleton-mapper", "docsSlug" : "doctrine-skeleton-mapper", "versions" : [{"name" : "1.1", "branchName" : "1.1.x", "slug" : "latest", "current" : true}, {"name" : "1.0", "branchName" : "1.0.x", "slug" : "1.0", "current" : true, "aliases" : ["current", "stable"]}]}
json_instruct
{"type": "object", "properties": {"active": {"type": "boolean"}, "name": {"type": "string"}, "slug": {"type": "string"}, "docsSlug": {"type": "string"}, "versions": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "branchName": {"type": "string"}, "slug": {"type": "string"}, "current": {"type": "boolean"}}, "required": ["name", "branchName", "slug", "current"]}}}, "required": ["active", "name", "slug", "docsSlug", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "21", "provinceId" : "33", "regencyId" : "01", "name" : "Cilacap Selatan"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"case_name": {"type": "string"}, "case_type": {"type": "string"}, "date_last_visit": {"type": "string"}, "date_next_reg": {"type": "string"}, "date_opened": {"type": "string"}, "external_id": {"type": "null"}, "family_number": {"type": "string"}, "hh_number": {"type": "string"}, "husband_name": {"type": "string"}, "last_visit_type": {"type": "string"}, "mother_alive": {"type": "string"}, "mother_dob": {"type": "string"}, "mother_name": {"type": "string"}, "owner_id": {"type": "string"}}, "required": ["case_name", "case_type", "date_last_visit", "date_next_reg", "date_opened", "external_id", "family_number", "hh_number", "husband_name", "last_visit_type", "mother_alive", "mother_dob", "mother_name", "owner_id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"case_name" : "Pankaja", "case_type" : "cc_bihar_pregnancy", "date_last_visit" : "2011-03-03", "date_next_reg" : "2011-03-03", "date_opened" : "2011-03-03T07:44:22", "external_id" : null, "family_number" : "", "hh_number" : "", "husband_name" : "Pankaj", "last_visit_type" : "new", "mother_alive" : "yes", "mother_dob" : "", "mother_name" : "Pankaja", "owner_id" : "demo_user_group_bihar"}
json_instruct
{"type": "object", "properties": {"case_name": {"type": "string"}, "case_type": {"type": "string"}, "date_last_visit": {"type": "string"}, "date_next_reg": {"type": "string"}, "date_opened": {"type": "string"}, "external_id": {"type": "null"}, "family_number": {"type": "string"}, "hh_number": {"type": "string"}, "husband_name": {"type": "string"}, "last_visit_type": {"type": "string"}, "mother_alive": {"type": "string"}, "mother_dob": {"type": "string"}, "mother_name": {"type": "string"}, "owner_id": {"type": "string"}}, "required": ["case_name", "case_type", "date_last_visit", "date_next_reg", "date_opened", "external_id", "family_number", "hh_number", "husband_name", "last_visit_type", "mother_alive", "mother_dob", "mother_name", "owner_id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"animation": {"type": "object", "properties": {"title": {"type": "string"}, "typename": {"type": "string"}, "animations": {"type": "array", "items": {"type": "object", "properties": {"animation": {"type": "object", "properties": {"typename": {"type": "string"}, "name": {"type": "string"}}, "required": ["typename", "name"]}, "run": {"type": "object", "properties": {"fps": {"type": "integer"}}, "required": ["fps"]}}, "required": ["animation", "run"]}}, "default": {"type": "null"}, "bgcolor": {"type": "string"}, "external_access": {"type": "boolean"}, "port": {"type": "integer"}}, "required": ["title", "typename", "animations", "default", "bgcolor", "external_access", "port"]}, "driver": {"type": "object", "properties": {"num": {"type": "integer"}, "typename": {"type": "string"}}, "required": ["num", "typename"]}, "layout": {"type": "object", "properties": {"typename": {"type": "string"}, "x": {"type": "integer"}, "y": {"type": "integer"}, "z": {"type": "integer"}}, "required": ["typename", "x", "y", "z"]}}, "required": ["animation", "driver", "layout"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"animation" : {"title" : "Cube Demo", "typename" : "remote", "animations" : [{"animation" : {"typename" : "BiblioPixelAnimations.cube.Rain.RainBow", "name" : "RainBow"}, "run" : {"fps" : 30}}, {"animation" : {"typename" : "BiblioPixelAnimations.cube.bloom.CubeBloom", "name" : "CubeBloom"}, "run" : {"fps" : 30}}, {"animation" : {"typename" : "BiblioPixelAnimations.cube.simplex.Simplex", "name" : "Simplex"}, "run" : {"fps" : 30}}, {"animation" : {"typename" : "BiblioPixelAnimations.cube.wave_spiral.WaveSpiral", "name" : "WaveSpiral"}, "run" : {"fps" : 30}}], "default" : null, "bgcolor" : "black", "external_access" : true, "port" : 5000}, "driver" : {"num" : 512, "typename" : "simpixel"}, "layout" : {"typename" : "cube", "x" : 8, "y" : 8, "z" : 8}}
json_instruct
{"type": "object", "properties": {"animation": {"type": "object", "properties": {"title": {"type": "string"}, "typename": {"type": "string"}, "animations": {"type": "array", "items": {"type": "object", "properties": {"animation": {"type": "object", "properties": {"typename": {"type": "string"}, "name": {"type": "string"}}, "required": ["typename", "name"]}, "run": {"type": "object", "properties": {"fps": {"type": "integer"}}, "required": ["fps"]}}, "required": ["animation", "run"]}}, "default": {"type": "null"}, "bgcolor": {"type": "string"}, "external_access": {"type": "boolean"}, "port": {"type": "integer"}}, "required": ["title", "typename", "animations", "default", "bgcolor", "external_access", "port"]}, "driver": {"type": "object", "properties": {"num": {"type": "integer"}, "typename": {"type": "string"}}, "required": ["num", "typename"]}, "layout": {"type": "object", "properties": {"typename": {"type": "string"}, "x": {"type": "integer"}, "y": {"type": "integer"}, "z": {"type": "integer"}}, "required": ["typename", "x", "y", "z"]}}, "required": ["animation", "driver", "layout"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"username": {"type": "string"}, "action": {"type": "string"}}, "required": ["username", "action"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"username" : "Alex Doe", "action" : "simple.push"}
json_instruct
{"type": "object", "properties": {"username": {"type": "string"}, "action": {"type": "string"}}, "required": ["username", "action"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"appsearch": {"type": "object", "properties": {"base_endpoint": {"type": "string"}, "api_key": {"type": "string"}, "engine_name": {"type": "string"}}, "required": ["base_endpoint", "api_key", "engine_name"]}}, "required": ["appsearch"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"appsearch" : {"base_endpoint" : "", "api_key" : "", "engine_name" : ""}}
json_instruct
{"type": "object", "properties": {"appsearch": {"type": "object", "properties": {"base_endpoint": {"type": "string"}, "api_key": {"type": "string"}, "engine_name": {"type": "string"}}, "required": ["base_endpoint", "api_key", "engine_name"]}}, "required": ["appsearch"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "members": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "integer"}}, "required": ["name", "value"]}}}, "required": ["name", "members"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "ENoiseType", "members" : [{"name" : "NT_Random", "value" : 0}, {"name" : "NT_Simplex2D", "value" : 1}, {"name" : "NT_Simplex3D", "value" : 2}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "members": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "integer"}}, "required": ["name", "value"]}}}, "required": ["name", "members"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"pci_projects_project_streams_stream_throttling_title": {"type": "string"}, "pci_projects_project_streams_stream_throttling_submit_label": {"type": "string"}, "pci_projects_project_streams_stream_throttling_cancel_label": {"type": "string"}, "pci_projects_project_streams_stream_throttling_content": {"type": "string"}, "pci_projects_project_streams_stream_throttling_thottling_unit": {"type": "string"}, "pci_projects_project_streams_stream_throttling_thottling_unlimited": {"type": "string"}, "pci_projects_project_streams_stream_throttling_success_message": {"type": "string"}, "pci_projects_project_streams_stream_throttling_error_throttling": {"type": "string"}}, "required": ["pci_projects_project_streams_stream_throttling_title", "pci_projects_project_streams_stream_throttling_submit_label", "pci_projects_project_streams_stream_throttling_cancel_label", "pci_projects_project_streams_stream_throttling_content", "pci_projects_project_streams_stream_throttling_thottling_unit", "pci_projects_project_streams_stream_throttling_thottling_unlimited", "pci_projects_project_streams_stream_throttling_success_message", "pci_projects_project_streams_stream_throttling_error_throttling"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"pci_projects_project_streams_stream_throttling_title" : "Modifier le throttling", "pci_projects_project_streams_stream_throttling_submit_label" : "Confirmer", "pci_projects_project_streams_stream_throttling_cancel_label" : "Annuler", "pci_projects_project_streams_stream_throttling_content" : "Augmentez ou r\u00e9duisez le nombre maximum de messages produit par seconde.", "pci_projects_project_streams_stream_throttling_thottling_unit" : "Msg/sec", "pci_projects_project_streams_stream_throttling_thottling_unlimited" : "Nombre illimit\u00e9", "pci_projects_project_streams_stream_throttling_success_message" : "Le throttling a \u00e9t\u00e9 modifi\u00e9.", "pci_projects_project_streams_stream_throttling_error_throttling" : "Une erreur est survenue lors de la modification du throttling\u00a0: {{ message }}."}
json_instruct
{"type": "object", "properties": {"pci_projects_project_streams_stream_throttling_title": {"type": "string"}, "pci_projects_project_streams_stream_throttling_submit_label": {"type": "string"}, "pci_projects_project_streams_stream_throttling_cancel_label": {"type": "string"}, "pci_projects_project_streams_stream_throttling_content": {"type": "string"}, "pci_projects_project_streams_stream_throttling_thottling_unit": {"type": "string"}, "pci_projects_project_streams_stream_throttling_thottling_unlimited": {"type": "string"}, "pci_projects_project_streams_stream_throttling_success_message": {"type": "string"}, "pci_projects_project_streams_stream_throttling_error_throttling": {"type": "string"}}, "required": ["pci_projects_project_streams_stream_throttling_title", "pci_projects_project_streams_stream_throttling_submit_label", "pci_projects_project_streams_stream_throttling_cancel_label", "pci_projects_project_streams_stream_throttling_content", "pci_projects_project_streams_stream_throttling_thottling_unit", "pci_projects_project_streams_stream_throttling_thottling_unlimited", "pci_projects_project_streams_stream_throttling_success_message", "pci_projects_project_streams_stream_throttling_error_throttling"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "7cd1a9e8c5d360ed68c0e69bd20eff5c4bf5c4c0"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"page": {"type": "integer"}, "perPage": {"type": "integer"}, "itemsCount": {"type": "integer"}, "pagesCount": {"type": "integer"}, "items": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}}, "required": ["page", "perPage", "itemsCount", "pagesCount", "items"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"page" : 1, "perPage" : 3, "itemsCount" : 9, "pagesCount" : 3, "items" : [{"name" : "Element 1"}, {"name" : "Element 2"}, {"name" : "Element 3"}]}
json_instruct
{"type": "object", "properties": {"page": {"type": "integer"}, "perPage": {"type": "integer"}, "itemsCount": {"type": "integer"}, "pagesCount": {"type": "integer"}, "items": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}}, "required": ["page", "perPage", "itemsCount", "pagesCount", "items"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {"type": "string"}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"generated_at" : "2017-01-27T09:37:34.697113", "required_by" : ["peewee_encrypted_field"], "requires" : ["pyaes"], "package" : "fernet"}
json_instruct
{"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {"type": "string"}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"@type": {"type": "string"}, "~thread": {"type": "object", "properties": {"thid": {"type": "string"}}, "required": ["thid"]}, "protocols": {"type": "array", "items": {"type": "object", "properties": {"pid": {"type": "string"}, "roles": {"type": "array", "items": {"type": "string"}}}, "required": ["pid", "roles"]}}}, "required": ["@type", "~thread", "protocols"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"@type" : "https://didcomm.org/discover-features/1.0/disclose", "~thread" : {"thid" : "yWd8wfYzhmuXX3hmLNaV5bVbAjbWaU"}, "protocols" : [{"pid" : "https://didcomm.org/tictactoe/1.0", "roles" : ["player"]}]}
json_instruct
{"type": "object", "properties": {"@type": {"type": "string"}, "~thread": {"type": "object", "properties": {"thid": {"type": "string"}}, "required": ["thid"]}, "protocols": {"type": "array", "items": {"type": "object", "properties": {"pid": {"type": "string"}, "roles": {"type": "array", "items": {"type": "string"}}}, "required": ["pid", "roles"]}}}, "required": ["@type", "~thread", "protocols"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "isCurated": {"type": "boolean"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "isCurated", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"author" : {"id" : "t2_d9yhfo3j", "name" : "FungeonMeister"}, "date" : {"day" : 1633478400, "full" : 1633519145, "month" : 1633046400, "week" : 1633219200}, "id" : "t3_q2ibxs", "picture" : {"filesize" : 116741, "fullUrl" : "https://preview.redd.it/dwj0u9addtr71.jpg?auto=webp&s=beb4972ff0d06d4e7d47abe86855405af09d8f82", "hash" : "4172294876", "height" : 480, "lqip" : "data:image/jpg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAMABADASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAQMEBf/EACMQAAIBBAEDBQAAAAAAAAAAAAECAwAEESESEzFBBRUiUXH/xAAVAQEBAAAAAAAAAAAAAAAAAAAABP/EABoRAAICAwAAAAAAAAAAAAAAAAESAAIRITH/2gAMAwEAAhEDEQA/AMWa2js7mK3YtOx+eVOXJx2KgHC61+1LgSLtRCUGSeRI0dk6o+7Xfp4n6Tq6zSCZlkQMOQxv78DVJjvLi9S4uJpSHmbpMEAVQuOwHiptLkdgGzqZ/9k=", "url" : "https://preview.redd.it/dwj0u9addtr71.jpg?width=640&crop=smart&auto=webp&s=7ef0ec2211abf71880779c36996a069d95df369b", "width" : 640}, "score" : {"comments" : 4, "downs" : 0, "isCurated" : false, "ratio" : 0.99, "ups" : 420, "value" : 420}, "subreddit" : {"id" : "t5_3isai", "name" : "dndmaps"}, "tags" : ["City"], "title" : "A Semi-Steampunk Mountaintop University Campus (Atmos Mesa Academy)", "url" : "https://www.reddit.com/r/dndmaps/comments/q2ibxs/a_semisteampunk_mountaintop_university_campus/"}
json_instruct
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "isCurated": {"type": "boolean"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "isCurated", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"ip": {"type": "string"}, "country_code": {"type": "string"}, "country_name": {"type": "string"}, "region_code": {"type": "string"}, "region_name": {"type": "string"}, "city": {"type": "string"}, "zip_code": {"type": "string"}, "time_zone": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "metro_code": {"type": "integer"}}, "required": ["ip", "country_code", "country_name", "region_code", "region_name", "city", "zip_code", "time_zone", "latitude", "longitude", "metro_code"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ip" : "95.253.115.122", "country_code" : "IT", "country_name" : "Italy", "region_code" : "72", "region_name" : "Campania", "city" : "San Valentino Torio", "zip_code" : "84010", "time_zone" : "Europe/Rome", "latitude" : 40.7911, "longitude" : 14.6033, "metro_code" : 0}
json_instruct
{"type": "object", "properties": {"ip": {"type": "string"}, "country_code": {"type": "string"}, "country_name": {"type": "string"}, "region_code": {"type": "string"}, "region_name": {"type": "string"}, "city": {"type": "string"}, "zip_code": {"type": "string"}, "time_zone": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "metro_code": {"type": "integer"}}, "required": ["ip", "country_code", "country_name", "region_code", "region_name", "city", "zip_code", "time_zone", "latitude", "longitude", "metro_code"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "abbr", "name"]}, "city": {"type": "string"}, "type": {"type": "string"}, "lng": {"type": "number"}, "counties": {"type": "array", "items": {"type": "object", "properties": {"fips": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "name"]}}}, "required": ["localities", "state", "postal_code", "locality", "lat", "region", "city", "type", "lng", "counties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"localities" : ["Amorita, OK"], "state" : "OK", "postal_code" : "73719", "locality" : "Amorita, OK", "lat" : 36.956781, "region" : {"fips" : "40", "abbr" : "OK", "name" : "Oklahoma"}, "city" : "Amorita", "type" : "STANDARD", "lng" : -98.288439, "counties" : [{"fips" : "003", "name" : "Alfalfa County"}]}
json_instruct
{"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "abbr", "name"]}, "city": {"type": "string"}, "type": {"type": "string"}, "lng": {"type": "number"}, "counties": {"type": "array", "items": {"type": "object", "properties": {"fips": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "name"]}}}, "required": ["localities", "state", "postal_code", "locality", "lat", "region", "city", "type", "lng", "counties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"font/js/dat.color.js": {"type": "string"}, "font/js/dat.gui.js": {"type": "string"}, "font/icomatic.js": {"type": "string"}, "font/icomatic.css": {"type": "string"}}, "required": ["font/js/dat.color.js", "font/js/dat.gui.js", "font/icomatic.js", "font/icomatic.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"font/js/dat.color.js" : "sha256-hgV85KMTmOeT/BC4WBtqj9iwaqSjIDnz8BW1n/skOX4=", "font/js/dat.gui.js" : "sha256-MXivXzZTVhtEZbN4VGDiuRIKxvuC89LVN5hbvB5g2M8=", "font/icomatic.js" : "sha256-TfItRoiu5KKx+a4+GYTvL0nlQkts82KTzRikX4M/Nzo=", "font/icomatic.css" : "sha256-u772C9LYYya3asZQb0z8ZrQ6uPdr15YYhQmzzoPAWtE="}
json_instruct
{"type": "object", "properties": {"font/js/dat.color.js": {"type": "string"}, "font/js/dat.gui.js": {"type": "string"}, "font/icomatic.js": {"type": "string"}, "font/icomatic.css": {"type": "string"}}, "required": ["font/js/dat.color.js", "font/js/dat.gui.js", "font/icomatic.js", "font/icomatic.css"], "$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"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Name" : "Shturman Schl\u00fcssel", "ShortName" : "Shturman", "Description" : "Schl\u00fcssel zum Gangversteck der Svetloozersk, normalerweise im Besitz von Shturman. Sieht ziemlich zerbrechlich aus, so als ob er bei der ersten Benutzung brechen k\u00f6nnte."}
json_instruct
{"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"aclu_id": {"type": "string"}, "area_land": {"type": "integer"}, "area_water": {"type": "integer"}, "geoid": {"type": "string"}, "name": {"type": "string"}, "ocd_id": {"type": "string"}, "state": {"type": "string"}}, "required": ["aclu_id", "area_land", "area_water", "geoid", "name", "ocd_id", "state"]}, "id": {"type": "string"}}, "required": ["type", "geometry", "properties", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[-88.805688, 39.086336], [-88.805622, 39.130084], [-88.805753, 39.168045], [-88.805498, 39.172636], [-88.805367, 39.203251], [-88.805491, 39.205355], [-88.805325, 39.216263], [-88.804108, 39.216119], [-88.787078, 39.216063], [-88.768482, 39.215917], [-88.703662, 39.215846], [-88.675065, 39.215933], [-88.654084, 39.21589], [-88.618955, 39.215677], [-88.590989, 39.215426], [-88.56982, 39.215168], [-88.558293, 39.215296], [-88.550013, 39.215144], [-88.522229, 39.215054], [-88.508263, 39.215134], [-88.484908, 39.214915], [-88.470906, 39.215029], [-88.470942, 39.197191], [-88.470865, 39.171463], [-88.463529, 39.17128], [-88.449967, 39.171429], [-88.433812, 39.17124], [-88.415206, 39.171337], [-88.406277, 39.171175], [-88.396341, 39.171236], [-88.368872, 39.171181], [-88.360654, 39.171118], [-88.360583, 39.133424], [-88.360641, 39.131516], [-88.360497, 39.111257], [-88.360504, 39.089872], [-88.360639, 39.080212], [-88.361436, 39.050558], [-88.362187, 39.02582], [-88.362779, 39.001229], [-88.362454, 38.974917], [-88.36229, 38.957025], [-88.361745, 38.910847], [-88.386419, 38.911301], [-88.417955, 38.911951], [-88.429063, 38.912073], [-88.450941, 38.912534], [-88.488662, 38.913263], [-88.520952, 38.913975], [-88.559457, 38.915063], [-88.579611, 38.915157], [-88.609634, 38.915177], [-88.620486, 38.915303], [-88.624719, 38.915048], [-88.657838, 38.914926], [-88.675504, 38.914753], [-88.688809, 38.914703], [-88.712155, 38.914168], [-88.726134, 38.913918], [-88.75288, 38.913089], [-88.765394, 38.912538], [-88.778689, 38.912416], [-88.806789, 38.911655], [-88.806644, 38.931007], [-88.80641, 38.949637], [-88.806203, 38.977099], [-88.806211, 38.992222], [-88.806028, 39.02258], [-88.805905, 39.034137], [-88.805869, 39.0587], [-88.805688, 39.086336]]]}, "properties" : {"aclu_id" : "aclu/elections-api/county:8297", "area_land" : 1240027659, "area_water" : 3183217, "geoid" : "17049", "name" : "Effingham", "ocd_id" : "ocd-division/country:us/state:il/county:effingham", "state" : "il"}, "id" : "aclu/elections-api/county:8297"}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"aclu_id": {"type": "string"}, "area_land": {"type": "integer"}, "area_water": {"type": "integer"}, "geoid": {"type": "string"}, "name": {"type": "string"}, "ocd_id": {"type": "string"}, "state": {"type": "string"}}, "required": ["aclu_id", "area_land", "area_water", "geoid", "name", "ocd_id", "state"]}, "id": {"type": "string"}}, "required": ["type", "geometry", "properties", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"fdb-all.js": {"type": "string"}, "fdb-all.min.js": {"type": "string"}, "fdb-angular.js": {"type": "string"}, "fdb-angular.min.js": {"type": "string"}, "fdb-autobind.js": {"type": "string"}, "fdb-autobind.min.js": {"type": "string"}, "fdb-core.js": {"type": "string"}, "fdb-core.min.js": {"type": "string"}, "fdb-core+persist.js": {"type": "string"}, "fdb-core+persist.min.js": {"type": "string"}, "fdb-core+views.js": {"type": "string"}, "fdb-core+views.min.js": {"type": "string"}, "fdb-infinilist.js": {"type": "string"}, "fdb-infinilist.min.js": {"type": "string"}, "fdb-legacy.js": {"type": "string"}, "fdb-legacy.min.js": {"type": "string"}}, "required": ["fdb-all.js", "fdb-all.min.js", "fdb-angular.js", "fdb-angular.min.js", "fdb-autobind.js", "fdb-autobind.min.js", "fdb-core.js", "fdb-core.min.js", "fdb-core+persist.js", "fdb-core+persist.min.js", "fdb-core+views.js", "fdb-core+views.min.js", "fdb-infinilist.js", "fdb-infinilist.min.js", "fdb-legacy.js", "fdb-legacy.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"fdb-all.js" : "sha256-7+OeM7PkQNU5opol+7pLRFaFbrKZLlJA30ndgolZwPQ=", "fdb-all.min.js" : "sha256-GvbfKMwm3sgyCmvOzV5ZtuN6KjLCk6m4OGiOa/Pn5HU=", "fdb-angular.js" : "sha256-yqv3CZa5MzuIulDN+bMOuBCrSvnlFWQ372pfFk8kvgM=", "fdb-angular.min.js" : "sha256-JNU51kmyGf3Sd5jRS6I1Dkj7ToZV74eBl7pgMQk3+wE=", "fdb-autobind.js" : "sha256-+td+yJ+DRUw1urtt5C/uMEdfYnwAEhDjJKiBuP0phq0=", "fdb-autobind.min.js" : "sha256-giRqRbjrj2dbhMQZ2FCE9lds5/eALPFohjO+fDIr0Pg=", "fdb-core.js" : "sha256-/vmkeTHHGs+oRMPXvcf4fa1BlSdGjEBYY8PYG67RRKY=", "fdb-core.min.js" : "sha256-OFHu72pR5OVmNjJRqyeCZ6Td41wrEzLzaDBMVSXPD1E=", "fdb-core+persist.js" : "sha256-rfEM23nIneMh7OtbqFj8uRp6bboE35AZLPb3QO8UBFo=", "fdb-core+persist.min.js" : "sha256-PpzJlOLp/dE3zQ2L/Y5mwHGGsal4Rd5fNxja+vR812I=", "fdb-core+views.js" : "sha256-5kquO37jZFSu+Wov7wqdSQqpzd3biuCFWdCwplG1r7g=", "fdb-core+views.min.js" : "sha256-ckZpdN5P9ghiHBMwPRrKTGZwuku8tulkCgcJwFOwV+4=", "fdb-infinilist.js" : "sha256-a0133e1ZIK0VjvhqCXYURWCmS47wNEBKNmwL5EHr7g0=", "fdb-infinilist.min.js" : "sha256-2kCrKCEay/sV5OGo0+DzCX3mY1/Aur0YVrZS8jsBol0=", "fdb-legacy.js" : "sha256-AcN8PeOdrN2BEuYsuJaLvdD8PkEQ1MlKHvVsxNlVAYk=", "fdb-legacy.min.js" : "sha256-Il2+eQGqAZiXHJVkUJf+M3sup4+WWlj9ijA40tSbLQo="}
json_instruct
{"type": "object", "properties": {"fdb-all.js": {"type": "string"}, "fdb-all.min.js": {"type": "string"}, "fdb-angular.js": {"type": "string"}, "fdb-angular.min.js": {"type": "string"}, "fdb-autobind.js": {"type": "string"}, "fdb-autobind.min.js": {"type": "string"}, "fdb-core.js": {"type": "string"}, "fdb-core.min.js": {"type": "string"}, "fdb-core+persist.js": {"type": "string"}, "fdb-core+persist.min.js": {"type": "string"}, "fdb-core+views.js": {"type": "string"}, "fdb-core+views.min.js": {"type": "string"}, "fdb-infinilist.js": {"type": "string"}, "fdb-infinilist.min.js": {"type": "string"}, "fdb-legacy.js": {"type": "string"}, "fdb-legacy.min.js": {"type": "string"}}, "required": ["fdb-all.js", "fdb-all.min.js", "fdb-angular.js", "fdb-angular.min.js", "fdb-autobind.js", "fdb-autobind.min.js", "fdb-core.js", "fdb-core.min.js", "fdb-core+persist.js", "fdb-core+persist.min.js", "fdb-core+views.js", "fdb-core+views.min.js", "fdb-infinilist.js", "fdb-infinilist.min.js", "fdb-legacy.js", "fdb-legacy.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"ConnectionStrings": {"type": "object", "properties": {"STORE_DB_CONNECTION_STRING": {"type": "string"}, "SECRET_KEY": {"type": "string"}}, "required": ["STORE_DB_CONNECTION_STRING", "SECRET_KEY"]}, "Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}}, "required": ["Default"]}}, "required": ["LogLevel"]}, "AllowedHosts": {"type": "string"}}, "required": ["ConnectionStrings", "Logging", "AllowedHosts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ConnectionStrings" : {"STORE_DB_CONNECTION_STRING" : "host=localhost;port=5432;database=store;username=apiuser;password=apipass", "SECRET_KEY" : "very_secret_and_secure_key"}, "Logging" : {"LogLevel" : {"Default" : "Warning"}}, "AllowedHosts" : "*"}
json_instruct
{"type": "object", "properties": {"ConnectionStrings": {"type": "object", "properties": {"STORE_DB_CONNECTION_STRING": {"type": "string"}, "SECRET_KEY": {"type": "string"}}, "required": ["STORE_DB_CONNECTION_STRING", "SECRET_KEY"]}, "Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}}, "required": ["Default"]}}, "required": ["LogLevel"]}, "AllowedHosts": {"type": "string"}}, "required": ["ConnectionStrings", "Logging", "AllowedHosts"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[144.0, 30.0], [144.0, 30.666666666666668], [145.0, 30.666666666666668], [145.0, 30.0], [144.0, 30.0]]]}, "properties" : {"code" : 4544, "url" : "http://madefor.github.io/0410/api/v1/4544.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/4544.geojson"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}