input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "ENRIQUE JAVIER", "frequency" : 1551, "gender" : "male"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"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", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nom" : "Nan\u00e7ois-le-Grand", "dpt" : "Meuse", "inscrits" : 57, "abs" : 5, "votants" : 52, "blancs" : 11, "nuls" : 3, "exp" : 38, "res" : [{"panneau" : "2", "voix" : 25}, {"panneau" : "1", "voix" : 13}]}
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", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"elric": {"type": "object", "properties": {"moduleNameMapper": {"type": "object", "properties": {"^\\$asdf/(.*)$": {"type": "string"}}, "required": ["^\\$asdf/(.*)$"]}}, "required": ["moduleNameMapper"]}}, "required": ["elric"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"elric" : {"moduleNameMapper" : {"^\\$asdf/(.*)$" : "<rootDir>/$1"}}}
json_instruct
{"type": "object", "properties": {"elric": {"type": "object", "properties": {"moduleNameMapper": {"type": "object", "properties": {"^\\$asdf/(.*)$": {"type": "string"}}, "required": ["^\\$asdf/(.*)$"]}}, "required": ["moduleNameMapper"]}}, "required": ["elric"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"address": {"type": "string"}, "encoded": {"type": "string"}, "encoding": {"type": "object", "properties": {"content": {"type": "array", "items": {"type": "string"}}, "type": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}}, "required": ["content", "type", "version"]}, "meta": {"type": "object", "properties": {"genesisHash": {"type": "string"}, "name": {"type": "string"}, "tags": {"type": "array", "items": {}}, "whenCreated": {"type": "integer"}}, "required": ["genesisHash", "name", "tags", "whenCreated"]}}, "required": ["address", "encoded", "encoding", "meta"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"address" : "FMN7zMySGxiWrDuPDkf1jrGoF9szj9igADV8V9pXUwbzDwB", "encoded" : "iBuxjCbMpKPvEGfDOuoT0ysF97PrHUqD6doj9Zcf//QAgAAAAQAAAAgAAADcNAYEnNvLMxu1THSwps04uYmmYeutsA3yCWS70y+LRXyu8VUhCMtkY/30HOqnvvkm/dgR9s5ZFn/n+arKQ9RgtigWqNStt4JxQdb+bwuc/SRXuIO4JEf2dRZOsNtQusf+9zQwrWqLmQpX6EBHVS5E3RPxRBw0qRPygKe0i/T+dRPQntcU0AYhuGRswWE8TREY5gcynPJpx2l1OnGT", "encoding" : {"content" : ["pkcs8", "sr25519"], "type" : ["scrypt", "xsalsa20-poly1305"], "version" : "3"}, "meta" : {"genesisHash" : "0xb0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", "name" : "Test5", "tags" : [], "whenCreated" : 1596785222977}}
json_instruct
{"type": "object", "properties": {"address": {"type": "string"}, "encoded": {"type": "string"}, "encoding": {"type": "object", "properties": {"content": {"type": "array", "items": {"type": "string"}}, "type": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}}, "required": ["content", "type", "version"]}, "meta": {"type": "object", "properties": {"genesisHash": {"type": "string"}, "name": {"type": "string"}, "tags": {"type": "array", "items": {}}, "whenCreated": {"type": "integer"}}, "required": ["genesisHash", "name", "tags", "whenCreated"]}}, "required": ["address", "encoded", "encoding", "meta"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {"binance-smart-chain": {"type": "string"}}, "required": ["binance-smart-chain"]}, "hashing_algorithm": {"type": "null"}, "categories": {"type": "array", "items": {}}, "description": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country_origin": {"type": "string"}, "genesis_date": {"type": "null"}, "contract_address": {"type": "string"}, "url": {"type": "string"}, "explorers": {"type": "array", "items": {"type": "string"}}, "twitter": {"type": "string"}, "telegram": {"type": "string"}, "reddit": {"type": "string"}}, "required": ["id", "symbol", "name", "platforms", "hashing_algorithm", "categories", "description", "country_origin", "genesis_date", "contract_address", "url", "explorers", "twitter", "telegram", "reddit"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "moonfarmer", "symbol" : "mfm", "name" : "MoonFarmer", "platforms" : {"binance-smart-chain" : "0x361f3d81e9b249cfafa7a047d9225c10323f10bd"}, "hashing_algorithm" : null, "categories" : [], "description" : {"en" : "MoonFarmer is a new yield farming and auto-liquidity generation protocol.\r\nHold $MFM in your wallet and EARN DAILY rewards in $BNB.\r\nEarn NFTs by staking coins on MoonFarmer, Buy, sell, auction and discover rare digital items and crypto collectibles.\r\nMoonFarmer has build its own NFT Marketplace (SpaceNFT) where you will be able to buy, sell, auction and discover rare digital items and crypto collectible.\r\nSpaceNFT is the new decentralized NFT Marketplace developed by MoonFarmer Team and built on the Binance Smart Chain Network.\r\nMultiple features empower creators, artists and traders to generate (with cost-effective 100 times better than the classic NFT Marketplaces currently in circulation), trade, auction and discover rare digital assets and crypto collectibles.\r\n"}, "country_origin" : "GB", "genesis_date" : null, "contract_address" : "0x361f3d81e9b249cfafa7a047d9225c10323f10bd", "url" : "https://moonfarmer.finance/", "explorers" : ["https://bscscan.com/token/0x361f3d81e9b249cfafa7a047d9225c10323f10bd"], "twitter" : "MoonFarmer_", "telegram" : "moonfarmer_official", "reddit" : "moon_farmer/"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {"binance-smart-chain": {"type": "string"}}, "required": ["binance-smart-chain"]}, "hashing_algorithm": {"type": "null"}, "categories": {"type": "array", "items": {}}, "description": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country_origin": {"type": "string"}, "genesis_date": {"type": "null"}, "contract_address": {"type": "string"}, "url": {"type": "string"}, "explorers": {"type": "array", "items": {"type": "string"}}, "twitter": {"type": "string"}, "telegram": {"type": "string"}, "reddit": {"type": "string"}}, "required": ["id", "symbol", "name", "platforms", "hashing_algorithm", "categories", "description", "country_origin", "genesis_date", "contract_address", "url", "explorers", "twitter", "telegram", "reddit"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"]}}, "required": ["type", "geometry", "properties"]}}}, "required": ["type", "title", "id", "bbox", "description", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "title" : "Alepotrypa cave ", "id" : "697499491", "bbox" : [22.3823432, 36.638552, 22.3823432, 36.638552], "description" : "A cave located in the Gulf of Diros with evidence for Neolithic habitation and burial.", "features" : [{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [22.3823432, 36.638552]}, "properties" : {"description" : "representative point"}}, {"geometry" : {"type" : "Point", "coordinates" : [22.3823432, 36.638552]}, "id" : "osm-location-of-alepotrypa-cave", "type" : "Feature", "properties" : {"description" : "Representative location based on OpenStreetMap.", "location_precision" : "precise", "title" : "OSM location of Alepotrypa cave", "link" : "http://pleiades.stoa.org/places/697499491/osm-location-of-alepotrypa-cave"}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"]}}, "required": ["type", "geometry", "properties"]}}}, "required": ["type", "title", "id", "bbox", "description", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"patthana13.8:0.1": {"type": "string"}, "patthana13.8:0.2": {"type": "string"}, "patthana13.8:0.3": {"type": "string"}, "patthana13.8:1.0": {"type": "string"}, "patthana13.8:1.1": {"type": "string"}, "patthana13.8:2.1": {"type": "string"}, "patthana13.8:3.1": {"type": "string"}, "patthana13.8:4.1": {"type": "string"}, "patthana13.8:5.1": {"type": "string"}, "patthana13.8:6.1": {"type": "string"}, "patthana13.8:7.1": {"type": "string"}}, "required": ["patthana13.8:0.1", "patthana13.8:0.2", "patthana13.8:0.3", "patthana13.8:1.0", "patthana13.8:1.1", "patthana13.8:2.1", "patthana13.8:3.1", "patthana13.8:4.1", "patthana13.8:5.1", "patthana13.8:6.1", "patthana13.8:7.1"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"patthana13.8:0.1" : "Pa\u1e6d\u1e6dh\u0101napakara\u1e47a", "patthana13.8:0.2" : "Dhamm\u0101nulomapaccan\u012bya (3), Tikapa\u1e6d\u1e6dh\u0101nap\u0101\u1e37i (1)", "patthana13.8:0.3" : "13.8. Dassanattika", "patthana13.8:1.0" : "Hetu", "patthana13.8:1.1" : "Dassanena pah\u0101tabba\u1e41 dhamma\u1e41 pa\u1e6dicca nadassanena pah\u0101tabbo dhammo uppajjati hetupaccay\u0101. Dassanena pah\u0101tabba\u1e41 dhamma\u1e41 pa\u1e6dicca nabh\u0101van\u0101ya pah\u0101tabbo dhammo uppajjati hetupaccay\u0101. Dassanena pah\u0101tabba\u1e41 dhamma\u1e41 pa\u1e6dicca nanevadassanena nabh\u0101van\u0101ya pah\u0101tabbo dhammo uppajjati hetupaccay\u0101. Dassanena pah\u0101tabba\u1e41 dhamma\u1e41 pa\u1e6dicca nabh\u0101van\u0101ya pah\u0101tabbo ca nanevadassanena nabh\u0101van\u0101ya pah\u0101tabbo ca dhamm\u0101 uppajjanti hetupaccay\u0101. Dassanena pah\u0101tabba\u1e41 dhamma\u1e41 pa\u1e6dicca nadassanena pah\u0101tabbo ca nabh\u0101van\u0101ya pah\u0101tabbo ca dhamm\u0101 uppajjanti hetupaccay\u0101. (5)", "patthana13.8:2.1" : "Bh\u0101van\u0101ya pah\u0101tabba\u1e41 dhamma\u1e41 pa\u1e6dicca nabh\u0101van\u0101ya pah\u0101tabbo dhammo uppajjati hetupaccay\u0101 \u2026 pa\u00f1ca.", "patthana13.8:3.1" : "Nevadassanena nabh\u0101van\u0101ya pah\u0101tabba\u1e41 dhamma\u1e41 pa\u1e6dicca nadassanena pah\u0101tabbo dhammo uppajjati hetupaccay\u0101 \u2026 t\u012b\u1e47i.", "patthana13.8:4.1" : "Dassanena pah\u0101tabba\u00f1ca nevadassanena nabh\u0101van\u0101ya pah\u0101tabba\u00f1ca dhamma\u1e41 pa\u1e6dicca nadassanena pah\u0101tabbo dhammo uppajjati hetupaccay\u0101 \u2026 t\u012b\u1e47i.", "patthana13.8:5.1" : "Bh\u0101van\u0101ya pah\u0101tabba\u00f1ca nevadassanena nabh\u0101van\u0101ya pah\u0101tabba\u00f1ca dhamma\u1e41 pa\u1e6dicca nadassanena pah\u0101tabbo dhammo uppajjati hetupaccay\u0101 \u2026 t\u012b\u1e47i. (Sa\u1e45khitta\u1e41.)", "patthana13.8:6.1" : "Hetuy\u0101 ek\u016bnav\u012bsa, \u0101ramma\u1e47e nava \u2026pe\u2026 vip\u0101ke t\u012b\u1e47i \u2026pe\u2026 avigate ek\u016bnav\u012bsa.", "patthana13.8:7.1" : "(Sahaj\u0101tav\u0101rampi \u2026pe\u2026 sampayuttav\u0101rampi pa\u00f1h\u0101v\u0101rampi vitth\u0101retabba\u1e41.)"}
json_instruct
{"type": "object", "properties": {"patthana13.8:0.1": {"type": "string"}, "patthana13.8:0.2": {"type": "string"}, "patthana13.8:0.3": {"type": "string"}, "patthana13.8:1.0": {"type": "string"}, "patthana13.8:1.1": {"type": "string"}, "patthana13.8:2.1": {"type": "string"}, "patthana13.8:3.1": {"type": "string"}, "patthana13.8:4.1": {"type": "string"}, "patthana13.8:5.1": {"type": "string"}, "patthana13.8:6.1": {"type": "string"}, "patthana13.8:7.1": {"type": "string"}}, "required": ["patthana13.8:0.1", "patthana13.8:0.2", "patthana13.8:0.3", "patthana13.8:1.0", "patthana13.8:1.1", "patthana13.8:2.1", "patthana13.8:3.1", "patthana13.8:4.1", "patthana13.8:5.1", "patthana13.8:6.1", "patthana13.8:7.1"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"subreddit": {"type": "string"}, "hour": {"type": "string"}, "avg": {"type": "number"}}, "required": ["subreddit", "hour", "avg"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"subreddit" : "clevercomebacks", "hour" : "01", "avg" : 130.6}, {"subreddit" : "clevercomebacks", "hour" : "02", "avg" : 437.6}, {"subreddit" : "clevercomebacks", "hour" : "03", "avg" : 327.57142857142856}, {"subreddit" : "clevercomebacks", "hour" : "04", "avg" : 1.5}, {"subreddit" : "clevercomebacks", "hour" : "05", "avg" : 162.0}, {"subreddit" : "clevercomebacks", "hour" : "06", "avg" : 139.33333333333334}, {"subreddit" : "clevercomebacks", "hour" : "07", "avg" : 527.75}, {"subreddit" : "clevercomebacks", "hour" : "08", "avg" : 543.5}, {"subreddit" : "clevercomebacks", "hour" : "09", "avg" : 119.0}, {"subreddit" : "clevercomebacks", "hour" : "10", "avg" : 31.0}, {"subreddit" : "clevercomebacks", "hour" : "11", "avg" : 953.0}, {"subreddit" : "clevercomebacks", "hour" : "12", "avg" : 186.5}, {"subreddit" : "clevercomebacks", "hour" : "13", "avg" : 1145.0}, {"subreddit" : "clevercomebacks", "hour" : "14", "avg" : 258.75}, {"subreddit" : "clevercomebacks", "hour" : "15", "avg" : 184.41666666666666}, {"subreddit" : "clevercomebacks", "hour" : "16", "avg" : 575.4}, {"subreddit" : "clevercomebacks", "hour" : "17", "avg" : 82.25}, {"subreddit" : "clevercomebacks", "hour" : "18", "avg" : 28.0}, {"subreddit" : "clevercomebacks", "hour" : "19", "avg" : 533.5}, {"subreddit" : "clevercomebacks", "hour" : "20", "avg" : 813.5}, {"subreddit" : "clevercomebacks", "hour" : "21", "avg" : 344.0}, {"subreddit" : "clevercomebacks", "hour" : "22", "avg" : 100.42857142857143}, {"subreddit" : "clevercomebacks", "hour" : "23", "avg" : 375.6666666666667}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"subreddit": {"type": "string"}, "hour": {"type": "string"}, "avg": {"type": "number"}}, "required": ["subreddit", "hour", "avg"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"configurations": {"type": "array", "items": {"type": "object", "properties": {"targetArchitecture": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "request": {"type": "string"}, "cwd": {"type": "string"}, "program": {"type": "string"}, "preLaunchTask": {"type": "string"}, "stopAtEntry": {"type": "boolean"}, "launchCompleteCommand": {"type": "string"}, "linux": {"type": "object", "properties": {"MIMode": {"type": "string"}, "miDebuggerPath": {"type": "string"}}, "required": ["MIMode", "miDebuggerPath"]}, "osx": {"type": "object", "properties": {"MIMode": {"type": "string"}}, "required": ["MIMode"]}, "windows": {"type": "object", "properties": {"MIMode": {"type": "string"}, "miDebuggerPath": {"type": "string"}}, "required": ["MIMode", "miDebuggerPath"]}}, "required": ["targetArchitecture", "name", "type", "request", "cwd", "program", "preLaunchTask", "stopAtEntry", "launchCompleteCommand", "linux", "osx", "windows"]}}}, "required": ["configurations"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"configurations" : [{"targetArchitecture" : "x64", "name" : "Debug with Meson", "type" : "cppdbg", "request" : "launch", "cwd" : "${workspaceRoot}", "program" : "${workspaceRoot}/build/src/picom", "preLaunchTask" : "build debug meson", "stopAtEntry" : false, "launchCompleteCommand" : "exec-run", "linux" : {"MIMode" : "gdb", "miDebuggerPath" : "/usr/bin/gdb"}, "osx" : {"MIMode" : "lldb"}, "windows" : {"MIMode" : "gdb", "miDebuggerPath" : "C:\\MinGw\\bin\\gdb.exe"}}]}
json_instruct
{"type": "object", "properties": {"configurations": {"type": "array", "items": {"type": "object", "properties": {"targetArchitecture": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "request": {"type": "string"}, "cwd": {"type": "string"}, "program": {"type": "string"}, "preLaunchTask": {"type": "string"}, "stopAtEntry": {"type": "boolean"}, "launchCompleteCommand": {"type": "string"}, "linux": {"type": "object", "properties": {"MIMode": {"type": "string"}, "miDebuggerPath": {"type": "string"}}, "required": ["MIMode", "miDebuggerPath"]}, "osx": {"type": "object", "properties": {"MIMode": {"type": "string"}}, "required": ["MIMode"]}, "windows": {"type": "object", "properties": {"MIMode": {"type": "string"}, "miDebuggerPath": {"type": "string"}}, "required": ["MIMode", "miDebuggerPath"]}}, "required": ["targetArchitecture", "name", "type", "request", "cwd", "program", "preLaunchTask", "stopAtEntry", "launchCompleteCommand", "linux", "osx", "windows"]}}}, "required": ["configurations"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"CIDADE": {"type": "string"}, "IBGE": {"type": "string"}, "ESTADO": {"type": "string"}, "ID": {"type": "string"}}, "required": ["CIDADE", "IBGE", "ESTADO", "ID"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"CIDADE" : "Ponte Alta", "IBGE" : "4213302", "ESTADO" : "Santa Catarina", "ID" : "42"}
json_instruct
{"type": "object", "properties": {"CIDADE": {"type": "string"}, "IBGE": {"type": "string"}, "ESTADO": {"type": "string"}, "ID": {"type": "string"}}, "required": ["CIDADE", "IBGE", "ESTADO", "ID"], "$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"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "dependencies": {"type": "object", "properties": {"socket.io": {"type": "string"}, "express": {"type": "string"}}, "required": ["socket.io", "express"]}}, "required": ["name", "version", "scripts", "engines", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "protohx", "version" : "0.0.1", "scripts" : {"start" : "node server.js"}, "engines" : {"node" : "0.10.x"}, "dependencies" : {"socket.io" : "0.9.14", "express" : "3.1.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "dependencies": {"type": "object", "properties": {"socket.io": {"type": "string"}, "express": {"type": "string"}}, "required": ["socket.io", "express"]}}, "required": ["name", "version", "scripts", "engines", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["magcore-app-auth-stalker", "magcore-osd-keyboard"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "profanity", "definition" : "1. The quality or state of being profane; profaneness; irreverence; esp., the use of profane language; blasphemy. 2. That which is profane; profane language or acts. The brisk interchange of profanity and folly. Buckminster."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-85.047876, 41.13539], [-85.005166, 41.137014], [-85.004046, 41.122513], [-85.022363, 41.121081], [-85.047063, 41.120948], [-85.047876, 41.13539]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 24331}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userId" : 77465, "cartId" : "cddcbebb-6d4d-4044-9d80-dca69946a53b", "preferredProducts" : [877, 42, 4504, 3495, 595, 2244, 541, 4967, 2463], "productReviews" : [{"productId" : 728, "reviewText" : "this Panama is revolting.", "reviewDate" : "2018-05-17T10:19:55.7077352+03:00"}, {"productId" : 4206, "reviewText" : "one of my hobbies is sailing. and when i'm sailing this works great.", "reviewDate" : "2017-07-04T17:46:31.5614102+03:00"}]}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "laravel/nova": {"type": "string"}}, "required": ["php", "laravel/nova"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"ZiffMedia\\NovaSelectPlus\\": {"type": "string"}}, "required": ["ZiffMedia\\NovaSelectPlus\\"]}}, "required": ["psr-4"]}, "extra": {"type": "object", "properties": {"laravel": {"type": "object", "properties": {"providers": {"type": "array", "items": {"type": "string"}}}, "required": ["providers"]}}, "required": ["laravel"]}}, "required": ["name", "description", "type", "license", "keywords", "authors", "require", "autoload", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "ziffmedia/nova-select-plus", "description" : "A Nova select field for simple and complex select inputs", "type" : "library", "license" : "MIT", "keywords" : ["vue-select", "laravel", "nova", "select", "ajax"], "authors" : [{"name" : "Ralph Schindler", "email" : "ralph.schindler@ziffmedia.com"}], "require" : {"php" : ">=7.1.0", "laravel/nova" : "^2.0.11|^3.0"}, "autoload" : {"psr-4" : {"ZiffMedia\\NovaSelectPlus\\" : "src/"}}, "extra" : {"laravel" : {"providers" : ["ZiffMedia\\NovaSelectPlus\\FieldServiceProvider"]}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "laravel/nova": {"type": "string"}}, "required": ["php", "laravel/nova"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"ZiffMedia\\NovaSelectPlus\\": {"type": "string"}}, "required": ["ZiffMedia\\NovaSelectPlus\\"]}}, "required": ["psr-4"]}, "extra": {"type": "object", "properties": {"laravel": {"type": "object", "properties": {"providers": {"type": "array", "items": {"type": "string"}}}, "required": ["providers"]}}, "required": ["laravel"]}}, "required": ["name", "description", "type", "license", "keywords", "authors", "require", "autoload", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "AN QI", "frequency" : 22, "gender" : "female"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
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", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ast" : null, "code" : "require('../modules/esnext.aggregate-error');\n\nrequire('../modules/esnext.promise.any');", "map" : null, "metadata" : {}, "sourceType" : "script"}
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/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["yodata-dotloop-sync", "yodata-instanet-sync"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "homepage": {"type": "string"}, "support": {"type": "object", "properties": {"issues": {"type": "string"}, "source": {"type": "string"}}, "required": ["issues", "source"]}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "datto/json-rpc": {"type": "string"}, "datto/json-rpc-http": {"type": "string"}}, "required": ["php", "datto/json-rpc", "datto/json-rpc-http"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Royalcms\\Laravel\\JsonRpcClient\\": {"type": "string"}}, "required": ["Royalcms\\Laravel\\JsonRpcClient\\"]}}, "required": ["psr-4"]}, "extra": {"type": "object", "properties": {"branch-alias": {"type": "object", "properties": {"dev-master": {"type": "string"}}, "required": ["dev-master"]}, "laravel": {"type": "object", "properties": {"providers": {"type": "array", "items": {"type": "string"}}}, "required": ["providers"]}}, "required": ["branch-alias", "laravel"]}, "minimum-stability": {"type": "string"}}, "required": ["name", "description", "type", "keywords", "license", "homepage", "support", "authors", "require", "autoload", "extra", "minimum-stability"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "royalcms/laravel-jsonrpc-client", "description" : "A laravel package of json-rpc client", "type" : "library", "keywords" : ["laravel", "json-rpc", "client", "royalcms"], "license" : "MIT", "homepage" : "http://royalcms.cn", "support" : {"issues" : "https://github.com/royalcms/framework/issues", "source" : "https://github.com/royalcms/framework"}, "authors" : [{"name" : "Royal Wang", "email" : "hxroyal@gmail.com"}], "require" : {"php" : ">=5.5.9", "datto/json-rpc" : "^6.1", "datto/json-rpc-http" : "^5.0"}, "autoload" : {"psr-4" : {"Royalcms\\Laravel\\JsonRpcClient\\" : "src/"}}, "extra" : {"branch-alias" : {"dev-master" : "5.x-dev"}, "laravel" : {"providers" : ["Royalcms\\Laravel\\JsonRpcClient\\JsonRpcClientServiceProvider"]}}, "minimum-stability" : "dev"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "homepage": {"type": "string"}, "support": {"type": "object", "properties": {"issues": {"type": "string"}, "source": {"type": "string"}}, "required": ["issues", "source"]}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "datto/json-rpc": {"type": "string"}, "datto/json-rpc-http": {"type": "string"}}, "required": ["php", "datto/json-rpc", "datto/json-rpc-http"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Royalcms\\Laravel\\JsonRpcClient\\": {"type": "string"}}, "required": ["Royalcms\\Laravel\\JsonRpcClient\\"]}}, "required": ["psr-4"]}, "extra": {"type": "object", "properties": {"branch-alias": {"type": "object", "properties": {"dev-master": {"type": "string"}}, "required": ["dev-master"]}, "laravel": {"type": "object", "properties": {"providers": {"type": "array", "items": {"type": "string"}}}, "required": ["providers"]}}, "required": ["branch-alias", "laravel"]}, "minimum-stability": {"type": "string"}}, "required": ["name", "description", "type", "keywords", "license", "homepage", "support", "authors", "require", "autoload", "extra", "minimum-stability"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"Name": {"type": "string"}, "Brawn": {"type": "integer"}, "Agility": {"type": "integer"}, "Intellect": {"type": "integer"}, "Cunning": {"type": "integer"}, "Willpower": {"type": "integer"}, "Presence": {"type": "integer"}, "Soak": {"type": "integer"}, "WoundThreshold": {"type": "integer"}, "StrainThreshold": {"type": "integer"}, "MeleeDefense": {"type": "integer"}, "RangedDefense": {"type": "integer"}, "Talents": {"type": "null"}, "Abilities": {"type": "array", "items": {}}, "Skills": {"type": "array", "items": {"type": "string"}}, "Equipment": {"type": "array", "items": {}}}, "required": ["Name", "Brawn", "Agility", "Intellect", "Cunning", "Willpower", "Presence", "Soak", "WoundThreshold", "StrainThreshold", "MeleeDefense", "RangedDefense", "Talents", "Abilities", "Skills", "Equipment"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Name" : "Orc, Common", "Brawn" : 3, "Agility" : 2, "Intellect" : 1, "Cunning" : 1, "Willpower" : 2, "Presence" : 1, "Soak" : 3, "WoundThreshold" : 7, "StrainThreshold" : 6, "MeleeDefense" : 0, "RangedDefense" : 0, "Talents" : null, "Abilities" : [], "Skills" : ["Coercion"], "Equipment" : []}
json_instruct
{"type": "object", "properties": {"Name": {"type": "string"}, "Brawn": {"type": "integer"}, "Agility": {"type": "integer"}, "Intellect": {"type": "integer"}, "Cunning": {"type": "integer"}, "Willpower": {"type": "integer"}, "Presence": {"type": "integer"}, "Soak": {"type": "integer"}, "WoundThreshold": {"type": "integer"}, "StrainThreshold": {"type": "integer"}, "MeleeDefense": {"type": "integer"}, "RangedDefense": {"type": "integer"}, "Talents": {"type": "null"}, "Abilities": {"type": "array", "items": {}}, "Skills": {"type": "array", "items": {"type": "string"}}, "Equipment": {"type": "array", "items": {}}}, "required": ["Name", "Brawn", "Agility", "Intellect", "Cunning", "Willpower", "Presence", "Soak", "WoundThreshold", "StrainThreshold", "MeleeDefense", "RangedDefense", "Talents", "Abilities", "Skills", "Equipment"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "gagate", "definition" : "Agate. [Obs.] Fuller."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"time_fct_id": {"type": "integer"}, "time_fct": {"type": "string"}, "affiliate_fct_id": {"type": "integer"}, "affiliate_fct": {"type": "string"}, "affiliate_fct_occurrence": {"type": "integer"}, "affiliates": {"type": "array", "items": {"type": "object", "properties": {"affiliate_fct_id": {"type": "integer"}, "affiliate_fct": {"type": "string"}, "affiliate_fct_occurrence": {"type": "integer"}}, "required": ["affiliate_fct_id", "affiliate_fct", "affiliate_fct_occurrence"]}}}, "required": ["time_fct_id", "time_fct", "affiliate_fct_id", "affiliate_fct", "affiliate_fct_occurrence", "affiliates"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"time_fct_id" : 55, "time_fct" : "time_60100", "affiliate_fct_id" : 2580, "affiliate_fct" : "British Museum \u2014 Depot? (London)", "affiliate_fct_occurrence" : 5, "affiliates" : [{"affiliate_fct_id" : 2580, "affiliate_fct" : "British Museum \u2014 Depot? (London)", "affiliate_fct_occurrence" : 5}]}
json_instruct
{"type": "object", "properties": {"time_fct_id": {"type": "integer"}, "time_fct": {"type": "string"}, "affiliate_fct_id": {"type": "integer"}, "affiliate_fct": {"type": "string"}, "affiliate_fct_occurrence": {"type": "integer"}, "affiliates": {"type": "array", "items": {"type": "object", "properties": {"affiliate_fct_id": {"type": "integer"}, "affiliate_fct": {"type": "string"}, "affiliate_fct_occurrence": {"type": "integer"}}, "required": ["affiliate_fct_id", "affiliate_fct", "affiliate_fct_occurrence"]}}}, "required": ["time_fct_id", "time_fct", "affiliate_fct_id", "affiliate_fct", "affiliate_fct_occurrence", "affiliates"], "$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" : "500108101001", "text" : "\u5174\u9686\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "500108101002", "text" : "\u767d\u9e64\u82d1\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "500108101003", "text" : "\u5357\u5858\u82d1\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "500108101005", "text" : "\u6e1d\u80fd\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "500108101006", "text" : "\u91d1\u9633\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "500108101007", "text" : "\u8f85\u4ec1\u793e\u533a"}, {"id" : "500108101009", "text" : "\u6c47\u96c5\u793e\u533a"}, {"id" : "500108101010", "text" : "\u4e8c\u5858\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a"}, {"id" : "500108101011", "text" : "\u5eb7\u5fb7\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a"}, {"id" : "500108101012", "text" : "\u56de\u9f99\u6e7e\u793e\u533a\u5c45\u59d4\u4f1a"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"number": {"type": "string"}, "title": {"type": "string"}, "children": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "type": {"type": "string"}, "level": {"type": "null"}}, "required": ["text", "type", "level"]}}}, "required": ["number", "title", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"number" : "52.247-24", "title" : "Advance Notification by the Government.", "children" : [{"text" : "As prescribed in 47.207-8(a)(1), insert the following clause in solicitations and contracts for transportation or for transportation-related services when the Government is responsible for notifying the contractor of specific service times or unusual shipments:", "type" : "paragraph", "level" : null}, {"text" : "Advance Notification by the Government (Apr 1984)", "type" : "paragraph", "level" : null}, {"text" : "The Government will notify the Contractor ___ hours in advance of the number of pieces and weight of all normal shipments and the time the shipment will be available for pickup. On other-than-normal shipments, the Government will furnish additional information; e.g., dimension of oversized pieces, as necessary to determine the amount of equipment and/or manpower needed to perform the required services.", "type" : "paragraph", "level" : null}, {"text" : "(End of clause)", "type" : "paragraph", "level" : null}]}
json_instruct
{"type": "object", "properties": {"number": {"type": "string"}, "title": {"type": "string"}, "children": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "type": {"type": "string"}, "level": {"type": "null"}}, "required": ["text", "type", "level"]}}}, "required": ["number", "title", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"test_page": {"type": "string"}, "timeout": {"type": "integer"}, "skip": {"type": "string"}}, "required": ["test_page", "timeout", "skip"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"test_page" : "tests/all-tests.html", "timeout" : 300, "skip" : "Headless Chrome"}
json_instruct
{"type": "object", "properties": {"test_page": {"type": "string"}, "timeout": {"type": "integer"}, "skip": {"type": "string"}}, "required": ["test_page", "timeout", "skip"], "$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"}, "main": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "bugs": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "licenses": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "devDependencies": {"type": "object", "properties": {"babel-preset-es2015": {"type": "string"}, "grunt": {"type": "string"}, "grunt-babel": {"type": "string"}, "grunt-contrib-clean": {"type": "string"}, "grunt-contrib-concat": {"type": "string"}, "grunt-contrib-connect": {"type": "string"}, "grunt-contrib-jshint": {"type": "string"}, "grunt-contrib-qunit": {"type": "string"}, "grunt-contrib-uglify": {"type": "string"}, "grunt-contrib-watch": {"type": "string"}, "jquery": {"type": "string"}, "jshint-stylish": {"type": "string"}, "load-grunt-tasks": {"type": "string"}, "qunitjs": {"type": "string"}, "time-grunt": {"type": "string"}}, "required": ["babel-preset-es2015", "grunt", "grunt-babel", "grunt-contrib-clean", "grunt-contrib-concat", "grunt-contrib-connect", "grunt-contrib-jshint", "grunt-contrib-qunit", "grunt-contrib-uglify", "grunt-contrib-watch", "jquery", "jshint-stylish", "load-grunt-tasks", "qunitjs", "time-grunt"]}}, "required": ["name", "version", "main", "description", "license", "keywords", "homepage", "bugs", "author", "repository", "licenses", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "dom-navigator", "version" : "1.2.0", "main" : "./dist/dom-navigator.min.js", "description" : "Library that allow keyboard navigation through DOM elements (\u2190\u2191\u2192\u2193).", "license" : "MIT", "keywords" : ["dom-navigator", "javascript", "js", "dom", "navigator", "navigation", "jquery"], "homepage" : "https://github.com/rmariuzzo/dom-navigator", "bugs" : "https://github.com/rmariuzzo/dom-navigator/issues", "author" : {"name" : "Rubens Mariuzzo", "email" : "rubens@mariuzzo.com", "url" : "https://github.com/rmariuzzo"}, "repository" : {"type" : "git", "url" : "https://github.com/rmariuzzo/dom-navigator.git"}, "licenses" : [{"type" : "MIT"}], "devDependencies" : {"babel-preset-es2015" : "^6.9.0", "grunt" : "~1.0.1", "grunt-babel" : "^6.0.0", "grunt-contrib-clean" : "~1.0.0", "grunt-contrib-concat" : "~1.0.1", "grunt-contrib-connect" : "~1.0.2", "grunt-contrib-jshint" : "~1.0.0", "grunt-contrib-qunit" : "~1.2.0", "grunt-contrib-uglify" : "~2.0.0", "grunt-contrib-watch" : "^1.1.0", "jquery" : "^3.1.0", "jshint-stylish" : "~2.2.0", "load-grunt-tasks" : "~3.5.0", "qunitjs" : "^2.0.1", "time-grunt" : "~1.4.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "bugs": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "licenses": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "devDependencies": {"type": "object", "properties": {"babel-preset-es2015": {"type": "string"}, "grunt": {"type": "string"}, "grunt-babel": {"type": "string"}, "grunt-contrib-clean": {"type": "string"}, "grunt-contrib-concat": {"type": "string"}, "grunt-contrib-connect": {"type": "string"}, "grunt-contrib-jshint": {"type": "string"}, "grunt-contrib-qunit": {"type": "string"}, "grunt-contrib-uglify": {"type": "string"}, "grunt-contrib-watch": {"type": "string"}, "jquery": {"type": "string"}, "jshint-stylish": {"type": "string"}, "load-grunt-tasks": {"type": "string"}, "qunitjs": {"type": "string"}, "time-grunt": {"type": "string"}}, "required": ["babel-preset-es2015", "grunt", "grunt-babel", "grunt-contrib-clean", "grunt-contrib-concat", "grunt-contrib-connect", "grunt-contrib-jshint", "grunt-contrib-qunit", "grunt-contrib-uglify", "grunt-contrib-watch", "jquery", "jshint-stylish", "load-grunt-tasks", "qunitjs", "time-grunt"]}}, "required": ["name", "version", "main", "description", "license", "keywords", "homepage", "bugs", "author", "repository", "licenses", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "fielding", "definition" : "The act of playing as a fielder."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"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": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Tabon-Tabon, Irosin, Sorsogon, Bicol Region (Region V), PH", "locale" : "ph.bicol-region-region-v.sorsogon.irosin.tabon-tabon", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "2", "region_reference" : "5", "region_name" : "Bicol Region (Region V)", "province_id" : "70", "province_reference" : "70", "province_name" : "Sorsogon", "city_id" : "550", "city_reference" : "1422", "city_name" : "Irosin", "barangay_id" : "15766", "barangay_reference" : "36843", "barangay_name" : "Tabon-Tabon"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[124.039253, 12.71397], [124.040604, 12.71559], [124.041603, 12.7167], [124.042236, 12.71836], [124.057159, 12.70209], [124.053391, 12.70027], [124.049393, 12.69743], [124.04895, 12.69782], [124.04747, 12.69926], [124.046463, 12.7014], [124.045326, 12.70312], [124.043472, 12.70611], [124.041977, 12.7092], [124.040108, 12.71191], [124.039253, 12.71397]]]]}}
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": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "1001", "provinceId" : "14", "regencyId" : "71", "districtId" : "03", "name" : "Cinta Raja"}, {"id" : "1002", "provinceId" : "14", "regencyId" : "71", "districtId" : "03", "name" : "Sukamulya"}, {"id" : "1003", "provinceId" : "14", "regencyId" : "71", "districtId" : "03", "name" : "Sukamaju"}]
json_instruct
{"type": "array", "items": {"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#"}
Generate sample JSON data that conforms to the following schema definition: {"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#"}
[{"package" : "perl-bio-easel", "downloads" : 1500, "count" : 1733}]
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#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"packages": {"type": "array", "items": {"type": "object", "properties": {"package_no": {"type": "string"}, "recipient": {"type": "string"}, "phone": {"type": "string"}, "address": {"type": "string"}}, "required": ["package_no", "recipient", "phone", "address"]}}}, "required": ["packages"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"packages" : [{"package_no" : "01921234123", "recipient" : "Ze Ye", "phone" : "8612223333", "address" : "China, Jiangsu, Suzhou, Xinghu Street, Building B425"}]}
json_instruct
{"type": "object", "properties": {"packages": {"type": "array", "items": {"type": "object", "properties": {"package_no": {"type": "string"}, "recipient": {"type": "string"}, "phone": {"type": "string"}, "address": {"type": "string"}}, "required": ["package_no", "recipient", "phone", "address"]}}}, "required": ["packages"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"social_facebook_url": {"type": "string"}, "social_twitter_url": {"type": "string"}, "social_reddit_url": {"type": "string"}, "social_reddit_user_url": {"type": "string"}, "social_patreon_url": {"type": "string"}, "social_discord_url": {"type": "string"}, "social_instagram_url": {"type": "string"}, "social_tumblr_url": {"type": "string"}, "social_pinterest_url": {"type": "string"}}, "required": ["social_facebook_url", "social_twitter_url", "social_reddit_url", "social_reddit_user_url", "social_patreon_url", "social_discord_url", "social_instagram_url", "social_tumblr_url", "social_pinterest_url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"social_facebook_url" : "https://www.facebook.com/NeverFapDeluxe", "social_twitter_url" : "https://twitter.com/NeverFapDeluxe", "social_reddit_url" : "https://www.reddit.com/r/NeverFapDeluxe", "social_reddit_user_url" : "https://www.reddit.com/user/NeverFapDeluxe", "social_patreon_url" : "https://www.patreon.com/NeverFapDeluxe", "social_discord_url" : "https://discord.gg/YETRkSj", "social_instagram_url" : "https://www.instagram.com/neverfap_deluxe", "social_tumblr_url" : "https://neverfapdeluxe.tumblr.com/", "social_pinterest_url" : "https://www.pinterest.com.au/neverfapdeluxe/"}
json_instruct
{"type": "object", "properties": {"social_facebook_url": {"type": "string"}, "social_twitter_url": {"type": "string"}, "social_reddit_url": {"type": "string"}, "social_reddit_user_url": {"type": "string"}, "social_patreon_url": {"type": "string"}, "social_discord_url": {"type": "string"}, "social_instagram_url": {"type": "string"}, "social_tumblr_url": {"type": "string"}, "social_pinterest_url": {"type": "string"}}, "required": ["social_facebook_url", "social_twitter_url", "social_reddit_url", "social_reddit_user_url", "social_patreon_url", "social_discord_url", "social_instagram_url", "social_tumblr_url", "social_pinterest_url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "sloc": {"type": "integer"}, "lloc": {"type": "integer"}, "functions": {"type": "integer"}, "deliveredBugs": {"type": "number"}, "maintainability": {"type": "number"}, "lintErrors": {"type": "array", "items": {}}, "difficulty": {"type": "number"}}, "required": ["date", "sloc", "lloc", "functions", "deliveredBugs", "maintainability", "lintErrors", "difficulty"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"date" : "Mon, 09 May 2016 22:23:10 GMT", "sloc" : 44, "lloc" : 26, "functions" : 4, "deliveredBugs" : 0.21601288845563385, "maintainability" : 70.1947137217857, "lintErrors" : [], "difficulty" : 10.676470588235293}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "sloc": {"type": "integer"}, "lloc": {"type": "integer"}, "functions": {"type": "integer"}, "deliveredBugs": {"type": "number"}, "maintainability": {"type": "number"}, "lintErrors": {"type": "array", "items": {}}, "difficulty": {"type": "number"}}, "required": ["date", "sloc", "lloc", "functions", "deliveredBugs", "maintainability", "lintErrors", "difficulty"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "6caba6cd95a49e623fe980ad14a45e39936f7bf9"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "pkg_version": {"type": "string"}, "rebuild": {"type": "integer"}, "bottles": {"type": "object", "properties": {"arm64_monterey": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "arm64_big_sur": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "monterey": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "big_sur": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "catalina": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "x86_64_linux": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["arm64_monterey", "arm64_big_sur", "monterey", "big_sur", "catalina", "x86_64_linux"]}, "dependencies": {"type": "array", "items": {}}}, "required": ["name", "pkg_version", "rebuild", "bottles", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "ispell", "pkg_version" : "3.4.05", "rebuild" : 0, "bottles" : {"arm64_monterey" : {"url" : "https://ghcr.io/v2/homebrew/core/ispell/blobs/sha256:cd60564b8dd85c18dcef91d4b5d90aa66fc4ccfbe2008009d33aa190554661bb"}, "arm64_big_sur" : {"url" : "https://ghcr.io/v2/homebrew/core/ispell/blobs/sha256:e76131c8422ce43a180cf8d13fd74c2ff9073b82f9f749f50ddb27bda01bdaaa"}, "monterey" : {"url" : "https://ghcr.io/v2/homebrew/core/ispell/blobs/sha256:eb6ac3922256a30c140ceb738cceacb4564ae5f80f23e06b0029743fda181902"}, "big_sur" : {"url" : "https://ghcr.io/v2/homebrew/core/ispell/blobs/sha256:e5c67fdf342bda317f71d1fee34817164fb2d8ec5d14c0bf4313d0fdc50499d5"}, "catalina" : {"url" : "https://ghcr.io/v2/homebrew/core/ispell/blobs/sha256:a21626f709579f26673e5bb5a9be7a5d8d58d4bcebb6d5ae214aca1cfc3bd6ab"}, "x86_64_linux" : {"url" : "https://ghcr.io/v2/homebrew/core/ispell/blobs/sha256:a5a1ed2e6abadcda57b87db07c2e06746460a5ebcc085f5838ded950f4989998"}}, "dependencies" : []}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "pkg_version": {"type": "string"}, "rebuild": {"type": "integer"}, "bottles": {"type": "object", "properties": {"arm64_monterey": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "arm64_big_sur": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "monterey": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "big_sur": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "catalina": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "x86_64_linux": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["arm64_monterey", "arm64_big_sur", "monterey", "big_sur", "catalina", "x86_64_linux"]}, "dependencies": {"type": "array", "items": {}}}, "required": ["name", "pkg_version", "rebuild", "bottles", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"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#"}
[{"package" : "pneumocat", "downloads" : 7200, "count" : 5506}]
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#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1971, 5], [1980, 5]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"900107796": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900107797": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900107798": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900107799": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900107800": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900107801": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900107802": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900107803": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900107796", "900107797", "900107798", "900107799", "900107800", "900107801", "900107802", "900107803"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"900107796" : {"nama" : "TPS 1", "dapil" : [1601, 11610, 2160701]}, "900107797" : {"nama" : "TPS 2", "dapil" : [1601, 11610, 2160701]}, "900107798" : {"nama" : "TPS 3", "dapil" : [1601, 11610, 2160701]}, "900107799" : {"nama" : "TPS 4", "dapil" : [1601, 11610, 2160701]}, "900107800" : {"nama" : "TPS 5", "dapil" : [1601, 11610, 2160701]}, "900107801" : {"nama" : "TPS 6", "dapil" : [1601, 11610, 2160701]}, "900107802" : {"nama" : "TPS 7", "dapil" : [1601, 11610, 2160701]}, "900107803" : {"nama" : "TPS 8", "dapil" : [1601, 11610, 2160701]}}
json_instruct
{"type": "object", "properties": {"900107796": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900107797": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900107798": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900107799": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900107800": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900107801": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900107802": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900107803": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900107796", "900107797", "900107798", "900107799", "900107800", "900107801", "900107802", "900107803"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"appName": {"type": "object", "properties": {"message": {"type": "string"}, "description": {"type": "string"}}, "required": ["message", "description"]}, "appDesc": {"type": "object", "properties": {"message": {"type": "string"}, "description": {"type": "string"}}, "required": ["message", "description"]}}, "required": ["appName", "appDesc"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"appName" : {"message" : "On the spot Translator", "description" : "The title of the application, displayed in the web store."}, "appDesc" : {"message" : "Just click and get the translation right below which keeps named entity in the original text.", "description" : "The description of the application, displayed in the web store."}}
json_instruct
{"type": "object", "properties": {"appName": {"type": "object", "properties": {"message": {"type": "string"}, "description": {"type": "string"}}, "required": ["message", "description"]}, "appDesc": {"type": "object", "properties": {"message": {"type": "string"}, "description": {"type": "string"}}, "required": ["message", "description"]}}, "required": ["appName", "appDesc"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "ARULCHELVAN", "frequency" : 0, "gender" : "female"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "email", "homepage"]}}, "support": {"type": "object", "properties": {"forum": {"type": "string"}, "issues": {"type": "string"}}, "required": ["forum", "issues"]}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}, "require-dev": {"type": "object", "properties": {"herrera-io/phpunit-test-case": {"type": "string"}, "phpunit/phpunit": {"type": "string"}}, "required": ["herrera-io/phpunit-test-case", "phpunit/phpunit"]}, "autoload": {"type": "object", "properties": {"psr-0": {"type": "object", "properties": {"Herrera\\Version": {"type": "string"}}, "required": ["Herrera\\Version"]}}, "required": ["psr-0"]}, "config": {"type": "object", "properties": {"bin-dir": {"type": "string"}, "vendor-dir": {"type": "string"}}, "required": ["bin-dir", "vendor-dir"]}, "extra": {"type": "object", "properties": {"branch-alias": {"type": "object", "properties": {"dev-master": {"type": "string"}}, "required": ["dev-master"]}}, "required": ["branch-alias"]}}, "required": ["name", "description", "keywords", "homepage", "license", "authors", "support", "require", "require-dev", "autoload", "config", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "herrera-io/version", "description" : "A library for creating, editing, and comparing semantic versioning numbers.", "keywords" : ["semantic", "version"], "homepage" : "http://github.com/herrera-io/php-version", "license" : "MIT", "authors" : [{"name" : "Kevin Herrera", "email" : "kevin@herrera.io", "homepage" : "http://kevin.herrera.io"}], "support" : {"forum" : "https://groups.google.com/d/forum/herrera-io-users", "issues" : "https://github.com/herrera-io/php-version/issues"}, "require" : {"php" : ">=5.3.3"}, "require-dev" : {"herrera-io/phpunit-test-case" : "1.*", "phpunit/phpunit" : "3.7.*"}, "autoload" : {"psr-0" : {"Herrera\\Version" : "src/lib"}}, "config" : {"bin-dir" : "bin", "vendor-dir" : "src/vendors"}, "extra" : {"branch-alias" : {"dev-master" : "1.2.x-dev"}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "email", "homepage"]}}, "support": {"type": "object", "properties": {"forum": {"type": "string"}, "issues": {"type": "string"}}, "required": ["forum", "issues"]}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}, "require-dev": {"type": "object", "properties": {"herrera-io/phpunit-test-case": {"type": "string"}, "phpunit/phpunit": {"type": "string"}}, "required": ["herrera-io/phpunit-test-case", "phpunit/phpunit"]}, "autoload": {"type": "object", "properties": {"psr-0": {"type": "object", "properties": {"Herrera\\Version": {"type": "string"}}, "required": ["Herrera\\Version"]}}, "required": ["psr-0"]}, "config": {"type": "object", "properties": {"bin-dir": {"type": "string"}, "vendor-dir": {"type": "string"}}, "required": ["bin-dir", "vendor-dir"]}, "extra": {"type": "object", "properties": {"branch-alias": {"type": "object", "properties": {"dev-master": {"type": "string"}}, "required": ["dev-master"]}}, "required": ["branch-alias"]}}, "required": ["name", "description", "keywords", "homepage", "license", "authors", "support", "require", "require-dev", "autoload", "config", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Pretty JSON", "description" : "A Sublime Text plugin for validating and formatting JSON.", "url" : "https://packagecontrol.io/packages/Pretty%20JSON"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "witcheskitchen:block/elder_stairs"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"author": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "misc": {"type": "object", "properties": {"postHint": {"type": "string"}}, "required": ["postHint"]}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "thumbnailUrl": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "thumbnailUrl", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "isCurated": {"type": "boolean"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "isCurated", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "misc", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"author" : {"name" : "[deleted]"}, "date" : {"day" : 1567900800, "full" : 1567962331, "month" : 1567296000, "week" : 1567900800}, "id" : "t3_d1dn59", "misc" : {"postHint" : "image"}, "picture" : {"filesize" : 60749, "fullUrl" : "https://preview.redd.it/2xh30ma8iel31.jpg?auto=webp&s=637d9ac24dffd255a88ef9982a1de1e7132245c2", "hash" : "0f80bf2880", "height" : 480, "lqip" : "data:image/jpg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAMABADASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABQb/xAAfEAABBAIDAQEAAAAAAAAAAAABAgMEBQAREhMhBjL/xAAVAQEBAAAAAAAAAAAAAAAAAAAFBv/EABsRAQACAwEBAAAAAAAAAAAAAAIBAwARMQQU/9oADAMBAAIRAxEAPwAyir45r2ldSSopB3xGIuwo3YwQ0nkHB+RkJXWUqPw63ToI46Poyg+etZMi6ZjulKkFKtnXp83ky/EqbyVO+Tin2G+hsxzef//Z", "thumbnailUrl" : "https://b.thumbs.redditmedia.com/yWY8PLc7tZlGgZhDPfMHCuWg7PRZMgyCn-1MjBxFpfA.jpg", "url" : "https://preview.redd.it/2xh30ma8iel31.jpg?width=640&crop=smart&auto=webp&s=9e7b41eec438c50bf0c660922204b1eb2ea69d66", "width" : 640}, "score" : {"comments" : 7, "downs" : 0, "isCurated" : false, "ratio" : 0.98, "ups" : 31, "value" : 31}, "subreddit" : {"id" : "t5_3isai", "name" : "dndmaps"}, "tags" : ["Region"], "title" : "My map for an upcoming Egyptian themed game. Used real place names where possible, but tried t make a unique flavor. Let me know what you think!", "url" : "https://www.reddit.com/r/dndmaps/comments/d1dn59/my_map_for_an_upcoming_egyptian_themed_game_used/"}
json_instruct
{"type": "object", "properties": {"author": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "misc": {"type": "object", "properties": {"postHint": {"type": "string"}}, "required": ["postHint"]}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "thumbnailUrl": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "thumbnailUrl", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "isCurated": {"type": "boolean"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "isCurated", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "misc", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "Wino", "definitions" : ["A person who drinks excessive amounts of cheap wine or other alcohol, especially one who is homeless."], "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#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"n_dim" : 21, "n_trials" : 340, "objective" : "rosenbrock_on_cube", "white" : "platypus_spea2", "black" : "bobyqa_noise", "traceback" : ["passing", "passing"], "best_val" : [174022943159.81116, 35601.066475381966], "best_x" : [[0.38379625275984164, 0.27785379632715856, 0.4606075205866602, 0.7274948650381561, 0.7376996565985801, 0.29674356248583733, 0.8073610080800447, 0.8691459469401503, 0.45619716645967445, 0.7000988346323846, 0.5665330420057925, 0.5991419268877956, 0.046457570078853205, 0.6163308636943118, 0.6509746024643913, 0.5283688267574602, 0.5886524821226975, 0.7516967529344153, 0.2049596442863435, 0.585332631236223, 0.5360359402807559], [0.5338131441168011, 0.5405663617333797, 0.5394191057870151, 0.5391788961047014, 0.5324045425219749, 0.5289007021798104, 0.5352205703794082, 0.5313149972689326, 0.5304251170374504, 0.5354218512041118, 0.527767751801523, 0.5353246510548249, 0.5322231067786843, 0.5305297990768627, 0.5295199407718201, 0.5306415571272151, 0.5298596395496696, 0.5298812838891294, 0.5297632489231271, 0.5331174264109235, 0.5129851235019159]], "feval_count" : [300, 300], "n_trials_instructed" : [237, 300], "passing" : [true, true], "completed" : true, "points" : 0.0, "winner" : "bobyqa_noise_cube", "loser" : "platypus_spea2_cube"}
json_instruct
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}}, "required": ["symbol", "name", "decimals", "address"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"symbol" : "SWIPE", "name" : "SWIPE Network", "decimals" : 8, "address" : "0x13d71cfc90a83cd1cc0e59675c3f4b90d4162a8b"}
json_instruct
{"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}}, "required": ["symbol", "name", "decimals", "address"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"prepublish": {"type": "string"}, "test": {"type": "string"}}, "required": ["prepublish", "test"]}, "keywords": {"type": "array", "items": {}}, "bin": {"type": "object", "properties": {"ball": {"type": "string"}}, "required": ["ball"]}, "author": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/chokidar": {"type": "string"}, "@types/commander": {"type": "string"}, "@types/fs-extra": {"type": "string"}}, "required": ["@types/chokidar", "@types/commander", "@types/fs-extra"]}, "dependencies": {"type": "object", "properties": {"@balljs/utils": {"type": "string"}, "chokidar": {"type": "string"}, "commander": {"type": "string"}, "fs-extra": {"type": "string"}, "globby": {"type": "string"}, "lodash": {"type": "string"}, "treekill": {"type": "string"}, "ts-node": {"type": "string"}}, "required": ["@balljs/utils", "chokidar", "commander", "fs-extra", "globby", "lodash", "treekill", "ts-node"]}, "files": {"type": "array", "items": {"type": "string"}}, "publishConfig": {"type": "object", "properties": {"registry": {"type": "string"}, "access": {"type": "string"}}, "required": ["registry", "access"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "bin", "author", "license", "homepage", "devDependencies", "dependencies", "files", "publishConfig"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@balljs/cli", "version" : "0.0.3", "description" : "CLI of balljs", "main" : "index.js", "scripts" : {"prepublish" : "npx rimraf lib && tsc", "test" : "echo \"Error: no test specified\" && exit 1"}, "keywords" : [], "bin" : {"ball" : "bin/cli.js"}, "author" : "", "license" : "MIT", "homepage" : "https://github.com/wangshihao111/balljs", "devDependencies" : {"@types/chokidar" : "^2.1.3", "@types/commander" : "^2.12.2", "@types/fs-extra" : "^9.0.11"}, "dependencies" : {"@balljs/utils" : "^0.0.2", "chokidar" : "^3.5.1", "commander" : "^7.2.0", "fs-extra" : "^9.1.0", "globby" : "^11.0.3", "lodash" : "^4.17.21", "treekill" : "^1.0.0", "ts-node" : "9.1.1"}, "files" : ["lib", "bin", "template"], "publishConfig" : {"registry" : "https://registry.npmjs.org/", "access" : "public"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"prepublish": {"type": "string"}, "test": {"type": "string"}}, "required": ["prepublish", "test"]}, "keywords": {"type": "array", "items": {}}, "bin": {"type": "object", "properties": {"ball": {"type": "string"}}, "required": ["ball"]}, "author": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/chokidar": {"type": "string"}, "@types/commander": {"type": "string"}, "@types/fs-extra": {"type": "string"}}, "required": ["@types/chokidar", "@types/commander", "@types/fs-extra"]}, "dependencies": {"type": "object", "properties": {"@balljs/utils": {"type": "string"}, "chokidar": {"type": "string"}, "commander": {"type": "string"}, "fs-extra": {"type": "string"}, "globby": {"type": "string"}, "lodash": {"type": "string"}, "treekill": {"type": "string"}, "ts-node": {"type": "string"}}, "required": ["@balljs/utils", "chokidar", "commander", "fs-extra", "globby", "lodash", "treekill", "ts-node"]}, "files": {"type": "array", "items": {"type": "string"}}, "publishConfig": {"type": "object", "properties": {"registry": {"type": "string"}, "access": {"type": "string"}}, "required": ["registry", "access"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "bin", "author", "license", "homepage", "devDependencies", "dependencies", "files", "publishConfig"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"grommet-aruba.min.css": {"type": "string"}, "grommet-hpe.min.css": {"type": "string"}, "grommet-hpinc.min.css": {"type": "string"}, "grommet.min.css": {"type": "string"}, "grommet.min.js": {"type": "string"}}, "required": ["grommet-aruba.min.css", "grommet-hpe.min.css", "grommet-hpinc.min.css", "grommet.min.css", "grommet.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"grommet-aruba.min.css" : "sha512-fn7oW9xtuN5ehtGOzaeGM5WnvHmKNwdp9HTBGQbnQWd8RQu8mgzTg14zjwQ7y8aGF3iFjBKEoPnT8WV5DkWx/Q==", "grommet-hpe.min.css" : "sha512-lWgv++DzgMIArMG138jeKjjJOhEFRTAWORaIQ26OIMcr5UjgxI3Gp3DYcoa2s5XP9/FhvE2Y1Kjw+Tws3KdeQA==", "grommet-hpinc.min.css" : "sha512-nVOyUL1/aYG2/apKBElaFGwJaJpZCPMdBsdXE9xynVkV5iASPtJgQI2zs6p2GKtRBsaPwwSoedTz+joCHXWxuQ==", "grommet.min.css" : "sha512-GmqXadsepA1CGDxcTZueiEgL6rLE7HStrGVdqSVQx2RQ4PuXprojipfqv+KK+XnVAZQFIkXrjIuXTjUw5+sfUQ==", "grommet.min.js" : "sha512-+gCrwosAPADaMdGq0SFETAPVkNEJOjK+jUqIFTjhx01jtfWouvKSKT9Dk13q/OkClaVgDbN+SDfEWD0ZCZ3y7A=="}
json_instruct
{"type": "object", "properties": {"grommet-aruba.min.css": {"type": "string"}, "grommet-hpe.min.css": {"type": "string"}, "grommet-hpinc.min.css": {"type": "string"}, "grommet.min.css": {"type": "string"}, "grommet.min.js": {"type": "string"}}, "required": ["grommet-aruba.min.css", "grommet-hpe.min.css", "grommet-hpinc.min.css", "grommet.min.css", "grommet.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"chartJsFile": {"type": "string"}, "fallbackBackgroundColor": {"type": "string"}, "fallbackBorderColor": {"type": "string"}, "enableDatapointWarnings": {"type": "boolean"}, "refreshTime": {"type": "integer"}, "timeOptions": {"type": "object", "properties": {"tooltipFormat": {"type": "string"}, "displayFormats": {"type": "object", "properties": {"second": {"type": "string"}, "minute": {"type": "string"}, "hour": {"type": "string"}, "day": {"type": "string"}, "month": {"type": "string"}, "year": {"type": "string"}}, "required": ["second", "minute", "hour", "day", "month", "year"]}}, "required": ["tooltipFormat", "displayFormats"]}}, "required": ["chartJsFile", "fallbackBackgroundColor", "fallbackBorderColor", "enableDatapointWarnings", "refreshTime", "timeOptions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"chartJsFile" : "resources/fuscabr/lib/Chart.bundle.min.js", "fallbackBackgroundColor" : "#2583E8B8", "fallbackBorderColor" : "#2583E8B8", "enableDatapointWarnings" : true, "refreshTime" : 250, "timeOptions" : {"tooltipFormat" : "DD/MM/YYYY - HH:mm:ss", "displayFormats" : {"second" : "HH:mm:ss", "minute" : "HH:mm", "hour" : "HH:mm", "day" : "DD/MM", "month" : "MM/YYYY", "year" : "YYYY"}}}
json_instruct
{"type": "object", "properties": {"chartJsFile": {"type": "string"}, "fallbackBackgroundColor": {"type": "string"}, "fallbackBorderColor": {"type": "string"}, "enableDatapointWarnings": {"type": "boolean"}, "refreshTime": {"type": "integer"}, "timeOptions": {"type": "object", "properties": {"tooltipFormat": {"type": "string"}, "displayFormats": {"type": "object", "properties": {"second": {"type": "string"}, "minute": {"type": "string"}, "hour": {"type": "string"}, "day": {"type": "string"}, "month": {"type": "string"}, "year": {"type": "string"}}, "required": ["second", "minute", "hour", "day", "month", "year"]}}, "required": ["tooltipFormat", "displayFormats"]}}, "required": ["chartJsFile", "fallbackBackgroundColor", "fallbackBorderColor", "enableDatapointWarnings", "refreshTime", "timeOptions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"client_id": {"type": "integer"}, "experiment_id": {"type": "string"}, "ports": {"type": "object", "properties": {"video": {"type": "integer"}, "result": {"type": "integer"}, "control": {"type": "integer"}}, "required": ["video", "result", "control"]}, "run_results": {"type": "object", "properties": {"init": {"type": "integer"}, "end": {"type": "integer"}, "timestamp_error": {"type": "number"}, "success": {"type": "boolean"}, "ntp_offset": {"type": "integer"}, "frames": {"type": "array", "items": {"type": "object", "properties": {"frame_id": {"type": "integer"}, "sent": {"type": "integer"}, "recv": {"type": "integer"}, "feedback": {"type": "boolean"}}, "required": ["frame_id", "sent", "recv", "feedback"]}}}, "required": ["init", "end", "timestamp_error", "success", "ntp_offset", "frames"]}}, "required": ["client_id", "experiment_id", "ports", "run_results"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"client_id" : 8, "experiment_id" : "LEGOHead_15Client100Benchmark", "ports" : {"video" : 60024, "result" : 60025, "control" : 60026}, "run_results" : {"init" : 1527857880892, "end" : 1527857953642, "timestamp_error" : 19929.26671004229, "success" : true, "ntp_offset" : -66037, "frames" : [{"frame_id" : 208, "sent" : 1527857949330, "recv" : 1527857949390, "feedback" : false}, {"frame_id" : 209, "sent" : 1527857949397, "recv" : 1527857949436, "feedback" : false}, {"frame_id" : 232, "sent" : 1527857952747, "recv" : 1527857952799, "feedback" : false}]}}
json_instruct
{"type": "object", "properties": {"client_id": {"type": "integer"}, "experiment_id": {"type": "string"}, "ports": {"type": "object", "properties": {"video": {"type": "integer"}, "result": {"type": "integer"}, "control": {"type": "integer"}}, "required": ["video", "result", "control"]}, "run_results": {"type": "object", "properties": {"init": {"type": "integer"}, "end": {"type": "integer"}, "timestamp_error": {"type": "number"}, "success": {"type": "boolean"}, "ntp_offset": {"type": "integer"}, "frames": {"type": "array", "items": {"type": "object", "properties": {"frame_id": {"type": "integer"}, "sent": {"type": "integer"}, "recv": {"type": "integer"}, "feedback": {"type": "boolean"}}, "required": ["frame_id", "sent", "recv", "feedback"]}}}, "required": ["init", "end", "timestamp_error", "success", "ntp_offset", "frames"]}}, "required": ["client_id", "experiment_id", "ports", "run_results"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Name" : "Hacha Crash Axe", "ShortName" : "HCA", "Description" : "Dise\u00f1ada como herramienta para trabajar con superficies duras. La construcci\u00f3n del hacha as\u00ed como sus materiales, est\u00e1n dise\u00f1ados para proveer fuerza e impactos \u00f3ptimos. La cabeza del hacha est\u00e1 hecha de titanio 6AL4V con un grosor de 2.85 pulgadas."}
json_instruct
{"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "repository", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "cordova-plugin-app-ota-updater", "version" : "0.0.1", "description" : "Simple apk installer, which takes a url, downloads the apk via http and installs it on the device.", "repository" : {"type" : "git", "url" : "git+https://github.com/guatedude2/cordova-plugin-app-ota-updater.git"}, "bugs" : {"url" : "https://github.com/guatedude2/cordova-plugin-app-ota-updater/issues"}, "homepage" : "https://github.com/guatedude2/cordova-plugin-app-ota-updater#readme"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "repository", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"year" : 1993, "sex" : "M", "n" : 5, "prop" : 2.42e-06}, {"year" : 1995, "sex" : "M", "n" : 6, "prop" : 2.98e-06}, {"year" : 1996, "sex" : "M", "n" : 9, "prop" : 4.49e-06}, {"year" : 2000, "sex" : "M", "n" : 5, "prop" : 2.4e-06}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"elapsed": {"type": "string"}, "endpoint-url": {"type": "string"}, "entry-date": {"type": "string"}, "request-headers": {"type": "object", "properties": {"Accept": {"type": "string"}, "Accept-Encoding": {"type": "string"}, "Connection": {"type": "string"}, "User-Agent": {"type": "string"}}, "required": ["Accept", "Accept-Encoding", "Connection", "User-Agent"]}, "resource": {"type": "string"}, "response-headers": {"type": "object", "properties": {"Cache-Control": {"type": "string"}, "Content-Length": {"type": "string"}, "Content-Type": {"type": "string"}, "Date": {"type": "string"}, "ETag": {"type": "string"}, "Expires": {"type": "string"}, "Last-Modified": {"type": "string"}, "Server": {"type": "string"}, "Set-Cookie": {"type": "string"}, "X-AspNet-Version": {"type": "string"}, "X-AspNetMvc-Version": {"type": "string"}, "X-Powered-By": {"type": "string"}}, "required": ["Cache-Control", "Content-Length", "Content-Type", "Date", "ETag", "Expires", "Last-Modified", "Server", "Set-Cookie", "X-AspNet-Version", "X-AspNetMvc-Version", "X-Powered-By"]}, "ssl-verify": {"type": "boolean"}, "status": {"type": "string"}}, "required": ["elapsed", "endpoint-url", "entry-date", "request-headers", "resource", "response-headers", "ssl-verify", "status"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"elapsed" : "0.957", "endpoint-url" : "https://www.hastings.gov.uk/content/planning/pdfs/AnnualInfrastructureFundingStatement", "entry-date" : "2021-12-21T00:29:50.110007", "request-headers" : {"Accept" : "*/*", "Accept-Encoding" : "gzip, deflate", "Connection" : "keep-alive", "User-Agent" : "DLUHC Digital Land"}, "resource" : "049fdc0cd8ee6323e4497bb849332e2a420f8c1d95817eda9a3866dbe3601d28", "response-headers" : {"Cache-Control" : "private, s-maxage=6374, max-age=6374", "Content-Length" : "116551", "Content-Type" : "application/pdf", "Date" : "Tue, 21 Dec 2021 00:31:59 GMT", "ETag" : "\"1.3\"", "Expires" : "Tue, 21 Dec 2021 02:18:14 GMT", "Last-Modified" : "Tue, 22 Dec 2020 08:18:14 GMT", "Server" : "Microsoft-IIS/7.5", "Set-Cookie" : "ASP.NET_SessionId=l0t515dlihnanzibcivaoasc; path=/; HttpOnly", "X-AspNet-Version" : "4.0.30319", "X-AspNetMvc-Version" : "3.0", "X-Powered-By" : "ASP.NET"}, "ssl-verify" : true, "status" : "200"}
json_instruct
{"type": "object", "properties": {"elapsed": {"type": "string"}, "endpoint-url": {"type": "string"}, "entry-date": {"type": "string"}, "request-headers": {"type": "object", "properties": {"Accept": {"type": "string"}, "Accept-Encoding": {"type": "string"}, "Connection": {"type": "string"}, "User-Agent": {"type": "string"}}, "required": ["Accept", "Accept-Encoding", "Connection", "User-Agent"]}, "resource": {"type": "string"}, "response-headers": {"type": "object", "properties": {"Cache-Control": {"type": "string"}, "Content-Length": {"type": "string"}, "Content-Type": {"type": "string"}, "Date": {"type": "string"}, "ETag": {"type": "string"}, "Expires": {"type": "string"}, "Last-Modified": {"type": "string"}, "Server": {"type": "string"}, "Set-Cookie": {"type": "string"}, "X-AspNet-Version": {"type": "string"}, "X-AspNetMvc-Version": {"type": "string"}, "X-Powered-By": {"type": "string"}}, "required": ["Cache-Control", "Content-Length", "Content-Type", "Date", "ETag", "Expires", "Last-Modified", "Server", "Set-Cookie", "X-AspNet-Version", "X-AspNetMvc-Version", "X-Powered-By"]}, "ssl-verify": {"type": "boolean"}, "status": {"type": "string"}}, "required": ["elapsed", "endpoint-url", "entry-date", "request-headers", "resource", "response-headers", "ssl-verify", "status"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"ProtectBy": {"type": "string"}, "Discord": {"type": "string"}, "Background_Color": {"type": "string"}, "MoveText": {"type": "string"}}, "required": ["ProtectBy", "Discord", "Background_Color", "MoveText"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ProtectBy" : "AGanzGT", "Discord" : "AGanzGT", "Background_Color" : "red", "MoveText" : "AGanzGT"}
json_instruct
{"type": "object", "properties": {"ProtectBy": {"type": "string"}, "Discord": {"type": "string"}, "Background_Color": {"type": "string"}, "MoveText": {"type": "string"}}, "required": ["ProtectBy", "Discord", "Background_Color", "MoveText"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["140881402498", "\u8463\u6751\u519c\u573a\u865a\u62df\u793e\u533a", "111", "0"]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"app": {"type": "boolean"}}, "required": ["app"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : "e7119490fdb9bb6ebc1b", "c" : {"app" : true}}
json_instruct
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"app": {"type": "boolean"}}, "required": ["app"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["person_id", "pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : 1.3, "people" : [{"person_id" : [-1], "pose_keypoints_2d" : [64.0596, 54.3837, 0.873501, 64.4485, 63.2774, 0.845507, 59.0195, 63.6627, 0.829349, 57.4513, 72.967, 0.836314, 57.8383, 81.109, 0.77263, 70.264, 62.5123, 0.830855, 73.3672, 71.8099, 0.761704, 73.3627, 79.9397, 0.771158, 65.9932, 81.4984, 0.732592, 62.1237, 81.882, 0.720286, 63.6765, 95.4526, 0.79997, 64.0644, 109.011, 0.796158, 69.4835, 81.4862, 0.723092, 70.2771, 95.077, 0.794747, 71.8115, 107.852, 0.772079, 63.2808, 53.5887, 0.809863, 65.2258, 53.2103, 0.780271, 60.9684, 54.375, 0.481643, 67.1569, 54.3574, 0.599518, 72.9781, 110.576, 0.707289, 74.1361, 110.182, 0.700309, 70.2729, 110.154, 0.66465, 64.4533, 111.726, 0.594479, 63.274, 110.953, 0.598697, 64.8383, 110.171, 0.665056], "face_keypoints_2d" : [], "hand_left_keypoints_2d" : [], "hand_right_keypoints_2d" : [], "pose_keypoints_3d" : [], "face_keypoints_3d" : [], "hand_left_keypoints_3d" : [], "hand_right_keypoints_3d" : []}]}
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["person_id", "pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"seed": {"type": "integer"}, "tag": {"type": "string"}, "problemId": {"type": "integer"}, "solution": {"type": "string"}}, "required": ["seed", "tag", "problemId", "solution"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"seed" : 7533, "tag" : "problem4-seed12-21-3-21.563705000000", "problemId" : 4, "solution" : "lIa! Ia!lYuggothbbaadbbbdlbbEi!pR'lyehlYuggothbbYuggothdlllllllllallEi!plppklCthulhu fhtagn!plbEi!paaadCthulhu fhtagn!R'lyehpabkabR'lyehkEi!R'lyehYuggothaEi!R'lyehbR'lyehR'lyehdEi!aYuggothdpkppapalR'lyehYuggothdYuggothkpddabEi!lllllaaaaaakaklklllllllllladdllaldpR'lyehYuggothEi!aEi!llllllllalkaalbIa! Ia!ddbklIa! Ia!lllllllaaddlllkYuggothklpR'lyehpdEi!pkpalbEi!aldEi!aYuggothR'lyehplllllllldlldEi!kEi!R'lyehR'lyehaR'lyehbaR'lyehaEi!kpddplR'lyehYuggothblalpkkYuggothR'lyehdpkpladbbEi!dpppR'lyehppklYuggothbdEi!llllllldddlaaR'lyehR'lyehpdEi!aalllllllllllIa! Ia!dabdllIa! Ia!kalalaldbdblR'lyehlabEi!aYuggothkplEi!dR'lyehlEi!R'lyehddbR'lyehbYuggothbllpR'lyehbEi!dR'lyehaaEi!pdIa! Ia!lpR'lyehbEi!dppklpaddpdpR'lyehpR'lyehpabEi!ddR'lyehEi!R'lyehbkaklllllkkllkllllkkblblbIa! Ia!kklapR'lyehR'lyehlllkklbbkaldEi!ppdbaR'lyehdaEi!ppkYuggothbbR'lyehdbllR'lyehpkEi!pdbkYuggothakaaallbblllpppdddlblblEi!pppalbbbll"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"seed": {"type": "integer"}, "tag": {"type": "string"}, "problemId": {"type": "integer"}, "solution": {"type": "string"}}, "required": ["seed", "tag", "problemId", "solution"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userId" : 18960, "cartId" : "9fa24164-0374-4e4d-87b9-6d1fc0291ec3", "preferredProducts" : [4661, 767, 4100, 1891, 1540, 2545, 4392], "productReviews" : []}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "string"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}, "required": ["main"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 124263, "info" : {"name" : "Duolingo Collapsed Header", "description" : "Simply collapses the blue header bar until moused over, saving space.", "additionalInfo" : "2016-03-28 updated to work on profile page\r\n2016-02-13 initial release.", "format" : "uso", "category" : "duolingo", "createdAt" : "2016-02-13T16:02:12.000Z", "updatedAt" : "2016-03-28T11:14:08.000Z", "license" : "CC0-1.0", "author" : {"id" : 315148, "name" : "turntableknight"}}, "stats" : {"installs" : {"total" : 167, "weekly" : 0}}, "screenshots" : {"main" : {"name" : "124263_after.png", "archived" : false}}, "discussions" : {"stats" : {"discussionsCount" : 0, "commentsCount" : 0}, "data" : []}, "style" : {"css" : "@namespace url(http://www.w3.org/1999/xhtml);\r\n\r\n@-moz-document domain(\"www.duolingo.com\") {\r\n\r\n div.container {\r\n min-width: unset !important;\r\n max-width: unset !important;\r\n }\r\n .topbar.topbar-blue {\r\n top: -65px !important;\r\n transition: all 0.5s ease 0s !important;\r\n }\r\n .topbar.topbar-blue:hover {\r\n top: 0px !important;\r\n }\r\n main.main-right,\r\n main.main-left {\r\n padding: 15px 40px 0px 420px !important;\r\n }\r\n\r\n}"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "string"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}, "required": ["main"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "Barbarian", "definitions" : ["(in ancient times) a member of a people not belonging to one of the great civilizations (Greek, Roman, Christian)", "An uncultured or brutish person."], "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#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"namaKab" : "BEKASI", "originalFilename" : "IMG-20180717-WA0003[1].jpg", "namaPartai" : "Partai Gerakan Perubahan Indonesia", "id" : 236375, "noUrut" : 1, "nama" : "MANDRA PUTRA", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "BEKASI", "originalFilename" : "foto rio caleg.pdf", "namaPartai" : "Partai Gerakan Perubahan Indonesia", "id" : 247248, "noUrut" : 2, "nama" : "ABDUL RIO", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "BEKASI", "originalFilename" : "foto bu rt.pdf", "namaPartai" : "Partai Gerakan Perubahan Indonesia", "id" : 237709, "noUrut" : 3, "nama" : "NUR AINI", "stringJenisKelamin" : "Perempuan"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "browserify": {"type": "string"}, "es6-promise": {"type": "string"}, "express": {"type": "string"}, "guid": {"type": "string"}, "gulp": {"type": "string"}, "jquery": {"type": "string"}, "mongoose": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "reactify": {"type": "string"}, "underscore": {"type": "string"}, "vinyl-source-stream": {"type": "string"}}, "required": ["body-parser", "browserify", "es6-promise", "express", "guid", "gulp", "jquery", "mongoose", "react", "react-dom", "reactify", "underscore", "vinyl-source-stream"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "event-planner", "version" : "1.0.0", "description" : "", "main" : "server.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "Pranav Chikodi <chikodipranav@gmail.com>", "license" : "ISC", "dependencies" : {"body-parser" : "^1.15.0", "browserify" : "^13.0.0", "es6-promise" : "^3.1.2", "express" : "^4.13.4", "guid" : "0.0.12", "gulp" : "^3.9.1", "jquery" : "^2.2.3", "mongoose" : "^4.4.13", "react" : "^15.0.1", "react-dom" : "^15.0.1", "reactify" : "^1.1.1", "underscore" : "^1.8.3", "vinyl-source-stream" : "^1.1.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "browserify": {"type": "string"}, "es6-promise": {"type": "string"}, "express": {"type": "string"}, "guid": {"type": "string"}, "gulp": {"type": "string"}, "jquery": {"type": "string"}, "mongoose": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "reactify": {"type": "string"}, "underscore": {"type": "string"}, "vinyl-source-stream": {"type": "string"}}, "required": ["body-parser", "browserify", "es6-promise", "express", "guid", "gulp", "jquery", "mongoose", "react", "react-dom", "reactify", "underscore", "vinyl-source-stream"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "spec_version": {"type": "string"}, "objects": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "created_by_ref": {"type": "string"}, "created": {"type": "string"}, "modified": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "object_marking_refs": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "id", "created_by_ref", "created", "modified", "name", "description", "object_marking_refs"]}}}, "required": ["type", "id", "spec_version", "objects"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "bundle", "id" : "bundle--3ed0f348-c965-4b88-9a15-b8b0bb64ed12", "spec_version" : "2.0", "objects" : [{"type" : "course-of-action", "id" : "course-of-action--5180931d-4117-43cc-9533-74901a392e91", "created_by_ref" : "identity--a310da54-cad2-443b-8371-36e2df91ab5d", "created" : "2014-06-23T00:00:00.000Z", "modified" : "2014-06-23T00:00:00.000Z", "name" : "coa-230-2", "description" : "Pick a robust implementation of an XML parser.", "object_marking_refs" : ["marking-definition--db13c800-5b49-4c0f-b51b-7f0ec4309951"]}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "spec_version": {"type": "string"}, "objects": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "created_by_ref": {"type": "string"}, "created": {"type": "string"}, "modified": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "object_marking_refs": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "id", "created_by_ref", "created", "modified", "name", "description", "object_marking_refs"]}}}, "required": ["type", "id", "spec_version", "objects"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "apnet/assetic-importer-bundle": {"type": "string"}}, "required": ["php", "apnet/assetic-importer-bundle"]}, "require-dev": {"type": "object", "properties": {"symfony/symfony": {"type": "string"}, "symfony/monolog-bundle": {"type": "string"}, "apnet/jquery": {"type": "string"}, "apnet/functional-test-bundle": {"type": "string"}, "phpunit/phpunit": {"type": "string"}, "apnet/coding-standard": {"type": "string"}, "covex-nn/twig-callable-bridge-bundle": {"type": "string"}, "knplabs/knp-markdown-bundle": {"type": "string"}}, "required": ["symfony/symfony", "symfony/monolog-bundle", "apnet/jquery", "apnet/functional-test-bundle", "phpunit/phpunit", "apnet/coding-standard", "covex-nn/twig-callable-bridge-bundle", "knplabs/knp-markdown-bundle"]}, "extra": {"type": "object", "properties": {"branch-alias": {"type": "object", "properties": {"dev-master": {"type": "string"}}, "required": ["dev-master"]}}, "required": ["branch-alias"]}, "config": {"type": "object", "properties": {"bin-dir": {"type": "string"}}, "required": ["bin-dir"]}}, "required": ["name", "description", "type", "license", "authors", "require", "require-dev", "extra", "config"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "apnet/bootstrap", "description" : "Bootstrap for AsseticImporter", "type" : "library", "license" : "MIT", "authors" : [{"name" : "Andrey F. Mindubaev", "email" : "covex.mobile@gmail.com"}], "require" : {"php" : ">=5.3.0", "apnet/assetic-importer-bundle" : "~1.4"}, "require-dev" : {"symfony/symfony" : "~2.3|~3.0", "symfony/monolog-bundle" : "~2.3", "apnet/jquery" : "~2.2", "apnet/functional-test-bundle" : "~1.2", "phpunit/phpunit" : "~4.0", "apnet/coding-standard" : "~2.0", "covex-nn/twig-callable-bridge-bundle" : "~1.1", "knplabs/knp-markdown-bundle" : "~1.3"}, "extra" : {"branch-alias" : {"dev-master" : "3.x-dev"}}, "config" : {"bin-dir" : "bin"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "apnet/assetic-importer-bundle": {"type": "string"}}, "required": ["php", "apnet/assetic-importer-bundle"]}, "require-dev": {"type": "object", "properties": {"symfony/symfony": {"type": "string"}, "symfony/monolog-bundle": {"type": "string"}, "apnet/jquery": {"type": "string"}, "apnet/functional-test-bundle": {"type": "string"}, "phpunit/phpunit": {"type": "string"}, "apnet/coding-standard": {"type": "string"}, "covex-nn/twig-callable-bridge-bundle": {"type": "string"}, "knplabs/knp-markdown-bundle": {"type": "string"}}, "required": ["symfony/symfony", "symfony/monolog-bundle", "apnet/jquery", "apnet/functional-test-bundle", "phpunit/phpunit", "apnet/coding-standard", "covex-nn/twig-callable-bridge-bundle", "knplabs/knp-markdown-bundle"]}, "extra": {"type": "object", "properties": {"branch-alias": {"type": "object", "properties": {"dev-master": {"type": "string"}}, "required": ["dev-master"]}}, "required": ["branch-alias"]}, "config": {"type": "object", "properties": {"bin-dir": {"type": "string"}}, "required": ["bin-dir"]}}, "required": ["name", "description", "type", "license", "authors", "require", "require-dev", "extra", "config"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "min_server_version": {"type": "string"}, "server": {"type": "object", "properties": {"executables": {"type": "object", "properties": {"linux-amd64": {"type": "string"}, "darwin-amd64": {"type": "string"}, "windows-amd64": {"type": "string"}}, "required": ["linux-amd64", "darwin-amd64", "windows-amd64"]}}, "required": ["executables"]}, "settings_schema": {"type": "object", "properties": {"header": {"type": "string"}, "footer": {"type": "string"}, "settings": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "display_name": {"type": "string"}, "type": {"type": "string"}, "help_text": {"type": "string"}, "placeholder": {"type": "string"}, "default": {"type": "string"}}, "required": ["key", "display_name", "type", "help_text", "placeholder", "default"]}}}, "required": ["header", "footer", "settings"]}}, "required": ["id", "name", "description", "version", "min_server_version", "server", "settings_schema"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "com.github.scottleedavis.mattermost-plugin-ascii-plot", "name" : "Plugin Ascii Plot", "description" : "", "version" : "0.1.2", "min_server_version" : "5.12.0", "server" : {"executables" : {"linux-amd64" : "server/dist/plugin-linux-amd64", "darwin-amd64" : "server/dist/plugin-darwin-amd64", "windows-amd64" : "server/dist/plugin-windows-amd64.exe"}}, "settings_schema" : {"header" : "", "footer" : "", "settings" : [{"key" : "Width", "display_name" : "Width", "type" : "text", "help_text" : "The width of the output for the plot.", "placeholder" : "60", "default" : "60"}, {"key" : "Height", "display_name" : "Height", "type" : "text", "help_text" : "The height of the output for the plot.", "placeholder" : "15", "default" : "15"}]}}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "min_server_version": {"type": "string"}, "server": {"type": "object", "properties": {"executables": {"type": "object", "properties": {"linux-amd64": {"type": "string"}, "darwin-amd64": {"type": "string"}, "windows-amd64": {"type": "string"}}, "required": ["linux-amd64", "darwin-amd64", "windows-amd64"]}}, "required": ["executables"]}, "settings_schema": {"type": "object", "properties": {"header": {"type": "string"}, "footer": {"type": "string"}, "settings": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "display_name": {"type": "string"}, "type": {"type": "string"}, "help_text": {"type": "string"}, "placeholder": {"type": "string"}, "default": {"type": "string"}}, "required": ["key", "display_name", "type", "help_text", "placeholder", "default"]}}}, "required": ["header", "footer", "settings"]}}, "required": ["id", "name", "description", "version", "min_server_version", "server", "settings_schema"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"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": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {"type": "string"}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"schema_version" : "1.2.0", "id" : "GHSA-mww5-q78w-ffpv", "modified" : "2022-05-13T01:26:11Z", "published" : "2022-05-13T01:26:11Z", "aliases" : ["CVE-2014-5455"], "details" : "Unquoted Windows search path vulnerability in the ptservice service prior to PrivateTunnel version 3.0 (Windows) and OpenVPN Connect version 3.1 (Windows) allows local users to gain privileges via a crafted program.exe file in the %SYSTEMDRIVE% folder.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2014-5455"}, {"type" : "WEB", "url" : "https://github.com/CVEProject/cvelist/pull/3909"}, {"type" : "WEB", "url" : "https://github.com/CVEProject/cvelist/pull/3909/commits/ace34f1cf94602f31760d3eb7ae68e17df8f914d"}, {"type" : "WEB", "url" : "https://h20566.www2.hp.com/portal/site/hpsc/public/kb/docDisplay?docId=emr_na-c05325943"}, {"type" : "WEB", "url" : "http://osvdb.org/show/osvdb/109007"}, {"type" : "WEB", "url" : "http://packetstormsecurity.com/files/127439/OpenVPN-Private-Tunnel-Privilege-Escalation.html"}, {"type" : "WEB", "url" : "http://www.exploit-db.com/exploits/34037"}, {"type" : "WEB", "url" : "http://www.zeroscience.mk/en/vulnerabilities/ZSL-2014-5192.php"}], "database_specific" : {"cwe_ids" : ["CWE-428"], "severity" : "MODERATE", "github_reviewed" : false}}
json_instruct
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {"type": "string"}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"m8tro.min.css": {"type": "string"}}, "required": ["m8tro.min.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"m8tro.min.css" : "sha256-zGiLGYOItq1k9u+GGRQBjgcdyOF2buMAPzJTDRjgf90="}
json_instruct
{"type": "object", "properties": {"m8tro.min.css": {"type": "string"}}, "required": ["m8tro.min.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "integer"}, "investments": {"type": "integer"}}, "required": ["tech", "pts", "connections", "capacity", "investments"]}}}, "required": ["results"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"results" : [{"tech" : 4, "pts" : 2907, "connections" : 213593, "capacity" : 33555291, "investments" : 71003902}, {"tech" : 1, "pts" : 17862, "connections" : 11061074, "capacity" : 919715687, "investments" : 5284421876}, {"tech" : 7, "pts" : 1, "connections" : 91, "capacity" : 10036, "investments" : 77937}, {"tech" : 2, "pts" : 174, "connections" : 136, "capacity" : 20931, "investments" : 28729}]}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "integer"}, "investments": {"type": "integer"}}, "required": ["tech", "pts", "connections", "capacity", "investments"]}}}, "required": ["results"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "cucurbita:block/hollowed_pumpkin"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "scripts": {"type": "object", "properties": {"clean": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}, "coveralls": {"type": "string"}, "test:watch": {"type": "string"}, "prepublish": {"type": "string"}}, "required": ["clean", "build", "test", "coveralls", "test:watch", "prepublish"]}, "devDependencies": {"type": "object", "properties": {"babel-cli": {"type": "string"}, "babel-runtime": {"type": "string"}, "babel-plugin-transform-runtime": {"type": "string"}, "babel-istanbul": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "babel-preset-stage-0": {"type": "string"}, "coveralls": {"type": "string"}, "istanbul": {"type": "string"}, "mocha": {"type": "string"}, "nyc": {"type": "string"}}, "required": ["babel-cli", "babel-runtime", "babel-plugin-transform-runtime", "babel-istanbul", "babel-preset-es2015", "babel-preset-stage-0", "coveralls", "istanbul", "mocha", "nyc"]}}, "required": ["name", "version", "description", "keywords", "author", "license", "main", "repository", "bugs", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "babel-plugin-transform-class", "version" : "0.3.0", "description" : "Compile ES2015 classes to ES5 or ES3 + polyfill", "keywords" : ["babel-plugin", "es2015", "es6", "class", "extends", "super"], "author" : "Alexandre Morgaut (http://github.com/AMorgaut)", "license" : "MIT", "main" : "lib/index.js", "repository" : {"type" : "git", "url" : "git+https://github.com/AMorgaut/babel-plugin-transform-class.git"}, "bugs" : {"url" : "https://github.com/AMorgaut/babel-plugin-transform-class/issues"}, "scripts" : {"clean" : "rm -rf lib", "build" : "babel src -d lib", "test" : "nyc --require babel-core/register mocha", "coveralls" : "nyc report --reporter=text-lcov | coveralls", "test:watch" : "npm run test -- --watch", "prepublish" : "npm run clean && npm run build"}, "devDependencies" : {"babel-cli" : "^6.4.5", "babel-runtime" : "^6.11.6", "babel-plugin-transform-runtime" : "6.23.0", "babel-istanbul" : "^0.12.2", "babel-preset-es2015" : "^6.3.13", "babel-preset-stage-0" : "^6.3.13", "coveralls" : "^3.0.0", "istanbul" : "^0.4.5", "mocha" : "^3.2.0", "nyc" : "^10.1.2"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "scripts": {"type": "object", "properties": {"clean": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}, "coveralls": {"type": "string"}, "test:watch": {"type": "string"}, "prepublish": {"type": "string"}}, "required": ["clean", "build", "test", "coveralls", "test:watch", "prepublish"]}, "devDependencies": {"type": "object", "properties": {"babel-cli": {"type": "string"}, "babel-runtime": {"type": "string"}, "babel-plugin-transform-runtime": {"type": "string"}, "babel-istanbul": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "babel-preset-stage-0": {"type": "string"}, "coveralls": {"type": "string"}, "istanbul": {"type": "string"}, "mocha": {"type": "string"}, "nyc": {"type": "string"}}, "required": ["babel-cli", "babel-runtime", "babel-plugin-transform-runtime", "babel-istanbul", "babel-preset-es2015", "babel-preset-stage-0", "coveralls", "istanbul", "mocha", "nyc"]}}, "required": ["name", "version", "description", "keywords", "author", "license", "main", "repository", "bugs", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"apici": {"type": "string"}, "boom": {"type": "string"}, "fp-error-handling": {"type": "string"}, "joi": {"type": "string"}, "ramda": {"type": "string"}, "webnodes-manager": {"type": "string"}}, "required": ["apici", "boom", "fp-error-handling", "joi", "ramda", "webnodes-manager"]}}, "required": ["name", "description", "version", "main", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "pages", "description" : "The best plugin ever.", "version" : "0.0.1", "main" : "index", "dependencies" : {"apici" : "file:../../lib/api", "boom" : "2.8.0", "fp-error-handling" : "0.0.7", "joi" : "^6.6.0", "ramda" : "^0.18.0", "webnodes-manager" : "file:../../lib/webnodes-manager"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"apici": {"type": "string"}, "boom": {"type": "string"}, "fp-error-handling": {"type": "string"}, "joi": {"type": "string"}, "ramda": {"type": "string"}, "webnodes-manager": {"type": "string"}}, "required": ["apici", "boom", "fp-error-handling", "joi", "ramda", "webnodes-manager"]}}, "required": ["name", "description", "version", "main", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d375-37", "text" : "33,\nEducational\nUses of\nTelevision\n^-ETV stations.\n<-TV closed circuit operations.\n<:-TV production units supplying educational\nprograms to commercial stations.\n4-Productions planned and produced by commercial\nstations and networks.\nWe must enoourage all of these methods of achieving educational\nvalues through television.\nJune 15, 2s00 P.M.\n\"Educational Radio\"\nMarguerite Fleming, chairman for this session, pointed out\nthe need to start planning now far the 1957 KAJSB convention in St. Louis.\nA hotel has already been reserved. Plans for exhibits and displays must\nbe organized. Exhibits of utilization and promotional materials have\nbeen requested. Ideas for sessions and speakers will be needed.\nThose in attendance were favorable to the suggestion that the\nregional director appoint a Region V committee to start planning for the\n1957 convention. Accordingly, John Schwarzwalder appointed a committee\nof: Marguerite Fleming chairman; George Arms, Ed Browne, Gale Adkins,\nHugh Mix, and Ed Dumit.\nGeorge Arms suggested using the status of educational television\nand radio as a convention theme* All key meetings would be televised.\nFunds to kinescope these broadcasts might be obtainable.\nSchooley said it might be possible in 1957 to combine instructional\nseminars and the national convention. Workshops or seminars in several\nareas of interest could be held concurrently before or after a shorter\nannual business meeting. Foundation funds might be available to finance\nthe seminars and perhaps to pay some travel costs."}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$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#"}
[["360321207200", "\u5858\u8fb9\u6751\u59d4\u4f1a", "210", "0"], ["360321207201", "\u5733\u5934\u6751\u59d4\u4f1a", "220", "0"], ["360321207202", "\u957f\u57e0\u6751\u59d4\u4f1a", "210", "0"], ["360321207203", "\u8d85\u6751\u6751\u59d4\u4f1a", "220", "0"], ["360321207204", "\u6e7e\u6e90\u6751\u59d4\u4f1a", "220", "0"], ["360321207205", "\u56db\u6842\u6751\u59d4\u4f1a", "220", "0"], ["360321207206", "\u781a\u6eaa\u6751\u59d4\u4f1a", "220", "0"], ["360321207207", "\u5cad\u6c34\u6751\u59d4\u4f1a", "220", "0"]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"inputs": {"type": "array", "items": {"type": "string"}}, "outputs": {"type": "array", "items": {"type": "string"}}}, "required": ["inputs", "outputs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"inputs" : ["3\n5 1 1\n8 10 10\n1000000 1 1000000\n"], "outputs" : ["5\n8\n499999500000\n"]}
json_instruct
{"type": "object", "properties": {"inputs": {"type": "array", "items": {"type": "string"}}, "outputs": {"type": "array", "items": {"type": "string"}}}, "required": ["inputs", "outputs"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "array", "items": {"type": "string"}}, "support": {"type": "object", "properties": {"issues": {"type": "string"}}, "required": ["issues"]}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "homepage"]}}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Ublaboo\\HttpsRedirectNetteExtension\\": {"type": "string"}}, "required": ["Ublaboo\\HttpsRedirectNetteExtension\\"]}}, "required": ["psr-4"]}, "require": {"type": "object", "properties": {"nette/di": {"type": "string"}, "nette/http": {"type": "string"}}, "required": ["nette/di", "nette/http"]}}, "required": ["name", "type", "description", "keywords", "homepage", "license", "support", "authors", "autoload", "require"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "ublaboo/https-redirect-nette-extension", "type" : "library", "description" : "Nette extension for simply redirecting user to the same url with different schema", "keywords" : ["security", "https-redirect-nette-extension", "extension", "nette", "http", "https", "redirect"], "homepage" : "https://ublaboo.org/https-redirect-nette-extension", "license" : ["MIT"], "support" : {"issues" : "https://github.com/ublaboo/https-redirect-nette-extension/issues"}, "authors" : [{"name" : "Pavel Janda", "homepage" : "http://paveljanda.com"}], "autoload" : {"psr-4" : {"Ublaboo\\HttpsRedirectNetteExtension\\" : "src/"}}, "require" : {"nette/di" : "^2.3|^2.4", "nette/http" : "^2.3|^2.4"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "array", "items": {"type": "string"}}, "support": {"type": "object", "properties": {"issues": {"type": "string"}}, "required": ["issues"]}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "homepage"]}}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Ublaboo\\HttpsRedirectNetteExtension\\": {"type": "string"}}, "required": ["Ublaboo\\HttpsRedirectNetteExtension\\"]}}, "required": ["psr-4"]}, "require": {"type": "object", "properties": {"nette/di": {"type": "string"}, "nette/http": {"type": "string"}}, "required": ["nette/di", "nette/http"]}}, "required": ["name", "type", "description", "keywords", "homepage", "license", "support", "authors", "autoload", "require"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "content": {"type": "string"}}, "required": ["title", "content"]}}}, "required": ["status", "message"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"status" : 0, "message" : [{"title" : "\u5c71\u897f\u674f\u82b1\u6751\u6c7e\u9152 \u7af9\u53f6\u9752\u915245\u5ea6", "content" : "src/datajson/goodslists/4.html"}]}
json_instruct
{"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "content": {"type": "string"}}, "required": ["title", "content"]}}}, "required": ["status", "message"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Time" : "2021-04-28T09:00:00Z", "Temp" : 27.2, "RelHum" : 24, "WindSpeed" : 2.3, "WindDir" : 317}
json_instruct
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"Id": {"type": "string"}, "ThreadId": {"type": "string"}, "Html": {"type": "string"}, "PostedDate": {"type": "string"}, "UserRole": {"type": "null"}, "MarkedAsAnswerDate": {"type": "null"}}, "required": ["Id", "ThreadId", "Html", "PostedDate", "UserRole", "MarkedAsAnswerDate"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"Id" : "1018937", "ThreadId" : "437518", "Html" : "I'm writing COM Add-In for Outlook using NetOffice. I would like it to be compatible with any version of Office &gt; 2003 regardless of bitness. <br />\n<br />\nAs I understand you say in FAQ for question <strong>What do I have to do to deliver my application with NetOffice?</strong> that I need to distribute only required NetOffice assemblies in addition to my COM Add-In.<br />\n<br />\nBut I'm think I will have to also distribute Extensibility PIA (Extensibility.dll) as it might not be present on target computer. Am I right?<br />\n<br />\nThis assembly contains <strong>IDTExtensibility2</strong> Interface which is needed for my Add-In. <br />\n", "PostedDate" : "2013-03-21T08:45:03.98-07:00", "UserRole" : null, "MarkedAsAnswerDate" : null}, {"Id" : "1019031", "ThreadId" : "437518", "Html" : "the IDTExensibility Interface is defined in serveral assemblies, its not important which assembly u use.\r<br />\nyou can also re-define the interface in your application.\r<br />\nthe envdte.dll (Microsoft Shared\\MsEnv\\Public Assemblies\\envdte.dll) is a part of the .NET Framework and contails the interface.\r<br />\nno reason to (re-)distribute another assembly :)\r<br />\n<br />\nSebastian<br />\n", "PostedDate" : "2013-03-21T09:51:19.22-07:00", "UserRole" : null, "MarkedAsAnswerDate" : null}, {"Id" : "1019666", "ThreadId" : "437518", "Html" : "Thank you for the suggestion, of course it perfectly works!<br />\n", "PostedDate" : "2013-03-22T10:01:08.583-07:00", "UserRole" : null, "MarkedAsAnswerDate" : null}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"Id": {"type": "string"}, "ThreadId": {"type": "string"}, "Html": {"type": "string"}, "PostedDate": {"type": "string"}, "UserRole": {"type": "null"}, "MarkedAsAnswerDate": {"type": "null"}}, "required": ["Id", "ThreadId", "Html", "PostedDate", "UserRole", "MarkedAsAnswerDate"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
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"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[139.125, 41.0], [139.125, 41.083333333333336], [139.25, 41.083333333333336], [139.25, 41.0], [139.125, 41.0]]]}, "properties" : {"code" : 613941, "url" : "http://madefor.github.io/0410/api/v1/613941.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/613941.geojson"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "AND THE IDEA OF BLACK IS NO LESS POSITIVE IN HIS MIND, THAN THAT OF WHITE,", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/7948.json"}
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : 3671021008, "parent" : 3671021, "name" : "NEROKTOG", "latitude" : null, "longitude" : null, "postal" : [15145], "children" : []}
json_instruct
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 85900817, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "9eb758456d376e6e8121c869851c7dac", "wof:id" : 85900817, "wof:repo" : "whosonfirst-data-admin-cz"}, "bbox" : [17.25918, 49.57243, 17.25918, 49.57243], "geometry" : {"coordinates" : [17.25918, 49.57243], "type" : "Point"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"header": {"type": "object", "properties": {"protoclVersion": {"type": "object", "properties": {"protocolVersion": {"type": "string"}}, "required": ["protocolVersion"]}}, "required": ["protoclVersion"]}, "body": {"type": "object", "properties": {"rx_obcTime": {"type": "string"}, "rx_recvCnt": {"type": "string"}, "rx_gpsDate": {"type": "string"}, "rx_gpsTime": {"type": "string"}, "rx_lat": {"type": "number"}, "rx_long": {"type": "number"}, "rx_alt": {"type": "string"}, "rx_temp": {"type": "string"}, "rx_airP": {"type": "string"}, "rx_bSize": {"type": "string"}, "tx_id": {"type": "string"}, "tx_cnt": {"type": "string"}, "payload": {"type": "integer"}, "tx_gpsTime": {"type": "string"}, "tx_lat": {"type": "number"}, "tx_long": {"type": "number"}, "tx_alt": {"type": "integer"}}, "required": ["rx_obcTime", "rx_recvCnt", "rx_gpsDate", "rx_gpsTime", "rx_lat", "rx_long", "rx_alt", "rx_temp", "rx_airP", "rx_bSize", "tx_id", "tx_cnt", "payload", "tx_gpsTime", "tx_lat", "tx_long", "tx_alt"]}}, "required": ["header", "body"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"header" : {"protoclVersion" : {"protocolVersion" : "0.0.2"}}, "body" : {"rx_obcTime" : "1996417", "rx_recvCnt" : "259", "rx_gpsDate" : "130319", "rx_gpsTime" : "61246", "rx_lat" : 42.785204, "rx_long" : 141.679744, "rx_alt" : "12", "rx_temp" : "33.09", "rx_airP" : "99763", "rx_bSize" : "33", "tx_id" : "23", "tx_cnt" : "6", "payload" : 1, "tx_gpsTime" : "61236", "tx_lat" : 42.785268, "tx_long" : 141.679808, "tx_alt" : 33}}
json_instruct
{"type": "object", "properties": {"header": {"type": "object", "properties": {"protoclVersion": {"type": "object", "properties": {"protocolVersion": {"type": "string"}}, "required": ["protocolVersion"]}}, "required": ["protoclVersion"]}, "body": {"type": "object", "properties": {"rx_obcTime": {"type": "string"}, "rx_recvCnt": {"type": "string"}, "rx_gpsDate": {"type": "string"}, "rx_gpsTime": {"type": "string"}, "rx_lat": {"type": "number"}, "rx_long": {"type": "number"}, "rx_alt": {"type": "string"}, "rx_temp": {"type": "string"}, "rx_airP": {"type": "string"}, "rx_bSize": {"type": "string"}, "tx_id": {"type": "string"}, "tx_cnt": {"type": "string"}, "payload": {"type": "integer"}, "tx_gpsTime": {"type": "string"}, "tx_lat": {"type": "number"}, "tx_long": {"type": "number"}, "tx_alt": {"type": "integer"}}, "required": ["rx_obcTime", "rx_recvCnt", "rx_gpsDate", "rx_gpsTime", "rx_lat", "rx_long", "rx_alt", "rx_temp", "rx_airP", "rx_bSize", "tx_id", "tx_cnt", "payload", "tx_gpsTime", "tx_lat", "tx_long", "tx_alt"]}}, "required": ["header", "body"], "$schema": "http://json-schema.org/draft-07/schema#"}
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": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 1125806987, "type" : "Feature", "properties" : {"src:alt_label" : "qs_pg", "src:geom" : "qs_pg", "wof:geomhash" : "aecc47e37688cf3c34ccf8c4f24ef54f", "wof:id" : 1125806987, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [-0.4254, 45.29746, -0.4254, 45.29746], "geometry" : {"coordinates" : [-0.4254, 45.29746], "type" : "Point"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"silent": {"type": "boolean"}}, "required": ["silent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"silent" : true}
json_instruct
{"type": "object", "properties": {"silent": {"type": "boolean"}}, "required": ["silent"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "description": {"type": "string"}, "remarks": {"type": "string"}, "derived_tickets": {"type": "string"}, "attachments": {"type": "string"}, "check_ins": {"type": "string"}, "type": {"type": "string"}, "last_change": {"type": "string"}, "status": {"type": "string"}, "created": {"type": "string"}, "fixed_version": {"type": "string"}, "broken_version": {"type": "string"}, "priority": {"type": "string"}, "subsystem": {"type": "string"}, "assigned_to": {"type": "string"}, "derived_from": {"type": "string"}, "creator": {"type": "string"}, "rust": {"type": "string"}, "customer_group": {"type": "string"}, "visibility": {"type": "string"}, "notify": {"type": "string"}, "due_date": {"type": "string"}}, "required": ["id", "title", "description", "remarks", "derived_tickets", "attachments", "check_ins", "type", "last_change", "status", "created", "fixed_version", "broken_version", "priority", "subsystem", "assigned_to", "derived_from", "creator", "rust", "customer_group", "visibility", "notify", "due_date"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 6724, "title" : "Ticket #6724: condor_submit should determine spool files for late materialization", "description" : "<blockquote>\nCurrently, late materialization cannot be used when spooling input files because condor_submit never determines which files to spool, and thus never spools them.\n\n<p>Currently condor_preen will delete spooled files for not-yet-materialized jobs. Also, there is no way to share a spooled file between jobs, so even if all of the jobs use the same input, the file would have to be spooled multiple times.\n\n</p><p>We should probably fix the second problem before we add support for spooling to late-materialization.\n\n</p><p>Possible spooling issues:\n\n</p><p></p><ul>\n<li>user disk quota\n</li><li>if there are shared input files, knowing NOT to update them when checkpointing.\n</li><li>if there are shared input files and a checkpoint, knowing to use the checkpoint file\n</li></ul>\n\n<p>We will most likely want to add to the cluster ad a special attribute that is the list of shared input files. This will probably be something we figure out by looking at the submit rather than requiring the user to tell us.</p></blockquote>", "remarks" : "<blockquote>\n</blockquote>", "derived_tickets" : "", "attachments" : "<html><head></head><body></body></html>", "check_ins" : "", "type" : "enhance", "last_change" : "2020-Nov-09 10:52", "status" : "new", "created" : "2018-Jul-31 16:05", "fixed_version" : "2018-Jul-31 16:05", "broken_version" : "", "priority" : "3", "subsystem" : "DaemonsSubmitNode", "assigned_to" : "johnkn", "derived_from" : "#6166", "creator" : "johnkn", "rust" : "", "customer_group" : "other", "visibility" : "public", "notify" : "", "due_date" : ""}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "description": {"type": "string"}, "remarks": {"type": "string"}, "derived_tickets": {"type": "string"}, "attachments": {"type": "string"}, "check_ins": {"type": "string"}, "type": {"type": "string"}, "last_change": {"type": "string"}, "status": {"type": "string"}, "created": {"type": "string"}, "fixed_version": {"type": "string"}, "broken_version": {"type": "string"}, "priority": {"type": "string"}, "subsystem": {"type": "string"}, "assigned_to": {"type": "string"}, "derived_from": {"type": "string"}, "creator": {"type": "string"}, "rust": {"type": "string"}, "customer_group": {"type": "string"}, "visibility": {"type": "string"}, "notify": {"type": "string"}, "due_date": {"type": "string"}}, "required": ["id", "title", "description", "remarks", "derived_tickets", "attachments", "check_ins", "type", "last_change", "status", "created", "fixed_version", "broken_version", "priority", "subsystem", "assigned_to", "derived_from", "creator", "rust", "customer_group", "visibility", "notify", "due_date"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"snp2.9:0.1": {"type": "string"}, "snp2.9:0.2": {"type": "string"}, "snp2.9:1.1": {"type": "string"}, "snp2.9:1.2": {"type": "string"}, "snp2.9:1.3": {"type": "string"}, "snp2.9:1.4": {"type": "string"}, "snp2.9:2.1": {"type": "string"}, "snp2.9:2.2": {"type": "string"}, "snp2.9:2.3": {"type": "string"}, "snp2.9:2.4": {"type": "string"}, "snp2.9:3.1": {"type": "string"}, "snp2.9:3.2": {"type": "string"}, "snp2.9:3.3": {"type": "string"}, "snp2.9:3.4": {"type": "string"}, "snp2.9:4.1": {"type": "string"}, "snp2.9:4.2": {"type": "string"}, "snp2.9:4.3": {"type": "string"}, "snp2.9:4.4": {"type": "string"}, "snp2.9:5.1": {"type": "string"}, "snp2.9:5.2": {"type": "string"}, "snp2.9:5.3": {"type": "string"}, "snp2.9:5.4": {"type": "string"}, "snp2.9:6.1": {"type": "string"}, "snp2.9:6.2": {"type": "string"}, "snp2.9:6.3": {"type": "string"}, "snp2.9:6.4": {"type": "string"}, "snp2.9:7.1": {"type": "string"}, "snp2.9:7.2": {"type": "string"}, "snp2.9:7.3": {"type": "string"}, "snp2.9:7.4": {"type": "string"}, "snp2.9:7.5": {"type": "string"}}, "required": ["snp2.9:0.1", "snp2.9:0.2", "snp2.9:1.1", "snp2.9:1.2", "snp2.9:1.3", "snp2.9:1.4", "snp2.9:2.1", "snp2.9:2.2", "snp2.9:2.3", "snp2.9:2.4", "snp2.9:3.1", "snp2.9:3.2", "snp2.9:3.3", "snp2.9:3.4", "snp2.9:4.1", "snp2.9:4.2", "snp2.9:4.3", "snp2.9:4.4", "snp2.9:5.1", "snp2.9:5.2", "snp2.9:5.3", "snp2.9:5.4", "snp2.9:6.1", "snp2.9:6.2", "snp2.9:6.3", "snp2.9:6.4", "snp2.9:7.1", "snp2.9:7.2", "snp2.9:7.3", "snp2.9:7.4", "snp2.9:7.5"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"snp2.9:0.1" : "Sutta Nip\u0101ta 2.9", "snp2.9:0.2" : "Ki\u1e41s\u012blasutta", "snp2.9:1.1" : "\u201cKi\u1e41s\u012blo ki\u1e41sam\u0101c\u0101ro,", "snp2.9:1.2" : "k\u0101ni kamm\u0101ni br\u016bhaya\u1e41;", "snp2.9:1.3" : "Naro samm\u0101 nivi\u1e6d\u1e6dhassa,", "snp2.9:1.4" : "uttamattha\u00f1ca p\u0101pu\u1e47e\u201d.", "snp2.9:2.1" : "\u201cVu\u1e0d\u1e0dh\u0101pac\u0101y\u012b anus\u016byako siy\u0101,", "snp2.9:2.2" : "K\u0101la\u00f1\u00f1\u016b cassa gar\u016bna\u1e41 dassan\u0101ya;", "snp2.9:2.3" : "Dhammi\u1e41 katha\u1e41 erayita\u1e41 kha\u1e47a\u00f1\u00f1\u016b,", "snp2.9:2.4" : "Su\u1e47eyya sakkacca subh\u0101sit\u0101ni.", "snp2.9:3.1" : "K\u0101lena gacche gar\u016bna\u1e41 sak\u0101sa\u1e41,", "snp2.9:3.2" : "Thambha\u1e41 nira\u1e45katv\u0101 niv\u0101tavutti;", "snp2.9:3.3" : "Attha\u1e41 dhamma\u1e41 sa\u1e41yama\u1e41 brahmacariya\u1e41,", "snp2.9:3.4" : "Anussare ceva sam\u0101care ca.", "snp2.9:4.1" : "Dhamm\u0101r\u0101mo dhammarato,", "snp2.9:4.2" : "Dhamme \u1e6dhito dhammavinicchaya\u00f1\u00f1\u016b;", "snp2.9:4.3" : "Nev\u0101care dhammasandosav\u0101da\u1e41,", "snp2.9:4.4" : "Tacchehi n\u012byetha subh\u0101sitehi.", "snp2.9:5.1" : "Hassa\u1e41 jappa\u1e41 parideva\u1e41 padosa\u1e41,", "snp2.9:5.2" : "M\u0101y\u0101kata\u1e41 kuhana\u1e41 giddhi m\u0101na\u1e41;", "snp2.9:5.3" : "S\u0101rambha\u1e41 kakkasa\u1e41 kas\u0101va\u00f1ca muccha\u1e41,", "snp2.9:5.4" : "Hitv\u0101 care v\u012btamado \u1e6dhitatto.", "snp2.9:6.1" : "Vi\u00f1\u00f1\u0101tas\u0101r\u0101ni subh\u0101sit\u0101ni,", "snp2.9:6.2" : "Suta\u00f1ca vi\u00f1\u00f1\u0101tasam\u0101dhis\u0101ra\u1e41;", "snp2.9:6.3" : "Na tassa pa\u00f1\u00f1\u0101 ca suta\u00f1ca va\u1e0d\u1e0dhati,", "snp2.9:6.4" : "Yo s\u0101haso hoti naro pamatto.", "snp2.9:7.1" : "Dhamme ca ye ariyapavedite rat\u0101,", "snp2.9:7.2" : "Anuttar\u0101 te vacas\u0101 manas\u0101 kammun\u0101 ca;", "snp2.9:7.3" : "Te santisoraccasam\u0101dhisa\u1e47\u1e6dhit\u0101,", "snp2.9:7.4" : "Sutassa pa\u00f1\u00f1\u0101ya ca s\u0101ramajjhag\u016b\u201dti.", "snp2.9:7.5" : "Ki\u1e41s\u012blasutta\u1e41 navama\u1e41."}
json_instruct
{"type": "object", "properties": {"snp2.9:0.1": {"type": "string"}, "snp2.9:0.2": {"type": "string"}, "snp2.9:1.1": {"type": "string"}, "snp2.9:1.2": {"type": "string"}, "snp2.9:1.3": {"type": "string"}, "snp2.9:1.4": {"type": "string"}, "snp2.9:2.1": {"type": "string"}, "snp2.9:2.2": {"type": "string"}, "snp2.9:2.3": {"type": "string"}, "snp2.9:2.4": {"type": "string"}, "snp2.9:3.1": {"type": "string"}, "snp2.9:3.2": {"type": "string"}, "snp2.9:3.3": {"type": "string"}, "snp2.9:3.4": {"type": "string"}, "snp2.9:4.1": {"type": "string"}, "snp2.9:4.2": {"type": "string"}, "snp2.9:4.3": {"type": "string"}, "snp2.9:4.4": {"type": "string"}, "snp2.9:5.1": {"type": "string"}, "snp2.9:5.2": {"type": "string"}, "snp2.9:5.3": {"type": "string"}, "snp2.9:5.4": {"type": "string"}, "snp2.9:6.1": {"type": "string"}, "snp2.9:6.2": {"type": "string"}, "snp2.9:6.3": {"type": "string"}, "snp2.9:6.4": {"type": "string"}, "snp2.9:7.1": {"type": "string"}, "snp2.9:7.2": {"type": "string"}, "snp2.9:7.3": {"type": "string"}, "snp2.9:7.4": {"type": "string"}, "snp2.9:7.5": {"type": "string"}}, "required": ["snp2.9:0.1", "snp2.9:0.2", "snp2.9:1.1", "snp2.9:1.2", "snp2.9:1.3", "snp2.9:1.4", "snp2.9:2.1", "snp2.9:2.2", "snp2.9:2.3", "snp2.9:2.4", "snp2.9:3.1", "snp2.9:3.2", "snp2.9:3.3", "snp2.9:3.4", "snp2.9:4.1", "snp2.9:4.2", "snp2.9:4.3", "snp2.9:4.4", "snp2.9:5.1", "snp2.9:5.2", "snp2.9:5.3", "snp2.9:5.4", "snp2.9:6.1", "snp2.9:6.2", "snp2.9:6.3", "snp2.9:6.4", "snp2.9:7.1", "snp2.9:7.2", "snp2.9:7.3", "snp2.9:7.4", "snp2.9:7.5"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "name_long": {"type": "string"}, "fips": {"type": "string"}, "state_code_int": {"type": "integer"}, "state_code_postal": {"type": "string"}, "state_code_iso": {"type": "string"}, "county_code": {"type": "integer"}, "population": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "census_data": {"type": "object", "properties": {"COUNTYNS": {"type": "string"}, "AFFGEOID": {"type": "string"}, "LSAD": {"type": "string"}, "ALAND": {"type": "integer"}, "AWATER": {"type": "integer"}}, "required": ["COUNTYNS", "AFFGEOID", "LSAD", "ALAND", "AWATER"]}, "center_lat": {"type": "number"}, "center_lon": {"type": "number"}, "area_m2": {"type": "integer"}, "timezone": {"type": "string"}}, "required": ["name", "name_long", "fips", "state_code_int", "state_code_postal", "state_code_iso", "county_code", "population", "countrylevel_id", "census_data", "center_lat", "center_lon", "area_m2", "timezone"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "properties" : {"name" : "Tulare County", "name_long" : "Tulare County, CA", "fips" : "06107", "state_code_int" : 6, "state_code_postal" : "CA", "state_code_iso" : "US-CA", "county_code" : 107, "population" : 466195, "countrylevel_id" : "fips:06107", "census_data" : {"COUNTYNS" : "00277318", "AFFGEOID" : "0500000US06107", "LSAD" : "06", "ALAND" : 12495083015, "AWATER" : 37014644}, "center_lat" : 36.22, "center_lon" : -118.8, "area_m2" : 12532097659, "timezone" : "America/Los_Angeles"}, "geometry" : {"type" : "Polygon", "coordinates" : [[[-119.546, 36.509], [-119.466, 36.575], [-119.305, 36.574], [-119.305, 36.661], [-119.175, 36.659], [-119.088, 36.658], [-118.985, 36.657], [-118.982, 36.742], [-118.361, 36.745], [-118.366, 36.692], [-118.275, 36.597], [-118.291, 36.559], [-118.239, 36.524], [-118.215, 36.435], [-118.1, 36.346], [-118.127, 36.28], [-118.034, 36.009], [-118.004, 35.984], [-117.981, 35.868], [-118.005, 35.863], [-118.008, 35.789], [-118.068, 35.792], [-118.804, 35.79], [-119.053, 35.791], [-119.538, 35.79], [-119.536, 36.051], [-119.529, 36.27], [-119.475, 36.269], [-119.475, 36.401], [-119.529, 36.401], [-119.528, 36.488], [-119.573, 36.489], [-119.546, 36.509]]]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "name_long": {"type": "string"}, "fips": {"type": "string"}, "state_code_int": {"type": "integer"}, "state_code_postal": {"type": "string"}, "state_code_iso": {"type": "string"}, "county_code": {"type": "integer"}, "population": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "census_data": {"type": "object", "properties": {"COUNTYNS": {"type": "string"}, "AFFGEOID": {"type": "string"}, "LSAD": {"type": "string"}, "ALAND": {"type": "integer"}, "AWATER": {"type": "integer"}}, "required": ["COUNTYNS", "AFFGEOID", "LSAD", "ALAND", "AWATER"]}, "center_lat": {"type": "number"}, "center_lon": {"type": "number"}, "area_m2": {"type": "integer"}, "timezone": {"type": "string"}}, "required": ["name", "name_long", "fips", "state_code_int", "state_code_postal", "state_code_iso", "county_code", "population", "countrylevel_id", "census_data", "center_lat", "center_lon", "area_m2", "timezone"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"plugins": {"type": "array", "items": {"type": "string"}}, "extends": {"type": "array", "items": {"type": "string"}}, "parserOptions": {"type": "object", "properties": {"ecmaFeatures": {"type": "object", "properties": {"jsx": {"type": "boolean"}, "modules": {"type": "boolean"}}, "required": ["jsx", "modules"]}}, "required": ["ecmaFeatures"]}, "settings": {"type": "object", "properties": {"mdx/code-blocks": {"type": "boolean"}}, "required": ["mdx/code-blocks"]}}, "required": ["plugins", "extends", "parserOptions", "settings"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"plugins" : ["prettier"], "extends" : ["plugin:mdx/recommended", "plugin:prettier/recommended"], "parserOptions" : {"ecmaFeatures" : {"jsx" : true, "modules" : true}}, "settings" : {"mdx/code-blocks" : false}}
json_instruct
{"type": "object", "properties": {"plugins": {"type": "array", "items": {"type": "string"}}, "extends": {"type": "array", "items": {"type": "string"}}, "parserOptions": {"type": "object", "properties": {"ecmaFeatures": {"type": "object", "properties": {"jsx": {"type": "boolean"}, "modules": {"type": "boolean"}}, "required": ["jsx", "modules"]}}, "required": ["ecmaFeatures"]}, "settings": {"type": "object", "properties": {"mdx/code-blocks": {"type": "boolean"}}, "required": ["mdx/code-blocks"]}}, "required": ["plugins", "extends", "parserOptions", "settings"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"inferno.js": {"type": "string"}, "inferno.min.js": {"type": "string"}}, "required": ["inferno.js", "inferno.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"inferno.js" : "sha256-I8eT6A5j2tK4oJg0M/kBBRThwO6LavT18ROe8PicNOA=", "inferno.min.js" : "sha256-TD/MSoLlo/D8WXc/8KaXNbaKW3771ZTV9cDpOF0s7JY="}
json_instruct
{"type": "object", "properties": {"inferno.js": {"type": "string"}, "inferno.min.js": {"type": "string"}}, "required": ["inferno.js", "inferno.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"title": {"type": "string"}, "background_color": {"type": "string"}}, "required": ["title", "background_color"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Simple Geo Viewer", "background_color" : "#17a2b8"}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "background_color": {"type": "string"}}, "required": ["title", "background_color"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "points": {"type": "integer"}, "description": {"type": "string"}, "rewardItems": {"type": "array", "items": {}}, "icon": {"type": "string"}, "criteria": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "description": {"type": "string"}, "orderIndex": {"type": "integer"}, "max": {"type": "integer"}}, "required": ["id", "description", "orderIndex", "max"]}}, "accountWide": {"type": "boolean"}, "factionId": {"type": "integer"}}, "required": ["id", "title", "points", "description", "rewardItems", "icon", "criteria", "accountWide", "factionId"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 1010, "title" : "Northrend Vanguard", "points" : 20, "description" : "Gain Exalted reputation with the Argent Crusade, Wyrmrest Accord, Kirin Tor and Knights of the Ebon Blade.", "rewardItems" : [], "icon" : "spell_misc_hellifrepvpcombatmorale", "criteria" : [{"id" : 4737, "description" : "The Argent Crusade", "orderIndex" : 0, "max" : 42000}, {"id" : 4741, "description" : "The Wyrmrest Accord", "orderIndex" : 1, "max" : 42000}, {"id" : 4742, "description" : "The Kirin Tor", "orderIndex" : 2, "max" : 42000}, {"id" : 4743, "description" : "Knights of the Ebon Blade", "orderIndex" : 3, "max" : 42000}], "accountWide" : false, "factionId" : 2}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "points": {"type": "integer"}, "description": {"type": "string"}, "rewardItems": {"type": "array", "items": {}}, "icon": {"type": "string"}, "criteria": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "description": {"type": "string"}, "orderIndex": {"type": "integer"}, "max": {"type": "integer"}}, "required": ["id", "description", "orderIndex", "max"]}}, "accountWide": {"type": "boolean"}, "factionId": {"type": "integer"}}, "required": ["id", "title", "points", "description", "rewardItems", "icon", "criteria", "accountWide", "factionId"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following 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": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 890458249, "type" : "Feature", "properties" : {"src:alt_label" : "naturalearth", "src:geom" : "naturalearth", "wof:geomhash" : "7a1d1d06a8b29dfc48ce465a4653a880", "wof:id" : 890458249, "wof:repo" : "whosonfirst-data-admin-ca"}, "bbox" : [-55.59995019694958, 51.38374859527408, -55.59995019694958, 51.38374859527408], "geometry" : {"coordinates" : [-55.59995019694958, 51.38374859527408], "type" : "Point"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"header": {"type": "object", "properties": {"protoclVersion": {"type": "object", "properties": {"protocolVersion": {"type": "string"}}, "required": ["protocolVersion"]}}, "required": ["protoclVersion"]}, "body": {"type": "object", "properties": {"rx_obcTime": {"type": "string"}, "rx_recvCnt": {"type": "string"}, "rx_gpsDate": {"type": "string"}, "rx_gpsTime": {"type": "string"}, "rx_lat": {"type": "number"}, "rx_long": {"type": "number"}, "rx_alt": {"type": "string"}, "rx_temp": {"type": "string"}, "rx_airP": {"type": "string"}, "rx_bSize": {"type": "string"}, "tx_id": {"type": "string"}, "tx_cnt": {"type": "string"}, "payload": {"type": "integer"}, "tx_gpsTime": {"type": "string"}, "tx_lat": {"type": "number"}, "tx_long": {"type": "number"}, "tx_alt": {"type": "integer"}}, "required": ["rx_obcTime", "rx_recvCnt", "rx_gpsDate", "rx_gpsTime", "rx_lat", "rx_long", "rx_alt", "rx_temp", "rx_airP", "rx_bSize", "tx_id", "tx_cnt", "payload", "tx_gpsTime", "tx_lat", "tx_long", "tx_alt"]}}, "required": ["header", "body"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"header" : {"protoclVersion" : {"protocolVersion" : "0.0.2"}}, "body" : {"rx_obcTime" : "600195", "rx_recvCnt" : "87", "rx_gpsDate" : "10419", "rx_gpsTime" : "103246", "rx_lat" : 35.68958, "rx_long" : 139.751184, "rx_alt" : "21", "rx_temp" : "34.66", "rx_airP" : "101089", "rx_bSize" : "36", "tx_id" : "23", "tx_cnt" : "206", "payload" : 1, "tx_gpsTime" : "103236", "tx_lat" : 35.68946, "tx_long" : 139.750656, "tx_alt" : 16}}
json_instruct
{"type": "object", "properties": {"header": {"type": "object", "properties": {"protoclVersion": {"type": "object", "properties": {"protocolVersion": {"type": "string"}}, "required": ["protocolVersion"]}}, "required": ["protoclVersion"]}, "body": {"type": "object", "properties": {"rx_obcTime": {"type": "string"}, "rx_recvCnt": {"type": "string"}, "rx_gpsDate": {"type": "string"}, "rx_gpsTime": {"type": "string"}, "rx_lat": {"type": "number"}, "rx_long": {"type": "number"}, "rx_alt": {"type": "string"}, "rx_temp": {"type": "string"}, "rx_airP": {"type": "string"}, "rx_bSize": {"type": "string"}, "tx_id": {"type": "string"}, "tx_cnt": {"type": "string"}, "payload": {"type": "integer"}, "tx_gpsTime": {"type": "string"}, "tx_lat": {"type": "number"}, "tx_long": {"type": "number"}, "tx_alt": {"type": "integer"}}, "required": ["rx_obcTime", "rx_recvCnt", "rx_gpsDate", "rx_gpsTime", "rx_lat", "rx_long", "rx_alt", "rx_temp", "rx_airP", "rx_bSize", "tx_id", "tx_cnt", "payload", "tx_gpsTime", "tx_lat", "tx_long", "tx_alt"]}}, "required": ["header", "body"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"attrib": {"type": "string"}, "cd": {"type": "number"}, "components": {"type": "array", "items": {"type": "string"}}, "qual": {"type": "string"}, "notes": {"type": "string"}, "desc": {"type": "string"}, "dname": {"type": "string"}, "dotaId": {"type": "string"}, "mc": {"type": "boolean"}, "img": {"type": "string"}, "lore": {"type": "string"}, "id": {"type": "integer"}, "created": {"type": "boolean"}, "cost": {"type": "integer"}}, "required": ["attrib", "cd", "components", "qual", "notes", "desc", "dname", "dotaId", "mc", "img", "lore", "id", "created", "cost"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"attrib" : "+ 55 Movement Speed<br/>+ 250 Mana<br/>MANA RESTORED: 135", "cd" : 55.0, "components" : ["energy_booster", "boots"], "qual" : "rare", "notes" : "Does not work on Meepo clones.", "desc" : "Active: Replenish Mana - Restores mana in an area around the hero.<br/><br/>Flat movement speed bonuses from multiple pairs of boots do not stack.", "dname" : "Arcane Boots", "dotaId" : "arcane_boots", "mc" : false, "img" : "arcane_boots_lg.png", "lore" : "Magi equipped with these boots are valued in battle.", "id" : 180, "created" : true, "cost" : 1300}
json_instruct
{"type": "object", "properties": {"attrib": {"type": "string"}, "cd": {"type": "number"}, "components": {"type": "array", "items": {"type": "string"}}, "qual": {"type": "string"}, "notes": {"type": "string"}, "desc": {"type": "string"}, "dname": {"type": "string"}, "dotaId": {"type": "string"}, "mc": {"type": "boolean"}, "img": {"type": "string"}, "lore": {"type": "string"}, "id": {"type": "integer"}, "created": {"type": "boolean"}, "cost": {"type": "integer"}}, "required": ["attrib", "cd", "components", "qual", "notes", "desc", "dname", "dotaId", "mc", "img", "lore", "id", "created", "cost"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"EchoingAcoustics": {"type": "array", "items": {"type": "string"}}}, "required": ["EchoingAcoustics"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"EchoingAcoustics" : ["PowerEchoes", "RuleOfCool", "Music", "Film", "RealLife", "PsychedelicRock", "PsychedelicRock", "TheEighties", "PowerEchoes", "TheEighties", "PostPunk", "GratuitousPanning", "MindScrew", "Subversion", "TalkingToYourself", "SignatureStyle", "HairMetal", "PsychedelicRock", "SurfRock", "TheSeventies", "GratuitousPanning", "Vaporwave", "BlackMetal", "DistractedByTheSexy"]}
json_instruct
{"type": "object", "properties": {"EchoingAcoustics": {"type": "array", "items": {"type": "string"}}}, "required": ["EchoingAcoustics"], "$schema": "http://json-schema.org/draft-07/schema#"}