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": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "required": ["0", "1"]}}, "required": ["text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : {"0" : {"m1" : "\u0647\u0631 \u062f\u0644 \u06a9\u0647 \u062f\u0631\u06cc\u0646 \u0632\u0645\u0627\u0646\u0647 \u062f\u0631\u0648\u06cc\u0634 \u062a\u0631\u06a9", "m2" : "\u0627\u0632 \u0646\u06cc\u0634 \u0632\u0628\u0627\u0646 \u0646\u0627\u06a9\u0633\u0627\u0646\u060c \u0631\u06cc\u0634 \u062a\u0631\u06a9"}, "1" : {"m1" : "\u062e\u0648\u0627\u0647\u06cc \u06a9\u0647 \u0645\u0642\u0670\u0627\u0645 \u0644\u06cc \u0645\u0639 \u0627\u0644\u0644\u0647 \u06cc\u0627\u0628\u06cc", "m2" : "\u06af\u0627\u0645\u06cc \u0628\u0646\u0647 \u0627\u0632 \u0645\u0646 \u0648 \u062a\u0648\u0626\u06cc \u067e\u06cc\u0634\u062a\u0631\u06a9"}}}
json_instruct
{"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "required": ["0", "1"]}}, "required": ["text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"year" : 2005, "sex" : "M", "n" : 5, "prop" : 2.35e-06}, {"year" : 2007, "sex" : "M", "n" : 8, "prop" : 3.61e-06}, {"year" : 2009, "sex" : "M", "n" : 8, "prop" : 3.78e-06}, {"year" : 2010, "sex" : "M", "n" : 8, "prop" : 3.9e-06}, {"year" : 2011, "sex" : "M", "n" : 8, "prop" : 3.94e-06}, {"year" : 2012, "sex" : "M", "n" : 9, "prop" : 4.44e-06}, {"year" : 2014, "sex" : "M", "n" : 9, "prop" : 4.4e-06}, {"year" : 2017, "sex" : "M", "n" : 11, "prop" : 5.6e-06}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"text": {"type": "string"}, "image": {"type": "string"}}, "required": ["text", "image"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : " O F TACITUS. 15 rank, were, by his orders, put to death; book. the former, as an accomplice in the enter- prise of Nymphidius, and the latter, be- cause he had been appointed to command the army under Nero. Thpy were con- demned, unheard, and, for that reason, thought the innocent victims of a bar- barous policy. Galba's entry (c) into the city of <span class=\"place\" data-place-id=\"423025\">Rome</span>, after the massacre of several thousands of unarmed and defenceless soldiers, struck a general panic. The people at large were thrown into consternation, and even the men, who executed the orders of their ge- neral, stood astonished at the horrors of the scene. Rome, at that time, was filled with a prodigious body of troops, assem- bled from various parts of the empire. Be- sides the forces drawn from the fleet (c/), and left as a garrison by Nero, Galbu, when he entered the city, brought with him a legion from <span class=\"place\" data-place-id=\"737056\">Spain</span>. To these must be added the (e) several companies from <span class=\"place\" data-place-id=\"20468\">Germany</span>, from Britain, and lllyricum, which had been sent forward towards the Caspian streights (/'), to serve in the war", "image" : "http://books.google.com/books?id=2X5KAAAAYAAJ&pg=PA15&img=1&zoom=3&hl=en&sig=ACfU3U1X_NuWv24yf57gCBbXUfDeT68gnQ&ci=0%2C0%2C1000%2C2000&edge=0"}
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "image": {"type": "string"}}, "required": ["text", "image"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "dotenv": {"type": "string"}, "express": {"type": "string"}, "mongoose": {"type": "string"}}, "required": ["axios", "dotenv", "express", "mongoose"]}, "devDependencies": {"type": "object", "properties": {"@types/jest": {"type": "string"}, "jest": {"type": "string"}, "jest-express": {"type": "string"}, "mongodb-memory-server": {"type": "string"}, "prettier": {"type": "string"}}, "required": ["@types/jest", "jest", "jest-express", "mongodb-memory-server", "prettier"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "express-unit-test", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"start" : "node src", "test" : "jest"}, "author" : "Pouria Ezzati <hi@pouria.dev>", "license" : "MIT", "dependencies" : {"axios" : "^0.19.2", "dotenv" : "^8.2.0", "express" : "^4.17.1", "mongoose" : "^5.9.2"}, "devDependencies" : {"@types/jest" : "^25.1.3", "jest" : "^25.1.0", "jest-express" : "^1.12.0", "mongodb-memory-server" : "^6.6.0", "prettier" : "^1.19.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "dotenv": {"type": "string"}, "express": {"type": "string"}, "mongoose": {"type": "string"}}, "required": ["axios", "dotenv", "express", "mongoose"]}, "devDependencies": {"type": "object", "properties": {"@types/jest": {"type": "string"}, "jest": {"type": "string"}, "jest-express": {"type": "string"}, "mongodb-memory-server": {"type": "string"}, "prettier": {"type": "string"}}, "required": ["@types/jest", "jest", "jest-express", "mongodb-memory-server", "prettier"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"cSpell.words" : ["inorder"]}
json_instruct
{"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "model": {"type": "object", "properties": {"modelFile": {"type": "string"}, "textures": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["modelFile", "textures"]}, "buttonTexture": {"type": "string"}, "vehicleType": {"type": "string"}, "size": {"type": "array", "items": {"type": "number"}}, "playerPos": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "smoothing": {"type": "boolean"}, "doCulling": {"type": "boolean"}, "changeYawOnStopping": {"type": "boolean"}, "accuracy": {"type": "string"}, "tags": {"type": "string"}}, "required": ["name", "model", "buttonTexture", "vehicleType", "size", "playerPos", "smoothing", "doCulling", "changeYawOnStopping", "accuracy", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "CV33", "model" : {"modelFile" : "cv33.mqo", "textures" : [["default", "textures/vehicle/cv33.png", ""]]}, "buttonTexture" : "textures/vehicle/button_cv33.png", "vehicleType" : "Car", "size" : [1.8, 1.3], "playerPos" : [[0.0, 0.5, 0.0]], "smoothing" : true, "doCulling" : true, "changeYawOnStopping" : true, "accuracy" : "LOW", "tags" : "ngt5479 CV33 Tank"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "model": {"type": "object", "properties": {"modelFile": {"type": "string"}, "textures": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["modelFile", "textures"]}, "buttonTexture": {"type": "string"}, "vehicleType": {"type": "string"}, "size": {"type": "array", "items": {"type": "number"}}, "playerPos": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "smoothing": {"type": "boolean"}, "doCulling": {"type": "boolean"}, "changeYawOnStopping": {"type": "boolean"}, "accuracy": {"type": "string"}, "tags": {"type": "string"}}, "required": ["name", "model", "buttonTexture", "vehicleType", "size", "playerPos", "smoothing", "doCulling", "changeYawOnStopping", "accuracy", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "gourdy", "definition" : "Swelled in the legs."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"awesome_name": {"type": "string"}, "local_language_id": {"type": "string"}, "name": {"type": "string"}, "pokemon_shape_id": {"type": "string"}}, "required": ["awesome_name", "local_language_id", "name", "pokemon_shape_id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"awesome_name" : "Pomaceous", "local_language_id" : "9", "name" : "Ball", "pokemon_shape_id" : "1"}, {"awesome_name" : "Caudal", "local_language_id" : "9", "name" : "Squiggle", "pokemon_shape_id" : "2"}, {"awesome_name" : "Ichthyic", "local_language_id" : "9", "name" : "Fish", "pokemon_shape_id" : "3"}, {"awesome_name" : "Brachial", "local_language_id" : "9", "name" : "Arms", "pokemon_shape_id" : "4"}, {"awesome_name" : "Alvine", "local_language_id" : "9", "name" : "Blob", "pokemon_shape_id" : "5"}, {"awesome_name" : "Sciurine", "local_language_id" : "9", "name" : "Upright", "pokemon_shape_id" : "6"}, {"awesome_name" : "Crural", "local_language_id" : "9", "name" : "Legs", "pokemon_shape_id" : "7"}, {"awesome_name" : "Mensal", "local_language_id" : "9", "name" : "Quadruped", "pokemon_shape_id" : "8"}, {"awesome_name" : "Alar", "local_language_id" : "9", "name" : "Wings", "pokemon_shape_id" : "9"}, {"awesome_name" : "Cilial", "local_language_id" : "9", "name" : "Tentacles", "pokemon_shape_id" : "10"}, {"awesome_name" : "Polycephalic", "local_language_id" : "9", "name" : "Heads", "pokemon_shape_id" : "11"}, {"awesome_name" : "Anthropomorphic", "local_language_id" : "9", "name" : "Humanoid", "pokemon_shape_id" : "12"}, {"awesome_name" : "Lepidopterous", "local_language_id" : "9", "name" : "Bug wings", "pokemon_shape_id" : "13"}, {"awesome_name" : "Chitinous", "local_language_id" : "9", "name" : "Armor", "pokemon_shape_id" : "14"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"awesome_name": {"type": "string"}, "local_language_id": {"type": "string"}, "name": {"type": "string"}, "pokemon_shape_id": {"type": "string"}}, "required": ["awesome_name", "local_language_id", "name", "pokemon_shape_id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"$schema": {"type": "string"}, "author": {"type": "string"}, "classifications": {"type": "array", "items": {"type": "string"}}, "identity": {"type": "string"}, "sourceName": {"type": "string"}, "name": {"type": "string"}, "shortName": {"type": "string"}, "defaultName": {"type": "string"}, "description": {"type": "string"}, "preferNameDirectory": {"type": "boolean"}, "tags": {"type": "object", "properties": {"language": {"type": "string"}, "type": {"type": "string"}}, "required": ["language", "type"]}, "symbols": {"type": "object", "properties": {"Framework": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}, "datatype": {"type": "string"}, "choices": {"type": "array", "items": {"type": "object", "properties": {"choice": {"type": "string"}, "description": {"type": "string"}}, "required": ["choice", "description"]}}, "replaces": {"type": "string"}, "defaultValue": {"type": "string"}}, "required": ["type", "description", "datatype", "choices", "replaces", "defaultValue"]}}, "required": ["Framework"]}, "postActions": {"type": "array", "items": {"type": "object", "properties": {"condition": {"type": "string"}, "description": {"type": "string"}, "manualInstructions": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]}}, "actionId": {"type": "string"}, "continueOnError": {"type": "boolean"}}, "required": ["condition", "description", "manualInstructions", "actionId", "continueOnError"]}}}, "required": ["$schema", "author", "classifications", "identity", "sourceName", "name", "shortName", "defaultName", "description", "preferNameDirectory", "tags", "symbols", "postActions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"$schema" : "http://json.schemastore.org/template", "author" : "Michael Staib", "classifications" : ["Web", "GraphQL"], "identity" : "HotChocolate.Template.Server", "sourceName" : "HotChocolate.Template.Server", "name" : "HotChocolate GraphQL Server", "shortName" : "graphql", "defaultName" : "GraphQL", "description" : "", "preferNameDirectory" : true, "tags" : {"language" : "C#", "type" : "project"}, "symbols" : {"Framework" : {"type" : "parameter", "description" : "The target framework for the project.", "datatype" : "choice", "choices" : [{"choice" : "net6.0", "description" : "Target .NET 6"}], "replaces" : "net6.0", "defaultValue" : "net6.0"}}, "postActions" : [{"condition" : "(!skipRestore)", "description" : "Restore NuGet packages required by this project.", "manualInstructions" : [{"text" : "Run 'dotnet restore'"}], "actionId" : "210D431B-A78B-4D2F-B762-4ED3E3EA9025", "continueOnError" : true}]}
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "author": {"type": "string"}, "classifications": {"type": "array", "items": {"type": "string"}}, "identity": {"type": "string"}, "sourceName": {"type": "string"}, "name": {"type": "string"}, "shortName": {"type": "string"}, "defaultName": {"type": "string"}, "description": {"type": "string"}, "preferNameDirectory": {"type": "boolean"}, "tags": {"type": "object", "properties": {"language": {"type": "string"}, "type": {"type": "string"}}, "required": ["language", "type"]}, "symbols": {"type": "object", "properties": {"Framework": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}, "datatype": {"type": "string"}, "choices": {"type": "array", "items": {"type": "object", "properties": {"choice": {"type": "string"}, "description": {"type": "string"}}, "required": ["choice", "description"]}}, "replaces": {"type": "string"}, "defaultValue": {"type": "string"}}, "required": ["type", "description", "datatype", "choices", "replaces", "defaultValue"]}}, "required": ["Framework"]}, "postActions": {"type": "array", "items": {"type": "object", "properties": {"condition": {"type": "string"}, "description": {"type": "string"}, "manualInstructions": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]}}, "actionId": {"type": "string"}, "continueOnError": {"type": "boolean"}}, "required": ["condition", "description", "manualInstructions", "actionId", "continueOnError"]}}}, "required": ["$schema", "author", "classifications", "identity", "sourceName", "name", "shortName", "defaultName", "description", "preferNameDirectory", "tags", "symbols", "postActions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"solution_size": {"type": "integer"}, "ok": {"type": "boolean"}, "resemblance": {"type": "number"}, "problem_id": {"type": "integer"}, "solution_spec_hash": {"type": "string"}}, "required": ["solution_size", "ok", "resemblance", "problem_id", "solution_spec_hash"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"solution_size" : 890, "ok" : true, "resemblance" : 0.621302, "problem_id" : 3760, "solution_spec_hash" : "be1aa5cd443377112b176a8a1c193b4012371a8a"}
json_instruct
{"type": "object", "properties": {"solution_size": {"type": "integer"}, "ok": {"type": "boolean"}, "resemblance": {"type": "number"}, "problem_id": {"type": "integer"}, "solution_spec_hash": {"type": "string"}}, "required": ["solution_size", "ok", "resemblance", "problem_id", "solution_spec_hash"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"categories": {"type": "array", "items": {}}, "equivalent": {"type": "array", "items": {}}, "manufacturer": {"type": "string"}, "name": {"type": "string"}, "replacement": {"type": "array", "items": {}}, "subpart": {"type": "array", "items": {}}, "urls": {"type": "object", "properties": {"manufacturer": {"type": "array", "items": {}}, "related": {"type": "array", "items": {}}}, "required": ["manufacturer", "related"]}, "variants": {"type": "array", "items": {"type": "object", "properties": {"location": {"type": "string"}, "stock_state": {"type": "string"}, "stock_text": {"type": "string"}, "url": {"type": "string"}}, "required": ["location", "stock_state", "stock_text", "url"]}}, "version": {"type": "integer"}, "weight": {"type": "string"}}, "required": ["categories", "equivalent", "manufacturer", "name", "replacement", "subpart", "urls", "variants", "version", "weight"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"categories" : [], "equivalent" : [], "manufacturer" : "", "name" : "433MHz 915MHz 3DR Radio Wireless Telemetry System For Pixhawk APM", "replacement" : [], "subpart" : [], "urls" : {"manufacturer" : [], "related" : []}, "variants" : [{"location" : "CN Warehouse", "stock_state" : "in_stock", "stock_text" : "Sold Out Currently!", "url" : "http://www.banggood.com/433MHz-915MHz-3DR-Radio-Wireless-Telemetry-System-For-Pixhawk-APM-p-934282.html"}], "version" : 2, "weight" : ""}
json_instruct
{"type": "object", "properties": {"categories": {"type": "array", "items": {}}, "equivalent": {"type": "array", "items": {}}, "manufacturer": {"type": "string"}, "name": {"type": "string"}, "replacement": {"type": "array", "items": {}}, "subpart": {"type": "array", "items": {}}, "urls": {"type": "object", "properties": {"manufacturer": {"type": "array", "items": {}}, "related": {"type": "array", "items": {}}}, "required": ["manufacturer", "related"]}, "variants": {"type": "array", "items": {"type": "object", "properties": {"location": {"type": "string"}, "stock_state": {"type": "string"}, "stock_text": {"type": "string"}, "url": {"type": "string"}}, "required": ["location", "stock_state", "stock_text", "url"]}}, "version": {"type": "integer"}, "weight": {"type": "string"}}, "required": ["categories", "equivalent", "manufacturer", "name", "replacement", "subpart", "urls", "variants", "version", "weight"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["grunt-gettext-markdown"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"@context": {"type": "string"}, "@type": {"type": "array", "items": {"type": "string"}}, "identifier": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "url": {"type": "string"}, "description": {"type": "string"}, "dataset": {"type": "array", "items": {"type": "string"}}, "additionalProperty": {"type": "array", "items": {"type": "object", "properties": {"@type": {"type": "string"}, "name": {"type": "string"}, "value": {"type": "string"}, "valueReference": {"type": "array", "items": {"type": "object", "properties": {"@type": {"type": "string"}, "name": {"type": "string"}, "url": {"type": "string"}}, "required": ["@type", "name", "url"]}}}, "required": ["@type", "name", "value", "valueReference"]}}}, "required": ["@context", "@type", "identifier", "name", "url", "description", "dataset", "additionalProperty"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"@context" : "http://schema.org", "@type" : ["BioChemEntity", "Sample"], "identifier" : ["biosamples:SAMN02743544", "mmp.ref:MMP02743544"], "name" : "Alteromonas australica DE170", "url" : "https://mmp.sfb.uit.no/databases/marref/#/records/MMP02743544", "description" : "The genus Alteromonas contains species of marine bacteria that have been isolated often from the oceans around the world. Based on the phylogenetic analysis of 16S rRNA gene sequence similarities; strain DE170 was classified as another member of the genus Alteromonas with 99% of 16S rRNA gene sequence identity to the recently described Alteromonas australica H 17T(Ivanova et al; 2013). This study aimed to provide a detailed genomic investigation of the two A. australica strains obtained from two geographically distant locations.", "dataset" : ["http://www.ebi.ac.uk/ena/data/search?query=PRJNA246140", "https://www.arb-silva.de/search/show/ssu/insdc/246140", "https://www.arb-silva.de/search/show/lsu/insdc/246140", "http://www.ebi.ac.uk/ena/data/view/GCF_000934525.1"], "additionalProperty" : [{"@type" : "PropertyValue", "name" : "Geographic Location (GAZ)", "value" : "Adriatic Sea", "valueReference" : [{"@type" : "CategoryCode", "name" : "Adriatic Sea", "url" : "https://www.ebi.ac.uk/ols/ontologies/gaz/terms?iri=http%3A%2F%2Fpurl.obolibrary.org%2Fobo%2FGAZ_00007625"}]}, {"@type" : "PropertyValue", "name" : "Organism", "value" : "Alteromonas australica", "valueReference" : [{"@type" : "CategoryCode", "name" : "Alteromonas australica", "url" : "https://www.ncbi.nlm.nih.gov/Taxonomy/Browser/wwwtax.cgi?id=589873"}]}]}
json_instruct
{"type": "object", "properties": {"@context": {"type": "string"}, "@type": {"type": "array", "items": {"type": "string"}}, "identifier": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "url": {"type": "string"}, "description": {"type": "string"}, "dataset": {"type": "array", "items": {"type": "string"}}, "additionalProperty": {"type": "array", "items": {"type": "object", "properties": {"@type": {"type": "string"}, "name": {"type": "string"}, "value": {"type": "string"}, "valueReference": {"type": "array", "items": {"type": "object", "properties": {"@type": {"type": "string"}, "name": {"type": "string"}, "url": {"type": "string"}}, "required": ["@type", "name", "url"]}}}, "required": ["@type", "name", "value", "valueReference"]}}}, "required": ["@context", "@type", "identifier", "name", "url", "description", "dataset", "additionalProperty"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"n_dim" : 5, "n_trials" : 210, "objective" : "drop_wave_on_cube", "white" : "pysot_random", "black" : "pymoo_nelder", "traceback" : ["passing", "passing"], "best_val" : [-0.7632796204973, -0.7857513344684705], "best_x" : [[0.3572225272779759, 0.19275109942535174, 0.4404341246726703, 0.11611947540936018, 0.11890868208887528], [0.4379537644302031, 0.4888199435576452, 0.4367579967847088, 0.06671442983493103, 0.33811988110172997]], "feval_count" : [210, 210], "n_trials_instructed" : [210, 210], "passing" : [true, true], "completed" : true, "points" : 0.0, "winner" : "pymoo_nelder_cube", "loser" : "pysot_random_cube"}
json_instruct
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"baseUrl": {"type": "string"}, "defaultCommandTimeout": {"type": "integer"}, "viewportHeight": {"type": "integer"}, "viewportWidth": {"type": "integer"}}, "required": ["baseUrl", "defaultCommandTimeout", "viewportHeight", "viewportWidth"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"baseUrl" : "http://localhost:3000", "defaultCommandTimeout" : 10000, "viewportHeight" : 1000, "viewportWidth" : 1500}
json_instruct
{"type": "object", "properties": {"baseUrl": {"type": "string"}, "defaultCommandTimeout": {"type": "integer"}, "viewportHeight": {"type": "integer"}, "viewportWidth": {"type": "integer"}}, "required": ["baseUrl", "defaultCommandTimeout", "viewportHeight", "viewportWidth"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 101944063, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "cdda8f65280e3242ece7fa18f99f3ee9", "wof:id" : 101944063, "wof:repo" : "whosonfirst-data-admin-br"}, "bbox" : [-40.7475, -4.16694, -40.7475, -4.16694], "geometry" : {"coordinates" : [-40.7475, -4.16694], "type" : "Point"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}, "required": ["main"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 178896, "info" : {"name" : "no disclaimer @ 8kun", "description" : "quick and simple fix to remove the disclaimer.", "additionalInfo" : null, "format" : "uso", "category" : "8kun", "createdAt" : "2020-01-06T17:26:47.000Z", "updatedAt" : "2020-01-06T17:26:47.000Z", "license" : "CC-BY-4.0", "author" : {"id" : 825972, "name" : "Amellivka"}}, "stats" : {"installs" : {"total" : 26, "weekly" : 0}}, "screenshots" : {"main" : {"name" : "178896_after.png", "archived" : true}}, "discussions" : {"stats" : {"discussionsCount" : 0, "commentsCount" : 0}, "data" : []}, "style" : {"css" : "@-moz-document domain(\"8kun.top\") {\r\n.disclaimer-8kun {\r\n display:none !important;\r\n}\r\n.post.reply {\r\n padding-bottom:0.85em !important;\r\n}\r\n}"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}, "required": ["main"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"asset": {"type": "object", "properties": {"version": {"type": "string"}, "tilesetVersion": {"type": "string"}}, "required": ["version", "tilesetVersion"]}, "geometricError": {"type": "integer"}, "root": {"type": "object", "properties": {"boundingVolume": {"type": "object", "properties": {"sphere": {"type": "array", "items": {"type": "number"}}}, "required": ["sphere"]}, "geometricError": {"type": "integer"}, "content": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "children": {"type": "array", "items": {"type": "object", "properties": {"boundingVolume": {"type": "object", "properties": {"sphere": {"type": "array", "items": {"type": "number"}}}, "required": ["sphere"]}, "geometricError": {"type": "number"}, "content": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["boundingVolume", "geometricError", "content"]}}}, "required": ["boundingVolume", "geometricError", "content", "children"]}}, "required": ["asset", "geometricError", "root"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"asset" : {"version" : "0.0", "tilesetVersion" : "1.2.3"}, "geometricError" : 1, "root" : {"boundingVolume" : {"sphere" : [6358647.257651349, -499259.1536370831, -86.98158958550795, 12.77137565612793]}, "geometricError" : 1, "content" : {"url" : "Tile_+000_+004_L21_0001330.b3dm"}, "children" : [{"boundingVolume" : {"sphere" : [6358647.225689925, -499259.16147295607, -86.98158914535234, 12.691009521484375]}, "geometricError" : 0.5, "content" : {"url" : "Tile_+000_+004_L22_00013300.b3dm"}}]}}
json_instruct
{"type": "object", "properties": {"asset": {"type": "object", "properties": {"version": {"type": "string"}, "tilesetVersion": {"type": "string"}}, "required": ["version", "tilesetVersion"]}, "geometricError": {"type": "integer"}, "root": {"type": "object", "properties": {"boundingVolume": {"type": "object", "properties": {"sphere": {"type": "array", "items": {"type": "number"}}}, "required": ["sphere"]}, "geometricError": {"type": "integer"}, "content": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "children": {"type": "array", "items": {"type": "object", "properties": {"boundingVolume": {"type": "object", "properties": {"sphere": {"type": "array", "items": {"type": "number"}}}, "required": ["sphere"]}, "geometricError": {"type": "number"}, "content": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["boundingVolume", "geometricError", "content"]}}}, "required": ["boundingVolume", "geometricError", "content", "children"]}}, "required": ["asset", "geometricError", "root"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"particle": {"type": "string"}, "still": {"type": "string"}, "flow": {"type": "string"}}, "required": ["particle", "still", "flow"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "builtin/liquid", "textures" : {"particle" : "block/lava_still", "still" : "block/lava_still", "flow" : "block/lava_flow"}}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"particle": {"type": "string"}, "still": {"type": "string"}, "flow": {"type": "string"}}, "required": ["particle", "still", "flow"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"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" : "0xe17673080c306572eef09a1f5ce050e5f167a61e0e3fadeb207c52cd3e8b5f18", "parentHash" : "0xbec6475af8c5c814b96d707a49ada4d527828352454036f3e8f7526b421176c2", "number" : 72762, "timestamp" : 1439357813, "nonce" : "0xaadbe0d08c49fb18", "difficulty" : 2183272871365, "gasLimit" : {"_hex" : "0x2fe3de"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0x87cD3b7f4DBBFE553DB92Ac1C97c6C24231c5D26", "extraData" : "0x476574682f76312e302e302f6c696e75782f676f312e342e32", "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#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"NORW 101": {"type": "array", "items": {}}, "NORW 102": {"type": "array", "items": {}}, "NORW 103": {"type": "array", "items": {}}, "NORW 150": {"type": "array", "items": {}}, "NORW 199": {"type": "array", "items": {}}, "NORW 201": {"type": "array", "items": {}}, "NORW 202": {"type": "array", "items": {}}, "NORW 203": {"type": "array", "items": {}}, "NORW 299": {"type": "array", "items": {}}, "NORW 310": {"type": "array", "items": {}}, "NORW 311": {"type": "array", "items": {}}, "NORW 312": {"type": "array", "items": {}}, "NORW 321": {"type": "array", "items": {}}, "NORW 395": {"type": "array", "items": {}}, "NORW 399": {"type": "array", "items": {}}, "NORW 490": {"type": "array", "items": {}}}, "required": ["NORW 101", "NORW 102", "NORW 103", "NORW 150", "NORW 199", "NORW 201", "NORW 202", "NORW 203", "NORW 299", "NORW 310", "NORW 311", "NORW 312", "NORW 321", "NORW 395", "NORW 399", "NORW 490"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"NORW 101" : [], "NORW 102" : [], "NORW 103" : [], "NORW 150" : [], "NORW 199" : [], "NORW 201" : [], "NORW 202" : [], "NORW 203" : [], "NORW 299" : [], "NORW 310" : [], "NORW 311" : [], "NORW 312" : [], "NORW 321" : [], "NORW 395" : [], "NORW 399" : [], "NORW 490" : []}
json_instruct
{"type": "object", "properties": {"NORW 101": {"type": "array", "items": {}}, "NORW 102": {"type": "array", "items": {}}, "NORW 103": {"type": "array", "items": {}}, "NORW 150": {"type": "array", "items": {}}, "NORW 199": {"type": "array", "items": {}}, "NORW 201": {"type": "array", "items": {}}, "NORW 202": {"type": "array", "items": {}}, "NORW 203": {"type": "array", "items": {}}, "NORW 299": {"type": "array", "items": {}}, "NORW 310": {"type": "array", "items": {}}, "NORW 311": {"type": "array", "items": {}}, "NORW 312": {"type": "array", "items": {}}, "NORW 321": {"type": "array", "items": {}}, "NORW 395": {"type": "array", "items": {}}, "NORW 399": {"type": "array", "items": {}}, "NORW 490": {"type": "array", "items": {}}}, "required": ["NORW 101", "NORW 102", "NORW 103", "NORW 150", "NORW 199", "NORW 201", "NORW 202", "NORW 203", "NORW 299", "NORW 310", "NORW 311", "NORW 312", "NORW 321", "NORW 395", "NORW 399", "NORW 490"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "en": {"type": "string"}, "ru": {"type": "string"}, "iso3": {"type": "string"}, "iso2": {"type": "string"}, "phoneCode": {"type": "string"}, "capital": {"type": "null"}, "currency": {"type": "string"}}, "required": ["id", "en", "ru", "iso3", "iso2", "phoneCode", "capital", "currency"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "365db666-2805-404a-808d-74d37c43a220", "en" : "France", "ru" : "\u0424\u0440\u0430\u043d\u0446\u0438\u044f", "iso3" : "FRA", "iso2" : "FR", "phoneCode" : "33", "capital" : null, "currency" : "EUR"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "en": {"type": "string"}, "ru": {"type": "string"}, "iso3": {"type": "string"}, "iso2": {"type": "string"}, "phoneCode": {"type": "string"}, "capital": {"type": "null"}, "currency": {"type": "string"}}, "required": ["id", "en", "ru", "iso3", "iso2", "phoneCode", "capital", "currency"]}, "$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"}, "config_type": {"type": "string"}, "config": {"type": "string"}, "group": {"type": "string"}}, "required": ["name", "config_type", "config", "group"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "hjdfhjdhfj", "config_type" : "template", "config" : "Hi $$HOW$$ and now $$hey$$ ", "group" : "gp1"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "config_type": {"type": "string"}, "config": {"type": "string"}, "group": {"type": "string"}}, "required": ["name", "config_type", "config", "group"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"amenity": {"type": "string"}, "vending": {"type": "string"}, "id": {"type": "string"}}, "required": ["amenity", "vending", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "id" : "node/9033256002", "properties" : {"amenity" : "vending_machine", "vending" : "food", "id" : "node/9033256002"}, "geometry" : {"type" : "Point", "coordinates" : [7.8731336, 50.1629359]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"amenity": {"type": "string"}, "vending": {"type": "string"}, "id": {"type": "string"}}, "required": ["amenity", "vending", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "type": {"type": "string"}, "homepage": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}}, "required": ["test", "build"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "jest": {"type": "object", "properties": {"modulePaths": {"type": "array", "items": {"type": "string"}}}, "required": ["modulePaths"]}, "author": {"type": "string"}, "license": {"type": "string"}, "moduleFileExtensions": {"type": "array", "items": {"type": "string"}}, "devDependencies": {"type": "object", "properties": {"@babel/preset-typescript": {"type": "string"}, "@types/jest": {"type": "string"}, "@types/node": {"type": "string"}, "babel-core": {"type": "string"}, "babel-jest": {"type": "string"}, "jest": {"type": "string"}, "regenerator-runtime": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@babel/preset-typescript", "@types/jest", "@types/node", "babel-core", "babel-jest", "jest", "regenerator-runtime", "@babel/preset-env", "typescript"]}, "dependencies": {"type": "object", "properties": {"@types/node-fetch": {"type": "string"}, "dotenv": {"type": "string"}, "form-data": {"type": "string"}, "node-fetch": {"type": "string"}}, "required": ["@types/node-fetch", "dotenv", "form-data", "node-fetch"]}}, "required": ["name", "version", "description", "main", "type", "homepage", "scripts", "keywords", "jest", "author", "license", "moduleFileExtensions", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "canvas-api-ts", "version" : "0.6.1", "description" : "Strongly typed canvas lms api", "main" : "dist/index.js", "type" : "dist/index.d.ts", "homepage" : "https://github.com/ailrk/canvas-api-ts", "scripts" : {"test" : "npm run build && jest", "build" : "rimraf dist && tsc"}, "keywords" : ["canvas", "api", "lms", "canvas api", "canvas lms api", "type"], "jest" : {"modulePaths" : ["src"]}, "author" : "Ailrk", "license" : "MIT", "moduleFileExtensions" : ["ts"], "devDependencies" : {"@babel/preset-typescript" : "^7.10.4", "@types/jest" : "^26.0.7", "@types/node" : "^14.0.27", "babel-core" : "^6.26.3", "babel-jest" : "^26.3.0", "jest" : "^26.2.0", "regenerator-runtime" : "^0.13.7", "@babel/preset-env" : "^7.11.0", "typescript" : "^3.9.7"}, "dependencies" : {"@types/node-fetch" : "^2.5.7", "dotenv" : "^8.2.0", "form-data" : "^3.0.0", "node-fetch" : "^2.6.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "type": {"type": "string"}, "homepage": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}}, "required": ["test", "build"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "jest": {"type": "object", "properties": {"modulePaths": {"type": "array", "items": {"type": "string"}}}, "required": ["modulePaths"]}, "author": {"type": "string"}, "license": {"type": "string"}, "moduleFileExtensions": {"type": "array", "items": {"type": "string"}}, "devDependencies": {"type": "object", "properties": {"@babel/preset-typescript": {"type": "string"}, "@types/jest": {"type": "string"}, "@types/node": {"type": "string"}, "babel-core": {"type": "string"}, "babel-jest": {"type": "string"}, "jest": {"type": "string"}, "regenerator-runtime": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@babel/preset-typescript", "@types/jest", "@types/node", "babel-core", "babel-jest", "jest", "regenerator-runtime", "@babel/preset-env", "typescript"]}, "dependencies": {"type": "object", "properties": {"@types/node-fetch": {"type": "string"}, "dotenv": {"type": "string"}, "form-data": {"type": "string"}, "node-fetch": {"type": "string"}}, "required": ["@types/node-fetch", "dotenv", "form-data", "node-fetch"]}}, "required": ["name", "version", "description", "main", "type", "homepage", "scripts", "keywords", "jest", "author", "license", "moduleFileExtensions", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"layer0": {"type": "string"}, "layer1": {"type": "string"}}, "required": ["layer0", "layer1"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "minecraft:item/generated", "textures" : {"layer0" : "silentgems:item/soul_gem_back", "layer1" : "silentgems:item/soul_gem_front"}}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"layer0": {"type": "string"}, "layer1": {"type": "string"}}, "required": ["layer0", "layer1"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"bbox": {"type": "string"}, "used": {"type": "boolean"}, "class_name": {"type": "string"}}, "required": ["bbox", "used", "class_name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"bbox" : "120 61 309 252", "used" : false, "class_name" : "tvmonitor"}, {"bbox" : "238 35 259 78", "used" : false, "class_name" : "bottle"}, {"bbox" : "300 116 442 266", "used" : false, "class_name" : "cat"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"bbox": {"type": "string"}, "used": {"type": "boolean"}, "class_name": {"type": "string"}}, "required": ["bbox", "used", "class_name"]}, "$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" : 98069, "cartId" : "0f81735e-ec8a-4c6d-8132-e7fb4c1d2145", "preferredProducts" : [4091, 3737, 2724, 4713], "productReviews" : [{"productId" : 322, "reviewText" : "This red, does exactly what it's suppose to do.", "reviewDate" : "2017-06-29T21:18:23.8846941+03:00"}, {"productId" : 1211, "reviewText" : "this experiences is hyper.", "reviewDate" : "2018-10-08T01:43:59.9874562+03:00"}, {"productId" : 2231, "reviewText" : "The box this comes in is 3 inch by 6 centimeter and weights 15 ounce!", "reviewDate" : "2018-02-01T11:03:05.9427602+02:00"}, {"productId" : 2779, "reviewText" : "talk about sadness!!", "reviewDate" : "2020-03-21T08:41:03.9155182+02: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 sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "null"}, "starNum": {"type": "integer"}, "folkNum": {"type": "integer"}, "watchNum": {"type": "integer"}, "topic": {"type": "array", "items": {}}}, "required": ["name", "description", "license", "starNum", "folkNum", "watchNum", "topic"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Subclim", "description" : "Eclipse Java completion and refactoring powers in Sublime Text 2 using Eclim", "license" : null, "starNum" : 122, "folkNum" : 24, "watchNum" : 122, "topic" : []}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "null"}, "starNum": {"type": "integer"}, "folkNum": {"type": "integer"}, "watchNum": {"type": "integer"}, "topic": {"type": "array", "items": {}}}, "required": ["name", "description", "license", "starNum", "folkNum", "watchNum", "topic"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"asset": {"type": "object", "properties": {"version": {"type": "string"}, "tilesetVersion": {"type": "string"}}, "required": ["version", "tilesetVersion"]}, "geometricError": {"type": "integer"}, "root": {"type": "object", "properties": {"boundingVolume": {"type": "object", "properties": {"sphere": {"type": "array", "items": {"type": "number"}}}, "required": ["sphere"]}, "geometricError": {"type": "integer"}, "content": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "children": {"type": "array", "items": {"type": "object", "properties": {"boundingVolume": {"type": "object", "properties": {"sphere": {"type": "array", "items": {"type": "number"}}}, "required": ["sphere"]}, "geometricError": {"type": "integer"}, "content": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["boundingVolume", "geometricError", "content"]}}}, "required": ["boundingVolume", "geometricError", "content", "children"]}}, "required": ["asset", "geometricError", "root"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"asset" : {"version" : "0.0", "tilesetVersion" : "1.2.3"}, "geometricError" : 2, "root" : {"boundingVolume" : {"sphere" : [6358664.936927869, -498912.28965485614, 155.86279430764628, 18.364614486694336]}, "geometricError" : 2, "content" : {"url" : "Tile_+004_+007_L20_000010.b3dm"}, "children" : [{"boundingVolume" : {"sphere" : [6358664.939013455, -498912.28981837427, 155.8004864557124, 18.233644485473633]}, "geometricError" : 1, "content" : {"url" : "Tile_+004_+007_L21_0000100.json"}}]}}
json_instruct
{"type": "object", "properties": {"asset": {"type": "object", "properties": {"version": {"type": "string"}, "tilesetVersion": {"type": "string"}}, "required": ["version", "tilesetVersion"]}, "geometricError": {"type": "integer"}, "root": {"type": "object", "properties": {"boundingVolume": {"type": "object", "properties": {"sphere": {"type": "array", "items": {"type": "number"}}}, "required": ["sphere"]}, "geometricError": {"type": "integer"}, "content": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "children": {"type": "array", "items": {"type": "object", "properties": {"boundingVolume": {"type": "object", "properties": {"sphere": {"type": "array", "items": {"type": "number"}}}, "required": ["sphere"]}, "geometricError": {"type": "integer"}, "content": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["boundingVolume", "geometricError", "content"]}}}, "required": ["boundingVolume", "geometricError", "content", "children"]}}, "required": ["asset", "geometricError", "root"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "modern.css": {"type": "string"}, "modern.js": {"type": "string"}, "skinname-modern": {"type": "string"}}, "required": ["@metadata", "modern.css", "modern.js", "skinname-modern"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"@metadata" : {"authors" : ["Siebrand"]}, "modern.css" : "/* CSS die hier wordt geplaatst heeft alleen invloed op de skin Modern */", "modern.js" : "/* JavaScript die hier wordt geplaatst heeft alleen invloed op gebruikers die de skin Modern gebruiken */", "skinname-modern" : "Modern"}
json_instruct
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "modern.css": {"type": "string"}, "modern.js": {"type": "string"}, "skinname-modern": {"type": "string"}}, "required": ["@metadata", "modern.css", "modern.js", "skinname-modern"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0xbde6ec78568938b7d839e202f7aee0ba84169ae5", "tool" : "honeybadger", "start" : 1565841169.978271, "end" : 1565841221.8916955, "duration" : 51.913424491882324, "analysis" : [{"errors" : [], "file" : "/unique_chucks/9/0xbde6ec78568938b7d839e202f7aee0ba84169ae5.sol", "name" : "AMOSToken"}, {"errors" : [], "file" : "/unique_chucks/9/0xbde6ec78568938b7d839e202f7aee0ba84169ae5.sol", "name" : "SafeMath"}, {"errors" : [], "file" : "/unique_chucks/9/0xbde6ec78568938b7d839e202f7aee0ba84169ae5.sol", "name" : "TokenERC20"}]}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"variants": {"type": "object", "properties": {"type=bottom": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "type=top": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "type=double": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": ["type=bottom", "type=top", "type=double"]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"variants" : {"type=bottom" : {"model" : "assorteddiscoveries:block/weeping_blackstone_slab"}, "type=top" : {"model" : "assorteddiscoveries:block/weeping_blackstone_slab_top"}, "type=double" : {"model" : "assorteddiscoveries:block/weeping_blackstone"}}}
json_instruct
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"type=bottom": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "type=top": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "type=double": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": ["type=bottom", "type=top", "type=double"]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"n_dim" : 8, "n_trials" : 130, "objective" : "markowitz_analytic_on_cube", "white" : "pysot_srbf", "black" : "platypus_epsmoea", "traceback" : ["passing", "passing"], "best_val" : [0.006109405198495441, 1.1883418654166045], "best_x" : [[0.21804325415746142, 0.17279827265714867, 0.009372388121800742, 0.16313737626691774, 0.030022435627362596, 0.022203136478588015, 0.2251720130913202, 0.15880661107589614], [0.017790317055301985, 0.016648229963873273, 0.9380032472085296, 0.021831666538023264, 0.2802259806504862, 0.15904174268898497, 0.11542178847593715, 0.38681383659124013]], "feval_count" : [130, 130], "n_trials_instructed" : [130, 130], "passing" : [true, true], "completed" : true, "points" : 1.0, "winner" : "pysot_srbf", "loser" : "platypus_epsmoea"}
json_instruct
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"reporter": {"type": "array", "items": {"type": "string"}}, "check-coverage": {"type": "boolean"}, "all": {"type": "boolean"}, "src": {"type": "array", "items": {"type": "string"}}, "lines": {"type": "integer"}, "functions": {"type": "integer"}, "branches": {"type": "integer"}}, "required": ["reporter", "check-coverage", "all", "src", "lines", "functions", "branches"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"reporter" : ["text", "lcov"], "check-coverage" : false, "all" : true, "src" : ["src/"], "lines" : 80, "functions" : 80, "branches" : 80}
json_instruct
{"type": "object", "properties": {"reporter": {"type": "array", "items": {"type": "string"}}, "check-coverage": {"type": "boolean"}, "all": {"type": "boolean"}, "src": {"type": "array", "items": {"type": "string"}}, "lines": {"type": "integer"}, "functions": {"type": "integer"}, "branches": {"type": "integer"}}, "required": ["reporter", "check-coverage", "all", "src", "lines", "functions", "branches"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["adjust-sourcemap-loader", "bible", "bible.js", "gene-js", "leadconduit-custom", "starts-with-emoji", "statique", "tpipe", "tpipe-express"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "homepage", "authors", "description", "keywords", "main", "license", "ignore"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "marked-katex", "version" : "0.3.8", "homepage" : "https://github.com/linxiaowu66/marked-kaTex", "authors" : ["Christopher Jeffrey <chjjeffrey@gmail.com>"], "description" : "markdown parser fork from git://github.com/chjj/marked.git, and in additional we support the katex, thus we can integrated with mathML in the markdown text", "keywords" : ["markdown", "markup", "html", "katex", "math"], "main" : "lib/marked.js", "license" : "MIT", "ignore" : ["**/.*", "node_modules", "bower_components", "app/bower_components", "test", "tests"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "homepage", "authors", "description", "keywords", "main", "license", "ignore"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "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": "null"}, "countrylevel_id": {"type": "string"}, "osm_data": {"type": "object", "properties": {"localname": {"type": "string"}, "official_name": {"type": "string"}, "alltags": {"type": "object", "properties": {}, "required": []}}, "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" : "Dom\u017eale", "iso2" : "SI-023", "admin_level" : 8, "osm_id" : 1675866, "wikidata_id" : "Q13377763", "wikipedia_id" : "sl:Ob\u010dina Dom\u017eale", "population" : null, "countrylevel_id" : "iso2:SI-023", "osm_data" : {"localname" : "Dom\u017eale", "official_name" : "", "alltags" : {}}}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[14.57, 46.11], [14.584, 46.107], [14.593, 46.096], [14.62, 46.094], [14.626, 46.099], [14.652, 46.104], [14.657, 46.117], [14.671, 46.12], [14.687, 46.117], [14.692, 46.124], [14.686, 46.143], [14.664, 46.151], [14.659, 46.159], [14.643, 46.158], [14.661, 46.173], [14.676, 46.195], [14.683, 46.197], [14.668, 46.205], [14.637, 46.202], [14.624, 46.189], [14.604, 46.182], [14.589, 46.187], [14.583, 46.175], [14.592, 46.154], [14.583, 46.146], [14.57, 46.137], [14.57, 46.11]]]]}}
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": "null"}, "countrylevel_id": {"type": "string"}, "osm_data": {"type": "object", "properties": {"localname": {"type": "string"}, "official_name": {"type": "string"}, "alltags": {"type": "object", "properties": {}, "required": []}}, "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": {"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": {"type": "object", "properties": {"hash": {"type": "string"}, "blockHash": {"type": "string"}, "blockNumber": {"type": "integer"}, "transactionIndex": {"type": "integer"}, "confirmations": {"type": "null"}, "from": {"type": "string"}, "gasPrice": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "to": {"type": "string"}, "value": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "nonce": {"type": "integer"}, "data": {"type": "string"}, "r": {"type": "string"}, "s": {"type": "string"}, "v": {"type": "integer"}, "creates": {"type": "null"}, "raw": {"type": "string"}, "networkId": {"type": "integer"}, "chainId": {"type": "integer"}}, "required": ["hash", "blockHash", "blockNumber", "transactionIndex", "confirmations", "from", "gasPrice", "gasLimit", "to", "value", "nonce", "data", "r", "s", "v", "creates", "raw", "networkId", "chainId"]}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"hash" : "0x08acc36a30c9e4807d12e48755d15cdee1857c0c0d5eeca8d16e8804119a66e4", "parentHash" : "0x245d31b70f3a41b71e54b96ed968c5141c275336eeb1ac8f9f5a84ed8e6a05f3", "number" : 80492, "timestamp" : 1439486283, "nonce" : "0xdba921caea00b97a", "difficulty" : 2414436890241, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {"_hex" : "0x6ed7"}, "miner" : "0xe343732D1eA6921c73683B947937AC902b77aD4f", "extraData" : "0x476574682f76312e302e312f6c696e75782f676f312e342e32", "transactions" : [{"hash" : "0x3d59430e854298d8d348269c45560465a3f7fcf427de5d5a58fa9d2e20030572", "blockHash" : "0x08acc36a30c9e4807d12e48755d15cdee1857c0c0d5eeca8d16e8804119a66e4", "blockNumber" : 80492, "transactionIndex" : 0, "confirmations" : null, "from" : "0x87C5B5874A18B4306DF8a752a6C8cc3E82daFc19", "gasPrice" : {"_hex" : "0x113df645cc7"}, "gasLimit" : {"_hex" : "0x493e0"}, "to" : "0xC4c51de1AbF5D60DBd329eC0F999Fd8f021ae9fC", "value" : {"_hex" : "0x0"}, "nonce" : 223, "data" : "0xbd66528a6b6b6b0000000000000000000000000000000000000000000000000000000000", "r" : "0xa4e0d08fe86dbdf51cac085021113164f303daa8ca07e648876f14f1f46ddc33", "s" : "0x0cffa5c651d4ce000b276501cf914aa535cfeaa38ea56a7df4f68a74266a2b04", "v" : 28, "creates" : null, "raw" : "0xf88b81df860113df645cc7830493e094c4c51de1abf5d60dbd329ec0f999fd8f021ae9fc80a4bd66528a6b6b6b00000000000000000000000000000000000000000000000000000000001ca0a4e0d08fe86dbdf51cac085021113164f303daa8ca07e648876f14f1f46ddc33a00cffa5c651d4ce000b276501cf914aa535cfeaa38ea56a7df4f68a74266a2b04", "networkId" : 0, "chainId" : 0}]}
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": {"type": "object", "properties": {"hash": {"type": "string"}, "blockHash": {"type": "string"}, "blockNumber": {"type": "integer"}, "transactionIndex": {"type": "integer"}, "confirmations": {"type": "null"}, "from": {"type": "string"}, "gasPrice": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "to": {"type": "string"}, "value": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "nonce": {"type": "integer"}, "data": {"type": "string"}, "r": {"type": "string"}, "s": {"type": "string"}, "v": {"type": "integer"}, "creates": {"type": "null"}, "raw": {"type": "string"}, "networkId": {"type": "integer"}, "chainId": {"type": "integer"}}, "required": ["hash", "blockHash", "blockNumber", "transactionIndex", "confirmations", "from", "gasPrice", "gasLimit", "to", "value", "nonce", "data", "r", "s", "v", "creates", "raw", "networkId", "chainId"]}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"frame_id": {"type": "integer"}, "walking": {"type": "string"}, "video_id": {"type": "string"}, "bbs": {"type": "array", "items": {"type": "object", "properties": {"artwork_id": {"type": "string"}, "right": {"type": "number"}, "bottom": {"type": "number"}, "top": {"type": "number"}, "confidence": {"type": "integer"}, "recognized": {"type": "boolean"}, "bb_big_enough": {"type": "boolean"}, "class": {"type": "string"}, "left": {"type": "number"}}, "required": ["artwork_id", "right", "bottom", "top", "confidence", "recognized", "bb_big_enough", "class", "left"]}}, "p_voice": {"type": "string"}}, "required": ["frame_id", "walking", "video_id", "bbs", "p_voice"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"frame_id" : 4979, "walking" : "0", "video_id" : "VID_20161007_131547_reduced", "bbs" : [{"artwork_id" : "san_giorgio_donatello", "right" : 0.853981, "bottom" : 0.498605, "top" : 0.021008, "confidence" : 284, "recognized" : true, "bb_big_enough" : true, "class" : "artwork", "left" : 0.484453}, {"artwork_id" : "david_bronzo_donatello", "right" : 0.756933, "bottom" : 0.841037, "top" : 0.075098, "confidence" : 317, "recognized" : true, "bb_big_enough" : true, "class" : "artwork", "left" : 0.14217}], "p_voice" : "0"}
json_instruct
{"type": "object", "properties": {"frame_id": {"type": "integer"}, "walking": {"type": "string"}, "video_id": {"type": "string"}, "bbs": {"type": "array", "items": {"type": "object", "properties": {"artwork_id": {"type": "string"}, "right": {"type": "number"}, "bottom": {"type": "number"}, "top": {"type": "number"}, "confidence": {"type": "integer"}, "recognized": {"type": "boolean"}, "bb_big_enough": {"type": "boolean"}, "class": {"type": "string"}, "left": {"type": "number"}}, "required": ["artwork_id", "right", "bottom", "top", "confidence", "recognized", "bb_big_enough", "class", "left"]}}, "p_voice": {"type": "string"}}, "required": ["frame_id", "walking", "video_id", "bbs", "p_voice"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"\u016b\u00b7\u1e07\u0101\u00b7\u1e6d\u0259\u00b7l\u016b": {"type": "object", "properties": {"ecc.12.3|7": {"type": "array", "items": {"type": "string"}}}, "required": ["ecc.12.3|7"]}}, "required": ["\u016b\u00b7\u1e07\u0101\u00b7\u1e6d\u0259\u00b7l\u016b"]}, "meanings": {"type": "object", "properties": {"cease": {"type": "integer"}}, "required": ["cease"]}, "meaningsCount": {"type": "integer"}, "occurences": {"type": "integer"}}, "required": ["pos", "translits", "meanings", "meaningsCount", "occurences"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"pos" : "v", "translits" : {"\u016b\u00b7\u1e07\u0101\u00b7\u1e6d\u0259\u00b7l\u016b" : {"ecc.12.3|7" : ["the strong", "and when cease", "the grinders"]}}, "meanings" : {"cease" : 1}, "meaningsCount" : 1, "occurences" : 1}
json_instruct
{"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"\u016b\u00b7\u1e07\u0101\u00b7\u1e6d\u0259\u00b7l\u016b": {"type": "object", "properties": {"ecc.12.3|7": {"type": "array", "items": {"type": "string"}}}, "required": ["ecc.12.3|7"]}}, "required": ["\u016b\u00b7\u1e07\u0101\u00b7\u1e6d\u0259\u00b7l\u016b"]}, "meanings": {"type": "object", "properties": {"cease": {"type": "integer"}}, "required": ["cease"]}, "meaningsCount": {"type": "integer"}, "occurences": {"type": "integer"}}, "required": ["pos", "translits", "meanings", "meaningsCount", "occurences"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"WePay": {"type": "object", "properties": {"domain": {"type": "string"}, "img": {"type": "string"}, "tfa": {"type": "array", "items": {"type": "string"}}, "documentation": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "regions": {"type": "array", "items": {"type": "string"}}}, "required": ["domain", "img", "tfa", "documentation", "keywords", "regions"]}}, "required": ["WePay"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"WePay" : {"domain" : "go.wepay.com", "img" : "go.wepay.com.png", "tfa" : ["sms", "totp"], "documentation" : "https://support.wepay.com/hc/en-us/articles/203609693", "keywords" : ["payments"], "regions" : ["us"]}}
json_instruct
{"type": "object", "properties": {"WePay": {"type": "object", "properties": {"domain": {"type": "string"}, "img": {"type": "string"}, "tfa": {"type": "array", "items": {"type": "string"}}, "documentation": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "regions": {"type": "array", "items": {"type": "string"}}}, "required": ["domain", "img", "tfa", "documentation", "keywords", "regions"]}}, "required": ["WePay"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"fnr": {"type": "string"}, "kortnavn": {"type": "string"}, "fornavn": {"type": "string"}, "mellomnavn": {"type": "string"}, "etternavn": {"type": "string"}, "kodeStatsborger": {"type": "string"}, "statsborger": {"type": "string"}, "datoStatsborger": {"type": "string"}, "kodeSivilstand": {"type": "string"}, "sivilstand": {"type": "string"}, "datoSivilstand": {"type": "string"}, "kodeInnvandretFra": {"type": "string"}, "innvandretFra": {"type": "string"}, "datoInnvandret": {"type": "string"}}, "required": ["fnr", "kortnavn", "fornavn", "mellomnavn", "etternavn", "kodeStatsborger", "statsborger", "datoStatsborger", "kodeSivilstand", "sivilstand", "datoSivilstand", "kodeInnvandretFra", "innvandretFra", "datoInnvandret"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"fnr" : "12101816735", "kortnavn" : "PARASOLL USTABIL", "fornavn" : "USTABIL", "mellomnavn" : "", "etternavn" : "PARASOLL", "kodeStatsborger" : "NOR", "statsborger" : "NORGE", "datoStatsborger" : "2018-11-11", "kodeSivilstand" : "UGIF", "sivilstand" : "Ugift", "datoSivilstand" : "2009-06-21", "kodeInnvandretFra" : "DEU", "innvandretFra" : "TYSKLAND", "datoInnvandret" : "2016-01-11"}
json_instruct
{"type": "object", "properties": {"fnr": {"type": "string"}, "kortnavn": {"type": "string"}, "fornavn": {"type": "string"}, "mellomnavn": {"type": "string"}, "etternavn": {"type": "string"}, "kodeStatsborger": {"type": "string"}, "statsborger": {"type": "string"}, "datoStatsborger": {"type": "string"}, "kodeSivilstand": {"type": "string"}, "sivilstand": {"type": "string"}, "datoSivilstand": {"type": "string"}, "kodeInnvandretFra": {"type": "string"}, "innvandretFra": {"type": "string"}, "datoInnvandret": {"type": "string"}}, "required": ["fnr", "kortnavn", "fornavn", "mellomnavn", "etternavn", "kodeStatsborger", "statsborger", "datoStatsborger", "kodeSivilstand", "sivilstand", "datoSivilstand", "kodeInnvandretFra", "innvandretFra", "datoInnvandret"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "pokecube_legends:block/ultra_darkstone_slab"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01021420": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01021420"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Topology", "objects" : {"E01021420" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00108808", "LAD11CD" : "E07000067"}, "arcs" : [[0, 1, 2, 3]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00108809", "LAD11CD" : "E07000067"}, "arcs" : [[-4, 4, 5, 6, 7]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00108820", "LAD11CD" : "E07000067"}, "arcs" : [[8, -2, 9]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00108822", "LAD11CD" : "E07000067"}, "arcs" : [[-5, -3, -9, 10]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00108823", "LAD11CD" : "E07000067"}, "arcs" : [[-7, 11]]}]}}, "arcs" : [[[2361, 5818], [-474, 812], [2249, 1057], [-423, 231], [100, 532], [427, 80], [-187, 690], [-456, -44], [227, 817], [762, -569], [795, -51], [589, 626], [-83, -746]], [[5887, 9253], [-406, -699], [136, -620], [-636, -368], [145, -323], [-1866, -338], [217, -617], [1077, 330], [146, -451], [638, 131], [927, 981], [87, -322]], [[6352, 6957], [-395, -639]], [[5957, 6318], [-1259, -858], [117, -420], [-369, -374], [-739, 97], [-191, 701], [-1155, 354]], [[5957, 6318], [-550, -639], [778, -386], [472, 473], [861, -1152]], [[7518, 4614], [-777, -659]], [[6741, 3955], [-1160, 654], [-954, -1245], [-645, 16], [46, 397], [-797, 113], [-342, -269], [-531, 170], [559, 335], [-431, 796], [-1395, 132], [18, 453]], [[1109, 5507], [1252, 311]], [[9092, 5920], [-1036, 1160], [-903, -91], [-285, -425], [-516, 393]], [[5887, 9253], [472, -501], [2005, -796], [1635, -1277], [-907, -759]], [[9092, 5920], [-462, -418], [-1112, -888]], [[6741, 3955], [-4691, -3955], [542, 1093], [-171, 1106], [-2421, 2168], [177, 1246], [932, -106]]], "transform" : {"scale" : [1.2684945519541024e-06, 8.327664746275513e-07], "translate" : [0.638403336140598, 51.80680620210169]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01021420": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01021420"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"avalon.js": {"type": "string"}, "avalon.min.js": {"type": "string"}, "avalon.mobile.js": {"type": "string"}, "avalon.mobile.min.js": {"type": "string"}, "avalon.mobile.old.js": {"type": "string"}, "avalon.mobile.shim.js": {"type": "string"}, "avalon.modern.js": {"type": "string"}, "avalon.modern.min.js": {"type": "string"}, "avalon.modern.shim.js": {"type": "string"}, "avalon.shim.js": {"type": "string"}}, "required": ["avalon.js", "avalon.min.js", "avalon.mobile.js", "avalon.mobile.min.js", "avalon.mobile.old.js", "avalon.mobile.shim.js", "avalon.modern.js", "avalon.modern.min.js", "avalon.modern.shim.js", "avalon.shim.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"avalon.js" : "sha256-zGb5TH8VwNCkw5DR8z8tO+RIqKpOmeNmxJ+RrWWCZw8=", "avalon.min.js" : "sha256-TZ7mJZ0x91TzTMiojOt3fBohrW79VLKxhmw9Q6GQa6E=", "avalon.mobile.js" : "sha256-LdlxkV11lKNBJDsu/7UpGlqITdLaPcLPTWvgcY9XDiE=", "avalon.mobile.min.js" : "sha256-TJYmu5HcT9117sNUY0lf9XGlYcK1Ca2GOXFM4tnnaQk=", "avalon.mobile.old.js" : "sha256-z1jPzRgiUWGL16YjSp8se+0IvYKTT3fM2uiih3obh4c=", "avalon.mobile.shim.js" : "sha256-sT5uCRf7rH+nZb3OPAoiUXwTOY63xLt2FrXgTqdVRVs=", "avalon.modern.js" : "sha256-/hh+eWT7+Q3YalKyMAZTLGAh8K+I+C1RvcLpt2shYFw=", "avalon.modern.min.js" : "sha256-MoANmiyIk/Ux4DW6NfIfcLTYrE97i6DlJkGvT876aAQ=", "avalon.modern.shim.js" : "sha256-jPUW7NMqPMW6Q0ZTOwq9b9IqVXFnCWbfc2lL9BawAXA=", "avalon.shim.js" : "sha256-l9onsJG/DJ2uAP57HQM2YTWmS9Y5G6iP3m1YAUmSO3U="}
json_instruct
{"type": "object", "properties": {"avalon.js": {"type": "string"}, "avalon.min.js": {"type": "string"}, "avalon.mobile.js": {"type": "string"}, "avalon.mobile.min.js": {"type": "string"}, "avalon.mobile.old.js": {"type": "string"}, "avalon.mobile.shim.js": {"type": "string"}, "avalon.modern.js": {"type": "string"}, "avalon.modern.min.js": {"type": "string"}, "avalon.modern.shim.js": {"type": "string"}, "avalon.shim.js": {"type": "string"}}, "required": ["avalon.js", "avalon.min.js", "avalon.mobile.js", "avalon.mobile.min.js", "avalon.mobile.old.js", "avalon.mobile.shim.js", "avalon.modern.js", "avalon.modern.min.js", "avalon.modern.shim.js", "avalon.shim.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"appearance": {"type": "object", "properties": {"eye-color": {"type": "string"}, "gender": {"type": "string"}, "hair-color": {"type": "string"}, "height": {"type": "array", "items": {"type": "string"}}, "race": {"type": "string"}, "weight": {"type": "array", "items": {"type": "string"}}}, "required": ["eye-color", "gender", "hair-color", "height", "race", "weight"]}, "biography": {"type": "object", "properties": {"aliases": {"type": "array", "items": {"type": "string"}}, "alignment": {"type": "string"}, "alter-egos": {"type": "string"}, "first-appearance": {"type": "string"}, "full-name": {"type": "string"}, "place-of-birth": {"type": "string"}, "publisher": {"type": "string"}}, "required": ["aliases", "alignment", "alter-egos", "first-appearance", "full-name", "place-of-birth", "publisher"]}, "connections": {"type": "object", "properties": {"group-affiliation": {"type": "string"}, "relatives": {"type": "string"}}, "required": ["group-affiliation", "relatives"]}, "id": {"type": "string"}, "image": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "name": {"type": "string"}, "powerstats": {"type": "object", "properties": {"combat": {"type": "string"}, "durability": {"type": "string"}, "intelligence": {"type": "string"}, "power": {"type": "string"}, "speed": {"type": "string"}, "strength": {"type": "string"}}, "required": ["combat", "durability", "intelligence", "power", "speed", "strength"]}, "response": {"type": "string"}, "work": {"type": "object", "properties": {"base": {"type": "string"}, "occupation": {"type": "string"}}, "required": ["base", "occupation"]}}, "required": ["appearance", "biography", "connections", "id", "image", "name", "powerstats", "response", "work"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"appearance" : {"eye-color" : "Green", "gender" : "Male", "hair-color" : "No Hair", "height" : ["5'10", "178 cm"], "race" : "null", "weight" : ["140 lb", "63 kg"]}, "biography" : {"aliases" : ["-"], "alignment" : "bad", "alter-egos" : "No alter egos found.", "first-appearance" : "-", "full-name" : "Samuel Sterns", "place-of-birth" : "Boise, Idaho", "publisher" : "Marvel Comics"}, "connections" : {"group-affiliation" : "Leader of Freehold", "relatives" : "-"}, "id" : "401", "image" : {"url" : "https://www.superherodb.com/pictures2/portraits/10/100/885.jpg"}, "name" : "Leader", "powerstats" : {"combat" : "42", "durability" : "14", "intelligence" : "100", "power" : "59", "speed" : "12", "strength" : "10"}, "response" : "success", "work" : {"base" : "-", "occupation" : "-"}}
json_instruct
{"type": "object", "properties": {"appearance": {"type": "object", "properties": {"eye-color": {"type": "string"}, "gender": {"type": "string"}, "hair-color": {"type": "string"}, "height": {"type": "array", "items": {"type": "string"}}, "race": {"type": "string"}, "weight": {"type": "array", "items": {"type": "string"}}}, "required": ["eye-color", "gender", "hair-color", "height", "race", "weight"]}, "biography": {"type": "object", "properties": {"aliases": {"type": "array", "items": {"type": "string"}}, "alignment": {"type": "string"}, "alter-egos": {"type": "string"}, "first-appearance": {"type": "string"}, "full-name": {"type": "string"}, "place-of-birth": {"type": "string"}, "publisher": {"type": "string"}}, "required": ["aliases", "alignment", "alter-egos", "first-appearance", "full-name", "place-of-birth", "publisher"]}, "connections": {"type": "object", "properties": {"group-affiliation": {"type": "string"}, "relatives": {"type": "string"}}, "required": ["group-affiliation", "relatives"]}, "id": {"type": "string"}, "image": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "name": {"type": "string"}, "powerstats": {"type": "object", "properties": {"combat": {"type": "string"}, "durability": {"type": "string"}, "intelligence": {"type": "string"}, "power": {"type": "string"}, "speed": {"type": "string"}, "strength": {"type": "string"}}, "required": ["combat", "durability", "intelligence", "power", "speed", "strength"]}, "response": {"type": "string"}, "work": {"type": "object", "properties": {"base": {"type": "string"}, "occupation": {"type": "string"}}, "required": ["base", "occupation"]}}, "required": ["appearance", "biography", "connections", "id", "image", "name", "powerstats", "response", "work"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"place_name" : "Robbinston", "state_name" : "Maine", "state_abbrv" : "ME", "lat" : "45.067", "long" : "-67.1433"}
json_instruct
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "\u3010MMD\u3011\u30c7\u30d5\u30a9\u5b50\u3061\u3083\u3093\u304c\u30a2\u30f3\u30c1\u30b0\u30e9\u30d3\u30c6\u30a3\u3092\u8e0a\u308b\u7169\u60a9\u30ab\u30e1\u30e9", "author" : "\u662d\u548c\u61d0\u53e4\u304a\u3084\u3062", "description" : "undefined\u3059\u3079\u3066\u306e\u5973\u306e\u5b50\u304c\u7d75\u306b\u306a\u308b\u300c\u30a2\u30f3\u30c1\u30b0\u30e9\u30d3\u30c6\u30a3\u300d\u3067\u3059\u3002\u30c7\u30d5\u30a9\u5b50\u3061\u3083\u3093\u306b\u3082<br>\u304a\u304b\u3057\u306a\u91cd\u529b\u306e\u4e16\u754c\u3092\u4f53\u9a13\u3057\u3066\u3082\u3089\u3044\u307e\u3057\u305f\u3002", "thumb" : "//i.iwara.tv/sites/default/files/styles/thumbnail/public/videos/thumbnails/504584/thumbnail-504584_0004.jpg?itok=jmKxSwF0", "download" : "https://www.iwara.tv/api/video/9j74liwq1yizaea0l", "origin" : "https://www.iwara.tv/videos/9j74liwq1yizaea0l"}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "stage": {"type": "string"}, "description": {"type": "string"}, "steps": {"type": "array", "items": {}}, "attachments": {"type": "array", "items": {}}, "parameters": {"type": "array", "items": {}}, "start": {"type": "integer"}, "stop": {"type": "integer"}, "uuid": {"type": "string"}, "historyId": {"type": "string"}, "fullName": {"type": "string"}, "labels": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "string"}}, "required": ["name", "value"]}}, "links": {"type": "array", "items": {}}}, "required": ["name", "status", "stage", "description", "steps", "attachments", "parameters", "start", "stop", "uuid", "historyId", "fullName", "labels", "links"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "bmp()", "status" : "passed", "stage" : "finished", "description" : "", "steps" : [], "attachments" : [], "parameters" : [], "start" : 1615960541558, "stop" : 1615960544454, "uuid" : "2b636402-71d2-4827-a38a-2aec6305224c", "historyId" : "60a0539b917f40b4b807f4cdae2fed3d", "fullName" : "com.browersproxy.BMPTest.bmp", "labels" : [{"name" : "host", "value" : "USER-20161017XP"}, {"name" : "thread", "value" : "9628@USER-20161017XP.main(1)"}, {"name" : "framework", "value" : "junit-platform"}, {"name" : "language", "value" : "java"}, {"name" : "package", "value" : "com.browersproxy.BMPTest"}, {"name" : "testClass", "value" : "com.browersproxy.BMPTest"}, {"name" : "testMethod", "value" : "bmp"}, {"name" : "suite", "value" : "com.browersproxy.BMPTest"}], "links" : []}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "stage": {"type": "string"}, "description": {"type": "string"}, "steps": {"type": "array", "items": {}}, "attachments": {"type": "array", "items": {}}, "parameters": {"type": "array", "items": {}}, "start": {"type": "integer"}, "stop": {"type": "integer"}, "uuid": {"type": "string"}, "historyId": {"type": "string"}, "fullName": {"type": "string"}, "labels": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "string"}}, "required": ["name", "value"]}}, "links": {"type": "array", "items": {}}}, "required": ["name", "status", "stage", "description", "steps", "attachments", "parameters", "start", "stop", "uuid", "historyId", "fullName", "labels", "links"], "$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" : 8, "n_trials" : 80, "objective" : "markowitz_return_on_cube", "white" : "scipy_slsqp", "black" : "pymoo_nsga2", "traceback" : ["passing", "passing"], "best_val" : [6046.09396351855, 3414.51697938113], "best_x" : [[0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.36548113125178017, 0.5365862668533193, 0.9327049891318004, 0.8099188213328163, 0.657191182445481, 0.8786144522196004, 0.4383159326481043, 0.38840258453964593]], "feval_count" : [10, 100], "n_trials_instructed" : [80, 1], "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#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"imap": {"type": "object", "properties": {"url": {"type": "string"}, "user": {"type": "string"}, "password": {"type": "string"}}, "required": ["url", "user", "password"]}, "db": {"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "integer"}, "user": {"type": "string"}, "password": {"type": "string"}, "name": {"type": "string"}, "limitSelect": {"type": "integer"}}, "required": ["host", "port", "user", "password", "name", "limitSelect"]}, "mail": {"type": "object", "properties": {"since": {"type": "object", "properties": {"year": {"type": "integer"}, "month": {"type": "integer"}, "day": {"type": "integer"}, "timeZone": {"type": "string"}}, "required": ["year", "month", "day", "timeZone"]}, "subjectPattern": {"type": "string"}, "bodyPattern": {"type": "string"}}, "required": ["since", "subjectPattern", "bodyPattern"]}, "fs": {"type": "object", "properties": {"photosStorePath": {"type": "string"}}, "required": ["photosStorePath"]}, "web-server": {"type": "object", "properties": {"photosRoot": {"type": "string"}, "listenPort": {"type": "integer"}}, "required": ["photosRoot", "listenPort"]}}, "required": ["imap", "db", "mail", "fs", "web-server"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"imap" : {"url" : "imap.gmail.com:993", "user" : "XXX@gmail.com", "password" : "XXX"}, "db" : {"host" : "watchdog2-postgres", "port" : 5432, "user" : "watchdog", "password" : "watchdog", "name" : "watchdog2", "limitSelect" : 50}, "mail" : {"since" : {"year" : 2020, "month" : 1, "day" : 1, "timeZone" : "Europe/Paris"}, "subjectPattern" : "NAS:[a-zA-Z]+-[0-9/:-]+ Motion detected", "bodyPattern" : "CAMERA: ([a-zA-Z]+)<br>DATE: ([0-9]{4})/([0-9]{2})/([0-9]{2})<br>TIME: ([0-9]{2}):([0-9]{2}):([0-9]{2})<br>.*"}, "fs" : {"photosStorePath" : "/store"}, "web-server" : {"photosRoot" : "/photos", "listenPort" : 9999}}
json_instruct
{"type": "object", "properties": {"imap": {"type": "object", "properties": {"url": {"type": "string"}, "user": {"type": "string"}, "password": {"type": "string"}}, "required": ["url", "user", "password"]}, "db": {"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "integer"}, "user": {"type": "string"}, "password": {"type": "string"}, "name": {"type": "string"}, "limitSelect": {"type": "integer"}}, "required": ["host", "port", "user", "password", "name", "limitSelect"]}, "mail": {"type": "object", "properties": {"since": {"type": "object", "properties": {"year": {"type": "integer"}, "month": {"type": "integer"}, "day": {"type": "integer"}, "timeZone": {"type": "string"}}, "required": ["year", "month", "day", "timeZone"]}, "subjectPattern": {"type": "string"}, "bodyPattern": {"type": "string"}}, "required": ["since", "subjectPattern", "bodyPattern"]}, "fs": {"type": "object", "properties": {"photosStorePath": {"type": "string"}}, "required": ["photosStorePath"]}, "web-server": {"type": "object", "properties": {"photosRoot": {"type": "string"}, "listenPort": {"type": "integer"}}, "required": ["photosRoot", "listenPort"]}}, "required": ["imap", "db", "mail", "fs", "web-server"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
[662.679380940775, 662.9324728095296, 663.6073844595419, 663.8604763282965]
json_instruct
{"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"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" : 15426, "cartId" : "9e9685fa-49d9-43f3-a056-7585f889c107", "preferredProducts" : [4213, 2397], "productReviews" : [{"productId" : 4667, "reviewText" : "I saw one of these in Saint Pierre and Miquelon and I bought one.", "reviewDate" : "2016-05-17T21:55:34.4921161+03:00"}, {"productId" : 3684, "reviewText" : "My neighbor Germaine has one of these. She works as a salesman and she says it looks red.", "reviewDate" : "2018-08-20T10:11:22.526835+03:00"}, {"productId" : 1161, "reviewText" : "My neighbor Lular has one of these. She works as a cake decorator and she says it looks ragged.", "reviewDate" : "2018-11-25T05:36:25.4259277+02:00"}, {"productId" : 1716, "reviewText" : "My gentoo penguin loves to play with it.", "reviewDate" : "2016-08-25T18:11:49.1868719+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 sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "locale", "definition" : "1. A place, spot, or location. 2. A principle, practice, form of speech, or other thing of local use, or limited to a locality."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"header": {"type": "object", "properties": {"protoclVersion": {"type": "object", "properties": {"protocolVersion": {"type": "string"}}, "required": ["protocolVersion"]}}, "required": ["protoclVersion"]}, "body": {"type": "object", "properties": {"rx_obcTime": {"type": "string"}, "rx_recvCnt": {"type": "string"}, "rx_gpsDate": {"type": "string"}, "rx_gpsTime": {"type": "string"}, "rx_lat": {"type": "number"}, "rx_long": {"type": "number"}, "rx_alt": {"type": "string"}, "rx_temp": {"type": "string"}, "rx_airP": {"type": "string"}, "rx_bSize": {"type": "string"}, "tx_id": {"type": "string"}, "tx_cnt": {"type": "string"}, "payload": {"type": "integer"}, "tx_gpsTime": {"type": "string"}, "tx_lat": {"type": "number"}, "tx_long": {"type": "number"}, "tx_alt": {"type": "integer"}}, "required": ["rx_obcTime", "rx_recvCnt", "rx_gpsDate", "rx_gpsTime", "rx_lat", "rx_long", "rx_alt", "rx_temp", "rx_airP", "rx_bSize", "tx_id", "tx_cnt", "payload", "tx_gpsTime", "tx_lat", "tx_long", "tx_alt"]}}, "required": ["header", "body"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"header" : {"protoclVersion" : {"protocolVersion" : "0.0.2"}}, "body" : {"rx_obcTime" : "2300995", "rx_recvCnt" : "314", "rx_gpsDate" : "150319", "rx_gpsTime" : "44357", "rx_lat" : 35.692068, "rx_long" : 139.734816, "rx_alt" : "12", "rx_temp" : "30.09", "rx_airP" : "101546", "rx_bSize" : "35", "tx_id" : "23", "tx_cnt" : "114", "payload" : 1, "tx_gpsTime" : "44347", "tx_lat" : 35.691732, "tx_long" : 139.734768, "tx_alt" : -9}}
json_instruct
{"type": "object", "properties": {"header": {"type": "object", "properties": {"protoclVersion": {"type": "object", "properties": {"protocolVersion": {"type": "string"}}, "required": ["protocolVersion"]}}, "required": ["protoclVersion"]}, "body": {"type": "object", "properties": {"rx_obcTime": {"type": "string"}, "rx_recvCnt": {"type": "string"}, "rx_gpsDate": {"type": "string"}, "rx_gpsTime": {"type": "string"}, "rx_lat": {"type": "number"}, "rx_long": {"type": "number"}, "rx_alt": {"type": "string"}, "rx_temp": {"type": "string"}, "rx_airP": {"type": "string"}, "rx_bSize": {"type": "string"}, "tx_id": {"type": "string"}, "tx_cnt": {"type": "string"}, "payload": {"type": "integer"}, "tx_gpsTime": {"type": "string"}, "tx_lat": {"type": "number"}, "tx_long": {"type": "number"}, "tx_alt": {"type": "integer"}}, "required": ["rx_obcTime", "rx_recvCnt", "rx_gpsDate", "rx_gpsTime", "rx_lat", "rx_long", "rx_alt", "rx_temp", "rx_airP", "rx_bSize", "tx_id", "tx_cnt", "payload", "tx_gpsTime", "tx_lat", "tx_long", "tx_alt"]}}, "required": ["header", "body"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "arfo:block/swamp_overgrown_stone_slab"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"feedstocks" : ["r-rainbow"]}
json_instruct
{"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["person_id", "pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : 1.3, "people" : [{"person_id" : [-1], "pose_keypoints_2d" : [0.42156, 0.354385, 0.752098, 0.437113, 0.397526, 0.853448, 0.365843, 0.410681, 0.828826, 0.29409, 0.325958, 0.872316, 0.373581, 0.269852, 0.667181, 0.508602, 0.425063, 0.797388, 0.587621, 0.368088, 0.868936, 0.476714, 0.283823, 0.904837, 0.421203, 0.820669, 0.798865, 0.397262, 0.820753, 0.786388, 0.52415, 0.962425, 0.151077, 0, 0, 0, 0.468865, 0.806885, 0.773606, 0.548081, 0.976193, 0.299627, 0, 0, 0, 0.413639, 0.298283, 0.765274, 0.460568, 0.311918, 0.725395, 0.412929, 0.284367, 0.39535, 0.476429, 0.311897, 0.655239, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "face_keypoints_2d" : [], "hand_left_keypoints_2d" : [], "hand_right_keypoints_2d" : [], "pose_keypoints_3d" : [], "face_keypoints_3d" : [], "hand_left_keypoints_3d" : [], "hand_right_keypoints_3d" : []}]}
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["person_id", "pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}}, "required": ["name", "version", "homepage", "description", "keywords", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "bootstrap-magnify", "version" : "0.3.0", "homepage" : "https://github.com/marcaube/bootstrap-magnify", "description" : "Small bootstrap js plugin to enhance porte-folios and image galleries.", "keywords" : ["bootstrap", "magnify", "image", "gallery"], "license" : "MIT"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}}, "required": ["name", "version", "homepage", "description", "keywords", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"description": {"type": "object", "properties": {"text": {"type": "string"}, "color": {"type": "string"}}, "required": ["text", "color"]}, "version": {"type": "object", "properties": {"name": {"type": "string"}, "protocol": {"type": "integer"}}, "required": ["name", "protocol"]}, "players": {"type": "object", "properties": {"max": {"type": "integer"}, "online": {"type": "integer"}}, "required": ["max", "online"]}}, "required": ["description", "version", "players"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"description" : {"text" : "JSON Testing -> Running...", "color" : "#55ffff"}, "version" : {"name" : "1.16.4", "protocol" : 754}, "players" : {"max" : 128, "online" : 64}}
json_instruct
{"type": "object", "properties": {"description": {"type": "object", "properties": {"text": {"type": "string"}, "color": {"type": "string"}}, "required": ["text", "color"]}, "version": {"type": "object", "properties": {"name": {"type": "string"}, "protocol": {"type": "integer"}}, "required": ["name", "protocol"]}, "players": {"type": "object", "properties": {"max": {"type": "integer"}, "online": {"type": "integer"}}, "required": ["max", "online"]}}, "required": ["description", "version", "players"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"reflux.js": {"type": "string"}, "reflux.min.js": {"type": "string"}}, "required": ["reflux.js", "reflux.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"reflux.js" : "sha512-Lawf1cunoWwl7aOLb1KDH9t4mYyW2/2oIrnfaglpS04xIuMCfCG6dJdpwMxfDJzn+U5FiU0odDEDIQQBlnYffg==", "reflux.min.js" : "sha512-HTZJfoOSIjd8LvB5hn/QmxKUB3QkxWA8WHiRv6vX900sIWWooEzLO+hZql7eOW+KhDditieAYhdJN+h4fGkIFQ=="}
json_instruct
{"type": "object", "properties": {"reflux.js": {"type": "string"}, "reflux.min.js": {"type": "string"}}, "required": ["reflux.js", "reflux.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "website": {"type": "string"}, "description": {"type": "string"}, "explorer": {"type": "string"}, "status": {"type": "string"}, "id": {"type": "string"}, "links": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}, "logo": {"type": "string"}}, "required": ["name", "type", "symbol", "decimals", "website", "description", "explorer", "status", "id", "links", "logo"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Tokocrypto Token", "type" : "BEP20", "symbol" : "TKO", "decimals" : 18, "website" : "http://www.tokocrypto.com/ ", "description" : "The first local Indonesian Crypto Asset Project to offer a unique hybrid token model.", "explorer" : "https://bscscan.com/token/0x9f589e3eabe42ebC94A44727b3f3531C0c877809", "status" : "active", "id" : "0x9f589e3eabe42ebC94A44727b3f3531C0c877809", "links" : [{"name" : "telegram", "url" : "https://t.me/tkogroupofficial"}, {"name" : "twitter", "url" : "https://twitter.com/tkobytokocrypto"}, {"name" : "coinmarketcap", "url" : "https://coinmarketcap.com/currencies/tokocrypto/"}, {"name" : "coingecko", "url" : "https://coingecko.com/en/coins/tokocrypto/"}], "logo" : "ipfs://QmVwPKfaYTWqcAVcTbVNMvc6arvq82cQoTCHd5xfQR87Vu/smartchain/assets/0x9f589e3eabe42ebC94A44727b3f3531C0c877809/logo.png"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "website": {"type": "string"}, "description": {"type": "string"}, "explorer": {"type": "string"}, "status": {"type": "string"}, "id": {"type": "string"}, "links": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}, "logo": {"type": "string"}}, "required": ["name", "type", "symbol", "decimals", "website", "description", "explorer", "status", "id", "links", "logo"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"black": {"type": "string"}, "dark_blue": {"type": "string"}, "dark_green": {"type": "string"}, "dark_cyan": {"type": "string"}, "dark_red": {"type": "string"}, "dark_magenta": {"type": "string"}, "dark_yellow": {"type": "string"}, "gray": {"type": "string"}, "dark_gray": {"type": "string"}, "blue": {"type": "string"}, "green": {"type": "string"}, "cyan": {"type": "string"}, "red": {"type": "string"}, "magenta": {"type": "string"}, "yellow": {"type": "string"}, "white": {"type": "string"}, "screen_colors": {"type": "string"}, "popup_colors": {"type": "string"}, "font_face": {"type": "string"}, "font_true_type": {"type": "boolean"}, "font_size": {"type": "string"}, "font_weight": {"type": "integer"}, "cursor_size": {"type": "string"}, "window_size": {"type": "string"}, "screen_buffer_size": {"type": "string"}, "command_history_length": {"type": "integer"}, "num_history_buffers": {"type": "integer"}, "quick_edit": {"type": "boolean"}, "insert_mode": {"type": "boolean"}, "fullscreen": {"type": "boolean"}, "load_console_IME": {"type": "boolean"}}, "required": ["black", "dark_blue", "dark_green", "dark_cyan", "dark_red", "dark_magenta", "dark_yellow", "gray", "dark_gray", "blue", "green", "cyan", "red", "magenta", "yellow", "white", "screen_colors", "popup_colors", "font_face", "font_true_type", "font_size", "font_weight", "cursor_size", "window_size", "screen_buffer_size", "command_history_length", "num_history_buffers", "quick_edit", "insert_mode", "fullscreen", "load_console_IME"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"black" : "#fbf1f2", "dark_blue" : "#f2f1f4", "dark_green" : "#d8d5dd", "dark_cyan" : "#bfb9c6", "dark_red" : "#a59daf", "dark_magenta" : "#8b8198", "dark_yellow" : "#72677E", "gray" : "#585062", "dark_gray" : "#D57E85", "blue" : "#EBB790", "green" : "#DCB16C", "cyan" : "#A3B367", "red" : "#69A9A7", "magenta" : "#7297B9", "yellow" : "#BB99B4", "white" : "#BAA58C", "screen_colors" : "dark_magenta,black", "popup_colors" : "dark_red,dark_blue", "font_face" : "Lucida Console", "font_true_type" : true, "font_size" : "0x14", "font_weight" : 400, "cursor_size" : "small", "window_size" : "80x25", "screen_buffer_size" : "80x200", "command_history_length" : 50, "num_history_buffers" : 4, "quick_edit" : true, "insert_mode" : true, "fullscreen" : false, "load_console_IME" : true}
json_instruct
{"type": "object", "properties": {"black": {"type": "string"}, "dark_blue": {"type": "string"}, "dark_green": {"type": "string"}, "dark_cyan": {"type": "string"}, "dark_red": {"type": "string"}, "dark_magenta": {"type": "string"}, "dark_yellow": {"type": "string"}, "gray": {"type": "string"}, "dark_gray": {"type": "string"}, "blue": {"type": "string"}, "green": {"type": "string"}, "cyan": {"type": "string"}, "red": {"type": "string"}, "magenta": {"type": "string"}, "yellow": {"type": "string"}, "white": {"type": "string"}, "screen_colors": {"type": "string"}, "popup_colors": {"type": "string"}, "font_face": {"type": "string"}, "font_true_type": {"type": "boolean"}, "font_size": {"type": "string"}, "font_weight": {"type": "integer"}, "cursor_size": {"type": "string"}, "window_size": {"type": "string"}, "screen_buffer_size": {"type": "string"}, "command_history_length": {"type": "integer"}, "num_history_buffers": {"type": "integer"}, "quick_edit": {"type": "boolean"}, "insert_mode": {"type": "boolean"}, "fullscreen": {"type": "boolean"}, "load_console_IME": {"type": "boolean"}}, "required": ["black", "dark_blue", "dark_green", "dark_cyan", "dark_red", "dark_magenta", "dark_yellow", "gray", "dark_gray", "blue", "green", "cyan", "red", "magenta", "yellow", "white", "screen_colors", "popup_colors", "font_face", "font_true_type", "font_size", "font_weight", "cursor_size", "window_size", "screen_buffer_size", "command_history_length", "num_history_buffers", "quick_edit", "insert_mode", "fullscreen", "load_console_IME"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"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" : ["pokecube:omanyte", "pokecube:omastar"]}
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#"}
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" : "surpassable", "definition" : "That may be surpassed."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"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": {"jomweb/billplz": {"type": "string"}, "php-http/guzzle6-adapter": {"type": "string"}}, "required": ["jomweb/billplz", "php-http/guzzle6-adapter"]}, "require-dev": {"type": "object", "properties": {"bamarni/composer-bin-plugin": {"type": "string"}}, "required": ["bamarni/composer-bin-plugin"]}, "scripts": {"type": "object", "properties": {"compile": {"type": "array", "items": {"type": "string"}}}, "required": ["compile"]}, "config": {"type": "object", "properties": {"preferred-install": {"type": "string"}, "sort-packages": {"type": "boolean"}, "optimize-autoloader": {"type": "boolean"}, "platform": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}}, "required": ["preferred-install", "sort-packages", "optimize-autoloader", "platform"]}, "minimum-stability": {"type": "string"}}, "required": ["name", "description", "type", "license", "authors", "require", "require-dev", "scripts", "config", "minimum-stability"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "jomweb/billplz-phar", "description" : "PHP Agnostic library for working with BillPlz API in PHAR", "type" : "library", "license" : "MIT", "authors" : [{"name" : "Mior Muhammad Zaki", "email" : "crynobone@gmail.com"}], "require" : {"jomweb/billplz" : "^4.3.1", "php-http/guzzle6-adapter" : "^2.0"}, "require-dev" : {"bamarni/composer-bin-plugin" : "^1.2"}, "scripts" : {"compile" : ["composer install --no-dev", "./vendor/bin/box compile", "composer install"]}, "config" : {"preferred-install" : "dist", "sort-packages" : true, "optimize-autoloader" : true, "platform" : {"php" : "7.2.5"}}, "minimum-stability" : "stable"}
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": {"jomweb/billplz": {"type": "string"}, "php-http/guzzle6-adapter": {"type": "string"}}, "required": ["jomweb/billplz", "php-http/guzzle6-adapter"]}, "require-dev": {"type": "object", "properties": {"bamarni/composer-bin-plugin": {"type": "string"}}, "required": ["bamarni/composer-bin-plugin"]}, "scripts": {"type": "object", "properties": {"compile": {"type": "array", "items": {"type": "string"}}}, "required": ["compile"]}, "config": {"type": "object", "properties": {"preferred-install": {"type": "string"}, "sort-packages": {"type": "boolean"}, "optimize-autoloader": {"type": "boolean"}, "platform": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}}, "required": ["preferred-install", "sort-packages", "optimize-autoloader", "platform"]}, "minimum-stability": {"type": "string"}}, "required": ["name", "description", "type", "license", "authors", "require", "require-dev", "scripts", "config", "minimum-stability"], "$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"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "JCM800", "description" : "An amp.", "url" : "https://en.wikipedia.org/wiki/Marshall_JCM800"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Compositional Game Theory.", "fields" : ["categorical variable", "nash equilibrium", "symmetric monoidal category", "economic model", "morphism"], "abstract" : "We introduce open games as a compositional foundation of economic game theory. A compositional approach potentially allows methods of game theory and theoretical computer science to be applied to large-scale economic models for which standard economic tools are not practical. An open game represents a game played relative to an arbitrary environment and to this end we introduce the concept of coutility, which is the utility generated by an open game and returned to its environment. Open games are the morphisms of a symmetric monoidal category and can therefore be composed by categorical composition into sequential move games and by monoidal products into simultaneous move games. Open games can be represented by string diagrams which provide an intuitive but formal visualisation of the information flows. We show that a variety of games can be faithfully represented as open games in the sense of having the same Nash equilibria and off-equilibrium best responses.", "citation" : "Citations (1)", "departments" : ["University of Strathclyde", "University of Oxford", "University of St. Gallen", "OICOS GmbH"], "authors" : ["Neil Ghani.....http://dblp.org/pers/hd/g/Ghani:Neil", "Jules Hedges.....http://dblp.org/pers/hd/h/Hedges:Jules", "Viktor Winschel.....http://dblp.org/pers/hd/w/Winschel:Viktor", "Philipp Zahn.....http://dblp.org/pers/hd/z/Zahn:Philipp"], "conf" : "lics", "year" : "2018", "pages" : 10}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"code": {"type": "string"}, "lang": {"type": "string"}, "description": {"type": "null"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["code", "lang", "description", "name", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : "MIT002", "lang" : "en", "description" : null, "name" : "Rents and leases (share in gross output)", "type" : "Merkmal"}
json_instruct
{"type": "object", "properties": {"code": {"type": "string"}, "lang": {"type": "string"}, "description": {"type": "null"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["code", "lang", "description", "name", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Air\\Website\\": {"type": "string"}}, "required": ["Air\\Website\\"]}}, "required": ["psr-4"]}, "require": {"type": "object", "properties": {"air-php/http": {"type": "string"}, "air-php/fastroute": {"type": "string"}, "air-php/dispatcher": {"type": "string"}, "air-php/application": {"type": "string"}, "air-php/view-mustache": {"type": "string"}, "php-di/php-di": {"type": "string"}}, "required": ["air-php/http", "air-php/fastroute", "air-php/dispatcher", "air-php/application", "air-php/view-mustache", "php-di/php-di"]}}, "required": ["name", "type", "autoload", "require"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "air-php/website", "type" : "project", "autoload" : {"psr-4" : {"Air\\Website\\" : "src/app"}}, "require" : {"air-php/http" : "~0.1", "air-php/fastroute" : "~0.1", "air-php/dispatcher" : "~0.1", "air-php/application" : "~0.1", "air-php/view-mustache" : "~0.1", "php-di/php-di" : "~5.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Air\\Website\\": {"type": "string"}}, "required": ["Air\\Website\\"]}}, "required": ["psr-4"]}, "require": {"type": "object", "properties": {"air-php/http": {"type": "string"}, "air-php/fastroute": {"type": "string"}, "air-php/dispatcher": {"type": "string"}, "air-php/application": {"type": "string"}, "air-php/view-mustache": {"type": "string"}, "php-di/php-di": {"type": "string"}}, "required": ["air-php/http", "air-php/fastroute", "air-php/dispatcher", "air-php/application", "air-php/view-mustache", "php-di/php-di"]}}, "required": ["name", "type", "autoload", "require"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : 1.2, "people" : [{"pose_keypoints_2d" : [347.721, 143.308, 0.914089, 347.758, 157.003, 0.853457, 332.114, 154.081, 0.844109, 326.251, 180.477, 0.145017, 0, 0, 0, 362.417, 158.986, 0.899656, 366.354, 177.561, 0.637408, 350.706, 180.501, 0.624549, 337.958, 201.022, 0.78775, 327.231, 242.119, 0.881881, 316.468, 276.336, 0.487417, 356.604, 202.002, 0.782333, 361.435, 245.052, 0.784018, 356.557, 288.087, 0.889542, 342.87, 137.481, 0.932133, 349.742, 138.433, 0.909429, 338.909, 137.483, 0.600531, 356.586, 141.37, 0.754531], "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" : []}, {"pose_keypoints_2d" : [0, 0, 0, 311.565, 138.436, 0.747643, 0, 0, 0, 0, 0, 0, 0, 0, 0, 302.749, 136.488, 0.689561, 280.285, 122.769, 0.754209, 296.912, 111.981, 0.727947, 308.644, 200.085, 0.619491, 286.146, 252.843, 0.542904, 280.289, 294.945, 0.707035, 293.957, 199.039, 0.818119, 281.255, 230.393, 0.570918, 274.388, 259.718, 0.668399, 0, 0, 0, 0, 0, 0, 0, 0, 0, 308.592, 121.781, 0.368384], "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" : []}, {"pose_keypoints_2d" : [288.084, 138.439, 0.478747, 278.309, 151.148, 0.72864, 276.358, 152.137, 0.744962, 283.185, 173.644, 0.284315, 285.115, 194.181, 0.416999, 278.329, 147.233, 0.522204, 0, 0, 0, 0, 0, 0, 279.323, 194.193, 0.700114, 282.215, 231.371, 0.627612, 276.326, 256.81, 0.412293, 0, 0, 0, 0, 0, 0, 0, 0, 0, 286.157, 136.497, 0.567219, 293.014, 129.677, 0.0913037, 283.203, 137.416, 0.576854, 0, 0, 0], "face_keypoints_2d" : [], "hand_left_keypoints_2d" : [], "hand_right_keypoints_2d" : [], "pose_keypoints_3d" : [], "face_keypoints_3d" : [], "hand_left_keypoints_3d" : [], "hand_right_keypoints_3d" : []}]}
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"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#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"lal-name:1.lal1": {"type": "string"}, "lal-name:2.lal2": {"type": "string"}, "lal-name:3.lal3": {"type": "string"}, "lal-name:4.lal4": {"type": "string"}, "lal-name:5.lal5": {"type": "string"}, "lal-name:6.lal6": {"type": "string"}, "lal-name:7.lal7": {"type": "string"}, "lal-name:8.lal8": {"type": "string"}, "lal-name:9.lal9": {"type": "string"}, "lal-name:10.lal10": {"type": "string"}, "lal-name:11.lal11": {"type": "string"}, "lal-name:12.lal12": {"type": "string"}, "lal-name:13.lal13": {"type": "string"}, "lal-name:14.lal14": {"type": "string"}, "lal-name:15.lal15": {"type": "string"}, "lal-name:16.lal16": {"type": "string"}, "lal-name:17.lal17": {"type": "string"}, "lal-name:18.lal17a": {"type": "string"}, "lal-name:19.lal18": {"type": "string"}, "lal-name:20.lal19": {"type": "string"}, "lal-name:21.lal20": {"type": "string"}, "lal-name:22.lal21": {"type": "string"}, "lal-name:23.lal22": {"type": "string"}, "lal-name:24.lal23": {"type": "string"}, "lal-name:25.lal24": {"type": "string"}, "lal-name:26.lal25": {"type": "string"}, "lal-name:27.lal26": {"type": "string"}, "lal-name:28.lal27": {"type": "string"}}, "required": ["lal-name:1.lal1", "lal-name:2.lal2", "lal-name:3.lal3", "lal-name:4.lal4", "lal-name:5.lal5", "lal-name:6.lal6", "lal-name:7.lal7", "lal-name:8.lal8", "lal-name:9.lal9", "lal-name:10.lal10", "lal-name:11.lal11", "lal-name:12.lal12", "lal-name:13.lal13", "lal-name:14.lal14", "lal-name:15.lal15", "lal-name:16.lal16", "lal-name:17.lal17", "lal-name:18.lal17a", "lal-name:19.lal18", "lal-name:20.lal19", "lal-name:21.lal20", "lal-name:22.lal21", "lal-name:23.lal22", "lal-name:24.lal23", "lal-name:25.lal24", "lal-name:26.lal25", "lal-name:27.lal26", "lal-name:28.lal27"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"lal-name:1.lal1" : "Die Umgebung ", "lal-name:2.lal2" : "Die Motivation ", "lal-name:3.lal3" : "Die Reinheit der Familie ", "lal-name:4.lal4" : "Die Tore zum Licht des Dharma ", "lal-name:5.lal5" : "Aufbruch ", "lal-name:6.lal6" : "In den Mutterleib eintreten ", "lal-name:7.lal7" : "Die Geburt ", "lal-name:8.lal8" : "Der Gang in den Tempel ", "lal-name:9.lal9" : "Die Schmuckst\u00fccke ", "lal-name:10.lal10" : "Die Vorf\u00fchrung in der Schreibschule ", "lal-name:11.lal11" : "Das Bauerndorf ", "lal-name:12.lal12" : "Geschick in den K\u00fcnsten zeigen ", "lal-name:13.lal13" : "Ermutigung ", "lal-name:14.lal14" : "Tr\u00e4ume ", "lal-name:15.lal15" : "Das Heim verlassen ", "lal-name:16.lal16" : "Die Begegnung mit K\u00f6nig Bimbis\u0101ra ", "lal-name:17.lal17" : "Bu\u00df\u00fcbungen ", "lal-name:18.lal17a" : "Bu\u00df\u00fcbungen und Erwachen ", "lal-name:19.lal18" : "Der Fluss Naira\u00f1jan\u0101 ", "lal-name:20.lal19" : "Zum Sitz des Erwachens gehen ", "lal-name:21.lal20" : "Die Schau am Sitz des Erwachens ", "lal-name:22.lal21" : "Sieg \u00fcber M\u0101ra ", "lal-name:23.lal22" : "Vollkommenes und vollst\u00e4ndiges Erwachen ", "lal-name:24.lal23" : "Hochgef\u00fchl ", "lal-name:25.lal24" : "Die H\u00e4ndler Trapu\u1e63a und Bhallika ", "lal-name:26.lal25" : "Ermahnung ", "lal-name:27.lal26" : "Das Rad des Dharma drehen ", "lal-name:28.lal27" : "Nachwort "}
json_instruct
{"type": "object", "properties": {"lal-name:1.lal1": {"type": "string"}, "lal-name:2.lal2": {"type": "string"}, "lal-name:3.lal3": {"type": "string"}, "lal-name:4.lal4": {"type": "string"}, "lal-name:5.lal5": {"type": "string"}, "lal-name:6.lal6": {"type": "string"}, "lal-name:7.lal7": {"type": "string"}, "lal-name:8.lal8": {"type": "string"}, "lal-name:9.lal9": {"type": "string"}, "lal-name:10.lal10": {"type": "string"}, "lal-name:11.lal11": {"type": "string"}, "lal-name:12.lal12": {"type": "string"}, "lal-name:13.lal13": {"type": "string"}, "lal-name:14.lal14": {"type": "string"}, "lal-name:15.lal15": {"type": "string"}, "lal-name:16.lal16": {"type": "string"}, "lal-name:17.lal17": {"type": "string"}, "lal-name:18.lal17a": {"type": "string"}, "lal-name:19.lal18": {"type": "string"}, "lal-name:20.lal19": {"type": "string"}, "lal-name:21.lal20": {"type": "string"}, "lal-name:22.lal21": {"type": "string"}, "lal-name:23.lal22": {"type": "string"}, "lal-name:24.lal23": {"type": "string"}, "lal-name:25.lal24": {"type": "string"}, "lal-name:26.lal25": {"type": "string"}, "lal-name:27.lal26": {"type": "string"}, "lal-name:28.lal27": {"type": "string"}}, "required": ["lal-name:1.lal1", "lal-name:2.lal2", "lal-name:3.lal3", "lal-name:4.lal4", "lal-name:5.lal5", "lal-name:6.lal6", "lal-name:7.lal7", "lal-name:8.lal8", "lal-name:9.lal9", "lal-name:10.lal10", "lal-name:11.lal11", "lal-name:12.lal12", "lal-name:13.lal13", "lal-name:14.lal14", "lal-name:15.lal15", "lal-name:16.lal16", "lal-name:17.lal17", "lal-name:18.lal17a", "lal-name:19.lal18", "lal-name:20.lal19", "lal-name:21.lal20", "lal-name:22.lal21", "lal-name:23.lal22", "lal-name:24.lal23", "lal-name:25.lal24", "lal-name:26.lal25", "lal-name:27.lal26", "lal-name:28.lal27"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"data": {"type": "object", "properties": {"file": {"type": "object", "properties": {"childImageSharp": {"type": "object", "properties": {"fluid": {"type": "object", "properties": {"base64": {"type": "string"}, "aspectRatio": {"type": "number"}, "src": {"type": "string"}, "srcSet": {"type": "string"}, "srcWebp": {"type": "string"}, "srcSetWebp": {"type": "string"}, "sizes": {"type": "string"}}, "required": ["base64", "aspectRatio", "src", "srcSet", "srcWebp", "srcSetWebp", "sizes"]}}, "required": ["fluid"]}}, "required": ["childImageSharp"]}}, "required": ["file"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"data" : {"file" : {"childImageSharp" : {"fluid" : {"base64" : "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAOCAIAAACgpqunAAAACXBIWXMAAAsSAAALEgHS3X78AAAAFUlEQVQoz2P4TwFgGNU8qnlUMyYAAPP7ROb7iRGzAAAAAElFTkSuQmCC", "aspectRatio" : 1.4124293785310735, "src" : "/static/756f78a966016b7aee93a27f34eb86d1/c608a/white.png", "srcSet" : "/static/756f78a966016b7aee93a27f34eb86d1/bb15e/white.png 500w,\n/static/756f78a966016b7aee93a27f34eb86d1/e04ce/white.png 1000w,\n/static/756f78a966016b7aee93a27f34eb86d1/c608a/white.png 1920w", "srcWebp" : "/static/756f78a966016b7aee93a27f34eb86d1/6833b/white.webp", "srcSetWebp" : "/static/756f78a966016b7aee93a27f34eb86d1/9f4bf/white.webp 500w,\n/static/756f78a966016b7aee93a27f34eb86d1/47f67/white.webp 1000w,\n/static/756f78a966016b7aee93a27f34eb86d1/6833b/white.webp 1920w", "sizes" : "(max-width: 1920px) 100vw, 1920px"}}}}}
json_instruct
{"type": "object", "properties": {"data": {"type": "object", "properties": {"file": {"type": "object", "properties": {"childImageSharp": {"type": "object", "properties": {"fluid": {"type": "object", "properties": {"base64": {"type": "string"}, "aspectRatio": {"type": "number"}, "src": {"type": "string"}, "srcSet": {"type": "string"}, "srcWebp": {"type": "string"}, "srcSetWebp": {"type": "string"}, "sizes": {"type": "string"}}, "required": ["base64", "aspectRatio", "src", "srcSet", "srcWebp", "srcSetWebp", "sizes"]}}, "required": ["fluid"]}}, "required": ["childImageSharp"]}}, "required": ["file"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"towns": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["towns"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"towns" : [{"name" : "Itatiba", "url" : "itatiba"}]}
json_instruct
{"type": "object", "properties": {"towns": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["towns"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"html_attributions": {"type": "array", "items": {}}, "results": {"type": "array", "items": {"type": "object", "properties": {"business_status": {"type": "string"}, "geometry": {"type": "object", "properties": {"location": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}, "viewport": {"type": "object", "properties": {"northeast": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}, "southwest": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}}, "required": ["northeast", "southwest"]}}, "required": ["location", "viewport"]}, "icon": {"type": "string"}, "icon_background_color": {"type": "string"}, "icon_mask_base_uri": {"type": "string"}, "name": {"type": "string"}, "place_id": {"type": "string"}, "plus_code": {"type": "object", "properties": {"compound_code": {"type": "string"}, "global_code": {"type": "string"}}, "required": ["compound_code", "global_code"]}, "reference": {"type": "string"}, "scope": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}, "vicinity": {"type": "string"}}, "required": ["business_status", "geometry", "icon", "icon_background_color", "icon_mask_base_uri", "name", "place_id", "plus_code", "reference", "scope", "types", "vicinity"]}}, "status": {"type": "string"}}, "required": ["html_attributions", "results", "status"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"html_attributions" : [], "results" : [{"business_status" : "OPERATIONAL", "geometry" : {"location" : {"lat" : 23.6010971, "lng" : 85.6383484}, "viewport" : {"northeast" : {"lat" : 23.60248953029151, "lng" : 85.63989858029151}, "southwest" : {"lat" : 23.5997915697085, "lng" : 85.6372006197085}}}, "icon" : "https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/civic_building-71.png", "icon_background_color" : "#7B9EB0", "icon_mask_base_uri" : "https://maps.gstatic.com/mapfiles/place_api/icons/v2/civic-bldg_pinlet", "name" : "Panchayat Bhawan", "place_id" : "ChIJv2FKu3pZ9DkRqyw4bSRDiys", "plus_code" : {"compound_code" : "JJ2Q+C8 Barobing, Jharkhand, India", "global_code" : "7MM7JJ2Q+C8"}, "reference" : "ChIJv2FKu3pZ9DkRqyw4bSRDiys", "scope" : "GOOGLE", "types" : ["local_government_office", "point_of_interest", "establishment"], "vicinity" : "Barobing"}], "status" : "OK"}
json_instruct
{"type": "object", "properties": {"html_attributions": {"type": "array", "items": {}}, "results": {"type": "array", "items": {"type": "object", "properties": {"business_status": {"type": "string"}, "geometry": {"type": "object", "properties": {"location": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}, "viewport": {"type": "object", "properties": {"northeast": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}, "southwest": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}}, "required": ["northeast", "southwest"]}}, "required": ["location", "viewport"]}, "icon": {"type": "string"}, "icon_background_color": {"type": "string"}, "icon_mask_base_uri": {"type": "string"}, "name": {"type": "string"}, "place_id": {"type": "string"}, "plus_code": {"type": "object", "properties": {"compound_code": {"type": "string"}, "global_code": {"type": "string"}}, "required": ["compound_code", "global_code"]}, "reference": {"type": "string"}, "scope": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}, "vicinity": {"type": "string"}}, "required": ["business_status", "geometry", "icon", "icon_background_color", "icon_mask_base_uri", "name", "place_id", "plus_code", "reference", "scope", "types", "vicinity"]}}, "status": {"type": "string"}}, "required": ["html_attributions", "results", "status"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"adm-zip": {"type": "string"}, "body-parser": {"type": "string"}, "ejs": {"type": "string"}, "express": {"type": "string"}, "fs-extra": {"type": "string"}, "node-uuid": {"type": "string"}, "rimraf": {"type": "string"}, "strapboot": {"type": "string"}}, "required": ["adm-zip", "body-parser", "ejs", "express", "fs-extra", "node-uuid", "rimraf", "strapboot"]}}, "required": ["name", "version", "description", "main", "scripts", "engines", "repository", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "strapboot-web", "version" : "0.1.2", "description" : "web version of strapboot", "main" : "index.js", "scripts" : {"start" : "node index.js"}, "engines" : {"node" : ">=6.x.x"}, "repository" : {"type" : "git", "url" : "git://github.com/iamso/strapboot-web.git"}, "author" : "Steve Ottoz <so@dev.so>", "license" : "MIT", "bugs" : {"url" : "https://github.com/iamso/strapboot-web/issues"}, "homepage" : "https://github.com/iamso/strapboot-web#readme", "dependencies" : {"adm-zip" : "^0.4.7", "body-parser" : "^1.15.2", "ejs" : "^2.5.2", "express" : "^4.14.0", "fs-extra" : "^0.30.0", "node-uuid" : "^1.4.7", "rimraf" : "^2.5.4", "strapboot" : "0.*"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"adm-zip": {"type": "string"}, "body-parser": {"type": "string"}, "ejs": {"type": "string"}, "express": {"type": "string"}, "fs-extra": {"type": "string"}, "node-uuid": {"type": "string"}, "rimraf": {"type": "string"}, "strapboot": {"type": "string"}}, "required": ["adm-zip", "body-parser", "ejs", "express", "fs-extra", "node-uuid", "rimraf", "strapboot"]}}, "required": ["name", "version", "description", "main", "scripts", "engines", "repository", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "XPathASTElementNodeTestForNamespaceURIAndLocalNameNode"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"vertices" : [[11, 6], [1, 9], [4, 0]]}
json_instruct
{"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"index": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "classes": {"type": "array", "items": {"type": "object", "properties": {"index": {"type": "string"}, "name": {"type": "string"}, "url": {"type": "string"}}, "required": ["index", "name", "url"]}}, "races": {"type": "array", "items": {}}, "url": {"type": "string"}, "reference": {"type": "object", "properties": {"index": {"type": "string"}, "name": {"type": "string"}, "url": {"type": "string"}}, "required": ["index", "name", "url"]}, "references": {"type": "array", "items": {"type": "object", "properties": {"index": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "url": {"type": "string"}}, "required": ["index", "name", "type", "url"]}}}, "required": ["index", "type", "name", "classes", "races", "url", "reference", "references"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"index" : "saving-throw-dex", "type" : "Saving Throws", "name" : "Saving Throw: DEX", "classes" : [{"index" : "bard", "name" : "Bard", "url" : "/api/classes/bard"}, {"index" : "monk", "name" : "Monk", "url" : "/api/classes/monk"}, {"index" : "ranger", "name" : "Ranger", "url" : "/api/classes/ranger"}, {"index" : "rogue", "name" : "Rogue", "url" : "/api/classes/rogue"}], "races" : [], "url" : "/api/proficiencies/saving-throw-dex", "reference" : {"index" : "dex", "name" : "DEX", "url" : "/api/ability-scores/dex"}, "references" : [{"index" : "dex", "name" : "DEX", "type" : "ability-scores", "url" : "/api/ability-scores/dex"}]}
json_instruct
{"type": "object", "properties": {"index": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "classes": {"type": "array", "items": {"type": "object", "properties": {"index": {"type": "string"}, "name": {"type": "string"}, "url": {"type": "string"}}, "required": ["index", "name", "url"]}}, "races": {"type": "array", "items": {}}, "url": {"type": "string"}, "reference": {"type": "object", "properties": {"index": {"type": "string"}, "name": {"type": "string"}, "url": {"type": "string"}}, "required": ["index", "name", "url"]}, "references": {"type": "array", "items": {"type": "object", "properties": {"index": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "url": {"type": "string"}}, "required": ["index", "name", "type", "url"]}}}, "required": ["index", "type", "name", "classes", "races", "url", "reference", "references"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "is_channel": {"type": "boolean"}, "created": {"type": "integer"}, "creator": {"type": "string"}, "is_archived": {"type": "boolean"}, "is_general": {"type": "boolean"}, "is_member": {"type": "boolean"}, "members": {"type": "array", "items": {}}, "topic": {"type": "object", "properties": {"value": {"type": "string"}, "creator": {"type": "string"}, "last_set": {"type": "integer"}}, "required": ["value", "creator", "last_set"]}, "purpose": {"type": "object", "properties": {"value": {"type": "string"}, "creator": {"type": "string"}, "last_set": {"type": "integer"}}, "required": ["value", "creator", "last_set"]}, "num_members": {"type": "integer"}}, "required": ["id", "name", "is_channel", "created", "creator", "is_archived", "is_general", "is_member", "members", "topic", "purpose", "num_members"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "C0BC33ULT", "name" : "code-review", "is_channel" : true, "created" : 1443283141, "creator" : "U06NWEYA3", "is_archived" : true, "is_general" : false, "is_member" : false, "members" : [], "topic" : {"value" : "", "creator" : "", "last_set" : 0}, "purpose" : {"value" : "Code review Notifications", "creator" : "U06NWEYA3", "last_set" : 1443283141}, "num_members" : 0}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "is_channel": {"type": "boolean"}, "created": {"type": "integer"}, "creator": {"type": "string"}, "is_archived": {"type": "boolean"}, "is_general": {"type": "boolean"}, "is_member": {"type": "boolean"}, "members": {"type": "array", "items": {}}, "topic": {"type": "object", "properties": {"value": {"type": "string"}, "creator": {"type": "string"}, "last_set": {"type": "integer"}}, "required": ["value", "creator", "last_set"]}, "purpose": {"type": "object", "properties": {"value": {"type": "string"}, "creator": {"type": "string"}, "last_set": {"type": "integer"}}, "required": ["value", "creator", "last_set"]}, "num_members": {"type": "integer"}}, "required": ["id", "name", "is_channel", "created", "creator", "is_archived", "is_general", "is_member", "members", "topic", "purpose", "num_members"], "$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"}, "test-coverage": {"type": "string"}}, "required": ["test", "test-coverage"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"esl": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["esl", "uuid"]}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "chai-as-promised": {"type": "string"}, "jest": {"type": "string"}, "sinon": {"type": "string"}, "sinon-chai": {"type": "string"}}, "required": ["chai", "chai-as-promised", "jest", "sinon", "sinon-chai"]}, "jest": {"type": "object", "properties": {"setupTestFrameworkScriptFile": {"type": "string"}, "verbose": {"type": "boolean"}}, "required": ["setupTestFrameworkScriptFile", "verbose"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "dependencies", "devDependencies", "jest"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "uw-lib-callcontrol", "version" : "1.0.4", "description" : "Call control driver", "main" : "index.js", "scripts" : {"test" : "jest tests/*", "test-coverage" : "jest tests/* --coverage"}, "repository" : {"type" : "git", "url" : "git+https://github.com/utilitywarehouse/uw-callcontrol-lib.git"}, "author" : "web-systems@utilitywarehouse.co.uk", "license" : "MIT", "bugs" : {"url" : "https://github.com/utilitywarehouse/uw-callcontrol-lib/issues"}, "homepage" : "https://github.com/utilitywarehouse/uw-callcontrol-lib#readme", "dependencies" : {"esl" : "github:utilitywarehouse/esl", "uuid" : "^3.1.0"}, "devDependencies" : {"chai" : "^4.1.0", "chai-as-promised" : "^7.1.1", "jest" : "^20.0.4", "sinon" : "^3.2.1", "sinon-chai" : "^2.12.0"}, "jest" : {"setupTestFrameworkScriptFile" : "./tests/.bootstrap.js", "verbose" : true}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "test-coverage": {"type": "string"}}, "required": ["test", "test-coverage"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"esl": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["esl", "uuid"]}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "chai-as-promised": {"type": "string"}, "jest": {"type": "string"}, "sinon": {"type": "string"}, "sinon-chai": {"type": "string"}}, "required": ["chai", "chai-as-promised", "jest", "sinon", "sinon-chai"]}, "jest": {"type": "object", "properties": {"setupTestFrameworkScriptFile": {"type": "string"}, "verbose": {"type": "boolean"}}, "required": ["setupTestFrameworkScriptFile", "verbose"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "dependencies", "devDependencies", "jest"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"address": {"type": "string"}, "country_code": {"type": "string"}, "iata": {"type": "string"}, "icao": {"type": "null"}, "name": {"type": "string"}}, "required": ["address", "country_code", "iata", "icao", "name"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[-154.045548, 57.529641], [-154.045848, 57.537344], [-154.046127, 57.537363], [-154.046221, 57.539033], [-154.047653, 57.538999], [-154.051952, 57.538901], [-154.053385, 57.538868], [-154.057697, 57.538863], [-154.060297, 57.538861], [-154.061545, 57.549123], [-154.062066, 57.553404], [-154.062209, 57.554844], [-154.054797, 57.554857], [-154.048716, 57.554867], [-154.036695, 57.554888], [-154.008951, 57.554935], [-154.003898, 57.554943], [-153.988959, 57.554969], [-153.988539, 57.554977], [-153.987281, 57.555], [-153.986862, 57.555009], [-153.986845, 57.557088], [-153.986803, 57.562468], [-153.985942, 57.56248], [-153.983863, 57.56251], [-153.981345, 57.562528], [-153.973791, 57.562584], [-153.971274, 57.562604], [-153.971209, 57.562599], [-153.971014, 57.562585], [-153.970949, 57.562581], [-153.969952, 57.562632], [-153.968833, 57.56269], [-153.968789, 57.562556], [-153.968751, 57.562439], [-153.968679, 57.562213], [-153.968599, 57.561964], [-153.96896, 57.560913], [-153.968967, 57.560895], [-153.969822, 57.560418], [-153.970499, 57.559977], [-153.972142, 57.558711], [-153.973681, 57.557885], [-153.974503, 57.556839], [-153.974503, 57.555974], [-153.974503, 57.555793], [-153.974195, 57.554582], [-153.974383, 57.55364], [-153.974812, 57.551499], [-153.97625, 57.548857], [-153.97584, 57.54737], [-153.965548, 57.542728], [-153.965496, 57.542705], [-153.959729, 57.540105], [-153.959745, 57.539608], [-153.95974, 57.536221], [-153.959728, 57.52606], [-153.959725, 57.522674], [-153.969094, 57.522697], [-153.976838, 57.522716], [-153.978464, 57.52272], [-153.980105, 57.522724], [-153.981746, 57.522728], [-154.013518, 57.522806], [-154.028177, 57.522842], [-154.04529, 57.522885], [-154.045516, 57.522871], [-154.045548, 57.529641]]]]}, "properties" : {"address" : "Larsen Bay, Larsen Bay, Alaska, United States (KLN)", "country_code" : "US", "iata" : "KLN", "icao" : null, "name" : "Larsen Bay"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"address": {"type": "string"}, "country_code": {"type": "string"}, "iata": {"type": "string"}, "icao": {"type": "null"}, "name": {"type": "string"}}, "required": ["address", "country_code", "iata", "icao", "name"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "full_time_school": {"type": "boolean"}, "email": {"type": "string"}, "website": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "state": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "fax", "phone", "full_time_school", "email", "website", "programs", "state", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Grundschule \"Ludwig Uhland\"", "id" : "ST-512", "address" : "Kirchplatz 1 39418 Sta\u00dffurt", "fax" : "03925/329815", "phone" : "03925/321295", "full_time_school" : false, "email" : "kontakt@gs-uhland-stassfurt.bildung-lsa.de", "website" : "http://www.gs-uhland-stassfurt.bildung-lsa.de", "programs" : {"programs" : []}, "state" : "ST", "lon" : 11.536259, "lat" : 51.87843}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "full_time_school": {"type": "boolean"}, "email": {"type": "string"}, "website": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "state": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "fax", "phone", "full_time_school", "email", "website", "programs", "state", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"caver.min.js": {"type": "string"}}, "required": ["caver.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"caver.min.js" : "sha512-hs025FN3JPPZLN6bzZG/cO1LaxwX0+DOx+DQu7WNe9f6H2GNcY454pOIRGvJh6Cwy3n2JnWeh/2uiQ2CVGzroA=="}
json_instruct
{"type": "object", "properties": {"caver.min.js": {"type": "string"}}, "required": ["caver.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"info": {"type": "object", "properties": {"subdir": {"type": "string"}}, "required": ["subdir"]}, "packages": {"type": "object", "properties": {"zlib-1.2.11-h1de35cc_3.tar.bz2": {"type": "object", "properties": {"build": {"type": "string"}, "build_number": {"type": "integer"}, "depends": {"type": "array", "items": {}}, "license": {"type": "string"}, "license_family": {"type": "string"}, "md5": {"type": "string"}, "name": {"type": "string"}, "sha256": {"type": "string"}, "size": {"type": "integer"}, "subdir": {"type": "string"}, "timestamp": {"type": "integer"}, "version": {"type": "string"}}, "required": ["build", "build_number", "depends", "license", "license_family", "md5", "name", "sha256", "size", "subdir", "timestamp", "version"]}}, "required": ["zlib-1.2.11-h1de35cc_3.tar.bz2"]}, "packages.conda": {"type": "object", "properties": {"zlib-1.2.11-h1de35cc_3.conda": {"type": "object", "properties": {"build": {"type": "string"}, "build_number": {"type": "integer"}, "depends": {"type": "array", "items": {}}, "license": {"type": "string"}, "license_family": {"type": "string"}, "md5": {"type": "string"}, "name": {"type": "string"}, "sha256": {"type": "string"}, "size": {"type": "integer"}, "subdir": {"type": "string"}, "timestamp": {"type": "integer"}, "version": {"type": "string"}}, "required": ["build", "build_number", "depends", "license", "license_family", "md5", "name", "sha256", "size", "subdir", "timestamp", "version"]}}, "required": ["zlib-1.2.11-h1de35cc_3.conda"]}, "removed": {"type": "array", "items": {}}, "repodata_version": {"type": "integer"}}, "required": ["info", "packages", "packages.conda", "removed", "repodata_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"info" : {"subdir" : "osx-64"}, "packages" : {"zlib-1.2.11-h1de35cc_3.tar.bz2" : {"build" : "h1de35cc_3", "build_number" : 3, "depends" : [], "license" : "zlib", "license_family" : "Other", "md5" : "5eab2de4933e1914f86d1586a8a40c39", "name" : "zlib", "sha256" : "9b73eb4e3197eccb485250709c6f4782a83a8688d5b8251a212251c451d9b9ad", "size" : 106948, "subdir" : "osx-64", "timestamp" : 1542815100324, "version" : "1.2.11"}}, "packages.conda" : {"zlib-1.2.11-h1de35cc_3.conda" : {"build" : "h1de35cc_3", "build_number" : 3, "depends" : [], "license" : "zlib", "license_family" : "Other", "md5" : "5eab2de4933e1914f86d1586a8a40c39", "name" : "zlib", "sha256" : "9b73eb4e3197eccb485250709c6f4782a83a8688d5b8251a212251c451d9b9ad", "size" : 106948, "subdir" : "osx-64", "timestamp" : 1542815100324, "version" : "1.2.11"}}, "removed" : [], "repodata_version" : 1}
json_instruct
{"type": "object", "properties": {"info": {"type": "object", "properties": {"subdir": {"type": "string"}}, "required": ["subdir"]}, "packages": {"type": "object", "properties": {"zlib-1.2.11-h1de35cc_3.tar.bz2": {"type": "object", "properties": {"build": {"type": "string"}, "build_number": {"type": "integer"}, "depends": {"type": "array", "items": {}}, "license": {"type": "string"}, "license_family": {"type": "string"}, "md5": {"type": "string"}, "name": {"type": "string"}, "sha256": {"type": "string"}, "size": {"type": "integer"}, "subdir": {"type": "string"}, "timestamp": {"type": "integer"}, "version": {"type": "string"}}, "required": ["build", "build_number", "depends", "license", "license_family", "md5", "name", "sha256", "size", "subdir", "timestamp", "version"]}}, "required": ["zlib-1.2.11-h1de35cc_3.tar.bz2"]}, "packages.conda": {"type": "object", "properties": {"zlib-1.2.11-h1de35cc_3.conda": {"type": "object", "properties": {"build": {"type": "string"}, "build_number": {"type": "integer"}, "depends": {"type": "array", "items": {}}, "license": {"type": "string"}, "license_family": {"type": "string"}, "md5": {"type": "string"}, "name": {"type": "string"}, "sha256": {"type": "string"}, "size": {"type": "integer"}, "subdir": {"type": "string"}, "timestamp": {"type": "integer"}, "version": {"type": "string"}}, "required": ["build", "build_number", "depends", "license", "license_family", "md5", "name", "sha256", "size", "subdir", "timestamp", "version"]}}, "required": ["zlib-1.2.11-h1de35cc_3.conda"]}, "removed": {"type": "array", "items": {}}, "repodata_version": {"type": "integer"}}, "required": ["info", "packages", "packages.conda", "removed", "repodata_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"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": "null"}, "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" : "Group portrait of man, wearing dark bow tie and light colored carnation on left lapel, standing with woman, wearing earrings, two strand necklace, light colored short sleeve embroidered dress with corsage on left shoulder, and light colored elbow length gloves, holding knife in right hand, gathered behind table with light colored lace tablecloth, two candelabra, and sheet cake that reads \"Congratulations on Your 25th Anniversary\", possibly Mr and Mrs. Strothers, in interior of the Greene Hearth with small village patterned wallpaper", "creation_date" : "c. 1955", "creation_date_earliest" : "1952-01-01", "creation_date_latest" : "1958-01-01", "medium" : "black and white: Kodak Safety Film", "accession_number" : "2001.35.52189", "id" : "cmoa:things/4f98dae0-1e6b-4702-88a1-05ef284bddda", "credit_line" : "Heinz Family Fund", "date_acquired" : "2001-10-04", "department" : "Fine Arts", "physical_location" : "Not on View", "item_width" : 5.0, "item_height" : 4.0, "item_depth" : 0.0, "item_diameter" : 0.0, "web_url" : "http://teenie.cmoa.org/CollectionSearch.aspx?itemIRN=66394", "provenance_text" : null, "classification" : "Photographic Negative", "images" : [{"image_url" : "http://collection.cmoa.org/CollectionImage.aspx?irn=76347&size=ZoomLarge"}], "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": "null"}, "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#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[134.0, 34.833333333333336], [134.0, 34.916666666666664], [134.125, 34.916666666666664], [134.125, 34.833333333333336], [134.0, 34.833333333333336]]]}, "properties" : {"code" : 523420, "url" : "http://madefor.github.io/0410/api/v1/523420.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/523420.geojson"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"client": {"type": "string"}, "server": {"type": "string"}, "start": {"type": "string"}}, "required": ["client", "server", "start"]}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "body-parser": {"type": "string"}, "dotenv": {"type": "string"}, "express": {"type": "string"}, "winston": {"type": "string"}}, "required": ["axios", "body-parser", "dotenv", "express", "winston"]}, "devDependencies": {"type": "object", "properties": {"@babel/cli": {"type": "string"}, "@babel/core": {"type": "string"}, "@babel/node": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "concurrently": {"type": "string"}}, "required": ["@babel/cli", "@babel/core", "@babel/node", "@babel/preset-env", "concurrently"]}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "description", "author", "license", "scripts", "dependencies", "devDependencies", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "react-seed", "version" : "0.1.0", "description" : "React Seed project with server for endpoints, redux and router", "author" : {"name" : "Diego Almir\u00f3n", "email" : "diegoalmesp@gmail.com", "url" : "http://example.com"}, "license" : "MIT", "scripts" : {"client" : "cd client && yarn start", "server" : "nodemon index.js --exec babel-node", "start" : "concurrently --kill-others-on-fail \"yarn server\" \"yarn client\""}, "dependencies" : {"axios" : "^0.18.0", "body-parser" : "^1.18.2", "dotenv" : "^6.0.0", "express" : "^4.16.3", "winston" : "^3.1.0"}, "devDependencies" : {"@babel/cli" : "^7.1.0", "@babel/core" : "^7.1.0", "@babel/node" : "^7.0.0", "@babel/preset-env" : "^7.1.0", "concurrently" : "^3.5.1"}, "keywords" : ["node", "express", "create-react-app", "redux"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"client": {"type": "string"}, "server": {"type": "string"}, "start": {"type": "string"}}, "required": ["client", "server", "start"]}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "body-parser": {"type": "string"}, "dotenv": {"type": "string"}, "express": {"type": "string"}, "winston": {"type": "string"}}, "required": ["axios", "body-parser", "dotenv", "express", "winston"]}, "devDependencies": {"type": "object", "properties": {"@babel/cli": {"type": "string"}, "@babel/core": {"type": "string"}, "@babel/node": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "concurrently": {"type": "string"}}, "required": ["@babel/cli", "@babel/core", "@babel/node", "@babel/preset-env", "concurrently"]}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "description", "author", "license", "scripts", "dependencies", "devDependencies", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"NODE_ENV": {"type": "string"}, "APP_NAME": {"type": "string"}, "HOST": {"type": "string"}, "PORT": {"type": "integer"}, "API_URL": {"type": "string"}, "WEB_URL": {"type": "string"}, "DB": {"type": "object", "properties": {"HOST": {"type": "string"}, "PORT": {"type": "integer"}, "USERNAME": {"type": "string"}, "PASSWORD": {"type": "string"}, "DATABASE": {"type": "string"}}, "required": ["HOST", "PORT", "USERNAME", "PASSWORD", "DATABASE"]}}, "required": ["NODE_ENV", "APP_NAME", "HOST", "PORT", "API_URL", "WEB_URL", "DB"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"NODE_ENV" : "development", "APP_NAME" : "TypeScript and express and psql", "HOST" : "localhost", "PORT" : 3000, "API_URL" : "http://localhost:3000", "WEB_URL" : "https://localhost:8000", "DB" : {"HOST" : "localhost", "PORT" : 5432, "USERNAME" : "root", "PASSWORD" : "books123", "DATABASE" : "books_dev"}}
json_instruct
{"type": "object", "properties": {"NODE_ENV": {"type": "string"}, "APP_NAME": {"type": "string"}, "HOST": {"type": "string"}, "PORT": {"type": "integer"}, "API_URL": {"type": "string"}, "WEB_URL": {"type": "string"}, "DB": {"type": "object", "properties": {"HOST": {"type": "string"}, "PORT": {"type": "integer"}, "USERNAME": {"type": "string"}, "PASSWORD": {"type": "string"}, "DATABASE": {"type": "string"}}, "required": ["HOST", "PORT", "USERNAME", "PASSWORD", "DATABASE"]}}, "required": ["NODE_ENV", "APP_NAME", "HOST", "PORT", "API_URL", "WEB_URL", "DB"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"subreddit": {"type": "string"}, "hour": {"type": "string"}, "avg": {"type": "number"}}, "required": ["subreddit", "hour", "avg"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"subreddit" : "homegym", "hour" : "01", "avg" : 8.736842105263158}, {"subreddit" : "homegym", "hour" : "02", "avg" : 36.13333333333333}, {"subreddit" : "homegym", "hour" : "03", "avg" : 15.636363636363637}, {"subreddit" : "homegym", "hour" : "04", "avg" : 28.257142857142856}, {"subreddit" : "homegym", "hour" : "05", "avg" : 3.9411764705882355}, {"subreddit" : "homegym", "hour" : "06", "avg" : 15.0}, {"subreddit" : "homegym", "hour" : "07", "avg" : 4.333333333333333}, {"subreddit" : "homegym", "hour" : "08", "avg" : 12.692307692307692}, {"subreddit" : "homegym", "hour" : "09", "avg" : 5.166666666666667}, {"subreddit" : "homegym", "hour" : "10", "avg" : 25.647058823529413}, {"subreddit" : "homegym", "hour" : "11", "avg" : 50.25}, {"subreddit" : "homegym", "hour" : "12", "avg" : 68.0}, {"subreddit" : "homegym", "hour" : "13", "avg" : 22.657894736842106}, {"subreddit" : "homegym", "hour" : "14", "avg" : 25.490909090909092}, {"subreddit" : "homegym", "hour" : "15", "avg" : 49.53488372093023}, {"subreddit" : "homegym", "hour" : "16", "avg" : 16.714285714285715}, {"subreddit" : "homegym", "hour" : "17", "avg" : 55.755102040816325}, {"subreddit" : "homegym", "hour" : "18", "avg" : 37.25974025974026}, {"subreddit" : "homegym", "hour" : "19", "avg" : 24.25}, {"subreddit" : "homegym", "hour" : "20", "avg" : 52.074074074074076}, {"subreddit" : "homegym", "hour" : "21", "avg" : 16.2}, {"subreddit" : "homegym", "hour" : "22", "avg" : 24.120689655172413}, {"subreddit" : "homegym", "hour" : "23", "avg" : 38.206896551724135}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"subreddit": {"type": "string"}, "hour": {"type": "string"}, "avg": {"type": "number"}}, "required": ["subreddit", "hour", "avg"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"elapsed": {"type": "string"}, "endpoint-url": {"type": "string"}, "entry-date": {"type": "string"}, "exception": {"type": "string"}}, "required": ["elapsed", "endpoint-url", "entry-date", "exception"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"elapsed" : "0.624", "endpoint-url" : "http://eastdevon.gov.uk/transparency/brownfields/east-devon_brownfieldregister_2017-11-17_rev1.csv", "entry-date" : "2020-07-22T00:30:08.069460", "exception" : "SSLError"}
json_instruct
{"type": "object", "properties": {"elapsed": {"type": "string"}, "endpoint-url": {"type": "string"}, "entry-date": {"type": "string"}, "exception": {"type": "string"}}, "required": ["elapsed", "endpoint-url", "entry-date", "exception"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"@context": {"type": "string"}, "aggregated_by": {"type": "array", "items": {"type": "object", "properties": {"aggregates": {"type": "array", "items": {"type": "string"}}, "classified_as": {"type": "array", "items": {"type": "string"}}, "id": {"type": "string"}, "related": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "label": {"type": "string"}, "type": {"type": "string"}}, "required": ["id", "label", "type"]}}, "type": {"type": "string"}}, "required": ["aggregates", "classified_as", "id", "related", "type"]}}, "id": {"type": "string"}, "type": {"type": "string"}}, "required": ["@context", "aggregated_by", "id", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"@context" : "https://linked.art/ns/v1/linked-art.json", "aggregated_by" : [{"aggregates" : ["http://data.okeeffemuseum.org/archive/component/aspace_ref96_y02", "http://data.okeeffemuseum.org/archive/component/aspace_ref100_vll", "http://data.okeeffemuseum.org/archive/component/aspace_ref93_tok", "http://data.okeeffemuseum.org/archive/component/aspace_ref97_k4f", "http://data.okeeffemuseum.org/archive/component/aspace_ref94_inr", "http://data.okeeffemuseum.org/archive/component/aspace_ref98_dak", "http://data.okeeffemuseum.org/archive/component/aspace_ref95_hdd", "http://data.okeeffemuseum.org/archive/component/aspace_ref101_iqs"], "classified_as" : ["aat:300417473", "relationships:roles"], "id" : "http://data.okeeffemuseum.org/archive/person/local/marks-josephine-b-/relationships/http:/id.loc.gov/vocabulary/relators/pht", "related" : [{"id" : "relators:pht", "label" : "Photographer", "type" : "Type"}], "type" : "Aggregation"}], "id" : "http://data.okeeffemuseum.org/archive/person/local/marks-josephine-b-", "type" : "Actor"}
json_instruct
{"type": "object", "properties": {"@context": {"type": "string"}, "aggregated_by": {"type": "array", "items": {"type": "object", "properties": {"aggregates": {"type": "array", "items": {"type": "string"}}, "classified_as": {"type": "array", "items": {"type": "string"}}, "id": {"type": "string"}, "related": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "label": {"type": "string"}, "type": {"type": "string"}}, "required": ["id", "label", "type"]}}, "type": {"type": "string"}}, "required": ["aggregates", "classified_as", "id", "related", "type"]}}, "id": {"type": "string"}, "type": {"type": "string"}}, "required": ["@context", "aggregated_by", "id", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"GET_Time": {"type": "string"}}, "required": ["GET_Time"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"GET_Time" : "6.90"}
json_instruct
{"type": "object", "properties": {"GET_Time": {"type": "string"}}, "required": ["GET_Time"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"n_dim" : 2, "n_trials" : 30, "objective" : "deap_combo3_on_cube", "white" : "pymoo_nelder", "black" : "shgo_nelder_sobol", "traceback" : ["passing", "passing"], "best_val" : [200.54837454904646, 26632.399530460152], "best_x" : [[0.5040076962547978, 0.6951312005783153], [0.55, 0.55]], "feval_count" : [30, 30], "n_trials_instructed" : [30, 30], "passing" : [true, true], "completed" : true, "points" : 1.0, "winner" : "pymoo_nelder", "loser" : "shgo_nelder_sobol"}
json_instruct
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}, "curator": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["title", "description", "url", "curator", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "SE-0287: Extend implicit member syntax to cover chains of member references", "description" : "Frederick Kellison-Linn suggests the expansion of implicit member syntax to more complex expressions than just a single static member or function. What do you think?", "url" : "https://forums.swift.org/t/se-0287-extend-implicit-member-syntax-to-cover-chains-of-member-references/39398", "curator" : {"name" : "Pedro Carrasco", "url" : "https://twitter.com/pedrommcarrasco"}, "tags" : ["evolution"]}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}, "curator": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["title", "description", "url", "curator", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"recordset": {"type": "object", "properties": {"use": {"type": "array", "items": {"type": "string"}}, "submodules": {"type": "object", "properties": {"recordset-base": {"type": "object", "properties": {"requires": {"type": "array", "items": {"type": "string"}}}, "required": ["requires"]}, "recordset-sort": {"type": "object", "properties": {"requires": {"type": "array", "items": {"type": "string"}}}, "required": ["requires"]}, "recordset-filter": {"type": "object", "properties": {"requires": {"type": "array", "items": {"type": "string"}}}, "required": ["requires"]}, "recordset-indexer": {"type": "object", "properties": {"requires": {"type": "array", "items": {"type": "string"}}}, "required": ["requires"]}}, "required": ["recordset-base", "recordset-sort", "recordset-filter", "recordset-indexer"]}}, "required": ["use", "submodules"]}}, "required": ["recordset"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"recordset" : {"use" : ["recordset-base", "recordset-sort", "recordset-filter", "recordset-indexer"], "submodules" : {"recordset-base" : {"requires" : ["base", "arraylist"]}, "recordset-sort" : {"requires" : ["arraysort", "recordset-base", "plugin"]}, "recordset-filter" : {"requires" : ["recordset-base", "array-extras", "plugin"]}, "recordset-indexer" : {"requires" : ["recordset-base", "plugin"]}}}}
json_instruct
{"type": "object", "properties": {"recordset": {"type": "object", "properties": {"use": {"type": "array", "items": {"type": "string"}}, "submodules": {"type": "object", "properties": {"recordset-base": {"type": "object", "properties": {"requires": {"type": "array", "items": {"type": "string"}}}, "required": ["requires"]}, "recordset-sort": {"type": "object", "properties": {"requires": {"type": "array", "items": {"type": "string"}}}, "required": ["requires"]}, "recordset-filter": {"type": "object", "properties": {"requires": {"type": "array", "items": {"type": "string"}}}, "required": ["requires"]}, "recordset-indexer": {"type": "object", "properties": {"requires": {"type": "array", "items": {"type": "string"}}}, "required": ["requires"]}}, "required": ["recordset-base", "recordset-sort", "recordset-filter", "recordset-indexer"]}}, "required": ["use", "submodules"]}}, "required": ["recordset"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["TRELLIS_NAME", "SERIES_NAME", "X_CALENDAR_YEAR", "Y_PREVALENCE_1000PP"]}, "PREVALENCE_BY_MONTH": {"type": "object", "properties": {"X_CALENDAR_MONTH": {"type": "integer"}, "Y_PREVALENCE_1000PP": {"type": "number"}}, "required": ["X_CALENDAR_MONTH", "Y_PREVALENCE_1000PP"]}, "CONDITIONS_BY_TYPE": {"type": "object", "properties": {"CONCEPT_NAME": {"type": "string"}, "COUNT_VALUE": {"type": "integer"}}, "required": ["CONCEPT_NAME", "COUNT_VALUE"]}, "AGE_AT_FIRST_DIAGNOSIS": {"type": "object", "properties": {"CATEGORY": {"type": "array", "items": {"type": "string"}}, "MIN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P10_VALUE": {"type": "array", "items": {"type": "integer"}}, "P25_VALUE": {"type": "array", "items": {"type": "integer"}}, "MEDIAN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P75_VALUE": {"type": "array", "items": {"type": "integer"}}, "P90_VALUE": {"type": "array", "items": {"type": "integer"}}, "MAX_VALUE": {"type": "array", "items": {"type": "integer"}}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}}, "required": ["PREVALENCE_BY_GENDER_AGE_YEAR", "PREVALENCE_BY_MONTH", "CONDITIONS_BY_TYPE", "AGE_AT_FIRST_DIAGNOSIS"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : [], "SERIES_NAME" : [], "X_CALENDAR_YEAR" : [], "Y_PREVALENCE_1000PP" : []}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : 200505, "Y_PREVALENCE_1000PP" : 0.00135}, "CONDITIONS_BY_TYPE" : {"CONCEPT_NAME" : "Observation recorded from EHR", "COUNT_VALUE" : 26}, "AGE_AT_FIRST_DIAGNOSIS" : {"CATEGORY" : ["FEMALE", "MALE"], "MIN_VALUE" : [16, 17], "P10_VALUE" : [16, 19], "P25_VALUE" : [16, 20], "MEDIAN_VALUE" : [18, 23], "P75_VALUE" : [25, 47], "P90_VALUE" : [40, 50], "MAX_VALUE" : [40, 59]}}
json_instruct
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["TRELLIS_NAME", "SERIES_NAME", "X_CALENDAR_YEAR", "Y_PREVALENCE_1000PP"]}, "PREVALENCE_BY_MONTH": {"type": "object", "properties": {"X_CALENDAR_MONTH": {"type": "integer"}, "Y_PREVALENCE_1000PP": {"type": "number"}}, "required": ["X_CALENDAR_MONTH", "Y_PREVALENCE_1000PP"]}, "CONDITIONS_BY_TYPE": {"type": "object", "properties": {"CONCEPT_NAME": {"type": "string"}, "COUNT_VALUE": {"type": "integer"}}, "required": ["CONCEPT_NAME", "COUNT_VALUE"]}, "AGE_AT_FIRST_DIAGNOSIS": {"type": "object", "properties": {"CATEGORY": {"type": "array", "items": {"type": "string"}}, "MIN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P10_VALUE": {"type": "array", "items": {"type": "integer"}}, "P25_VALUE": {"type": "array", "items": {"type": "integer"}}, "MEDIAN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P75_VALUE": {"type": "array", "items": {"type": "integer"}}, "P90_VALUE": {"type": "array", "items": {"type": "integer"}}, "MAX_VALUE": {"type": "array", "items": {"type": "integer"}}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}}, "required": ["PREVALENCE_BY_GENDER_AGE_YEAR", "PREVALENCE_BY_MONTH", "CONDITIONS_BY_TYPE", "AGE_AT_FIRST_DIAGNOSIS"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"conditions": {"type": "object", "properties": {"enablePaste": {"type": "string"}, "enableDestruction": {"type": "string"}}, "required": ["enablePaste", "enableDestruction"]}, "recipes": {"type": "object", "properties": {"constructionpaste": {"type": "string"}}, "required": ["constructionpaste"]}}, "required": ["conditions", "recipes"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"conditions" : {"enablePaste" : "com.direwolf20.buildinggadgets.common.tools.CraftingCondition", "enableDestruction" : "com.direwolf20.buildinggadgets.common.tools.CraftingConditionDestruction"}, "recipes" : {"constructionpaste" : "com.direwolf20.buildinggadgets.common.tools.ConstructionPasteRecipeHandler$Factory"}}
json_instruct
{"type": "object", "properties": {"conditions": {"type": "object", "properties": {"enablePaste": {"type": "string"}, "enableDestruction": {"type": "string"}}, "required": ["enablePaste", "enableDestruction"]}, "recipes": {"type": "object", "properties": {"constructionpaste": {"type": "string"}}, "required": ["constructionpaste"]}}, "required": ["conditions", "recipes"], "$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"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"n_dim" : 8, "n_trials" : 130, "objective" : "markowitz_realized_on_cube", "white" : "pysot_lcb", "black" : "pymoo_nelder", "traceback" : ["passing", "passing"], "best_val" : [-0.07767193405785824, 0.8984899465950971], "best_x" : [[2.3774853482780914e-14, 1.1274843246896748e-14, 1.3116609417631504e-15, 0.9999999999999294, 9.681941430161652e-15, 2.0857772768043875e-14, 3.3336393404055615e-14, 0.0], [0.012893205620369424, 0.038647816212016385, 0.05425023941354554, 0.6848014171720505, 0.04793446626093779, 0.4465897548781228, 0.33430035361928284, 0.3579425373278856]], "feval_count" : [130, 130], "n_trials_instructed" : [130, 130], "passing" : [true, true], "completed" : true, "points" : 1.0, "winner" : "pysot_lcb", "loser" : "pymoo_nelder"}
json_instruct
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}