input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"items.traje.articulo": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}}, "required": ["items.traje.articulo"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"items.traje.articulo" : {"message" : "el"}}
json_instruct
{"type": "object", "properties": {"items.traje.articulo": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}}, "required": ["items.traje.articulo"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"hash" : "0xf6ecb782266ba6615ef9a88e1e611123022c9ac30895abb1bb931875b1176c34", "parentHash" : "0x088e818c69019d0f61d4d56a1c4609fc11fa4a3ce8c0ad023df031fb57424e57", "number" : 100592, "timestamp" : 1439809015, "nonce" : "0x26ebca2a65f54310", "difficulty" : 3819072215703, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0xe6A7a1d47ff21B6321162AEA7C6CB457D5476Bca", "extraData" : "0x476574682f76312e302e312d38326566323666362f6c696e75782f676f312e34", "transactions" : []}
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"average_occupancy": {"type": "array", "items": {"type": "number"}}}, "required": ["average_occupancy"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"average_occupancy" : [2.7844084603713837, 2.841853753358479, 2.6875432925479013, 2.6357570177991634, 2.679206452046462, 2.8723930139091944, 2.9341194748123245, 2.996255937531775, 2.858475263641232, 2.8474461652563963, 2.7255829505727003, 2.590640322154612, 2.6022066676498166, 2.713916687334943, 2.7301525159485585, 2.8761277633754547, 2.9765181924786934, 3.0378928264599563, 3.0541173752303754, 2.9815602487484214, 2.726435252712142, 2.6722559121376652, 2.7455842649928317, 2.797633184119033, 2.625784818631082, 2.729407225519153, 2.6877696662209347, 2.5937351875368506, 2.659615312424392, 2.449102168217694, 2.342706530189747, 2.157830244496007, 1.9457308336355696, 1.9023380497767162, 2.0006265413336464, 1.9585541283762469, 13.907452890716756, 1.9616449550972996, 1.9214268606061116, 1.9988581964314238, 2.081696134572195, 2.0304713654474655, 2.1565624067431823, 2.3772264454159426, 2.514148984007374, 2.672441583842218, 2.719333991522502, 2.7479239487278555, 2.7461166046604246, 2.751185464550537, 2.679401037570853, 2.801100779380035, 2.9244659669218143, 2.8595359278335706, 2.8352705793641, 2.8896915281419577, 2.777598146044102, 2.721464481246543, 2.8131791632152323, 2.8695778893666675, 2.927745794527754, 2.7617467791148065, 2.7949968695138008, 2.741237593392602, 2.7311494504497236, 2.700041362067527, 2.733673301691909, 2.7608115235918484, 2.7867138932778652, 2.7598240836108343, 2.8728843548247607, 2.8175634461511336, 2.817111151878187, 2.8014609096268495, 2.813980453311687]}
json_instruct
{"type": "object", "properties": {"average_occupancy": {"type": "array", "items": {"type": "number"}}}, "required": ["average_occupancy"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"variants" : {"" : {"model" : "simplequern:block/handstone"}}}
json_instruct
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "extra": {"type": "object", "properties": {"kimai": {"type": "object", "properties": {"require": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}}, "required": ["require", "version", "name"]}, "installer-name": {"type": "string"}}, "required": ["kimai", "installer-name"]}}, "required": ["name", "description", "homepage", "type", "keywords", "license", "authors", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "digipolisgent/kimai-security-plugin", "description" : "A Kimai 2 plugin, which adds some security related functionality .", "homepage" : "https://github.com/digipolisgent/kimai_plugin_security", "type" : "kimai-plugin", "keywords" : ["kimai", "kimai-plugin"], "license" : "MIT", "authors" : [{"name" : "Jelle Sebreghts", "email" : "Jelle.Sebreghts@district09.gent"}], "extra" : {"kimai" : {"require" : "1.10", "version" : "1.0.1", "name" : "KimaiSecurity"}, "installer-name" : "KimaiSecurityBundle"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "extra": {"type": "object", "properties": {"kimai": {"type": "object", "properties": {"require": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}}, "required": ["require", "version", "name"]}, "installer-name": {"type": "string"}}, "required": ["kimai", "installer-name"]}}, "required": ["name", "description", "homepage", "type", "keywords", "license", "authors", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"appid": {"type": "integer"}, "name": {"type": "string"}, "windows": {"type": "boolean"}, "mac": {"type": "boolean"}, "linux": {"type": "boolean"}, "early_access": {"type": "boolean"}, "lookup_time": {"type": "integer"}}, "required": ["appid", "name", "windows", "mac", "linux", "early_access", "lookup_time"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"appid" : 65930, "name" : "The Bureau: XCOM Declassified", "windows" : true, "mac" : true, "linux" : false, "early_access" : false, "lookup_time" : 1490967001}
json_instruct
{"type": "object", "properties": {"appid": {"type": "integer"}, "name": {"type": "string"}, "windows": {"type": "boolean"}, "mac": {"type": "boolean"}, "linux": {"type": "boolean"}, "early_access": {"type": "boolean"}, "lookup_time": {"type": "integer"}}, "required": ["appid", "name", "windows", "mac", "linux", "early_access", "lookup_time"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"tables": {"type": "object", "properties": {"my_product_seq": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "my_order_seq": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "my_customer_seq": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "customers": {"type": "object", "properties": {"auto_increment": {"type": "object", "properties": {"column": {"type": "string"}, "sequence": {"type": "string"}}, "required": ["column", "sequence"]}}, "required": ["auto_increment"]}}, "required": ["my_product_seq", "my_order_seq", "my_customer_seq", "customers"]}}, "required": ["tables"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"tables" : {"my_product_seq" : {"type" : "sequence"}, "my_order_seq" : {"type" : "sequence"}, "my_customer_seq" : {"type" : "sequence"}, "customers" : {"auto_increment" : {"column" : "id", "sequence" : "my_customer_seq"}}}}
json_instruct
{"type": "object", "properties": {"tables": {"type": "object", "properties": {"my_product_seq": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "my_order_seq": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "my_customer_seq": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "customers": {"type": "object", "properties": {"auto_increment": {"type": "object", "properties": {"column": {"type": "string"}, "sequence": {"type": "string"}}, "required": ["column", "sequence"]}}, "required": ["auto_increment"]}}, "required": ["my_product_seq", "my_order_seq", "my_customer_seq", "customers"]}}, "required": ["tables"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"Name": {"type": "string"}, "Author": {"type": "string"}, "Description": {"type": "string"}, "Version": {"type": "string"}, "Dependencies": {"type": "array", "items": {"type": "object", "properties": {"Id": {"type": "string"}, "Name": {"type": "string"}}, "required": ["Id", "Name"]}}}, "required": ["Name", "Author", "Description", "Version", "Dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Name" : "Detailer", "Author" : "SkunkMonkey", "Description" : "Flora/fauna parts from various mods gathered under one monument. Powered by GPS", "Version" : "1.0.0", "Dependencies" : [{"Id" : "fc6ffa08-0843-4589-b3f8-1be073e8aac1", "Name" : "Shrubbery"}, {"Id" : "cfaa7652-e8e6-47d5-94d0-a75d49483913", "Name" : "Fantasy Decorations"}, {"Id" : "6057d8ae-b38b-4746-bf3b-56bab3a11ec6", "Name" : "Nature Decorations"}, {"Id" : "c7150933-194f-4a98-d0c9-523d7a123da9", "Name" : "Fancy Nature Pack"}]}
json_instruct
{"type": "object", "properties": {"Name": {"type": "string"}, "Author": {"type": "string"}, "Description": {"type": "string"}, "Version": {"type": "string"}, "Dependencies": {"type": "array", "items": {"type": "object", "properties": {"Id": {"type": "string"}, "Name": {"type": "string"}}, "required": ["Id", "Name"]}}}, "required": ["Name", "Author", "Description", "Version", "Dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"examine": {"type": "string"}, "realPrice": {"type": "integer"}}, "required": ["examine", "realPrice"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"examine" : "Finely ground desert goat horn.", "realPrice" : 464}
json_instruct
{"type": "object", "properties": {"examine": {"type": "string"}, "realPrice": {"type": "integer"}}, "required": ["examine", "realPrice"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"taskName": {"type": "string"}, "range": {"type": "array", "items": {"type": "integer"}}, "startAmount": {"type": "number"}, "expirationDay": {"type": "integer"}, "run": {"type": "boolean"}, "listed": {"type": "array", "items": {"type": "integer"}}, "error": {"type": "null"}, "ranAt": {"type": "string"}}, "required": ["taskName", "range", "startAmount", "expirationDay", "run", "listed", "error", "ranAt"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"taskName" : "set:opensea", "range" : [664, 670], "startAmount" : 0.06, "expirationDay" : 180, "run" : true, "listed" : [664, 665, 666, 667, 668, 669, 670], "error" : null, "ranAt" : "2021-11-15T03:44:59.192Z"}
json_instruct
{"type": "object", "properties": {"taskName": {"type": "string"}, "range": {"type": "array", "items": {"type": "integer"}}, "startAmount": {"type": "number"}, "expirationDay": {"type": "integer"}, "run": {"type": "boolean"}, "listed": {"type": "array", "items": {"type": "integer"}}, "error": {"type": "null"}, "ranAt": {"type": "string"}}, "required": ["taskName", "range", "startAmount", "expirationDay", "run", "listed", "error", "ranAt"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"port": {"type": "integer"}, "db": {"type": "string"}, "maxResults": {"type": "integer"}, "limit": {"type": "integer"}, "resetInterval": {"type": "integer"}, "latestVersion": {"type": "string"}, "stripePublishKey": {"type": "string"}, "stripePrivateKey": {"type": "string"}, "googleCaptchaKey": {"type": "string"}, "googleCaptchaSecretKey": {"type": "string"}}, "required": ["port", "db", "maxResults", "limit", "resetInterval", "latestVersion", "stripePublishKey", "stripePrivateKey", "googleCaptchaKey", "googleCaptchaSecretKey"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"port" : 3000, "db" : "", "maxResults" : 5000, "limit" : 20000, "resetInterval" : 300000, "latestVersion" : "1.3", "stripePublishKey" : "", "stripePrivateKey" : "", "googleCaptchaKey" : "", "googleCaptchaSecretKey" : ""}
json_instruct
{"type": "object", "properties": {"port": {"type": "integer"}, "db": {"type": "string"}, "maxResults": {"type": "integer"}, "limit": {"type": "integer"}, "resetInterval": {"type": "integer"}, "latestVersion": {"type": "string"}, "stripePublishKey": {"type": "string"}, "stripePrivateKey": {"type": "string"}, "googleCaptchaKey": {"type": "string"}, "googleCaptchaSecretKey": {"type": "string"}}, "required": ["port", "db", "maxResults", "limit", "resetInterval", "latestVersion", "stripePublishKey", "stripePrivateKey", "googleCaptchaKey", "googleCaptchaSecretKey"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "test"]}, "devDependencies": {"type": "object", "properties": {"babel-cli": {"type": "string"}, "babel-core": {"type": "string"}, "babel-loader": {"type": "string"}, "babel-polyfill": {"type": "string"}, "babel-preset-env": {"type": "string"}, "chai": {"type": "string"}, "eslint": {"type": "string"}, "eslint-loader": {"type": "string"}, "mocha": {"type": "string"}, "mocha-webpack": {"type": "string"}, "sinon": {"type": "string"}, "webpack": {"type": "string"}}, "required": ["babel-cli", "babel-core", "babel-loader", "babel-polyfill", "babel-preset-env", "chai", "eslint", "eslint-loader", "mocha", "mocha-webpack", "sinon", "webpack"]}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "scripts", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "jetrominos2", "version" : "1.0.0", "scripts" : {"build" : "webpack", "test" : "mocha-webpack \"test/*.test.js\""}, "devDependencies" : {"babel-cli" : "^6.0.0", "babel-core" : "^6.26.0", "babel-loader" : "^7.1.2", "babel-polyfill" : "^6.26.0", "babel-preset-env" : "^1.6.0", "chai" : "^4.1.2", "eslint" : "^4.7.0", "eslint-loader" : "^1.9.0", "mocha" : "^3.5.3", "mocha-webpack" : "^0.7.0", "sinon" : "^3.3.0", "webpack" : "^3.5.5"}, "dependencies" : {}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "test"]}, "devDependencies": {"type": "object", "properties": {"babel-cli": {"type": "string"}, "babel-core": {"type": "string"}, "babel-loader": {"type": "string"}, "babel-polyfill": {"type": "string"}, "babel-preset-env": {"type": "string"}, "chai": {"type": "string"}, "eslint": {"type": "string"}, "eslint-loader": {"type": "string"}, "mocha": {"type": "string"}, "mocha-webpack": {"type": "string"}, "sinon": {"type": "string"}, "webpack": {"type": "string"}}, "required": ["babel-cli", "babel-core", "babel-loader", "babel-polyfill", "babel-preset-env", "chai", "eslint", "eslint-loader", "mocha", "mocha-webpack", "sinon", "webpack"]}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "scripts", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"directions" : ["Butter 8x8x2-inch glass baking dish. Melt 6 tablespoons butter in heavy large skillet over medium-high heat. Add onions and saut\u00e9 until translucent, about 8 minutes. Transfer to large bowl. Mix in bread cubes, pomegranate seeds, apricots, pistachios, mint, lemon peel, salt, and pepper. Add broth and toss to blend. Transfer to prepared dish. (Can be prepared 2 hours ahead. Let stand at room temperature.)", "Preheat oven to 350\u00b0F. Bake dressing uncovered until heated through and browned on top, about 40 minutes."], "ingredients" : ["6 tablespoons unsalted butter", "3 cups chopped onions", "6 cups (packed) 3/4-inch cubes crustless country-style white bread (from one 1-pound loaf)", "1 cup pomegranate seeds or 3/4 cup dried cranberries", "3/4 cup diced dried apricots (about 4 1/2 ounces)", "1/2 cup pistachios (about 2 ounces)", "1/2 cup coarsely chopped fresh mint", "1 tablespoon grated lemon peel", "1 1/4 teaspoons salt", "1/2 teaspoon ground black pepper", "3/4 cup giblet broth (reserved from Roast Turkey with Pomegranate Glaze ) or low-salt chicken broth"], "language" : "en-US", "source" : "www.epicurious.com", "tags" : ["Fruit", "Nut", "Side", "Bake", "Thanksgiving", "Stuffing/Dressing", "Apricot", "Mint", "Pistachio", "Fall", "Pescatarian", "Peanut Free", "Soy Free", "Kosher"], "title" : "Bread Dressing with Dried Apricots, Pistachios, and Mint", "url" : "http://www.epicurious.com/recipes/food/views/bread-dressing-with-dried-apricots-pistachios-and-mint-108824"}
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "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": {"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" : 1974, "sex" : "F", "n" : 10, "prop" : 6.39e-06}, {"year" : 1976, "sex" : "F", "n" : 5, "prop" : 3.18e-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#"}
Generate a valid JSON object that conforms to the following schema: {"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" : [[[-104.618104, 38.300926], [-104.617507, 38.300934], [-104.617348, 38.307702], [-104.603548, 38.307415], [-104.604205, 38.303848], [-104.603452, 38.302601], [-104.603944, 38.298101], [-104.60236, 38.29586], [-104.602351, 38.29241], [-104.601423, 38.289581], [-104.603119, 38.280712], [-104.616305, 38.280744], [-104.616666, 38.298076], [-104.618029, 38.29805], [-104.618104, 38.300926]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 12014}}]}
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#"}
Create an example JSON object that satisfies this 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"]}, "type": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "license": {"type": "string"}, "private": {"type": "boolean"}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "gitHead": {"type": "string"}}, "required": ["name", "version", "description", "repository", "type", "main", "author", "license", "private", "publishConfig", "keywords", "gitHead"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@lrnwebcomponents/es-global-bridge", "version" : "3.0.0", "description" : "A very simple class to help bridge global scoped code with ES Modules", "repository" : {"type" : "git", "url" : "https://github.com/elmsln/lrnwebcomponents.git"}, "type" : "module", "main" : "es-global-bridge.js", "author" : {"name" : "btopro"}, "license" : "Apache-2.0", "private" : false, "publishConfig" : {"access" : "public"}, "keywords" : ["web-components", "esm", "compatibility", "html"], "gitHead" : "e38751e6f76a812e00ae87ef826fafcdbfec4083"}
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"]}, "type": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "license": {"type": "string"}, "private": {"type": "boolean"}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "gitHead": {"type": "string"}}, "required": ["name", "version", "description", "repository", "type", "main", "author", "license", "private", "publishConfig", "keywords", "gitHead"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"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" : "Wasserbourg", "dpt" : "Haut-Rhin", "inscrits" : 382, "abs" : 56, "votants" : 326, "blancs" : 32, "nuls" : 6, "exp" : 288, "res" : [{"panneau" : "1", "voix" : 154}, {"panneau" : "2", "voix" : 134}]}
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#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"0.2": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.2.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.2.2": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.2", "0.2.1", "0.2.2"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"latest_version" : ["0.2.2"], "meta" : {"description" : "A tool for determining the health of branches in a git repository", "homepage" : "http://github.com/jwir3/gitbranchhealth", "license" : "Mozilla Public License v2.0"}, "versions" : {"0.2" : {"sha256" : "0b39221d9068f260275c14eb9111a25cf5d4d3910c72a2675630d6a7282f134f", "url" : "https://files.pythonhosted.org/packages/ee/fc/1ef4b93b815244d9feea2cc4999540536476447a0526c081bd13c8064647/gitbranchhealth-0.2.tar.gz"}, "0.2.1" : {"sha256" : "e895ec571dfdd3dcaf191e608116fefe5605d9b9c6cae75479e382a916187e60", "url" : "https://files.pythonhosted.org/packages/73/3a/f00dc9c5257bef9cc79150346be9b3920f41b12027c9997126320869d356/gitbranchhealth-0.2.1.tar.gz"}, "0.2.2" : {"sha256" : "06bf52513b5eb8b6969350ae48b8d00c9a7fd1242975655839ef359c28acbe0b", "url" : "https://files.pythonhosted.org/packages/63/5d/23b8758aea9216ba54f906088226992fcb56a7327d0aa1e7ee2785c4bf80/gitbranchhealth-0.2.2.tar.gz"}}}
json_instruct
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"0.2": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.2.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.2.2": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.2", "0.2.1", "0.2.2"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"minVersion": {"type": "string"}, "minAllowPatchVersion": {"type": "string"}, "newVersion": {"type": "string"}, "tip": {"type": "string"}, "size": {"type": "integer"}, "apkURL": {"type": "string"}, "hash": {"type": "string"}, "patchInfo": {"type": "object", "properties": {"v100": {"type": "object", "properties": {"patchURL": {"type": "string"}, "tip": {"type": "string"}, "hash": {"type": "string"}, "size": {"type": "integer"}}, "required": ["patchURL", "tip", "hash", "size"]}}, "required": ["v100"]}}, "required": ["minVersion", "minAllowPatchVersion", "newVersion", "tip", "size", "apkURL", "hash", "patchInfo"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"minVersion" : "100", "minAllowPatchVersion" : "100", "newVersion" : "101", "tip" : "\u6d4b\u8bd5\u66f4\u65b0", "size" : 2036177, "apkURL" : "https://raw.githubusercontent.com/itlwy/AppSmartUpdate/master/resources/app/smart_update.apk", "hash" : "9f60c46f29299d8922a72ebfb6bab8ee", "patchInfo" : {"v100" : {"patchURL" : "https://raw.githubusercontent.com/itlwy/AppSmartUpdate/master/resources/app/v100/100to101.patch", "tip" : "\u6d4b\u8bd5", "hash" : "9f60c46f29299d8922a72ebfb6bab8ee", "size" : 1262068}}}
json_instruct
{"type": "object", "properties": {"minVersion": {"type": "string"}, "minAllowPatchVersion": {"type": "string"}, "newVersion": {"type": "string"}, "tip": {"type": "string"}, "size": {"type": "integer"}, "apkURL": {"type": "string"}, "hash": {"type": "string"}, "patchInfo": {"type": "object", "properties": {"v100": {"type": "object", "properties": {"patchURL": {"type": "string"}, "tip": {"type": "string"}, "hash": {"type": "string"}, "size": {"type": "integer"}}, "required": ["patchURL", "tip", "hash", "size"]}}, "required": ["v100"]}}, "required": ["minVersion", "minAllowPatchVersion", "newVersion", "tip", "size", "apkURL", "hash", "patchInfo"], "$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" : "LANGKAT", "originalFilename" : "FOTO 001.jpg", "namaPartai" : "PARTAI DEMOKRAT", "id" : 87442, "noUrut" : 1, "nama" : "AGUS SALIM, SE", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "LANGKAT", "originalFilename" : "FOTO 002.jpg", "namaPartai" : "PARTAI DEMOKRAT", "id" : 87538, "noUrut" : 2, "nama" : "SOLEKAN, SE", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "LANGKAT", "originalFilename" : "FOTO 001.jpg", "namaPartai" : "PARTAI DEMOKRAT", "id" : 87663, "noUrut" : 3, "nama" : "MIRA FAIZIANA", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "LANGKAT", "originalFilename" : "FOTO 001.jpg", "namaPartai" : "PARTAI DEMOKRAT", "id" : 93545, "noUrut" : 4, "nama" : "SUTRISNO", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "LANGKAT", "originalFilename" : "FOTO 001.jpg", "namaPartai" : "PARTAI DEMOKRAT", "id" : 135956, "noUrut" : 5, "nama" : "SALBIANA, S.KOM", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "LANGKAT", "originalFilename" : "NEDDY 001.jpg", "namaPartai" : "PARTAI DEMOKRAT", "id" : 87788, "noUrut" : 6, "nama" : "NEDDI. S", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "LANGKAT", "originalFilename" : "foto 001.jpg", "namaPartai" : "PARTAI DEMOKRAT", "id" : 135717, "noUrut" : 7, "nama" : "EKA MEDYA SARI", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "LANGKAT", "originalFilename" : "FOTO 001.jpg", "namaPartai" : "PARTAI DEMOKRAT", "id" : 87883, "noUrut" : 8, "nama" : "MUHAMMAD FAISAL HASIBUAN", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "LANGKAT", "originalFilename" : "foto 001.jpg", "namaPartai" : "PARTAI DEMOKRAT", "id" : 136518, "noUrut" : 9, "nama" : "NURSARIPAH", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "LANGKAT", "originalFilename" : "foto 001.jpg", "namaPartai" : "PARTAI DEMOKRAT", "id" : 131871, "noUrut" : 10, "nama" : "SUPRIADI", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "LANGKAT", "originalFilename" : "1 001.jpg", "namaPartai" : "PARTAI DEMOKRAT", "id" : 135477, "noUrut" : 11, "nama" : "KHAIRUL FUAD", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "LANGKAT", "originalFilename" : "FOTO 007 (2).jpg", "namaPartai" : "PARTAI DEMOKRAT", "id" : 206577, "noUrut" : 12, "nama" : "DWI ANDIKA PUTRA, S.Pd", "stringJenisKelamin" : "Laki-Laki"}]
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#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"requestRecordReference": {"type": "string"}, "corporateTaxAdvisoryFulfillmentArrangementRequestActionTaskReference": {"type": "string"}, "corporateTaxAdvisoryFulfillmentArrangementInstanceRecord": {"type": "object", "properties": {"employeeBusinessUnitReference": {"type": "string"}, "dateType": {"type": "object", "properties": {"date": {"type": "string"}}, "required": ["date"]}, "corporateTaxAdviceConsolidationRecord": {"type": "object", "properties": {}, "required": []}, "corporateTaxAdvisoryWorkProducts": {"type": "string"}, "corporateTaxAdviceSessionSchedule": {"type": "string"}, "customerPositionStateInstanceRecord": {"type": "object", "properties": {}, "required": []}, "documentDirectoryEntryInstanceReference": {"type": "string"}, "bankBranchLocationReference": {"type": "string"}}, "required": ["employeeBusinessUnitReference", "dateType", "corporateTaxAdviceConsolidationRecord", "corporateTaxAdvisoryWorkProducts", "corporateTaxAdviceSessionSchedule", "customerPositionStateInstanceRecord", "documentDirectoryEntryInstanceReference", "bankBranchLocationReference"]}, "corporateTaxAdvisoryFulfillmentArrangementRequestActionTaskRecord": {"type": "object", "properties": {}, "required": []}, "requestResponseRecord": {"type": "object", "properties": {}, "required": []}}, "required": ["requestRecordReference", "corporateTaxAdvisoryFulfillmentArrangementRequestActionTaskReference", "corporateTaxAdvisoryFulfillmentArrangementInstanceRecord", "corporateTaxAdvisoryFulfillmentArrangementRequestActionTaskRecord", "requestResponseRecord"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"requestRecordReference" : "RRR778741", "corporateTaxAdvisoryFulfillmentArrangementRequestActionTaskReference" : "CTAFARATR723572", "corporateTaxAdvisoryFulfillmentArrangementInstanceRecord" : {"employeeBusinessUnitReference" : "713098", "dateType" : {"date" : "09-22-2018"}, "corporateTaxAdviceConsolidationRecord" : {}, "corporateTaxAdvisoryWorkProducts" : "corporateTaxAdvisoryWorkProducts", "corporateTaxAdviceSessionSchedule" : "corporateTaxAdviceSessionSchedule", "customerPositionStateInstanceRecord" : {}, "documentDirectoryEntryInstanceReference" : "789654", "bankBranchLocationReference" : "752935"}, "corporateTaxAdvisoryFulfillmentArrangementRequestActionTaskRecord" : {}, "requestResponseRecord" : {}}
json_instruct
{"type": "object", "properties": {"requestRecordReference": {"type": "string"}, "corporateTaxAdvisoryFulfillmentArrangementRequestActionTaskReference": {"type": "string"}, "corporateTaxAdvisoryFulfillmentArrangementInstanceRecord": {"type": "object", "properties": {"employeeBusinessUnitReference": {"type": "string"}, "dateType": {"type": "object", "properties": {"date": {"type": "string"}}, "required": ["date"]}, "corporateTaxAdviceConsolidationRecord": {"type": "object", "properties": {}, "required": []}, "corporateTaxAdvisoryWorkProducts": {"type": "string"}, "corporateTaxAdviceSessionSchedule": {"type": "string"}, "customerPositionStateInstanceRecord": {"type": "object", "properties": {}, "required": []}, "documentDirectoryEntryInstanceReference": {"type": "string"}, "bankBranchLocationReference": {"type": "string"}}, "required": ["employeeBusinessUnitReference", "dateType", "corporateTaxAdviceConsolidationRecord", "corporateTaxAdvisoryWorkProducts", "corporateTaxAdviceSessionSchedule", "customerPositionStateInstanceRecord", "documentDirectoryEntryInstanceReference", "bankBranchLocationReference"]}, "corporateTaxAdvisoryFulfillmentArrangementRequestActionTaskRecord": {"type": "object", "properties": {}, "required": []}, "requestResponseRecord": {"type": "object", "properties": {}, "required": []}}, "required": ["requestRecordReference", "corporateTaxAdvisoryFulfillmentArrangementRequestActionTaskReference", "corporateTaxAdvisoryFulfillmentArrangementInstanceRecord", "corporateTaxAdvisoryFulfillmentArrangementRequestActionTaskRecord", "requestResponseRecord"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "node": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "nameCN": {"type": "string"}, "image": {"type": "string"}, "date": {"type": "string"}}, "required": ["id", "name", "nameCN", "image", "date"]}}, "relate": {"type": "array", "items": {"type": "object", "properties": {"relate": {"type": "string"}, "src": {"type": "integer"}, "dst": {"type": "integer"}}, "required": ["relate", "src", "dst"]}}}, "required": ["id", "node", "relate"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 196196, "node" : [{"id" : 196196, "name" : "\u5c11\u5973\u5947\u8ac7", "nameCN" : "\u5c11\u5973\u5947\u8c08", "image" : "//lain.bgm.tv/pic/cover/m/6a/20/196196_DwKGF.jpg", "date" : "2013-11-04"}, {"id" : 196197, "name" : "\u5c11\u5973\u507d\u8ac7", "nameCN" : "\u5c11\u5973\u4f2a\u8c08", "image" : "//lain.bgm.tv/pic/cover/m/e1/00/196197_2r1kX.jpg", "date" : "2016-04-12"}], "relate" : [{"relate" : "\u7eed\u96c6", "src" : 196196, "dst" : 196197}, {"relate" : "\u524d\u4f20", "src" : 196197, "dst" : 196196}]}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "node": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "nameCN": {"type": "string"}, "image": {"type": "string"}, "date": {"type": "string"}}, "required": ["id", "name", "nameCN", "image", "date"]}}, "relate": {"type": "array", "items": {"type": "object", "properties": {"relate": {"type": "string"}, "src": {"type": "integer"}, "dst": {"type": "integer"}}, "required": ["relate", "src", "dst"]}}}, "required": ["id", "node", "relate"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"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": {"TIMESTAMP UTC": {"type": "string"}, "CLASSIFICATION": {"type": "string"}}, "required": ["TIMESTAMP UTC", "CLASSIFICATION"]}}, "required": ["type", "geometry", "properties"]}}, "type": {"type": "string"}}, "required": ["features", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"features" : [{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [23.595178653302963, 37.745330282479785]}, "properties" : {"TIMESTAMP UTC" : "2020-07-29T09:20:10", "CLASSIFICATION" : "Flying plane"}}, {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [24.352467947152622, 37.75404546666667]}, "properties" : {"TIMESTAMP UTC" : "2020-07-29T09:20:10", "CLASSIFICATION" : "Flying plane"}}, {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [23.65725154624146, 37.61586038131178]}, "properties" : {"TIMESTAMP UTC" : "2020-07-29T09:20:10", "CLASSIFICATION" : "Flying plane"}}, {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [23.8124907261959, 37.810110156693625]}, "properties" : {"TIMESTAMP UTC" : "2020-07-29T09:20:10", "CLASSIFICATION" : "Flying plane"}}, {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [23.725588676082005, 37.71864564636119]}, "properties" : {"TIMESTAMP UTC" : "2020-07-29T09:20:10", "CLASSIFICATION" : "Flying plane"}}, {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [23.8747914095672, 37.87533926720576]}, "properties" : {"TIMESTAMP UTC" : "2020-07-29T09:20:10", "CLASSIFICATION" : "Flying plane"}}], "type" : "FeatureCollection"}
json_instruct
{"type": "object", "properties": {"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": {"TIMESTAMP UTC": {"type": "string"}, "CLASSIFICATION": {"type": "string"}}, "required": ["TIMESTAMP UTC", "CLASSIFICATION"]}}, "required": ["type", "geometry", "properties"]}}, "type": {"type": "string"}}, "required": ["features", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}, "extensions": {"type": "object", "properties": {"website": {"type": "string"}, "twitter": {"type": "string"}}, "required": ["website", "twitter"]}}, "required": ["name", "symbol", "logoURI", "decimals", "address", "chainId", "tags", "extensions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Tribeland Game Token", "symbol" : "SHELL", "logoURI" : "https://raw.githubusercontent.com/tribeland/token-list/main/assets/mainnet/CpwH9nYz2CwsY7vVqxWbJxAWuvH7KnwP5B9JzoSHYdCA/logo.png", "decimals" : 9, "address" : "CpwH9nYz2CwsY7vVqxWbJxAWuvH7KnwP5B9JzoSHYdCA", "chainId" : 101, "tags" : ["game", "utility-token", "nft", "gaming", "metaverse"], "extensions" : {"website" : "https://tribeland.io", "twitter" : "https://twitter.com/tribe_land"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}, "extensions": {"type": "object", "properties": {"website": {"type": "string"}, "twitter": {"type": "string"}}, "required": ["website", "twitter"]}}, "required": ["name", "symbol", "logoURI", "decimals", "address", "chainId", "tags", "extensions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"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" : "Aurensan", "dpt" : "Hautes-Pyr\u00e9n\u00e9es", "inscrits" : 602, "abs" : 118, "votants" : 484, "blancs" : 75, "nuls" : 17, "exp" : 392, "res" : [{"panneau" : "1", "voix" : 237}, {"panneau" : "2", "voix" : 155}]}
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#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"Version": {"type": "integer"}, "SourceFileDate": {"type": "integer"}, "Flags": {"type": "array", "items": {"type": "string"}}}, "required": ["Version", "SourceFileDate", "Flags"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Version" : 2, "SourceFileDate" : 132440523874216788, "Flags" : ["FL_BITMAP_COMPRESSION", "FL_BITMAP_MIPMAP"]}
json_instruct
{"type": "object", "properties": {"Version": {"type": "integer"}, "SourceFileDate": {"type": "integer"}, "Flags": {"type": "array", "items": {"type": "string"}}}, "required": ["Version", "SourceFileDate", "Flags"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "integer"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "integer"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Time" : "2021-04-21T05:00:00Z", "Temp" : 18, "RelHum" : 78, "WindSpeed" : 2, "WindDir" : 269}
json_instruct
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "integer"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "integer"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"_id": {"type": "string"}, "updated": {"type": "object", "properties": {"type": {"type": "string"}, "by": {"type": "string"}, "at": {"type": "string"}}, "required": ["type", "by", "at"]}, "data": {"type": "object", "properties": {"etag": {"type": "string"}, "satisfied_on": {"type": "string"}, "delivered_on": {"type": "string"}, "charge_number": {"type": "integer"}, "persons_entitled": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "particulars": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}, "created_on": {"type": "string"}, "links": {"type": "object", "properties": {"self": {"type": "string"}}, "required": ["self"]}, "transactions": {"type": "array", "items": {"type": "object", "properties": {"filing_type": {"type": "string"}, "delivered_on": {"type": "string"}}, "required": ["filing_type", "delivered_on"]}}, "secured_details": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}, "status": {"type": "string"}, "classification": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}}, "required": ["etag", "satisfied_on", "delivered_on", "charge_number", "persons_entitled", "particulars", "created_on", "links", "transactions", "secured_details", "status", "classification"]}, "company_number": {"type": "string"}}, "required": ["_id", "updated", "data", "company_number"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"_id" : "Wt1poFfN7wAkoSpHyv922w_ZpB0", "updated" : {"type" : "mortgage_delta", "by" : "558d0dd3afa24c7af459c706", "at" : "2015-06-26T08:31:25.161Z"}, "data" : {"etag" : "822f73eb83a4aeb97853572e9f238beb3b296920", "satisfied_on" : "1993-08-21T00:00:00.000Z", "delivered_on" : "1951-09-05T00:00:00.000Z", "charge_number" : 2, "persons_entitled" : [{"name" : "(Miss) E.R.Linley"}], "particulars" : {"type" : "short-particulars", "description" : "Beechen cliff house, beechen cliff road, bath."}, "created_on" : "1951-06-29T00:00:00.000Z", "links" : {"self" : "/company/00006400/charges/Wt1poFfN7wAkoSpHyv922w_ZpB0"}, "transactions" : [{"filing_type" : "create-charge", "delivered_on" : "1951-09-05T00:00:00.000Z"}, {"delivered_on" : "1993-08-21T00:00:00.000Z", "links" : {"filing" : "/company/00006400/filing-history/YWRpcXprY3g"}, "filing_type" : "charge-satisfaction-pre-2006-companies-act"}], "secured_details" : {"type" : "amount-secured", "description" : "\u00a33,000"}, "status" : "fully-satisfied", "classification" : {"type" : "charge-description", "description" : "Legal charge registered pursuant to an order of court dated 24/8/51"}}, "company_number" : "00006400"}
json_instruct
{"type": "object", "properties": {"_id": {"type": "string"}, "updated": {"type": "object", "properties": {"type": {"type": "string"}, "by": {"type": "string"}, "at": {"type": "string"}}, "required": ["type", "by", "at"]}, "data": {"type": "object", "properties": {"etag": {"type": "string"}, "satisfied_on": {"type": "string"}, "delivered_on": {"type": "string"}, "charge_number": {"type": "integer"}, "persons_entitled": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "particulars": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}, "created_on": {"type": "string"}, "links": {"type": "object", "properties": {"self": {"type": "string"}}, "required": ["self"]}, "transactions": {"type": "array", "items": {"type": "object", "properties": {"filing_type": {"type": "string"}, "delivered_on": {"type": "string"}}, "required": ["filing_type", "delivered_on"]}}, "secured_details": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}, "status": {"type": "string"}, "classification": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}}, "required": ["etag", "satisfied_on", "delivered_on", "charge_number", "persons_entitled", "particulars", "created_on", "links", "transactions", "secured_details", "status", "classification"]}, "company_number": {"type": "string"}}, "required": ["_id", "updated", "data", "company_number"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"index": {"type": "boolean"}}, "required": ["index"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : "f635e7a8660f0eb43e25", "c" : {"index" : true}}
json_instruct
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"index": {"type": "boolean"}}, "required": ["index"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"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" : "1128983", "ThreadId" : "471138", "Html" : "Hello,\r<br />\n<br />\nI was wondering what the easiest way to theme a normal Menu control to fit in with the current Modern UI theme is? Should I create my own style? Or is there a way to reuse some styles that have already been provided?\r<br />\n<br />\nAlso, I was wondering if there was a simple way to reclaim some of the header space on a modern window? I am talking about the rather large gap between the top of the content and the top of the window.\r<br />\n<br />\nLastly, I believe this might relate to modifying the header space as well, can the position of the title links be altered?\r<br />\n<br />\nThanks,\r<br />\nAlex.<br />\n", "PostedDate" : "2013-11-25T17:20:04.767-08: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#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"header": {"type": "integer"}, "bgnlib": {"type": "array", "items": {"type": "object", "properties": {"time": {"type": "array", "items": {"type": "integer"}}, "libname": {"type": "string"}, "units": {"type": "array", "items": {"type": "number"}}, "bgnstr": {"type": "array", "items": {"type": "object", "properties": {"time": {"type": "array", "items": {"type": "integer"}}, "strname": {"type": "string"}, "elements": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "layer": {"type": "integer"}, "datatype": {"type": "integer"}, "xy": {"type": "array", "items": {"type": "integer"}}}, "required": ["type", "layer", "datatype", "xy"]}}}, "required": ["time", "strname", "elements"]}}}, "required": ["time", "libname", "units", "bgnstr"]}}}, "required": ["header", "bgnlib"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"header" : 600, "bgnlib" : [{"time" : [2019, 10, 15, 12, 15, 4, 2019, 10, 15, 12, 15, 4], "libname" : "pcell", "units" : [2.5e-05, 2.5e-11], "bgnstr" : [{"time" : [2019, 10, 15, 12, 15, 4, 2019, 10, 15, 12, 15, 4], "strname" : "guardring", "elements" : [{"type" : "boundary", "layer" : 13, "datatype" : 0, "xy" : [0, 0, 0, 80000, 80000, 80000, 80000, 0, 0, 0]}]}]}]}
json_instruct
{"type": "object", "properties": {"header": {"type": "integer"}, "bgnlib": {"type": "array", "items": {"type": "object", "properties": {"time": {"type": "array", "items": {"type": "integer"}}, "libname": {"type": "string"}, "units": {"type": "array", "items": {"type": "number"}}, "bgnstr": {"type": "array", "items": {"type": "object", "properties": {"time": {"type": "array", "items": {"type": "integer"}}, "strname": {"type": "string"}, "elements": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "layer": {"type": "integer"}, "datatype": {"type": "integer"}, "xy": {"type": "array", "items": {"type": "integer"}}}, "required": ["type", "layer", "datatype", "xy"]}}}, "required": ["time", "strname", "elements"]}}}, "required": ["time", "libname", "units", "bgnstr"]}}}, "required": ["header", "bgnlib"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"n_dim" : 2, "n_trials" : 50, "objective" : "deap_combo1_on_cube", "white" : "ultraopt_etpe", "black" : "dlib", "traceback" : ["passing", "passing"], "best_val" : [0.6565521302709626, 0.5931423618462347], "best_x" : [[0.502358023432484, 0.4968748754752239], [0.5653588636965369, 0.5073951808524232]], "feval_count" : [50, 50], "n_trials_instructed" : [50, 50], "passing" : [true, true], "completed" : true, "points" : 0.0, "winner" : "dlib_cube", "loser" : "ultraopt_etpe_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#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"asset": {"type": "object", "properties": {"format": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "path": {"type": "string"}, "size": {"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}}, "required": ["width", "height"]}, "state": {"type": "integer"}, "type": {"type": "integer"}}, "required": ["format", "id", "name", "path", "size", "state", "type"]}, "regions": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "boundingBox": {"type": "object", "properties": {"height": {"type": "number"}, "width": {"type": "number"}, "left": {"type": "number"}, "top": {"type": "number"}}, "required": ["height", "width", "left", "top"]}, "points": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}}, "required": ["id", "type", "tags", "boundingBox", "points"]}}, "version": {"type": "string"}}, "required": ["asset", "regions", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"asset" : {"format" : "jpg", "id" : "6d538ca5859709e989698bbd05431632", "name" : "0132_02227_b.jpg", "path" : "file:C:/Users/truon/Downloads/GreenParking/0132_02227_b.jpg", "size" : {"width" : 472, "height" : 303}, "state" : 2, "type" : 1}, "regions" : [{"id" : "yBccTozbs", "type" : "RECTANGLE", "tags" : ["license_Plate"], "boundingBox" : {"height" : 59.35389610389611, "width" : 64.61709520500348, "left" : 199.3248783877693, "top" : 98.70454545454547}, "points" : [{"x" : 199.3248783877693, "y" : 98.70454545454547}, {"x" : 263.9419735927728, "y" : 98.70454545454547}, {"x" : 263.9419735927728, "y" : 158.05844155844156}, {"x" : 199.3248783877693, "y" : 158.05844155844156}]}], "version" : "2.1.0"}
json_instruct
{"type": "object", "properties": {"asset": {"type": "object", "properties": {"format": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "path": {"type": "string"}, "size": {"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}}, "required": ["width", "height"]}, "state": {"type": "integer"}, "type": {"type": "integer"}}, "required": ["format", "id", "name", "path", "size", "state", "type"]}, "regions": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "boundingBox": {"type": "object", "properties": {"height": {"type": "number"}, "width": {"type": "number"}, "left": {"type": "number"}, "top": {"type": "number"}}, "required": ["height", "width", "left", "top"]}, "points": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}}, "required": ["id", "type", "tags", "boundingBox", "points"]}}, "version": {"type": "string"}}, "required": ["asset", "regions", "version"], "$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"}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "role": {"type": "string"}}, "required": ["name", "email", "role"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "laravel/framework": {"type": "string"}}, "required": ["php", "laravel/framework"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Appitventures\\Phpgmaps\\": {"type": "string"}}, "required": ["Appitventures\\Phpgmaps\\"]}}, "required": ["psr-4"]}, "extra": {"type": "object", "properties": {"branch-alias": {"type": "object", "properties": {"dev-laravel4": {"type": "string"}, "dev-develop": {"type": "string"}, "dev-master": {"type": "string"}}, "required": ["dev-laravel4", "dev-develop", "dev-master"]}}, "required": ["branch-alias"]}, "minimum-stability": {"type": "string"}}, "required": ["name", "description", "keywords", "authors", "require", "autoload", "extra", "minimum-stability"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "appitventures/phpgmaps", "description" : "A codeigniter library that has been modified a bit so that it's laravel friendly", "keywords" : ["laravel", "phpgmaps", "googlemaps", "biostall"], "authors" : [{"name" : "Michael Hopkins", "email" : "michael@appitventures.com", "role" : "developer"}], "require" : {"php" : ">=5.4.0", "laravel/framework" : "5.*"}, "autoload" : {"psr-4" : {"Appitventures\\Phpgmaps\\" : "src/Appitventures/Phpgmaps/"}}, "extra" : {"branch-alias" : {"dev-laravel4" : "1.0-dev", "dev-develop" : "2.0-dev", "dev-master" : "2.0-dev"}}, "minimum-stability" : "stable"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "role": {"type": "string"}}, "required": ["name", "email", "role"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "laravel/framework": {"type": "string"}}, "required": ["php", "laravel/framework"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Appitventures\\Phpgmaps\\": {"type": "string"}}, "required": ["Appitventures\\Phpgmaps\\"]}}, "required": ["psr-4"]}, "extra": {"type": "object", "properties": {"branch-alias": {"type": "object", "properties": {"dev-laravel4": {"type": "string"}, "dev-develop": {"type": "string"}, "dev-master": {"type": "string"}}, "required": ["dev-laravel4", "dev-develop", "dev-master"]}}, "required": ["branch-alias"]}, "minimum-stability": {"type": "string"}}, "required": ["name", "description", "keywords", "authors", "require", "autoload", "extra", "minimum-stability"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["grunt-springroll"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"acorn.js": {"type": "string"}, "acorn.min.js": {"type": "string"}}, "required": ["acorn.js", "acorn.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"acorn.js" : "sha512-DCjza2FBRWNAlyYE8Ntv8/+bxGGl2yESU4BRl5C9k4iOGSBPOKBpTbbrFAqCS4+f+dX3TmXCx8P6rsbYOk0P8Q==", "acorn.min.js" : "sha512-uh30NMIFRUM1/x8Cjsfz+7k8dEOmX8dEMV8zHUYlKuzVrrne5UW1GZpPCyAhmb9BRJ56iLuO7R17C9KMFme/fg=="}
json_instruct
{"type": "object", "properties": {"acorn.js": {"type": "string"}, "acorn.min.js": {"type": "string"}}, "required": ["acorn.js", "acorn.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"success": {"type": "boolean"}, "code": {"type": "string"}, "data": {"type": "object", "properties": {"states": {"type": "null"}, "districts": {"type": "array", "items": {"type": "object", "properties": {"entityName": {"type": "string"}, "metric": {"type": "object", "properties": {"type": {"type": "string"}, "count": {"type": "integer"}, "amount": {"type": "number"}}, "required": ["type", "count", "amount"]}}, "required": ["entityName", "metric"]}}, "pincodes": {"type": "array", "items": {"type": "object", "properties": {"entityName": {"type": "string"}, "metric": {"type": "object", "properties": {"type": {"type": "string"}, "count": {"type": "integer"}, "amount": {"type": "number"}}, "required": ["type", "count", "amount"]}}, "required": ["entityName", "metric"]}}}, "required": ["states", "districts", "pincodes"]}, "responseTimestamp": {"type": "integer"}}, "required": ["success", "code", "data", "responseTimestamp"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"success" : true, "code" : "SUCCESS", "data" : {"states" : null, "districts" : [{"entityName" : "papum pare", "metric" : {"type" : "TOTAL", "count" : 180373, "amount" : 457430754.15953165}}, {"entityName" : "west kameng", "metric" : {"type" : "TOTAL", "count" : 75363, "amount" : 198712422.2374845}}, {"entityName" : "changlang", "metric" : {"type" : "TOTAL", "count" : 43858, "amount" : 93461363.58699805}}, {"entityName" : "lohit", "metric" : {"type" : "TOTAL", "count" : 36985, "amount" : 83701268.27182505}}, {"entityName" : "east siang", "metric" : {"type" : "TOTAL", "count" : 33743, "amount" : 82011539.42531273}}, {"entityName" : "tawang", "metric" : {"type" : "TOTAL", "count" : 31865, "amount" : 84425193.41571434}}, {"entityName" : "namsai", "metric" : {"type" : "TOTAL", "count" : 23112, "amount" : 46444942.9567038}}, {"entityName" : "west siang", "metric" : {"type" : "TOTAL", "count" : 19728, "amount" : 47929440.73153875}}, {"entityName" : "tirap", "metric" : {"type" : "TOTAL", "count" : 18369, "amount" : 40877851.79372531}}, {"entityName" : "lower subansiri", "metric" : {"type" : "TOTAL", "count" : 15770, "amount" : 34273250.7179902}}], "pincodes" : [{"entityName" : "791110", "metric" : {"type" : "TOTAL", "count" : 53858, "amount" : 134164730.89583132}}, {"entityName" : "791111", "metric" : {"type" : "TOTAL", "count" : 44651, "amount" : 118592432.50755887}}, {"entityName" : "791113", "metric" : {"type" : "TOTAL", "count" : 40087, "amount" : 114373417.73145652}}, {"entityName" : "791102", "metric" : {"type" : "TOTAL", "count" : 30846, "amount" : 73201195.2353644}}, {"entityName" : "792103", "metric" : {"type" : "TOTAL", "count" : 27462, "amount" : 65003236.302331895}}, {"entityName" : "790116", "metric" : {"type" : "TOTAL", "count" : 25027, "amount" : 68279455.36544603}}, {"entityName" : "790104", "metric" : {"type" : "TOTAL", "count" : 24414, "amount" : 66277727.27349471}}, {"entityName" : "792001", "metric" : {"type" : "TOTAL", "count" : 23370, "amount" : 55255805.31059417}}, {"entityName" : "791001", "metric" : {"type" : "TOTAL", "count" : 22588, "amount" : 54519489.86110417}}, {"entityName" : "791109", "metric" : {"type" : "TOTAL", "count" : 22374, "amount" : 43679801.42383069}}]}, "responseTimestamp" : 1630501491518}
json_instruct
{"type": "object", "properties": {"success": {"type": "boolean"}, "code": {"type": "string"}, "data": {"type": "object", "properties": {"states": {"type": "null"}, "districts": {"type": "array", "items": {"type": "object", "properties": {"entityName": {"type": "string"}, "metric": {"type": "object", "properties": {"type": {"type": "string"}, "count": {"type": "integer"}, "amount": {"type": "number"}}, "required": ["type", "count", "amount"]}}, "required": ["entityName", "metric"]}}, "pincodes": {"type": "array", "items": {"type": "object", "properties": {"entityName": {"type": "string"}, "metric": {"type": "object", "properties": {"type": {"type": "string"}, "count": {"type": "integer"}, "amount": {"type": "number"}}, "required": ["type", "count", "amount"]}}, "required": ["entityName", "metric"]}}}, "required": ["states", "districts", "pincodes"]}, "responseTimestamp": {"type": "integer"}}, "required": ["success", "code", "data", "responseTimestamp"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"dis_max": {"type": "object", "properties": {"queries": {"type": "array", "items": {"type": "object", "properties": {"prefix": {"type": "object", "properties": {"name.first": {"type": "object", "properties": {"value": {"type": "string"}, "boost": {"type": "number"}}, "required": ["value", "boost"]}}, "required": ["name.first"]}}, "required": ["prefix"]}}}, "required": ["queries"]}}, "required": ["dis_max"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"dis_max" : {"queries" : [{"prefix" : {"name.first" : {"value" : "sh", "boost" : 1.2}}}]}}
json_instruct
{"type": "object", "properties": {"dis_max": {"type": "object", "properties": {"queries": {"type": "array", "items": {"type": "object", "properties": {"prefix": {"type": "object", "properties": {"name.first": {"type": "object", "properties": {"value": {"type": "string"}, "boost": {"type": "number"}}, "required": ["value", "boost"]}}, "required": ["name.first"]}}, "required": ["prefix"]}}}, "required": ["queries"]}}, "required": ["dis_max"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dev": {"type": "string"}, "dev:client": {"type": "string"}, "dev:server": {"type": "string"}, "build": {"type": "string"}, "build:client": {"type": "string"}, "build:server": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "dev", "dev:client", "dev:server", "build", "build:client", "build:server", "test"]}, "devDependencies": {"type": "object", "properties": {"@testing-library/dom": {"type": "string"}, "@testing-library/jest-dom": {"type": "string"}, "@types/express": {"type": "string"}, "@types/jest": {"type": "string"}, "@types/jsdom": {"type": "string"}, "bufferutil": {"type": "string"}, "concurrently": {"type": "string"}, "express": {"type": "string"}, "jest": {"type": "string"}, "jsdom": {"type": "string"}, "nodemon": {"type": "string"}, "socket.io": {"type": "string"}, "ts-jest": {"type": "string"}, "ts-loader": {"type": "string"}, "ts-node": {"type": "string"}, "typescript": {"type": "string"}, "utf-8-validate": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}}, "required": ["@testing-library/dom", "@testing-library/jest-dom", "@types/express", "@types/jest", "@types/jsdom", "bufferutil", "concurrently", "express", "jest", "jsdom", "nodemon", "socket.io", "ts-jest", "ts-loader", "ts-node", "typescript", "utf-8-validate", "webpack", "webpack-cli"]}, "dependencies": {"type": "object", "properties": {"dotenv": {"type": "string"}, "socket.io-client": {"type": "string"}}, "required": ["dotenv", "socket.io-client"]}}, "required": ["name", "version", "main", "license", "scripts", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "direction-controller", "version" : "1.0.0", "main" : "index.js", "license" : "MIT", "scripts" : {"start" : "node build/index.js", "dev" : "concurrently \"yarn dev:client --watch\" \"yarn dev:server\"", "dev:client" : "webpack --config ./webpack.config.client.js --watch", "dev:server" : "nodemon --watch src --delay 1 --exec 'ts-node' src/server/index.ts", "build" : "yarn build:client && yarn build:server", "build:client" : "webpack --config ./webpack.config.client.js --mode=production", "build:server" : "webpack --config ./webpack.config.server.js --mode=production", "test" : "jest"}, "devDependencies" : {"@testing-library/dom" : "^7.28.1", "@testing-library/jest-dom" : "^5.11.6", "@types/express" : "^4.17.11", "@types/jest" : "^26.0.15", "@types/jsdom" : "^16.2.5", "bufferutil" : "^4.0.3", "concurrently" : "^5.3.0", "express" : "^4.17.1", "jest" : "^26.6.3", "jsdom" : "^16.4.0", "nodemon" : "^2.0.7", "socket.io" : "^3.1.1", "ts-jest" : "^26.4.4", "ts-loader" : "^8.0.17", "ts-node" : "^9.1.1", "typescript" : "^4.1.2", "utf-8-validate" : "^5.0.4", "webpack" : "^5.21.2", "webpack-cli" : "^4.5.0"}, "dependencies" : {"dotenv" : "^8.2.0", "socket.io-client" : "^3.1.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dev": {"type": "string"}, "dev:client": {"type": "string"}, "dev:server": {"type": "string"}, "build": {"type": "string"}, "build:client": {"type": "string"}, "build:server": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "dev", "dev:client", "dev:server", "build", "build:client", "build:server", "test"]}, "devDependencies": {"type": "object", "properties": {"@testing-library/dom": {"type": "string"}, "@testing-library/jest-dom": {"type": "string"}, "@types/express": {"type": "string"}, "@types/jest": {"type": "string"}, "@types/jsdom": {"type": "string"}, "bufferutil": {"type": "string"}, "concurrently": {"type": "string"}, "express": {"type": "string"}, "jest": {"type": "string"}, "jsdom": {"type": "string"}, "nodemon": {"type": "string"}, "socket.io": {"type": "string"}, "ts-jest": {"type": "string"}, "ts-loader": {"type": "string"}, "ts-node": {"type": "string"}, "typescript": {"type": "string"}, "utf-8-validate": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}}, "required": ["@testing-library/dom", "@testing-library/jest-dom", "@types/express", "@types/jest", "@types/jsdom", "bufferutil", "concurrently", "express", "jest", "jsdom", "nodemon", "socket.io", "ts-jest", "ts-loader", "ts-node", "typescript", "utf-8-validate", "webpack", "webpack-cli"]}, "dependencies": {"type": "object", "properties": {"dotenv": {"type": "string"}, "socket.io-client": {"type": "string"}}, "required": ["dotenv", "socket.io-client"]}}, "required": ["name", "version", "main", "license", "scripts", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"datestamp": {"type": "string"}, "nameWithOwner": {"type": "string"}, "name": {"type": "string"}, "commits": {"type": "integer"}, "forkCount": {"type": "integer"}, "issues": {"type": "integer"}, "openIssues": {"type": "integer"}, "closedIssues": {"type": "integer"}, "pullRequests": {"type": "integer"}, "openPullRequests": {"type": "integer"}, "mergedPullRequests": {"type": "integer"}, "closedPullRequests": {"type": "integer"}, "stargazers": {"type": "integer"}, "watchers": {"type": "integer"}}, "required": ["datestamp", "nameWithOwner", "name", "commits", "forkCount", "issues", "openIssues", "closedIssues", "pullRequests", "openPullRequests", "mergedPullRequests", "closedPullRequests", "stargazers", "watchers"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"datestamp" : "2019-12-20", "nameWithOwner" : "twitter/typeahead.js", "name" : "typeahead.js", "commits" : 594, "forkCount" : 3400, "issues" : 1305, "openIssues" : 402, "closedIssues" : 903, "pullRequests" : 468, "openPullRequests" : 95, "mergedPullRequests" : 106, "closedPullRequests" : 267, "stargazers" : 15927, "watchers" : 593}
json_instruct
{"type": "object", "properties": {"datestamp": {"type": "string"}, "nameWithOwner": {"type": "string"}, "name": {"type": "string"}, "commits": {"type": "integer"}, "forkCount": {"type": "integer"}, "issues": {"type": "integer"}, "openIssues": {"type": "integer"}, "closedIssues": {"type": "integer"}, "pullRequests": {"type": "integer"}, "openPullRequests": {"type": "integer"}, "mergedPullRequests": {"type": "integer"}, "closedPullRequests": {"type": "integer"}, "stargazers": {"type": "integer"}, "watchers": {"type": "integer"}}, "required": ["datestamp", "nameWithOwner", "name", "commits", "forkCount", "issues", "openIssues", "closedIssues", "pullRequests", "openPullRequests", "mergedPullRequests", "closedPullRequests", "stargazers", "watchers"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"cytoscape-panzoom.js": {"type": "string"}, "cytoscape-panzoom.min.js": {"type": "string"}, "cytoscape.js-panzoom.css": {"type": "string"}, "cytoscape.js-panzoom.min.css": {"type": "string"}}, "required": ["cytoscape-panzoom.js", "cytoscape-panzoom.min.js", "cytoscape.js-panzoom.css", "cytoscape.js-panzoom.min.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"cytoscape-panzoom.js" : "sha512-Ju6IXgt/kUdlQiYuMsNQBtybkqeIaoIwjsUdIucUirp2n3+IWJob2PCKcf/YYBuBXFa4AIxK7iwxv4EmXfe26w==", "cytoscape-panzoom.min.js" : "sha512-gr42SGBlgJhf6Ye45hIHq0OXQox911cLGXSTgT6QDEIF7iQxNK7FvP0KubwrdKCZ/i99Y+KxwujRX9XfrlFFFw==", "cytoscape.js-panzoom.css" : "sha512-mkWGW6NaxalUrj5AV/pEmFNqdeej/XpQUBrOUhVK7/uBYr0r/aZpouAp19LCu68uY8KmH99mHE7tVj5LTRczQA==", "cytoscape.js-panzoom.min.css" : "sha512-4qEqxs7b7IA0C12ySwJw+ucL+C1P/x4BTn5PaeZ0UKo6QqfyoNgoclViGsELWHLq0YNjNlPaGM14LfbkK9xkEg=="}
json_instruct
{"type": "object", "properties": {"cytoscape-panzoom.js": {"type": "string"}, "cytoscape-panzoom.min.js": {"type": "string"}, "cytoscape.js-panzoom.css": {"type": "string"}, "cytoscape.js-panzoom.min.css": {"type": "string"}}, "required": ["cytoscape-panzoom.js", "cytoscape-panzoom.min.js", "cytoscape.js-panzoom.css", "cytoscape.js-panzoom.min.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "unity": {"type": "string"}, "unityRelease": {"type": "string"}, "dependencies": {"type": "object", "properties": {"com.i5.toolkit.core": {"type": "string"}, "com.microsoft.mixedreality.toolkit.foundation": {"type": "string"}, "com.microsoft.mixedreality.toolkit.tools": {"type": "string"}, "com.microsoft.mixedreality.toolkit.examples": {"type": "string"}, "com.unity.textmeshpro": {"type": "string"}}, "required": ["com.i5.toolkit.core", "com.microsoft.mixedreality.toolkit.foundation", "com.microsoft.mixedreality.toolkit.tools", "com.microsoft.mixedreality.toolkit.examples", "com.unity.textmeshpro"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "samples": {"type": "array", "items": {}}}, "required": ["name", "version", "displayName", "description", "unity", "unityRelease", "dependencies", "keywords", "author", "samples"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "com.i5.toolkit.mixedreality", "version" : "0.1.0", "displayName" : "i5 Toolkit for Mixed Reality", "description" : "This package contains a collection of tools, features and assets for the development of mixed reality Unity projects", "unity" : "2018.4", "unityRelease" : "15f1", "dependencies" : {"com.i5.toolkit.core" : "1.2.1", "com.microsoft.mixedreality.toolkit.foundation" : "2.5.1", "com.microsoft.mixedreality.toolkit.tools" : "2.5.1", "com.microsoft.mixedreality.toolkit.examples" : "2.5.1", "com.unity.textmeshpro" : "1.5.1"}, "keywords" : ["Unity", "Toolkit", "rwth-acis", "i5", "RWTH", "Mixed Reality"], "author" : {"name" : "Benedikt Hensen\nAdvanced Community Information Systems\nInformatik 5, RWTH Aachen University", "url" : "http://dbis.rwth-aachen.de/cms"}, "samples" : []}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "unity": {"type": "string"}, "unityRelease": {"type": "string"}, "dependencies": {"type": "object", "properties": {"com.i5.toolkit.core": {"type": "string"}, "com.microsoft.mixedreality.toolkit.foundation": {"type": "string"}, "com.microsoft.mixedreality.toolkit.tools": {"type": "string"}, "com.microsoft.mixedreality.toolkit.examples": {"type": "string"}, "com.unity.textmeshpro": {"type": "string"}}, "required": ["com.i5.toolkit.core", "com.microsoft.mixedreality.toolkit.foundation", "com.microsoft.mixedreality.toolkit.tools", "com.microsoft.mixedreality.toolkit.examples", "com.unity.textmeshpro"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "samples": {"type": "array", "items": {}}}, "required": ["name", "version", "displayName", "description", "unity", "unityRelease", "dependencies", "keywords", "author", "samples"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"posttest": {"type": "string"}, "test": {"type": "string"}, "coverage": {"type": "string"}, "release": {"type": "string"}}, "required": ["posttest", "test", "coverage", "release"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "coveralls": {"type": "string"}, "mocha": {"type": "string"}, "nyc": {"type": "string"}, "request": {"type": "string"}, "standard": {"type": "string"}, "standard-version": {"type": "string"}}, "required": ["chai", "coveralls", "mocha", "nyc", "request", "standard", "standard-version"]}, "dependencies": {"type": "object", "properties": {"bluebird": {"type": "string"}, "bole": {"type": "string"}}, "required": ["bluebird", "bole"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "micro-monitor", "version" : "3.1.0", "description" : "add a monitoring endpoint to your node background services", "main" : "index.js", "scripts" : {"posttest" : "standard", "test" : "nyc mocha test.js", "coverage" : "nyc --reporter=text-lcov mocha | coveralls", "release" : "standard-version"}, "repository" : {"type" : "git", "url" : "git+ssh://git@github.com/npm/micro-monitor.git"}, "keywords" : ["micro", "monitor"], "author" : "Ben Coe <ben@npmjs.com>", "license" : "ISC", "bugs" : {"url" : "https://github.com/npm/micro-monitor/issues"}, "homepage" : "https://github.com/npm/micro-monitor#readme", "devDependencies" : {"chai" : "^3.5.0", "coveralls" : "^2.11.15", "mocha" : "^3.2.0", "nyc" : "^10.0.0", "request" : "^2.79.0", "standard" : "^8.6.0", "standard-version" : "^4.0.0"}, "dependencies" : {"bluebird" : "^3.5.0", "bole" : "*"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"posttest": {"type": "string"}, "test": {"type": "string"}, "coverage": {"type": "string"}, "release": {"type": "string"}}, "required": ["posttest", "test", "coverage", "release"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "coveralls": {"type": "string"}, "mocha": {"type": "string"}, "nyc": {"type": "string"}, "request": {"type": "string"}, "standard": {"type": "string"}, "standard-version": {"type": "string"}}, "required": ["chai", "coveralls", "mocha", "nyc", "request", "standard", "standard-version"]}, "dependencies": {"type": "object", "properties": {"bluebird": {"type": "string"}, "bole": {"type": "string"}}, "required": ["bluebird", "bole"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userId" : 75467, "cartId" : "c96d5198-c35d-4343-a851-9d89956f60a9", "preferredProducts" : [4731, 985, 3520, 2916, 3835], "productReviews" : [{"productId" : 4204, "reviewText" : "It only works when I'm Rwanda.", "reviewDate" : "2019-04-28T15:13:16.6145869+03:00"}, {"productId" : 2282, "reviewText" : "The box this comes in is 3 yard by 6 light-year and weights 15 gram!!!", "reviewDate" : "2019-03-16T14:03:05.8818879+02:00"}, {"productId" : 3252, "reviewText" : "It only works when I'm Niger.", "reviewDate" : "2019-10-28T07:38:08.551125+02:00"}, {"productId" : 1363, "reviewText" : "It only works when I'm Azerbaijan.", "reviewDate" : "2018-02-05T12:46:19.9580239+02:00"}]}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "integer"}, "node": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "nameCN": {"type": "string"}, "image": {"type": "string"}, "date": {"type": "string"}}, "required": ["id", "name", "nameCN", "image", "date"]}}, "relate": {"type": "array", "items": {"type": "object", "properties": {"relate": {"type": "string"}, "src": {"type": "integer"}, "dst": {"type": "integer"}}, "required": ["relate", "src", "dst"]}}}, "required": ["id", "node", "relate"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 333865, "node" : [{"id" : 333864, "name" : "Encyclopaedia Eorzea \uff5eThe World of FINAL FANTASY XIV\uff5e", "nameCN" : "\u827e\u6b27\u6cfd\u4e9a\u767e\u79d1\u5168\u4e66", "image" : "//lain.bgm.tv/pic/cover/m/51/4a/333864_y7ymd.jpg", "date" : "2016-12-27"}, {"id" : 333865, "name" : "Encyclopaedia Eorzea \uff5eThe World of FINAL FANTASY XIV\uff5e Volume II", "nameCN" : "\u827e\u6b27\u6cfd\u4e9a\u767e\u79d1\u5168\u4e66II", "image" : "//lain.bgm.tv/pic/cover/m/e2/74/333865_5kjGs.jpg", "date" : "2018-11-24"}], "relate" : [{"relate" : "\u7eed\u96c6", "src" : 333864, "dst" : 333865}, {"relate" : "\u524d\u4f20", "src" : 333865, "dst" : 333864}]}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "node": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "nameCN": {"type": "string"}, "image": {"type": "string"}, "date": {"type": "string"}}, "required": ["id", "name", "nameCN", "image", "date"]}}, "relate": {"type": "array", "items": {"type": "object", "properties": {"relate": {"type": "string"}, "src": {"type": "integer"}, "dst": {"type": "integer"}}, "required": ["relate", "src", "dst"]}}}, "required": ["id", "node", "relate"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"Identifier": {"type": "string"}, "Name": {"type": "string"}, "Desc": {"type": "string"}, "Model": {"type": "string"}, "Health": {"type": "integer"}, "MarketPrice": {"type": "integer"}, "Category": {"type": "string"}, "Quantity": {"type": "integer"}, "IsStackable": {"type": "boolean"}, "IsBuyableFromFlea": {"type": "boolean"}, "Entity": {"type": "string"}}, "required": ["Identifier", "Name", "Desc", "Model", "Health", "MarketPrice", "Category", "Quantity", "IsStackable", "IsBuyableFromFlea", "Entity"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Identifier" : "UPGR_EOTECH557", "Name" : "Viseur ELCAN C79", "Desc" : "", "Model" : "models/bunneh/elcan.mdl", "Health" : 50, "MarketPrice" : 10, "Category" : "EQUIPMENTS", "Quantity" : 0, "IsStackable" : true, "IsBuyableFromFlea" : true, "Entity" : "upgr_eotech557"}
json_instruct
{"type": "object", "properties": {"Identifier": {"type": "string"}, "Name": {"type": "string"}, "Desc": {"type": "string"}, "Model": {"type": "string"}, "Health": {"type": "integer"}, "MarketPrice": {"type": "integer"}, "Category": {"type": "string"}, "Quantity": {"type": "integer"}, "IsStackable": {"type": "boolean"}, "IsBuyableFromFlea": {"type": "boolean"}, "Entity": {"type": "string"}}, "required": ["Identifier", "Name", "Desc", "Model", "Health", "MarketPrice", "Category", "Quantity", "IsStackable", "IsBuyableFromFlea", "Entity"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"examine": {"type": "string"}}, "required": ["examine"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"examine" : "It's an Dragonbone platelegs."}
json_instruct
{"type": "object", "properties": {"examine": {"type": "string"}}, "required": ["examine"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"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" : "San Pascual, Sorsogon City, Sorsogon, Bicol Region (Region V), PH", "locale" : "ph.bicol-region-region-v.sorsogon.sorsogon-city.san-pascual", "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" : "1253", "city_reference" : "1429", "city_name" : "Sorsogon City", "barangay_id" : "37136", "barangay_reference" : "37074", "barangay_name" : "San Pascual"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[124.042664, 13.02361], [124.047684, 13.02433], [124.048691, 13.02297], [124.0522, 13.0217], [124.054192, 13.01949], [124.056068, 13.01775], [124.056648, 13.01501], [124.056419, 13.01382], [124.053719, 13.01166], [124.051178, 13.0102], [124.049278, 13.01054], [124.048927, 13.01144], [124.048767, 13.01198], [124.04731, 13.01351], [124.046303, 13.01423], [124.043922, 13.01446], [124.041206, 13.01521], [124.039673, 13.0173], [124.039803, 13.01817], [124.040192, 13.01866], [124.040413, 13.01952], [124.041542, 13.02047], [124.042343, 13.02165], [124.042664, 13.02361]]]]}}
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": "object", "properties": {"img0.jpeg": {"type": "string"}, "img1.jpeg": {"type": "string"}, "img2.jpeg": {"type": "string"}, "img3.jpeg": {"type": "string"}, "img4.jpeg": {"type": "string"}, "img5.jpeg": {"type": "string"}}, "required": ["img0.jpeg", "img1.jpeg", "img2.jpeg", "img3.jpeg", "img4.jpeg", "img5.jpeg"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"img0.jpeg" : "", "img1.jpeg" : "/notifications", "img2.jpeg" : "/stuinfo", "img3.jpeg" : "", "img4.jpeg" : "", "img5.jpeg" : "/userAccountSetting"}
json_instruct
{"type": "object", "properties": {"img0.jpeg": {"type": "string"}, "img1.jpeg": {"type": "string"}, "img2.jpeg": {"type": "string"}, "img3.jpeg": {"type": "string"}, "img4.jpeg": {"type": "string"}, "img5.jpeg": {"type": "string"}}, "required": ["img0.jpeg", "img1.jpeg", "img2.jpeg", "img3.jpeg", "img4.jpeg", "img5.jpeg"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"solution_size": {"type": "integer"}, "ok": {"type": "boolean"}, "resemblance": {"type": "number"}, "problem_id": {"type": "integer"}, "solution_spec_hash": {"type": "string"}}, "required": ["solution_size", "ok", "resemblance", "problem_id", "solution_spec_hash"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"solution_size" : 2783, "ok" : true, "resemblance" : 0.999999, "problem_id" : 5307, "solution_spec_hash" : "5ce877a0616e675f43f638ed38ac563a1539705a"}
json_instruct
{"type": "object", "properties": {"solution_size": {"type": "integer"}, "ok": {"type": "boolean"}, "resemblance": {"type": "number"}, "problem_id": {"type": "integer"}, "solution_spec_hash": {"type": "string"}}, "required": ["solution_size", "ok", "resemblance", "problem_id", "solution_spec_hash"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"artists": {"type": "array", "items": {"type": "object", "properties": {"attribute-list": {"type": "array", "items": {"type": "string"}}, "mbid": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["attribute-list", "mbid", "name", "type"]}}, "mbid": {"type": "string"}, "tags": {"type": "object", "properties": {"form": {"type": "string"}, "makam": {"type": "string"}}, "required": ["form", "makam"]}, "title": {"type": "string"}, "works": {"type": "array", "items": {"type": "object", "properties": {"artists": {"type": "array", "items": {"type": "object", "properties": {"mbid": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["mbid", "name", "type"]}}, "mbid": {"type": "string"}, "score": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "type"]}, "title": {"type": "string"}}, "required": ["artists", "mbid", "score", "title"]}}}, "required": ["artists", "mbid", "tags", "title", "works"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"artists" : [{"attribute-list" : ["nai"], "mbid" : "3a57e3a4-4e48-4ce2-aae0-c5b5275721eb", "name" : "Salih Bilgin", "type" : "instrument"}], "mbid" : "4af2dcea-69c6-412e-9a60-d86ba74d366f", "tags" : {"form" : "sazsemaisi", "makam" : "hicazkar"}, "title" : "Hicazkar Saz Semai (Kiz Ney)", "works" : [{"artists" : [{"mbid" : "2eb3e579-dae8-490f-9251-c604660f9f0c", "name" : "Kemal Niyazi Seyhun", "type" : "composer"}], "mbid" : "af08dbf5-4d3d-4567-b224-79b01a26b17d", "score" : {"name" : "", "type" : "symbTr_v2"}, "title" : "Hicazkar Sazsemaisi"}]}
json_instruct
{"type": "object", "properties": {"artists": {"type": "array", "items": {"type": "object", "properties": {"attribute-list": {"type": "array", "items": {"type": "string"}}, "mbid": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["attribute-list", "mbid", "name", "type"]}}, "mbid": {"type": "string"}, "tags": {"type": "object", "properties": {"form": {"type": "string"}, "makam": {"type": "string"}}, "required": ["form", "makam"]}, "title": {"type": "string"}, "works": {"type": "array", "items": {"type": "object", "properties": {"artists": {"type": "array", "items": {"type": "object", "properties": {"mbid": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["mbid", "name", "type"]}}, "mbid": {"type": "string"}, "score": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "type"]}, "title": {"type": "string"}}, "required": ["artists", "mbid", "score", "title"]}}}, "required": ["artists", "mbid", "tags", "title", "works"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"artists": {"type": "array", "items": {"type": "object", "properties": {"attribute-list": {"type": "array", "items": {"type": "string"}}, "mbid": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["attribute-list", "mbid", "name", "type"]}}, "mbid": {"type": "string"}, "tags": {"type": "object", "properties": {"form": {"type": "string"}, "makam": {"type": "string"}, "usul": {"type": "string"}}, "required": ["form", "makam", "usul"]}, "title": {"type": "string"}, "works": {"type": "array", "items": {"type": "object", "properties": {"artists": {"type": "array", "items": {"type": "object", "properties": {"mbid": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["mbid", "name", "type"]}}, "mbid": {"type": "string"}, "score": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "type"]}, "title": {"type": "string"}}, "required": ["artists", "mbid", "score", "title"]}}}, "required": ["artists", "mbid", "tags", "title", "works"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"artists" : [{"attribute-list" : ["tanbur"], "mbid" : "6256ace7-f139-4a22-a5e2-e9e46bffb0d4", "name" : "Fahrettin \u00c7imenli", "type" : "instrument"}], "mbid" : "787e326d-fb9f-4c5f-98cf-10cb9613cda2", "tags" : {"form" : "pe\u015frev", "makam" : "neveser", "usul" : "hafif"}, "title" : "Neveser Pesrev", "works" : [{"artists" : [{"mbid" : "463196f6-9604-49e6-afa2-f6bde8b1c1a9", "name" : "Neyzen Yusuf Pasa", "type" : "composer"}], "mbid" : "f1fd86a8-f3ff-4daf-83c2-2e0b7d9b269f", "score" : {"name" : "neveser--pesrev--hafif--cankurtaran--neyzen_yusuf_pasa", "type" : "symbTr_v2"}, "title" : "Neveser Pesrev"}]}
json_instruct
{"type": "object", "properties": {"artists": {"type": "array", "items": {"type": "object", "properties": {"attribute-list": {"type": "array", "items": {"type": "string"}}, "mbid": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["attribute-list", "mbid", "name", "type"]}}, "mbid": {"type": "string"}, "tags": {"type": "object", "properties": {"form": {"type": "string"}, "makam": {"type": "string"}, "usul": {"type": "string"}}, "required": ["form", "makam", "usul"]}, "title": {"type": "string"}, "works": {"type": "array", "items": {"type": "object", "properties": {"artists": {"type": "array", "items": {"type": "object", "properties": {"mbid": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["mbid", "name", "type"]}}, "mbid": {"type": "string"}, "score": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "type"]}, "title": {"type": "string"}}, "required": ["artists", "mbid", "score", "title"]}}}, "required": ["artists", "mbid", "tags", "title", "works"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"build:with:": {"type": "string"}, "children": {"type": "string"}}, "required": ["build:with:", "children"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"class" : {}, "instance" : {"build:with:" : "ct 9/1/2020 09:39", "children" : "ct 9/1/2020 09:40"}}
json_instruct
{"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"build:with:": {"type": "string"}, "children": {"type": "string"}}, "required": ["build:with:", "children"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"label": {"type": "string"}, "name": {"type": "array", "items": {"type": "object", "properties": {"_value": {"type": "string"}, "id": {"type": "string"}}, "required": ["_value", "id"]}}, "id": {"type": "string"}, "_rid": {"type": "string"}, "_self": {"type": "string"}, "_etag": {"type": "string"}, "_attachments": {"type": "string"}, "_ts": {"type": "integer"}}, "required": ["label", "name", "id", "_rid", "_self", "_etag", "_attachments", "_ts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"label" : "comic", "name" : [{"_value" : "A 333", "id" : "0f9cd602-4341-4a24-abc7-b384e8fc80f0"}], "id" : "7d762531-2d49-4afe-9c7c-5fbffc7dc1ef", "_rid" : "VyAjAPMRAAAhAAAAAAAAAA==", "_self" : "dbs/VyAjAA==/colls/VyAjAPMRAAA=/docs/VyAjAPMRAAAhAAAAAAAAAA==/", "_etag" : "\"500026e8-0000-0000-0000-595eb9350000\"", "_attachments" : "attachments/", "_ts" : 1499380020}
json_instruct
{"type": "object", "properties": {"label": {"type": "string"}, "name": {"type": "array", "items": {"type": "object", "properties": {"_value": {"type": "string"}, "id": {"type": "string"}}, "required": ["_value", "id"]}}, "id": {"type": "string"}, "_rid": {"type": "string"}, "_self": {"type": "string"}, "_etag": {"type": "string"}, "_attachments": {"type": "string"}, "_ts": {"type": "integer"}}, "required": ["label", "name", "id", "_rid", "_self", "_etag", "_attachments", "_ts"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "webpackCompilationHash": {"type": "string"}, "result": {"type": "object", "properties": {"pageContext": {"type": "object", "properties": {"isCreatedByStatefulCreatePages": {"type": "boolean"}}, "required": ["isCreatedByStatefulCreatePages"]}}, "required": ["pageContext"]}}, "required": ["componentChunkName", "path", "webpackCompilationHash", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"componentChunkName" : "component---src-pages-smart-home-scsslint-tmp-1227239631993848173-js", "path" : "/smart-home_scsslint_tmp1227239631993848173/", "webpackCompilationHash" : "28b9cfcd7db2254461bc", "result" : {"pageContext" : {"isCreatedByStatefulCreatePages" : true}}}
json_instruct
{"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "webpackCompilationHash": {"type": "string"}, "result": {"type": "object", "properties": {"pageContext": {"type": "object", "properties": {"isCreatedByStatefulCreatePages": {"type": "boolean"}}, "required": ["isCreatedByStatefulCreatePages"]}}, "required": ["pageContext"]}}, "required": ["componentChunkName", "path", "webpackCompilationHash", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "null"}, "state": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "full_time_school": {"type": "boolean"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "fax", "phone", "website", "state", "programs", "full_time_school", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Volksschule Miltenberg", "id" : "BY-7815", "address" : "Wolfram-von-Eschenbach-Str. 17 63897 Miltenberg", "school_type" : "Grundschule", "fax" : "09371 99602", "phone" : "09371 8809", "website" : null, "state" : "BY", "programs" : {"programs" : []}, "full_time_school" : false, "lon" : 9.266282, "lat" : 49.702461}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "null"}, "state": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "full_time_school": {"type": "boolean"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "fax", "phone", "website", "state", "programs", "full_time_school", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"2001:470:1f13:6c0:5af4:69d9:d110:b154": {"type": "object", "properties": {"1h": {"type": "object", "properties": {"2001:470:1f13:6c0:5af4:69d9:d110:b154": {"type": "number"}, "192.168.1.4": {"type": "number"}}, "required": ["2001:470:1f13:6c0:5af4:69d9:d110:b154", "192.168.1.4"]}, "6h": {"type": "object", "properties": {"2001:470:1f13:6c0:5af4:69d9:d110:b154": {"type": "number"}, "192.168.1.4": {"type": "number"}}, "required": ["2001:470:1f13:6c0:5af4:69d9:d110:b154", "192.168.1.4"]}}, "required": ["1h", "6h"]}, "192.168.1.4": {"type": "object", "properties": {"1h": {"type": "object", "properties": {"2001:470:1f13:6c0:5af4:69d9:d110:b154": {"type": "number"}, "192.168.1.4": {"type": "number"}}, "required": ["2001:470:1f13:6c0:5af4:69d9:d110:b154", "192.168.1.4"]}, "6h": {"type": "object", "properties": {"2001:470:1f13:6c0:5af4:69d9:d110:b154": {"type": "number"}, "192.168.1.4": {"type": "number"}}, "required": ["2001:470:1f13:6c0:5af4:69d9:d110:b154", "192.168.1.4"]}}, "required": ["1h", "6h"]}}, "required": ["2001:470:1f13:6c0:5af4:69d9:d110:b154", "192.168.1.4"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"2001:470:1f13:6c0:5af4:69d9:d110:b154" : {"1h" : {"2001:470:1f13:6c0:5af4:69d9:d110:b154" : 1.0, "192.168.1.4" : 1.0}, "6h" : {"2001:470:1f13:6c0:5af4:69d9:d110:b154" : 1.0, "192.168.1.4" : 1.0}}, "192.168.1.4" : {"1h" : {"2001:470:1f13:6c0:5af4:69d9:d110:b154" : 1.0, "192.168.1.4" : 1.0}, "6h" : {"2001:470:1f13:6c0:5af4:69d9:d110:b154" : 1.0, "192.168.1.4" : 1.0}}}
json_instruct
{"type": "object", "properties": {"2001:470:1f13:6c0:5af4:69d9:d110:b154": {"type": "object", "properties": {"1h": {"type": "object", "properties": {"2001:470:1f13:6c0:5af4:69d9:d110:b154": {"type": "number"}, "192.168.1.4": {"type": "number"}}, "required": ["2001:470:1f13:6c0:5af4:69d9:d110:b154", "192.168.1.4"]}, "6h": {"type": "object", "properties": {"2001:470:1f13:6c0:5af4:69d9:d110:b154": {"type": "number"}, "192.168.1.4": {"type": "number"}}, "required": ["2001:470:1f13:6c0:5af4:69d9:d110:b154", "192.168.1.4"]}}, "required": ["1h", "6h"]}, "192.168.1.4": {"type": "object", "properties": {"1h": {"type": "object", "properties": {"2001:470:1f13:6c0:5af4:69d9:d110:b154": {"type": "number"}, "192.168.1.4": {"type": "number"}}, "required": ["2001:470:1f13:6c0:5af4:69d9:d110:b154", "192.168.1.4"]}, "6h": {"type": "object", "properties": {"2001:470:1f13:6c0:5af4:69d9:d110:b154": {"type": "number"}, "192.168.1.4": {"type": "number"}}, "required": ["2001:470:1f13:6c0:5af4:69d9:d110:b154", "192.168.1.4"]}}, "required": ["1h", "6h"]}}, "required": ["2001:470:1f13:6c0:5af4:69d9:d110:b154", "192.168.1.4"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "integer"}, "investments": {"type": "integer"}}, "required": ["tech", "pts", "connections", "capacity", "investments"]}}}, "required": ["results"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"results" : [{"tech" : 1, "pts" : 336, "connections" : 173436, "capacity" : 4566304, "investments" : 43369232}]}]
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#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"en_US": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "fr_FR": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "de_DE": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "it_IT": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "es_ES": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "OTHER": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["en_US", "fr_FR", "de_DE", "it_IT", "es_ES", "OTHER"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"en_US" : [["fruits", "fruits.pug"], ["fruits extended", "fruits_extended.pug"], ["tutorial", "tutorial.pug"], ["tutorial for API, with external data option", "tutorial_api.pug"], ["conjugation", "conjugation.pug"], ["choosebest", "synonyms.pug"], ["compile error", "comperror.pug"], ["long text", "longtext.pug"]], "fr_FR" : [["fruits", "fruits.pug"], ["tutorial", "tutorial.pug"], ["noms et adjectifs", "noms_adj.pug"]], "de_DE" : [["fruits", "fruits.pug"], ["tutorial", "tutorial.pug"]], "it_IT" : [["fruits", "fruits.pug"]], "es_ES" : [["grammar", "grammar.pug"]], "OTHER" : [["fruits", "fruits.pug"]]}
json_instruct
{"type": "object", "properties": {"en_US": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "fr_FR": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "de_DE": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "it_IT": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "es_ES": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "OTHER": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["en_US", "fr_FR", "de_DE", "it_IT", "es_ES", "OTHER"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"target": {"type": "string"}, "writing_mode": {"type": "string"}, "title": {"type": "string"}, "creator": {"type": "string"}, "language": {"type": "string"}, "book_id": {"type": "string"}, "toc_depth": {"type": "integer"}, "verbose": {"type": "boolean"}, "save": {"type": "boolean"}, "config": {"type": "boolean"}, "cover_image": {"type": "null"}, "ignores": {"type": "array", "items": {"type": "string"}}, "sequence": {"type": "null"}, "content_configures": {"type": "null"}}, "required": ["target", "writing_mode", "title", "creator", "language", "book_id", "toc_depth", "verbose", "save", "config", "cover_image", "ignores", "sequence", "content_configures"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"target" : "config", "writing_mode" : "htb", "title" : "config", "creator" : "me", "language" : "ja", "book_id" : "SBDGInK1nP9YHIg6nylpaK25IKFtFw", "toc_depth" : 2, "verbose" : false, "save" : false, "config" : true, "cover_image" : null, "ignores" : ["repub_config.json", ".DS_Store"], "sequence" : null, "content_configures" : null}
json_instruct
{"type": "object", "properties": {"target": {"type": "string"}, "writing_mode": {"type": "string"}, "title": {"type": "string"}, "creator": {"type": "string"}, "language": {"type": "string"}, "book_id": {"type": "string"}, "toc_depth": {"type": "integer"}, "verbose": {"type": "boolean"}, "save": {"type": "boolean"}, "config": {"type": "boolean"}, "cover_image": {"type": "null"}, "ignores": {"type": "array", "items": {"type": "string"}}, "sequence": {"type": "null"}, "content_configures": {"type": "null"}}, "required": ["target", "writing_mode", "title", "creator", "language", "book_id", "toc_depth", "verbose", "save", "config", "cover_image", "ignores", "sequence", "content_configures"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0xd7aa43749ef2d2227d961d83b3087e4a2bf26f10", "tool" : "osiris", "start" : 1564618278.6829617, "end" : 1564618281.34195, "duration" : 2.6589882373809814, "analysis" : []}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"subscription": {"type": "string"}, "policy-subscriptions": {"type": "array", "items": {"type": "string"}}}, "required": ["subscription", "policy-subscriptions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"subscription" : "00000000-0000-0000-0000-000000000000", "policy-subscriptions" : ["11111111-1111-1111-1111-111111111111", "22222222-2222-2222-2222-222222222222"]}
json_instruct
{"type": "object", "properties": {"subscription": {"type": "string"}, "policy-subscriptions": {"type": "array", "items": {"type": "string"}}}, "required": ["subscription", "policy-subscriptions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"fro": {"type": "string"}, "too": {"type": "string"}, "value": {"type": "integer"}, "date": {"type": "number"}, "sign": {"type": "string"}}, "required": ["fro", "too", "value", "date", "sign"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"fro" : "Judith", "too" : "Moritz", "value" : 350, "date" : 3203020800.0, "sign" : "30450221008163952dfba67ba282f9b2b3c07a12b370d0a8939750b5147924a3fc8e398e90022025b45751382c77c286ba408a9ca2143edeea36ab4abe31591ade20e397665927"}
json_instruct
{"type": "object", "properties": {"fro": {"type": "string"}, "too": {"type": "string"}, "value": {"type": "integer"}, "date": {"type": "number"}, "sign": {"type": "string"}}, "required": ["fro", "too", "value", "date", "sign"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"neworder": {"type": "string"}, "undueorder": {"type": "string"}, "dueorder": {"type": "string"}}, "required": ["neworder", "undueorder", "dueorder"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"neworder" : "[sortrandom[]]", "undueorder" : "[sortrandom[]]", "dueorder" : "[sortrandom[]]"}
json_instruct
{"type": "object", "properties": {"neworder": {"type": "string"}, "undueorder": {"type": "string"}, "dueorder": {"type": "string"}}, "required": ["neworder", "undueorder", "dueorder"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints": {"type": "array", "items": {"type": "number"}}, "face_keypoints": {"type": "array", "items": {}}, "hand_left_keypoints": {"type": "array", "items": {}}, "hand_right_keypoints": {"type": "array", "items": {}}}, "required": ["pose_keypoints", "face_keypoints", "hand_left_keypoints", "hand_right_keypoints"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : 1.0, "people" : [{"pose_keypoints" : [453.388, 138.811, 0.920283, 424.663, 160.96, 0.882795, 414.26, 158.448, 0.852274, 403.781, 197.56, 0.851624, 445.549, 202.784, 0.867048, 433.863, 160.979, 0.811121, 433.797, 193.644, 0.431541, 453.389, 198.879, 0.481839, 423.393, 234.16, 0.779953, 446.86, 298.042, 0.827293, 454.74, 363.337, 0.830509, 433.812, 234.095, 0.699336, 420.764, 296.784, 0.807758, 402.523, 350.309, 0.841276, 448.2, 131.005, 0.93201, 453.437, 131.022, 0.388981, 432.457, 129.69, 0.946336, 0, 0, 0], "face_keypoints" : [], "hand_left_keypoints" : [], "hand_right_keypoints" : []}]}
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints": {"type": "array", "items": {"type": "number"}}, "face_keypoints": {"type": "array", "items": {}}, "hand_left_keypoints": {"type": "array", "items": {}}, "hand_right_keypoints": {"type": "array", "items": {}}}, "required": ["pose_keypoints", "face_keypoints", "hand_left_keypoints", "hand_right_keypoints"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"plugin/wavesurfer.elan.min.js": {"type": "string"}, "plugin/wavesurfer.microphone.min.js": {"type": "string"}, "plugin/wavesurfer.minimap.min.js": {"type": "string"}, "plugin/wavesurfer.regions.min.js": {"type": "string"}, "plugin/wavesurfer.spectrogram.min.js": {"type": "string"}, "plugin/wavesurfer.timeline.min.js": {"type": "string"}, "wavesurfer.min.js": {"type": "string"}}, "required": ["plugin/wavesurfer.elan.min.js", "plugin/wavesurfer.microphone.min.js", "plugin/wavesurfer.minimap.min.js", "plugin/wavesurfer.regions.min.js", "plugin/wavesurfer.spectrogram.min.js", "plugin/wavesurfer.timeline.min.js", "wavesurfer.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"plugin/wavesurfer.elan.min.js" : "sha512-5dPSK/w8okP5HzajV2lri4Sz1yDqvMviASNrpWc/A6ccd3tPtzFA39CPhWpoVloWXkuXIIt7l/KyinQo5g3nkQ==", "plugin/wavesurfer.microphone.min.js" : "sha512-xa7u2vQlPqzPRpZt7ZwP05FhIkbelAYLtHf9jdsOcbRDAvJF8BZBlgzK15iIrzA4SZvYKDMRyDhfYqWT89dzhg==", "plugin/wavesurfer.minimap.min.js" : "sha512-ZpjBB0CYce7VvjtoGa/W+qF6zvjDU7C14HtLSUfDjqJ4CI6SeK2vlgo3PWILNTJTGGd7ymCX88bMwahFwjEM+g==", "plugin/wavesurfer.regions.min.js" : "sha512-NzTUZaegyFEjw54ryRRSnMi38ux4o+C7E67udNZn3xrZ37bodYcERayXczMZgRTpCD8cQyRhS/M8SFdaMmTn+g==", "plugin/wavesurfer.spectrogram.min.js" : "sha512-VHVhL00LkUBhBnFHO7dzmhIljFySB+ZQOlrnku7ENpraB/0rENG/igDlOAdwaGEaBzwMWQfEQeIVWxw/ECQfzQ==", "plugin/wavesurfer.timeline.min.js" : "sha512-+Hzhy7pjTomwZeFvvrSrJUixMn68IxyAVUJR1ZZXEadhGnc4X1nEweuw+J2W60SxZOU0v3G8WhGU6s6YaCa9CA==", "wavesurfer.min.js" : "sha512-1BkT+3bZIJAyqx37qTsnw0EWwF0QGXEdczhfwWSlmhSW2ufAyz5CfrC2uQtx6QZIYQyV8qVXy4TcTKY2VsWkuQ=="}
json_instruct
{"type": "object", "properties": {"plugin/wavesurfer.elan.min.js": {"type": "string"}, "plugin/wavesurfer.microphone.min.js": {"type": "string"}, "plugin/wavesurfer.minimap.min.js": {"type": "string"}, "plugin/wavesurfer.regions.min.js": {"type": "string"}, "plugin/wavesurfer.spectrogram.min.js": {"type": "string"}, "plugin/wavesurfer.timeline.min.js": {"type": "string"}, "wavesurfer.min.js": {"type": "string"}}, "required": ["plugin/wavesurfer.elan.min.js", "plugin/wavesurfer.microphone.min.js", "plugin/wavesurfer.minimap.min.js", "plugin/wavesurfer.regions.min.js", "plugin/wavesurfer.spectrogram.min.js", "plugin/wavesurfer.timeline.min.js", "wavesurfer.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"abi": {"type": "array", "items": {}}, "evm": {"type": "object", "properties": {"bytecode": {"type": "object", "properties": {"linkReferences": {"type": "object", "properties": {}, "required": []}, "object": {"type": "string"}, "opcodes": {"type": "string"}, "sourceMap": {"type": "string"}}, "required": ["linkReferences", "object", "opcodes", "sourceMap"]}, "deployedBytecode": {"type": "object", "properties": {"immutableReferences": {"type": "object", "properties": {}, "required": []}, "linkReferences": {"type": "object", "properties": {}, "required": []}, "object": {"type": "string"}, "opcodes": {"type": "string"}, "sourceMap": {"type": "string"}}, "required": ["immutableReferences", "linkReferences", "object", "opcodes", "sourceMap"]}}, "required": ["bytecode", "deployedBytecode"]}, "interface": {"type": "array", "items": {}}, "bytecode": {"type": "string"}}, "required": ["abi", "evm", "interface", "bytecode"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"abi" : [], "evm" : {"bytecode" : {"linkReferences" : {}, "object" : "60566023600b82828239805160001a607314601657fe5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212208b148f8e1824dc10de682a1d673be1373d35fbeb499e801c86e2b5ee309caf4564736f6c63430006060033", "opcodes" : "PUSH1 0x56 PUSH1 0x23 PUSH1 0xB DUP3 DUP3 DUP3 CODECOPY DUP1 MLOAD PUSH1 0x0 BYTE PUSH1 0x73 EQ PUSH1 0x16 JUMPI INVALID JUMPDEST ADDRESS PUSH1 0x0 MSTORE PUSH1 0x73 DUP2 MSTORE8 DUP3 DUP2 RETURN INVALID PUSH20 0x0 ADDRESS EQ PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 DUP12 EQ DUP16 DUP15 XOR 0x24 0xDC LT 0xDE PUSH9 0x2A1D673BE1373D35FB 0xEB 0x49 SWAP15 DUP1 SHR DUP7 0xE2 0xB5 0xEE ADDRESS SWAP13 0xAF GASLIMIT PUSH5 0x736F6C6343 STOP MOD MOD STOP CALLER ", "sourceMap" : "137:1350:2:-:0;;132:2:-1;166:7;155:9;146:7;137:37;255:7;249:14;246:1;241:23;235:4;232:33;222:2;;269:9;222:2;293:9;290:1;283:20;323:4;314:7;306:22;347:7;338;331:24"}, "deployedBytecode" : {"immutableReferences" : {}, "linkReferences" : {}, "object" : "73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212208b148f8e1824dc10de682a1d673be1373d35fbeb499e801c86e2b5ee309caf4564736f6c63430006060033", "opcodes" : "PUSH20 0x0 ADDRESS EQ PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 DUP12 EQ DUP16 DUP15 XOR 0x24 0xDC LT 0xDE PUSH9 0x2A1D673BE1373D35FB 0xEB 0x49 SWAP15 DUP1 SHR DUP7 0xE2 0xB5 0xEE ADDRESS SWAP13 0xAF GASLIMIT PUSH5 0x736F6C6343 STOP MOD MOD STOP CALLER ", "sourceMap" : "137:1350:2:-:0;;;;;;12:1:-1;9;2:12"}}, "interface" : [], "bytecode" : "60566023600b82828239805160001a607314601657fe5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212208b148f8e1824dc10de682a1d673be1373d35fbeb499e801c86e2b5ee309caf4564736f6c63430006060033"}
json_instruct
{"type": "object", "properties": {"abi": {"type": "array", "items": {}}, "evm": {"type": "object", "properties": {"bytecode": {"type": "object", "properties": {"linkReferences": {"type": "object", "properties": {}, "required": []}, "object": {"type": "string"}, "opcodes": {"type": "string"}, "sourceMap": {"type": "string"}}, "required": ["linkReferences", "object", "opcodes", "sourceMap"]}, "deployedBytecode": {"type": "object", "properties": {"immutableReferences": {"type": "object", "properties": {}, "required": []}, "linkReferences": {"type": "object", "properties": {}, "required": []}, "object": {"type": "string"}, "opcodes": {"type": "string"}, "sourceMap": {"type": "string"}}, "required": ["immutableReferences", "linkReferences", "object", "opcodes", "sourceMap"]}}, "required": ["bytecode", "deployedBytecode"]}, "interface": {"type": "array", "items": {}}, "bytecode": {"type": "string"}}, "required": ["abi", "evm", "interface", "bytecode"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"brief" : "themselves", "long" : "<i>Meaning:</i> \"themselves\" (often used emphatic for the copula, also in indirect relation).<br/><i>Usage:</i> \u00d7 in, \u00d7 such (and such things), their, (into) them, thence, therein, these, they (had), on this side, whose, wherein.<br/><i>Source:</i> prolongation for \"H2004\";"}
json_instruct
{"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"uuid": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}, "children": {"type": "array", "items": {"type": "string"}}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "stage": {"type": "string"}, "description": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["name", "status", "stage", "description", "start", "stop"]}}}, "required": ["uuid", "name", "description", "start", "stop", "children", "befores"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"uuid" : "0de2f4d0-b13c-4525-9ab5-6a5631574b22", "name" : "im.atzma.tests.AppointmentCreationTest.preconditions", "description" : "", "start" : 1554403578176, "stop" : 1554403578177, "children" : ["e6c09989-ed80-4c22-a753-cc36f37020e4"], "befores" : [{"name" : "preconditions", "status" : "broken", "stage" : "finished", "description" : "", "start" : 1554403578176, "stop" : 1554403578177}]}
json_instruct
{"type": "object", "properties": {"uuid": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}, "children": {"type": "array", "items": {"type": "string"}}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "stage": {"type": "string"}, "description": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["name", "status", "stage", "description", "start", "stop"]}}}, "required": ["uuid", "name", "description", "start", "stop", "children", "befores"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"testRunIds": {"type": "array", "items": {"type": "string"}}, "unfilteredTests": {"type": "object", "properties": {"dts": {"type": "array", "items": {}}}, "required": ["dts"]}, "filteredTests": {"type": "object", "properties": {"dts": {"type": "array", "items": {}}}, "required": ["dts"]}, "roundTime": {"type": "number"}}, "required": ["testRunIds", "unfilteredTests", "filteredTests", "roundTime"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"testRunIds" : ["1635730879446-ac59f4fc-99d8-4a0e-9f6c-6bde1d102cf0"], "unfilteredTests" : {"dts" : []}, "filteredTests" : {"dts" : []}, "roundTime" : 1.889871355}
json_instruct
{"type": "object", "properties": {"testRunIds": {"type": "array", "items": {"type": "string"}}, "unfilteredTests": {"type": "object", "properties": {"dts": {"type": "array", "items": {}}}, "required": ["dts"]}, "filteredTests": {"type": "object", "properties": {"dts": {"type": "array", "items": {}}}, "required": ["dts"]}, "roundTime": {"type": "number"}}, "required": ["testRunIds", "unfilteredTests", "filteredTests", "roundTime"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "email": {"type": "string"}, "school_type": {"type": "string"}, "legal_status": {"type": "integer"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "director": {"type": "string"}, "full_time_school": {"type": "string"}, "profile": {"type": "object", "properties": {"teacher": {"type": "array", "items": {}}, "students": {"type": "object", "properties": {}, "required": []}}, "required": ["teacher", "students"]}, "programs": {"type": "object", "properties": {"working_groups": {"type": "array", "items": {}}, "programs": {"type": "array", "items": {}}}, "required": ["working_groups", "programs"]}, "partner": {"type": "array", "items": {}}, "state": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "email", "school_type", "legal_status", "fax", "phone", "director", "full_time_school", "profile", "programs", "partner", "state", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "6. Schulpraktisches Seminar Reinickendorf", "id" : "BE-15981", "address" : "Lindauer Allee 23, 13407 Berlin", "email" : "sekr2.sps-reinickendorf@gmx.de", "school_type" : "Schulpraktisches Seminar", "legal_status" : 1, "fax" : "49857596-8", "phone" : "49857596-9", "director" : "Hr. Ziegenhagen", "full_time_school" : "", "profile" : {"teacher" : [], "students" : {}}, "programs" : {"working_groups" : [], "programs" : []}, "partner" : [], "state" : "BE", "lon" : 13.353819, "lat" : 52.573385}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "email": {"type": "string"}, "school_type": {"type": "string"}, "legal_status": {"type": "integer"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "director": {"type": "string"}, "full_time_school": {"type": "string"}, "profile": {"type": "object", "properties": {"teacher": {"type": "array", "items": {}}, "students": {"type": "object", "properties": {}, "required": []}}, "required": ["teacher", "students"]}, "programs": {"type": "object", "properties": {"working_groups": {"type": "array", "items": {}}, "programs": {"type": "array", "items": {}}}, "required": ["working_groups", "programs"]}, "partner": {"type": "array", "items": {}}, "state": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "email", "school_type", "legal_status", "fax", "phone", "director", "full_time_school", "profile", "programs", "partner", "state", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"atmosphere.js": {"type": "string"}, "atmosphere.min.js": {"type": "string"}}, "required": ["atmosphere.js", "atmosphere.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"atmosphere.js" : "sha256-k4aNnSj4IP/03EXBq7fsvSN3fDUx8ndNeXNcxhr4nZM=", "atmosphere.min.js" : "sha256-b1aR46+C+0K5YSBopYSMbYnqI9hhCo96/Y+RDpery0c="}
json_instruct
{"type": "object", "properties": {"atmosphere.js": {"type": "string"}, "atmosphere.min.js": {"type": "string"}}, "required": ["atmosphere.js", "atmosphere.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"groupAffiliation": {"type": "string"}, "relatives": {"type": "string"}}, "required": ["groupAffiliation", "relatives"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"groupAffiliation" : "Avengers, Mighty Avengers, Olympic Pantheon; Warhawks", "relatives" : "Zeus (father), Hera (mother), Enyo (wife), Deimos, Phobos, Alexander (sons), Neptune, Pluto (uncles), Demeter, Hestia (aunts), Hephaestus (brother), Apollo, Dionysus, Hercules, Hermes(half-brothers), Artemis, Pallas Athena, Venus, (half-sisters)"}
json_instruct
{"type": "object", "properties": {"groupAffiliation": {"type": "string"}, "relatives": {"type": "string"}}, "required": ["groupAffiliation", "relatives"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"directions" : ["Bring a large pot of lightly salted water to a boil. Add pasta and cook for 8 to 10 minutes or until al dente; drain.", "Heat oil in a large pot over medium heat. Saute bacon, onion and garlic until lightly browned. Stir in tomato sauce. Season with parsley, basil, garlic powder and pepper. Bring to a boil, reduce heat, and simmer 20 to 30 minutes, stirring occasionally. Stir in peas. Toss with pasta until evenly coated. Sprinkle top with Romano."], "ingredients" : ["1 (16 ounce) package spaghetti", "1 tablespoon olive oil", "1/4 pound turkey bacon, cut into small pieces", "1/2 large onion, chopped", "1 clove garlic, minced", "2 (15 ounce) cans tomato sauce", "1 1/2 teaspoons chopped fresh parsley", "1/4 teaspoon dried basil", "1 teaspoon garlic powder", "1/2 teaspoon pepper", "1 (15 ounce) can peas, drained", "1/4 cup grated Romano cheese"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Pasta with Bacon and Peas", "url" : "http://allrecipes.com/recipe/45419/pasta-with-bacon-and-peas/"}
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "path": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type": "array", "items": {"type": "object", "properties": {"CheckDepInfo": {"type": "object", "properties": {"dep_info": {"type": "string"}}, "required": ["dep_info"]}}, "required": ["CheckDepInfo"]}}, "rustflags": {"type": "array", "items": {}}, "metadata": {"type": "integer"}, "config": {"type": "integer"}}, "required": ["rustc", "features", "target", "profile", "path", "deps", "local", "rustflags", "metadata", "config"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"rustc" : 13783575115907918084, "features" : "[]", "target" : 3826634923158569614, "profile" : 16668067249205866872, "path" : 16872505104454253384, "deps" : [], "local" : [{"CheckDepInfo" : {"dep_info" : "wasm32-wasi/debug/.fingerprint/glob-a9926e59002136a4/dep-lib-glob"}}], "rustflags" : [], "metadata" : 17263181195404352091, "config" : 0}
json_instruct
{"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "path": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type": "array", "items": {"type": "object", "properties": {"CheckDepInfo": {"type": "object", "properties": {"dep_info": {"type": "string"}}, "required": ["dep_info"]}}, "required": ["CheckDepInfo"]}}, "rustflags": {"type": "array", "items": {}}, "metadata": {"type": "integer"}, "config": {"type": "integer"}}, "required": ["rustc", "features", "target", "profile", "path", "deps", "local", "rustflags", "metadata", "config"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"_id": {"type": "string"}, "brewery": {"type": "string"}, "name": {"type": "string"}, "abv": {"type": "string"}, "category": {"type": "string"}, "style": {"type": "string"}, "updated": {"type": "string"}}, "required": ["_id", "brewery", "name", "abv", "category", "style", "updated"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"_id" : "beer_Hobgoblin", "brewery" : "Wychwood Brewery", "name" : "Hobgoblin", "abv" : "5.5", "category" : "North American Ale", "style" : "Dark American-Belgo-Style Ale", "updated" : "2010-07-22 20:00:20"}
json_instruct
{"type": "object", "properties": {"_id": {"type": "string"}, "brewery": {"type": "string"}, "name": {"type": "string"}, "abv": {"type": "string"}, "category": {"type": "string"}, "style": {"type": "string"}, "updated": {"type": "string"}}, "required": ["_id", "brewery", "name", "abv", "category", "style", "updated"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "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" : "'use strict';\n\nvar debug = require('debug');\n\nvar log = debug('libp2p:floodsub');\nlog.err = debug('libp2p:floodsub:error');\nmodule.exports = {\n log: log,\n multicodec: '/floodsub/1.0.0'\n};", "map" : {"version" : 3, "sources" : ["C:/Users/dd/Desktop/Project SSI/Major Project/client/node_modules/libp2p-floodsub/src/config.js"], "names" : ["debug", "require", "log", "err", "module", "exports", "multicodec"], "mappings" : "AAAA;;AAEA,IAAMA,KAAK,GAAGC,OAAO,CAAC,OAAD,CAArB;;AAEA,IAAMC,GAAG,GAAGF,KAAK,CAAC,iBAAD,CAAjB;AACAE,GAAG,CAACC,GAAJ,GAAUH,KAAK,CAAC,uBAAD,CAAf;AAEAI,MAAM,CAACC,OAAP,GAAiB;AACfH,EAAAA,GAAG,EAAEA,GADU;AAEfI,EAAAA,UAAU,EAAE;AAFG,CAAjB", "sourcesContent" : ["'use strict'\n\nconst debug = require('debug')\n\nconst log = debug('libp2p:floodsub')\nlog.err = debug('libp2p:floodsub:error')\n\nmodule.exports = {\n log: log,\n multicodec: '/floodsub/1.0.0'\n}\n"]}, "metadata" : {}, "sourceType" : "script"}
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "is_illegal": {"type": "boolean"}, "is_custom": {"type": "boolean"}, "text": {"type": "string"}, "images": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "attribute": {"type": "string"}, "atk": {"type": "integer"}, "species": {"type": "string"}, "monster_type": {"type": "string"}, "is_pendulum": {"type": "boolean"}, "ability": {"type": "string"}, "has_effect": {"type": "boolean"}, "link_rating": {"type": "integer"}, "link_arrows": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "name", "is_illegal", "is_custom", "text", "images", "type", "attribute", "atk", "species", "monster_type", "is_pendulum", "ability", "has_effect", "link_rating", "link_arrows"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 99726621, "name" : "Tri-Brigade Shuraig the Ominous Omen", "is_illegal" : false, "is_custom" : false, "text" : "2+ Beast, Beast-Warrior, and/or Winged Beast monsters\nIf this card is Special Summoned, or if another Beast, Beast-Warrior, or Winged Beast monster(s) is Special Summoned to your field: You can banish 1 card on the field. If this card is sent to the GY: You can add 1 Beast, Beast-Warrior, or Winged Beast monster from your Deck to your hand, whose Level is less than or equal to the number of your banished Beast, Beast-Warrior, and Winged Beast monsters. You can only use each effect of \"Tri-Brigade Shuraig the Ominous Omen\" once per turn.", "images" : ["https://storage.googleapis.com/ygoprodeck.com/pics/99726621.jpg"], "type" : "Monster", "attribute" : "DARK", "atk" : 3000, "species" : "Winged Beast", "monster_type" : "Link", "is_pendulum" : false, "ability" : "", "has_effect" : true, "link_rating" : 1, "link_arrows" : ["Left", "Bottom-Left", "Bottom-Right", "Right"]}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "is_illegal": {"type": "boolean"}, "is_custom": {"type": "boolean"}, "text": {"type": "string"}, "images": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "attribute": {"type": "string"}, "atk": {"type": "integer"}, "species": {"type": "string"}, "monster_type": {"type": "string"}, "is_pendulum": {"type": "boolean"}, "ability": {"type": "string"}, "has_effect": {"type": "boolean"}, "link_rating": {"type": "integer"}, "link_arrows": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "name", "is_illegal", "is_custom", "text", "images", "type", "attribute", "atk", "species", "monster_type", "is_pendulum", "ability", "has_effect", "link_rating", "link_arrows"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"Exif": {"type": "object", "properties": {"Lat": {"type": "integer"}, "Long": {"type": "integer"}, "Date": {"type": "string"}, "Tags": {"type": "object", "properties": {"ImageDescription": {"type": "string"}}, "required": ["ImageDescription"]}}, "required": ["Lat", "Long", "Date", "Tags"]}}, "required": ["Exif"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Exif" : {"Lat" : 0, "Long" : 0, "Date" : "0001-01-01T00:00:00Z", "Tags" : {"ImageDescription" : "Burial & Four Tet & Thom Yorke - Her Revolution / His Rope"}}}
json_instruct
{"type": "object", "properties": {"Exif": {"type": "object", "properties": {"Lat": {"type": "integer"}, "Long": {"type": "integer"}, "Date": {"type": "string"}, "Tags": {"type": "object", "properties": {"ImageDescription": {"type": "string"}}, "required": ["ImageDescription"]}}, "required": ["Lat", "Long", "Date", "Tags"]}}, "required": ["Exif"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"atrament.min.js": {"type": "string"}}, "required": ["atrament.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"atrament.min.js" : "sha512-i0zY6xDIkyjXWL7G7h8CUnINT/sxHLKHVl/4AmqnlxXlYhJmJcamgK8SjxYERxs/hbVRrkhMB02RMv1NxSQYDg=="}
json_instruct
{"type": "object", "properties": {"atrament.min.js": {"type": "string"}}, "required": ["atrament.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "engines": {"type": "object", "properties": {"vscode": {"type": "string"}}, "required": ["vscode"]}, "categories": {"type": "array", "items": {"type": "string"}}, "extensionPack": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "displayName", "description", "version", "engines", "categories", "extensionPack"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "extensions-pack-vue", "displayName" : "extensions-pack-vue", "description" : "The vue extensions pack of VS Code.", "version" : "0.0.1", "engines" : {"vscode" : "^1.56.0"}, "categories" : ["octref.vetur"], "extensionPack" : ["publisher.extensionName"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "engines": {"type": "object", "properties": {"vscode": {"type": "string"}}, "required": ["vscode"]}, "categories": {"type": "array", "items": {"type": "string"}}, "extensionPack": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "displayName", "description", "version", "engines", "categories", "extensionPack"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"IsModified": {"type": "boolean"}, "IsNew": {"type": "boolean"}, "Description": {"type": "string"}, "SetName": {"type": "string"}, "FullName": {"type": "string"}, "ImageName": {"type": "string"}, "Power": {"type": "null"}, "SetType": {"type": "string"}, "DisplayName": {"type": "string"}, "nArchetype": {"type": "integer"}, "nID": {"type": "integer"}, "SubName": {"type": "string"}, "ATClass": {"type": "string"}, "UIDTrunkSet": {"type": "string"}, "nIDTrunkSet": {"type": "integer"}, "UIDLinkSecondary": {"type": "string"}, "nIDLinkSecondary": {"type": "integer"}, "UIDMutexSets": {"type": "array", "items": {}}, "nIDMutexSets": {"type": "array", "items": {}}, "Group": {"type": "null"}, "GroupName": {"type": "string"}, "Powers": {"type": "array", "items": {}}}, "required": ["IsModified", "IsNew", "Description", "SetName", "FullName", "ImageName", "Power", "SetType", "DisplayName", "nArchetype", "nID", "SubName", "ATClass", "UIDTrunkSet", "nIDTrunkSet", "UIDLinkSecondary", "nIDLinkSecondary", "UIDMutexSets", "nIDMutexSets", "Group", "GroupName", "Powers"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"IsModified" : false, "IsNew" : false, "Description" : "Masters of the void, Warshades can manipulate dark energy, gravity and matter to blast and dominate their foes. The gravimetric nature of most Umbral Blast powers often slows the targets attack and movement speed.", "SetName" : "Umbral_Blast", "FullName" : "Warshade_Offensive.Umbral_Blast", "ImageName" : "UmbralBlast.png", "Power" : null, "SetType" : "Primary", "DisplayName" : "Umbral Blast", "nArchetype" : 6, "nID" : 3221, "SubName" : "Umbral Blast", "ATClass" : "Class_Warshade", "UIDTrunkSet" : "", "nIDTrunkSet" : 0, "UIDLinkSecondary" : "", "nIDLinkSecondary" : 0, "UIDMutexSets" : [], "nIDMutexSets" : [], "Group" : null, "GroupName" : "Warshade_Offensive", "Powers" : []}
json_instruct
{"type": "object", "properties": {"IsModified": {"type": "boolean"}, "IsNew": {"type": "boolean"}, "Description": {"type": "string"}, "SetName": {"type": "string"}, "FullName": {"type": "string"}, "ImageName": {"type": "string"}, "Power": {"type": "null"}, "SetType": {"type": "string"}, "DisplayName": {"type": "string"}, "nArchetype": {"type": "integer"}, "nID": {"type": "integer"}, "SubName": {"type": "string"}, "ATClass": {"type": "string"}, "UIDTrunkSet": {"type": "string"}, "nIDTrunkSet": {"type": "integer"}, "UIDLinkSecondary": {"type": "string"}, "nIDLinkSecondary": {"type": "integer"}, "UIDMutexSets": {"type": "array", "items": {}}, "nIDMutexSets": {"type": "array", "items": {}}, "Group": {"type": "null"}, "GroupName": {"type": "string"}, "Powers": {"type": "array", "items": {}}}, "required": ["IsModified", "IsNew", "Description", "SetName", "FullName", "ImageName", "Power", "SetType", "DisplayName", "nArchetype", "nID", "SubName", "ATClass", "UIDTrunkSet", "nIDTrunkSet", "UIDLinkSecondary", "nIDLinkSecondary", "UIDMutexSets", "nIDMutexSets", "Group", "GroupName", "Powers"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"18965": {"type": "string"}}, "required": ["18965"]}, "timeto": {"type": "object", "properties": {"18965": {"type": "number"}}, "required": ["18965"]}, "image": {"type": "string"}, "image_coords": {"type": "array", "items": {"type": "integer"}}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto", "image", "image_coords"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 18966, "title" : ["[Sorcerer Guild, Planetarium]"], "description" : ["The summit of the tower spreads out in a large, round platform. The platform has been made from black marble to absorb as much ambient light as possible, and the sides of the platform are walled to a height of four feet to shut off light from the city below. Under a nearby overhang, several charts depict the nighttime constellations along with descriptions of the most popular ones. A large pipe rising from the platform's floor belches steam thirty feet above the platform."], "paths" : ["Obvious paths: down"], "location" : "the town of Icemule Trace", "wayto" : {"18965" : "down"}, "timeto" : {"18965" : 0.2}, "image" : "imt-sorcerer_guild-1405076623.png", "image_coords" : [361, 41, 401, 82]}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"18965": {"type": "string"}}, "required": ["18965"]}, "timeto": {"type": "object", "properties": {"18965": {"type": "number"}}, "required": ["18965"]}, "image": {"type": "string"}, "image_coords": {"type": "array", "items": {"type": "integer"}}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto", "image", "image_coords"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "@types/q": {"type": "string"}, "applicationinsights": {"type": "string"}, "azure-pipelines-task-lib": {"type": "string"}, "utility-common": {"type": "string"}}, "required": ["@types/node", "@types/q", "applicationinsights", "azure-pipelines-task-lib", "utility-common"]}}, "required": ["name", "version", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "azure-iot-edge-vsts-extension-task", "version" : "1.1.2", "dependencies" : {"@types/node" : "^9.6.36", "@types/q" : "^1.5.1", "applicationinsights" : "^1.0.2", "azure-pipelines-task-lib" : "^2.7.5", "utility-common" : "file:../../_build/Tasks/Common/utility-common-1.0.2.tgz"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "@types/q": {"type": "string"}, "applicationinsights": {"type": "string"}, "azure-pipelines-task-lib": {"type": "string"}, "utility-common": {"type": "string"}}, "required": ["@types/node", "@types/q", "applicationinsights", "azure-pipelines-task-lib", "utility-common"]}}, "required": ["name", "version", "dependencies"], "$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": {"Name": {"type": "string"}, "Start": {"type": "integer"}, "End": {"type": "integer"}, "Text": {"type": "string"}}, "required": ["Name", "Start", "End", "Text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"Name" : "SELECT", "Start" : 0, "End" : 6, "Text" : "SELECT"}, {"Name" : "ASCII_42", "Start" : 7, "End" : 8, "Text" : "*"}, {"Name" : "FROM", "Start" : 9, "End" : 13, "Text" : "FROM"}, {"Name" : "IDENT", "Start" : 14, "End" : 22, "Text" : "my_table"}, {"Name" : "TABLESAMPLE", "Start" : 23, "End" : 34, "Text" : "TABLESAMPLE"}, {"Name" : "IDENT", "Start" : 35, "End" : 46, "Text" : "SYSTEM_ROWS"}, {"Name" : "ASCII_40", "Start" : 46, "End" : 47, "Text" : "("}, {"Name" : "ICONST", "Start" : 47, "End" : 50, "Text" : "100"}, {"Name" : "ASCII_41", "Start" : 50, "End" : 51, "Text" : ")"}, {"Name" : "ASCII_59", "Start" : 51, "End" : 52, "Text" : ";"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "Start": {"type": "integer"}, "End": {"type": "integer"}, "Text": {"type": "string"}}, "required": ["Name", "Start", "End", "Text"]}, "$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"}, "repository": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "repository", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Flask Echo", "description" : "An app that will reply with metadata about the HTTP request.", "repository" : "https://github.com/tomfa/echo", "keywords" : ["flask", "python", "logging"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "repository", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "dotenv": {"type": "string"}, "express": {"type": "string"}, "moment": {"type": "string"}, "pug": {"type": "string"}}, "required": ["body-parser", "dotenv", "express", "moment", "pug"]}}, "required": ["name", "version", "description", "main", "repository", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "ct_api_node", "version" : "1.0.0", "description" : "an example of the CrowdTangle API in node", "main" : "index.js", "repository" : "https://github.com/CrowdTangle/API", "author" : "georgemayer", "license" : "MIT", "dependencies" : {"body-parser" : "^1.18.3", "dotenv" : "^6.2.0", "express" : "^4.16.4", "moment" : "^2.24.0", "pug" : "^3.0.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "dotenv": {"type": "string"}, "express": {"type": "string"}, "moment": {"type": "string"}, "pug": {"type": "string"}}, "required": ["body-parser", "dotenv", "express", "moment", "pug"]}}, "required": ["name", "version", "description", "main", "repository", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"7767": {"type": "string"}, "7760": {"type": "string"}, "7762": {"type": "string"}, "4112": {"type": "string"}}, "required": ["7767", "7760", "7762", "4112"]}, "timeto": {"type": "object", "properties": {"7767": {"type": "number"}, "7760": {"type": "number"}, "7762": {"type": "number"}, "4112": {"type": "number"}}, "required": ["7767", "7760", "7762", "4112"]}, "image": {"type": "string"}, "image_coords": {"type": "array", "items": {"type": "integer"}}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto", "image", "image_coords", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 7761, "title" : ["[Upper Trollfang]"], "description" : ["Several large pits are clearly visible in this area. They have apparently been caused by the uprooting of several of the oak and maple trees that grow here. One of these pits now serves as the entrance to an exceptionally small cave."], "paths" : ["Obvious paths: north, southeast, south, west"], "location" : "the Upper Trollfang", "wayto" : {"7767" : "west", "7760" : "south", "7762" : "north", "4112" : "southeast"}, "timeto" : {"7767" : 0.2, "7760" : 0.2, "7762" : 0.2, "4112" : 0.2}, "image" : "wl-danjirland-1264234799.png", "image_coords" : [295, 1033, 305, 1043], "tags" : ["traesharm berry"]}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"7767": {"type": "string"}, "7760": {"type": "string"}, "7762": {"type": "string"}, "4112": {"type": "string"}}, "required": ["7767", "7760", "7762", "4112"]}, "timeto": {"type": "object", "properties": {"7767": {"type": "number"}, "7760": {"type": "number"}, "7762": {"type": "number"}, "4112": {"type": "number"}}, "required": ["7767", "7760", "7762", "4112"]}, "image": {"type": "string"}, "image_coords": {"type": "array", "items": {"type": "integer"}}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto", "image", "image_coords", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e", "f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}, "t": {"type": "string"}}, "required": ["h", "stem", "t"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : [{"d" : [{"e" : ["\ufff9`Sapipalakecaw~ `naira~ `ci~ `Latengan~.\ufffa\ufffb\u4ed6\u5011\u60f3\u5f15\u6e21 Lateng(\u62c9\u4e39)\u3002"], "f" : "\u60f3\u5f15\u6e21\u3001\u64fa\u6e21\u3002"}]}], "stem" : "lakec", "t" : "sapipalakecaw"}
json_instruct
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e", "f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}, "t": {"type": "string"}}, "required": ["h", "stem", "t"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about": {"type": "null"}, "license": {"type": "null"}}, "required": ["id", "name", "email", "paypal_email", "homepage", "about", "license"]}, "updated": {"type": "string"}, "weekly_install_count": {"type": "integer"}, "total_install_count": {"type": "integer"}, "rating": {"type": "null"}, "after_screenshot_name": {"type": "string"}, "obsoleting_style_id": {"type": "null"}, "obsoleting_style_name": {"type": "null"}, "obsolete": {"type": "integer"}, "admin_delete_reason_id": {"type": "null"}, "obsoletion_message": {"type": "null"}, "screenshots": {"type": "null"}, "license": {"type": "string"}, "created": {"type": "string"}, "category": {"type": "string"}, "raw_subcategory": {"type": "string"}, "subcategory": {"type": "string"}, "additional_info": {"type": "null"}, "style_tags": {"type": "array", "items": {}}, "css": {"type": "string"}, "discussions": {"type": "array", "items": {}}, "discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}, "userjs_url": {"type": "string"}, "style_settings": {"type": "array", "items": {}}}, "required": ["id", "name", "description", "user", "updated", "weekly_install_count", "total_install_count", "rating", "after_screenshot_name", "obsoleting_style_id", "obsoleting_style_name", "obsolete", "admin_delete_reason_id", "obsoletion_message", "screenshots", "license", "created", "category", "raw_subcategory", "subcategory", "additional_info", "style_tags", "css", "discussions", "discussionsCount", "commentsCount", "userjs_url", "style_settings"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 97781, "name" : "Ars Technica LOL funny pictures thread text hider", "description" : "All this does is set the font color to white for that thread only. Select the text if you want to read it. 1 minute style creation, so there are probably lots of things that could and should be done better.", "user" : {"id" : 256074, "name" : "neye_eve", "email" : "redacted", "paypal_email" : null, "homepage" : null, "about" : null, "license" : null}, "updated" : "2014-02-02T00:51:58.000Z", "weekly_install_count" : 0, "total_install_count" : 48, "rating" : null, "after_screenshot_name" : "https://userstyles.org/auto_style_screenshots/97781-after.png?r=1612426205", "obsoleting_style_id" : null, "obsoleting_style_name" : null, "obsolete" : 0, "admin_delete_reason_id" : null, "obsoletion_message" : null, "screenshots" : null, "license" : "publicdomain", "created" : "2014-02-02T00:51:58.000Z", "category" : "site", "raw_subcategory" : "arstechnica", "subcategory" : "arstechnica", "additional_info" : null, "style_tags" : [], "css" : "@-moz-document url-prefix(https://arstechnica.com/civis/viewtopic.php?f=23&t=1110312) {\r\n .post-content-inner {\r\n color:#ffffff !important;\r\n }\r\n}\r\n\r\n@-moz-document url-prefix(http://arstechnica.com/civis/viewtopic.php?f=23&t=1110312) {\r\n .post-content-inner {\r\n color:#ffffff !important;\r\n }\r\n}", "discussions" : [], "discussionsCount" : 0, "commentsCount" : 0, "userjs_url" : "/styles/userjs/97781/ars-technica-lol-funny-pictures-thread-text-hider.user.js", "style_settings" : []}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about": {"type": "null"}, "license": {"type": "null"}}, "required": ["id", "name", "email", "paypal_email", "homepage", "about", "license"]}, "updated": {"type": "string"}, "weekly_install_count": {"type": "integer"}, "total_install_count": {"type": "integer"}, "rating": {"type": "null"}, "after_screenshot_name": {"type": "string"}, "obsoleting_style_id": {"type": "null"}, "obsoleting_style_name": {"type": "null"}, "obsolete": {"type": "integer"}, "admin_delete_reason_id": {"type": "null"}, "obsoletion_message": {"type": "null"}, "screenshots": {"type": "null"}, "license": {"type": "string"}, "created": {"type": "string"}, "category": {"type": "string"}, "raw_subcategory": {"type": "string"}, "subcategory": {"type": "string"}, "additional_info": {"type": "null"}, "style_tags": {"type": "array", "items": {}}, "css": {"type": "string"}, "discussions": {"type": "array", "items": {}}, "discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}, "userjs_url": {"type": "string"}, "style_settings": {"type": "array", "items": {}}}, "required": ["id", "name", "description", "user", "updated", "weekly_install_count", "total_install_count", "rating", "after_screenshot_name", "obsoleting_style_id", "obsoleting_style_name", "obsolete", "admin_delete_reason_id", "obsoletion_message", "screenshots", "license", "created", "category", "raw_subcategory", "subcategory", "additional_info", "style_tags", "css", "discussions", "discussionsCount", "commentsCount", "userjs_url", "style_settings"], "$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"}, "effect": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "effect", "description", "type"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "Serrated", "effect" : "Gain +1 to your damage", "description" : "Gain a bonus to your damage rolls", "type" : "prefix"}, {"name" : "bursting", "effect" : "Deal 1d4 additional damage when you roll max damage", "description" : "Deal more damage when you do a lot of damage", "type" : "prefix"}, {"name" : "Honed", "effect" : "Reroll 1's on your damage die once", "description" : "Reroll your damage dice once", "type" : "prefix"}, {"name" : "of Steadiness", "effect" : "Gain +1 bonus to your attack rolls", "description" : "Gain a bonus to your attack rolls", "type" : "suffix"}, {"name" : "of Ire", "effect" : "Deal x3 weapon damage on a critical hit!", "description" : "Deal more damage on a critical hit", "type" : "suffix"}, {"name" : "of piercing", "effect" : "Critical hit on a 19 to 20!", "description" : "Increased critical strike range, not auto hit!", "type" : "suffix"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "effect": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "effect", "description", "type"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"parameters": {"type": "object", "properties": {"AzureRegion": {"type": "string"}, "Ocp-Apim-Subscription-Key": {"type": "string"}, "appId": {"type": "string"}, "versionId": {"type": "string"}, "compositeModelCreateObject": {"type": "object", "properties": {"name": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "children"]}}, "required": ["AzureRegion", "Ocp-Apim-Subscription-Key", "appId", "versionId", "compositeModelCreateObject"]}, "responses": {"type": "object", "properties": {"201": {"type": "object", "properties": {"headers": {"type": "object", "properties": {}, "required": []}, "body": {"type": "string"}}, "required": ["headers", "body"]}}, "required": ["201"]}}, "required": ["parameters", "responses"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parameters" : {"AzureRegion" : "westus", "Ocp-Apim-Subscription-Key" : "{apiKey}", "appId" : "{appId}", "versionId" : "{versionId}", "compositeModelCreateObject" : {"name" : "Reservation", "children" : ["Location::To", "datetime"]}}, "responses" : {"201" : {"headers" : {}, "body" : "bc1bae43-7904-48ad-a165-88b1910174f9"}}}
json_instruct
{"type": "object", "properties": {"parameters": {"type": "object", "properties": {"AzureRegion": {"type": "string"}, "Ocp-Apim-Subscription-Key": {"type": "string"}, "appId": {"type": "string"}, "versionId": {"type": "string"}, "compositeModelCreateObject": {"type": "object", "properties": {"name": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "children"]}}, "required": ["AzureRegion", "Ocp-Apim-Subscription-Key", "appId", "versionId", "compositeModelCreateObject"]}, "responses": {"type": "object", "properties": {"201": {"type": "object", "properties": {"headers": {"type": "object", "properties": {}, "required": []}, "body": {"type": "string"}}, "required": ["headers", "body"]}}, "required": ["201"]}}, "required": ["parameters", "responses"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"version": {"type": "integer"}, "projects": {"type": "object", "properties": {"build-pipeline": {"type": "string"}, "boilerplate": {"type": "string"}, "config-builder": {"type": "string"}, "controller-shared": {"type": "string"}, "controller-sdk": {"type": "string"}, "devtools": {"type": "string"}, "formio": {"type": "string"}, "home-assistant-shared": {"type": "string"}, "home-assistant": {"type": "string"}, "home-cli": {"type": "string"}, "home-configure": {"type": "string"}, "home-controller": {"type": "string"}, "log-formatter": {"type": "string"}, "pico-relay": {"type": "string"}, "mqtt": {"type": "string"}, "node-red-contrib-steggy": {"type": "string"}, "persistence": {"type": "string"}, "rules-engine": {"type": "string"}, "server": {"type": "string"}, "tty": {"type": "string"}, "utilities": {"type": "string"}}, "required": ["build-pipeline", "boilerplate", "config-builder", "controller-shared", "controller-sdk", "devtools", "formio", "home-assistant-shared", "home-assistant", "home-cli", "home-configure", "home-controller", "log-formatter", "pico-relay", "mqtt", "node-red-contrib-steggy", "persistence", "rules-engine", "server", "tty", "utilities"]}}, "required": ["version", "projects"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : 2, "projects" : {"build-pipeline" : "apps/build-pipeline", "boilerplate" : "libs/boilerplate", "config-builder" : "apps/config-builder", "controller-shared" : "libs/controller-shared", "controller-sdk" : "libs/controller-sdk", "devtools" : "apps/devtools", "formio" : "libs/formio", "home-assistant-shared" : "libs/home-assistant-shared", "home-assistant" : "libs/home-assistant", "home-cli" : "apps/home-cli", "home-configure" : "apps/home-configure", "home-controller" : "apps/home-controller", "log-formatter" : "apps/log-formatter", "pico-relay" : "apps/pico-relay", "mqtt" : "libs/mqtt", "node-red-contrib-steggy" : "libs/node-red-contrib-steggy", "persistence" : "libs/persistence", "rules-engine" : "libs/rules-engine", "server" : "libs/server", "tty" : "libs/tty", "utilities" : "libs/utilities"}}
json_instruct
{"type": "object", "properties": {"version": {"type": "integer"}, "projects": {"type": "object", "properties": {"build-pipeline": {"type": "string"}, "boilerplate": {"type": "string"}, "config-builder": {"type": "string"}, "controller-shared": {"type": "string"}, "controller-sdk": {"type": "string"}, "devtools": {"type": "string"}, "formio": {"type": "string"}, "home-assistant-shared": {"type": "string"}, "home-assistant": {"type": "string"}, "home-cli": {"type": "string"}, "home-configure": {"type": "string"}, "home-controller": {"type": "string"}, "log-formatter": {"type": "string"}, "pico-relay": {"type": "string"}, "mqtt": {"type": "string"}, "node-red-contrib-steggy": {"type": "string"}, "persistence": {"type": "string"}, "rules-engine": {"type": "string"}, "server": {"type": "string"}, "tty": {"type": "string"}, "utilities": {"type": "string"}}, "required": ["build-pipeline", "boilerplate", "config-builder", "controller-shared", "controller-sdk", "devtools", "formio", "home-assistant-shared", "home-assistant", "home-cli", "home-configure", "home-controller", "log-formatter", "pico-relay", "mqtt", "node-red-contrib-steggy", "persistence", "rules-engine", "server", "tty", "utilities"]}}, "required": ["version", "projects"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"vertices" : [[685, 726], [601, 683], [645, 647], [480, 552], [451, 617], [534, 582], [515, 660], [575, 600], [539, 659], [439, 618], [194, 516], [130, 483], [232, 415], [180, 391], [525, 653], [453, 542], [470, 612], [490, 543], [536, 575], [176, 578], [484, 623], [184, 448], [426, 684], [513, 654], [341, 418], [453, 539], [583, 620], [542, 586], [213, 332], [566, 217], [518, 515], [201, 514], [530, 584], [211, 393], [516, 600], [300, 470], [301, 454], [240, 460], [612, 557], [460, 602], [537, 285], [379, 530], [455, 610], [460, 592], [370, 487], [472, 547], [618, 299], [237, 455], [477, 464], [483, 478], [430, 691], [617, 295], [275, 398], [232, 348], [262, 751], [539, 536], [557, 599], [453, 533], [201, 281], [493, 674], [366, 413], [515, 671], [350, 741], [423, 497], [565, 358], [276, 395], [301, 461], [329, 364], [431, 436], [592, 389], [537, 601], [440, 779], [466, 552], [348, 419], [316, 345], [365, 418], [260, 310], [350, 739], [549, 470], [380, 296], [312, 293], [488, 478], [423, 366], [322, 341], [428, 688], [363, 481], [341, 413], [298, 810], [353, 428], [476, 639], [395, 571], [396, 296], [537, 462], [628, 438], [330, 351], [415, 491], [479, 408], [401, 643], [382, 857], [404, 368], [429, 364], [382, 303], [290, 399], [469, 522], [498, 660], [409, 640], [445, 570], [424, 773], [445, 700], [447, 440], [428, 361], [378, 297], [485, 338], [298, 914], [341, 350], [309, 294], [334, 356], [414, 715], [387, 232], [490, 319], [355, 421], [471, 677], [447, 923], [541, 498], [291, 410], [501, 748], [423, 296], [475, 422], [491, 845], [535, 696], [288, 234], [529, 499], [395, 157], [312, 294], [342, 360], [426, 360], [440, 368], [523, 633], [521, 690], [403, 230], [535, 920], [566, 741], [492, 404], [441, 504], [268, 352], [378, 421], [462, 431], [396, 502], [481, 507], [434, 432]]}
json_instruct
{"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"applicationName": {"type": "string"}, "applicationId": {"type": "string"}, "applicationKey": {"type": "string"}, "global": {"type": "object", "properties": {"avVersion": {"type": "string"}}, "required": ["avVersion"]}}, "required": ["applicationName", "applicationId", "applicationKey", "global"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"applicationName" : "TicketDemo", "applicationId" : "my7clww2hnrairocm6uwus69fg806z50vvmtaz7oughnfq94", "applicationKey" : "npn86d4vj3ttgl0qemc972v70wrs1oimye04w2x3sb4r0zl7", "global" : {"avVersion" : "0.2.0"}}
json_instruct
{"type": "object", "properties": {"applicationName": {"type": "string"}, "applicationId": {"type": "string"}, "applicationKey": {"type": "string"}, "global": {"type": "object", "properties": {"avVersion": {"type": "string"}}, "required": ["avVersion"]}}, "required": ["applicationName", "applicationId", "applicationKey", "global"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"KinematicMoveToGoal": {"type": "object", "properties": {"checkpoints": {"type": "array", "items": {"type": "object", "properties": {"steps": {"type": "integer"}, "file_path": {"type": "string"}, "reward": {"type": "null"}, "creation_time": {"type": "number"}, "auxillary_file_paths": {"type": "array", "items": {"type": "string"}}}, "required": ["steps", "file_path", "reward", "creation_time", "auxillary_file_paths"]}}, "final_checkpoint": {"type": "object", "properties": {"steps": {"type": "integer"}, "file_path": {"type": "string"}, "reward": {"type": "null"}, "creation_time": {"type": "number"}, "auxillary_file_paths": {"type": "array", "items": {"type": "string"}}}, "required": ["steps", "file_path", "reward", "creation_time", "auxillary_file_paths"]}}, "required": ["checkpoints", "final_checkpoint"]}, "metadata": {"type": "object", "properties": {"stats_format_version": {"type": "string"}, "mlagents_version": {"type": "string"}, "torch_version": {"type": "string"}}, "required": ["stats_format_version", "mlagents_version", "torch_version"]}}, "required": ["KinematicMoveToGoal", "metadata"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"KinematicMoveToGoal" : {"checkpoints" : [{"steps" : 45525, "file_path" : "results/Kinematic10/KinematicMoveToGoal/KinematicMoveToGoal-45525.onnx", "reward" : null, "creation_time" : 1627087616.0916312, "auxillary_file_paths" : ["results/Kinematic10/KinematicMoveToGoal/KinematicMoveToGoal-45525.pt"]}], "final_checkpoint" : {"steps" : 45525, "file_path" : "results/Kinematic10/KinematicMoveToGoal.onnx", "reward" : null, "creation_time" : 1627087616.0916312, "auxillary_file_paths" : ["results/Kinematic10/KinematicMoveToGoal/KinematicMoveToGoal-45525.pt"]}}, "metadata" : {"stats_format_version" : "0.3.0", "mlagents_version" : "0.28.0.dev0", "torch_version" : "1.8.0"}}
json_instruct
{"type": "object", "properties": {"KinematicMoveToGoal": {"type": "object", "properties": {"checkpoints": {"type": "array", "items": {"type": "object", "properties": {"steps": {"type": "integer"}, "file_path": {"type": "string"}, "reward": {"type": "null"}, "creation_time": {"type": "number"}, "auxillary_file_paths": {"type": "array", "items": {"type": "string"}}}, "required": ["steps", "file_path", "reward", "creation_time", "auxillary_file_paths"]}}, "final_checkpoint": {"type": "object", "properties": {"steps": {"type": "integer"}, "file_path": {"type": "string"}, "reward": {"type": "null"}, "creation_time": {"type": "number"}, "auxillary_file_paths": {"type": "array", "items": {"type": "string"}}}, "required": ["steps", "file_path", "reward", "creation_time", "auxillary_file_paths"]}}, "required": ["checkpoints", "final_checkpoint"]}, "metadata": {"type": "object", "properties": {"stats_format_version": {"type": "string"}, "mlagents_version": {"type": "string"}, "torch_version": {"type": "string"}}, "required": ["stats_format_version", "mlagents_version", "torch_version"]}}, "required": ["KinematicMoveToGoal", "metadata"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "gitHead": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "_id": {"type": "string"}, "_shasum": {"type": "string"}, "_from": {"type": "string"}, "_npmVersion": {"type": "string"}, "_nodeVersion": {"type": "string"}, "_npmUser": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "maintainers": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "dist": {"type": "object", "properties": {"shasum": {"type": "string"}, "tarball": {"type": "string"}}, "required": ["shasum", "tarball"]}, "directories": {"type": "object", "properties": {}, "required": []}, "_resolved": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "gitHead", "bugs", "homepage", "_id", "_shasum", "_from", "_npmVersion", "_nodeVersion", "_npmUser", "maintainers", "dist", "directories", "_resolved"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "comerr", "version" : "0.0.9", "description" : "ERROR: No README.md file found!", "main" : "lib/index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git://github.com/crcn/errcodes.js.git"}, "author" : "", "license" : "BSD", "gitHead" : "88e53f03a9f4408b417a6f31cb32eef9c6a88dbd", "bugs" : {"url" : "https://github.com/crcn/errcodes.js/issues"}, "homepage" : "https://github.com/crcn/errcodes.js", "_id" : "comerr@0.0.9", "_shasum" : "0bdf8e3f9f6099e8313fa1c0fa6e0931999abce2", "_from" : "comerr@0.0.9", "_npmVersion" : "2.1.4", "_nodeVersion" : "0.10.30", "_npmUser" : {"name" : "architectd", "email" : "craig.j.condon@gmail.com"}, "maintainers" : [{"name" : "architectd", "email" : "craig.j.condon@gmail.com"}], "dist" : {"shasum" : "0bdf8e3f9f6099e8313fa1c0fa6e0931999abce2", "tarball" : "https://registry.npmjs.org/comerr/-/comerr-0.0.9.tgz"}, "directories" : {}, "_resolved" : "https://registry.npmjs.org/comerr/-/comerr-0.0.9.tgz"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "gitHead": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "_id": {"type": "string"}, "_shasum": {"type": "string"}, "_from": {"type": "string"}, "_npmVersion": {"type": "string"}, "_nodeVersion": {"type": "string"}, "_npmUser": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "maintainers": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "dist": {"type": "object", "properties": {"shasum": {"type": "string"}, "tarball": {"type": "string"}}, "required": ["shasum", "tarball"]}, "directories": {"type": "object", "properties": {}, "required": []}, "_resolved": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "gitHead", "bugs", "homepage", "_id", "_shasum", "_from", "_npmVersion", "_nodeVersion", "_npmUser", "maintainers", "dist", "directories", "_resolved"], "$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"}, "manifest_version": {"type": "integer"}, "description": {"type": "string"}, "permissions": {"type": "array", "items": {"type": "string"}}, "background": {"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "string"}}, "persistent": {"type": "boolean"}}, "required": ["scripts", "persistent"]}, "icons": {"type": "object", "properties": {"16": {"type": "string"}, "48": {"type": "string"}, "128": {"type": "string"}}, "required": ["16", "48", "128"]}, "browser_action": {"type": "object", "properties": {"default_title": {"type": "string"}, "default_popup": {"type": "string"}}, "required": ["default_title", "default_popup"]}}, "required": ["name", "version", "manifest_version", "description", "permissions", "background", "icons", "browser_action"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Conscient", "version" : "1.0", "manifest_version" : 2, "description" : "Build an Extension!", "permissions" : ["declarativeContent", "storage", "activeTab", "audio", "input"], "background" : {"scripts" : ["background.js"], "persistent" : false}, "icons" : {"16" : "logo/conscient_logo_16.png", "48" : "logo/conscient_logo_48.png", "128" : "logo/conscient_logo_128.png"}, "browser_action" : {"default_title" : "Conscient", "default_popup" : "popup.html"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "manifest_version": {"type": "integer"}, "description": {"type": "string"}, "permissions": {"type": "array", "items": {"type": "string"}}, "background": {"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "string"}}, "persistent": {"type": "boolean"}}, "required": ["scripts", "persistent"]}, "icons": {"type": "object", "properties": {"16": {"type": "string"}, "48": {"type": "string"}, "128": {"type": "string"}}, "required": ["16", "48", "128"]}, "browser_action": {"type": "object", "properties": {"default_title": {"type": "string"}, "default_popup": {"type": "string"}}, "required": ["default_title", "default_popup"]}}, "required": ["name", "version", "manifest_version", "description", "permissions", "background", "icons", "browser_action"], "$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" : "JAKARTA BARAT", "originalFilename" : "PHOTO_001.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 66238, "noUrut" : 1, "nama" : "DR. M QUDRAT NUGRAHA, MSi", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "JAKARTA TIMUR", "originalFilename" : "Untitled-1.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 66953, "noUrut" : 2, "nama" : "CHRISTIANSYAH, SE", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KOTA PONTIANAK", "originalFilename" : "Untitled-1.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 128223, "noUrut" : 3, "nama" : "KRISTIANA WAHYU MENTARI", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "KOTA PONTIANAK", "originalFilename" : "IDIL FITRI.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 188048, "noUrut" : 4, "nama" : "IDIL FITRI", "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#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"workers": {"type": "integer"}, "machines": {"type": "integer"}, "debug_level_logging": {"type": "boolean"}, "json_logging": {"type": "boolean"}, "aws": {"type": "object", "properties": {"region": {"type": "string"}, "access_key_id": {"type": "string"}, "secret_access_key": {"type": "string"}, "s3_endpoint": {"type": "string"}}, "required": ["region", "access_key_id", "secret_access_key", "s3_endpoint"]}, "artifact": {"type": "object", "properties": {"bucket": {"type": "string"}, "key_prefix": {"type": "string"}}, "required": ["bucket", "key_prefix"]}, "coordinator": {"type": "object", "properties": {"redis_url": {"type": "string"}}, "required": ["redis_url"]}, "crawling": {"type": "object", "properties": {"header_ua": {"type": "string"}, "primary_ua": {"type": "string"}, "secondary_ua": {"type": "string"}}, "required": ["header_ua", "primary_ua", "secondary_ua"]}, "url_frontier": {"type": "object", "properties": {"shared_db_source": {"type": "string"}, "local_db_path": {"type": "string"}}, "required": ["shared_db_source", "local_db_path"]}, "tracer": {"type": "object", "properties": {"namespace": {"type": "string"}, "dim_name": {"type": "string"}, "dim_value": {"type": "string"}}, "required": ["namespace", "dim_name", "dim_value"]}}, "required": ["workers", "machines", "debug_level_logging", "json_logging", "aws", "artifact", "coordinator", "crawling", "url_frontier", "tracer"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"workers" : 3, "machines" : 1, "debug_level_logging" : true, "json_logging" : false, "aws" : {"region" : "ap-northeast-1", "access_key_id" : "gokurou-s3-access-key", "secret_access_key" : "gokurou-s3-secret-key", "s3_endpoint" : "http://localhost:11113"}, "artifact" : {"bucket" : "gokurou-dev", "key_prefix" : "crawled"}, "coordinator" : {"redis_url" : "redis://localhost:11111"}, "crawling" : {"header_ua" : "USERAGENT", "primary_ua" : "gokurou", "secondary_ua" : "googlebot"}, "url_frontier" : {"shared_db_source" : "root:gokurou1234@tcp(127.0.0.1:11112)/gokurou_dev?charset=utf8mb4,utf&interpolateParams=true", "local_db_path" : "tmp/localdb-%d.sqlite"}, "tracer" : {"namespace" : "Gokurou", "dim_name" : "Environment", "dim_value" : "Development"}}
json_instruct
{"type": "object", "properties": {"workers": {"type": "integer"}, "machines": {"type": "integer"}, "debug_level_logging": {"type": "boolean"}, "json_logging": {"type": "boolean"}, "aws": {"type": "object", "properties": {"region": {"type": "string"}, "access_key_id": {"type": "string"}, "secret_access_key": {"type": "string"}, "s3_endpoint": {"type": "string"}}, "required": ["region", "access_key_id", "secret_access_key", "s3_endpoint"]}, "artifact": {"type": "object", "properties": {"bucket": {"type": "string"}, "key_prefix": {"type": "string"}}, "required": ["bucket", "key_prefix"]}, "coordinator": {"type": "object", "properties": {"redis_url": {"type": "string"}}, "required": ["redis_url"]}, "crawling": {"type": "object", "properties": {"header_ua": {"type": "string"}, "primary_ua": {"type": "string"}, "secondary_ua": {"type": "string"}}, "required": ["header_ua", "primary_ua", "secondary_ua"]}, "url_frontier": {"type": "object", "properties": {"shared_db_source": {"type": "string"}, "local_db_path": {"type": "string"}}, "required": ["shared_db_source", "local_db_path"]}, "tracer": {"type": "object", "properties": {"namespace": {"type": "string"}, "dim_name": {"type": "string"}, "dim_value": {"type": "string"}}, "required": ["namespace", "dim_name", "dim_value"]}}, "required": ["workers", "machines", "debug_level_logging", "json_logging", "aws", "artifact", "coordinator", "crawling", "url_frontier", "tracer"], "$schema": "http://json-schema.org/draft-07/schema#"}