input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "links": {"type": "array", "items": {"type": "string"}}, "data_recebimento": {"type": "string"}, "remetente": {"type": "string"}, "origem": {"type": "string"}, "descricao": {"type": "string"... | {"id" : 198, "links" : ["https://legis.senado.leg.br/sdleg-getter/documento/download/e9713113-94ef-49cf-9463-ccbd0f5c4cdb", "https://legis.senado.leg.br/sdleg-getter/documento/download/35a3cd54-f4d4-42e5-986f-3eeaa84c6385"], "data_recebimento" : "17/05/2021", "remetente" : "Procuradoria da Rep\u00fablica no Munic\u00ed... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "links": {"type": "array", "items": {"type": "string"}}, "data_recebimento": {"type": "string"}, "remetente": {"type": "string"}, "origem": {"type": "string"}, "descricao": {"type": "string"}, "caixa": {"type": "string"}, "em_resposta": {"type": "string"}}, "... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"accountLinkingWhitelistedDomains": {"type": "null"}, "asin": {"type": "string"}, "averageRating": {"type": "integer"}, "canDisable": {"type": "boolean"}, "capabilities": {"type": "null"}, "category": {"type": "null"}, "descrip... | {"accountLinkingWhitelistedDomains" : null, "asin" : "B01N0UTN57", "averageRating" : 0, "canDisable" : true, "capabilities" : null, "category" : null, "description" : "It is common for Chemistry courses to require the memorization of the polyatomic ions. This is fundamental to the course, but can be hard to do because ... | json_instruct | {"type": "object", "properties": {"accountLinkingWhitelistedDomains": {"type": "null"}, "asin": {"type": "string"}, "averageRating": {"type": "integer"}, "canDisable": {"type": "boolean"}, "capabilities": {"type": "null"}, "category": {"type": "null"}, "description": {"type": "string"}, "enablement": {"type": "null"}, ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"HostConfigHash": {"type": "string"}, "CardHash": {"type": "string"}, "Error": {"type": "null"}}, "required": ["HostConfigHash", "CardHash", "Error"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"HostConfigHash" : "278a21f", "CardHash" : "cb774a9", "Error" : null} | json_instruct | {"type": "object", "properties": {"HostConfigHash": {"type": "string"}, "CardHash": {"type": "string"}, "Error": {"type": "null"}}, "required": ["HostConfigHash", "CardHash", "Error"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"phylla": {"type": "object", "properties": {"rev.22.2|25": {"type": "array", "items": {"type": "string"}}, "mrk.11.13|6": {"type": "array", "items": {"ty... | {"pos" : "n", "translits" : {"phylla" : {"rev.22.2|25" : ["the", "leaves", "of the"], "mrk.11.13|6" : ["having", "leaves,", "He went"], "mrk.11.13|22" : ["not", "leaves;", "the"], "mrk.13.28|17" : ["the", "leaves,", "you know"], "mat.21.19|17" : ["not", "leaves", "only."], "mat.24.32|16" : ["the", "leaves", "it puts fo... | json_instruct | {"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"phylla": {"type": "object", "properties": {"rev.22.2|25": {"type": "array", "items": {"type": "string"}}, "mrk.11.13|6": {"type": "array", "items": {"type": "string"}}, "mrk.11.13|22": {"type": "array", "items":... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"private": {"type": "boolean"}, "name": {"type": "string"}, "main": {"type": "string"}}, "required": ["private", "name", "main"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"private" : true, "name" : "UndrawCoworkers", "main" : "./UndrawCoworkers.js"} | json_instruct | {"type": "object", "properties": {"private": {"type": "boolean"}, "name": {"type": "string"}, "main": {"type": "string"}}, "required": ["private", "name", "main"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"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" : "1804060001", "district_id" : "1804060", "name" : "MEKAR JAYA"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"profiles": {"type": "object", "properties": {"BouncerLanguage": {"type": "object", "properties": {"commandName": {"type": "string"}, "commandLineArgs": {"type": "string"}}, "required": ["commandName", "commandLineArgs"]}}, ... | {"profiles" : {"BouncerLanguage" : {"commandName" : "Project", "commandLineArgs" : "Test1.bouncer"}}} | json_instruct | {"type": "object", "properties": {"profiles": {"type": "object", "properties": {"BouncerLanguage": {"type": "object", "properties": {"commandName": {"type": "string"}, "commandLineArgs": {"type": "string"}}, "required": ["commandName", "commandLineArgs"]}}, "required": ["BouncerLanguage"]}}, "required": ["profiles"], "... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"APP_NAME": {"type": "string"}, "PROVIDER_SOCKET": {"type": "string"}, "SUBSCAN_URL": {"type": "string"}, "BLOCK_EXPLORER_URL": {"type": "string"}, "ADDRESS_BLOCK_EXPLORER_URL": {"type": "string"}, "APP_BASE_URL... | {"APP_NAME" : "calamari-crowdloan", "PROVIDER_SOCKET" : "wss://kusama-rpc.polkadot.io", "SUBSCAN_URL" : "https://kusama.api.subscan.io/api/scan/", "BLOCK_EXPLORER_URL" : "https://kusama.subscan.io/block/", "ADDRESS_BLOCK_EXPLORER_URL" : "https://kusama.subscan.io/account/", "APP_BASE_URL" : "https://crowdloan.calamari.... | json_instruct | {"type": "object", "properties": {"APP_NAME": {"type": "string"}, "PROVIDER_SOCKET": {"type": "string"}, "SUBSCAN_URL": {"type": "string"}, "BLOCK_EXPLORER_URL": {"type": "string"}, "ADDRESS_BLOCK_EXPLORER_URL": {"type": "string"}, "APP_BASE_URL": {"type": "string"}, "CROWDLOAN_START_TIMESTAMP": {"type": "integer"}, "P... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]... | {"name" : "ventupapi-mock-server", "version" : "1.0.0", "description" : "Ven Tu Papi Mock Server", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/thelastinuit/ventupapi-mock-server.git"}, "author" : "a |> louise ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "start": {"type": "string"}, "end": {"type": "string"}}, "required": ["id", "type", "start", "end"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "dove-turba__DROPS__turba-straw", "type" : "DROPS", "start" : "dove-turba", "end" : "turba-straw"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "start": {"type": "string"}, "end": {"type": "string"}}, "required": ["id", "type", "start", "end"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "official_id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "school_type_entity": {"type": "string"}, "fax": {"type": "string"}, "st... | {"name" : "Lenzenbergschule", "id" : "HE-4119-0", "official_id" : "4119", "address" : "Neugasse 12 b, 65527 Niedernhausen", "school_type" : "Grundschule", "school_type_entity" : "Grundschule", "fax" : "06127/701974", "state" : "HE", "phone" : "06127/3311", "full_time_school" : false, "lon" : 8.283127, "lat" : 50.179671... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "official_id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "school_type_entity": {"type": "string"}, "fax": {"type": "string"}, "state": {"type": "string"}, "phone": {"type": "string"}, "ful... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "pro... | {"name" : "seface-kit-demo", "description" : "A demo to test Seface Kit package.", "version" : "1.0.0", "license" : "NONE", "author" : "Leonardo Luiz Gava <llgavamt@gmail.com>", "main" : "./src/index.js", "scripts" : {"start" : "clear && node .", "dev" : "clear && nodemon ."}, "dependencies" : {"app-root-path" : "^3.0.... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dev": {"type": "string"}}, "... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "strin... | {"derivation" : "a primitive root;", "pron" : "kaw-naf'", "outline" : "<ol><li> (Niphal) to be put or thrust in or into a corner, be hidden from view, be cornered, be thrust aside</li></ol>", "kjv_def" : "be removed.", "lemma" : "\u05db\u05bc\u05b8\u05e0\u05b7\u05e3", "frequency" : 1, "strongs_def" : "properly, to proj... | json_instruct | {"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "xlit": {"type": "string"}}, "required": ["derivation", "pron", ... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "s... | {"name" : "country-select-js", "version" : "2.0.1", "description" : "A jQuery plugin for selecting a country", "main" : "build/js/countrySelect.js", "repository" : {"type" : "git", "url" : "https://mrmarkfrench@github.com/mrmarkfrench/country-select-js.git"}, "keywords" : ["country", "international", "jQuery"], "script... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "build", "test... | {"name" : "javascript-tdd-kata", "version" : "1.0.0", "scripts" : {"start" : "react-scripts start", "build" : "react-scripts build", "test" : "react-scripts test --env=jsdom"}, "jest" : {"unmockedModulePathPatterns" : ["node_modules/react/", "node_modules/enzyme/"]}, "dependencies" : {"react" : "^16.4.2", "react-dom" :... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "build", "test"]}, "jest": {"type": "object", "properties": {"unmockedMod... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coo... | {"geometry" : {"coordinates" : [[[-87.41871538005738, 40.14168491872272], [-87.49389744279942, 40.142451152269985], [-87.4933099331882, 40.163302174534195], [-87.53535688901117, 40.1662316929642], [-87.53569532480078, 40.48328220526522], [-87.10172081611894, 40.48079369462292], [-87.1002231613389, 40.38142194288321], [... | json_instruct | {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}, "properties": {"type": "object", "properties": {"FIPS"... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"react-select.js": {"type": "string"}, "react-select.min.js": {"type": "string"}}, "required": ["react-select.js", "react-select.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"react-select.js" : "sha256-P1BiTOlZxUinCsmYacUmt9KvzzsfaKeNftBnv+5xnaY=", "react-select.min.js" : "sha256-OSup4cNPyNgMn5eKH4d/dvxLT7z/c2S0hvWZJ2hXd4Q="} | json_instruct | {"type": "object", "properties": {"react-select.js": {"type": "string"}, "react-select.min.js": {"type": "string"}}, "required": ["react-select.js", "react-select.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"]... | {"Time" : "2021-08-13T11:00:00Z", "Temp" : 30.6, "RelHum" : 35, "WindSpeed" : 6.2, "WindDir" : 283} | json_instruct | {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}}, "required": ["name", "symbol", "decimals", "address", "chainId"], "$s... | {"name" : "Token 48jP", "symbol" : "48jP4", "decimals" : 6, "address" : "48jP4nrALUo1R2VpXbsVxK37AqU3o9fuEoTCbZF3s2BC", "chainId" : 103} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}}, "required": ["name", "symbol", "decimals", "address", "chainId"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"appId": {"type": "string"}, "cpu": {"type": "string"}, "gpu": {"type": "string"}, "gpuDriver": {"type": "string"}, "kernel": {"type": "string"}, "notes": {"type": "string"}, "os": {"type": ... | [{"appId" : "731320", "cpu" : "i5-4690K CPU @ 3.50GHz", "gpu" : "GeForce GTX 970/PCIe/SSE2", "gpuDriver" : "4.6.0 NVIDIA 390.77", "kernel" : "4.18.0-1-amd64", "notes" : "This hack developer drip fed us a promise of a linux port and won't give it, but luckily you can play this game with steam play.", "os" : "Debian GNU/... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"appId": {"type": "string"}, "cpu": {"type": "string"}, "gpu": {"type": "string"}, "gpuDriver": {"type": "string"}, "kernel": {"type": "string"}, "notes": {"type": "string"}, "os": {"type": "string"}, "protonVersion": {"type": "string"}, "ram": {"type": "stri... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"babel-preset-es2015": {"type": "string"}, "colors": {"type": "string"}, "gulp-autoprefixer": {"type": "string"}, "gulp-babel": {"type": "string"}, "gulp-jshint": {"t... | {"dependencies" : {"babel-preset-es2015" : "^6.3.13", "colors" : "^1.1.2", "gulp-autoprefixer" : "^3.1.0", "gulp-babel" : "^6.1.1", "gulp-jshint" : "^2.0.0", "gulp-plumber" : "^1.0.1", "gulp-rename" : "^1.2.2", "gulp-uglify" : "^1.5.1", "jshint" : "^2.9.1", "map-stream" : "0.0.6"}} | json_instruct | {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"babel-preset-es2015": {"type": "string"}, "colors": {"type": "string"}, "gulp-autoprefixer": {"type": "string"}, "gulp-babel": {"type": "string"}, "gulp-jshint": {"type": "string"}, "gulp-plumber": {"type": "string"}, "gulp-rename": {"... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"blurb": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "contributors": {"type": "array", "items": {"type": "string"}}, "files": {"type": "object", "properties": {"solution": {"type": "array",... | {"blurb" : "Given an age in seconds, calculate how old someone is in terms of a given planet's solar years.", "authors" : ["devkabiir"], "contributors" : ["Stargator"], "files" : {"solution" : ["lib/space_age.dart"], "test" : ["test/space_age_test.dart"], "example" : [".meta/lib/example.dart"]}, "source" : "Partially i... | json_instruct | {"type": "object", "properties": {"blurb": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "contributors": {"type": "array", "items": {"type": "string"}}, "files": {"type": "object", "properties": {"solution": {"type": "array", "items": {"type": "string"}}, "test": {"type": "array", "item... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"mostRecentTranslation": {"type": "integer"}, "strings": {"type": "object", "properties": {"Drawer.PremiumFeatures": {"type": "string"}, "Eight.FirstDaySummer": {"type": "string"}, "Five.NextHours": {"type": "string"}, "Four.Pr... | {"mostRecentTranslation" : 1499877779887, "strings" : {"Drawer.PremiumFeatures" : "Sign up to activate premium features", "Eight.FirstDaySummer" : "The first day of summer", "Five.NextHours" : "NEXT [[[1]]] [[[2]]]", "Four.PrecipStarting" : "[[[1]]] STARTING [[[2]]]", "General.Today" : "Today", "InJuly" : "[[[1]]] of J... | json_instruct | {"type": "object", "properties": {"mostRecentTranslation": {"type": "integer"}, "strings": {"type": "object", "properties": {"Drawer.PremiumFeatures": {"type": "string"}, "Eight.FirstDaySummer": {"type": "string"}, "Five.NextHours": {"type": "string"}, "Four.PrecipStarting": {"type": "string"}, "General.Today": {"type"... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"Department": {"type": "string"}, "Region": {"type": "string"}, "Position": {"type": "string"}, "Name": {"type": "string"}, "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2013": {"type": "string"}, "\u0414\u0435\u0... | {"Department" : "\u0413\u0435\u043d\u0435\u0440\u0430\u043b\u044c\u043d\u0430 \u041f\u0440\u043e\u043a\u0443\u0440\u0430\u0442\u0443\u0440\u0430 \u0423\u043a\u0440\u0430\u0457\u043d\u0438", "Region" : "\u0417\u0430\u0433\u0430\u043b\u044c\u043d\u043e\u0434\u0435\u0440\u0436\u0430\u0432\u043d\u0438\u0439", "Position" : ... | json_instruct | {"type": "object", "properties": {"Department": {"type": "string"}, "Region": {"type": "string"}, "Position": {"type": "string"}, "Name": {"type": "string"}, "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2013": {"type": "string"}, "\u0414\u0435\u043a\u043b\u0430\u0440\u0430\u0446\u0456\u0457 2014": {"ty... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"event": {"type": "array", "items": {"type": "object", "properties": {"venue_id": {"type": "integer"}, "title": {"type": "string"}, "date": {"type": "string"}, "price": {"type": "string"}, "time": {"type": "string"},... | {"event" : [{"venue_id" : 390, "title" : "11th J NOVA Live Day. Part. 1 The Extreme", "date" : "2013-07-12", "price" : "10,000", "time" : "20:00", "venue" : "JNOVA(\uc81c\uc774\ub178\ubc14)", "lineup" : [{"name" : "\ud558\ud604\uc6a9\ubc34\ub4dc", "musician_id" : 1472}, {"name" : "\uc0ac\ub77c\uc218", "musician_id" : 3... | json_instruct | {"type": "object", "properties": {"event": {"type": "array", "items": {"type": "object", "properties": {"venue_id": {"type": "integer"}, "title": {"type": "string"}, "date": {"type": "string"}, "price": {"type": "string"}, "time": {"type": "string"}, "venue": {"type": "string"}, "lineup": {"type": "array", "items": {"t... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "input": {"type": "object", "properties": {}, "required": []}, "output": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "input", "output"], "$schema": "http://... | {"name" : "unknown-test-scenario", "input" : {}, "output" : {}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "input": {"type": "object", "properties": {}, "required": []}, "output": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "input", "output"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}}, "required": ["value"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"value" : ["ftp://tomustsof.gov", "gopher://the.bu.edu", "gopher://needsC.signature.gov", "telnet://isdeplo.us.automa.org", "telnet://OASISr.net"]} | json_instruct | {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}}, "required": ["value"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"<page title>": {"type": "string"}, "auto focus": {"type": "string"}, "bangalore": {"type": "string"}, "built in flash": {"type": "string"}, "color": {"type": "string"}, "continuous shots": {"type": "string"},... | {"<page title>" : "Sony Alpha SLT-A77 DSLR 18-135mm Price in India with Offers, Reviews & Full Specifications | PriceDekho.com", "auto focus" : "Tele-Zoom Continuous Advance Priority AE", "bangalore" : "Hyderabad Chennai Mumbai Delhi Pune", "built in flash" : "Yes", "color" : "NA", "continuous shots" : "Up to 12 fps (T... | json_instruct | {"type": "object", "properties": {"<page title>": {"type": "string"}, "auto focus": {"type": "string"}, "bangalore": {"type": "string"}, "built in flash": {"type": "string"}, "color": {"type": "string"}, "continuous shots": {"type": "string"}, "delete function": {"type": "string"}, "display type": {"type": "string"}, "... |
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": {"ts-node": {"type": "string"}, "calculateBmi... | {"name" : "bmicalculator", "version" : "1.0.0", "description" : "Fullstack course", "main" : "index.js", "scripts" : {"ts-node" : "ts-node", "calculateBmi" : "ts-node calculateBmi.ts", "calculateExercises" : "ts-node calculateExercises.ts", "start" : "ts-node index.js", "dev" : "ts-node-dev index.js"}, "author" : "teep... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"ts-node": {"type": "string"}, "calculateBmi": {"type": "string"}, "calculateExercises": {"type": "string"}, "start": {... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/sc... | [{"year" : 1949, "sex" : "F", "n" : 5, "prop" : 2.85e-06}, {"year" : 1950, "sex" : "F", "n" : 6, "prop" : 3.41e-06}, {"year" : 1952, "sex" : "F", "n" : 8, "prop" : 4.21e-06}, {"year" : 1953, "sex" : "F", "n" : 5, "prop" : 2.59e-06}, {"year" : 1954, "sex" : "F", "n" : 6, "prop" : 3.01e-06}, {"year" : 1955, "sex" : "F", ... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "i... | {"directions" : ["Combine mascarpone, 3 tablespoons Marsala, cream, and 2 tablespoons sugar in medium bowl. Stir gently until well blended. Combine strawberries, remaining 3 tablespoons Marsala, and 1 tablespoon sugar in another medium bowl; toss to blend. Cover mascarpone and berry mixtures; refrigerate 30 minutes.", ... | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type"... |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"scientific_name": {"type": "string"}, "primary": {"type": "boolean"}, "kingdom": {"type": "string"}, "phylum": {"type": "string"}, "class": {"type": "string"}, "order": {"type": "string"}, "family": ... | [{"scientific_name" : "Betta persephone", "primary" : true, "kingdom" : "ANIMALIA", "phylum" : "CHORDATA", "class" : "ACTINOPTERYGII", "order" : "PERCIFORMES", "family" : "OSPHRONEMIDAE", "genus" : "Betta", "species" : "persephone", "authority" : "Schaller, 1986", "infra_name" : null, "infra_rank" : null, "infra_author... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"scientific_name": {"type": "string"}, "primary": {"type": "boolean"}, "kingdom": {"type": "string"}, "phylum": {"type": "string"}, "class": {"type": "string"}, "order": {"type": "string"}, "family": {"type": "string"}, "genus": {"type": "string"}, "species":... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "gastrohepatic", "definition" : "Pertaining to the stomach and liver; hepatogastric; as, the gastrohepatic, or lesser, omentum."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type":... | {"contract" : "0xff7ed06a93a96ff122eeaf333b9cac321fdd5ed9", "tool" : "mythril", "start" : 1563614643.1969485, "end" : 1563614648.399064, "duration" : 5.202115535736084, "analysis" : {"error" : null, "issues" : [], "success" : true}} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type": "null"}, "issues": {"type": "array", "items": {}}, "success": {"type": "bo... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "on": {"type": "object", "properties": {"workflow_dispatch": {"type": "object", "properties": {"inputs": {"type": "object", "properties": {"bool": {"type": "object", "properties": {"required": {"type... | {"name" : "inputs", "on" : {"workflow_dispatch" : {"inputs" : {"bool" : {"required" : false, "type" : "boolean", "description" : "bool", "default" : "true"}}}}, "jobs" : {"checkout" : {"runs-on" : "ubuntu-latest", "steps" : [{"uses" : "actions/checkout@v2"}]}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "on": {"type": "object", "properties": {"workflow_dispatch": {"type": "object", "properties": {"inputs": {"type": "object", "properties": {"bool": {"type": "object", "properties": {"required": {"type": "boolean"}, "type": {"type": "string"}, "description": {... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"html_attributions": {"type": "array", "items": {}}, "results": {"type": "array", "items": {"type": "object", "properties": {"business_status": {"type": "string"}, "geometry": {"type": "object", "properties": {"location": {"typ... | {"html_attributions" : [], "results" : [{"business_status" : "OPERATIONAL", "geometry" : {"location" : {"lat" : 24.603939, "lng" : 86.419683}, "viewport" : {"northeast" : {"lat" : 24.6052640802915, "lng" : 86.42112153029152}, "southwest" : {"lat" : 24.6025661197085, "lng" : 86.41842356970851}}}, "icon" : "https://maps.... | json_instruct | {"type": "object", "properties": {"html_attributions": {"type": "array", "items": {}}, "results": {"type": "array", "items": {"type": "object", "properties": {"business_status": {"type": "string"}, "geometry": {"type": "object", "properties": {"location": {"type": "object", "properties": {"lat": {"type": "number"}, "ln... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "level": {"type": "integer"}, "rarity": {"type": "string"}, "vendor_value": {"type": "integer"}, "game_types": {"type": "array", "items"... | {"name" : "Ornate Emerald Jewel", "description" : "Double-click to apply to an accessory, amulet, or ring with an unused upgrade slot.", "type" : "UpgradeComponent", "level" : 50, "rarity" : "Masterwork", "vendor_value" : 90, "game_types" : ["Activity", "Wvw", "Dungeon", "Pve"], "flags" : [], "restrictions" : [], "id" ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "level": {"type": "integer"}, "rarity": {"type": "string"}, "vendor_value": {"type": "integer"}, "game_types": {"type": "array", "items": {"type": "string"}}, "flags": {"type": "array", "items": ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"$schema": {"type": "string"}, "definitions": {"type": "object", "properties": {"Record": {"type": "object", "properties": {"required": {"type": "array", "items": {"type": "string"}}, "properties": {"type": "object... | {"$schema" : "http://json-schema.org/draft-04/schema#", "definitions" : {"Record" : {"required" : ["fields"], "properties" : {"id" : {"type" : "string"}, "fields" : {"type" : "object"}, "createdTime" : {"type" : "string"}, "deleted" : {"type" : "boolean"}, "typecast" : {"type" : "boolean"}}, "additionalProperties" : fa... | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "definitions": {"type": "object", "properties": {"Record": {"type": "object", "properties": {"required": {"type": "array", "items": {"type": "string"}}, "properties": {"type": "object", "properties": {"id": {"type": "object", "properties": {"type": {"type... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"produc... | {"userId" : 17645, "cartId" : "68ffd575-ac7f-49d7-9688-264eb759f6ee", "preferredProducts" : [1793, 4729, 2451, 3089, 309, 1177, 4961], "productReviews" : [{"productId" : 2023, "reviewText" : "i use it profusely when i'm in my garage.", "reviewDate" : "2017-07-23T07:32:36.5061695+03:00"}, {"productId" : 2372, "reviewTex... | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"html_attributions": {"type": "array", "items": {}}, "results": {"type": "array", "items": {"type": "object", "properties": {"business_status": {"type": "string"}, "geometry": {"type": "object", "properties": {"location": {"... | {"html_attributions" : [], "results" : [{"business_status" : "OPERATIONAL", "geometry" : {"location" : {"lat" : 23.8746898, "lng" : 86.33871409999999}, "viewport" : {"northeast" : {"lat" : 23.8760485802915, "lng" : 86.34004828029151}, "southwest" : {"lat" : 23.8733506197085, "lng" : 86.33735031970849}}}, "icon" : "http... | json_instruct | {"type": "object", "properties": {"html_attributions": {"type": "array", "items": {}}, "results": {"type": "array", "items": {"type": "object", "properties": {"business_status": {"type": "string"}, "geometry": {"type": "object", "properties": {"location": {"type": "object", "properties": {"lat": {"type": "number"}, "ln... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "private": {"type": "boolean"}, "ig... | {"name" : "blanky-web-client", "version" : "0.0.0", "homepage" : "https://github.com/vadim-shb/blanky", "authors" : ["vdshb"], "license" : "MIT", "private" : true, "ignore" : ["**/.*", "node_modules", "bower_components", "src/main/lib/", "test", "tests"], "devDependencies" : {"jquery" : "~2.1.3", "bootstrap" : "~3.3.4"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "private": {"type": "boolean"}, "ignore": {"type": "array", "items": {"type": "string"}}, "devDependencie... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type"... | {"name" : "nameparts", "description" : "Splits full names into individual parts (first, middle, last, etc.)", "version" : "2.0.0", "repository" : {"type" : "git", "url" : "http://github.com/Ghary/nameparts.git"}, "tags" : ["name", "surname", "firstname", "lastname", "salutation", "alias", "title"], "bugs" : {"url" : "h... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "tags": {"type": "array", "items": {"type": "string"}}, "b... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"body" : "THE LIKE ALSO IS CERTAIN OF ALL SENSIBLE IDEAS PECULIAR TO EACH SENSE;", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/13999.json"} | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "group": {"type": "string"}, "joblink": {"type": "boolean"}, "name": {"type": "string"}, "potential": {"type": "integer"}, "skills": {"type": "array", "items": {"type": "object", "prop... | {"id" : 2410, "group" : "24512100", "joblink" : true, "name" : "Industriemechaniker/in - Ger\u00e4te- und Feinwerktechnik", "potential" : 100, "skills" : [{"id" : 60706, "skill" : "Justieren", "replaceable" : true}, {"id" : 60715, "skill" : "Maschinenf\u00fchrung, Anlagenf\u00fchrung, -bedienung", "replaceable" : true}... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "group": {"type": "string"}, "joblink": {"type": "boolean"}, "name": {"type": "string"}, "potential": {"type": "integer"}, "skills": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "skill": {"type": "string"}, "replacea... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type":... | {"userId" : 51974, "cartId" : "7bbbd277-784b-459d-a5c9-6665b6d39cae", "preferredProducts" : [], "productReviews" : [{"productId" : 3323, "reviewText" : "I saw one of these in Vanuatu and I bought one.", "reviewDate" : "2017-01-10T19:17:15.7121793+02:00"}, {"productId" : 2092, "reviewText" : "This action-items works rea... | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "s... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "reflueus", "definition" : "Refluent. [Obs.]"} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, ... | {"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Lindongan Dialongana, Lumba-Bayabao, Lanao del Sur, Autonomous Region of Muslim Mindanao (ARMM), PH", "locale" : "ph.autonomous-region-of-muslim-mindanao-armm.lanao-del-sur.lumba-bayabao.lindongan-dialongana", "country_id" : 177, "count... | 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": {... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string... | {"\u5de5\u5ee0\u540d\u7a31" : "\u71df\u90a6\u4f01\u696d\u80a1\u4efd\u6709\u9650\u516c\u53f8\u4e8c\u5ee0", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99707246", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u6843\u5712\u5e02\u8606\u7af9\u5340\u65b0\u838a\u91cc\u5927\u8208\u8def\u... | json_instruct | {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "st... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"face_keypoints": {"type": "array", "items": {}}, "pose_keypoints": {"type": "array", "items": {"type": "numb... | {"version" : 1.0, "people" : [{"face_keypoints" : [], "pose_keypoints" : [106.330708661417, 33.28, 0.900996461510658, 109.606299212598, 80.2909090909091, 0.734261639416218, 70.8031496062992, 78.1963636363636, 0.59963995218277, 27.2125984251969, 120.32, 0.759329304099083, 69.2913385826772, 160.116363636364, 0.4509223520... | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"face_keypoints": {"type": "array", "items": {}}, "pose_keypoints": {"type": "array", "items": {"type": "number"}}, "hand_right_keypoints": {"type": "array", "items": {}}, "hand_left_k... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "ar... | {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-89.173607, 42.266432], [-89.159907, 42.265034], [-89.155166, 42.263203], [-89.150983, 42.260377], [-89.148002, 42.256903], [-89.132458, 42.230688], [-89.12195, 42.221872], [-89.114797, 42.219585], [-89.094735, 42.219534]... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/chai": {"type": "string"}, "@types/mocha": {"type": "string"}, "chai": {... | {"name" : "html-query-plan", "version" : "2.5.1", "description" : "Display SQL Server Execution Plans in HTML", "devDependencies" : {"@types/chai" : "^4.1.3", "@types/mocha" : "^5.2.0", "chai" : "^4.1.2", "karma" : "^3.0", "karma-chai" : "^0.1.0", "karma-chrome-launcher" : "^2.2.0", "karma-firefox-launcher" : "^1.1.0",... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/chai": {"type": "string"}, "@types/mocha": {"type": "string"}, "chai": {"type": "string"}, "karma": {"type": "string"}, "karma-chai... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"schemaVersion": {"type": "integer"}, "id": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}},... | {"schemaVersion" : 1, "id" : "blochs", "version" : "${version}", "name" : "My First Mod", "description" : "My First Mod to start learning about Modding.", "authors" : ["LotsOfBlochs"], "contact" : {"homepage" : "https://github.com/LotsOfBlochs/My-First-Mod", "issues" : "https://github.com/LotsOfBlochs/My-First-Mod/issu... | json_instruct | {"type": "object", "properties": {"schemaVersion": {"type": "integer"}, "id": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "contact": {"type": "object", "properties": {"homepage": {"type": "st... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"static\\development\\pages\\a-propos.js": {"type": "boolean"}, "static\\development\\pages\\series.js": {"type": "boolean"}}, "required": ["static... | {"h" : "9074025ae370a9f98279", "c" : {"static\\development\\pages\\a-propos.js" : false, "static\\development\\pages\\series.js" : false}} | json_instruct | {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"static\\development\\pages\\a-propos.js": {"type": "boolean"}, "static\\development\\pages\\series.js": {"type": "boolean"}}, "required": ["static\\development\\pages\\a-propos.js", "static\\development\\pages\\series.js"... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"pirates": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "currentOdds": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "openingOdds": {"type": "arra... | {"pirates" : [[9, 10, 15, 16], [3, 6, 4, 7], [18, 20, 11, 2], [14, 5, 8, 17], [19, 1, 12, 13]], "currentOdds" : [[1, 13, 13, 2, 2], [1, 4, 3, 4, 3], [1, 13, 2, 13, 2], [1, 13, 4, 13, 2], [1, 9, 2, 5, 5]], "openingOdds" : [[1, 13, 13, 2, 2], [1, 4, 3, 5, 3], [1, 13, 2, 13, 2], [1, 13, 3, 13, 2], [1, 9, 2, 4, 4]], "winne... | json_instruct | {"type": "object", "properties": {"pirates": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "currentOdds": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "openingOdds": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "winners": {"t... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"jsonClient": {"type": "array", "items": {"type": "string"}}}, "required": ["jsonClient"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"jsonClient" : ["JSON: Schema Resolution Error", "JSON Language Server", "Unable to load {0}", "Downloading schemas is disabled through setting '{0}'", "Use setting '{0}' to configure the limit.", "Unable to resolve schema. Click to retry.", "Downloading schemas is disabled. Click to configure."]} | json_instruct | {"type": "object", "properties": {"jsonClient": {"type": "array", "items": {"type": "string"}}}, "required": ["jsonClient"], "$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"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "packages": {"type": "object", "properties": {"": {"type": "object", "propert... | {"name" : "@sample/shared", "version" : "0.1.0", "lockfileVersion" : 2, "requires" : true, "packages" : {"" : {"name" : "@sample/shared", "version" : "0.1.0", "license" : "MIT", "dependencies" : {"http-status-codes" : "^2.1.4", "uuid" : "^8.3.2"}}, "node_modules/http-status-codes" : {"version" : "2.1.4", "resolved" : "... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "packages": {"type": "object", "properties": {"": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"wechat": {"type": "string"}, "wechat-api": {"type": "string"}, "node-r... | {"name" : "node-red-contrib-viseo-wechat", "version" : "0.3.0", "description" : "VISEO Bot Maker - WeChat Bot Implementation", "dependencies" : {"wechat" : "^2.0.3", "wechat-api" : "^1.28.0", "node-red-viseo-helper" : "~0.3.0", "node-red-viseo-bot-manager" : "~0.1.0"}, "repository" : {"type" : "git", "url" : "https://g... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"wechat": {"type": "string"}, "wechat-api": {"type": "string"}, "node-red-viseo-helper": {"type": "string"}, "node-red-viseo-bot-manager": {"t... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"esy-automake": {"type": "string"}}, "required": ["esy-automake"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"dependencies" : {"esy-automake" : "esy-packages/esy-automake#e959059ccc1560a1565b16fb63ed7052c663fca0"}} | json_instruct | {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"esy-automake": {"type": "string"}}, "required": ["esy-automake"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"0-9": {"type": "string"}, "10-19": {"type": "string"}, "20-29": {"type": "string"}, "30-39": {"type": "string"}, "40-49": {"type": "string"}, "50-59": {"type": "string"}, "60-69": {"type": "string"}, "70-79": {"type": "string"},... | {"0-9" : "3", "10-19" : "6", "20-29" : "34", "30-39" : "75", "40-49" : "206", "50-59" : "582", "60-69" : "1,229", "70-79" : "1,968", "80+" : "3,618"} | json_instruct | {"type": "object", "properties": {"0-9": {"type": "string"}, "10-19": {"type": "string"}, "20-29": {"type": "string"}, "30-39": {"type": "string"}, "40-49": {"type": "string"}, "50-59": {"type": "string"}, "60-69": {"type": "string"}, "70-79": {"type": "string"}, "80+": {"type": "string"}}, "required": ["0-9", "10-19",... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"symbol": {"type": "string"}, "address": {"type": "string"}, "overview": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "email": {"type": "string"}, "website": {"type": "string"}, ... | {"symbol" : "HUB", "address" : "0x8e9A29e7Ed21DB7c5B2E1cd75e676dA0236dfB45", "overview" : {"en" : ""}, "email" : "", "website" : "http://minter.network", "state" : "NORMAL", "links" : {"blog" : "https://medium.com/@MinterTeam", "twitter" : "https://twitter.com/MinterTeam", "telegram" : "", "github" : ""}} | json_instruct | {"type": "object", "properties": {"symbol": {"type": "string"}, "address": {"type": "string"}, "overview": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "email": {"type": "string"}, "website": {"type": "string"}, "state": {"type": "string"}, "links": {"type": "object", "properties": ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "r... | {"latest_version" : ["0.5"], "meta" : {"description" : "Custom fields types for SqlAlchemy which integrated with Uploadcare service", "homepage" : "https://github.com/uploadcare/pyuploadcare-sqlalchemy", "license" : "MIT"}, "versions" : {"0.5" : {"sha256" : "20a006318756c04818c7a994ed4cf7eb1baff529728b54b0968c04f8cf725... | json_instruct | {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "obje... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "autoload": {"type": "object", "p... | {"name" : "belgian/element", "authors" : [{"name" : "Estefanio NS", "email" : "estefanions@gmail.com"}], "autoload" : {"psr-4" : {"Belgian\\Element\\" : "Belgian/Element/"}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Belgi... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "addressLine2": {"type": "string"}, "town": {"... | {"id" : "17f8bb09-3a5b-4772-8880-52ccca854df3", "name" : "Hazeley Campus", "code" : "I", "address" : {"addressLine1" : "Emperor Drive", "addressLine2" : "Hazeley", "town" : "Milton Keynes", "postcode" : "MK8 0PT"}, "organisation" : {"id" : "06d4c60d-e03c-4447-b21f-6370f3a7b24b", "code" : "1PJ", "name" : "Sponne School"... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "addressLine2": {"type": "string"}, "town": {"type": "string"}, "postcode": {"type": "string"}}, "required": ["addressLine1... |
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"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "stri... | {"name" : "@arwen/arwen-utils", "version" : "0.1.2", "description" : "arwen-utils", "main" : "index.js", "repository" : "https://github.com/kawhi66/arwen", "author" : "kawhi.site", "license" : "MIT", "dependencies" : {"chalk" : "^2.4.2", "cross-spawn" : "^6.0.5", "fancy-log" : "^1.3.3", "fs-extra" : "^7.0.1", "inquirer... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"chalk": {"type": "... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"image_name": {"type": "string"}, "image_height": {"type": "integer"}, "camera_gps": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "object", "properties": {"score": {"type": "number"}, "frontview": {"type": "boo... | {"image_name" : "lesion1473.png", "image_height" : 512, "camera_gps" : "", "bbox" : [{"score" : 1.0, "frontview" : true, "other" : {"region_attributes" : {"id" : 1.0, "type" : "car"}}, "category_id" : "car", "segmentation" : "407.0,341.0,402.0,338.0,394.0,338.0,386.0,339.0,377.0,343.0,372.0,346.0,367.0,350.0,367.0,357.... | json_instruct | {"type": "object", "properties": {"image_name": {"type": "string"}, "image_height": {"type": "integer"}, "camera_gps": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "object", "properties": {"score": {"type": "number"}, "frontview": {"type": "boolean"}, "other": {"type": "object", "properties": {"regio... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {... | {"template" : {"small" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/1.0", "medium" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/2.0", "large" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/3.0"}, "channels" : {"iamhinu" : {"title" : "iAmHinu", "channel_id" : 44416125, "link" : "http://twi... | json_instruct | {"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"iamhinu": {"type": "object", "properties": {"title": {"type":... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "assets": {"type": "array", "items": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "mainfile": {"type": "string"}}, "requir... | {"name" : "peace.js", "assets" : [{"files" : ["peace.min.css", "peace.min.js"], "version" : "1.1.0", "mainfile" : "dist/peace.min.js"}, {"files" : ["peace.min.css", "peace.min.js"], "version" : "1.1.2", "mainfile" : "dist/peace.min.js"}, {"files" : ["peace.min.css", "peace.min.js"], "version" : "1.1.3", "mainfile" : "d... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "assets": {"type": "array", "items": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "mainfile": {"type": "string"}}, "required": ["files", "version", "mainfile"]}}, "versions": {"type... |
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"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "... | {"name" : "hapi-rest-mongo", "version" : "1.0.0", "description" : "Simple REST project with hapijs and mongodb.", "main" : "server.js", "private" : true, "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "Patrick Meier", "license" : "Apache-2.0", "dependencies" : {"boom" : "^4.2.0", "hapi... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "lice... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"... | {"userId" : 63686, "cartId" : "f4bafd08-6fa4-41b0-9583-430dea95c434", "preferredProducts" : [2004, 4064, 915, 2993, 203, 4483, 1562, 3302, 1129, 3313], "productReviews" : [{"productId" : 3668, "reviewText" : "talk about remorse!!!", "reviewDate" : "2018-10-30T09:59:46.9205935+02:00"}, {"productId" : 4673, "reviewText" ... | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"SearchCreativeWork": {"type": "array", "items": {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]}}}, "required": ["data"]}}}... | {"SearchCreativeWork" : [{"data" : [{"text" : "Please help me find the "}, {"text" : "Bloom: Remix Album", "entity" : "object_name"}, {"text" : " "}, {"text" : "song", "entity" : "object_type"}, {"text" : "."}]}, {"data" : [{"text" : "Find me the "}, {"text" : "soundtrack", "entity" : "object_type"}, {"text" : " called... | json_instruct | {"type": "object", "properties": {"SearchCreativeWork": {"type": "array", "items": {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]}}}, "required": ["data"]}}}, "required": ["SearchCreativeWork"], "$schema": "http://... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["nuke", "nuke-components", "nuke-grid", "nuke-tab-slider", "nuke-tabbar"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": ... | {"code" : 9404061, "parent" : 9404, "name" : "TELUK UMAR", "latitude" : "-2.9046662189998", "longitude" : "134.7313785375", "postal" : [98858, 98851], "children" : [9404061001, 9404061002, 9404061003, 9404061004]} | json_instruct | {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {"type": "integer"}}}, "required": ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"url": {"type": "string"}, "sha1": {"type": "string"}}, "required": ["url", "sha1"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"url" : "https://static.wikia.nocookie.net/griftlands_gamepedia_en/images/5/51/Faction_cult_of_hesh.png/revision/latest?cb=20200720083720", "sha1" : "847107a16c11132c814c88a57cb2f8d7dda53684"} | json_instruct | {"type": "object", "properties": {"url": {"type": "string"}, "sha1": {"type": "string"}}, "required": ["url", "sha1"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"css/medium-editor.css": {"type": "string"}, "css/medium-editor.min.css": {"type": "string"}, "css/themes/bootstrap.css": {"type": "string"}, "css/themes/bootstrap.min.css": {"type": "string"}, "css/themes/default.cs... | {"css/medium-editor.css" : "sha512-OhNgrfgKwphMcBUdjFf8vEib5u80ArSgxrBtbRtBd4ZIvy68vTJT+duS3L9XORSAgAxH0dOAmY44yUiVyLLwMQ==", "css/medium-editor.min.css" : "sha512-ZCkZimPoYUDqCO+bQy2gBPg9k78fLqCmn7b/p775JCORaXjemOycKQao/WS2azIcV87w8P5p7VmYWJKmSmaX4w==", "css/themes/bootstrap.css" : "sha512-ewsNd4Itga+8houjxdoslGiMituf... | json_instruct | {"type": "object", "properties": {"css/medium-editor.css": {"type": "string"}, "css/medium-editor.min.css": {"type": "string"}, "css/themes/bootstrap.css": {"type": "string"}, "css/themes/bootstrap.min.css": {"type": "string"}, "css/themes/default.css": {"type": "string"}, "css/themes/default.min.css": {"type": "string... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"type": {"type": "integer"}, "data": {"type": "object", "properties": {"lang": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}}, "required": ["lang", "code", "name"]}}, "required": ["type", ... | {"type" : 3, "data" : {"lang" : "GROOVY", "code" : "def status = rules.invoke(\"GetOverallStatus\");\ndef spread = rules.invoke(\"GetSpread\");\ndef top = rules.invoke(\"GetTopCommunities\");\ndef recent = rules.invoke(\"GetRecentCommunities\");\n\ndef res = [:]\n\nres.status = status;\nres.spread = spread;\nres.top = ... | json_instruct | {"type": "object", "properties": {"type": {"type": "integer"}, "data": {"type": "object", "properties": {"lang": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}}, "required": ["lang", "code", "name"]}}, "required": ["type", "data"], "$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": {"label": {"type": "string"}, "normalizedVertices": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "... | [{"label" : "Person", "normalizedVertices" : [{"x" : 0.70721674, "y" : 0.8406409}, {"x" : 0.82286376, "y" : 0.8406409}, {"x" : 0.82286376, "y" : 0.9944055}, {"x" : 0.70721674, "y" : 0.9944055}], "score" : 0.7694307}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "normalizedVertices": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}, "score": {"type": "number"}}, "required": ["label", "normalizedVertice... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"area": {"type": "integer"}, "color": {"type": "string"}, "name": {"type": "string"}}, "required": ["area", "color", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"area" : 1, "color" : "#6B8274", "name" : "?aa\u4f5c\u6226?"}, {"area" : 2, "color" : "#A4AF17", "name" : "?bb\u4f5c\u6226?"}, {"area" : 3, "color" : "#0624E6", "name" : "?cc\u4f5c\u6226?"}, {"area" : 4, "color" : "#EBB300", "name" : "?dd\u4f5c\u6226?"}, {"area" : 5, "color" : "#764D68", "name" : "?ee\u4f5c\u6226?"},... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"area": {"type": "integer"}, "color": {"type": "string"}, "name": {"type": "string"}}, "required": ["area", "color", "name"]}, "$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": {"dev": {"type": "string"}, "build": {"type":... | {"name" : "learn-nuxt", "version" : "0.0.0", "description" : "learn how to use nuxt", "main" : "index.js", "scripts" : {"dev" : "nuxt", "build" : "nuxt build", "start" : "nuxt start", "generate" : "nuxt generate"}, "repository" : {"type" : "git", "url" : "git+https://iapYang@github.com/iapYang/learn-nuxt.git"}, "author... | 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"}, "start": {"type": "string"}, "generate": {"type": "string"}}, "... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "str... | {"id" : 72820, "name" : "Janoskiansss", "description" : "Janoskians WEB", "user" : {"id" : 157666, "name" : "shaina", "email" : "redacted", "paypal_email" : null, "homepage" : null, "about" : null, "license" : null}, "updated" : "2012-09-08T15:28:02.000Z", "weekly_install_count" : 0, "total_install_count" : 130, "ratin... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"ty... | {"code" : 7101120009, "parent" : 7101120, "name" : "DOMISIL MOONOW", "latitude" : null, "longitude" : null, "postal" : [95756, 95742], "children" : []} | json_instruct | {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "n... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["211223101002", "\u5e73\u5c97\u793e\u533a", "121", "0"], ["211223101201", "\u5e73\u5c97\u6751\u6c11\u59d4\u5458\u4f1a", "122", "0"], ["211223101202", "\u5b9d\u6765\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["211223101204", "\u78b1\u5382\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["211223101206", "\u5409\u7965\u6... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "prepublish": {"type... | {"name" : "fn-update", "version" : "1.15.0", "description" : "Expressive, immutable update library", "main" : "dist/index.js", "scripts" : {"build" : "babel src --presets babel-preset-es2015 --out-dir dist", "prepublish" : "npm run build", "test" : "mocha --colors", "test-watch" : "mocha --watch --colors"}, "repository... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "prepublish": {"type": "string"}, "test": {"type": "string"}, "test-watch": {"type": "stri... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"newAccount": {"type": "string"}, "newAuthz": {"type": "string"}, "newOrder": {"type": "string"}}, "required": ["newAccount", "newAuthz", "newOrder"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"newAccount" : "https://example.com/acme/new-account", "newAuthz" : "https://example.com/acme/new-authz", "newOrder" : "https://example.com/acme/new-order"} | json_instruct | {"type": "object", "properties": {"newAccount": {"type": "string"}, "newAuthz": {"type": "string"}, "newOrder": {"type": "string"}}, "required": ["newAccount", "newAuthz", "newOrder"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"items": {"type": "array", "items": {"type": "object", "properties": {"imageName": {"type": "string"}, "price": {"type": "number"}}, "required": ["imageName", "price"]}}}, "required": ["items"], "$schema": "ht... | {"items" : [{"imageName" : "205", "price" : 200.0}, {"imageName" : "206", "price" : 200.0}, {"imageName" : "301", "price" : 200.0}, {"imageName" : "917_R", "price" : 200.0}, {"imageName" : "917_L", "price" : 200.0}, {"imageName" : "1601", "price" : 50.0}, {"imageName" : "1602", "price" : 50.0}, {"imageName" : "1628", "... | json_instruct | {"type": "object", "properties": {"items": {"type": "array", "items": {"type": "object", "properties": {"imageName": {"type": "string"}, "price": {"type": "number"}}, "required": ["imageName", "price"]}}}, "required": ["items"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"output": {"type": "array", "items": {"type": "string"}}, "fact": {"type": "object", "properties": {"vboxadd": {"type": "boolean"}, "vgauth": {"type": "boolean"}}, "required": ["vboxadd", "vgauth"]}}, "required"... | {"output" : ["vboxadd.service enabled", "vgauth.service enabled", "x11-common.service masked"], "fact" : {"vboxadd" : true, "vgauth" : true}} | json_instruct | {"type": "object", "properties": {"output": {"type": "array", "items": {"type": "string"}}, "fact": {"type": "object", "properties": {"vboxadd": {"type": "boolean"}, "vgauth": {"type": "boolean"}}, "required": ["vboxadd", "vgauth"]}}, "required": ["output", "fact"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"title": {"type": "string"}, "content": {"type": "string"}, "featuredImage": {"type": "string"}}, "required": ["title", "content", "featuredImage"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Clients", "content" : "", "featuredImage" : "/images/uploads/client.jpg"} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "content": {"type": "string"}, "featuredImage": {"type": "string"}}, "required": ["title", "content", "featuredImage"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"profiles": {"type": "object", "properties": {"PnET-Succession": {"type": "object", "properties": {"commandName": {"type": "string"}, "workingDirectory": {"type": "string"}}, "required": ["commandName", "workingDirec... | {"profiles" : {"PnET-Succession" : {"commandName" : "Project", "workingDirectory" : "C:\\Users\\jacobfraser\\source\\repos\\Extension-PnET-Succession\\deploy\\examples\\biomass-Pnet-succession-example"}}} | json_instruct | {"type": "object", "properties": {"profiles": {"type": "object", "properties": {"PnET-Succession": {"type": "object", "properties": {"commandName": {"type": "string"}, "workingDirectory": {"type": "string"}}, "required": ["commandName", "workingDirectory"]}}, "required": ["PnET-Succession"]}}, "required": ["profiles"],... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "item... | {"version" : 1.2, "people" : [{"pose_keypoints_2d" : [941.692, 180.123, 1, 937.048, 232.206, 1, 904.344, 231.584, 1, 890.494, 308.377, 1, 913.618, 313.535, 1, 971.927, 230.786, 1, 992.648, 294.17, 1, 999.811, 353.238, 1, 913.72, 362.036, 1, 909.676, 412.805, 1, 912.754, 489.427, 1, 972.306, 346.382, 1, 990.615, 428.051... | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "han... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"hashBytes": {"type": "integer"}, "saltBytes": {"type": "integer"}, "digest": {"type": "string"}, "iterations": {"type": "integer"}, "encoding": {"type": "string"}}, "required": ["hashBytes", "saltBytes", "dig... | {"hashBytes" : 32, "saltBytes" : 16, "digest" : "SHA512", "iterations" : 500000, "encoding" : "hex"} | json_instruct | {"type": "object", "properties": {"hashBytes": {"type": "integer"}, "saltBytes": {"type": "integer"}, "digest": {"type": "string"}, "iterations": {"type": "integer"}, "encoding": {"type": "string"}}, "required": ["hashBytes", "saltBytes", "digest", "iterations", "encoding"], "$schema": "http://json-schema.org/draft-07/... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"USER0001": {"type": "object", "properties": {"userCode": {"type": "string"}, "name": {"type": "string"}, "isVIP": {"type": "boolean"}, "score": {"type": "integer"}}, "required": ["userCode", "name", "isVIP", "score"]}, "USER00... | {"USER0001" : {"userCode" : "USER0001", "name" : "\u6b66\u6587\u658c", "isVIP" : true, "score" : 550}, "USER0002" : {"userCode" : "USER0002", "name" : "\u8d75\u4f51\u6eaa", "isVIP" : false}, "USER0003" : {"userCode" : "USER0003", "name" : "\u725b\u5b50\u5112", "isVIP" : true}} | json_instruct | {"type": "object", "properties": {"USER0001": {"type": "object", "properties": {"userCode": {"type": "string"}, "name": {"type": "string"}, "isVIP": {"type": "boolean"}, "score": {"type": "integer"}}, "required": ["userCode", "name", "isVIP", "score"]}, "USER0002": {"type": "object", "properties": {"userCode": {"type":... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"number": {"type": "string"}, "name": {"type": "string"}, "generation": {"type": "integer"}, "description": {"type": "string"}, "species": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}, "... | {"number" : "438", "name" : "Bonsly", "generation" : 4, "description" : "It looks as if it is always crying. It is actually adjusting its body\u2019s fluid levels by eliminating excess.", "species" : "Bonsai", "types" : ["Rock"], "abilities" : {"normal" : ["Sturdy", "Rock Head"], "hidden" : ["Rattled"]}, "height" : "1'... | json_instruct | {"type": "object", "properties": {"number": {"type": "string"}, "name": {"type": "string"}, "generation": {"type": "integer"}, "description": {"type": "string"}, "species": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}, "abilities": {"type": "object", "properties": {"normal": {"type": "arr... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"t... | {"name" : "@builder.io/eslint-plugin-mitosis", "version" : "0.0.1-1", "main" : "./dist/index.js", "types" : "./dist/index.d.ts", "license" : "MIT", "keywords" : ["builder", "builder.io", "eslint", "eslintplugin", "jsx", "mitosis"], "repository" : {"type" : "git", "url" : "https://github.com/BuilderIO/mitosis"}, "script... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "ur... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nu... | {"nom" : "Berthen", "circ" : "15\u00e8me circonscription", "dpt" : "Nord", "inscrits" : 456, "abs" : 215, "votants" : 241, "blancs" : 20, "nuls" : 5, "exp" : 216, "res" : [{"nuance" : "REM", "nom" : "Mme Jennifer DE TEMMERMAN", "voix" : 152}, {"nuance" : "FN", "nom" : "M. Pascal PRINCE", "voix" : 64}]} | 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"... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "ceresin", "definition" : "A white wax, made by bleaching and purifying ozocerite, and used as a substitute for beeswax."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"CIDADE": {"type": "string"}, "IBGE": {"type": "string"}, "ESTADO": {"type": "string"}, "ID": {"type": "string"}}, "required": ["CIDADE", "IBGE", "ESTADO", "ID"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"CIDADE" : "Centro do Guilherme", "IBGE" : "2103158", "ESTADO" : "Maranh\u00e3o", "ID" : "21"} | json_instruct | {"type": "object", "properties": {"CIDADE": {"type": "string"}, "IBGE": {"type": "string"}, "ESTADO": {"type": "string"}, "ID": {"type": "string"}}, "required": ["CIDADE", "IBGE", "ESTADO", "ID"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"learn": {"type": "string"}}, "required": ["learn"]},... | {"name" : "ector-backend", "version" : "1.0.0", "description" : "ECTOR Backend for any ECTOR application", "main" : "index.js", "bin" : {"learn" : "./scripts/learn.js"}, "scripts" : {"lint" : "eslint routes/ scripts/", "start" : "node index.js", "test" : "test"}, "engines" : {"node" : "8.11.1"}, "repository" : {"type" ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"learn": {"type": "string"}}, "required": ["learn"]}, "scripts": {"type": "object", "properties": {"lint": {"type": "string... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"arcana": {"type": "integer"}, "patternB": {"type": "integer"}, "patternC": {"type": "integer"}, "patternD": {"type": "integer"}, "patternE": {"type": "integer"}, "scale": {"type": "integer"}, "notePattern": {"type":... | {"arcana" : 15, "patternB" : 13343, "patternC" : 2002, "patternD" : 31011, "patternE" : 11300, "scale" : 2906, "notePattern" : [8, 10, 5, 3, 0, 2, 7, 8], "bpm" : 136, "wish" : 0} | json_instruct | {"type": "object", "properties": {"arcana": {"type": "integer"}, "patternB": {"type": "integer"}, "patternC": {"type": "integer"}, "patternD": {"type": "integer"}, "patternE": {"type": "integer"}, "scale": {"type": "integer"}, "notePattern": {"type": "array", "items": {"type": "integer"}}, "bpm": {"type": "integer"}, "... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"guiSettings": {"type": "object", "properties": {"windowWidth": {"type": "number"}, "windowHeight": {"type": "number"}, "windowCoordinates": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "... | {"guiSettings" : {"windowWidth" : 1932.0, "windowHeight" : 740.0, "windowCoordinates" : {"x" : 7, "y" : 30}}, "addressBookFilePath" : "data/addressbook.xml", "addressBookName" : "Codii", "adminUsername" : "loanShark97", "adminPassword" : "89a6a0f1d74b471f96018a84ab9b5562a39e0d09e3f48872a5fca8fb8b01c404a993e47ce38449519... | json_instruct | {"type": "object", "properties": {"guiSettings": {"type": "object", "properties": {"windowWidth": {"type": "number"}, "windowHeight": {"type": "number"}, "windowCoordinates": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["x", "y"]}}, "required": ["windowWidth", "win... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"... | {"nom" : "Frasne-le-Ch\u00e2teau", "dpt" : "Haute-Sa\u00f4ne", "inscrits" : 210, "abs" : 41, "votants" : 169, "blancs" : 2, "nuls" : 21, "exp" : 146, "res" : [{"panneau" : "1", "voix" : 84}, {"panneau" : "2", "voix" : 62}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object"... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"produ... | {"userId" : 15239, "cartId" : "e60651ca-2a5d-4d9d-8c2a-c0a916fa26d5", "preferredProducts" : [852, 2271, 1318, 1930, 4184, 2807], "productReviews" : [{"productId" : 436, "reviewText" : "My neighbor Krista has one of these. She works as a salesman and she says it looks soapy.", "reviewDate" : "2018-08-03T05:01:17.3531329... | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.