input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"conditions": {"type": "object", "properties": {"5c1b713486f77413bc250406": {"type": "string"}, "5c1b713986f77470d8650910": {"type": "string"}, "5c1b713f86f774719c22e8a0": {"type": "string"}, "5c1fd66286f7743c7b261f7b": {"type": "string"}, "5c20ce1786f77453c56d6397": {"type": "string"}, "5c20ce2c86f774337f427599": {"type": "string"}}, "required": ["5c1b713486f77413bc250406", "5c1b713986f77470d8650910", "5c1b713f86f774719c22e8a0", "5c1fd66286f7743c7b261f7b", "5c20ce1786f77453c56d6397", "5c20ce2c86f774337f427599"]}, "name": {"type": "string"}, "note": {"type": "string"}, "successMessageText": {"type": "string"}, "failMessageText": {"type": "string"}, "startedMessageText": {"type": "string"}, "description": {"type": "string"}, "location": {"type": "string"}}, "required": ["conditions", "name", "note", "successMessageText", "failMessageText", "startedMessageText", "description", "location"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"conditions" : {"5c1b713486f77413bc250406" : "T\u00f6te 12 Scavs auf dem Zollgel\u00e4nde, w\u00e4hrend du eine UN-Uniform tr\u00e4gst (UNTAR Helm, MF-UNTAR Schutzewste, Colt M4A1)", "5c1b713986f77470d8650910" : "T\u00f6te 12 Scavs am Autobahnkreuz, w\u00e4hrend du eine UN-Uniform tr\u00e4gst (UNTAR Helm, MF-UNTAR Schutzewste, Colt M4A1)", "5c1b713f86f774719c22e8a0" : "T\u00f6te 12 Scavs an der K\u00fcste, w\u00e4hrend du eine UN-Uniform tr\u00e4gst (UNTAR Helm, MF-UNTAR Schutzewste, Colt M4A1)", "5c1fd66286f7743c7b261f7b" : "T\u00f6te 12 Scavs im Wald, w\u00e4hrend du eine UN-Uniform tr\u00e4gst (UNTAR Helm, MF-UNTAR Schutzewste, Colt M4A1)", "5c20ce1786f77453c56d6397" : "", "5c20ce2c86f774337f427599" : ""}, "name" : "Friedensmission", "note" : "", "successMessageText" : "5c13946186f774210563ecc3", "failMessageText" : "5c13946186f774210563ecc4", "startedMessageText" : "", "description" : "5c13946186f774210563ecc6", "location" : "any"}
json_instruct
{"type": "object", "properties": {"conditions": {"type": "object", "properties": {"5c1b713486f77413bc250406": {"type": "string"}, "5c1b713986f77470d8650910": {"type": "string"}, "5c1b713f86f774719c22e8a0": {"type": "string"}, "5c1fd66286f7743c7b261f7b": {"type": "string"}, "5c20ce1786f77453c56d6397": {"type": "string"}, "5c20ce2c86f774337f427599": {"type": "string"}}, "required": ["5c1b713486f77413bc250406", "5c1b713986f77470d8650910", "5c1b713f86f774719c22e8a0", "5c1fd66286f7743c7b261f7b", "5c20ce1786f77453c56d6397", "5c20ce2c86f774337f427599"]}, "name": {"type": "string"}, "note": {"type": "string"}, "successMessageText": {"type": "string"}, "failMessageText": {"type": "string"}, "startedMessageText": {"type": "string"}, "description": {"type": "string"}, "location": {"type": "string"}}, "required": ["conditions", "name", "note", "successMessageText", "failMessageText", "startedMessageText", "description", "location"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"sideEffects": {"type": "boolean"}, "main": {"type": "string"}, "module": {"type": "string"}}, "required": ["sideEffects", "main", "module"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"sideEffects" : false, "main" : "../../../cjs/viz/series/bar_series.js", "module" : "../../../esm/viz/series/bar_series.js"}
json_instruct
{"type": "object", "properties": {"sideEffects": {"type": "boolean"}, "main": {"type": "string"}, "module": {"type": "string"}}, "required": ["sideEffects", "main", "module"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"vertices" : [[105, 70], [95, 100], [90, 35], [90, 55], [85, 10], [85, 75], [80, 25], [80, 40], [75, 35], [70, 25], [70, 50], [70, 60], [70, 75], [70, 95], [65, 45], [65, 65], [65, 70], [60, 20], [60, 105], [55, 45], [55, 65], [55, 70], [50, 25], [50, 50], [50, 60], [50, 75], [50, 95], [45, 35], [40, 25], [40, 40], [35, 10], [35, 75], [30, 35], [30, 55], [25, 100], [15, 70]]}
json_instruct
{"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"author": {"type": "string"}, "class_name": {"type": "string"}, "description": {"type": "string"}, "repo_name": {"type": "string"}}, "required": ["author", "class_name", "description", "repo_name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"author" : "Rajat Gupta", "class_name" : "className", "description" : "", "repo_name" : "project-name"}
json_instruct
{"type": "object", "properties": {"author": {"type": "string"}, "class_name": {"type": "string"}, "description": {"type": "string"}, "repo_name": {"type": "string"}}, "required": ["author", "class_name", "description", "repo_name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"TEST_VIPER_CONFIG_UINT": {"type": "integer"}, "TEST_VIPER_CONFIG_MAX_UINT": {"type": "integer"}, "TEST_VIPER_CONFIG_MIN_UINT": {"type": "integer"}, "TEST_VIPER_CONFIG_OVER_UINT": {"type": "integer"}, "TEST_VIPER_CONFIG_UNDER_UINT": {"type": "integer"}}, "required": ["TEST_VIPER_CONFIG_UINT", "TEST_VIPER_CONFIG_MAX_UINT", "TEST_VIPER_CONFIG_MIN_UINT", "TEST_VIPER_CONFIG_OVER_UINT", "TEST_VIPER_CONFIG_UNDER_UINT"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"TEST_VIPER_CONFIG_UINT" : 998877, "TEST_VIPER_CONFIG_MAX_UINT" : 18446744073709551615, "TEST_VIPER_CONFIG_MIN_UINT" : 0, "TEST_VIPER_CONFIG_OVER_UINT" : 18446744073709551616, "TEST_VIPER_CONFIG_UNDER_UINT" : -1}
json_instruct
{"type": "object", "properties": {"TEST_VIPER_CONFIG_UINT": {"type": "integer"}, "TEST_VIPER_CONFIG_MAX_UINT": {"type": "integer"}, "TEST_VIPER_CONFIG_MIN_UINT": {"type": "integer"}, "TEST_VIPER_CONFIG_OVER_UINT": {"type": "integer"}, "TEST_VIPER_CONFIG_UNDER_UINT": {"type": "integer"}}, "required": ["TEST_VIPER_CONFIG_UINT", "TEST_VIPER_CONFIG_MAX_UINT", "TEST_VIPER_CONFIG_MIN_UINT", "TEST_VIPER_CONFIG_OVER_UINT", "TEST_VIPER_CONFIG_UNDER_UINT"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"token": {"type": "string"}, "theprefix": {"type": "string"}}, "required": ["token", "theprefix"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"token" : "yourtoken", "theprefix" : "your prefix"}
json_instruct
{"type": "object", "properties": {"token": {"type": "string"}, "theprefix": {"type": "string"}}, "required": ["token", "theprefix"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"average_occupancy": {"type": "array", "items": {"type": "number"}}}, "required": ["average_occupancy"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"average_occupancy" : [28.245237766433444, 29.131240451503416, 28.10322756680388, 27.726592735230287, 27.425883768314357, 26.89088677618348, 27.477667041385093, 28.107556421056557, 28.764389406040593, 29.836293618546527, 28.59140544002591, 28.93627676584413, 28.733837455848427, 28.214349274357655, 28.14564912587857, 28.44844791928993, 27.52483023831949, 27.67533659853048, 27.923262981022113, 28.708777778756456, 27.404144757755088, 27.42410179277748, 27.5763377843277, 28.203904220530372, 28.523327483628357, 28.167878559596986, 28.311390491259242, 28.41323682639556, 28.977272194198424, 27.517156836676893, 26.49290611455597, 25.338685469389638, 24.64427776576464, 21.62548958402109, 18.739188165612337, 15.419440457813971, 103.13865585371035, 15.118643365801319, 17.80428081358282, 20.81188466137465, 22.921460924426547, 25.26637080435756, 27.30978661235207, 28.196668278186724, 27.861911103172943, 28.167575355418712, 28.407601190827975, 27.935752443748097, 28.387529431561166, 28.47259527048781, 28.990008798679526, 28.00504999421091, 27.142125233583915, 27.81735892650987, 28.288449884223496, 27.08895071660906, 28.50778349238296, 27.595874033474743, 28.566200771877682, 27.511624055863766, 27.066576392296515, 27.667121298141822, 29.27976105783588, 28.849858083993155, 29.29449696947876, 27.83341231736243, 28.25784430386941, 27.66645623354416, 27.839283139906847, 27.521043427033444, 27.85798705189745, 28.628999708659002, 28.504508475562407, 27.57974505247875, 28.448876837888736]}
json_instruct
{"type": "object", "properties": {"average_occupancy": {"type": "array", "items": {"type": "number"}}}, "required": ["average_occupancy"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"ms_2020": {"type": "object", "properties": {"db": {"type": "string"}, "description": {"type": "string"}, "center": {"type": "string"}, "zoom": {"type": "string"}, "year": {"type": "string"}, "start_date": {"type": "string"}, "end_date": {"type": "string"}, "extent": {"type": "string"}, "flip_coordinates": {"type": "string"}, "tables": {"type": "object", "properties": {"parcels": {"type": "string"}, "dias_catalog": {"type": "string"}, "scl": {"type": "string"}, "s2": {"type": "string"}, "bs": {"type": "string"}, "c6": {"type": "string"}, "bs_tf": {"type": "string"}}, "required": ["parcels", "dias_catalog", "scl", "s2", "bs", "c6", "bs_tf"]}, "pcolumns": {"type": "object", "properties": {"parcel_id": {"type": "string"}, "crop_name": {"type": "string"}, "crop_code": {"type": "string"}}, "required": ["parcel_id", "crop_name", "crop_code"]}}, "required": ["db", "description", "center", "zoom", "year", "start_date", "end_date", "extent", "flip_coordinates", "tables", "pcolumns"]}}, "required": ["ms_2020"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ms_2020" : {"db" : "main", "description" : "Dataset description", "center" : "51.0,14.0", "zoom" : "5", "year" : "", "start_date" : "", "end_date" : "", "extent" : "", "flip_coordinates" : "False", "tables" : {"parcels" : "ms.parcels_2020", "dias_catalog" : "dias_catalogue", "scl" : "ms.hists_2020", "s2" : "ms.sigs_2020", "bs" : "ms.sigs_2020", "c6" : "ms.sigs_2020", "bs_tf" : "ms.bs_ten"}, "pcolumns" : {"parcel_id" : "id", "crop_name" : "crop_name", "crop_code" : "crop_code"}}}
json_instruct
{"type": "object", "properties": {"ms_2020": {"type": "object", "properties": {"db": {"type": "string"}, "description": {"type": "string"}, "center": {"type": "string"}, "zoom": {"type": "string"}, "year": {"type": "string"}, "start_date": {"type": "string"}, "end_date": {"type": "string"}, "extent": {"type": "string"}, "flip_coordinates": {"type": "string"}, "tables": {"type": "object", "properties": {"parcels": {"type": "string"}, "dias_catalog": {"type": "string"}, "scl": {"type": "string"}, "s2": {"type": "string"}, "bs": {"type": "string"}, "c6": {"type": "string"}, "bs_tf": {"type": "string"}}, "required": ["parcels", "dias_catalog", "scl", "s2", "bs", "c6", "bs_tf"]}, "pcolumns": {"type": "object", "properties": {"parcel_id": {"type": "string"}, "crop_name": {"type": "string"}, "crop_code": {"type": "string"}}, "required": ["parcel_id", "crop_name", "crop_code"]}}, "required": ["db", "description", "center", "zoom", "year", "start_date", "end_date", "extent", "flip_coordinates", "tables", "pcolumns"]}}, "required": ["ms_2020"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "type": {"type": "string"}, "decimals": {"type": "integer"}, "description": {"type": "string"}, "website": {"type": "string"}, "explorer": {"type": "string"}, "status": {"type": "string"}, "id": {"type": "string"}}, "required": ["name", "symbol", "type", "decimals", "description", "website", "explorer", "status", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "WOWcoin", "symbol" : "WOW", "type" : "ERC20", "decimals" : 18, "description" : "-", "website" : "", "explorer" : "https://etherscan.io/token/0x843131b15F2Ec5BeA850aC5164D2e4a3749ad87f", "status" : "active", "id" : "0x843131b15F2Ec5BeA850aC5164D2e4a3749ad87f"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "type": {"type": "string"}, "decimals": {"type": "integer"}, "description": {"type": "string"}, "website": {"type": "string"}, "explorer": {"type": "string"}, "status": {"type": "string"}, "id": {"type": "string"}}, "required": ["name", "symbol", "type", "decimals", "description", "website", "explorer", "status", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"development": {"type": "object", "properties": {"username": {"type": "string"}, "password": {"type": "string"}, "database": {"type": "string"}, "host": {"type": "string"}, "port": {"type": "integer"}, "native": {"type": "boolean"}, "ssl": {"type": "boolean"}, "dialect": {"type": "string"}}, "required": ["username", "password", "database", "host", "port", "native", "ssl", "dialect"]}, "test": {"type": "object", "properties": {"username": {"type": "string"}, "password": {"type": "string"}, "database": {"type": "string"}, "host": {"type": "string"}, "port": {"type": "integer"}, "native": {"type": "boolean"}, "ssl": {"type": "boolean"}, "dialect": {"type": "string"}}, "required": ["username", "password", "database", "host", "port", "native", "ssl", "dialect"]}, "production": {"type": "object", "properties": {"username": {"type": "string"}, "password": {"type": "string"}, "database": {"type": "string"}, "host": {"type": "string"}, "port": {"type": "integer"}, "native": {"type": "boolean"}, "ssl": {"type": "boolean"}, "dialect": {"type": "string"}}, "required": ["username", "password", "database", "host", "port", "native", "ssl", "dialect"]}}, "required": ["development", "test", "production"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"development" : {"username" : "youbbrekjcxwci", "password" : "t9Av8xoCnCqkIDAN1jyJxtM5Lh", "database" : "dcgq17j7lq5it5", "host" : "ec2-54-228-226-93.eu-west-1.compute.amazonaws.com", "port" : 5432, "native" : true, "ssl" : true, "dialect" : "postgres"}, "test" : {"username" : "youbbrekjcxwci", "password" : "t9Av8xoCnCqkIDAN1jyJxtM5Lh", "database" : "dcgq17j7lq5it5", "host" : "ec2-54-228-226-93.eu-west-1.compute.amazonaws.com", "port" : 5432, "native" : true, "ssl" : true, "dialect" : "postgres"}, "production" : {"username" : "youbbrekjcxwci", "password" : "t9Av8xoCnCqkIDAN1jyJxtM5Lh", "database" : "dcgq17j7lq5it5", "host" : "ec2-54-228-226-93.eu-west-1.compute.amazonaws.com", "port" : 5432, "native" : true, "ssl" : true, "dialect" : "postgres"}}
json_instruct
{"type": "object", "properties": {"development": {"type": "object", "properties": {"username": {"type": "string"}, "password": {"type": "string"}, "database": {"type": "string"}, "host": {"type": "string"}, "port": {"type": "integer"}, "native": {"type": "boolean"}, "ssl": {"type": "boolean"}, "dialect": {"type": "string"}}, "required": ["username", "password", "database", "host", "port", "native", "ssl", "dialect"]}, "test": {"type": "object", "properties": {"username": {"type": "string"}, "password": {"type": "string"}, "database": {"type": "string"}, "host": {"type": "string"}, "port": {"type": "integer"}, "native": {"type": "boolean"}, "ssl": {"type": "boolean"}, "dialect": {"type": "string"}}, "required": ["username", "password", "database", "host", "port", "native", "ssl", "dialect"]}, "production": {"type": "object", "properties": {"username": {"type": "string"}, "password": {"type": "string"}, "database": {"type": "string"}, "host": {"type": "string"}, "port": {"type": "integer"}, "native": {"type": "boolean"}, "ssl": {"type": "boolean"}, "dialect": {"type": "string"}}, "required": ["username", "password", "database", "host", "port", "native", "ssl", "dialect"]}}, "required": ["development", "test", "production"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"files": {"type": "object", "properties": {"main.css": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "runtime-main.js": {"type": "string"}, "runtime-main.js.map": {"type": "string"}, "static/js/2.8ea451c9.chunk.js": {"type": "string"}, "static/js/2.8ea451c9.chunk.js.map": {"type": "string"}, "index.html": {"type": "string"}, "precache-manifest.e2b35c2bf059f0d6c79901cbacc68db5.js": {"type": "string"}, "service-worker.js": {"type": "string"}, "static/css/main.1eca0d34.chunk.css.map": {"type": "string"}, "static/media/App.less": {"type": "string"}}, "required": ["main.css", "main.js", "main.js.map", "runtime-main.js", "runtime-main.js.map", "static/js/2.8ea451c9.chunk.js", "static/js/2.8ea451c9.chunk.js.map", "index.html", "precache-manifest.e2b35c2bf059f0d6c79901cbacc68db5.js", "service-worker.js", "static/css/main.1eca0d34.chunk.css.map", "static/media/App.less"]}, "entrypoints": {"type": "array", "items": {"type": "string"}}}, "required": ["files", "entrypoints"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"files" : {"main.css" : "/static/css/main.1eca0d34.chunk.css", "main.js" : "/static/js/main.ba6d691a.chunk.js", "main.js.map" : "/static/js/main.ba6d691a.chunk.js.map", "runtime-main.js" : "/static/js/runtime-main.04f892fb.js", "runtime-main.js.map" : "/static/js/runtime-main.04f892fb.js.map", "static/js/2.8ea451c9.chunk.js" : "/static/js/2.8ea451c9.chunk.js", "static/js/2.8ea451c9.chunk.js.map" : "/static/js/2.8ea451c9.chunk.js.map", "index.html" : "/index.html", "precache-manifest.e2b35c2bf059f0d6c79901cbacc68db5.js" : "/precache-manifest.e2b35c2bf059f0d6c79901cbacc68db5.js", "service-worker.js" : "/service-worker.js", "static/css/main.1eca0d34.chunk.css.map" : "/static/css/main.1eca0d34.chunk.css.map", "static/media/App.less" : "/static/media/twit-bird.947e3d91.svg"}, "entrypoints" : ["static/js/runtime-main.04f892fb.js", "static/js/2.8ea451c9.chunk.js", "static/css/main.1eca0d34.chunk.css", "static/js/main.ba6d691a.chunk.js"]}
json_instruct
{"type": "object", "properties": {"files": {"type": "object", "properties": {"main.css": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "runtime-main.js": {"type": "string"}, "runtime-main.js.map": {"type": "string"}, "static/js/2.8ea451c9.chunk.js": {"type": "string"}, "static/js/2.8ea451c9.chunk.js.map": {"type": "string"}, "index.html": {"type": "string"}, "precache-manifest.e2b35c2bf059f0d6c79901cbacc68db5.js": {"type": "string"}, "service-worker.js": {"type": "string"}, "static/css/main.1eca0d34.chunk.css.map": {"type": "string"}, "static/media/App.less": {"type": "string"}}, "required": ["main.css", "main.js", "main.js.map", "runtime-main.js", "runtime-main.js.map", "static/js/2.8ea451c9.chunk.js", "static/js/2.8ea451c9.chunk.js.map", "index.html", "precache-manifest.e2b35c2bf059f0d6c79901cbacc68db5.js", "service-worker.js", "static/css/main.1eca0d34.chunk.css.map", "static/media/App.less"]}, "entrypoints": {"type": "array", "items": {"type": "string"}}}, "required": ["files", "entrypoints"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"organisation": {"type": "string"}, "ownership-status": {"type": "string"}, "site-plan-url": {"type": "string"}, "maximum-net-dwellings": {"type": "string"}, "site-address": {"type": "string"}, "notes": {"type": "string"}, "site": {"type": "string"}, "hectares": {"type": "string"}, "planning-permission-status": {"type": "string"}, "start-date": {"type": "string"}, "minimum-net-dwellings": {"type": "string"}, "deliverable": {"type": "string"}, "point": {"type": "string"}, "name": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}}, "required": ["organisation", "ownership-status", "site-plan-url", "maximum-net-dwellings", "site-address", "notes", "site", "hectares", "planning-permission-status", "start-date", "minimum-net-dwellings", "deliverable", "point", "name", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [0.422651, 51.561971]}, "properties" : {"organisation" : "local-authority-eng:BAI", "ownership-status" : "owned by a public authority", "site-plan-url" : "https://www.basildon.gov.uk/media/8540/BLR/pdf/BLR.pdf", "maximum-net-dwellings" : "19", "site-address" : "Basildon Integrated Support Service (Lincewood County Infants School Annexe) High Road, Langdon Hills", "notes" : "Deliverable within 3 years. 19/07/17. 24/08/18. 06/08/19.", "site" : "BAS0006", "hectares" : "0.36", "planning-permission-status" : "not permissioned", "start-date" : "2017-07-19", "minimum-net-dwellings" : "5", "deliverable" : "yes", "point" : "POINT(0.422651 51.561971)", "name" : "BAS0006", "slug" : "/brownfield-land/local-authority-eng/BAI/BAS0006", "entity" : 474972, "entry-date" : "2019-08-06"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"organisation": {"type": "string"}, "ownership-status": {"type": "string"}, "site-plan-url": {"type": "string"}, "maximum-net-dwellings": {"type": "string"}, "site-address": {"type": "string"}, "notes": {"type": "string"}, "site": {"type": "string"}, "hectares": {"type": "string"}, "planning-permission-status": {"type": "string"}, "start-date": {"type": "string"}, "minimum-net-dwellings": {"type": "string"}, "deliverable": {"type": "string"}, "point": {"type": "string"}, "name": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}}, "required": ["organisation", "ownership-status", "site-plan-url", "maximum-net-dwellings", "site-address", "notes", "site", "hectares", "planning-permission-status", "start-date", "minimum-net-dwellings", "deliverable", "point", "name", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "xlit": {"type": "string"}}, "required": ["derivation", "pron", "outline", "kjv_def", "lemma", "frequency", "strongs_def", "xlit"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"derivation" : "plural of H3851 (\u05dc\u05b7\u05d4\u05b7\u05d1); flames;", "pron" : "leh-haw-beem'", "outline" : "<span class=\"literal-meaning\">Lehabim = &quot;flames&quot;</span><ol><li> an Egyptian tribe descended from Mizraim</li></ol>", "kjv_def" : "Lehabim.", "lemma" : "\u05dc\u05b0\u05d4\u05b8\u05d1\u05b4\u05d9\u05dd", "frequency" : 2, "strongs_def" : "Lehabim, a son of Mizraim, and his descendants", "xlit" : "L\u1d49h\u00e2b\u00eeym"}
json_instruct
{"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "xlit": {"type": "string"}}, "required": ["derivation", "pron", "outline", "kjv_def", "lemma", "frequency", "strongs_def", "xlit"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d165a92933bfbe24734502191943f5b85055f934"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$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"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"Tsumiki Inc.": {"type": "string"}}, "required": ["Tsumiki Inc."]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "branch": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "branch", "tag"]}, "frameworks": {"type": "string"}, "weak_frameworks": {"type": "string"}, "preserve_paths": {"type": "string"}, "vendored_frameworks": {"type": "string"}, "requires_arc": {"type": "boolean"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "platforms", "source", "frameworks", "weak_frameworks", "preserve_paths", "vendored_frameworks", "requires_arc"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "ByPlayAd", "version" : "0.0.1", "summary" : "ByPlay Mobile App Ad SDK.", "description" : "ByPlay is a vertical ad network of Japanese culture media.", "homepage" : "https://github.com/tsumikiinc/ByPlayAd-iOS-SDK", "license" : "Apache License, Version 2.0", "authors" : {"Tsumiki Inc." : "byplayers@tsumikiinc.com"}, "platforms" : {"ios" : "9.0"}, "source" : {"git" : "https://github.com/tsumikiinc/ByPlayAd-iOS-SDK.git", "branch" : "master", "tag" : "v0.0.1"}, "frameworks" : "AVFoundation", "weak_frameworks" : "AdSupport", "preserve_paths" : "ByPlayAd.framework", "vendored_frameworks" : "ByPlayAd.framework", "requires_arc" : true}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"Tsumiki Inc.": {"type": "string"}}, "required": ["Tsumiki Inc."]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "branch": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "branch", "tag"]}, "frameworks": {"type": "string"}, "weak_frameworks": {"type": "string"}, "preserve_paths": {"type": "string"}, "vendored_frameworks": {"type": "string"}, "requires_arc": {"type": "boolean"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "platforms", "source", "frameworks", "weak_frameworks", "preserve_paths", "vendored_frameworks", "requires_arc"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}}, "required": ["name", "symbol", "decimals", "address", "chainId"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Token GC6u", "symbol" : "GC6uZ", "decimals" : 6, "address" : "GC6uZx6KBrZkkoWYMZ28N4tvgFUP3vcuSD3quD2dhT5m", "chainId" : 103}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}}, "required": ["name", "symbol", "decimals", "address", "chainId"], "$schema": "http://json-schema.org/draft-07/schema#"}
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": "object", "properties": {"jing": {"type": "string"}}, "required": ["jing"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@babel/cli": {"type": "string"}, "@babel/core": {"type": "string"}, "@babel/node": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}}, "required": ["@babel/cli", "@babel/core", "@babel/node", "@babel/preset-env", "webpack", "webpack-cli"]}, "dependencies": {"type": "object", "properties": {"download-git-repo": {"type": "string"}, "handlebars": {"type": "string"}, "commander": {"type": "string"}, "inquirer": {"type": "string"}, "ora": {"type": "string"}}, "required": ["download-git-repo", "handlebars", "commander", "inquirer", "ora"]}}, "required": ["name", "version", "description", "main", "bin", "scripts", "keywords", "author", "license", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "jing-cli", "version" : "0.0.8", "description" : "template build tools", "main" : "src/main.js", "bin" : {"jing" : "bin/jing-cli"}, "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "keywords" : ["cli", "vue", "mpvue", "wx", "uniapp", "uni-app", "uni", "jing"], "author" : "dreamelapse", "license" : "MIT", "homepage" : "https://github.com/DreamElapse/jing-cli.git", "devDependencies" : {"@babel/cli" : "^7.5.0", "@babel/core" : "^7.5.4", "@babel/node" : "^7.5.0", "@babel/preset-env" : "^7.5.4", "webpack" : "^4.35.3", "webpack-cli" : "^3.3.6"}, "dependencies" : {"download-git-repo" : "^2.0.0", "handlebars" : "^4.1.2", "commander" : "^2.20.0", "inquirer" : "^6.5.1", "ora" : "^3.4.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"jing": {"type": "string"}}, "required": ["jing"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@babel/cli": {"type": "string"}, "@babel/core": {"type": "string"}, "@babel/node": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}}, "required": ["@babel/cli", "@babel/core", "@babel/node", "@babel/preset-env", "webpack", "webpack-cli"]}, "dependencies": {"type": "object", "properties": {"download-git-repo": {"type": "string"}, "handlebars": {"type": "string"}, "commander": {"type": "string"}, "inquirer": {"type": "string"}, "ora": {"type": "string"}}, "required": ["download-git-repo", "handlebars", "commander", "inquirer", "ora"]}}, "required": ["name", "version", "description", "main", "bin", "scripts", "keywords", "author", "license", "homepage", "devDependencies", "dependencies"], "$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"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "cron": {"type": "string"}, "test": {"type": "string"}, "migrate": {"type": "string"}, "rollback": {"type": "string"}, "dev": {"type": "string"}}, "required": ["start", "cron", "test", "migrate", "rollback", "dev"]}, "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": {"@google-cloud/storage": {"type": "string"}, "cron": {"type": "string"}, "dotenv": {"type": "string"}, "express": {"type": "string"}, "express-rate-limit": {"type": "string"}, "knex": {"type": "string"}, "mime-types": {"type": "string"}, "mocha": {"type": "string"}, "multer": {"type": "string"}, "pg": {"type": "string"}, "supertest": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["@google-cloud/storage", "cron", "dotenv", "express", "express-rate-limit", "knex", "mime-types", "mocha", "multer", "pg", "supertest", "uuid"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-config-google": {"type": "string"}, "nodemon": {"type": "string"}}, "required": ["eslint", "eslint-config-google", "nodemon"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "shipper", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"start" : "knex migrate:latest && node index.js", "cron" : "node cronjobs/cleanInActiveRecords.js", "test" : "mocha tests/index.test.js", "migrate" : "knex migrate:latest", "rollback" : "knex migrate:rollback", "dev" : "nodemon index.js"}, "repository" : {"type" : "git", "url" : "git+https://github.com/kjsninja/shipper.git"}, "author" : "Kenster Crucillo", "license" : "MIT", "bugs" : {"url" : "https://github.com/kjsninja/shipper/issues"}, "homepage" : "https://github.com/kjsninja/shipper#readme", "dependencies" : {"@google-cloud/storage" : "^5.8.2", "cron" : "^1.8.2", "dotenv" : "^8.2.0", "express" : "^4.17.1", "express-rate-limit" : "^5.2.6", "knex" : "^0.95.4", "mime-types" : "^2.1.29", "mocha" : "^8.3.2", "multer" : "^1.4.2", "pg" : "^8.5.1", "supertest" : "^6.1.3", "uuid" : "^8.3.2"}, "devDependencies" : {"eslint" : "^7.23.0", "eslint-config-google" : "^0.14.0", "nodemon" : "^2.0.7"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "cron": {"type": "string"}, "test": {"type": "string"}, "migrate": {"type": "string"}, "rollback": {"type": "string"}, "dev": {"type": "string"}}, "required": ["start", "cron", "test", "migrate", "rollback", "dev"]}, "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": {"@google-cloud/storage": {"type": "string"}, "cron": {"type": "string"}, "dotenv": {"type": "string"}, "express": {"type": "string"}, "express-rate-limit": {"type": "string"}, "knex": {"type": "string"}, "mime-types": {"type": "string"}, "mocha": {"type": "string"}, "multer": {"type": "string"}, "pg": {"type": "string"}, "supertest": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["@google-cloud/storage", "cron", "dotenv", "express", "express-rate-limit", "knex", "mime-types", "mocha", "multer", "pg", "supertest", "uuid"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-config-google": {"type": "string"}, "nodemon": {"type": "string"}}, "required": ["eslint", "eslint-config-google", "nodemon"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"c": {"type": "object", "properties": {"gondar": {"type": "object", "properties": {"z": {"type": "object", "properties": {}, "required": []}, "l": {"type": "array", "items": {"type": "string"}}}, "required": ["z", "l"]}}, "required": ["gondar"]}, "l": {"type": "array", "items": {}}}, "required": ["c", "l"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"c" : {"gondar" : {"z" : {}, "l" : ["12.6000", "37.4667"]}}, "l" : []}
json_instruct
{"type": "object", "properties": {"c": {"type": "object", "properties": {"gondar": {"type": "object", "properties": {"z": {"type": "object", "properties": {}, "required": []}, "l": {"type": "array", "items": {"type": "string"}}}, "required": ["z", "l"]}}, "required": ["gondar"]}, "l": {"type": "array", "items": {}}}, "required": ["c", "l"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"addr:city": {"type": "string"}, "addr:housenumber": {"type": "string"}, "addr:postcode": {"type": "string"}, "addr:street": {"type": "string"}, "building": {"type": "string"}, "craft": {"type": "string"}, "email": {"type": "string"}, "name": {"type": "string"}, "opening_hours": {"type": "string"}, "phone": {"type": "string"}, "id": {"type": "string"}}, "required": ["addr:city", "addr:housenumber", "addr:postcode", "addr:street", "building", "craft", "email", "name", "opening_hours", "phone", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "id" : "way/314182585", "properties" : {"addr:city" : "Duisburg", "addr:housenumber" : "73", "addr:postcode" : "47259", "addr:street" : "Dorfstra\u00dfe", "building" : "yes", "craft" : "beekeeper", "email" : "info@bienen-lindner.de", "name" : "Bienen Lindner", "opening_hours" : "Tu-Fr 10:00-13:00,15:00-18:30; Sa 10:00-13:00", "phone" : "+49 203 7578822", "id" : "way/314182585"}, "geometry" : {"type" : "Point", "coordinates" : [6.7141737, 51.349435]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"addr:city": {"type": "string"}, "addr:housenumber": {"type": "string"}, "addr:postcode": {"type": "string"}, "addr:street": {"type": "string"}, "building": {"type": "string"}, "craft": {"type": "string"}, "email": {"type": "string"}, "name": {"type": "string"}, "opening_hours": {"type": "string"}, "phone": {"type": "string"}, "id": {"type": "string"}}, "required": ["addr:city", "addr:housenumber", "addr:postcode", "addr:street", "building", "craft", "email", "name", "opening_hours", "phone", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "Commercial", "definitions" : ["A television or radio advertisement.", "A travelling sales representative."], "parts-of-speech" : "Noun"}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"pe_name": {"type": "string"}, "pe_type": {"type": "integer"}, "pe_size": {"type": "integer"}, "pe_subsystem": {"type": "integer"}, "pe_subsystem_caption": {"type": "string"}, "pe_path": {"type": "string"}, "pe_timedate_stamp": {"type": "integer"}, "pe_timedate_human": {"type": "string"}, "ImageDLLImports": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "imports": {"type": "integer"}, "functions": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "imports", "functions"]}}, "ImageDLLExports": {"type": "object", "properties": {"exports": {"type": "integer"}, "functions": {"type": "array", "items": {}}}, "required": ["exports", "functions"]}, "ImageHashSignatures": {"type": "object", "properties": {"md5": {"type": "string"}, "sha2": {"type": "string"}}, "required": ["md5", "sha2"]}}, "required": ["pe_name", "pe_type", "pe_size", "pe_subsystem", "pe_subsystem_caption", "pe_path", "pe_timedate_stamp", "pe_timedate_human", "ImageDLLImports", "ImageDLLExports", "ImageHashSignatures"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"pe_name" : "Microsoft.PackageManagement.MsuProvider.dll", "pe_type" : 267, "pe_size" : 14848, "pe_subsystem" : 3, "pe_subsystem_caption" : "The Windows character (Cosole UI) subsystem", "pe_path" : "c:\\Program Files\\WindowsPowerShell\\Modules\\PackageManagement\\1.0.0.1\\Microsoft.PackageManagement.MsuProvider.dll", "pe_timedate_stamp" : 3811837535, "pe_timedate_human" : "2090-10-16T11:45:35.000Z", "ImageDLLImports" : [{"name" : "mscoree.dll", "imports" : 1, "functions" : ["_CorDllMain"]}], "ImageDLLExports" : {"exports" : 0, "functions" : []}, "ImageHashSignatures" : {"md5" : "5954c48fe561ccde58c8c3363882de5b", "sha2" : "c7bf04e64cf3a62432b57dcd8b5df49aa65823ba6aefffcb9eaaca516d2fe197"}}
json_instruct
{"type": "object", "properties": {"pe_name": {"type": "string"}, "pe_type": {"type": "integer"}, "pe_size": {"type": "integer"}, "pe_subsystem": {"type": "integer"}, "pe_subsystem_caption": {"type": "string"}, "pe_path": {"type": "string"}, "pe_timedate_stamp": {"type": "integer"}, "pe_timedate_human": {"type": "string"}, "ImageDLLImports": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "imports": {"type": "integer"}, "functions": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "imports", "functions"]}}, "ImageDLLExports": {"type": "object", "properties": {"exports": {"type": "integer"}, "functions": {"type": "array", "items": {}}}, "required": ["exports", "functions"]}, "ImageHashSignatures": {"type": "object", "properties": {"md5": {"type": "string"}, "sha2": {"type": "string"}}, "required": ["md5", "sha2"]}}, "required": ["pe_name", "pe_type", "pe_size", "pe_subsystem", "pe_subsystem_caption", "pe_path", "pe_timedate_stamp", "pe_timedate_human", "ImageDLLImports", "ImageDLLExports", "ImageHashSignatures"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"deploy": {"type": "object", "properties": {"development": {"type": "array", "items": {"type": "string"}}, "staging": {"type": "array", "items": {"type": "string"}}, "production": {"type": "array", "items": {"type": "string"}}}, "required": ["development", "staging", "production"]}}, "required": ["deploy"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"deploy" : {"development" : ["web-testing-site-finder-development-origin-us-east-1", "web-testing-site-finder-development-origin-us-west-2"], "staging" : ["web-testing-site-finder-staging-origin-us-east-1", "web-testing-site-finder-staging-origin-us-west-2"], "production" : ["web-testing-site-finder-production-origin-us-east-1", "web-testing-site-finder-production-origin-us-west-2"]}}
json_instruct
{"type": "object", "properties": {"deploy": {"type": "object", "properties": {"development": {"type": "array", "items": {"type": "string"}}, "staging": {"type": "array", "items": {"type": "string"}}, "production": {"type": "array", "items": {"type": "string"}}}, "required": ["development", "staging", "production"]}}, "required": ["deploy"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "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" : 404396101, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "ab3c3f74af819df01ca0d7b53f6bcdb2", "wof:id" : 404396101, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [6.6524509272211, 47.26916224891634, 6.68995541718045, 47.30131263856093], "geometry" : {"coordinates" : [[[6.68995541718045, 47.29000418651199], [6.67964707791403, 47.27101846093807], [6.67537563015838, 47.26916224891634], [6.6524509272211, 47.27569962677082], [6.65447753313822, 47.28621599236716], [6.6682026634008, 47.30100415558654], [6.66956182879381, 47.30131263856093], [6.68995541718045, 47.29000418651199]]], "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": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "432fec3f2b9f7b4c4186497033925ba5ccf66ad8"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"result": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "number"}, "7": {"type": "number"}, "10": {"type": "string"}}, "required": ["1", "2", "3", "4", "5", "6", "7", "10"]}}}, "required": ["1"]}}, "required": ["result"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"result" : {"1" : [{"1" : "Yangon International, Myanmar (RGN)", "2" : "airport", "3" : "RGN", "4" : "RGN", "5" : "Yangon", "6" : 96.1333333, "7" : 16.9072222, "10" : "Asia/Rangoon"}]}}
json_instruct
{"type": "object", "properties": {"result": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "number"}, "7": {"type": "number"}, "10": {"type": "string"}}, "required": ["1", "2", "3", "4", "5", "6", "7", "10"]}}}, "required": ["1"]}}, "required": ["result"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 101847053, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "b5360b4cb2e317d057fc2e80f838b3e6", "wof:id" : 101847053, "wof:repo" : "whosonfirst-data-admin-fi"}, "bbox" : [28.46667, 64.18333, 28.46667, 64.18333], "geometry" : {"coordinates" : [28.46667, 64.18333], "type" : "Point"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "audit": {"type": "null"}}, "required": ["id", "source", "verse_id", "verse_count", "reference", "title", "html", "audit"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 10140, "source" : "bullinger", "verse_id" : 18256, "verse_count" : 1, "reference" : "31:5", "title" : "", "html" : " <p> <em>As birds flying.</em>, As birds hovering [covering and protecting their nest with their wings], so will, &c. The Figure of speech <i>Ellipsis</i>, is to be thus supplied. Reference to Pentateuch (<a class=\"ref\">Deuteronomy 32:11</a>). App-92. </p>\n\n <p> <em>defend</em>= shield. The verb is found only in Isaiah\"s utterances (<a class=\"ref\">2 Kings 19:34, 2 Kings 20:6. 2 Kings 31:5; 2 Kings 37:35; 2 Kings 38:6</a>; and <a class=\"ref\">Zechariah 9:15; Zechariah 12:8</a>. </p>\n\n <p> <em>defending, &c.</em>= shielding. Only used of God. Only here, <a class=\"ref\">2 Kings 19:34; 2 Kings 20:6</a>. Literally <em>\"[then there will be] a shielding, and He will rescue; a passing over [as in Egypt at the Passover], and he will cause to escape. \" </em> </p>\n\n <p> <em>passing over.</em>, Reference to Pentateuch (Ex. <a class=\"isa\" verses=\"bnVsbA==\">Isaiah 12:13, Isaiah 12:23, Isaiah 12:27</a>). App-92. This word is nowhere else used in this sense. </p>", "audit" : null}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "audit": {"type": "null"}}, "required": ["id", "source", "verse_id", "verse_count", "reference", "title", "html", "audit"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"uhc.chat.type.team.text": {"type": "string"}, "uhc.chat.type.team.sent": {"type": "string"}, "uhc.chat.type.dead.text": {"type": "string"}, "uhc.chat.type.dead.sent": {"type": "string"}}, "required": ["uhc.chat.type.team.text", "uhc.chat.type.team.sent", "uhc.chat.type.dead.text", "uhc.chat.type.dead.sent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"uhc.chat.type.team.text" : "%s %s %s", "uhc.chat.type.team.sent" : "-> %s %s %s", "uhc.chat.type.dead.text" : "%s %s", "uhc.chat.type.dead.sent" : "-> %s %s"}
json_instruct
{"type": "object", "properties": {"uhc.chat.type.team.text": {"type": "string"}, "uhc.chat.type.team.sent": {"type": "string"}, "uhc.chat.type.dead.text": {"type": "string"}, "uhc.chat.type.dead.sent": {"type": "string"}}, "required": ["uhc.chat.type.team.text", "uhc.chat.type.team.sent", "uhc.chat.type.dead.text", "uhc.chat.type.dead.sent"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"index": {"type": "integer"}, "redacted": {"type": "boolean"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}, "entries": {"type": "array", "items": {"type": "object", "properties": {"activityHash": {"type": "integer"}}, "required": ["activityHash"]}}}, "required": ["index", "redacted", "hash", "blacklisted", "entries"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"index" : 152, "redacted" : false, "hash" : 561205187, "blacklisted" : false, "entries" : [{"activityHash" : 4209774794}]}
json_instruct
{"type": "object", "properties": {"index": {"type": "integer"}, "redacted": {"type": "boolean"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}, "entries": {"type": "array", "items": {"type": "object", "properties": {"activityHash": {"type": "integer"}}, "required": ["activityHash"]}}}, "required": ["index", "redacted", "hash", "blacklisted", "entries"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "harga": {"type": "string"}, "golongan": {"type": "string"}, "kandungan": {"type": "string"}, "indikasi": {"type": "string"}, "kontraindikasi": {"type": "string"}, "perhatian": {"type": "string"}, "efeksamping": {"type": "string"}, "indeksamanwanitahamil": {"type": "string"}, "kemasan": {"type": "string"}, "dosis": {"type": "string"}, "penyajian": {"type": "string"}, "pabrik": {"type": "string"}, "id": {"type": "string"}, "category_id": {"type": "string"}}, "required": ["name", "harga", "golongan", "kandungan", "indikasi", "kontraindikasi", "perhatian", "efeksamping", "indeksamanwanitahamil", "kemasan", "dosis", "penyajian", "pabrik", "id", "category_id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Q-TEN CAPSUL 100 MG", "harga" : " Rp. 363.000/ kemasan", "golongan" : "http://medicastore.com/image_banner/obat_bebas_terbatas.gif", "kandungan" : "Koenzim Q10.", "indikasi" : "katalis alam untuk pembebasan energi dari makanan & antioksidan.", "kontraindikasi" : "", "perhatian" : "", "efeksamping" : "", "indeksamanwanitahamil" : "A: Penelitian terkendali pada wanita tidak menunjukkan risiko kepada janin pada trisemester pertama (dan tidak ada bukti risiko pada trisemester selanjutnya), dan jauh dari kemungkinan berbahaya.", "kemasan" : "Softgel Kapsul 100 mg x 30 biji.", "dosis" : "1 kapsul sehari, sampai dengan 3 kapsul sehari jika dosis tinggi dibutuhkan.", "penyajian" : "Dikonsumsi bersamaan dengan makanan", "pabrik" : "Novell Pharmaceutical Laboratories.", "id" : "11684", "category_id" : "12"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "harga": {"type": "string"}, "golongan": {"type": "string"}, "kandungan": {"type": "string"}, "indikasi": {"type": "string"}, "kontraindikasi": {"type": "string"}, "perhatian": {"type": "string"}, "efeksamping": {"type": "string"}, "indeksamanwanitahamil": {"type": "string"}, "kemasan": {"type": "string"}, "dosis": {"type": "string"}, "penyajian": {"type": "string"}, "pabrik": {"type": "string"}, "id": {"type": "string"}, "category_id": {"type": "string"}}, "required": ["name", "harga", "golongan", "kandungan", "indikasi", "kontraindikasi", "perhatian", "efeksamping", "indeksamanwanitahamil", "kemasan", "dosis", "penyajian", "pabrik", "id", "category_id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"key": {"type": "string"}, "suffix": {"type": "string"}, "positions": {"type": "array", "items": {"type": "object", "properties": {"frets": {"type": "string"}, "fingers": {"type": "string"}}, "required": ["frets", "fingers"]}}}, "required": ["key", "suffix", "positions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"key" : "E", "suffix" : "/D#", "positions" : [{"frets" : "xx1100", "fingers" : "001200"}, {"frets" : "x66454", "fingers" : "034121", "barres" : "4", "capo" : "true"}, {"frets" : "bb99cc", "fingers" : "231144", "barres" : "9", "capo" : "true"}, {"frets" : "bb999c", "fingers" : "231114", "barres" : "9", "capo" : "true"}, {"frets" : "x66x57", "fingers" : "023014"}, {"frets" : "x66997", "fingers" : "011342", "barres" : "6", "capo" : "true"}, {"frets" : "x6999x", "fingers" : "012340"}, {"frets" : "xxddcc", "fingers" : "002311", "barres" : "12", "capo" : "true"}, {"frets" : "xiighg", "fingers" : "034121", "barres" : "16", "capo" : "true"}, {"frets" : "beedxx", "fingers" : "134200"}, {"frets" : "xiillj", "fingers" : "011342", "barres" : "18", "capo" : "true"}, {"frets" : "xiixhj", "fingers" : "023014"}, {"frets" : "xilllx", "fingers" : "012340"}]}
json_instruct
{"type": "object", "properties": {"key": {"type": "string"}, "suffix": {"type": "string"}, "positions": {"type": "array", "items": {"type": "object", "properties": {"frets": {"type": "string"}, "fingers": {"type": "string"}}, "required": ["frets", "fingers"]}}}, "required": ["key", "suffix", "positions"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"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" : "TOSHI", "frequency" : 103, "males" : "15.53398058252427 %", "females" : "84.46601941747572 %"}]
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#"}
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": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 421188783, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "7e0a9a33964bcef8373f2795bc4dcb49", "wof:id" : 421188783, "wof:repo" : "whosonfirst-data-admin-hn"}, "bbox" : [-85.83333, 15.88333, -85.83333, 15.88333], "geometry" : {"coordinates" : [-85.83333, 15.88333], "type" : "Point"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[229, -21, 1858, 24, -310, -8538, 308, -165, 186, -7428, 0, 267, 182, -229, -139, 2803, -127, -12153, 426, 45, -6901, 4682, -281, -7449, 163, 7086, -941, -115, 12621, 19135, -8, 138], [9787, 9901, 1703, 9922, 10032, 2600, 9968, 9963, 9985, 5263, 9996, 9937, 9863, 10048, 9903, 5664, 9952, 642, 9881, 10018, 1105, 3236, 10041, 5221, 9877, 2153, 7673, 10032, 3273, 1495, 9976, 9826]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"Make": {"type": "string"}, "Model": {"type": "string"}, "XResolution": {"type": "integer"}, "YResolution": {"type": "integer"}, "ResolutionUnit": {"type": "integer"}, "Software": {"type": "string"}, "ModifyDate": {"type": "string"}, "YCbCrPositioning": {"type": "integer"}, "ExifOffset": {"type": "integer"}, "Compression": {"type": "integer"}, "ThumbnailOffset": {"type": "integer"}, "ThumbnailLength": {"type": "integer"}, "ExposureTime": {"type": "number"}, "FNumber": {"type": "number"}, "ISO": {"type": "integer"}, "DateTimeOriginal": {"type": "string"}, "CreateDate": {"type": "string"}, "ShutterSpeedValue": {"type": "number"}, "ApertureValue": {"type": "integer"}, "Flash": {"type": "integer"}, "ColorSpace": {"type": "integer"}, "ExifImageWidth": {"type": "integer"}, "ExifImageHeight": {"type": "integer"}, "InteropOffset": {"type": "integer"}, "ExposureMode": {"type": "integer"}, "WhiteBalance": {"type": "integer"}, "DigitalZoomRatio": {"type": "null"}, "SceneCaptureType": {"type": "integer"}, "Sharpness": {"type": "integer"}, "SubjectDistanceRange": {"type": "integer"}, "ImageUniqueID": {"type": "string"}, "InteropIndex": {"type": "string"}}, "required": ["Make", "Model", "XResolution", "YResolution", "ResolutionUnit", "Software", "ModifyDate", "YCbCrPositioning", "ExifOffset", "Compression", "ThumbnailOffset", "ThumbnailLength", "ExposureTime", "FNumber", "ISO", "DateTimeOriginal", "CreateDate", "ShutterSpeedValue", "ApertureValue", "Flash", "ColorSpace", "ExifImageWidth", "ExifImageHeight", "InteropOffset", "ExposureMode", "WhiteBalance", "DigitalZoomRatio", "SceneCaptureType", "Sharpness", "SubjectDistanceRange", "ImageUniqueID", "InteropIndex"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Make" : "KONICA ", "Model" : "KD-3100 ", "XResolution" : 72, "YResolution" : 72, "ResolutionUnit" : 2, "Software" : "1.12KD\u0000", "ModifyDate" : "2003:03:01 13:07:08", "YCbCrPositioning" : 2, "ExifOffset" : 186, "Compression" : 1, "ThumbnailOffset" : 15348, "ThumbnailLength" : 2456, "ExposureTime" : 0.5, "FNumber" : 2.88, "ISO" : 200, "DateTimeOriginal" : "2003:03:01 13:07:08", "CreateDate" : "2003:03:01 13:07:08", "ShutterSpeedValue" : 1.4, "ApertureValue" : 4, "Flash" : 16, "ColorSpace" : 1, "ExifImageWidth" : 640, "ExifImageHeight" : 480, "InteropOffset" : 528, "ExposureMode" : 0, "WhiteBalance" : 0, "DigitalZoomRatio" : null, "SceneCaptureType" : 0, "Sharpness" : 0, "SubjectDistanceRange" : 2, "ImageUniqueID" : "00000000000000000000000000000605", "InteropIndex" : "R98"}
json_instruct
{"type": "object", "properties": {"Make": {"type": "string"}, "Model": {"type": "string"}, "XResolution": {"type": "integer"}, "YResolution": {"type": "integer"}, "ResolutionUnit": {"type": "integer"}, "Software": {"type": "string"}, "ModifyDate": {"type": "string"}, "YCbCrPositioning": {"type": "integer"}, "ExifOffset": {"type": "integer"}, "Compression": {"type": "integer"}, "ThumbnailOffset": {"type": "integer"}, "ThumbnailLength": {"type": "integer"}, "ExposureTime": {"type": "number"}, "FNumber": {"type": "number"}, "ISO": {"type": "integer"}, "DateTimeOriginal": {"type": "string"}, "CreateDate": {"type": "string"}, "ShutterSpeedValue": {"type": "number"}, "ApertureValue": {"type": "integer"}, "Flash": {"type": "integer"}, "ColorSpace": {"type": "integer"}, "ExifImageWidth": {"type": "integer"}, "ExifImageHeight": {"type": "integer"}, "InteropOffset": {"type": "integer"}, "ExposureMode": {"type": "integer"}, "WhiteBalance": {"type": "integer"}, "DigitalZoomRatio": {"type": "null"}, "SceneCaptureType": {"type": "integer"}, "Sharpness": {"type": "integer"}, "SubjectDistanceRange": {"type": "integer"}, "ImageUniqueID": {"type": "string"}, "InteropIndex": {"type": "string"}}, "required": ["Make", "Model", "XResolution", "YResolution", "ResolutionUnit", "Software", "ModifyDate", "YCbCrPositioning", "ExifOffset", "Compression", "ThumbnailOffset", "ThumbnailLength", "ExposureTime", "FNumber", "ISO", "DateTimeOriginal", "CreateDate", "ShutterSpeedValue", "ApertureValue", "Flash", "ColorSpace", "ExifImageWidth", "ExifImageHeight", "InteropOffset", "ExposureMode", "WhiteBalance", "DigitalZoomRatio", "SceneCaptureType", "Sharpness", "SubjectDistanceRange", "ImageUniqueID", "InteropIndex"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"subreddit": {"type": "string"}, "hour": {"type": "string"}, "avg": {"type": "number"}}, "required": ["subreddit", "hour", "avg"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"subreddit" : "glasgow", "hour" : "01", "avg" : 17.0}, {"subreddit" : "glasgow", "hour" : "02", "avg" : 1.5}, {"subreddit" : "glasgow", "hour" : "03", "avg" : 62.666666666666664}, {"subreddit" : "glasgow", "hour" : "04", "avg" : 1.0}, {"subreddit" : "glasgow", "hour" : "05", "avg" : 5.083333333333333}, {"subreddit" : "glasgow", "hour" : "06", "avg" : 9.857142857142858}, {"subreddit" : "glasgow", "hour" : "07", "avg" : 31.9}, {"subreddit" : "glasgow", "hour" : "08", "avg" : 36.4375}, {"subreddit" : "glasgow", "hour" : "09", "avg" : 13.055555555555555}, {"subreddit" : "glasgow", "hour" : "10", "avg" : 35.333333333333336}, {"subreddit" : "glasgow", "hour" : "11", "avg" : 28.181818181818183}, {"subreddit" : "glasgow", "hour" : "12", "avg" : 46.8}, {"subreddit" : "glasgow", "hour" : "13", "avg" : 41.964285714285715}, {"subreddit" : "glasgow", "hour" : "14", "avg" : 22.774193548387096}, {"subreddit" : "glasgow", "hour" : "15", "avg" : 31.107142857142858}, {"subreddit" : "glasgow", "hour" : "16", "avg" : 51.42307692307692}, {"subreddit" : "glasgow", "hour" : "17", "avg" : 6.185185185185185}, {"subreddit" : "glasgow", "hour" : "18", "avg" : 27.16}, {"subreddit" : "glasgow", "hour" : "19", "avg" : 24.857142857142858}, {"subreddit" : "glasgow", "hour" : "20", "avg" : 16.17241379310345}, {"subreddit" : "glasgow", "hour" : "21", "avg" : 24.2}, {"subreddit" : "glasgow", "hour" : "22", "avg" : 30.9}, {"subreddit" : "glasgow", "hour" : "23", "avg" : 25.5}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"subreddit": {"type": "string"}, "hour": {"type": "string"}, "avg": {"type": "number"}}, "required": ["subreddit", "hour", "avg"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ast" : null, "code" : "import { formatMuiErrorMessage as _formatMuiErrorMessage } from \"@material-ui/utils\";\nexport default function makeStyles() {\n throw new Error(process.env.NODE_ENV !== \"production\" ? `Material-UI: makeStyles is not longer exported from @material-ui/core/styles.\nYou have to import it from @material-ui/styles.\nSee https://material-ui.com/r/migration-v4/#material-ui-core-styles for more details.` : _formatMuiErrorMessage(14));\n}", "map" : {"version" : 3, "sources" : ["/home/rao/Desktop/material-kit-react-main/node_modules/@material-ui/core/styles/makeStyles.js"], "names" : ["formatMuiErrorMessage", "_formatMuiErrorMessage", "makeStyles", "Error", "process", "env", "NODE_ENV"], "mappings" : "AAAA,SAASA,qBAAqB,IAAIC,sBAAlC,QAAgE,oBAAhE;AACA,eAAe,SAASC,UAAT,GAAsB;AACnC,QAAM,IAAIC,KAAJ,CAAUC,OAAO,CAACC,GAAR,CAAYC,QAAZ,KAAyB,YAAzB,GAAyC;AAC3D;AACA,sFAFkB,GAEuEL,sBAAsB,CAAC,EAAD,CAFvG,CAAN;AAGD", "sourcesContent" : ["import { formatMuiErrorMessage as _formatMuiErrorMessage } from \"@material-ui/utils\";\nexport default function makeStyles() {\n throw new Error(process.env.NODE_ENV !== \"production\" ? `Material-UI: makeStyles is not longer exported from @material-ui/core/styles.\nYou have to import it from @material-ui/styles.\nSee https://material-ui.com/r/migration-v4/#material-ui-core-styles for more details.` : _formatMuiErrorMessage(14));\n}"]}, "metadata" : {}, "sourceType" : "module"}
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"manufacturer" : "Jooyon", "market_name" : "J210A", "codename" : "J210A", "model" : "J210A"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_date": {"type": "string"}, "topics": {"type": "array", "items": {"type": "string"}}, "program": {"type": "array", "items": {"type": "string"}}, "projects": {"type": "null"}, "working_groups": {"type": "null"}, "abstract": {"type": "string"}, "acknowledgement": {"type": "string"}}, "required": ["id", "citation_title", "citation_author", "citation_publication_date", "issue_date", "revision_date", "topics", "program", "projects", "working_groups", "abstract", "acknowledgement"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 10854, "citation_title" : "Economic Growth and the Environment: A Review of Theory and Empirics", "citation_author" : ["William A. Brock", "M. Scott Taylor"], "citation_publication_date" : "2004-10-25", "issue_date" : "2004-10-25", "revision_date" : "None", "topics" : ["International Economics", "Trade", "Environmental and Resource Economics", "Renewable Resources"], "program" : ["Economic Fluctuations and Growth", "Environment and Energy Economics"], "projects" : null, "working_groups" : null, "abstract" : "\n\nThis paper reviews both theory and empirical work on economic growth and the environment. We develop four simple growth models to help us identify key features generating sustainable growth. We show how some combination of technological progress in abatement, intensified abatement, shifts in the composition of national output and induced innovation are necessary for sustainable growth, and then demonstrate how growth models employing any one of these mechanisms generate other potentially refutable predictions on abatement costs, pollution levels, or emission intensities.\n\n", "acknowledgement" : "\n"}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_date": {"type": "string"}, "topics": {"type": "array", "items": {"type": "string"}}, "program": {"type": "array", "items": {"type": "string"}}, "projects": {"type": "null"}, "working_groups": {"type": "null"}, "abstract": {"type": "string"}, "acknowledgement": {"type": "string"}}, "required": ["id", "citation_title", "citation_author", "citation_publication_date", "issue_date", "revision_date", "topics", "program", "projects", "working_groups", "abstract", "acknowledgement"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ast" : null, "code" : "var __jsx = React.createElement;\nimport * as React from 'react';\nimport createSvgIcon from \"./utils/createSvgIcon\";\nexport default createSvgIcon(__jsx(\"path\", {\n d: \"M4.2 17.78l5.3-5.3 3.25 3.25c.41.41 1.07.39 1.45-.04l7.17-8.07c.35-.39.33-.99-.04-1.37-.4-.4-1.07-.39-1.45.04l-6.39 7.18-3.29-3.29a.9959.9959 0 00-1.41 0l-6.09 6.1c-.39.39-.39 1.02 0 1.41l.09.09c.39.39 1.03.39 1.41 0z\"\n}), 'ShowChartRounded');", "map" : null, "metadata" : {}, "sourceType" : "module"}
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "cosmetic_changes-append": {"type": "string"}, "cosmetic_changes-standalone": {"type": "string"}}, "required": ["@metadata", "cosmetic_changes-append", "cosmetic_changes-standalone"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"@metadata" : {"authors" : ["NoiX180"]}, "cosmetic_changes-append" : "; panggant\u00e8n kosm\u00e8tik", "cosmetic_changes-standalone" : "Bot: Panggant\u00e8n kosm\u00e8tik"}
json_instruct
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "cosmetic_changes-append": {"type": "string"}, "cosmetic_changes-standalone": {"type": "string"}}, "required": ["@metadata", "cosmetic_changes-append", "cosmetic_changes-standalone"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"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" : "\u30eb\u30eb\u30a2\u3000\u4e59\u5973\u89e3\u5256", "author" : "omankotarou", "description" : "\u30eb\u30eb\u30a2undefined\u4e59\u5973\u89e3\u5256", "thumb" : "//i.iwara.tv/sites/default/files/styles/thumbnail/public/videos/thumbnails/1403957/thumbnail-1403957_0008.jpg?itok=bQw4m1aS", "download" : "https://www.iwara.tv/api/video/mo0wwc6wkh8l0mqj", "origin" : "https://www.iwara.tv/videos/mo0wwc6wkh8l0mqj"}
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#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"Bio": {"type": "string"}, "Country": {"type": "string"}, "Director": {"type": "array", "items": {"type": "string"}}, "Genres": {"type": "array", "items": {"type": "string"}}, "Language": {"type": "array", "items": {"type": "string"}}, "Name": {"type": "string"}, "Poster URL": {"type": "string"}, "Runtime": {"type": "string"}}, "required": ["Bio", "Country", "Director", "Genres", "Language", "Name", "Poster URL", "Runtime"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Bio" : "An aimless, jobless, irresponsible grown man joins the army and matures into a battlefield hero.", "Country" : "India", "Director" : ["Farhan Akhtar"], "Genres" : [" Action", " Drama", " Romance", " War"], "Language" : ["Hindi", "English"], "Name" : "Lakshya", "Poster URL" : "https://m.media-amazon.com/images/M/MV5BY2Y0NjY5ZTctZWMzNC00MDQ4LTkyMWUtOGZkMzk4NWNhYWI5XkEyXkFqcGdeQXVyODE5NzE3OTE@._V1_UY268_CR2,0,182,268_AL__QL50.jpg", "Runtime" : "186 min"}
json_instruct
{"type": "object", "properties": {"Bio": {"type": "string"}, "Country": {"type": "string"}, "Director": {"type": "array", "items": {"type": "string"}}, "Genres": {"type": "array", "items": {"type": "string"}}, "Language": {"type": "array", "items": {"type": "string"}}, "Name": {"type": "string"}, "Poster URL": {"type": "string"}, "Runtime": {"type": "string"}}, "required": ["Bio", "Country", "Director", "Genres", "Language", "Name", "Poster URL", "Runtime"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"issuer_ca_id": {"type": "integer"}, "issuer_name": {"type": "string"}, "name_value": {"type": "string"}, "min_cert_id": {"type": "integer"}, "min_entry_timestamp": {"type": "string"}, "not_before": {"type": "string"}, "not_after": {"type": "string"}}, "required": ["issuer_ca_id", "issuer_name", "name_value", "min_cert_id", "min_entry_timestamp", "not_before", "not_after"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"issuer_ca_id" : 16418, "issuer_name" : "C=US, O=Let's Encrypt, CN=Let's Encrypt Authority X3", "name_value" : "gnhc.gov.bt", "min_cert_id" : 975161690, "min_entry_timestamp" : "2018-11-25T12:53:15.204", "not_before" : "2018-11-25T11:53:15", "not_after" : "2019-02-23T11:53:15"}
json_instruct
{"type": "object", "properties": {"issuer_ca_id": {"type": "integer"}, "issuer_name": {"type": "string"}, "name_value": {"type": "string"}, "min_cert_id": {"type": "integer"}, "min_entry_timestamp": {"type": "string"}, "not_before": {"type": "string"}, "not_after": {"type": "string"}}, "required": ["issuer_ca_id", "issuer_name", "name_value", "min_cert_id", "min_entry_timestamp", "not_before", "not_after"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about": {"type": "null"}, "license": {"type": "null"}}, "required": ["id", "name", "email", "paypal_email", "homepage", "about", "license"]}, "updated": {"type": "string"}, "weekly_install_count": {"type": "integer"}, "total_install_count": {"type": "integer"}, "rating": {"type": "null"}, "after_screenshot_name": {"type": "string"}, "obsoleting_style_id": {"type": "null"}, "obsoleting_style_name": {"type": "null"}, "obsolete": {"type": "integer"}, "admin_delete_reason_id": {"type": "null"}, "obsoletion_message": {"type": "null"}, "screenshots": {"type": "null"}, "license": {"type": "string"}, "created": {"type": "string"}, "category": {"type": "string"}, "raw_subcategory": {"type": "string"}, "subcategory": {"type": "string"}, "additional_info": {"type": "null"}, "style_tags": {"type": "array", "items": {}}, "css": {"type": "string"}, "discussions": {"type": "array", "items": {}}, "discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}, "userjs_url": {"type": "string"}, "style_settings": {"type": "array", "items": {}}}, "required": ["id", "name", "description", "user", "updated", "weekly_install_count", "total_install_count", "rating", "after_screenshot_name", "obsoleting_style_id", "obsoleting_style_name", "obsolete", "admin_delete_reason_id", "obsoletion_message", "screenshots", "license", "created", "category", "raw_subcategory", "subcategory", "additional_info", "style_tags", "css", "discussions", "discussionsCount", "commentsCount", "userjs_url", "style_settings"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 167949, "name" : "Remove Recommended Videos", "description" : "Get your time back from youtube!\r\n\r\nWant to use youtube but not get distracted by it's recommendations? This style removes the home page recommended videos as well as the recommended list on the sidebar. \r\n\r\nYour only way of accessing videos are your subscriptions and the search bar.", "user" : {"id" : 766440, "name" : "devonhg", "email" : "redacted", "paypal_email" : null, "homepage" : null, "about" : null, "license" : null}, "updated" : "2019-01-18T17:56:14.000Z", "weekly_install_count" : 0, "total_install_count" : 220, "rating" : null, "after_screenshot_name" : "https://userstyles.org/style_screenshots/167949_after.png?r=1617869238", "obsoleting_style_id" : null, "obsoleting_style_name" : null, "obsolete" : 0, "admin_delete_reason_id" : null, "obsoletion_message" : null, "screenshots" : null, "license" : "publicdomain", "created" : "2019-01-18T17:56:14.000Z", "category" : "site", "raw_subcategory" : "youtube", "subcategory" : "youtube", "additional_info" : null, "style_tags" : [], "css" : "@-moz-document url(\"https://www.youtube.com/\") {\r\n#page-manager {\r\n display:none !important;\r\n}\r\n}\r\n\r\n@-moz-document url-prefix(\"https://www.youtube.com/\") {\r\n#related{\r\n display: none !important; \r\n}\r\n\r\n\r\n}", "discussions" : [], "discussionsCount" : 0, "commentsCount" : 0, "userjs_url" : "/styles/userjs/167949/remove-recommended-videos.user.js", "style_settings" : []}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about": {"type": "null"}, "license": {"type": "null"}}, "required": ["id", "name", "email", "paypal_email", "homepage", "about", "license"]}, "updated": {"type": "string"}, "weekly_install_count": {"type": "integer"}, "total_install_count": {"type": "integer"}, "rating": {"type": "null"}, "after_screenshot_name": {"type": "string"}, "obsoleting_style_id": {"type": "null"}, "obsoleting_style_name": {"type": "null"}, "obsolete": {"type": "integer"}, "admin_delete_reason_id": {"type": "null"}, "obsoletion_message": {"type": "null"}, "screenshots": {"type": "null"}, "license": {"type": "string"}, "created": {"type": "string"}, "category": {"type": "string"}, "raw_subcategory": {"type": "string"}, "subcategory": {"type": "string"}, "additional_info": {"type": "null"}, "style_tags": {"type": "array", "items": {}}, "css": {"type": "string"}, "discussions": {"type": "array", "items": {}}, "discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}, "userjs_url": {"type": "string"}, "style_settings": {"type": "array", "items": {}}}, "required": ["id", "name", "description", "user", "updated", "weekly_install_count", "total_install_count", "rating", "after_screenshot_name", "obsoleting_style_id", "obsoleting_style_name", "obsolete", "admin_delete_reason_id", "obsoletion_message", "screenshots", "license", "created", "category", "raw_subcategory", "subcategory", "additional_info", "style_tags", "css", "discussions", "discussionsCount", "commentsCount", "userjs_url", "style_settings"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, "translation": {"type": "array", "items": {"type": "string"}}, "errorCode": {"type": "string"}, "dict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "webdict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "basic": {"type": "object", "properties": {"us-phonetic": {"type": "string"}, "phonetic": {"type": "string"}, "uk-phonetic": {"type": "string"}, "explains": {"type": "array", "items": {"type": "string"}}}, "required": ["us-phonetic", "phonetic", "uk-phonetic", "explains"]}, "l": {"type": "string"}}, "required": ["web", "query", "translation", "errorCode", "dict", "webdict", "basic", "l"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"web" : [{"value" : ["\u4e0d\u80fd\u5b89\u629a\u7684", "\u4e0d\u7f13\u548c\u7684", "\u4e0d\u53ef\u8c03\u548c"], "key" : "implacable"}, {"value" : ["\u4e0d\u4f4f\u8ffd\u5bfb"], "key" : "implacable pursuer"}, {"value" : ["\u96be\u4ee5\u5b89\u6170\u7684"], "key" : "C implacable"}], "query" : "implacable", "translation" : ["\u65e0\u60c5\u7684"], "errorCode" : "0", "dict" : {"url" : "yddict://m.youdao.com/dict?le=eng&q=implacable"}, "webdict" : {"url" : "http://m.youdao.com/dict?le=eng&q=implacable"}, "basic" : {"us-phonetic" : "\u026am'pl\u00e6k\u0259bl", "phonetic" : "\u026am'pl\u00e6k\u0259b(\u0259)l", "uk-phonetic" : "\u026am'pl\u00e6k\u0259b(\u0259)l", "explains" : ["adj. \u4e0d\u80fd\u5b89\u629a\u7684\uff1b\u96be\u548c\u89e3\u7684\uff1b\u4e0d\u80fd\u7f13\u548c\u7684"]}, "l" : "EN2zh-CHS"}
json_instruct
{"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, "translation": {"type": "array", "items": {"type": "string"}}, "errorCode": {"type": "string"}, "dict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "webdict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "basic": {"type": "object", "properties": {"us-phonetic": {"type": "string"}, "phonetic": {"type": "string"}, "uk-phonetic": {"type": "string"}, "explains": {"type": "array", "items": {"type": "string"}}}, "required": ["us-phonetic", "phonetic", "uk-phonetic", "explains"]}, "l": {"type": "string"}}, "required": ["web", "query", "translation", "errorCode", "dict", "webdict", "basic", "l"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"header": {"type": "string"}, "headerText": {"type": "string"}}, "required": ["header", "headerText"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"header" : "# \u6392\u7248", "headerText" : "\u5e94\u7528\u7a0b\u5e8f\u7684\u6392\u7248\u4e0e\u5176\u529f\u80fd\u4e00\u6837\u91cd\u8981\u3002Vuetify.js\u4f7f\u7528Material Design\u89c4\u8303Roboto\u5b57\u4f53\u3002\u6bcf\u4e2a\u6807\u9898\u5927\u5c0f\u4e5f\u6709\u4e00\u4e2a\u76f8\u5e94\u7684\u8f85\u52a9\u5668\u7c7b\u6765\u8bbe\u7f6e\u5176\u5b83\u5143\u7d20\u7684\u6837\u5f0f\u3002"}
json_instruct
{"type": "object", "properties": {"header": {"type": "string"}, "headerText": {"type": "string"}}, "required": ["header", "headerText"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "normalizedVertices": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}, "score": {"type": "number"}}, "required": ["label", "normalizedVertices", "score"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"label" : "Bottle", "normalizedVertices" : [{"x" : 0.6623602, "y" : 0.14787826}, {"x" : 0.83101445, "y" : 0.14787826}, {"x" : 0.83101445, "y" : 0.38824558}, {"x" : 0.6623602, "y" : 0.38824558}], "score" : 0.6794197}, {"label" : "Animal", "normalizedVertices" : [{"x" : 0.2016132, "y" : 0.3690083}, {"x" : 0.48259726, "y" : 0.3690083}, {"x" : 0.48259726, "y" : 0.53184617}, {"x" : 0.2016132, "y" : 0.53184617}], "score" : 0.61117387}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "normalizedVertices": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}, "score": {"type": "number"}}, "required": ["label", "normalizedVertices", "score"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"fabric.js": {"type": "string"}, "fabric.min.js": {"type": "string"}}, "required": ["fabric.js", "fabric.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"fabric.js" : "sha256-3vtmXKwu1TRkt8CADC5G7EwNN8OnprM6jYjA+NYFleY=", "fabric.min.js" : "sha256-HByGoFqilPQrblw+0OmwSrl9LUBtFLhRUfutmsCgMI4="}
json_instruct
{"type": "object", "properties": {"fabric.js": {"type": "string"}, "fabric.min.js": {"type": "string"}}, "required": ["fabric.js", "fabric.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "5321030001", "nama" : "TAABA"}, {"id" : "5321030002", "nama" : "LEUNKLOT"}, {"id" : "5321030003", "nama" : "UMALAWAIN"}, {"id" : "5321030004", "nama" : "BONETASEA"}, {"id" : "5321030005", "nama" : "HAUKLARAN"}, {"id" : "5321030006", "nama" : "LAKULO"}, {"id" : "5321030007", "nama" : "KLESELEON"}, {"id" : "5321030008", "nama" : "LALETEN"}, {"id" : "5321030009", "nama" : "WESEY"}, {"id" : "5321030010", "nama" : "HAITIMUK"}, {"id" : "5321030011", "nama" : "ANGKAES"}, {"id" : "5321030012", "nama" : "WEDEROK"}, {"id" : "5321030013", "nama" : "LAMUDUR"}, {"id" : "5321030014", "nama" : "FOREKMODOK"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"js/imgLiquid-min.js": {"type": "string"}, "js/imgLiquid.js": {"type": "string"}}, "required": ["js/imgLiquid-min.js", "js/imgLiquid.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"js/imgLiquid-min.js" : "sha256-zqBlh5ykoWSbrbYeT3wg0ehX5k+cgNKJdISNfvhjDf0=", "js/imgLiquid.js" : "sha256-Ns2d0zQKELYPk+ATPdpQHJneenxaAKVPwnsULh7KEAw="}
json_instruct
{"type": "object", "properties": {"js/imgLiquid-min.js": {"type": "string"}, "js/imgLiquid.js": {"type": "string"}}, "required": ["js/imgLiquid-min.js", "js/imgLiquid.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"activities_easter": {"type": "array", "items": {}}, "activities_epiphany": {"type": "array", "items": {}}, "activities_michaelmas": {"type": "array", "items": {}}, "code": {"type": "string"}, "title": {"type": "string"}}, "required": ["activities_easter", "activities_epiphany", "activities_michaelmas", "code", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"activities_easter" : [], "activities_epiphany" : [], "activities_michaelmas" : [], "code" : "HIST2541", "title" : "Elders, Despots, Modernisers: Reimagining the State in Northeast Africa"}
json_instruct
{"type": "object", "properties": {"activities_easter": {"type": "array", "items": {}}, "activities_epiphany": {"type": "array", "items": {}}, "activities_michaelmas": {"type": "array", "items": {}}, "code": {"type": "string"}, "title": {"type": "string"}}, "required": ["activities_easter", "activities_epiphany", "activities_michaelmas", "code", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"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" : 10789, "cartId" : "10997cb6-d618-4b3f-b2f1-bf39fc0652a6", "preferredProducts" : [4979, 2300], "productReviews" : [{"productId" : 2099, "reviewText" : "I tried to nail it but got strawberry all over it.", "reviewDate" : "2017-07-30T05:51:01.9909465+03:00"}, {"productId" : 4481, "reviewText" : "My neighbor Frona has one of these. She works as a gambler and she says it looks bearded.", "reviewDate" : "2016-08-24T22:16:46.3612463+03:00"}]}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"0-17": {"type": "string"}, "18-44": {"type": "string"}, "45-64": {"type": "string"}, "65-74": {"type": "string"}, "75+": {"type": "string"}}, "required": ["0-17", "18-44", "45-64", "65-74", "75+"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"0-17" : "10", "18-44" : "646", "45-64" : "3700", "65-74" : "4111", "75+" : "8002"}
json_instruct
{"type": "object", "properties": {"0-17": {"type": "string"}, "18-44": {"type": "string"}, "45-64": {"type": "string"}, "65-74": {"type": "string"}, "75+": {"type": "string"}}, "required": ["0-17", "18-44", "45-64", "65-74", "75+"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {}, "required": []}, "hashing_algorithm": {"type": "null"}, "categories": {"type": "array", "items": {}}, "description": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country_origin": {"type": "string"}, "genesis_date": {"type": "null"}, "url": {"type": "string"}, "explorers": {"type": "array", "items": {}}, "twitter": {"type": "string"}, "telegram": {"type": "string"}}, "required": ["id", "symbol", "name", "platforms", "hashing_algorithm", "categories", "description", "country_origin", "genesis_date", "url", "explorers", "twitter", "telegram"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "bitcoin-hot", "symbol" : "bth", "name" : "Bitcoin Hot", "platforms" : {}, "hashing_algorithm" : null, "categories" : [], "description" : {"en" : "Bitcoin Hot is a fork of Bitcoin blockchain at block height 498848 with a new PoW algorithm, which is an upgraded systems with large block size, quicker block interval and larger supply. Bitcoin Hot miners will begin creating blocks in the new block chain system with the original bitcoin blockchain system unaffected. Bitcoin Hot new chain will distribute bitcoin hot to all current bitcoin owners with a scale of 100:1."}, "country_origin" : "", "genesis_date" : null, "url" : "https://www.bithot.org/", "explorers" : [], "twitter" : "Bitcoinhotf", "telegram" : "BitcoinHotFoundation"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {}, "required": []}, "hashing_algorithm": {"type": "null"}, "categories": {"type": "array", "items": {}}, "description": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country_origin": {"type": "string"}, "genesis_date": {"type": "null"}, "url": {"type": "string"}, "explorers": {"type": "array", "items": {}}, "twitter": {"type": "string"}, "telegram": {"type": "string"}}, "required": ["id", "symbol", "name", "platforms", "hashing_algorithm", "categories", "description", "country_origin", "genesis_date", "url", "explorers", "twitter", "telegram"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"task": {"type": "string"}, "mtnet_reg": {"type": "object", "properties": {"rmse_mean": {"type": "number"}, "rmse_std": {"type": "number"}, "nll_mean": {"type": "number"}, "nll_std": {"type": "number"}}, "required": ["rmse_mean", "rmse_std", "nll_mean", "nll_std"]}}, "required": ["task", "mtnet_reg"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"task" : "kin8nm", "mtnet_reg" : {"rmse_mean" : 0.08189458357003056, "rmse_std" : 0.0006910369568113152, "nll_mean" : -1.188483015389394, "nll_std" : 0.006822525191299576}}
json_instruct
{"type": "object", "properties": {"task": {"type": "string"}, "mtnet_reg": {"type": "object", "properties": {"rmse_mean": {"type": "number"}, "rmse_std": {"type": "number"}, "nll_mean": {"type": "number"}, "nll_std": {"type": "number"}}, "required": ["rmse_mean", "rmse_std", "nll_mean", "nll_std"]}}, "required": ["task", "mtnet_reg"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "null"}, "identifiers": {"type": "object", "properties": {"wmo": {"type": "string"}}, "required": ["wmo"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "91486", "name" : {"en" : "Fanning Island / Tereitaki Village"}, "country" : "KI", "region" : null, "identifiers" : {"wmo" : "91486"}, "location" : {"latitude" : 3.9333, "longitude" : -159.3167, "elevation" : 2}, "timezone" : "Pacific/Kiritimati"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "null"}, "identifiers": {"type": "object", "properties": {"wmo": {"type": "string"}}, "required": ["wmo"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone"], "$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" : [[[-74.039766, 40.769189], [-74.036014, 40.771699], [-74.03316, 40.770269], [-74.033612, 40.769722], [-74.032885, 40.769365], [-74.035035, 40.766116], [-74.040562, 40.768671], [-74.039766, 40.769189]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 39130}}]}
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#"}
Create an example JSON object that satisfies this schema: {"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" : "Mabini, Llanera, Nueva Ecija, Central Luzon (Region III), PH", "locale" : "ph.central-luzon-region-iii.nueva-ecija.llanera.mabini", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "6", "region_reference" : "3", "region_name" : "Central Luzon (Region III)", "province_id" : "55", "province_reference" : "55", "province_name" : "Nueva Ecija", "city_id" : "704", "city_reference" : "1133", "city_name" : "Llanera", "barangay_id" : "19727", "barangay_reference" : "29727", "barangay_name" : "Mabini"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[120.996567, 15.65151], [121.012604, 15.64891], [121.014214, 15.64332], [121.015488, 15.63853], [121.01683, 15.63032], [121.012604, 15.63093], [121.007172, 15.6324], [121.001381, 15.6336], [120.999947, 15.64053], [120.99749, 15.64677], [120.996567, 15.65151]]]]}}
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": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1911, 5], [1983, 6], [1985, 5], [1986, 7], [1988, 9], [1989, 5], [1993, 6], [1994, 9], [1995, 10], [1996, 9], [1998, 5], [2000, 12], [2001, 6], [2002, 6], [2003, 6], [2004, 36], [2005, 10], [2006, 8], [2007, 9], [2008, 12], [2009, 5], [2010, 5]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"JavaScript": {"type": "integer"}, "HTML": {"type": "integer"}, "Shell": {"type": "integer"}}, "required": ["JavaScript", "HTML", "Shell"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"JavaScript" : 372460, "HTML" : 8899, "Shell" : 2772}
json_instruct
{"type": "object", "properties": {"JavaScript": {"type": "integer"}, "HTML": {"type": "integer"}, "Shell": {"type": "integer"}}, "required": ["JavaScript", "HTML", "Shell"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"out": {"type": "array", "items": {"type": "string"}}}, "required": ["out"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"out" : ["/lib/python3.8/site-packages/certifi/__init__.py", "/lib/python3.8/site-packages/certifi/__main__.py", "/lib/python3.8/site-packages/certifi/__pycache__/__init__.cpython-38.pyc", "/lib/python3.8/site-packages/certifi/__pycache__/__main__.cpython-38.pyc", "/lib/python3.8/site-packages/certifi/__pycache__/core.cpython-38.pyc", "/lib/python3.8/site-packages/certifi/cacert.pem", "/lib/python3.8/site-packages/certifi/core.py", "/lib/python3.8/site-packages/certifi-2021.10.8.dist-info/INSTALLER", "/lib/python3.8/site-packages/certifi-2021.10.8.dist-info/LICENSE", "/lib/python3.8/site-packages/certifi-2021.10.8.dist-info/METADATA", "/lib/python3.8/site-packages/certifi-2021.10.8.dist-info/RECORD", "/lib/python3.8/site-packages/certifi-2021.10.8.dist-info/REQUESTED", "/lib/python3.8/site-packages/certifi-2021.10.8.dist-info/WHEEL", "/lib/python3.8/site-packages/certifi-2021.10.8.dist-info/direct_url.json", "/lib/python3.8/site-packages/certifi-2021.10.8.dist-info/top_level.txt", "/nix-support/propagated-build-inputs"]}
json_instruct
{"type": "object", "properties": {"out": {"type": "array", "items": {"type": "string"}}}, "required": ["out"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "assorteddiscoveries:block/twisted_blackstone_slab"}
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": {"start": {"type": "string"}}, "required": ["start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"react": {"type": "string"}, "react-dom": {"type": "string"}}, "required": ["react", "react-dom"]}, "devDependencies": {"type": "object", "properties": {"babel-core": {"type": "string"}, "babel-loader": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "babel-preset-react": {"type": "string"}, "webpack": {"type": "string"}, "webpack-dev-server": {"type": "string"}}, "required": ["babel-core", "babel-loader", "babel-preset-es2015", "babel-preset-react", "webpack", "webpack-dev-server"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "active-query-builder-react-example", "version" : "1.0.0", "description" : "how to use query-builder with react", "main" : "index.js", "scripts" : {"start" : "node node_modules\\webpack-dev-server\\bin\\webpack-dev-server.js"}, "author" : "Active Database Software", "license" : "ISC", "dependencies" : {"react" : "^16.2.0", "react-dom" : "^16.2.0"}, "devDependencies" : {"babel-core" : "^6.26.0", "babel-loader" : "^7.1.2", "babel-preset-es2015" : "^6.24.1", "babel-preset-react" : "^6.24.1", "webpack" : "^3.11.0", "webpack-dev-server" : "^2.11.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"react": {"type": "string"}, "react-dom": {"type": "string"}}, "required": ["react", "react-dom"]}, "devDependencies": {"type": "object", "properties": {"babel-core": {"type": "string"}, "babel-loader": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "babel-preset-react": {"type": "string"}, "webpack": {"type": "string"}, "webpack-dev-server": {"type": "string"}}, "required": ["babel-core", "babel-loader", "babel-preset-es2015", "babel-preset-react", "webpack", "webpack-dev-server"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"created_at": {"type": "integer"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "updated_at": {"type": "integer"}, "uuid": {"type": "string"}}, "required": ["created_at", "tags", "title", "updated_at", "uuid"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"created_at" : 1510586670, "tags" : [], "title" : "MongoDB\u6982\u5ff5", "updated_at" : 1510591590, "uuid" : "563E0803-A176-4BED-8BEF-A901449A4271"}
json_instruct
{"type": "object", "properties": {"created_at": {"type": "integer"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "updated_at": {"type": "integer"}, "uuid": {"type": "string"}}, "required": ["created_at", "tags", "title", "updated_at", "uuid"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"objects": {"type": "object", "properties": {"vectile": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"id": {"type": "integer"}, "nazev": {"type": "string"}}, "required": ["id", "nazev"]}, "clipped": {"type": "boolean"}, "id": {"type": "string"}}, "required": ["arcs", "type", "properties", "clipped", "id"]}}}, "required": ["type", "geometries"]}}, "required": ["vectile"]}, "type": {"type": "string"}, "transform": {"type": "object", "properties": {"translate": {"type": "array", "items": {"type": "number"}}, "scale": {"type": "array", "items": {"type": "number"}}}, "required": ["translate", "scale"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}}, "required": ["objects", "type", "transform", "arcs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"objects" : {"vectile" : {"type" : "GeometryCollection", "geometries" : [{"arcs" : [[0]], "type" : "Polygon", "properties" : {"id" : 42, "nazev" : "Hradec Kr\ufffdlov\ufffd"}, "clipped" : true, "id" : "702f2fa0b7"}, {"arcs" : [[1]], "type" : "Polygon", "properties" : {"id" : 48, "nazev" : "Pardubice"}, "clipped" : true, "id" : "4cbbcee633"}]}}, "type" : "Topology", "transform" : {"translate" : [15.732421874999984, 50.1205780979601], "scale" : [4.291534423829513e-05, 2.7508108108115215e-05]}, "arcs" : [[[236, 1024], [-42, -200], [-34, -65], [-104, -6], [-7, -75], [-49, 51], [0, 295], [236, 0]], [[0, 729], [49, -51], [7, 75], [104, 6], [34, 65], [42, 200], [788, 0], [0, -1024], [-1024, 0], [0, 729]]]}
json_instruct
{"type": "object", "properties": {"objects": {"type": "object", "properties": {"vectile": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"id": {"type": "integer"}, "nazev": {"type": "string"}}, "required": ["id", "nazev"]}, "clipped": {"type": "boolean"}, "id": {"type": "string"}}, "required": ["arcs", "type", "properties", "clipped", "id"]}}}, "required": ["type", "geometries"]}}, "required": ["vectile"]}, "type": {"type": "string"}, "transform": {"type": "object", "properties": {"translate": {"type": "array", "items": {"type": "number"}}, "scale": {"type": "array", "items": {"type": "number"}}}, "required": ["translate", "scale"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}}, "required": ["objects", "type", "transform", "arcs"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"R": {"type": "object", "properties": {"res_id": {"type": "integer"}}, "required": ["res_id"]}, "apikey": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "url": {"type": "string"}, "location": {"type": "object", "properties": {"address": {"type": "string"}, "locality": {"type": "string"}, "city": {"type": "string"}, "city_id": {"type": "integer"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "zipcode": {"type": "string"}, "country_id": {"type": "integer"}, "locality_verbose": {"type": "string"}}, "required": ["address", "locality", "city", "city_id", "latitude", "longitude", "zipcode", "country_id", "locality_verbose"]}, "switch_to_order_menu": {"type": "integer"}, "cuisines": {"type": "string"}, "average_cost_for_two": {"type": "integer"}, "price_range": {"type": "integer"}, "currency": {"type": "string"}, "offers": {"type": "array", "items": {}}, "thumb": {"type": "string"}, "user_rating": {"type": "object", "properties": {"aggregate_rating": {"type": "integer"}, "rating_text": {"type": "string"}, "rating_color": {"type": "string"}, "votes": {"type": "integer"}}, "required": ["aggregate_rating", "rating_text", "rating_color", "votes"]}, "photos_url": {"type": "string"}, "menu_url": {"type": "string"}, "featured_image": {"type": "string"}, "has_online_delivery": {"type": "integer"}, "is_delivering_now": {"type": "integer"}, "deeplink": {"type": "string"}, "has_table_booking": {"type": "integer"}, "events_url": {"type": "string"}}, "required": ["R", "apikey", "id", "name", "url", "location", "switch_to_order_menu", "cuisines", "average_cost_for_two", "price_range", "currency", "offers", "thumb", "user_rating", "photos_url", "menu_url", "featured_image", "has_online_delivery", "is_delivering_now", "deeplink", "has_table_booking", "events_url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"R" : {"res_id" : 33}, "apikey" : "3664838525f7d1b0ba37aaf409c79501", "id" : "33", "name" : "Kahwa - Royal Tulip", "url" : "https://www.zomato.com/dummy/kahwa-royal-tulip-1-aaaa?utm_source=api_basic_user&utm_medium=api&utm_campaign=v2.1", "location" : {"address" : "Royal Tulip, Kharghar, Mumbai, AAAA, Dummy", "locality" : "AAAA", "city" : "Dummy", "city_id" : 72, "latitude" : "0.0000000000", "longitude" : "0.0000000000", "zipcode" : "", "country_id" : 17, "locality_verbose" : "AAAA, Dummy"}, "switch_to_order_menu" : 0, "cuisines" : "Chinese, Mexican, Continental", "average_cost_for_two" : 1800, "price_range" : 4, "currency" : "", "offers" : [], "thumb" : "", "user_rating" : {"aggregate_rating" : 0, "rating_text" : "Not rated", "rating_color" : "CBCBC8", "votes" : 0}, "photos_url" : "https://www.zomato.com/dummy/kahwa-royal-tulip-1-aaaa/photos?utm_source=api_basic_user&utm_medium=api&utm_campaign=v2.1#tabtop", "menu_url" : "https://www.zomato.com/dummy/kahwa-royal-tulip-1-aaaa/menu?utm_source=api_basic_user&utm_medium=api&utm_campaign=v2.1&openSwipeBox=menu&showMinimal=1#tabtop", "featured_image" : "", "has_online_delivery" : 0, "is_delivering_now" : 0, "deeplink" : "zomato://restaurant/33", "has_table_booking" : 0, "events_url" : "https://www.zomato.com/dummy/kahwa-royal-tulip-1-aaaa/events#tabtop?utm_source=api_basic_user&utm_medium=api&utm_campaign=v2.1"}
json_instruct
{"type": "object", "properties": {"R": {"type": "object", "properties": {"res_id": {"type": "integer"}}, "required": ["res_id"]}, "apikey": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "url": {"type": "string"}, "location": {"type": "object", "properties": {"address": {"type": "string"}, "locality": {"type": "string"}, "city": {"type": "string"}, "city_id": {"type": "integer"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "zipcode": {"type": "string"}, "country_id": {"type": "integer"}, "locality_verbose": {"type": "string"}}, "required": ["address", "locality", "city", "city_id", "latitude", "longitude", "zipcode", "country_id", "locality_verbose"]}, "switch_to_order_menu": {"type": "integer"}, "cuisines": {"type": "string"}, "average_cost_for_two": {"type": "integer"}, "price_range": {"type": "integer"}, "currency": {"type": "string"}, "offers": {"type": "array", "items": {}}, "thumb": {"type": "string"}, "user_rating": {"type": "object", "properties": {"aggregate_rating": {"type": "integer"}, "rating_text": {"type": "string"}, "rating_color": {"type": "string"}, "votes": {"type": "integer"}}, "required": ["aggregate_rating", "rating_text", "rating_color", "votes"]}, "photos_url": {"type": "string"}, "menu_url": {"type": "string"}, "featured_image": {"type": "string"}, "has_online_delivery": {"type": "integer"}, "is_delivering_now": {"type": "integer"}, "deeplink": {"type": "string"}, "has_table_booking": {"type": "integer"}, "events_url": {"type": "string"}}, "required": ["R", "apikey", "id", "name", "url", "location", "switch_to_order_menu", "cuisines", "average_cost_for_two", "price_range", "currency", "offers", "thumb", "user_rating", "photos_url", "menu_url", "featured_image", "has_online_delivery", "is_delivering_now", "deeplink", "has_table_booking", "events_url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"mod": {"type": "string"}, "play": {"type": "integer"}, "type": {"type": "integer"}, "parent": {"type": "string"}, "source": {"type": "string"}, "subPlay": {"type": "integer"}}, "required": ["mod", "play", "type", "parent", "source", "subPlay"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "ca695482-7937-40f1-9c1d-28bc66a6aee6", "playerTags" : [], "teamTags" : ["eb67ae5e-c4bf-46ca-bbbc-425cd34182ff"], "gameTags" : ["443dfb86-af65-4390-bb7a-71c9f1814c01"], "metadata" : {"mod" : "OVERPERFORMING", "play" : 337, "type" : 3, "parent" : "bb0d8af9-41e9-47f1-8521-62b698e23231", "source" : "HIGH_PRESSURE", "subPlay" : 0}, "created" : "2021-03-17T17:28:24.046Z", "season" : 13, "tournament" : -1, "type" : 147, "day" : 49, "phase" : 4, "category" : 1, "description" : "The pressure is off. The Moist Talkers are no longer Overperforming.", "nuts" : 0}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"mod": {"type": "string"}, "play": {"type": "integer"}, "type": {"type": "integer"}, "parent": {"type": "string"}, "source": {"type": "string"}, "subPlay": {"type": "integer"}}, "required": ["mod", "play", "type", "parent", "source", "subPlay"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"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-vf76-6hmj-g67c", "modified" : "2022-05-01T18:36:08Z", "published" : "2022-05-01T18:36:08Z", "aliases" : ["CVE-2007-5717"], "details" : "Unspecified vulnerability in Sun Fire X2100 M2 and X2200 M2 Embedded Lights Out Manager (ELOM) on x86 before firmware 2.70 allows remote attackers to execute arbitrary commands as root on the Service Processor (SP) via unspecified vectors, a different vulnerability than CVE-2007-5170.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2007-5717"}, {"type" : "WEB", "url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/38149"}, {"type" : "WEB", "url" : "http://osvdb.org/40835"}, {"type" : "WEB", "url" : "http://secunia.com/advisories/27416"}, {"type" : "WEB", "url" : "http://sunsolve.sun.com/search/document.do?assetkey=1-26-103127-1"}, {"type" : "WEB", "url" : "http://sunsolve.sun.com/search/document.do?assetkey=1-66-200667-1"}, {"type" : "WEB", "url" : "http://www.securityfocus.com/bid/26250"}, {"type" : "WEB", "url" : "http://www.securitytracker.com/id?1018869"}, {"type" : "WEB", "url" : "http://www.vupen.com/english/advisories/2007/3652"}], "database_specific" : {"cwe_ids" : [], "severity" : "HIGH", "github_reviewed" : false}}
json_instruct
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"directions" : ["Preheat oven to 350 degrees F (175 degrees C). Grease and flour two 8 x 4 inch loaf pans.", "Combine flour, sugars, pumpkin, oil, coconut milk, baking soda, salt, and spices. Mix until well blended. Fold in coconut and nuts. Pour into prepared pans.", "Bake for about 1 hour and 15 minutes, or until an inserted toothpick comes out clean. Remove from oven. Cover with foil tightly, and allow to steam 10 minutes. Remove foil, and turn out onto cooling rack. Tent lightly with the foil, and allow to cool completely."], "ingredients" : ["3 1/2 cups all-purpose flour", "2 cups packed dark brown sugar", "2/3 cup white sugar", "1 (15 ounce) can pumpkin puree", "1 cup vegetable oil", "2/3 cup coconut milk", "2 teaspoons baking soda", "1 teaspoon salt", "1 teaspoon ground nutmeg", "1 1/2 teaspoons ground cinnamon", "2/3 cup unsweetened flaked coconut", "1 cup chopped walnuts, toasted"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Coconut Pumpkin Nut Bread", "url" : "http://allrecipes.com/recipe/7053/coconut-pumpkin-nut-bread/"}
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type": "null"}, "issues": {"type": "array", "items": {}}, "success": {"type": "boolean"}}, "required": ["error", "issues", "success"]}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0x1bb5744d22297075487edbf9dc3f89d2e04ebce0", "tool" : "mythril", "start" : 1563658634.8251045, "end" : 1563658637.9779043, "duration" : 3.1527998447418213, "analysis" : {"error" : null, "issues" : [], "success" : true}}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type": "null"}, "issues": {"type": "array", "items": {}}, "success": {"type": "boolean"}}, "required": ["error", "issues", "success"]}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": "string"}, "isbn-13": {"type": "string"}, "pages": {"type": "string"}, "publication date": {"type": "string"}, "publisher": {"type": "string"}, "size": {"type": "string"}}, "required": ["authors", "format", "isbn-10", "isbn-13", "pages", "publication date", "publisher", "size"]}, "img": {"type": "string"}, "link": {"type": "string"}, "title": {"type": "string"}}, "required": ["categories", "desc", "details", "img", "link", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"categories" : ["Networking", "Programming"], "desc" : " Deploying Next Generation Multicast-Enabled Applications: Label Switched Multicast for MPLS VPNs, VPLS, and Wholesale Ethernet provides a comprehensive discussion of Multicast and MVPN standards\u2015next-generation Multicast-based standards, Multicast Applications, and case studies with detailed configurations. ", "details" : {"authors" : "Vinod Joseph, Srinivas Mulugu", "format" : "pdf", "isbn-10" : "0123849233", "isbn-13" : "978-0123849236", "pages" : "560 pages", "publication date" : "July 29, 2011", "publisher" : "Morgan Kaufmann", "size" : "36.00Mb"}, "img" : "http://23.95.221.108/covers/c9/c918b6a76ce4ca687b5d18786993280d.jpg", "link" : "https://rapidhosting.info/files/bf6", "title" : "Deploying Next Generation Multicast-enabled Applications: Label Switched Multicast for MPLS VPNs, VPLS, and Wholesale Ethernet"}
json_instruct
{"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": "string"}, "isbn-13": {"type": "string"}, "pages": {"type": "string"}, "publication date": {"type": "string"}, "publisher": {"type": "string"}, "size": {"type": "string"}}, "required": ["authors", "format", "isbn-10", "isbn-13", "pages", "publication date", "publisher", "size"]}, "img": {"type": "string"}, "link": {"type": "string"}, "title": {"type": "string"}}, "required": ["categories", "desc", "details", "img", "link", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"layer0": {"type": "string"}}, "required": ["layer0"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "item/handheld", "textures" : {"layer0" : "attempt:item/blade_shard"}}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"layer0": {"type": "string"}}, "required": ["layer0"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"n_dim" : 2, "n_trials" : 210, "objective" : "shekel_on_cube", "white" : "pymoo_nsga2", "black" : "platypus_spea2", "traceback" : ["passing", "passing"], "best_val" : [1.172605284808141, 1.1626429507645495], "best_x" : [[0.30943126489491024, 0.3410846821600053], [0.31475450487407, 0.3437800660449922]], "feval_count" : [200, 197], "n_trials_instructed" : [147, 170], "passing" : [true, true], "completed" : true, "points" : 0.0, "winner" : "platypus_spea2_cube", "loser" : "pymoo_nsga2_cube"}
json_instruct
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"db_host": {"type": "string"}, "db_user": {"type": "string"}, "db_pass": {"type": "string"}, "db_name": {"type": "string"}, "db_char": {"type": "string"}, "db_port": {"type": "string"}}, "required": ["db_host", "db_user", "db_pass", "db_name", "db_char", "db_port"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"db_host" : "localhost", "db_user" : "root", "db_pass" : "p5uw@n!2E4S", "db_name" : "db_mqa", "db_char" : "utf8", "db_port" : "3306"}
json_instruct
{"type": "object", "properties": {"db_host": {"type": "string"}, "db_user": {"type": "string"}, "db_pass": {"type": "string"}, "db_name": {"type": "string"}, "db_char": {"type": "string"}, "db_port": {"type": "string"}}, "required": ["db_host", "db_user", "db_pass", "db_name", "db_char", "db_port"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "cordova_name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "platforms": {"type": "array", "items": {"type": "string"}}, "engines": {"type": "array", "items": {}}, "dependencies": {"type": "object", "properties": {"cordova-plugin-fcm-with-dependecy-updated": {"type": "string"}}, "required": ["cordova-plugin-fcm-with-dependecy-updated"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "cordova_name", "version", "description", "repository", "keywords", "platforms", "engines", "dependencies", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "cordova-plugin-firebase-extended-notification", "cordova_name" : "Firebase Extended Notification Cordova Plugin", "version" : "1.10.1", "description" : "Simple notification message from server as \"data\" that allows more options as how it will apear to the notified user.", "repository" : {"type" : "git", "url" : "https://github.com/andrehtissot/cordova-plugin-firebase-extended-notification"}, "keywords" : ["notification", "stackable", "groupable", "summarized", "cordova", "ecosystem:cordova", "cordova-android", "push", "firebase", "android", "cordova"], "platforms" : ["android"], "engines" : [], "dependencies" : {"cordova-plugin-fcm-with-dependecy-updated" : "https://github.com/andrehtissot/cordova-plugin-fcm-with-dependecy-updated"}, "author" : "Andr\u00e9 Augusto Tissot", "license" : "MIT", "bugs" : {"url" : "https://github.com/andrehtissot/cordova-plugin-firebase-extended-notification/issues"}, "homepage" : "https://github.com/andrehtissot/cordova-plugin-firebase-extended-notification/blob/master/README.md"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "cordova_name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "platforms": {"type": "array", "items": {"type": "string"}}, "engines": {"type": "array", "items": {}}, "dependencies": {"type": "object", "properties": {"cordova-plugin-fcm-with-dependecy-updated": {"type": "string"}}, "required": ["cordova-plugin-fcm-with-dependecy-updated"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "cordova_name", "version", "description", "repository", "keywords", "platforms", "engines", "dependencies", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"header": {"type": "object", "properties": {"category": {"type": "string"}, "image": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "layout": {"type": "string"}, "link": {"type": "string"}, "podcast": {"type": "object", "properties": {"developer-note": {"type": "string"}, "length": {"type": "string"}, "note": {"type": "string"}, "size": {"type": "integer"}, "type": {"type": "string"}, "url": {"type": "string"}}, "required": ["developer-note", "length", "note", "size", "type", "url"]}, "show": {"type": "object", "properties": {"category": {"type": "array", "items": {"type": "string"}}, "image": {"type": "object", "properties": {"height": {"type": "integer"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["height", "url", "width"]}, "owner": {"type": "object", "properties": {"email": {"type": "string"}, "name": {"type": "string"}}, "required": ["email", "name"]}, "published": {"type": "object", "properties": {"string": {"type": "string"}, "timestamp": {"type": "string"}}, "required": ["string", "timestamp"]}, "subtitle": {"type": "string"}, "title": {"type": "string"}}, "required": ["category", "image", "owner", "published", "subtitle", "title"]}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}}, "required": ["category", "image", "layout", "link", "podcast", "show", "tags", "title"]}, "title": {"type": "string"}, "date": {"type": "string"}, "categories": {"type": "array", "items": {"type": "string"}}, "content": {"type": "string"}}, "required": ["header", "title", "date", "categories", "content"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"header" : {"category" : "the-gary-null-show", "image" : {"type" : "", "url" : ""}, "layout" : "podcast", "link" : "http://thegarynullshow.podbean.com/e/the-gary-null-show-123014/", "podcast" : {"developer-note" : "", "length" : "1:00:47", "note" : "", "size" : 21884933, "type" : "audio/mpeg", "url" : "http://thegarynullshow.podbean.com/mf/feed/uhgwxd/GaryNullShow_123014.mp3"}, "show" : {"category" : ["Health"], "image" : {"height" : 144, "url" : "http://thegarynullshow.podbean.com/feed/h", "width" : 144}, "owner" : {"email" : "h", "name" : "h"}, "published" : {"string" : "Thu, 12 Mar 2015 17:00:00 +0000", "timestamp" : "1426197600"}, "subtitle" : "h", "title" : "The Gary Null Show"}, "tags" : ["Health", "the-gary-null-show"], "title" : "The Gary Null Show"}, "title" : "The Gary Null Show", "date" : "2014-12-30 00:00:00 -0500", "categories" : ["the-gary-null-show"], "content" : "<p>Corruption and failures of the National\nVaccine Injury Compensation Program or \u201cVaccine Court\u201dWayne Rohde is<span class=\"ellipsis\">...</span>\n&lt;!--more--&gt;\na\nco-founder of the Vaccine Safety Council of Minnesota and the Autism Advocacy\nCoalition of Minnesota.. He is also a national advisory member of Health\nChoice.\u00a0 Wayne has twin sons, age 17,\nNicholas and Austin.\u00a0 Nicholas was\nvaccine injured at 13 months by the MMR and later diagnosed with regressive\nautism.<br />\n\u00a0 He\nhas advocated extensively in Minnesota, Oklahoma and nationally for autism\nhealth insurance reform, vaccination choice, safety and research, and improved\neducational, employment and residential services for people with autism. <br />\nHe is\nthe author of the recent book \u201cThe Vaccine Court: The Dark Truth of America\u2019s\nVaccine Injury Compensation Program.\u201d\n<br /></p>\n"}
json_instruct
{"type": "object", "properties": {"header": {"type": "object", "properties": {"category": {"type": "string"}, "image": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "layout": {"type": "string"}, "link": {"type": "string"}, "podcast": {"type": "object", "properties": {"developer-note": {"type": "string"}, "length": {"type": "string"}, "note": {"type": "string"}, "size": {"type": "integer"}, "type": {"type": "string"}, "url": {"type": "string"}}, "required": ["developer-note", "length", "note", "size", "type", "url"]}, "show": {"type": "object", "properties": {"category": {"type": "array", "items": {"type": "string"}}, "image": {"type": "object", "properties": {"height": {"type": "integer"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["height", "url", "width"]}, "owner": {"type": "object", "properties": {"email": {"type": "string"}, "name": {"type": "string"}}, "required": ["email", "name"]}, "published": {"type": "object", "properties": {"string": {"type": "string"}, "timestamp": {"type": "string"}}, "required": ["string", "timestamp"]}, "subtitle": {"type": "string"}, "title": {"type": "string"}}, "required": ["category", "image", "owner", "published", "subtitle", "title"]}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}}, "required": ["category", "image", "layout", "link", "podcast", "show", "tags", "title"]}, "title": {"type": "string"}, "date": {"type": "string"}, "categories": {"type": "array", "items": {"type": "string"}}, "content": {"type": "string"}}, "required": ["header", "title", "date", "categories", "content"], "$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"}, "dependencies": {"type": "object", "properties": {"apiconnect-cli-logger": {"type": "string"}, "apiconnect-project": {"type": "string"}, "bluebird": {"type": "string"}, "compression": {"type": "string"}, "cors": {"type": "string"}, "express": {"type": "string"}, "forever-monitor": {"type": "string"}, "fs-extra": {"type": "string"}, "js-yaml": {"type": "string"}, "json-refs": {"type": "string"}, "loopback": {"type": "string"}, "loopback-boot": {"type": "string"}, "loopback-component-explorer": {"type": "string"}, "loopback-context": {"type": "string"}, "microgateway-util": {"type": "string"}}, "required": ["apiconnect-cli-logger", "apiconnect-project", "bluebird", "compression", "cors", "express", "forever-monitor", "fs-extra", "js-yaml", "json-refs", "loopback", "loopback-boot", "loopback-component-explorer", "loopback-context", "microgateway-util"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "microgateway-datastore", "version" : "1.0.4", "description" : "datastore used by the microgateway", "main" : "index.js", "dependencies" : {"apiconnect-cli-logger" : "^1.x", "apiconnect-project" : "^2.x", "bluebird" : "^3.3.3", "compression" : "^1.6.1", "cors" : "^2.7.1", "express" : "^4.13.4", "forever-monitor" : "^1.7.0", "fs-extra" : "^0.30.0", "js-yaml" : "^3.7.0", "json-refs" : "^2.1.5", "loopback" : "^3.22.0", "loopback-boot" : "^2.16.0", "loopback-component-explorer" : "^6.3.1", "loopback-context" : "^3.4.0", "microgateway-util" : "^1.x"}, "devDependencies" : {}, "scripts" : {"test" : "echo \"Error: no test specified\" && exit 0"}, "repository" : {"type" : "git", "url" : "git+https://github.com/strongloop/microgateway-datastore.git"}, "keywords" : ["datastore", "microgateway"], "author" : "IBM", "license" : "Apache 2.0", "bugs" : {"url" : "https://github.com/strongloop/microgateway-datastore/issues"}, "homepage" : "https://github.com/strongloop/microgateway-datastore#readme"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"apiconnect-cli-logger": {"type": "string"}, "apiconnect-project": {"type": "string"}, "bluebird": {"type": "string"}, "compression": {"type": "string"}, "cors": {"type": "string"}, "express": {"type": "string"}, "forever-monitor": {"type": "string"}, "fs-extra": {"type": "string"}, "js-yaml": {"type": "string"}, "json-refs": {"type": "string"}, "loopback": {"type": "string"}, "loopback-boot": {"type": "string"}, "loopback-component-explorer": {"type": "string"}, "loopback-context": {"type": "string"}, "microgateway-util": {"type": "string"}}, "required": ["apiconnect-cli-logger", "apiconnect-project", "bluebird", "compression", "cors", "express", "forever-monitor", "fs-extra", "js-yaml", "json-refs", "loopback", "loopback-boot", "loopback-component-explorer", "loopback-context", "microgateway-util"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage"], "$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"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"ethers": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-router-dom": {"type": "string"}, "react-scripts": {"type": "string"}, "semantic-ui-css": {"type": "string"}, "semantic-ui-react": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["ethers", "react", "react-dom", "react-router-dom", "react-scripts", "semantic-ui-css", "semantic-ui-react", "typescript"]}, "homepage": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "archive": {"type": "string"}, "swarm:upload": {"type": "string"}, "deploy": {"type": "string"}}, "required": ["start", "build", "archive", "swarm:upload", "deploy"]}, "eslintConfig": {"type": "object", "properties": {"extends": {"type": "string"}}, "required": ["extends"]}, "browserslist": {"type": "object", "properties": {"production": {"type": "array", "items": {"type": "string"}}, "development": {"type": "array", "items": {"type": "string"}}}, "required": ["production", "development"]}, "devDependencies": {"type": "object", "properties": {"@erebos/cli": {"type": "string"}, "@types/node": {"type": "string"}, "@types/react": {"type": "string"}, "@types/react-dom": {"type": "string"}, "@types/react-router-dom": {"type": "string"}, "cross-env": {"type": "string"}, "env-cmd": {"type": "string"}}, "required": ["@erebos/cli", "@types/node", "@types/react", "@types/react-dom", "@types/react-router-dom", "cross-env", "env-cmd"]}}, "required": ["name", "version", "private", "dependencies", "homepage", "scripts", "eslintConfig", "browserslist", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "identity-dapplet-overlay", "version" : "0.1.0", "private" : true, "dependencies" : {"ethers" : "^4.0.47", "react" : "^16.13.1", "react-dom" : "^16.13.1", "react-router-dom" : "^5.2.0", "react-scripts" : "3.4.1", "semantic-ui-css" : "^2.4.1", "semantic-ui-react" : "^0.88.2", "typescript" : "^3.8.3"}, "homepage" : "./", "scripts" : {"start" : "cross-env BROWSER=none HTTPS=true react-scripts start", "build" : "react-scripts build", "archive" : "tar -C build -cvf temp.tar *", "swarm:upload" : "curl -X POST -H \"Content-Type: application/x-tar\" -H \"Swarm-Index-Document: index.html\" -H \"Swarm-Error-Document: index.html\" --data-binary @temp.tar https://gateway.ethswarm.org/dirs", "deploy" : "npm run build && npm run archive && npm run swarm:upload"}, "eslintConfig" : {"extends" : "react-app"}, "browserslist" : {"production" : [">0.2%", "not dead", "not op_mini all"], "development" : ["last 1 chrome version", "last 1 firefox version", "last 1 safari version"]}, "devDependencies" : {"@erebos/cli" : "^0.13.1", "@types/node" : "^12.12.38", "@types/react" : "^16.9.35", "@types/react-dom" : "^16.9.8", "@types/react-router-dom" : "^5.1.5", "cross-env" : "^7.0.2", "env-cmd" : "^10.1.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"ethers": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-router-dom": {"type": "string"}, "react-scripts": {"type": "string"}, "semantic-ui-css": {"type": "string"}, "semantic-ui-react": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["ethers", "react", "react-dom", "react-router-dom", "react-scripts", "semantic-ui-css", "semantic-ui-react", "typescript"]}, "homepage": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "archive": {"type": "string"}, "swarm:upload": {"type": "string"}, "deploy": {"type": "string"}}, "required": ["start", "build", "archive", "swarm:upload", "deploy"]}, "eslintConfig": {"type": "object", "properties": {"extends": {"type": "string"}}, "required": ["extends"]}, "browserslist": {"type": "object", "properties": {"production": {"type": "array", "items": {"type": "string"}}, "development": {"type": "array", "items": {"type": "string"}}}, "required": ["production", "development"]}, "devDependencies": {"type": "object", "properties": {"@erebos/cli": {"type": "string"}, "@types/node": {"type": "string"}, "@types/react": {"type": "string"}, "@types/react-dom": {"type": "string"}, "@types/react-router-dom": {"type": "string"}, "cross-env": {"type": "string"}, "env-cmd": {"type": "string"}}, "required": ["@erebos/cli", "@types/node", "@types/react", "@types/react-dom", "@types/react-router-dom", "cross-env", "env-cmd"]}}, "required": ["name", "version", "private", "dependencies", "homepage", "scripts", "eslintConfig", "browserslist", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"drupal/search_api": {"type": "string"}, "drupal/search_api_solr": {"type": "string"}}, "required": ["drupal/search_api", "drupal/search_api_solr"]}, "repositories": {"type": "object", "properties": {"drupal": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "required": ["drupal"]}}, "required": ["name", "type", "description", "license", "require", "repositories"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "drupal/acquia_search", "type" : "drupal-module", "description" : "Provides integration between your Drupal site and Acquia's hosted search service", "license" : "GPL-2.0-or-later", "require" : {"drupal/search_api" : "^1.17", "drupal/search_api_solr" : "^1.2"}, "repositories" : {"drupal" : {"type" : "composer", "url" : "https://packages.drupal.org/8"}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"drupal/search_api": {"type": "string"}, "drupal/search_api_solr": {"type": "string"}}, "required": ["drupal/search_api", "drupal/search_api_solr"]}, "repositories": {"type": "object", "properties": {"drupal": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "required": ["drupal"]}}, "required": ["name", "type", "description", "license", "require", "repositories"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"sms_order_title": {"type": "string"}, "sms_order_new_account": {"type": "string"}, "sms_order_account_label": {"type": "string"}, "sms_order_credit_label": {"type": "string"}, "sms_order_credit_custom_label": {"type": "string"}, "sms_order_credit_custom": {"type": "string"}, "sms_order_order": {"type": "string"}, "sms_order_ko": {"type": "string"}, "sms_order_order_url": {"type": "string"}, "sms_order_order_site": {"type": "string"}, "sms_order_price_quantity": {"type": "string"}, "sms_order_price_gift": {"type": "string"}, "sms_order_price_total": {"type": "string"}, "sms_order_price_total_vat": {"type": "string"}, "sms_order_retract": {"type": "string"}, "sms_order_bc": {"type": "string"}, "sms_order_more_info": {"type": "string"}, "sms_order_retract_info": {"type": "string"}}, "required": ["sms_order_title", "sms_order_new_account", "sms_order_account_label", "sms_order_credit_label", "sms_order_credit_custom_label", "sms_order_credit_custom", "sms_order_order", "sms_order_ko", "sms_order_order_url", "sms_order_order_site", "sms_order_price_quantity", "sms_order_price_gift", "sms_order_price_total", "sms_order_price_total_vat", "sms_order_retract", "sms_order_bc", "sms_order_more_info", "sms_order_retract_info"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"sms_order_title" : "Commander des SMS", "sms_order_new_account" : "Nouveau Compte", "sms_order_account_label" : "Compte SMS : ", "sms_order_credit_label" : "Nombre de cr\u00e9dits : ", "sms_order_credit_custom_label" : "Quantit\u00e9 d\u00e9sir\u00e9e : ", "sms_order_credit_custom" : "Autre", "sms_order_order" : "Generar la orden de pedido", "sms_order_ko" : "Impossible de g\u00e9n\u00e9rer le bon de commande", "sms_order_order_url" : "bon de commande", "sms_order_order_site" : "Commander sur le site", "sms_order_price_quantity" : "Prix (HT) : ", "sms_order_price_gift" : "R\u00e9duction : ", "sms_order_price_total" : "Total (TTC) : ", "sms_order_price_total_vat" : "TVA : ", "sms_order_retract" : "Vous sollicitez l'ex\u00e9cution imm\u00e9diate de la prestation et reconnaissez qu'\u00e0 ce titre,<br/> vous pourrez exercer votre droit de r\u00e9tractation dans les conditions d\u00e9finies par l'article L.121-21-5 du code de la consommation.", "sms_order_bc" : "Afin de finaliser votre demande, merci de valider ce", "sms_order_more_info" : "En savoir plus", "sms_order_retract_info" : "Vous pouvez exercer votre droit de r\u00e9tractation, sans avoir \u00e0 justifier de motifs ni \u00e0 payer de p\u00e9nalit\u00e9s, dans un d\u00e9lai de quatorze (14) jours \u00e0 compter de la souscription du contrat, par courrier postal ou par message adress\u00e9 au Service client OVH par le biais de votre Interface de gestion."}
json_instruct
{"type": "object", "properties": {"sms_order_title": {"type": "string"}, "sms_order_new_account": {"type": "string"}, "sms_order_account_label": {"type": "string"}, "sms_order_credit_label": {"type": "string"}, "sms_order_credit_custom_label": {"type": "string"}, "sms_order_credit_custom": {"type": "string"}, "sms_order_order": {"type": "string"}, "sms_order_ko": {"type": "string"}, "sms_order_order_url": {"type": "string"}, "sms_order_order_site": {"type": "string"}, "sms_order_price_quantity": {"type": "string"}, "sms_order_price_gift": {"type": "string"}, "sms_order_price_total": {"type": "string"}, "sms_order_price_total_vat": {"type": "string"}, "sms_order_retract": {"type": "string"}, "sms_order_bc": {"type": "string"}, "sms_order_more_info": {"type": "string"}, "sms_order_retract_info": {"type": "string"}}, "required": ["sms_order_title", "sms_order_new_account", "sms_order_account_label", "sms_order_credit_label", "sms_order_credit_custom_label", "sms_order_credit_custom", "sms_order_order", "sms_order_ko", "sms_order_order_url", "sms_order_order_site", "sms_order_price_quantity", "sms_order_price_gift", "sms_order_price_total", "sms_order_price_total_vat", "sms_order_retract", "sms_order_bc", "sms_order_more_info", "sms_order_retract_info"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"slug": {"type": "string"}, "title": {"type": "string"}, "parent_slug": {"type": "null"}, "path": {"type": "string"}, "repoCount": {"type": "integer"}, "userCount": {"type": "integer"}, "popularity": {"type": "integer"}}, "required": ["slug", "title", "parent_slug", "path", "repoCount", "userCount", "popularity"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"slug" : "zero-knowledge-cryptography", "title" : "Zero Knowledge Cryptography", "parent_slug" : null, "path" : "zero-knowledge-cryptography", "repoCount" : 148, "userCount" : 149, "popularity" : 1895519}
json_instruct
{"type": "object", "properties": {"slug": {"type": "string"}, "title": {"type": "string"}, "parent_slug": {"type": "null"}, "path": {"type": "string"}, "repoCount": {"type": "integer"}, "userCount": {"type": "integer"}, "popularity": {"type": "integer"}}, "required": ["slug", "title", "parent_slug", "path", "repoCount", "userCount", "popularity"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id_4963": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "readers": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "string"}, "genres": {"type": "string"}}, "required": ["title", "language", "totaltime", "url_librivox", "url_iarchive", "readers", "authors", "genres"]}}, "required": ["id_4963"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id_4963" : {"title" : "Skylark of Space (version 2)", "language" : "English", "totaltime" : "8:59:33", "url_librivox" : "http://librivox.org/the-skylark-of-space-version-2-by-e-e-smith-and-lee-hawkins-garby/", "url_iarchive" : "http://www.archive.org/details/skylark_space_2_1012_librivox", "readers" : ["5717"], "authors" : "6365", "genres" : "Science Fiction"}}
json_instruct
{"type": "object", "properties": {"id_4963": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "readers": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "string"}, "genres": {"type": "string"}}, "required": ["title", "language", "totaltime", "url_librivox", "url_iarchive", "readers", "authors", "genres"]}}, "required": ["id_4963"], "$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"}, "app_id": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "app_id", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "dent-alert", "app_id" : "", "type" : "ionic-angular"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "app_id": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "app_id", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"ccy_group": {"type": "object", "properties": {"0": {"type": "string"}, "202": {"type": "string"}, "222": {"type": "string"}, "235": {"type": "string"}, "401": {"type": "string"}, "402": {"type": "string"}, "403": {"type": "string"}, "404": {"type": "string"}, "405": {"type": "string"}, "407": {"type": "string"}, "408": {"type": "string"}, "409": {"type": "string"}, "410": {"type": "string"}, "412": {"type": "string"}, "413": {"type": "string"}, "414": {"type": "string"}, "415": {"type": "string"}, "416": {"type": "string"}, "418": {"type": "string"}, "419": {"type": "string"}}, "required": ["0", "202", "222", "235", "401", "402", "403", "404", "405", "407", "408", "409", "410", "412", "413", "414", "415", "416", "418", "419"]}, "ccy": {"type": "object", "properties": {"0": {"type": "string"}, "202": {"type": "string"}, "222": {"type": "string"}, "235": {"type": "string"}, "401": {"type": "string"}, "402": {"type": "string"}, "403": {"type": "string"}, "404": {"type": "string"}, "405": {"type": "string"}, "407": {"type": "string"}, "408": {"type": "string"}, "409": {"type": "string"}, "410": {"type": "string"}, "412": {"type": "string"}, "413": {"type": "string"}, "414": {"type": "string"}, "415": {"type": "string"}, "416": {"type": "string"}, "418": {"type": "string"}, "419": {"type": "string"}}, "required": ["0", "202", "222", "235", "401", "402", "403", "404", "405", "407", "408", "409", "410", "412", "413", "414", "415", "416", "418", "419"]}}, "required": ["ccy_group", "ccy"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ccy_group" : {"0" : "A-currency", "202" : "C-currency", "222" : "A-currency", "235" : "C-currency", "401" : "C-currency", "402" : "C-currency", "403" : "A-currency", "404" : "B-currency", "405" : "C-currency", "407" : "A-currency", "408" : "C-currency", "409" : "C-currency", "410" : "C-currency", "412" : "B-currency", "413" : "B-currency", "414" : "C-currency", "415" : "B-currency", "416" : "C-currency", "418" : "C-currency", "419" : "C-currency"}, "ccy" : {"0" : "EUR", "202" : "NLG", "222" : "USD", "235" : "SKK", "401" : "AUD", "402" : "CAD", "403" : "CHF", "404" : "CZK", "405" : "DKK", "407" : "GBP", "408" : "HKD", "409" : "HUF", "410" : "JPY", "412" : "NOK", "413" : "NZD", "414" : "PLN", "415" : "SEK", "416" : "SGD", "418" : "TRY", "419" : "ZAR"}}
json_instruct
{"type": "object", "properties": {"ccy_group": {"type": "object", "properties": {"0": {"type": "string"}, "202": {"type": "string"}, "222": {"type": "string"}, "235": {"type": "string"}, "401": {"type": "string"}, "402": {"type": "string"}, "403": {"type": "string"}, "404": {"type": "string"}, "405": {"type": "string"}, "407": {"type": "string"}, "408": {"type": "string"}, "409": {"type": "string"}, "410": {"type": "string"}, "412": {"type": "string"}, "413": {"type": "string"}, "414": {"type": "string"}, "415": {"type": "string"}, "416": {"type": "string"}, "418": {"type": "string"}, "419": {"type": "string"}}, "required": ["0", "202", "222", "235", "401", "402", "403", "404", "405", "407", "408", "409", "410", "412", "413", "414", "415", "416", "418", "419"]}, "ccy": {"type": "object", "properties": {"0": {"type": "string"}, "202": {"type": "string"}, "222": {"type": "string"}, "235": {"type": "string"}, "401": {"type": "string"}, "402": {"type": "string"}, "403": {"type": "string"}, "404": {"type": "string"}, "405": {"type": "string"}, "407": {"type": "string"}, "408": {"type": "string"}, "409": {"type": "string"}, "410": {"type": "string"}, "412": {"type": "string"}, "413": {"type": "string"}, "414": {"type": "string"}, "415": {"type": "string"}, "416": {"type": "string"}, "418": {"type": "string"}, "419": {"type": "string"}}, "required": ["0", "202", "222", "235", "401", "402", "403", "404", "405", "407", "408", "409", "410", "412", "413", "414", "415", "416", "418", "419"]}}, "required": ["ccy_group", "ccy"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"Records": {"type": "array", "items": {"type": "object", "properties": {"messageId": {"type": "string"}, "receiptHandle": {"type": "string"}, "body": {"type": "string"}, "attributes": {"type": "object", "properties": {"ApproximateReceiveCount": {"type": "string"}, "SentTimestamp": {"type": "string"}, "SenderId": {"type": "string"}, "ApproximateFirstReceiveTimestamp": {"type": "string"}}, "required": ["ApproximateReceiveCount", "SentTimestamp", "SenderId", "ApproximateFirstReceiveTimestamp"]}, "messageAttributes": {"type": "object", "properties": {}, "required": []}, "md5OfBody": {"type": "string"}, "eventSource": {"type": "string"}, "eventSourceARN": {"type": "string"}, "awsRegion": {"type": "string"}}, "required": ["messageId", "receiptHandle", "body", "attributes", "messageAttributes", "md5OfBody", "eventSource", "eventSourceARN", "awsRegion"]}}}, "required": ["Records"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Records" : [{"messageId" : "19dd0b57-b21e-4ac1-bd88-01bbb068cb78", "receiptHandle" : "MessageReceiptHandle", "body" : "{\"type\":0,\"payload\":{\"FileReference\":302695914,\"TargetId\":\"MLP\",\"UserFilename\":\"rj-302695914\",\"FileType\":\"INFO\",\"FileTimestamp\":\"2019-02-19T00:00:00+02:00\",\"Status\":\"DLD\",\"ForwardedTimestamp\":\"2019-02-19T00:00:00+02:00\"}}", "attributes" : {"ApproximateReceiveCount" : "1", "SentTimestamp" : "1523232000000", "SenderId" : "123456789012", "ApproximateFirstReceiveTimestamp" : "1523232000001"}, "messageAttributes" : {}, "md5OfBody" : "7b270e59b47ff90a553787216d55d91d", "eventSource" : "aws:sqs", "eventSourceARN" : "arn:aws:sqs:eu-north-1:111111111111:MyQueue", "awsRegion" : "eu-north-1"}]}
json_instruct
{"type": "object", "properties": {"Records": {"type": "array", "items": {"type": "object", "properties": {"messageId": {"type": "string"}, "receiptHandle": {"type": "string"}, "body": {"type": "string"}, "attributes": {"type": "object", "properties": {"ApproximateReceiveCount": {"type": "string"}, "SentTimestamp": {"type": "string"}, "SenderId": {"type": "string"}, "ApproximateFirstReceiveTimestamp": {"type": "string"}}, "required": ["ApproximateReceiveCount", "SentTimestamp", "SenderId", "ApproximateFirstReceiveTimestamp"]}, "messageAttributes": {"type": "object", "properties": {}, "required": []}, "md5OfBody": {"type": "string"}, "eventSource": {"type": "string"}, "eventSourceARN": {"type": "string"}, "awsRegion": {"type": "string"}}, "required": ["messageId", "receiptHandle", "body", "attributes", "messageAttributes", "md5OfBody", "eventSource", "eventSourceARN", "awsRegion"]}}}, "required": ["Records"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"no_of_atoms": {"type": "integer"}, "centre_of_mass": {"type": "array", "items": {"type": "number"}}, "maximum_diameter": {"type": "object", "properties": {"diameter": {"type": "number"}, "atom_1": {"type": "integer"}, "atom_2": {"type": "integer"}}, "required": ["diameter", "atom_1", "atom_2"]}, "pore_diameter": {"type": "object", "properties": {"diameter": {"type": "number"}, "atom": {"type": "integer"}}, "required": ["diameter", "atom"]}, "pore_volume": {"type": "number"}, "pore_diameter_opt": {"type": "object", "properties": {"diameter": {"type": "number"}, "atom_1": {"type": "integer"}, "centre_of_mass": {"type": "array", "items": {"type": "number"}}}, "required": ["diameter", "atom_1", "centre_of_mass"]}, "pore_volume_opt": {"type": "number"}, "windows": {"type": "object", "properties": {"diameters": {"type": "array", "items": {"type": "number"}}, "centre_of_mass": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["diameters", "centre_of_mass"]}}, "required": ["no_of_atoms", "centre_of_mass", "maximum_diameter", "pore_diameter", "pore_volume", "pore_diameter_opt", "pore_volume_opt", "windows"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"no_of_atoms" : 120, "centre_of_mass" : [-0.2778066728873204, 0.2425245613569195, 93.15741568740212], "maximum_diameter" : {"diameter" : 22.805001623782015, "atom_1" : 85, "atom_2" : 109}, "pore_diameter" : {"diameter" : 1.4838636512272827, "atom" : 3}, "pore_volume" : 1.7107266136295984, "pore_diameter_opt" : {"diameter" : 1.7971126432067943, "atom_1" : 10, "centre_of_mass" : [-0.005205222152542941, -0.005493396793934242, 93.17286346166594]}, "pore_volume_opt" : 3.0389567623133793, "windows" : {"diameters" : [1.0886725937873556, 1.0835030499319376, 1.1273379240074735], "centre_of_mass" : [[-0.9206148459381334, 1.1018376886472048, 93.18650397796773], [1.4022282341332908, -0.18029253420170654, 93.15245195622539], [-0.608212259270846, -1.571731049688827, 93.1871881246666]]}}
json_instruct
{"type": "object", "properties": {"no_of_atoms": {"type": "integer"}, "centre_of_mass": {"type": "array", "items": {"type": "number"}}, "maximum_diameter": {"type": "object", "properties": {"diameter": {"type": "number"}, "atom_1": {"type": "integer"}, "atom_2": {"type": "integer"}}, "required": ["diameter", "atom_1", "atom_2"]}, "pore_diameter": {"type": "object", "properties": {"diameter": {"type": "number"}, "atom": {"type": "integer"}}, "required": ["diameter", "atom"]}, "pore_volume": {"type": "number"}, "pore_diameter_opt": {"type": "object", "properties": {"diameter": {"type": "number"}, "atom_1": {"type": "integer"}, "centre_of_mass": {"type": "array", "items": {"type": "number"}}}, "required": ["diameter", "atom_1", "centre_of_mass"]}, "pore_volume_opt": {"type": "number"}, "windows": {"type": "object", "properties": {"diameters": {"type": "array", "items": {"type": "number"}}, "centre_of_mass": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["diameters", "centre_of_mass"]}}, "required": ["no_of_atoms", "centre_of_mass", "maximum_diameter", "pore_diameter", "pore_volume", "pore_diameter_opt", "pore_volume_opt", "windows"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"year" : 1969, "sex" : "F", "n" : 5, "prop" : 2.84e-06}, {"year" : 1973, "sex" : "F", "n" : 5, "prop" : 3.22e-06}, {"year" : 1984, "sex" : "F", "n" : 5, "prop" : 2.77e-06}, {"year" : 1985, "sex" : "F", "n" : 6, "prop" : 3.25e-06}, {"year" : 1987, "sex" : "F", "n" : 11, "prop" : 5.87e-06}, {"year" : 1988, "sex" : "F", "n" : 17, "prop" : 8.84e-06}, {"year" : 1989, "sex" : "F", "n" : 14, "prop" : 7.03e-06}, {"year" : 1990, "sex" : "F", "n" : 25, "prop" : 0}, {"year" : 1991, "sex" : "F", "n" : 21, "prop" : 0}, {"year" : 1992, "sex" : "F", "n" : 21, "prop" : 0}, {"year" : 1993, "sex" : "F", "n" : 10, "prop" : 5.07e-06}, {"year" : 1994, "sex" : "F", "n" : 17, "prop" : 8.72e-06}, {"year" : 1995, "sex" : "F", "n" : 11, "prop" : 5.73e-06}, {"year" : 1997, "sex" : "F", "n" : 7, "prop" : 3.67e-06}, {"year" : 1998, "sex" : "F", "n" : 5, "prop" : 2.58e-06}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "addressLines": {"type": "array", "items": {"type": "string"}}, "postalCode": {"type": "string"}, "country": {"type": "string"}}, "required": ["name", "addressLines", "postalCode", "country"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Birkenhead Borough Pavement", "addressLines" : ["37 Borough Pavement", "Birkenhead", "Cheshire"], "postalCode" : "CH41 2XX", "country" : "gb"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "addressLines": {"type": "array", "items": {"type": "string"}}, "postalCode": {"type": "string"}, "country": {"type": "string"}}, "required": ["name", "addressLines", "postalCode", "country"], "$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"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "devDependencies": {"type": "object", "properties": {"jasmine-node": {"type": "string"}}, "required": ["jasmine-node"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "devDependencies", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "permutate", "version" : "0.0.1", "description" : "next permutation from lexicographic order of an array, a'la Narayana Pandita in 14th century India.", "main" : "permutate.js", "scripts" : {"test" : "jasmine-node spec"}, "repository" : {"type" : "git", "url" : "git://github.com/purplecabbage/permutate.git"}, "keywords" : ["permute", "permutation"], "devDependencies" : {"jasmine-node" : "~2"}, "author" : "Jesse MacFadyen", "license" : "Apache-2.0", "bugs" : {"url" : "https://github.com/purplecabbage/permutate/issues"}, "homepage" : "https://github.com/purplecabbage/permutate"}
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"}}, "devDependencies": {"type": "object", "properties": {"jasmine-node": {"type": "string"}}, "required": ["jasmine-node"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "devDependencies", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"addShadow:of:": {"type": "string"}, "answer:whenAskedForTheNameOf:": {"type": "string"}, "applyDiff:toShadowNamed:": {"type": "string"}, "applyDiff:toStartObjectWith:": {"type": "string"}, "assign:to:": {"type": "string"}, "assign:toShadow:": {"type": "string"}, "creatorOf:ifAbsentPut:of:": {"type": "string"}, "ifNecessaryAssignNameToShadow:": {"type": "string"}, "mutableCopy": {"type": "string"}, "nameOf:ifAbsentAssign:": {"type": "string"}, "refreshStartShadow": {"type": "string"}, "removeObjectNamed:": {"type": "string"}}, "required": ["addShadow:of:", "answer:whenAskedForTheNameOf:", "applyDiff:toShadowNamed:", "applyDiff:toStartObjectWith:", "assign:to:", "assign:toShadow:", "creatorOf:ifAbsentPut:of:", "ifNecessaryAssignNameToShadow:", "mutableCopy", "nameOf:ifAbsentAssign:", "refreshStartShadow", "removeObjectNamed:"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"class" : {}, "instance" : {"addShadow:of:" : "jr 4/4/2021 13:18", "answer:whenAskedForTheNameOf:" : "jr 7/28/2019 11:03", "applyDiff:toShadowNamed:" : "jr 7/4/2021 17:51", "applyDiff:toStartObjectWith:" : "jr 8/4/2019 00:31", "assign:to:" : "jr 7/30/2017 01:27", "assign:toShadow:" : "jr 9/25/2019 14:50", "creatorOf:ifAbsentPut:of:" : "jr 7/30/2017 01:34", "ifNecessaryAssignNameToShadow:" : "jr 4/8/2018 00:37", "mutableCopy" : "jr 7/30/2017 02:58", "nameOf:ifAbsentAssign:" : "jr 9/25/2019 20:29", "refreshStartShadow" : "jr 4/7/2019 20:57", "removeObjectNamed:" : "jr 7/17/2021 21:05"}}
json_instruct
{"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"addShadow:of:": {"type": "string"}, "answer:whenAskedForTheNameOf:": {"type": "string"}, "applyDiff:toShadowNamed:": {"type": "string"}, "applyDiff:toStartObjectWith:": {"type": "string"}, "assign:to:": {"type": "string"}, "assign:toShadow:": {"type": "string"}, "creatorOf:ifAbsentPut:of:": {"type": "string"}, "ifNecessaryAssignNameToShadow:": {"type": "string"}, "mutableCopy": {"type": "string"}, "nameOf:ifAbsentAssign:": {"type": "string"}, "refreshStartShadow": {"type": "string"}, "removeObjectNamed:": {"type": "string"}}, "required": ["addShadow:of:", "answer:whenAskedForTheNameOf:", "applyDiff:toShadowNamed:", "applyDiff:toStartObjectWith:", "assign:to:", "assign:toShadow:", "creatorOf:ifAbsentPut:of:", "ifNecessaryAssignNameToShadow:", "mutableCopy", "nameOf:ifAbsentAssign:", "refreshStartShadow", "removeObjectNamed:"]}}, "required": ["class", "instance"], "$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"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "@typescript-eslint/eslint-plugin": {"type": "string"}, "@typescript-eslint/parser": {"type": "string"}, "eslint": {"type": "string"}, "prettier": {"type": "string"}, "ts-node-dev": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/node", "@typescript-eslint/eslint-plugin", "@typescript-eslint/parser", "eslint", "prettier", "ts-node-dev", "typescript"]}, "dependencies": {"type": "object", "properties": {"discord.js": {"type": "string"}, "dotenv": {"type": "string"}, "moment": {"type": "string"}}, "required": ["discord.js", "dotenv", "moment"]}}, "required": ["name", "version", "main", "repository", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@notify/giveaways", "version" : "1.0.0", "main" : "dist/index.js", "repository" : "https://github.com/notifysoftware/giveaways", "author" : "Alistair Smith <alistairsmith01@gmail.com>", "license" : "Apache-2.0", "devDependencies" : {"@types/node" : "^14.0.27", "@typescript-eslint/eslint-plugin" : "^3.9.0", "@typescript-eslint/parser" : "^3.9.0", "eslint" : "^7.7.0", "prettier" : "^2.0.5", "ts-node-dev" : "^1.0.0-pre.57", "typescript" : "^3.9.7"}, "dependencies" : {"discord.js" : "^12.3.1", "dotenv" : "^8.2.0", "moment" : "^2.27.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "@typescript-eslint/eslint-plugin": {"type": "string"}, "@typescript-eslint/parser": {"type": "string"}, "eslint": {"type": "string"}, "prettier": {"type": "string"}, "ts-node-dev": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/node", "@typescript-eslint/eslint-plugin", "@typescript-eslint/parser", "eslint", "prettier", "ts-node-dev", "typescript"]}, "dependencies": {"type": "object", "properties": {"discord.js": {"type": "string"}, "dotenv": {"type": "string"}, "moment": {"type": "string"}}, "required": ["discord.js", "dotenv", "moment"]}}, "required": ["name", "version", "main", "repository", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 404417489, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "ecee9b84fc0db40df68628bc727cb868", "wof:id" : 404417489, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [-1.36055745057235, 49.07357901121797, -1.31851558434455, 49.10436423291182], "geometry" : {"coordinates" : [[[-1.3362579715548, 49.07409884157117], [-1.36055745057235, 49.07357901121797], [-1.35461584148812, 49.07872041178687], [-1.34846074020791, 49.10436423291182], [-1.34502783055146, 49.10365999808038], [-1.34622566860661, 49.10044699121907], [-1.33656754786421, 49.09925620720589], [-1.32160813258313, 49.09056549071875], [-1.31851558434455, 49.07780892640121], [-1.3362579715548, 49.07409884157117]]], "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": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"]}}, "required": ["type", "geometry", "properties"]}}}, "required": ["type", "title", "id", "bbox", "description", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "title" : "Arkadiko Bridge", "id" : "770053487", "bbox" : [22.939167, 37.595556, 22.939167, 37.595556], "description" : "An arched Bronze Age bridge near the Mycenaean center of Tiryns. The bridge is located along an ancient highway connecting Tiryns to Epidauros.", "features" : [{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [22.939167, 37.595556]}, "properties" : {"description" : "representative point"}}, {"geometry" : {"type" : "Point", "coordinates" : [22.939167, 37.595556]}, "id" : "location-of-arkadiko-bridge", "type" : "Feature", "properties" : {"description" : "Coordinates after GeoHack.", "location_precision" : "precise", "title" : "Imagery location of Arkadiko Bridge", "link" : "http://pleiades.stoa.org/places/770053487/location-of-arkadiko-bridge"}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"]}}, "required": ["type", "geometry", "properties"]}}}, "required": ["type", "title", "id", "bbox", "description", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"place_name" : "Green Pond", "state_name" : "South Carolina", "state_abbrv" : "SC", "lat" : "32.6628", "long" : "-80.528"}
json_instruct
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"infos": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "value": {"type": "string"}}, "required": ["key", "value"]}}}, "required": ["infos"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"infos" : [{"key" : "90554", "value" : "...Hmph."}, {"key" : "90555", "value" : "Lady Miranda, Wezette's forces seem to have fallen quite considerably in number."}, {"key" : "90556", "value" : "Yes, you are right about that."}, {"key" : "90557", "value" : "I suppose now is as good a time as any."}, {"key" : "90558", "value" : "Oh, at last!"}, {"key" : "90559", "value" : "To be frank, I wasn't keen on participating in the diversion."}, {"key" : "90560", "value" : "You, Lady Glaciela, and Lord Vadim are all putting your lives on the line."}, {"key" : "90561", "value" : "But I ended up here..."}, {"key" : "90562", "value" : "I had hoped to be part of the entourage that stormed the castle gates."}, {"key" : "90563", "value" : "However..."}, {"key" : "90564", "value" : "You have had a change of heart?"}, {"key" : "90565", "value" : "Yes, ma'am. I see now that our time to shine is just beginning."}, {"key" : "90566", "value" : "These battle tactics...they will surely bring us to victory."}, {"key" : "90567", "value" : "Indeed they should."}, {"key" : "90568", "value" : "Let us converge with Lady Glaciela's group at the castle gates."}]}
json_instruct
{"type": "object", "properties": {"infos": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "value": {"type": "string"}}, "required": ["key", "value"]}}}, "required": ["infos"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "thirty", "definition" : "Being three times ten; consisting of one more than twenty-nine; twenty and ten; as, the month of June consists of thirty days.\n\n1. The sum of three tens, or twenty and ten; thirty units or objects. 2. A symbol expressing thirty, as 30, or XXX."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["TRELLIS_NAME", "SERIES_NAME", "X_CALENDAR_YEAR", "Y_PREVALENCE_1000PP"]}, "PREVALENCE_BY_MONTH": {"type": "object", "properties": {"X_CALENDAR_MONTH": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["X_CALENDAR_MONTH", "Y_PREVALENCE_1000PP"]}, "LENGTH_OF_ERA": {"type": "object", "properties": {"CATEGORY": {"type": "string"}, "MIN_VALUE": {"type": "integer"}, "P10_VALUE": {"type": "integer"}, "P25_VALUE": {"type": "integer"}, "MEDIAN_VALUE": {"type": "integer"}, "P75_VALUE": {"type": "integer"}, "P90_VALUE": {"type": "integer"}, "MAX_VALUE": {"type": "integer"}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}, "AGE_AT_FIRST_DIAGNOSIS": {"type": "object", "properties": {"CATEGORY": {"type": "array", "items": {"type": "string"}}, "MIN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P10_VALUE": {"type": "array", "items": {"type": "integer"}}, "P25_VALUE": {"type": "array", "items": {"type": "integer"}}, "MEDIAN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P75_VALUE": {"type": "array", "items": {"type": "integer"}}, "P90_VALUE": {"type": "array", "items": {"type": "integer"}}, "MAX_VALUE": {"type": "array", "items": {"type": "integer"}}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}}, "required": ["PREVALENCE_BY_GENDER_AGE_YEAR", "PREVALENCE_BY_MONTH", "LENGTH_OF_ERA", "AGE_AT_FIRST_DIAGNOSIS"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : [], "SERIES_NAME" : [], "X_CALENDAR_YEAR" : [], "Y_PREVALENCE_1000PP" : []}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : [], "Y_PREVALENCE_1000PP" : []}, "LENGTH_OF_ERA" : {"CATEGORY" : "Length of era", "MIN_VALUE" : 1, "P10_VALUE" : 1, "P25_VALUE" : 1, "MEDIAN_VALUE" : 1, "P75_VALUE" : 1, "P90_VALUE" : 1, "MAX_VALUE" : 7}, "AGE_AT_FIRST_DIAGNOSIS" : {"CATEGORY" : ["MALE", "FEMALE"], "MIN_VALUE" : [0, 0], "P10_VALUE" : [0, 1], "P25_VALUE" : [2, 3], "MEDIAN_VALUE" : [5, 13], "P75_VALUE" : [17, 50], "P90_VALUE" : [56, 66], "MAX_VALUE" : [70, 73]}}
json_instruct
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["TRELLIS_NAME", "SERIES_NAME", "X_CALENDAR_YEAR", "Y_PREVALENCE_1000PP"]}, "PREVALENCE_BY_MONTH": {"type": "object", "properties": {"X_CALENDAR_MONTH": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["X_CALENDAR_MONTH", "Y_PREVALENCE_1000PP"]}, "LENGTH_OF_ERA": {"type": "object", "properties": {"CATEGORY": {"type": "string"}, "MIN_VALUE": {"type": "integer"}, "P10_VALUE": {"type": "integer"}, "P25_VALUE": {"type": "integer"}, "MEDIAN_VALUE": {"type": "integer"}, "P75_VALUE": {"type": "integer"}, "P90_VALUE": {"type": "integer"}, "MAX_VALUE": {"type": "integer"}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}, "AGE_AT_FIRST_DIAGNOSIS": {"type": "object", "properties": {"CATEGORY": {"type": "array", "items": {"type": "string"}}, "MIN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P10_VALUE": {"type": "array", "items": {"type": "integer"}}, "P25_VALUE": {"type": "array", "items": {"type": "integer"}}, "MEDIAN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P75_VALUE": {"type": "array", "items": {"type": "integer"}}, "P90_VALUE": {"type": "array", "items": {"type": "integer"}}, "MAX_VALUE": {"type": "array", "items": {"type": "integer"}}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}}, "required": ["PREVALENCE_BY_GENDER_AGE_YEAR", "PREVALENCE_BY_MONTH", "LENGTH_OF_ERA", "AGE_AT_FIRST_DIAGNOSIS"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"user": {"type": "string"}, "repos": {"type": "integer"}, "login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "url": {"type": "string"}, "html_url": {"type": "string"}, "followers_url": {"type": "string"}, "following_url": {"type": "string"}, "gists_url": {"type": "string"}, "starred_url": {"type": "string"}, "subscriptions_url": {"type": "string"}, "organizations_url": {"type": "string"}, "repos_url": {"type": "string"}, "events_url": {"type": "string"}, "received_events_url": {"type": "string"}, "type": {"type": "string"}, "site_admin": {"type": "boolean"}, "name": {"type": "string"}, "company": {"type": "null"}, "blog": {"type": "null"}, "location": {"type": "string"}, "email": {"type": "string"}, "hireable": {"type": "null"}, "bio": {"type": "null"}, "public_repos": {"type": "integer"}, "public_gists": {"type": "integer"}, "followers": {"type": "integer"}, "following": {"type": "integer"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["user", "repos", "login", "id", "avatar_url", "url", "html_url", "followers_url", "following_url", "gists_url", "starred_url", "subscriptions_url", "organizations_url", "repos_url", "events_url", "received_events_url", "type", "site_admin", "name", "company", "blog", "location", "email", "hireable", "bio", "public_repos", "public_gists", "followers", "following", "created_at", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"user" : "EricksonDouglas", "repos" : 1, "login" : "EricksonDouglas", "id" : 5572654, "avatar_url" : "https://avatars3.githubusercontent.com/u/5572654?v=3", "url" : "https://api.github.com/users/EricksonDouglas", "html_url" : "https://github.com/EricksonDouglas", "followers_url" : "https://api.github.com/users/EricksonDouglas/followers", "following_url" : "https://api.github.com/users/EricksonDouglas/following{/other_user}", "gists_url" : "https://api.github.com/users/EricksonDouglas/gists{/gist_id}", "starred_url" : "https://api.github.com/users/EricksonDouglas/starred{/owner}{/repo}", "subscriptions_url" : "https://api.github.com/users/EricksonDouglas/subscriptions", "organizations_url" : "https://api.github.com/users/EricksonDouglas/orgs", "repos_url" : "https://api.github.com/users/EricksonDouglas/repos", "events_url" : "https://api.github.com/users/EricksonDouglas/events{/privacy}", "received_events_url" : "https://api.github.com/users/EricksonDouglas/received_events", "type" : "User", "site_admin" : false, "name" : "Erickson Douglas", "company" : null, "blog" : null, "location" : "Bodoc\u00f3 - PE - BR", "email" : "erickshowplay@gmail.com", "hireable" : null, "bio" : null, "public_repos" : 3, "public_gists" : 0, "followers" : 2, "following" : 0, "created_at" : "2013-09-30T01:45:29Z", "updated_at" : "2016-09-01T15:17:09Z"}
json_instruct
{"type": "object", "properties": {"user": {"type": "string"}, "repos": {"type": "integer"}, "login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "url": {"type": "string"}, "html_url": {"type": "string"}, "followers_url": {"type": "string"}, "following_url": {"type": "string"}, "gists_url": {"type": "string"}, "starred_url": {"type": "string"}, "subscriptions_url": {"type": "string"}, "organizations_url": {"type": "string"}, "repos_url": {"type": "string"}, "events_url": {"type": "string"}, "received_events_url": {"type": "string"}, "type": {"type": "string"}, "site_admin": {"type": "boolean"}, "name": {"type": "string"}, "company": {"type": "null"}, "blog": {"type": "null"}, "location": {"type": "string"}, "email": {"type": "string"}, "hireable": {"type": "null"}, "bio": {"type": "null"}, "public_repos": {"type": "integer"}, "public_gists": {"type": "integer"}, "followers": {"type": "integer"}, "following": {"type": "integer"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["user", "repos", "login", "id", "avatar_url", "url", "html_url", "followers_url", "following_url", "gists_url", "starred_url", "subscriptions_url", "organizations_url", "repos_url", "events_url", "received_events_url", "type", "site_admin", "name", "company", "blog", "location", "email", "hireable", "bio", "public_repos", "public_gists", "followers", "following", "created_at", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"}