input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"replace" : false, "values" : ["croptopia:coffee", "croptopia:limeade", "croptopia:wine", "croptopia:pumpkin_spice_latte", "croptopia:tomato_juice", "croptopia:mead", "croptopia:rum", "croptopia:banana_smoothie", "croptopia:grape_juice", "croptopia:apple_juice", "croptopia:cranberry_juice", "croptopia:saguaro_juice", ...
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#"}
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"]}, "googleadsense-desc": {"type": "string"}}, "required": ["@metadata", "googleadsense...
{"@metadata" : {"authors" : ["CERminator"]}, "googleadsense-desc" : "Dodaje [http://www.google.com/adsense Google AdSense] u alatnu traku"}
json_instruct
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "googleadsense-desc": {"type": "string"}}, "required": ["@metadata", "googleadsense-desc"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "sling:resourceType": {"type": "string"}, "jcr:primaryType": {"type": "string"}, "sections": {"type": "object", "properties": {"introduction": {"...
{"title" : "HTTP Gateway", "description" : "Whistlepost HTTP Gateway", "sling:resourceType" : "wp/page/default", "jcr:primaryType" : "nt:unstructured", "sections" : {"introduction" : {"pars" : ["An API facade to support routing and simplied API management."]}}}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "sling:resourceType": {"type": "string"}, "jcr:primaryType": {"type": "string"}, "sections": {"type": "object", "properties": {"introduction": {"type": "object", "properties": {"pars": {"type": "array", "items": {"type": "...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-sc...
{"variants" : {"" : {"model" : "rechiseled_compat:block/quark_white_stained_planks_large_tiles_connecting"}}}
json_instruct
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"manifest_version": {"type": "integer"}, "version": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "content_scripts": {"type": "array", "items": {"type": "object", "properti...
{"manifest_version" : 2, "version" : "0.2", "name" : "Google Photos Albums List", "description" : "Displays names/info for all Google Photo Albums", "content_scripts" : [{"matches" : ["https://photos.google.com/albums"], "js" : ["myc.js"]}], "browser_action" : {"default_title" : "List photo albums", "default_icon" : "p...
json_instruct
{"type": "object", "properties": {"manifest_version": {"type": "integer"}, "version": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"matches": {"type": "array", "items": {"type": "string"}}, "js": {"type...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "allOf": {"type": "array", "items": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref...
{"title" : "Collider", "type" : "object", "description" : "collider definition for SpringBone", "allOf" : [{"$ref" : "glTFProperty.schema.json"}], "properties" : {"node" : {"allOf" : [{"$ref" : "glTFid.schema.json"}], "description" : "The node index."}, "shape" : {"allOf" : [{"$ref" : "VRMC_springBone.shape.schema.json...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "allOf": {"type": "array", "items": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}}, "properties": {"type": "object", "properties": {"node": {"type": "objec...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "organizationId": {"type": "string"}, "isProduction": {"type": "boolean"}, "type": {"t...
{"data" : [{"id" : "e527a61c-d9f4-4502-ad8d-a71b87fa353f", "name" : "Design", "organizationId" : "877baaaa-36ba-4021-82d5-45bae78e0fe2", "isProduction" : false, "type" : "design", "clientId" : "3a4dd0d1fc0938e282ba33101964754a"}, {"id" : "7e1c7d31-80a2-46ee-9118-fae5f3ed0d79", "name" : "Development", "organizationId" :...
json_instruct
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "organizationId": {"type": "string"}, "isProduction": {"type": "boolean"}, "type": {"type": "string"}, "clientId": {"type": "string"}}, "required": ["id", "name", ...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"t...
{"name" : "jquery-fullheight", "description" : "Another one full height trick.", "version" : "1.0.8", "keywords" : ["jquery-plugin", "fullheight"], "homepage" : "https://github.com/yrkup3/jquery-fullheight", "authors" : ["Andrey Pervakov <yrkup3@gmail.com> (http://yrkup3.jagmort.com/)"], "license" : "MIT", "repository"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "repositor...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"best_index": {"type": "array", "items": {"type": "integer"}}, "auroc": {"type": "array", "items": {"type": "number"}}, "acc": {"type": "array", "items": {"type": "number"}}, "aps": {"type": "array", "items": {"type": "number"}...
{"best_index" : [92, 51, 107, 77, 107], "auroc" : [0.6622857142857143, 0.66, 0.6291428571428571, 0.6977142857142857, 0.6862857142857143], "acc" : [0.5833333333333334, 0.4166666666666667, 0.4166666666666667, 0.5833333333333334, 0.6], "aps" : [0.7468240076970069, 0.7477260387136655, 0.6931900931750824, 0.750353418888498,...
json_instruct
{"type": "object", "properties": {"best_index": {"type": "array", "items": {"type": "integer"}}, "auroc": {"type": "array", "items": {"type": "number"}}, "acc": {"type": "array", "items": {"type": "number"}}, "aps": {"type": "array", "items": {"type": "number"}}, "f1": {"type": "array", "items": {"type": "number"}}, "a...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"get-weather-dat...
{"name" : "asobi-in-the-rain", "version" : "1.0.0", "repository" : "git@github.com:claudiofreitas/asobi-in-the-rain.git", "author" : "Claudio Freitas <claudiofreitas3@gmail.com>", "license" : "MIT", "scripts" : {"get-weather-data" : "ts-node get-weather-data.ts"}, "devDependencies" : {"@types/node" : "^15.12.4", "prett...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"get-weather-data": {"type": "string"}}, "required": ["get-weather-data"]}, "devDepende...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"~lincent": {"type": "string"}}, "required": ["~lincent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"~lincent" : "~lincent user"}
json_instruct
{"type": "object", "properties": {"~lincent": {"type": "string"}}, "required": ["~lincent"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": ...
{"nom" : "Villaines-sous-Malicorne", "circ" : "4\u00e8me circonscription", "dpt" : "Sarthe", "inscrits" : 734, "abs" : 439, "votants" : 295, "blancs" : 20, "nuls" : 7, "exp" : 268, "res" : [{"nuance" : "SOC", "nom" : "M. St\u00e9phane LE FOLL", "voix" : 154}, {"nuance" : "LR", "nom" : "M. Emmanuel FRANCO", "voix" : 114...
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array"...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}, "meta": {"type": "object", "properties": {"profile": {"type": "array", "items": {"type": "string"}}}, "required": ["profile"]}, "status": {"type": "string"}, "category": {"type": "object", "properties": ...
{"id" : "a421b98b-5fd7-4595-9a12-486a1aa41e67", "meta" : {"profile" : ["http://fhir.org/guides/argonaut/StructureDefinition/argo-observationresults"]}, "status" : "final", "category" : {"coding" : [{"system" : "http://hl7.org/fhir/observation-category", "code" : "vital-signs", "display" : "vital-signs"}, {"system" : "h...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "meta": {"type": "object", "properties": {"profile": {"type": "array", "items": {"type": "string"}}}, "required": ["profile"]}, "status": {"type": "string"}, "category": {"type": "object", "properties": {"coding": {"type": "array", "items": {"type": "object", ...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "deploy": {"type": "string"}}, "...
{"name" : "@vkontakte/vk-miniapps-deploy", "version" : "0.0.9", "description" : "deploy to vk-miniapps hosting with one command", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "deploy" : "./bin/vk-miniapps-deploy"}, "license" : "MIT", "engines" : {"node" : ">=8.10"}, "bin" : ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "deploy": {"type": "string"}}, "required": ["test", "deploy"]}, "license": {"type": "string...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp...
{"nom" : "Rebais", "dpt" : "Seine-et-Marne", "inscrits" : 1401, "abs" : 305, "votants" : 1096, "blancs" : 25, "nuls" : 7, "exp" : 1064, "res" : [{"panneau" : "2", "voix" : 420}, {"panneau" : "11", "voix" : 189}, {"panneau" : "9", "voix" : 173}, {"panneau" : "3", "voix" : 171}, {"panneau" : "1", "voix" : 44}, {"panneau"...
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object"...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"jquery.filterizr-with-jquery.min.js": {"type": "string"}, "jquery.filterizr.min.js": {"type": "string"}}, "required": ["jquery.filterizr-with-jquery.min.js", "jquery.filterizr.min.js"], "$schema": "http://json-schema.org/draft...
{"jquery.filterizr-with-jquery.min.js" : "sha512-4LoEz7Jfjw4wFWS3Lda9e9HUFSJPA7ulXqPhX+7K92skrddabLzbaUZ0p/DSEIq8bOqFUQ4b7g22XpElbU4O9w==", "jquery.filterizr.min.js" : "sha512-wok21lBwZJKl2TzvpJDUWbS8UqfjacK80lOlS9Jhp0X3OZ08c6a4DrmWbgnz1IKVTcaPRiKhoo5fhs2//3L5sg=="}
json_instruct
{"type": "object", "properties": {"jquery.filterizr-with-jquery.min.js": {"type": "string"}, "jquery.filterizr.min.js": {"type": "string"}}, "required": ["jquery.filterizr-with-jquery.min.js", "jquery.filterizr.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp...
{"nom" : "Ascain", "dpt" : "Pyr\u00e9n\u00e9es-Atlantiques", "inscrits" : 3529, "abs" : 643, "votants" : 2886, "blancs" : 368, "nuls" : 92, "exp" : 2426, "res" : [{"panneau" : "1", "voix" : 1899}, {"panneau" : "2", "voix" : 527}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "image": {"type": "string"}, "external_url": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": ...
{"name" : "#9638", "image" : "https://live---metadata-5covpqijaa-uc.a.run.app/images/9638", "external_url" : "https://moonbirds.xyz/", "attributes" : [{"trait_type" : "Background", "value" : "Glitch Red"}, {"trait_type" : "Body", "value" : "Glitch"}, {"trait_type" : "Feathers", "value" : "Legendary Crescent"}], "x_debu...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "image": {"type": "string"}, "external_url": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}}, "required": ["trait_type", "value"]}}, "x_debug": {"ty...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"Gemfile": {"type": "string"}, "LICENSE": {"type": "string"}, "Puppetfile": {"type": "string"}, "README.md": {"type": "string"}, "Rakefile": {"type": "string"}, "facts.d/is_systemd.rb": {"type": "string"}, "manifests...
{"Gemfile" : "908da17972afe2216bbc2846b85a05a3", "LICENSE" : "9530ff3370c0cb3e3a34d62fab59cc60", "Puppetfile" : "f1f3d698d7191b7cc054dfc6daa83061", "README.md" : "951073dfc4c37ae6d40f758404b4a632", "Rakefile" : "08dbef0c23a205ba3f40ad1cb348225c", "facts.d/is_systemd.rb" : "42dd126844936873791a603605267b3a", "manifests/...
json_instruct
{"type": "object", "properties": {"Gemfile": {"type": "string"}, "LICENSE": {"type": "string"}, "Puppetfile": {"type": "string"}, "README.md": {"type": "string"}, "Rakefile": {"type": "string"}, "facts.d/is_systemd.rb": {"type": "string"}, "manifests/config.pp": {"type": "string"}, "manifests/init.pp": {"type": "string...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"angular": {"type": "string"}, "angular-moment": {"type": "string"}, "angular-ui": {"type": "string"}, "angular-ui-util...
{"name" : "ASP.NET", "private" : true, "dependencies" : {"angular" : "1.3.15", "angular-moment" : "0.10.1", "angular-ui" : "0.4.0", "angular-ui-utils" : "0.2.3", "bootstrap" : "3.0.0", "bootswatch" : "3.3.4+1", "hammer.js" : "2.0.4", "jquery" : "1.10.2", "jquery-validation" : "1.11.1", "jquery-validation-unobtrusive" :...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"angular": {"type": "string"}, "angular-moment": {"type": "string"}, "angular-ui": {"type": "string"}, "angular-ui-utils": {"type": "string"}, "bootstrap": {"type": "string"}, ...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"ember-data.js": {"type": "string"}, "ember-data.min.js": {"type": "string"}, "ember-data.prod.js": {"type": "string"}}, "required": ["ember-data.js", "ember-data.min.js", "ember-data.prod.js"], "$schema": "http://...
{"ember-data.js" : "sha512-V9QjRuVSWMQOW5NZJeAIICm0+NRltW7esNm2KurwRipYNzFvqZbS9SIRxbQsdq2oWrrFN6EkGJ8ttdUdXdEY9A==", "ember-data.min.js" : "sha512-6qTEVMes7umrHgvNaos5DASfVdPXRHjRvRoDF4vOLXgAFmypFe3Jx/f74d71YC5TSCeotelNf0+ZDtpFoZVtwQ==", "ember-data.prod.js" : "sha512-oxGoHLVDFMQETNZwIGuE9kt7t2fagRPPO10eAUDsLOM260v9jS...
json_instruct
{"type": "object", "properties": {"ember-data.js": {"type": "string"}, "ember-data.min.js": {"type": "string"}, "ember-data.prod.js": {"type": "string"}}, "required": ["ember-data.js", "ember-data.min.js", "ember-data.prod.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"Description": {"type": "object", "properties": {"Rarity": {"type": "integer"}, "Purchasable": {"type": "boolean"}}, "required": ["Rarity", "Purchasable"]}}, "required": ["Description"], "$schema": "http://json-schema.org/draft...
{"Description" : {"Rarity" : 5, "Purchasable" : true}}
json_instruct
{"type": "object", "properties": {"Description": {"type": "object", "properties": {"Rarity": {"type": "integer"}, "Purchasable": {"type": "boolean"}}, "required": ["Rarity", "Purchasable"]}}, "required": ["Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"rivets.bundled.min.js": {"type": "string"}, "rivets.js": {"type": "string"}, "rivets.min.js": {"type": "string"}}, "required": ["rivets.bundled.min.js", "rivets.js", "rivets.min.js"], "$schema": "http://json-schema.org/draft-0...
{"rivets.bundled.min.js" : "sha512-XET1OuCL+KX0ZcUqdIzcC1TL8tHCrQJ6CpuktLZoMvdAuXI2ZtrVH+jnzbjxvmuHG3wbfZFiG0xJNEZcl0ADnw==", "rivets.js" : "sha512-d9T0ZHNXXShgOxHnffEVT8rZW2xD9UefyV6gGdV8i5SEZaa7Arm9QKn4pP6eexzzdetbRkLJQP7kri9ekcuuDQ==", "rivets.min.js" : "sha512-kje9yX0tOUiomCUe5AD6MRe5Dp+oSU+ChJajWV5OMX734TRI2u/L33L...
json_instruct
{"type": "object", "properties": {"rivets.bundled.min.js": {"type": "string"}, "rivets.js": {"type": "string"}, "rivets.min.js": {"type": "string"}}, "required": ["rivets.bundled.min.js", "rivets.js", "rivets.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-sc...
{"variants" : {"" : {"model" : "charter:block/waystone"}}}
json_instruct
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1984, 5], [1986, 6], [1987, 7], [1988, 5]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]...
{"name" : "byte-range-stream", "version" : "2.0.1", "description" : "Create a multipart/byteranges stream based on passed ranges", "main" : "src/index.js", "scripts" : {"test" : "jest --coverage"}, "repository" : {"type" : "git", "url" : "git+ssh://git@github.com/rexxars/byte-range-stream.git"}, "engines" : {"node" : "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s...
Please provide a valid JSON object following this schema: {"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://j...
{"code" : "BERLF1", "lang" : "en", "description" : null, "name" : "Teaching and research areas", "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#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "3516050003", "district_id" : "3516050", "name" : "KUTOGIRANG"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"transcript": {"type": "string"}, "words": {"type": "array", "items": {"type": "object", "properties": {"alignedWord": {"type": "string"}, "case": {"type": "string"}, "end": {"type": "number"}, "endOffset": {"type": "...
{"transcript" : "- Caught it! ", "words" : [{"alignedWord" : "caught", "case" : "success", "end" : 0.25, "endOffset" : 8, "phones" : [{"duration" : 0.09, "phone" : "k_B"}, {"duration" : 0.02, "phone" : "aa_I"}, {"duration" : 0.01, "phone" : "t_E"}], "start" : 0.13, "startOffset" : 2, "word" : "Caught"}, {"alignedWord" ...
json_instruct
{"type": "object", "properties": {"transcript": {"type": "string"}, "words": {"type": "array", "items": {"type": "object", "properties": {"alignedWord": {"type": "string"}, "case": {"type": "string"}, "end": {"type": "number"}, "endOffset": {"type": "integer"}, "phones": {"type": "array", "items": {"type": "object", "p...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"dexie.js": {"type": "string"}, "dexie.min.js": {"type": "string"}}, "required": ["dexie.js", "dexie.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"dexie.js" : "sha512-azwfDL/XdQ40FRE2TO5jkzGTZmlfEOkyIWcIcw5HRsaI++B1w2m1PAvEoZR178S53PSKkuUkgURkFtZqZrtkrg==", "dexie.min.js" : "sha512-HXVsskktu+FIJ7Yi4WggBiY+fxk5uffkS62PuCFtUTZZzVnKCGiP+uzzya0xllBlsjyT9KaPqm/FdMwhLreghQ=="}
json_instruct
{"type": "object", "properties": {"dexie.js": {"type": "string"}, "dexie.min.js": {"type": "string"}}, "required": ["dexie.js", "dexie.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["410825104201", "\u9ec4\u5e84\u6751\u6751\u6c11\u59d4\u5458\u4f1a", "121", "0"], ["410825104202", "\u5eb7\u5e84\u6751\u6c11\u59d4\u5458\u4f1a", "121", "0"], ["410825104203", "\u4e1c\u7559\u6751\u6c11\u59d4\u5458\u4f1a", "122", "0"], ["410825104204", "\u897f\u7559\u6751\u6c11\u59d4\u5458\u4f1a", "122", "0"], ["4108251...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]...
{"name" : "jw-centro", "version" : "1.0.0", "description" : "A central auth server for my node apps", "main" : "server.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/codingJWilliams/JW-Centro.git"}, "keywords" : ["auth"], "autho...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "desc": {"type": "string"}, "images": {"type": "array", "items": {}}, "link": {"type": "string"}}, "required": ["name", "desc", "images", "link"], "$schema": "http://json-schema.org/draft...
{"name" : "Pyrosulfate", "desc" : "In chemistry, disulfate or pyrosulfate is the anion with the molecular formula S\n2O2\u2212\n7. Disulfate is the IUPAC name. It has a dichromate-like structure and can be visualised as two corner-sharing SO4 tetrahedra, with a bridging oxygen atom. In this anion, sulfur has an oxidat...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "desc": {"type": "string"}, "images": {"type": "array", "items": {}}, "link": {"type": "string"}}, "required": ["name", "desc", "images", "link"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"course_code": {"type": "string"}, "course_name": {"type": "string"}, "faculty": {"type": "string"}, "school": {"type": "string"}, "units": {"type": "string"}, "duration": {"type": "string"}, "description": {"type": "string"}, "p...
{"course_code" : "BIOT4002", "course_name" : "Literature Review", "faculty" : "Science", "school" : "Chemistry & Molec Biosciences", "units" : "2", "duration" : "One Semester", "description" : "Critical review of recent literature in area chosen by staff member.", "prerequisites" : "Permission of Director, Biotechnolog...
json_instruct
{"type": "object", "properties": {"course_code": {"type": "string"}, "course_name": {"type": "string"}, "faculty": {"type": "string"}, "school": {"type": "string"}, "units": {"type": "string"}, "duration": {"type": "string"}, "description": {"type": "string"}, "prerequisites": {"type": "string"}, "incompatible": {"type...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"turf.js": {"type": "string"}, "turf.min.js": {"type": "string"}}, "required": ["turf.js", "turf.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"turf.js" : "sha256-bpVk5EZ4vtylM9JGEPcmbLsIud2cWepieQ0swrbwPZc=", "turf.min.js" : "sha256-82cYijDmjuQw+gElWTkOvAefcIiwWPURA2hKIVz2bpo="}
json_instruct
{"type": "object", "properties": {"turf.js": {"type": "string"}, "turf.min.js": {"type": "string"}}, "required": ["turf.js", "turf.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"file_num": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "content": {"type": "string"}}, "required": ["id", "content"]}}}, "required": ["file_num", "data"]...
{"file_num" : 1751, "data" : [{"id" : 1752, "content" : "\u662f\u597d\u4e45\u4e0d\u89c1\uff0c\u8fd8\u662f\uff0c\u89c6\u800c\u4e0d\u89c1\u3002"}]}
json_instruct
{"type": "object", "properties": {"file_num": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "content": {"type": "string"}}, "required": ["id", "content"]}}}, "required": ["file_num", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "threadsrn", "displayName" : "threadsrn"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "533123101", "text" : "\u5e73\u539f\u9547"}, {"id" : "533123102", "text" : "\u65e7\u57ce\u9547"}, {"id" : "533123103", "text" : "\u90a3\u90a6\u9547"}, {"id" : "533123104", "text" : "\u5f04\u748b\u9547"}, {"id" : "533123105", "text" : "\u76cf\u897f\u9547"}, {"id" : "533123106", "text" : "\u5361\u573a\u9547"}, {...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"900121998": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900121999": {"type": "object", "properties": {"nama": {"type...
{"900121998" : {"nama" : "TPS 1", "dapil" : [1701, 11706, 2170102]}, "900121999" : {"nama" : "TPS 2", "dapil" : [1701, 11706, 2170102]}, "900122000" : {"nama" : "TPS 3", "dapil" : [1701, 11706, 2170102]}, "900122001" : {"nama" : "TPS 4", "dapil" : [1701, 11706, 2170102]}, "900122002" : {"nama" : "TPS 5", "dapil" : [170...
json_instruct
{"type": "object", "properties": {"900121998": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900121999": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {...
{"name" : "@ui5/tooling", "private" : true, "version" : "0.0.1", "description" : "UI5 Build and Development Tooling - Main Repository", "author" : "SAP SE (https://www.sap.com)", "license" : "Apache-2.0", "keywords" : ["openui5", "sapui5", "ui5", "build", "development", "tool"], "engines" : {"node" : ">= 8.5", "npm" : ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "engines": {"type": "object", "properti...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"900002264": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900002265": {"type": "object", "properties": {"n...
{"900002264" : {"nama" : "TPS 1", "dapil" : [1102, 11106, 2110301]}, "900002265" : {"nama" : "TPS 2", "dapil" : [1102, 11106, 2110301]}, "900002266" : {"nama" : "TPS 3", "dapil" : [1102, 11106, 2110301]}}
json_instruct
{"type": "object", "properties": {"900002264": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900002265": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"2": {"type": "array", "items": {"type": "object", "properties": {"departure_time": {"type": "string"}, "route_id": {"type": "string"}}, "required": ["departure_time", "route_id"]}}, "1": {"type": "array", "items": {"...
{"2" : [{"departure_time" : "17:10:00", "route_id" : "31"}, {"departure_time" : "17:40:00", "route_id" : "31"}, {"departure_time" : "18:10:00", "route_id" : "31"}], "1" : [{"departure_time" : "17:10:00", "route_id" : "31"}, {"departure_time" : "18:10:00", "route_id" : "31"}, {"departure_time" : "17:40:00", "route_id" :...
json_instruct
{"type": "object", "properties": {"2": {"type": "array", "items": {"type": "object", "properties": {"departure_time": {"type": "string"}, "route_id": {"type": "string"}}, "required": ["departure_time", "route_id"]}}, "1": {"type": "array", "items": {"type": "object", "properties": {"departure_time": {"type": "string"},...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "summary": {"type": "str...
{"name" : "KFToolbar", "version" : "0.0.6", "license" : {"type" : "MIT", "file" : "LICENSE"}, "summary" : "A toolbar suitable for NSWindow bottoms.", "homepage" : "https://pods.kf-interactive.com", "authors" : {"Rico Becker" : "rico.becker@kf-interactive.com", "Gunnar Herzog" : "gunnar.herzog@kf-interactive.com"}, "sou...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "object", "...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "array", "items": {}}}}, "re...
{"contract" : "0x2048360fef3fcb5858f8e2dbae2d4b8ad2e94c23", "tool" : "manticore", "start" : 1564616345.8332138, "end" : 1564616356.1329625, "duration" : 10.299748659133911, "analysis" : [[], [], [], [], [], []]}
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": "array", "items": {}}}}, "required": ["contract", "tool", "start", "end", "duration", "ana...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "url": {"type": "string"}, "hash": {"type": "string"}, "innosetup": {"type": "boolean"}, "shortcut...
{"version" : "1.10.42", "description" : "Recovery and prevention of Repetitive Strain Injury (RSI)", "homepage" : "http://www.workrave.org", "license" : "GPL-3.0-only", "url" : "https://github.com/rcaelers/workrave/releases/download/v1_10_42/workrave-win32-v1.10.42.exe", "hash" : "c82b350aaf574b1a69c245825e1e92fc11d989...
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "url": {"type": "string"}, "hash": {"type": "string"}, "innosetup": {"type": "boolean"}, "shortcuts": {"type": "array", "items": {"type": "array", "items": {...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {}, "required": []}, "name": {"type": "string"}, "product_stoichiometries": {"type": "arr...
[{"comment" : "flavonol-3-O-glucoside glucosyltransferase", "definition" : "Kaempferol 3-O-glucoside + UDP-glucose <=> Kaempferol 3-O-beta-D-glucosyl-(1->2)-beta-D-glucoside + UDP", "orthologs" : {}, "name" : "UDP-glucose:flavonol-3-O-glucoside 2''-O-beta-D-glucosyltransferase", "product_stoichiometries" : ["1", "1"], ...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {}, "required": []}, "name": {"type": "string"}, "product_stoichiometries": {"type": "array", "items": {"type": "string"}}, "enzymes": {"type": "arr...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07...
[{"package" : "kpal", "downloads" : 5300, "count" : 4871}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$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"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"clsx": {"type": "string"}, "normalize.css": {"type": "string"}, "react": {"type": "stri...
{"name" : "react-pannable-demo", "version" : "0.1.0", "private" : true, "dependencies" : {"clsx" : "^1.1.1", "normalize.css" : "^8.0.1", "react" : "^16.8.4", "react-dom" : "^16.8.4", "react-pannable" : "^6.0.1"}, "devDependencies" : {"@babel/core" : "^7.15.0", "@storybook/addon-knobs" : "6.1.17", "@storybook/addon-stor...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"clsx": {"type": "string"}, "normalize.css": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-pannable": ...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"browserify-shim": {"type": "string"}}, "required": ...
{"name" : "swampdragon", "version" : "0.4.4", "description" : "SwampDragon client", "main" : "./src/swampdragon.js", "dependencies" : {"browserify-shim" : "*"}, "browserify" : {"transform" : ["browserify-shim"]}, "browser" : {"sockjs" : "./vendor/sockjs-0.3.4.js"}, "browserify-shim" : {"sockjs" : "sockjs"}, "scripts" :...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"browserify-shim": {"type": "string"}}, "required": ["browserify-shim"]}, "browserify": {"type": "object", "proper...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"timestamp": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"data_type": {"type": "string"}, "value": {"type": "string"}, "max": {"type": "string"}, "min": {"type": "str...
{"timestamp" : "2020-11-17T13:23:43Z", "data" : [{"data_type" : "pm10", "value" : "0.36", "max" : "3.00", "min" : "0.00", "sd" : "0.84"}, {"data_type" : "pm2.5", "value" : "0.36", "max" : "3.00", "min" : "0.00", "sd" : "0.84"}, {"data_type" : "pm1", "value" : "0.00", "max" : "0.00", "min" : "0.00", "sd" : "0.00"}, {"da...
json_instruct
{"type": "object", "properties": {"timestamp": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"data_type": {"type": "string"}, "value": {"type": "string"}, "max": {"type": "string"}, "min": {"type": "string"}, "sd": {"type": "string"}}, "required": ["data_type", "value", "max",...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": [...
{"name" : "sentiment140", "version" : "1.2.0", "description" : "This is a NodeJS Client Library for the sentiment140 Natural Language Processing Service API", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "https://github.com/pmoelgaard...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"cf0973a4-2ff7-4a05-9c80-db66fb4f5943": {"type": "integer"}, "program": {"typ...
{"configuration" : ["UNIQUE", "CHECK", "REVERSE", "GENERALNUMRICSORT"], "regionsToProcessedPerformance" : {"cf0973a4-2ff7-4a05-9c80-db66fb4f5943" : 1534523733, "program" : 914067}}
json_instruct
{"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"cf0973a4-2ff7-4a05-9c80-db66fb4f5943": {"type": "integer"}, "program": {"type": "integer"}}, "required": ["cf0973a4-2ff7-4a05-9c80-db66fb4f5943", "progra...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"typ...
{"name" : "WrapperTLib", "version" : "0.1.2", "summary" : "A short description of WrapperTLib.", "description" : "TODO: Add long description of the pod here.", "homepage" : "https://github.com/tooolkit/WrapperTLib", "license" : {"type" : "MIT", "file" : "LICENSE"}, "authors" : {"tooolkit" : "yangguang"}, "source" : {"g...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "continentCode": {"type": "string"}, "name": {"type": "string"}, "bbox": {"type": "object", "properties": {"south": {"type": "number"}, "east": {"type": "number"}, "north": {"type": "numbe...
{"id" : 6254930, "continentCode" : "AS", "name" : "Palestine", "bbox" : {"south" : 31.216541290283203, "east" : 35.5732955932617, "north" : 32.54638671875, "west" : 34.21665954589844}, "lat" : 31.92157, "lng" : 35.20329, "population" : 3800000}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "continentCode": {"type": "string"}, "name": {"type": "string"}, "bbox": {"type": "object", "properties": {"south": {"type": "number"}, "east": {"type": "number"}, "north": {"type": "number"}, "west": {"type": "number"}}, "required": ["south", "east", "north"...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"version": {"type": "string"}}, "required": ["version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : "086ab15c-9ed2-4071-acb3-1652e7e9f26e"}
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}}, "required": ["version"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"token": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "string"}, "start": {"type": "integer"}, "end": {"type": "integer"}, "loc": {"type": "object", "properties": {"start": {"type": "object", ...
{"token" : {"type" : "Key", "value" : "not-exists", "start" : 22, "end" : 32, "loc" : {"start" : {"line" : 1, "column" : 22}, "end" : {"line" : 1, "column" : 32}}}}
json_instruct
{"type": "object", "properties": {"token": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "string"}, "start": {"type": "integer"}, "end": {"type": "integer"}, "loc": {"type": "object", "properties": {"start": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"typ...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"tests": {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "string"}, "input": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "output": {"type": "string"}}, "requi...
{"tests" : [{"category" : "public", "input" : "100.0\n70\nchuva 70\n", "type" : "io", "name" : "test1", "output" : "A\u00e7ude passou a liberar \u00e1gua.\nN\u00edvel: 140.00\n"}, {"category" : "public", "input" : "100\n50\ndemanda 50\ndemanda 50\nafluente 190\n", "type" : "io", "name" : "test2", "output" : "A\u00e7ude...
json_instruct
{"type": "object", "properties": {"tests": {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "string"}, "input": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "output": {"type": "string"}}, "required": ["category", "input", "type", "name", "output"]}}}, "req...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"env": {"type": "string"}, "env_params": {"type": "object", "properties": {}, "required": []}, "forward_model_params": {"type": "object", "properties": {"num_parallel": {"type": "integer"}}, "required": ["num_...
{"env" : "Relocate", "env_params" : {}, "forward_model_params" : {"num_parallel" : 8}, "rollout_params" : {"task_horizon" : 200}, "number_of_rollouts" : 1, "training_iterations" : 1, "evaluation_rollouts" : 0}
json_instruct
{"type": "object", "properties": {"env": {"type": "string"}, "env_params": {"type": "object", "properties": {}, "required": []}, "forward_model_params": {"type": "object", "properties": {"num_parallel": {"type": "integer"}}, "required": ["num_parallel"]}, "rollout_params": {"type": "object", "properties": {"task_horizo...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "ti...
{"body" : "I accidentally broke the `py-tables` package when I removed the `py-cython` dependency in #12172. The documentation says Cython isn't needed if you're installing from a tarball, but apparently it is needed.", "user" : "adamjstewart", "url" : "https://api.github.com/repos/spack/spack/issues/12338", "updated_a...
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": ...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "sortorder": {"type": "integer"}, "rarity": {"type": "string"}, "category": {"type": "string"}, "materialtype": {"type": "string"}, "dropdomain": {"...
{"name" : "Mask of the Kijin", "description" : "\u0e27\u0e31\u0e2a\u0e14\u0e38\u0e40\u0e25\u0e37\u0e48\u0e2d\u0e19\u0e02\u0e31\u0e49\u0e19\u0e2d\u0e32\u0e27\u0e38\u0e18\nChiyo \u0e19\u0e31\u0e01\u0e23\u0e1a\u0e2b\u0e0d\u0e34\u0e07\u0e41\u0e2b\u0e48\u0e07\u0e40\u0e1c\u0e48\u0e32\u0e1b\u0e35\u0e28\u0e32\u0e08 \u0e17\u0e3...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "sortorder": {"type": "integer"}, "rarity": {"type": "string"}, "category": {"type": "string"}, "materialtype": {"type": "string"}, "dropdomain": {"type": "string"}, "daysofweek": {"type": "array", "items": {"type": "string...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$...
{"id" : "2004", "provinceId" : "64", "regencyId" : "03", "districtId" : "07", "name" : "Pulau Derawan"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"path": {"type": "string"}, "templateID": {"type": "integer"}, "sharedPropsHashes": {"type": "object", "properties": {"toc": {"type": "string"}}, "required": ["toc"]}, "localProps": {"type": "object", "properties": {"className": ...
{"path" : "api/CsvHelper.Expressions/PrimitiveRecordWriter", "templateID" : 1, "sharedPropsHashes" : {"toc" : "Z6psdd"}, "localProps" : {"className" : "/PrimitiveRecordWriter", "data" : "# PrimitiveRecordWriter Class\r\n\r\nNamespace: [CsvHelper.Expressions](/api/CsvHelper.Expressions)\r\n\r\nWrites primitives.\r\n\r\n...
json_instruct
{"type": "object", "properties": {"path": {"type": "string"}, "templateID": {"type": "integer"}, "sharedPropsHashes": {"type": "object", "properties": {"toc": {"type": "string"}}, "required": ["toc"]}, "localProps": {"type": "object", "properties": {"className": {"type": "string"}, "data": {"type": "string"}}, "require...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}, "Microsoft": {"type": "string"}, "Microsoft.Hosting.Lifetime": {"type": "string"}}, "required...
{"Logging" : {"LogLevel" : {"Default" : "Information", "Microsoft" : "Warning", "Microsoft.Hosting.Lifetime" : "Information"}}, "NomicsAPIKey" : "a6f54b8d92f8056cbc4a5d3f5f863413d45ade95", "Secret" : "marcy9d8534b48w951b9287d492b256x", "ExpiryHours" : "24", "APIKey" : "B0E5180C-DDDF-45B3-889A-9E27DCEC2C70"}
json_instruct
{"type": "object", "properties": {"Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}, "Microsoft": {"type": "string"}, "Microsoft.Hosting.Lifetime": {"type": "string"}}, "required": ["Default", "Microsoft", "Microsoft.Hosting.Lifetime"]}}, "required"...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": "string"}, ...
{"categories" : ["Engineering", "Programming"], "desc" : "\n", "details" : {"authors" : "Anatoli Korkin, David J. Lockwood", "format" : "pdf", "isbn-10" : "1461450152", "isbn-13" : "978-1461450153", "pages" : "257 pages", "publication date" : "October 29, 2012", "publisher" : "Springer", "size" : "8.00Mb"}, "img" : "ht...
json_instruct
{"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": "string"}, "isbn-13": {"type": "string"}, "pages": {"type": "string"},...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "...
{"artist_id" : "ARCLFWR1187B9AE7B2", "artist_latitude" : null, "artist_location" : "", "artist_longitude" : null, "artist_name" : "Fun Lovin' Criminals", "duration" : 228.72771, "num_songs" : 1, "song_id" : "SOHRYJO12A8AE45E9D", "title" : "Love Unlimited (Remix) (Explicit)", "year" : 0}
json_instruct
{"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title"...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$sc...
{"id" : "2008", "provinceId" : "73", "regencyId" : "22", "districtId" : "03", "name" : "Rompu"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"title": {"type": "string"}, "credit": {"type": "string"}, "explanation": {"type": "string"}, "date": {"type": "string"}, "hdurl": {"type": "string"}, "service_version": {"type": "string"}, "media_type": {"type": "string"}, "ur...
{"title" : "1901 Photograph: The Orion Nebula", "credit" : "George Ritchey, Yerkes Observatory - Digitization Project: W. Cerny, R. Kron, Y. Liang, J. Lin, M. Martinez, E. Medina, B. Moss, B. Ogonor, M. Ransom, J. Sanchez (Univ. of Chicago)", "explanation" : "By the turn of the 20th century advances in photography cont...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "credit": {"type": "string"}, "explanation": {"type": "string"}, "date": {"type": "string"}, "hdurl": {"type": "string"}, "service_version": {"type": "string"}, "media_type": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "credit", "e...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id_4369": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "re...
{"id_4369" : {"title" : "Novelas Ejemplares", "language" : "Spanish", "totaltime" : "17:55:55", "url_librivox" : "http://librivox.org/novelas-ejemplares-by-miguel-de-cervantes-saavedra/", "url_iarchive" : "http://www.archive.org/details/novelas_ejemplares_1110_librivox", "readers" : ["3946", "5168", "5511", "5691", "62...
json_instruct
{"type": "object", "properties": {"id_4369": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "readers": {"type": "array", "items": {"type": "string"}}, "authors": {"typ...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"produc...
{"userId" : 23268, "cartId" : "4a948b6f-d4ff-49b2-8fbe-fd472681a4ee", "preferredProducts" : [1064, 2738, 4635, 3938, 1449, 1634], "productReviews" : [{"productId" : 302, "reviewText" : "i use it every Tuesday when i'm in my store.", "reviewDate" : "2017-04-26T03:07:30.0927382+03:00"}, {"productId" : 2663, "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...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"description": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "id": {"type": "string"}, "jsonClass": {"type": "string"}, "shlokas": {"type": "array", "items": {"type": "string"}}, ...
{"description" : {"en" : "`amAvasyA` on a Monday is as sacred as a solar eclipse. Particularly good for performing pradakshinam of Pippala tree."}, "id" : "sOmavatI amAvasyA", "jsonClass" : "HinduCalendarEvent", "shlokas" : ["amAvasyA tu sOmEna saptamI bhAnunA saha.\ncaturthI bhUmiputrENa sOmaputrENa cASTamI.\ncatasras...
json_instruct
{"type": "object", "properties": {"description": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "id": {"type": "string"}, "jsonClass": {"type": "string"}, "shlokas": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {"type": "string"}}, "timing": {"typ...
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": "number"}}}, "required": ["type", "coordinates"]}, "prop...
{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-0.058286, 51.485244]}, "properties" : {"point" : "POINT(-0.058286 51.485244)", "notes" : "Demolition of existing buildings and erection of a new mixed use development comprising a part 7, part 9 storey (maximum height above ground of 29.99m) buildin...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"point": {"type": "string"}, "note...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"ty...
{"categories" : ["Manual", "Programming"], "desc" : "\n", "details" : {"authors" : "Paul Gerrard", "format" : "pdf", "isbn-10" : "1484223845", "isbn-13" : "978-1484223840", "pages" : "87 pages", "publication date" : "November 12, 2016", "publisher" : "Apress", "size" : "6.00Mb"}, "img" : "http://23.95.221.108/covers/cd...
json_instruct
{"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": "string"}, "isbn-13": {"type": "string"}, "pages": {"type": "string"},...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "1604120026", "district_id" : "1604120", "name" : "PAGAR AGUNG"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}}, "required": ["f"]}}}, "required": ["d"]}}...
{"t" : "makesemay", "h" : [{"d" : [{"f" : "\u61ee\u50b7\u8d77\u4f86\uff0c\u6b63\u767c\u6101\uff0c\u5782\u982d\u55aa\u6c23\u4e86\u3002"}, {"f" : "\u6307\u767c\u6101\u3001\u61ee\u50b7\u7684\uff08\u4eba\uff09\u3002", "e" : ["\ufff9`Awaay~ `ko~ `sapikalic~ `ningra~ `to~ `tosiya~ `a~ `payso~ , `makesem~`ay~ `cingra~ `a~ `ma...
json_instruct
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}}, "required": ["f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"],...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "AND PURSUE HAPPINESS BY CONTRARY COURSES.", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/4710.json"}
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"items": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "value": {"type": "string"}}, "required": ["label", "id", "name", "value"]}}...
{"items" : [{"label" : "Apple", "id" : "rbg1", "name" : "radio-button-group", "value" : "apple"}, {"label" : "Avocado", "id" : "rbg2", "name" : "radio-button-group", "value" : "banana"}, {"label" : "Banana", "id" : "rbg3", "name" : "radio-button-group", "value" : "citrus"}, {"label" : "Citrus", "id" : "rbg4", "name" : ...
json_instruct
{"type": "object", "properties": {"items": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "value": {"type": "string"}}, "required": ["label", "id", "name", "value"]}}}, "required": ["items"], "$schema": "http://json-schema....
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01002054": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}...
{"type" : "Topology", "objects" : {"E01002054" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00010295", "LAD11CD" : "E09000014"}, "arcs" : [[0, 1, 2, 3]]}, {"type" : "Polygon", "pr...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01002054": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "str...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"paging": {"type": "object", "properties": {"numTotal": {"type": "integer"}, "pageSize": {"type": "integer"}, "end": {"type": "integer"}, "begin": {"type": "integer"}}, "required": ["numTotal", "pageSize", "end", "begin"]}, "item...
{"paging" : {"numTotal" : 1, "pageSize" : 100, "end" : 0, "begin" : 0}, "items" : [{"short_description" : "", "_name" : "LH_ADDR_1", "native_id" : "", "_context" : [{"_name" : "INFOSVR", "_type" : "host_(engine)", "_id" : "b1c497ce.354f5217.001mtr387.0nbvgbo.uh4485.rd8qffabbjgrsfjh2sheh", "_url" : "https://infosvr:9446...
json_instruct
{"type": "object", "properties": {"paging": {"type": "object", "properties": {"numTotal": {"type": "integer"}, "pageSize": {"type": "integer"}, "end": {"type": "integer"}, "begin": {"type": "integer"}}, "required": ["numTotal", "pageSize", "end", "begin"]}, "items": {"type": "array", "items": {"type": "object", "proper...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "snapshot": {"type": "strin...
{"id" : "QmYE9CMHXW815Ez2U8G9PCxecm6ryqJWFAQSJUjq6Nu5ip", "title" : "y", "body" : "y", "choices" : ["y", "n"], "start" : 1604552400, "end" : 1605934800, "snapshot" : "11325154", "state" : "closed", "author" : "0xfc2A0dB072b5D91E22a08beBF8909b280A01785F", "space" : {"id" : "sushigov.eth", "name" : "Sushi"}, "votes" : 0,...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "snapshot": {"type": "string"}, "state": {"type": "string"}, "author": {"type": "strin...
Generate a valid JSON object that conforms to the following schema: {"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" : [[[138.875, 22.0], [138.875, 22.083333333333332], [139.0, 22.083333333333332], [139.0, 22.0], [138.875, 22.0]]]}, "properties" : {"code" : 333807, "url" : "http://madefor.github.io/0410/api/v1/333807.geojson", "view" : "https://github.com/madefor/04...
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...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors":...
{"name" : "bitexpert/web-asset-installer", "description" : "Web Asset Installer Plugin", "type" : "composer-plugin", "keywords" : ["composer", "installer", "web", "assets"], "homepage" : "https://github.com/bitExpert/composer-webasset-installer", "license" : "Apache-2.0", "authors" : [{"name" : "Stephan Hochd\u00f6rfer...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type": "string"},...
{"geometry" : {"type" : "Point", "coordinates" : [-117.09, 47.77]}, "type" : "Feature", "id" : "99025", "properties" : {"other_cities" : "", "city" : "Newman Lake", "state" : "WA", "county" : "Spokane County"}}
json_instruct
{"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"other_c...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"keV": {"type": "array", "items": {"type": "number"}}, "intensity": {"type": "array", "items": {"type": "number"}}, "halfLife": {"type": "array", "items": {"type": "string"}}}, "required": ["keV", "intensity", "halfLife"], "$sc...
{"keV" : [6.06, 42.309, 42.996, 48.551, 48.695, 49.959, 388.8, 465.0, 465.0, 511.0, 515.3, 693.7, 853.1, 898.4, 980.1, 1299.6, 1364.1, 1399.2, 1587.4, 1764.1, 1799.0, 1828.7, 1915.0, 2343.6], "intensity" : [0.496, 0.75, 1.34, 0.136, 0.262, 0.0877, 0.22, 2.7, 0.5, 192.0, 24.9, 1.0, 2.4, 0.27, 0.45, 0.4, 0.2, 2.4, 0.35, ...
json_instruct
{"type": "object", "properties": {"keV": {"type": "array", "items": {"type": "number"}}, "intensity": {"type": "array", "items": {"type": "number"}}, "halfLife": {"type": "array", "items": {"type": "string"}}}, "required": ["keV", "intensity", "halfLife"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"version": {"type": "integer"}, "number": {"type": "integer"}, "filename": {"type": "string"}, "start_date": {"type": "string"}, "feature_name": {"type": "array", "items": {"type": "string"}}, "issues": {"type": "array", "it...
{"version" : 1, "number" : 809, "filename" : "0809-box-and-in-for-stdlib.md", "start_date" : "2015-02-04", "feature_name" : ["box_syntax", "placement_in_syntax"], "issues" : ["[rust-lang/rust#22181](https://github.com/rust-lang/rust/issues/22181)"], "title" : null, "teams" : ["Lang"], "tags" : ["A-syntax", "A-expressio...
json_instruct
{"type": "object", "properties": {"version": {"type": "integer"}, "number": {"type": "integer"}, "filename": {"type": "string"}, "start_date": {"type": "string"}, "feature_name": {"type": "array", "items": {"type": "string"}}, "issues": {"type": "array", "items": {"type": "string"}}, "title": {"type": "null"}, "teams":...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"extends": {"type": "string"}, "compilerOptions": {"type": "object", "properties": {"baseUrl": {"type": "string"}, "outDir": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}, "paths": {"ty...
{"extends" : "../../../tsconfig.json", "compilerOptions" : {"baseUrl" : "./", "outDir" : "./out-tsc/spec", "types" : ["jasmine", "node"], "paths" : {"shared-code/*" : ["../../../shared-code/*"], "lib0" : ["../../../dist-libs/lib0"], "lib0/*" : ["../../../projects/libs/lib0/src/lib/*"], "lib1" : ["../../../dist-libs/lib...
json_instruct
{"type": "object", "properties": {"extends": {"type": "string"}, "compilerOptions": {"type": "object", "properties": {"baseUrl": {"type": "string"}, "outDir": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "object", "properties": {"shared-code/*": {"type": "array", "items...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"version": {"type": "string"}, "name": {"type": "string"}, "sideEffects": {"type": "boolean"}, "description": {"type": "string"}, "main": {"type": "string"}, "esnext": {"type": "string"}, "module": {"type": "string"}, "types": ...
{"version" : "0.3.0", "name" : "ficon", "sideEffects" : false, "description" : "", "main" : "lib", "esnext" : "es", "module" : "es", "types" : "lib/index.d.js", "bugs" : {"url" : "https://github.com/bkniffler/ficon"}, "repository" : {"type" : "git", "url" : "https://github.com/bkniffler/ficon.git"}, "author" : "Benjami...
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "name": {"type": "string"}, "sideEffects": {"type": "boolean"}, "description": {"type": "string"}, "main": {"type": "string"}, "esnext": {"type": "string"}, "module": {"type": "string"}, "types": {"type": "string"}, "bugs": {"type": "object", "properties"...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"width": {"type": "integer"}, "filename": {"type": "string"}}, "required": ["width", "filename"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"width" : 864, "filename" : "main.png"}
json_instruct
{"type": "object", "properties": {"width": {"type": "integer"}, "filename": {"type": "string"}}, "required": ["width", "filename"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"title": {"type": "string"}, "verses": {"type": "array", "items": {"type": "object", "properties": {"lines": {"type": "array", "items": {"type": "string"}}}, "required": ["lines"]}}, "chorus": {"type": "string"}, "CC...
{"title" : "IPH 261 - Almighty God, Your word is cast", "verses" : [{"lines" : [" Almighty God, Your word is cast", " like seed into the ground:\r", "now let the dew of heaven descend,\r", " and righteous fruits abound.\r"]}, {"lines" : ["\fLet not the foe of Christ and man", " this holy seed remove:\r", " but give it...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "verses": {"type": "array", "items": {"type": "object", "properties": {"lines": {"type": "array", "items": {"type": "string"}}}, "required": ["lines"]}}, "chorus": {"type": "string"}, "CCLI": {"type": "string"}}, "required": ["title", "verses", "chorus", "C...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["description", "homepa...
{"latest_version" : ["0.1.3"], "meta" : {"description" : "This program is written to reset those pesky little Android Apps that restrict fromm doing stuff", "homepage" : "http://geeknirvana.org"}, "versions" : {"0.1.0" : {"sha256" : "da1f90be94c84f45533c859f7aa89a5de5028f2044dce1dad538eda736de3ebf", "url" : "https://fi...
json_instruct
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["description", "homepage"]}, "versions": {"type": "object", "properties": {"0.1.0": {"type": "obj...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"packages": {"type": "object", "properties": {"wpackagist-plugin/wp-dark-emoticons-comment-smiley": {"type": "object", "properties": {"1.1": {"type": "object", "properties": {"name": {"type": "string"}, "version...
{"packages" : {"wpackagist-plugin/wp-dark-emoticons-comment-smiley" : {"1.1" : {"name" : "wpackagist-plugin/wp-dark-emoticons-comment-smiley", "version" : "1.1", "version_normalized" : "1.1.0.0", "uid" : 412300, "dist" : {"type" : "zip", "url" : "https://downloads.wordpress.org/plugin/wp-dark-emoticons-comment-smiley.z...
json_instruct
{"type": "object", "properties": {"packages": {"type": "object", "properties": {"wpackagist-plugin/wp-dark-emoticons-comment-smiley": {"type": "object", "properties": {"1.1": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "version_normalized": {"type": "string"}, "uid": {"t...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, ...
{"id" : 170068, "name" : "\u79fb\u52a8\u7aef\u7cd7\u4e8b\u767e\u79d1", "description" : "\u79fb\u52a8\u7aef\u7cd7\u4e8b\u767e\u79d1\u53bb\u5e7f\u544a", "user" : {"id" : 788500, "name" : "\u6768\u4e66\u9896", "email" : "redacted", "paypal_email" : null, "homepage" : null, "about" : null, "license" : null}, "updated" : "2...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about...
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" : "swapi_server", "version" : "1.0.0", "description" : "", "main" : "src/index.js", "scripts" : {"start" : "nodemon node server"}, "repository" : {"type" : "git", "url" : "git+https://github.com/Teatoller/swapi_server.git"}, "keywords" : [], "author" : "", "license" : "ISC", "bugs" : {"url" : "https://github.co...
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"]}, "repository": {"type": "object", "properties": {"type": {"type": ...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"matter.js": {"type": "string"}, "matter.min.js": {"type": "string"}}, "required": ["matter.js", "matter.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"matter.js" : "sha512-v0/Od6PxltuKO+5Ta32Hu0EeRmZiTcD5aohuQh+9r6ThybrSKqJy2zUTKNlZM5v0d/iMkOPC2xA5YIzOIuuajA==", "matter.min.js" : "sha512-zkr6K5aibGz5uIkC28VJQrfg/YDadqtqZPzXiBhUHUSGGqGzmEvK70f+yjV/qCRT21Zsqnc0ABGt5GUakGh16g=="}
json_instruct
{"type": "object", "properties": {"matter.js": {"type": "string"}, "matter.min.js": {"type": "string"}}, "required": ["matter.js", "matter.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"methods": {"type": "array", "items": {"type": "string"}}, "package": {"type": "string"}, "constants": {"type": "array", "items": {"type": "string"}}, "class": {"type": "string"}, "constructors": {"type": "array...
{"methods" : ["[Expand] Inherited Methods", "From class java.lang.Object Object clone() boolean equals(Object arg0) void finalize() final Class<?> getClass() int hashCode() final void notify() final void notifyAll() String toString() final void wait() final void wait(long arg0, int arg1) final void wait(long arg0)", "O...
json_instruct
{"type": "object", "properties": {"methods": {"type": "array", "items": {"type": "string"}}, "package": {"type": "string"}, "constants": {"type": "array", "items": {"type": "string"}}, "class": {"type": "string"}, "constructors": {"type": "array", "items": {}}, "fields": {"type": "array", "items": {}}}, "required": ["m...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"divisionCode": {"type": "integer"}, "post": {"type": "string"}, "divisionName": {"type": "string"}, "isLeaf": {"type": "integer"}}, "required": ["divisionCode", "post", "divisionName", "isL...
[{"divisionCode" : 440811100, "post" : "524003", "divisionName" : "\u9ebb\u7ae0\u9547", "isLeaf" : 1}, {"divisionCode" : 440811101, "post" : "524003", "divisionName" : "\u592a\u5e73\u9547", "isLeaf" : 1}, {"divisionCode" : 440811102, "post" : "524003", "divisionName" : "\u6e56\u5149\u9547", "isLeaf" : 1}, {"divisionCod...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"divisionCode": {"type": "integer"}, "post": {"type": "string"}, "divisionName": {"type": "string"}, "isLeaf": {"type": "integer"}}, "required": ["divisionCode", "post", "divisionName", "isLeaf"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"objectIdFieldName": {"type": "string"}, "globalIdFieldName": {"type": "string"}, "hasZ": {"type": "boolean"}, "hasM": {"type": "boolean"}, "geometryType": {"type": "string"}, "spatialReference": {"type": "object", "...
{"objectIdFieldName" : "id", "globalIdFieldName" : "", "hasZ" : false, "hasM" : false, "geometryType" : "esriGeometryPoint", "spatialReference" : {"wkid" : 4326}, "fields" : [{"name" : "min_id", "type" : "esriFieldTypeInteger", "alias" : "min_id"}, {"name" : "max_id", "type" : "esriFieldTypeInteger", "alias" : "max_id"...
json_instruct
{"type": "object", "properties": {"objectIdFieldName": {"type": "string"}, "globalIdFieldName": {"type": "string"}, "hasZ": {"type": "boolean"}, "hasM": {"type": "boolean"}, "geometryType": {"type": "string"}, "spatialReference": {"type": "object", "properties": {"wkid": {"type": "integer"}}, "required": ["wkid"]}, "fi...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"gridlex.css": {"type": "string"}, "gridlex.min.css": {"type": "string"}}, "required": ["gridlex.css", "gridlex.min.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"gridlex.css" : "sha512-UbbKpTPV08DY8j97Hcus9ytkWuG5hxx7VO+4MsB3KbV9mmIq404q2Vzk4LEPq3Lh3rLTpt+8PjaAtDgI/7bZ9w==", "gridlex.min.css" : "sha512-EcD8ZpbpdQf+Kv3qZL6KZqaD1FikAKDSiPA+xT/ztHqDOsMdgkkWg5R8sYB6F0wffucZ7FQqn6kkrKjEEFCauA=="}
json_instruct
{"type": "object", "properties": {"gridlex.css": {"type": "string"}, "gridlex.min.css": {"type": "string"}}, "required": ["gridlex.css", "gridlex.min.css"], "$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" : "protozoon", "definition" : "(a) One of the Protozoa. (b) A single zooid of a compound protozoan."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"_": {"type": "string"}}, "required": ["_"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"_" : "/* ============================= */\n/* Base theme */\n/* ============================= */\n/* ============================= */\n/* Global Base parameters */\n/* ============================= */\n/* =========================== */\n/* Global CSS for 'base' theme */\n/* =================...
json_instruct
{"type": "object", "properties": {"_": {"type": "string"}}, "required": ["_"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "dataSource": {"type": "object", "properties": {"type": {"type": "string"}, "endpoint": {"type": "string"}}, "required": ["type", "endpoint"]}, "mappin...
{"title" : "Recordings of Works (chart)", "description" : "Chart of how many release per work", "dataSource" : {"type" : "remote", "endpoint" : "https://fake-api.now32.now.sh/musicalWork"}, "mapping" : "[].{ label: originalTitle, value: length(associatedISRCs) }", "output" : {"type" : "grid", "columnDefs" : [{"headerNa...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "dataSource": {"type": "object", "properties": {"type": {"type": "string"}, "endpoint": {"type": "string"}}, "required": ["type", "endpoint"]}, "mapping": {"type": "string"}, "output": {"type": "object", "properties": {"ty...