input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"vine": {"type": "string"}}, "required": ["vine"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "tconstruct:block/slime/vine/side", "textures" : {"vine" : "tconstruct:block/slime/foliage/vine_end"}}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"vine": {"type": "string"}}, "required": ["vine"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "ob...
{"hash" : "0x981726526784e334a6624f69b7157ca6177e01663b18db02b44aae4407bd49c2", "parentHash" : "0x34f9b0c9b2d80de366764561a9d04206fd823f38c275154d929193f89c40d3e9", "number" : 8758, "timestamp" : 1438319458, "nonce" : "0x9b8173bcbd4c6131", "difficulty" : 498615422863, "gasLimit" : {"_hex" : "0x1388"}, "gasUsed" : {"_he...
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"]...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"typ...
{"id" : "9fecdec6-3da2-4622-8604-d37b8c0e4500", "playerTags" : [], "teamTags" : ["23e4cbc1-e9cd-47fa-a35b-bfa06f726cb7", "8d87c468-699a-47a8-b40d-cfb73a5660ad"], "gameTags" : ["84a4aa13-9058-44fb-b56d-ad393f5657a3"], "metadata" : {"play" : 52, "subPlay" : -1, "children" : ["fb2fdfa0-a659-4d05-8f2d-c6386d8b0123"]}, "cre...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "subPlay": {"type":...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"/js/filament.js": {"type": "string"}, "/css/filament.css": {"type": "string"}}, "required": ["/js/filament.js", "/css/filament.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"/js/filament.js" : "/js/filament.js?id=f6f25b9e29038b97ab02", "/css/filament.css" : "/css/filament.css?id=e3264b5b30c72fdb723e"}
json_instruct
{"type": "object", "properties": {"/js/filament.js": {"type": "string"}, "/css/filament.css": {"type": "string"}}, "required": ["/js/filament.js", "/css/filament.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"oq": {"type": "string"}, "q": {"type": "string"}, "rvnm": {"type": "string"}, "stcd": {"type": "string"}, "stnm": {"type": "string"}, "tm": {"type": "integer"}, "wptn": {"type": "string"}, "z": {"...
[{"oq" : "0", "q" : "6030", "rvnm" : "\u957f\u6c5f", "stcd" : "60105400", "stnm" : "\u5bf8\u6ee9", "tm" : 1610730000000, "wptn" : "5", "z" : "170.85"}, {"oq" : "0", "q" : "976", "rvnm" : "\u4e4c\u6c5f", "stcd" : "60803000", "stnm" : "\u6b66\u9686", "tm" : 1610730000000, "wptn" : "4", "z" : "172.19"}, {"oq" : "0", "q" :...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"oq": {"type": "string"}, "q": {"type": "string"}, "rvnm": {"type": "string"}, "stcd": {"type": "string"}, "stnm": {"type": "string"}, "tm": {"type": "integer"}, "wptn": {"type": "string"}, "z": {"type": "string"}}, "required": ["oq", "q", "rvnm", "stcd", "st...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"values": {"type": "array", "items": {"type": "string"}}}, "required": ["values"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"values" : ["cz:install"]}
json_instruct
{"type": "object", "properties": {"values": {"type": "array", "items": {"type": "string"}}}, "required": ["values"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"...
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[149.125, 24.916666666666668], [149.125, 25.0], [149.25, 25.0], [149.25, 24.916666666666668], [149.125, 24.916666666666668]]]}, "properties" : {"code" : 374931, "url" : "http://madefor.github.io/0410/api/v1/374931.geojson", "view" : "https://githu...
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...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "it...
{"ast" : null, "code" : "'use strict';\n\nmodule.exports = function isOnline(self) {\n return function () {\n return Boolean(self._bitswap && self.libp2p && self.libp2p.isStarted());\n };\n};", "map" : {"version" : 3, "sources" : ["D:/Poject-main/Poject-main/client/node_modules/ipfs/src/core/components/is-online.j...
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesCont...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type":...
{"name" : "TuyaSmartSweeperKit", "version" : "2.2.1", "summary" : "A short description of TuyaSmartSweeperKit.", "description" : "TODO: Add long description of the pod here.", "homepage" : "https://registry.code.tuya-inc.top/tuyaIOS/TuyaSmartSweeperKit", "license" : {"type" : "MIT"}, "authors" : {"huangdaxia" : "huangk...
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"}}, "required": ["type"]}, "authors": {"type": "object", "p...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}, "liveServer.settings.port": {"type": "integer"}}, "required": ["cSpell.words", "liveServer.settings.port"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"cSpell.words" : ["intolerances"], "liveServer.settings.port" : 5501}
json_instruct
{"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}, "liveServer.settings.port": {"type": "integer"}}, "required": ["cSpell.words", "liveServer.settings.port"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "r...
{"latest_version" : ["0.0.0.1"], "meta" : {"description" : "buildout helper scripts", "homepage" : "http://eggserver.tcis.de/tomcom.buildout.scripts", "license" : "GPL version 2"}, "versions" : {"0.0.0.1" : {"sha256" : "bff5e7420ba9d8373b86145ff66e0b38b401a80d77e5ece4ea082318131b92c2", "url" : "https://files.pythonhost...
json_instruct
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "obje...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"0": {"type": "boolean"}}, "required": ["0"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : "b8e459f8d3c98071c3b4", "c" : {"0" : true}}
json_instruct
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"0": {"type": "boolean"}}, "required": ["0"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema...
{"word" : "Supervision", "definitions" : ["The action of supervising someone or something."], "parts-of-speech" : "Noun"}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "refresh": {"type": "string"},...
{"name" : "graphql-kunfu-example", "version" : "1.0.0", "description" : "Example project for graphql-kunfu", "license" : "MIT", "scripts" : {"dev" : "sls offline start --port 4567", "refresh" : "rm -rf node_modules && yarn", "watch" : "tsc --watch", "deploy" : "yarn compile && sls deploy", "compile" : "rm -rf dist && t...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "refresh": {"type": "string"}, "watch": {"type": "string"}, "deploy": {"type": "string"},...
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"cid": {"type": "string"}, "cname": {"type": "string"}, "cnameCn": {"type": "string"}, "isLeaf": {"type": "integer"}, "leaf": {"type": "boolean"}, "level": {"type": "integer"}, "pL1Id": {...
[{"cid" : "19439", "cname" : "Others(\u5176\u4ed6)", "cnameCn" : "\u5176\u4ed6", "isLeaf" : 1, "leaf" : true, "level" : 3, "pL1Id" : "2", "pL1Name" : "Men's Wear(\u7537\u88c5)", "pL2Id" : "19438", "pL2Name" : "Jeans(\u725b\u4ed4\u88e4)"}, {"cid" : "19440", "cname" : "Regular Fit(\u5e38\u89c4\u7248\u578b)", "cnameCn" : ...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"cid": {"type": "string"}, "cname": {"type": "string"}, "cnameCn": {"type": "string"}, "isLeaf": {"type": "integer"}, "leaf": {"type": "boolean"}, "level": {"type": "integer"}, "pL1Id": {"type": "string"}, "pL1Name": {"type": "string"}, "pL2Id": {"type": "str...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft...
{"word" : "Polish", "definitions" : ["A substance used to give something a smooth and shiny surface when rubbed in.", "An act of rubbing something to give it a shiny surface.", "Smoothness or glossiness produced by rubbing or friction.", "Refinement or elegance in a person or thing."], "parts-of-speech" : "Noun"}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"post-install": {"type": "string"}, "dist": {"type": "string"}, "clean": {"type": "strin...
{"name" : "sbats-portfolio", "version" : "1.0.0", "description" : "Simon Bats portfolio", "scripts" : {"post-install" : "npm run dist", "dist" : "npm-run-all copy style", "clean" : "rm -r dist", "copy" : "cpx \"src/**/*.{html,png,jpg,jpeg,ico,svg,xml,json}\" dist", "copy-watch" : "npm run copy -- -w", "sass" : "node-sa...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"post-install": {"type": "string"}, "dist": {"type": "string"}, "clean": {"type": "string"}, "copy": {"type": "string"}, "copy-watch": {"type": "st...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"valid": {"type": "boolean"}, "number": {"type": "string"}, "local_format": {"type": "string"}, "international_format": {"type": "string"}, "country_prefix": {"type": "string"}, "country_code": {"type": "string"}, "country_name...
{"valid" : true, "number" : "34977222122", "local_format" : "977222122", "international_format" : "+34977222122", "country_prefix" : "+34", "country_code" : "ES", "country_name" : "Spain", "location" : "Tarragona", "carrier" : "", "line_type" : "landline"}
json_instruct
{"type": "object", "properties": {"valid": {"type": "boolean"}, "number": {"type": "string"}, "local_format": {"type": "string"}, "international_format": {"type": "string"}, "country_prefix": {"type": "string"}, "country_code": {"type": "string"}, "country_name": {"type": "string"}, "location": {"type": "string"}, "car...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "author": {"type": "string"}, "dependencies": {"type": "object...
{"name" : "loginradius-fastify-authentication-demo", "version" : "1.0.0", "keywords" : ["util", "functional", "server", "client", "browser"], "description" : "LoginRadius NodeJS SDK Demo", "author" : "LoginRadius", "dependencies" : {"body-parser" : "^1.19.0", "fastify" : "^3.5.1", "fastify-static" : "^3.2.1", "loginrad...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "author": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "fastify": {"type...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "integer"}, "inv...
[{"results" : [{"tech" : 1, "pts" : 38, "connections" : 26834, "capacity" : 22362, "investments" : 2849086}, {"tech" : 3, "pts" : 891, "connections" : 183595, "capacity" : 479714, "investments" : 2639118}]}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "integer"}, "investments": {"type": "integer"}}, "required": ["tech", "pt...
Following the schema specification below, generate a valid 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" : [[0, 59], [24, 20], [0, 84], [15, 90], [39, 25], [41, 20], [17, 83], [46, 165], [55, 127], [60, 126], [41, 86], [35, 66], [41, 154], [55, 137], [60, 112], [54, 45], [93, 108], [79, 116], [60, 40], [94, 42], [18, 159], [82, 102], [87, 102], [75, 104], [70, 106], [101, 49], [85, 97], [66, 90], [113, 49], [1...
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 a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"short_name": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "start_url": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "...
{"short_name" : "natcreations", "name" : "Nature Creations", "description" : "Designing for the best brands", "start_url" : "/", "icons" : [{"src" : "assets/iconx/favicon-16x16.png", "sizes" : "16x16", "type" : "image/png"}, {"src" : "assets/iconx/favicon-32x32.png", "sizes" : "32x32", "type" : "image/png"}, {"src" : "...
json_instruct
{"type": "object", "properties": {"short_name": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "start_url": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "sizes": {"type": "string"}, "type": {"type": "string"}}, "...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "type": {"type": "string"}, "extra": {"type": "object", "properties": {"installer-name": {"type": "string"}}, "required"...
{"name" : "codekanzlei/cake-model-history", "description" : "ModelHistory plugin for CakePHP3", "license" : "MIT", "type" : "cakephp-plugin", "extra" : {"installer-name" : "ModelHistory"}, "require" : {"php" : ">=7.1", "codekanzlei/cake-cktools" : "^1.3", "codekanzlei/cake-frontend-bridge" : "^1.2"}, "require-dev" : {"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "type": {"type": "string"}, "extra": {"type": "object", "properties": {"installer-name": {"type": "string"}}, "required": ["installer-name"]}, "require": {"type": "object", "properties": {"php...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"text": {"type": "string"}, "user_id": {"type": "integer"}, "screen_name": {"type": "string"}, "id": {"type": "integer"}, "bid": {"type": "string"}, "article_url": {"type": "string"}, "pics": {"type": "string"}, "video_url": {"ty...
{"text" : "1942\u5e741\u67085\u65e5\u8baf\uff1a\u56fd\u6c11\u653f\u5e9c\u4ee4:\u6c5f\u82cf\u9ad9\u7b49\u6cd5\u9662\u7b2c\u4e8c\u5206\u9662\u53ca\u4e0a\u6d77\u7b2c\u4e00\u7279\u533a\u5730\u65b9\u6cd5 \u9662\u81ea1941\u5e7412\u67088\u65e5\u8d77\u5df2\u4e0d\u80fd\u884c\u4f7f\u804c\u6743\uff0c\u4eca\u540e\u4e0a\u6d77\u516c...
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "user_id": {"type": "integer"}, "screen_name": {"type": "string"}, "id": {"type": "integer"}, "bid": {"type": "string"}, "article_url": {"type": "string"}, "pics": {"type": "string"}, "video_url": {"type": "string"}, "location": {"type": "string"}, "created_...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type...
{"userId" : 15595, "cartId" : "114c79b9-91f8-4f37-a9a6-281bd2af95ed", "preferredProducts" : [1935, 1372, 3650, 3659, 3205, 1666, 4934, 1879, 3617, 770], "productReviews" : [{"productId" : 2206, "reviewText" : "My neighbor Lonnie has one of these. She works as a hobbit and she says it looks microscopic.", "reviewDate" :...
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": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "OperatorsReference": {"type": "...
{"IsRecentlyVerified" : false, "ID" : 32005, "UUID" : "C63E33C0-4AC6-42D4-B4D9-1A7DDAD4EF89", "DataProviderID" : 26, "DataProvidersReference" : "30697", "OperatorsReference" : "MSA PRIM - ROUEN", "UsageCost" : "0.00 onbekend", "AddressInfo" : {"ID" : 32351, "Title" : "Avenue Jean Millet 13", "AddressLine1" : "Avenue Je...
json_instruct
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "OperatorsReference": {"type": "string"}, "UsageCost": {"type": "string"}, "AddressInfo": {"type": "obj...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "text"...
{"author" : "Alfred, Lord Tennyson", "classification" : "Series/Sequence", "keywords" : ["Living", "Death"], "period" : "Victorian", "reference" : "http://www.poetryfoundation.org/poem/174605", "region" : "England", "text" : ["Old warder of these buried bones,", "And answering now my random stroke", "With fruitful clou...
json_instruct
{"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "title": ...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"$schema": {"type": "string"}, "id": {"type": "string"}, "type": {"type": "string"}, "allOf": {"type": "array", "items": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}}, "properties": {"typ...
{"$schema" : "http://json-schema.org/draft-04/schema#", "id" : "http://schemas.ogf.org/glue/2013/05/spec_2.0_r1/Share.json", "type" : "object", "allOf" : [{"$ref" : "http://schemas.ogf.org/glue/2013/05/spec_2.0_r1/Entity.json"}], "properties" : {"Description" : {"type" : "string", "description" : "A human-readable desc...
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "id": {"type": "string"}, "type": {"type": "string"}, "allOf": {"type": "array", "items": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}}, "properties": {"type": "object", "properties": {"Description": {"type": "objec...
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" : "Accra", "url" : "accra"}]}
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#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "s...
{"id" : 21068, "title" : ["[Alhan'aht River, Hilly Pass]"], "description" : ["Jungle plants grow sparse through this section of the river as it glides away from the slow rise of hills. Large and small boulders pock-mark the river bank where the water disperses outward, its passage creating a soft burbling sound as it ...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"20980"...
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"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"},...
{"name" : "@webvoxel/plugin-webvr", "version" : "0.0.1-a6", "description" : "WebVR support for WebVoxel projects.", "main" : "dist/webvoxel-plugin-webvr.min.js", "repository" : "https://github.com/WebVoxel/plugin-webvr.git", "author" : "Landon Gravat <railinator4903@gmail.com>", "license" : "MIT", "private" : false, "s...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "proper...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"ApplicationConfiguration": {"type": "object", "properties": {"DataDirectoryPath": {"type": "string"}, "NotificationDataPath": {"type": "string"}, "RPCPort": {"type": "integer"}, "NodePort": {"type": "integer"...
{"ApplicationConfiguration" : {"DataDirectoryPath" : "Chains/SC234", "NotificationDataPath" : "Chains/Test_Notif", "RPCPort" : 20332, "NodePort" : 20333, "SslCert" : "", "SslCertPassword" : "", "UriPrefix" : ["http://*:20332"], "WsPort" : 20334, "BootstrapFile" : "https://s3.us-east-2.amazonaws.com/cityofzion/bootstrap...
json_instruct
{"type": "object", "properties": {"ApplicationConfiguration": {"type": "object", "properties": {"DataDirectoryPath": {"type": "string"}, "NotificationDataPath": {"type": "string"}, "RPCPort": {"type": "integer"}, "NodePort": {"type": "integer"}, "SslCert": {"type": "string"}, "SslCertPassword": {"type": "string"}, "Uri...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/sc...
[{"year" : 1936, "sex" : "F", "n" : 6, "prop" : 5.57e-06}, {"year" : 1937, "sex" : "F", "n" : 5, "prop" : 4.54e-06}, {"year" : 1942, "sex" : "F", "n" : 5, "prop" : 3.6e-06}, {"year" : 1943, "sex" : "F", "n" : 6, "prop" : 4.18e-06}, {"year" : 1945, "sex" : "F", "n" : 5, "prop" : 3.71e-06}, {"year" : 1947, "sex" : "F", "...
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#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"oq": {"type": "string"}, "q": {"type": "string"}, "rvnm": {"type": "string"}, "stcd": {"type": "string"}, "stnm": {"type": "string"}, "tm": {"type": "integer"}, "wptn": {"type": "string"...
[{"oq" : "0", "q" : "20700", "rvnm" : "\u957f\u6c5f", "stcd" : "60105400", "stnm" : "\u5bf8\u6ee9", "tm" : 1600804800000, "wptn" : "5", "z" : "170.62"}, {"oq" : "0", "q" : "3740", "rvnm" : "\u4e4c\u6c5f", "stcd" : "60803000", "stnm" : "\u6b66\u9686", "tm" : 1600804800000, "wptn" : "4", "z" : "178.66"}, {"oq" : "0", "q"...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"oq": {"type": "string"}, "q": {"type": "string"}, "rvnm": {"type": "string"}, "stcd": {"type": "string"}, "stnm": {"type": "string"}, "tm": {"type": "integer"}, "wptn": {"type": "string"}, "z": {"type": "string"}}, "required": ["oq", "q", "rvnm", "stcd", "st...
Create a JSON structure that matches this schema definition: {"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": "st...
{"id" : "0xad310fe504e7f3e2c717a400e567a57179301d862d7496e06eeeb408fa4829b2", "title" : "CAKE\u7684\u5e01\u4ef7\u548cBNB\u6709\u5173\u7cfb\u5417", "body" : "", "choices" : ["\u6709", "\u6ca1\u6709"], "start" : 1637492400, "end" : 1637553600, "snapshot" : "12795135", "state" : "closed", "author" : "0x3712c3F2d2E2Bd0CecB...
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 sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "webpackCompilationHash": {"type": "string"}, "result": {"type": "object", "properties": {"data": {"type": "object", "properties": {"allEpr...
{"componentChunkName" : "component---src-templates-surgery-js", "path" : "/surgery/A81612", "webpackCompilationHash" : "d8ead78e039163e263d7", "result" : {"data" : {"allEpraccurCsv" : {"edges" : [{"node" : {"field1" : "A81612", "field2" : "THE PATEL PRACTICE", "field5" : "THE SURGERY", "field6" : "STATION LANE", "field...
json_instruct
{"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "webpackCompilationHash": {"type": "string"}, "result": {"type": "object", "properties": {"data": {"type": "object", "properties": {"allEpraccurCsv": {"type": "object", "properties": {"edges": {"type": "array", "item...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "website": {"type": "string"}, "short_description": {"type": "string"}, "explorer": {"type": "string"}}, "required": ["name", "website", "short_description", "explorer"], "$schema":...
{"name" : "Binantex", "website" : "https://binantex.com", "short_description" : "Binantex is a USD-pegged stablecoin, that provides its users with regular attestations of escrowed balances, full collateral and legal protection against the misappropriation of the underlying USD.", "explorer" : "https://etherscan.io/toke...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "website": {"type": "string"}, "short_description": {"type": "string"}, "explorer": {"type": "string"}}, "required": ["name", "website", "short_description", "explorer"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"DTD_z0p03_bw500_0.85<mwd<0.95_3e-11<mdot<3e-10": {"type": "array", "items": {"type": "number"}}, "arrbool": {"type": "boolean"}}, "required": ["DTD_z0p03_bw500_0.85<mwd<0.95_3e-11<mdot<3e-10", "arrbool"], "$sch...
{"DTD_z0p03_bw500_0.85<mwd<0.95_3e-11<mdot<3e-10" : [0.0005413620889993709, 0.000921243453599055, 0.0010713343812247412, 0.0012561168365533525, 0.0013910663034111606, 0.0016468621648653217, 0.0017657820804333714, 0.0016926335598143605, 0.0017169466849512507, 0.0017937847286153153, 0.0018637942290679992, 0.0016091822590...
json_instruct
{"type": "object", "properties": {"DTD_z0p03_bw500_0.85<mwd<0.95_3e-11<mdot<3e-10": {"type": "array", "items": {"type": "number"}}, "arrbool": {"type": "boolean"}}, "required": ["DTD_z0p03_bw500_0.85<mwd<0.95_3e-11<mdot<3e-10", "arrbool"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "OperatorsReference": {"type": "string"}, "UsageTypeID": ...
{"IsRecentlyVerified" : false, "ID" : 114158, "UUID" : "141366D5-22DE-4F2A-A7B9-970CC1D7DBBF", "DataProviderID" : 1, "OperatorID" : 23, "OperatorsReference" : "47825", "UsageTypeID" : 4, "AddressInfo" : {"ID" : 114504, "Title" : "Van Hage Garden Centre", "AddressLine1" : "Pepper Hill", "Town" : "Great Amwell", "Postcod...
json_instruct
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "OperatorsReference": {"type": "string"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object", "p...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"class": {"type": "object", "properties": {"declareCVarsIn:": {"type": "string"}}, "required": ["declareCVarsIn:"]}, "instance": {"type": "object", "properties": {"primitiveAddFloatArray": {"type": "string"}, ...
{"class" : {"declareCVarsIn:" : "ar 9/15/1998 00:30"}, "instance" : {"primitiveAddFloatArray" : "eem 6/28/2016 13:26", "primitiveAddScalar" : "eem 6/28/2016 13:42", "primitiveAt" : "eem 6/28/2016 13:51", "primitiveAtPut" : "eem 6/28/2016 13:58", "primitiveDivFloatArray" : "eem 6/28/2016 13:27", "primitiveDivScalar" : "...
json_instruct
{"type": "object", "properties": {"class": {"type": "object", "properties": {"declareCVarsIn:": {"type": "string"}}, "required": ["declareCVarsIn:"]}, "instance": {"type": "object", "properties": {"primitiveAddFloatArray": {"type": "string"}, "primitiveAddScalar": {"type": "string"}, "primitiveAt": {"type": "string"}, ...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"eslint.workingDirectories": {"type": "array", "items": {"type": "string"}}}, "required": ["eslint.workingDirectories"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"eslint.workingDirectories" : ["./", "./test"]}
json_instruct
{"type": "object", "properties": {"eslint.workingDirectories": {"type": "array", "items": {"type": "string"}}}, "required": ["eslint.workingDirectories"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"ID": {"type": "string"}, "post_name": {"type": "string"}, "post_title": {"type": "string"}, "post_date_gmt": {"type": "string"}, "post_modified_gmt": {"type": "string"}, "post_status": {"type": "string"}, "comment_status": {"typ...
{"ID" : "2651", "post_name" : "content-editable-dom-elements", "post_title" : "JavaScript - Scrape Content-Editable DOM Elements", "post_date_gmt" : "2015-03-01 06:30:44", "post_modified_gmt" : "2015-03-01 06:34:23", "post_status" : "publish", "comment_status" : "closed", "post_type" : "post"}
json_instruct
{"type": "object", "properties": {"ID": {"type": "string"}, "post_name": {"type": "string"}, "post_title": {"type": "string"}, "post_date_gmt": {"type": "string"}, "post_modified_gmt": {"type": "string"}, "post_status": {"type": "string"}, "comment_status": {"type": "string"}, "post_type": {"type": "string"}}, "require...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"userproject": {"type": "object", "properties": {"userid": {"type": "string"}, "projectid": {"type": "string"}, "tractid": {"type": "string"}, "siteid": {"type": "string"}, "plotid": {"type": "string"}, "system": {...
{"userproject" : {"userid" : "karttur", "projectid" : "karttur", "tractid" : "karttur", "siteid" : "*", "plotid" : "*", "system" : "system"}, "process" : [{"processid" : "DefaultRegionFromCoords", "overwrite" : false, "parameters" : {"regioncat" : "subcontinent", "regionid" : "africasubsahara", "regionname" : "Africa S...
json_instruct
{"type": "object", "properties": {"userproject": {"type": "object", "properties": {"userid": {"type": "string"}, "projectid": {"type": "string"}, "tractid": {"type": "string"}, "siteid": {"type": "string"}, "plotid": {"type": "string"}, "system": {"type": "string"}}, "required": ["userid", "projectid", "tractid", "site...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"layout-system": {"type": "string"}, "layout-module": {"type": "string"}, "module-leftbar": {"type": "string"}, "module-container": {"type": "string"}, "module-container-1": {"type": "string"}}, "required": ["layout-system",...
{"layout-system" : "/m", "layout-module" : "/m/module", "module-leftbar" : "/?/module/leftbar/", "module-container" : "/m/module/container", "module-container-1" : "/m/module/container1"}
json_instruct
{"type": "object", "properties": {"layout-system": {"type": "string"}, "layout-module": {"type": "string"}, "module-leftbar": {"type": "string"}, "module-container": {"type": "string"}, "module-container-1": {"type": "string"}}, "required": ["layout-system", "layout-module", "module-leftbar", "module-container", "modul...
Generate a valid JSON object that conforms to the following schema: {"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": {"t...
{"nom" : "Saint-Lothain", "circ" : "1\u00e8re circonscription", "dpt" : "Jura", "inscrits" : 376, "abs" : 194, "votants" : 182, "blancs" : 20, "nuls" : 4, "exp" : 158, "res" : [{"nuance" : "REM", "nom" : "Mme Danielle BRULEBOIS", "voix" : 111}, {"nuance" : "LR", "nom" : "M. Cyrille BRERO", "voix" : 47}]}
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"...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata"...
{"ast" : null, "code" : "module.exports = getResponse;\n\nfunction getResponse(opt, resp) {\n if (!resp) return null;\n return {\n statusCode: resp.statusCode,\n headers: resp.headers,\n method: opt.method,\n url: opt.url,\n // the XHR object in browser, http response in Node\n rawRequest: resp.rawR...
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/s...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "total": {"type": "integer"}, "delta": {"type": "integer"}, "version": {"type": "string"}}, "required": ["date", "total", "delta", "version"]}, "$schema": "http:...
[{"date" : "2022-04-02", "total" : 2651, "delta" : 2, "version" : "366"}, {"date" : "2022-04-08", "total" : 2664, "delta" : 13, "version" : "366"}, {"date" : "2022-04-10", "total" : 2669, "delta" : 5, "version" : "366"}, {"date" : "2022-04-12", "total" : 2673, "delta" : 4, "version" : "366"}, {"date" : "2022-04-13", "t...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "total": {"type": "integer"}, "delta": {"type": "integer"}, "version": {"type": "string"}}, "required": ["date", "total", "delta", "version"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"900092731": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900092732": {"type": "object", "properties": {"nam...
{"900092731" : {"nama" : "TPS 1", "dapil" : [1501, 11506, 2150702]}, "900092732" : {"nama" : "TPS 2", "dapil" : [1501, 11506, 2150702]}, "900092733" : {"nama" : "TPS 3", "dapil" : [1501, 11506, 2150702]}, "900092734" : {"nama" : "TPS 4", "dapil" : [1501, 11506, 2150702]}, "900092735" : {"nama" : "TPS 5", "dapil" : [150...
json_instruct
{"type": "object", "properties": {"900092731": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900092732": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": ...
{"name" : "react-ismorphic-hn", "version" : "0.1.0", "description" : "An isomorphic implementation of Hacker News made with react and marty.js.", "main" : "src/index.js", "repository" : {"type" : "git", "url" : "https://github.com/moretti/react-isomorphic-hn.git"}, "scripts" : {"devserver" : "node scripts/devserver.js"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", ...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"...
{"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Daan-Lungsod, Alcoy, Cebu, Central Visayas (Region VII), PH", "locale" : "ph.central-visayas-region-vii.cebu.alcoy.daan-lungsod", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "7", "region_...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$...
{"id" : "2023", "provinceId" : "72", "regencyId" : "05", "districtId" : "03", "name" : "Duamayo"}
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": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "meta": {"type": "object", "properties": {"profile": {"type": "array", "items": {"type": "string"}}}, "required": ["profile"]}, "text": {"type": "object", "propertie...
{"resourceType" : "ValueSet", "id" : "shr-demographics-TelephoneTypeVS", "meta" : {"profile" : ["http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"]}, "text" : {"status" : "generated", "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n<p><b>SHR TelephoneTypeVS ValueSet</b></p>\n<p/>\n</div>"}, ...
json_instruct
{"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "meta": {"type": "object", "properties": {"profile": {"type": "array", "items": {"type": "string"}}}, "required": ["profile"]}, "text": {"type": "object", "properties": {"status": {"type": "string"}, "div": {"type": "string"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"links": {"type": "object", "properties": {"assets": {"type": "string"}, "self": {"type": "string"}, "collections": {"type": "string"}}, "required": ["assets", "self", "collections"]}, "data": {"type": "object",...
{"links" : {"assets" : "https://media.services.pbs.org/api/v1/specials/76e6ff43-52bf-4ddb-b5e5-1b7663715a5b/assets/", "self" : "https://media.services.pbs.org/api/v1/specials/nova-slow-goldfish/", "collections" : "https://media.services.pbs.org/api/v1/specials/76e6ff43-52bf-4ddb-b5e5-1b7663715a5b/collections/"}, "data"...
json_instruct
{"type": "object", "properties": {"links": {"type": "object", "properties": {"assets": {"type": "string"}, "self": {"type": "string"}, "collections": {"type": "string"}}, "required": ["assets", "self", "collections"]}, "data": {"type": "object", "properties": {"attributes": {"type": "object", "properties": {"title": {"...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d711-33", "text" : "STATE AND\nCITY\nINSTITUTION\n-10-\nEXECUTIVE\n~ Chicago\nChicago\nJacksonville\nINDIANA\nTerre Haute\nTerre Haute\nIOWA\nCedar Falls\nDes Moines\nDes Moines\nGrinnell\nKANSAS\nPittsburgh\nLOUISIANA\nHammond\nMARYLAND\nBaltimore\nBaltimore\nLoyola University\n820 N. Michigan Ave.\nRoosevelt...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "r": {"type": "array", "items...
{"t" : "rihawak", "h" : [{"d" : [{"f" : "\u53c9\u958b\u817f\u3002", "r" : ["`marihaw~`a~`k~"]}]}]}
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"}, "r": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "r"]}}}, "required": ["d"]}}}, "...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}, "lint": {"type": "str...
{"name" : "madexcept-azure-function", "version" : "1.0.0", "description" : "Madexcept logging endpoint", "scripts" : {"start" : "func start", "test" : "mocha test/*.js", "lint" : "eslint *.js test/*.js madexcept/*.js", "lintfix" : "eslint --fix *.js test/*.js madexcept/*.js"}, "dependencies" : {"@azure/storage-blob" : ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}, "lint": {"type": "string"}, "lintfix": {"type": "string"}}, "required": ["start", "test", ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"extends": {"type": "array", "items": {"type": "string"}}, "env": {"type": "object", "properties": {"jest": {"type": "boolean"}}, "required": ["jest"]}, "globals": {"type": "object", "properties": {"global": {"type"...
{"extends" : ["mixmax/browser", "mixmax/flow"], "env" : {"jest" : true}, "globals" : {"global" : true}}
json_instruct
{"type": "object", "properties": {"extends": {"type": "array", "items": {"type": "string"}}, "env": {"type": "object", "properties": {"jest": {"type": "boolean"}}, "required": ["jest"]}, "globals": {"type": "object", "properties": {"global": {"type": "boolean"}}, "required": ["global"]}}, "required": ["extends", "env",...
Generate sample JSON data that conforms to the following 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"}, "...
{"id" : 101766493, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "2b6da13240d9476bc0e3e977194a9f67", "wof:id" : 101766493, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [3.39846, 46.31472, 3.39846, 46.31472], "geometry" : {"coordinates"...
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": ["...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "pr...
{"localities" : ["Raritan, NJ"], "state" : "NJ", "postal_code" : "08869", "locality" : "Raritan, NJ", "lat" : 40.571344, "region" : {"fips" : "34", "abbr" : "NJ", "name" : "New Jersey"}, "city" : "Raritan", "type" : "STANDARD", "lng" : -74.646026, "counties" : [{"fips" : "035", "name" : "Somerset County"}]}
json_instruct
{"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"feedstocks" : ["geographiclib-cpp"]}
json_instruct
{"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severit...
{"schema_version" : "1.2.0", "id" : "GHSA-3h32-9hq6-4rcq", "modified" : "2022-05-13T01:53:23Z", "published" : "2022-05-13T01:53:23Z", "aliases" : ["CVE-2018-7506"], "details" : "The private key of the web server in Moxa MXview versions 2.8 and prior is able to be read and accessed via an HTTP GET request, which may all...
json_instruct
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {"type": "object", "properti...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"swift_bucket_linked": {"type": "string"}, "swift_bucket_unlinked": {"type": "string"}, "swift_file_added": {"type": "string"}, "swift_file_removed": {"type": "string"}, "swift_file_updated": {"type": "string"...
{"swift_bucket_linked" : "A user linked an Swift container to a project", "swift_bucket_unlinked" : "A user unselected an Swift container in a project", "swift_file_added" : "A user added a file to an Swift container in a project", "swift_file_removed" : "A user removed a file in an Swift container in a project", "swif...
json_instruct
{"type": "object", "properties": {"swift_bucket_linked": {"type": "string"}, "swift_bucket_unlinked": {"type": "string"}, "swift_file_added": {"type": "string"}, "swift_file_removed": {"type": "string"}, "swift_file_updated": {"type": "string"}, "swift_folder_created": {"type": "string"}, "swift_node_authorized": {"typ...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "description": {"type": "string"}, "//version": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "pr...
{"name" : "babel-plugin-fbt-runtime", "main" : "index.js", "description" : "The secondary FBT Babel transform, for E2E use", "//version" : "Follow SemVer specs at https://semver.org/", "version" : "0.9.13", "license" : "MIT", "devDependencies" : {"fb-babel-plugin-utils" : "^0.10.0"}, "dependencies" : {"@babel/core" : "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "description": {"type": "string"}, "//version": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"fb-babel-plugin-utils": {"type": "string"}}, "...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "url": {"type": "string"}, "username": {"type": "string"}, "text": {"type": "string"}, "date": {"type": "string"}, "retweet": {"type": "integer"}, "like": {"type": ...
[{"id" : "1099263431775989761", "url" : "https://twitter.com/ZORAMARUY/status/1099263431775989761", "username" : "", "text" : "\u0e2d\u0e31\u0e19\u0e19\u0e35\u0e49\u0e08\u0e49\u0e32 https://www. facebook.com/FWPthailand/vi deos/305645993357963/?__xts__[0]=68.ARAD_CL0RSl__OHh537I3yoBN9svSsKk6C0fBJIDHBBlyqrQ2yAqaMW8svPhB...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "url": {"type": "string"}, "username": {"type": "string"}, "text": {"type": "string"}, "date": {"type": "string"}, "retweet": {"type": "integer"}, "like": {"type": "integer"}}, "required": ["id", "url", "username", "text", "date", "r...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"ph-scale-basics.title": {"type": "object", "properties": {"value": {"type": "string"}, "history": {"type": "array", "items": {"type": "object", "properties": {"userId": {"type": "integer"}, "timestamp": {"type": "integer"}, "o...
{"ph-scale-basics.title" : {"value" : "Escala de pH: Conceptos B\u00e1sicos", "history" : [{"userId" : 133358, "timestamp" : 1447903288978, "oldValue" : "", "newValue" : "Escala de pH: Conceptos B\u00e1sicos", "explanation" : null}]}}
json_instruct
{"type": "object", "properties": {"ph-scale-basics.title": {"type": "object", "properties": {"value": {"type": "string"}, "history": {"type": "array", "items": {"type": "object", "properties": {"userId": {"type": "integer"}, "timestamp": {"type": "integer"}, "oldValue": {"type": "string"}, "newValue": {"type": "string"...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"sampling_mode": {"type": "string"}, "iters": {"type": "array", "items": {"type": "number"}}, "times": {"type": "array", "items": {"type": "number"}}}, "required": ["sampling_mode", "iters", "times"], "$schema": "http://json...
{"sampling_mode" : "Linear", "iters" : [6727.0, 13454.0, 20181.0, 26908.0, 33635.0, 40362.0, 47089.0, 53816.0, 60543.0, 67270.0, 73997.0, 80724.0, 87451.0, 94178.0, 100905.0, 107632.0, 114359.0, 121086.0, 127813.0, 134540.0, 141267.0, 147994.0, 154721.0, 161448.0, 168175.0, 174902.0, 181629.0, 188356.0, 195083.0, 20181...
json_instruct
{"type": "object", "properties": {"sampling_mode": {"type": "string"}, "iters": {"type": "array", "items": {"type": "number"}}, "times": {"type": "array", "items": {"type": "number"}}}, "required": ["sampling_mode", "iters", "times"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type":...
{"name" : "stylelint-no-browser-hacks", "version" : "1.1.0", "description" : "Stylelint plugin for stylehacks linting.", "keywords" : ["no-browser-hacks", "stylehacks", "stylelint", "stylelint-plugin"], "author" : {"name" : "Filippo Tessarotto", "email" : "zoeslam@gmail.com", "url" : "https://github.com/Slamdunk/"}, "l...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "re...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"iss": {"type": "string"}, "sub": {"type": "string"}, "email": {"type": "string"}, "email_verified": {"type": "boolean"}, "_claim_names": {"type": "object", "properties": {"verified_claims": {"type": "string"}...
{"iss" : "https://server.example.com", "sub" : "248289761001", "email" : "janedoe@example.com", "email_verified" : true, "_claim_names" : {"verified_claims" : "src1"}, "_claim_sources" : {"src1" : {"endpoint" : "https://server.yetanotherop.com/claim_source", "access_token" : "ksj3n283dkeafb76cdef"}}}
json_instruct
{"type": "object", "properties": {"iss": {"type": "string"}, "sub": {"type": "string"}, "email": {"type": "string"}, "email_verified": {"type": "boolean"}, "_claim_names": {"type": "object", "properties": {"verified_claims": {"type": "string"}}, "required": ["verified_claims"]}, "_claim_sources": {"type": "object", "pr...
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": {"test": {"type": "string"}, "build": {"type": "s...
{"name" : "ssr-proxy", "version" : "1.0.3", "description" : "Server-Side Rendering Proxy - Prerender your single page app for better SEO and support on legacy browsers", "main" : "src/index.js", "scripts" : {"test" : "npm run lint && npm run build", "build" : "tsc", "start" : "node src/index", "lint" : "tslint src/**/*...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "string"}, "lint": {"type": "string"}, "prep...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"description": {"type": "string"}, "name": {"type": "string"}, "path": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bitcodes": {"t...
{"description" : "Bridge to Java for Standard Input and Output", "name" : "std", "path" : "index.js", "version" : "0.0.1", "author" : "Tarc\u00edsio Abadio de Magalh\u00e3es J\u00fanior", "dependencies" : {"bitcodes" : [], "jars" : []}}
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "name": {"type": "string"}, "path": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bitcodes": {"type": "array", "items": {}}, "jars": {"type": "array", "items": {}}},...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "alias": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "order": {"type": "integer"}, "providers": {"type": "array", "items": {"typ...
{"name" : "DetailsStore", "alias" : "detailsstore", "description" : "", "keywords" : [], "order" : 0, "providers" : ["Modules\\DetailsStore\\Providers\\DetailsStoreServiceProvider"], "aliases" : {}, "files" : [], "requires" : []}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "alias": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "order": {"type": "integer"}, "providers": {"type": "array", "items": {"type": "string"}}, "aliases": {"type": "object", "properties": {}, "required":...
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" : "\u3082\u306e\u306e\u3079\u3067\u300e\u30dd\u30b8\u30c6\u30a3\u30d6\u30fb\u30d1\u30ec\u30fc\u30c9\u300f\uff11\uff18\u6b73\u4ee5\u4e0a\uff01", "author" : "salyusalyu", "description" : "\u521d\u6295\u7a3f\u3067\u3059\u3002<br>\u3082\u306e\u306e\u3079\u3061\u3083\u3093\u304b\u308f\u3044\u3044(*&apos;\u03c9&apos...
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...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "arfo:block/bop_marsh_jungle_leaves_carpet"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Fernbedienung"}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"28814": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "28818": {"type": "object", "properties": {"nama": {"type": "stri...
{"28814" : {"nama" : "BAGOLO", "dapil" : [32, 3210, 13213, 2321803]}, "28818" : {"nama" : "BANJARHARJA", "dapil" : [32, 3210, 13213, 2321803]}, "28817" : {"nama" : "CIBULUH", "dapil" : [32, 3210, 13213, 2321803]}, "28820" : {"nama" : "CIPARAKAN", "dapil" : [32, 3210, 13213, 2321803]}, "28813" : {"nama" : "EMPLAK", "dap...
json_instruct
{"type": "object", "properties": {"28814": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "28818": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer...
Following the schema specification below, generate a valid JSON instance: {"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": {"typ...
{"text" : {"0" : {"m1" : "\u0645\u0631\u062f\u0645 \u0631\u063a\u0645 \u0639\u0634\u0642 \u062f\u0645\u06cc \u062f\u0631 \u0645\u0646 \u062f\u0645", "m2" : "\u062a\u0627 \u0632\u0646\u062f\u0647\u0654 \u062c\u0627\u0648\u06cc\u062f \u0634\u0648\u0645 \u0632\u0627\u0646 \u06cc\u06a9\u062f\u0645"}, "1" : {"m1" : "\u06af\...
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": {"id": {"type": "string"}, "firstName": {"type": "string"}, "lastName": {"type": "string"}, "address": {"type": "string"}, "city": {"type": "string"}, "zip": {"type": "integer"}, "state": {"...
[{"id" : "10293", "firstName" : "William", "lastName" : "Allen", "address" : "2788 Kyle Street", "city" : "Wood River", "zip" : 68883, "state" : "NE", "phone" : "308-583-2320"}, {"id" : "65701", "firstName" : "Bob", "lastName" : "Anaya", "address" : "32 Oakridge Farm Lane", "city" : "Milwaukee", "zip" : 53225, "state" ...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "firstName": {"type": "string"}, "lastName": {"type": "string"}, "address": {"type": "string"}, "city": {"type": "string"}, "zip": {"type": "integer"}, "state": {"type": "string"}, "phone": {"type": "string"}}, "required": ["id", "fi...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repositor...
{"name" : "rand-pick", "version" : "1.0.0", "description" : "Utility to pick a random item from the list of items.", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/astriskit/rand-pick.git"}, "keywords" : ["random...
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...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"Status": {"type": "integer"}, "TimeLimitReached": {"type": "boolean"}, "RunningTime": {"type": "string"}, "StartTimes": {"type": "array", "items": {"type": "object", "properties": {"JobIndex": {"type": "integer"}, "OperationIn...
{"Status" : 3, "TimeLimitReached" : true, "RunningTime" : "00:05:00.2782566", "StartTimes" : [{"JobIndex" : 0, "OperationIndex" : 0, "StartTime" : 735.0}, {"JobIndex" : 1, "OperationIndex" : 0, "StartTime" : 277.0}, {"JobIndex" : 2, "OperationIndex" : 0, "StartTime" : 38.0}, {"JobIndex" : 3, "OperationIndex" : 0, "Star...
json_instruct
{"type": "object", "properties": {"Status": {"type": "integer"}, "TimeLimitReached": {"type": "boolean"}, "RunningTime": {"type": "string"}, "StartTimes": {"type": "array", "items": {"type": "object", "properties": {"JobIndex": {"type": "integer"}, "OperationIndex": {"type": "integer"}, "StartTime": {"type": "number"}}...
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": {}, "required": []}, "repository": {"type":...
{"name" : "express-theme", "version" : "0.0.5", "description" : "express-theme is express.js middleware that aims to create structured and simple theme very easily", "main" : "theme.js", "scripts" : {}, "repository" : {"type" : "git", "url" : "https://github.com/raitucarp/express-theme.git"}, "keywords" : ["theme", "ex...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {}, "required": []}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": ...
{"name" : "mui-simple-dialogs", "description" : "Turning MUI dialogs easier to use.", "keywords" : ["mui", "dialogs", "react", "ui", "material-ui", "material-design"], "repository" : {"type" : "git", "url" : "https://github.com/andreyluiz/mui-simple-dialogs.git"}, "version" : "0.13.0", "homepage" : "https://github.com/...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "version": {"type": "string"}...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"typescript": {"type": "object", "properti...
{"name" : "@formatjs/ts-transformer", "version" : "1.0.11", "lockfileVersion" : 1, "requires" : true, "dependencies" : {"typescript" : {"version" : "3.7.2", "resolved" : "https://registry.npmjs.org/typescript/-/typescript-3.7.2.tgz", "integrity" : "sha512-ml7V7JfiN2Xwvcer+XAf2csGO1bPBdRbFCkYBczNZggrBZ9c7G3riSUeJmqEU5uO...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"typescript": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "str...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "public": {"type": "boolean"}, "baseUri": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "public", "baseUri", "name"], "$schema": "http://json-schema.org/draft-07/sche...
{"id" : "pipeline-approval-dev", "public" : false, "baseUri" : "http://localhost:3000", "name" : "Azure Pipelines Approval [DEV]"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "public": {"type": "boolean"}, "baseUri": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "public", "baseUri", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"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...
{"version" : 1.2, "people" : [{"pose_keypoints_2d" : [403.985, 300.733, 1, 360.38, 334.278, 1, 370.82, 331.247, 1, 441.574, 354.23, 1, 478.109, 379.551, 1, 345.134, 332.379, 1, 1051.67, 499.882, 0, 961.779, 506.879, 0, 381.499, 476.028, 1, 434.009, 370.452, 1, 474.129, 446.977, 1, 350.561, 476.105, 1, 479.909, 312.971,...
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...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-95.476875, 29.677389], [-95.462617, 29.679742], [-95.459052, 29.681397], [-95.45957, 29.67664], [-95.461867, 29.67075], [-95.465219, 29.66937], [-95.476706, 29.659296], [-95.476875, 29.677389]]]}, "type" : "Feature", "pr...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"brief" : "soft, effeminate", "long" : "(a) soft, (b) of persons: soft, delicate, effeminate."}
json_instruct
{"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "postbuild": {"type": "string"}}...
{"name" : "landing-page", "version" : "0.0.1", "private" : true, "scripts" : {"dev" : "next dev", "build" : "next build && next export", "postbuild" : "next-sitemap"}, "dependencies" : {"dotenv" : "^8.2.0", "framer-motion" : "^2.7.5", "globby" : "^11.0.0", "isomorphic-unfetch" : "^3.0.0", "next" : "9.5.3", "next-compos...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "postbuild": {"type": "string"}}, "required": ["dev", "build", "postbuild"]}, "dependencies": ...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals",...
{"name" : "AKP3R", "symbol" : "ANTI KP3R", "address" : "0x0a4d991c44604856045d37Fb8b9F59C247763F98", "decimals" : 18, "dharmaVerificationStatus" : "UNVERIFIED"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals", "dharmaVerificationStatus"], "$schema": "http://json-schema.o...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "district...
{"id" : "2001", "provinceId" : "91", "regencyId" : "25", "districtId" : "02", "name" : "Wangbe"}
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#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}...
{"title" : "Fast \u03b5-free Inference of Simulation Models with Bayesian Conditional Density Estimation.", "fields" : ["inference", "approximate bayesian computation", "bayesian linear regression", "conditional probability distribution", "parametric statistics"], "abstract" : "Many statistical models can be simulated ...
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...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"particle": {"type": "string"}, "down": {"type": "string"}, "up": {"type": "string"}, "north": {"type": "string"}, "east": {"type": "string...
{"parent" : "block/cube_all", "textures" : {"particle" : "minecraft:block/birch_planks", "down" : "minecraft:block/birch_planks", "up" : "vct:block/birch_crafting_table_top", "north" : "vct:block/birch_crafting_table_front", "east" : "vct:block/birch_crafting_table_side", "south" : "vct:block/birch_crafting_table_side"...
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"particle": {"type": "string"}, "down": {"type": "string"}, "up": {"type": "string"}, "north": {"type": "string"}, "east": {"type": "string"}, "south": {"type": "string"}, "west": {"type": "string"}}, "required...
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#"}
[[1973, 5], [1976, 6], [1977, 5], [1978, 9], [1979, 9], [1980, 14], [1981, 11], [1982, 12], [1983, 8], [1984, 5], [1986, 6], [1987, 5], [1988, 5], [1989, 8], [1990, 6]]
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"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object"...
{"name" : "RaLog", "version" : "1.1.0", "summary" : "A log component", "description" : "Protocol-oriented and highly customizable log component", "homepage" : "https://github.com/rakuyoMo/RaLog", "license" : "MIT", "authors" : {"Rakuyo" : "rakuyo.mo@gmail.com"}, "source" : {"git" : "https://github.com/rakuyoMo/RaLog.gi...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"Rakuyo": {"type": "string"}}, "required": ["Rakuyo"]...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"900715261": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900715262": {"type": "object", "properties": {"nama": {"type":...
{"900715261" : {"nama" : "TPS 1", "dapil" : [7303, 17310, 2732603]}, "900715262" : {"nama" : "TPS 2", "dapil" : [7303, 17310, 2732603]}, "900715263" : {"nama" : "TPS 3", "dapil" : [7303, 17310, 2732603]}, "900715264" : {"nama" : "TPS 4", "dapil" : [7303, 17310, 2732603]}, "900715265" : {"nama" : "TPS 5", "dapil" : [730...
json_instruct
{"type": "object", "properties": {"900715261": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900715262": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata"...
{"ast" : null, "code" : "export const testAudioBufferSourceNodeStartMethodConsecutiveCallsSupport = nativeContext => {\n const nativeAudioBufferSourceNode = nativeContext.createBufferSource();\n nativeAudioBufferSourceNode.start();\n\n try {\n nativeAudioBufferSourceNode.start();\n } catch {\n return true;\n ...
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/s...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"ionic": {"type": "string"}}, "required": ["ionic"]}, "dependencies": {"type": "object", "properties": {...
{"name" : "HelloIonic", "private" : "true", "devDependencies" : {"ionic" : "driftyco/ionic-bower#1.0.1"}, "dependencies" : {"angular-cache" : "~4.3.2", "angular-x2js" : "~0.2.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"ionic": {"type": "string"}}, "required": ["ionic"]}, "dependencies": {"type": "object", "properties": {"angular-cache": {"type": "string"}, "angular-x2js": {"type": "string"...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type"...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-87.335156, 41.580351], [-87.317581, 41.580228], [-87.317741, 41.573187], [-87.320335, 41.572072], [-87.335156, 41.580351]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 24733}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": ...
{"id" : 404355121, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "92c20b5a4d4965f7f4a1bd15b29bd43c", "wof:id" : 404355121, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [0.74390288137417, 48.9448315833674, 0.7835197759483, 48.97486462098111],...
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": ["...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"title": {"type": "string"}, "sources": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "link": {"type": "object", "properties": {"url": {"type": "string"}, "isValid": {"typ...
{"title" : "FIXTURE: results - majority - partly images", "sources" : [{"text" : "NZZ", "link" : {"url" : "https://nzz.ch", "isValid" : true}}], "subtitle" : "M\u00f6glichkeit zus\u00e4tzliche Informationen als Untertitel zu erfassen", "notes" : "Jemand musste Josef K. verleumdet haben, denn ohne dass er etwas B\u00f6s...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "sources": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "link": {"type": "object", "properties": {"url": {"type": "string"}, "isValid": {"type": "boolean"}}, "required": ["url", "isValid"]}}, "required": ["text", ...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"state": {"type": "object", "properties": {"uptimerobot__monitor_status": {"type": "object", "properties": {"down": {"type": "string"}, "not_checked_yet": {"type": "string"}, "pause": {"type": "string"}, "seems_down"...
{"state" : {"uptimerobot__monitor_status" : {"down" : "Mati", "not_checked_yet" : "Belum diperiksa", "pause" : "Jeda", "seems_down" : "Sepertinya mati", "up" : "Nyala"}}}
json_instruct
{"type": "object", "properties": {"state": {"type": "object", "properties": {"uptimerobot__monitor_status": {"type": "object", "properties": {"down": {"type": "string"}, "not_checked_yet": {"type": "string"}, "pause": {"type": "string"}, "seems_down": {"type": "string"}, "up": {"type": "string"}}, "required": ["down", ...