input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "tubesreloaded:block/distributor"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {"K15922": {"type": "string"}}, "required": ["K15922"]}, "name": {"type": "string"}, "produ... | [{"comment" : "", "definition" : "Sulfoquinovosyldiacylglycerol + H2O <=> Sulfoquinovose + 1,2-Diacyl-sn-glycerol", "orthologs" : {"K15922" : "sulfoquinovosidase [EC:3.2.1.199]"}, "name" : "sulfoquinovosyldiacylglycerol sulfoquinovohydrolase", "product_stoichiometries" : ["1", "1"], "enzymes" : ["3.2.1.199"], "equation... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {"K15922": {"type": "string"}}, "required": ["K15922"]}, "name": {"type": "string"}, "product_stoichiometries": {"type": "array", "items": {"type": ... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "bin": {"type": "object", "properties": {"complete-all-contacts": {"type": "string"}}, "required": ["complete-all-contacts"]}, "scrip... | {"name" : "complete-all-contacts-migration", "version" : "1.0.0", "description" : "Set status of all person docs that have a contact to complete", "bin" : {"complete-all-contacts" : "bin/main.js"}, "scripts" : {"test" : "tape-dots test/index.js"}, "repository" : {"type" : "git", "url" : "git+https://github.com/eHealthA... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "bin": {"type": "object", "properties": {"complete-all-contacts": {"type": "string"}}, "required": ["complete-all-contacts"]}, "scripts": {"type": "object", "properties": {"test": {"type": "st... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"xbox": {"type": "integer"}, "ps": {"type": "integer"}}, "required": ["xbox", "ps"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"xbox" : 6813, "ps" : 2} | json_instruct | {"type": "object", "properties": {"xbox": {"type": "integer"}, "ps": {"type": "integer"}}, "required": ["xbox", "ps"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"statistics": {"type": "object", "properties": {"successpercentage": {"type": "array", "items": {"type": "number"}}, "meanarrivaltime": {"type": "array", "items": {"type": "number"}}, "minarrivaltime": {"type": "arr... | {"statistics" : {"successpercentage" : [8.0, 11.5, 13.5, 20.0, 25.0, 19.0, 28.000000000000004, 33.0, 24.5, 35.0], "meanarrivaltime" : [6.784763135772521, 4.29051372204507, 3.94286497995195, 4.731490626978965, 3.9240051406772225, 6.427110971115863, 4.7104086989954554, 4.4852312612122525, 3.834398941531735, 3.00625076066... | json_instruct | {"type": "object", "properties": {"statistics": {"type": "object", "properties": {"successpercentage": {"type": "array", "items": {"type": "number"}}, "meanarrivaltime": {"type": "array", "items": {"type": "number"}}, "minarrivaltime": {"type": "array", "items": {"type": "number"}}}, "required": ["successpercentage", "... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"language": {"type": "string"}, "before_block": {"type": "string"}, "indent": {"type": "string"}, "after_line": {"type": "string"}, "after_block": {"type": "string"}, "if": {"type": "string"}, "while": {"type": "str... | {"language" : "Python", "before_block" : ":\n", "indent" : " ", "after_line" : "\n", "after_block" : "\n", "if" : "if {0}", "while" : "while {0}", "for" : "for {0} in {1}", "def" : "def {0}({1})", "print" : "print({0})", "ask" : "{0} = input('{1}')"} | json_instruct | {"type": "object", "properties": {"language": {"type": "string"}, "before_block": {"type": "string"}, "indent": {"type": "string"}, "after_line": {"type": "string"}, "after_block": {"type": "string"}, "if": {"type": "string"}, "while": {"type": "string"}, "for": {"type": "string"}, "def": {"type": "string"}, "print": {... |
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" : 94762, "name" : "Voobly Site: Remove Signatures", "description" : "Removes signatures from the Voobly forums and comments on profile pages. (Some users have way too large signatures, so things can be hard to read.)", "user" : {"id" : 241780, "name" : "Idle Beaver", "email" : "redacted", "paypal_email" : null, "... | 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... |
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" : "7603083004", "district_id" : "7603083", "name" : "LEKO SUKAMAJU"} | 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#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"__created_at": {"type": "integer"}, "__updated_at": {"type": "integer"}, "user": {"type": "string"}, "token": {"type": "string"}}, "required": ["__created_at", "__updated_at", "user", "token"], "$schema": "http... | {"__created_at" : 1638459196, "__updated_at" : 1638459196, "user" : "a784a7d6-cbb6-3123-bd1a-bdf203d473a9", "token" : "Sovep9DsuuDCecvbbpjRwmV7RPOhxYdUovAMdt8Z"} | json_instruct | {"type": "object", "properties": {"__created_at": {"type": "integer"}, "__updated_at": {"type": "integer"}, "user": {"type": "string"}, "token": {"type": "string"}}, "required": ["__created_at", "__updated_at", "user", "token"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"ClassName": {"type": "string"}, "Size": {"type": "integer"}, "Grade": {"type": "integer"}, "Type": {"type": "string"}, "Name": {"type": "string"}, "Description": {"type": "string"}, "Manufacturer": {"type": "object", "properti... | {"ClassName" : "Food_fruit_watermelon_01_a", "Size" : 1, "Grade" : 1, "Type" : "Food.Plant", "Name" : "Watermelon (Slice)", "Description" : "NDR: 14\nHEI: 10\nEffects: Hydrating, Hyper-Metabolic\n\nDeliciously refreshing and juicy melon that makes a perfect treat on warmer days. ", "Manufacturer" : {"Code" : "GENF", "N... | json_instruct | {"type": "object", "properties": {"ClassName": {"type": "string"}, "Size": {"type": "integer"}, "Grade": {"type": "integer"}, "Type": {"type": "string"}, "Name": {"type": "string"}, "Description": {"type": "string"}, "Manufacturer": {"type": "object", "properties": {"Code": {"type": "string"}, "Name": {"type": "string"... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "type": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"t... | {"name" : "voku/php-csv", "description" : "PHP-CSV reader and writer", "homepage" : "https://github.com/voku/php-csv/", "license" : "MIT", "type" : "library", "require" : {"php" : ">=5.2.4"}, "autoload" : {"classmap" : ["CsvFile.php"], "files" : ["CsvFile.php"]}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "type": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}, "autoload": {"type": "object", "prope... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"merged" : "D:\\Proyectos\\AppVisita\\ar\\build\\intermediates\\res\\merged\\debug\\drawable-ldpi-v4\\osm.png", "source" : "D:\\Proyectos\\AppVisita\\ar\\src\\main\\res\\drawable-ldpi\\osm.png"}, {"merged" : "D:\\Proyectos\\AppVisita\\ar\\build\\intermediates\\res\\merged\\debug\\drawable-ldpi-v4\\wikipedia.png", "so... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"900014841": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900014842": {"type": "object", "properties": {"n... | {"900014841" : {"nama" : "TPS 1", "dapil" : [1102, 11107, 2117402]}, "900014842" : {"nama" : "TPS 2", "dapil" : [1102, 11107, 2117402]}, "900014843" : {"nama" : "TPS 3", "dapil" : [1102, 11107, 2117402]}, "900014844" : {"nama" : "TPS 4", "dapil" : [1102, 11107, 2117402]}, "900014845" : {"nama" : "TPS 5", "dapil" : [110... | json_instruct | {"type": "object", "properties": {"900014841": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900014842": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"... | {"name" : "simple-bcrypt", "version" : "1.0.1", "description" : "Simplify handling and hashing of passwords with bcrypt.", "main" : "lib/cjs/index.js", "module" : "lib/esm/index.js", "types" : "lib/types/index.d.ts", "scripts" : {"test" : "nyc mocha", "build" : "tsc -p tsconfig.cjs.json && tsc -p tsconfig.esm.json && t... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}, "pr... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type"... | {"name" : "runet-id/api-client-bundle", "description" : "RUNET-ID API Client Bundle", "type" : "symfony-bundle", "license" : "MIT", "authors" : [{"name" : "Valentin Udaltsov", "email" : "udaltsov@ruvents.com"}], "require" : {"php" : ">=5.4.0", "runet-id/api-client" : "^2.0"}, "autoload" : {"psr-4" : {"RunetId\\ApiClien... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "31d8bbc6dc1f5faa2513227f61b18223cfd3933f"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "friendlyName": {"type": "string"}, "description": {"type": "string"}, "helpMarkDown": {"type": "string"}, "category": {"type": "string"}, "author": {"type": "string"}, "ver... | {"id" : "b721bb9b-9a4d-4ee5-aa08-a6b053d4fd8a", "name" : "vsts-habitat-install", "friendlyName" : "Install Habitat", "description" : "Install Habitat onto an agent", "helpMarkDown" : "[More information](https://chef-partners.github.io/azuredevops-habitat/install-habitat.html)", "category" : "Build", "author" : "Chef", ... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "friendlyName": {"type": "string"}, "description": {"type": "string"}, "helpMarkDown": {"type": "string"}, "category": {"type": "string"}, "author": {"type": "string"}, "version": {"type": "object", "properties": {"Major": {"type": ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "bin": {"type": "object", "properties": {"lob-check": {"type": "string"}}, "required": ["lob-check"]}, "scripts": {"type... | {"name" : "lob-check-cli", "version" : "1.0.2", "description" : "A CLI for sending checks", "bin" : {"lob-check" : "index.js"}, "scripts" : {"test" : "node test.js | tap-color"}, "repository" : {"type" : "git", "url" : "git+https://github.com/TehShrike/lob-check-cli.git"}, "keywords" : ["lob", "cli", "check"], "author"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "bin": {"type": "object", "properties": {"lob-check": {"type": "string"}}, "required": ["lob-check"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["t... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "child... | {"code" : 6208010006, "parent" : 6208010, "name" : "PEMATANG LIMAU", "latitude" : null, "longitude" : null, "postal" : [74213], "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... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"review": {"type": "string"}, "date": {"type": "string"}, "rating": {"type": "string"}, "author": {"type": "string"}, "review_id": {"type": "string"}, "movie_id": {"type": "string"}}, ... | [{"review" : "\uc9c0\uae08\uc758 \uc0c9\uc2dc\ub791 \uc5f0\uc560 \ud560 \ub54c \uc2a4\uce74\ub77c \uadf9\uc7a5\uc5d0\uc11c \ubcf8 \uc601\ud654. \uc5c4\uccad \uc7ac\ubc0c\uac8c \ubd24\uc2b4.", "date" : "09.07.14", "rating" : "10", "author" : "minh****", "review_id" : "3631247", "movie_id" : "20623"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"review": {"type": "string"}, "date": {"type": "string"}, "rating": {"type": "string"}, "author": {"type": "string"}, "review_id": {"type": "string"}, "movie_id": {"type": "string"}}, "required": ["review", "date", "rating", "author", "review_id", "movie_id"]... |
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" : 1995, "sex" : "F", "n" : 6, "prop" : 3.12e-06}, {"year" : 1996, "sex" : "F", "n" : 8, "prop" : 4.17e-06}, {"year" : 1997, "sex" : "F", "n" : 11, "prop" : 5.76e-06}, {"year" : 1999, "sex" : "F", "n" : 5, "prop" : 2.57e-06}, {"year" : 2000, "sex" : "F", "n" : 5, "prop" : 2.51e-06}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}... | [{"namaKab" : "MANOKWARI", "originalFilename" : "ALOYSIUS SIEP JPG.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 23075, "noUrut" : 1, "nama" : "ALOYSIUS PAULUS SIEP, SE", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "MANOKWARI", "originalFilename" : "LEWI MANDACAN JPG.jpg", "namaPartai" : "Persatuan Indonesia... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "scripts": {"type": "object", "properties": {"prepublish": {"ty... | {"name" : "tesco", "version" : "0.1.5", "main" : "lib/index.js", "description" : "A complimentary Node wrapper for the public Tesco Supermarket API.", "author" : "James Martin-Davies <hello@devjmd.com> (https://devjmd.com)", "scripts" : {"prepublish" : "node_modules/babel-cli/bin/babel.js src --out-dir lib"}, "dependen... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "scripts": {"type": "object", "properties": {"prepublish": {"type": "string"}}, "required": ["prepublish"]}, "dependencies": {"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"}, "types": {"type": "string"}, "bin": {"type": "object", "properties": {"millify": {"type": "string"}}, "requ... | {"name" : "millify", "version" : "4.0.0", "description" : "Converts long numbers to pretty, human-readable strings", "main" : "dist/millify.js", "types" : "dist/millify.d.ts", "bin" : {"millify" : "bin/millify"}, "scripts" : {"build" : "tsc", "test" : "npm run build && ava --verbose", "lint" : "eslint . --ext .ts --fix... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "bin": {"type": "object", "properties": {"millify": {"type": "string"}}, "required": ["millify"]}, "scripts": {"type": "object", "prope... |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1936, 5], [1938, 8], [1940, 11], [1941, 10], [1942, 7], [1943, 13], [1944, 5], [1945, 5], [1946, 6], [1947, 8], [1948, 7], [1949, 10], [1950, 10], [1951, 7], [1952, 15], [1953, 22], [1954, 22], [1955, 11], [1956, 15], [1957, 18], [1958, 10], [1959, 8], [1960, 7], [1961, 12], [1962, 11], [1963, 12], [1964, 13], [1965,... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"sn1.40:0.1": {"type": "string"}, "sn1.40:0.2": {"type": "string"}, "sn1.40:0.3": {"type": "string"}, "sn1.40:1.1": {"type": "string"}, "sn1.40:1.2": {"type": "string"}, "sn1.40:1.3": {"type": "string"}, "sn1.40:1.4": {"type": ... | {"sn1.40:0.1" : "Sa\u1e41yutta Nik\u0101ya 1 ", "sn1.40:0.2" : "4. Satullapak\u0101yikavagga ", "sn1.40:0.3" : "40. Dutiyapajjunnadh\u012btusutta\u1e41 ", "sn1.40:1.1" : "Eva\u1e41 me suta\u1e41\u2014", "sn1.40:1.2" : "eka\u1e41 samaya\u1e41 bhagav\u0101 ves\u0101liya\u1e41 viharati mah\u0101vane k\u016b\u1e6d\u0101g\u... | json_instruct | {"type": "object", "properties": {"sn1.40:0.1": {"type": "string"}, "sn1.40:0.2": {"type": "string"}, "sn1.40:0.3": {"type": "string"}, "sn1.40:1.1": {"type": "string"}, "sn1.40:1.2": {"type": "string"}, "sn1.40:1.3": {"type": "string"}, "sn1.40:1.4": {"type": "string"}, "sn1.40:2.1": {"type": "string"}, "sn1.40:2.2": ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"data": {"type": "string"}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"data" : "AQECAHg490FeRCYZtBnWrd1uEiaOXt4Jq8wH3NY28Dife/9tmgAAAHUwcwYJKoZIhvcNAQcGoGYw\nZAIBADBfBgkqhkiG9w0BBwEwHgYJYIZIAWUDBAEuMBEEDB/gguy4odE86JNWNwIBEIAyb7uO8yku\nTVABhmWk0ULmmwKu6XhqmoIr6zMlAwEYY6kmESfCs/NgwFjmuYQfVQgC8nY=\n"} | json_instruct | {"type": "object", "properties": {"data": {"type": "string"}}, "required": ["data"], "$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" : "recognizer", "definition" : "One who recognizes; a recognizor. [Written also recogniser.]"} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$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"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "... | {"id" : 101930237, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "62d42920c392b62fb34d416f6a1c7064", "wof:id" : 101930237, "wof:repo" : "whosonfirst-data-admin-au"}, "bbox" : [151.53333, -33.08333, 151.53333, -33.08333], "geometry" : {"coordi... | 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": ["... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"ty... | {"categories" : ["Data Management", "Linux", "Operating Systems", "Sysadmin"], "desc" : "\n", "details" : {"authors" : "Darl Kuhn, Bernard Lopuz, Charles Kim", "format" : "pdf", "isbn-10" : "1430215755", "isbn-13" : "978-1430215752", "pages" : "528 pages", "publication date" : "November 21, 2008", "publisher" : "Apress... | json_instruct | {"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": "string"}, "isbn-13": {"type": "string"}, "pages": {"type": "string"},... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"auroc": {"type": "array", "items": {"type": "number"}}, "acc": {"type": "array", "items": {"type": "number"}}, "aps": {"type": "array", "items": {"type": "number"}}, "f1": {"type": "array", "items": {"type": "number"}}, "au... | {"auroc" : [0.20710059171597633, 0.3905325443786982, 0.4319526627218935, 0.5562130177514794, 0.38461538461538464], "acc" : [0.46153846153846156, 0.5384615384615384, 0.3076923076923077, 0.5769230769230769, 0.2692307692307692], "aps" : [0.39251986381276993, 0.578866558054201, 0.6004794480881437, 0.5794720877413185, 0.512... | json_instruct | {"type": "object", "properties": {"auroc": {"type": "array", "items": {"type": "number"}}, "acc": {"type": "array", "items": {"type": "number"}}, "aps": {"type": "array", "items": {"type": "number"}}, "f1": {"type": "array", "items": {"type": "number"}}, "auprc": {"type": "array", "items": {"type": "number"}}}, "requir... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "lsg_code": {"type": "string"}, "district": {"type": "string"}, "state": {"type": "string"}, "no_of_wards": {"type": "integer"}, "wards": {"type": "array", "items": {"type": "object", "p... | {"name" : "Rani", "lsg_code" : "248780", "district" : "Pali", "state" : "Rajasthan", "no_of_wards" : 25, "wards" : [{"ward_no" : "6", "ward_name" : "Rani (M) - Ward No.6", "ward_id" : "73815"}, {"ward_no" : "10", "ward_name" : "Rani (M) - Ward No.10", "ward_id" : "73819"}, {"ward_no" : "14", "ward_name" : "Rani (M) - W... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "lsg_code": {"type": "string"}, "district": {"type": "string"}, "state": {"type": "string"}, "no_of_wards": {"type": "integer"}, "wards": {"type": "array", "items": {"type": "object", "properties": {"ward_no": {"type": "string"}, "ward_name": {"type": "strin... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"pro... | {"userId" : 78104, "cartId" : "7d99a0df-b097-4a6a-b8c8-9c4a43a62b8a", "preferredProducts" : [3028, 3554, 1412], "productReviews" : [{"productId" : 3416, "reviewText" : "this Identity is slurpee.", "reviewDate" : "2020-02-29T17:01:51.2573603+02:00"}, {"productId" : 2969, "reviewText" : "I saw one of these in Saint Pierr... | 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... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "n... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[141.5, 25.416666666666668], [141.5, 25.5], [141.625, 25.5], [141.625, 25.416666666666668], [141.5, 25.416666666666668]]]}, "properties" : {"code" : 384114, "url" : "http://madefor.github.io/0410/api/v1/384114.geojson", "view" : "https://github.co... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "autho... | {"title" : "[MMD] \u30e9\u30d6\u30e9\u30a4\u30d6\uff01\u03bc\u2019\uff53\u3067\u266a\u50d5\u3089\u306f\u4eca\u306e\u4e2d\u3067\u266ashort_ver", "author" : "yamatohime", "description" : "\u3061\u3087\u3053\u3063\u3068\u30ed\u30fc\u30a2\u30f3\u30b0\u30eb\u306b\u306a\u3063\u3066\u307e\u3059\u3002", "thumb" : "//i.iwara.tv... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://js... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "repository": {"type": "object", "properties": {"type": {"type": "strin... | {"name" : "shoutbox", "version" : "0.0.3", "engines" : {"node" : ">10"}, "repository" : {"type" : "git", "url" : "https://github.com/dhwaneetbhatt/shoutbox.git"}, "main" : "server.js", "scripts" : {"lint" : "eslint .", "start" : "node server.js"}, "dependencies" : {"body-parser" : "^1.19.1", "express" : "^4.17.2", "soc... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"... |
The schema below describes a JSON structure. Generate a valid example:
{"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"}... | {"id" : 157460, "name" : "Crytopia Buy Book On Left", "description" : "Simply switches the buy book to the left of the page.", "user" : {"id" : 588155, "name" : "Josiah Leas", "email" : "redacted", "paypal_email" : null, "homepage" : null, "about" : null, "license" : null}, "updated" : "2018-03-22T17:52:49.000Z", "week... | 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... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#... | [{"name" : "LESLEY-ANNE", "frequency" : 0, "gender" : "male"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"primaryKeys": {"type": "array", "items": {"type": "string"}}, "foreignKeys": {"type": "array", "items": {}}}, "required": ["primaryKeys", "foreignKeys"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"primaryKeys" : ["contractSubjectTypeCode"], "foreignKeys" : []} | json_instruct | {"type": "object", "properties": {"primaryKeys": {"type": "array", "items": {"type": "string"}}, "foreignKeys": {"type": "array", "items": {}}}, "required": ["primaryKeys", "foreignKeys"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"verdaccio": {"type": "string"}}, "required": ["verdaccio"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"dependencies" : {"verdaccio" : "2.5.0"}} | json_instruct | {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"verdaccio": {"type": "string"}}, "required": ["verdaccio"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"publisher_name": {"type": "string"}, "journals": {"type": "integer"}, "scihub": {"type": "integer"}, "crossref_open_access": {"type": "integer"}, "crossref_active": {"type": "integer"}, "crossref": {"type": "intege... | {"publisher_name" : "Universidad de Cordoba", "journals" : 3, "scihub" : 0, "crossref_open_access" : 42, "crossref_active" : 211, "crossref" : 211, "coverage" : 0.0, "publisher_slug" : "universidad-de-cordoba", "access_logs" : {"downloads" : 0.0, "visitors" : 0.0, "countries" : 0.0, "days" : 0.0, "months" : 0.0, "n_art... | json_instruct | {"type": "object", "properties": {"publisher_name": {"type": "string"}, "journals": {"type": "integer"}, "scihub": {"type": "integer"}, "crossref_open_access": {"type": "integer"}, "crossref_active": {"type": "integer"}, "crossref": {"type": "integer"}, "coverage": {"type": "number"}, "publisher_slug": {"type": "string... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "b86d1468be4af47b6282c25d835b577e6345838c"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$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"}, "name": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "website": {"type": "string"}, "license": {"type": "array", "items": ... | {"id" : "common-forms-toolkit", "name" : "Common Forms Toolkit", "aliases" : ["COMFORT"], "description" : "COMFORT is an opinionated toolkit approach to designing and managing multi-tenanted forms. The Government of British Columbia is using this software to create screening forms that protect employees, contractors, a... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "website": {"type": "string"}, "license": {"type": "array", "items": {"type": "object", "properties": {"spdx": {"type": "string"}, "licens... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"contacts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "designation": {"type": "string"}, "mobile": {"type": "array", "items": {}}}, "requir... | {"contacts" : [{"name" : "Dhananjay Ray", "email" : "rdjoy@rediffmail.com", "designation" : "Secretary", "mobile" : []}], "guideStarURL" : "http://www.guidestarindia.org/Summary.aspx?CCReg=4194", "name" : "Jalpaiguri Centre for the Development of Human Initiatives", "primaryEmail" : "jcdhi@rediffmail.com", "telephone" ... | json_instruct | {"type": "object", "properties": {"contacts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "designation": {"type": "string"}, "mobile": {"type": "array", "items": {}}}, "required": ["name", "email", "designation", "mobile"]}}, "guideStarURL": {"ty... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"oid": {"type": "string"}, "hafta": {"type": "integer"}, "buyukIkramiyeKazananIl": {"type": "string"}, "cekilisTarihi": {"type": "string"}, "cekilisTuru": {"type": "string"}, "rakamlar": {"type": "string"}, "rakamlarNumaraSi... | {"oid" : "st_2008-05-14", "hafta" : 361, "buyukIkramiyeKazananIl" : "", "cekilisTarihi" : "14/05/2008", "cekilisTuru" : "SANS_TOPU", "rakamlar" : "02#11#29#31#34#10", "rakamlarNumaraSirasi" : "2 - 11 - 29 - 31 - 34 - <b>10</b>", "devretti" : true, "devirSayisi" : 0, "bilenKisiler" : [{"oid" : "st_2008-05-14_51", "kisiB... | json_instruct | {"type": "object", "properties": {"oid": {"type": "string"}, "hafta": {"type": "integer"}, "buyukIkramiyeKazananIl": {"type": "string"}, "cekilisTarihi": {"type": "string"}, "cekilisTuru": {"type": "string"}, "rakamlar": {"type": "string"}, "rakamlarNumaraSirasi": {"type": "string"}, "devretti": {"type": "boolean"}, "d... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"request": {"type": "object", "properties": {"method": {"type": "string"}, "url": {"type": "string"}, "customMatcher": {"type": "object", "properties": {"name": {"type": "string"}, "parameters": {"type": "obje... | {"request" : {"method" : "POST", "url" : "/via_file/test", "customMatcher" : {"name" : "equalToJcv", "parameters" : {"json" : {"field_1" : "Some value", "field_2" : "{#uuid#}"}, "ignoreArrayOrder" : false, "ignoreExtraElements" : false}}}, "response" : {"status" : 200, "body" : "OK"}} | json_instruct | {"type": "object", "properties": {"request": {"type": "object", "properties": {"method": {"type": "string"}, "url": {"type": "string"}, "customMatcher": {"type": "object", "properties": {"name": {"type": "string"}, "parameters": {"type": "object", "properties": {"json": {"type": "object", "properties": {"field_1": {"ty... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]},... | {"name" : "noflo-knex", "description" : "Knex.js database query components for NoFlo", "version" : "0.1.0", "author" : {"name" : "Henri Bergius", "email" : "henri.bergius@iki.fi"}, "repository" : {"type" : "git", "url" : "git://github.com/noflo/noflo-knex.git"}, "license" : "MIT", "dependencies" : {"noflo" : "^1.0.0", ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "repository": {"type": "object", "properties": {"type": {"... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}}, "required": ["name", "main"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Container", "main" : "./Container.js"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}}, "required": ["name", "main"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"body": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}, "parent_id": {"type": "string"},... | {"body" : "Thank you, everyone, for the information. It sounds like gendaylit\njust can't handle some of the sky params and I need to enhance my\nscripts a bit. I imagine I'll be following Rob's lead. Or perhaps I'll\njust use his scripts.\n\n\nIn that short run, what if I just adjust the diffuse value up from 65\nto 6... | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}, "parent_id": {"type": "string"}, "id": {"type": "string"}}, "required": ["body", "attachments", "created... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema... | [{"year" : 1991, "sex" : "F", "n" : 5, "prop" : 2.46e-06}, {"year" : 1992, "sex" : "F", "n" : 5, "prop" : 2.49e-06}, {"year" : 1993, "sex" : "F", "n" : 20, "prop" : 0}, {"year" : 1994, "sex" : "F", "n" : 10, "prop" : 5.13e-06}, {"year" : 1995, "sex" : "F", "n" : 8, "prop" : 4.16e-06}, {"year" : 1996, "sex" : "F", "n" :... | 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#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": ... | {"id" : 1343887279, "type" : "Feature", "properties" : {"src:alt_label" : "geonames", "src:geom" : "geonames", "wof:geomhash" : "2df0b73e20fc21c0dfd93e78fe0e6a67", "wof:id" : 1343887279, "wof:repo" : "whosonfirst-data-admin-gb"}, "bbox" : [-3.79077, 50.45747, -3.79077, 50.45747], "geometry" : {"coordinates" : [-3.79077... | 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": ["... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "SubscriptionRegistry"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "integer"}, "ot": {"type": "integer"}, "alias": {"type": "integer"}, "setcode": {"type": "integer"}, "type": {"type": "integer"}, "atk": {"type": "integer"}, "def": {"type": "integer"}, "level": {"type... | {"id" : 27217742, "ot" : 3, "alias" : 0, "setcode" : 0, "type" : 33, "atk" : 900, "def" : 400, "level" : 4, "race" : 4096, "attribute" : 16, "category" : 1, "name" : "Brohunder", "desc" : "When this card is Normal Summoned: You can add 1 Level 4 LIGHT Thunder-Type monster from your Deck to your hand, except \"Brohunder... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "ot": {"type": "integer"}, "alias": {"type": "integer"}, "setcode": {"type": "integer"}, "type": {"type": "integer"}, "atk": {"type": "integer"}, "def": {"type": "integer"}, "level": {"type": "integer"}, "race": {"type": "integer"}, "attribute": {"type": "int... |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["152222400500", "\u4e00\u961f", "220", "0"], ["152222400501", "\u4e8c\u961f", "123", "0"], ["152222400502", "\u4e09\u961f", "123", "0"], ["152222400503", "\u56db\u961f", "123", "0"], ["152222400504", "\u4e94\u961f", "220", "0"], ["152222400505", "\u516d\u961f", "220", "0"], ["152222400506", "\u516b\u4e00\u5206\u573a\... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "website": {"type": "string"}, "short_description": {"type": "string"}, "explorer": {"type": "string"}}, "required": ["name", "website", "short_description", "explorer"], "$schema": "http://json-sche... | {"name" : "Ampleforth", "website" : "https://ampleforth.org", "short_description" : "Ampleforth describes itself as smart commodity money. It is chain-agnostic and reportedly less-correlated to Bitcoin and other digital assets.", "explorer" : "https://etherscan.io/token/0xD46bA6D942050d489DBd938a2C909A5d5039A161"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "website": {"type": "string"}, "short_description": {"type": "string"}, "explorer": {"type": "string"}}, "required": ["name", "website", "short_description", "explorer"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "postalCode": {"type": "string"}, "country": {"type": "string"}, "addressLines": {"type": "array", "items": {"type": "str... | {"name" : "B&Q Witney", "latitude" : "51.7764", "longitude" : "-1.493454", "postalCode" : "OX28 4GF", "country" : "gb", "addressLines" : ["Thorney Leys Park", "Ducklington", "", "Witney", "Oxfordshire"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "postalCode": {"type": "string"}, "country": {"type": "string"}, "addressLines": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "latitude", "longitude", "postalCode", "co... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "icon": {"type": "string"}, "order": {"type": "integer"}, "item_id": {"type": "integer"}}, "required": ["id", "name", "icon", "order", "item_id"], "$schema"... | {"id" : 206, "name" : "Mini Toxic Nimross", "icon" : "https://render.guildwars2.com/file/9DA3485C5FDAB0041E192A0A693A26C203350C53/665772.png", "order" : 187, "item_id" : 48879} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "icon": {"type": "string"}, "order": {"type": "integer"}, "item_id": {"type": "integer"}}, "required": ["id", "name", "icon", "order", "item_id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"userId": {"type": "integer"}, "id": {"type": "integer"}, "title": {"type": "string"}}, "required": ["userId", "id", "title"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"userId" : 1, "id" : 1, "title" : "quidem molestiae enim"}, {"userId" : 1, "id" : 2, "title" : "sunt qui excepturi placeat culpa"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"userId": {"type": "integer"}, "id": {"type": "integer"}, "title": {"type": "string"}}, "required": ["userId", "id", "title"]}, "$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"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array", "items": {"ty... | {"name" : "Millionaire Mafia Club Whitelist", "symbol" : "MMC", "logoURI" : "https://raw.githubusercontent.com/nftmmc/MMCTOKEN/main/logowl.png", "decimals" : 0, "address" : "26nPfD9S6Eiqm6f27ob74uQ5u6BDmMWFKbRoMPZKgNjF", "chainId" : 101, "tags" : ["NFT"], "extensions" : {"twitter" : "https://twitter.com/nftmmc", "disco... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}, "extensions": {"type": "object", "properties"... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "size": {"type": "object", "properties": {"height": {"type": "integer"}, "width": {"type": "integer"}}, "required": ["height", "width"]}, "show": {"type": "boo... | {"title" : "console", "url" : "http://localhost:3000", "size" : {"height" : 800, "width" : 600}, "show" : false, "hideOnClose" : true} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "size": {"type": "object", "properties": {"height": {"type": "integer"}, "width": {"type": "integer"}}, "required": ["height", "width"]}, "show": {"type": "boolean"}, "hideOnClose": {"type": "boolean"}}, "required": ["title", "url... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"python.pythonPath": {"type": "string"}}, "required": ["python.pythonPath"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"python.pythonPath" : "/home/fracasso/envs/gp/bin/python"} | json_instruct | {"type": "object", "properties": {"python.pythonPath": {"type": "string"}}, "required": ["python.pythonPath"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"model": {"type": "string"}, "fields": {"type": "object", "properties": {"name": {"type": "string"}, "parent": {"type": "string"}, "order": {"type": "integer"}, "uid": {"type": "string"}}, "required": ["name", "parent", "order"... | {"model" : "workflows.category", "fields" : {"name" : "Clustering", "parent" : "cf7b1d24-7c6d-4cd1-bcc9-16e43e1ab5a7", "order" : 4, "uid" : "a6ce3f5e-a0fa-4faa-8be4-5657fcd10b4e"}} | json_instruct | {"type": "object", "properties": {"model": {"type": "string"}, "fields": {"type": "object", "properties": {"name": {"type": "string"}, "parent": {"type": "string"}, "order": {"type": "integer"}, "uid": {"type": "string"}}, "required": ["name", "parent", "order", "uid"]}}, "required": ["model", "fields"], "$schema": "ht... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"abstractClassReferences": {"type": "string"}, "abstractInstanceReferences": {"type": "string"}, "accessorsRefactoring":... | {"class" : {}, "instance" : {"abstractClassReferences" : "lr 11/2/2009 00:14", "abstractInstanceReferences" : "TestRunner 11/3/2009 09:40", "accessorsRefactoring" : "lr 9/8/2011 20:11", "createAccessors" : "", "preconditions" : "", "transform" : ""}} | json_instruct | {"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"abstractClassReferences": {"type": "string"}, "abstractInstanceReferences": {"type": "string"}, "accessorsRefactoring": {"type": "string"}, "createAccessors": {"type": "string"... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"html.sortable.js": {"type": "string"}, "html.sortable.min.js": {"type": "string"}}, "required": ["html.sortable.js", "html.sortable.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"html.sortable.js" : "sha256-rPyibyM6CFw/6sphAPAwUIaHPn2KR7emjVKz6n2EhEc=", "html.sortable.min.js" : "sha256-60C5yRGdMl4TIFlzNbCC2mKPB79rUUf7sDitjXbgW0o="} | json_instruct | {"type": "object", "properties": {"html.sortable.js": {"type": "string"}, "html.sortable.min.js": {"type": "string"}}, "required": ["html.sortable.js", "html.sortable.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array", "items": {"type": ... | {"name" : "Isashii Coin", "symbol" : "ISHA", "logoURI" : "https://raw.githubusercontent.com/MIpito/isashii/main/logo.png", "decimals" : 8, "address" : "24iJjSNbD3nZdjBi3UPcgwxDLZhAGd1GQozSy8JRpvaW", "chainId" : 101, "tags" : ["natural", "technology", "economy", "mining", "ecology", "electricity"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "symbol", "logoURI", "d... |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"merged" : "/Users/FabrizioKruisland/Downloads/SeriesGuide/SeriesGuide/build/intermediates/res/merged/amazon/debug/anim-v21/design_bottom_sheet_slide_out.xml", "source" : "/Users/FabrizioKruisland/.android/build-cache/a36df5a8adbd42c57bd7d48f44b10e0302665f0b/output/res/anim-v21/design_bottom_sheet_slide_out.xml"}, {"... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["https://twitter.com/netflixuie/status/923374215041912833", "http://geekswithblogs.net/SoftwareDoneRight/archive/2017/10/26/.net-corendashpush-nuget-package-after-build.aspx", "https://mspoweruser.com/more-than-75-of-windows-phones-no-longer-receive-security-updates/", "https://www.noupe.com/design/the-ugliest-fonts-a... | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"\uc774\ub984": {"type": "string"}, "\ud55c\ubb38\uba85": {"type": "string"}, "\uc0dd\ub144\uc6d4\uc77c": {"type": "string"}, "\uc815\ub2f9": {"type": "string"}, "\uc120\uac70\uad6c": {"type": "string"}, "\ub2f9\uc... | {"\uc774\ub984" : "\uae40\ub3d9\uc6b1", "\ud55c\ubb38\uba85" : "\u91d1\u6771\u90c1", "\uc0dd\ub144\uc6d4\uc77c" : "1918-04-16", "\uc815\ub2f9" : "\ubb34\uc18c\uc18d", "\uc120\uac70\uad6c" : "\uacbd\ub0a8 \ubd80\uc0b0\uc815", "\ub2f9\uc120\ud69f\uc218" : "3\uc120", "\ub2f9\uc120\ub300\uc218" : "3, 4, 5"} | json_instruct | {"type": "object", "properties": {"\uc774\ub984": {"type": "string"}, "\ud55c\ubb38\uba85": {"type": "string"}, "\uc0dd\ub144\uc6d4\uc77c": {"type": "string"}, "\uc815\ub2f9": {"type": "string"}, "\uc120\uac70\uad6c": {"type": "string"}, "\ub2f9\uc120\ud69f\uc218": {"type": "string"}, "\ub2f9\uc120\ub300\uc218": {"type... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"... | {"schema_version" : "1.2.0", "id" : "GHSA-v26c-6f8f-q8r8", "modified" : "2022-05-02T03:38:01Z", "published" : "2022-05-02T03:38:01Z", "aliases" : ["CVE-2009-2704"], "details" : "CA SiteMinder allows remote attackers to bypass cross-site scripting (XSS) protections for J2EE applications via a request containing a %00 (e... | json_instruct | {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "a... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "dukkanLogin", "displayName" : "dukkanLogin"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"parameters": {"type": "object", "properties": {"subscriptionId": {"type": "string"}, "resourceGroupName": {"type": "string"}, "configurationProfilePreferenceName": {"type": "string"}, "api-version": {"type": "string"}, "parame... | {"parameters" : {"subscriptionId" : "mySubscriptionId", "resourceGroupName" : "myResourceGroupName", "configurationProfilePreferenceName" : "defaultProfilePreference", "api-version" : "2020-06-30-preview", "parameters" : {"tags" : {"Organization" : "Administration"}, "properties" : {"vmBackup" : {"timeZone" : "Pacific ... | json_instruct | {"type": "object", "properties": {"parameters": {"type": "object", "properties": {"subscriptionId": {"type": "string"}, "resourceGroupName": {"type": "string"}, "configurationProfilePreferenceName": {"type": "string"}, "api-version": {"type": "string"}, "parameters": {"type": "object", "properties": {"tags": {"type": "... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"s... | {"name" : "discord-bot", "version" : "1.0.0", "main" : "dist/index.js", "author" : "Tanner Linsley", "license" : "MIT", "private" : true, "scripts" : {"start" : "rollup src/index.js --file dist/index.js --format cjs --watch", "build" : "rollup src/index.js --file dist/index.js --format cjs", "serve" : "nodemon ./dist/i... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "se... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"ty... | {"name" : "jsen", "version" : "0.6.6", "description" : "JSON-Schema validator built for speed", "author" : "Veli Pehlivanov <bugventure@gmail.com>", "homepage" : "https://github.com/bugventure/jsen", "repository" : {"type" : "git", "url" : "https://github.com/bugventure/jsen.git"}, "bugs" : "https://github.com/bugventu... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"backup_data_uid": {"type": "string"}, "backup_module_uid": {"type": "string"}, "backup_module_uoa": {"type": "string"}, "data_name": {"type": "string"}}, "required": ["backup_data_uid", "backup_module_uid", "backup_m... | {"backup_data_uid" : "4e1abd55b87bf60f", "backup_module_uid" : "1dc07ee0f4742028", "backup_module_uoa" : "package", "data_name" : "spack-perl-class-data-inheritable"} | json_instruct | {"type": "object", "properties": {"backup_data_uid": {"type": "string"}, "backup_module_uid": {"type": "string"}, "backup_module_uoa": {"type": "string"}, "data_name": {"type": "string"}}, "required": ["backup_data_uid", "backup_module_uid", "backup_module_uoa", "data_name"], "$schema": "http://json-schema.org/draft-07... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"desc": {"type": "string"}, "home": {"type": "string"}, "license": {"type": "string"}}, "required": ["desc", "home", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"desc" : "Fast implementation of asyncio event loop on top of libuv", "home" : "http://github.com/MagicStack/uvloop", "license" : "MIT"} | json_instruct | {"type": "object", "properties": {"desc": {"type": "string"}, "home": {"type": "string"}, "license": {"type": "string"}}, "required": ["desc", "home", "license"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"format_version": {"type": "string"}, "minecraft:block": {"type": "object", "properties": {"description": {"type": "object", "properties": {"identifier": {"type": "string"}}, "required": ["identifier"]}, "components... | {"format_version" : "1.16.100", "minecraft:block" : {"description" : {"identifier" : "{{PROJECT_PREFIX}}:double_{{IDENTIFIER}}"}, "components" : {"minecraft:destroy_time" : 3, "minecraft:explosion_resistance" : 6, "minecraft:loot" : "loot_tables/blocks/double_{{IDENTIFIER}}.json", "minecraft:map_color" : "#707070"}}} | json_instruct | {"type": "object", "properties": {"format_version": {"type": "string"}, "minecraft:block": {"type": "object", "properties": {"description": {"type": "object", "properties": {"identifier": {"type": "string"}}, "required": ["identifier"]}, "components": {"type": "object", "properties": {"minecraft:destroy_time": {"type":... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"xsappname": {"type": "string"}, "tenant-mode": {"type": "string"}, "description": {"type": "string"}, "scopes": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "description":... | {"xsappname" : "sapcpcfhwxs", "tenant-mode" : "dedicated", "description" : "Sample SAP-CP-CF Hello World Restful Service with App Router and XSUAA", "scopes" : [{"name" : "$XSAPPNAME.Display", "description" : "Display Users"}, {"name" : "$XSAPPNAME.Update", "description" : "Update Users"}], "role-templates" : [{"name" ... | json_instruct | {"type": "object", "properties": {"xsappname": {"type": "string"}, "tenant-mode": {"type": "string"}, "description": {"type": "string"}, "scopes": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "description"]}}, "role-tem... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredPr... | {"userId" : 61014, "cartId" : "0d8f3974-2cbc-477b-abd3-7ba95e18beea", "preferredProducts" : [2519, 3521, 838, 3150], "productReviews" : []} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"552010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "491011": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]},... | {"552010" : {"count" : 1}, "count" : 13, "491011" : {"count" : 1}, "N.A.//" : {"count" : 7}, "412010" : {"count" : 1}, "411012" : {"count" : 1}, "3590XX" : {"count" : 1}, "493023" : {"count" : 1}} | json_instruct | {"type": "object", "properties": {"552010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "491011": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "N.A.//": {"type": "object", "properties": {"count": {"typ... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"tech": {"type": "string"}, "headers": {"type": "array", "items": {"type": "string"}}, "displayName": {"type": "string"}}, "required": ["tech", "headers", "displayName"], "$schema": "http://json-schema.org/draft... | {"tech" : "dxmath", "headers" : ["directxmath.h", "directxpackedvector.h", "directxmathvector.inl", "directxcollision.h", "directxpackedvector.inl"], "displayName" : "DirectXMath"} | json_instruct | {"type": "object", "properties": {"tech": {"type": "string"}, "headers": {"type": "array", "items": {"type": "string"}}, "displayName": {"type": "string"}}, "required": ["tech", "headers", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "d957-54", "text" : "October 17, 1952\nOr* A* L. Chapman\nHohrer Hebler Reploge 601\nThomas Building\nDallas 1, Texas\nDear Al:\nWe are beating the bushes ferociously to secure a\nreplacement of Jim Miles as Executive Director of the Na\u00ac\ntional Association of Educational Broadcasters. One of the\npeople w... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"javascript.validate.enable": {"type": "boolean"}, "miramac.node.legacyMode": {"type": "boolean"}, "miramac.node.options": {"type": "array", "items": {"type": "string"}}}, "required": ["javascript.validate.enable",... | {"javascript.validate.enable" : false, "miramac.node.legacyMode" : false, "miramac.node.options" : ["--require", "babel-register"]} | json_instruct | {"type": "object", "properties": {"javascript.validate.enable": {"type": "boolean"}, "miramac.node.legacyMode": {"type": "boolean"}, "miramac.node.options": {"type": "array", "items": {"type": "string"}}}, "required": ["javascript.validate.enable", "miramac.node.legacyMode", "miramac.node.options"], "$schema": "http://... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"coordinate": {"type": "object", "properties": {"coordinate": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["x", "y"]}, "floor": {"type": "string"}}, "required": ["coordinat... | {"coordinate" : {"coordinate" : {"x" : 14, "y" : 11}, "floor" : "floor_0"}, "identification" : 52, "route" : [{"coordinate" : {"x" : 14, "y" : 11}, "floor" : "floor_0"}, {"coordinate" : {"x" : 14, "y" : 10}, "floor" : "floor_0"}, {"coordinate" : {"x" : 15, "y" : 9}, "floor" : "floor_0"}, {"coordinate" : {"x" : 16, "y" ... | json_instruct | {"type": "object", "properties": {"coordinate": {"type": "object", "properties": {"coordinate": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["x", "y"]}, "floor": {"type": "string"}}, "required": ["coordinate", "floor"]}, "identification": {"type": "integer"}, "rout... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1913, 5], [1915, 5], [1923, 5], [1925, 5], [1927, 5], [1943, 5], [1944, 5], [1953, 5], [1956, 5], [1957, 8], [1965, 5]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"porcupine dynamic library path": {"type": "string"}, "porcupine model file path": {"type": "string"}, "porcupine keyword file": {"type": "array", "items": {"type": "string"}}, "google credentials file": {"type": "str... | {"porcupine dynamic library path" : ".tox/py37/lib/python3.7/site-packages/pvporcupine/lib/linux/x86_64/libpv_porcupine.so", "porcupine model file path" : ".tox/py37/lib/python3.7/site-packages/pvporcupine/lib/common/porcupine_params.pv", "porcupine keyword file" : [".tox/py37/lib/python3.7/site-packages/pvporcupine/re... | json_instruct | {"type": "object", "properties": {"porcupine dynamic library path": {"type": "string"}, "porcupine model file path": {"type": "string"}, "porcupine keyword file": {"type": "array", "items": {"type": "string"}}, "google credentials file": {"type": "string"}, "timeout for command": {"type": "integer"}, "sensitivities": {... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"p": {"type": "string"}}, "required": ["p"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "require... | {"text" : {"0" : {"p" : "\u0644\u0642\u0645\u0627\u0646 \u0631\u0627 \u06af\u0641\u062a\u0646\u062f \u0627\u062f\u0628 \u0627\u0632 \u06a9\u0647 \u0622\u0645\u0648\u062e\u062a\u06cc \u06af\u0641\u062a \u0627\u0632 \u0628\u06cc \u0627\u062f\u0628\u0627\u0646 \u0647\u0631 \u0686\u0647 \u0627\u0632 \u0627\u06cc\u0634\u062... | json_instruct | {"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"p": {"type": "string"}}, "required": ["p"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "2": {"type": "object", "properties": {"... |
Based on the schema below, produce a valid JSON object:
{"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"... | {"directions" : ["Combine garlic, rosemary, and 1/4 cup oil in a large bowl. Working one at a time, pound lamb chops between 2 sheets of plastic wrap to about 1/4\" thick; trim any excess fat. Season with salt and pepper and add to marinade; turn to coat. Cover and chill at least 2 hours and up to 1 day.", "Prepare a g... | 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"... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"en-us": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "order": {"type": "integer"}}, "required": ["name", "description", "order"]}}, "required": ["en-us"], "$schema"... | {"en-us" : {"name" : "Retention", "description" : "", "order" : 500}} | json_instruct | {"type": "object", "properties": {"en-us": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "order": {"type": "integer"}}, "required": ["name", "description", "order"]}}, "required": ["en-us"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", ... | {"name" : "node-red-contrib-pid-autotune", "version" : "1.3.0", "description" : "A node-red node to performe PID autotune on a brew rig", "scripts" : {"test" : "mocha \"test/**/*_spec.js\""}, "repository" : {"type" : "git", "url" : "git+https://github.com/enorfelt/node-red-contrib-pid-autotune.git"}, "keywords" : ["nod... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "st... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "... | {"ast" : null, "code" : "import clipRectangle from \"./rectangle.js\";\nexport default function () {\n var x0 = 0,\n y0 = 0,\n x1 = 960,\n y1 = 500,\n cache,\n cacheStream,\n clip;\n return clip = {\n stream: function (stream) {\n return cache && cacheStream === stream ? cache : ... | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/s... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"... | {"n_dim" : 3, "n_trials" : 210, "objective" : "markowitz_realized_on_cube", "white" : "platypus_genetic", "black" : "hebo_batch", "traceback" : ["passing", "passing"], "best_val" : [-0.019340951285236573, -0.025048428496168403], "best_x" : [[0.07071338804742178, 0.4705649821192598, 0.4540918963702152], [0.9999989442602... | json_instruct | {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[152.125, 33.916666666666664], [152.125, 34.0], [152.25, 34.0], [152.25, 33.916666666666664], [152.125, 33.916666666666664]]]}, "properties" : {"code" : 505271, "url" : "http://madefor.github.io/0410/api/v1/505271.geojson", "view" : "https://githu... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob... |
Construct a JSON document that adheres to this schema specification:
{"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": "... | {"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Hilaba, Barugo, Leyte, Eastern Visayas (Region VIII), PH", "locale" : "ph.eastern-visayas-region-viii.leyte.barugo.hilaba", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "10", "region_refer... | 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": {... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"myLocal": {"type": "object", "properties": {"name": {"type": "string"}, "localStorage": {"type": "string"}, "file": {"type": "string"}, "connector": {"type": "string"}}, "required": ["name", "localStorage", "file", "connector"]}... | {"myLocal" : {"name" : "myLocal", "localStorage" : "", "file" : "myData.json", "connector" : "memory"}} | json_instruct | {"type": "object", "properties": {"myLocal": {"type": "object", "properties": {"name": {"type": "string"}, "localStorage": {"type": "string"}, "file": {"type": "string"}, "connector": {"type": "string"}}, "required": ["name", "localStorage", "file", "connector"]}}, "required": ["myLocal"], "$schema": "http://json-schem... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "... | {"id" : 85793417, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "50cd7fd8b7e554a900a997d7883d5b94", "wof:id" : 85793417, "wof:repo" : "whosonfirst-data-admin-gb"}, "bbox" : [-5.9, 54.55, -5.9, 54.55], "geometry" : {"coordinates" : [-5.9, 54.5... | 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": ["... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"typ... | {"name" : "UIImageView+Extension", "version" : "0.1.0", "summary" : "A extension category for UIImageView.", "description" : "# Features\n- Add border for image view\n- Add shadow for image view", "homepage" : "https://github.com/lm2343635/UIImageView-Extension", "license" : {"type" : "MIT", "file" : "LICENSE.md"}, "au... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version-string": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "string"}}}, "required": ["nam... | {"name" : "vcglib", "version-string" : "2022.02", "description" : "library for manipulation, processing, cleaning, simplifying triangle meshes.", "license" : "GPL-3.0-only", "dependencies" : ["eigen3"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version-string": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version-string", "description", "license", "dependencies"], "$schem... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {}, "required": []}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"ty... | {"type" : "Feature", "id" : "jp-ntt-east.geojson", "properties" : {}, "geometry" : {"type" : "Polygon", "coordinates" : [[[139.02649, 35.15079], [138.97588, 35.23585], [139.01852, 35.32955], [138.99971, 35.412], [138.62651, 35.34627], [138.58962, 35.45033], [138.51425, 35.40864], [138.53406, 35.18657], [137.53062, 35.1... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {}, "required": []}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "it... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"identifier": {"type": "string"}, "url": {"type": "string"}}, "requi... | {"version" : "3.4.0", "description" : "Micro is a platform for cloud native application development", "homepage" : "https://github.com/micro/micro", "license" : {"identifier" : "PolyForm Shield License", "url" : "https://github.com/micro/micro/blob/master/LICENSE"}, "architecture" : {"64bit" : {"url" : "https://github.... | json_instruct | {"type": "object", "properties": {"version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"identifier": {"type": "string"}, "url": {"type": "string"}}, "required": ["identifier", "url"]}, "architecture": {"type": "object", "propertie... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"k\u0259\u00b7\u0161um": {"type": "object", "properties": {"dan.4.8|8": {"type": "array", "items": {"type": "string"}}}, "required": ["dan.4.8|... | {"pos" : "3ms", "translits" : {"k\u0259\u00b7\u0161um" : {"dan.4.8|8" : ["Belteshazzar\uff64", "according to the name", "of my god\uff64"]}, "b\u0259\u00b7\u0161um" : {"ezr.5.1|12" : ["and Jerusalem", "in the name", "of the God"]}, "\u0161um" : {"ezr.5.10|6" : ["we might write", "the names", "of men the"]}, "\u0161\u02... | json_instruct | {"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"k\u0259\u00b7\u0161um": {"type": "object", "properties": {"dan.4.8|8": {"type": "array", "items": {"type": "string"}}}, "required": ["dan.4.8|8"]}, "b\u0259\u00b7\u0161um": {"type": "object", "properties": {"ezr... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.