input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"author": {"type": "string"}, "description": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "website": {"type": "string"}}, "required": ["author", "description", "tags", "title", "website"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"author" : "Duyet Le", "description" : "Blog about Data Engineering, Data Platform, Data Visualization and Web Development", "tags" : ["data-engineering", "webdev", "programming", "javascript", "python", "big-data", "nlp", "data-pipeline", "data-platform"], "title" : "Duyet's Blog", "website" : "https://duyet.net"}
json_instruct
{"type": "object", "properties": {"author": {"type": "string"}, "description": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "website": {"type": "string"}}, "required": ["author", "description", "tags", "title", "website"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"slug": {"type": "string"}, "categories": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "address": {"type": "string"}, "phone": {"type": "string"}, "fax": {"type": "string"}, "email": {"type": "string"}, "web": {"type": "string"}, "sources": {"type": "array", "items": {"type": "string"}}, "comments": {"type": "array", "items": {"type": "string"}}, "relevant-countries": {"type": "array", "items": {"type": "string"}}, "quality": {"type": "string"}}, "required": ["slug", "categories", "name", "address", "phone", "fax", "email", "web", "sources", "comments", "relevant-countries", "quality"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"slug" : "real-inkasso", "categories" : ["collection agency"], "name" : "REAL Solution Inkasso GmbH & Co. KG", "address" : "Normannenweg 32\n20537 Hamburg\nDeutschland", "phone" : "+49 40 37 47 58 0", "fax" : "+49 40 37 47 58 739", "email" : "inkasso@real-solution.de", "web" : "https://www.real-solution.de/inkasso.html", "sources" : ["https://www.real-solution.de/rsp_datenschutz.html"], "comments" : ["Erbittet Fragen zum Thema Datenschutz per Brief zu stellen."], "relevant-countries" : ["de"], "quality" : "verified"}
json_instruct
{"type": "object", "properties": {"slug": {"type": "string"}, "categories": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "address": {"type": "string"}, "phone": {"type": "string"}, "fax": {"type": "string"}, "email": {"type": "string"}, "web": {"type": "string"}, "sources": {"type": "array", "items": {"type": "string"}}, "comments": {"type": "array", "items": {"type": "string"}}, "relevant-countries": {"type": "array", "items": {"type": "string"}}, "quality": {"type": "string"}}, "required": ["slug", "categories", "name", "address", "phone", "fax", "email", "web", "sources", "comments", "relevant-countries", "quality"], "$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"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "directories": {"type": "object", "properties": {"doc": {"type": "string"}, "test": {"type": "string"}}, "required": ["doc", "test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "directories", "repository", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "node-using", "version" : "1.0.0", "description" : "A superset of Node's CommonJS module system", "main" : "index.js", "scripts" : {"start" : "node index.js", "test" : "echo \"Error: no test specified\" && exit 1"}, "keywords" : ["using", "import", "require", "get", "include", "requireAll", "module", "common"], "author" : "bukharim96", "license" : "MIT", "directories" : {"doc" : "docs", "test" : "test"}, "repository" : {"type" : "git", "url" : "git+https://github.com/bukharim96/node-using.git"}, "bugs" : {"url" : "https://github.com/bukharim96/node-using/issues"}, "homepage" : "https://github.com/bukharim96/node-using#readme"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "directories": {"type": "object", "properties": {"doc": {"type": "string"}, "test": {"type": "string"}}, "required": ["doc", "test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "directories", "repository", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "line_lon": {"type": "number"}, "line_lat": {"type": "number"}, "line_zoom": {"type": "integer"}, "station_l": {"type": "array", "items": {"type": "object", "properties": {"station_cd": {"type": "integer"}, "station_g_cd": {"type": "integer"}, "station_name": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["station_cd", "station_g_cd", "station_name", "lon", "lat"]}}}, "required": ["line_cd", "line_name", "line_lon", "line_lat", "line_zoom", "station_l"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"line_cd" : 11329, "line_name" : "JR\u9e7f\u5cf6\u7dda", "line_lon" : 140.56469727511, "line_lat" : 35.942684415907, "line_zoom" : 12, "station_l" : [{"station_cd" : 1132901, "station_g_cd" : 1132710, "station_name" : "\u4f50\u539f", "lon" : 140.494074, "lat" : 35.894522}, {"station_cd" : 1132902, "station_g_cd" : 1132711, "station_name" : "\u9999\u53d6", "lon" : 140.532367, "lat" : 35.897856}, {"station_cd" : 1132903, "station_g_cd" : 1132903, "station_name" : "\u5341\u4e8c\u6a4b", "lon" : 140.545707, "lat" : 35.916984}, {"station_cd" : 1132904, "station_g_cd" : 1132904, "station_name" : "\u6f6e\u6765", "lon" : 140.549473, "lat" : 35.936904}, {"station_cd" : 1132905, "station_g_cd" : 1132905, "station_name" : "\u5ef6\u65b9", "lon" : 140.58875, "lat" : 35.958072}, {"station_cd" : 1132906, "station_g_cd" : 1132906, "station_name" : "\u9e7f\u5cf6\u795e\u5bae", "lon" : 140.625676, "lat" : 35.970614}, {"station_cd" : 1132907, "station_g_cd" : 1132907, "station_name" : "\u9e7f\u5cf6\u30b5\u30c3\u30ab\u30fc\u30b9\u30bf\u30b8\u30a2\u30e0\uff08\u81e8\uff09", "lon" : 140.63606, "lat" : 35.992707}]}
json_instruct
{"type": "object", "properties": {"line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "line_lon": {"type": "number"}, "line_lat": {"type": "number"}, "line_zoom": {"type": "integer"}, "station_l": {"type": "array", "items": {"type": "object", "properties": {"station_cd": {"type": "integer"}, "station_g_cd": {"type": "integer"}, "station_name": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["station_cd", "station_g_cd", "station_name", "lon", "lat"]}}}, "required": ["line_cd", "line_name", "line_lon", "line_lat", "line_zoom", "station_l"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "portiere", "definition" : "A curtain hanging across a doorway."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1999, 9], [2001, 8], [2002, 8], [2004, 10], [2005, 11], [2006, 12], [2007, 19], [2008, 12], [2009, 13], [2010, 15], [2011, 16], [2012, 19], [2013, 21], [2014, 15]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"self": {"type": "array", "items": {"type": "object", "properties": {"TestProperty": {"type": "string"}}, "required": ["TestProperty"]}}, "other": {"type": "array", "items": {"type": "object", "properties": {"TestProperty": {"type": "string"}}, "required": ["TestProperty"]}}}, "required": ["self", "other"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"self" : [{"TestProperty" : "TestValue1"}], "other" : [{"TestProperty" : "TestValue2"}]}
json_instruct
{"type": "object", "properties": {"self": {"type": "array", "items": {"type": "object", "properties": {"TestProperty": {"type": "string"}}, "required": ["TestProperty"]}}, "other": {"type": "array", "items": {"type": "object", "properties": {"TestProperty": {"type": "string"}}, "required": ["TestProperty"]}}}, "required": ["self", "other"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"$schema": {"type": "string"}, "contentVersion": {"type": "string"}, "parameters": {"type": "object", "properties": {"customApiName": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "apiConnName": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}}, "required": ["customApiName", "apiConnName"]}}, "required": ["$schema", "contentVersion", "parameters"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"$schema" : "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#", "contentVersion" : "1.0.0.0", "parameters" : {"customApiName" : {"value" : "[CUSTOM_API_CONNECTOR_NAME]"}, "apiConnName" : {"value" : "[API_CONNECTION_NAME]"}}}
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "contentVersion": {"type": "string"}, "parameters": {"type": "object", "properties": {"customApiName": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "apiConnName": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}}, "required": ["customApiName", "apiConnName"]}}, "required": ["$schema", "contentVersion", "parameters"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"is_lock_vulnerable": {"type": "boolean"}, "is_prodigal_vulnerable": {"type": "boolean"}, "is_suicidal_vulnerable": {"type": "boolean"}}, "required": ["is_lock_vulnerable", "is_prodigal_vulnerable", "is_suicidal_vulnerable"]}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0xa62298341d83b93bd08a6e73bb80c7cf992d424d", "tool" : "maian", "start" : 1565657860.5583725, "end" : 1565659662.190506, "duration" : 1801.6321334838867, "analysis" : {"is_lock_vulnerable" : false, "is_prodigal_vulnerable" : false, "is_suicidal_vulnerable" : false}}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"is_lock_vulnerable": {"type": "boolean"}, "is_prodigal_vulnerable": {"type": "boolean"}, "is_suicidal_vulnerable": {"type": "boolean"}}, "required": ["is_lock_vulnerable", "is_prodigal_vulnerable", "is_suicidal_vulnerable"]}}, "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": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "string"}, "town": {"type": "string"}, "longitude": {"type": "number"}, "latitude": {"type": "number"}, "status": {"type": "integer"}}, "required": ["stationId", "stationGroupId", "name", "lineId", "zipCode", "pref", "city", "town", "longitude", "latitude", "status"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"stationId" : 9930903, "stationGroupId" : 9930903, "name" : "\u6d45\u8349", "lineId" : 99309, "zipCode" : "111-0035", "pref" : "\u6771\u4eac\u90fd", "city" : "\u53f0\u6771\u533a", "town" : "\u897f\u6d45\u8349", "longitude" : 139.792389, "latitude" : 35.713817, "status" : 0}
json_instruct
{"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "string"}, "town": {"type": "string"}, "longitude": {"type": "number"}, "latitude": {"type": "number"}, "status": {"type": "integer"}}, "required": ["stationId", "stationGroupId", "name", "lineId", "zipCode", "pref", "city", "town", "longitude", "latitude", "status"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d980-80", "text" : "The special meeting of AERT in Atlanta is of extreme importance*\nDecisions will be made involving the future of educational radio and tele\u00ac\nvision in our society. If you cannot be present at this meeting, you should\ndesignate your choice of proxy to represent you. The following list of\nofficers and directors can be used for proxy assignment since they have\nindicated their intention to attend the meeting:\nLeo Martin, President\nMrs. Gertrude G, Broderick, Second Vice-President\nArlene McKellar, Secretary\nWalter B. Emery, Director at Large\nGale R. Adkins9 Director at Large\nHaskell Boyter, Director at Large\nYou may select any one from this list to carry your proxy vote and,\nafter you have officially designated him, you may communicate your desires\nto him prior to the meeting*\nMake it a point to fill out the enclosed card and return it to Arlene\nMcKellar right away l This will assure us of your interest in AERT and will\nhelp us to provide for the continuation of that interest.\nSincerely,\n(XhJLl+aa 7'U\nArlene McKellar\nSecretary, AERT\nfc* &ULAJL\nc"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"brief" : "Barchumite", "long" : "<i>Meaning:</i> a \"Barchumite\", or native of Bachurim.<br/><i>Usage:</i> Barhumite.<br/><i>Source:</i> by transposition for \"H978\";"}
json_instruct
{"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"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" : "Tagadtaran, Burauen, Leyte, Eastern Visayas (Region VIII), PH", "locale" : "ph.eastern-visayas-region-viii.leyte.burauen.tagadtaran", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "10", "region_reference" : "8", "region_name" : "Eastern Visayas (Region VIII)", "province_id" : "43", "province_reference" : "43", "province_name" : "Leyte", "city_id" : "252", "city_reference" : "863", "city_name" : "Burauen", "barangay_id" : "6618", "barangay_reference" : "21824", "barangay_name" : "Tagadtaran"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[124.831177, 11.03098], [124.83181, 10.99859], [124.829872, 10.98319], [124.830627, 10.96521], [124.825371, 10.962114], [124.817543, 10.95751], [124.817711, 10.962114], [124.819221, 11.00238], [124.822922, 11.03191], [124.825218, 11.03173], [124.831177, 11.03098]]]]}}
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#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"app_id": {"type": "string"}, "os": {"type": "string"}, "arch": {"type": "string"}, "checksum": {"type": "string"}, "version": {"type": "string"}, "url": {"type": "string"}}, "required": ["app_id", "os", "arch", "checksum", "version", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"app_id" : "arc", "os" : "darwin", "arch" : "amd64", "checksum" : "af938b7e52da57de81ce0daf5bc196b703dfe1b54a4b5a6c3a6f8738024eb84d", "version" : "20160316.01", "url" : "arc_20160316.01_darwin_amd64"}
json_instruct
{"type": "object", "properties": {"app_id": {"type": "string"}, "os": {"type": "string"}, "arch": {"type": "string"}, "checksum": {"type": "string"}, "version": {"type": "string"}, "url": {"type": "string"}}, "required": ["app_id", "os", "arch", "checksum", "version", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"coverage": {"type": "object", "properties": {"US Census": {"type": "object", "properties": {"geoid": {"type": "string"}, "name": {"type": "string"}, "state": {"type": "string"}}, "required": ["geoid", "name", "state"]}, "country": {"type": "string"}, "state": {"type": "string"}, "county": {"type": "string"}}, "required": ["US Census", "country", "state", "county"]}, "schema": {"type": "integer"}, "layers": {"type": "object", "properties": {"addresses": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "data": {"type": "string"}, "protocol": {"type": "string"}, "conform": {"type": "object", "properties": {"format": {"type": "string"}, "number": {"type": "string"}, "street": {"type": "array", "items": {"type": "string"}}, "unit": {"type": "string"}, "city": {"type": "string"}}, "required": ["format", "number", "street", "unit", "city"]}}, "required": ["name", "data", "protocol", "conform"]}}}, "required": ["addresses"]}}, "required": ["coverage", "schema", "layers"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"coverage" : {"US Census" : {"geoid" : "37181", "name" : "Vance County", "state" : "North Carolina"}, "country" : "us", "state" : "nc", "county" : "Vance"}, "schema" : 2, "layers" : {"addresses" : [{"name" : "county", "data" : "https://web1.mobile311.com/arcgis/rest/services/NorthCarolina/Vance/MapServer/93", "protocol" : "ESRI", "conform" : {"format" : "geojson", "number" : "st_number", "street" : ["st_prefixd", "st_name", "st_type", "st_sfx", "st_suffixd"], "unit" : "unit", "city" : "community"}}]}}
json_instruct
{"type": "object", "properties": {"coverage": {"type": "object", "properties": {"US Census": {"type": "object", "properties": {"geoid": {"type": "string"}, "name": {"type": "string"}, "state": {"type": "string"}}, "required": ["geoid", "name", "state"]}, "country": {"type": "string"}, "state": {"type": "string"}, "county": {"type": "string"}}, "required": ["US Census", "country", "state", "county"]}, "schema": {"type": "integer"}, "layers": {"type": "object", "properties": {"addresses": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "data": {"type": "string"}, "protocol": {"type": "string"}, "conform": {"type": "object", "properties": {"format": {"type": "string"}, "number": {"type": "string"}, "street": {"type": "array", "items": {"type": "string"}}, "unit": {"type": "string"}, "city": {"type": "string"}}, "required": ["format", "number", "street", "unit", "city"]}}, "required": ["name", "data", "protocol", "conform"]}}}, "required": ["addresses"]}}, "required": ["coverage", "schema", "layers"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"settings": {"type": "object", "properties": {"costPerKg": {"type": "integer"}, "costPerKm": {"type": "integer"}}, "required": ["costPerKg", "costPerKm"]}, "coupons": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "discountPercentage": {"type": "integer"}, "minDistanceKm": {"type": "integer"}, "maxDistanceKm": {"type": "integer"}, "minWeightKg": {"type": "integer"}, "maxWeightKg": {"type": "integer"}}, "required": ["code", "discountPercentage", "minDistanceKm", "maxDistanceKm", "minWeightKg", "maxWeightKg"]}}}, "required": ["settings", "coupons"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"settings" : {"costPerKg" : 10, "costPerKm" : 5}, "coupons" : [{"code" : "OFR001", "discountPercentage" : 10, "minDistanceKm" : 0, "maxDistanceKm" : 200, "minWeightKg" : 70, "maxWeightKg" : 200}, {"code" : "OFR002", "discountPercentage" : 7, "minDistanceKm" : 50, "maxDistanceKm" : 150, "minWeightKg" : 100, "maxWeightKg" : 250}, {"code" : "OFR003", "discountPercentage" : 5, "minDistanceKm" : 50, "maxDistanceKm" : 250, "minWeightKg" : 10, "maxWeightKg" : 150}]}
json_instruct
{"type": "object", "properties": {"settings": {"type": "object", "properties": {"costPerKg": {"type": "integer"}, "costPerKm": {"type": "integer"}}, "required": ["costPerKg", "costPerKm"]}, "coupons": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "discountPercentage": {"type": "integer"}, "minDistanceKm": {"type": "integer"}, "maxDistanceKm": {"type": "integer"}, "minWeightKg": {"type": "integer"}, "maxWeightKg": {"type": "integer"}}, "required": ["code", "discountPercentage", "minDistanceKm", "maxDistanceKm", "minWeightKg", "maxWeightKg"]}}}, "required": ["settings", "coupons"], "$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"}, "peerDependencies": {"type": "object", "properties": {"@angular/common": {"type": "string"}, "@angular/core": {"type": "string"}}, "required": ["@angular/common", "@angular/core"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "required": ["name", "version", "peerDependencies", "keywords", "author", "license", "homepage", "repository"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "apstorydnn-navigation-angular", "version" : "1.0.7", "peerDependencies" : {"@angular/common" : "^7.0.0", "@angular/core" : "^7.0.0"}, "keywords" : ["angular", "dnn", "dotnetnuke", "angular-navigation", "navigation", "typescript"], "author" : "Anthony Plews", "license" : "MIT", "homepage" : "http://www.apstory.co.za", "repository" : {"type" : "git", "url" : "https://github.com/apstory/apstory-lib-angular/tree/master/projects/apstorydnn-navigation"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "peerDependencies": {"type": "object", "properties": {"@angular/common": {"type": "string"}, "@angular/core": {"type": "string"}}, "required": ["@angular/common", "@angular/core"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "required": ["name", "version", "peerDependencies", "keywords", "author", "license", "homepage", "repository"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"main": {"type": "string"}}, "required": ["main"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "additional_lights:block/al_lamp/template_al_lamp_glass", "textures" : {"main" : "block/glass"}}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"main": {"type": "string"}}, "required": ["main"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"$schema": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "$ref": {"type": "string"}}, "required": ["$schema", "title", "description", "$ref"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"$schema" : "${schema.schema.url}", "title" : "Minecraft datapack Metadata ${version.minecraft} Draft ${project.version}", "description" : "Minecraft datapack Metadata object schema for version ${version.minecraft}", "$ref" : "${schema.url}/main.schema.json#/definitions/mcmeta"}
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "$ref": {"type": "string"}}, "required": ["$schema", "title", "description", "$ref"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["411702011201", "\u9999\u5c71\u6751\u59d4\u4f1a", "111", "0"], ["411702011202", "\u524d\u5f20\u6751\u59d4\u4f1a", "220", "0"], ["411702011203", "\u68a8\u56ed\u6751\u59d4\u4f1a", "220", "0"], ["411702011204", "\u95eb\u697c\u6751\u59d4\u4f1a", "220", "0"], ["411702011205", "\u6768\u697c\u6751\u59d4\u4f1a", "220", "0"], ["411702011206", "\u5b59\u5e97\u6751\u59d4\u4f1a", "220", "0"]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$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"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "compile": {"type": "string"}, "lint": {"type": "string"}, "prepare": {"type": "string"}, "doc": {"type": "string"}, "postpublish": {"type": "string"}}, "required": ["test", "compile", "lint", "prepare", "doc", "postpublish"]}, "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"]}, "devDependencies": {"type": "object", "properties": {"@types/mocha": {"type": "string"}, "mocha": {"type": "string"}, "ts-mocha": {"type": "string"}, "tslint": {"type": "string"}, "typedoc": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/mocha", "mocha", "ts-mocha", "tslint", "typedoc", "typescript"]}, "dependencies": {"type": "object", "properties": {"tslib": {"type": "string"}}, "required": ["tslib"]}, "homepage": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "description", "main", "types", "scripts", "repository", "keywords", "author", "license", "bugs", "devDependencies", "dependencies", "homepage", "files"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "simple-result", "version" : "0.1.7", "description" : "Yet another simple Result type, inspired by Rust", "main" : "lib/index.js", "types" : "lib/index.d.ts", "scripts" : {"test" : "mocha --opts ../mocha.opts", "compile" : "tsc", "lint" : "tslint -c ../tslint.json -p ./tsconfig.json", "prepare" : "npm run compile", "doc" : "typedoc --out ../docs/result --excludeNotExported --mode file", "postpublish" : "npm run doc"}, "repository" : {"type" : "git", "url" : "git+https://github.com/Levertion/mcfunction.git"}, "keywords" : ["Result", "Rust"], "author" : "Levertion", "license" : "MIT", "bugs" : {"url" : "https://github.com/Levertion/mcfunction/issues"}, "devDependencies" : {"@types/mocha" : "5.2.7", "mocha" : "6.1.4", "ts-mocha" : "6.0.0", "tslint" : "5.17.0", "typedoc" : "0.14.2", "typescript" : "3.4.5"}, "dependencies" : {"tslib" : "1.9.3"}, "homepage" : "https://github.com/Levertion/mcfunction#readme", "files" : ["lib/**"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "compile": {"type": "string"}, "lint": {"type": "string"}, "prepare": {"type": "string"}, "doc": {"type": "string"}, "postpublish": {"type": "string"}}, "required": ["test", "compile", "lint", "prepare", "doc", "postpublish"]}, "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"]}, "devDependencies": {"type": "object", "properties": {"@types/mocha": {"type": "string"}, "mocha": {"type": "string"}, "ts-mocha": {"type": "string"}, "tslint": {"type": "string"}, "typedoc": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/mocha", "mocha", "ts-mocha", "tslint", "typedoc", "typescript"]}, "dependencies": {"type": "object", "properties": {"tslib": {"type": "string"}}, "required": ["tslib"]}, "homepage": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "description", "main", "types", "scripts", "repository", "keywords", "author", "license", "bugs", "devDependencies", "dependencies", "homepage", "files"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"actors": {"type": "array", "items": {}}, "countries": {"type": "array", "items": {}}, "enb_end_date": {"type": "string"}, "enb_long_title": {"type": "string"}, "enb_short_title": {"type": "string"}, "enb_start_date": {"type": "string"}, "enb_url": {"type": "string"}, "id": {"type": "string"}, "section_title": {"type": "string"}, "sentences": {"type": "array", "items": {"type": "string"}}, "subtype": {"type": "string"}, "topics": {"type": "array", "items": {}}, "type": {"type": "string"}}, "required": ["actors", "countries", "enb_end_date", "enb_long_title", "enb_short_title", "enb_start_date", "enb_url", "id", "section_title", "sentences", "subtype", "topics", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"actors" : [], "countries" : [], "enb_end_date" : "06-Oct-10", "enb_long_title" : "Tianjin Climate Change Talks - October 2010", "enb_short_title" : "AWGs", "enb_start_date" : "06-Oct-10", "enb_url" : "http://www.iisd.ca/vol12/enb12481e.html", "id" : "enb12481e_6", "section_title" : "MITIGATION (sub-paragraph 1(b)(ii) of the BAP)(developing country mitigation)", "sentences" : ["Co-facilitator Rosland suggested focusing discussions on support for the preparation of nationally appropriate mitigation actions (NAMAs), a mitigation registry, ICA, and MRV of actions and support.", "Parties considered the need for substantive discussion on elements that will be part of a COP 16 decision and those that can be considered at a later stage.", "Parties discussed whether a package of decisions in Cancun should include elements for capturing and anchoring pledges by major developing economies.", "Parties clarified their concept of a registry, with some underscoring that it should be a forum for matching proposed actions with support.", "Parties discussed whether there is a need for an annex and if it would reflect unconditional pledges, combining both supported and unsupported mitigation actions in developing countries.", "Parties also considered whether national communications provide an adequate forum for reporting on all types of mitigation activities.", "Parties discussed differences between supported and autonomous NAMAs in developing countries and whether the full range of mitigation actions, some of which receive support, are relevant to sub-paragraph 1(b)(ii) of the BAP.", "Consultations will continue."], "subtype" : "", "topics" : [], "type" : ""}
json_instruct
{"type": "object", "properties": {"actors": {"type": "array", "items": {}}, "countries": {"type": "array", "items": {}}, "enb_end_date": {"type": "string"}, "enb_long_title": {"type": "string"}, "enb_short_title": {"type": "string"}, "enb_start_date": {"type": "string"}, "enb_url": {"type": "string"}, "id": {"type": "string"}, "section_title": {"type": "string"}, "sentences": {"type": "array", "items": {"type": "string"}}, "subtype": {"type": "string"}, "topics": {"type": "array", "items": {}}, "type": {"type": "string"}}, "required": ["actors", "countries", "enb_end_date", "enb_long_title", "enb_short_title", "enb_start_date", "enb_url", "id", "section_title", "sentences", "subtype", "topics", "type"], "$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"}, "keywords": {"type": "array", "items": {"type": "string"}}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"postpublish": {"type": "string"}, "prepublish": {"type": "string"}, "test": {"type": "string"}}, "required": ["postpublish", "prepublish", "test"]}, "dependencies": {"type": "object", "properties": {"bluebird": {"type": "string"}, "lodash": {"type": "string"}}, "required": ["bluebird", "lodash"]}, "devDependencies": {"type": "object", "properties": {"coffee-script": {"type": "string"}, "gulp": {"type": "string"}, "gulp-coffee": {"type": "string"}, "gulp-clean": {"type": "string"}, "gulp-mocha": {"type": "string"}, "mocha": {"type": "string"}, "chai": {"type": "string"}, "sinon": {"type": "string"}, "sinon-chai": {"type": "string"}}, "required": ["coffee-script", "gulp", "gulp-coffee", "gulp-clean", "gulp-mocha", "mocha", "chai", "sinon", "sinon-chai"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}}, "required": ["name", "version", "description", "keywords", "bugs", "license", "author", "main", "repository", "scripts", "dependencies", "devDependencies", "engines"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@devicefarmer/stf-syrup", "version" : "1.0.2", "description" : "Promise-based, configuration-less dependency injection.", "keywords" : ["promise", "di", "dependency", "injection"], "bugs" : {"url" : "https://github.com/DeviceFarmer/stf-syrup/issues"}, "license" : "Apache-2.0", "author" : {"name" : "DeviceFarmer", "email" : "contact@devicefarmer.com", "url" : "https://devicefarmer.com/"}, "main" : "./index", "repository" : {"type" : "git", "url" : "https://github.com/DeviceFarmer/stf-syrup/stf-syrup.git"}, "scripts" : {"postpublish" : "gulp postpublish --require coffee-script/register", "prepublish" : "gulp prepublish --require coffee-script/register", "test" : "gulp test --require coffee-script/register"}, "dependencies" : {"bluebird" : "~1.1.0", "lodash" : "~2.4.1"}, "devDependencies" : {"coffee-script" : "~1.12.7", "gulp" : "~3.5.5", "gulp-coffee" : "~1.4.1", "gulp-clean" : "~0.4.0", "gulp-mocha" : "~0.4.1", "mocha" : "~1.17.1", "chai" : "~1.10.0", "sinon" : "~1.9.0", "sinon-chai" : "~2.5.0"}, "engines" : {"node" : ">= 0.10"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"postpublish": {"type": "string"}, "prepublish": {"type": "string"}, "test": {"type": "string"}}, "required": ["postpublish", "prepublish", "test"]}, "dependencies": {"type": "object", "properties": {"bluebird": {"type": "string"}, "lodash": {"type": "string"}}, "required": ["bluebird", "lodash"]}, "devDependencies": {"type": "object", "properties": {"coffee-script": {"type": "string"}, "gulp": {"type": "string"}, "gulp-coffee": {"type": "string"}, "gulp-clean": {"type": "string"}, "gulp-mocha": {"type": "string"}, "mocha": {"type": "string"}, "chai": {"type": "string"}, "sinon": {"type": "string"}, "sinon-chai": {"type": "string"}}, "required": ["coffee-script", "gulp", "gulp-coffee", "gulp-clean", "gulp-mocha", "mocha", "chai", "sinon", "sinon-chai"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}}, "required": ["name", "version", "description", "keywords", "bugs", "license", "author", "main", "repository", "scripts", "dependencies", "devDependencies", "engines"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "null"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "year", "departments", "conf", "authors", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Drawing in a Virtual 3D Space - Introducing VR Drawing in Elementary School Art Education.", "fields" : ["mental rotation", "computer graphics images", "virtual reality", "painting", "visual arts education"], "abstract" : null, "citation" : "Not cited", "year" : "2018", "departments" : ["Utrecht University"], "conf" : "mm", "authors" : ["Wendy Bolier.....http://dblp.org/pers/hd/b/Bolier:Wendy", "Wolfgang H\u00fcrst.....http://dblp.org/pers/hd/h/H=uuml=rst:Wolfgang", "Guido van Bommel.....http://dblp.org/pers/hd/b/Bommel:Guido_van", "Joost Bosman.....http://dblp.org/pers/hd/b/Bosman:Joost", "Harri\u00ebt Bosman.....http://dblp.org/pers/hd/b/Bosman:Harri=euml=t"], "pages" : 9}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "null"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "year", "departments", "conf", "authors", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 85912951, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "040e12b23a074aa35da23a2117f2bc8d", "wof:id" : 85912951, "wof:repo" : "whosonfirst-data-admin-jp"}, "bbox" : [139.603271, 35.420955, 139.612205, 35.430463], "geometry" : {"coordinates" : [[[139.612205, 35.421751], [139.611716, 35.421154], [139.611473, 35.420955], [139.605095, 35.424868], [139.603271, 35.427106], [139.603271, 35.429344], [139.603271, 35.430463], [139.605106, 35.430463], [139.606018, 35.429344], [139.612205, 35.421751]]], "type" : "Polygon"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "dependencies": {"type": "object", "properties": {"@types/lodash": {"type": "string"}, "@types/react-native-vector-icons": {"type": "string"}, "lodash": {"type": "string"}, "react": {"type": "string"}, "react-native": {"type": "string"}, "react-native-extended-stylesheet": {"type": "string"}, "react-native-router-flux": {"type": "string"}, "react-native-vector-icons": {"type": "string"}}, "required": ["@types/lodash", "@types/react-native-vector-icons", "lodash", "react", "react-native", "react-native-extended-stylesheet", "react-native-router-flux", "react-native-vector-icons"]}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/runtime": {"type": "string"}, "@types/jest": {"type": "string"}, "@types/react": {"type": "string"}, "@types/react-native": {"type": "string"}, "@types/react-test-renderer": {"type": "string"}, "babel-jest": {"type": "string"}, "jest": {"type": "string"}, "metro-react-native-babel-preset": {"type": "string"}, "react-test-renderer": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@babel/core", "@babel/runtime", "@types/jest", "@types/react", "@types/react-native", "@types/react-test-renderer", "babel-jest", "jest", "metro-react-native-babel-preset", "react-test-renderer", "typescript"]}, "jest": {"type": "object", "properties": {"preset": {"type": "string"}}, "required": ["preset"]}}, "required": ["name", "version", "private", "scripts", "dependencies", "devDependencies", "jest"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Mines", "version" : "0.0.1", "private" : true, "scripts" : {"start" : "node node_modules/react-native/local-cli/cli.js start", "test" : "jest"}, "dependencies" : {"@types/lodash" : "^4.14.123", "@types/react-native-vector-icons" : "^6.4.0", "lodash" : "^4.17.11", "react" : "16.8.3", "react-native" : "0.59.3", "react-native-extended-stylesheet" : "^0.11.1", "react-native-router-flux" : "^4.0.6", "react-native-vector-icons" : "^6.4.2"}, "devDependencies" : {"@babel/core" : "^7.4.0", "@babel/runtime" : "^7.4.2", "@types/jest" : "^24.0.11", "@types/react" : "^16.8.10", "@types/react-native" : "^0.57.42", "@types/react-test-renderer" : "^16.8.1", "babel-jest" : "^24.6.0", "jest" : "^24.6.0", "metro-react-native-babel-preset" : "^0.53.1", "react-test-renderer" : "16.8.3", "typescript" : "^3.4.1"}, "jest" : {"preset" : "react-native"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "dependencies": {"type": "object", "properties": {"@types/lodash": {"type": "string"}, "@types/react-native-vector-icons": {"type": "string"}, "lodash": {"type": "string"}, "react": {"type": "string"}, "react-native": {"type": "string"}, "react-native-extended-stylesheet": {"type": "string"}, "react-native-router-flux": {"type": "string"}, "react-native-vector-icons": {"type": "string"}}, "required": ["@types/lodash", "@types/react-native-vector-icons", "lodash", "react", "react-native", "react-native-extended-stylesheet", "react-native-router-flux", "react-native-vector-icons"]}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/runtime": {"type": "string"}, "@types/jest": {"type": "string"}, "@types/react": {"type": "string"}, "@types/react-native": {"type": "string"}, "@types/react-test-renderer": {"type": "string"}, "babel-jest": {"type": "string"}, "jest": {"type": "string"}, "metro-react-native-babel-preset": {"type": "string"}, "react-test-renderer": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@babel/core", "@babel/runtime", "@types/jest", "@types/react", "@types/react-native", "@types/react-test-renderer", "babel-jest", "jest", "metro-react-native-babel-preset", "react-test-renderer", "typescript"]}, "jest": {"type": "object", "properties": {"preset": {"type": "string"}}, "required": ["preset"]}}, "required": ["name", "version", "private", "scripts", "dependencies", "devDependencies", "jest"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"generated_at" : "2017-01-27T09:37:36.578100", "required_by" : ["MicroPi"], "requires" : [], "package" : "yotta"}
json_instruct
{"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"angular-resizable.css": {"type": "string"}, "angular-resizable.js": {"type": "string"}, "angular-resizable.min.css": {"type": "string"}, "angular-resizable.min.js": {"type": "string"}}, "required": ["angular-resizable.css", "angular-resizable.js", "angular-resizable.min.css", "angular-resizable.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"angular-resizable.css" : "sha256-uDUwJ+UryWfr/EOMVV3ZX+K49Uhi7g5JTx6z/R0LMD8=", "angular-resizable.js" : "sha256-tPaUPjSIb3p5nrg7QjYoa3ZGlsYaZNwVdaRc+beJ6As=", "angular-resizable.min.css" : "sha256-1RZdkzB5r70RoaZKdZQ76nqsqcObIpI6B6E21HWsR3s=", "angular-resizable.min.js" : "sha256-2LVKlxfoSrIn3ODxp8VoSpBe0PntoYMivHMyDCB1tGI="}
json_instruct
{"type": "object", "properties": {"angular-resizable.css": {"type": "string"}, "angular-resizable.js": {"type": "string"}, "angular-resizable.min.css": {"type": "string"}, "angular-resizable.min.js": {"type": "string"}}, "required": ["angular-resizable.css", "angular-resizable.js", "angular-resizable.min.css", "angular-resizable.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d44-27", "text" : "UNIVERSITY OF PITTSBURGH\nSCHOOL OF EDUCATION\nDr. William G. Harley\nNational Association of\nEducational Broadcasters\n1346 Connecticut Avenue, N.W.\nWashington, D. C.\nDear Bill:\nI would be delighted to serve on the R^plutions\nI shall await word from Harry as to how we should go about being\nresolute.\nI am off in a couple of days for Abidjan. Will be back on\nApril 1. Anything I can do for you in Africa? If so, write to\nme in care of UNESCO African Ministers of Education Conference,\nAbidjan.\nBest regards.\nSincerely,\nSeth Spaulding\nCoordinator\nInternational Education Programs\neg"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"jquery": {"type": "string"}}, "required": ["jquery"]}}, "required": ["name", "version", "homepage", "authors", "description", "main", "keywords", "license", "ignore", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "vimeo-jquery-api", "version" : "0.10.1", "homepage" : "https://github.com/jrue/Vimeo-jQuery-API", "authors" : ["Jeremy Rue <jrue@berkeley.edu>"], "description" : "A jQuery plugin to easily control Vimeo videos through their API.", "main" : ["dist/jquery.vimeo.api.js", "dist/jquery.vimeo.api.min.js"], "keywords" : ["video", "Vimeo", "iframe", "api", "javascript", "jquery-plugin"], "license" : "MIT", "ignore" : ["**/.*", "node_modules", "bower_components", "test", "tests", "example.html", "src", "Gruntfile.js", "LICENSE", "package.json", "vimeoapi.jquery.json", "readme.md", "bower.json"], "dependencies" : {"jquery" : ">=1.7"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"jquery": {"type": "string"}}, "required": ["jquery"]}}, "required": ["name", "version", "homepage", "authors", "description", "main", "keywords", "license", "ignore", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"Damage": {"type": "object", "properties": {"1": {"type": "object", "properties": {"amount": {"type": "integer"}, "dice_max": {"type": "integer"}, "move": {"type": "boolean"}}, "required": ["amount", "dice_max", "move"]}, "10": {"type": "object", "properties": {"amount": {"type": "integer"}, "dice_max": {"type": "integer"}, "move": {"type": "boolean"}}, "required": ["amount", "dice_max", "move"]}, "17": {"type": "object", "properties": {"amount": {"type": "integer"}, "dice_max": {"type": "integer"}, "move": {"type": "boolean"}}, "required": ["amount", "dice_max", "move"]}, "5": {"type": "object", "properties": {"amount": {"type": "integer"}, "dice_max": {"type": "integer"}, "move": {"type": "boolean"}}, "required": ["amount", "dice_max", "move"]}}, "required": ["1", "10", "17", "5"]}, "Description": {"type": "string"}, "Duration": {"type": "string"}, "Move Power": {"type": "array", "items": {"type": "string"}}, "Move Time": {"type": "string"}, "PP": {"type": "integer"}, "Range": {"type": "string"}, "Save": {"type": "string"}, "Type": {"type": "string"}, "atk": {"type": "boolean"}}, "required": ["Damage", "Description", "Duration", "Move Power", "Move Time", "PP", "Range", "Save", "Type", "atk"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Damage" : {"1" : {"amount" : 1, "dice_max" : 6, "move" : false}, "10" : {"amount" : 2, "dice_max" : 6, "move" : false}, "17" : {"amount" : 2, "dice_max" : 6, "move" : false}, "5" : {"amount" : 1, "dice_max" : 6, "move" : false}}, "Description" : "You are surrounded by a shield of thick acid for the duration. During this time, your AC increases by 2, and any creature that hits you with a melee attack must succeed on a CON save or take poison damage.", "Duration" : "1 minute, Concentration", "Move Power" : ["CON"], "Move Time" : "1 action", "PP" : 10, "Range" : "Self", "Save" : "CON", "Type" : "Poison", "atk" : true}
json_instruct
{"type": "object", "properties": {"Damage": {"type": "object", "properties": {"1": {"type": "object", "properties": {"amount": {"type": "integer"}, "dice_max": {"type": "integer"}, "move": {"type": "boolean"}}, "required": ["amount", "dice_max", "move"]}, "10": {"type": "object", "properties": {"amount": {"type": "integer"}, "dice_max": {"type": "integer"}, "move": {"type": "boolean"}}, "required": ["amount", "dice_max", "move"]}, "17": {"type": "object", "properties": {"amount": {"type": "integer"}, "dice_max": {"type": "integer"}, "move": {"type": "boolean"}}, "required": ["amount", "dice_max", "move"]}, "5": {"type": "object", "properties": {"amount": {"type": "integer"}, "dice_max": {"type": "integer"}, "move": {"type": "boolean"}}, "required": ["amount", "dice_max", "move"]}}, "required": ["1", "10", "17", "5"]}, "Description": {"type": "string"}, "Duration": {"type": "string"}, "Move Power": {"type": "array", "items": {"type": "string"}}, "Move Time": {"type": "string"}, "PP": {"type": "integer"}, "Range": {"type": "string"}, "Save": {"type": "string"}, "Type": {"type": "string"}, "atk": {"type": "boolean"}}, "required": ["Damage", "Description", "Duration", "Move Power", "Move Time", "PP", "Range", "Save", "Type", "atk"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"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-r724-8435-xv6f", "modified" : "2022-05-02T03:13:25Z", "published" : "2022-05-02T03:13:25Z", "aliases" : ["CVE-2009-0179"], "details" : "libmikmod 3.1.11 through 3.2.0, as used by MikMod and possibly other products, allows user-assisted attackers to cause a denial of service (application crash) by loading an XM file.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2009-0179"}, {"type" : "WEB", "url" : "https://bugzilla.redhat.com/show_bug.cgi?id=479833"}, {"type" : "WEB", "url" : "https://www.redhat.com/archives/fedora-package-announce/2009-August/msg01305.html"}, {"type" : "WEB", "url" : "https://www.redhat.com/archives/fedora-package-announce/2009-August/msg01312.html"}, {"type" : "WEB", "url" : "http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=476339"}, {"type" : "WEB", "url" : "http://lists.opensuse.org/opensuse-security-announce/2009-03/msg00001.html"}, {"type" : "WEB", "url" : "http://openwall.com/lists/oss-security/2009/01/13/2"}, {"type" : "WEB", "url" : "http://secunia.com/advisories/34259"}, {"type" : "WEB", "url" : "http://www.securityfocus.com/bid/33240"}], "database_specific" : {"cwe_ids" : [], "severity" : "MODERATE", "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": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["asy", "bem-coupon", "bem-flow", "bem-invoke-db-hook", "bem-mysql-connection", "bem-register-phone", "bem-response", "cachex", "co-nth-arg", "co-runner", "co-upyun", "co3", "cocha", "component2duo", "condor", "dir-generate", "duo-handlebars", "garr", "gochan", "gocsp-thunk", "grant", "gulp-retinize", "impulse-bin", "koa-cache", "koa-handlebars-pdh", "koa-ssl", "modulex-editor-plugins", "node-latest-version", "param-checker", "redis-histogram", "scream-buf-cat", "screamable", "scripe", "spm-webpack", "spm-webpack-babel58", "thunk-shift-right", "thunk-to-promise", "ycatch"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$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-3pwh-mmf3-5hh3", "modified" : "2022-05-13T01:24:11Z", "published" : "2022-05-13T01:24:11Z", "aliases" : ["CVE-2010-2645"], "details" : "Unspecified vulnerability in Google Chrome before 5.0.375.99, when WebGL is used, allows remote attackers to cause a denial of service (out-of-bounds read) via unknown vectors.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2010-2645"}, {"type" : "WEB", "url" : "https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A12090"}, {"type" : "WEB", "url" : "http://code.google.com/p/chromium/issues/detail?id=42396"}, {"type" : "WEB", "url" : "http://googlechromereleases.blogspot.com/2010/07/stable-channel-update.html"}], "database_specific" : {"cwe_ids" : [], "severity" : "MODERATE", "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#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "WILBURN", "frequency" : 10326, "males" : "99.85473561882627 %", "females" : "0.1452643811737362 %"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"is_lock_vulnerable": {"type": "boolean"}, "is_prodigal_vulnerable": {"type": "boolean"}, "is_suicidal_vulnerable": {"type": "boolean"}}, "required": ["is_lock_vulnerable", "is_prodigal_vulnerable", "is_suicidal_vulnerable"]}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0xb5c081d14d44b8a81ffa29132df8de9a68152675", "tool" : "maian", "start" : 1565700934.194078, "end" : 1565702735.9631467, "duration" : 1801.7690687179565, "analysis" : {"is_lock_vulnerable" : false, "is_prodigal_vulnerable" : false, "is_suicidal_vulnerable" : false}}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"is_lock_vulnerable": {"type": "boolean"}, "is_prodigal_vulnerable": {"type": "boolean"}, "is_suicidal_vulnerable": {"type": "boolean"}}, "required": ["is_lock_vulnerable", "is_prodigal_vulnerable", "is_suicidal_vulnerable"]}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"s": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["s", "f"]}}}, "required": ["d"]}}, "t": {"type": "string"}}, "required": ["h", "t"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : [{"d" : [{"s" : ["`lisin~"], "f" : "\ufff9\ufffapeople involved in animistic worship\ufffb\u4eba\u5011\u6f5b\u5fc3\u65bc\u8ff7\u4fe1\u6216\u7981\u5fcc\u4e2d"}]}], "t" : "cilisinay"}
json_instruct
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"s": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["s", "f"]}}}, "required": ["d"]}}, "t": {"type": "string"}}, "required": ["h", "t"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"nom": {"type": "array", "items": {"type": "string"}}, "abrege": {"type": "array", "items": {"type": "string"}}, "thematique": {"type": "array", "items": {"type": "string"}}, "actes": {"type": "array", "items": {"type": "string"}}, "date_saisie": {"type": "array", "items": {"type": "string"}}, "auteur": {"type": "array", "items": {"type": "string"}}, "timestamp": {"type": "array", "items": {"type": "integer"}}}, "required": ["nom", "abrege", "thematique", "actes", "date_saisie", "auteur", "timestamp"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nom" : ["Chimioth\u00e9rapie hyperthermique intra-p\u00e9riton\u00e9ale (CHIP)"], "abrege" : ["chip"], "thematique" : ["Recours Exceptionnel"], "actes" : ["HPLB003"], "date_saisie" : ["2017-04-23T22:00:00Z"], "auteur" : ["DGOS - ATIH"], "timestamp" : [1493282250]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "array", "items": {"type": "string"}}, "abrege": {"type": "array", "items": {"type": "string"}}, "thematique": {"type": "array", "items": {"type": "string"}}, "actes": {"type": "array", "items": {"type": "string"}}, "date_saisie": {"type": "array", "items": {"type": "string"}}, "auteur": {"type": "array", "items": {"type": "string"}}, "timestamp": {"type": "array", "items": {"type": "integer"}}}, "required": ["nom", "abrege", "thematique", "actes", "date_saisie", "auteur", "timestamp"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"copyright_text": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "integer"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "related_urls": {"type": "array", "items": {"type": "string"}}, "speakers": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}}, "required": ["copyright_text", "description", "duration", "language", "recorded", "related_urls", "speakers", "tags", "thumbnail_url", "title", "videos"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"copyright_text" : "Creative Commons Attribution license (reuse allowed)", "description" : "Come learn how to solve logic games with Python! Also, in the process, learn about minimax algorithms and how to turn papers into code. This is a skill some people learn in school, but I had to teach myself -- I don't have a degree in computer science. There are so many problems out there that are \"solved\" but don't have an easy-to-use, open source library. This talk with help you bridge that gap, both for fun and for work. I've always found playing with code to be the best way to learn, so the example I'll use here is a game called Mastermind that I played as a child. To make it even more interesting, the paper giving a solution to the game was written by Donald Knuth -- the \"father of analysis of algorithms\" and author of \"The Art of Computer Science\", one of the great reference books of CS. I'll start by describing the game and walking through the paper, then talk about how to turn the prose and mathematical notation into code. By the end, you'll feel more comfortable doing the same, understand minimax algorithms, and never lose at Mastermind again.\n\nThis talk will be accessible to programmers at all levels. The slides are mostly graphics and diagrams, with some simple Python code and excerpts from the [referenced paper](http://www.cs.uni.edu/~wallingf/teaching/cs3530/resources/knuth-mastermind.pdf).", "duration" : 1800, "language" : "eng", "recorded" : "2018-10-06", "related_urls" : ["https://2018.pygotham.org/talks/beating-mastermind-winning-games-translating-math-to-code-and-learning-from-donald-knuth/"], "speakers" : ["Adam Forsyth"], "tags" : [], "thumbnail_url" : "https://i.ytimg.com/vi/2iCpnWYXPik/maxresdefault.jpg", "title" : "Beating Mastermind: Winning Games, Translating Math to Code, and Learning from Donald Knuth", "videos" : [{"type" : "youtube", "url" : "https://youtu.be/2iCpnWYXPik"}]}
json_instruct
{"type": "object", "properties": {"copyright_text": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "integer"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "related_urls": {"type": "array", "items": {"type": "string"}}, "speakers": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}}, "required": ["copyright_text", "description", "duration", "language", "recorded", "related_urls", "speakers", "tags", "thumbnail_url", "title", "videos"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"photoshop-types": {"type": "string"}, "uxp-types": {"type": "string"}, "ts-node": {"type": "string"}, "typescript": {"type": "string"}, "standard": {"type": "string"}, "ts-standard": {"type": "string"}, "ansi-regex": {"type": "string"}}, "required": ["photoshop-types", "uxp-types", "ts-node", "typescript", "standard", "ts-standard", "ansi-regex"]}}, "required": ["name", "version", "description", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "ui-nine-slicer", "version" : "1.0.0", "description" : "Plugin to help easily 9slice a texture for game UI", "author" : "Scott Woodhams", "license" : "Apache-2.0", "dependencies" : {}, "devDependencies" : {"photoshop-types" : "^1.0.6", "uxp-types" : "^0.1.2", "ts-node" : "^10.2.1", "typescript" : "^4.4.2", "standard" : "^16.0.3", "ts-standard" : "^10.0.0", "ansi-regex" : ">=5.0.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"photoshop-types": {"type": "string"}, "uxp-types": {"type": "string"}, "ts-node": {"type": "string"}, "typescript": {"type": "string"}, "standard": {"type": "string"}, "ts-standard": {"type": "string"}, "ansi-regex": {"type": "string"}}, "required": ["photoshop-types", "uxp-types", "ts-node", "typescript", "standard", "ts-standard", "ansi-regex"]}}, "required": ["name", "version", "description", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"cid": {"type": "string"}, "cname": {"type": "string"}, "isLeaf": {"type": "integer"}, "leaf": {"type": "boolean"}, "level": {"type": "integer"}, "pL1Id": {"type": "string"}, "pL1Name": {"type": "string"}, "pL2Id": {"type": "string"}, "pL2Name": {"type": "string"}}, "required": ["cid", "cname", "isLeaf", "leaf", "level", "pL1Id", "pL1Name", "pL2Id", "pL2Name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"cid" : "27076", "cname" : "\u0e17\u0e2d\u0e07\u0e04\u0e33\u0e41\u0e17\u0e48\u0e07", "isLeaf" : 1, "leaf" : true, "level" : 3, "pL1Id" : "50", "pL1Name" : "\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e1b\u0e23\u0e30\u0e14\u0e31\u0e1a(\u914d\u4ef6)", "pL2Id" : "27075", "pL2Name" : "\u0e17\u0e2d\u0e07\u0e04\u0e33\u0e41\u0e17\u0e48\u0e07"}, {"cid" : "27077", "cname" : "\u0e17\u0e2d\u0e07\u0e04\u0e33\u0e41\u0e1c\u0e48\u0e19", "isLeaf" : 1, "leaf" : true, "level" : 3, "pL1Id" : "50", "pL1Name" : "\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e1b\u0e23\u0e30\u0e14\u0e31\u0e1a(\u914d\u4ef6)", "pL2Id" : "27075", "pL2Name" : "\u0e17\u0e2d\u0e07\u0e04\u0e33\u0e41\u0e17\u0e48\u0e07"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"cid": {"type": "string"}, "cname": {"type": "string"}, "isLeaf": {"type": "integer"}, "leaf": {"type": "boolean"}, "level": {"type": "integer"}, "pL1Id": {"type": "string"}, "pL1Name": {"type": "string"}, "pL2Id": {"type": "string"}, "pL2Name": {"type": "string"}}, "required": ["cid", "cname", "isLeaf", "leaf", "level", "pL1Id", "pL1Name", "pL2Id", "pL2Name"]}, "$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"}, "main": {"type": "string"}, "type": {"type": "string"}, "module": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "build": {"type": "string"}, "build-watch": {"type": "string"}, "prebuild": {"type": "string"}, "prepublishOnly": {"type": "string"}, "postversion": {"type": "string"}}, "required": ["lint", "build", "build-watch", "prebuild", "prepublishOnly", "postversion"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "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"}, "devDependencies": {"type": "object", "properties": {"del-cli": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-airbnb-base": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "rollup": {"type": "string"}, "rollup-plugin-uglify": {"type": "string"}}, "required": ["del-cli", "eslint", "eslint-config-airbnb-base", "eslint-plugin-import", "rollup", "rollup-plugin-uglify"]}}, "required": ["name", "version", "description", "main", "type", "module", "files", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@rocktimsaikia/github-card", "version" : "3.0.1", "description" : "A minimal github card widget for your portfolio.", "main" : "dist/index.js", "type" : "module", "module" : "dist/index.js", "files" : ["dist"], "scripts" : {"lint" : "eslint .", "build" : "rollup -c", "build-watch" : "npm run build --watch", "prebuild" : "del-cli dist && npm run lint", "prepublishOnly" : "npm run lint && npm run build", "postversion" : "git push && git push --tags"}, "repository" : {"type" : "git", "url" : "git+https://github.com/RocktimSaikia/github-card.git"}, "keywords" : ["github", "card", "profile", "embedded"], "author" : {"name" : "Rocktim Saikia", "email" : "rocktimthedev@gmail.com", "url" : "https://rocktimcodes.site"}, "license" : "MIT", "bugs" : {"url" : "https://github.com/RocktimSaikia/github-card/issues"}, "homepage" : "https://github.com/RocktimSaikia/github-card#readme", "devDependencies" : {"del-cli" : "^3.0.1", "eslint" : "^7.24.0", "eslint-config-airbnb-base" : "14.2.1", "eslint-plugin-import" : "2.22.1", "rollup" : "^2.45.2", "rollup-plugin-uglify" : "^6.0.4"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "type": {"type": "string"}, "module": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "build": {"type": "string"}, "build-watch": {"type": "string"}, "prebuild": {"type": "string"}, "prepublishOnly": {"type": "string"}, "postversion": {"type": "string"}}, "required": ["lint", "build", "build-watch", "prebuild", "prepublishOnly", "postversion"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "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"}, "devDependencies": {"type": "object", "properties": {"del-cli": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-airbnb-base": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "rollup": {"type": "string"}, "rollup-plugin-uglify": {"type": "string"}}, "required": ["del-cli", "eslint", "eslint-config-airbnb-base", "eslint-plugin-import", "rollup", "rollup-plugin-uglify"]}}, "required": ["name", "version", "description", "main", "type", "module", "files", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : 1.2, "people" : [{"pose_keypoints_2d" : [612.768, 259.579, 1, 600.86, 274.805, 1, 574.916, 282.727, 1, 590.927, 335.928, 1, 608.746, 374.877, 1, 621.881, 270.459, 1, 648.961, 307.516, 1, 655.386, 328.997, 1, 604.465, 359.016, 1, 586.323, 439.232, 1, 569.277, 494.137, 1, 639.075, 346.46, 1, 693.754, 330.525, 1, 676.05, 396.241, 1, 601.227, 257.143, 1, 617.525, 255.411, 1, 584.48, 251.014, 1, 835.724, 225.18, 0], "face_keypoints_2d" : [], "hand_left_keypoints_2d" : [], "hand_right_keypoints_2d" : [], "pose_keypoints_3d" : [], "face_keypoints_3d" : [], "hand_left_keypoints_3d" : [], "hand_right_keypoints_3d" : []}]}
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"scripts": {"type": "object", "properties": {"demoTest": {"type": "string"}}, "required": ["demoTest"]}, "dependencies": {"type": "object", "properties": {"testcafe": {"type": "string"}}, "required": ["testcafe"]}}, "required": ["scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"scripts" : {"demoTest" : "testcafe chrome test/first/firstTest.js"}, "dependencies" : {"testcafe" : "^1.18.1"}}
json_instruct
{"type": "object", "properties": {"scripts": {"type": "object", "properties": {"demoTest": {"type": "string"}}, "required": ["demoTest"]}, "dependencies": {"type": "object", "properties": {"testcafe": {"type": "string"}}, "required": ["testcafe"]}}, "required": ["scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"fields": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "type": {"type": "string"}, "facet": {"type": "boolean"}, "is_array": {"type": "boolean"}, "search_path": {"type": "string"}, "is_searchable_across_types": {"type": "boolean"}}, "required": ["key", "type", "facet", "is_array", "search_path", "is_searchable_across_types"]}}, "relationships": {"type": "array", "items": {}}, "global_search_searchable": {"type": "array", "items": {}}, "name": {"type": "string"}, "version": {"type": "integer"}, "scope": {"type": "string"}}, "required": ["fields", "relationships", "global_search_searchable", "name", "version", "scope"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"fields" : [{"key" : "status", "type" : "string", "facet" : false, "is_array" : false, "search_path" : "status", "is_searchable_across_types" : false}, {"key" : "created_at", "type" : "number", "facet" : false, "is_array" : false, "search_path" : "created_at", "is_searchable_across_types" : false}], "relationships" : [], "global_search_searchable" : [], "name" : "orchestration_flow", "version" : 1, "scope" : "GLOBAL"}
json_instruct
{"type": "object", "properties": {"fields": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "type": {"type": "string"}, "facet": {"type": "boolean"}, "is_array": {"type": "boolean"}, "search_path": {"type": "string"}, "is_searchable_across_types": {"type": "boolean"}}, "required": ["key", "type", "facet", "is_array", "search_path", "is_searchable_across_types"]}}, "relationships": {"type": "array", "items": {}}, "global_search_searchable": {"type": "array", "items": {}}, "name": {"type": "string"}, "version": {"type": "integer"}, "scope": {"type": "string"}}, "required": ["fields", "relationships", "global_search_searchable", "name", "version", "scope"], "$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"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@types/jest": {"type": "string"}, "jest": {"type": "string"}, "ts-jest": {"type": "string"}, "ts-node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/jest", "jest", "ts-jest", "ts-node", "typescript"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "ecs", "version" : "1.0.0", "description" : "entity component system framework", "main" : "index.js", "scripts" : {"test" : "jest"}, "repository" : {"type" : "git", "url" : "git+https://github.com/shangdibaozi/ECS.git"}, "keywords" : ["ecs"], "author" : "shangdibaozi", "license" : "MIT", "bugs" : {"url" : "https://github.com/shangdibaozi/ECS/issues"}, "homepage" : "https://github.com/shangdibaozi/ECS#readme", "dependencies" : {"@types/jest" : "^27.0.2", "jest" : "^27.2.5", "ts-jest" : "^27.0.6", "ts-node" : "^10.3.0", "typescript" : "^4.4.4"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@types/jest": {"type": "string"}, "jest": {"type": "string"}, "ts-jest": {"type": "string"}, "ts-node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/jest", "jest", "ts-jest", "ts-node", "typescript"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"x" : 0.00772545, "y" : 0.4816}, {"x" : 0.0323698, "y" : 0.6768}, {"x" : 0.0719312, "y" : 0.7684}, {"x" : 0.145235, "y" : 0.8099}, {"x" : 0.340587, "y" : 0.845}, {"x" : 0.725561, "y" : 0.8947}, {"x" : 1.43746, "y" : 0.9378}, {"x" : 3.25123, "y" : 0.9654}, {"x" : 7.18687, "y" : 0.9786}, {"x" : 12.3226, "y" : 0.9836}, {"x" : 17.3785, "y" : 0.9857}, {"x" : 22.4107, "y" : 0.9869}, {"x" : 27.4372, "y" : 0.9877}, {"x" : 32.4572, "y" : 0.9881}, {"x" : 37.4604, "y" : 0.9884}, {"x" : 42.4869, "y" : 0.9883}, {"x" : 47.4981, "y" : 0.988}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "610824108200", "text" : "\u4e2d\u5c71\u6da7\u6751\u59d4\u4f1a"}, {"id" : "610824108201", "text" : "\u9a6c\u573a\u6751\u59d4\u4f1a"}, {"id" : "610824108202", "text" : "\u9a6c\u5bb6\u576c\u6751\u59d4\u4f1a"}, {"id" : "610824108203", "text" : "\u674e\u5bb6\u5cc1\u6751\u59d4\u4f1a"}, {"id" : "610824108205", "text" : "\u4e94\u9053\u6c9f\u6751\u59d4\u4f1a"}, {"id" : "610824108207", "text" : "\u77f3\u7a91\u6c9f\u6751\u59d4\u4f1a"}, {"id" : "610824108208", "text" : "\u6c34\u8def\u7554\u6751\u59d4\u4f1a"}, {"id" : "610824108209", "text" : "\u897f\u6e7e\u6751\u59d4\u4f1a"}, {"id" : "610824108210", "text" : "\u6c99\u576c\u6c9f\u6751\u59d4\u4f1a"}, {"id" : "610824108211", "text" : "\u4e8c\u59d0\u7554\u6751\u59d4\u4f1a"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "index": {"type": "string"}, "main": {"type": "string"}, "unpkg": {"type": "string"}, "module": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "clear": {"type": "string"}}, "required": ["build", "clear"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"rimraf": {"type": "string"}, "rollup": {"type": "string"}}, "required": ["rimraf", "rollup"]}}, "required": ["name", "version", "description", "index", "main", "unpkg", "module", "scripts", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@packages/noop", "version" : "1.0.0", "description" : "provide noop function", "index" : "noop.js", "main" : "build/lib/noop.js", "unpkg" : "build/dist/noop.js", "module" : "build/es/noop.js", "scripts" : {"build" : "rollup -c", "clear" : "rimraf build"}, "author" : "ENvironmentSet <herryseo1@gmail.com> (https://github.com/ENvironmentSet)", "license" : "MIT", "devDependencies" : {"rimraf" : "^2.6.3", "rollup" : "^1.1.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "index": {"type": "string"}, "main": {"type": "string"}, "unpkg": {"type": "string"}, "module": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "clear": {"type": "string"}}, "required": ["build", "clear"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"rimraf": {"type": "string"}, "rollup": {"type": "string"}}, "required": ["rimraf", "rollup"]}}, "required": ["name", "version", "description", "index", "main", "unpkg", "module", "scripts", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}, "web": {"type": "string"}}, "required": ["type", "url", "web"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "grunt": {"type": "string"}, "grunt-cli": {"type": "string"}, "grunt-contrib-concat": {"type": "string"}, "grunt-contrib-jshint": {"type": "string"}, "grunt-contrib-uglify": {"type": "string"}, "grunt-conventional-changelog": {"type": "string"}, "grunt-jscs": {"type": "string"}, "grunt-simple-mocha": {"type": "string"}, "grunt-stripcomments": {"type": "string"}, "load-grunt-tasks": {"type": "string"}, "showdown": {"type": "string"}}, "required": ["chai", "grunt", "grunt-cli", "grunt-contrib-concat", "grunt-contrib-jshint", "grunt-contrib-uglify", "grunt-conventional-changelog", "grunt-jscs", "grunt-simple-mocha", "grunt-stripcomments", "load-grunt-tasks", "showdown"]}}, "required": ["name", "version", "description", "keywords", "author", "license", "repository", "bugs", "main", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "showdown-figure", "version" : "0.0.1", "description" : "Replace img tags with figure with figcaption", "keywords" : ["markdown", "showdown", "showdown extension", "figure"], "author" : "Estev\u00e3o Soares dos Santos & Tom\u00e1s Correia Marques", "license" : "BSD-2-Clause", "repository" : {"type" : "git", "url" : "https://github.com/tomasmcm/figure-extension.git", "web" : "https://github.com/tomasmcm/figure-extension"}, "bugs" : {"url" : "https://github.com/tomasmcm/figure-extension/issues"}, "main" : "./dist/showdown-figure.js", "scripts" : {"test" : "grunt test"}, "devDependencies" : {"chai" : "^2.3.0", "grunt" : "^0.4.5", "grunt-cli" : "^0.1.13", "grunt-contrib-concat" : "^0.5.0", "grunt-contrib-jshint" : "^0.10.0", "grunt-contrib-uglify" : "^0.6.0", "grunt-conventional-changelog" : "^1.1.0", "grunt-jscs" : "^1.2.0", "grunt-simple-mocha" : "^0.4.0", "grunt-stripcomments" : "^0.3.1", "load-grunt-tasks" : "^3.2.0", "showdown" : "1.1.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}, "web": {"type": "string"}}, "required": ["type", "url", "web"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "grunt": {"type": "string"}, "grunt-cli": {"type": "string"}, "grunt-contrib-concat": {"type": "string"}, "grunt-contrib-jshint": {"type": "string"}, "grunt-contrib-uglify": {"type": "string"}, "grunt-conventional-changelog": {"type": "string"}, "grunt-jscs": {"type": "string"}, "grunt-simple-mocha": {"type": "string"}, "grunt-stripcomments": {"type": "string"}, "load-grunt-tasks": {"type": "string"}, "showdown": {"type": "string"}}, "required": ["chai", "grunt", "grunt-cli", "grunt-contrib-concat", "grunt-contrib-jshint", "grunt-contrib-uglify", "grunt-conventional-changelog", "grunt-jscs", "grunt-simple-mocha", "grunt-stripcomments", "load-grunt-tasks", "showdown"]}}, "required": ["name", "version", "description", "keywords", "author", "license", "repository", "bugs", "main", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"locationData": {"type": "object", "properties": {"relativeBoundingBox": {"type": "object", "properties": {"xmin": {"type": "number"}, "width": {"type": "number"}, "ymin": {"type": "number"}, "height": {"type": "number"}}, "required": ["xmin", "width", "ymin", "height"]}, "relativeKeypoints": {"type": "array", "items": {"type": "object", "properties": {"y": {"type": "number"}, "x": {"type": "number"}}, "required": ["y", "x"]}}, "format": {"type": "string"}}, "required": ["relativeBoundingBox", "relativeKeypoints", "format"]}, "score": {"type": "array", "items": {"type": "number"}}, "label": {"type": "array", "items": {"type": "string"}}}, "required": ["locationData", "score", "label"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"locationData" : {"relativeBoundingBox" : {"xmin" : 0.04745562, "width" : 0.08246757, "ymin" : 0.39808878, "height" : 0.1466091}, "relativeKeypoints" : [{"y" : 0.531957, "x" : 0.06370076}, {"y" : 0.42855236, "x" : 0.1180999}, {"y" : 0.40955544, "x" : 0.09685842}, {"y" : 0.40549815, "x" : 0.07522183}, {"y" : 0.41015407, "x" : 0.054803673}, {"y" : 0.5430527, "x" : 0.09318883}, {"y" : 0.5137467, "x" : 0.12104412}], "format" : "RELATIVE_BOUNDING_BOX"}, "score" : [0.9992706], "label" : ["Palm"]}
json_instruct
{"type": "object", "properties": {"locationData": {"type": "object", "properties": {"relativeBoundingBox": {"type": "object", "properties": {"xmin": {"type": "number"}, "width": {"type": "number"}, "ymin": {"type": "number"}, "height": {"type": "number"}}, "required": ["xmin", "width", "ymin", "height"]}, "relativeKeypoints": {"type": "array", "items": {"type": "object", "properties": {"y": {"type": "number"}, "x": {"type": "number"}}, "required": ["y", "x"]}}, "format": {"type": "string"}}, "required": ["relativeBoundingBox", "relativeKeypoints", "format"]}, "score": {"type": "array", "items": {"type": "number"}}, "label": {"type": "array", "items": {"type": "string"}}}, "required": ["locationData", "score", "label"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["grunt-next-version"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "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" : ["Bethel, AK", "Napaskiak, AK", "Atmautluak, AK", "Newtok, AK"], "state" : "AK", "postal_code" : "99559", "locality" : "Bethel, AK", "lat" : 60.814155, "region" : {"fips" : "02", "abbr" : "AK", "name" : "Alaska"}, "city" : "Bethel", "type" : "POBOX", "lng" : -161.85081, "counties" : [{"fips" : "050", "name" : "Bethel Census Area"}]}
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#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "\u3010Yukihana lamy\u3011heartbeats\uff11\uff18\u6b73\u4ee5\u4e0a\uff01", "author" : "usb00x", "description" : "Model:undefinedHololive(editedundefinedbyundefinedcramoisi_)<br>Motion:undefined\u3064\u308b\u304b\u3081<br>Stage:undefined\u72d0\u72f8\u6770\u514b<br>Shader:undefinedRui<br>Bokeh&amp;Motionblur:undefinedikeno<br>Wdarkundefinedeffect:undefined\u5449\u77f3<br>-----------------------------------------<br>2KundefinedHEVC:undefinedundefined<aundefinedhref='https://mega.nz/file/qS5z1SbT#OIwNp4bBuei2oIBmgChz2TxjndGQJn5qqvN9mD2DkaM'>https://mega.nz/file/qS5z1SbT#OIwNp4bBuei2oIBmgChz2TxjndGQJn5qqvN9mD2DkaM</a><br>-----------------------------------------<br>~niceundefinedbody<br>Reproductionundefinedprohibited/\u8ee2\u8f09\u7981\u6b62/\u7981\u6b62\u8f6c\u8f7d!", "thumb" : "//i.iwara.tv/sites/default/files/styles/thumbnail/public/videos/thumbnails/2207907/thumbnail-2207907_0004.jpg?itok=JApsIM_Z", "download" : "https://ecchi.iwara.tv/api/video/kavpvue7zuqerlgm", "origin" : "https://ecchi.iwara.tv/videos/kavpvue7zuqerlgm"}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"namespace": {"type": "string"}, "author": {"type": "string"}, "email": {"type": "string"}, "source_for": {"type": "array", "items": {}}, "description": {"type": "string"}, "stability": {"type": "string"}}, "required": ["namespace", "author", "email", "source_for", "description", "stability"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"namespace" : "convo-gnlp", "author" : "ZEF Development", "email" : "marko@zefdev.com", "source_for" : [], "description" : "Contains elements and filters for utilizing Google's Natural Language Processing.", "stability" : "experimental"}
json_instruct
{"type": "object", "properties": {"namespace": {"type": "string"}, "author": {"type": "string"}, "email": {"type": "string"}, "source_for": {"type": "array", "items": {}}, "description": {"type": "string"}, "stability": {"type": "string"}}, "required": ["namespace", "author", "email", "source_for", "description", "stability"], "$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": {"province": {"type": "string"}, "city": {"type": "string"}, "area": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "string"}, "phone": {"type": "string"}}, "required": ["province", "city", "area", "name", "code", "address", "phone"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"province" : "\u6cb3\u5317\u7701", "city" : "\u5eca\u574a\u5e02", "area" : "\u5b89\u6b21\u533a", "name" : "\u9f99\u6cb3\u90ae\u653f\u652f\u5c40", "code" : "065099", "address" : "\u5eca\u574a\u5e02\u9f99\u6cb3\u5de5\u4e1a\u56ed\u533a", "phone" : "13315623136"}, {"province" : "\u6cb3\u5317\u7701", "city" : "\u5eca\u574a\u5e02", "area" : "\u5b89\u6b21\u533a", "name" : "\u6768\u7a0e\u52a1\u90ae\u653f\u4ee3\u529e\u6240", "code" : "065099", "address" : "\u6cb3\u5317\u7701\u5eca\u574a\u5e02\u5b89\u6b21\u533a\u5eca\u9738\u8def103\u53f7", "phone" : "13722613338"}, {"province" : "\u6cb3\u5317\u7701", "city" : "\u5eca\u574a\u5e02", "area" : "\u5b89\u6b21\u533a", "name" : "\u94f6\u6cb3\u5357\u8def\u90ae\u653f\u652f\u5c40", "code" : "065099", "address" : "\u5eca\u574a\u5e02\u6c47\u6e90\u540d\u5c45\u5e95\u5546S6-108", "phone" : "13315623136"}, {"province" : "\u6cb3\u5317\u7701", "city" : "\u5eca\u574a\u5e02", "area" : "\u5e7f\u9633\u533a", "name" : "\u5eca\u574a\u5e02\u5e7f\u9633\u516c\u5bd3\u4ee3\u529e\u6240", "code" : "065099", "address" : "\u5eca\u574a\u5e02\u5e7f\u9633\u533a\u5e7f\u9633\u516c\u5bd34\u53f7\u697c", "phone" : "13483626000"}, {"province" : "\u6cb3\u5317\u7701", "city" : "\u5eca\u574a\u5e02", "area" : "\u5b89\u6b21\u533a", "name" : "\u540e\u5c6f\u90ae\u653f\u4ee3\u529e\u6240", "code" : "065099", "address" : "\u5eca\u574a\u5e02\u7801\u5934\u9547\u897f\u5b89\u5e84\u6751", "phone" : "15030608177"}, {"province" : "\u6cb3\u5317\u7701", "city" : "\u5eca\u574a\u5e02", "area" : "\u5b89\u6b21\u533a", "name" : "\u8c03\u6cb3\u5934\u90ae\u653f\u4ee3\u529e\u6240", "code" : "065099", "address" : "\u6cb3\u5317\u7701\u5eca\u574a\u5e02\u5b89\u6b21\u533a\u8c03\u6cb3\u5934\u4e61", "phone" : "17733672077"}, {"province" : "\u6cb3\u5317\u7701", "city" : "\u5eca\u574a\u5e02", "area" : "\u5e7f\u9633\u533a", "name" : "\u5eca\u574a\u5e02\u8054\u5b87\u90ae\u653f\u4ee3\u529e\u6240", "code" : "065099", "address" : "\u5eca\u574a\u5e02\u5eb7\u5e84\u9053\u5bcc\u534e\u5e95\u55463\u53f7", "phone" : "13903169333"}, {"province" : "\u6cb3\u5317\u7701", "city" : "\u5eca\u574a\u5e02", "area" : "\u5b89\u6b21\u533a", "name" : "\u4ec7\u5e84\u90ae\u653f\u4ee3\u529e\u6240", "code" : "065099", "address" : "\u6cb3\u5317\u7701\u5eca\u574a\u5e02\u5b89\u6b21\u533a\u4ec7\u5e84\u4e61", "phone" : "13230686866"}, {"province" : "\u6cb3\u5317\u7701", "city" : "\u5eca\u574a\u5e02", "area" : "\u5e7f\u9633\u533a", "name" : "\u5eca\u574a\u5e02\u822a\u5929\u90ae\u653f\u6240", "code" : "065099", "address" : "\u5eca\u574a\u5e02\u7231\u6c11\u4e1c\u9053133\u53f7", "phone" : "18932620299"}, {"province" : "\u6cb3\u5317\u7701", "city" : "\u5eca\u574a\u5e02", "area" : "\u5e7f\u9633\u533a", "name" : "\u5eca\u574a\u5e02\u5e7f\u9633\u9053\u90ae\u653f\u652f\u5c40", "code" : "065099", "address" : "\u5eca\u574a\u5e02\u5e7f\u9633\u90531\u53f7", "phone" : "0316-2380093"}, {"province" : "\u6cb3\u5317\u7701", "city" : "\u5eca\u574a\u5e02", "area" : "\u5e7f\u9633\u533a", "name" : "\u5eca\u574a\u5e02\u7fa4\u5b89\u9053\u90ae\u653f\u6240", "code" : "065099", "address" : "\u5eca\u574a\u5e02\u7fa4\u5b89\u8857\u82b3\u83f2\u82d1\u5c0f\u533a\u95e8\u8138", "phone" : "15076673336"}, {"province" : "\u6cb3\u5317\u7701", "city" : "\u5eca\u574a\u5e02", "area" : "\u5b89\u6b21\u533a", "name" : "\u843d\u57a1\u90ae\u653f\u4ee3\u529e\u6240", "code" : "065099", "address" : "\u6cb3\u5317\u7701\u5eca\u574a\u5e02\u5b89\u6b21\u533a\u843d\u57a1\u4e61", "phone" : "0316-2693123"}, {"province" : "\u6cb3\u5317\u7701", "city" : "\u5eca\u574a\u5e02", "area" : "\u5e7f\u9633\u533a", "name" : "\u5eca\u574a\u5e02\u5149\u660e\u4e1c\u9053\u90ae\u653f\u652f\u5c40", "code" : "065099", "address" : "\u5eca\u574a\u5e02\u5149\u660e\u4e1c\u905345\u53f7", "phone" : "15203260175"}, {"province" : "\u6cb3\u5317\u7701", "city" : "\u5eca\u574a\u5e02", "area" : "\u5e7f\u9633\u533a", "name" : "\u5eca\u574a\u5e02\u7231\u6c11\u897f\u9053\u90ae\u653f\u652f\u5c40", "code" : "065099", "address" : "\u5eca\u574a\u5e02\u7231\u6c11\u897f\u905365\u53f7", "phone" : "13231666679"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"province": {"type": "string"}, "city": {"type": "string"}, "area": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "string"}, "phone": {"type": "string"}}, "required": ["province", "city", "area", "name", "code", "address", "phone"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "string"}, "head": {"type": "object", "properties": {"ref": {"type": "string"}}, "required": ["ref"]}, "html_url": {"type": "string"}, "id": {"type": "integer"}, "labels": {"type": "array", "items": {}}, "mergeable": {"type": "null"}, "mergeable_state": {"type": "string"}, "merged": {"type": "boolean"}, "merged_at": {"type": "string"}, "number": {"type": "integer"}, "state": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["ETag", "Last-Modified", "base", "closed_at", "created_at", "head", "html_url", "id", "labels", "mergeable", "mergeable_state", "merged", "merged_at", "number", "state", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ETag" : "W/\"5d27f2e357fdf3c1a3af85a19fe0cbc0\"", "Last-Modified" : "Fri, 18 Oct 2019 02:33:32 GMT", "base" : {"repo" : {"name" : "colcon-common-extensions-feedstock"}}, "closed_at" : "2019-10-18T02:33:32Z", "created_at" : "2019-10-18T01:16:40Z", "head" : {"ref" : "0.2.1"}, "html_url" : "https://github.com/conda-forge/colcon-common-extensions-feedstock/pull/1", "id" : 329523232, "labels" : [], "mergeable" : null, "mergeable_state" : "unknown", "merged" : true, "merged_at" : "2019-10-18T02:33:32Z", "number" : 1, "state" : "closed", "updated_at" : "2019-10-18T02:33:32Z"}
json_instruct
{"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "string"}, "head": {"type": "object", "properties": {"ref": {"type": "string"}}, "required": ["ref"]}, "html_url": {"type": "string"}, "id": {"type": "integer"}, "labels": {"type": "array", "items": {}}, "mergeable": {"type": "null"}, "mergeable_state": {"type": "string"}, "merged": {"type": "boolean"}, "merged_at": {"type": "string"}, "number": {"type": "integer"}, "state": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["ETag", "Last-Modified", "base", "closed_at", "created_at", "head", "html_url", "id", "labels", "mergeable", "mergeable_state", "merged", "merged_at", "number", "state", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "1005", "provinceId" : "75", "regencyId" : "71", "districtId" : "07", "name" : "Molosifat U"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "2011", "provinceId" : "92", "regencyId" : "01", "districtId" : "01", "name" : "Sawatuk"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"datestamp": {"type": "string"}, "nameWithOwner": {"type": "string"}, "name": {"type": "string"}, "commits": {"type": "integer"}, "forkCount": {"type": "integer"}, "issues": {"type": "integer"}, "openIssues": {"type": "integer"}, "closedIssues": {"type": "integer"}, "pullRequests": {"type": "integer"}, "openPullRequests": {"type": "integer"}, "mergedPullRequests": {"type": "integer"}, "closedPullRequests": {"type": "integer"}, "stargazers": {"type": "integer"}, "watchers": {"type": "integer"}}, "required": ["datestamp", "nameWithOwner", "name", "commits", "forkCount", "issues", "openIssues", "closedIssues", "pullRequests", "openPullRequests", "mergedPullRequests", "closedPullRequests", "stargazers", "watchers"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"datestamp" : "2020-03-06", "nameWithOwner" : "twitter/twemoji", "name" : "twemoji", "commits" : 358, "forkCount" : 1251, "issues" : 290, "openIssues" : 56, "closedIssues" : 234, "pullRequests" : 108, "openPullRequests" : 10, "mergedPullRequests" : 60, "closedPullRequests" : 38, "stargazers" : 10828, "watchers" : 336}
json_instruct
{"type": "object", "properties": {"datestamp": {"type": "string"}, "nameWithOwner": {"type": "string"}, "name": {"type": "string"}, "commits": {"type": "integer"}, "forkCount": {"type": "integer"}, "issues": {"type": "integer"}, "openIssues": {"type": "integer"}, "closedIssues": {"type": "integer"}, "pullRequests": {"type": "integer"}, "openPullRequests": {"type": "integer"}, "mergedPullRequests": {"type": "integer"}, "closedPullRequests": {"type": "integer"}, "stargazers": {"type": "integer"}, "watchers": {"type": "integer"}}, "required": ["datestamp", "nameWithOwner", "name", "commits", "forkCount", "issues", "openIssues", "closedIssues", "pullRequests", "openPullRequests", "mergedPullRequests", "closedPullRequests", "stargazers", "watchers"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Xacti VPC-HD1000", "description" : "A hand-held HD video recorder.", "url" : "http://www.us.sanyo.com/Digital-Camcorders/VPC-HD1000-1080i-HD-Video-30fps-and-4MP-Photos"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"#": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "L": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["#", "L"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}, "count": {"type": "integer"}}, "required": ["item", "count"]}}, "required": ["type", "pattern", "key", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "minecraft:crafting_shaped", "pattern" : ["###", "#L#", "###"], "key" : {"#" : {"item" : "warhammer:necrodermis_ingot"}, "L" : {"item" : "minecraft:lime_dye"}}, "result" : {"item" : "warhammer:necron_block", "count" : 8}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"#": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "L": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["#", "L"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}, "count": {"type": "integer"}}, "required": ["item", "count"]}}, "required": ["type", "pattern", "key", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"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" : [[[-75.937991, 42.10974], [-75.927014, 42.104415], [-75.914253, 42.104077], [-75.915845, 42.101571], [-75.916209, 42.098747], [-75.922504, 42.099719], [-75.925692, 42.100703], [-75.936852, 42.106884], [-75.937991, 42.10974]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 42855}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "gempId": {"type": "string"}, "side": {"type": "string"}, "rarity": {"type": "string"}, "set": {"type": "string"}, "printings": {"type": "array", "items": {"type": "object", "properties": {"set": {"type": "string"}}, "required": ["set"]}}, "front": {"type": "object", "properties": {"title": {"type": "string"}, "imageUrl": {"type": "string"}, "type": {"type": "string"}, "subType": {"type": "string"}, "uniqueness": {"type": "string"}, "destiny": {"type": "string"}, "power": {"type": "string"}, "ability": {"type": "string"}, "armor": {"type": "string"}, "deploy": {"type": "string"}, "forfeit": {"type": "string"}, "icons": {"type": "array", "items": {"type": "string"}}, "characteristics": {"type": "array", "items": {"type": "string"}}, "gametext": {"type": "string"}, "lore": {"type": "string"}}, "required": ["title", "imageUrl", "type", "subType", "uniqueness", "destiny", "power", "ability", "armor", "deploy", "forfeit", "icons", "characteristics", "gametext", "lore"]}, "conceptBy": {"type": "string"}, "pulledBy": {"type": "array", "items": {"type": "string"}}, "legacy": {"type": "boolean"}}, "required": ["id", "gempId", "side", "rarity", "set", "printings", "front", "conceptBy", "pulledBy", "legacy"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : 5092, "gempId" : "204_38", "side" : "Dark", "rarity" : "R2", "set" : "204", "printings" : [{"set" : "204"}], "front" : {"title" : "\u2022Captain Phasma", "imageUrl" : "https://res.starwarsccg.org/cards/Virtual4-Dark/large/captainphasma.gif", "type" : "Character", "subType" : "First Order", "uniqueness" : "*", "destiny" : "2", "power" : "4", "ability" : "2", "armor" : "4", "deploy" : "3", "forfeit" : "4", "icons" : ["Warrior", "Episode VII"], "characteristics" : ["female", "leader", "stormtrooper", "trooper"], "gametext" : "Adds one battle destiny with a stormtrooper. If you just won a battle at same or related location, may retrieve a trooper.", "lore" : "Female leader. Stormtrooper."}, "conceptBy" : "(Image courtesy of Emi Tolibas)", "pulledBy" : ["General Hux"], "legacy" : false}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "gempId": {"type": "string"}, "side": {"type": "string"}, "rarity": {"type": "string"}, "set": {"type": "string"}, "printings": {"type": "array", "items": {"type": "object", "properties": {"set": {"type": "string"}}, "required": ["set"]}}, "front": {"type": "object", "properties": {"title": {"type": "string"}, "imageUrl": {"type": "string"}, "type": {"type": "string"}, "subType": {"type": "string"}, "uniqueness": {"type": "string"}, "destiny": {"type": "string"}, "power": {"type": "string"}, "ability": {"type": "string"}, "armor": {"type": "string"}, "deploy": {"type": "string"}, "forfeit": {"type": "string"}, "icons": {"type": "array", "items": {"type": "string"}}, "characteristics": {"type": "array", "items": {"type": "string"}}, "gametext": {"type": "string"}, "lore": {"type": "string"}}, "required": ["title", "imageUrl", "type", "subType", "uniqueness", "destiny", "power", "ability", "armor", "deploy", "forfeit", "icons", "characteristics", "gametext", "lore"]}, "conceptBy": {"type": "string"}, "pulledBy": {"type": "array", "items": {"type": "string"}}, "legacy": {"type": "boolean"}}, "required": ["id", "gempId", "side", "rarity", "set", "printings", "front", "conceptBy", "pulledBy", "legacy"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"xmldom": {"type": "string"}}, "required": ["xmldom"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"dependencies" : {"xmldom" : "^0.3.0"}}
json_instruct
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"xmldom": {"type": "string"}}, "required": ["xmldom"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[371.08807228804915, 501.6500764473949], [1211.8435183206484, 530.4904698107935], [1229.103886870613, 577.3400415892688], [1261.158857034833, 597.0661770749427], [1305.5426618775994, 634.0526811105813], [1337.5976320418195, 656.2445835319645]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$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"}, "bin": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}}, "required": ["test", "build"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"node-sense-hat": {"type": "string"}, "scratch3-bridge": {"type": "string"}, "tar": {"type": "string"}}, "required": ["node-sense-hat", "scratch3-bridge", "tar"]}, "devDependencies": {"type": "object", "properties": {"pkg": {"type": "string"}}, "required": ["pkg"]}, "pkg": {"type": "object", "properties": {"assets": {"type": "string"}}, "required": ["assets"]}}, "required": ["name", "version", "description", "main", "bin", "scripts", "author", "license", "dependencies", "devDependencies", "pkg"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "scratch3-sensehat", "version" : "1.0.0", "description" : "Utility that enables the programming of the Raspberry Pi Sense Hat with MIT Scratch 3 ", "main" : "scratch3-sensehat.js", "bin" : "scratch3-sensehat.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "build" : "pkg . --target node8.16.0-linux-armv7"}, "author" : "", "license" : "MIT", "dependencies" : {"node-sense-hat" : "0.0.2", "scratch3-bridge" : "^2.1.0", "tar" : "^5.0.5"}, "devDependencies" : {"pkg" : "^4.4.3"}, "pkg" : {"assets" : "node_modules/sense-hat-led/**/*"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}}, "required": ["test", "build"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"node-sense-hat": {"type": "string"}, "scratch3-bridge": {"type": "string"}, "tar": {"type": "string"}}, "required": ["node-sense-hat", "scratch3-bridge", "tar"]}, "devDependencies": {"type": "object", "properties": {"pkg": {"type": "string"}}, "required": ["pkg"]}, "pkg": {"type": "object", "properties": {"assets": {"type": "string"}}, "required": ["assets"]}}, "required": ["name", "version", "description", "main", "bin", "scripts", "author", "license", "dependencies", "devDependencies", "pkg"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "harbinger", "definition" : "1. One who provides lodgings; especially, the officer of the English royal household who formerly preceded the court when traveling, to provide and prepare lodgings. Fuller. 2. A forerunner; a precursor; a messenger. I knew by these harbingers who were coming. Landor.\n\nTo usher in; to be a harbinger of. \"Thus did the star of religious freedom harbinger the day.\" Bancroft."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"kind": {"type": "string"}, "state": {"type": "string"}}, "required": ["kind", "state"]}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"kind": {"type": "string"}, "name": {"type": "string"}, "state": {"type": "string"}}, "required": ["kind", "name", "state"]}, "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"]}}}, "required": ["type", "properties", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "properties" : {"kind" : "state", "state" : "LA"}, "features" : [{"type" : "Feature", "properties" : {"kind" : "county", "name" : "Lincoln", "state" : "LA"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[-92.7267, 32.7611], [-92.5953, 32.7556], [-92.5186, 32.7228], [-92.5186, 32.668], [-92.4145, 32.668], [-92.4145, 32.5804], [-92.4145, 32.4982], [-92.5788, 32.4982], [-92.6226, 32.4982], [-92.6226, 32.4544], [-92.776, 32.4544], [-92.8801, 32.4544], [-92.8801, 32.5858], [-92.8308, 32.7611]]]]}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"kind": {"type": "string"}, "state": {"type": "string"}}, "required": ["kind", "state"]}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"kind": {"type": "string"}, "name": {"type": "string"}, "state": {"type": "string"}}, "required": ["kind", "name", "state"]}, "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"]}}}, "required": ["type", "properties", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "config": {"type": "object", "properties": {"serviceURL": {"type": "string"}}, "required": ["serviceURL"]}}, "required": ["id", "name", "version", "description", "main", "author", "license", "config"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "android-message", "name" : "android-message", "version" : "1.0.0", "description" : "Android Message", "main" : "index.js", "author" : "Andre Bovendorp <boveloco@gmail.com>", "license" : "MIT", "config" : {"serviceURL" : "https://messages.android.com/"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "config": {"type": "object", "properties": {"serviceURL": {"type": "string"}}, "required": ["serviceURL"]}}, "required": ["id", "name", "version", "description", "main", "author", "license", "config"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"value": {"type": "integer"}}, "required": ["value"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"value" : -439678890605573080}
json_instruct
{"type": "object", "properties": {"value": {"type": "integer"}}, "required": ["value"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "recommendations": {"type": "array", "items": {"type": "string"}}, "metrics": {"type": "object", "properties": {"P": {"type": "integer"}, "TP": {"type": "integer"}, "precision": {"type": "number"}, "recall": {"type": "number"}, "f1": {"type": "number"}, "average precision": {"type": "number"}, "reciprocal rank": {"type": "number"}}, "required": ["P", "TP", "precision", "recall", "f1", "average precision", "reciprocal rank"]}}, "required": ["id", "recommendations", "metrics"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "4c6e2b39891084e55a670676aecc582a7ad5eee4", "recommendations" : ["TRBHQUM128F9309DE1", "TRKNKEF128F425FD6A", "TRDZTKM128F42629E7", "TRMIKES128F92FFBF4", "TRLBBTE128F42858C1", "TRRHULT128F4231A35", "TRSJIJK128E07823A3", "TRRHVIC128F92F9908", "TRBGCCF128F1492C86", "TRVJSSU128F92E7BE4", "TRYWEYV12903CBA002", "TRYKYFR12903D01E25", "TRJSZZG128F931B3DD", "TROKPAZ128E078114A", "TRFOKTF128F1477266", "TRJCBOU128F42988AC", "TRWBOHR128F9331033", "TRDUOSF128F92EF905", "TRRVDOF12903CA7361", "TRTCMYC128EF340675", "TRFIMXE128F9302AE0", "TRDKBMP128F4295548", "TRYMJAS128F4293127", "TRWWXIR128F4295415", "TRBQUTX128EF35EEA1", "TRZEBEC128F931C02D", "TRTHCXC128F92F29C7", "TRHEIIH128F9314FC8", "TRQZPIE128F1455E47", "TRZALGW128F4296174", "TRAMQXC128F14A2378", "TRROTDF128F931C028", "TRSLLQW128E07984BB", "TRRKYRO128F93537F9", "TRDGGGO12903CFE37C", "TRVJWQC128F92FD55F", "TRXGHOC128F92EF9BA", "TRYUHKT128F42393D9", "TRJIBDX128F4299E1E", "TRWFFFY128F14B0EBE", "TRWCEKE128F93191BE", "TRFOVOY12903CD43E2", "TRYYVKZ128F93095B3", "TRHQPDN12903CEA4B1", "TROINBI12903CDB2D8", "TRKABMK128F426BF72", "TRYHWLD128F426BF7D", "TRNJIGS128F42A036F", "TRLATHU128F92FC275", "TRMKFPN128F42858C3"], "metrics" : {"P" : 28, "TP" : 2, "precision" : 0.04, "recall" : 0.07142857142857142, "f1" : 0.05128205128205128, "average precision" : 0.10714285714285714, "reciprocal rank" : 0.024390243902439025}}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "recommendations": {"type": "array", "items": {"type": "string"}}, "metrics": {"type": "object", "properties": {"P": {"type": "integer"}, "TP": {"type": "integer"}, "precision": {"type": "number"}, "recall": {"type": "number"}, "f1": {"type": "number"}, "average precision": {"type": "number"}, "reciprocal rank": {"type": "number"}}, "required": ["P", "TP", "precision", "recall", "f1", "average precision", "reciprocal rank"]}}, "required": ["id", "recommendations", "metrics"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"expireTime" : 9007200878779729000, "key" : "/static/6d56d6abe523b84fc2184de2978103a2/e8d98/portalmedico.webp", "val" : "9e473c92c1c244b58382f217571127ef"}
json_instruct
{"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "chipped:block/brown_mushroom_block_11"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@pdf-lib/fontkit": {"type": "string"}, "body-parser": {"type": "string"}, "express": {"type": "string"}, "hyphenation.en-us": {"type": "string"}, "hypher": {"type": "string"}, "node-fetch": {"type": "string"}, "pdf-lib": {"type": "string"}}, "required": ["@pdf-lib/fontkit", "body-parser", "express", "hyphenation.en-us", "hypher", "node-fetch", "pdf-lib"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "-cps-schedule-generator", "version" : "2.0.0", "description" : "Full stack web app to allow CPS students to generate their own customized schedules.", "main" : "server.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/AirFusion45/-CPS-Schedule-Generator.git"}, "author" : "", "license" : "MIT", "bugs" : {"url" : "https://github.com/AirFusion45/-CPS-Schedule-Generator/issues"}, "homepage" : "https://github.com/AirFusion45/-CPS-Schedule-Generator#readme", "dependencies" : {"@pdf-lib/fontkit" : "1.1.1", "body-parser" : "^1.19.0", "express" : "^4.17.1", "hyphenation.en-us" : "^0.2.1", "hypher" : "^0.2.5", "node-fetch" : "^2.6.1", "pdf-lib" : "^1.16.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@pdf-lib/fontkit": {"type": "string"}, "body-parser": {"type": "string"}, "express": {"type": "string"}, "hyphenation.en-us": {"type": "string"}, "hypher": {"type": "string"}, "node-fetch": {"type": "string"}, "pdf-lib": {"type": "string"}}, "required": ["@pdf-lib/fontkit", "body-parser", "express", "hyphenation.en-us", "hypher", "node-fetch", "pdf-lib"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"destination": {"type": "object", "properties": {"proto": {"type": "string"}, "host": {"type": "string"}, "port": {"type": "integer"}}, "required": ["proto", "host", "port"]}, "load": {"type": "object", "properties": {"total_messages": {"type": "integer"}, "stats_publish_interval": {"type": "string"}, "message_throughput": {"type": "integer"}}, "required": ["total_messages", "stats_publish_interval", "message_throughput"]}, "message": {"type": "object", "properties": {"payloads": {"type": "array", "items": {"type": "string"}}, "fields": {"type": "object", "properties": {}, "required": []}}, "required": ["payloads", "fields"]}}, "required": ["destination", "load", "message"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"destination" : {"proto" : "tcp", "host" : "127.0.0.1", "port" : 9902}, "load" : {"total_messages" : 1000000, "stats_publish_interval" : "2s", "message_throughput" : 1}, "message" : {"payloads" : ["this log should generate an error"], "fields" : {}}}
json_instruct
{"type": "object", "properties": {"destination": {"type": "object", "properties": {"proto": {"type": "string"}, "host": {"type": "string"}, "port": {"type": "integer"}}, "required": ["proto", "host", "port"]}, "load": {"type": "object", "properties": {"total_messages": {"type": "integer"}, "stats_publish_interval": {"type": "string"}, "message_throughput": {"type": "integer"}}, "required": ["total_messages", "stats_publish_interval", "message_throughput"]}, "message": {"type": "object", "properties": {"payloads": {"type": "array", "items": {"type": "string"}}, "fields": {"type": "object", "properties": {}, "required": []}}, "required": ["payloads", "fields"]}}, "required": ["destination", "load", "message"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userId" : 52791, "cartId" : "5594e013-df59-402e-b5d4-871eaa0d327f", "preferredProducts" : [3070, 1172], "productReviews" : [{"productId" : 4177, "reviewText" : "My chicken loves to play with it.", "reviewDate" : "2020-01-20T20:54:14.9445402+02:00"}, {"productId" : 4444, "reviewText" : "My demon loves to play with it.", "reviewDate" : "2019-08-20T03:40:49.8996648+03:00"}, {"productId" : 4846, "reviewText" : "The box this comes in is 3 kilometer by 5 foot and weights 16 megaton!!!", "reviewDate" : "2018-08-27T13:59:58.1581612+03:00"}]}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"index_name": {"type": "string"}, "start_urls": {"type": "array", "items": {"type": "string"}}, "stop_urls": {"type": "array", "items": {}}, "selectors": {"type": "object", "properties": {"lvl0": {"type": "object", "properties": {"selector": {"type": "string"}, "default_value": {"type": "string"}}, "required": ["selector", "default_value"]}, "lvl1": {"type": "string"}, "lvl2": {"type": "string"}, "lvl3": {"type": "string"}, "lvl4": {"type": "string"}, "lvl5": {"type": "string"}, "text": {"type": "string"}}, "required": ["lvl0", "lvl1", "lvl2", "lvl3", "lvl4", "lvl5", "text"]}, "conversation_id": {"type": "array", "items": {"type": "string"}}, "nb_hits": {"type": "integer"}}, "required": ["index_name", "start_urls", "stop_urls", "selectors", "conversation_id", "nb_hits"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"index_name" : "tokio", "start_urls" : ["https://tokio.rs/docs", "https://tokio.rs/docs/getting-started/hello-world/"], "stop_urls" : [], "selectors" : {"lvl0" : {"selector" : "#tk-docs-nav > div.tk-toc-item.active > a", "default_value" : "Overview"}, "lvl1" : "main h1", "lvl2" : "main h2", "lvl3" : "main h3", "lvl4" : "main h4", "lvl5" : "main h5", "text" : "main p, main li"}, "conversation_id" : ["664095494"], "nb_hits" : 197}
json_instruct
{"type": "object", "properties": {"index_name": {"type": "string"}, "start_urls": {"type": "array", "items": {"type": "string"}}, "stop_urls": {"type": "array", "items": {}}, "selectors": {"type": "object", "properties": {"lvl0": {"type": "object", "properties": {"selector": {"type": "string"}, "default_value": {"type": "string"}}, "required": ["selector", "default_value"]}, "lvl1": {"type": "string"}, "lvl2": {"type": "string"}, "lvl3": {"type": "string"}, "lvl4": {"type": "string"}, "lvl5": {"type": "string"}, "text": {"type": "string"}}, "required": ["lvl0", "lvl1", "lvl2", "lvl3", "lvl4", "lvl5", "text"]}, "conversation_id": {"type": "array", "items": {"type": "string"}}, "nb_hits": {"type": "integer"}}, "required": ["index_name", "start_urls", "stop_urls", "selectors", "conversation_id", "nb_hits"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}, "post_id": {"type": "string"}, "image_name": {"type": "string"}, "image_path": {"type": "string"}, "thumbnail_path": {"type": "string"}, "datetime": {"type": "number"}, "url": {"type": "string"}, "title": {"type": "string"}, "author": {"type": "string"}, "popularity_score": {"type": "integer"}, "phash": {"type": "string"}, "duplicated_images": {"type": "array", "items": {"type": "string"}}, "duplicated_posts": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "title": {"type": "string"}, "author": {"type": "string"}, "post_id": {"type": "string"}, "datetime": {"type": "number"}}, "required": ["url", "title", "author", "post_id", "datetime"]}}, "labels": {"type": "array", "items": {"type": "string"}}, "remarks": {"type": "string"}}, "required": ["id", "post_id", "image_name", "image_path", "thumbnail_path", "datetime", "url", "title", "author", "popularity_score", "phash", "duplicated_images", "duplicated_posts", "labels", "remarks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "awhoi7", "post_id" : "reddit/dataisugly/awhoi7", "image_name" : "awhoi7_0", "image_path" : "preview/awhoi7_0.jpg", "thumbnail_path" : "thumbnail/awhoi7_0.jpg", "datetime" : 1551532681.0, "url" : "https://reddit.com/r/dataisugly/comments/awhoi7/this_relationship_chart/", "title" : "This relationship chart.", "author" : "Aoandon", "popularity_score" : 346, "phash" : "f4c0ddc953e15474", "duplicated_images" : ["reddit/CrappyDesign/awh5ti_0"], "duplicated_posts" : [{"url" : "https://reddit.com/r/CrappyDesign/comments/awh5ti/this_relationship_chart_in_a_history_book/", "title" : "This relationship chart in a history book.", "author" : "Aoandon", "post_id" : "reddit/CrappyDesign/awh5ti", "datetime" : 1551528471.0}], "labels" : ["data:network", "domain:unknown", "effect:confuesed", "fault:cluttering", "form:nodelink", "media:printed"], "remarks" : ""}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "post_id": {"type": "string"}, "image_name": {"type": "string"}, "image_path": {"type": "string"}, "thumbnail_path": {"type": "string"}, "datetime": {"type": "number"}, "url": {"type": "string"}, "title": {"type": "string"}, "author": {"type": "string"}, "popularity_score": {"type": "integer"}, "phash": {"type": "string"}, "duplicated_images": {"type": "array", "items": {"type": "string"}}, "duplicated_posts": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "title": {"type": "string"}, "author": {"type": "string"}, "post_id": {"type": "string"}, "datetime": {"type": "number"}}, "required": ["url", "title", "author", "post_id", "datetime"]}}, "labels": {"type": "array", "items": {"type": "string"}}, "remarks": {"type": "string"}}, "required": ["id", "post_id", "image_name", "image_path", "thumbnail_path", "datetime", "url", "title", "author", "popularity_score", "phash", "duplicated_images", "duplicated_posts", "labels", "remarks"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {"K10977": {"type": "string"}}, "required": ["K10977"]}, "name": {"type": "string"}, "product_stoichiometries": {"type": "array", "items": {"type": "string"}}, "enzymes": {"type": "array", "items": {"type": "string"}}, "equation": {"type": "string"}, "glycans": {"type": "boolean"}, "substrate_stoichiometries": {"type": "array", "items": {"type": "string"}}, "rpairs": {"type": "object", "properties": {}, "required": []}, "entry_id": {"type": "string"}, "pathways": {"type": "object", "properties": {"rn00680": {"type": "string"}, "rn01120": {"type": "string"}, "rn01210": {"type": "string"}}, "required": ["rn00680", "rn01120", "rn01210"]}, "products": {"type": "array", "items": {"type": "string"}}, "substrates": {"type": "array", "items": {"type": "string"}}}, "required": ["comment", "definition", "orthologs", "name", "product_stoichiometries", "enzymes", "equation", "glycans", "substrate_stoichiometries", "rpairs", "entry_id", "pathways", "products", "substrates"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"comment" : "", "definition" : "2-Oxopimelate + Acetyl-CoA + H2O <=> (R)-(Homo)3-citrate + CoA", "orthologs" : {"K10977" : "methanogen homocitrate synthase [EC:2.3.3.14 2.3.3.-]"}, "name" : "acetyl-CoA:2-oxopimelate C-acetyltransferase (thioester-hydrolysing, carboxymethyl forming)", "product_stoichiometries" : ["1", "1"], "enzymes" : ["2.3.3.-"], "equation" : "C16588 + C00024 + C00001 <=> C16598 + C00010", "glycans" : false, "substrate_stoichiometries" : ["1", "1", "1"], "rpairs" : {}, "entry_id" : "R08332", "pathways" : {"rn00680" : "Methane metabolism", "rn01120" : "Microbial metabolism in diverse environments", "rn01210" : "2-Oxocarboxylic acid metabolism"}, "products" : ["C16598", "C00010"], "substrates" : ["C16588", "C00024", "C00001"]}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {"K10977": {"type": "string"}}, "required": ["K10977"]}, "name": {"type": "string"}, "product_stoichiometries": {"type": "array", "items": {"type": "string"}}, "enzymes": {"type": "array", "items": {"type": "string"}}, "equation": {"type": "string"}, "glycans": {"type": "boolean"}, "substrate_stoichiometries": {"type": "array", "items": {"type": "string"}}, "rpairs": {"type": "object", "properties": {}, "required": []}, "entry_id": {"type": "string"}, "pathways": {"type": "object", "properties": {"rn00680": {"type": "string"}, "rn01120": {"type": "string"}, "rn01210": {"type": "string"}}, "required": ["rn00680", "rn01120", "rn01210"]}, "products": {"type": "array", "items": {"type": "string"}}, "substrates": {"type": "array", "items": {"type": "string"}}}, "required": ["comment", "definition", "orthologs", "name", "product_stoichiometries", "enzymes", "equation", "glycans", "substrate_stoichiometries", "rpairs", "entry_id", "pathways", "products", "substrates"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 404389785, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "9fd8d86968a9e793b4bcb018c7d14ffa", "wof:id" : 404389785, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [6.28779397064739, 48.91632303695959, 6.32560694032685, 48.93408665587113], "geometry" : {"coordinates" : [[[6.28840014505684, 48.91632303695959], [6.28779397064739, 48.92768928045821], [6.31886769077716, 48.93408665587113], [6.32326369529873, 48.93275869740796], [6.32560694032685, 48.92795935223181], [6.31118071967643, 48.92106860682862], [6.28840014505684, 48.91632303695959]]], "type" : "Polygon"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"data_type": {"type": "string"}, "data": {"type": "object", "properties": {"targetable": {"type": "boolean"}, "name": {"type": "string"}, "targetable_types": {"type": "array", "items": {"type": "string"}}, "audience_type": {"type": "string"}, "id": {"type": "string"}, "reasons_not_targetable": {"type": "array", "items": {"type": "string"}}, "list_type": {"type": "null"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "partner_source": {"type": "string"}, "deleted": {"type": "boolean"}, "audience_size": {"type": "null"}}, "required": ["targetable", "name", "targetable_types", "audience_type", "id", "reasons_not_targetable", "list_type", "created_at", "updated_at", "partner_source", "deleted", "audience_size"]}, "request": {"type": "object", "properties": {"params": {"type": "object", "properties": {"account_id": {"type": "string"}, "name": {"type": "string"}, "list_type": {"type": "string"}}, "required": ["account_id", "name", "list_type"]}}, "required": ["params"]}}, "required": ["data_type", "data", "request"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"data_type" : "tailored_audiences", "data" : {"targetable" : false, "name" : "TA #2", "targetable_types" : ["WEB", "EXCLUDED_WEB"], "audience_type" : "WEB", "id" : "abc2", "reasons_not_targetable" : ["TOO_SMALL"], "list_type" : null, "created_at" : "2014-03-09T20:35:41Z", "updated_at" : "2014-06-11T09:38:06Z", "partner_source" : "OTHER", "deleted" : false, "audience_size" : null}, "request" : {"params" : {"account_id" : "2iqph", "name" : "TA #2", "list_type" : "EMAIL"}}}
json_instruct
{"type": "object", "properties": {"data_type": {"type": "string"}, "data": {"type": "object", "properties": {"targetable": {"type": "boolean"}, "name": {"type": "string"}, "targetable_types": {"type": "array", "items": {"type": "string"}}, "audience_type": {"type": "string"}, "id": {"type": "string"}, "reasons_not_targetable": {"type": "array", "items": {"type": "string"}}, "list_type": {"type": "null"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "partner_source": {"type": "string"}, "deleted": {"type": "boolean"}, "audience_size": {"type": "null"}}, "required": ["targetable", "name", "targetable_types", "audience_type", "id", "reasons_not_targetable", "list_type", "created_at", "updated_at", "partner_source", "deleted", "audience_size"]}, "request": {"type": "object", "properties": {"params": {"type": "object", "properties": {"account_id": {"type": "string"}, "name": {"type": "string"}, "list_type": {"type": "string"}}, "required": ["account_id", "name", "list_type"]}}, "required": ["params"]}}, "required": ["data_type", "data", "request"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"solution_size": {"type": "integer"}, "ok": {"type": "boolean"}, "resemblance": {"type": "number"}, "problem_id": {"type": "integer"}, "solution_spec_hash": {"type": "string"}}, "required": ["solution_size", "ok", "resemblance", "problem_id", "solution_spec_hash"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"solution_size" : 3893, "ok" : true, "resemblance" : 0.764391, "problem_id" : 4385, "solution_spec_hash" : "f9464aae8146e2d88563787678d22ab2b8ab63df"}
json_instruct
{"type": "object", "properties": {"solution_size": {"type": "integer"}, "ok": {"type": "boolean"}, "resemblance": {"type": "number"}, "problem_id": {"type": "integer"}, "solution_spec_hash": {"type": "string"}}, "required": ["solution_size", "ok", "resemblance", "problem_id", "solution_spec_hash"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "f4c4a4e2eb5e07c5ffa324cf9bedd14dd3fe3d9f"}
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": {"info": {"type": "object", "properties": {"project": {"type": "string"}, "developers": {"type": "integer"}, "edges": {"type": "integer"}, "vertices": {"type": "integer"}, "commits": {"type": "integer"}, "id": {"type": "integer"}, "agedays": {"type": "integer"}, "refactorings": {"type": "integer"}, "group": {"type": "string"}, "language": {"type": "string"}, "level": {"type": "string"}, "summary": {"type": "string"}}, "required": ["project", "developers", "edges", "vertices", "commits", "id", "agedays", "refactorings", "group", "language", "level", "summary"]}, "commits_list": {"type": "array", "items": {"type": "string"}}, "edges": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "before": {"type": "string"}, "lineB": {"type": "null"}, "after": {"type": "string"}, "lineA": {"type": "null"}, "ref": {"type": "string"}, "sha1": {"type": "string"}}, "required": ["id", "before", "lineB", "after", "lineA", "ref", "sha1"]}}}, "required": ["info", "commits_list", "edges"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"info" : {"project" : "airbnb/lottie-android", "developers" : 1, "edges" : 2, "vertices" : 3, "commits" : 2, "id" : 179, "agedays" : 49, "refactorings" : 1, "group" : "Overtime", "language" : "Java", "level" : "Method", "summary" : ""}, "commits_list" : ["79900f15", "515c6a15"], "edges" : [{"id" : 267, "before" : "lotte.src.main.com.airbnb.lotte.LotteAnimationView#buildSubviewsForModel()", "lineB" : null, "after" : "lotte.src.main.com.airbnb.lotte.LotteAnimationView#buildSubviewsForComposition()", "lineA" : null, "ref" : "RENAME", "sha1" : "79900f15"}, {"id" : 286, "before" : "lotte.src.main.com.airbnb.lotte.LotteAnimationView#buildViewsForModel(LotteComposition)", "lineB" : null, "after" : "lotte.src.main.com.airbnb.lotte.LotteAnimationView#buildSubviewsForModel()", "lineA" : null, "ref" : "RENAME", "sha1" : "515c6a15"}]}
json_instruct
{"type": "object", "properties": {"info": {"type": "object", "properties": {"project": {"type": "string"}, "developers": {"type": "integer"}, "edges": {"type": "integer"}, "vertices": {"type": "integer"}, "commits": {"type": "integer"}, "id": {"type": "integer"}, "agedays": {"type": "integer"}, "refactorings": {"type": "integer"}, "group": {"type": "string"}, "language": {"type": "string"}, "level": {"type": "string"}, "summary": {"type": "string"}}, "required": ["project", "developers", "edges", "vertices", "commits", "id", "agedays", "refactorings", "group", "language", "level", "summary"]}, "commits_list": {"type": "array", "items": {"type": "string"}}, "edges": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "before": {"type": "string"}, "lineB": {"type": "null"}, "after": {"type": "string"}, "lineA": {"type": "null"}, "ref": {"type": "string"}, "sha1": {"type": "string"}}, "required": ["id", "before", "lineB", "after", "lineA", "ref", "sha1"]}}}, "required": ["info", "commits_list", "edges"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"createCourseAndShowEditor": {"type": "string"}, "renderAddCourseButtonOn:": {"type": "string"}, "renderContentOn:": {"type": "string"}, "renderCourseOverviewItemsOn:": {"type": "string"}, "renderHeadingOn:": {"type": "string"}}, "required": ["createCourseAndShowEditor", "renderAddCourseButtonOn:", "renderContentOn:", "renderCourseOverviewItemsOn:", "renderHeadingOn:"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"class" : {}, "instance" : {"createCourseAndShowEditor" : "fm 7/15/2013 11:47", "renderAddCourseButtonOn:" : "fm 7/15/2013 11:51", "renderContentOn:" : "fm 7/15/2013 11:51", "renderCourseOverviewItemsOn:" : "fabiandumke 6/16/2014 18:26", "renderHeadingOn:" : "fm 7/15/2013 11:51"}}
json_instruct
{"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"createCourseAndShowEditor": {"type": "string"}, "renderAddCourseButtonOn:": {"type": "string"}, "renderContentOn:": {"type": "string"}, "renderCourseOverviewItemsOn:": {"type": "string"}, "renderHeadingOn:": {"type": "string"}}, "required": ["createCourseAndShowEditor", "renderAddCourseButtonOn:", "renderContentOn:", "renderCourseOverviewItemsOn:", "renderHeadingOn:"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "homepage", "authors", "license", "ignore"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "royJang.github.io", "version" : "1.0.0", "homepage" : "https://github.com/royJang/royJang.github.io", "authors" : ["roy <zzl11081@gmail.com>"], "license" : "MIT", "ignore" : ["**/.*", "node_modules", "bower_components", "test", "tests"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "homepage", "authors", "license", "ignore"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : 1.2, "people" : [{"pose_keypoints_2d" : [286.903, 153.431, 1, 310.264, 178.195, 1, 287.929, 176.737, 1, 275.792, 220.861, 1, 292.245, 250.413, 1, 335.916, 185.669, 1, 349.637, 215.279, 1, 332.513, 235.81, 1, 295.059, 254.68, 1, 297.556, 317.061, 1, 214.102, 291.365, 0, 327.509, 253.882, 1, 328.501, 316.995, 1, 325.292, 308.661, 0, 284.857, 147.456, 1, 292.025, 148.444, 1, 202.419, 149.112, 0, 307.576, 150.277, 1], "face_keypoints_2d" : [], "hand_left_keypoints_2d" : [], "hand_right_keypoints_2d" : [], "pose_keypoints_3d" : [], "face_keypoints_3d" : [], "hand_left_keypoints_3d" : [], "hand_right_keypoints_3d" : []}]}
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"acadYear": {"type": "string"}, "preclusion": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "department": {"type": "string"}, "faculty": {"type": "string"}, "workload": {"type": "array", "items": {"type": "integer"}}, "moduleCredit": {"type": "string"}, "moduleCode": {"type": "string"}, "attributes": {"type": "object", "properties": {"su": {"type": "boolean"}}, "required": ["su"]}, "semesterData": {"type": "array", "items": {}}}, "required": ["acadYear", "preclusion", "description", "title", "department", "faculty", "workload", "moduleCredit", "moduleCode", "attributes", "semesterData"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"acadYear" : "2019/2020", "preclusion" : "Other Freshman Seminar modules", "description" : "We will explore the fascinating fields of Cognitive Neuroscience and Neuroeconomics. By exploring recent research, we will examine how our brains make\ndecisions \u00e2\u0080\u0093 examining the neurobiology of gambling, wine evaluation, dieting, and even how hormones and genes can alter how you respond to others (altruism and morality).\n\nWe will start off with an initial orientation on the brain and research techniques, and then take a discussion level approach to exploring these intriguing experiments. The focus will be the use of primary literature to facilitate critical thinking skills. Students will write weekly reaction papers and lead presentation on one paper.", "title" : "FS: Neuroeconomics: Brain on Money", "department" : "Psychology", "faculty" : "Arts and Social Science", "workload" : [0, 3, 0, 3, 4], "moduleCredit" : "4", "moduleCode" : "FMA1202N", "attributes" : {"su" : true}, "semesterData" : []}
json_instruct
{"type": "object", "properties": {"acadYear": {"type": "string"}, "preclusion": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "department": {"type": "string"}, "faculty": {"type": "string"}, "workload": {"type": "array", "items": {"type": "integer"}}, "moduleCredit": {"type": "string"}, "moduleCode": {"type": "string"}, "attributes": {"type": "object", "properties": {"su": {"type": "boolean"}}, "required": ["su"]}, "semesterData": {"type": "array", "items": {}}}, "required": ["acadYear", "preclusion", "description", "title", "department", "faculty", "workload", "moduleCredit", "moduleCode", "attributes", "semesterData"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "is_illegal": {"type": "boolean"}, "is_custom": {"type": "boolean"}, "text": {"type": "string"}, "images": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "attribute": {"type": "string"}, "atk": {"type": "integer"}, "species": {"type": "string"}, "monster_type": {"type": "string"}, "is_pendulum": {"type": "boolean"}, "ability": {"type": "string"}, "has_effect": {"type": "boolean"}, "def": {"type": "integer"}, "level": {"type": "integer"}, "is_tuner": {"type": "boolean"}}, "required": ["id", "name", "is_illegal", "is_custom", "text", "images", "type", "attribute", "atk", "species", "monster_type", "is_pendulum", "ability", "has_effect", "def", "level", "is_tuner"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 49597193, "name" : "Gem-Knight Topaz", "is_illegal" : false, "is_custom" : false, "text" : "\"Gem-Knight Tourmaline\" + 1 \"Gem-Knight\" monster\nMust first be Fusion Summoned with the above Fusion Material Monsters. This card can attack twice during each Battle Phase. When this card destroys a monster by battle and sends it to the Graveyard: Inflict damage to your opponent equal to the ATK of the destroyed monster in the Graveyard.", "images" : ["https://storage.googleapis.com/ygoprodeck.com/pics/49597193.jpg"], "type" : "Monster", "attribute" : "EARTH", "atk" : 1800, "species" : "Thunder", "monster_type" : "Fusion", "is_pendulum" : false, "ability" : "", "has_effect" : true, "def" : 1800, "level" : 6, "is_tuner" : false}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "is_illegal": {"type": "boolean"}, "is_custom": {"type": "boolean"}, "text": {"type": "string"}, "images": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "attribute": {"type": "string"}, "atk": {"type": "integer"}, "species": {"type": "string"}, "monster_type": {"type": "string"}, "is_pendulum": {"type": "boolean"}, "ability": {"type": "string"}, "has_effect": {"type": "boolean"}, "def": {"type": "integer"}, "level": {"type": "integer"}, "is_tuner": {"type": "boolean"}}, "required": ["id", "name", "is_illegal", "is_custom", "text", "images", "type", "attribute", "atk", "species", "monster_type", "is_pendulum", "ability", "has_effect", "def", "level", "is_tuner"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"time_fct_id": {"type": "integer"}, "time_fct": {"type": "string"}, "affiliate_facet_id": {"type": "integer"}, "affiliate_facet": {"type": "string"}, "occurrence": {"type": "integer"}, "affiliates": {"type": "array", "items": {"type": "object", "properties": {"facet_id": {"type": "integer"}, "occurrence": {"type": "integer"}, "value": {"type": "string"}}, "required": ["facet_id", "occurrence", "value"]}}}, "required": ["time_fct_id", "time_fct", "affiliate_facet_id", "affiliate_facet", "occurrence", "affiliates"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"time_fct_id" : 3, "time_fct" : "time_61975", "affiliate_facet_id" : 898, "affiliate_facet" : "Landgericht Offenburg", "occurrence" : 236, "affiliates" : [{"facet_id" : 898, "occurrence" : 246, "value" : "Forstamt Buchen"}]}
json_instruct
{"type": "object", "properties": {"time_fct_id": {"type": "integer"}, "time_fct": {"type": "string"}, "affiliate_facet_id": {"type": "integer"}, "affiliate_facet": {"type": "string"}, "occurrence": {"type": "integer"}, "affiliates": {"type": "array", "items": {"type": "object", "properties": {"facet_id": {"type": "integer"}, "occurrence": {"type": "integer"}, "value": {"type": "string"}}, "required": ["facet_id", "occurrence", "value"]}}}, "required": ["time_fct_id", "time_fct", "affiliate_facet_id", "affiliate_facet", "occurrence", "affiliates"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"370724001": {"type": "string"}, "370724002": {"type": "string"}, "370724101": {"type": "string"}, "370724103": {"type": "string"}, "370724104": {"type": "string"}, "370724105": {"type": "string"}, "370724107": {"type": "string"}, "370724112": {"type": "string"}, "370724113": {"type": "string"}, "370724116": {"type": "string"}}, "required": ["370724001", "370724002", "370724101", "370724103", "370724104", "370724105", "370724107", "370724112", "370724113", "370724116"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"370724001" : "\u57ce\u5173\u8857\u9053", "370724002" : "\u4e1c\u57ce\u8857\u9053", "370724101" : "\u4e94\u4e95\u9547", "370724103" : "\u51b6\u6e90\u9547", "370724104" : "\u5bfa\u5934\u9547", "370724105" : "\u4e5d\u5c71\u9547", "370724107" : "\u8f9b\u5be8\u9547", "370724112" : "\u5c71\u65fa\u9547", "370724113" : "\u67f3\u5c71\u9547", "370724116" : "\u848b\u5cea\u9547"}
json_instruct
{"type": "object", "properties": {"370724001": {"type": "string"}, "370724002": {"type": "string"}, "370724101": {"type": "string"}, "370724103": {"type": "string"}, "370724104": {"type": "string"}, "370724105": {"type": "string"}, "370724107": {"type": "string"}, "370724112": {"type": "string"}, "370724113": {"type": "string"}, "370724116": {"type": "string"}}, "required": ["370724001", "370724002", "370724101", "370724103", "370724104", "370724105", "370724107", "370724112", "370724113", "370724116"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}, "stats": {"type": "object", "properties": {"speed": {"type": "integer"}, "special-defense": {"type": "integer"}, "special-attack": {"type": "integer"}, "defense": {"type": "integer"}, "attack": {"type": "integer"}, "hp": {"type": "integer"}}, "required": ["speed", "special-defense", "special-attack", "defense", "attack", "hp"]}}, "required": ["name", "types", "stats"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "oshawott", "types" : ["water"], "stats" : {"speed" : 45, "special-defense" : 45, "special-attack" : 63, "defense" : 45, "attack" : 55, "hp" : 55}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}, "stats": {"type": "object", "properties": {"speed": {"type": "integer"}, "special-defense": {"type": "integer"}, "special-attack": {"type": "integer"}, "defense": {"type": "integer"}, "attack": {"type": "integer"}, "hp": {"type": "integer"}}, "required": ["speed", "special-defense", "special-attack", "defense", "attack", "hp"]}}, "required": ["name", "types", "stats"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"author": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "version_requirement": {"type": "string"}}, "required": ["name", "version_requirement"]}}, "license": {"type": "string"}, "name": {"type": "string"}, "operatingsystem_support": {"type": "array", "items": {}}, "project_page": {"type": "string"}, "requirements": {"type": "array", "items": {}}, "source": {"type": "string"}, "summary": {"type": "string"}, "tags": {"type": "array", "items": {}}, "version": {"type": "string"}}, "required": ["author", "dependencies", "license", "name", "operatingsystem_support", "project_page", "requirements", "source", "summary", "tags", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"author" : "pvbouwel", "dependencies" : [{"name" : "puppetlabs-stdlib", "version_requirement" : ">=2.6.0"}], "license" : "Apache License, Version 2.0", "name" : "pvbouwel-tomcat", "operatingsystem_support" : [], "project_page" : "https://github.com/pvbouwel/puppet-tomcat", "requirements" : [], "source" : "git@github.com:pvbouwel/puppet-tomcat.git", "summary" : "Setup tomcat instances", "tags" : [], "version" : "0.4.2"}
json_instruct
{"type": "object", "properties": {"author": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "version_requirement": {"type": "string"}}, "required": ["name", "version_requirement"]}}, "license": {"type": "string"}, "name": {"type": "string"}, "operatingsystem_support": {"type": "array", "items": {}}, "project_page": {"type": "string"}, "requirements": {"type": "array", "items": {}}, "source": {"type": "string"}, "summary": {"type": "string"}, "tags": {"type": "array", "items": {}}, "version": {"type": "string"}}, "required": ["author", "dependencies", "license", "name", "operatingsystem_support", "project_page", "requirements", "source", "summary", "tags", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : " Solving an equation with parentheses\n\n[imath]-(w+5)=-14[/imath]\n\n\n", "url" : "https://www.youtube.com/watch?v=Hjnvppk3aiI"}
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"data.json": {"type": "object", "properties": {"sha512": {"type": "string"}, "size": {"type": "integer"}}, "required": ["sha512", "size"]}}, "required": ["data.json"]}, "inner_path": {"type": "string"}, "modified": {"type": "integer"}, "signs": {"type": "object", "properties": {"17NJJoUuXkUsFF98sQGGfSSdYkfuZGk5Pf": {"type": "string"}}, "required": ["17NJJoUuXkUsFF98sQGGfSSdYkfuZGk5Pf"]}}, "required": ["address", "cert_auth_type", "cert_sign", "cert_user_id", "files", "inner_path", "modified", "signs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"address" : "1oranGeS2xsKZ4jVsu9SVttzgkYXu4k9v", "cert_auth_type" : "web", "cert_sign" : "HIVSvh9C66x6tjrKXVeFiuL2UtjDF1TRuSLvMpdIZhJoCwVHB0wEAskFXSWZq+m9L07aNQY/83FWpQHbh/dW/Go=", "cert_user_id" : "gabisima@zeroid.bit", "files" : {"data.json" : {"sha512" : "57b71f0e9a3315096948f8c3e58bd93fc1a24922f31f60d3743857d2d1efe49f", "size" : 339}}, "inner_path" : "data/users/17NJJoUuXkUsFF98sQGGfSSdYkfuZGk5Pf/content.json", "modified" : 1489538799, "signs" : {"17NJJoUuXkUsFF98sQGGfSSdYkfuZGk5Pf" : "HNrS653R+9zYvur8NyvN74ZTrdNABVxTZpyQt4+3KFzcDxIB8By9XiF1PTZPAnfTSfh0Ro1kPGh9bnspvHqoeqc="}}
json_instruct
{"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"data.json": {"type": "object", "properties": {"sha512": {"type": "string"}, "size": {"type": "integer"}}, "required": ["sha512", "size"]}}, "required": ["data.json"]}, "inner_path": {"type": "string"}, "modified": {"type": "integer"}, "signs": {"type": "object", "properties": {"17NJJoUuXkUsFF98sQGGfSSdYkfuZGk5Pf": {"type": "string"}}, "required": ["17NJJoUuXkUsFF98sQGGfSSdYkfuZGk5Pf"]}}, "required": ["address", "cert_auth_type", "cert_sign", "cert_user_id", "files", "inner_path", "modified", "signs"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "remarks": {"type": "string"}, "statement": {"type": "string"}}, "required": ["citations", "names", "language", "lookupTerms", "metaLanguage", "remarks", "statement"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"citations" : [{"textCitation" : "[See diag11 on Metamath](http://us.metamath.org/mpegif/diag11.html)"}], "names" : ["diag11"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_cL", "#T_wceq", "#T_cC", "#T_cdiag", "#T_cD", "#T_wph", "#T_wi", "#T_cC", "#T_wcel", "#T_ccat", "#T_wph", "#T_wi", "#T_cD", "#T_wcel", "#T_ccat", "#T_cA", "#T_wceq", "#T_cbs", "#T_cfv", "#T_cC", "#T_wph", "#T_wi", "#T_cX", "#T_wcel", "#T_cA", "#T_cK", "#T_wceq", "#T_c1st", "#T_cfv", "#T_cL", "#T_cfv", "#T_cX", "#T_cB", "#T_wceq", "#T_cbs", "#T_cfv", "#T_cD", "#T_wph", "#T_wi", "#T_cY", "#T_wcel", "#T_cB", "#T_wph", "#T_wi", "#T_c1st", "#T_cfv", "#T_cK", "#T_cfv", "#T_cY", "#T_wceq", "#T_cX"], "metaLanguage" : "METAMATH", "remarks" : " Value of the constant functor at an object. (Contributed by Mario Carneiro, 7-Jan-2017.) (Revised by Mario Carneiro, 15-Jan-2017.) ", "statement" : "diagval.l $e |- L = ( C DiagFunc D ) $.\ndiagval.c $e |- ( ph -> C e. Cat ) $.\ndiagval.d $e |- ( ph -> D e. Cat ) $.\ndiag11.a $e |- A = ( Base ` C ) $.\ndiag11.c $e |- ( ph -> X e. A ) $.\ndiag11.k $e |- K = ( ( 1st ` L ) ` X ) $.\ndiag11.b $e |- B = ( Base ` D ) $.\ndiag11.y $e |- ( ph -> Y e. B ) $.\ndiag11 $p |- ( ph -> ( ( 1st ` K ) ` Y ) = X ) $."}
json_instruct
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "remarks": {"type": "string"}, "statement": {"type": "string"}}, "required": ["citations", "names", "language", "lookupTerms", "metaLanguage", "remarks", "statement"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"dev": {"type": "object", "properties": {"awscloudformation": {"type": "object", "properties": {"AuthRoleName": {"type": "string"}, "UnauthRoleArn": {"type": "string"}, "AuthRoleArn": {"type": "string"}, "Region": {"type": "string"}, "DeploymentBucketName": {"type": "string"}, "UnauthRoleName": {"type": "string"}, "StackName": {"type": "string"}, "StackId": {"type": "string"}}, "required": ["AuthRoleName", "UnauthRoleArn", "AuthRoleArn", "Region", "DeploymentBucketName", "UnauthRoleName", "StackName", "StackId"]}}, "required": ["awscloudformation"]}, "prod": {"type": "object", "properties": {"awscloudformation": {"type": "object", "properties": {"AuthRoleName": {"type": "string"}, "UnauthRoleArn": {"type": "string"}, "AuthRoleArn": {"type": "string"}, "Region": {"type": "string"}, "DeploymentBucketName": {"type": "string"}, "UnauthRoleName": {"type": "string"}, "StackName": {"type": "string"}, "StackId": {"type": "string"}}, "required": ["AuthRoleName", "UnauthRoleArn", "AuthRoleArn", "Region", "DeploymentBucketName", "UnauthRoleName", "StackName", "StackId"]}}, "required": ["awscloudformation"]}}, "required": ["dev", "prod"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"dev" : {"awscloudformation" : {"AuthRoleName" : "apsis-website-20181128105735-authRole", "UnauthRoleArn" : "arn:aws:iam::424781101301:role/apsis-website-20181128105735-unauthRole", "AuthRoleArn" : "arn:aws:iam::424781101301:role/apsis-website-20181128105735-authRole", "Region" : "us-west-2", "DeploymentBucketName" : "apsis-website-20181128105735-deployment", "UnauthRoleName" : "apsis-website-20181128105735-unauthRole", "StackName" : "apsis-website-20181128105735", "StackId" : "arn:aws:cloudformation:us-west-2:424781101301:stack/apsis-website-20181128105735/7849c5b0-f33f-11e8-9cb4-503ac9ec2499"}}, "prod" : {"awscloudformation" : {"AuthRoleName" : "apsis-website-20181128112320-authRole", "UnauthRoleArn" : "arn:aws:iam::424781101301:role/apsis-website-20181128112320-unauthRole", "AuthRoleArn" : "arn:aws:iam::424781101301:role/apsis-website-20181128112320-authRole", "Region" : "us-west-2", "DeploymentBucketName" : "apsis-website-20181128112320-deployment", "UnauthRoleName" : "apsis-website-20181128112320-unauthRole", "StackName" : "apsis-website-20181128112320", "StackId" : "arn:aws:cloudformation:us-west-2:424781101301:stack/apsis-website-20181128112320/1102ba70-f343-11e8-9284-50a68a0e3256"}}}
json_instruct
{"type": "object", "properties": {"dev": {"type": "object", "properties": {"awscloudformation": {"type": "object", "properties": {"AuthRoleName": {"type": "string"}, "UnauthRoleArn": {"type": "string"}, "AuthRoleArn": {"type": "string"}, "Region": {"type": "string"}, "DeploymentBucketName": {"type": "string"}, "UnauthRoleName": {"type": "string"}, "StackName": {"type": "string"}, "StackId": {"type": "string"}}, "required": ["AuthRoleName", "UnauthRoleArn", "AuthRoleArn", "Region", "DeploymentBucketName", "UnauthRoleName", "StackName", "StackId"]}}, "required": ["awscloudformation"]}, "prod": {"type": "object", "properties": {"awscloudformation": {"type": "object", "properties": {"AuthRoleName": {"type": "string"}, "UnauthRoleArn": {"type": "string"}, "AuthRoleArn": {"type": "string"}, "Region": {"type": "string"}, "DeploymentBucketName": {"type": "string"}, "UnauthRoleName": {"type": "string"}, "StackName": {"type": "string"}, "StackId": {"type": "string"}}, "required": ["AuthRoleName", "UnauthRoleArn", "AuthRoleArn", "Region", "DeploymentBucketName", "UnauthRoleName", "StackName", "StackId"]}}, "required": ["awscloudformation"]}}, "required": ["dev", "prod"], "$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"}, "executorVersion": {"type": "string"}, "executorDownloadURL": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "description": {"type": "string"}, "angular-cli": {"type": "object", "properties": {}, "required": []}, "author": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"async": {"type": "string"}, "fix-path": {"type": "string"}, "fs-extra": {"type": "string"}, "glob": {"type": "string"}, "js-yaml": {"type": "string"}, "md5": {"type": "string"}, "mkdirp": {"type": "string"}, "mock-require": {"type": "string"}, "proxyquire": {"type": "string"}, "request": {"type": "string"}, "request-promise-native": {"type": "string"}, "rimraf": {"type": "string"}, "rwlock": {"type": "string"}, "semver": {"type": "string"}, "tmp": {"type": "string"}, "winston": {"type": "string"}, "winston-electron": {"type": "string"}}, "required": ["async", "fix-path", "fs-extra", "glob", "js-yaml", "md5", "mkdirp", "mock-require", "proxyquire", "request", "request-promise-native", "rimraf", "rwlock", "semver", "tmp", "winston", "winston-electron"]}, "main": {"type": "string"}}, "required": ["name", "version", "executorVersion", "executorDownloadURL", "license", "homepage", "description", "angular-cli", "author", "repository", "private", "dependencies", "main"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "rabix-composer", "version" : "1.0.1", "executorVersion" : "1.0.5", "executorDownloadURL" : "https://github.com/rabix/bunny/releases/download/v1.0.5-1/rabix-1.0.5.tar.gz", "license" : "Apache-2.0", "homepage" : "https://github.com/rabix/composer#readme", "description" : "Rabix Composer is a desktop IDE for working with Common Workflow Language workflows", "angular-cli" : {}, "author" : "Seven Bridges", "repository" : {"type" : "git", "url" : "git+https://github.com/rabix/composer.git"}, "private" : true, "dependencies" : {"async" : "^2.4.1", "fix-path" : "^2.1.0", "fs-extra" : "^4.0.1", "glob" : "^7.1.2", "js-yaml" : "^3.10.0", "md5" : "^2.2.1", "mkdirp" : "^0.5.1", "mock-require" : "^2.0.2", "proxyquire" : "^1.8.0", "request" : "^2.81.0", "request-promise-native" : "^1.0.4", "rimraf" : "^2.6.1", "rwlock" : "^5.0.0", "semver" : "^5.4.1", "tmp" : "^0.0.33", "winston" : "^2.3.1", "winston-electron" : "0.2.0"}, "main" : "main.js"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "executorVersion": {"type": "string"}, "executorDownloadURL": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "description": {"type": "string"}, "angular-cli": {"type": "object", "properties": {}, "required": []}, "author": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"async": {"type": "string"}, "fix-path": {"type": "string"}, "fs-extra": {"type": "string"}, "glob": {"type": "string"}, "js-yaml": {"type": "string"}, "md5": {"type": "string"}, "mkdirp": {"type": "string"}, "mock-require": {"type": "string"}, "proxyquire": {"type": "string"}, "request": {"type": "string"}, "request-promise-native": {"type": "string"}, "rimraf": {"type": "string"}, "rwlock": {"type": "string"}, "semver": {"type": "string"}, "tmp": {"type": "string"}, "winston": {"type": "string"}, "winston-electron": {"type": "string"}}, "required": ["async", "fix-path", "fs-extra", "glob", "js-yaml", "md5", "mkdirp", "mock-require", "proxyquire", "request", "request-promise-native", "rimraf", "rwlock", "semver", "tmp", "winston", "winston-electron"]}, "main": {"type": "string"}}, "required": ["name", "version", "executorVersion", "executorDownloadURL", "license", "homepage", "description", "angular-cli", "author", "repository", "private", "dependencies", "main"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"champ": {"type": "integer"}, "item": {"type": "integer"}, "kills": {"type": "string"}, "deaths": {"type": "string"}, "assists": {"type": "string"}, "gold": {"type": "string"}, "cs": {"type": "string"}, "total": {"type": "string"}, "wins": {"type": "string"}, "losses": {"type": "string"}}, "required": ["champ", "item", "kills", "deaths", "assists", "gold", "cs", "total", "wins", "losses"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"champ" : 104, "item" : 3745, "kills" : "8", "deaths" : "8", "assists" : "5", "gold" : "11379", "cs" : "154", "total" : "1", "wins" : "0", "losses" : "1"}
json_instruct
{"type": "object", "properties": {"champ": {"type": "integer"}, "item": {"type": "integer"}, "kills": {"type": "string"}, "deaths": {"type": "string"}, "assists": {"type": "string"}, "gold": {"type": "string"}, "cs": {"type": "string"}, "total": {"type": "string"}, "wins": {"type": "string"}, "losses": {"type": "string"}}, "required": ["champ", "item", "kills", "deaths", "assists", "gold", "cs", "total", "wins", "losses"], "$schema": "http://json-schema.org/draft-07/schema#"}