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"}...
{"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"}...
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"]}}, "requ...
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/...
[{"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", "...
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 p...
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": "str...
{"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"}, "dev...
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"},...
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"...
{"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, "a...
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": {...
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", "nam...
[{"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_nam...
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.or...
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"...
{"$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" :...
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...
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"...
{"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://j...
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": {}}, "subpa...
{"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 C...
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":...
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"}, "descriptio...
{"@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...
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"...
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": {"...
{"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.118908682088...
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": {...
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", "viewpo...
{"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/sc...
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...
{"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" : {"coordinate...
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": ["...
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"...
{"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" : 825...
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": "...
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": "obj...
{"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" : {"s...
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...
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"]}}...
{"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/draf...
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", "prop...
{"hash" : "0xe17673080c306572eef09a1f5ce050e5f167a61e0e3fadeb207c52cd3e8b5f18", "parentHash" : "0xbec6475af8c5c814b96d707a49ada4d527828352454036f3e8f7526b421176c2", "number" : 72762, "timestamp" : 1439357813, "nonce" : "0xaadbe0d08c49fb18", "difficulty" : 2183272871365, "gasLimit" : {"_hex" : "0x2fe3de"}, "gasUsed" : {...
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"]...
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", "item...
{"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": "...
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": ...
[{"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",...
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/dra...
{"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", "...
{"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"...
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", "prop...
{"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", "lm...
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"}}, "...
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"], "$...
{"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": {...
{"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 e...
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"}, "reviewD...
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": "a...
{"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...
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": "obj...
{"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" : {"...
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...
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...
{"@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", "moder...
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", "prop...
{"contract" : "0xbde6ec78568938b7d839e202f7aee0ba84169ae5", "tool" : "honeybadger", "start" : 1565841169.978271, "end" : 1565841221.8916955, "duration" : 51.913424491882324, "analysis" : [{"errors" : [], "file" : "/unique_chucks/9/0xbde6ec78568938b7d839e202f7aee0ba84169ae5.sol", "name" : "AMOSToken"}, {"errors" : [], "...
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": "strin...
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"}}, "req...
{"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", "pr...
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": "strin...
{"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.1631373762669177...
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": {...
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"...
{"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"}}, "requi...
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",...
{"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 i...
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": {"...
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_...
{"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" : "", "...
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": {"...
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": "ob...
{"hash" : "0x08acc36a30c9e4807d12e48755d15cdee1857c0c0d5eeca8d16e8804119a66e4", "parentHash" : "0x245d31b70f3a41b71e54b96ed968c5141c275336eeb1ac8f9f5a84ed8e6a05f3", "number" : 80492, "timestamp" : 1439486283, "nonce" : "0xdba921caea00b97a", "difficulty" : 2414436890241, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {...
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"]...
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"}, ...
{"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_b...
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"}, "c...
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"}}...
{"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...
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"...
{"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", "item...
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": ...
{"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" : "DE...
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"...
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"}, "proper...
{"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", "pr...
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": "str...
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.s...
{"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...
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"}, "av...
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...
{"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", "pl...
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"}...
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", "l...
{"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", "autho...
{"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\u3...
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://js...
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": {}}, "...
{"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.BMPTes...
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"}, ...
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": ...
{"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.9327049891...
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": {...
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": ...
{"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"},...
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": ...
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": {"pro...
{"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" : ...
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"}, "reviewD...
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": {"typ...
{"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"...
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_re...
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": "numbe...
{"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...
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": {}}, ...
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"}}...
{"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...
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": ...
{"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"]}, "play...
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": "stri...
{"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", "sta...
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": {"ty...
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":...
{"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" : "#7297...
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": "str...
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"}, "emai...
{"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-de...
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"]}}, "...
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":...
{"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 a...
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": {"typ...
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"], "$schem...
{"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\\"]...
{"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": ...
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", "ite...
{"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.46...
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": {}}, "han...
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": "str...
{"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" : ...
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.l...
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": {"...
{"data" : {"file" : {"childImageSharp" : {"fluid" : {"base64" : "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAOCAIAAACgpqunAAAACXBIWXMAAAsSAAALEgHS3X78AAAAFUlEQVQoz2P4TwFgGNU8qnlUMyYAAPP7ROb7iRGzAAAAAElFTkSuQmCC", "aspectRatio" : 1.4124293785310735, "src" : "/static/756f78a966016b7aee93a27f34eb86d1/c608a/white....
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": {"ty...
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...
{"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": {"loc...
{"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://map...
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"}, "ln...
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": ["star...
{"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"...
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": "st...
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": "strin...
{"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" : "rogu...
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"]}}, "rac...
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": "bo...
{"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" : "U...
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", ...
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": {"ty...
{"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-...
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":...
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": "a...
{"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.0...
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"]}...
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": {"typ...
{"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" : {"pr...
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":...
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": {"t...
{"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" : "9b73eb4e3197eccb485250709c6f4782a83a8688d5b8251a212251c4...
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...
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": "s...
{"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 t...
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"},...
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...
{"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",...
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": "ob...
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"}}, "requi...
{"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" : "no...
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": "str...
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": {"HOS...
{"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"}, "USERN...
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", ...
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": ...
{"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": "str...
{"@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.okeeffem...
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": "ar...
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": {"...
{"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_tria...
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": {...
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":...
{"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-e...
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"}}}, "requir...
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": "arr...
{"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...
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"...
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_P...
{"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...
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": ["TRE...
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...
{"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": ["construct...
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": ...
{"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.9999999999999...
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": {...