input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "pkg_version": {"type": "string"}, "rebuild": {"type": "integer"}, "bottles": {"type": "object", "properties": {"arm64_big_sur": {"type": "object", "properties": {"url": {"type": "string... | {"name" : "tm", "pkg_version" : "1.9.0", "rebuild" : 0, "bottles" : {"arm64_big_sur" : {"url" : "https://ghcr.io/v2/homebrew/core/tm/blobs/sha256:4f4b92292ce8779e767f2518a7d2d7e649914334ed302994932a0fd234b9d125"}, "big_sur" : {"url" : "https://ghcr.io/v2/homebrew/core/tm/blobs/sha256:8071336743fbd6e49a98b977df25fa11ba9... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "pkg_version": {"type": "string"}, "rebuild": {"type": "integer"}, "bottles": {"type": "object", "properties": {"arm64_big_sur": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "big_sur": {"type": "object", "properties": {... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"c": {"type": "integer"}, "d": {"type": "string"}, "md": {"type": "boolean"}}, "required": ["c", "d", "md"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"c" : 380035, "d" : "35M", "md" : false}, {"c" : 380036, "d" : "36M", "md" : false}, {"c" : 380037, "d" : "37M", "md" : false}, {"c" : 380038, "d" : "38M", "md" : false}, {"c" : 380039, "d" : "39M", "md" : false}, {"c" : 380040, "d" : "40M", "md" : false}, {"c" : 380041, "d" : "41M", "md" : false}, {"c" : 380042, "d"... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"c": {"type": "integer"}, "d": {"type": "string"}, "md": {"type": "boolean"}}, "required": ["c", "d", "md"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "abv": {"type": "number"}, "ibu": {"type": "number"}, "srm": {"type": "number"}, "upc": {"type": "integer"}, "type": {"type": "string"}, "brewery_id": {"type": "string"}, "updated": {"typ... | {"name" : "Road Dog Ale", "abv" : 6.0, "ibu" : 0.0, "srm" : 0.0, "upc" : 0, "type" : "beer", "brewery_id" : "flying_dog_brewery", "updated" : "2010-07-22 20:00:20", "description" : "Blessed by Hunter S. Thompson... Road Dog Porter was our first beer to be illustrated by Ralph Steadman. This is a dark, rich and malty be... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "abv": {"type": "number"}, "ibu": {"type": "number"}, "srm": {"type": "number"}, "upc": {"type": "integer"}, "type": {"type": "string"}, "brewery_id": {"type": "string"}, "updated": {"type": "string"}, "description": {"type": "string"}, "style": {"type": "st... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "i... | {"directions" : ["Blend all-purpose flour and eggs in a food processor until mixture just begins to form a ball. (Dough should come together but still be somewhat sticky.) If dough is too loose, add additional flour, 1 tablespoon at a time, until dough comes together. Transfer to a bowl, cover with plastic wrap, and le... | 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": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "conquest:block/white_shipping_container_balustrade"} | 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": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "t... | {"directions" : ["Preheat oven to 375 degrees F (190 degrees C). Grease a 12 cup muffin pan.", "In a medium bowl, mix flour, baking powder, baking soda and salt.", "In a large bowl, beat together butter, sugar and eggs until smooth. Mix in vanilla. Stir in apples, and gradually blend in the flour mixture. Spoon the mi... | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "r... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"track": {"type": "string"}, "exercise": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "handle": {"type": "string"}, "is_requester": {"type": "boolean"}, "auto_approve": {"type": "bo... | {"track" : "rust", "exercise" : "diamond", "id" : "051b29def8df4210a2652310cf0f8ad6", "url" : "https://exercism.io/my/solutions/051b29def8df4210a2652310cf0f8ad6", "handle" : "Dimkar3000", "is_requester" : true, "auto_approve" : false} | json_instruct | {"type": "object", "properties": {"track": {"type": "string"}, "exercise": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "handle": {"type": "string"}, "is_requester": {"type": "boolean"}, "auto_approve": {"type": "boolean"}}, "required": ["track", "exercise", "id", "url", "handle", "is_reques... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"itemKind": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}}, "required": ["itemKind", "title", "body"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"itemKind" : "POST", "title" : "Crypto Ipsum", "body" : "VeChain based on many volume behind few technical analysis, therefore, Ethereum threw away many burned bear trap because IOTA cooperated many trusted gas! Nexo rejoins some bagholder after few nonce! Zcash proves many immutable atomic swap until a FOMO, therefor... | json_instruct | {"type": "object", "properties": {"itemKind": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}}, "required": ["itemKind", "title", "body"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/... | [{"package" : "r-gkmsvm", "downloads" : 9800, "count" : 6053}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"train_x_path": {"type": "string"}, "train_y_path": {"type": "string"}, "valid_x_path": {"type": "string"}, "valid_y_path": {"type": "string"}, "cuda": {"type": "boolean"}, "rare_word_threshold": {"type": "integer"}, "model_... | {"train_x_path" : "mr_dataset/train.txt.tok", "train_y_path" : "mr_dataset/train.cat", "valid_x_path" : "mr_dataset/test.txt.tok", "valid_y_path" : "mr_dataset/test.cat", "cuda" : true, "rare_word_threshold" : 2, "model_path" : "out/test", "batch_size" : 16, "learning_rate" : 0.005, "num_epochs" : 10, "ngram_sizes" : [... | json_instruct | {"type": "object", "properties": {"train_x_path": {"type": "string"}, "train_y_path": {"type": "string"}, "valid_x_path": {"type": "string"}, "valid_y_path": {"type": "string"}, "cuda": {"type": "boolean"}, "rare_word_threshold": {"type": "integer"}, "model_path": {"type": "string"}, "batch_size": {"type": "integer"}, ... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ... | {"index" : 4249, "hash" : 1604192954, "artDyeHash" : 1604192954, "redacted" : false, "dyeManifestHash" : 4165415098, "blacklisted" : false} | json_instruct | {"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "hash", "artDyeHash", "redacted", "dyeManifestHash", "blackl... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test... | {"name" : "har-headless-parser", "version" : "1.0.0", "description" : "This tool is used to automatically grab the HAR files from Chromium and then send them off to a database where they will be queried and analise after.", "main" : "HAR_Headless_Parser.js", "scripts" : {"test" : "echo \"Error: no test specified\" && e... | 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 a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}... | {"name" : "1_Node_Eslint_test", "version" : "1.0.0", "description" : "My settings NodeJs from Eslint Test", "main" : "index.js", "scripts" : {"test" : "eslint ."}, "repository" : {"type" : "git", "url" : "git+https://github.com/Nikolaikolya/1_Node_Eslint_test.git"}, "keywords" : [], "author" : "", "license" : "ISC", "b... | 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... |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["320803101001", "\u5e73\u6865\u5c45\u59d4\u4f1a", "121", "0"], ["320803101002", "\u4e0a\u6cb3\u5c45\u59d4\u4f1a", "121", "0"], ["320803101200", "\u6768\u67f3\u6751\u59d4\u4f1a", "121", "0"], ["320803101201", "\u6c88\u5e84\u6751\u59d4\u4f1a", "122", "0"], ["320803101202", "\u4e1c\u98ce\u6751\u59d4\u4f1a", "220", "0"],... | json_instruct | {"type": "array", "items": {"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": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "emendatusenigmatica:block/apatite_ore"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "NonSymbolCompTaskHandlerObject"} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"hour positive count": {"type": "integer"}, "hour neutral count": {"type": "integer"}, "hour negative count": {"type": "integer"}, "hour distri": {"type": "object", "properties": {"0.96": {"type": "integer"}, "0... | {"hour positive count" : 9, "hour neutral count" : 0, "hour negative count" : 4, "hour distri" : {"0.96" : 3, "0.99" : 1, "0.01" : 2, "0.97" : 1, "0.91" : 1, "1.0" : 3, "0.16" : 1, "0.14" : 1}} | json_instruct | {"type": "object", "properties": {"hour positive count": {"type": "integer"}, "hour neutral count": {"type": "integer"}, "hour negative count": {"type": "integer"}, "hour distri": {"type": "object", "properties": {"0.96": {"type": "integer"}, "0.99": {"type": "integer"}, "0.01": {"type": "integer"}, "0.97": {"type": "i... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$sch... | [{"name" : "DUNG", "frequency" : 960, "males" : "60.83333333333333 %", "females" : "39.166666666666664 %"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["430104010001", "\u9633\u660e\u5c71\u5e84\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["430104010003", "\u6da6\u9f99\u793e\u533a", "112", "0"], ["430104010004", "\u9a91\u9f99\u793e\u533a", "111", "0"], ["430104010005", "\u91d1\u8302\u793e\u533a", "111", "0"], ["430104010006", "\u5609\u987a\u793e\u533a", "111", "0"],... | json_instruct | {"type": "array", "items": {"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": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "it... | {"name" : "WebProxy", "description" : "Just another web proxy service for private use", "license" : "MIT", "type" : "open-source code", "keywords" : ["web", "proxy", "private"], "authors" : [{"name" : "KronuS Me", "email" : "kronusme@gmail.com", "homepage" : "http://kronus.me", "role" : "Developer"}], "repositories" : ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"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": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object... | {"localities" : ["Neva Corners, WI", "Kempster, WI", "Deerbrook, WI"], "state" : "WI", "postal_code" : "54424", "locality" : "Deerbrook, WI", "lat" : 45.286673, "region" : {"fips" : "55", "abbr" : "WI", "name" : "Wisconsin"}, "city" : "Deerbrook", "type" : "STANDARD", "lng" : -89.192332, "counties" : [{"fips" : "067", ... | json_instruct | {"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "... |
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 400 degrees F (200 degrees C). Grease muffin cups or line with paper muffin liners.", "In a large bowl, mix together oats, buttermilk, brown sugar, applesauce, molasses and eggs. In a separate bowl, stir together flour, baking soda and baking powder. Stir flour mixture into eggs mixtur... | 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"}, "... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {".js": {"type": "string"}}, "required": [".js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {".js" : "a7db2fd45e7e8c981322e45ebec48fbdb4e07ca1.js"} | json_instruct | {"type": "object", "properties": {".js": {"type": "string"}}, "required": [".js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"... | {"body" : "", "user" : "danlipsa", "url" : "https://api.github.com/repos/spack/spack/issues/15450", "updated_at" : "2020-03-20 20:31:43", "created_at" : "2020-03-11 19:10:20", "closed_at" : "2020-03-20 19:26:42", "state" : "closed", "title" : "Add version 5.8 and fix sqlite+column_metadata mismatch.", "number" : 15450,... | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"generator-testcafe-reporter": {"type": "object", "properties": {"promptValues": {"type": "object", "properties": {"githubUsername": {"type": "string"}, "website": {"type": "string"}}, "required": ["githubUser... | {"generator-testcafe-reporter" : {"promptValues" : {"githubUsername" : "jamesmart77", "website" : "http://jamesmart77.github.io"}}} | json_instruct | {"type": "object", "properties": {"generator-testcafe-reporter": {"type": "object", "properties": {"promptValues": {"type": "object", "properties": {"githubUsername": {"type": "string"}, "website": {"type": "string"}}, "required": ["githubUsername", "website"]}}, "required": ["promptValues"]}}, "required": ["generator-... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"clusterize.css": {"type": "string"}, "clusterize.js": {"type": "string"}, "clusterize.min.css": {"type": "string"}, "clusterize.min.js": {"type": "string"}}, "required": ["clusterize.css", "clusterize.js", "clusterize.min.css"... | {"clusterize.css" : "sha512-++yXZtd3ORs9iWOTDRcBWZ1Y4MPTDkL73RbEZlC9BjdP/uvIq/7oOe27N2V9D6B/DEk3FqZMWLYwDgV9ePE3ag==", "clusterize.js" : "sha512-qLPen6LYX83fM37Xr3/RLaqgtyelICQCdvOg16fzExuNaBcFKntNvBaYZLoM7uNOKx2NfPCU6hEzFfB7Dq9D3w==", "clusterize.min.css" : "sha512-40lvJbue82NviM9+Y15NKJCxFnU0Z/tHTLBAEFJTuBqtosKcJzqs9... | json_instruct | {"type": "object", "properties": {"clusterize.css": {"type": "string"}, "clusterize.js": {"type": "string"}, "clusterize.min.css": {"type": "string"}, "clusterize.min.js": {"type": "string"}}, "required": ["clusterize.css", "clusterize.js", "clusterize.min.css", "clusterize.min.js"], "$schema": "http://json-schema.org/... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"Navigation": {"type": "string"}, "UserMenu": {"type": "string"}, "ContextControl": {"type": "string"}, "PrimaryNavigation": {"type": "string"}, "LogoContainer": {"type": "string"}, "Logo": {"type": "string"}, "... | {"Navigation" : "Polaris-Navigation", "UserMenu" : "Polaris-Navigation__UserMenu", "ContextControl" : "Polaris-Navigation__ContextControl", "PrimaryNavigation" : "Polaris-Navigation__PrimaryNavigation", "LogoContainer" : "Polaris-Navigation__LogoContainer", "Logo" : "Polaris-Navigation__Logo", "LogoLink" : "Polaris-Nav... | json_instruct | {"type": "object", "properties": {"Navigation": {"type": "string"}, "UserMenu": {"type": "string"}, "ContextControl": {"type": "string"}, "PrimaryNavigation": {"type": "string"}, "LogoContainer": {"type": "string"}, "Logo": {"type": "string"}, "LogoLink": {"type": "string"}, "Item": {"type": "string"}, "keyFocused": {"... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"coveralls": {"type": "string"}, "pretest": {"type": "str... | {"name" : "iot-native-lang", "version" : "2.0.1", "description" : "robots can hear us in node.js", "main" : "index.js", "scripts" : {"coveralls" : "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage", "pretest" : "jshint index.js", "test" : "istanbul cover _m... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"coveralls": {"type": "string"}, "pretest": {"type": "string"}, "test": {"type": "string"}}, "required": ["coveralls", ... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"target": {"type": "string"}, "module": {"type": "string"}, "rootDir": {"type": "string"}, "outDir": {"type": "string"}, "sourceMap": {"type": "boolean"}, "ex... | {"compilerOptions" : {"target" : "ES2017", "module" : "commonjs", "rootDir" : "src", "outDir" : "dist", "sourceMap" : true, "extendedDiagnostics" : true}, "include" : ["src/**/*"], "exclude" : ["./tests/", "./node_modules/", "./dist/"]} | json_instruct | {"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"target": {"type": "string"}, "module": {"type": "string"}, "rootDir": {"type": "string"}, "outDir": {"type": "string"}, "sourceMap": {"type": "boolean"}, "extendedDiagnostics": {"type": "boolean"}}, "required": ["target", "module", ... |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"modules": {"type": "array", "items": {"type": "string"}}, "attributes": {"type": "object", "properties": {"tetra:ability_cooldown": {"type": "number"}}, "required": ["tetra:ability_cooldown"]}, "e... | [{"modules" : ["holo/scanner", "holo/scanner"], "attributes" : {"tetra:ability_cooldown" : 0.4}, "effects" : {"scannerRange" : -14, "scannerHorizontalSpread" : -12, "scannerVerticalSpread" : -2}}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"modules": {"type": "array", "items": {"type": "string"}}, "attributes": {"type": "object", "properties": {"tetra:ability_cooldown": {"type": "number"}}, "required": ["tetra:ability_cooldown"]}, "effects": {"type": "object", "properties": {"scannerRange": {"t... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "1e34b0b1042749db9d334784fc4cfb9194b7254f"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "homepage": {"type": "string"}, "moduleType... | {"name" : "socket-io-express", "description" : "Following Tutorial for Socket.Io", "main" : "lib/server.js", "authors" : ["[object Object]"], "license" : "MIT", "homepage" : "https://github.com/emir01/socket-io-node-chat", "moduleType" : [], "ignore" : ["**/.*", "node_modules", "bower_components", "test", "tests"], "de... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "homepage": {"type": "string"}, "moduleType": {"type": "array", "items": {}}, "ignore": {"type": "array",... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "_id": {"type": "string"}, "scripts": {"type": "object", "properties": {}, "required": []}, "_shasum": {"type": "string"}, "_from": {"type"... | {"name" : "fbjs-haste", "version" : "0.3.4", "license" : "BSD-3-Clause", "_id" : "fbjs-haste@0.3.4", "scripts" : {}, "_shasum" : "6a2620573b1e1d498a5dd66a528f83febe9604b9", "_from" : "fbjs-haste@>=0.3.2 <0.4.0", "_npmVersion" : "2.14.7", "_nodeVersion" : "4.2.2", "_npmUser" : {"name" : "zpao", "email" : "paul@oshanness... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "_id": {"type": "string"}, "scripts": {"type": "object", "properties": {}, "required": []}, "_shasum": {"type": "string"}, "_from": {"type": "string"}, "_npmVersion": {"type": "string"}, "_nodeVer... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["... | {"name" : "pintf", "version" : "1.0.33", "description" : "parallel integration/end-to-end test framework", "main" : "index.js", "directories" : {"test" : "tests"}, "dependencies" : {"argparse" : "^1.0.10", "emailjs-imap-client" : "^3.0.7", "emailjs-mime-parser" : "^2.0.5", "form-data" : "^2.3.3", "he" : "^1.2.0", "libm... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "dependencies": {"type": "object", "properties": {"argparse": {... |
Create a JSON structure that matches this 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": "number"}}}}}, "r... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[131.125, 36.5], [131.125, 36.583333333333336], [131.25, 36.583333333333336], [131.25, 36.5], [131.125, 36.5]]]}, "properties" : {"code" : 543161, "url" : "http://madefor.github.io/0410/api/v1/543161.geojson", "view" : "https://github.com/madefor/... | 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": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"vertices" : [[629, 335], [687, 390], [550, 361], [500, 318], [625, 427], [618, 459], [547, 441], [649, 540], [420, 344], [478, 398], [313, 72], [488, 491], [567, 508], [347, 311], [422, 452], [221, 106], [433, 544], [271, 154], [376, 386], [257, 316], [165, 239], [365, 560], [297, 260], [280, 261], [297, 264], [329, ... | json_instruct | {"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "keywords": {"type": "array", "items... | {"name" : "countdown.to", "description" : "A small countdown timer", "main" : "js/countdown.to.js", "authors" : ["Charlie Hawker"], "license" : "MIT", "keywords" : ["countdown", "timer", "count"], "homepage" : "https://github.com/CharlieHawker/countdownTo.js", "moduleType" : ["globals", "node"], "ignore" : ["**/.*", "n... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "moduleType":... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"pl_cbflag": {"type": "string"}, "pl_disc": {"type": "string"}, "pl_pelink": {"type": "string"}, "st_rad": {"type": "string"}, "pl_imgflag": {"type": "string"}, "pl_facility": {"type": "string"}, "st_teff": {"type": "string"}, ... | {"pl_cbflag" : "0", "pl_disc" : "2014", "pl_pelink" : "http://exoplanet.eu/catalog/kepler-369_c/", "st_rad" : "0.47", "pl_imgflag" : "0", "pl_facility" : "Kepler", "st_teff" : "3591.00", "pl_astflag" : "0", "pl_pnum" : "2", "st_optmag" : "15.673", "ra" : "293.674235", "pl_discmethod" : "Transit", "pl_hostname" : "Keple... | json_instruct | {"type": "object", "properties": {"pl_cbflag": {"type": "string"}, "pl_disc": {"type": "string"}, "pl_pelink": {"type": "string"}, "st_rad": {"type": "string"}, "pl_imgflag": {"type": "string"}, "pl_facility": {"type": "string"}, "st_teff": {"type": "string"}, "pl_astflag": {"type": "string"}, "pl_pnum": {"type": "stri... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "integer"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : 1} | json_instruct | {"type": "object", "properties": {"name": {"type": "integer"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"API_URL": {"type": "string"}}, "required": ["API_URL"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"API_URL" : "https://app-imdb-api.herokuapp.com"} | json_instruct | {"type": "object", "properties": {"API_URL": {"type": "string"}}, "required": ["API_URL"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"contacts": {"type": "array", "items": {}}, "guideStarURL": {"type": "string"}, "name": {"type": "string"}, "primaryEmail": {"type": "string"}, "telephone": {"type": "array", "items": {"type": "string"}}, "mainAddrress": {"type":... | {"contacts" : [], "guideStarURL" : "http://www.guidestarindia.org/Summary.aspx?CCReg=2244", "name" : "SHURUAAT", "primaryEmail" : "shuruaat_ngo@yahoo.co.in", "telephone" : ["917552661519", "917552661519"], "mainAddrress" : {"state" : "Madhya Pradesh", "address" : ["B-155", "SHAHAPURU.", "BHOPAL", "Bhopal", "Madhya Prad... | json_instruct | {"type": "object", "properties": {"contacts": {"type": "array", "items": {}}, "guideStarURL": {"type": "string"}, "name": {"type": "string"}, "primaryEmail": {"type": "string"}, "telephone": {"type": "array", "items": {"type": "string"}}, "mainAddrress": {"type": "object", "properties": {"state": {"type": "string"}, "a... |
Based on the schema below, produce a valid JSON object:
{"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"}... | {"id" : 44877690, "ot" : 3, "alias" : 0, "setcode" : 47, "type" : 545, "atk" : 1600, "def" : 1200, "level" : 4, "race" : 16, "attribute" : 2, "category" : 16, "name" : "Sacred Spirit of the Ice Barrier", "desc" : "This card cannot be Special Summoned. This card returns to the hand during the End Phase of the turn it is... | 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... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "devDependencies": {"type": "object", "properties": {"webpack": {"type": "string"}, "webpack-cli": {"type": "string"}}, "required"... | {"scripts" : {"build" : "webpack"}, "devDependencies" : {"webpack" : "^5.10.0", "webpack-cli" : "^4.2.0"}, "name" : "swirljs", "version" : "1.1.5", "description" : "client for my go real-time library", "main" : "index.js", "dependencies" : {"sockjs" : "^0.3.21", "sockjs-client" : "^1.5.0"}, "author" : "", "license" : "... | json_instruct | {"type": "object", "properties": {"scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "devDependencies": {"type": "object", "properties": {"webpack": {"type": "string"}, "webpack-cli": {"type": "string"}}, "required": ["webpack", "webpack-cli"]}, "name": {"type": "string"}... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"_blockType": {"type": "string"}, "_id": {"type": "string"}, "label": {"type": "string"}, "value": {"type": "string"}}, "required": ["_blockType", "_id", "label", "value"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"_blockType" : "Option", "_id" : "option:guardian", "label" : "Legal guardian", "value" : "guardian"} | json_instruct | {"type": "object", "properties": {"_blockType": {"type": "string"}, "_id": {"type": "string"}, "label": {"type": "string"}, "value": {"type": "string"}}, "required": ["_blockType", "_id", "label", "value"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"amenity": {"type": "string"}, "opening_hours": {"type": "string"}, "id": {"type": "string"}}, "required": ... | {"type" : "Feature", "id" : "node/1022164723", "properties" : {"amenity" : "marketplace", "opening_hours" : "Th 08:00 -13:00", "id" : "node/1022164723"}, "geometry" : {"type" : "Point", "coordinates" : [9.8905907, 52.4657816]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"amenity": {"type": "string"}, "opening_hours": {"type": "string"}, "id": {"type": "string"}}, "required": ["amenity", "opening_hours", "id"]}, "geometry": {"type": "object", "properti... |
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" : "0xd2729e2fb5b64533f4cfdc817550376c69e157f3d6e3a4ffd863e9e7239382f2", "parentHash" : "0x7f8f3b0254f3a732391c11a45238cd2fae002e2a23da320f1847741df725a4f3", "number" : 45579, "timestamp" : 1438908519, "nonce" : "0x9b65a8851bedf925", "difficulty" : 1449861226161, "gasLimit" : {"_hex" : "0x406b"}, "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": {"id": {"type": "string"}, "type": {"type": "string"}, "flow": {"type": "object", "properties": {"proxy/request": {"type": "object", "properties": {"next": {"type": "string"}, "config": {"type": "object", "properties... | {"id" : "default", "type" : "flow", "flow" : {"proxy/request" : {"next" : "proxy/upstream_http", "config" : {}, "sidecars" : []}, "proxy/upstream_http" : {"next" : "proxy/send_back", "config" : {}, "sidecars" : []}}} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "flow": {"type": "object", "properties": {"proxy/request": {"type": "object", "properties": {"next": {"type": "string"}, "config": {"type": "object", "properties": {}, "required": []}, "sidecars": {"type": "array", "items": {}}}, "r... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}}, "required": ["name", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "January", "id" : "1"}, {"name" : "February", "id" : "2"}, {"name" : "March", "id" : "3"}, {"name" : "April", "id" : "4"}, {"name" : "May", "id" : "5"}, {"name" : "June", "id" : "6"}, {"name" : "July", "id" : "7"}, {"name" : "August", "id" : "8"}, {"name" : "September", "id" : "9"}, {"name" : "October", "id"... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}}, "required": ["name", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type"... | {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-170.756293, -14.341692], [-170.754918, -14.339925], [-170.750419, -14.340949], [-170.746897, -14.340018], [-170.74669, -14.337873], [-170.743652, -14.33486], [-170.738615, -14.335284], [-170.737706, -14.338076], [-170.73... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe... |
Create a JSON structure that matches this schema definition:
{"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" : "COLSTEN", "frequency" : 0, "gender" : "female"}] | 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#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "arfo:block/jungle_edge_overgrown_stone"} | 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": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "t... | {"directions" : ["Preheat oven to 350 degrees F (175 degrees C). Grease a 9-inch cake pan.", "Stir milk and vinegar together in a small bowl; set aside to sour for 5 minutes.", "Beat white sugar and 3/4 cup butter together in a bowl using an electric mixer until creamy and smooth; beat in eggs, soured milk, baking soda... | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "r... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"electrons": {"type": "object", "properties": {"particle_cpu": {"type": "number"}, "particle_id": {"type": "number"}, "particle_momentum_x": {"type": "number"}, "particle_momentum_y": {"type": "number"}, "particle_momentum_z": ... | {"electrons" : {"particle_cpu" : 21621.0, "particle_id" : 807671229.0, "particle_momentum_x" : 4.43088949277403e-18, "particle_momentum_y" : 0.0, "particle_momentum_z" : 2.666121148895218e-18, "particle_position_x" : 0.11023109550208991, "particle_position_y" : 0.6440160066398601, "particle_weight" : 3.454453125e-10}, ... | json_instruct | {"type": "object", "properties": {"electrons": {"type": "object", "properties": {"particle_cpu": {"type": "number"}, "particle_id": {"type": "number"}, "particle_momentum_x": {"type": "number"}, "particle_momentum_y": {"type": "number"}, "particle_momentum_z": {"type": "number"}, "particle_position_x": {"type": "number... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "base": {"type": "string"}, "idInjection": {"type": "boolean"}, "options": {"type": "object", "properties": {"validateUpsert": {"type": "boolean"}}, "required": ["validateUpsert"]}, "mix... | {"name" : "StoreV2", "base" : "BaseEntity", "idInjection" : true, "options" : {"validateUpsert" : true}, "mixins" : {"VersionMixin" : true, "AuditFieldsMixin" : true}, "properties" : {"owner" : {"type" : "string", "required" : true}, "sequence" : {"type" : "number", "required" : true}, "comments" : {"type" : "string"}}... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "base": {"type": "string"}, "idInjection": {"type": "boolean"}, "options": {"type": "object", "properties": {"validateUpsert": {"type": "boolean"}}, "required": ["validateUpsert"]}, "mixins": {"type": "object", "properties": {"VersionMixin": {"type": "boolea... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "rankine:block/cut_desert_sandstone"} | 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": {"domainMappings": {"type": "array", "items": {"type": "object", "properties": {"cartridgeAlias": {"type": "string"}, "domainName": {"type": "string"}, "contextPath": {"type": "string"}}, "required": ["cartridgeAlias... | {"domainMappings" : [{"cartridgeAlias" : "my-php", "domainName" : "abc.com", "contextPath" : "/abc/app"}]} | json_instruct | {"type": "object", "properties": {"domainMappings": {"type": "array", "items": {"type": "object", "properties": {"cartridgeAlias": {"type": "string"}, "domainName": {"type": "string"}, "contextPath": {"type": "string"}}, "required": ["cartridgeAlias", "domainName", "contextPath"]}}}, "required": ["domainMappings"], "$s... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "integer"}, "link": {"type": "string"}, "created_at": {"type": "string"}, "downloads": {"type": "integer"}, "linkid": {"type": "string"},... | [{"name" : "ssis-305_1", "size" : 1073046513, "link" : "https://streamtape.com/e/eGmDMpZk2JcYa6z", "created_at" : "2022\u5e7404\u670805\u65e5 02:00:11", "downloads" : 0, "linkid" : "eGmDMpZk2JcYa6z", "convert" : "converted", "achorname" : "\u4e38\u5b50\u5466", "subscribe" : "0\u4f4d\u8ba2\u9605\u8005", "avatar-img" : "... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "integer"}, "link": {"type": "string"}, "created_at": {"type": "string"}, "downloads": {"type": "integer"}, "linkid": {"type": "string"}, "convert": {"type": "string"}, "achorname": {"type": "string"}, "subscribe":... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"jquery.lory.js": {"type": "string"}, "jquery.lory.min.js": {"type": "string"}, "lory.js": {"type": "string"}, "lory.min.js": {"type": "string"}}, "required": ["jquery.lory.js", "jquery.lory.min.js", "lory.js", "lory... | {"jquery.lory.js" : "sha256-MKNb5yOFjd+Bz8dpbTAcmUxQAkrjLLlYHP8Vq88F8Qo=", "jquery.lory.min.js" : "sha256-OkiMHnbHryME5w4aevYF16G3YU0rekKH/HVzSnvjaIs=", "lory.js" : "sha256-tqzyrU7bAwywWELEAlnXuYc/ypdF/6+6NFHCewyS8dA=", "lory.min.js" : "sha256-pU/nW0xdETCAL7NUCRoytif3r6LCDWvO3L6u4Qiv18Q="} | json_instruct | {"type": "object", "properties": {"jquery.lory.js": {"type": "string"}, "jquery.lory.min.js": {"type": "string"}, "lory.js": {"type": "string"}, "lory.min.js": {"type": "string"}}, "required": ["jquery.lory.js", "jquery.lory.min.js", "lory.js", "lory.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"description": {"type": "string"}, "id": {"type": "string"}, "meta": {"type": "object", "properties": {"duration": {"type": "string"}}, "required": ["duration"]}, "presenter": {"type": "object", "properties": {"name": {"type": ... | {"description" : "Fred Hebert\nhttp://www.chicagoerlang.com/fred-hebert.html\nSystems that fail cost a lot of money. We want systems that stay running and do the work they were design to do. How do you build systems that keep going? Forever? In this talk Fred will share his extensive experience with keeping systems ali... | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "id": {"type": "string"}, "meta": {"type": "object", "properties": {"duration": {"type": "string"}}, "required": ["duration"]}, "presenter": {"type": "object", "properties": {"name": {"type": "null"}}, "required": ["name"]}, "slug": {"type": "string"}... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.... | {"variants" : {"" : {"model" : "cgalaxy:block/moon_silicon_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#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category":... | {"id" : 111882, "info" : {"name" : "Big Brother Canada Live Feeds", "description" : "Remove a lot of the bloat on GlobalTV's Big Brother Canada Live Feeds.", "additionalInfo" : null, "format" : "uso", "category" : "globaltv", "createdAt" : "2015-03-26T09:26:06.000Z", "updatedAt" : "2015-03-26T09:28:51.000Z", "license" ... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "OperatorID": {"type": "integer"}, "Usage... | {"IsRecentlyVerified" : false, "ID" : 27716, "UUID" : "98428CFF-5956-467C-982D-62EA474D5B96", "DataProviderID" : 2, "DataProvidersReference" : "61639", "OperatorID" : 5, "UsageTypeID" : 1, "AddressInfo" : {"ID" : 28062, "Title" : "SAM SWOPE BMW", "AddressLine1" : "4 Swope Autocenter Dr", "Town" : "Louisville", "StateOr... | json_instruct | {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object"... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"type=egg": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "type=small": {"type": "object", "properties": {"model": {"type": "stri... | {"variants" : {"type=egg" : {"model" : "conquest:block/barnacle_covered_palm_wood_plank_sphere_dragonegg"}, "type=small" : {"model" : "conquest:block/barnacle_covered_palm_wood_plank_sphere_small"}, "type=large" : {"model" : "conquest:block/barnacle_covered_palm_wood_plank_sphere"}}} | json_instruct | {"type": "object", "properties": {"variants": {"type": "object", "properties": {"type=egg": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "type=small": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "type=large": {"type": "object", "prop... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"$schema": {"type": "string"}, "id": {"type": "string"}, "alias": {"type": "string"}, "componentType": {"type": "string"}, "version": {"type": "string"}, "manifestVersion": {"type": "integer"}, "preloadComponents": {"type": "ar... | {"$schema" : "https://developer.microsoft.com/json-schemas/spfx/client-side-component-manifest.schema.json", "id" : "974a7777-0990-4136-8fa6-95d80114c2e0", "alias" : "SPWebPartBase", "componentType" : "Library", "version" : "*", "manifestVersion" : 2, "preloadComponents" : ["f9e737b7-f0df-4597-ba8c-3060f82380db"]} | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "id": {"type": "string"}, "alias": {"type": "string"}, "componentType": {"type": "string"}, "version": {"type": "string"}, "manifestVersion": {"type": "integer"}, "preloadComponents": {"type": "array", "items": {"type": "string"}}}, "required": ["$schema"... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"bgkn2e": {"type": "string"}}, "required": ["bgkn2e"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"bgkn2e" : " AK Southeast Fairbanks (CA)"} | json_instruct | {"type": "object", "properties": {"bgkn2e": {"type": "string"}}, "required": ["bgkn2e"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "dataset_id": {"type": "integer"}, "dataset_version": {"type": "object", "properties": {}, "required": []}}, "required": ["type", "dataset_id", "dataset_version"], "$schema": "http://json... | {"type" : "dataset", "dataset_id" : 4, "dataset_version" : {}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "dataset_id": {"type": "integer"}, "dataset_version": {"type": "object", "properties": {}, "required": []}}, "required": ["type", "dataset_id", "dataset_version"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"sid": {"type": "string"}, "date_created": {"type": "string"}, "date_updated": {"type": "string"}, "date_sent": {"type": "null"}, "account_sid": {"type": "string"}, "to": {"type": "string"}, "from": {"type": "string"}, "body": {"... | {"sid" : "SM711c87aba9a3ed02554c91a7d503b64e", "date_created" : "Wed, 10 Oct 2012 17:57:42 +0000", "date_updated" : "Wed, 10 Oct 2012 17:57:42 +0000", "date_sent" : null, "account_sid" : "ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", "to" : "+14108675310", "from" : "+15005550006", "body" : "hi", "status" : "queued", "direction"... | json_instruct | {"type": "object", "properties": {"sid": {"type": "string"}, "date_created": {"type": "string"}, "date_updated": {"type": "string"}, "date_sent": {"type": "null"}, "account_sid": {"type": "string"}, "to": {"type": "string"}, "from": {"type": "string"}, "body": {"type": "string"}, "status": {"type": "string"}, "directio... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"success": {"type": "boolean"}, "code": {"type": "string"}, "data": {"type": "object", "properties": {"hoverDataList": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "metri... | {"success" : true, "code" : "SUCCESS", "data" : {"hoverDataList" : [{"name" : "north and middle andaman district", "metric" : [{"type" : "TOTAL", "count" : 2137, "amount" : 7955635.917688001}]}, {"name" : "south andaman district", "metric" : [{"type" : "TOTAL", "count" : 20136, "amount" : 75411840.8018554}]}, {"name" :... | json_instruct | {"type": "object", "properties": {"success": {"type": "boolean"}, "code": {"type": "string"}, "data": {"type": "object", "properties": {"hoverDataList": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "metric": {"type": "array", "items": {"type": "object", "properties": {"type":... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"remainingRequest": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "mtime": {"type": "integer"}}, "required": ["path", "mtime"]}}, "contextDependenci... | {"remainingRequest" : "/Users/zhaoguanglin/Documents/corgi/corgi-admin/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!/Users/zhaoguanglin/Documents/corgi/corgi-admin/node_modules/cache-loader/dist/cjs.js??ref--0-0!/Users/zhaoguanglin/Documents/corgi/corgi-admin/node_modules/vue-loader/lib/ind... | json_instruct | {"type": "object", "properties": {"remainingRequest": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "mtime": {"type": "integer"}}, "required": ["path", "mtime"]}}, "contextDependencies": {"type": "array", "items": {}}, "result": {"type": "ar... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["431126107209", "\u5c39\u5bb6\u6d1e\u6751\u59d4\u4f1a", "220", "0"], ["431126107210", "\u9648\u5b89\u6751\u59d4\u4f1a", "220", "0"], ["431126107219", "\u9ca4\u9c7c\u5858\u6751\u59d4\u4f1a", "220", "0"], ["431126107220", "\u9ec4\u5bb6\u6d1e\u6751\u59d4\u4f1a", "220", "0"], ["431126107222", "\u674e\u5bb6\u94fa\u6751\u5... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "poly": {"type": "string"}}, "required": ["id", "poly"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "electoral_wards/W05000297.json", "poly" : "-3.272895999999946 52.591314,-3.2818220000000338 52.590063,-3.292122000000063 52.586725,-3.2904049999999643 52.579841,-3.2955550000000358 52.576503,-3.310660999999982 52.569409,-3.3134079999999813 52.56607,-3.310318000000052 52.562105,-3.316153999999983 52.560853,-3.3... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "poly": {"type": "string"}}, "required": ["id", "poly"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"nodes": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}, "port": {"type": "integer"}, "ssl": {"type": "boolean"}, "cache": {"type": "boolean"}}, "r... | {"nodes" : [{"name" : "Bminer Node", "url" : "bnode.bminer.live", "port" : 11898, "ssl" : false, "cache" : false}, {"name" : "BminerCPUNode", "url" : "cpunode.bminer.live", "port" : 11898, "ssl" : false, "cache" : false}, {"name" : "BminerReserverNode", "url" : "reserve.bminer.live", "port" : 11898, "ssl" : false, "cac... | json_instruct | {"type": "object", "properties": {"nodes": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}, "port": {"type": "integer"}, "ssl": {"type": "boolean"}, "cache": {"type": "boolean"}}, "required": ["name", "url", "port", "ssl", "cache"]}}}, "required": ["nod... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"video_urls": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "description": {"type": "string"}}, "required": ["url", "description"]}}, "body": {"type": "string"}}, "required": ... | {"video_urls" : [{"url" : "https://www.youtube.com/watch?v=sMtr1DLZ-C4", "description" : "Interview with Robert Patrick (Terminator 2) for Comedy Central."}], "body" : "Description"} | json_instruct | {"type": "object", "properties": {"video_urls": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "description": {"type": "string"}}, "required": ["url", "description"]}}, "body": {"type": "string"}}, "required": ["video_urls", "body"], "$schema": "http://json-schema.org/draft-07/s... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"pe_name": {"type": "string"}, "pe_type": {"type": "integer"}, "pe_size": {"type": "integer"}, "pe_subsystem": {"type": "integer"}, "pe_subsystem_caption": {"type": "string"}, "pe_path": {"type": "string"}, "pe_timed... | {"pe_name" : "System.Workflow.Runtime.dll", "pe_type" : 267, "pe_size" : 502528, "pe_subsystem" : 3, "pe_subsystem_caption" : "The Windows character (Cosole UI) subsystem", "pe_path" : "c:\\Windows\\WinSxS\\amd64_netfx4-system.workflow.runtime_b03f5f7f11d50a3a_4.0.15788.146_none_cff5cde76554f8f6\\System.Workflow.Runtim... | json_instruct | {"type": "object", "properties": {"pe_name": {"type": "string"}, "pe_type": {"type": "integer"}, "pe_size": {"type": "integer"}, "pe_subsystem": {"type": "integer"}, "pe_subsystem_caption": {"type": "string"}, "pe_path": {"type": "string"}, "pe_timedate_stamp": {"type": "integer"}, "pe_timedate_human": {"type": "string... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"collectCoverageFrom": {"type": "array", "items": {"type": "string"}}, "coverageReporters": {"type": "array", "items": {"type": "string"}}, "preset": {"type": "string"}, "modulePathIgnorePatterns": {"type": "array", "items": {"... | {"collectCoverageFrom" : ["src/**/*.js"], "coverageReporters" : ["lcov", "text"], "preset" : "react-native", "modulePathIgnorePatterns" : ["<rootDir>/example/"], "setupFiles" : ["./test-setup.js"], "testPathIgnorePatterns" : ["<rootDir>/example/", "<rootDir>/node_modules/"], "transform" : {"\\.js$" : "<rootDir>/node_mo... | json_instruct | {"type": "object", "properties": {"collectCoverageFrom": {"type": "array", "items": {"type": "string"}}, "coverageReporters": {"type": "array", "items": {"type": "string"}}, "preset": {"type": "string"}, "modulePathIgnorePatterns": {"type": "array", "items": {"type": "string"}}, "setupFiles": {"type": "array", "items":... |
Generate sample JSON data that conforms to the following schema definition:
{"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" : "Calcio in legno 56-A-231 Sb.5", "ShortName" : "56-A-231 Sb.5", "Description" : "Calcio in legno standard SKS prodotto da TOZ."} | 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#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"npo.js": {"type": "string"}, "npo.src.js": {"type": "string"}}, "required": ["npo.js", "npo.src.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"npo.js" : "sha256-4UcEGosTXA2Fm0IYMBD8CWaO6OdS43TAWJj4vbPxnA8=", "npo.src.js" : "sha256-reL8WTO/1CVRBQvv4uJktszYdFMmbdjU//EqyUimT0M="} | json_instruct | {"type": "object", "properties": {"npo.js": {"type": "string"}, "npo.src.js": {"type": "string"}}, "required": ["npo.js", "npo.src.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"typ... | {"author" : {"id" : "t2_y6hcb", "name" : "Klickor"}, "date" : {"day" : 1603497600, "full" : 1603524027, "month" : 1601510400, "week" : 1602979200}, "id" : "t3_jh4rom", "picture" : {"filesize" : 123091, "fullUrl" : "https://preview.redd.it/xc8h3yjouzu51.jpg?auto=webp&s=947523e07b851450091b1127b7677ae54fd18e5f", "hash" :... | 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": {"command_set": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "commands": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "rob... | {"command_set" : {"name" : "Olliebot", "type" : "d-pad", "commands" : [{"label" : "Up", "robot" : "olliebot", "device" : "", "name" : "move", "params" : {"direction" : "up"}}, {"label" : "Down", "robot" : "olliebot", "device" : "", "name" : "move", "params" : {"direction" : "down"}}, {"label" : "Left", "robot" : "ollie... | json_instruct | {"type": "object", "properties": {"command_set": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "commands": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "robot": {"type": "string"}, "device": {"type": "string"}, "name": {"type": "st... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"tocbot.css": {"type": "string"}, "tocbot.js": {"type": "string"}, "tocbot.min.js": {"type": "string"}}, "required": ["tocbot.css", "tocbot.js", "tocbot.min.js"], "$schema": "http://json-schema.org/draft-07/schema#... | {"tocbot.css" : "sha256-XUbSD3m+xLW27W/mp9kMn+fI9AU2MoBkiMMSVVYWI+o=", "tocbot.js" : "sha256-YXDoYxJjDNjdknmH8Ri+hWH5TlAL/0z9odWn6JIEkgQ=", "tocbot.min.js" : "sha256-4e3DZ1WGwi/Va4O5qco458fLxFr5+5wF6KzRkwRmdfA="} | json_instruct | {"type": "object", "properties": {"tocbot.css": {"type": "string"}, "tocbot.js": {"type": "string"}, "tocbot.min.js": {"type": "string"}}, "required": ["tocbot.css", "tocbot.js", "tocbot.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies 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" : "29710"}, "clipped" : true, "id" : "4a67e5da96"}, {"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": ... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["description", "homepage"]}, "versions... | {"latest_version" : ["0.7.1"], "meta" : {"description" : "A general purpose plain text renderer for arbitrary input formats including frontends for reStructuredText and plain text", "homepage" : "http://transcribo.berlios.de"}, "versions" : {"0.5" : {"sha256" : "da08dc561e2bf234dec3fff80fe2cb5f16049c81a738bbe7ed1e83490... | 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.5": {"type": "objec... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"default": {"type": "array", "items": {"type": "object", "properties": {"tab": {"type": "string"}, "icon": {"type": "string"}, "background": {"type": "string"}, "textColor": {"type": "string"}}, "required": ["tab", "icon", "bac... | {"default" : [{"tab" : "Activity", "icon" : "activity", "background" : "#EAB00E", "textColor" : "#CCC"}, {"tab" : "Backpack", "icon" : "compass", "background" : "#22AA99", "textColor" : "#CCC"}, {"tab" : "Moments", "icon" : "camera", "background" : "#7755CC", "textColor" : "#CCC"}, {"tab" : "Profile", "icon" : "setting... | json_instruct | {"type": "object", "properties": {"default": {"type": "array", "items": {"type": "object", "properties": {"tab": {"type": "string"}, "icon": {"type": "string"}, "background": {"type": "string"}, "textColor": {"type": "string"}}, "required": ["tab", "icon", "background", "textColor"]}}, "active": {"type": "array", "item... |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["monkey-ui-react"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metada... | {"id" : "22adef37-2df1-4112-a0af-7a835864ccac", "playerTags" : ["8cd06abf-be10-4a35-a3ab-1a408a329147"], "teamTags" : ["a37f9158-7f82-46bc-908c-c9e2dda7c33b", "3f8bbb15-61c0-4e3f-8e4a-907a5fb1565e"], "gameTags" : ["5c85616b-cb5f-45b2-afbf-39d4c108af96"], "metadata" : {"play" : 102, "subPlay" : -1}, "created" : "2021-04... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "su... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "e... | {"nom" : "Miribel", "dpt" : "Ain", "inscrits" : 6784, "abs" : 1685, "votants" : 5099, "blancs" : 393, "nuls" : 148, "exp" : 4558, "res" : [{"panneau" : "1", "voix" : 3019}, {"panneau" : "2", "voix" : 1539}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object"... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["Argentinos", "1", "1", "Dep Italiano", "Campeonato 1986/87 - Fecha 30"], ["Dep Italiano", "0", "4", "Argentinos", "Campeonato 1986/87 - Fecha 11"], ["Dep Italiano", "0", "4", "Argentinos", "Campeonato 1986/87 - Fecha 11"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "conditions": {"type": "object", "properties": {"heat": {"type": "integer"}, "temperature": {"type": "integer"}, "waterLevel": {"type": "integer"}, ... | [{"id" : "grassy", "name" : "Default Grass Biome", "conditions" : {"heat" : 10, "temperature" : 10, "waterLevel" : 50, "fetility" : 50}, "tiles" : [{"typeId" : "grass", "conditions" : {"moisture" : 10, "temperature" : 10, "waterLevel" : 12, "fetility" : 50}, "transferRate" : {"heat" : 0.2, "water" : 0.6, "moisture" : 0... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "conditions": {"type": "object", "properties": {"heat": {"type": "integer"}, "temperature": {"type": "integer"}, "waterLevel": {"type": "integer"}, "fetility": {"type": "integer"}}, "required": ["heat", "t... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "includeLocations": {"type": "array", "items": {"type": "string"}}, "countryCodes": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "description"... | {"id" : "ch-mailinglist", "type" : "mailinglist", "includeLocations" : ["ch"], "countryCodes" : ["ch"], "name" : "Openstreetmap Schweiz/Suisse/Svizzera/Svizra Mailing List", "description" : "Mailing list for Switzerland", "url" : "http://lists.openstreetmap.ch/mailman/listinfo/talk-ch", "order" : 1} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "includeLocations": {"type": "array", "items": {"type": "string"}}, "countryCodes": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}, "order": {... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"category": {"type": "string"}, "images": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "caption": {"type": "string"}}, "required": ["url", "caption"]}}, "name": {"type": "str... | {"category" : "NobleHouses", "images" : [{"url" : "http://awoiaf.westeros.org/images/thumb/f/f5/Rhysling.png/250px-Rhysling.png", "caption" : ""}], "name" : "House Rhysling", "summary" : "<p><b>House Rhysling</b> is a noble house from the <a href=\"http://awoiaf.westeros.org/index.php/Reach\" title=\"Reach\" class=\"mw... | json_instruct | {"type": "object", "properties": {"category": {"type": "string"}, "images": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "caption": {"type": "string"}}, "required": ["url", "caption"]}}, "name": {"type": "string"}, "summary": {"type": "string"}}, "required": ["category", "imag... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"context-menu": {"type": "object", "properties": {"atom-text-editor": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "command": {"type": "string"}}, "required": ["label", "co... | {"context-menu" : {"atom-text-editor" : [{"label" : "Toggle atom-documentation", "command" : "atom-documentation:section"}]}, "menu" : [{"label" : "Packages", "submenu" : [{"label" : "atom-documentation", "submenu" : [{"label" : "Add Section", "command" : "atom-documentation:section"}, {"label" : "Add Mini Section", "c... | json_instruct | {"type": "object", "properties": {"context-menu": {"type": "object", "properties": {"atom-text-editor": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "command": {"type": "string"}}, "required": ["label", "command"]}}}, "required": ["atom-text-editor"]}, "menu": {"type": "arra... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01000836": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"... | {"type" : "Topology", "objects" : {"E01000836" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00004113", "LAD11CD" : "E09000006"}, "arcs" : [[0, 1, 2]]}, {"type" : "Polygon", "prope... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01000836": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "str... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {... | {"id" : 196138, "info" : {"name" : "just a lil test :)", "description" : "just tryna figure out how to make a style since i cant find a video on it", "additionalInfo" : null, "format" : "uso", "category" : "example", "createdAt" : "2021-01-18T01:36:23.000Z", "updatedAt" : "2021-01-18T01:36:23.000Z", "license" : "NO-RED... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"base-questions": {"type": "string... | {"name" : "project-generator-example", "private" : true, "dependencies" : {}, "devDependencies" : {"base-questions" : "^0.2.2", "base-store" : "^0.3.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"base-questions": {"type": "string"}, "base-store": {"type": "string"}}, "required": ["base-questions",... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "version", "title", "description"], "$schema": "http://json-schema.or... | {"name" : "auther-api", "version" : "1.0.0", "title" : "Auther-API documentation", "description" : "For more information: https://auther.org/documentation/api"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "version", "title", "description"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"69893": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "69895": {"type": "object", "properties": {"nama": {"type": "stri... | {"69893" : {"nama" : "BONTOKADATTO", "dapil" : [73, 7301, 17303, 2730501]}, "69895" : {"nama" : "BULUKUNYI", "dapil" : [73, 7301, 17303, 2730501]}, "69897" : {"nama" : "CAKURA", "dapil" : [73, 7301, 17303, 2730501]}, "69894" : {"nama" : "CANREGO", "dapil" : [73, 7301, 17303, 2730501]}, "69898" : {"nama" : "LANTANG", "d... | json_instruct | {"type": "object", "properties": {"69893": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "69895": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "parts_visible": {"type": "array", "items": {"type": "object", "properties": {"group": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "requi... | {"type" : "Live2D Pose", "parts_visible" : [{"group" : [{"id" : "PARTS_01_ARM_L_A"}]}, {"group" : [{"id" : "PARTS_01_ARM_R_A"}, {"id" : "PARTS_01_ARM_R_B"}]}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "parts_visible": {"type": "array", "items": {"type": "object", "properties": {"group": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}}, "required": ["group"]}}}, "required": ["type", "parts_visibl... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"lodgementDate": {"type": "string"}, "maturityDate": {"type": "string"}, "maturityAmount": {"type": "string"}, "maturityCurrency": {"type": "string"}, "maturityInstructions": {"type": "string"}}, "required": [... | {"lodgementDate" : "2019-01-29", "maturityDate" : "2019-02-1", "maturityAmount" : "150.00", "maturityCurrency" : "AUD", "maturityInstructions" : "ROLLED_OVER"} | json_instruct | {"type": "object", "properties": {"lodgementDate": {"type": "string"}, "maturityDate": {"type": "string"}, "maturityAmount": {"type": "string"}, "maturityCurrency": {"type": "string"}, "maturityInstructions": {"type": "string"}}, "required": ["lodgementDate", "maturityDate", "maturityAmount", "maturityCurrency", "matur... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"env": {"type": "object", "properties": {"FIREBASE_API_KEY": {"type": "string"}, "FIREBASE_STORAGE_BUCKET": {"type": "string"}, "FIREBASE_PROJECT_ID": {"type": "string"}}, "required": ["FIREBASE_API_KEY", "FIREBASE_STORAGE_BUCK... | {"env" : {"FIREBASE_API_KEY" : "@firebase_api_key", "FIREBASE_STORAGE_BUCKET" : "@firebase_storage_bucket", "FIREBASE_PROJECT_ID" : "@firebase_project_id"}, "build" : {"env" : {"FIREBASE_API_KEY" : "@firebase_api_key", "FIREBASE_STORAGE_BUCKET" : "@firebase_storage_bucket", "FIREBASE_PROJECT_ID" : "@firebase_project_id... | json_instruct | {"type": "object", "properties": {"env": {"type": "object", "properties": {"FIREBASE_API_KEY": {"type": "string"}, "FIREBASE_STORAGE_BUCKET": {"type": "string"}, "FIREBASE_PROJECT_ID": {"type": "string"}}, "required": ["FIREBASE_API_KEY", "FIREBASE_STORAGE_BUCKET", "FIREBASE_PROJECT_ID"]}, "build": {"type": "object", "... |
Generate sample JSON data that conforms to the following schema definition:
{"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-sche... | [{"year" : 1991, "sex" : "F", "n" : 5, "prop" : 2.46e-06}, {"year" : 1998, "sex" : "F", "n" : 9, "prop" : 4.64e-06}, {"year" : 2001, "sex" : "F", "n" : 8, "prop" : 4.04e-06}, {"year" : 2002, "sex" : "F", "n" : 8, "prop" : 4.05e-06}, {"year" : 2006, "sex" : "F", "n" : 7, "prop" : 3.35e-06}, {"year" : 2007, "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#"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.