input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"homepage": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "version": {"type": "string"}, "url": {"type": "string"}, "hash": {"type": "string"}, "bin": {"type": "string"}, "shortcuts": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "checkver": {"type": "object", "properties": {"github": {"type": "string"}, "regex": {"type": "string"}}, "required": ["github", "regex"]}, "autoupdate": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["homepage", "description", "license", "version", "url", "hash", "bin", "shortcuts", "checkver", "autoupdate"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"homepage" : "https://github.com/cadon/ARKStatsExtractor", "description" : "For the game ARK Survival Evolved. Extracts possible levelups of creatures to get the values for breeding. Save your creatures in a library, sort and compare their stats, view their pedigree, use the breeding-plan to get the best possible creatures and keep track of the growing babies with timers.", "license" : "MIT", "version" : "0.37.0.0", "url" : "https://github.com/cadon/ARKStatsExtractor/releases/download/v0.37.0/ARK.Smart.Breeding_0.37.0.0.zip", "hash" : "0398cc45d32ce88635398f123434fcde34061be1d6738f4f6e9030cf3761aecd", "bin" : "ARK Smart Breeding.exe", "shortcuts" : [["ARK Smart Breeding.exe", "ARK Smart Breeding"]], "checkver" : {"github" : "https://github.com/cadon/ARKStatsExtractor", "regex" : "download/v(?<tag>[\\d.]+)/ARK.Smart.Breeding_(?<version>[\\d.]+).zip"}, "autoupdate" : {"url" : "https://github.com/cadon/ARKStatsExtractor/releases/download/v$matchTag/ARK.Smart.Breeding_$version.zip"}}
json_instruct
{"type": "object", "properties": {"homepage": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "version": {"type": "string"}, "url": {"type": "string"}, "hash": {"type": "string"}, "bin": {"type": "string"}, "shortcuts": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "checkver": {"type": "object", "properties": {"github": {"type": "string"}, "regex": {"type": "string"}}, "required": ["github", "regex"]}, "autoupdate": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["homepage", "description", "license", "version", "url", "hash", "bin", "shortcuts", "checkver", "autoupdate"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon": {"type": "number"}}, "required": ["type", "id", "lat", "lon"]}}, "volunteer_postcode": {"type": "string"}, "closest_distance": {"type": "integer"}}, "required": ["id", "name", "nodes", "volunteer_postcode", "closest_distance"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "672001346", "name" : "Derwent Drive", "nodes" : [{"type" : "node", "id" : 6292964138, "lat" : 52.2543745, "lon" : -0.919713}, {"type" : "node", "id" : 6292964139, "lat" : 52.2541865, "lon" : -0.9192212}, {"type" : "node", "id" : 6292964140, "lat" : 52.2541668, "lon" : -0.9191192}, {"type" : "node", "id" : 6292964141, "lat" : 52.2541635, "lon" : -0.9190066}, {"type" : "node", "id" : 6292964142, "lat" : 52.2543671, "lon" : -0.9187491}], "volunteer_postcode" : "NN5 7LE", "closest_distance" : 140}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon": {"type": "number"}}, "required": ["type", "id", "lat", "lon"]}}, "volunteer_postcode": {"type": "string"}, "closest_distance": {"type": "integer"}}, "required": ["id", "name", "nodes", "volunteer_postcode", "closest_distance"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "moduleType": {"type": "array", "items": {}}, "homepage": {"type": "string"}, "private": {"type": "boolean"}, "ignore": {"type": "array", "items": {"type": "string"}}, "devDependencies": {"type": "object", "properties": {"angular": {"type": "string"}, "angular-route": {"type": "string"}}, "required": ["angular", "angular-route"]}, "dependencies": {"type": "object", "properties": {"bootstrap": {"type": "string"}}, "required": ["bootstrap"]}}, "required": ["name", "description", "main", "authors", "license", "keywords", "moduleType", "homepage", "private", "ignore", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "openboiler", "description" : "An open source thermostat", "main" : "index.js", "authors" : ["Stephen Bayne", "Andy Barratt"], "license" : "MIT", "keywords" : ["Open", "Boiler", "lol"], "moduleType" : [], "homepage" : "", "private" : true, "ignore" : ["**/.*", "node_modules", "bower_components", "test", "tests"], "devDependencies" : {"angular" : "~1.4.8", "angular-route" : "~1.4.8"}, "dependencies" : {"bootstrap" : "~3.3.6"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "moduleType": {"type": "array", "items": {}}, "homepage": {"type": "string"}, "private": {"type": "boolean"}, "ignore": {"type": "array", "items": {"type": "string"}}, "devDependencies": {"type": "object", "properties": {"angular": {"type": "string"}, "angular-route": {"type": "string"}}, "required": ["angular", "angular-route"]}, "dependencies": {"type": "object", "properties": {"bootstrap": {"type": "string"}}, "required": ["bootstrap"]}}, "required": ["name", "description", "main", "authors", "license", "keywords", "moduleType", "homepage", "private", "ignore", "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": {}}, "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 salted water to a boil over medium heat and drop in the green beans; cook until slightly tender, but still crisp, 8 to 10 minutes. Immediately drain the green beans and plunge into ice water to stop the beans from cooking further. Drain the beans and place them in a shallow serving dish.", "Heat the olive oil in a skillet over medium heat. Cook garlic in the oil for about 30 seconds. Remove the skillet from the heat. Stir in the olives, tomatoes, vinegar, oregano, salt, and pepper. Pour mixture over green beans. Toss together until beans are evenly coated. Sprinkle feta cheese over the top and garnish with oregano sprigs. Chill at least 3 hours before serving."], "ingredients" : ["2 pounds fresh green beans, trimmed", "1/4 cup olive oil", "2 cloves garlic, minced", "1 cup kalamata olives, pitted and sliced", "2 tomatoes, seeded and chopped", "2 tablespoons red wine vinegar", "1 tablespoon chopped fresh oregano", "1/2 teaspoon salt", "1/4 teaspoon ground black pepper", "1 (8 ounce) package crumbled feta", "1 bunch fresh oregano sprigs"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Marinated Green Beans with Olives, Tomatoes, and Feta", "url" : "http://allrecipes.com/recipe/147050/marinated-green-beans-with-olives-to/"}
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#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "reasons": {"type": "array", "items": {}}, "status": {"type": "string"}, "risk_level": {"type": "string"}, "start_date": {"type": "string"}, "end_date": {"type": "string"}, "summary": {"type": "string"}, "establishment": {"type": "null"}, "impacted_products": {"type": "array", "items": {}}, "quantity_recovered": {"type": "integer"}, "quantity_unit": {"type": "string"}, "states": {"type": "null"}}, "required": ["id", "title", "url", "reasons", "status", "risk_level", "start_date", "end_date", "summary", "establishment", "impacted_products", "quantity_recovered", "quantity_unit", "states"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "088-2016", "title" : "Kiwi Care Package Company Recalls Wattie&rsquo;s Canned Spaghetti With Sausage Products Distributed Without Benefit Of Import Inspection", "url" : "https://www.fsis.usda.gov/recalls-alerts/kiwi-care-package-company-recalls-watties-canned-spaghetti-sausage-products", "reasons" : [], "status" : "Closed", "risk_level" : "High", "start_date" : "2016-09-24", "end_date" : "2017-01-19", "summary" : "WASHINGTON, Sept. 24, 2016 - Kiwi Care Package Company, a South Tahoe, Calif., establishment, is recalling approximately 90 pounds of Watties canned spaghetti with sausage that was not presented at the U.S. point of entry for inspection and was received from a New Zealand establishment...", "establishment" : null, "impacted_products" : [], "quantity_recovered" : 0, "quantity_unit" : "pounds", "states" : null}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "reasons": {"type": "array", "items": {}}, "status": {"type": "string"}, "risk_level": {"type": "string"}, "start_date": {"type": "string"}, "end_date": {"type": "string"}, "summary": {"type": "string"}, "establishment": {"type": "null"}, "impacted_products": {"type": "array", "items": {}}, "quantity_recovered": {"type": "integer"}, "quantity_unit": {"type": "string"}, "states": {"type": "null"}}, "required": ["id", "title", "url", "reasons", "status", "risk_level", "start_date", "end_date", "summary", "establishment", "impacted_products", "quantity_recovered", "quantity_unit", "states"], "$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": {"module": {"type": "object", "properties": {"S": {"type": "string"}}, "required": ["S"]}, "testcases": {"type": "object", "properties": {"L": {"type": "array", "items": {"type": "object", "properties": {"S": {"type": "string"}}, "required": ["S"]}}}, "required": ["L"]}}, "required": ["module", "testcases"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"module" : {"S" : "mod1"}, "testcases" : {"L" : [{"S" : "tc001"}, {"S" : "tc002"}]}}, {"module" : {"S" : "mod2"}, "testcases" : {"L" : [{"S" : "tc003"}, {"S" : "tc004"}]}}, {"module" : {"S" : "mod3"}, "testcases" : {"L" : [{"S" : "tc001"}, {"S" : "tc003"}, {"S" : "tc005"}]}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"module": {"type": "object", "properties": {"S": {"type": "string"}}, "required": ["S"]}, "testcases": {"type": "object", "properties": {"L": {"type": "array", "items": {"type": "object", "properties": {"S": {"type": "string"}}, "required": ["S"]}}}, "required": ["L"]}}, "required": ["module", "testcases"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"jest": {"type": "string"}}, "required": ["jest"]}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "convert-csv-to-json": {"type": "string"}, "cookie-parser": {"type": "string"}, "csvjson": {"type": "string"}, "cypress": {"type": "string"}, "express": {"type": "string"}, "mysql": {"type": "string"}, "mysql2": {"type": "string"}, "passport": {"type": "string"}, "passport-http": {"type": "string"}, "passport-local": {"type": "string"}, "path": {"type": "string"}, "request": {"type": "string"}, "request-promise": {"type": "string"}, "sequelize": {"type": "string"}, "supertest": {"type": "string"}}, "required": ["body-parser", "convert-csv-to-json", "cookie-parser", "csvjson", "cypress", "express", "mysql", "mysql2", "passport", "passport-http", "passport-local", "path", "request", "request-promise", "sequelize", "supertest"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "codenation-node-bootcamp", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/wilfernandesjr/codenation-node-bootcamp.git"}, "author" : "", "license" : "ISC", "bugs" : {"url" : "https://github.com/wilfernandesjr/codenation-node-bootcamp/issues"}, "homepage" : "https://github.com/wilfernandesjr/codenation-node-bootcamp#readme", "devDependencies" : {"jest" : "^24.9.0"}, "dependencies" : {"body-parser" : "^1.19.0", "convert-csv-to-json" : "0.0.15", "cookie-parser" : "^1.4.4", "csvjson" : "^5.1.0", "cypress" : "^3.8.3", "express" : "^4.17.1", "mysql" : "^2.18.1", "mysql2" : "^2.1.0", "passport" : "^0.4.1", "passport-http" : "^0.3.0", "passport-local" : "^1.0.0", "path" : "^0.12.7", "request" : "^2.88.0", "request-promise" : "^4.2.5", "sequelize" : "^5.21.4", "supertest" : "^4.0.2"}}
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"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"jest": {"type": "string"}}, "required": ["jest"]}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "convert-csv-to-json": {"type": "string"}, "cookie-parser": {"type": "string"}, "csvjson": {"type": "string"}, "cypress": {"type": "string"}, "express": {"type": "string"}, "mysql": {"type": "string"}, "mysql2": {"type": "string"}, "passport": {"type": "string"}, "passport-http": {"type": "string"}, "passport-local": {"type": "string"}, "path": {"type": "string"}, "request": {"type": "string"}, "request-promise": {"type": "string"}, "sequelize": {"type": "string"}, "supertest": {"type": "string"}}, "required": ["body-parser", "convert-csv-to-json", "cookie-parser", "csvjson", "cypress", "express", "mysql", "mysql2", "passport", "passport-http", "passport-local", "path", "request", "request-promise", "sequelize", "supertest"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"require": {"type": "object", "properties": {"cecil/theme-garth": {"type": "string"}, "cecil/theme-serviceworker": {"type": "string"}, "cecil/theme-netlify": {"type": "string"}}, "required": ["cecil/theme-garth", "cecil/theme-serviceworker", "cecil/theme-netlify"]}, "config": {"type": "object", "properties": {"allow-plugins": {"type": "object", "properties": {"cecil/theme-installer": {"type": "boolean"}}, "required": ["cecil/theme-installer"]}}, "required": ["allow-plugins"]}}, "required": ["require", "config"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"require" : {"cecil/theme-garth" : "^1.4", "cecil/theme-serviceworker" : "^1.9", "cecil/theme-netlify" : "^1.1"}, "config" : {"allow-plugins" : {"cecil/theme-installer" : true}}}
json_instruct
{"type": "object", "properties": {"require": {"type": "object", "properties": {"cecil/theme-garth": {"type": "string"}, "cecil/theme-serviceworker": {"type": "string"}, "cecil/theme-netlify": {"type": "string"}}, "required": ["cecil/theme-garth", "cecil/theme-serviceworker", "cecil/theme-netlify"]}, "config": {"type": "object", "properties": {"allow-plugins": {"type": "object", "properties": {"cecil/theme-installer": {"type": "boolean"}}, "required": ["cecil/theme-installer"]}}, "required": ["allow-plugins"]}}, "required": ["require", "config"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "a4024874600c71299ede7a6e68a6f7e6b1dd1604"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$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" : "0x1b55f3a122a4b7ec76523d30f54d6789fd5ccd7a4807fe63d851ab26927d80e3", "parentHash" : "0xb12d07b9ad8e291b6856a770c05daf5bb7b38565b19315beb58b73c01aee03b9", "number" : 118439, "timestamp" : 1440126142, "nonce" : "0xcef8577b43845a92", "difficulty" : 4278500743380, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0xA21Ba94e45f0E168dA824fC67aC9cb5Cb577a8aF", "extraData" : "0x", "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#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "ovated", "definition" : "Ovate."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$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"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}}, "required": ["dev", "build"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"pagination": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}}, "required": ["pagination", "react", "react-dom"]}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/plugin-proposal-class-properties": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "@babel/preset-react": {"type": "string"}, "parcel-bundler": {"type": "string"}}, "required": ["@babel/core", "@babel/plugin-proposal-class-properties", "@babel/preset-env", "@babel/preset-react", "parcel-bundler"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "tabellOppgave", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"dev" : "parcel ./src/index.html", "build" : "parcel build ./src/index.html"}, "keywords" : [], "author" : "", "license" : "ISC", "dependencies" : {"pagination" : "^0.4.6", "react" : "^16.12.0", "react-dom" : "^16.12.0"}, "devDependencies" : {"@babel/core" : "^7.8.4", "@babel/plugin-proposal-class-properties" : "^7.8.3", "@babel/preset-env" : "^7.8.4", "@babel/preset-react" : "^7.8.3", "parcel-bundler" : "^1.12.4"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}}, "required": ["dev", "build"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"pagination": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}}, "required": ["pagination", "react", "react-dom"]}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/plugin-proposal-class-properties": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "@babel/preset-react": {"type": "string"}, "parcel-bundler": {"type": "string"}}, "required": ["@babel/core", "@babel/plugin-proposal-class-properties", "@babel/preset-env", "@babel/preset-react", "parcel-bundler"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"Target": {"type": "string"}, "MediaType": {"type": "string"}, "Data": {"type": "object", "properties": {"Integrity": {"type": "string"}}, "required": ["Integrity"]}}, "required": ["Target", "MediaType", "Data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Target" : "css/academic.min.dc2a312999c42d400cf1e632dd37dee3.css", "MediaType" : "text/css", "Data" : {"Integrity" : "md5-3CoxKZnELUAM8eYy3Tfe4w=="}}
json_instruct
{"type": "object", "properties": {"Target": {"type": "string"}, "MediaType": {"type": "string"}, "Data": {"type": "object", "properties": {"Integrity": {"type": "string"}}, "required": ["Integrity"]}}, "required": ["Target", "MediaType", "Data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "9436020021", "district_id" : "9436020", "name" : "DIGIKOTU"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"cSpell.words" : ["dataclass", "defaultdict", "deque", "hashable", "namedtuple"]}
json_instruct
{"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, "translation": {"type": "array", "items": {"type": "string"}}, "errorCode": {"type": "string"}, "dict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "webdict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "basic": {"type": "object", "properties": {"us-phonetic": {"type": "string"}, "phonetic": {"type": "string"}, "uk-phonetic": {"type": "string"}, "explains": {"type": "array", "items": {"type": "string"}}}, "required": ["us-phonetic", "phonetic", "uk-phonetic", "explains"]}, "l": {"type": "string"}}, "required": ["web", "query", "translation", "errorCode", "dict", "webdict", "basic", "l"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"web" : [{"value" : ["\u7a3b\u7530", "\u7389\u7c73\u5730", "\u7389\u7c73\u7530"], "key" : "cornfield"}, {"value" : ["\u9ea6\u7530\u4fa7\u5f71\u56fe\u7247"], "key" : "Cornfield silhouette"}, {"value" : ["\u54e5\u7279\u5f0f\u91d1\u5c5e"], "key" : "T Cornfield"}], "query" : "cornfield", "translation" : ["\u7389\u7c73\u7530"], "errorCode" : "0", "dict" : {"url" : "yddict://m.youdao.com/dict?le=eng&q=cornfield"}, "webdict" : {"url" : "http://m.youdao.com/dict?le=eng&q=cornfield"}, "basic" : {"us-phonetic" : "'k\u0254rnfild", "phonetic" : "'k\u0254\u02d0nfi\u02d0ld", "uk-phonetic" : "'k\u0254\u02d0nfi\u02d0ld", "explains" : ["n. \u9ea6\u7530\uff1b\u7389\u7c73\u7530\uff1b\u7a3b\u7530"]}, "l" : "EN2zh-CHS"}
json_instruct
{"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, "translation": {"type": "array", "items": {"type": "string"}}, "errorCode": {"type": "string"}, "dict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "webdict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "basic": {"type": "object", "properties": {"us-phonetic": {"type": "string"}, "phonetic": {"type": "string"}, "uk-phonetic": {"type": "string"}, "explains": {"type": "array", "items": {"type": "string"}}}, "required": ["us-phonetic", "phonetic", "uk-phonetic", "explains"]}, "l": {"type": "string"}}, "required": ["web", "query", "translation", "errorCode", "dict", "webdict", "basic", "l"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"errors": {"type": "array", "items": {"type": "string"}}}, "required": ["errors"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"errors" : ["Line: 1 Col: 6 Unexpected start tag (head). Expected DOCTYPE."]}
json_instruct
{"type": "object", "properties": {"errors": {"type": "array", "items": {"type": "string"}}}, "required": ["errors"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"primitive_soil": {"type": "string"}, "acceptable_soils": {"type": "array", "items": {"type": "string"}}}, "required": ["primitive_soil", "acceptable_soils"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"primitive_soil" : "byg:nylium_soul_soil", "acceptable_soils" : ["nylium_soul_like", "nether_soil_like", "nether_like"]}
json_instruct
{"type": "object", "properties": {"primitive_soil": {"type": "string"}, "acceptable_soils": {"type": "array", "items": {"type": "string"}}}, "required": ["primitive_soil", "acceptable_soils"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"inputFiles": {"type": "array", "items": {"type": "string"}}, "mode": {"type": "string"}, "out": {"type": "string"}, "includeVersion": {"type": "boolean"}}, "required": ["inputFiles", "mode", "out", "includeVersion"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"inputFiles" : ["./src/asyncAirtable.ts", "./src/@types.ts"], "mode" : "file", "out" : "docs", "includeVersion" : true}
json_instruct
{"type": "object", "properties": {"inputFiles": {"type": "array", "items": {"type": "string"}}, "mode": {"type": "string"}, "out": {"type": "string"}, "includeVersion": {"type": "boolean"}}, "required": ["inputFiles", "mode", "out", "includeVersion"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "devDependencies": {"type": "object", "properties": {"http-server": {"type": "string"}}, "required": ["http-server"]}, "dependencies": {"type": "object", "properties": {"codemirror": {"type": "string"}}, "required": ["codemirror"]}}, "required": ["name", "version", "description", "main", "author", "license", "scripts", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "webnn-code-editor", "version" : "0.1.0", "description" : "The code editor for WebNN API", "main" : "main.js", "author" : "ningxin.hu@intel.com", "license" : "Apache-2.0", "scripts" : {"start" : "http-server"}, "devDependencies" : {"http-server" : "^0.12.3"}, "dependencies" : {"codemirror" : "^5.57.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "devDependencies": {"type": "object", "properties": {"http-server": {"type": "string"}}, "required": ["http-server"]}, "dependencies": {"type": "object", "properties": {"codemirror": {"type": "string"}}, "required": ["codemirror"]}}, "required": ["name", "version", "description", "main", "author", "license", "scripts", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "variable1": {"type": "number"}, "variable2": {"type": "number"}, "variable3": {"type": "string"}}, "required": ["id", "variable1", "variable2", "variable3"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "170501060204", "variable1" : 0.5451, "variable2" : -0.3394, "variable3" : "B"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "variable1": {"type": "number"}, "variable2": {"type": "number"}, "variable3": {"type": "string"}}, "required": ["id", "variable1", "variable2", "variable3"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nom" : "Juilles", "circ" : "2\u00e8me circonscription", "dpt" : "Gers", "inscrits" : 186, "abs" : 77, "votants" : 109, "blancs" : 14, "nuls" : 6, "exp" : 89, "res" : [{"nuance" : "REM", "nom" : "M. Christopher SOCCIO", "voix" : 45}, {"nuance" : "SOC", "nom" : "Mme Gis\u00e8le BI\u00c9MOURET", "voix" : 44}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$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"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"dbus": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}, "requires": {"type": "object", "properties": {"nan": {"type": "string"}}, "required": ["nan"]}}, "required": ["version", "resolved", "integrity", "requires"]}, "debug": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}, "requires": {"type": "object", "properties": {"ms": {"type": "string"}}, "required": ["ms"]}}, "required": ["version", "resolved", "integrity", "requires"]}, "ms": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}, "nan": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}}, "required": ["dbus", "debug", "ms", "nan"]}}, "required": ["name", "version", "lockfileVersion", "requires", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "webbluetooth-bluez", "version" : "1.0.0", "lockfileVersion" : 1, "requires" : true, "dependencies" : {"dbus" : {"version" : "1.0.3", "resolved" : "https://registry.npmjs.org/dbus/-/dbus-1.0.3.tgz", "integrity" : "sha1-vO2hSGc7wvzKIEK6BqlZZXYmibw=", "requires" : {"nan" : "^2.1.0"}}, "debug" : {"version" : "4.1.1", "resolved" : "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", "integrity" : "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", "requires" : {"ms" : "^2.1.1"}}, "ms" : {"version" : "2.1.1", "resolved" : "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", "integrity" : "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg=="}, "nan" : {"version" : "2.12.1", "resolved" : "https://registry.npmjs.org/nan/-/nan-2.12.1.tgz", "integrity" : "sha512-JY7V6lRkStKcKTvHO5NVSQRv+RV+FIL5pvDoLiAtSL9pKlC5x9PKQcZDsq7m4FO4d57mkhC6Z+QhAh3Jdk5JFw=="}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"dbus": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}, "requires": {"type": "object", "properties": {"nan": {"type": "string"}}, "required": ["nan"]}}, "required": ["version", "resolved", "integrity", "requires"]}, "debug": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}, "requires": {"type": "object", "properties": {"ms": {"type": "string"}}, "required": ["ms"]}}, "required": ["version", "resolved", "integrity", "requires"]}, "ms": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}, "nan": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}}, "required": ["dbus", "debug", "ms", "nan"]}}, "required": ["name", "version", "lockfileVersion", "requires", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"ts-node": {"type": "object", "properties": {"compiler": {"type": "string"}}, "required": ["compiler"]}, "compilerOptions": {"type": "object", "properties": {}, "required": []}}, "required": ["ts-node", "compilerOptions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ts-node" : {"compiler" : "typescript"}, "compilerOptions" : {}}
json_instruct
{"type": "object", "properties": {"ts-node": {"type": "object", "properties": {"compiler": {"type": "string"}}, "required": ["compiler"]}, "compilerOptions": {"type": "object", "properties": {}, "required": []}}, "required": ["ts-node", "compilerOptions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"message" : "Requires authentication"}
json_instruct
{"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"layer0": {"type": "string"}, "layer1": {"type": "string"}}, "required": ["layer0", "layer1"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "item/generated", "textures" : {"layer0" : "hard-hat-steve:items/hard_hat", "layer1" : "hard-hat-steve:items/hard_hat_overlay"}}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"layer0": {"type": "string"}, "layer1": {"type": "string"}}, "required": ["layer0", "layer1"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"r_sint32": {"type": "array", "items": {"type": "integer"}}}, "required": ["r_sint32"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"r_sint32" : [-2147483648, 2147483647, 0, -1, 1]}
json_instruct
{"type": "object", "properties": {"r_sint32": {"type": "array", "items": {"type": "integer"}}}, "required": ["r_sint32"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "uid": {"type": "integer"}, "uname": {"type": "string"}, "face": {"type": "string"}, "originContentModify": {"type": "string"}, "originType": {"type": "integer"}, "reasonType": {"type": "integer"}, "punishTime": {"type": "integer"}, "punishType": {"type": "integer"}, "moralNum": {"type": "integer"}, "blockedDays": {"type": "integer"}, "blockedForever": {"type": "boolean"}, "commentSum": {"type": "integer"}, "punishTitle": {"type": "string"}, "reasonTypeName": {"type": "string"}}, "required": ["id", "uid", "uname", "face", "originContentModify", "originType", "reasonType", "punishTime", "punishType", "moralNum", "blockedDays", "blockedForever", "commentSum", "punishTitle", "reasonTypeName"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 28869, "uid" : 32993466, "uname" : "\u5602\u654aVito", "face" : "http://i2.hdslb.com/bfs/face/033191b6a2cadfbb76f0eaf1ba6e39f28f8ed6b8.jpg", "originContentModify" : "<p>\u4ed6*\u7684**\u8bf7\u4f60\u6eda\uff0c\u6ca1\u4eba\u6c42\u4f60\u770b\uff0c\u4f60\u4eec\u6562\u55b7\u793e\u957f\u6211\u5c31*\u6b7b\u4f60\u4eec</p><p><br></p><p>\u5907\u6ce8\uff1a\u90a3\u4e2a\u3002\u3002\u3002\u8fd9\u7c7b\u9493\u9c7c\u9898\u7684\u6807\u51c6\u7b54\u6848\u662f\u4e3e\u62a5\uff01\u4e3e\u62a5\uff01\uff01\u4e3e\u62a5\uff01\uff01\uff01\u7a7a\u7740\u4e0d\u7b54\u9898\u7684\u4e0d\u6263\u5206\uff0c\u7ed9\u51fa\u5176\u4ed6\u5947\u5947\u602a\u602a\u7684\u7b54\u6848\u6263\u5206\uff08\u8282\u64cd\u503c\uff09</p>", "originType" : 2, "reasonType" : 9, "punishTime" : 1496229233000, "punishType" : 2, "moralNum" : 5, "blockedDays" : 3, "blockedForever" : false, "commentSum" : 74, "punishTitle" : "\u5728\u5f39\u5e55\u4e2d\u53d1\u5e03\u5f15\u6218\u8a00\u8bba", "reasonTypeName" : "\u53d1\u5e03\u5f15\u6218\u8a00\u8bba"}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "uid": {"type": "integer"}, "uname": {"type": "string"}, "face": {"type": "string"}, "originContentModify": {"type": "string"}, "originType": {"type": "integer"}, "reasonType": {"type": "integer"}, "punishTime": {"type": "integer"}, "punishType": {"type": "integer"}, "moralNum": {"type": "integer"}, "blockedDays": {"type": "integer"}, "blockedForever": {"type": "boolean"}, "commentSum": {"type": "integer"}, "punishTitle": {"type": "string"}, "reasonTypeName": {"type": "string"}}, "required": ["id", "uid", "uname", "face", "originContentModify", "originType", "reasonType", "punishTime", "punishType", "moralNum", "blockedDays", "blockedForever", "commentSum", "punishTitle", "reasonTypeName"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "paths": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}}, "required": ["id", "type"]}}}, "required": ["id", "paths"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "citadel_of_flame", "paths" : [{"id" : "cof_story", "type" : "Story"}, {"id" : "ferrah", "type" : "Explorable"}, {"id" : "magg", "type" : "Explorable"}, {"id" : "rhiannon", "type" : "Explorable"}]}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "paths": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}}, "required": ["id", "type"]}}}, "required": ["id", "paths"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"tsconfig": {"type": "string"}, "mode": {"type": "string"}, "theme": {"type": "string"}, "excludeNotExported": {"type": "boolean"}, "excludePrivate": {"type": "boolean"}, "ignoreCompilerErrors": {"type": "boolean"}, "exclude": {"type": "array", "items": {"type": "string"}}, "out": {"type": "string"}, "gaID": {"type": "string"}}, "required": ["tsconfig", "mode", "theme", "excludeNotExported", "excludePrivate", "ignoreCompilerErrors", "exclude", "out", "gaID"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"tsconfig" : "tsconfig_apidoc.json", "mode" : "library", "theme" : "docs/_api/theme", "excludeNotExported" : true, "excludePrivate" : true, "ignoreCompilerErrors" : true, "exclude" : ["**/*test*", "**/node_modules/!(lit-html)/**", "**/test/**"], "out" : "./docs/api", "gaID" : "UA-39334307-23"}
json_instruct
{"type": "object", "properties": {"tsconfig": {"type": "string"}, "mode": {"type": "string"}, "theme": {"type": "string"}, "excludeNotExported": {"type": "boolean"}, "excludePrivate": {"type": "boolean"}, "ignoreCompilerErrors": {"type": "boolean"}, "exclude": {"type": "array", "items": {"type": "string"}}, "out": {"type": "string"}, "gaID": {"type": "string"}}, "required": ["tsconfig", "mode", "theme", "excludeNotExported", "excludePrivate", "ignoreCompilerErrors", "exclude", "out", "gaID"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "MeditationApp", "displayName" : "MeditationApp"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"Id": {"type": "string"}, "IsStatic": {"type": "boolean"}, "useGravity": {"type": "boolean"}, "randomRotation": {"type": "boolean"}, "Position": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}, "z": {"type": "number"}}, "required": ["x", "y", "z"]}, "Rotation": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "number"}, "z": {"type": "integer"}}, "required": ["x", "y", "z"]}, "IsGroupPosition": {"type": "boolean"}, "GroupPositions": {"type": "array", "items": {}}, "Root": {"type": "string"}, "Items": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "_tpl": {"type": "string"}}, "required": ["_id", "_tpl"]}}}, "required": ["Id", "IsStatic", "useGravity", "randomRotation", "Position", "Rotation", "IsGroupPosition", "GroupPositions", "Root", "Items"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Id" : "scontainer_gunsafe_big [0] 3(Clone)10191126", "IsStatic" : false, "useGravity" : false, "randomRotation" : false, "Position" : {"x" : 100.568108, "y" : -45.1615448, "z" : 105.19397}, "Rotation" : {"x" : 270, "y" : 270.000122, "z" : 0}, "IsGroupPosition" : false, "GroupPositions" : [], "Root" : "5ec3f4612dfcb75c1633dc5d", "Items" : [{"_id" : "5ec3f4612dfcb75c1633dc5d", "_tpl" : "59e6687d86f77411d949b251"}, {"_id" : "5ec3f4612dfcb75c1633dc5e", "_tpl" : "59e649f986f77411d949b246", "parentId" : "5ec3f4612dfcb75c1633dc5d", "slotId" : "mod_gas_block"}, {"_id" : "5ec3f4612dfcb75c1633dc5f", "_tpl" : "59e898ee86f77427614bd225", "parentId" : "5ec3f4612dfcb75c1633dc5e", "slotId" : "mod_handguard"}, {"_id" : "5ec3f4612dfcb75c1633dc60", "_tpl" : "59e8a00d86f7742ad93b569c", "parentId" : "5ec3f4612dfcb75c1633dc5d", "slotId" : "mod_muzzle"}, {"_id" : "5ec3f4612dfcb75c1633dc61", "_tpl" : "59e6318286f77444dd62c4cc", "parentId" : "5ec3f4612dfcb75c1633dc5d", "slotId" : "mod_pistol_grip"}, {"_id" : "5ec3f4612dfcb75c1633dc62", "_tpl" : "59e6449086f7746c9f75e822", "parentId" : "5ec3f4612dfcb75c1633dc5d", "slotId" : "mod_reciever"}, {"_id" : "5ec3f4612dfcb75c1633dc63", "_tpl" : "59e8977386f77415a553c453", "parentId" : "5ec3f4612dfcb75c1633dc5d", "slotId" : "mod_sight_rear"}, {"_id" : "5ec3f4612dfcb75c1633dc64", "_tpl" : "59e89d0986f77427600d226e", "parentId" : "5ec3f4612dfcb75c1633dc5d", "slotId" : "mod_stock"}, {"_id" : "5ec3f4612dfcb75c1633dc65", "_tpl" : "59d625f086f774661516605d", "parentId" : "5ec3f4612dfcb75c1633dc5d", "slotId" : "mod_magazine"}, {"_id" : "5ec3f4612dfcb75c1633dc66", "_tpl" : "59e6542b86f77411dc52a77a", "parentId" : "5ec3f4612dfcb75c1633dc65", "slotId" : "cartridges", "upd" : {"StackObjectsCount" : 23}}]}
json_instruct
{"type": "object", "properties": {"Id": {"type": "string"}, "IsStatic": {"type": "boolean"}, "useGravity": {"type": "boolean"}, "randomRotation": {"type": "boolean"}, "Position": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}, "z": {"type": "number"}}, "required": ["x", "y", "z"]}, "Rotation": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "number"}, "z": {"type": "integer"}}, "required": ["x", "y", "z"]}, "IsGroupPosition": {"type": "boolean"}, "GroupPositions": {"type": "array", "items": {}}, "Root": {"type": "string"}, "Items": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "_tpl": {"type": "string"}}, "required": ["_id", "_tpl"]}}}, "required": ["Id", "IsStatic", "useGravity", "randomRotation", "Position", "Rotation", "IsGroupPosition", "GroupPositions", "Root", "Items"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "string"}, "draft": {"type": "boolean"}, "head": {"type": "object", "properties": {"ref": {"type": "string"}}, "required": ["ref"]}, "html_url": {"type": "string"}, "id": {"type": "integer"}, "labels": {"type": "array", "items": {"type": "object", "properties": {"color": {"type": "string"}, "default": {"type": "boolean"}, "description": {"type": "string"}, "id": {"type": "integer"}, "name": {"type": "string"}, "node_id": {"type": "string"}, "url": {"type": "string"}}, "required": ["color", "default", "description", "id", "name", "node_id", "url"]}}, "mergeable": {"type": "null"}, "mergeable_state": {"type": "string"}, "merged": {"type": "boolean"}, "merged_at": {"type": "string"}, "number": {"type": "integer"}, "state": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["ETag", "Last-Modified", "base", "closed_at", "created_at", "draft", "head", "html_url", "id", "labels", "mergeable", "mergeable_state", "merged", "merged_at", "number", "state", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ETag" : "W/\"35be8449a585065ed5dfeffefecf51972282280f0972b58d4668f163ac671d4d\"", "Last-Modified" : "Sat, 16 Jan 2021 01:22:36 GMT", "base" : {"repo" : {"name" : "distributed-feedstock"}}, "closed_at" : "2021-01-16T01:21:51Z", "created_at" : "2021-01-16T00:20:32Z", "draft" : false, "head" : {"ref" : "this_is_not_a_branch"}, "html_url" : "https://github.com/conda-forge/distributed-feedstock/pull/157", "id" : 556039373, "labels" : [{"color" : "0e8a16", "default" : false, "description" : "Merge the PR when CI passes", "id" : 1890867883, "name" : "automerge", "node_id" : "MDU6TGFiZWwxODkwODY3ODgz", "url" : "https://api.github.com/repos/conda-forge/distributed-feedstock/labels/automerge"}], "mergeable" : null, "mergeable_state" : "unknown", "merged" : true, "merged_at" : "2021-01-16T01:21:51Z", "number" : 157, "state" : "closed", "updated_at" : "2021-01-16T01:22:36Z"}
json_instruct
{"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "string"}, "draft": {"type": "boolean"}, "head": {"type": "object", "properties": {"ref": {"type": "string"}}, "required": ["ref"]}, "html_url": {"type": "string"}, "id": {"type": "integer"}, "labels": {"type": "array", "items": {"type": "object", "properties": {"color": {"type": "string"}, "default": {"type": "boolean"}, "description": {"type": "string"}, "id": {"type": "integer"}, "name": {"type": "string"}, "node_id": {"type": "string"}, "url": {"type": "string"}}, "required": ["color", "default", "description", "id", "name", "node_id", "url"]}}, "mergeable": {"type": "null"}, "mergeable_state": {"type": "string"}, "merged": {"type": "boolean"}, "merged_at": {"type": "string"}, "number": {"type": "integer"}, "state": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["ETag", "Last-Modified", "base", "closed_at", "created_at", "draft", "head", "html_url", "id", "labels", "mergeable", "mergeable_state", "merged", "merged_at", "number", "state", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"Similarity": {"type": "string"}, "Title": {"type": "string"}, "Year": {"type": "integer"}}, "required": ["Similarity", "Title", "Year"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"Similarity" : "0.997", "Title" : "Generic Priors Yield Competition Between Independently-Occurring Preventive Causes", "Year" : 2014}, {"Similarity" : "0.997", "Title" : "Doing After Seeing", "Year" : 2005}, {"Similarity" : "0.997", "Title" : "Answering Causal Queries about Singular Cases", "Year" : 2016}, {"Similarity" : "0.996", "Title" : "Modeling the Role of Unobserved Causes in Causal Learning", "Year" : 2006}, {"Similarity" : "0.996", "Title" : "Heuristics in Covariation-based Induction of Causal Models Sufficiency and Necessity Priors", "Year" : 2011}, {"Similarity" : "0.995", "Title" : "Generic Priors Yield Competition Between Independently-Occurring Causes", "Year" : 2013}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"Similarity": {"type": "string"}, "Title": {"type": "string"}, "Year": {"type": "integer"}}, "required": ["Similarity", "Title", "Year"]}, "$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": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"gulp": {"type": "string"}, "vinyl-source-stream": {"type": "string"}, "browserify": {"type": "string"}, "browserify-shim": {"type": "string"}, "gulp-eslint": {"type": "string"}, "gulp-jasmine": {"type": "string"}, "jasmine-reporters": {"type": "string"}, "jasmine-spec-reporter": {"type": "string"}, "gulp-rename": {"type": "string"}, "gulp-streamify": {"type": "string"}, "gulp-uglify": {"type": "string"}}, "required": ["gulp", "vinyl-source-stream", "browserify", "browserify-shim", "gulp-eslint", "gulp-jasmine", "jasmine-reporters", "jasmine-spec-reporter", "gulp-rename", "gulp-streamify", "gulp-uglify"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "devDependencies", "repository"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "cleaverjs", "version" : "0.0.0", "description" : "Cleaver Meshing Library", "main" : "mesher.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "", "license" : "BSD-2-Clause", "devDependencies" : {"gulp" : "~3.9.0", "vinyl-source-stream" : "~1.1.0", "browserify" : "~11.0.1", "browserify-shim" : "~3.8.10", "gulp-eslint" : "~1.0.0", "gulp-jasmine" : "~2.0.1", "jasmine-reporters" : "~2.0.7", "jasmine-spec-reporter" : "~2.4.0", "gulp-rename" : "^1.2.2", "gulp-streamify" : "^1.0.2", "gulp-uglify" : "^1.4.1"}, "repository" : {"type" : "git", "url" : "https://github.com/jonbronson/CleaverJS.git"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"gulp": {"type": "string"}, "vinyl-source-stream": {"type": "string"}, "browserify": {"type": "string"}, "browserify-shim": {"type": "string"}, "gulp-eslint": {"type": "string"}, "gulp-jasmine": {"type": "string"}, "jasmine-reporters": {"type": "string"}, "jasmine-spec-reporter": {"type": "string"}, "gulp-rename": {"type": "string"}, "gulp-streamify": {"type": "string"}, "gulp-uglify": {"type": "string"}}, "required": ["gulp", "vinyl-source-stream", "browserify", "browserify-shim", "gulp-eslint", "gulp-jasmine", "jasmine-reporters", "jasmine-spec-reporter", "gulp-rename", "gulp-streamify", "gulp-uglify"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "devDependencies", "repository"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "tel": {"type": "string"}, "fax": {"type": "string"}, "licensee": {"type": "string"}, "licensePeriod": {"type": "string"}, "licenseClass": {"type": "string"}, "hciCode": {"type": "string"}, "address": {"type": "string"}, "doctorInCharge": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "qualifications": {"type": "array", "items": {"type": "string"}}, "specialties": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "qualifications", "specialties"]}}, "mohApprovedSpecialServices": {"type": "array", "items": {"type": "string"}}, "detailedServices": {"type": "object", "properties": {"General Dental": {"type": "boolean"}, "Specialist Dental": {"type": "array", "items": {"type": "string"}}}, "required": ["General Dental", "Specialist Dental"]}, "operatingHours": {"type": "object", "properties": {"Monday to Saturday": {"type": "string"}, "Sunday": {"type": "string"}}, "required": ["Monday to Saturday", "Sunday"]}}, "required": ["name", "tel", "fax", "licensee", "licensePeriod", "licenseClass", "hciCode", "address", "doctorInCharge", "mohApprovedSpecialServices", "detailedServices", "operatingHours"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "WESTFIELD DENTAL SURGERY PTE. LTD.", "tel" : "63487188", "fax" : "63482168", "licensee" : "WESTFIELD DENTAL SURGERY PTE. LTD.", "licensePeriod" : "08/02/2017 to 07/02/2018", "licenseClass" : "[ 1 Year ( 1B ) ]", "hciCode" : "13C0029", "address" : "276 JOO CHIAT ROAD, Singapore 427530", "doctorInCharge" : [{"name" : "Lee Chung Cheng Francis", "qualifications" : ["BDS (National University of Singapore, Singapore) 1997", "MSc (Orthodontics) (London) (University of London, United Kingdom) 2005", "M Orth RCS (Edinburgh) (Royal College of Surgeons of Edinburgh, United Kingdom) 2006", "FAMS (Orthodontics) (Academy of Medicine, Singapore, Singapore) 2010"], "specialties" : ["Orthodontics"]}], "mohApprovedSpecialServices" : ["Specialised Diagnostic Radiology"], "detailedServices" : {"General Dental" : true, "Specialist Dental" : ["Orthodontics"]}, "operatingHours" : {"Monday to Saturday" : "10:00 am to 08:00 pm", "Sunday" : "Closed"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "tel": {"type": "string"}, "fax": {"type": "string"}, "licensee": {"type": "string"}, "licensePeriod": {"type": "string"}, "licenseClass": {"type": "string"}, "hciCode": {"type": "string"}, "address": {"type": "string"}, "doctorInCharge": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "qualifications": {"type": "array", "items": {"type": "string"}}, "specialties": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "qualifications", "specialties"]}}, "mohApprovedSpecialServices": {"type": "array", "items": {"type": "string"}}, "detailedServices": {"type": "object", "properties": {"General Dental": {"type": "boolean"}, "Specialist Dental": {"type": "array", "items": {"type": "string"}}}, "required": ["General Dental", "Specialist Dental"]}, "operatingHours": {"type": "object", "properties": {"Monday to Saturday": {"type": "string"}, "Sunday": {"type": "string"}}, "required": ["Monday to Saturday", "Sunday"]}}, "required": ["name", "tel", "fax", "licensee", "licensePeriod", "licenseClass", "hciCode", "address", "doctorInCharge", "mohApprovedSpecialServices", "detailedServices", "operatingHours"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {}, "required": []}, "name": {"type": "string"}, "product_stoichiometries": {"type": "array", "items": {"type": "string"}}, "enzymes": {"type": "array", "items": {"type": "string"}}, "equation": {"type": "string"}, "glycans": {"type": "boolean"}, "substrate_stoichiometries": {"type": "array", "items": {"type": "string"}}, "rpairs": {"type": "object", "properties": {}, "required": []}, "entry_id": {"type": "string"}, "pathways": {"type": "object", "properties": {}, "required": []}, "products": {"type": "array", "items": {"type": "string"}}, "substrates": {"type": "array", "items": {"type": "string"}}}, "required": ["comment", "definition", "orthologs", "name", "product_stoichiometries", "enzymes", "equation", "glycans", "substrate_stoichiometries", "rpairs", "entry_id", "pathways", "products", "substrates"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"comment" : "two-step reaction (see R11454+R11455)", "definition" : "EDTA + 2 Reduced FMN + 2 Oxygen <=> Ethylenediamine-N,N'-diacetic acid + 2 Glyoxylate + 2 FMN + 2 H2O", "orthologs" : {}, "name" : "ethylenediaminetetraacetate,FMNH2:O2 oxidoreductase (glyoxylate-forming)", "product_stoichiometries" : ["2", "2", "2", "1"], "enzymes" : ["1.14.14.33"], "equation" : "C00284 + 2 C01847 + 2 C00007 <=> C21397 + 2 C00048 + 2 C00061 + 2 C00001", "glycans" : false, "substrate_stoichiometries" : ["2", "2", "1"], "rpairs" : {}, "entry_id" : "R11456", "pathways" : {}, "products" : ["C00048", "C00061", "C00001", "C21397"], "substrates" : ["C01847", "C00007", "C00284"]}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {}, "required": []}, "name": {"type": "string"}, "product_stoichiometries": {"type": "array", "items": {"type": "string"}}, "enzymes": {"type": "array", "items": {"type": "string"}}, "equation": {"type": "string"}, "glycans": {"type": "boolean"}, "substrate_stoichiometries": {"type": "array", "items": {"type": "string"}}, "rpairs": {"type": "object", "properties": {}, "required": []}, "entry_id": {"type": "string"}, "pathways": {"type": "object", "properties": {}, "required": []}, "products": {"type": "array", "items": {"type": "string"}}, "substrates": {"type": "array", "items": {"type": "string"}}}, "required": ["comment", "definition", "orthologs", "name", "product_stoichiometries", "enzymes", "equation", "glycans", "substrate_stoichiometries", "rpairs", "entry_id", "pathways", "products", "substrates"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "horizontally", "definition" : "In a horizontal direction or position; on a level; as, moving horizontally."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "2001", "provinceId" : "91", "regencyId" : "12", "districtId" : "25", "name" : "Sabin"}, {"id" : "2002", "provinceId" : "91", "regencyId" : "12", "districtId" : "25", "name" : "Borban"}, {"id" : "2003", "provinceId" : "91", "regencyId" : "12", "districtId" : "25", "name" : "Kirimu"}, {"id" : "2004", "provinceId" : "91", "regencyId" : "12", "districtId" : "25", "name" : "Dumpasik"}, {"id" : "2005", "provinceId" : "91", "regencyId" : "12", "districtId" : "25", "name" : "Maksum"}, {"id" : "2006", "provinceId" : "91", "regencyId" : "12", "districtId" : "25", "name" : "Pedam"}, {"id" : "2007", "provinceId" : "91", "regencyId" : "12", "districtId" : "25", "name" : "Tupoplyom"}, {"id" : "2008", "provinceId" : "91", "regencyId" : "12", "districtId" : "25", "name" : "Yapil"}, {"id" : "2009", "provinceId" : "91", "regencyId" : "12", "districtId" : "25", "name" : "Atembabol"}, {"id" : "2010", "provinceId" : "91", "regencyId" : "12", "districtId" : "25", "name" : "Omlyom"}, {"id" : "2011", "provinceId" : "91", "regencyId" : "12", "districtId" : "25", "name" : "Peneli"}, {"id" : "2012", "provinceId" : "91", "regencyId" : "12", "districtId" : "25", "name" : "Markum"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "integer"}, "value": {"type": "integer"}, "name": {"type": "string"}, "limit": {"type": "integer"}, "name_pt": {"type": "string"}, "price": {"type": "integer"}, "last": {"type": "integer"}}, "required": ["id", "value", "name", "limit", "name_pt", "price", "last"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 44624, "value" : 20, "name" : "Iron armour set + 1 (lg)", "limit" : 100, "name_pt" : "Conjunto de armadura de ferro + 1 (p)", "price" : 71660, "last" : 71660}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "value": {"type": "integer"}, "name": {"type": "string"}, "limit": {"type": "integer"}, "name_pt": {"type": "string"}, "price": {"type": "integer"}, "last": {"type": "integer"}}, "required": ["id", "value", "name", "limit", "name_pt", "price", "last"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"28907": {"type": "string"}, "29127": {"type": "string"}}, "required": ["28907", "29127"]}, "timeto": {"type": "object", "properties": {"28907": {"type": "number"}, "29127": {"type": "number"}}, "required": ["28907", "29127"]}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 29009, "title" : ["[Jailhouse]"], "description" : ["Exposed rafters hold iron-caged lanterns aloft and illuminate the small jailhouse with a bright light that is reflected in the polished oak floorboards. Several chairs sit outside a white-edged cinquefoil archway, a board of wanted posters tacked above them, while a dented and scratched door occupies the eastern wall and has a small rainbow glaes window next to it. Hooks and pegs flank the entry, some holding foul weather gear and others empty."], "paths" : ["Obvious exits: out"], "location" : "Kraken's Fall", "wayto" : {"28907" : "out", "29127" : "go archway"}, "timeto" : {"28907" : 0.2, "29127" : 0.2}}
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": {"28907": {"type": "string"}, "29127": {"type": "string"}}, "required": ["28907", "29127"]}, "timeto": {"type": "object", "properties": {"28907": {"type": "number"}, "29127": {"type": "number"}}, "required": ["28907", "29127"]}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "year": {"type": "string"}}, "required": ["author", "classification", "keywords", "period", "reference", "region", "text", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"author" : "George Henry Boker", "classification" : "Sonnet", "keywords" : ["Social Commentaries", "History", "Politics", "War", "Conflict"], "period" : "", "reference" : "http://www.poetryfoundation.org/poem/244840", "region" : "U.S., Mid-Atlantic", "text" : ["Brave comrade, answer! When you joined the war,", "What left you? \u201cWife and children, wealth and friends,", "A storied home whose ancient roof-tree bends", "Above such thoughts as love tells o\u2019er and o\u2019er.\u201d", "Had you no pang or struggle? \u201cYes; I bore", "Such pain on parting as at hell\u2019s gate rends", "The entering soul, when from its grasp ascends", "The last faint virtue which on earth it wore.\u201d", "You loved your home, your kindred, children, wife;", "You loathed yet plunged into war\u2019s bloody whirl!\u2014", "What urged you? \u201cDuty! Something more than life.", "That which made Abraham bare the priestly knife,", "And Isaac kneel, or that young Hebrew girl", "Who sought her father coming from the strife.\u201d"], "title" : "[Sonnet]", "year" : ""}
json_instruct
{"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "year": {"type": "string"}}, "required": ["author", "classification", "keywords", "period", "reference", "region", "text", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1908, 6], [1910, 5], [1911, 9], [1912, 12], [1913, 7], [1914, 11], [1915, 13], [1916, 24], [1917, 15], [1918, 30], [1919, 19], [1920, 23], [1921, 32], [1922, 18], [1923, 21], [1924, 18], [1925, 18], [1926, 37], [1927, 25], [1928, 22], [1929, 13], [1930, 17], [1931, 16], [1932, 21], [1933, 15], [1934, 26], [1935, 31], [1936, 30], [1937, 25], [1938, 27], [1939, 28], [1940, 25], [1941, 32], [1942, 34], [1943, 38], [1944, 45], [1945, 47], [1946, 85], [1947, 102], [1948, 130], [1949, 145], [1950, 156], [1951, 251], [1952, 256], [1953, 282], [1954, 292], [1955, 339], [1956, 402], [1957, 467], [1958, 987], [1959, 1124], [1960, 1070], [1961, 1182], [1962, 1313], [1963, 1434], [1964, 2081], [1965, 3043], [1966, 1768], [1967, 1454], [1968, 1536], [1969, 1652], [1970, 2629], [1971, 3020], [1972, 2801], [1973, 2906], [1974, 2960], [1975, 3353], [1976, 4031], [1977, 4207], [1978, 3867], [1979, 4408], [1980, 4868], [1981, 4903], [1982, 5171], [1983, 4971], [1984, 6037], [1985, 7030], [1986, 7574], [1987, 7341], [1988, 7140], [1989, 7287], [1990, 7130], [1991, 6771], [1992, 6904], [1993, 7726], [1994, 8150], [1995, 8126], [1996, 7453], [1997, 7274], [1998, 7861], [1999, 7023], [2000, 6314], [2001, 6209], [2002, 6237], [2003, 5850], [2004, 5871], [2005, 5631], [2006, 5560], [2007, 5450], [2008, 6238], [2009, 6579], [2010, 5858], [2011, 5453], [2012, 5415], [2013, 5425], [2014, 5440]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$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"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "371724112200", "text" : "\u5468\u5e84\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724112201", "text" : "\u9676\u697c\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724112203", "text" : "\u540e\u5e97\u5b50\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724112205", "text" : "\u524d\u5e97\u5b50\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724112206", "text" : "\u5218\u697c\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724112207", "text" : "\u79e6\u697c\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724112208", "text" : "\u5f20\u5e84\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724112209", "text" : "\u53cc\u5e99\u5b59\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724112210", "text" : "\u8c22\u5e84\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724112211", "text" : "\u6c34\u5bfa\u5f20\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724112212", "text" : "\u5b59\u5e84\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724112213", "text" : "\u82cf\u5751\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724112214", "text" : "\u72c4\u6d77\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724112215", "text" : "\u6d2a\u5e84\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724112216", "text" : "\u8425\u91cc\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724112217", "text" : "\u4e01\u5e84\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724112218", "text" : "\u4f0a\u96c6\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724112219", "text" : "\u738b\u697c\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724112221", "text" : "\u59da\u5e97\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724112222", "text" : "\u5e73\u5b98\u674e\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724112227", "text" : "\u9ad8\u697c\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724112229", "text" : "\u4faf\u5e99\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724112231", "text" : "\u59dc\u8c2d\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724112232", "text" : "\u7530\u5e84\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724112234", "text" : "\u622a\u6cb3\u96c6\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724112235", "text" : "\u891a\u5e84\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724112236", "text" : "\u91d1\u5c71\u5c6f\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724112237", "text" : "\u674e\u5355\u697c\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724112239", "text" : "\u5f20\u96c6\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724112241", "text" : "\u8463\u697c\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724112242", "text" : "\u7ea2\u65d7\u793e\u533a\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724112243", "text" : "\u6c11\u65cf\u56e2\u7ed3\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724112244", "text" : "\u4e1c\u897f\u5f20\u6751\u6751\u6c11\u59d4\u5458\u4f1a"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "result": {"type": "object", "properties": {"data": {"type": "object", "properties": {"strapiProject": {"type": "object", "properties": {"name": {"type": "string"}, "logo": {"type": "object", "properties": {"childImageSharp": {"type": "object", "properties": {"fixed": {"type": "object", "properties": {"base64": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "src": {"type": "string"}, "srcSet": {"type": "string"}}, "required": ["base64", "width", "height", "src", "srcSet"]}}, "required": ["fixed"]}}, "required": ["childImageSharp"]}, "explain": {"type": "string"}}, "required": ["name", "logo", "explain"]}}, "required": ["strapiProject"]}, "pageContext": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}, "required": ["data", "pageContext"]}}, "required": ["componentChunkName", "path", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"componentChunkName" : "component---src-templates-project-js", "path" : "/Project_3", "result" : {"data" : {"strapiProject" : {"name" : "\u30a4\u30f3\u30bf\u30fc\u30f3\u7814\u4fee", "logo" : {"childImageSharp" : {"fixed" : {"base64" : "data:image/jpeg;base64,/9j/2wBDABALDA4MChAODQ4SERATGCgaGBYWGDEjJR0oOjM9PDkzODdASFxOQERXRTc4UG1RV19iZ2hnPk1xeXBkeFxlZ2P/2wBDARESEhgVGC8aGi9jQjhCY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2P/wgARCAARABQDASIAAhEBAxEB/8QAFwABAQEBAAAAAAAAAAAAAAAAAAMBBP/EABgBAAIDAAAAAAAAAAAAAAAAAAEDAAIE/9oADAMBAAIQAxAAAAGmUuucaoDn0TpoLr//xAAaEAADAAMBAAAAAAAAAAAAAAAAAQIREjEy/9oACAEBAAEFApjYawYN0pUor0hdrv8A/8QAFhEBAQEAAAAAAAAAAAAAAAAAAAES/9oACAEDAQE/Acs1Uf/EABgRAAIDAAAAAAAAAAAAAAAAAAABAhAS/9oACAECAQE/AdDnTP/EABsQAAIBBQAAAAAAAAAAAAAAAAAhARARIEFR/9oACAEBAAY/AmTRQy++Y//EABkQAAMBAQEAAAAAAAAAAAAAAAABETEhEP/aAAgBAQABPyGyYWi7TOxEtVMSdMbaTdKu0LGicMmHh//aAAwDAQACAAMAAAAQYOfD/8QAGREBAAMBAQAAAAAAAAAAAAAAAQAhMRAR/9oACAEDAQE/EFBewY9rjBP/xAAYEQADAQEAAAAAAAAAAAAAAAAAARExQf/aAAgBAgEBPxBU6hCch00f/8QAHhABAAICAQUAAAAAAAAAAAAAAQAhETGhQVFhsdH/2gAIAQEAAT8QA0NwOviHGkKuzAagmSo2DWnExiILOUPspAVmJqnInrJ//9k=", "width" : 200, "height" : 165, "src" : "/static/e2961498b37c867e62e13da5f2aaeba4/f836f/6a6cc54e002cc718eaf85cbd0fcf400f.jpg", "srcSet" : "/static/e2961498b37c867e62e13da5f2aaeba4/f836f/6a6cc54e002cc718eaf85cbd0fcf400f.jpg 1x,\n/static/e2961498b37c867e62e13da5f2aaeba4/9dc27/6a6cc54e002cc718eaf85cbd0fcf400f.jpg 1.5x,\n/static/e2961498b37c867e62e13da5f2aaeba4/2244e/6a6cc54e002cc718eaf85cbd0fcf400f.jpg 2x"}}}, "explain" : "\u30d1\u30fc\u30bd\u30eb\u30ad\u30e3\u30ea\u30a2\u3078\u3088\u3046\u3053\u305d\uff01\uff01"}}, "pageContext" : {"id" : "Project_3"}}}
json_instruct
{"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "result": {"type": "object", "properties": {"data": {"type": "object", "properties": {"strapiProject": {"type": "object", "properties": {"name": {"type": "string"}, "logo": {"type": "object", "properties": {"childImageSharp": {"type": "object", "properties": {"fixed": {"type": "object", "properties": {"base64": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "src": {"type": "string"}, "srcSet": {"type": "string"}}, "required": ["base64", "width", "height", "src", "srcSet"]}}, "required": ["fixed"]}}, "required": ["childImageSharp"]}, "explain": {"type": "string"}}, "required": ["name", "logo", "explain"]}}, "required": ["strapiProject"]}, "pageContext": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}, "required": ["data", "pageContext"]}}, "required": ["componentChunkName", "path", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title": {"type": "string"}, "year": {"type": "integer"}}, "required": ["artist_id", "artist_latitude", "artist_location", "artist_longitude", "artist_name", "duration", "num_songs", "song_id", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"artist_id" : "ARNWLOC1187B9907C7", "artist_latitude" : null, "artist_location" : "Texas", "artist_longitude" : null, "artist_name" : "I Love Math", "duration" : 38.13832, "num_songs" : 1, "song_id" : "SOQGPOI12AB0180254", "title" : "Better Days (Reprise)", "year" : 2008}
json_instruct
{"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title": {"type": "string"}, "year": {"type": "integer"}}, "required": ["artist_id", "artist_latitude", "artist_location", "artist_longitude", "artist_name", "duration", "num_songs", "song_id", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "451229100001", "text" : "\u7ea2\u7535\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "451229100002", "text" : "\u5927\u5316\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "451229100003", "text" : "\u8363\u534e\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "451229100004", "text" : "\u53e4\u611f\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "451229100005", "text" : "\u5761\u4e86\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "451229100006", "text" : "\u6d41\u6c34\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "451229100007", "text" : "\u767e\u79c0\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "451229100008", "text" : "\u53e4\u6c5f\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "451229100009", "text" : "\u62ff\u94f6\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "451229100203", "text" : "\u9f99\u53e3\u6751\u59d4\u4f1a"}, {"id" : "451229100204", "text" : "\u9f99\u9a6c\u6751\u59d4\u4f1a"}, {"id" : "451229100205", "text" : "\u57ce\u5185\u6751\u59d4\u4f1a"}, {"id" : "451229100207", "text" : "\u51e4\u7fd4\u6751\u59d4\u4f1a"}, {"id" : "451229100208", "text" : "\u4ec1\u826f\u6751\u59d4\u4f1a"}, {"id" : "451229100209", "text" : "\u4e0a\u65d7\u6751\u59d4\u4f1a"}, {"id" : "451229100210", "text" : "\u666f\u5c71\u6751\u59d4\u4f1a"}, {"id" : "451229100211", "text" : "\u4eae\u5c71\u6751\u59d4\u4f1a"}, {"id" : "451229100212", "text" : "\u6625\u5174\u6751\u59d4\u4f1a"}, {"id" : "451229100213", "text" : "\u53cc\u6392\u6751\u59d4\u4f1a"}, {"id" : "451229100214", "text" : "\u8fbe\u609f\u6751\u59d4\u4f1a"}, {"id" : "451229100215", "text" : "\u5927\u8c03\u6751\u59d4\u4f1a"}, {"id" : "451229100216", "text" : "\u6566\u8083\u6751\u59d4\u4f1a"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"gender": {"type": "string"}, "name": {"type": "object", "properties": {"title": {"type": "string"}, "first": {"type": "string"}, "last": {"type": "string"}}, "required": ["title", "first", "last"]}, "location": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "postcode": {"type": "integer"}}, "required": ["street", "city", "state", "postcode"]}, "email": {"type": "string"}, "dob": {"type": "string"}, "phone": {"type": "string"}, "cell": {"type": "string"}, "id": {"type": "string"}, "picture": {"type": "object", "properties": {"large": {"type": "string"}, "medium": {"type": "string"}, "thumbnail": {"type": "string"}}, "required": ["large", "medium", "thumbnail"]}}, "required": ["gender", "name", "location", "email", "dob", "phone", "cell", "id", "picture"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"gender" : "female", "name" : {"title" : "miss", "first" : "penny", "last" : "evans"}, "location" : {"street" : "3924 paddock way", "city" : "denton", "state" : "nevada", "postcode" : 40510}, "email" : "penny.evans@example.com", "dob" : "1964-10-03 16:06:28", "phone" : "(979)-648-1882", "cell" : "(906)-814-1250", "id" : "169-42-4737", "picture" : {"large" : "https://randomuser.me/api/portraits/women/92.jpg", "medium" : "https://randomuser.me/api/portraits/med/women/92.jpg", "thumbnail" : "https://randomuser.me/api/portraits/thumb/women/92.jpg"}}
json_instruct
{"type": "object", "properties": {"gender": {"type": "string"}, "name": {"type": "object", "properties": {"title": {"type": "string"}, "first": {"type": "string"}, "last": {"type": "string"}}, "required": ["title", "first", "last"]}, "location": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "postcode": {"type": "integer"}}, "required": ["street", "city", "state", "postcode"]}, "email": {"type": "string"}, "dob": {"type": "string"}, "phone": {"type": "string"}, "cell": {"type": "string"}, "id": {"type": "string"}, "picture": {"type": "object", "properties": {"large": {"type": "string"}, "medium": {"type": "string"}, "thumbnail": {"type": "string"}}, "required": ["large", "medium", "thumbnail"]}}, "required": ["gender", "name", "location", "email", "dob", "phone", "cell", "id", "picture"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"point": {"type": "string"}, "ownership-status": {"type": "string"}, "minimum-net-dwellings": {"type": "string"}, "site-address": {"type": "string"}, "planning-permission-date": {"type": "string"}, "site-plan-url": {"type": "string"}, "site": {"type": "string"}, "organisation": {"type": "string"}, "deliverable": {"type": "string"}, "planning-permission-status": {"type": "string"}, "hectares": {"type": "string"}, "planning-permission-type": {"type": "string"}, "start-date": {"type": "string"}, "notes": {"type": "string"}, "maximum-net-dwellings": {"type": "string"}, "name": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}}, "required": ["point", "ownership-status", "minimum-net-dwellings", "site-address", "planning-permission-date", "site-plan-url", "site", "organisation", "deliverable", "planning-permission-status", "hectares", "planning-permission-type", "start-date", "notes", "maximum-net-dwellings", "name", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [0.69135, 51.544403]}, "properties" : {"point" : "POINT(0.69135 51.544403)", "ownership-status" : "not owned by a public authority", "minimum-net-dwellings" : "6", "site-address" : "459 London Road, Westcliff-on-Sea, Essex, SS0 9LG", "planning-permission-date" : "2016-09-27", "site-plan-url" : "http://www.southend.gov.uk/downloads/200160/local_planning_framework", "site" : "BR18", "organisation" : "local-authority-eng:SOS", "deliverable" : "yes", "planning-permission-status" : "permissioned", "hectares" : "0.11", "planning-permission-type" : "full planning permission", "start-date" : "2017-03-31", "notes" : "2 x 1 Bed Houses and 4 x 1 Bed Houses", "maximum-net-dwellings" : "6", "name" : "BR18", "slug" : "/brownfield-land/local-authority-eng/SOS/BR18", "entity" : 494331, "entry-date" : "2017-03-31"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"point": {"type": "string"}, "ownership-status": {"type": "string"}, "minimum-net-dwellings": {"type": "string"}, "site-address": {"type": "string"}, "planning-permission-date": {"type": "string"}, "site-plan-url": {"type": "string"}, "site": {"type": "string"}, "organisation": {"type": "string"}, "deliverable": {"type": "string"}, "planning-permission-status": {"type": "string"}, "hectares": {"type": "string"}, "planning-permission-type": {"type": "string"}, "start-date": {"type": "string"}, "notes": {"type": "string"}, "maximum-net-dwellings": {"type": "string"}, "name": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}}, "required": ["point", "ownership-status", "minimum-net-dwellings", "site-address", "planning-permission-date", "site-plan-url", "site", "organisation", "deliverable", "planning-permission-status", "hectares", "planning-permission-type", "start-date", "notes", "maximum-net-dwellings", "name", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"MRRm_new": {"type": "number"}, "MRm_new": {"type": "number"}, "HITS@1m_new": {"type": "number"}, "HITS@3m_new": {"type": "number"}, "HITS@10m_new": {"type": "number"}}, "required": ["MRRm_new", "MRm_new", "HITS@1m_new", "HITS@3m_new", "HITS@10m_new"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"MRRm_new" : 0.09888672782966314, "MRm_new" : 459.70811865756514, "HITS@1m_new" : 0.05255034538208274, "HITS@3m_new" : 0.09957128606219776, "HITS@10m_new" : 0.18600706619424745}
json_instruct
{"type": "object", "properties": {"MRRm_new": {"type": "number"}, "MRm_new": {"type": "number"}, "HITS@1m_new": {"type": "number"}, "HITS@3m_new": {"type": "number"}, "HITS@10m_new": {"type": "number"}}, "required": ["MRRm_new", "MRm_new", "HITS@1m_new", "HITS@3m_new", "HITS@10m_new"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0x758d26cb421d1fefad0f85698718bc7b0a31eb6a", "tool" : "honeybadger", "start" : 1565883629.3472207, "end" : 1565883695.8695128, "duration" : 66.522292137146, "analysis" : [{"errors" : [], "file" : "/unique_chucks/11/0x758d26cb421d1fefad0f85698718bc7b0a31eb6a.sol", "name" : "AvatarNetworkToken"}]}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "integer"}, "name": {"type": "string"}, "level": {"type": "integer"}, "pods": {"type": "integer"}, "ethereal": {"type": "boolean"}, "stats": {"type": "string"}}, "required": ["id", "type", "name", "level", "pods", "ethereal", "stats"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 8812, "type" : 15, "name" : "Tinta de kralamar gigante", "level" : 999, "pods" : 1, "ethereal" : false, "stats" : ""}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "integer"}, "name": {"type": "string"}, "level": {"type": "integer"}, "pods": {"type": "integer"}, "ethereal": {"type": "boolean"}, "stats": {"type": "string"}}, "required": ["id", "type", "name", "level", "pods", "ethereal", "stats"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"extends": {"type": "array", "items": {"type": "string"}}, "ignorePaths": {"type": "array", "items": {"type": "string"}}, "pin": {"type": "boolean"}, "node": {"type": "boolean"}, "rangeStrategy": {"type": "string"}, "ignoreDeps": {"type": "array", "items": {"type": "string"}}}, "required": ["extends", "ignorePaths", "pin", "node", "rangeStrategy", "ignoreDeps"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"extends" : ["config:base", ":dependencyDashboard", "group:allNonMajor"], "ignorePaths" : ["website/*", "./stage-*", "./test/*", "example/*", "templates/*"], "pin" : false, "node" : false, "rangeStrategy" : "bump", "ignoreDeps" : ["node", "typescript", "prettier", "jest", "eslint", "rollup", "react", "react-dom", "react-is", "ansi-escapes", "ansi-skip", "ora"]}
json_instruct
{"type": "object", "properties": {"extends": {"type": "array", "items": {"type": "string"}}, "ignorePaths": {"type": "array", "items": {"type": "string"}}, "pin": {"type": "boolean"}, "node": {"type": "boolean"}, "rangeStrategy": {"type": "string"}, "ignoreDeps": {"type": "array", "items": {"type": "string"}}}, "required": ["extends", "ignorePaths", "pin", "node", "rangeStrategy", "ignoreDeps"], "$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"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}}, "required": ["dev"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"midata": {"type": "string"}}, "required": ["midata"]}, "devDependencies": {"type": "object", "properties": {"babel-core": {"type": "string"}, "babel-loader": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "webpack": {"type": "string"}}, "required": ["babel-core", "babel-loader", "babel-preset-es2015", "webpack"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "es6-example", "version" : "1.0.0", "description" : "Small example app to show how MIDATA.js should be used with ES6", "main" : "dist/index.js", "scripts" : {"dev" : "webpack"}, "author" : "", "license" : "ISC", "dependencies" : {"midata" : "git+https://github.com/i4mi/midata.js.git"}, "devDependencies" : {"babel-core" : "^6.21.0", "babel-loader" : "^6.2.10", "babel-preset-es2015" : "^6.18.0", "webpack" : "^1.14.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}}, "required": ["dev"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"midata": {"type": "string"}}, "required": ["midata"]}, "devDependencies": {"type": "object", "properties": {"babel-core": {"type": "string"}, "babel-loader": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "webpack": {"type": "string"}}, "required": ["babel-core", "babel-loader", "babel-preset-es2015", "webpack"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["TCGA-04-1638-01", "TCGA-04-1648-01", "TCGA-04-1649-01", "TCGA-04-1651-01", "TCGA-04-1652-01", "TCGA-09-1670-01", "TCGA-20-1686-01", "TCGA-20-1687-01", "TCGA-23-1029-01", "TCGA-23-1111-01", "TCGA-24-1844-01", "TCGA-24-1845-01", "TCGA-29-1694-01", "TCGA-29-1696-01", "TCGA-29-1771-01", "TCGA-29-1776-01", "TCGA-29-1778-01", "TCGA-30-1714-01", "TCGA-61-1899-01", "TCGA-61-1901-01", "TCGA-61-1904-01", "TCGA-61-1906-01", "TCGA-61-1910-01", "TCGA-20-1685-01", "TCGA-24-1842-01", "TCGA-24-1843-01", "TCGA-24-1846-01", "TCGA-24-1847-01", "TCGA-29-1688-01", "TCGA-29-1699-01", "TCGA-29-1701-01", "TCGA-29-1707-01", "TCGA-29-1710-01", "TCGA-29-1711-01", "TCGA-29-1761-01", "TCGA-29-1769-01", "TCGA-29-1781-01", "TCGA-29-1784-01", "TCGA-29-1785-01", "TCGA-30-1855-01", "TCGA-30-1856-01", "TCGA-61-1725-01", "TCGA-61-1738-01", "TCGA-61-1740-01", "TCGA-61-1895-01", "TCGA-61-1907-01", "TCGA-61-1911-01", "TCGA-61-1913-01", "TCGA-61-1914-01", "TCGA-61-1915-01", "TCGA-20-1682-01", "TCGA-24-1849-01", "TCGA-29-1690-01", "TCGA-29-1693-01", "TCGA-29-1695-01", "TCGA-29-1698-01", "TCGA-29-1705-01", "TCGA-29-1764-01", "TCGA-29-1766-01", "TCGA-29-1768-01", "TCGA-29-1770-01", "TCGA-29-1777-01", "TCGA-29-1783-01", "TCGA-30-1718-01", "TCGA-30-1857-01", "TCGA-61-1733-01", "TCGA-61-1737-01", "TCGA-04-1646-01", "TCGA-04-1655-01", "TCGA-09-1673-01", "TCGA-09-1674-01", "TCGA-20-1683-01", "TCGA-20-1684-01", "TCGA-23-1114-01", "TCGA-23-1809-01", "TCGA-24-1850-01", "TCGA-29-1691-01", "TCGA-29-1697-01", "TCGA-29-1702-01", "TCGA-29-1703-01", "TCGA-29-1762-01", "TCGA-29-1763-01", "TCGA-29-1774-01", "TCGA-29-1775-01", "TCGA-57-1586-01", "TCGA-61-1741-01", "TCGA-61-1900-01"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nom" : "Rayol-Canadel-sur-Mer", "circ" : "4\u00e8me circonscription", "dpt" : "Var", "inscrits" : 749, "abs" : 366, "votants" : 383, "blancs" : 0, "nuls" : 2, "exp" : 381, "res" : [{"nuance" : "REM", "nom" : "Mme Sereine MAUBORGNE", "voix" : 145}, {"nuance" : "LR", "nom" : "Mme Fran\u00e7oise DUMONT", "voix" : 108}, {"nuance" : "FN", "nom" : "M. Philippe LOTTIAUX", "voix" : 56}, {"nuance" : "DVD", "nom" : "Mme Annick NAPOLEON", "voix" : 29}, {"nuance" : "ECO", "nom" : "M. Jean-Laurent FELIZIA", "voix" : 15}, {"nuance" : "DIV", "nom" : "Mme Catherine MOILIER", "voix" : 11}, {"nuance" : "FI", "nom" : "M. Eric HABOUZIT", "voix" : 8}, {"nuance" : "EXD", "nom" : "M. Didier MONNIN", "voix" : 4}, {"nuance" : "COM", "nom" : "M. Jean-Marie BERNARDI", "voix" : 2}, {"nuance" : "DVD", "nom" : "Mme Brigitte TONINI-BOSSI", "voix" : 2}, {"nuance" : "DIV", "nom" : "M. G\u00e9rald BITSCHY", "voix" : 1}, {"nuance" : "DIV", "nom" : "Mme Ga\u00eblle DE MONTGOLFIER", "voix" : 0}, {"nuance" : "DVD", "nom" : "Mme Martine CAMOUS", "voix" : 0}, {"nuance" : "DIV", "nom" : "Mme Johana MANISCALCO", "voix" : 0}, {"nuance" : "DLF", "nom" : "M. Thierry RUDNIK", "voix" : 0}, {"nuance" : "EXG", "nom" : "Mme Genevi\u00e8ve CABRERA", "voix" : 0}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "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": "array", "items": {"type": "object", "properties": {"liveId": {"type": "string"}, "title": {"type": "string"}, "subTitle": {"type": "string"}, "picPath": {"type": "string"}, "startTime": {"type": "integer"}, "memberId": {"type": "integer"}, "liveType": {"type": "integer"}, "picLoopTime": {"type": "integer"}, "lrcPath": {"type": "string"}, "streamPath": {"type": "string"}, "screenMode": {"type": "integer"}}, "required": ["liveId", "title", "subTitle", "picPath", "startTime", "memberId", "liveType", "picLoopTime", "lrcPath", "streamPath", "screenMode"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"liveId" : "5a55d21a0cf294e8b22f6af3", "title" : "\u674e\u5a1c(\u4e00\u671f\u751f)\u7684\u76f4\u64ad\u95f4", "subTitle" : "\u4e00\u76f4\u64ad\u89c1\u5594 #SNH48\u5e74\u5ea6\u98ce\u5c1a\u5927\u8d4f#", "picPath" : "http://www.bej48.com/images/member/zp_20027.jpg?ram=1514204961688", "startTime" : 1515573786013, "memberId" : 407132, "liveType" : 1, "picLoopTime" : 0, "lrcPath" : "/mediasource/live/lrc/5a55d21a0cf294e8b22f6af3.lrc", "streamPath" : "rtmp://txcdn.r01.xiaoka.tv/live/3kx-KLQEm2czLM5v", "screenMode" : 0}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"liveId": {"type": "string"}, "title": {"type": "string"}, "subTitle": {"type": "string"}, "picPath": {"type": "string"}, "startTime": {"type": "integer"}, "memberId": {"type": "integer"}, "liveType": {"type": "integer"}, "picLoopTime": {"type": "integer"}, "lrcPath": {"type": "string"}, "streamPath": {"type": "string"}, "screenMode": {"type": "integer"}}, "required": ["liveId", "title", "subTitle", "picPath", "startTime", "memberId", "liveType", "picLoopTime", "lrcPath", "streamPath", "screenMode"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "woo", "definition" : "1. To solicit in love; to court. Each, like the Grecian artist, wooes The image he himself has wrought. Prior. 2. To court solicitously; to invite with importunity. Thee, chantress, oft the woods among I woo, to hear thy even song. Milton. I woo the wind That still delays his coming. Bryant.\n\nTo court; to make love. Dryden."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "141d437b604ea4e7bffa870472d76afb852ab054"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"chalk": {"type": "string"}, "eslint": {"type": "string"}, "istanbul": {"type": "string"}, "jscs": {"type": "string"}, "jscs-jsdoc": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["chalk", "eslint", "istanbul", "jscs", "jscs-jsdoc", "mocha"]}, "scripts": {"type": "object", "properties": {"test-api": {"type": "string"}, "test-coveralls": {"type": "string"}, "test-coverage": {"type": "string"}, "test-travis": {"type": "string"}, "test": {"type": "string"}, "lint-api": {"type": "string"}, "lint-test": {"type": "string"}, "lint-style": {"type": "string"}, "lint": {"type": "string"}, "make": {"type": "string"}}, "required": ["test-api", "test-coveralls", "test-coverage", "test-travis", "test", "lint-api", "lint-test", "lint-style", "lint", "make"]}}, "required": ["name", "version", "description", "license", "keywords", "repository", "author", "devDependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "markdown-table", "version" : "0.4.0", "description" : "Markdown/ASCII tables", "license" : "MIT", "keywords" : ["text", "markdown", "table", "align", "ascii", "rows", "tabular"], "repository" : {"type" : "git", "url" : "https://github.com/wooorm/markdown-table.git"}, "author" : "Titus Wormer <tituswormer@gmail.com>", "devDependencies" : {"chalk" : "^1.0.0", "eslint" : "^0.18.0", "istanbul" : "^0.3.0", "jscs" : "^1.0.0", "jscs-jsdoc" : "^0.4.0", "mocha" : "^2.0.0"}, "scripts" : {"test-api" : "_mocha --check-leaks test.js", "test-coveralls" : "istanbul cover _mocha --report lcovonly -- --check-leaks test.js", "test-coverage" : "istanbul cover _mocha -- -- test.js", "test-travis" : "npm run test-coveralls", "test" : "npm run test-api", "lint-api" : "eslint index.js", "lint-test" : "eslint --env mocha test.js", "lint-style" : "jscs --reporter inline index.js test.js", "lint" : "npm run lint-api && npm run lint-test && npm run lint-style", "make" : "npm run lint && npm run test-coverage"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"chalk": {"type": "string"}, "eslint": {"type": "string"}, "istanbul": {"type": "string"}, "jscs": {"type": "string"}, "jscs-jsdoc": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["chalk", "eslint", "istanbul", "jscs", "jscs-jsdoc", "mocha"]}, "scripts": {"type": "object", "properties": {"test-api": {"type": "string"}, "test-coveralls": {"type": "string"}, "test-coverage": {"type": "string"}, "test-travis": {"type": "string"}, "test": {"type": "string"}, "lint-api": {"type": "string"}, "lint-test": {"type": "string"}, "lint-style": {"type": "string"}, "lint": {"type": "string"}, "make": {"type": "string"}}, "required": ["test-api", "test-coveralls", "test-coverage", "test-travis", "test", "lint-api", "lint-test", "lint-style", "lint", "make"]}}, "required": ["name", "version", "description", "license", "keywords", "repository", "author", "devDependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "version": {"type": "string"}, "icons": {"type": "object", "properties": {"128": {"type": "string"}}, "required": ["128"]}, "background": {"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "string"}}, "persistent": {"type": "boolean"}}, "required": ["scripts", "persistent"]}, "page_action": {"type": "object", "properties": {"default_icon": {"type": "object", "properties": {"19": {"type": "string"}, "38": {"type": "string"}}, "required": ["19", "38"]}, "default_title": {"type": "string"}}, "required": ["default_icon", "default_title"]}, "options_page": {"type": "string"}, "permissions": {"type": "array", "items": {"type": "string"}}}, "required": ["manifest_version", "name", "description", "author", "version", "icons", "background", "page_action", "options_page", "permissions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"manifest_version" : 2, "name" : "Stop Stealing Sheep", "description" : "The extension makes the internet a better place.", "author" : "Ivan Ukhov", "version" : "0.0.0.6", "icons" : {"128" : "images/logo128.png"}, "background" : {"scripts" : ["aws-sdk-2.0.5.min.js", "background.js"], "persistent" : false}, "page_action" : {"default_icon" : {"19" : "images/logo19.png", "38" : "images/logo38.png"}, "default_title" : "This page has just become a better place!"}, "options_page" : "index.html", "permissions" : ["tabs", "http://*/", "https://*/", "storage"]}
json_instruct
{"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "version": {"type": "string"}, "icons": {"type": "object", "properties": {"128": {"type": "string"}}, "required": ["128"]}, "background": {"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "string"}}, "persistent": {"type": "boolean"}}, "required": ["scripts", "persistent"]}, "page_action": {"type": "object", "properties": {"default_icon": {"type": "object", "properties": {"19": {"type": "string"}, "38": {"type": "string"}}, "required": ["19", "38"]}, "default_title": {"type": "string"}}, "required": ["default_icon", "default_title"]}, "options_page": {"type": "string"}, "permissions": {"type": "array", "items": {"type": "string"}}}, "required": ["manifest_version", "name", "description", "author", "version", "icons", "background", "page_action", "options_page", "permissions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "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"}, "def": {"type": "integer"}, "level": {"type": "integer"}, "is_tuner": {"type": "boolean"}}, "required": ["id", "name", "is_illegal", "is_custom", "text", "images", "type", "attribute", "atk", "species", "monster_type", "is_pendulum", "ability", "has_effect", "def", "level", "is_tuner"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 96682430, "name" : "Mermail Abysshilde", "is_illegal" : false, "is_custom" : false, "text" : "If this card is sent to the Graveyard: You can Special Summon 1 \"Mermail\" monster from your hand, except \"Mermail Abysshilde\". You can only use the effect of \"Mermail Abysshilde\" once per turn.", "images" : ["https://storage.googleapis.com/ygoprodeck.com/pics/96682430.jpg"], "type" : "Monster", "attribute" : "WATER", "atk" : 1300, "species" : "Aqua", "monster_type" : "", "is_pendulum" : false, "ability" : "", "has_effect" : true, "def" : 400, "level" : 3, "is_tuner" : false}
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"}, "def": {"type": "integer"}, "level": {"type": "integer"}, "is_tuner": {"type": "boolean"}}, "required": ["id", "name", "is_illegal", "is_custom", "text", "images", "type", "attribute", "atk", "species", "monster_type", "is_pendulum", "ability", "has_effect", "def", "level", "is_tuner"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"title": {"type": "string"}, "credit": {"type": "string"}, "explanation": {"type": "string"}, "date": {"type": "string"}, "hdurl": {"type": "string"}, "service_version": {"type": "string"}, "media_type": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "credit", "explanation", "date", "hdurl", "service_version", "media_type", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Contrail Clutter over Georgia", "credit" : "MODIS, Terra Satellite, NASA", "explanation" : "Artificial clouds made by humans may become so common they change the Earth's climate. The long thin cloud streaks that dominate the above satellite photograph of Georgia are contrails, cirrus clouds created by airplanes. The exhaust of an airplane engine can create a contrail by saturating the surrounding air with extra moisture. The wings of a plane can similarly create contrails by dropping the temperature and causing small ice-crystals to form. Contrails have become more than an oddity - they may be significantly increasing the cloudiness of Earth, reflecting sunlight back into space by day, and heat radiation back to Earth even at night. The effect on climate is a topic of much research. You can help NASA measure the actual abundance of contrails by participating in a contrail counting exercise that runs over the next two days.", "date" : "2004-10-13", "hdurl" : "https://apod.nasa.gov/apod/image/0410/contrails_nasa.jpg", "service_version" : "v1", "media_type" : "image", "url" : "https://apod.nasa.gov/apod/image/0410/contrails_nasa_big.jpg"}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "credit": {"type": "string"}, "explanation": {"type": "string"}, "date": {"type": "string"}, "hdurl": {"type": "string"}, "service_version": {"type": "string"}, "media_type": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "credit", "explanation", "date", "hdurl", "service_version", "media_type", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "babel": {"type": "string"}, "babel-desc": {"type": "string"}, "babel-url": {"type": "string"}, "babel-autocreate-reason": {"type": "string"}, "babel-autocreate-text-levels": {"type": "string"}, "babel-autocreate-text-main": {"type": "string"}, "babel-0": {"type": "string"}, "babel-1": {"type": "string"}, "babel-2": {"type": "string"}, "babel-3": {"type": "string"}, "babel-4": {"type": "string"}, "babel-5": {"type": "string"}, "babel-N": {"type": "string"}, "babel-0-n": {"type": "string"}, "babel-1-n": {"type": "string"}, "babel-2-n": {"type": "string"}, "babel-3-n": {"type": "string"}, "babel-4-n": {"type": "string"}, "babel-5-n": {"type": "string"}, "babel-N-n": {"type": "string"}}, "required": ["@metadata", "babel", "babel-desc", "babel-url", "babel-autocreate-reason", "babel-autocreate-text-levels", "babel-autocreate-text-main", "babel-0", "babel-1", "babel-2", "babel-3", "babel-4", "babel-5", "babel-N", "babel-0-n", "babel-1-n", "babel-2-n", "babel-3-n", "babel-4-n", "babel-5-n", "babel-N-n"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"@metadata" : {"authors" : ["Crazymadlover", "SK-luuut", "Snakesteuben"]}, "babel" : "Babel-meidoggersynformaasje", "babel-desc" : "Foeget de <code>#babel</code> automatyske opdielerfunksje ta om it automatysk meitsjen fan in Babel meidoggerskolom ta stean mei de mooglikheid om eigen berjochten ta te foegjen.", "babel-url" : "Project:Babel", "babel-autocreate-reason" : "Makket automatysk in [[$1|Babel]]-kategory oan.", "babel-autocreate-text-levels" : "Meidoggers yn dizze kategory jouwe oan dat harren taalkennis foar $2 $1 is.", "babel-autocreate-text-main" : "Meidoggers yn dizze kategory jouwe oan dat hja kennis fan $1 hawwe.", "babel-0" : "Dizze meidogger hat [[$1|gjin]] kennis fan [[$2|$3]] (of ferstiet it allinnich mei in soad t\u00fbkelteammen).", "babel-1" : "It [[$2|$3]] fan dizze meidogger is [[$1|minimaal]].", "babel-2" : "It [[$2|$3]] fan dizze meidogger is [[$1|ridlik]].", "babel-3" : "It [[$2|$3]] fan dizze meidogger is [[$1|treflik]].", "babel-4" : "It [[$2|$3]] is benei de [[$1|memmetaal]] fan dizze meidogger.", "babel-5" : "It [[$2|$3]] fan dizze meidogger is [[$1|professional]].", "babel-N" : "It [[$2|$3]] is de [[$1|memmetaal]] fan dizze meidogger.", "babel-0-n" : "Dizze meidogger hat [[$1|gjin]] kennis fan it [[$2|Frysk]] (of ferstiet it allinnich mei in soad t\u00fbkelteammen).", "babel-1-n" : "It [[$2|Frysk]] fan dizze meidogger is [[$1|minimaal]].", "babel-2-n" : "It [[$2|Frysk]] fan dizze meidogger is [[$1|ridlik]].", "babel-3-n" : "It [[$2|Frysk]] fan dizze meidogger is [[$1|treflik]].", "babel-4-n" : "It [[$2|Frysk]] is benei de [[$1|memmetaal]] fan dizze meidogger.", "babel-5-n" : "De kennis fan it [[$2|Frysk]] fan dizze meidogger is [[$1|beropsmatich]].", "babel-N-n" : "It [[$2|Frysk]] is de [[$1|memmetaal]] fan dizze meidogger."}
json_instruct
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "babel": {"type": "string"}, "babel-desc": {"type": "string"}, "babel-url": {"type": "string"}, "babel-autocreate-reason": {"type": "string"}, "babel-autocreate-text-levels": {"type": "string"}, "babel-autocreate-text-main": {"type": "string"}, "babel-0": {"type": "string"}, "babel-1": {"type": "string"}, "babel-2": {"type": "string"}, "babel-3": {"type": "string"}, "babel-4": {"type": "string"}, "babel-5": {"type": "string"}, "babel-N": {"type": "string"}, "babel-0-n": {"type": "string"}, "babel-1-n": {"type": "string"}, "babel-2-n": {"type": "string"}, "babel-3-n": {"type": "string"}, "babel-4-n": {"type": "string"}, "babel-5-n": {"type": "string"}, "babel-N-n": {"type": "string"}}, "required": ["@metadata", "babel", "babel-desc", "babel-url", "babel-autocreate-reason", "babel-autocreate-text-levels", "babel-autocreate-text-main", "babel-0", "babel-1", "babel-2", "babel-3", "babel-4", "babel-5", "babel-N", "babel-0-n", "babel-1-n", "babel-2-n", "babel-3-n", "babel-4-n", "babel-5-n", "babel-N-n"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"clipboard": {"type": "string"}, "front-top-nav": {"type": "string"}, "highlight": {"type": "string"}, "history.js": {"type": "string"}, "jade": {"type": "string"}, "jquery": {"type": "string"}, "jquery.easing": {"type": "string"}, "js-yaml": {"type": "string"}, "prism": {"type": "string"}, "prism-langs": {"type": "string"}, "pubsub-js": {"type": "string"}, "shadow-icons": {"type": "string"}, "sprint.js": {"type": "string"}, "velocity": {"type": "string"}}, "required": ["clipboard", "front-top-nav", "highlight", "history.js", "jade", "jquery", "jquery.easing", "js-yaml", "prism", "prism-langs", "pubsub-js", "shadow-icons", "sprint.js", "velocity"]}, "ignore": {"type": "array", "items": {"type": "string"}}, "resolutions": {"type": "object", "properties": {"velocity": {"type": "string"}}, "required": ["velocity"]}}, "required": ["name", "version", "dependencies", "ignore", "resolutions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "package", "version" : "0.0.194", "dependencies" : {"clipboard" : "~1.5.15", "front-top-nav" : "nanobox-io/front-top-nav", "highlight" : "^9.7.0", "history.js" : "~1.8.0", "jade" : "~1.6.0", "jquery" : "^3.1.1", "jquery.easing" : "~1.3.0", "js-yaml" : "^3.6.1", "prism" : "*", "prism-langs" : "jasperla/prism-langs", "pubsub-js" : "~1.5.0", "shadow-icons" : "tolmark12/shadow-icons-js", "sprint.js" : "*", "velocity" : "~1.2.2"}, "ignore" : ["app", "bower_components", "node_modules", "server", "stage", ".gitignore", "gulpfile.*", "package.json", "**/.*"], "resolutions" : {"velocity" : "~1.2.2"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"clipboard": {"type": "string"}, "front-top-nav": {"type": "string"}, "highlight": {"type": "string"}, "history.js": {"type": "string"}, "jade": {"type": "string"}, "jquery": {"type": "string"}, "jquery.easing": {"type": "string"}, "js-yaml": {"type": "string"}, "prism": {"type": "string"}, "prism-langs": {"type": "string"}, "pubsub-js": {"type": "string"}, "shadow-icons": {"type": "string"}, "sprint.js": {"type": "string"}, "velocity": {"type": "string"}}, "required": ["clipboard", "front-top-nav", "highlight", "history.js", "jade", "jquery", "jquery.easing", "js-yaml", "prism", "prism-langs", "pubsub-js", "shadow-icons", "sprint.js", "velocity"]}, "ignore": {"type": "array", "items": {"type": "string"}}, "resolutions": {"type": "object", "properties": {"velocity": {"type": "string"}}, "required": ["velocity"]}}, "required": ["name", "version", "dependencies", "ignore", "resolutions"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"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\nfunction shouldProcessEveryNode(node) {\n return true;\n}\n\nmodule.exports = {\n shouldProcessEveryNode: shouldProcessEveryNode\n};", "map" : {"version" : 3, "sources" : ["/Users/koladegureje/Desktop/test-vs-code/IRONHACK/Ironhack1/IronhackProj3/hire-my-dev/frontend/node_modules/html-to-react/lib/should-process-node-definitions.js"], "names" : ["shouldProcessEveryNode", "node", "module", "exports"], "mappings" : "AAAA;;AACA,SAASA,sBAAT,CAAgCC,IAAhC,EAAsC;AACpC,SAAO,IAAP;AACD;;AAEDC,MAAM,CAACC,OAAP,GAAiB;AACfH,EAAAA,sBAAsB,EAAEA;AADT,CAAjB", "sourcesContent" : ["'use strict';\nfunction shouldProcessEveryNode(node) {\n return true;\n}\n\nmodule.exports = {\n shouldProcessEveryNode: shouldProcessEveryNode,\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#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "array", "items": {"type": "string"}}, "story": {"type": "string"}}, "required": ["name", "description", "story"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "\uace0\ub300 \uc2e0\uc758 \ubd09\uc778 \uc0ac\uc2ac", "description" : ["\ub9e4 20\ucd08\ub9c8\ub2e4 \ubb34\uc791\uc704 \uc801 1\uba85\uc5d0\uac8c 3\ucd08\uac04 \uce68\ubb35\uc744 \uac78\uace0 \uc774\ub85c\uc6b4 \ud6a8\uacfc\ub97c \ud574\uc81c\ud569\ub2c8\ub2e4.", "\ub9e4 19\ucd08\ub9c8\ub2e4 \ubb34\uc791\uc704 \uc801 1\uba85\uc5d0\uac8c 3.5\ucd08\uac04 \uce68\ubb35\uc744 \uac78\uace0 \uc774\ub85c\uc6b4 \ud6a8\uacfc\ub97c \ud574\uc81c\ud569\ub2c8\ub2e4.", "\ub9e4 18\ucd08\ub9c8\ub2e4 \ubb34\uc791\uc704 \uc801 1\uba85\uc5d0\uac8c 4\ucd08\uac04 \uce68\ubb35\uc744 \uac78\uace0 \uc774\ub85c\uc6b4 \ud6a8\uacfc\ub97c \ud574\uc81c\ud569\ub2c8\ub2e4.", "\ub9e4 17\ucd08\ub9c8\ub2e4 \ubb34\uc791\uc704 \uc801 1\uba85\uc5d0\uac8c 4.5\ucd08\uac04 \uce68\ubb35\uc744 \uac78\uace0 \uc774\ub85c\uc6b4 \ud6a8\uacfc\ub97c \ud574\uc81c\ud569\ub2c8\ub2e4.", "\ub9e4 16\ucd08\ub9c8\ub2e4 \ubb34\uc791\uc704 \uc801 1\uba85\uc5d0\uac8c 5\ucd08\uac04 \uce68\ubb35\uc744 \uac78\uace0 \uc774\ub85c\uc6b4 \ud6a8\uacfc\ub97c \ud574\uc81c\ud569\ub2c8\ub2e4.", "\ub9e4 15\ucd08\ub9c8\ub2e4 \ubb34\uc791\uc704 \uc801 1\uba85\uc5d0\uac8c 6\ucd08\uac04 \uce68\ubb35\uc744 \uac78\uace0 \uc774\ub85c\uc6b4 \ud6a8\uacfc\ub97c \ud574\uc81c\ud569\ub2c8\ub2e4."], "story" : "\uc0ac\ub9c9\uc758 \uc2e0\uc655\uc774 \uc790\uc2e0\uc758 \ub178\uc608\ub4e4\uc744 \ubd80\ub9b4 \ub54c \uc0ac\uc6a9\ud588\ub358 \uc0ac\uc2ac\uc774\ub77c\uace0 \uc804\ud574\uc9c4\ub2e4. \uc774 \uc0ac\uc2ac\uc5d0 \ubb36\uc778 \uc790\ub294 \uc544\ubb34\ub7f0 \ubc18\ud56d\ub3c4 \ud558\uc9c0 \ubabb\ud55c\ub2e4."}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "array", "items": {"type": "string"}}, "story": {"type": "string"}}, "required": ["name", "description", "story"], "$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"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "coveralls": {"type": "string"}, "posttest": {"type": "string"}}, "required": ["test", "coveralls", "posttest"]}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"aws-sdk": {"type": "string"}, "lodash": {"type": "string"}, "moment": {"type": "string"}, "neo-async": {"type": "string"}}, "required": ["aws-sdk", "lodash", "moment", "neo-async"]}, "devDependencies": {"type": "object", "properties": {"coveralls": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-google": {"type": "string"}, "istanbul": {"type": "string"}, "jasmine": {"type": "string"}, "jasmine-spec-reporter": {"type": "string"}}, "required": ["coveralls", "eslint", "eslint-config-google", "istanbul", "jasmine", "jasmine-spec-reporter"]}}, "required": ["name", "description", "scripts", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "ecd-watchdog", "description" : "", "scripts" : {"test" : "JASMINE_CONFIG_PATH=jasmine.json node_modules/.bin/istanbul cover node_modules/.bin/jasmine", "coveralls" : "cat ./coverage/lcov.info | node_modules/.bin/coveralls && rm -rf ./coverage", "posttest" : "node_modules/.bin/eslint src/"}, "license" : "MIT", "dependencies" : {"aws-sdk" : "^2.702.0", "lodash" : "^4.17.15", "moment" : "^2.27.0", "neo-async" : "^2.0.1"}, "devDependencies" : {"coveralls" : "^2.11.15", "eslint" : "^3.12.2", "eslint-config-google" : "^0.7.1", "istanbul" : "^0.4.5", "jasmine" : "^3.5.0", "jasmine-spec-reporter" : "^2.7.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "coveralls": {"type": "string"}, "posttest": {"type": "string"}}, "required": ["test", "coveralls", "posttest"]}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"aws-sdk": {"type": "string"}, "lodash": {"type": "string"}, "moment": {"type": "string"}, "neo-async": {"type": "string"}}, "required": ["aws-sdk", "lodash", "moment", "neo-async"]}, "devDependencies": {"type": "object", "properties": {"coveralls": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-google": {"type": "string"}, "istanbul": {"type": "string"}, "jasmine": {"type": "string"}, "jasmine-spec-reporter": {"type": "string"}}, "required": ["coveralls", "eslint", "eslint-config-google", "istanbul", "jasmine", "jasmine-spec-reporter"]}}, "required": ["name", "description", "scripts", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/augments/back/environment/radImmunity2.augment": {"type": "array", "items": {"type": "string"}}}, "required": ["items/augments/back/environment/radImmunity2.augment"]}, "Texts": {"type": "object", "properties": {"Chs": {"type": "string"}, "Eng": {"type": "string"}}, "required": ["Chs", "Eng"]}}, "required": ["DeniedAlternatives", "Files", "Texts"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"DeniedAlternatives" : [], "Files" : {"items/augments/back/environment/radImmunity2.augment" : ["/description"]}, "Texts" : {"Chs" : "\u4e00\u4e2a\u80fd\u591f\u62b5\u5fa1\u6781\u7aef\u79cd\u7c7b\u7684\u8f90\u5c04\u7684EPP\u6a21\u5757\uff0c\u8fd8\u5305\u62ec\u62b5\u5fa1\u8f90\u5c04\u70e7\u4f24\u3002\n^cyan;\u514d\u75ab: \u6781\u7aef\u8f90\u5c04^reset;\n^cyan;+15^reset;%\u8f90\u5c04\u6297\u6027\u3002", "Eng" : "An EPP module that repels extreme varieties of radiation, including radiation burn.\n^cyan;Immune: Extreme Radiation\n^green;+15% Rad Resistance.^reset;"}}, {"DeniedAlternatives" : [], "Files" : {"items/augments/back/environment/radImmunity2.augment" : ["/augment/displayName", "/shortdescription"]}, "Texts" : {"Chs" : "EPP\u6a21\u5757\uff08\u8f90\u5c04\u62a4\u76fe II\uff09", "Eng" : "Radiation Shield II"}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/augments/back/environment/radImmunity2.augment": {"type": "array", "items": {"type": "string"}}}, "required": ["items/augments/back/environment/radImmunity2.augment"]}, "Texts": {"type": "object", "properties": {"Chs": {"type": "string"}, "Eng": {"type": "string"}}, "required": ["Chs", "Eng"]}}, "required": ["DeniedAlternatives", "Files", "Texts"]}, "$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"}, "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"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "hess2018", "version" : "1.0.0", "description" : "Hess annual report for incDesign", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/justingatlin-eh/Hess-2018.git"}, "author" : "Justin Gatlin", "license" : "MIT", "bugs" : {"url" : "https://github.com/justingatlin-eh/Hess-2018/issues"}, "homepage" : "https://github.com/justingatlin-eh/Hess-2018#readme"}
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"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "winner": {"type": "string"}, "subPlay": {"type": "integer"}}, "required": ["play", "winner", "subPlay"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "1c5864f8-24c1-4e9c-aac9-dadf0e85231a", "playerTags" : [], "teamTags" : ["9debc64f-74b7-4ae1-a4d6-fce0144b6ea5", "b63be8c2-576a-4d6e-8daf-814f8bcea96f", "b63be8c2-576a-4d6e-8daf-814f8bcea96f", "9debc64f-74b7-4ae1-a4d6-fce0144b6ea5"], "gameTags" : ["ad67eac4-3029-4f63-a5ba-29a59f7d7199"], "metadata" : {"play" : 276, "winner" : "9debc64f-74b7-4ae1-a4d6-fce0144b6ea5", "subPlay" : -1}, "created" : "2021-04-14T11:23:26.266Z", "season" : 15, "tournament" : -1, "type" : 11, "day" : 41, "phase" : 4, "category" : 3, "description" : "Spies 5, Dale 0", "nuts" : 1}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "winner": {"type": "string"}, "subPlay": {"type": "integer"}}, "required": ["play", "winner", "subPlay"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["modulex-attribute", "modulex-base", "modulex-router"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"pli-tv-pvr2.15:1.1": {"type": "string"}, "pli-tv-pvr2.15:2.1": {"type": "string"}, "pli-tv-pvr2.15:3.1": {"type": "string"}}, "required": ["pli-tv-pvr2.15:1.1", "pli-tv-pvr2.15:2.1", "pli-tv-pvr2.15:3.1"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"pli-tv-pvr2.15:1.1" : "bj6.298, cck8.195, ms5V_1067, msdiv255, vri91.176", "pli-tv-pvr2.15:2.1" : "dr8.185, ms5V_1068", "pli-tv-pvr2.15:3.1" : "ms5V_1069"}
json_instruct
{"type": "object", "properties": {"pli-tv-pvr2.15:1.1": {"type": "string"}, "pli-tv-pvr2.15:2.1": {"type": "string"}, "pli-tv-pvr2.15:3.1": {"type": "string"}}, "required": ["pli-tv-pvr2.15:1.1", "pli-tv-pvr2.15:2.1", "pli-tv-pvr2.15:3.1"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "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"}, "dependencies": {"type": "object", "properties": {"mongodb": {"type": "string"}}, "required": ["mongodb"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-config-amk": {"type": "string"}}, "required": ["eslint", "eslint-config-amk"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "amk-mongo", "version" : "0.1.0", "description" : "mongodb adaptor for amkjs", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+ssh://git@github.com/amkjs/amk-mongo.git"}, "keywords" : ["amk", "mongodb"], "author" : "heinrich10", "license" : "MIT", "bugs" : {"url" : "https://github.com/amkjs/amk-mongo/issues"}, "homepage" : "https://github.com/amkjs/amk-mongo#readme", "dependencies" : {"mongodb" : "^3.1.4"}, "devDependencies" : {"eslint" : "^5.5.0", "eslint-config-amk" : "^0.1.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "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"}, "dependencies": {"type": "object", "properties": {"mongodb": {"type": "string"}}, "required": ["mongodb"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-config-amk": {"type": "string"}}, "required": ["eslint", "eslint-config-amk"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "remarks": {"type": "string"}, "statement": {"type": "string"}}, "required": ["citations", "names", "language", "lookupTerms", "metaLanguage", "remarks", "statement"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"citations" : [{"textCitation" : "[See df-nmop on Metamath](http://us.metamath.org/mpegif/df-nmop.html)"}], "names" : ["df-nmop"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_cnop", "#T_wceq", "#T_vt", "#T_cmpt--1", "#T_chil", "#T_cmap", "#T_chil", "#T_cmpt--2", "#T_csup--1", "#T_cab--1", "#T_vx", "#T_cab--2", "#T_wrex--1", "#T_vz", "#T_wrex--2", "#T_chil", "#T_cno", "#T_cfv", "#T_vz", "#T_cle", "#T_c1", "#T_wa", "#T_vx", "#T_wceq", "#T_cno", "#T_cfv", "#T_vt", "#T_cfv", "#T_vz", "#T_cab--3", "#T_csup--2", "#T_cxr", "#T_csup--3", "#T_clt", "#T_vt", "#T_vx", "#T_vz"], "metaLanguage" : "METAMATH", "remarks" : " Define the norm of a Hilbert space operator. (Contributed by NM, 18-Jan-2006.) (New usage is discouraged.) ", "statement" : "df-nmop $p |- normop = ( t e. ( ~H ^m ~H ) |-> sup ( { x | E. z e. ~H ( ( normh ` z ) <_ 1 /\\ x = ( normh ` ( t ` z ) ) ) } , RR* , < ) ) $.\n$d t x z $."}
json_instruct
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "remarks": {"type": "string"}, "statement": {"type": "string"}}, "required": ["citations", "names", "language", "lookupTerms", "metaLanguage", "remarks", "statement"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"type": {"type": "string"}, "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" : "Remedios, Lubao, Pampanga, Central Luzon (Region III), PH", "locale" : "ph.central-luzon-region-iii.pampanga.lubao.remedios", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "6", "region_reference" : "3", "region_name" : "Central Luzon (Region III)", "province_id" : "60", "province_reference" : "60", "province_name" : "Pampanga", "city_id" : "718", "city_reference" : "1223", "city_name" : "Lubao", "barangay_id" : "20156", "barangay_reference" : "31643", "barangay_name" : "Remedios"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[120.598534, 14.90941], [120.601486, 14.90866], [120.603943, 14.9073], [120.605873, 14.90568], [120.608078, 14.90466], [120.611366, 14.90339], [120.615517, 14.90199], [120.617523, 14.90152], [120.619507, 14.90169], [120.619293, 14.8992], [120.619301, 14.89698], [120.61937, 14.89583], [120.619713, 14.89294], [120.619492, 14.89169], [120.618896, 14.88955], [120.617767, 14.8904], [120.616783, 14.89062], [120.616013, 14.89076], [120.615051, 14.89081], [120.613564, 14.89058], [120.61084, 14.88997], [120.608932, 14.88969], [120.60762, 14.88987], [120.605888, 14.89066], [120.605347, 14.89178], [120.604897, 14.89281], [120.603958, 14.89357], [120.60302, 14.89386], [120.60128, 14.89461], [120.599586, 14.89517], [120.598747, 14.89511], [120.597168, 14.89477], [120.595657, 14.89522], [120.59481, 14.89623], [120.593727, 14.89652], [120.592484, 14.89664], [120.591667, 14.89714], [120.589737, 14.89662], [120.587883, 14.89686], [120.586739, 14.89742], [120.586258, 14.89842], [120.593002, 14.90462], [120.598534, 14.90941]]]]}}
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 sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"\u6cd5\u898f\u6027\u8cea": {"type": "string"}, "\u6cd5\u898f\u540d\u7a31": {"type": "string"}, "\u6cd5\u898f\u7db2\u5740": {"type": "string"}, "\u6cd5\u898f\u985e\u5225": {"type": "string"}, "\u6700\u65b0\u7570\u52d5\u65e5\u671f": {"type": "string"}, "\u662f\u5426\u82f1\u8b6f\u8a3b\u8a18": {"type": "string"}, "\u9644\u4ef6": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "children"]}}, "\u6cbf\u9769\u5167\u5bb9": {"type": "string"}, "\u6cd5\u898f\u5167\u5bb9": {"type": "array", "items": {"type": "object", "properties": {"\u689d\u865f": {"type": "string"}, "\u689d\u6587\u5167\u5bb9": {"type": "string"}}, "required": ["\u689d\u865f", "\u689d\u6587\u5167\u5bb9"]}}}, "required": ["\u6cd5\u898f\u6027\u8cea", "\u6cd5\u898f\u540d\u7a31", "\u6cd5\u898f\u7db2\u5740", "\u6cd5\u898f\u985e\u5225", "\u6700\u65b0\u7570\u52d5\u65e5\u671f", "\u662f\u5426\u82f1\u8b6f\u8a3b\u8a18", "\u9644\u4ef6", "\u6cbf\u9769\u5167\u5bb9", "\u6cd5\u898f\u5167\u5bb9"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"\u6cd5\u898f\u6027\u8cea" : "\u547d\u4ee4", "\u6cd5\u898f\u540d\u7a31" : "\u5371\u96aa\u6027\u6a5f\u68b0\u53ca\u8a2d\u5099\u6aa2\u67e5\u8cbb\u6536\u8cbb\u6a19\u6e96", "\u6cd5\u898f\u7db2\u5740" : "https://law.moj.gov.tw/LawClass/LawAll.aspx?pcode=N0070020", "\u6cd5\u898f\u985e\u5225" : "\u884c\u653f\uff1e\u52de\u52d5\u90e8\uff1e\u52de\u52d5\u6aa2\u67e5\u76ee", "\u6700\u65b0\u7570\u52d5\u65e5\u671f" : "20161003", "\u662f\u5426\u82f1\u8b6f\u8a3b\u8a18" : "N", "\u9644\u4ef6" : [{"name" : "\u6a94\u6848\u540d\u7a31", "children" : ["\u9644\u8868\u4e00 \u5371\u96aa\u6027\u6a5f\u68b0\u7ae3\u5de5\u6aa2\u67e5\u3001\u5b9a\u671f\u6aa2\u67e5\u3001\u91cd\u65b0\u6aa2\u67e5\u3001\u4f7f\u7528\u6aa2\u67e5\u53ca\u8b8a\u66f4\u6aa2\u67e5\u4e4b\u6aa2\u67e5\u8cbb\u6536\u8cbb\u57fa\u6e96\u8868.ODT"]}, {"name" : "\u6a94\u6848\u540d\u7a31", "children" : ["\u9644\u8868\u4e8c \u5371\u96aa\u6027\u8a2d\u5099\u7194\u63a5\u6aa2\u67e5\u3001\u69cb\u9020\u6aa2\u67e5\u3001\u7ae3\u5de5\u6aa2\u67e5\u3001\u5b9a\u671f\u6aa2\u67e5\u3001\u91cd\u65b0\u6aa2\u67e5\u53ca\u8b8a\u66f4\u6aa2\u67e5\u4e4b\u6aa2\u67e5\u8cbb\u6536\u8cbb\u57fa\u6e96\u8868.ODT"]}], "\u6cbf\u9769\u5167\u5bb9" : "1.\u4e2d\u83ef\u6c11\u570b\u4e5d\u5341\u516d\u5e74\u516d\u6708\u5341\u4e00\u65e5\u884c\u653f\u9662\u52de\u5de5\u59d4\u54e1\u6703\u52de\u6aa2 2 \u5b57\u7b2c 0960150\r\n 561 \u865f\u4ee4\u8a02\u5b9a\u767c\u5e03\u5168\u6587 10 \u689d\uff1b\u4e26\u81ea\u767c\u5e03\u65e5\u65bd\u884c\r\n \u4e2d\u83ef\u6c11\u570b\u4e00\u767e\u96f6\u4e09\u5e74\u4e8c\u6708\u5341\u56db\u65e5\u884c\u653f\u9662\u9662\u81fa\u898f\u5b57\u7b2c 1030124618 \u865f\u516c\u544a\r\n \u7b2c 9 \u689d\u6240\u5217\u5c6c\u300c\u884c\u653f\u9662\u52de\u5de5\u59d4\u54e1\u6703\u300d\u4e4b\u6b0a\u8cac\u4e8b\u9805\uff0c\u81ea\u4e00\u767e\u96f6\u4e09\u5e74\u4e8c\u6708\r\n \u5341\u4e03\u65e5\u8d77\u6539\u7531\u300c\u52de\u52d5\u90e8\u300d\u7ba1\u8f44\r\n2.\u4e2d\u83ef\u6c11\u570b\u4e00\u767e\u96f6\u4e09\u5e74\u516d\u6708\u4e8c\u5341\u4e03\u65e5\u52de\u52d5\u90e8\u52de\u8077\u6388\u5b57\u7b2c 10302007022 \u865f\r\n \u4ee4\u4fee\u6b63\u767c\u5e03\u7b2c 1\u30019\u300110 \u689d\u689d\u6587\uff1b\u4e26\u81ea\u4e00\u767e\u96f6\u4e09\u5e74\u4e03\u6708\u4e09\u65e5\u65bd\u884c\r\n3.\u4e2d\u83ef\u6c11\u570b\u4e00\u767e\u96f6\u4e94\u5e74\u5341\u6708\u4e09\u65e5\u52de\u52d5\u90e8\u52de\u8077\u6388\u5b57\u7b2c 10502030444 \u865f\u4ee4\u4fee\r\n \u6b63\u767c\u5e03\u5168\u6587 10 \u689d\uff1b\u4e26\u81ea\u767c\u5e03\u65e5\u65bd\u884c", "\u6cd5\u898f\u5167\u5bb9" : [{"\u689d\u865f" : "\u7b2c 1 \u689d", "\u689d\u6587\u5167\u5bb9" : "\u672c\u6a19\u6e96\u4f9d\u64da\u8077\u696d\u5b89\u5168\u885b\u751f\u6cd5\uff08\u4ee5\u4e0b\u7c21\u7a31\u672c\u6cd5\uff09\u7b2c\u5341\u516d\u689d\u7b2c\u4e09\u9805\u53ca\u898f\u8cbb\u6cd5\u7b2c\u5341\u689d\u8a02\u5b9a\u4e4b\u3002"}, {"\u689d\u865f" : "\u7b2c 2 \u689d", "\u689d\u6587\u5167\u5bb9" : "\u4f9d\u672c\u6cd5\u7533\u8acb\u5371\u96aa\u6027\u6a5f\u68b0\u6216\u8a2d\u5099\u4e4b\u6aa2\u67e5\uff0c\u6aa2\u67e5\u6a5f\u69cb\u6216\u4ee3\u884c\u6aa2\u67e5\u6a5f\u69cb\u61c9\u4f9d\u672c\u6a19\u6e96\u6536\u53d6\u6aa2\u67e5\u8cbb\u3002"}, {"\u689d\u865f" : "\u7b2c 3 \u689d", "\u689d\u6587\u5167\u5bb9" : "\u5371\u96aa\u6027\u6a5f\u68b0\u6216\u8a2d\u5099\u578b\u5f0f\u6aa2\u67e5\u4e4b\u6aa2\u67e5\u8cbb\uff0c\u6bcf\u4e00\u578b\u5f0f\u6536\u53d6\u65b0\u81fa\u5e63\u516b\u5343\u5143\u3002\u4f46\u540c\u6642\u7533\u8acb\u591a\u7a2e\u578b\u5f0f\uff0c\u4e14\u7686\u5c6c\u76f8\u540c\u5371\u96aa\u6027\u6a5f\u68b0\u6216\u8a2d\u5099\u7a2e\u985e\u8005\uff0c\u6bcf\u589e\u52a0\u4e00\u7a2e\u578b\u5f0f\uff0c\u52a0\u6536\u65b0\u81fa\u5e63\u56db\u5343\u5143\u3002\r\n\u7533\u8acb\u524d\u9805\u5371\u96aa\u6027\u8a2d\u5099\u578b\u5f0f\u6aa2\u67e5\u4e4b\u7194\u63a5\u7a0b\u5e8f\u898f\u7bc4\u53ca\u7194\u63a5\u7a0b\u5e8f\u8cc7\u683c\u6aa2\u5b9a\u7d00\u9304\u8005\uff0c\u6bcf\u4ef6\u6b21\u5408\u8a08\u6536\u53d6\u6aa2\u67e5\u8cbb\u65b0\u81fa\u5e63\u4e8c\u5343\u5143\u3002"}, {"\u689d\u865f" : "\u7b2c 4 \u689d", "\u689d\u6587\u5167\u5bb9" : "\u5371\u96aa\u6027\u6a5f\u68b0\u4e4b\u7ae3\u5de5\u6aa2\u67e5\u3001\u5b9a\u671f\u6aa2\u67e5\u3001\u91cd\u65b0\u6aa2\u67e5\u3001\u4f7f\u7528\u6aa2\u67e5\u53ca\u8b8a\u66f4\u6aa2\u67e5\u4e4b\u6aa2\u67e5\u8cbb\uff0c\u5982\u9644\u8868\u4e00\u3002\r\n\u65e2\u6709\u5371\u96aa\u6027\u6a5f\u68b0\u4e4b\u6aa2\u67e5\u8cbb\uff0c\u4f9d\u524d\u9805\u7ae3\u5de5\u6aa2\u67e5\u6216\u4f7f\u7528\u6aa2\u67e5\u4e4b\u6aa2\u67e5\u8cbb\uff0c\u52a0\u6536\u767e\u5206\u4e4b\u4e8c\u5341\u3002"}, {"\u689d\u865f" : "\u7b2c 5 \u689d", "\u689d\u6587\u5167\u5bb9" : "\u5371\u96aa\u6027\u8a2d\u5099\u4e4b\u7194\u63a5\u6aa2\u67e5\u3001\u69cb\u9020\u6aa2\u67e5\u3001\u7ae3\u5de5\u6aa2\u67e5\u3001\u5b9a\u671f\u6aa2\u67e5\u3001\u91cd\u65b0\u6aa2\u67e5\u53ca\u8b8a\u66f4\u6aa2\u67e5\u4e4b\u6aa2\u67e5\u8cbb\uff0c\u5982\u9644\u8868\u4e8c\u3002\r\n\u65e2\u6709\u5371\u96aa\u6027\u8a2d\u5099\u4e4b\u6aa2\u67e5\u8cbb\uff0c\u5c6c\u9ad8\u58d3\u6c23\u9ad4\u5bb9\u5668\u8005\uff0c\u4f9d\u524d\u9805\u69cb\u9020\u6aa2\u67e5\u4e4b\u6aa2\u67e5\u8cbb\uff0c\u52a0\u6536\u767e\u5206\u4e4b\u4e8c\u5341\uff0c\u5176\u9918\u65e2\u6709\u5371\u96aa\u6027\u8a2d\u5099\u4f9d\u524d\u9805\u69cb\u9020\u6aa2\u67e5\u53ca\u7ae3\u5de5\u6aa2\u67e5\u4e8c\u8005\u4e4b\u6aa2\u67e5\u8cbb\u5408\u8a08\uff0c\u52a0\u6536\u767e\u5206\u4e4b\u4e8c\u5341\u3002\r\n\u5371\u96aa\u6027\u8a2d\u5099\u4e4b\u5b9a\u671f\u6aa2\u67e5\u4f9d\u898f\u5b9a\u50c5\u5be6\u65bd\u5916\u90e8\u6aa2\u67e5\u8005\uff0c\u4f9d\u7b2c\u4e00\u9805\u4e4b\u6aa2\u67e5\u8cbb\u4e4b\u767e\u5206\u4e4b\u516d\u5341\u6536\u53d6\u3002\r\n\u7d93\u6838\u5b9a\u5ef6\u9577\u5167\u90e8\u6aa2\u67e5\u671f\u9650\u6216\u4ee5\u5176\u4ed6\u6aa2\u67e5\u65b9\u5f0f\u66ff\u4ee3\u4e4b\u5b9a\u671f\u6aa2\u67e5\uff0c\u4f9d\u7b2c\u4e00\u9805\u4e4b\u6aa2\u67e5\u8cbb\uff0c\u52a0\u6536\u767e\u5206\u4e4b\u4e8c\u5341\u3002"}, {"\u689d\u865f" : "\u7b2c 6 \u689d", "\u689d\u6587\u5167\u5bb9" : "\u524d\u4e8c\u689d\u6aa2\u67e5\u4e0d\u5408\u683c\u7533\u8acb\u5fa9\u67e5\u8005\uff0c\u4f9d\u5404\u8a72\u689d\u6587\u6240\u5b9a\u6aa2\u67e5\u8cbb\u767e\u5206\u4e4b\u516d\u5341\u6536\u8cbb\u3002"}, {"\u689d\u865f" : "\u7b2c 7 \u689d", "\u689d\u6587\u5167\u5bb9" : "\u524d\u4e09\u689d\u4e4b\u5404\u9805\u6aa2\u67e5\uff0c\u7533\u8acb\u65bc\u4f11\u606f\u65e5\u5be6\u65bd\u8005\uff0c\u4f9d\u5404\u8a72\u689d\u6587\u6240\u5b9a\u6aa2\u67e5\u8cbb\u52a0\u6536\u767e\u5206\u4e4b\u4e94\u5341\u3002"}, {"\u689d\u865f" : "\u7b2c 8 \u689d", "\u689d\u6587\u5167\u5bb9" : "\u5371\u96aa\u6027\u6a5f\u68b0\u6216\u8a2d\u5099\u6aa2\u67e5\u5408\u683c\u8b49\u660e\u4e4b\u88dc\u767c\u6216\u63db\u767c\uff0c\u6bcf\u5f35\u6536\u8cbb\u65b0\u81fa\u5e63\u516b\u767e\u5143\u3002"}, {"\u689d\u865f" : "\u7b2c 9 \u689d", "\u689d\u6587\u5167\u5bb9" : "\u7533\u8acb\u5371\u96aa\u6027\u6a5f\u68b0\u6216\u8a2d\u5099\u6aa2\u67e5\u8cc7\u6599\u4e4b\u95b1\u89bd\uff0c\u6bcf\u4ef6\u6b21\u6536\u53d6\u65b0\u81fa\u5e63\u4e94\u767e\u5143\u3002\u8907\u88fd\u6aa2\u67e5\u8cc7\u6599\u8005\uff0c\u4f9d\u52de\u52d5\u90e8\u53ca\u6240\u5c6c\u6a5f\u95dc\u63d0\u4f9b\u653f\u5e9c\u8cc7\u8a0a\u6536\u8cbb\u6a19\u6e96\u6536\u53d6\u8907\u88fd\u8cbb\u3002"}, {"\u689d\u865f" : "\u7b2c 10 \u689d", "\u689d\u6587\u5167\u5bb9" : "\u672c\u6a19\u6e96\u81ea\u767c\u5e03\u65e5\u65bd\u884c\u3002"}]}
json_instruct
{"type": "object", "properties": {"\u6cd5\u898f\u6027\u8cea": {"type": "string"}, "\u6cd5\u898f\u540d\u7a31": {"type": "string"}, "\u6cd5\u898f\u7db2\u5740": {"type": "string"}, "\u6cd5\u898f\u985e\u5225": {"type": "string"}, "\u6700\u65b0\u7570\u52d5\u65e5\u671f": {"type": "string"}, "\u662f\u5426\u82f1\u8b6f\u8a3b\u8a18": {"type": "string"}, "\u9644\u4ef6": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "children"]}}, "\u6cbf\u9769\u5167\u5bb9": {"type": "string"}, "\u6cd5\u898f\u5167\u5bb9": {"type": "array", "items": {"type": "object", "properties": {"\u689d\u865f": {"type": "string"}, "\u689d\u6587\u5167\u5bb9": {"type": "string"}}, "required": ["\u689d\u865f", "\u689d\u6587\u5167\u5bb9"]}}}, "required": ["\u6cd5\u898f\u6027\u8cea", "\u6cd5\u898f\u540d\u7a31", "\u6cd5\u898f\u7db2\u5740", "\u6cd5\u898f\u985e\u5225", "\u6700\u65b0\u7570\u52d5\u65e5\u671f", "\u662f\u5426\u82f1\u8b6f\u8a3b\u8a18", "\u9644\u4ef6", "\u6cbf\u9769\u5167\u5bb9", "\u6cd5\u898f\u5167\u5bb9"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"vendor": {"type": "string"}, "filename": {"type": "string"}, "release_type": {"type": "string"}, "version": {"type": "string"}, "java_version": {"type": "string"}, "jvm_impl": {"type": "string"}, "os": {"type": "string"}, "architecture": {"type": "string"}, "file_type": {"type": "string"}, "image_type": {"type": "string"}, "features": {"type": "array", "items": {}}, "url": {"type": "string"}, "md5": {"type": "string"}, "md5_file": {"type": "string"}, "sha1": {"type": "string"}, "sha1_file": {"type": "string"}, "sha256": {"type": "string"}, "sha256_file": {"type": "string"}, "sha512": {"type": "string"}, "sha512_file": {"type": "string"}, "size": {"type": "integer"}}, "required": ["vendor", "filename", "release_type", "version", "java_version", "jvm_impl", "os", "architecture", "file_type", "image_type", "features", "url", "md5", "md5_file", "sha1", "sha1_file", "sha256", "sha256_file", "sha512", "sha512_file", "size"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"vendor" : "zulu", "filename" : "zulu12.0.19-ea-jdk12.0.0-win_x64.zip", "release_type" : "ea", "version" : "12.0.19", "java_version" : "12.0.0", "jvm_impl" : "hotspot", "os" : "windows", "architecture" : "x86_64", "file_type" : "zip", "image_type" : "jdk", "features" : [], "url" : "https://static.azul.com/zulu/bin/zulu12.0.19-ea-jdk12.0.0-win_x64.zip", "md5" : "56e17cd76a96ea39548125aa3c5f8d75", "md5_file" : "zulu12.0.19-ea-jdk12.0.0-win_x64.zip.md5", "sha1" : "93b8d11feda601321703f29b2961d97f7721fc67", "sha1_file" : "zulu12.0.19-ea-jdk12.0.0-win_x64.zip.sha1", "sha256" : "c570b89d4e3dd92c20be8e62ec5609d60a5a24e9b4ea874f1f15c362777fb6e3", "sha256_file" : "zulu12.0.19-ea-jdk12.0.0-win_x64.zip.sha256", "sha512" : "78c0245cd3cc7cf0e85c7f19330f3248bde77444e574c278c46f0de9987782ebb2acb46680e1675e3c9806d139efb59d3a41efb2a4beac5f4aa1d13303ff4d43", "sha512_file" : "zulu12.0.19-ea-jdk12.0.0-win_x64.zip.sha512", "size" : 204251626}
json_instruct
{"type": "object", "properties": {"vendor": {"type": "string"}, "filename": {"type": "string"}, "release_type": {"type": "string"}, "version": {"type": "string"}, "java_version": {"type": "string"}, "jvm_impl": {"type": "string"}, "os": {"type": "string"}, "architecture": {"type": "string"}, "file_type": {"type": "string"}, "image_type": {"type": "string"}, "features": {"type": "array", "items": {}}, "url": {"type": "string"}, "md5": {"type": "string"}, "md5_file": {"type": "string"}, "sha1": {"type": "string"}, "sha1_file": {"type": "string"}, "sha256": {"type": "string"}, "sha256_file": {"type": "string"}, "sha512": {"type": "string"}, "sha512_file": {"type": "string"}, "size": {"type": "integer"}}, "required": ["vendor", "filename", "release_type", "version", "java_version", "jvm_impl", "os", "architecture", "file_type", "image_type", "features", "url", "md5", "md5_file", "sha1", "sha1_file", "sha256", "sha256_file", "sha512", "sha512_file", "size"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "children": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "name": {"type": "string"}}, "required": ["id", "children", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 40352, "children" : [{"id" : 40353, "name" : "Friends -- abandonment by"}, {"id" : 40354, "name" : "Friends -- attitudes toward"}, {"id" : 40355, "name" : "Friends -- best, vs. close"}, {"id" : 40356, "name" : "Friends -- danger of being outspoken with"}, {"id" : 40357, "name" : "Friends -- desire for"}, {"id" : 40358, "name" : "Friends -- difficulty of finding"}, {"id" : 40359, "name" : "Friends -- improving relations with"}, {"id" : 40360, "name" : "Friends -- inability to trust"}, {"id" : 40361, "name" : "Friends -- intimacy among"}, {"id" : 40362, "name" : "Friends -- lack of"}, {"id" : 40363, "name" : "Friends -- loss of, in adolescence"}, {"id" : 40364, "name" : "Friends -- loyalty among"}, {"id" : 40205, "name" : "Friends -- vs. associates"}], "name" : "Friends"}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "children": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "name": {"type": "string"}}, "required": ["id", "children", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"env": {"type": "object", "properties": {"browser": {"type": "boolean"}, "es6": {"type": "boolean"}}, "required": ["browser", "es6"]}, "extends": {"type": "array", "items": {"type": "string"}}, "globals": {"type": "object", "properties": {"require": {"type": "boolean"}, "describe": {"type": "boolean"}, "it": {"type": "boolean"}, "process": {"type": "boolean"}, "module": {"type": "boolean"}, "__dirname": {"type": "boolean"}}, "required": ["require", "describe", "it", "process", "module", "__dirname"]}, "parser": {"type": "string"}, "parserOptions": {"type": "object", "properties": {"ecmaFeatures": {"type": "object", "properties": {"experimentalObjectRestSpread": {"type": "boolean"}}, "required": ["experimentalObjectRestSpread"]}, "sourceType": {"type": "string"}}, "required": ["ecmaFeatures", "sourceType"]}, "plugins": {"type": "array", "items": {"type": "string"}}, "rules": {"type": "object", "properties": {"comma-dangle": {"type": "array", "items": {"type": "string"}}}, "required": ["comma-dangle"]}}, "required": ["env", "extends", "globals", "parser", "parserOptions", "plugins", "rules"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"env" : {"browser" : true, "es6" : true}, "extends" : ["eslint:recommended", "plugin:react/recommended"], "globals" : {"require" : false, "describe" : false, "it" : false, "process" : false, "module" : false, "__dirname" : false}, "parser" : "babel-eslint", "parserOptions" : {"ecmaFeatures" : {"experimentalObjectRestSpread" : true}, "sourceType" : "module"}, "plugins" : ["react"], "rules" : {"comma-dangle" : ["error", "only-multiline"]}}
json_instruct
{"type": "object", "properties": {"env": {"type": "object", "properties": {"browser": {"type": "boolean"}, "es6": {"type": "boolean"}}, "required": ["browser", "es6"]}, "extends": {"type": "array", "items": {"type": "string"}}, "globals": {"type": "object", "properties": {"require": {"type": "boolean"}, "describe": {"type": "boolean"}, "it": {"type": "boolean"}, "process": {"type": "boolean"}, "module": {"type": "boolean"}, "__dirname": {"type": "boolean"}}, "required": ["require", "describe", "it", "process", "module", "__dirname"]}, "parser": {"type": "string"}, "parserOptions": {"type": "object", "properties": {"ecmaFeatures": {"type": "object", "properties": {"experimentalObjectRestSpread": {"type": "boolean"}}, "required": ["experimentalObjectRestSpread"]}, "sourceType": {"type": "string"}}, "required": ["ecmaFeatures", "sourceType"]}, "plugins": {"type": "array", "items": {"type": "string"}}, "rules": {"type": "object", "properties": {"comma-dangle": {"type": "array", "items": {"type": "string"}}}, "required": ["comma-dangle"]}}, "required": ["env", "extends", "globals", "parser", "parserOptions", "plugins", "rules"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"geography": {"type": "string"}, "organisation": {"type": "string"}, "name": {"type": "string"}, "reference": {"type": "string"}, "geometry": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}}, "required": ["geography", "organisation", "name", "reference", "geometry", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[-1.466816, 53.378748], [-1.466989, 53.378916], [-1.467773, 53.378655], [-1.468829, 53.378194], [-1.469965, 53.377181], [-1.47008, 53.377111], [-1.471589, 53.375693], [-1.47305, 53.374385], [-1.473151, 53.374262], [-1.473248, 53.374055], [-1.473267, 53.373851], [-1.473024, 53.373454], [-1.472787, 53.373251], [-1.472516, 53.373124], [-1.472344, 53.373069], [-1.472096, 53.373045], [-1.471542, 53.373112], [-1.465656, 53.374157], [-1.46523, 53.374683], [-1.464849, 53.375234], [-1.463742, 53.375614], [-1.46354, 53.375623], [-1.462942, 53.375823], [-1.463013, 53.376657], [-1.464686, 53.376594], [-1.465039, 53.376956], [-1.464831, 53.377597], [-1.464894, 53.378077], [-1.46475, 53.378237], [-1.4662, 53.378857], [-1.466508, 53.378615], [-1.466816, 53.378748]]]]}, "properties" : {"geography" : "conservation-area:22", "organisation" : "local-authority-eng:SHF", "name" : "22", "reference" : "Cultural Industries Quarter Conservation Area", "geometry" : "MULTIPOLYGON (((-1.466816 53.378748,-1.466989 53.378916,-1.467773 53.378655,-1.468829 53.378194,-1.469965 53.377181,-1.470080 53.377111,-1.471589 53.375693,-1.473050 53.374385,-1.473151 53.374262,-1.473248 53.374055,-1.473267 53.373851,-1.473024 53.373454,-1.472787 53.373251,-1.472516 53.373124,-1.472344 53.373069,-1.472096 53.373045,-1.471542 53.373112,-1.465656 53.374157,-1.465230 53.374683,-1.464849 53.375234,-1.463742 53.375614,-1.463540 53.375623,-1.462942 53.375823,-1.463013 53.376657,-1.464686 53.376594,-1.465039 53.376956,-1.464831 53.377597,-1.464894 53.378077,-1.464750 53.378237,-1.466200 53.378857,-1.466508 53.378615,-1.466816 53.378748)))", "slug" : "/conservation-area/local-authority-eng/SHF/22", "entity" : 473705, "entry-date" : "2021-02-16"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"geography": {"type": "string"}, "organisation": {"type": "string"}, "name": {"type": "string"}, "reference": {"type": "string"}, "geometry": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}}, "required": ["geography", "organisation", "name", "reference", "geometry", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "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" : "0x8e313e82936bcff4136b47294c98035f07a69da194b3f6d5c33c8ab9a51eb726", "parentHash" : "0xd9630d97b51db3dac023ada4952c385bf0bd974691a7b181208fcdbc0eaa7bea", "number" : 32925, "timestamp" : 1438698375, "nonce" : "0x40fe741b1189432e", "difficulty" : 1232338775496, "gasLimit" : {"_hex" : "0x1388"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0x88D74a59454F6cF3B51ef6b9136AFb6b9D405A88", "extraData" : "0x476574682f76312e302e302d66633739643332642f6c696e75782f676f312e34", "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#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"polyfill": {"type": "array", "items": {"type": "string"}}, "app": {"type": "array", "items": {"type": "string"}}, "component---cache-caches-gatsby-plugin-offline-app-shell-js": {"type": "array", "items": {"type": "string"}}, "component---src-pages-example-tsx": {"type": "array", "items": {"type": "string"}}, "component---themes-advanced-src-templates-post-query-ts": {"type": "array", "items": {"type": "string"}}, "component---themes-amaranth-src-gatsby-theme-advanced-templates-feed-index-tsx": {"type": "array", "items": {}}, "component---themes-amaranth-src-pages-about-tsx": {"type": "array", "items": {"type": "string"}}}, "required": ["polyfill", "app", "component---cache-caches-gatsby-plugin-offline-app-shell-js", "component---src-pages-example-tsx", "component---themes-advanced-src-templates-post-query-ts", "component---themes-amaranth-src-gatsby-theme-advanced-templates-feed-index-tsx", "component---themes-amaranth-src-pages-about-tsx"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"polyfill" : ["/polyfill-1c86ca631959ce2f61f7.js"], "app" : ["/app-355ac26ec9f18444b9d4.js"], "component---cache-caches-gatsby-plugin-offline-app-shell-js" : ["/component---cache-caches-gatsby-plugin-offline-app-shell-js-276bcbdeff3fbcc22391.js"], "component---src-pages-example-tsx" : ["/component---src-pages-example-tsx-6764ed195194415be83e.js"], "component---themes-advanced-src-templates-post-query-ts" : ["/component---themes-advanced-src-templates-post-query-ts-7b1e16fc86b5ae231556.js"], "component---themes-amaranth-src-gatsby-theme-advanced-templates-feed-index-tsx" : [], "component---themes-amaranth-src-pages-about-tsx" : ["/component---themes-amaranth-src-pages-about-tsx-95197370ccd11ad11d6c.js"]}
json_instruct
{"type": "object", "properties": {"polyfill": {"type": "array", "items": {"type": "string"}}, "app": {"type": "array", "items": {"type": "string"}}, "component---cache-caches-gatsby-plugin-offline-app-shell-js": {"type": "array", "items": {"type": "string"}}, "component---src-pages-example-tsx": {"type": "array", "items": {"type": "string"}}, "component---themes-advanced-src-templates-post-query-ts": {"type": "array", "items": {"type": "string"}}, "component---themes-amaranth-src-gatsby-theme-advanced-templates-feed-index-tsx": {"type": "array", "items": {}}, "component---themes-amaranth-src-pages-about-tsx": {"type": "array", "items": {"type": "string"}}}, "required": ["polyfill", "app", "component---cache-caches-gatsby-plugin-offline-app-shell-js", "component---src-pages-example-tsx", "component---themes-advanced-src-templates-post-query-ts", "component---themes-amaranth-src-gatsby-theme-advanced-templates-feed-index-tsx", "component---themes-amaranth-src-pages-about-tsx"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 101764565, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "2c3e695b01204839c0451ea54165d26b", "wof:id" : 101764565, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [-0.46609, 47.61587, -0.46609, 47.61587], "geometry" : {"coordinates" : [-0.46609, 47.61587], "type" : "Point"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "email", "homepage"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "sabre/event": {"type": "string"}}, "required": ["php", "sabre/event"]}, "provide": {"type": "object", "properties": {"phonetworks/service-events-implementation": {"type": "string"}}, "required": ["phonetworks/service-events-implementation"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Pho\\Kernel\\Services\\Events\\Adapters\\": {"type": "string"}}, "required": ["Pho\\Kernel\\Services\\Events\\Adapters\\"]}}, "required": ["psr-4"]}}, "required": ["name", "type", "description", "homepage", "license", "authors", "require", "provide", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "pho-adapters/events-local", "type" : "library", "description" : "A development-only implementation of events adapter for the Ph\u1edf stack.", "homepage" : "https://phonetworks.org", "license" : "MIT", "authors" : [{"name" : "Emre Sokullu", "email" : "emre@phonetworks.org", "homepage" : "http://www.emresokullu.com"}], "require" : {"php" : "^7.1", "sabre/event" : "^5.0"}, "provide" : {"phonetworks/service-events-implementation" : "1.0"}, "autoload" : {"psr-4" : {"Pho\\Kernel\\Services\\Events\\Adapters\\" : ""}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "email", "homepage"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "sabre/event": {"type": "string"}}, "required": ["php", "sabre/event"]}, "provide": {"type": "object", "properties": {"phonetworks/service-events-implementation": {"type": "string"}}, "required": ["phonetworks/service-events-implementation"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Pho\\Kernel\\Services\\Events\\Adapters\\": {"type": "string"}}, "required": ["Pho\\Kernel\\Services\\Events\\Adapters\\"]}}, "required": ["psr-4"]}}, "required": ["name", "type", "description", "homepage", "license", "authors", "require", "provide", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"node": {"type": "string"}, "npm": {"type": "string"}, "short": {"type": "string"}, "long": {"type": "string"}, "branch": {"type": "string"}, "date": {"type": "string"}, "urlHistory": {"type": "string"}, "urlDiff": {"type": "string"}}, "required": ["node", "npm", "short", "long", "branch", "date", "urlHistory", "urlDiff"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"node" : "14.15.0", "npm" : "6.14.8", "short" : "3aea157", "long" : "3aea1573610b9640ae41897e79d18708e4cd6513", "branch" : "develop", "date" : "2021-05-12T12:04:04.000Z", "urlHistory" : "https://github.com/readium/r2-shared-rn/commits/3aea1573610b9640ae41897e79d18708e4cd6513", "urlDiff" : "https://github.com/readium/r2-shared-rn/compare/3aea1573610b9640ae41897e79d18708e4cd6513...develop"}
json_instruct
{"type": "object", "properties": {"node": {"type": "string"}, "npm": {"type": "string"}, "short": {"type": "string"}, "long": {"type": "string"}, "branch": {"type": "string"}, "date": {"type": "string"}, "urlHistory": {"type": "string"}, "urlDiff": {"type": "string"}}, "required": ["node", "npm", "short", "long", "branch", "date", "urlHistory", "urlDiff"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "src": {"type": "string"}}, "required": ["name", "src"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "Power 93.3 - WXLN-LP", "src" : "http://50.22.253.45:80/wxln-fm?t=1526351729"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "src": {"type": "string"}}, "required": ["name", "src"]}, "$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"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"G": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "A": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "C": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "B": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["G", "A", "C", "B"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["type", "pattern", "key", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "minecraft:crafting_shaped", "pattern" : [" BC", "BAG", "AAA"], "key" : {"G" : {"item" : "minecraft:amethyst_shard"}, "A" : {"item" : "minecraft:copper_ingot"}, "C" : {"item" : "minecraft:clock"}, "B" : {"item" : "minecraft:tinted_glass"}}, "result" : {"item" : "sextant:sextant"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"G": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "A": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "C": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "B": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["G", "A", "C", "B"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["type", "pattern", "key", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "year": {"type": "string"}}, "required": ["author", "classification", "keywords", "period", "reference", "region", "text", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"author" : "Alfred, Lord Tennyson", "classification" : "", "keywords" : ["Love", "Romantic Love", "Desire", "Infatuation", "Crushes"], "period" : "Victorian", "reference" : "http://www.poetryfoundation.org/poem/180610", "region" : "England", "text" : ["It is the miller\u2019s daughter,", "And she is grown so dear, so dear,", "That I would be the jewel", "That trembles at her ear:", "For hid in ringlets day and night,", "I\u2019d touch her neck so warm and white.", "And I would be the girdle", "About her dainty, dainty waist,", "And her heart would beat against me,", "In sorrow and in rest:", "And I should know if it beat right,", "I\u2019d clasp it round so close and tight.", "And I would be the necklace,", "And all day long to fall and rise", "Upon her balmy bosom,", "With her laughter or her sighs:", "And I would lie so light, so light,", "I scarce should be unclasped at night."], "title" : "The Miller's Daughter", "year" : ""}
json_instruct
{"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "year": {"type": "string"}}, "required": ["author", "classification", "keywords", "period", "reference", "region", "text", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"uuid": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["name", "status", "start", "stop"]}}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["uuid", "children", "befores", "start", "stop"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"uuid" : "fabc9b30-3324-43c6-8e46-61bbccaad3ca", "children" : ["e786b1e2-fede-43ce-8b0f-4e466988ad31"], "befores" : [{"name" : "app", "status" : "passed", "start" : 1609280234824, "stop" : 1609280245427}], "start" : 1609280234824, "stop" : 1609280245545}
json_instruct
{"type": "object", "properties": {"uuid": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["name", "status", "start", "stop"]}}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["uuid", "children", "befores", "start", "stop"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "skinname-vector": {"type": "string"}, "vector.css": {"type": "string"}, "vector.js": {"type": "string"}, "vector-action-addsection": {"type": "string"}, "vector-action-delete": {"type": "string"}, "vector-action-move": {"type": "string"}, "vector-action-protect": {"type": "string"}, "vector-action-undelete": {"type": "string"}, "vector-action-unprotect": {"type": "string"}, "vector-view-create": {"type": "string"}, "vector-view-edit": {"type": "string"}, "vector-view-history": {"type": "string"}, "vector-view-view": {"type": "string"}, "vector-view-viewsource": {"type": "string"}}, "required": ["@metadata", "skinname-vector", "vector.css", "vector.js", "vector-action-addsection", "vector-action-delete", "vector-action-move", "vector-action-protect", "vector-action-undelete", "vector-action-unprotect", "vector-view-create", "vector-view-edit", "vector-view-history", "vector-view-view", "vector-view-viewsource"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"@metadata" : {"authors" : ["AnakngAraw", "Sky Harbor"]}, "skinname-vector" : "Vector", "vector.css" : "/* Ang inilagay na CSS dito ay makakaapekto sa mga tagagamit ng pabalat na Vector */", "vector.js" : "/* Ang anumang JavaScript dito ay ikakarga para sa mga tagagamit na gumagamit ng pabalat na Vector */", "vector-action-addsection" : "Magdagdag ng paksa", "vector-action-delete" : "Burahin", "vector-action-move" : "Ilipat", "vector-action-protect" : "Ipagsanggalang", "vector-action-undelete" : "Alisin ang pagbubura", "vector-action-unprotect" : "Baguhin ang pagsasanggalang", "vector-view-create" : "Likhain", "vector-view-edit" : "Baguhin", "vector-view-history" : "Tingnan ang kasaysayan", "vector-view-view" : "Basahin", "vector-view-viewsource" : "Tingnan ang pinagmulan"}
json_instruct
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "skinname-vector": {"type": "string"}, "vector.css": {"type": "string"}, "vector.js": {"type": "string"}, "vector-action-addsection": {"type": "string"}, "vector-action-delete": {"type": "string"}, "vector-action-move": {"type": "string"}, "vector-action-protect": {"type": "string"}, "vector-action-undelete": {"type": "string"}, "vector-action-unprotect": {"type": "string"}, "vector-view-create": {"type": "string"}, "vector-view-edit": {"type": "string"}, "vector-view-history": {"type": "string"}, "vector-view-view": {"type": "string"}, "vector-view-viewsource": {"type": "string"}}, "required": ["@metadata", "skinname-vector", "vector.css", "vector.js", "vector-action-addsection", "vector-action-delete", "vector-action-move", "vector-action-protect", "vector-action-undelete", "vector-action-unprotect", "vector-view-create", "vector-view-edit", "vector-view-history", "vector-view-view", "vector-view-viewsource"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "mossywood:block/damp_dark_oak_planks"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "uri": {"type": "string"}}, "required": ["name", "uri"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "ara-unsecret", "uri" : "http://localhost:8000/ara-unsecret/api/"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "uri": {"type": "string"}}, "required": ["name", "uri"], "$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"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "7201051008", "district_id" : "7201051", "name" : "KOYOBUNGA"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "2001", "provinceId" : "32", "regencyId" : "07", "districtId" : "07", "name" : "Medanglayang"}, {"id" : "2002", "provinceId" : "32", "regencyId" : "07", "districtId" : "07", "name" : "Panumbangan"}, {"id" : "2003", "provinceId" : "32", "regencyId" : "07", "districtId" : "07", "name" : "Sukakerta"}, {"id" : "2004", "provinceId" : "32", "regencyId" : "07", "districtId" : "07", "name" : "Golat"}, {"id" : "2005", "provinceId" : "32", "regencyId" : "07", "districtId" : "07", "name" : "Sindangherang"}, {"id" : "2006", "provinceId" : "32", "regencyId" : "07", "districtId" : "07", "name" : "Banjarangsana"}, {"id" : "2007", "provinceId" : "32", "regencyId" : "07", "districtId" : "07", "name" : "Payungagung"}, {"id" : "2008", "provinceId" : "32", "regencyId" : "07", "districtId" : "07", "name" : "Tanjungmulya"}, {"id" : "2009", "provinceId" : "32", "regencyId" : "07", "districtId" : "07", "name" : "Payungsari"}, {"id" : "2010", "provinceId" : "32", "regencyId" : "07", "districtId" : "07", "name" : "Jayagiri"}, {"id" : "2011", "provinceId" : "32", "regencyId" : "07", "districtId" : "07", "name" : "Kertaraharja"}, {"id" : "2012", "provinceId" : "32", "regencyId" : "07", "districtId" : "07", "name" : "Sindangmukti"}, {"id" : "2013", "provinceId" : "32", "regencyId" : "07", "districtId" : "07", "name" : "Sindangbarang"}, {"id" : "2014", "provinceId" : "32", "regencyId" : "07", "districtId" : "07", "name" : "Buanamekar"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"model_name": {"type": "string"}, "source_data": {"type": "string"}, "n_skills": {"type": "integer"}, "pad": {"type": "boolean"}}, "required": ["model_name", "source_data", "n_skills", "pad"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"model_name" : "ksdkt", "source_data" : "simulated5_reproduction_v8", "n_skills" : 50, "pad" : true}
json_instruct
{"type": "object", "properties": {"model_name": {"type": "string"}, "source_data": {"type": "string"}, "n_skills": {"type": "integer"}, "pad": {"type": "boolean"}}, "required": ["model_name", "source_data", "n_skills", "pad"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"station_g": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_name": {"type": "string"}}, "required": ["pref_cd", "line_cd", "line_name", "station_cd", "station_name"]}}}, "required": ["station_g"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"station_g" : [{"pref_cd" : 27, "line_cd" : 31003, "line_name" : "\u8fd1\u9244\u5357\u5927\u962a\u7dda", "station_cd" : 3100308, "station_name" : "\u5e03\u5fcd"}]}
json_instruct
{"type": "object", "properties": {"station_g": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_name": {"type": "string"}}, "required": ["pref_cd", "line_cd", "line_name", "station_cd", "station_name"]}}}, "required": ["station_g"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"other_cities": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "county": {"type": "string"}}, "required": ["other_cities", "city", "state", "county"]}}, "required": ["geometry", "type", "id", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"geometry" : {"type" : "Point", "coordinates" : [-71.39, 42.63]}, "type" : "Feature", "id" : "01863", "properties" : {"other_cities" : "N Chelmsford", "city" : "North Chelmsford", "state" : "MA", "county" : "Middlesex County"}}
json_instruct
{"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"other_cities": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "county": {"type": "string"}}, "required": ["other_cities", "city", "state", "county"]}}, "required": ["geometry", "type", "id", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"initialize": {"type": "string"}, "label": {"type": "string"}, "renderBidirectionalOn:": {"type": "string"}, "renderBidirectionalOverrideOn:": {"type": "string"}, "renderContentOn:": {"type": "string"}, "renderDetailsOn:": {"type": "string"}, "renderFigureOn:": {"type": "string"}, "renderHeaderOn:": {"type": "string"}, "renderHeadingGroupOn:": {"type": "string"}, "renderMarkedOn:": {"type": "string"}, "renderMenuOn:": {"type": "string"}, "renderMeterOn:": {"type": "string"}, "renderOutputOn:": {"type": "string"}, "renderProgressOn:": {"type": "string"}, "renderTimeOn:": {"type": "string"}, "renderTrackOn:": {"type": "string"}}, "required": ["initialize", "label", "renderBidirectionalOn:", "renderBidirectionalOverrideOn:", "renderContentOn:", "renderDetailsOn:", "renderFigureOn:", "renderHeaderOn:", "renderHeadingGroupOn:", "renderMarkedOn:", "renderMenuOn:", "renderMeterOn:", "renderOutputOn:", "renderProgressOn:", "renderTimeOn:", "renderTrackOn:"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"class" : {}, "instance" : {"initialize" : "pmm 9/28/2011 19:09", "label" : "lr 7/25/2011 20:04", "renderBidirectionalOn:" : "pmm 9/26/2011 18:15", "renderBidirectionalOverrideOn:" : "pmm 9/28/2011 20:02", "renderContentOn:" : "pmm 9/28/2011 20:01", "renderDetailsOn:" : "pmm 9/26/2011 18:22", "renderFigureOn:" : "pmm 9/26/2011 18:10", "renderHeaderOn:" : "mb 10/8/2007 13:53", "renderHeadingGroupOn:" : "pmm 9/26/2011 18:06", "renderMarkedOn:" : "as 1/30/2011 04:37", "renderMenuOn:" : "pmm 9/26/2011 18:40", "renderMeterOn:" : "pmm 9/1/2012 16:24", "renderOutputOn:" : "pmm 9/28/2011 19:11", "renderProgressOn:" : "pmm 9/28/2011 18:06", "renderTimeOn:" : "pmm 4/20/2007 01:29", "renderTrackOn:" : "pmm 9/28/2011 19:38"}}
json_instruct
{"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"initialize": {"type": "string"}, "label": {"type": "string"}, "renderBidirectionalOn:": {"type": "string"}, "renderBidirectionalOverrideOn:": {"type": "string"}, "renderContentOn:": {"type": "string"}, "renderDetailsOn:": {"type": "string"}, "renderFigureOn:": {"type": "string"}, "renderHeaderOn:": {"type": "string"}, "renderHeadingGroupOn:": {"type": "string"}, "renderMarkedOn:": {"type": "string"}, "renderMenuOn:": {"type": "string"}, "renderMeterOn:": {"type": "string"}, "renderOutputOn:": {"type": "string"}, "renderProgressOn:": {"type": "string"}, "renderTimeOn:": {"type": "string"}, "renderTrackOn:": {"type": "string"}}, "required": ["initialize", "label", "renderBidirectionalOn:", "renderBidirectionalOverrideOn:", "renderContentOn:", "renderDetailsOn:", "renderFigureOn:", "renderHeaderOn:", "renderHeadingGroupOn:", "renderMarkedOn:", "renderMenuOn:", "renderMeterOn:", "renderOutputOn:", "renderProgressOn:", "renderTimeOn:", "renderTrackOn:"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, "translation": {"type": "array", "items": {"type": "string"}}, "errorCode": {"type": "string"}, "dict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "webdict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "basic": {"type": "object", "properties": {"us-phonetic": {"type": "string"}, "phonetic": {"type": "string"}, "uk-phonetic": {"type": "string"}, "explains": {"type": "array", "items": {"type": "string"}}}, "required": ["us-phonetic", "phonetic", "uk-phonetic", "explains"]}, "l": {"type": "string"}}, "required": ["web", "query", "translation", "errorCode", "dict", "webdict", "basic", "l"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"web" : [{"value" : ["\u9884\u4ed8", "\u5df2\u9884\u4ed8\u7684", "\u8fd0\u8d39\u9884\u4ed8"], "key" : "Prepaid"}, {"value" : ["\u9884\u4ed8\u8d39\u7528", "\u5f85\u644a\u8d39\u7528", "\u9884\u652f\u8d39\u7528"], "key" : "prepaid expenses"}, {"value" : ["\u5f85\u644a\u8d39\u7528", "\u9884\u4ed8\u8d39\u7528", "\u5f85\u644a\u7528\u5ea6"], "key" : "Prepaid expense"}], "query" : "prepaid", "translation" : ["\u9884\u4ed8"], "errorCode" : "0", "dict" : {"url" : "yddict://m.youdao.com/dict?le=eng&q=prepaid"}, "webdict" : {"url" : "http://m.youdao.com/dict?le=eng&q=prepaid"}, "basic" : {"us-phonetic" : ",pri'ped", "phonetic" : "pri\u02d0'pe\u026ad", "uk-phonetic" : "pri\u02d0'pe\u026ad", "explains" : ["adj. \u5148\u4ed8\u7684\uff0c\u5df2\u652f\u4ed8\u7684", "v. \u9884\u4ed8\uff08prepay\u7684\u8fc7\u53bb\u5f0f\u548c\u8fc7\u53bb\u5206\u8bcd\uff09"]}, "l" : "EN2zh-CHS"}
json_instruct
{"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, "translation": {"type": "array", "items": {"type": "string"}}, "errorCode": {"type": "string"}, "dict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "webdict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "basic": {"type": "object", "properties": {"us-phonetic": {"type": "string"}, "phonetic": {"type": "string"}, "uk-phonetic": {"type": "string"}, "explains": {"type": "array", "items": {"type": "string"}}}, "required": ["us-phonetic", "phonetic", "uk-phonetic", "explains"]}, "l": {"type": "string"}}, "required": ["web", "query", "translation", "errorCode", "dict", "webdict", "basic", "l"], "$schema": "http://json-schema.org/draft-07/schema#"}