input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[146.125, 29.583333333333332], [146.125, 29.666666666666668], [146.25, 29.666666666666668], [146.25, 29.583333333333332], [146.125, 29.583333333333332]]]}, "properties" : {"code" : 444631, "url" : "http://madefor.github.io/0410/api/v1/444631.geojs... | 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... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"-991304": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["-991304"], "$schema": "http://... | {"-991304" : {"nama" : "Taipei", "dapil" : [3102]}} | json_instruct | {"type": "object", "properties": {"-991304": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["-991304"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "verses": {"type": "array", "items": {"type": "object", "properties": {"lines": {"type": "array", "items": {"type": "string"}}}, "required": ["lines"]}}, "chorus": {"type": "string"}, "CCLI": {"type... | {"title" : "IPH 403 - Hosanna, hosanna, hosanna in the highest", "verses" : [{"lines" : ["Hosanna, hosanna, hosanna in the highest;", "hosanna, hosanna, hosanna in the highest:", "\f Lord, we lift up Your name,", " with hearts full of praise.", "Be exalted, O Lord our God \u2014", " hosanna, in the highest."]}, {"lines... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "verses": {"type": "array", "items": {"type": "object", "properties": {"lines": {"type": "array", "items": {"type": "string"}}}, "required": ["lines"]}}, "chorus": {"type": "string"}, "CCLI": {"type": "string"}}, "required": ["title", "verses", "chorus", "C... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": [... | {"name" : "mamori", "version" : "1.0.0", "description" : "Airi Universe status bot.", "main" : "index.js", "scripts" : {"test" : "node index.js"}, "keywords" : ["bot", "status"], "author" : "Cocoa <cocoa@await.moe>", "license" : "MIT", "dependencies" : {"axios" : "^0.19.2", "log4js" : "^6.2.1"}} | 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"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "tvstudio:block/lime_tv_stand"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"C": {"type": "number"}}, "required": ["C"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"C" : 0.16021403357180247} | json_instruct | {"type": "object", "properties": {"C": {"type": "number"}}, "required": ["C"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items... | {"name" : "samharrison/disqus-plugin", "type" : "streams-addon", "description" : "A simple plugin to display Disqus comments.", "keywords" : ["streams plugin", "disqus"], "license" : "MIT", "authors" : [{"name" : "Sam Harrison", "email" : "samharrison.xg@gmail.com", "role" : "Owner"}], "support" : {"email" : "samharris... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "ema... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"devDependencies": {"type": "object", "properties": {"@fortawesome/fontawesome-free": {"type": "string"}, "@symfony/webpack-encore": {"type": "string"}, "autoprefixer": {"type": "string"}, "bootstrap": {"type": ... | {"devDependencies" : {"@fortawesome/fontawesome-free" : "^5.15.4", "@symfony/webpack-encore" : "^1.7.0", "autoprefixer" : "^10.4.0", "bootstrap" : "^5.1.3", "bootstrap-tagsinput" : "^0.7.1", "chart.js" : "^3.6.2", "core-js" : "^3.19.3", "file-loader" : "^6.2.0", "jquery" : "^3.6.0", "node-sass" : "^7.0.0", "postcss" : ... | json_instruct | {"type": "object", "properties": {"devDependencies": {"type": "object", "properties": {"@fortawesome/fontawesome-free": {"type": "string"}, "@symfony/webpack-encore": {"type": "string"}, "autoprefixer": {"type": "string"}, "bootstrap": {"type": "string"}, "bootstrap-tagsinput": {"type": "string"}, "chart.js": {"type": ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"type": {"type": "string"}, "enchantment": {"type": "string"}, "modifier": {"type": "object", "properties": {"operation": {"type": "string"}, "value": {"type": "integer"}}, "required": ["operation", "value"]}}, "re... | {"type" : "ope:modify_enchantment_level", "enchantment" : "minecraft:smite", "modifier" : {"operation" : "addition", "value" : 5}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "enchantment": {"type": "string"}, "modifier": {"type": "object", "properties": {"operation": {"type": "string"}, "value": {"type": "integer"}}, "required": ["operation", "value"]}}, "required": ["type", "enchantment", "modifier"], "$schema": "http://json-sc... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["aurorajs", "fast-timer", "memrun", "paging", "pushtocouchdb", "qeda", "react-composition", "react-fast-dialog", "react-fast-fixed", "react-fast-form", "react-fast-upload", "react-paging", "tree-store"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "... | {"contract" : "0x4f697bd290a057273a3413485cd8bc462f449136", "tool" : "osiris", "start" : 1564596667.6854615, "end" : 1564596670.524057, "duration" : 2.838595390319824, "analysis" : []} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"resistors": {"type": "array", "items": {"type": "object", "properties": {"polygon": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["x", "y"]}}, "c... | {"resistors" : [{"polygon" : [{"x" : 182, "y" : 101}, {"x" : 217, "y" : 105}, {"x" : 206, "y" : 196}, {"x" : 165, "y" : 195}], "colors" : ["yellow", "violet", "brown", "none", "gold", "none"]}, {"polygon" : [{"x" : 232, "y" : 119}, {"x" : 269, "y" : 119}, {"x" : 257, "y" : 211}, {"x" : 220, "y" : 206}], "colors" : ["br... | json_instruct | {"type": "object", "properties": {"resistors": {"type": "array", "items": {"type": "object", "properties": {"polygon": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["x", "y"]}}, "colors": {"type": "array", "items": {"type": "string"}}}, "r... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"objects": {"type": "object", "properties": {"vectile": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "array", "items":... | {"objects" : {"vectile" : {"type" : "GeometryCollection", "geometries" : [{"arcs" : [[0]], "type" : "Polygon", "properties" : {"id" : "29709"}, "clipped" : true, "id" : "16e2e24ef0"}, {"arcs" : [[1]], "type" : "Polygon", "properties" : {"id" : "29750"}, "clipped" : true, "id" : "7af2978fe7"}, {"arcs" : [[2]], "type" : ... | json_instruct | {"type": "object", "properties": {"objects": {"type": "object", "properties": {"vectile": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "type": ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"face-api.js": {"type": "string"}}, "required": ["face-api.js"]}}, "required": ["author", "license", "d... | {"author" : "justadudewhohacks", "license" : "MIT", "dependencies" : {"face-api.js" : "../../"}} | json_instruct | {"type": "object", "properties": {"author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"face-api.js": {"type": "string"}}, "required": ["face-api.js"]}}, "required": ["author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "min_rarity": {"type": "integer"}, "max_rarity": {"type": "integer"}, "two_pc": {"type": "string"}, "four_pc": {"type": "string"}, "goblet": {"type": "object", "... | {"id" : "resolution_of_sojourner", "name" : "\u0420\u0435\u0448\u0438\u043c\u043e\u0441\u0442\u044c \u0432\u0440\u0435\u043c\u0435\u043d\u0449\u0438\u043a\u0430", "min_rarity" : 3, "max_rarity" : 4, "two_pc" : "\u0423\u0432\u0435\u043b\u0438\u0447\u0438\u0432\u0430\u0435\u0442 \u0441\u0438\u043b\u0443 \u0430\u0442\u043... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "min_rarity": {"type": "integer"}, "max_rarity": {"type": "integer"}, "two_pc": {"type": "string"}, "four_pc": {"type": "string"}, "goblet": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "de... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"className": {"type": "string"}, "methods": {"type": "object", "properties": {"equals": {"type": "string"}, "getData": {"type": "string"}, "hashCode": {"type": "string"}, "setData": {"type": "string"}}, "required": ... | {"className" : "io.deephaven.web.shared.data.columns.DoubleArrayColumnData", "methods" : {"equals" : ":param o: java.lang.Object\n:return: boolean", "getData" : ":return: double[]", "hashCode" : ":return: int", "setData" : ":param data: double[]"}, "path" : "io.deephaven.web.shared.data.columns.DoubleArrayColumnData", ... | json_instruct | {"type": "object", "properties": {"className": {"type": "string"}, "methods": {"type": "object", "properties": {"equals": {"type": "string"}, "getData": {"type": "string"}, "hashCode": {"type": "string"}, "setData": {"type": "string"}}, "required": ["equals", "getData", "hashCode", "setData"]}, "path": {"type": "string... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"versionEnd": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"]}, "versionStart": {"type": "object", "pr... | {"versionEnd" : {"versionNum" : 1314, "commit" : "15c50ffd9a50aec8a2496ac03f1343963b43acf4", "date" : "2021-05-14T04:15:02.941Z"}, "versionStart" : {"versionNum" : 1313, "commit" : "c19a19787412298912b7bba4543731e9fb55b311", "date" : "2021-05-14T04:13:38.525Z"}, "changes" : ["blockchains/ethereum/allowlist.json", "bloc... | json_instruct | {"type": "object", "properties": {"versionEnd": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"]}, "versionStart": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {"type": "string"}}, "SERIES_NAME": {"type": "array", "items": {"type": "string"}}, "X_CALENDAR_YEA... | {"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : ["70-79", "90-99", "80-89", "80-89", "50-59", "80-89", "80-89", "70-79", "70-79", "70-79"], "SERIES_NAME" : ["MALE", "FEMALE", "FEMALE", "FEMALE", "MALE", "MALE", "MALE", "MALE", "MALE", "MALE"], "X_CALENDAR_YEAR" : [2010, 2012, 2013, 2014, 2014, 2014, 2016, 2016, 20... | json_instruct | {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {"type": "string"}}, "SERIES_NAME": {"type": "array", "items": {"type": "string"}}, "X_CALENDAR_YEAR": {"type": "array", "items": {"type": "integer"}}, "Y_PREVALENCE_1000PP": {... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"profiles": {"type": "object", "properties": {"WireMock.Net.StandAlone.NETCoreApp": {"type": "object", "properties": {"commandName": {"type": "string"}, "commandLineArgs": {"type": "string"}}, "required": ["commandNa... | {"profiles" : {"WireMock.Net.StandAlone.NETCoreApp" : {"commandName" : "Project", "commandLineArgs" : "--Urls https://localhost:10080 --WireMockLogger WireMockConsoleLogger"}}} | json_instruct | {"type": "object", "properties": {"profiles": {"type": "object", "properties": {"WireMock.Net.StandAlone.NETCoreApp": {"type": "object", "properties": {"commandName": {"type": "string"}, "commandLineArgs": {"type": "string"}}, "required": ["commandName", "commandLineArgs"]}}, "required": ["WireMock.Net.StandAlone.NETCo... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id_3530": {"type": "object", "properties": {"publicdate": {"type": "string"}, "title": {"type": "string"}}, "required": ["publicdate", "title"]}}, "required": ["id_3530"], "$schema": "http://json-schema.org/d... | {"id_3530" : {"publicdate" : "2010-01-29 22:47:36", "title" : "The Light that Failed"}} | json_instruct | {"type": "object", "properties": {"id_3530": {"type": "object", "properties": {"publicdate": {"type": "string"}, "title": {"type": "string"}}, "required": ["publicdate", "title"]}}, "required": ["id_3530"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"900037759": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900037760": {"type": "object", "properties": {"na... | {"900037759" : {"nama" : "TPS 1", "dapil" : [1203, 11211, 2121103]}, "900037760" : {"nama" : "TPS 2", "dapil" : [1203, 11211, 2121103]}, "900037761" : {"nama" : "TPS 3", "dapil" : [1203, 11211, 2121103]}, "900037762" : {"nama" : "TPS 4", "dapil" : [1203, 11211, 2121103]}} | json_instruct | {"type": "object", "properties": {"900037759": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900037760": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "sc... | {"name" : "@rbxts/semver", "version" : "1.0.0", "main" : "out/init.lua", "license" : "MIT", "author" : {"name" : "LetterN"}, "scripts" : {"build" : "rbxtsc", "watch" : "rbxtsc -w", "prepublishOnly" : "yarn run build"}, "types" : "out/index.d.ts", "files" : ["out"], "publishConfig" : {"access" : "public"}, "devDependenc... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId"... | {"id" : "1005", "provinceId" : "12", "regencyId" : "01", "districtId" : "20", "name" : "Pondok Batu"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id_3536": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "re... | {"id_3536" : {"title" : "On Nothing & Kindred Subjects", "language" : "English", "totaltime" : "6:03:31", "url_librivox" : "http://librivox.org/on-nothing-kindred-subjects-by-hilaire-belloc/", "url_iarchive" : "http://www.archive.org/details/on_nothing_0912_librivox", "readers" : ["2162"], "authors" : "156", "genres" :... | json_instruct | {"type": "object", "properties": {"id_3536": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "readers": {"type": "array", "items": {"type": "string"}}, "authors": {"typ... |
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" : {"homicidal_queen" : {"title" : "Homicidal_Queen", "channel_id" : 92383000, "lin... | 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": {"homicidal_queen": {"type": "object", "properties": {"title": ... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "m... | {"author" : {"id" : "t2_844ig", "name" : "bingbangboner"}, "date" : {"day" : 1619481600, "full" : 1619547670, "month" : 1617235200, "week" : 1619308800}, "id" : "t3_mzuz5j", "picture" : {"filesize" : 108137, "fullUrl" : "https://preview.redd.it/0537z3f6drv61.jpg?width=4032&format=pjpg&auto=webp&s=68662bea336067c06be3be... | json_instruct | {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}},... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "st... | {"contract" : "0xf5a0da939f579a7b05b4c50e435a0fc4242b373f", "tool" : "slither", "start" : 1563686452.0334764, "end" : 1563686454.5932214, "duration" : 2.5597450733184814, "analysis" : []} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://... |
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" : 1967, "sex" : "F", "n" : 5, "prop" : 2.91e-06}, {"year" : 1968, "sex" : "F", "n" : 5, "prop" : 2.92e-06}, {"year" : 1969, "sex" : "F", "n" : 10, "prop" : 5.67e-06}, {"year" : 1970, "sex" : "F", "n" : 5, "prop" : 2.73e-06}, {"year" : 1971, "sex" : "F", "n" : 6, "prop" : 3.42e-06}, {"year" : 1972, "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#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "start": {"type":... | {"name" : "with-tailwindcss", "version" : "0.1.0", "private" : true, "scripts" : {"dev" : "next dev", "build" : "next build", "start" : "next start"}, "dependencies" : {"@material-ui/core" : "^4.11.4", "@tinymce/tinymce-react" : "^3.12.6", "animate.css" : "^4.1.1", "axios" : "^0.21.1", "emoji-mart" : "^3.0.1", "emoji-p... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "string"}}, "required": ["dev", "build", "start"]}, "dependencies": {"type":... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Name" : "ME Cylinder 12\u94c5\u5f84\u67aa\u53e3\u8f6c\u63a5\u5668", "ShortName" : "Cylinder ", "Description" : "Cylinder\u662f\u901a\u7528\u7684\u5916\u67aa\u53e3\u5185\u87ba\u7eb9\u8f6c\u63a5\u5668\u3002"} | json_instruct | {"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"notes": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "content": {"type": "string"}}, "required": ["title", "content"]}}}, "required": ["notes"], "$schema": "http://json-schema.or... | {"notes" : [{"title" : "Note with invalid title\na and b", "content" : "4th street"}]} | json_instruct | {"type": "object", "properties": {"notes": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "content": {"type": "string"}}, "required": ["title", "content"]}}}, "required": ["notes"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:i... | {"id" : 101890963, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "35b01d40f7852aa95aa5e70353045d69", "wof:id" : 101890963, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [-1.03792498644327, 46.22001676670465, -1.03132234699814, 46.234646403087... | 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": ["... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"translation-revision-date": {"type": "string"}, "generator": {"type": "string"}, "domain": {"type": "string"}, "locale_data": {"type": "object", "properties": {"messages": {"type": "object", "properties": {"": {"type": "object... | {"translation-revision-date" : "2020-12-04 06:19:32+0000", "generator" : "GlotPress/3.0.0-alpha.2", "domain" : "messages", "locale_data" : {"messages" : {"" : {"domain" : "messages", "plural-forms" : "nplurals=1; plural=0;", "lang" : "ja_JP"}, "Untitled Reusable Block" : ["\u7121\u984c\u306e\u518d\u5229\u7528\u30d6\u30... | json_instruct | {"type": "object", "properties": {"translation-revision-date": {"type": "string"}, "generator": {"type": "string"}, "domain": {"type": "string"}, "locale_data": {"type": "object", "properties": {"messages": {"type": "object", "properties": {"": {"type": "object", "properties": {"domain": {"type": "string"}, "plural-for... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-... | {"variants" : {"" : {"model" : "emendatusenigmatica:block/lead_scoria_ore"}}} | json_instruct | {"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"cSpell.words" : ["bgcolor", "hookform", "testid"]} | json_instruct | {"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "obje... | {"hash" : "0x81bad28d8c2f6a6cfbfea8a2310574dbc7706a44072979a218f9eb0416346c46", "parentHash" : "0x4a27ee6d6ad63be023489d10a1e9a5f8982f03e07e0c392b4915ada4d416dd41", "number" : 9183, "timestamp" : 1438324429, "nonce" : "0x21285b6d248c0cfd", "difficulty" : 540950303439, "gasLimit" : {"_hex" : "0x1388"}, "gasUsed" : {"_he... | json_instruct | {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]... |
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" : "mounter", "definition" : "1. One who mounts. 2. An animal mounted; a monture. [Obs.]"} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "obje... | {"hash" : "0x219f58bdaaec17bd854e102b2266eae1f57e64f97145b202704659fa1c435899", "parentHash" : "0x58b2ad4beac722bc340b447766a5eb286132431901eb285ccf6ef40dd421bfcf", "number" : 87771, "timestamp" : 1439597224, "nonce" : "0x41f33375f9cce22c", "difficulty" : 3175613141564, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {... | json_instruct | {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"load": {"type": "string"}}, "required": ["load"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"load" : "1.5"} | json_instruct | {"type": "object", "properties": {"load": {"type": "string"}}, "required": ["load"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1979, 6], [1980, 5], [1985, 5], [1988, 9], [1989, 7], [1990, 8], [1991, 17], [1992, 22], [1993, 11], [1994, 21], [1995, 14], [1996, 16], [1997, 19], [1998, 15], [1999, 10], [2000, 11], [2001, 7], [2002, 12], [2003, 6], [2006, 6]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"forge_marker": {"type": "integer"}, "defaults": {"type": "object", "properties": {"model": {"type": "string"}, "textures": {"type": "object", "properties": {"all": {"type": "string"}}, "required": ["all"]}, "transform": {"type":... | {"forge_marker" : 1, "defaults" : {"model" : "quark:frame_slab", "textures" : {"all" : "quark:blocks/frame"}, "transform" : "forge:default-block"}, "variants" : {"half=top" : [{"x" : 180, "uvlock" : true}], "half=bottom" : [{}], "inventory" : [{}], "normal" : [{}]}} | json_instruct | {"type": "object", "properties": {"forge_marker": {"type": "integer"}, "defaults": {"type": "object", "properties": {"model": {"type": "string"}, "textures": {"type": "object", "properties": {"all": {"type": "string"}}, "required": ["all"]}, "transform": {"type": "string"}}, "required": ["model", "textures", "transform... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"layer0": {"type": "string"}}, "required": ["layer0"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/sch... | {"parent" : "item/generated", "textures" : {"layer0" : "dragonsurvival:item/beacon_magic_1"}} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"layer0": {"type": "string"}}, "required": ["layer0"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"_id": {"type": "string"}, "_rev": {"type": "string"}, "title": {"type": "string"}, "feed": {"type": "string"}, "Peter": {"type": "string"}, "date": {"type": "string"}}, "required": ["_id", "_rev", "title", "fee... | {"_id" : "6a3ec9724b917a63cd5c07a2640077ee", "_rev" : "1-6ce54b57ac17e2af9a1b3f8483cef4f0", "title" : "Demo", "feed" : "continuous", "Peter" : "Pan", "date" : "2021-07-18T09:51:54.378Z"} | json_instruct | {"type": "object", "properties": {"_id": {"type": "string"}, "_rev": {"type": "string"}, "title": {"type": "string"}, "feed": {"type": "string"}, "Peter": {"type": "string"}, "date": {"type": "string"}}, "required": ["_id", "_rev", "title", "feed", "Peter", "date"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"version": {"type": "string"}, "name": {"type": "string"}, "main": {"type": "string"}, "typings": {"type": "string"}, "_resolved": {"type": "string"}, "_integrity": {"type": "string"}, "_from": {"type": "string"}}, "required... | {"version" : "0.0.2", "name" : "run-in-terminal", "main" : "lib/index.js", "typings" : "lib/index.d.ts", "_resolved" : "https://registry.npmjs.org/run-in-terminal/-/run-in-terminal-0.0.2.tgz", "_integrity" : "sha1-c/i0vxtZGuJf9YEl47Fx/Y5X+D0=", "_from" : "run-in-terminal@0.0.2"} | json_instruct | {"type": "object", "properties": {"version": {"type": "string"}, "name": {"type": "string"}, "main": {"type": "string"}, "typings": {"type": "string"}, "_resolved": {"type": "string"}, "_integrity": {"type": "string"}, "_from": {"type": "string"}}, "required": ["version", "name", "main", "typings", "_resolved", "_integ... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"naive_kernel0": {"type": "object", "properties": {"write": {"type": "object", "properties": {"device_start": {"type": "number"}, "host_queued_start": {"type": "number"}, "device_queued": {"type": "number"}, "device_e... | {"naive_kernel0" : {"write" : {"device_start" : 1586200626.4381745, "host_queued_start" : 1586200709.49933, "device_queued" : 1586200626.4379232, "device_end" : 1586200626.4382706, "host_queued_end" : 1586200709.499683}, "device" : "gpu", "nd_range" : {"device_start" : 1586200626.4382734, "device_end" : 1586200626.4383... | json_instruct | {"type": "object", "properties": {"naive_kernel0": {"type": "object", "properties": {"write": {"type": "object", "properties": {"device_start": {"type": "number"}, "host_queued_start": {"type": "number"}, "device_queued": {"type": "number"}, "device_end": {"type": "number"}, "host_queued_end": {"type": "number"}}, "req... |
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" : "LessUI", "version" : "0.1.4", "summary" : "Write super-simple UI code with LessUI", "description" : "Super-simple shortcut UI extension codes for swift.", "homepage" : "https://github.com/ghks1353/LessUI", "license" : {"type" : "MIT", "file" : "LICENSE"}, "authors" : {"ghks1353" : "ghks1353@gmail.com"}, "sou... | 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"... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "image": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "str... | {"directions" : ["Preheat oven to 350 degrees F (175 degrees C).", "Heat a large nonstick skillet over medium-high heat. Stir in the ground beef, and cook until brown and crumbly. Pour off excess grease, then stir in garlic, onion, and tomatoes. Cook and stir until the onions soften just a bit, about 3 minutes. Stir th... | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "image": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "... |
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" : "The Last Stand", "symbol" : "TLS", "logoURI" : "https://raw.githubusercontent.com/solana-labs/token-list/main/assets/mainnet/Hfjgcs9ix17EwgXVVbKjo6NfMm2CXfr34cwty3xWARUm/logo.png", "decimals" : 0, "address" : "Hfjgcs9ix17EwgXVVbKjo6NfMm2CXfr34cwty3xWARUm", "chainId" : 101, "tags" : ["nft"], "extensions" : {"... | 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"... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "m... | {"ast" : null, "code" : "\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nvar SoundFill = {\n name: 'sound',\n theme: 'fill',\n icon: {\n tag: 'svg',\n attrs: {\n viewBox: '64 64 896 896',\n focusable: false\n },\n children: [{\n tag: 'path',\n ... | 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... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"372012": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "359031": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]},... | {"372012" : {"count" : 1}, "count" : 31, "359031" : {"count" : 1}, "435053" : {"count" : 1}, "1721YY" : {"count" : 1}, "311010" : {"count" : 1}, "559830" : {"count" : 1}, "151199" : {"count" : 3}, "272020" : {"count" : 1}, "431011" : {"count" : 1}, "151121" : {"count" : 1}, "N.A.//" : {"count" : 13}, "533030" : {"count... | json_instruct | {"type": "object", "properties": {"372012": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "359031": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "435053": {"type": "object", "properties": {"count": {"typ... |
Generate a valid JSON object that conforms to the following schema:
{"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": "... | {"categories" : ["Data Management"], "desc" : "\n", "details" : {"authors" : "Raymond Camden", "format" : "pdf", "isbn-10" : "1491935111", "isbn-13" : "978-1491935118", "pages" : "118 pages", "publication date" : "January 3, 2016", "publisher" : "O'Reilly Media", "size" : "8.38Mb"}, "img" : "http://23.95.221.108/covers... | 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 an example JSON object that satisfies this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "object", "properties": {"msg": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "object", "properties": {"description": {"... | {"type" : "auth/StdTx", "value" : {"msg" : [{"type" : "cosmos-sdk/MsgCreateValidator", "value" : {"description" : {"moniker" : "Staked", "identity" : "7B3A2EFE5B3FCDF8", "website" : "https://staked.us/", "details" : "Staked is the most trusted validator in crypto, delivering highly available and highly secure staking n... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "object", "properties": {"msg": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "object", "properties": {"description": {"type": "object", "properties": {"moniker": {"type": "string... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"country_name": {"type": "string"}, "country_synonyms": {"type": "array", "items": {"type": "string"}}, "regions": {"type": "array", "items": {"type": "object", "properties": {"region_name": {"type": "string"}, "region_synon... | {"country_name" : "Bahamas", "country_synonyms" : ["Bahamas"], "regions" : [{"region_name" : "Grand-Bahama", "region_synonyms" : ["Bahamas", "Grand Bahama"], "cities" : [{"city_name" : "Bahamas-City", "city_synonyms" : ["Bahamas", "Bahamas City"]}]}]} | json_instruct | {"type": "object", "properties": {"country_name": {"type": "string"}, "country_synonyms": {"type": "array", "items": {"type": "string"}}, "regions": {"type": "array", "items": {"type": "object", "properties": {"region_name": {"type": "string"}, "region_synonyms": {"type": "array", "items": {"type": "string"}}, "cities"... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type":... | {"id" : 10157, "title" : ["[Fethayl Bog, Lone Grave]"], "description" : ["Flourishing beautifully in the drier soil, a tall, sturdy swamp ash is disfigured along the trunk with an odd red moss. The tree overlooks a large muddy pond hedged by cattails and rushes. Sticking out from behind the tree, a small grave marker... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"10145"... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata"... | {"ast" : null, "code" : "'use strict'; // B.2.3.6 String.prototype.fixed()\n\nrequire('./_string-html')('fixed', function (createHTML) {\n return function fixed() {\n return createHTML(this, 'tt', '', '');\n };\n});", "map" : null, "metadata" : {}, "sourceType" : "script"} | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/s... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"allowed": {"type": "array", "items": {"type": "string"}}, "denied": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "reason": {"type": "string"}}, "required": ["key", "reason"]}}}, "requ... | {"allowed" : ["ARTICLE", "ASIDE", "AUDIO", "BDI", "CANVAS", "COMMAND", "DATA", "DATALIST", "DETAILS", "FIGCAPTION", "FIGURE", "FOOTER", "HEADER", "HGROUP", "MARK", "METER", "NAV", "NOBR", "OUTPUT", "PROGRESS", "SECTION", "SOURCE", "SUMMARY", "TIME", "TRACK", "VIDEO", "WBR"], "denied" : [{"key" : "DIALOG", "reason" : "c... | json_instruct | {"type": "object", "properties": {"allowed": {"type": "array", "items": {"type": "string"}}, "denied": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "reason": {"type": "string"}}, "required": ["key", "reason"]}}}, "required": ["allowed", "denied"], "$schema": "http://json-schem... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"instructions": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "image": {"type": "string"}}, "required": ["instructions", "ingredients", "title", "ima... | {"instructions" : "MAKE THE PASTRY: In a food processor, pulse the 2 1/2 cups of flour with the sugar and salt. Add the butter and sour cream and pulse until the mixture resembles small peas. Sprinkle on the ice water and pulse until the pastry just comes together. Transfer the pastry to a sheet of plastic wrap and pat... | json_instruct | {"type": "object", "properties": {"instructions": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "image": {"type": "string"}}, "required": ["instructions", "ingredients", "title", "image"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"blend": {"type": "object", "properties": {"func": {"type": "string"}, "srcrgb": {"type": "string"}, "dstrgb": {"type": "string"}}, "required": ["func", "srcrgb", "dstrgb"]}, "vertex": {"type": "string"}, "fra... | {"blend" : {"func" : "add", "srcrgb" : "one", "dstrgb" : "zero"}, "vertex" : "blit", "fragment" : "avatarmod:fisheye", "attributes" : ["Position"], "samplers" : [{"name" : "DiffuseSampler"}], "uniforms" : [{"name" : "ProjMat", "type" : "matrix4x4", "count" : 16, "values" : [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, ... | json_instruct | {"type": "object", "properties": {"blend": {"type": "object", "properties": {"func": {"type": "string"}, "srcrgb": {"type": "string"}, "dstrgb": {"type": "string"}}, "required": ["func", "srcrgb", "dstrgb"]}, "vertex": {"type": "string"}, "fragment": {"type": "string"}, "attributes": {"type": "array", "items": {"type":... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {}, "required": []}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : "8f84925e5199bb726b0d", "c" : {}} | json_instruct | {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {}, "required": []}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "year": {"type": "integer"}, "type": {"type": "string"}, "imageName": {"type": "string"}, "nominations": {"type": "integer"}, "wins": {"type": "... | [{"id" : 8842, "title" : "Parallel 59", "year" : 2000, "type" : "novel", "imageName" : "ndsc_parallel.jpg", "nominations" : 0, "wins" : -1}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "year": {"type": "integer"}, "type": {"type": "string"}, "imageName": {"type": "string"}, "nominations": {"type": "integer"}, "wins": {"type": "integer"}}, "required": ["id", "title", "year", "type", "im... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"radars": {"type": "string"}}, "required": ["radars"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"radars" : "Radars"} | json_instruct | {"type": "object", "properties": {"radars": {"type": "string"}}, "required": ["radars"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"EncryptionContext": {"type": "object", "properties": {"type": {"type": "string"}, "application": {"type": "string"}, "aws_service": {"type": "string"}, "usage": {"type": "string"}}, "required": ["type", "application", "aws_servi... | {"EncryptionContext" : {"type" : "password", "application" : "core", "aws_service" : "rds", "usage" : "postgres"}} | json_instruct | {"type": "object", "properties": {"EncryptionContext": {"type": "object", "properties": {"type": {"type": "string"}, "application": {"type": "string"}, "aws_service": {"type": "string"}, "usage": {"type": "string"}}, "required": ["type", "application", "aws_service", "usage"]}}, "required": ["EncryptionContext"], "$sch... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {... | {"geometry" : {"type" : "Point", "coordinates" : [-80.03, 38.52]}, "type" : "Feature", "id" : "26294", "properties" : {"other_cities" : "Mingo", "city" : "Valley Head", "state" : "WV", "county" : "Randolph County"}} | json_instruct | {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"other_c... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"organizationSlug": {"type": "string"}, "projectSlug": {"type": "string"}, "token": {"type": "string"}}, "required": ["organizationSlug", "projectSlug", "token"], "$schema": "http://json-schema.org/draft-07/sche... | {"organizationSlug" : "acme", "projectSlug" : "app", "token" : "demotoken"} | json_instruct | {"type": "object", "properties": {"organizationSlug": {"type": "string"}, "projectSlug": {"type": "string"}, "token": {"type": "string"}}, "required": ["organizationSlug", "projectSlug", "token"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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" : "Barangay III, Hinigaran, Negros Occidental, Western Visayas (Region VI), PH", "locale" : "ph.western-visayas-region-vi.negros-occidental.hinigaran.barangay-iii", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippin... | 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": {... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"... | {"nom" : "Br\u00e8ches", "circ" : "5\u00e8me circonscription", "dpt" : "Indre-et-Loire", "inscrits" : 199, "abs" : 116, "votants" : 83, "blancs" : 12, "nuls" : 5, "exp" : 66, "res" : [{"nuance" : "LR", "nom" : "M. Fabrice BOIGARD", "voix" : 37}, {"nuance" : "REM", "nom" : "Mme Sabine THILLAYE", "voix" : 29}]} | 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"... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"class": {"type": "string"}, "superClass": {"type": "string"}, "acl": {"type": "object", "properties": {"schemaAdd": {"type": "object", "properties": {"/db/Role/1": {"type": "string"}}, "required": ["/db/Role/1"]}, "schemaRepla... | {"class" : "/db/Image", "superClass" : "/db/Object", "acl" : {"schemaAdd" : {"/db/Role/1" : "allow"}, "schemaReplace" : {"/db/Role/1" : "allow"}, "schemaSubclass" : {"/db/Role/1" : "allow"}}, "fields" : {"alt" : {"name" : "alt", "type" : "/db/String", "order" : 0}, "copyright" : {"name" : "copyright", "type" : "/db/Str... | json_instruct | {"type": "object", "properties": {"class": {"type": "string"}, "superClass": {"type": "string"}, "acl": {"type": "object", "properties": {"schemaAdd": {"type": "object", "properties": {"/db/Role/1": {"type": "string"}}, "required": ["/db/Role/1"]}, "schemaReplace": {"type": "object", "properties": {"/db/Role/1": {"type... |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "330324113200", "text" : "\u516d\u9f99\u6751\u59d4\u4f1a"}, {"id" : "330324113202", "text" : "\u4e0b\u5e84\u6751\u59d4\u4f1a"}, {"id" : "330324113206", "text" : "\u6f58\u5b85\u6751\u59d4\u4f1a"}, {"id" : "330324113207", "text" : "\u5434\u5b85\u6751\u59d4\u4f1a"}, {"id" : "330324113208", "text" : "\u5766\u5934\... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"backbone.projections.js": {"type": "string"}, "backbone.projections.min.js": {"type": "string"}}, "required": ["backbone.projections.js", "backbone.projections.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"backbone.projections.js" : "sha256-LTSYngbrF1t7ulZyPZuULJua2Wx9Ow7VWtUlq4tEAL0=", "backbone.projections.min.js" : "sha256-1Rd16vk+ZXe895Iq7Db8G+E3rq5eMoDoKyEQYnQFpEw="} | json_instruct | {"type": "object", "properties": {"backbone.projections.js": {"type": "string"}, "backbone.projections.min.js": {"type": "string"}}, "required": ["backbone.projections.js", "backbone.projections.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "type": {"type": "string"},... | {"id" : "0x0285a2198f43dea364878c8ebe13707d5752db1da40a3a8c9171b333ef1b37d1", "title" : "how many $Matic do you hold", "body" : "", "choices" : ["<100", "100 - 1000", ">1000"], "start" : 1638460800, "end" : 1639022400, "type" : "single-choice", "scores" : [102.20261622793032, 0, 0], "scores_total" : 102.20261622793033,... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "type": {"type": "string"}, "scores": {"type": "array", "items": {"type": "number"}}, ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"merged" : "/home/naren/Desktop/RocketChat/Rocket.Chat.Android-develop/player/build/intermediates/res/merged/release/layout-v21/notification_template_custom_big.xml", "source" : "/home/naren/.gradle/caches/transforms-2/files-2.1/af164f394b418f60c773c16855dfc8fa/core-1.0.1/res/layout-v21/notification_template_custom_b... | 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#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"title": {"type": "string"}, "explanation": {"type": "string"}, "header": {"type": "object", "properties": {"today": {"type": "string"}, "all": {"type": "string"}}, "required": ["today", "all"]}}, "required": ["tit... | {"title" : "V\u00e4lm\u00e5ende", "explanation" : "V\u00e4lm\u00e5ende \u00e4r n\u00e5got vi prioriterar h\u00f6gt p\u00e5 I-sektionen. Vi har olika st\u00f6d f\u00f6r v\u00e4lm\u00e5ende i form av ett trygghetsr\u00e5d (kontakta skyddsombud@iare.nu) f\u00f6r bland annat incidenter relaterade till sektionsengagemenang,... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "explanation": {"type": "string"}, "header": {"type": "object", "properties": {"today": {"type": "string"}, "all": {"type": "string"}}, "required": ["today", "all"]}}, "required": ["title", "explanation", "header"], "$schema": "http://json-schema.org/draft-... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"PERF-1.0": {"type": "object", "properties": {"latest": {"type": "object", "properties": {"centos7": {"type": "string"}}, "required": ["centos7"]}, "manifests": {"type": "object", "properties": {"1.0.6.0": {"type": "object", "p... | {"PERF-1.0" : {"latest" : {"centos7" : "http://public-repo-1.hortonworks.com/HDP/centos6/2.x/updates/2.6.2.0/"}, "manifests" : {"1.0.6.0" : {"centos7" : "../vdf.xml"}}}} | json_instruct | {"type": "object", "properties": {"PERF-1.0": {"type": "object", "properties": {"latest": {"type": "object", "properties": {"centos7": {"type": "string"}}, "required": ["centos7"]}, "manifests": {"type": "object", "properties": {"1.0.6.0": {"type": "object", "properties": {"centos7": {"type": "string"}}, "required": ["... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"@context": {"type": "string"}, "summary": {"type": "string"}, "type": {"type": "string"}, "content": {"type": "string"}, "generator": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type... | {"@context" : "https://www.w3.org/ns/activitystreams", "summary" : "A simple note", "type" : "Note", "content" : "This is all there is.", "generator" : {"type" : "Application", "name" : "Exampletron 3000"}} | json_instruct | {"type": "object", "properties": {"@context": {"type": "string"}, "summary": {"type": "string"}, "type": {"type": "string"}, "content": {"type": "string"}, "generator": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}}, "required": ["type", "name"]}}, "required": ["@context", "su... |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "uuid": {"type": "string"}, "user": {"type": "object", "properties": {"name": {"type": "string"}, "url_name": {"type": "string"}, "profile_image_url": {"type": "string"}}, "re... | [{"id" : 10884, "uuid" : "ac6577db608748bb3a78", "user" : {"name" : "YasuhiroTAKEDA \u6b66\u7530\u6cf0\u5f18", "url_name" : "chabashilah", "profile_image_url" : "https://si0.twimg.com/profile_images/1594697927/Screen_shot_2011-10-19_at_0.54.27_normal.png"}, "title" : "keyboardWasShown\u306b\u95a2\u3057\u3066", "body" :... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "uuid": {"type": "string"}, "user": {"type": "object", "properties": {"name": {"type": "string"}, "url_name": {"type": "string"}, "profile_image_url": {"type": "string"}}, "required": ["name", "url_name", "profile_image_url"]}, "tit... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"key": {"type": "string"}, "name": {"type": "string"}, "feeds": {"type": "array", "items": {"type": "string"}}}, "required": ["key", "name", "feeds"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"key" : "CA", "name" : "Canada", "feeds" : ["https://www.cbc.ca/cmlink/rss-topstories", "https://www.ctvnews.ca/rss/ctvnews-ca-top-stories-public-rss-1.822009", "https://globalnews.ca/feed/", "https://www.thestar.com/content/thestar/feed.RSSManagerServlet.topstories.full.rss", "https://www.huffingtonpost.ca/feeds/inde... | json_instruct | {"type": "object", "properties": {"key": {"type": "string"}, "name": {"type": "string"}, "feeds": {"type": "array", "items": {"type": "string"}}}, "required": ["key", "name", "feeds"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"linkedIn": {"type": "string"}, "github": {"type": "string"}, "portfolio": {"type": "string"}, "twitter": {"type": "string"}, "email": {"type": "string"}}, "required": ["linkedIn", "github", "portfolio", "twitte... | {"linkedIn" : "/images/linkedin-icon.svg", "github" : "/images/github-octocat.svg", "portfolio" : "/images/editorconfig.svg", "twitter" : "/images/twitter.svg", "email" : "/images/google-gmail.svg"} | json_instruct | {"type": "object", "properties": {"linkedIn": {"type": "string"}, "github": {"type": "string"}, "portfolio": {"type": "string"}, "twitter": {"type": "string"}, "email": {"type": "string"}}, "required": ["linkedIn", "github", "portfolio", "twitter", "email"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"sYsTeMcToP": {"type": "array", "items": {"type": "string"}}, "...MASTER...": {"type": "array", "items": {"type": "string"}}}, "required": ["sYsTeMcToP", "...MASTER..."], "$schema": "http://json-schema.org/dra... | {"sYsTeMcToP" : ["sYsTeMcToP", "ivVCS", "module"], "...MASTER..." : ["SIM", "amcQw", "module"]} | json_instruct | {"type": "object", "properties": {"sYsTeMcToP": {"type": "array", "items": {"type": "string"}}, "...MASTER...": {"type": "array", "items": {"type": "string"}}}, "required": ["sYsTeMcToP", "...MASTER..."], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "do": {"type": "string"}, "dont": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "category": {"type": "array", "items": {"type": "string"}}, "type": {"type": "s... | {"name" : "hardware", "do" : "", "dont" : "", "tags" : ["break", "construction", "hammer", "hardware", "nail", "repair", "tool"], "category" : ["maps"], "type" : "static", "label" : "None", "date" : "03/03/2021", "hasOutlined" : true, "dateOutlined" : "06/04/2021"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "do": {"type": "string"}, "dont": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "category": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "label": {"type": "string"}, "date": {"type": "string"}, "ha... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"new": {"type": "array", "items": {"type": "integer"}}, "namespace": {"type": "array", "items": {"type": "integer"}}, "nested": {"type": "array", "items": {"type": "integer"}}}, "required": ["new", "namespace", ... | {"new" : [131073, 196609, 393217, 589825, 720897, 1310721], "namespace" : [131074, 196610, 262146, 327681, 393218, 458754, 524290, 589826, 655362, 720898, 786433, 851970, 917505, 983042, 1048577, 1114113, 1179650, 1245185, 1310722, 1376258, 1441794, 1507329, 1572866, 1638402, 1703938, 1769474], "nested" : [196612, 5898... | json_instruct | {"type": "object", "properties": {"new": {"type": "array", "items": {"type": "integer"}}, "namespace": {"type": "array", "items": {"type": "integer"}}, "nested": {"type": "array", "items": {"type": "integer"}}}, "required": ["new", "namespace", "nested"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["description", "homepa... | {"latest_version" : ["13.0.0"], "meta" : {"description" : "native lxd driver for openstack", "homepage" : "http://www.openstack.org/"}, "versions" : {"0.19.0" : {"sha256" : "12a7a9710825973484e0fe735fae63f61e0f7540d8b486c74f07aa2ad36e54b8", "url" : "https://files.pythonhosted.org/packages/95/df/fc413a616de51a2cd7514083... | json_instruct | {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["description", "homepage"]}, "versions": {"type": "object", "properties": {"0.19.0": {"type": "ob... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"aggregate_function_based_on": {"type": "string"}, "color": {"type": "string"}, "creation": {"type": "string"}, "docstatus": {"type": "integer"}, "doctype": {"type": "string"}, "document_type": {"type": "strin... | {"aggregate_function_based_on" : "", "color" : "#ECAD4B", "creation" : "2022-03-28 17:46:10.397010", "docstatus" : 0, "doctype" : "Number Card", "document_type" : "Quotation", "dynamic_filters_json" : "[]", "filters_json" : "[[\"Quotation\",\"unit_request\",\"is\",\"set\",false],[\"Quotation\",\"docstatus\",\"=\",\"1\"... | json_instruct | {"type": "object", "properties": {"aggregate_function_based_on": {"type": "string"}, "color": {"type": "string"}, "creation": {"type": "string"}, "docstatus": {"type": "integer"}, "doctype": {"type": "string"}, "document_type": {"type": "string"}, "dynamic_filters_json": {"type": "string"}, "filters_json": {"type": "st... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"credentials": {"type": "object", "properties": {"oidc": {"type": "object", "properties": {"type": {"type": "string"}, "identifiers": {"type": "array", "items": {"type": "string"}}, "config": {"type": "object", "properties": {"pr... | {"credentials" : {"oidc" : {"type" : "oidc", "identifiers" : ["google:import-2", "github:import-2"], "config" : {"providers" : [{"subject" : "import-2", "provider" : "google", "initial_id_token" : "", "initial_access_token" : "", "initial_refresh_token" : ""}, {"subject" : "import-2", "provider" : "github", "initial_id... | json_instruct | {"type": "object", "properties": {"credentials": {"type": "object", "properties": {"oidc": {"type": "object", "properties": {"type": {"type": "string"}, "identifiers": {"type": "array", "items": {"type": "string"}}, "config": {"type": "object", "properties": {"providers": {"type": "array", "items": {"type": "object", "... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["cardboard", "fieldviewloader", "geobuf-to-grid", "geojson-cover", "geojson-to-image", "geojsonapp", "ldmap", "mapbox-gl-draw", "pelias-api", "pelias-api-libpostal", "pelias-quattroshapes", "quattroshapes"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "object", "properties": {"email": {"type": "string"}, "name": {"type": "string"}}, "required": ["email", "name"]}, "keywords": {"type": "array", ... | {"name" : "@anexia/registry-loading-interceptor", "description" : "This library provides an interceptor which maps Http Requests to a Loading State.", "author" : {"email" : "sgraziani@anexia-it.com", "name" : "Sven Graziani"}, "keywords" : ["interceptor", "angular", "loading", "state", "tool", "dry", "anexia"], "reposi... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "object", "properties": {"email": {"type": "string"}, "name": {"type": "string"}}, "required": ["email", "name"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "objec... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}, "filename": {"type": "string"}, "base64": {"type": "string"}}, "required": ["name", "url", "filename", "base64"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "msn-party-time", "url" : "/emojis/2618-msn-party-time/download", "filename" : "msn-party-time.gif", "base64" : "R0lGODlhEwATAPe0AP///4t40pl4JygAku/vQadMIcm/5PzqT/3dQfzpTsSykuX3//7kR/3mS/HDLv/hROLd9P379rGQQsW76NuSqvvlSvjPOVooFtOnTPnZP/jXPfveQ/C5JOSvJvzYOua8NvLBKr6ZRdGfKu25Jcq59fvaPv379/nRNPz69ePKlPvZPv3mSvPMN... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}, "filename": {"type": "string"}, "base64": {"type": "string"}}, "required": ["name", "url", "filename", "base64"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "37cd9c73fa8600b522cf562a5e03e33bb981db79"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"logging": {"type": "object", "properties": {"log_level": {"type": "string"}}, "required": ["log_level"]}, "streams": {"type": "object", "properties": {"connection_str": {"type": "string"}}, "required": ["connectio... | {"logging" : {"log_level" : "DEBUG"}, "streams" : {"connection_str" : "redis://localhost:6379"}, "api" : {"docs_path" : "/api/docs"}} | json_instruct | {"type": "object", "properties": {"logging": {"type": "object", "properties": {"log_level": {"type": "string"}}, "required": ["log_level"]}, "streams": {"type": "object", "properties": {"connection_str": {"type": "string"}}, "required": ["connection_str"]}, "api": {"type": "object", "properties": {"docs_path": {"type":... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "proper... | {"hash" : "0x73b20034e531f385a59401bbda9a225be12b2fd42d7c21e4c3d11b3d7be34244", "parentHash" : "0x1af2b6c4d0eb975784441b0fdae7c99d603b1afcf03b18b0be2e8fd1190ae52c", "number" : 2000, "timestamp" : 1438274627, "nonce" : "0xc0bf334f31f0c22e", "difficulty" : 45207968317, "gasLimit" : {"_hex" : "0x1388"}, "gasUsed" : {"_hex... | json_instruct | {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/angle": {"type": "number"}, "user/throttle": {"type": "number"}, "user/mode": {"type": "string"}, "pos/pos_x": {"type": "number"}, "pos/pos_y": {"type": "number"}, "pos/pos_z": {"... | {"cam/image_array" : "3526_cam-image_array_.jpg", "user/angle" : 0.01, "user/throttle" : 0.504, "user/mode" : "user", "pos/pos_x" : 45.5451, "pos/pos_y" : 0.5550949, "pos/pos_z" : 12.05503, "pos/speed" : 9.996501, "pos/cte" : -4.382456, "milliseconds" : 190385} | json_instruct | {"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/angle": {"type": "number"}, "user/throttle": {"type": "number"}, "user/mode": {"type": "string"}, "pos/pos_x": {"type": "number"}, "pos/pos_y": {"type": "number"}, "pos/pos_z": {"type": "number"}, "pos/speed": {"type": "number"}, "pos/cte": ... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "website": {"type": "string"}, "description": {"type": "string"}, "explorer": {"type": "string"}, "symbol": {"type": "string"}, "type": {"type": "string"}, "decimals": {"type": "integer"}, "status": {"... | {"name" : "HVAM", "website" : "https://hvamcoins.com", "description" : "VAM is Our crypto currency has a project for the safe buying and selling industry between companies and individuals.", "explorer" : "https://bscscan.com/token/0x173B0Bb875df2A40EAbAca017C1A4746e3De9281", "symbol" : "HVAM", "type" : "BEP20", "decima... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "website": {"type": "string"}, "description": {"type": "string"}, "explorer": {"type": "string"}, "symbol": {"type": "string"}, "type": {"type": "string"}, "decimals": {"type": "integer"}, "status": {"type": "string"}, "id": {"type": "string"}}, "required": ... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"lodash": {"type": "string"}, "d3": {"type":... | {"name" : "git-trainer", "version" : "0.0.1", "ignore" : ["node_modules", "bower_components"], "dependencies" : {"lodash" : "2.4.1", "d3" : "3.4.0", "jssha" : "1.5.0", "mousetrap" : "1.4.6"}, "exportsOverride" : {"lodash" : {"js" : "dist/lodash.min.js"}, "d3" : {"js" : "d3.min.js"}, "jssha" : {"js" : "src/sha1.js"}, "m... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"lodash": {"type": "string"}, "d3": {"type": "string"}, "jssha": {"type": "string"}, "mousetrap": {"type": "string"}}, ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "... | {"type" : "MultiPolygon", "coordinates" : [[[[-95.52381, 41.655567], [-95.51882, 41.655609], [-95.518828, 41.654925], [-95.518786, 41.653429], [-95.518793, 41.652955], [-95.518794, 41.652889], [-95.517678, 41.652897], [-95.516167, 41.65288], [-95.515876, 41.652878], [-95.514916, 41.652907], [-95.514462, 41.652926], [-9... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "name": {... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"a": {"type": "object", "properties": {"x": {"type": "string"}, "y": {"type": "string"}, "k": {"type": "string"}, "l": {"type": "string"}}, "required": ["x", "y", "k", "l"]}, "b": {"type": "object", "properties": {... | {"a" : {"x" : "1", "y" : "3", "k" : "\u0da3", "l" : "3"}, "b" : {"x" : "2", "y" : "4", "k" : "2", "l" : "\u0e1c"}, "en_us" : {"cat" : "Cat", "spoon" : ""}, "de_de" : {"cat" : "", "spoon" : "L\u00f6ffel"}} | json_instruct | {"type": "object", "properties": {"a": {"type": "object", "properties": {"x": {"type": "string"}, "y": {"type": "string"}, "k": {"type": "string"}, "l": {"type": "string"}}, "required": ["x", "y", "k", "l"]}, "b": {"type": "object", "properties": {"x": {"type": "string"}, "y": {"type": "string"}, "k": {"type": "string"... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type":... | {"author" : {"id" : "t2_4e4qzpsz", "name" : "Phtevenhotdunk"}, "date" : {"day" : 1575936000, "full" : 1576011453, "month" : 1575158400, "week" : 1575763200}, "id" : "t3_e8wlfl", "picture" : {"filesize" : 73047, "fullUrl" : "https://preview.redd.it/qx9zq0dndv341.jpg?auto=webp&s=34b7bccaa5e549ea05f27cbe8fcaa776d0d4aac5",... | json_instruct | {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}},... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["t... | {"name" : "sails-restful", "version" : "0.1.0", "description" : "RESTful API adapter for Sails / Waterline", "main" : "adapter.js", "scripts" : {"test" : "node test/integration/runner -R spec -b"}, "repository" : {"type" : "git", "url" : "git://github.com/thisissoon/sails-restful.git"}, "keywords" : ["rest", "restful",... | 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... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"coin_spends": {"type": "array", "items": {"type": "object", "properties": {"coin": {"type": "object", "properties": {"parent_coin_info": {"type": "string"}, "puzzle_hash": {"type": "string"}, "amount": {"type... | {"coin_spends" : [{"coin" : {"parent_coin_info" : "", "puzzle_hash" : "", "amount" : 0}, "puzzle_reveal" : "", "solution" : ""}, {"coin" : {"parent_coin_info" : "", "puzzle_hash" : "", "amount" : 100}, "puzzle_reveal" : "", "solution" : ""}], "aggregated_signature" : ""} | json_instruct | {"type": "object", "properties": {"coin_spends": {"type": "array", "items": {"type": "object", "properties": {"coin": {"type": "object", "properties": {"parent_coin_info": {"type": "string"}, "puzzle_hash": {"type": "string"}, "amount": {"type": "integer"}}, "required": ["parent_coin_info", "puzzle_hash", "amount"]}, "... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"css/videojs.record.css": {"type": "string"}, "css/videojs.record.min.css": {"type": "string"}, "js/videojs.record.js": {"type": "string"}, "js/videojs.record.min.js": {"type": "string"}}, "required": ["css/videojs.r... | {"css/videojs.record.css" : "sha256-nAMEBpcbC0RJCAcHxUClOdByngSTXycObqN8Al+SmCA=", "css/videojs.record.min.css" : "sha256-M8sP0xV4DZKcXeMw9UU6pd1F+DJyOlcpH4sUeJRw39M=", "js/videojs.record.js" : "sha256-hTop3flzYzyETWFhQvoE1BzVop+TBTU72B//FZNzPis=", "js/videojs.record.min.js" : "sha256-6UuORY+DgrsmFbJpizB+i4uq1ViLiOneGj... | json_instruct | {"type": "object", "properties": {"css/videojs.record.css": {"type": "string"}, "css/videojs.record.min.css": {"type": "string"}, "js/videojs.record.js": {"type": "string"}, "js/videojs.record.min.js": {"type": "string"}}, "required": ["css/videojs.record.css", "css/videojs.record.min.css", "js/videojs.record.js", "js/... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {"ethereum": {"type": "string"}}, "required": ["ethereum"]}, "hashing_algorithm": {"ty... | {"id" : "inuyasha", "symbol" : "inuyasha", "name" : "Inuyasha", "platforms" : {"ethereum" : "0x5bddbfdc228e1bbdb9ef5ca1dc56b54c4d6d6621"}, "hashing_algorithm" : null, "categories" : [], "description" : {"en" : "The InuYasha ecosystem will exist as a decentralised vetting and donation program for promising new tokens. N... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {"ethereum": {"type": "string"}}, "required": ["ethereum"]}, "hashing_algorithm": {"type": "null"}, "categories": {"type": "array", "items": {}}, "descripti... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"_active": {"type": "boolean"}, "_notice_text": {"type": "null"}, "_plus_required": {"type": "boolean"}, "_plus_store_url": {"type": "null"}, "_support_contract": {"type": "boolean"}, "_version_required": {"type": "integer"}... | {"_active" : true, "_notice_text" : null, "_plus_required" : false, "_plus_store_url" : null, "_support_contract" : false, "_version_required" : 0, "account_supported" : false, "api" : "adis", "city" : "Freiburg (Breisgau)", "country" : "Deutschland", "data" : {"baseurl" : "https://fbg.ibs-bw.de/aDISWeb/app", "startpar... | json_instruct | {"type": "object", "properties": {"_active": {"type": "boolean"}, "_notice_text": {"type": "null"}, "_plus_required": {"type": "boolean"}, "_plus_store_url": {"type": "null"}, "_support_contract": {"type": "boolean"}, "_version_required": {"type": "integer"}, "account_supported": {"type": "boolean"}, "api": {"type": "s... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.