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": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "meta": {"type": "object", "properties": {"lastUpdated": {"type": "string"}}, "required": ["lastUpdated"]}, "url": {"type": "string"}, "identifier": {"type": "array", "items": {"type": "object", "properties": {"system": {"type": "string"}, "value": {"type": "string"}}, "required": ["system", "value"]}}, "version": {"type": "string"}, "name": {"type": "string"}, "title": {"type": "string"}, "status": {"type": "string"}, "experimental": {"type": "boolean"}, "date": {"type": "string"}, "publisher": {"type": "string"}, "contact": {"type": "array", "items": {"type": "object", "properties": {"telecom": {"type": "array", "items": {"type": "object", "properties": {"system": {"type": "string"}, "value": {"type": "string"}}, "required": ["system", "value"]}}}, "required": ["telecom"]}}, "description": {"type": "string"}, "caseSensitive": {"type": "boolean"}, "valueSet": {"type": "string"}, "content": {"type": "string"}, "concept": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "display": {"type": "string"}, "definition": {"type": "string"}}, "required": ["code", "display", "definition"]}}}, "required": ["resourceType", "id", "meta", "url", "identifier", "version", "name", "title", "status", "experimental", "date", "publisher", "contact", "description", "caseSensitive", "valueSet", "content", "concept"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"resourceType" : "CodeSystem", "id" : "ex-payee-resource-type", "meta" : {"lastUpdated" : "2021-01-17T07:06:13.533+11:00"}, "url" : "http://terminology.hl7.org/CodeSystem/ex-payee-resource-type", "identifier" : [{"system" : "urn:ietf:rfc:3986", "value" : "urn:oid:2.16.840.1.113883.4.642.4.1164"}], "version" : "4.0.1", "name" : "ClaimPayeeResourceType", "title" : "ClaimPayeeResourceType", "status" : "draft", "experimental" : false, "date" : "2021-01-17T07:06:13+11:00", "publisher" : "HL7 (FHIR Project)", "contact" : [{"telecom" : [{"system" : "url", "value" : "http://hl7.org/fhir"}, {"system" : "email", "value" : "fhir@lists.hl7.org"}]}], "description" : "The type of Claim payee Resource.", "caseSensitive" : true, "valueSet" : "http://hl7.org/fhir/ValueSet/ex-payee-resource-type", "content" : "complete", "concept" : [{"code" : "organization", "display" : "Organization", "definition" : "Organization resource."}, {"code" : "patient", "display" : "Patient", "definition" : "Patient resource."}, {"code" : "practitioner", "display" : "Practitioner", "definition" : "Practitioner resource."}, {"code" : "relatedperson", "display" : "RelatedPerson", "definition" : "RelatedPerson resource."}]}
json_instruct
{"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "meta": {"type": "object", "properties": {"lastUpdated": {"type": "string"}}, "required": ["lastUpdated"]}, "url": {"type": "string"}, "identifier": {"type": "array", "items": {"type": "object", "properties": {"system": {"type": "string"}, "value": {"type": "string"}}, "required": ["system", "value"]}}, "version": {"type": "string"}, "name": {"type": "string"}, "title": {"type": "string"}, "status": {"type": "string"}, "experimental": {"type": "boolean"}, "date": {"type": "string"}, "publisher": {"type": "string"}, "contact": {"type": "array", "items": {"type": "object", "properties": {"telecom": {"type": "array", "items": {"type": "object", "properties": {"system": {"type": "string"}, "value": {"type": "string"}}, "required": ["system", "value"]}}}, "required": ["telecom"]}}, "description": {"type": "string"}, "caseSensitive": {"type": "boolean"}, "valueSet": {"type": "string"}, "content": {"type": "string"}, "concept": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "display": {"type": "string"}, "definition": {"type": "string"}}, "required": ["code", "display", "definition"]}}}, "required": ["resourceType", "id", "meta", "url", "identifier", "version", "name", "title", "status", "experimental", "date", "publisher", "contact", "description", "caseSensitive", "valueSet", "content", "concept"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"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" : [[[-95.778744, 34.895066], [-95.77421, 34.905443], [-95.772397, 34.91666], [-95.767213, 34.916675], [-95.761105, 34.93116], [-95.748519, 34.927903], [-95.740253, 34.927519], [-95.744959, 34.919158], [-95.745994, 34.907607], [-95.75008, 34.902104], [-95.755597, 34.899144], [-95.775557, 34.89289], [-95.778744, 34.895066]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 52364}}]}
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#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "devDependencies": {"type": "object", "properties": {"grunt": {"type": "string"}, "grunt-cli": {"type": "string"}, "grunt-contrib-uglify": {"type": "string"}, "grunt-compass-multiple": {"type": "string"}, "grunt-contrib-copy": {"type": "string"}}, "required": ["grunt", "grunt-cli", "grunt-contrib-uglify", "grunt-compass-multiple", "grunt-contrib-copy"]}}, "required": ["name", "version", "repository", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Sidy", "version" : "1.1.0", "repository" : {"type" : "git", "url" : "https://github.com/reactivestudio/Sidy.js.git"}, "devDependencies" : {"grunt" : "^0.4.5", "grunt-cli" : ">= 0.1.6", "grunt-contrib-uglify" : "~0.5.0", "grunt-compass-multiple" : "~0.2.1", "grunt-contrib-copy" : "~0.7.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "devDependencies": {"type": "object", "properties": {"grunt": {"type": "string"}, "grunt-cli": {"type": "string"}, "grunt-contrib-uglify": {"type": "string"}, "grunt-compass-multiple": {"type": "string"}, "grunt-contrib-copy": {"type": "string"}}, "required": ["grunt", "grunt-cli", "grunt-contrib-uglify", "grunt-compass-multiple", "grunt-contrib-copy"]}}, "required": ["name", "version", "repository", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"#": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["#"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["type", "pattern", "key", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "minecraft:crafting_shaped", "pattern" : ["###", "###", "###"], "key" : {"#" : {"item" : "silentgems:heliodor"}}, "result" : {"item" : "silentgems:heliodor_block"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"#": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["#"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["type", "pattern", "key", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"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" : ["Whisk vegetable oil, vinegar, sugar, salt, parsley, garlic, basil, celery seed, marjoram, and black pepper together in a bowl."], "ingredients" : ["1/2 cup vegetable oil", "2 tablespoons vinegar", "2 teaspoons white sugar", "1/2 teaspoon salt", "1/4 teaspoon dried parsley", "4 cloves garlic, minced", "1/4 teaspoon dried basil", "1/4 teaspoon celery seed", "1/4 teaspoon dried marjoram", "1/4 teaspoon ground black pepper"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Herb and Garlic Dressing", "url" : "http://allrecipes.com/recipe/221081/herb-and-garlic-dressing/"}
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": {"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" : "/** @license MIT License (c) copyright 2010-2014 original author or authors */\n\n/** @author Brian Cavalier */\n\n/** @author John Hann */\n(function (define) {\n 'use strict';\n\n define(function (require) {\n var inspect = require('../state').inspect;\n\n return function inspection(Promise) {\n Promise.prototype.inspect = function () {\n return inspect(Promise._handler(this));\n };\n\n return Promise;\n };\n });\n})(typeof define === 'function' && define.amd ? define : function (factory) {\n module.exports = factory(require);\n});", "map" : {"version" : 3, "sources" : ["/home/vladic4t/Desktop/mydev/ChipChapProject/chipchap/node_modules/when/lib/decorators/inspect.js"], "names" : ["define", "require", "inspect", "inspection", "Promise", "prototype", "_handler", "amd", "factory", "module", "exports"], "mappings" : "AAAA;;AACA;;AACA;AAEC,WAASA,MAAT,EAAiB;AAAE;;AACpBA,EAAAA,MAAM,CAAC,UAASC,OAAT,EAAkB;AAExB,QAAIC,OAAO,GAAGD,OAAO,CAAC,UAAD,CAAP,CAAoBC,OAAlC;;AAEA,WAAO,SAASC,UAAT,CAAoBC,OAApB,EAA6B;AAEnCA,MAAAA,OAAO,CAACC,SAAR,CAAkBH,OAAlB,GAA4B,YAAW;AACtC,eAAOA,OAAO,CAACE,OAAO,CAACE,QAAR,CAAiB,IAAjB,CAAD,CAAd;AACA,OAFD;;AAIA,aAAOF,OAAP;AACA,KAPD;AASA,GAbK,CAAN;AAcC,CAfA,EAeC,OAAOJ,MAAP,KAAkB,UAAlB,IAAgCA,MAAM,CAACO,GAAvC,GAA6CP,MAA7C,GAAsD,UAASQ,OAAT,EAAkB;AAAEC,EAAAA,MAAM,CAACC,OAAP,GAAiBF,OAAO,CAACP,OAAD,CAAxB;AAAoC,CAf/G,CAAD", "sourcesContent" : ["/** @license MIT License (c) copyright 2010-2014 original author or authors */\n/** @author Brian Cavalier */\n/** @author John Hann */\n\n(function(define) { 'use strict';\ndefine(function(require) {\n\n\tvar inspect = require('../state').inspect;\n\n\treturn function inspection(Promise) {\n\n\t\tPromise.prototype.inspect = function() {\n\t\t\treturn inspect(Promise._handler(this));\n\t\t};\n\n\t\treturn Promise;\n\t};\n\n});\n}(typeof define === 'function' && define.amd ? define : function(factory) { module.exports = factory(require); }));\n"]}, "metadata" : {}, "sourceType" : "script"}
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#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "iso2": {"type": "string"}, "admin_level": {"type": "integer"}, "osm_id": {"type": "integer"}, "wikidata_id": {"type": "string"}, "wikipedia_id": {"type": "string"}, "population": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "osm_data": {"type": "object", "properties": {"localname": {"type": "string"}, "official_name": {"type": "string"}, "alltags": {"type": "object", "properties": {"name:ar": {"type": "string"}, "name:ca": {"type": "string"}, "name:eo": {"type": "string"}, "name:ja": {"type": "string"}, "name:pl": {"type": "string"}, "ref:NUTS": {"type": "string"}, "ref:INSEE": {"type": "string"}, "start_date": {"type": "string"}}, "required": ["name:ar", "name:ca", "name:eo", "name:ja", "name:pl", "ref:NUTS", "ref:INSEE", "start_date"]}}, "required": ["localname", "official_name", "alltags"]}}, "required": ["name", "iso2", "admin_level", "osm_id", "wikidata_id", "wikipedia_id", "population", "countrylevel_id", "osm_data"]}, "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" : {"name" : "Auvergne-Rh\u00f4ne-Alpes", "iso2" : "FR-ARA", "admin_level" : 4, "osm_id" : 3792877, "wikidata_id" : "Q18338206", "wikipedia_id" : "fr:Auvergne-Rh\u00f4ne-Alpes", "population" : 7948287, "countrylevel_id" : "iso2:FR-ARA", "osm_data" : {"localname" : "Auvergne-Rh\u00f4ne-Alpes", "official_name" : "", "alltags" : {"name:ar" : "\u0623\u0648\u0641\u0631\u0646-\u0631\u0648\u0646 \u0623\u0644\u0628", "name:ca" : "Alv\u00e8rnia-Roine-Alps", "name:eo" : "A\u016dvernjo-Rodano-Alpoj", "name:ja" : "\u30aa\u30fc\u30f4\u30a7\u30eb\u30cb\u30e5\uff1d\u30ed\u30fc\u30cc\uff1d\u30a2\u30eb\u30d7", "name:pl" : "Owernia-Rodan-Alpy", "ref:NUTS" : "FR71", "ref:INSEE" : "84", "start_date" : "2016-01-01"}}}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[6.805, 46.394], [7.044, 45.923], [6.871, 45.839], [6.862, 45.833], [6.854, 45.837], [6.838, 45.84], [6.803, 45.778], [7.104, 45.467], [7.125, 45.244], [6.63, 45.109], [6.261, 45.127], [6.354, 44.856], [5.801, 44.707], [5.491, 44.338], [5.675, 44.191], [5.499, 44.116], [4.651, 44.329], [4.649, 44.27], [3.998, 44.46], [3.862, 44.744], [3.362, 44.971], [2.982, 44.645], [2.738, 44.941], [2.207, 44.616], [2.063, 44.977], [2.508, 45.479], [2.492, 45.738], [2.566, 46.143], [2.281, 46.42], [3.032, 46.795], [3.629, 46.75], [3.998, 46.465], [3.9, 46.276], [4.387, 46.22], [4.78, 46.177], [4.932, 46.512], [5.311, 46.447], [5.537, 46.268], [6.064, 46.416], [6.126, 46.317], [5.956, 46.132], [6.242, 46.304], [6.805, 46.394]], [[4.87, 44.345], [4.87, 44.345], [4.87, 44.345], [4.87, 44.345]]], [[[6.593, 46.402], [6.593, 46.402], [6.593, 46.402], [6.593, 46.402]]], [[[6.506, 46.403], [6.506, 46.403], [6.506, 46.403], [6.506, 46.403]]]]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "iso2": {"type": "string"}, "admin_level": {"type": "integer"}, "osm_id": {"type": "integer"}, "wikidata_id": {"type": "string"}, "wikipedia_id": {"type": "string"}, "population": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "osm_data": {"type": "object", "properties": {"localname": {"type": "string"}, "official_name": {"type": "string"}, "alltags": {"type": "object", "properties": {"name:ar": {"type": "string"}, "name:ca": {"type": "string"}, "name:eo": {"type": "string"}, "name:ja": {"type": "string"}, "name:pl": {"type": "string"}, "ref:NUTS": {"type": "string"}, "ref:INSEE": {"type": "string"}, "start_date": {"type": "string"}}, "required": ["name:ar", "name:ca", "name:eo", "name:ja", "name:pl", "ref:NUTS", "ref:INSEE", "start_date"]}}, "required": ["localname", "official_name", "alltags"]}}, "required": ["name", "iso2", "admin_level", "osm_id", "wikidata_id", "wikipedia_id", "population", "countrylevel_id", "osm_data"]}, "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#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {}, "required": []}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "express": {"type": "string"}, "fs": {"type": "string"}, "jsonwebtoken": {"type": "string"}, "lodash": {"type": "string"}, "mongoose": {"type": "string"}, "morgan": {"type": "string"}, "njwt": {"type": "string"}, "secure-random": {"type": "string"}}, "required": ["body-parser", "express", "fs", "jsonwebtoken", "lodash", "mongoose", "morgan", "njwt", "secure-random"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "main", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "node-api", "main" : "server.js", "scripts" : {}, "dependencies" : {"body-parser" : "~1.0.1", "express" : "~4.0.0", "fs" : "0.0.1-security", "jsonwebtoken" : "^7.1.9", "lodash" : "^4.16.2", "mongoose" : "~3.6.13", "morgan" : "^1.7.0", "njwt" : "^0.3.1", "secure-random" : "^1.1.1"}, "devDependencies" : {}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {}, "required": []}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "express": {"type": "string"}, "fs": {"type": "string"}, "jsonwebtoken": {"type": "string"}, "lodash": {"type": "string"}, "mongoose": {"type": "string"}, "morgan": {"type": "string"}, "njwt": {"type": "string"}, "secure-random": {"type": "string"}}, "required": ["body-parser", "express", "fs", "jsonwebtoken", "lodash", "mongoose", "morgan", "njwt", "secure-random"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "main", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"hash" : "0x416015c763af67286f5f3f32351db79861d84f20972a0b88672055a14e8444a9", "parentHash" : "0xd6b74afd5aa310c5527b3c96de00b4baf3ef5342bd8adbef5283eb5fdbb5709f", "number" : 60636, "timestamp" : 1439159159, "nonce" : "0xd3232c8cfbc53f18", "difficulty" : 1732990808218, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0xeB1325C8D9d3ea8D74aC11F4B00F1B2367686319", "extraData" : "0x476574682f76312e302e312f77696e646f77732f676f312e342e32", "transactions" : []}
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"resolution": {"type": "string"}, "globalDependencies": {"type": "object", "properties": {"codemirror": {"type": "string"}, "handsontable": {"type": "string"}, "iron-router": {"type": "string"}, "jquery": {"type": "string"}, "meteor": {"type": "string"}, "underscore": {"type": "string"}}, "required": ["codemirror", "handsontable", "iron-router", "jquery", "meteor", "underscore"]}}, "required": ["resolution", "globalDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"resolution" : "tests/typings.upstream", "globalDependencies" : {"codemirror" : "registry:dt/codemirror#0.0.0+20160619021621", "handsontable" : "registry:dt/handsontable#0.24.3+20160711161324", "iron-router" : "github:meteor-typings/iron-router#c6fcb905c526fceb10f842400d754e6ad9583860", "jquery" : "registry:dt/jquery#1.10.0+20160908203239", "meteor" : "registry:env/meteor#1.3.0+20160830163906", "underscore" : "github:DefinitelyTyped/DefinitelyTyped/underscore/underscore.d.ts#48ad0ea753dee3a68f0363743b41b5e6cb13846e"}}
json_instruct
{"type": "object", "properties": {"resolution": {"type": "string"}, "globalDependencies": {"type": "object", "properties": {"codemirror": {"type": "string"}, "handsontable": {"type": "string"}, "iron-router": {"type": "string"}, "jquery": {"type": "string"}, "meteor": {"type": "string"}, "underscore": {"type": "string"}}, "required": ["codemirror", "handsontable", "iron-router", "jquery", "meteor", "underscore"]}}, "required": ["resolution", "globalDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"review": {"type": "string"}, "date": {"type": "string"}, "rating": {"type": "string"}, "author": {"type": "string"}, "review_id": {"type": "string"}, "movie_id": {"type": "string"}}, "required": ["review", "date", "rating", "author", "review_id", "movie_id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"review" : "\uc784\uad8c\ud0dd \uac10\ub3c5\ub2d8\uc758 \uc791\ud488\uc5d0 \ub2e4\uc2dc\ud55c\ubc88 \uac10\ud0c4\ud558\uace0 \ubc14\ub85c \uae00\ub0a8\uae41\ub2c8\ub2e4. \ub9c8\uc9c0\ub9c9\uc7a5\uba74\uc740 \uc815\ub9d0 \uc555\uad8c", "date" : "10.09.17", "rating" : "10", "author" : "h999****", "review_id" : "4841048", "movie_id" : "23782"}, {"review" : "\uc870\uc6a9\uc6d0\uc758 \ud48b\ud48b\ud55c \ubaa8\uc2b5", "date" : "06.09.02", "rating" : "9", "author" : "zeed****", "review_id" : "1097587", "movie_id" : "23782"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"review": {"type": "string"}, "date": {"type": "string"}, "rating": {"type": "string"}, "author": {"type": "string"}, "review_id": {"type": "string"}, "movie_id": {"type": "string"}}, "required": ["review", "date", "rating", "author", "review_id", "movie_id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "integer"}, "investments": {"type": "integer"}}, "required": ["tech", "pts", "connections", "capacity", "investments"]}}}, "required": ["results"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"results" : [{"tech" : 3, "pts" : 3220, "connections" : 199511, "capacity" : 15270754, "investments" : 83986935}, {"tech" : 7, "pts" : 4, "connections" : 1334, "capacity" : 46518, "investments" : 476037}, {"tech" : 1, "pts" : 178, "connections" : 151573, "capacity" : 3989710, "investments" : 43180532}]}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "integer"}, "investments": {"type": "integer"}}, "required": ["tech", "pts", "connections", "capacity", "investments"]}}}, "required": ["results"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"pwstrength-bootstrap.js": {"type": "string"}, "pwstrength-bootstrap.min.js": {"type": "string"}}, "required": ["pwstrength-bootstrap.js", "pwstrength-bootstrap.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"pwstrength-bootstrap.js" : "sha256-7XesW+PNEU3Tw6UopOBzBr3munmebIpmN5hDLumfL28=", "pwstrength-bootstrap.min.js" : "sha256-IMiuKRV3OIJ91U1reEAa6UjOyK0/YpvUVIV9PPqj+oU="}
json_instruct
{"type": "object", "properties": {"pwstrength-bootstrap.js": {"type": "string"}, "pwstrength-bootstrap.min.js": {"type": "string"}}, "required": ["pwstrength-bootstrap.js", "pwstrength-bootstrap.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "private": {"type": "boolean"}, "devDependencies": {"type": "object", "properties": {"standard-version": {"type": "string"}}, "required": ["standard-version"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "private", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "skinchange-lite", "version" : "0.0.0", "description" : "[![](https://jitpack.io/v/VerstSiu/skinchange-lite.svg)](https://jitpack.io/#VerstSiu/skinchange-lite)", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/VerstSiu/skinchange-lite.git"}, "author" : "verstsiu", "license" : "Apache-2.0", "bugs" : {"url" : "https://github.com/VerstSiu/skinchange-lite/issues"}, "homepage" : "https://github.com/VerstSiu/skinchange-lite#readme", "private" : true, "devDependencies" : {"standard-version" : "^9.0.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "private": {"type": "boolean"}, "devDependencies": {"type": "object", "properties": {"standard-version": {"type": "string"}}, "required": ["standard-version"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "private", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "bin": {"type": "object", "properties": {}, "required": []}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "dependencies": {"type": "object", "properties": {"@grpc/grpc-js": {"type": "string"}, "@grpc/proto-loader": {"type": "string"}, "caporal": {"type": "string"}, "date-and-time": {"type": "string"}, "deasync": {"type": "string"}, "find-process": {"type": "string"}, "import-lazy": {"type": "string"}, "node-telegram-bot-api": {"type": "string"}, "run-parallel": {"type": "string"}, "sqlite3": {"type": "string"}}, "required": ["@grpc/grpc-js", "@grpc/proto-loader", "caporal", "date-and-time", "deasync", "find-process", "import-lazy", "node-telegram-bot-api", "run-parallel", "sqlite3"]}, "description": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "main": {"type": "string"}, "name": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"postinstall": {"type": "string"}}, "required": ["postinstall"]}, "version": {"type": "string"}}, "required": ["author", "bin", "bugs", "dependencies", "description", "engines", "keywords", "license", "main", "name", "repository", "scripts", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"author" : {"name" : "Neski", "url" : "https://twitter.com/itsneski"}, "bin" : {}, "bugs" : {"url" : "https://github.com/itsneski/lightning-jet/issues"}, "dependencies" : {"@grpc/grpc-js" : "^1.3.7", "@grpc/proto-loader" : "^0.6.5", "caporal" : "^1.4.0", "date-and-time" : "^2.0.1", "deasync" : "0.1.23", "find-process" : "^1.4.5", "import-lazy" : "^4.0.0", "node-telegram-bot-api" : "^0.54.0", "run-parallel" : "1.2.0", "sqlite3" : "^4.2.0"}, "description" : "A tool that helps Lighting (LND) node operators to rebalance their node, optimize fees, monitor stuck htlcs, etc.", "engines" : {"node" : ">=12"}, "keywords" : ["cli", "lightning", "lightning-network", "lnd", "rebalance"], "license" : "MIT", "main" : "jet", "name" : "Lightning Jet", "repository" : {"type" : "git", "url" : "https://github.com/itsneski/lightning-jet.git"}, "scripts" : {"postinstall" : "./tools/genconfig"}, "version" : "1.2.0"}
json_instruct
{"type": "object", "properties": {"author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "bin": {"type": "object", "properties": {}, "required": []}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "dependencies": {"type": "object", "properties": {"@grpc/grpc-js": {"type": "string"}, "@grpc/proto-loader": {"type": "string"}, "caporal": {"type": "string"}, "date-and-time": {"type": "string"}, "deasync": {"type": "string"}, "find-process": {"type": "string"}, "import-lazy": {"type": "string"}, "node-telegram-bot-api": {"type": "string"}, "run-parallel": {"type": "string"}, "sqlite3": {"type": "string"}}, "required": ["@grpc/grpc-js", "@grpc/proto-loader", "caporal", "date-and-time", "deasync", "find-process", "import-lazy", "node-telegram-bot-api", "run-parallel", "sqlite3"]}, "description": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "main": {"type": "string"}, "name": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"postinstall": {"type": "string"}}, "required": ["postinstall"]}, "version": {"type": "string"}}, "required": ["author", "bin", "bugs", "dependencies", "description", "engines", "keywords", "license", "main", "name", "repository", "scripts", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"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" : [[[-122.331037, 47.372071], [-122.314445, 47.372225], [-122.313186, 47.373593], [-122.313211, 47.368811], [-122.299024, 47.368662], [-122.293761, 47.36973], [-122.296731, 47.357844], [-122.309524, 47.357943], [-122.312476, 47.35089], [-122.312131, 47.335832], [-122.313341, 47.336118], [-122.314244, 47.338454], [-122.318105, 47.341], [-122.319435, 47.345583], [-122.321601, 47.347489], [-122.329706, 47.350222], [-122.328913, 47.352575], [-122.32916, 47.361585], [-122.330031, 47.364618], [-122.329533, 47.367313], [-122.331037, 47.372071]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 79077}}]}
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#"}
Generate sample JSON data that conforms to the following schema definition: {"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" : "a primitive root;", "pron" : "aw-khaz'", "outline" : "<ol><li> grasp, take hold, seize, take possession<ol><li> (Qal) to grasp, take hold of</li><li> (Niphal) to be caught, grasped, be settled</li><li> (Piel) to enclose, overlay</li><li> (Hophal) fastened</li></ol></li></ol>", "kjv_def" : "[phrase] be affrighted, bar, (catch, lay, take) hold (back), come upon, fasten, handle, portion, (get, have or take) possess(-ion).", "lemma" : "\u05d0\u05b8\u05d7\u05b7\u05d6", "frequency" : 68, "strongs_def" : "to seize (often with the accessory idea of holding in possession)", "xlit" : "\u02bc\u00e2chaz"}
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#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "origin": {"type": "string"}, "feedUrl": {"type": "string"}, "theme": {"type": "object", "properties": {"backgroundColor": {"type": "string"}, "themeColor": {"type": "string"}}, "required": ["backgroundColor", "themeColor"]}, "content": {"type": "object", "properties": {"allTitle": {"type": "string"}}, "required": ["allTitle"]}, "site": {"type": "object", "properties": {"googleAnalytics": {"type": "string"}, "searchConsole": {"type": "string"}}, "required": ["googleAnalytics", "searchConsole"]}, "columns": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "href": {"type": "string"}, "feedUrl": {"type": "string"}}, "required": ["name", "href", "feedUrl"]}}}, "required": ["title", "description", "origin", "feedUrl", "theme", "content", "site", "columns"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "CSS", "description" : "The latest news and updates from around the web about CSS", "origin" : "https://topicdeck.com/web-dev/css/", "feedUrl" : "https://topicdeck.com/web-dev/css/all.rss", "theme" : {"backgroundColor" : "#654ff0", "themeColor" : "#654ff0"}, "content" : {"allTitle" : "All"}, "site" : {"googleAnalytics" : "UA-111516552-5", "searchConsole" : "SrbXKyTScp_FwejgSKpQuqy7agpUaCZvaRqARGmOI2o"}, "columns" : [{"name" : "CSS Layout News", "href" : "http://csslayout.news/", "feedUrl" : "http://csslayout.news/issues.rss"}, {"name" : "CSS Tricks", "href" : "https://css-tricks.com/", "feedUrl" : "http://feeds.feedburner.com/CssTricks"}, {"name" : "CSS Wizardry", "href" : "https://csswizardry.com", "feedUrl" : "http://feeds.feedburner.com/csswizardry"}, {"name" : "W3 CSS Blog", "href" : "https://www.w3.org/blog/css/", "feedUrl" : "https://www.w3.org/blog/CSS/feed/atom/"}]}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "origin": {"type": "string"}, "feedUrl": {"type": "string"}, "theme": {"type": "object", "properties": {"backgroundColor": {"type": "string"}, "themeColor": {"type": "string"}}, "required": ["backgroundColor", "themeColor"]}, "content": {"type": "object", "properties": {"allTitle": {"type": "string"}}, "required": ["allTitle"]}, "site": {"type": "object", "properties": {"googleAnalytics": {"type": "string"}, "searchConsole": {"type": "string"}}, "required": ["googleAnalytics", "searchConsole"]}, "columns": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "href": {"type": "string"}, "feedUrl": {"type": "string"}}, "required": ["name", "href", "feedUrl"]}}}, "required": ["title", "description", "origin", "feedUrl", "theme", "content", "site", "columns"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "defaultMessage": {"type": "string"}, "file": {"type": "string"}, "start": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}}, "required": ["line", "column"]}, "end": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}}, "required": ["line", "column"]}}, "required": ["id", "defaultMessage", "file", "start", "end"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "infobar.servicesUpdated", "defaultMessage" : "!!!Your services have been updated.", "file" : "src/components/layout/AppLayout.js", "start" : {"line" : 29, "column" : 19}, "end" : {"line" : 32, "column" : 3}}, {"id" : "infobar.buttonReloadServices", "defaultMessage" : "!!!Reload services", "file" : "src/components/layout/AppLayout.js", "start" : {"line" : 33, "column" : 24}, "end" : {"line" : 36, "column" : 3}}, {"id" : "infobar.requiredRequestsFailed", "defaultMessage" : "!!!Could not load services and user information", "file" : "src/components/layout/AppLayout.js", "start" : {"line" : 37, "column" : 26}, "end" : {"line" : 40, "column" : 3}}, {"id" : "infobar.authRequestFailed", "defaultMessage" : "!!!There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.", "file" : "src/components/layout/AppLayout.js", "start" : {"line" : 41, "column" : 21}, "end" : {"line" : 44, "column" : 3}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "defaultMessage": {"type": "string"}, "file": {"type": "string"}, "start": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}}, "required": ["line", "column"]}, "end": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}}, "required": ["line", "column"]}}, "required": ["id", "defaultMessage", "file", "start", "end"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"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"}}, "required": ["id"]}, "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" : 325}, "clipped" : true, "id" : "6e3c63a8d7"}, {"arcs" : [[1]], "type" : "Polygon", "properties" : {"id" : 336}, "clipped" : true, "id" : "1938177cfb"}, {"arcs" : [[2]], "type" : "Polygon", "properties" : {"id" : 376}, "clipped" : true, "id" : "4fff0b2f5b"}, {"arcs" : [[3]], "type" : "Polygon", "properties" : {"id" : 362}, "clipped" : true, "id" : "a59f94ba30"}, {"arcs" : [[4]], "type" : "Polygon", "properties" : {"id" : 379}, "clipped" : true, "id" : "00c34d6105"}, {"arcs" : [[5]], "type" : "Polygon", "properties" : {"id" : 392}, "clipped" : true, "id" : "ae87d1130f"}, {"arcs" : [[6]], "type" : "Polygon", "properties" : {"id" : 395}, "clipped" : true, "id" : "d9043063c7"}]}}, "type" : "Topology", "transform" : {"translate" : [14.58984375000001, 49.61070993807422], "scale" : [0.00017166137695312327, 0.00011110278382693572]}, "arcs" : [[[1002, 382], [22, -9], [0, -373], [-42, 0], [20, 382]], [[1002, 382], [22, 2], [0, -11], [-22, 9]], [[1024, 384], [-22, -2], [-9, 642], [31, 0], [0, -640]], [[222, 0], [780, 382], [-20, -382], [-760, 0]], [[1002, 382], [-217, 642], [208, 0], [9, -642]], [[0, 890], [1002, -508], [-780, -382], [-222, 0], [0, 890]], [[785, 1024], [217, -642], [-1002, 508], [0, 134], [785, 0]]]}
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"}}, "required": ["id"]}, "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#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"parameters": {"type": "object", "properties": {"api-version": {"type": "string"}, "subscriptionId": {"type": "string"}, "ascLocation": {"type": "string"}}, "required": ["api-version", "subscriptionId", "ascLocation"]}, "responses": {"type": "object", "properties": {"200": {"type": "object", "properties": {"body": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"homeRegionName": {"type": "string"}}, "required": ["homeRegionName"]}}, "required": ["id", "name", "type", "properties"]}}, "required": ["body"]}}, "required": ["200"]}}, "required": ["parameters", "responses"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parameters" : {"api-version" : "2015-06-01-preview", "subscriptionId" : "20ff7fc3-e762-44dd-bd96-b71116dcdc23", "ascLocation" : "centralus"}, "responses" : {"200" : {"body" : {"id" : "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/locations/centralus", "name" : "centralus", "type" : "Microsoft.Security/locations", "properties" : {"homeRegionName" : "centralus"}}}}}
json_instruct
{"type": "object", "properties": {"parameters": {"type": "object", "properties": {"api-version": {"type": "string"}, "subscriptionId": {"type": "string"}, "ascLocation": {"type": "string"}}, "required": ["api-version", "subscriptionId", "ascLocation"]}, "responses": {"type": "object", "properties": {"200": {"type": "object", "properties": {"body": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"homeRegionName": {"type": "string"}}, "required": ["homeRegionName"]}}, "required": ["id", "name", "type", "properties"]}}, "required": ["body"]}}, "required": ["200"]}}, "required": ["parameters", "responses"], "$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"}, "files": {"type": "array", "items": {"type": "string"}}, "directories": {"type": "object", "properties": {"lib": {"type": "string"}}, "required": ["lib"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "readmeFilename": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@abandonware/noble": {"type": "string"}}, "required": ["@abandonware/noble"]}}, "required": ["name", "version", "description", "main", "files", "directories", "scripts", "keywords", "homepage", "author", "license", "repository", "readmeFilename", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "node-linking", "version" : "1.0.0", "description" : "The node-linking is a Node.js module which allows you to communicate with the BLE devices supporting the Linking Profile developed by Linking Project (NTT DoCoMo) in Japan.", "main" : "./lib/linking.js", "files" : ["lib"], "directories" : {"lib" : "./lib"}, "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "keywords" : ["Linking", "BLE", "Bluetooth Low Energy", "Bluetooth smart", "Bluetooth", "IoT", "Internet of Things"], "homepage" : "https://github.com/futomi", "author" : "Futomi Hatano <futomi.hatano@gmail.com> (https://github.com/futomi)", "license" : "MIT", "repository" : {"type" : "git", "url" : "https://github.com/futomi/node-linking.git"}, "readmeFilename" : "README.md", "dependencies" : {"@abandonware/noble" : ">=1.9.2-5"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "directories": {"type": "object", "properties": {"lib": {"type": "string"}}, "required": ["lib"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "readmeFilename": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@abandonware/noble": {"type": "string"}}, "required": ["@abandonware/noble"]}}, "required": ["name", "version", "description", "main", "files", "directories", "scripts", "keywords", "homepage", "author", "license", "repository", "readmeFilename", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "hash", "artDyeHash", "redacted", "dyeManifestHash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"index" : 6893, "hash" : 3624407321, "artDyeHash" : 3624407321, "redacted" : false, "dyeManifestHash" : 3312546585, "blacklisted" : false}
json_instruct
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "hash", "artDyeHash", "redacted", "dyeManifestHash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"meta_name": {"type": "string"}, "meta_type": {"type": "string"}, "meta_description": {"type": "array", "items": {"type": "string"}}, "meta_abstract_types": {"type": "array", "items": {"type": "string"}}}, "required": ["meta_name", "meta_type", "meta_description", "meta_abstract_types"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"meta_name" : "settings_monte_carlo", "meta_type" : "type-abstract", "meta_description" : ["Contains parameters that control the Monte-Carlo sampling."], "meta_abstract_types" : ["settings_sampling"]}
json_instruct
{"type": "object", "properties": {"meta_name": {"type": "string"}, "meta_type": {"type": "string"}, "meta_description": {"type": "array", "items": {"type": "string"}}, "meta_abstract_types": {"type": "array", "items": {"type": "string"}}}, "required": ["meta_name", "meta_type", "meta_description", "meta_abstract_types"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"900112235": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900112236": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900112237": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900112238": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900112239": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900112235", "900112236", "900112237", "900112238", "900112239"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"900112235" : {"nama" : "TPS 1", "dapil" : [1602, 11605, 2160903]}, "900112236" : {"nama" : "TPS 2", "dapil" : [1602, 11605, 2160903]}, "900112237" : {"nama" : "TPS 3", "dapil" : [1602, 11605, 2160903]}, "900112238" : {"nama" : "TPS 4", "dapil" : [1602, 11605, 2160903]}, "900112239" : {"nama" : "TPS 5", "dapil" : [1602, 11605, 2160903]}}
json_instruct
{"type": "object", "properties": {"900112235": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900112236": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900112237": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900112238": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900112239": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900112235", "900112236", "900112237", "900112238", "900112239"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"class": {"type": "object", "properties": {"exampleFont": {"type": "string"}, "freeExampleFont": {"type": "string"}}, "required": ["exampleFont", "freeExampleFont"]}, "instance": {"type": "object", "properties": {"addGlyph:": {"type": "string"}, "font:": {"type": "string"}, "initialize": {"type": "string"}, "open": {"type": "string"}, "path:": {"type": "string"}}, "required": ["addGlyph:", "font:", "initialize", "open", "path:"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"class" : {"exampleFont" : "TB 11/14/2016 15:14", "freeExampleFont" : "TB 11/21/2016 10:27"}, "instance" : {"addGlyph:" : "TB 11/21/2016 10:50", "font:" : "TB 11/21/2016 10:44", "initialize" : "TB 11/30/2016 16:16", "open" : "TB 11/13/2016 12:43", "path:" : "TB 11/14/2016 14:49"}}
json_instruct
{"type": "object", "properties": {"class": {"type": "object", "properties": {"exampleFont": {"type": "string"}, "freeExampleFont": {"type": "string"}}, "required": ["exampleFont", "freeExampleFont"]}, "instance": {"type": "object", "properties": {"addGlyph:": {"type": "string"}, "font:": {"type": "string"}, "initialize": {"type": "string"}, "open": {"type": "string"}, "path:": {"type": "string"}}, "required": ["addGlyph:", "font:", "initialize", "open", "path:"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"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": {"type": "object", "properties": {"type": {"type": "string"}, "score": {"type": "string"}}, "required": ["type", "score"]}}, "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": {"type": "string"}}, "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-pxgr-qfm4-mhv6", "modified" : "2022-05-13T01:32:14Z", "published" : "2022-05-13T01:32:14Z", "aliases" : ["CVE-2018-5199"], "details" : "In Veraport G3 ALL on MacOS, due to insufficient domain validation, It is possible to overwrite installation file to malicious file. A remote unauthenticated attacker may use this vulnerability to execute arbitrary file.", "severity" : [{"type" : "CVSS_V3", "score" : "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H"}], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2018-5199"}, {"type" : "WEB", "url" : "https://www.boho.or.kr/krcert/secNoticeView.do?bulletin_writing_sequence=30112"}], "database_specific" : {"cwe_ids" : ["CWE-20"], "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": {"type": "object", "properties": {"type": {"type": "string"}, "score": {"type": "string"}}, "required": ["type", "score"]}}, "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": {"type": "string"}}, "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#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "string"}, "draft": {"type": "boolean"}, "head": {"type": "object", "properties": {"ref": {"type": "string"}}, "required": ["ref"]}, "html_url": {"type": "string"}, "id": {"type": "integer"}, "labels": {"type": "array", "items": {}}, "mergeable": {"type": "null"}, "mergeable_state": {"type": "string"}, "merged": {"type": "boolean"}, "merged_at": {"type": "string"}, "number": {"type": "integer"}, "state": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["ETag", "Last-Modified", "base", "closed_at", "created_at", "draft", "head", "html_url", "id", "labels", "mergeable", "mergeable_state", "merged", "merged_at", "number", "state", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ETag" : "W/\"d36989b0caeb25508618ec1df0040dedc7468fef6a3fce0fc60961dc29ce9265\"", "Last-Modified" : "Sat, 22 May 2021 02:28:52 GMT", "base" : {"repo" : {"name" : "r-splus2r-feedstock"}}, "closed_at" : "2021-05-22T02:28:48Z", "created_at" : "2021-05-22T02:04:41Z", "draft" : false, "head" : {"ref" : "this_is_not_a_branch"}, "html_url" : "https://github.com/conda-forge/r-splus2r-feedstock/pull/10", "id" : 650543989, "labels" : [], "mergeable" : null, "mergeable_state" : "unknown", "merged" : true, "merged_at" : "2021-05-22T02:28:48Z", "number" : 10, "state" : "closed", "updated_at" : "2021-05-22T02:28:52Z"}
json_instruct
{"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "string"}, "draft": {"type": "boolean"}, "head": {"type": "object", "properties": {"ref": {"type": "string"}}, "required": ["ref"]}, "html_url": {"type": "string"}, "id": {"type": "integer"}, "labels": {"type": "array", "items": {}}, "mergeable": {"type": "null"}, "mergeable_state": {"type": "string"}, "merged": {"type": "boolean"}, "merged_at": {"type": "string"}, "number": {"type": "integer"}, "state": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["ETag", "Last-Modified", "base", "closed_at", "created_at", "draft", "head", "html_url", "id", "labels", "mergeable", "mergeable_state", "merged", "merged_at", "number", "state", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"face": {"type": "object", "properties": {"pose_t0": {"type": "object", "properties": {"position": {"type": "array", "items": {"type": "number"}}, "rotation": {"type": "array", "items": {"type": "number"}}}, "required": ["position", "rotation"]}, "pose_t1": {"type": "object", "properties": {"position": {"type": "array", "items": {"type": "number"}}, "rotation": {"type": "array", "items": {"type": "number"}}}, "required": ["position", "rotation"]}, "vertex0": {"type": "array", "items": {"type": "number"}}, "vertex1": {"type": "array", "items": {"type": "number"}}, "vertex2": {"type": "array", "items": {"type": "number"}}}, "required": ["pose_t0", "pose_t1", "vertex0", "vertex1", "vertex2"]}, "type": {"type": "string"}, "vertex": {"type": "object", "properties": {"pose_t0": {"type": "object", "properties": {"position": {"type": "array", "items": {"type": "number"}}, "rotation": {"type": "array", "items": {"type": "number"}}}, "required": ["position", "rotation"]}, "pose_t1": {"type": "object", "properties": {"position": {"type": "array", "items": {"type": "number"}}, "rotation": {"type": "array", "items": {"type": "number"}}}, "required": ["position", "rotation"]}, "vertex": {"type": "array", "items": {"type": "number"}}}, "required": ["pose_t0", "pose_t1", "vertex"]}}, "required": ["face", "type", "vertex"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"face" : {"pose_t0" : {"position" : [10.91192008768393, -1.0, 0.0], "rotation" : [0.0, 2.221441469079183, 2.221441469079183]}, "pose_t1" : {"position" : [10.91192008768393, -1.0, 0.0], "rotation" : [0.0, 2.221441469079183, 2.221441469079183]}, "vertex0" : [-9.999999999999998, 10.0, 0.0], "vertex1" : [-9.999999999999998, -10.0, 0.0], "vertex2" : [10.000000000000002, -10.0, 0.0]}, "type" : "fv", "vertex" : {"pose_t0" : {"position" : [6.9762911674037, -0.47803729631677494, -6.761318327023462], "rotation" : [-1.4645678062241265, 0.7162153895933467, 0.7363258870474958]}, "pose_t1" : {"position" : [6.974305697201986, -0.4822174451649461, -6.764144204427024], "rotation" : [-1.471501943420861, 0.7246229007424863, 0.7308738293149925]}, "vertex" : [0.5, 0.5, -0.5]}}
json_instruct
{"type": "object", "properties": {"face": {"type": "object", "properties": {"pose_t0": {"type": "object", "properties": {"position": {"type": "array", "items": {"type": "number"}}, "rotation": {"type": "array", "items": {"type": "number"}}}, "required": ["position", "rotation"]}, "pose_t1": {"type": "object", "properties": {"position": {"type": "array", "items": {"type": "number"}}, "rotation": {"type": "array", "items": {"type": "number"}}}, "required": ["position", "rotation"]}, "vertex0": {"type": "array", "items": {"type": "number"}}, "vertex1": {"type": "array", "items": {"type": "number"}}, "vertex2": {"type": "array", "items": {"type": "number"}}}, "required": ["pose_t0", "pose_t1", "vertex0", "vertex1", "vertex2"]}, "type": {"type": "string"}, "vertex": {"type": "object", "properties": {"pose_t0": {"type": "object", "properties": {"position": {"type": "array", "items": {"type": "number"}}, "rotation": {"type": "array", "items": {"type": "number"}}}, "required": ["position", "rotation"]}, "pose_t1": {"type": "object", "properties": {"position": {"type": "array", "items": {"type": "number"}}, "rotation": {"type": "array", "items": {"type": "number"}}}, "required": ["position", "rotation"]}, "vertex": {"type": "array", "items": {"type": "number"}}}, "required": ["pose_t0", "pose_t1", "vertex"]}}, "required": ["face", "type", "vertex"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "borough", "definition" : "1. In England, an incorporated town that is not a city; also, a town that sends members to parliament; in Scotland, a body corporate, consisting of the inhabitants of a certain district, erected by the sovereign, with a certain jurisdiction; in America, an incorporated town or village, as in Pennsylvania and Connecticut. Burrill. Erskine. 2. The collective body of citizens or inhabitants of a borough; as, the borough voted to lay a tax. Close borough, or Pocket borough, a borough having the right of sending a member to Parliament, whose nomination is in the hands of a single person. -- Rotten borough, a name given to any borough which, at the time of the passage of the Reform Bill of 1832, contained but few voters, yet retained the privilege of sending a member to Parliament.\n\n(a) An association of men who gave pledges or sureties to the king for the good behavior of each other. (b) The pledge or surety thus given. Blackstone. Tomlins."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "module": {"type": "string"}, "scripts": {"type": "object", "properties": {"test:ci": {"type": "string"}, "test": {"type": "string"}, "build:clean": {"type": "string"}, "build:compile": {"type": "string"}, "build:bundle": {"type": "string"}, "build:example": {"type": "string"}, "build": {"type": "string"}}, "required": ["test:ci", "test", "build:clean", "build:compile", "build:bundle", "build:example", "build"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"flaco": {"type": "string"}, "rollup": {"type": "string"}, "rollup-plugin-commonjs": {"type": "string"}, "rollup-plugin-node-resolve": {"type": "string"}, "smart-table-core": {"type": "string"}, "tape-run": {"type": "string"}, "typescript": {"type": "string"}, "zora": {"type": "string"}}, "required": ["flaco", "rollup", "rollup-plugin-commonjs", "rollup-plugin-node-resolve", "smart-table-core", "tape-run", "typescript", "zora"]}, "peerDependencies": {"type": "object", "properties": {"smart-table-core": {"type": "string"}, "flaco": {"type": "string"}}, "required": ["smart-table-core", "flaco"]}}, "required": ["name", "version", "description", "main", "types", "module", "scripts", "keywords", "author", "license", "devDependencies", "peerDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "smart-table-flaco", "version" : "0.1.0", "description" : "smart table binding for Flaco framework", "main" : "./dist/bundle/index", "types" : "./dist/declarations/index.d.ts", "module" : "./dist/bundle/module.js", "scripts" : {"test:ci" : "npm run build && npm test", "test" : "tsc -b test && rollup -c ./rollup/test.js | tee ./test/dist/debug.js | tape-run", "build:clean" : "rm -rf ./dist && mkdir -p ./dist/bundle && cp -r ./src ./dist/src", "build:compile" : "tsc", "build:bundle" : "rollup -c ./rollup/build.js && rollup -c ./rollup/cdn.js", "build:example" : "tsc -b ./example && rollup -c ./rollup/example.js", "build" : "npm run build:clean && npm run build:compile && npm run build:bundle"}, "keywords" : ["smart-table", "flaco", "ui", "grid", "table", "smart", "datagrid", "data-grid"], "author" : "Laurent Renard <laurent34azerty@gmail.com>", "license" : "MIT", "devDependencies" : {"flaco" : "2.0.0-3", "rollup" : "^0.66.6", "rollup-plugin-commonjs" : "^9.2.0", "rollup-plugin-node-resolve" : "^3.4.0", "smart-table-core" : "^3.0.2", "tape-run" : "^4.0.0", "typescript" : "^3.1.4", "zora" : "^2.0.1"}, "peerDependencies" : {"smart-table-core" : "^3.0.2", "flaco" : "2.0.0-3"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "module": {"type": "string"}, "scripts": {"type": "object", "properties": {"test:ci": {"type": "string"}, "test": {"type": "string"}, "build:clean": {"type": "string"}, "build:compile": {"type": "string"}, "build:bundle": {"type": "string"}, "build:example": {"type": "string"}, "build": {"type": "string"}}, "required": ["test:ci", "test", "build:clean", "build:compile", "build:bundle", "build:example", "build"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"flaco": {"type": "string"}, "rollup": {"type": "string"}, "rollup-plugin-commonjs": {"type": "string"}, "rollup-plugin-node-resolve": {"type": "string"}, "smart-table-core": {"type": "string"}, "tape-run": {"type": "string"}, "typescript": {"type": "string"}, "zora": {"type": "string"}}, "required": ["flaco", "rollup", "rollup-plugin-commonjs", "rollup-plugin-node-resolve", "smart-table-core", "tape-run", "typescript", "zora"]}, "peerDependencies": {"type": "object", "properties": {"smart-table-core": {"type": "string"}, "flaco": {"type": "string"}}, "required": ["smart-table-core", "flaco"]}}, "required": ["name", "version", "description", "main", "types", "module", "scripts", "keywords", "author", "license", "devDependencies", "peerDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"tech": {"type": "string"}, "headers": {"type": "array", "items": {"type": "string"}}, "displayName": {"type": "string"}}, "required": ["tech", "headers", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"tech" : "tbs", "headers" : ["tbs.h"], "displayName" : "TPM Base Services"}
json_instruct
{"type": "object", "properties": {"tech": {"type": "string"}, "headers": {"type": "array", "items": {"type": "string"}}, "displayName": {"type": "string"}}, "required": ["tech", "headers", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "test": {"type": "string"}}, "required": ["dev", "test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "bulma": {"type": "string"}, "pwa-manifest-webpack-plugin": {"type": "string"}, "vue": {"type": "string"}, "vue-html-loader": {"type": "string"}, "vue-loader": {"type": "string"}, "webpack": {"type": "string"}, "webpack-dev-server": {"type": "string"}}, "required": ["axios", "bulma", "pwa-manifest-webpack-plugin", "vue", "vue-html-loader", "vue-loader", "webpack", "webpack-dev-server"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "random-teams-generator", "version" : "1.0.0", "description" : "Random Team Generator (RTG) is a progressive web application which generates teams randomly.", "main" : "main.js", "scripts" : {"dev" : "webpack-dev-server", "test" : "test"}, "repository" : {"type" : "git", "url" : "git+https://github.com/vsambor/random-teams-generator.git"}, "keywords" : ["random", "teams", "generator", "RTG", "tziuka", "vasile", "sambor"], "author" : "Vasile Sambor", "license" : "ISC", "bugs" : {"url" : "https://github.com/vsambor/random-teams-generator/issues"}, "homepage" : "https://github.com/vsambor/random-teams-generator#readme", "devDependencies" : {"axios" : "^0.16.1", "bulma" : "^0.4.1", "pwa-manifest-webpack-plugin" : "^1.0.3", "vue" : "^2.3.3", "vue-html-loader" : "^1.2.4", "vue-loader" : "^12.0.4", "webpack" : "^2.5.1", "webpack-dev-server" : "^2.4.5"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "test": {"type": "string"}}, "required": ["dev", "test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "bulma": {"type": "string"}, "pwa-manifest-webpack-plugin": {"type": "string"}, "vue": {"type": "string"}, "vue-html-loader": {"type": "string"}, "vue-loader": {"type": "string"}, "webpack": {"type": "string"}, "webpack-dev-server": {"type": "string"}}, "required": ["axios", "bulma", "pwa-manifest-webpack-plugin", "vue", "vue-html-loader", "vue-loader", "webpack", "webpack-dev-server"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d1430-32", "text" : "NETWORK AND NONNETWORK COMMERCIAL AND SUSTAINING PROGRAMS\nOF^NBC BASIC AFFILIATES, MONDAY, APRIL 24, 1944, 6-11 P.M. EWT\nco\n[31 j"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "2005", "provinceId" : "35", "regencyId" : "15", "districtId" : "03", "name" : "Tanjekwagir"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
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#"}
[[1978, 5], [1986, 5], [1991, 6], [1992, 6], [1998, 5], [1999, 7]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}}, "required": ["category", "description", "type"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"category" : "``backup``", "description" : "[``botocore``] Update backup client to latest version", "type" : "api-change"}, {"category" : "``docdb``", "description" : "[``botocore``] Update docdb client to latest version", "type" : "api-change"}, {"category" : "``cloudfront``", "description" : "[``botocore``] Update cloudfront client to latest version", "type" : "api-change"}, {"category" : "``servicecatalog``", "description" : "[``botocore``] Update servicecatalog client to latest version", "type" : "api-change"}, {"category" : "imds", "description" : "[``botocore``] Updated InstanceMetadataFetcher to use custom ipv6 uri as endpoint if envvar or config set", "type" : "feature"}, {"category" : "``ssm``", "description" : "[``botocore``] Update ssm client to latest version", "type" : "api-change"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"category": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}}, "required": ["category", "description", "type"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "420606171001", "text" : "\u7c73\u5e84\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "420606171002", "text" : "\u8c22\u6d3c\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "420606171003", "text" : "\u987a\u6b63\u6cb3\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "420606171004", "text" : "\u6850\u6811\u5e97\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "420606171005", "text" : "\u5b59\u5e84\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "420606171006", "text" : "\u8fde\u5c71\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "420606171007", "text" : "\u7c73\u82be\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "420606171008", "text" : "\u53f6\u5e97\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "420606171009", "text" : "\u5b98\u5e84\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "420606171010", "text" : "\u6cb9\u574a\u5c97\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "420606171011", "text" : "\u8f66\u57ce\u6e56\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a"}, {"id" : "420606171202", "text" : "\u6e05\u6cb3\u6751\u59d4\u4f1a"}, {"id" : "420606171206", "text" : "\u5218\u5bb6\u6751\u59d4\u4f1a"}, {"id" : "420606171207", "text" : "\u9a6c\u5e84\u6751\u59d4\u4f1a"}, {"id" : "420606171208", "text" : "\u738b\u6e56\u51b2\u6751\u59d4\u4f1a"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"prestart": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}, "newman": {"type": "string"}, "start": {"type": "string"}, "dev": {"type": "string"}, "lint": {"type": "string"}, "pack": {"type": "string"}}, "required": ["prestart", "build", "test", "newman", "start", "dev", "lint", "pack"]}, "dependencies": {"type": "object", "properties": {"@types/express": {"type": "string"}, "@types/node": {"type": "string"}, "@types/ws": {"type": "string"}, "debug": {"type": "string"}, "express": {"type": "string"}, "uuid": {"type": "string"}, "ws": {"type": "string"}}, "required": ["@types/express", "@types/node", "@types/ws", "debug", "express", "uuid", "ws"]}, "devDependencies": {"type": "object", "properties": {"@types/jest": {"type": "string"}, "@typescript-eslint/eslint-plugin": {"type": "string"}, "@typescript-eslint/parser": {"type": "string"}, "eslint": {"type": "string"}, "jest": {"type": "string"}, "newman": {"type": "string"}, "pkg": {"type": "string"}, "ts-jest": {"type": "string"}, "ts-node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/jest", "@typescript-eslint/eslint-plugin", "@typescript-eslint/parser", "eslint", "jest", "newman", "pkg", "ts-jest", "ts-node", "typescript"]}, "bin": {"type": "string"}, "pkg": {"type": "object", "properties": {"assets": {"type": "array", "items": {"type": "string"}}, "targets": {"type": "array", "items": {"type": "string"}}}, "required": ["assets", "targets"]}}, "required": ["name", "version", "private", "scripts", "dependencies", "devDependencies", "bin", "pkg"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "webserver", "version" : "1.0.0", "private" : true, "scripts" : {"prestart" : "npm install", "build" : "tsc -p tsconfig.json", "test" : "jest --env=node --colors --coverage test", "newman" : "newman run test/renderstreaming.postman_collection.json", "start" : "node ./build/index.js", "dev" : "ts-node ./src/index.ts", "lint" : "eslint --fix 'src/*.ts'", "pack" : "pkg ."}, "dependencies" : {"@types/express" : "^4.16.1", "@types/node" : "^11.12.0", "@types/ws" : "^7.2.2", "debug" : "~2.6.9", "express" : "~4.16.0", "uuid" : "^3.4.0", "ws" : "^7.2.1"}, "devDependencies" : {"@types/jest" : "^24.0.12", "@typescript-eslint/eslint-plugin" : "^2.3.3", "@typescript-eslint/parser" : "^2.3.3", "eslint" : "^6.5.1", "jest" : "^24.8.0", "newman" : "^4.5.5", "pkg" : "^4.4.0", "ts-jest" : "^24.0.2", "ts-node" : "^8.1.0", "typescript" : "^3.3.4000"}, "bin" : "build/index.js", "pkg" : {"assets" : ["public/**/*"], "targets" : ["node10"]}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"prestart": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}, "newman": {"type": "string"}, "start": {"type": "string"}, "dev": {"type": "string"}, "lint": {"type": "string"}, "pack": {"type": "string"}}, "required": ["prestart", "build", "test", "newman", "start", "dev", "lint", "pack"]}, "dependencies": {"type": "object", "properties": {"@types/express": {"type": "string"}, "@types/node": {"type": "string"}, "@types/ws": {"type": "string"}, "debug": {"type": "string"}, "express": {"type": "string"}, "uuid": {"type": "string"}, "ws": {"type": "string"}}, "required": ["@types/express", "@types/node", "@types/ws", "debug", "express", "uuid", "ws"]}, "devDependencies": {"type": "object", "properties": {"@types/jest": {"type": "string"}, "@typescript-eslint/eslint-plugin": {"type": "string"}, "@typescript-eslint/parser": {"type": "string"}, "eslint": {"type": "string"}, "jest": {"type": "string"}, "newman": {"type": "string"}, "pkg": {"type": "string"}, "ts-jest": {"type": "string"}, "ts-node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/jest", "@typescript-eslint/eslint-plugin", "@typescript-eslint/parser", "eslint", "jest", "newman", "pkg", "ts-jest", "ts-node", "typescript"]}, "bin": {"type": "string"}, "pkg": {"type": "object", "properties": {"assets": {"type": "array", "items": {"type": "string"}}, "targets": {"type": "array", "items": {"type": "string"}}}, "required": ["assets", "targets"]}}, "required": ["name", "version", "private", "scripts", "dependencies", "devDependencies", "bin", "pkg"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "members": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "integer"}}, "required": ["name", "value"]}}}, "required": ["name", "members"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "questUseWorkspotTier", "members" : [{"name" : "Tier3", "value" : 0}, {"name" : "Tier4", "value" : 1}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "members": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "integer"}}, "required": ["name", "value"]}}}, "required": ["name", "members"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"mid": {"type": "string"}, "description": {"type": "string"}, "score": {"type": "number"}, "topicality": {"type": "number"}}, "required": ["mid", "description", "score", "topicality"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"mid" : "/m/0bwd_0j", "description" : "elephant", "score" : 0.9926275014877319, "topicality" : 0.9926275014877319}, {"mid" : "/m/07kbbhf", "description" : "elephants and mammoths", "score" : 0.9871743321418762, "topicality" : 0.9871743321418762}, {"mid" : "/m/01280g", "description" : "wildlife", "score" : 0.9620455503463745, "topicality" : 0.9620455503463745}, {"mid" : "/m/0fbf1m", "description" : "terrestrial animal", "score" : 0.9526004791259766, "topicality" : 0.9526004791259766}, {"mid" : "/m/0dflpy", "description" : "indian elephant", "score" : 0.9344608783721924, "topicality" : 0.9344608783721924}, {"mid" : "/m/04rky", "description" : "mammal", "score" : 0.923786461353302, "topicality" : 0.923786461353302}, {"mid" : "/m/04_r5c", "description" : "african elephant", "score" : 0.8934081196784973, "topicality" : 0.8934081196784973}, {"mid" : "/m/01n_j_", "description" : "tusk", "score" : 0.8716030120849609, "topicality" : 0.8716030120849609}, {"mid" : "/m/035qhg", "description" : "fauna", "score" : 0.8423168659210205, "topicality" : 0.8423168659210205}, {"mid" : "/m/synthesized", "description" : "organism", "score" : 0.7705578561100432, "topicality" : 0.7705578561100432}, {"mid" : "/m/0199b0", "description" : "safari", "score" : 0.7080934643745422, "topicality" : 0.7080934643745422}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"mid": {"type": "string"}, "description": {"type": "string"}, "score": {"type": "number"}, "topicality": {"type": "number"}}, "required": ["mid", "description", "score", "topicality"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"consul": {"type": "object", "properties": {"enabled": {"type": "boolean"}, "url": {"type": "string"}, "service": {"type": "string"}, "address": {"type": "string"}, "port": {"type": "string"}, "pingEnabled": {"type": "boolean"}, "pingEndpoint": {"type": "string"}, "pingInterval": {"type": "integer"}, "removeAfterInterval": {"type": "integer"}, "requestRetries": {"type": "integer"}}, "required": ["enabled", "url", "service", "address", "port", "pingEnabled", "pingEndpoint", "pingInterval", "removeAfterInterval", "requestRetries"]}, "fabio": {"type": "object", "properties": {"enabled": {"type": "boolean"}, "url": {"type": "string"}, "service": {"type": "string"}, "requestRetries": {"type": "integer"}}, "required": ["enabled", "url", "service", "requestRetries"]}, "rabbit": {"type": "object", "properties": {"SubscriptionClientName": {"type": "string"}, "EventBusConnection": {"type": "string"}, "EventBusRetryCount": {"type": "integer"}, "EventBusUserName": {"type": "string"}, "EventBusPassword": {"type": "string"}}, "required": ["SubscriptionClientName", "EventBusConnection", "EventBusRetryCount", "EventBusUserName", "EventBusPassword"]}, "backgroundService": {"type": "object", "properties": {"enabled": {"type": "boolean"}, "refreshSeconds": {"type": "integer"}}, "required": ["enabled", "refreshSeconds"]}, "jaeger": {"type": "object", "properties": {"enabled": {"type": "boolean"}, "serviceName": {"type": "string"}, "udpHost": {"type": "string"}, "udpPort": {"type": "integer"}, "maxPacketSize": {"type": "integer"}}, "required": ["enabled", "serviceName", "udpHost", "udpPort", "maxPacketSize"]}}, "required": ["consul", "fabio", "rabbit", "backgroundService", "jaeger"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"consul" : {"enabled" : true, "url" : "http://consul:8500", "service" : "u.fetch-service", "address" : "u.fetch-service", "port" : "5200", "pingEnabled" : true, "pingEndpoint" : "api/fetcher/health", "pingInterval" : 5, "removeAfterInterval" : 10, "requestRetries" : 3}, "fabio" : {"enabled" : true, "url" : "http://fabio:9999", "service" : "u.fetch-service", "requestRetries" : 3}, "rabbit" : {"SubscriptionClientName" : "Fetcher", "EventBusConnection" : "rabbitmq", "EventBusRetryCount" : 5, "EventBusUserName" : "guest", "EventBusPassword" : "guest"}, "backgroundService" : {"enabled" : true, "refreshSeconds" : 60}, "jaeger" : {"enabled" : true, "serviceName" : "u.fetch-service", "udpHost" : "jaeger-agent", "udpPort" : 6831, "maxPacketSize" : 0}}
json_instruct
{"type": "object", "properties": {"consul": {"type": "object", "properties": {"enabled": {"type": "boolean"}, "url": {"type": "string"}, "service": {"type": "string"}, "address": {"type": "string"}, "port": {"type": "string"}, "pingEnabled": {"type": "boolean"}, "pingEndpoint": {"type": "string"}, "pingInterval": {"type": "integer"}, "removeAfterInterval": {"type": "integer"}, "requestRetries": {"type": "integer"}}, "required": ["enabled", "url", "service", "address", "port", "pingEnabled", "pingEndpoint", "pingInterval", "removeAfterInterval", "requestRetries"]}, "fabio": {"type": "object", "properties": {"enabled": {"type": "boolean"}, "url": {"type": "string"}, "service": {"type": "string"}, "requestRetries": {"type": "integer"}}, "required": ["enabled", "url", "service", "requestRetries"]}, "rabbit": {"type": "object", "properties": {"SubscriptionClientName": {"type": "string"}, "EventBusConnection": {"type": "string"}, "EventBusRetryCount": {"type": "integer"}, "EventBusUserName": {"type": "string"}, "EventBusPassword": {"type": "string"}}, "required": ["SubscriptionClientName", "EventBusConnection", "EventBusRetryCount", "EventBusUserName", "EventBusPassword"]}, "backgroundService": {"type": "object", "properties": {"enabled": {"type": "boolean"}, "refreshSeconds": {"type": "integer"}}, "required": ["enabled", "refreshSeconds"]}, "jaeger": {"type": "object", "properties": {"enabled": {"type": "boolean"}, "serviceName": {"type": "string"}, "udpHost": {"type": "string"}, "udpPort": {"type": "integer"}, "maxPacketSize": {"type": "integer"}}, "required": ["enabled", "serviceName", "udpHost", "udpPort", "maxPacketSize"]}}, "required": ["consul", "fabio", "rabbit", "backgroundService", "jaeger"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "bin": {"type": "object", "properties": {"dbootstrap": {"type": "string"}}, "required": ["dbootstrap"]}, "dependencies": {"type": "object", "properties": {"@dwdht/rpc": {"type": "string"}, "minimist": {"type": "string"}}, "required": ["@dwdht/rpc", "minimist"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}}, "required": ["name", "version", "description", "contributors", "license", "main", "scripts", "bin", "dependencies", "devDependencies", "publishConfig"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@dwdht/bootstrap", "version" : "0.1.1", "description" : "dWeb CLI For Launching DHT Bootstrap Nodes Via Command Line", "contributors" : ["Jared Rice Sr. <jared@dwebs.io>", "Bench Computer, Inc. <legal@benchx.io>"], "license" : "MIT", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "bin" : {"dbootstrap" : "./index.js"}, "dependencies" : {"@dwdht/rpc" : "dwdht/rpc#master", "minimist" : "^1.2.0"}, "devDependencies" : {}, "publishConfig" : {"access" : "public"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "bin": {"type": "object", "properties": {"dbootstrap": {"type": "string"}}, "required": ["dbootstrap"]}, "dependencies": {"type": "object", "properties": {"@dwdht/rpc": {"type": "string"}, "minimist": {"type": "string"}}, "required": ["@dwdht/rpc", "minimist"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}}, "required": ["name", "version", "description", "contributors", "license", "main", "scripts", "bin", "dependencies", "devDependencies", "publishConfig"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"parent": {"type": "string"}, "pid": {"type": "integer"}, "argv": {"type": "array", "items": {"type": "string"}}, "execArgv": {"type": "array", "items": {}}, "cwd": {"type": "string"}, "time": {"type": "integer"}, "ppid": {"type": "integer"}, "coverageFilename": {"type": "string"}, "externalId": {"type": "string"}, "uuid": {"type": "string"}, "files": {"type": "array", "items": {}}}, "required": ["parent", "pid", "argv", "execArgv", "cwd", "time", "ppid", "coverageFilename", "externalId", "uuid", "files"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "0abe3076-16a9-4975-87da-4ecfc24d9226", "pid" : 5761, "argv" : ["/home/martin/.nvm/versions/node/v12.4.0/bin/node", "/home/martin/.nvm/versions/node/v12.4.0/bin/npm", "run", "lint"], "execArgv" : [], "cwd" : "/home/martin/workspaces/vscode-json-languageservice", "time" : 1588017375710, "ppid" : 5760, "coverageFilename" : "/home/martin/workspaces/vscode-json-languageservice/.nyc_output/a37c9066-0aa4-4d91-a56b-17754005a42d.json", "externalId" : "", "uuid" : "a37c9066-0aa4-4d91-a56b-17754005a42d", "files" : []}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}, "pid": {"type": "integer"}, "argv": {"type": "array", "items": {"type": "string"}}, "execArgv": {"type": "array", "items": {}}, "cwd": {"type": "string"}, "time": {"type": "integer"}, "ppid": {"type": "integer"}, "coverageFilename": {"type": "string"}, "externalId": {"type": "string"}, "uuid": {"type": "string"}, "files": {"type": "array", "items": {}}}, "required": ["parent", "pid", "argv", "execArgv", "cwd", "time", "ppid", "coverageFilename", "externalId", "uuid", "files"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "productName": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "dependencies": {"type": "object", "properties": {"electron-config": {"type": "string"}, "electron-is": {"type": "string"}, "electron-log": {"type": "string"}, "keytar": {"type": "string"}}, "required": ["electron-config", "electron-is", "electron-log", "keytar"]}}, "required": ["name", "version", "productName", "description", "main", "author", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "GStar", "version" : "0.0.1", "productName" : "GStar", "description" : "Github Stars Management Tool", "main" : "dist/electron.js", "author" : {"name" : "PC", "email" : ""}, "dependencies" : {"electron-config" : "^0.2.1", "electron-is" : "^2.4.0", "electron-log" : "^1.3.0", "keytar" : "^4.1.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "productName": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "dependencies": {"type": "object", "properties": {"electron-config": {"type": "string"}, "electron-is": {"type": "string"}, "electron-log": {"type": "string"}, "keytar": {"type": "string"}}, "required": ["electron-config", "electron-is", "electron-log", "keytar"]}}, "required": ["name", "version", "productName", "description", "main", "author", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"assessment" : [{"name" : "Mid Trimester Quiz", "weight" : 20}, {"name" : "Legal Hypothetical (ILAC) & Research Assignment", "weight" : 30}, {"name" : "Final Examination", "weight" : 50}]}
json_instruct
{"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}}, "required": ["@metadata"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"@metadata" : {"authors" : ["R-Joe"]}}
json_instruct
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}}, "required": ["@metadata"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {"K02554": {"type": "string"}}, "required": ["K02554"]}, "name": {"type": "string"}, "product_stoichiometries": {"type": "array", "items": {"type": "string"}}, "enzymes": {"type": "array", "items": {"type": "string"}}, "equation": {"type": "string"}, "glycans": {"type": "boolean"}, "substrate_stoichiometries": {"type": "array", "items": {"type": "string"}}, "rpairs": {"type": "object", "properties": {}, "required": []}, "entry_id": {"type": "string"}, "pathways": {"type": "object", "properties": {}, "required": []}, "products": {"type": "array", "items": {"type": "string"}}, "substrates": {"type": "array", "items": {"type": "string"}}}, "required": ["comment", "definition", "orthologs", "name", "product_stoichiometries", "enzymes", "equation", "glycans", "substrate_stoichiometries", "rpairs", "entry_id", "pathways", "products", "substrates"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"comment" : "", "definition" : "4-Carboxy-4-hydroxy-2-oxoadipate <=> 4-Carboxy-2-oxo-3-hexenedioate + H2O", "orthologs" : {"K02554" : "2-keto-4-pentenoate hydratase [EC:4.2.1.80]"}, "name" : "4-Carboxy-4-hydroxy-2-oxoadipate hydro-lyase", "product_stoichiometries" : ["1", "1"], "enzymes" : ["4.2.1.80"], "equation" : "C04115 <=> C05364 + C00001", "glycans" : false, "substrate_stoichiometries" : ["1"], "rpairs" : {}, "entry_id" : "R04781", "pathways" : {}, "products" : ["C05364", "C00001"], "substrates" : ["C04115"]}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {"K02554": {"type": "string"}}, "required": ["K02554"]}, "name": {"type": "string"}, "product_stoichiometries": {"type": "array", "items": {"type": "string"}}, "enzymes": {"type": "array", "items": {"type": "string"}}, "equation": {"type": "string"}, "glycans": {"type": "boolean"}, "substrate_stoichiometries": {"type": "array", "items": {"type": "string"}}, "rpairs": {"type": "object", "properties": {}, "required": []}, "entry_id": {"type": "string"}, "pathways": {"type": "object", "properties": {}, "required": []}, "products": {"type": "array", "items": {"type": "string"}}, "substrates": {"type": "array", "items": {"type": "string"}}}, "required": ["comment", "definition", "orthologs", "name", "product_stoichiometries", "enzymes", "equation", "glycans", "substrate_stoichiometries", "rpairs", "entry_id", "pathways", "products", "substrates"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"angular-sanitize.js": {"type": "string"}, "angular-sanitize.min.js": {"type": "string"}}, "required": ["angular-sanitize.js", "angular-sanitize.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"angular-sanitize.js" : "sha512-vgLJYRG/8okjIYOsxX8gDLdErvVonzOfhJfwOwQ13k9kQjbXwdtiFvLo1Dg/5AU4AL505dyk09IOhssGSjh+VA==", "angular-sanitize.min.js" : "sha512-8y/WzqyFG/Z4u0fcqZaZCTo4h0rayEJnLeX/n/kRuq3oiJojWOxafL3dXAQV0SPSqT1tS6fK20sqWNIY1/0Ddw=="}
json_instruct
{"type": "object", "properties": {"angular-sanitize.js": {"type": "string"}, "angular-sanitize.min.js": {"type": "string"}}, "required": ["angular-sanitize.js", "angular-sanitize.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "object", "properties": {"totalSubs": {"type": "integer"}, "subsInEachSource": {"type": "object", "properties": {"feedly": {"type": "integer"}, "inoreader": {"type": "integer"}, "feedsPub": {"type": "integer"}}, "required": ["feedly", "inoreader", "feedsPub"]}, "failedSources": {"type": "object", "properties": {}, "required": []}}, "required": ["totalSubs", "subsInEachSource", "failedSources"]}, "lastModified": {"type": "integer"}}, "required": ["status", "data", "lastModified"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"status" : 200, "data" : {"totalSubs" : 280, "subsInEachSource" : {"feedly" : 122, "inoreader" : 99, "feedsPub" : 59}, "failedSources" : {}}, "lastModified" : 1609061544962}
json_instruct
{"type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "object", "properties": {"totalSubs": {"type": "integer"}, "subsInEachSource": {"type": "object", "properties": {"feedly": {"type": "integer"}, "inoreader": {"type": "integer"}, "feedsPub": {"type": "integer"}}, "required": ["feedly", "inoreader", "feedsPub"]}, "failedSources": {"type": "object", "properties": {}, "required": []}}, "required": ["totalSubs", "subsInEachSource", "failedSources"]}, "lastModified": {"type": "integer"}}, "required": ["status", "data", "lastModified"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_cd": {"type": "integer"}, "station_name": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["pref_cd", "line_cd", "line_name", "station_cd", "station_g_cd", "station_name", "lon", "lat"]}}}, "required": ["station"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"station" : [{"pref_cd" : 23, "line_cd" : 99513, "line_name" : "\u540d\u53e4\u5c4b\u5e02\u55b6\u5730\u4e0b\u9244\u6771\u5c71\u7dda", "station_cd" : 9951309, "station_g_cd" : 9951309, "station_name" : "\u4f0f\u898b", "lon" : 136.897427, "lat" : 35.169273}]}
json_instruct
{"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_cd": {"type": "integer"}, "station_name": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["pref_cd", "line_cd", "line_name", "station_cd", "station_g_cd", "station_name", "lon", "lat"]}}}, "required": ["station"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"replace" : false, "values" : ["usefulresources:platinum_bars"]}
json_instruct
{"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "website": {"type": "string"}, "description": {"type": "string"}, "explorer": {"type": "string"}, "type": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "status": {"type": "string"}, "id": {"type": "string"}}, "required": ["name", "website", "description", "explorer", "type", "symbol", "decimals", "status", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "DEXTools", "website" : "https://dextools.io/app", "description" : "Ultimate Hub and Defi App For Decentralized exchanges like Uniswap, Pancakeswap, Sushiswap, etc.", "explorer" : "https://bscscan.com/token/0xb1280589dbac3e7ce111bF4A7Fb9c71A30213F7e", "type" : "BEP20", "symbol" : "DEXT", "decimals" : 18, "status" : "active", "id" : "0xb1280589dbac3e7ce111bF4A7Fb9c71A30213F7e"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "website": {"type": "string"}, "description": {"type": "string"}, "explorer": {"type": "string"}, "type": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "status": {"type": "string"}, "id": {"type": "string"}}, "required": ["name", "website", "description", "explorer", "type", "symbol", "decimals", "status", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["get-css"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this 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" : "Nottingham Lister Gate", "addressLines" : ["34", "Unit 3", "Lister Gate", "Nottingham", "Nottinghamshire"], "postalCode" : "NG1 7DD", "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": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "number"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "number"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title": {"type": "string"}, "year": {"type": "integer"}}, "required": ["artist_id", "artist_latitude", "artist_location", "artist_longitude", "artist_name", "duration", "num_songs", "song_id", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"artist_id" : "ARLT50D1187B98E956", "artist_latitude" : 43.64856, "artist_location" : "Toronto", "artist_longitude" : -79.38533, "artist_name" : "Solvent", "duration" : 232.85506, "num_songs" : 1, "song_id" : "SOFAFNN12AB018E520", "title" : "Take Me Home", "year" : 2010}
json_instruct
{"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "number"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "number"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title": {"type": "string"}, "year": {"type": "integer"}}, "required": ["artist_id", "artist_latitude", "artist_location", "artist_longitude", "artist_name", "duration", "num_songs", "song_id", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "phone": {"type": "string"}, "full_time_school": {"type": "boolean"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "state": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "phone", "full_time_school", "programs", "state", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Grundschule R\u00fcstersiel", "id" : "NI-39482-0", "address" : "Achtern Diek 7, 26386\u00a0Wilhelmshaven", "school_type" : "Grundschule Ganztagsschule", "phone" : "04421 60362", "full_time_school" : true, "programs" : {"programs" : []}, "state" : "NI", "lon" : 8.109435, "lat" : 53.558002}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "phone": {"type": "string"}, "full_time_school": {"type": "boolean"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "state": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "phone", "full_time_school", "programs", "state", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"logs": {"type": "array", "items": {"type": "object", "properties": {"outputFile": {"type": "string"}, "map": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "string"}, "from": {"type": "object", "properties": {"startLines": {"type": "string"}, "startColumns": {"type": "string"}, "startOffsets": {"type": "string"}, "endColumns": {"type": "string"}, "endOffsets": {"type": "string"}}, "required": ["startLines", "startColumns", "startOffsets", "endColumns", "endOffsets"]}, "to": {"type": "object", "properties": {"startLines": {"type": "string"}, "startColumns": {"type": "string"}, "startOffsets": {"type": "string"}, "endColumns": {"type": "string"}, "endOffsets": {"type": "string"}}, "required": ["startLines", "startColumns", "startOffsets", "endColumns", "endOffsets"]}}, "required": ["source", "from", "to"]}}}, "required": ["outputFile", "map"]}}}, "required": ["logs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"logs" : [{"outputFile" : "/Users/liwei/Documents/github/LeeMedia/ExoPlayer/extensions/gvr/buildout/intermediates/incremental/mergeDebugAndroidTestResources/merged.dir/values-cs/values-cs.xml", "map" : [{"source" : "/Users/liwei/.gradle/caches/transforms-1/files-1.1/sdk-common-1.60.1.aar/e4f8e12fe48d8bf556dd632906ed5ca5/res/values-cs/values.xml", "from" : {"startLines" : "4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25", "startColumns" : "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0", "startOffsets" : "258,348,423,506,616,802,943,1023,1132,1243,1356,1441,1654,1873,1973,2082,2196,2316,2470,2570,2644,2728", "endColumns" : "89,74,82,109,185,140,79,108,110,112,84,212,218,99,108,113,119,153,99,73,83,90", "endOffsets" : "347,422,505,615,801,942,1022,1131,1242,1355,1440,1653,1872,1972,2081,2195,2315,2469,2569,2643,2727,2818"}, "to" : {"startLines" : "2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23", "startColumns" : "4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4", "startOffsets" : "105,199,278,365,479,669,814,898,1011,1126,1243,1332,1549,1772,1876,1989,2107,2231,2385,2489,2567,2655", "endColumns" : "93,78,86,113,189,144,83,112,114,116,88,216,222,103,112,117,123,153,103,77,87,94", "endOffsets" : "194,273,360,474,664,809,893,1006,1121,1238,1327,1544,1767,1871,1984,2102,2226,2380,2484,2562,2650,2745"}}]}]}
json_instruct
{"type": "object", "properties": {"logs": {"type": "array", "items": {"type": "object", "properties": {"outputFile": {"type": "string"}, "map": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "string"}, "from": {"type": "object", "properties": {"startLines": {"type": "string"}, "startColumns": {"type": "string"}, "startOffsets": {"type": "string"}, "endColumns": {"type": "string"}, "endOffsets": {"type": "string"}}, "required": ["startLines", "startColumns", "startOffsets", "endColumns", "endOffsets"]}, "to": {"type": "object", "properties": {"startLines": {"type": "string"}, "startColumns": {"type": "string"}, "startOffsets": {"type": "string"}, "endColumns": {"type": "string"}, "endOffsets": {"type": "string"}}, "required": ["startLines", "startColumns", "startOffsets", "endColumns", "endOffsets"]}}, "required": ["source", "from", "to"]}}}, "required": ["outputFile", "map"]}}}, "required": ["logs"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "symbol", "logoURI", "decimals", "address", "chainId", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "UNCLS", "symbol" : "UNCLES", "logoURI" : "https://i.pinimg.com/564x/9d/84/75/9d8475e2fc5877f9fc312cc53e3c0bb0.jpg", "decimals" : 9, "address" : "6mYq94Uo1ciebHZuUhn7waNKV1Xh5tKdQdJToFTJQWb5", "chainId" : 101, "tags" : ["utility-token", "community-token"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "symbol", "logoURI", "decimals", "address", "chainId", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "rules": {"type": "array", "items": {}}}, "required": ["name", "description", "rules"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "emptyRuleSet", "description" : "", "rules" : []}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "rules": {"type": "array", "items": {}}}, "required": ["name", "description", "rules"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "license": {"type": "string"}, "engines": {"type": "object", "properties": {"atom": {"type": "string"}}, "required": ["atom"]}, "dependencies": {"type": "object", "properties": {}, "required": []}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "readme": {"type": "string"}, "readmeFilename": {"type": "string"}, "homepage": {"type": "string"}, "_id": {"type": "string"}, "_shasum": {"type": "string"}, "_resolved": {"type": "string"}, "_from": {"type": "string"}}, "required": ["name", "version", "private", "description", "repository", "license", "engines", "dependencies", "bugs", "readme", "readmeFilename", "homepage", "_id", "_shasum", "_resolved", "_from"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "language-groovy", "version" : "0.4.0", "private" : true, "description" : "Groovy language support in Atom", "repository" : {"type" : "git", "url" : "https://github.com/Jakehp/language-groovy"}, "license" : "MIT", "engines" : {"atom" : ">0.50.0 <2.0.0"}, "dependencies" : {}, "bugs" : {"url" : "https://github.com/Jakehp/language-groovy/issues"}, "readme" : "# Groovy language support in Atom\n\nAdds syntax highlighting and snippets to Groovy files in Atom.\n\nOriginally [converted](http://atom.io/docs/latest/converting-a-text-mate-bundle)\nfrom the [groovy.tmbundle](https://github.com/textmate/groovy.tmbundle).\n\nContributions are *greatly* appreciated. Please fork this repository, open a pull request to add snippets, make grammar tweaks, fix issues, etc.\n\n## Installation\n\n```shell\napm install language-groovy\n```\nIf apm is not recognized, open Atom, open the Atom menu, and select \"Install Shell Commands\". Then try running the command again.\n", "readmeFilename" : "README.md", "homepage" : "https://github.com/Jakehp/language-groovy", "_id" : "language-groovy@0.4.0", "_shasum" : "43f6ddce2406dbcb97485718761903c78bd3e9da", "_resolved" : "file:..\\d-11539-10860-1a19qj8\\package.tgz", "_from" : "..\\d-11539-10860-1a19qj8\\package.tgz"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "license": {"type": "string"}, "engines": {"type": "object", "properties": {"atom": {"type": "string"}}, "required": ["atom"]}, "dependencies": {"type": "object", "properties": {}, "required": []}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "readme": {"type": "string"}, "readmeFilename": {"type": "string"}, "homepage": {"type": "string"}, "_id": {"type": "string"}, "_shasum": {"type": "string"}, "_resolved": {"type": "string"}, "_from": {"type": "string"}}, "required": ["name", "version", "private", "description", "repository", "license", "engines", "dependencies", "bugs", "readme", "readmeFilename", "homepage", "_id", "_shasum", "_resolved", "_from"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "3208090016", "district_id" : "3208090", "name" : "CIBULAN"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"abstract": {"type": "string"}, "description": {"type": "string"}, "favorite": {"type": "string"}, "length": {"type": "string"}, "likes": {"type": "string"}, "recorded": {"type": "string"}, "speakers": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "type": {"type": "string"}}, "required": ["code", "type"]}}, "views": {"type": "string"}}, "required": ["abstract", "description", "favorite", "length", "likes", "recorded", "speakers", "tags", "thumbnail_url", "title", "videos", "views"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"abstract" : "https://events.drupal.org/neworleans2016/sessions/just-right-goldilocks-and-cms-theme-systems", "description" : "How do we design a CMS theme system that satisfies widely differing user personas at once? Is it possible to provide excellent user experiences for frontend developers, backend developers, and UI users at the same time? How do we balance flexibility, complexity, security, and other factors?\n\nWe will explore this problem space from several different angles:\n\nHow popular CMSes prioritize different user personas\n\nWhy the themer experience is more difficult in a CMS than a framework\n\nHow to evolve without losing backwards compatibility\n\nWhy security is an important part of designing a theme system\n\nHow we can improve the themer experience in the future\n\nAfter an introductory analysis we will open the floor to a discussion of these problems and potential solutions.\n\nSlides: bit.ly/goldnola2016", "favorite" : "0", "length" : "56:22", "likes" : "0", "recorded" : "2016-05-09", "speakers" : ["lauri-eskola", "scott-reeves"], "tags" : [], "thumbnail_url" : "https://i.ytimg.com/vi/F88ryt1CB3A/hqdefault.jpg", "title" : "Just Right: Goldilocks and CMS theme systems", "videos" : [{"code" : "F88ryt1CB3A", "type" : "youtube"}], "views" : "138"}
json_instruct
{"type": "object", "properties": {"abstract": {"type": "string"}, "description": {"type": "string"}, "favorite": {"type": "string"}, "length": {"type": "string"}, "likes": {"type": "string"}, "recorded": {"type": "string"}, "speakers": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "type": {"type": "string"}}, "required": ["code", "type"]}}, "views": {"type": "string"}}, "required": ["abstract", "description", "favorite", "length", "likes", "recorded", "speakers", "tags", "thumbnail_url", "title", "videos", "views"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"immutable": {"type": "string"}, "xlsx": {"type": "string"}}, "required": ["immutable", "xlsx"]}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "eslint": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["chai", "eslint", "mocha"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "delete_your_for_loops", "version" : "1.0.0", "description" : "Demonstrates using functional constructs to replace for loops", "main" : "index.js", "scripts" : {"test" : "./node_modules/.bin/mocha"}, "author" : "Jeff Butler", "license" : "MIT", "dependencies" : {"immutable" : "^3.8.1", "xlsx" : "^0.9.6"}, "devDependencies" : {"chai" : "^3.5.0", "eslint" : "^3.18.0", "mocha" : "^3.2.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"immutable": {"type": "string"}, "xlsx": {"type": "string"}}, "required": ["immutable", "xlsx"]}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "eslint": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["chai", "eslint", "mocha"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"author" : {"id" : "t2_u4qzm", "name" : "tjkopena"}, "date" : {"day" : 1497312000, "full" : 1497349970, "month" : 1496275200, "week" : 1497139200}, "id" : "t3_6gz183", "picture" : {"filesize" : 59807, "fullUrl" : "https://external-preview.redd.it/vZS9uzsk88LakZ-efSD845A4TNQqEMe-iH7kXBYWJpI.jpg?auto=webp&s=9340826469a3962f8ef030305452de766ebfcea5", "hash" : "6e0cb912ec", "height" : 480, "lqip" : "data:image/jpg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAMABADASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABAUG/8QAJBAAAgAFAwQDAAAAAAAAAAAAAQIDBAURIQASFAYiMUETUaH/xAAUAQEAAAAAAAAAAAAAAAAAAAAF/8QAGxEBAAIDAQEAAAAAAAAAAAAAAQIRAAMEscH/2gAMAwEAAhEDEQA/ANrL9UVqHV2luTMLIpKgCaaKqAOF7mJa97n2RjVmndW1lYUJZefh1QntLmWGPouV8Xz4/NG4sF4XwbNsOIArbDa4OLaJCp8rTXfhQhCZgA7Am7WwLn3jGitHbFJQbs+4j06WSTKBPM//2Q==", "url" : "https://external-preview.redd.it/vZS9uzsk88LakZ-efSD845A4TNQqEMe-iH7kXBYWJpI.jpg?width=640&crop=smart&auto=webp&s=6981f4327c4dd22c7622c88a9899e2444a38aa6b", "width" : 640}, "score" : {"comments" : 8, "downs" : 0, "ratio" : 0.94, "ups" : 26, "value" : 26}, "subreddit" : {"id" : "t5_2xy5e", "name" : "TerrainBuilding"}, "tags" : [], "title" : "Derelict Depot: Construction", "url" : "https://www.reddit.com/r/TerrainBuilding/comments/6gz183/derelict_depot_construction/"}
json_instruct
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"currentAnimal": {"type": "string"}, "bird": {"type": "object", "properties": {"imageUrl": {"type": "string"}, "videoUrl": {"type": "string"}, "style": {"type": "string"}, "iframeUrl": {"type": "string"}}, "required": ["imageUrl", "videoUrl", "style", "iframeUrl"]}}, "required": ["currentAnimal", "bird"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"currentAnimal" : "bird", "bird" : {"imageUrl" : "/static/samples/img/bird.jpg", "videoUrl" : "/video/bird-video.mp4", "style" : "yellowBackground", "iframeUrl" : "https://player.vimeo.com/video/151358139"}}
json_instruct
{"type": "object", "properties": {"currentAnimal": {"type": "string"}, "bird": {"type": "object", "properties": {"imageUrl": {"type": "string"}, "videoUrl": {"type": "string"}, "style": {"type": "string"}, "iframeUrl": {"type": "string"}}, "required": ["imageUrl", "videoUrl", "style", "iframeUrl"]}}, "required": ["currentAnimal", "bird"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"options": {"type": "object", "properties": {"type": {"type": "string"}, "label": {"type": "string"}, "repeat": {"type": "boolean"}, "fields": {"type": "object", "properties": {"has_header": {"type": "object", "properties": {"type": {"type": "string"}, "label": {"type": "string"}, "show_if": {"type": "string"}}, "required": ["type", "label", "show_if"]}, "has_label": {"type": "object", "properties": {"type": {"type": "string"}, "label": {"type": "string"}, "show_if": {"type": "string"}}, "required": ["type", "label", "show_if"]}, "has_both": {"type": "object", "properties": {"type": {"type": "string"}, "label": {"type": "string"}, "show_if": {"type": "string"}}, "required": ["type", "label", "show_if"]}, "has_both2": {"type": "object", "properties": {"type": {"type": "string"}, "label": {"type": "string"}, "show_if": {"type": "string"}, "val": {"type": "string"}}, "required": ["type", "label", "show_if", "val"]}, "header_only": {"type": "object", "properties": {"type": {"type": "string"}, "label": {"type": "string"}, "show_if": {"type": "string"}}, "required": ["type", "label", "show_if"]}, "label_only": {"type": "object", "properties": {"type": {"type": "string"}, "label": {"type": "string"}, "show_if": {"type": "string"}}, "required": ["type", "label", "show_if"]}, "no_header": {"type": "object", "properties": {"type": {"type": "string"}, "label": {"type": "string"}, "show_if": {"type": "string"}}, "required": ["type", "label", "show_if"]}, "no_label": {"type": "object", "properties": {"type": {"type": "string"}, "label": {"type": "string"}, "show_if": {"type": "string"}}, "required": ["type", "label", "show_if"]}}, "required": ["has_header", "has_label", "has_both", "has_both2", "header_only", "label_only", "no_header", "no_label"]}}, "required": ["type", "label", "repeat", "fields"]}}, "required": ["options"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"options" : {"type" : "fieldset", "label" : "Spalten\u00fcbersschrift & Zeilenbezeichner Ergebnis", "repeat" : false, "fields" : {"has_header" : {"type" : "button", "label" : "Hat Kopfzeile!", "show_if" : "$input_table.numOfHeader >= 1"}, "has_label" : {"type" : "button", "label" : "Hat Zeilenbezeichner!", "show_if" : "$input_table.numOfLabel >= 1"}, "has_both" : {"type" : "button", "label" : "Hat beides!", "show_if" : "$input_table.numOfHeader >= 1 && $input_table.numOfLabel >= 1"}, "has_both2" : {"type" : "text", "label" : "Hat beides2!", "show_if" : "$input_table.numOfHeader>=1 && $input_table.numOfLabel>=1", "val" : "both"}, "header_only" : {"type" : "button", "label" : "Nur Kopfzeile!", "show_if" : "$input_table.numOfHeader >= 1 && $input_table.numOfLabel < 1"}, "label_only" : {"type" : "button", "label" : "Nur Zeilenbezeichner!", "show_if" : "$input_table.numOfHeader < 1 && $input_table.numOfLabel >= 1"}, "no_header" : {"type" : "button", "label" : "Keine Kopfzeile!", "show_if" : "$input_table.numOfHeader < 1"}, "no_label" : {"type" : "button", "label" : "Kein Zeilenbezeichner!", "show_if" : "$input_table.numOfLabel < 1"}}}}
json_instruct
{"type": "object", "properties": {"options": {"type": "object", "properties": {"type": {"type": "string"}, "label": {"type": "string"}, "repeat": {"type": "boolean"}, "fields": {"type": "object", "properties": {"has_header": {"type": "object", "properties": {"type": {"type": "string"}, "label": {"type": "string"}, "show_if": {"type": "string"}}, "required": ["type", "label", "show_if"]}, "has_label": {"type": "object", "properties": {"type": {"type": "string"}, "label": {"type": "string"}, "show_if": {"type": "string"}}, "required": ["type", "label", "show_if"]}, "has_both": {"type": "object", "properties": {"type": {"type": "string"}, "label": {"type": "string"}, "show_if": {"type": "string"}}, "required": ["type", "label", "show_if"]}, "has_both2": {"type": "object", "properties": {"type": {"type": "string"}, "label": {"type": "string"}, "show_if": {"type": "string"}, "val": {"type": "string"}}, "required": ["type", "label", "show_if", "val"]}, "header_only": {"type": "object", "properties": {"type": {"type": "string"}, "label": {"type": "string"}, "show_if": {"type": "string"}}, "required": ["type", "label", "show_if"]}, "label_only": {"type": "object", "properties": {"type": {"type": "string"}, "label": {"type": "string"}, "show_if": {"type": "string"}}, "required": ["type", "label", "show_if"]}, "no_header": {"type": "object", "properties": {"type": {"type": "string"}, "label": {"type": "string"}, "show_if": {"type": "string"}}, "required": ["type", "label", "show_if"]}, "no_label": {"type": "object", "properties": {"type": {"type": "string"}, "label": {"type": "string"}, "show_if": {"type": "string"}}, "required": ["type", "label", "show_if"]}}, "required": ["has_header", "has_label", "has_both", "has_both2", "header_only", "label_only", "no_header", "no_label"]}}, "required": ["type", "label", "repeat", "fields"]}}, "required": ["options"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"slug": {"type": "string"}, "name": {"type": "string"}, "latest_version": {"type": "string"}, "last_updated": {"type": "string"}, "vulnerabilities": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "published_date": {"type": "string"}, "references": {"type": "object", "properties": {"url": {"type": "array", "items": {"type": "string"}}, "osvdb": {"type": "null"}, "secunia": {"type": "null"}, "cve": {"type": "null"}, "exploitdb": {"type": "null"}}, "required": ["url", "osvdb", "secunia", "cve", "exploitdb"]}, "vuln_type": {"type": "string"}, "fixed_in": {"type": "string"}, "criticity": {"type": "number"}}, "required": ["id", "title", "created_at", "updated_at", "published_date", "references", "vuln_type", "fixed_in", "criticity"]}}}, "required": ["slug", "name", "latest_version", "last_updated", "vulnerabilities"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"slug" : "oauth2-provider", "name" : "WP OAuth Server", "latest_version" : "3.4.5", "last_updated" : "2018-03-27T17:30:48.668Z", "vulnerabilities" : [{"id" : "8153", "title" : "WP OAuth Server <= 3.1.4 - Insecure Pseudor&om Number Generation", "created_at" : "2015-08-14T17:23:13Z", "updated_at" : "2015-09-23T18:45:49Z", "published_date" : "2015-08-12T00:00:00Z", "references" : {"url" : ["https://security.dxw.com/advisories/the-oauth2-complete-plugin-for-wordpress-uses-a-pseudorandom-number-generator-which-is-non-cryptographically-secure/", "http://packetstormsecurity.com/files/133062/"], "osvdb" : null, "secunia" : null, "cve" : null, "exploitdb" : null}, "vuln_type" : "UNKNOWN", "fixed_in" : "3.1.5", "criticity" : 0.0}]}
json_instruct
{"type": "object", "properties": {"slug": {"type": "string"}, "name": {"type": "string"}, "latest_version": {"type": "string"}, "last_updated": {"type": "string"}, "vulnerabilities": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "published_date": {"type": "string"}, "references": {"type": "object", "properties": {"url": {"type": "array", "items": {"type": "string"}}, "osvdb": {"type": "null"}, "secunia": {"type": "null"}, "cve": {"type": "null"}, "exploitdb": {"type": "null"}}, "required": ["url", "osvdb", "secunia", "cve", "exploitdb"]}, "vuln_type": {"type": "string"}, "fixed_in": {"type": "string"}, "criticity": {"type": "number"}}, "required": ["id", "title", "created_at", "updated_at", "published_date", "references", "vuln_type", "fixed_in", "criticity"]}}}, "required": ["slug", "name", "latest_version", "last_updated", "vulnerabilities"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"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": {"TIMESTAMP UTC": {"type": "string"}, "CLASSIFICATION": {"type": "string"}}, "required": ["TIMESTAMP UTC", "CLASSIFICATION"]}}, "required": ["type", "geometry", "properties"]}}, "type": {"type": "string"}}, "required": ["features", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"features" : [{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [12.883927768663838, 55.76897750404312]}, "properties" : {"TIMESTAMP UTC" : "2019-09-17T10:35:24", "CLASSIFICATION" : "Flying plane"}}, {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [12.962983972269353, 55.69404488948787]}, "properties" : {"TIMESTAMP UTC" : "2019-09-17T10:35:24", "CLASSIFICATION" : "Flying plane"}}, {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [12.630534343425238, 55.609768159928116]}, "properties" : {"TIMESTAMP UTC" : "2019-09-17T10:35:24", "CLASSIFICATION" : "Flying plane"}}, {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [12.687480260710498, 55.60626411680144]}, "properties" : {"TIMESTAMP UTC" : "2019-09-17T10:35:24", "CLASSIFICATION" : "Flying plane"}}, {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [12.49803169231177, 55.542652256963166]}, "properties" : {"TIMESTAMP UTC" : "2019-09-17T10:35:24", "CLASSIFICATION" : "Flying plane"}}], "type" : "FeatureCollection"}
json_instruct
{"type": "object", "properties": {"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": {"TIMESTAMP UTC": {"type": "string"}, "CLASSIFICATION": {"type": "string"}}, "required": ["TIMESTAMP UTC", "CLASSIFICATION"]}}, "required": ["type", "geometry", "properties"]}}, "type": {"type": "string"}}, "required": ["features", "type"], "$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"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals", "dharmaVerificationStatus"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Buff Protocol", "symbol" : "BUFF", "address" : "0x4b0F3d2E41994e715cD5587c349c753C10c06AE0", "decimals" : 18, "dharmaVerificationStatus" : "UNVERIFIED"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals", "dharmaVerificationStatus"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"vendor": {"type": "string"}, "filename": {"type": "string"}, "release_type": {"type": "string"}, "version": {"type": "string"}, "java_version": {"type": "string"}, "jvm_impl": {"type": "string"}, "os": {"type": "string"}, "architecture": {"type": "string"}, "file_type": {"type": "string"}, "image_type": {"type": "string"}, "features": {"type": "array", "items": {}}, "url": {"type": "string"}, "md5": {"type": "string"}, "md5_file": {"type": "string"}, "sha1": {"type": "string"}, "sha1_file": {"type": "string"}, "sha256": {"type": "string"}, "sha256_file": {"type": "string"}, "sha512": {"type": "string"}, "sha512_file": {"type": "string"}, "size": {"type": "integer"}}, "required": ["vendor", "filename", "release_type", "version", "java_version", "jvm_impl", "os", "architecture", "file_type", "image_type", "features", "url", "md5", "md5_file", "sha1", "sha1_file", "sha256", "sha256_file", "sha512", "sha512_file", "size"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"vendor" : "zulu", "filename" : "zulu17.0.69-ea-jdk17.0.0-ea.30-win_i686.zip", "release_type" : "ea", "version" : "17.0.69", "java_version" : "17.0.0-ea.30", "jvm_impl" : "hotspot", "os" : "windows", "architecture" : "i686", "file_type" : "zip", "image_type" : "jdk", "features" : [], "url" : "https://static.azul.com/zulu/bin/zulu17.0.69-ea-jdk17.0.0-ea.30-win_i686.zip", "md5" : "28b45edd13c36156848cf9443ba22f14", "md5_file" : "zulu17.0.69-ea-jdk17.0.0-ea.30-win_i686.zip.md5", "sha1" : "906a653573f0f8473246316563fb645d91c5d4fe", "sha1_file" : "zulu17.0.69-ea-jdk17.0.0-ea.30-win_i686.zip.sha1", "sha256" : "6207f53ce88bcf43553db6bf0019f03d452a0e67d8e00ad5440f35881262571c", "sha256_file" : "zulu17.0.69-ea-jdk17.0.0-ea.30-win_i686.zip.sha256", "sha512" : "fd009c1c178bac0ab403838f1bd3ccae15e00caf6efed19ac2f67bdc5dda21f5f2f12109077badc7daa8a9c10262114b7ffe35a74aaebf7749817e77585e6065", "sha512_file" : "zulu17.0.69-ea-jdk17.0.0-ea.30-win_i686.zip.sha512", "size" : 189899741}
json_instruct
{"type": "object", "properties": {"vendor": {"type": "string"}, "filename": {"type": "string"}, "release_type": {"type": "string"}, "version": {"type": "string"}, "java_version": {"type": "string"}, "jvm_impl": {"type": "string"}, "os": {"type": "string"}, "architecture": {"type": "string"}, "file_type": {"type": "string"}, "image_type": {"type": "string"}, "features": {"type": "array", "items": {}}, "url": {"type": "string"}, "md5": {"type": "string"}, "md5_file": {"type": "string"}, "sha1": {"type": "string"}, "sha1_file": {"type": "string"}, "sha256": {"type": "string"}, "sha256_file": {"type": "string"}, "sha512": {"type": "string"}, "sha512_file": {"type": "string"}, "size": {"type": "integer"}}, "required": ["vendor", "filename", "release_type", "version", "java_version", "jvm_impl", "os", "architecture", "file_type", "image_type", "features", "url", "md5", "md5_file", "sha1", "sha1_file", "sha256", "sha256_file", "sha512", "sha512_file", "size"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"assessment" : [{"name" : "Literature Critique: Challenging Behaviour", "weight" : 20}, {"name" : "Assessment 2: Plan for School wide PBS", "weight" : 30}, {"name" : "Assessment 3: Positive Behaviour Support Plan", "weight" : 50}]}
json_instruct
{"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$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": {"description": {"type": "string"}, "keyword": {"type": "string"}, "name": {"type": "string"}, "line": {"type": "integer"}, "id": {"type": "string"}, "tags": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "line": {"type": "integer"}}, "required": ["name", "line"]}}, "uri": {"type": "string"}, "elements": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "keyword": {"type": "string"}, "line": {"type": "integer"}, "name": {"type": "string"}, "tags": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "line": {"type": "integer"}}, "required": ["name", "line"]}}, "type": {"type": "string"}, "steps": {"type": "array", "items": {"type": "object", "properties": {"keyword": {"type": "string"}, "hidden": {"type": "boolean"}, "match": {"type": "object", "properties": {"location": {"type": "string"}}, "required": ["location"]}, "result": {"type": "object", "properties": {"status": {"type": "string"}}, "required": ["status"]}}, "required": ["keyword", "hidden", "match", "result"]}}}, "required": ["id", "keyword", "line", "name", "tags", "type", "steps"]}}}, "required": ["description", "keyword", "name", "line", "id", "tags", "uri", "elements"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"description" : "\tAs Autokin developer\n\tI want to verify that all API are working as they should", "keyword" : "Feature", "name" : "My Feature", "line" : 2, "id" : "my-feature", "tags" : [{"name" : "@autokin", "line" : 1}], "uri" : "features/initial.feature", "elements" : [{"id" : "my-feature;my-first-scenario", "keyword" : "Scenario", "line" : 6, "name" : "My First Scenario", "tags" : [{"name" : "@autokin", "line" : 1}], "type" : "scenario", "steps" : [{"keyword" : "Before", "hidden" : true, "match" : {"location" : "lib/autokin-rest-steps.js:15"}, "result" : {"status" : "passed"}}, {"keyword" : "Given", "hidden" : false, "match" : {"location" : "lib/autokin-rest-steps.js:15"}, "result" : {"status" : "failed"}}]}]}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"description": {"type": "string"}, "keyword": {"type": "string"}, "name": {"type": "string"}, "line": {"type": "integer"}, "id": {"type": "string"}, "tags": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "line": {"type": "integer"}}, "required": ["name", "line"]}}, "uri": {"type": "string"}, "elements": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "keyword": {"type": "string"}, "line": {"type": "integer"}, "name": {"type": "string"}, "tags": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "line": {"type": "integer"}}, "required": ["name", "line"]}}, "type": {"type": "string"}, "steps": {"type": "array", "items": {"type": "object", "properties": {"keyword": {"type": "string"}, "hidden": {"type": "boolean"}, "match": {"type": "object", "properties": {"location": {"type": "string"}}, "required": ["location"]}, "result": {"type": "object", "properties": {"status": {"type": "string"}}, "required": ["status"]}}, "required": ["keyword", "hidden", "match", "result"]}}}, "required": ["id", "keyword", "line", "name", "tags", "type", "steps"]}}}, "required": ["description", "keyword", "name", "line", "id", "tags", "uri", "elements"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"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" : "COLEMAN", "frequency" : 15145, "males" : "99.84153185869924 %", "females" : "0.15846814130075934 %"}]
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#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"cSpell.fixSpellingWithRenameProvider": {"type": "boolean"}, "cSpell.import": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.fixSpellingWithRenameProvider", "cSpell.import"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"cSpell.fixSpellingWithRenameProvider" : false, "cSpell.import" : ["../cspell.config.yaml"]}
json_instruct
{"type": "object", "properties": {"cSpell.fixSpellingWithRenameProvider": {"type": "boolean"}, "cSpell.import": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.fixSpellingWithRenameProvider", "cSpell.import"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"{src,test}/**/*.js": {"type": "array", "items": {"type": "string"}}}, "required": ["{src,test}/**/*.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"{src,test}/**/*.js" : ["prettier --write", "git add"]}
json_instruct
{"type": "object", "properties": {"{src,test}/**/*.js": {"type": "array", "items": {"type": "string"}}}, "required": ["{src,test}/**/*.js"], "$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#"}
[[1887, 5], [1891, 5], [1892, 5], [1894, 5], [1897, 5], [1898, 5], [1899, 5], [1900, 7], [1904, 6], [1906, 8], [1907, 7], [1908, 7], [1909, 6], [1910, 8], [1911, 12], [1912, 10], [1913, 6], [1914, 6], [1915, 14], [1916, 19], [1917, 15], [1918, 12], [1919, 13], [1920, 18], [1921, 15], [1922, 18], [1923, 15], [1924, 20], [1925, 26], [1926, 21], [1927, 24], [1928, 15], [1929, 17], [1930, 18], [1931, 19], [1932, 13], [1933, 10], [1934, 13], [1935, 15], [1936, 18], [1937, 11], [1938, 11], [1939, 10], [1940, 12], [1941, 13], [1942, 9], [1943, 7], [1944, 13], [1945, 8], [1946, 15], [1947, 12], [1948, 17], [1949, 15], [1950, 17], [1951, 20], [1952, 19], [1953, 19], [1954, 29], [1955, 18], [1956, 31], [1957, 22], [1958, 32], [1959, 35], [1960, 49], [1961, 55], [1962, 61], [1963, 79], [1964, 57], [1965, 65], [1966, 237], [1967, 944], [1968, 1294], [1969, 1353], [1970, 1332], [1971, 1053], [1972, 830], [1973, 661], [1974, 600], [1975, 638], [1976, 775], [1977, 660], [1978, 560], [1979, 500], [1980, 577], [1981, 583], [1982, 628], [1983, 511], [1984, 507], [1985, 487], [1986, 538], [1987, 538], [1988, 559], [1989, 477], [1990, 442], [1991, 379], [1992, 351], [1993, 275], [1994, 287], [1995, 260], [1996, 270], [1997, 242], [1998, 258], [1999, 278], [2000, 261], [2001, 336], [2002, 402], [2003, 349], [2004, 359], [2005, 319], [2006, 321], [2007, 289], [2008, 292], [2009, 286], [2010, 300], [2011, 278], [2012, 312], [2013, 295], [2014, 334]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[2001, 5], [2002, 11], [2003, 9], [2004, 7], [2005, 13], [2006, 20], [2007, 25], [2008, 23], [2009, 12], [2010, 24], [2011, 13], [2012, 17], [2013, 19], [2014, 14]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : 1.2, "people" : [{"pose_keypoints_2d" : [308.599, 120.831, 1, 315.118, 147.234, 1, 296.008, 149.109, 1, 288.806, 183.143, 1, 301.463, 199.064, 1, 332.835, 145.2, 1, 336.325, 177.247, 1, 329.269, 198.612, 1, 300.73, 207.056, 1, 308.393, 261.667, 1, 306.99, 312.23, 1, 324.703, 212.732, 1, 324.886, 263.592, 1, 324.665, 310.215, 1, 302.52, 117.774, 1, 311.58, 114.726, 1, 301.494, 123.082, 1, 322.561, 120.534, 1], "face_keypoints_2d" : [], "hand_left_keypoints_2d" : [], "hand_right_keypoints_2d" : [], "pose_keypoints_3d" : [], "face_keypoints_3d" : [], "hand_left_keypoints_3d" : [], "hand_right_keypoints_3d" : []}]}
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "loginnotify-desc": {"type": "string"}, "echo-category-title-login-fail": {"type": "string"}, "echo-pref-tooltip-login-fail": {"type": "string"}, "echo-category-title-login-success": {"type": "string"}, "echo-pref-tooltip-login-success": {"type": "string"}, "loginnotify-primary-link": {"type": "string"}, "notification-loginnotify-login-fail-email-subject": {"type": "string"}, "notification-loginnotify-login-success-email-subject": {"type": "string"}, "notification-header-login-success": {"type": "string"}, "notification-new-bundled-header-login-fail": {"type": "string"}, "notification-known-header-login-fail": {"type": "string"}, "notification-new-unbundled-header-login-fail": {"type": "string"}}, "required": ["@metadata", "loginnotify-desc", "echo-category-title-login-fail", "echo-pref-tooltip-login-fail", "echo-category-title-login-success", "echo-pref-tooltip-login-success", "loginnotify-primary-link", "notification-loginnotify-login-fail-email-subject", "notification-loginnotify-login-success-email-subject", "notification-header-login-success", "notification-new-bundled-header-login-fail", "notification-known-header-login-fail", "notification-new-unbundled-header-login-fail"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"@metadata" : {"authors" : ["Pikne"]}, "loginnotify-desc" : "Teavitab kasutajaid kahtlastest sisselogimiskatsetest, mis on tehtud tundmatu seadmega ja/v\u00f5i tundmatult IP-aadressilt.", "echo-category-title-login-fail" : "Eba\u00f5nnestunud sisselogimiskatsed", "echo-pref-tooltip-login-fail" : "Teavita mind, kui m\u00f5ni sisselogimiskatse minu kontole on eba\u00f5nnestunud.", "echo-category-title-login-success" : "Sisselogimine tundmatu seadmega", "echo-pref-tooltip-login-success" : "Teavita mind, kui keegi logib minu kontole sisse tundmatu seadmega ja tundmatult IP-aadressilt.", "loginnotify-primary-link" : "Abi", "notification-loginnotify-login-fail-email-subject" : "{{PLURAL:$2|Eba\u00f5nnestunud katse|Mitu eba\u00f5nnestunud katset}} logida {{GRAMMAR:illative|{{SITENAME}}}} kontoga $1", "notification-loginnotify-login-success-email-subject" : "Sisselogimine {{GRAMMAR:genitive|{{SITENAME}}}} kontole $1 seadmest, mida {{GENDER:$1|sa}} pole viimasel ajal kasutanud", "notification-header-login-success" : "Keegi, t\u00f5en\u00e4oliselt {{GENDER:$1|sina}} ise, logis hiljuti sinu kontole sisse uue seadmega. Kui see olid sina ise, siis pole sellele s\u00f5numile tarvis t\u00e4helepanu p\u00f6\u00f6rata. Kui see polnud sina, siis on soovitatav muuta parool ja kontrollida konto tegevust.", "notification-new-bundled-header-login-fail" : "P\u00e4rast seda, kui viimati sisse logisid, on proovitud sinu kontole {{PLURAL:$1|'''korra'''|'''$1 korda'''}} sisse logida uue seadmega. Kui see polnud sina, siis veendu, et sinu konto parool on kindel.", "notification-known-header-login-fail" : "P\u00e4rast seda, kui viimati sisse logisid, on proovitud sinu kontole {{PLURAL:$1|'''korra'''|'''$1 korda'''}} sisse logida. Kui see polnud sina, siis veendu, et sinu konto parool on kindel.", "notification-new-unbundled-header-login-fail" : "Sinu kontole on proovitud {{PLURAL:$1|'''korra'''|'''mitu korda'''}} uue seadmega sisse logida. Palun veendu, et sinu konto parool on kindel."}
json_instruct
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "loginnotify-desc": {"type": "string"}, "echo-category-title-login-fail": {"type": "string"}, "echo-pref-tooltip-login-fail": {"type": "string"}, "echo-category-title-login-success": {"type": "string"}, "echo-pref-tooltip-login-success": {"type": "string"}, "loginnotify-primary-link": {"type": "string"}, "notification-loginnotify-login-fail-email-subject": {"type": "string"}, "notification-loginnotify-login-success-email-subject": {"type": "string"}, "notification-header-login-success": {"type": "string"}, "notification-new-bundled-header-login-fail": {"type": "string"}, "notification-known-header-login-fail": {"type": "string"}, "notification-new-unbundled-header-login-fail": {"type": "string"}}, "required": ["@metadata", "loginnotify-desc", "echo-category-title-login-fail", "echo-pref-tooltip-login-fail", "echo-category-title-login-success", "echo-pref-tooltip-login-success", "loginnotify-primary-link", "notification-loginnotify-login-fail-email-subject", "notification-loginnotify-login-success-email-subject", "notification-header-login-success", "notification-new-bundled-header-login-fail", "notification-known-header-login-fail", "notification-new-unbundled-header-login-fail"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}}, "required": ["id", "type", "name", "code"]}}, "required": ["type", "coordinates", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "MultiPolygon", "coordinates" : [[[[-80.15127456, 26.941876347000054], [-80.152435, 26.941777489000053], [-80.152945, 26.942311], [-80.153028, 26.942418], [-80.153175, 26.942606], [-80.153474, 26.942959], [-80.153752, 26.943263], [-80.154042, 26.943558], [-80.15817, 26.947177], [-80.158311, 26.947297], [-80.16001898799998, 26.948837519000044], [-80.15937072299992, 26.948838207000044], [-80.15936498099994, 26.948838894000055], [-80.15937592999992, 26.94887], [-80.159338, 26.94887], [-80.15864066499994, 26.94887094000006], [-80.15785459999994, 26.948872], [-80.15038879599994, 26.948882064000024], [-80.15043502399996, 26.94194786800005], [-80.15127456, 26.941876347000054]]]], "properties" : {"id" : "usa-fl-jupiter-loxahatchee-reserve-neighborhood", "type" : "neighborhood", "name" : "Loxahatchee Reserve", "code" : "762162"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}}, "required": ["id", "type", "name", "code"]}}, "required": ["type", "coordinates", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"ServiceWildcard": {"type": "array", "items": {"type": "string"}}, "ServicesAffected": {"type": "array", "items": {"type": "string"}}, "PrivilegeEscalation": {"type": "array", "items": {}}, "ResourceExposure": {"type": "array", "items": {"type": "string"}}, "DataExfiltration": {"type": "array", "items": {}}, "CredentialsExposure": {"type": "array", "items": {}}, "InfrastructureModification": {"type": "array", "items": {"type": "string"}}}, "required": ["ServiceWildcard", "ServicesAffected", "PrivilegeEscalation", "ResourceExposure", "DataExfiltration", "CredentialsExposure", "InfrastructureModification"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ServiceWildcard" : ["kafka"], "ServicesAffected" : ["firehose", "kafka", "kms"], "PrivilegeEscalation" : [], "ResourceExposure" : ["kms:CreateGrant"], "DataExfiltration" : [], "CredentialsExposure" : [], "InfrastructureModification" : ["firehose:TagDeliveryStream", "kafka:TagResource", "kafka:UntagResource", "kms:CreateGrant"]}
json_instruct
{"type": "object", "properties": {"ServiceWildcard": {"type": "array", "items": {"type": "string"}}, "ServicesAffected": {"type": "array", "items": {"type": "string"}}, "PrivilegeEscalation": {"type": "array", "items": {}}, "ResourceExposure": {"type": "array", "items": {"type": "string"}}, "DataExfiltration": {"type": "array", "items": {}}, "CredentialsExposure": {"type": "array", "items": {}}, "InfrastructureModification": {"type": "array", "items": {"type": "string"}}}, "required": ["ServiceWildcard", "ServicesAffected", "PrivilegeEscalation", "ResourceExposure", "DataExfiltration", "CredentialsExposure", "InfrastructureModification"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"title": {"type": "string"}, "creation_date": {"type": "string"}, "creation_date_earliest": {"type": "string"}, "creation_date_latest": {"type": "string"}, "medium": {"type": "string"}, "accession_number": {"type": "string"}, "id": {"type": "string"}, "credit_line": {"type": "string"}, "date_acquired": {"type": "string"}, "department": {"type": "string"}, "physical_location": {"type": "string"}, "item_width": {"type": "number"}, "item_height": {"type": "number"}, "item_depth": {"type": "number"}, "item_diameter": {"type": "number"}, "web_url": {"type": "string"}, "provenance_text": {"type": "string"}, "classification": {"type": "string"}, "images": {"type": "array", "items": {"type": "object", "properties": {"image_url": {"type": "string"}}, "required": ["image_url"]}}, "creator": {"type": "array", "items": {"type": "object", "properties": {"artist_id": {"type": "string"}, "party_type": {"type": "string"}, "full_name": {"type": "string"}, "cited_name": {"type": "string"}, "role": {"type": "null"}, "nationality": {"type": "string"}, "birth_date": {"type": "string"}, "death_date": {"type": "string"}, "birth_place": {"type": "string"}, "death_place": {"type": "string"}}, "required": ["artist_id", "party_type", "full_name", "cited_name", "role", "nationality", "birth_date", "death_date", "birth_place", "death_place"]}}}, "required": ["title", "creation_date", "creation_date_earliest", "creation_date_latest", "medium", "accession_number", "id", "credit_line", "date_acquired", "department", "physical_location", "item_width", "item_height", "item_depth", "item_diameter", "web_url", "provenance_text", "classification", "images", "creator"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Eunice Cook wearing sash inscribed \"Mothers March of Dimes,\" and hat, kneeling next to girl in wheelchair holding March of Dimes placard, another pose", "creation_date" : "c. 1955", "creation_date_earliest" : "1952-01-01", "creation_date_latest" : "1958-01-01", "medium" : "gelatin silver print", "accession_number" : "1996.69.481", "id" : "cmoa:things/7bd8e235-a7a7-4072-b033-2e9dd7993b72", "credit_line" : "Gift of the Estate of Charles \"Teenie\" Harris", "date_acquired" : "1996-10-03", "department" : "Fine Arts", "physical_location" : "Not on View", "item_width" : 11.0, "item_height" : 14.0, "item_depth" : 0.0, "item_diameter" : 0.0, "web_url" : "http://collection.cmoa.org/CollectionDetail.aspx?item=1002719", "provenance_text" : "Pittsburgh Courier Photographic Archives, Pittsburgh, PA", "classification" : "photographs", "images" : [{"image_url" : "http://collection.cmoa.org/CollectionImage.aspx?irn=5556&size=Medium"}], "creator" : [{"artist_id" : "cmoa:parties/c6f0eebf-b566-4532-b704-ce6ad6cb421c", "party_type" : "Person", "full_name" : "Charles \"Teenie\" Harris", "cited_name" : "Harris, Charles \"Teenie\"", "role" : null, "nationality" : "American", "birth_date" : "1908-01-01", "death_date" : "1998-01-01", "birth_place" : "Pittsburgh PA", "death_place" : "Pittsburgh PA"}]}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "creation_date": {"type": "string"}, "creation_date_earliest": {"type": "string"}, "creation_date_latest": {"type": "string"}, "medium": {"type": "string"}, "accession_number": {"type": "string"}, "id": {"type": "string"}, "credit_line": {"type": "string"}, "date_acquired": {"type": "string"}, "department": {"type": "string"}, "physical_location": {"type": "string"}, "item_width": {"type": "number"}, "item_height": {"type": "number"}, "item_depth": {"type": "number"}, "item_diameter": {"type": "number"}, "web_url": {"type": "string"}, "provenance_text": {"type": "string"}, "classification": {"type": "string"}, "images": {"type": "array", "items": {"type": "object", "properties": {"image_url": {"type": "string"}}, "required": ["image_url"]}}, "creator": {"type": "array", "items": {"type": "object", "properties": {"artist_id": {"type": "string"}, "party_type": {"type": "string"}, "full_name": {"type": "string"}, "cited_name": {"type": "string"}, "role": {"type": "null"}, "nationality": {"type": "string"}, "birth_date": {"type": "string"}, "death_date": {"type": "string"}, "birth_place": {"type": "string"}, "death_place": {"type": "string"}}, "required": ["artist_id", "party_type", "full_name", "cited_name", "role", "nationality", "birth_date", "death_date", "birth_place", "death_place"]}}}, "required": ["title", "creation_date", "creation_date_earliest", "creation_date_latest", "medium", "accession_number", "id", "credit_line", "date_acquired", "department", "physical_location", "item_width", "item_height", "item_depth", "item_diameter", "web_url", "provenance_text", "classification", "images", "creator"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "Justicehood", "definitions" : ["The position, office, or rank of justice; justiceship."], "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 a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"s": {"type": "array", "items": {"type": "string"}}, "e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["s", "e", "f"]}}}, "required": ["d"]}}, "t": {"type": "string"}}, "required": ["h", "t"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : [{"d" : [{"s" : ["`midimata'~"], "e" : ["\ufff9`Dimata'~ `to~ `kosoy~.\ufffa\ufffb\u80a9\u6311\u9999\u8305\u8349\u3002"], "f" : "\u80a9\u6311\uff0c\u6311\u64d4\u5b50\u3002"}]}], "t" : "dimata'"}
json_instruct
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"s": {"type": "array", "items": {"type": "string"}}, "e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["s", "e", "f"]}}}, "required": ["d"]}}, "t": {"type": "string"}}, "required": ["h", "t"], "$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"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "object", "properties": {"Alex Nauda": {"type": "string"}}, "required": ["Alex Nauda"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "license": {"type": "string"}, "requires_arc": {"type": "boolean"}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}, "osx": {"type": "string"}}, "required": ["ios", "osx"]}, "dependencies": {"type": "object", "properties": {"AFNetworking": {"type": "array", "items": {"type": "string"}}, "NSDate+Helper": {"type": "array", "items": {"type": "string"}}, "ISO8601DateFormatter": {"type": "array", "items": {"type": "string"}}}, "required": ["AFNetworking", "NSDate+Helper", "ISO8601DateFormatter"]}, "source_files": {"type": "string"}}, "required": ["name", "version", "summary", "homepage", "authors", "source", "license", "requires_arc", "platforms", "dependencies", "source_files"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "GoldenFleece", "version" : "1.1", "summary" : "On a quest for a better JSON API", "homepage" : "https://github.com/alexnauda/GoldenFleece", "authors" : {"Alex Nauda" : "alex@alexnauda.com"}, "source" : {"git" : "https://github.com/alexnauda/GoldenFleece.git", "tag" : "v1.1"}, "license" : "Apache License, Version 2.0", "requires_arc" : true, "platforms" : {"ios" : "5.0", "osx" : "10.7"}, "dependencies" : {"AFNetworking" : ["~> 1.3.2"], "NSDate+Helper" : ["~> 0.0.1"], "ISO8601DateFormatter" : ["~> 0.6"]}, "source_files" : "GoldenFleece/*.{h,m}"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "object", "properties": {"Alex Nauda": {"type": "string"}}, "required": ["Alex Nauda"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "license": {"type": "string"}, "requires_arc": {"type": "boolean"}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}, "osx": {"type": "string"}}, "required": ["ios", "osx"]}, "dependencies": {"type": "object", "properties": {"AFNetworking": {"type": "array", "items": {"type": "string"}}, "NSDate+Helper": {"type": "array", "items": {"type": "string"}}, "ISO8601DateFormatter": {"type": "array", "items": {"type": "string"}}}, "required": ["AFNetworking", "NSDate+Helper", "ISO8601DateFormatter"]}, "source_files": {"type": "string"}}, "required": ["name", "version", "summary", "homepage", "authors", "source", "license", "requires_arc", "platforms", "dependencies", "source_files"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "webpackCompilationHash": {"type": "string"}, "result": {"type": "object", "properties": {"data": {"type": "object", "properties": {"allGeoFeature": {"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "object", "properties": {"node": {"type": "object", "properties": {"id": {"type": "string"}, "featureFields": {"type": "object", "properties": {"ADDRESS_1": {"type": "string"}, "NAME": {"type": "string"}, "POSTCODE": {"type": "string"}, "LATITUDE": {"type": "number"}, "LONGITUDE": {"type": "number"}, "URL": {"type": "string"}, "TYPE": {"type": "string"}, "NUMBER": {"type": "string"}, "ID": {"type": "integer"}}, "required": ["ADDRESS_1", "NAME", "POSTCODE", "LATITUDE", "LONGITUDE", "URL", "TYPE", "NUMBER", "ID"]}}, "required": ["id", "featureFields"]}}, "required": ["node"]}}}, "required": ["edges"]}}, "required": ["allGeoFeature"]}, "pageContext": {"type": "object", "properties": {"isCreatedByStatefulCreatePages": {"type": "boolean"}, "url": {"type": "string"}}, "required": ["isCreatedByStatefulCreatePages", "url"]}}, "required": ["data", "pageContext"]}}, "required": ["componentChunkName", "path", "webpackCompilationHash", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"componentChunkName" : "component---src-templates-hospital-js", "path" : "/hospital/77", "webpackCompilationHash" : "44596c0c4b68fd63171c", "result" : {"data" : {"allGeoFeature" : {"edges" : [{"node" : {"id" : "814c3e1f-8566-5ca6-a6a1-bb43bd3d0ae3", "featureFields" : {"ADDRESS_1" : "Hesketh Road, Colwyn Bay, Conwy", "NAME" : "Bryn Hesketh Unit", "POSTCODE" : "LL29 8AT", "LATITUDE" : 53.287479, "LONGITUDE" : -3.709783, "URL" : "http://www.wales.nhs.uk/sitesplus/861/directory/hospitals/64", "TYPE" : "Type of Hospital: Psychiatric: Mental illness", "NUMBER" : "Tel: 01492 807512", "ID" : 77}}}]}}, "pageContext" : {"isCreatedByStatefulCreatePages" : false, "url" : "http://www.wales.nhs.uk/sitesplus/861/directory/hospitals/64"}}}
json_instruct
{"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "webpackCompilationHash": {"type": "string"}, "result": {"type": "object", "properties": {"data": {"type": "object", "properties": {"allGeoFeature": {"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "object", "properties": {"node": {"type": "object", "properties": {"id": {"type": "string"}, "featureFields": {"type": "object", "properties": {"ADDRESS_1": {"type": "string"}, "NAME": {"type": "string"}, "POSTCODE": {"type": "string"}, "LATITUDE": {"type": "number"}, "LONGITUDE": {"type": "number"}, "URL": {"type": "string"}, "TYPE": {"type": "string"}, "NUMBER": {"type": "string"}, "ID": {"type": "integer"}}, "required": ["ADDRESS_1", "NAME", "POSTCODE", "LATITUDE", "LONGITUDE", "URL", "TYPE", "NUMBER", "ID"]}}, "required": ["id", "featureFields"]}}, "required": ["node"]}}}, "required": ["edges"]}}, "required": ["allGeoFeature"]}, "pageContext": {"type": "object", "properties": {"isCreatedByStatefulCreatePages": {"type": "boolean"}, "url": {"type": "string"}}, "required": ["isCreatedByStatefulCreatePages", "url"]}}, "required": ["data", "pageContext"]}}, "required": ["componentChunkName", "path", "webpackCompilationHash", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"Title": {"type": "string"}, "Description": {"type": "string"}, "Quality": {"type": "string"}, "WidthHint": {"type": "integer"}, "HeightHint": {"type": "integer"}, "FlairText": {"type": "string"}, "FlairIconPath": {"type": "string"}, "FlairBackgroundPath": {"type": "string"}, "ObjectImagePath": {"type": "string"}, "HasFlair": {"type": "boolean"}}, "required": ["Title", "Description", "Quality", "WidthHint", "HeightHint", "FlairText", "FlairIconPath", "FlairBackgroundPath", "ObjectImagePath", "HasFlair"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Title" : "Unremembered Defiance", "Description" : "Civil defense units suffered the most as social collapse accelerated.", "Quality" : "Epic", "WidthHint" : 2, "HeightHint" : 1, "FlairText" : "Daily", "FlairIconPath" : "progression/StoreContent/FlairIcons/RitualIconFlair.png", "FlairBackgroundPath" : "progression/StoreContent/FlairBackgrounds/RitualBackgroundFlair.png", "ObjectImagePath" : "progression/StoreContent/Offerings/unremembered_defiance.png", "HasFlair" : true}
json_instruct
{"type": "object", "properties": {"Title": {"type": "string"}, "Description": {"type": "string"}, "Quality": {"type": "string"}, "WidthHint": {"type": "integer"}, "HeightHint": {"type": "integer"}, "FlairText": {"type": "string"}, "FlairIconPath": {"type": "string"}, "FlairBackgroundPath": {"type": "string"}, "ObjectImagePath": {"type": "string"}, "HasFlair": {"type": "boolean"}}, "required": ["Title", "Description", "Quality", "WidthHint", "HeightHint", "FlairText", "FlairIconPath", "FlairBackgroundPath", "ObjectImagePath", "HasFlair"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"\u5de5\u5ee0\u540d\u7a31" : "\u5c55\u5370\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99611648", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "07410001276943", "\u5de5\u5ee0\u5730\u5740" : "\u65b0\u5317\u5e02\u65b0\u838a\u5340\u5316\u6210\u8def\u4e00\u4e5d\u4e94\u5df7\u4e8c\u4e4b\u4e94\u865f\u4e09\u6a13", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc" : "\u65b0\u5317\u5e02\u65b0\u838a\u5340", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d" : "\u6797\u5ef6\u5cf0", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f" : "36035313", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b" : "\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f" : "0740919", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f" : "0741115", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b" : "\u751f\u7522\u4e2d", "\u7522\u696d\u985e\u5225" : ["16\u5370\u5237\u53ca\u8cc7\u6599\u5132\u5b58\u5a92\u9ad4\u8907\u88fd\u696d"], "\u4e3b\u8981\u7522\u54c1" : ["161\u5370\u5237\u53ca\u5176\u8f14\u52a9"]}
json_instruct
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "laravel/framework": {"type": "string"}, "kbs1/encrypted-api-base": {"type": "string"}}, "required": ["php", "laravel/framework", "kbs1/encrypted-api-base"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Kbs1\\EncryptedApiServerLaravel\\": {"type": "string"}}, "required": ["Kbs1\\EncryptedApiServerLaravel\\"]}}, "required": ["psr-4"]}, "extra": {"type": "object", "properties": {"laravel": {"type": "object", "properties": {"providers": {"type": "array", "items": {"type": "string"}}}, "required": ["providers"]}}, "required": ["laravel"]}}, "required": ["name", "description", "type", "license", "authors", "require", "autoload", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "kbs1/encrypted-api-server-laravel", "description" : "Encrypted API - laravel server implementation.", "type" : "library", "license" : "MIT", "authors" : [{"name" : "kbs1", "email" : "viliam.kubis@gmail.com"}], "require" : {"php" : ">=7.0", "laravel/framework" : ">=5.4", "kbs1/encrypted-api-base" : "dev-master"}, "autoload" : {"psr-4" : {"Kbs1\\EncryptedApiServerLaravel\\" : "src/"}}, "extra" : {"laravel" : {"providers" : ["Kbs1\\EncryptedApiServerLaravel\\Providers\\EncryptedApiServiceProvider"]}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "laravel/framework": {"type": "string"}, "kbs1/encrypted-api-base": {"type": "string"}}, "required": ["php", "laravel/framework", "kbs1/encrypted-api-base"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Kbs1\\EncryptedApiServerLaravel\\": {"type": "string"}}, "required": ["Kbs1\\EncryptedApiServerLaravel\\"]}}, "required": ["psr-4"]}, "extra": {"type": "object", "properties": {"laravel": {"type": "object", "properties": {"providers": {"type": "array", "items": {"type": "string"}}}, "required": ["providers"]}}, "required": ["laravel"]}}, "required": ["name", "description", "type", "license", "authors", "require", "autoload", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"difficulty": {"type": "string"}, "url": {"type": "string"}}, "required": ["difficulty", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"difficulty" : "interview", "url" : "https://www.codechef.com/COMX2020/problems/CMX1P02"}
json_instruct
{"type": "object", "properties": {"difficulty": {"type": "string"}, "url": {"type": "string"}}, "required": ["difficulty", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "bramus/router": {"type": "string"}, "vlucas/phpdotenv": {"type": "string"}}, "required": ["php", "bramus/router", "vlucas/phpdotenv"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Skateboard\\Wheels\\": {"type": "string"}, "Test\\": {"type": "string"}}, "required": ["Skateboard\\Wheels\\", "Test\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "type", "license", "authors", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "skateboard/framework", "description" : "Minimalist PHP framework", "type" : "library", "license" : "MIT", "authors" : [{"name" : "Jannie Theunissen", "email" : "jannie@onesheep.org"}], "require" : {"php" : "^7.1|^8.0", "bramus/router" : "^1.6.1", "vlucas/phpdotenv" : "^4.1"}, "autoload" : {"psr-4" : {"Skateboard\\Wheels\\" : "src", "Test\\" : "tests/"}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "bramus/router": {"type": "string"}, "vlucas/phpdotenv": {"type": "string"}}, "required": ["php", "bramus/router", "vlucas/phpdotenv"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Skateboard\\Wheels\\": {"type": "string"}, "Test\\": {"type": "string"}}, "required": ["Skateboard\\Wheels\\", "Test\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "type", "license", "authors", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "codepoint": {"type": "string"}, "aliases": {"type": "array", "items": {}}, "tags": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "version": {"type": "string"}, "zhs": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "comments": {"type": "array", "items": {}}}, "required": ["id", "name", "codepoint", "aliases", "tags", "author", "version", "zhs", "description", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "B4B96C77-6C5D-40A5-83E4-548E48CBECED", "name" : "monitor-dashboard", "codepoint" : "F0A07", "aliases" : [], "tags" : ["Device / Tech", "Device / Tech"], "author" : "Austin Andrews", "version" : "2.5.94", "zhs" : ["\u4eea\u8868\u677f\u76d1\u89c6\u5668"], "description" : "", "comments" : []}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "codepoint": {"type": "string"}, "aliases": {"type": "array", "items": {}}, "tags": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "version": {"type": "string"}, "zhs": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "comments": {"type": "array", "items": {}}}, "required": ["id", "name", "codepoint", "aliases", "tags", "author", "version", "zhs", "description", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"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"}, "winner": {"type": "string"}, "points": {"type": "null"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "winner", "points"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"n_dim" : 3, "n_trials" : 340, "objective" : "landscapes_combo1_on_cube", "white" : "shgo_slsqp_sobol", "black" : "scipy_lbfgsb", "traceback" : ["passing", "passing"], "best_val" : [391148653.13531923, 0.6243949491634938], "best_x" : [[0.37265625, 0.33203125, 0.37421875], [0.32099999512196575, 0.3214142085466367, 0.32173204584193554]], "feval_count" : [191, 221], "n_trials_instructed" : [340, 59], "passing" : [true, true], "completed" : false, "winner" : "incomplete", "points" : null}
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"}, "winner": {"type": "string"}, "points": {"type": "null"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "winner", "points"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"C": {"type": "number"}, "gamma": {"type": "number"}}, "required": ["C", "gamma"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"C" : 2.602541307925907, "gamma" : 0.12538191876588559}
json_instruct
{"type": "object", "properties": {"C": {"type": "number"}, "gamma": {"type": "number"}}, "required": ["C", "gamma"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "category": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "category", "description"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"type" : "feature", "category" : "Athena", "description" : "This release adds subfields, ErrorMessage, Retryable, to the AthenaError response object in the GetQueryExecution API when a query fails."}, {"type" : "feature", "category" : "Lightsail", "description" : "This release adds support to describe the synchronization status of the account-level block public access feature for your Amazon Lightsail buckets."}, {"type" : "feature", "category" : "RDS", "description" : "Removes Amazon RDS on VMware with the deletion of APIs related to Custom Availability Zones and Media installation"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "category": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "category", "description"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"tactics": {"type": "object", "properties": {"#text": {"type": "string"}, "action": {"type": "array", "items": {"type": "object", "properties": {"#text": {"type": "string"}, "name": {"type": "object", "properties": {"@stringid": {"type": "string"}, "#text": {"type": "string"}}, "required": ["@stringid", "#text"]}, "type": {"type": "string"}, "active": {"type": "string"}, "persistent": {"type": "string"}, "investmentresource": {"type": "string"}}, "required": ["#text", "name", "type", "active", "persistent", "investmentresource"]}}, "tactic": {"type": "object", "properties": {"#text": {"type": "string"}, "action": {"type": "array", "items": {"type": "string"}}}, "required": ["#text", "action"]}}, "required": ["#text", "action", "tactic"]}}, "required": ["tactics"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"tactics" : {"#text" : "", "action" : [{"#text" : "", "name" : {"@stringid" : "43019", "#text" : "AutoGatherFoodInvestment"}, "type" : "AutoGather", "active" : "1", "persistent" : "1", "investmentresource" : "Food"}, {"#text" : "", "name" : {"@stringid" : "43019", "#text" : "AutoGatherWoodInvestment"}, "type" : "AutoGather", "active" : "1", "persistent" : "1", "investmentresource" : "Wood"}, {"#text" : "", "name" : {"@stringid" : "43019", "#text" : "AutoGatherCoinInvestment"}, "type" : "AutoGather", "active" : "1", "persistent" : "1", "investmentresource" : "Gold"}], "tactic" : {"#text" : "Normal", "action" : ["AutoGatherFoodInvestment", "AutoGatherWoodInvestment", "AutoGatherCoinInvestment"]}}}
json_instruct
{"type": "object", "properties": {"tactics": {"type": "object", "properties": {"#text": {"type": "string"}, "action": {"type": "array", "items": {"type": "object", "properties": {"#text": {"type": "string"}, "name": {"type": "object", "properties": {"@stringid": {"type": "string"}, "#text": {"type": "string"}}, "required": ["@stringid", "#text"]}, "type": {"type": "string"}, "active": {"type": "string"}, "persistent": {"type": "string"}, "investmentresource": {"type": "string"}}, "required": ["#text", "name", "type", "active", "persistent", "investmentresource"]}}, "tactic": {"type": "object", "properties": {"#text": {"type": "string"}, "action": {"type": "array", "items": {"type": "string"}}}, "required": ["#text", "action"]}}, "required": ["#text", "action", "tactic"]}}, "required": ["tactics"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userId" : 21623, "cartId" : "a49bf91d-ece7-42f1-8767-7f32f7219f2d", "preferredProducts" : [2722, 683, 4349, 3673], "productReviews" : [{"productId" : 2730, "reviewText" : "I tried to nab it but got biscuit all over it.", "reviewDate" : "2018-07-20T11:01:58.7199546+03:00"}, {"productId" : 2853, "reviewText" : "talk about contempt!", "reviewDate" : "2020-03-02T00:56:23.2528169+02:00"}, {"productId" : 4382, "reviewText" : "My neighbor Montserrat has one of these. She works as a circus performer and she says it looks shriveled.", "reviewDate" : "2018-09-08T02:53:35.796976+03:00"}, {"productId" : 1448, "reviewText" : "I tried to nail it but got strawberry all over it.", "reviewDate" : "2016-10-09T16:27:33.0429089+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#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "OperatorID": {"type": "integer"}, "OperatorsReference": {"type": "string"}, "UsageCost": {"type": "string"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "RelatedURL": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "Postcode", "CountryID", "Latitude", "Longitude", "RelatedURL", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "PowerKW": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "LevelID", "PowerKW", "CurrentTypeID"]}}, "NumberOfPoints": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "DataProvidersReference", "OperatorID", "OperatorsReference", "UsageCost", "AddressInfo", "Connections", "NumberOfPoints", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"IsRecentlyVerified" : false, "ID" : 62947, "UUID" : "B90A226C-CB14-489B-BF4E-4E0EB2936226", "DataProviderID" : 26, "DataProvidersReference" : "77823", "OperatorID" : 73, "OperatorsReference" : "EV-Box EVB-P1437012", "UsageCost" : "0.00 jaarabonnement", "AddressInfo" : {"ID" : 63293, "Title" : "Luienhoeksestraat 16", "AddressLine1" : "Luienhoeksestraat 16", "Town" : "Rucphen", "Postcode" : "4714 TE", "CountryID" : 159, "Latitude" : 51.54521, "Longitude" : 4.60237, "RelatedURL" : "http://www.ev-box.nl", "DistanceUnit" : 0}, "Connections" : [{"ID" : 80011, "ConnectionTypeID" : 25, "LevelID" : 2, "PowerKW" : 11, "CurrentTypeID" : 10}, {"ID" : 80012, "ConnectionTypeID" : 25, "LevelID" : 2, "PowerKW" : 11, "CurrentTypeID" : 10}], "NumberOfPoints" : 1, "StatusTypeID" : 50, "DateLastStatusUpdate" : "2016-06-04T02:39:00Z", "DataQualityLevel" : 3, "DateCreated" : "2016-03-03T12:29:00Z", "SubmissionStatusTypeID" : 100}
json_instruct
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "OperatorID": {"type": "integer"}, "OperatorsReference": {"type": "string"}, "UsageCost": {"type": "string"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "RelatedURL": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "Postcode", "CountryID", "Latitude", "Longitude", "RelatedURL", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "PowerKW": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "LevelID", "PowerKW", "CurrentTypeID"]}}, "NumberOfPoints": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "DataProvidersReference", "OperatorID", "OperatorsReference", "UsageCost", "AddressInfo", "Connections", "NumberOfPoints", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$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"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"lzjappAthena": {"type": "string"}}, "required": ["lzjappAthena"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source_files": {"type": "string"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "source", "platforms", "source_files"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "HBNetWorking", "version" : "0.1.0", "summary" : "A short description of HBNetWorking.", "description" : "TODO: Add long description of the pod here.", "homepage" : "https://github.com/lzjappAthena/HBNetWorking", "license" : {"type" : "MIT", "file" : "LICENSE"}, "authors" : {"lzjappAthena" : "798956212@qq.com"}, "source" : {"git" : "https://github.com/lzjappAthena/HBNetWorking.git", "tag" : "0.1.0"}, "platforms" : {"ios" : "8.0"}, "source_files" : "HBNetWorking/Classes/**/*"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"lzjappAthena": {"type": "string"}}, "required": ["lzjappAthena"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source_files": {"type": "string"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "source", "platforms", "source_files"], "$schema": "http://json-schema.org/draft-07/schema#"}