input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "integer"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [3, 4] | json_instruct | {"type": "array", "items": {"type": "integer"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "miniprogram": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "keywords": {"type": "array", "items": {"type": "string"}}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"lerna": {"type": "string"}}, "required": ["lerna"]}, "workspaces": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "miniprogram", "main", "repository", "author", "description", "license", "private", "keywords", "bugs", "homepage", "devDependencies", "workspaces"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "utils-tool-mpweixin", "version" : "0.0.1", "miniprogram" : "miniprogram_dist", "main" : "index.js", "repository" : "git@github.com:JdesEva/utils-tool-mpweixin.git", "author" : "Jdeseva", "description" : "\u5fae\u4fe1\u5c0f\u7a0b\u5e8f\u5e38\u7528\u5de5\u5177\u7c7b", "license" : "MIT", "private" : true, "keywords" : ["Axios", "mpweixin", "wechat", "\u5fae\u4fe1\u5c0f\u7a0b\u5e8f"], "bugs" : {"url" : "https://github.com/JdesEva/utils-tool-mpweixin/issues"}, "homepage" : "https://github.com/JdesEva/utils-tool-mpweixin#readme", "devDependencies" : {"lerna" : "^3.22.1"}, "workspaces" : ["packages/*"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "miniprogram": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "keywords": {"type": "array", "items": {"type": "string"}}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"lerna": {"type": "string"}}, "required": ["lerna"]}, "workspaces": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "miniprogram", "main", "repository", "author", "description", "license", "private", "keywords", "bugs", "homepage", "devDependencies", "workspaces"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "6172040002", "district_id" : "6172040", "name" : "MELAYU"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"title": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "num_limit": {"type": "integer"}, "rating": {"type": "string"}, "trivia": {"type": "string"}, "allegiance": {"type": "string"}, "col_value": {"type": "number"}, "sc_value": {"type": "number"}, "woth_value": {"type": "number"}, "cotm_value": {"type": "number"}, "type": {"type": "string"}}, "required": ["title", "name", "description", "num_limit", "rating", "trivia", "allegiance", "col_value", "sc_value", "woth_value", "cotm_value", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Infinite Bamboo", "name" : "infinite_bamboo", "description" : "A 30cm bamboo with a diameter of 5cm. When put in contact with water, begins to grow at a rate of 30cm/second in length, and will grow indefinitely until there is not enough room for the bamboo to grow.", "num_limit" : 500, "rating" : "A", "trivia" : "Inspired by Yaiba no Ken", "allegiance" : "Neutral", "col_value" : 1.0, "sc_value" : 1.0, "woth_value" : 1.0, "cotm_value" : 1.0, "type" : "Items"} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "num_limit": {"type": "integer"}, "rating": {"type": "string"}, "trivia": {"type": "string"}, "allegiance": {"type": "string"}, "col_value": {"type": "number"}, "sc_value": {"type": "number"}, "woth_value": {"type": "number"}, "cotm_value": {"type": "number"}, "type": {"type": "string"}}, "required": ["title", "name", "description", "num_limit", "rating", "trivia", "allegiance", "col_value", "sc_value", "woth_value", "cotm_value", "type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"use_cuda": {"type": "boolean"}, "use_apex": {"type": "boolean"}, "detect_anomaly": {"type": "boolean"}, "start_level": {"type": "integer"}, "max_level": {"type": "integer"}, "batch_sizes": {"type": "array", "items": {"type": "integer"}}, "num_images_in_stage": {"type": "integer"}, "loss": {"type": "string"}, "use_yuv": {"type": "boolean"}, "reset_optimizer": {"type": "boolean"}, "gs_beta": {"type": "number"}, "learning_rates": {"type": "object", "properties": {"latent_transformation": {"type": "number"}, "generator": {"type": "number"}, "discriminator": {"type": "number"}}, "required": ["latent_transformation", "generator", "discriminator"]}, "network": {"type": "object", "properties": {"z_dim": {"type": "integer"}, "w_dim": {"type": "integer"}, "epsilon": {"type": "number"}, "normalize_latents": {"type": "boolean"}, "style_mixing_prob": {"type": "number"}, "upsample_mode": {"type": "string"}, "use_labels": {"type": "boolean"}, "use_blur": {"type": "boolean"}, "use_noise": {"type": "boolean"}, "base_image_init": {"type": "string"}}, "required": ["z_dim", "w_dim", "epsilon", "normalize_latents", "style_mixing_prob", "upsample_mode", "use_labels", "use_blur", "use_noise", "base_image_init"]}, "data_augmentation": {"type": "object", "properties": {"flip": {"type": "boolean"}, "color_shift": {"type": "boolean"}}, "required": ["flip", "color_shift"]}, "save_steps": {"type": "object", "properties": {"image": {"type": "integer"}, "model": {"type": "integer"}, "histogram": {"type": "integer"}}, "required": ["image", "model", "histogram"]}, "labels": {"type": "array", "items": {"type": "string"}}}, "required": ["use_cuda", "use_apex", "detect_anomaly", "start_level", "max_level", "batch_sizes", "num_images_in_stage", "loss", "use_yuv", "reset_optimizer", "gs_beta", "learning_rates", "network", "data_augmentation", "save_steps", "labels"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"use_cuda" : true, "use_apex" : true, "detect_anomaly" : false, "start_level" : 2, "max_level" : 7, "batch_sizes" : [64, 64, 32, 32, 16, 8, 8], "num_images_in_stage" : 1200000, "loss" : "wgan", "use_yuv" : false, "reset_optimizer" : false, "gs_beta" : 0.0001, "learning_rates" : {"latent_transformation" : 1e-05, "generator" : 0.001, "discriminator" : 0.001}, "network" : {"z_dim" : 256, "w_dim" : 256, "epsilon" : 1e-08, "normalize_latents" : true, "style_mixing_prob" : 0.9, "upsample_mode" : "bilinear", "use_labels" : false, "use_blur" : false, "use_noise" : true, "base_image_init" : "one_normal"}, "data_augmentation" : {"flip" : true, "color_shift" : false}, "save_steps" : {"image" : 1000, "model" : 10000, "histogram" : 30000}, "labels" : ["ffhq"]} | json_instruct | {"type": "object", "properties": {"use_cuda": {"type": "boolean"}, "use_apex": {"type": "boolean"}, "detect_anomaly": {"type": "boolean"}, "start_level": {"type": "integer"}, "max_level": {"type": "integer"}, "batch_sizes": {"type": "array", "items": {"type": "integer"}}, "num_images_in_stage": {"type": "integer"}, "loss": {"type": "string"}, "use_yuv": {"type": "boolean"}, "reset_optimizer": {"type": "boolean"}, "gs_beta": {"type": "number"}, "learning_rates": {"type": "object", "properties": {"latent_transformation": {"type": "number"}, "generator": {"type": "number"}, "discriminator": {"type": "number"}}, "required": ["latent_transformation", "generator", "discriminator"]}, "network": {"type": "object", "properties": {"z_dim": {"type": "integer"}, "w_dim": {"type": "integer"}, "epsilon": {"type": "number"}, "normalize_latents": {"type": "boolean"}, "style_mixing_prob": {"type": "number"}, "upsample_mode": {"type": "string"}, "use_labels": {"type": "boolean"}, "use_blur": {"type": "boolean"}, "use_noise": {"type": "boolean"}, "base_image_init": {"type": "string"}}, "required": ["z_dim", "w_dim", "epsilon", "normalize_latents", "style_mixing_prob", "upsample_mode", "use_labels", "use_blur", "use_noise", "base_image_init"]}, "data_augmentation": {"type": "object", "properties": {"flip": {"type": "boolean"}, "color_shift": {"type": "boolean"}}, "required": ["flip", "color_shift"]}, "save_steps": {"type": "object", "properties": {"image": {"type": "integer"}, "model": {"type": "integer"}, "histogram": {"type": "integer"}}, "required": ["image", "model", "histogram"]}, "labels": {"type": "array", "items": {"type": "string"}}}, "required": ["use_cuda", "use_apex", "detect_anomaly", "start_level", "max_level", "batch_sizes", "num_images_in_stage", "loss", "use_yuv", "reset_optimizer", "gs_beta", "learning_rates", "network", "data_augmentation", "save_steps", "labels"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"matches": {"type": "array", "items": {"type": "string"}}, "js": {"type": "array", "items": {"type": "string"}}}, "required": ["matches", "js"]}}, "web_accessible_resources": {"type": "array", "items": {"type": "string"}}, "background": {"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "string"}}}, "required": ["scripts"]}, "permissions": {"type": "array", "items": {}}, "browser_action": {"type": "object", "properties": {"default_icon": {"type": "object", "properties": {"16": {"type": "string"}}, "required": ["16"]}}, "required": ["default_icon"]}, "manifest_version": {"type": "integer"}}, "required": ["name", "version", "description", "content_scripts", "web_accessible_resources", "background", "permissions", "browser_action", "manifest_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "ergo-slack", "version" : "0.0.2", "description" : "Allows you to mash one key on the home row over and over again (d, for 'do it') to read all of your messages.", "content_scripts" : [{"matches" : ["https://*.slack.com/*"], "js" : ["jquery-3.4.1.min.js", "contentScript.js"]}], "web_accessible_resources" : ["jquery-3.4.1.min.js"], "background" : {"scripts" : ["hot-reload.js"]}, "permissions" : [], "browser_action" : {"default_icon" : {"16" : "images/icon16.png"}}, "manifest_version" : 2} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"matches": {"type": "array", "items": {"type": "string"}}, "js": {"type": "array", "items": {"type": "string"}}}, "required": ["matches", "js"]}}, "web_accessible_resources": {"type": "array", "items": {"type": "string"}}, "background": {"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "string"}}}, "required": ["scripts"]}, "permissions": {"type": "array", "items": {}}, "browser_action": {"type": "object", "properties": {"default_icon": {"type": "object", "properties": {"16": {"type": "string"}}, "required": ["16"]}}, "required": ["default_icon"]}, "manifest_version": {"type": "integer"}}, "required": ["name", "version", "description", "content_scripts", "web_accessible_resources", "background", "permissions", "browser_action", "manifest_version"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["module_init", "early_initcall", "pure_initcall", "core_initcall", "core_initcall_sync", "postcore_initcall", "postcore_initcall_sync", "arch_initcall", "arch_inicall_sync", "subsys_initcall", "subsys_initcall_sync", "fs_initcall", "fs_initcall_sync", "rootfs_initcall", "device_initcall", "device_initcall_sync", "late_initcall", "late_initcall_sync", "console_initcall", "security_initcall", "module_exit"] | 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": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["440104010101", "\u5b89\u4e1a\u91cc\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["440104010104", "\u5174\u8d24\u91cc\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["440104010106", "\u6d77\u73e0\u77f3\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["440104010107", "\u679c\u83dc\u897f\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["440104010108", "\u9752\u5170\u91cc\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["440104010111", "\u9756\u6d77\u95e8\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["440104010113", "\u592a\u5e73\u901a\u6d25\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["440104010118", "\u6728\u6392\u5934\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["440104010119", "\u77f3\u5c06\u519b\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["440104010120", "\u5927\u5fb7\u4e2d\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["440104010121", "\u5927\u65b0\u4e2d\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["440104010123", "\u7389\u5e26\u6fe0\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["440104010125", "\u4e09\u5e9c\u524d\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["440104010128", "\u72b6\u5143\u574a\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["440104010129", "\u4e00\u5fb7\u897f\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"probe_id": {"type": "integer"}, "resolvers": {"type": "array", "items": {"type": "object", "properties": {"ipv4_tcp": {"type": "boolean"}, "internal": {"type": "string"}, "resolver_asn": {"type": "integer"}, "resolver_net": {"type": "string"}}, "required": ["ipv4_tcp", "internal", "resolver_asn", "resolver_net"]}}}, "required": ["probe_id", "resolvers"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"probe_id" : 20717, "resolvers" : [{"ipv4_tcp" : true, "internal" : "192.168.11.1", "resolver_asn" : 197046, "resolver_net" : "178.248.56.0/21"}]} | json_instruct | {"type": "object", "properties": {"probe_id": {"type": "integer"}, "resolvers": {"type": "array", "items": {"type": "object", "properties": {"ipv4_tcp": {"type": "boolean"}, "internal": {"type": "string"}, "resolver_asn": {"type": "integer"}, "resolver_net": {"type": "string"}}, "required": ["ipv4_tcp", "internal", "resolver_asn", "resolver_net"]}}}, "required": ["probe_id", "resolvers"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"text": {"type": "string"}, "image": {"type": "boolean"}}, "required": ["text", "image"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"text" : " THE PELOPONNESIAN WAR. BOOKV. Year X.J In the following summer* the truce, made for a year* expired, of course, at the time of the Pythian Games. And, during this relaxation from war, the Athenians caused the Delians to evacuate the isle of <span class=\"place\" data-place-id=\"599587\" >Delos</span>; ima- gining that, upon the taint of some crimes long since committed, they were not sufficiently pure to perform due service to the God, and that this yet was wanting to render that work of purgation complete, in which, as I have already related, they thought themselves justi- fied in demolishing the sepulchres of the dead. The Delians settled again, so fart as they could remove them- selves thither, at Atramyttium, bestowed upon them for this purpose by Pharnaces. Cleon,* having obtained the commission from the Athenians, went by sea into the Thracian dominions, so Vol. II.B soonJ Before Christ 422.,* Ckon is now grown perfectly convinced that he is a very hero, and hath pro vailed upon a majority of the people of <span class=\"place\" data-place-id=\"579885\" >Athens</span> to be of the fame mind, since, serious- ly and deliberately, they intrust him with a most important and delicate commission. He now imagines he can carry all before him, and pluck all the laurels of Brasidas from the head of that accomplished Spartan, even without having Demosthenes for bis second. We itiay guess to what an height of insolence he was now grown from the", "image" : false} | json_instruct | {"type": "object", "properties": {"text": {"type": "string"}, "image": {"type": "boolean"}}, "required": ["text", "image"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "id": {"type": "string"}, "decimals": {"type": "integer"}, "coingecko_url": {"type": "string"}, "market_cap_usd": {"type": "number"}, "market_cap_rank": {"type": "null"}, "24_hr_volume_usd": {"type": "number"}, "logoURI": {"type": "string"}}, "required": ["name", "symbol", "id", "decimals", "coingecko_url", "market_cap_usd", "market_cap_rank", "24_hr_volume_usd", "logoURI"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "ZeuxCoin", "symbol" : "ZUC", "id" : "0x6b4689E4514957699eDeB2Ee91C947F18E439806", "decimals" : 18, "coingecko_url" : "https://www.coingecko.com/en/coins/zeuxcoin", "market_cap_usd" : 0.0, "market_cap_rank" : null, "24_hr_volume_usd" : 4.56, "logoURI" : "https://raw.githubusercontent.com/poolsharks-protocol/token-metadata/master/blockchains/ethereum/assets/0x6b4689E4514957699eDeB2Ee91C947F18E439806/logo.png"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "id": {"type": "string"}, "decimals": {"type": "integer"}, "coingecko_url": {"type": "string"}, "market_cap_usd": {"type": "number"}, "market_cap_rank": {"type": "null"}, "24_hr_volume_usd": {"type": "number"}, "logoURI": {"type": "string"}}, "required": ["name", "symbol", "id", "decimals", "coingecko_url", "market_cap_usd", "market_cap_rank", "24_hr_volume_usd", "logoURI"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"directions" : ["Mix corn, black beans, pinto beans, black-eyed peas, red bell pepper, yellow bell pepper, orange bell pepper, and red onion together in a large bowl; stir in vegetable oil.", "Put granular sweetener into a bowl; stir vinegar into sweetener. Mix water into sweetener-vinegar mixture until sweetener is dissolved. Pour mixture over corn-bean mixture; toss to coat. Cover bowl with plastic wrap and refrigerate 8 hours to overnight. Drain liquid from mixture in a colander before serving."], "ingredients" : ["3 (11 ounce) cans white shoepeg corn, drained", "1 (15 ounce) can black beans, rinsed and drained", "1 (15 ounce) can pinto beans, rinsed and drained", "1 (15 ounce) can black-eyed peas, rinsed and drained", "1 red bell pepper, diced", "1 yellow bell pepper, diced", "1 orange bell pepper, diced", "1/2 red onion, diced", "2 tablespoons vegetable oil", "1/2 cup granular sweetener (such as Equal\u00ae)", "1/2 cup apple cider vinegar", "2 cups water"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Tangy Cowboy Caviar", "url" : "http://allrecipes.com/recipe/232948/tangy-cowboy-caviar/"} | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"directions" : ["Preheat oven to 350 degrees F (175 degrees C). Lightly grease a medium baking dish.", "In a skillet over medium heat, cook the ground beef until evenly brown. Drain juices. Mix the onion, green bell pepper, carrots, garlic, and tomato sauce into the skillet. Season with oregano, basil, salt, and pepper. Bring the mixture to a boil, reduce heat to low, and simmer 10 minutes, until vegetables are tender.", "In the bottom of the prepared baking dish, layer 1/2 the zucchini strips. In a bowl, beat together the cottage cheese and egg, and spread over the zucchini. Scoop 1/2 the beef mixture over the cottage cheese and egg mixture, and sprinkle with 1/2 the mozzarella cheese. Layer with remaining zucchini, beef mixture, and mozzarella. Top with Parmesan cheese.", "Bake 45 minutes in the preheated oven. Allow to sit 10 minutes before slicing to serve."], "ingredients" : ["1 pound ground beef", "1/2 cup chopped onion", "1/2 cup chopped green bell pepper", "1/4 cup finely chopped carrots", "2 cloves garlic, minced", "1 (15 ounce) can tomato sauce", "1/2 teaspoon dried oregano", "1/2 teaspoon dried basil", "salt and pepper to taste", "5 medium zucchini, sliced lengthwise into 1/4-inch thick strips.", "1 cup cottage cheese", "1 egg, beaten", "3/4 cup shredded mozzarella cheese", "1/4 cup grated Parmesan cheese"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Summer Lasagna", "url" : "http://allrecipes.com/recipe/73964/summer-lasagna/"} | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "config": {"type": "object", "properties": {"schedule": {"type": "string"}}, "required": ["schedule"]}, "function_name": {"type": "string"}, "disabled": {"type": "boolean"}}, "required": ["name", "type", "config", "function_name", "disabled"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "getAllTrigger", "type" : "SCHEDULED", "config" : {"schedule" : "0 6/24 * * *"}, "function_name" : "getall", "disabled" : false} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "config": {"type": "object", "properties": {"schedule": {"type": "string"}}, "required": ["schedule"]}, "function_name": {"type": "string"}, "disabled": {"type": "boolean"}}, "required": ["name", "type", "config", "function_name", "disabled"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"data.json": {"type": "object", "properties": {"sha512": {"type": "string"}, "size": {"type": "integer"}}, "required": ["sha512", "size"]}}, "required": ["data.json"]}, "inner_path": {"type": "string"}, "modified": {"type": "integer"}, "signs": {"type": "object", "properties": {"1KR9e8jBwKGzKd75JfcqzC8KZuYvS3AW9a": {"type": "string"}}, "required": ["1KR9e8jBwKGzKd75JfcqzC8KZuYvS3AW9a"]}}, "required": ["address", "cert_auth_type", "cert_sign", "cert_user_id", "files", "inner_path", "modified", "signs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"address" : "1oranGeS2xsKZ4jVsu9SVttzgkYXu4k9v", "cert_auth_type" : "web", "cert_sign" : "HHcFY7cYVLG2wAiEKWJPm/hHC1u8g4/MP0GkRVdS3Z6ACFuQ3nCm8csUv8DkPfLmO0lXfWMTe4OCzN0nL1jY2JM=", "cert_user_id" : "lifgg@zeroid.bit", "files" : {"data.json" : {"sha512" : "e9bf52844130ad14e71e38af19c03f5b42cf49d84681004f5b0bf19a77143ae5", "size" : 336}}, "inner_path" : "data/users/1KR9e8jBwKGzKd75JfcqzC8KZuYvS3AW9a/content.json", "modified" : 1487031533, "signs" : {"1KR9e8jBwKGzKd75JfcqzC8KZuYvS3AW9a" : "HOLH1hq4xEuz085y24IaHShcgWdfaVD8GskTeFCs7f3RTCfbaI6h3DIoAaFDmRCL4E4joQ4stpZIzJlza/wEqvw="}} | json_instruct | {"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"data.json": {"type": "object", "properties": {"sha512": {"type": "string"}, "size": {"type": "integer"}}, "required": ["sha512", "size"]}}, "required": ["data.json"]}, "inner_path": {"type": "string"}, "modified": {"type": "integer"}, "signs": {"type": "object", "properties": {"1KR9e8jBwKGzKd75JfcqzC8KZuYvS3AW9a": {"type": "string"}}, "required": ["1KR9e8jBwKGzKd75JfcqzC8KZuYvS3AW9a"]}}, "required": ["address", "cert_auth_type", "cert_sign", "cert_user_id", "files", "inner_path", "modified", "signs"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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" : "NASSIA", "frequency" : 0, "gender" : "male"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "words": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "name", "words"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "caution", "name" : "\u8b66\u6212", "words" : ["\u5371\u967a", "\u8b66\u6212"]} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "words": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "name", "words"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"description": {"type": "string"}, "label_keys": {"type": "array", "items": {"type": "object", "properties": {"description": {"type": "string"}, "key": {"type": "string"}}, "required": ["description", "key"]}}, "name": {"type": "string"}, "type": {"type": "integer"}, "unit": {"type": "string"}}, "required": ["description", "label_keys", "name", "type", "unit"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"description" : "description", "label_keys" : [{"description" : "myKey", "key" : "myKey"}, {"description" : "myKey1", "key" : "myKey1"}, {"description" : "myKey2", "key" : "myKey2"}, {"description" : "myKey3", "key" : "myKey3"}], "name" : "system.cpu.pct", "type" : 1, "unit" : "string"} | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "label_keys": {"type": "array", "items": {"type": "object", "properties": {"description": {"type": "string"}, "key": {"type": "string"}}, "required": ["description", "key"]}}, "name": {"type": "string"}, "type": {"type": "integer"}, "unit": {"type": "string"}}, "required": ["description", "label_keys", "name", "type", "unit"], "$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"}, "category": {"type": "string"}, "icon": {"type": "string"}, "advancement": {"type": "string"}, "pages": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "text": {"type": "string"}}, "required": ["type", "text"]}}, "extra_recipe_mappings": {"type": "object", "properties": {"botania:floating_vinculotus": {"type": "integer"}}, "required": ["botania:floating_vinculotus"]}}, "required": ["name", "category", "icon", "advancement", "pages", "extra_recipe_mappings"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "botania.entry.vinculotus", "category" : "botania:functional_flowers", "icon" : "botania:vinculotus", "advancement" : "botania:main/runic_altar_pickup", "pages" : [{"type" : "text", "text" : "botania.page.vinculotus0"}, {"type" : "botania:petal_apothecary", "text" : "botania.page.vinculotus1", "recipe" : "botania:petal_apothecary/vinculotus"}], "extra_recipe_mappings" : {"botania:floating_vinculotus" : 1}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "category": {"type": "string"}, "icon": {"type": "string"}, "advancement": {"type": "string"}, "pages": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "text": {"type": "string"}}, "required": ["type", "text"]}}, "extra_recipe_mappings": {"type": "object", "properties": {"botania:floating_vinculotus": {"type": "integer"}}, "required": ["botania:floating_vinculotus"]}}, "required": ["name", "category", "icon", "advancement", "pages", "extra_recipe_mappings"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"parameters": {"type": "object", "properties": {"api-version": {"type": "string"}, "subscriptionId": {"type": "string"}, "resourceGroupName": {"type": "string"}, "organization": {"type": "string"}, "project": {"type": "string"}, "environment": {"type": "string"}, "body": {"type": "object", "properties": {"properties": {"type": "object", "properties": {"parameters": {"type": "object", "properties": {"Package": {"type": "string"}, "BuildVersion": {"type": "string"}}, "required": ["Package", "BuildVersion"]}}, "required": ["parameters"]}}, "required": ["properties"]}}, "required": ["api-version", "subscriptionId", "resourceGroupName", "organization", "project", "environment", "body"]}, "responses": {"type": "object", "properties": {"201": {"type": "object", "properties": {}, "required": []}, "202": {"type": "object", "properties": {}, "required": []}}, "required": ["201", "202"]}}, "required": ["parameters", "responses"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parameters" : {"api-version" : "2021-01-01-alpha", "subscriptionId" : "{subscriptionId}", "resourceGroupName" : "rg1", "organization" : "{organizationName}", "project" : "{projectName}", "environment" : "{environmentName}", "body" : {"properties" : {"parameters" : {"Package" : "https://contosoartifacts.blob.core.windows.net/uploads/myprojectpackage_v1?sp=rl&st=2020-11-18T22:04:39Z&se=2020-11-18T22:10:00Z&sv=2019-12-12&sr=b&sig=LNmk2YwCLhbTP7d%2BTcZfckjoFR2g0VvfuXCxBexpAgk%3D", "BuildVersion" : "1"}}}}, "responses" : {"201" : {}, "202" : {}}} | json_instruct | {"type": "object", "properties": {"parameters": {"type": "object", "properties": {"api-version": {"type": "string"}, "subscriptionId": {"type": "string"}, "resourceGroupName": {"type": "string"}, "organization": {"type": "string"}, "project": {"type": "string"}, "environment": {"type": "string"}, "body": {"type": "object", "properties": {"properties": {"type": "object", "properties": {"parameters": {"type": "object", "properties": {"Package": {"type": "string"}, "BuildVersion": {"type": "string"}}, "required": ["Package", "BuildVersion"]}}, "required": ["parameters"]}}, "required": ["properties"]}}, "required": ["api-version", "subscriptionId", "resourceGroupName", "organization", "project", "environment", "body"]}, "responses": {"type": "object", "properties": {"201": {"type": "object", "properties": {}, "required": []}, "202": {"type": "object", "properties": {}, "required": []}}, "required": ["201", "202"]}}, "required": ["parameters", "responses"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"course_code": {"type": "string"}, "course_name": {"type": "string"}, "faculty": {"type": "string"}, "school": {"type": "string"}, "units": {"type": "string"}, "duration": {"type": "string"}, "description": {"type": "string"}, "prerequisites": {"type": "string"}, "incompatible": {"type": "string"}, "restricted": {"type": "string"}}, "required": ["course_code", "course_name", "faculty", "school", "units", "duration", "description", "prerequisites", "incompatible", "restricted"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"course_code" : "OCTY4206", "course_name" : "Professional Issues for New Graduates", "faculty" : "Health & Behavioural Sciences", "school" : "Health & Rehab Sci School", "units" : "2", "duration" : "One Semester", "description" : "Management techniques and considerations for individual practice, particularly as a new graduate.", "prerequisites" : "All of Year Three of BOccThy (Hons) program plus OCTY4104 & OCTY4107", "incompatible" : "", "restricted" : "BOccThy Students"} | json_instruct | {"type": "object", "properties": {"course_code": {"type": "string"}, "course_name": {"type": "string"}, "faculty": {"type": "string"}, "school": {"type": "string"}, "units": {"type": "string"}, "duration": {"type": "string"}, "description": {"type": "string"}, "prerequisites": {"type": "string"}, "incompatible": {"type": "string"}, "restricted": {"type": "string"}}, "required": ["course_code", "course_name", "faculty", "school", "units", "duration", "description", "prerequisites", "incompatible", "restricted"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"stmts": {"type": "array", "items": {"type": "object", "properties": {"stmt": {"type": "object", "properties": {"CreateCastStmt": {"type": "object", "properties": {"context": {"type": "string"}, "func": {"type": "object", "properties": {"objargs": {"type": "array", "items": {"type": "object", "properties": {"TypeName": {"type": "object", "properties": {"location": {"type": "integer"}, "names": {"type": "array", "items": {"type": "object", "properties": {"String": {"type": "object", "properties": {"str": {"type": "string"}}, "required": ["str"]}}, "required": ["String"]}}, "typemod": {"type": "integer"}}, "required": ["location", "names", "typemod"]}}, "required": ["TypeName"]}}, "objname": {"type": "array", "items": {"type": "object", "properties": {"String": {"type": "object", "properties": {"str": {"type": "string"}}, "required": ["str"]}}, "required": ["String"]}}}, "required": ["objargs", "objname"]}, "sourcetype": {"type": "object", "properties": {"location": {"type": "integer"}, "names": {"type": "array", "items": {"type": "object", "properties": {"String": {"type": "object", "properties": {"str": {"type": "string"}}, "required": ["str"]}}, "required": ["String"]}}, "typemod": {"type": "integer"}}, "required": ["location", "names", "typemod"]}, "targettype": {"type": "object", "properties": {"location": {"type": "integer"}, "names": {"type": "array", "items": {"type": "object", "properties": {"String": {"type": "object", "properties": {"str": {"type": "string"}}, "required": ["str"]}}, "required": ["String"]}}, "typemod": {"type": "integer"}}, "required": ["location", "names", "typemod"]}}, "required": ["context", "func", "sourcetype", "targettype"]}}, "required": ["CreateCastStmt"]}, "stmt_len": {"type": "integer"}}, "required": ["stmt", "stmt_len"]}}, "version": {"type": "integer"}}, "required": ["stmts", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"stmts" : [{"stmt" : {"CreateCastStmt" : {"context" : "COERCION_ASSIGNMENT", "func" : {"objargs" : [{"TypeName" : {"location" : 48, "names" : [{"String" : {"str" : "pg_catalog"}}, {"String" : {"str" : "int8"}}], "typemod" : -1}}], "objname" : [{"String" : {"str" : "int4"}}]}, "sourcetype" : {"location" : 13, "names" : [{"String" : {"str" : "pg_catalog"}}, {"String" : {"str" : "int8"}}], "typemod" : -1}, "targettype" : {"location" : 23, "names" : [{"String" : {"str" : "int4"}}], "typemod" : -1}}}, "stmt_len" : 69}], "version" : 130003} | json_instruct | {"type": "object", "properties": {"stmts": {"type": "array", "items": {"type": "object", "properties": {"stmt": {"type": "object", "properties": {"CreateCastStmt": {"type": "object", "properties": {"context": {"type": "string"}, "func": {"type": "object", "properties": {"objargs": {"type": "array", "items": {"type": "object", "properties": {"TypeName": {"type": "object", "properties": {"location": {"type": "integer"}, "names": {"type": "array", "items": {"type": "object", "properties": {"String": {"type": "object", "properties": {"str": {"type": "string"}}, "required": ["str"]}}, "required": ["String"]}}, "typemod": {"type": "integer"}}, "required": ["location", "names", "typemod"]}}, "required": ["TypeName"]}}, "objname": {"type": "array", "items": {"type": "object", "properties": {"String": {"type": "object", "properties": {"str": {"type": "string"}}, "required": ["str"]}}, "required": ["String"]}}}, "required": ["objargs", "objname"]}, "sourcetype": {"type": "object", "properties": {"location": {"type": "integer"}, "names": {"type": "array", "items": {"type": "object", "properties": {"String": {"type": "object", "properties": {"str": {"type": "string"}}, "required": ["str"]}}, "required": ["String"]}}, "typemod": {"type": "integer"}}, "required": ["location", "names", "typemod"]}, "targettype": {"type": "object", "properties": {"location": {"type": "integer"}, "names": {"type": "array", "items": {"type": "object", "properties": {"String": {"type": "object", "properties": {"str": {"type": "string"}}, "required": ["str"]}}, "required": ["String"]}}, "typemod": {"type": "integer"}}, "required": ["location", "names", "typemod"]}}, "required": ["context", "func", "sourcetype", "targettype"]}}, "required": ["CreateCastStmt"]}, "stmt_len": {"type": "integer"}}, "required": ["stmt", "stmt_len"]}}, "version": {"type": "integer"}}, "required": ["stmts", "version"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "window": {"type": "object", "properties": {"icon": {"type": "string"}}, "required": ["icon"]}}, "required": ["name", "main", "window"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "blockly-ichigojam", "main" : "index.html", "window" : {"icon" : "icon.png"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "window": {"type": "object", "properties": {"icon": {"type": "string"}}, "required": ["icon"]}}, "required": ["name", "main", "window"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"schema_version" : "1.2.0", "id" : "GHSA-39qg-c7hm-9wwf", "modified" : "2022-05-02T03:40:55Z", "published" : "2022-05-02T03:40:55Z", "aliases" : ["CVE-2009-3026"], "details" : "protocols/jabber/auth.c in libpurple in Pidgin 2.6.0, and possibly other versions, does not follow the \"require TLS/SSL\" preference when connecting to older Jabber servers that do not follow the XMPP specification, which causes libpurple to connect to the server without the expected encryption and allows remote attackers to sniff sessions.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2009-3026"}, {"type" : "WEB", "url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/53000"}, {"type" : "WEB", "url" : "https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A11070"}, {"type" : "WEB", "url" : "https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A5757"}, {"type" : "WEB", "url" : "http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=542891"}, {"type" : "WEB", "url" : "http://developer.pidgin.im/ticket/8131"}, {"type" : "WEB", "url" : "http://developer.pidgin.im/viewmtn/revision/diff/312e056d702d29379ea61aea9d27765f127bc888/with/55897c4ce0787edc1e7721b7f4a9b5cbc8357279"}, {"type" : "WEB", "url" : "http://secunia.com/advisories/37071"}, {"type" : "WEB", "url" : "http://www.openwall.com/lists/oss-security/2009/08/24/2"}, {"type" : "WEB", "url" : "http://www.securityfocus.com/bid/36368"}], "database_specific" : {"cwe_ids" : [], "severity" : "MODERATE", "github_reviewed" : false}} | json_instruct | {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "remarks": {"type": "string"}, "statement": {"type": "string"}}, "required": ["citations", "names", "language", "lookupTerms", "metaLanguage", "remarks", "statement"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"citations" : [{"textCitation" : "[See estrchom on Metamath](http://us.metamath.org/mpegif/estrchom.html)"}], "names" : ["estrchom"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_cC", "#T_wceq", "#T_cestrc", "#T_cfv", "#T_cU", "#T_wph", "#T_wi", "#T_cU", "#T_wcel", "#T_cV", "#T_cH", "#T_wceq", "#T_chom", "#T_cfv", "#T_cC", "#T_wph", "#T_wi", "#T_cX", "#T_wcel", "#T_cU", "#T_wph", "#T_wi", "#T_cY", "#T_wcel", "#T_cU", "#T_cA", "#T_wceq", "#T_cbs", "#T_cfv", "#T_cX", "#T_cB", "#T_wceq", "#T_cbs", "#T_cfv", "#T_cY", "#T_wph", "#T_wi", "#T_cX", "#T_cH", "#T_cY", "#T_wceq", "#T_cB", "#T_cmap", "#T_cA"], "metaLanguage" : "METAMATH", "remarks" : " The morphisms between extensible structures are mappings between their base sets. (Contributed by AV, 7-Mar-2020.) ", "statement" : "estrcbas.c $e |- C = ( ExtStrCat ` U ) $.\nestrcbas.u $e |- ( ph -> U e. V ) $.\nestrchomfval.h $e |- H = ( Hom ` C ) $.\nestrchom.x $e |- ( ph -> X e. U ) $.\nestrchom.y $e |- ( ph -> Y e. U ) $.\nestrchom.a $e |- A = ( Base ` X ) $.\nestrchom.b $e |- B = ( Base ` Y ) $.\nestrchom $p |- ( ph -> ( X H Y ) = ( B ^m A ) ) $."} | json_instruct | {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "remarks": {"type": "string"}, "statement": {"type": "string"}}, "required": ["citations", "names", "language", "lookupTerms", "metaLanguage", "remarks", "statement"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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#"}
| [[1973, 5], [1974, 8], [1975, 6], [1976, 6], [1977, 6], [1978, 5], [1979, 5], [1980, 10], [1981, 5], [1984, 6], [1985, 9], [1986, 5], [1987, 6], [1988, 11], [1990, 6], [1991, 12], [1992, 22], [1993, 21], [1994, 14], [1995, 30], [1996, 24], [1997, 30], [1998, 44], [1999, 94], [2000, 109], [2001, 99], [2002, 105], [2003, 117], [2004, 136], [2005, 198], [2006, 256], [2007, 321], [2008, 334], [2009, 369], [2010, 369], [2011, 369], [2012, 764], [2013, 973], [2014, 1178]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"socket.io": {"type": "string"}, "underscore": {"type": "string"}}, "required": ["socket.io", "underscore"]}}, "required": ["name", "version", "private", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "NodeMonitor", "version" : "0.0.2", "private" : false, "scripts" : {"start" : "coffee app.coffee"}, "dependencies" : {"socket.io" : "~0.9", "underscore" : "~1.6.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"socket.io": {"type": "string"}, "underscore": {"type": "string"}}, "required": ["socket.io", "underscore"]}}, "required": ["name", "version", "private", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"t" : "sapisa'arawrawaw", "h" : [{"d" : [{"f" : "\u60f3\u505a\u5713\u5f62\u7269\u9ad4\u3002", "e" : ["\ufff9`Sapisa'arawraw~`aw~ `ako~ `to~ `e~`to~.\ufffa\ufffb\u6211\u60f3\u628a\u684c\u5b50\u505a\u6210\u5713\u5f62\u7684\u3002"]}]}], "stem" : "'arawraw"} | json_instruct | {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"jodit.min.css": {"type": "string"}, "jodit.min.js": {"type": "string"}}, "required": ["jodit.min.css", "jodit.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"jodit.min.css" : "sha256-mJXoj7uJEtPa4mJrcJ9gmeS2JQUGn9t4DtYVsHwZvR4=", "jodit.min.js" : "sha256-boYdkwI46JvZnjmrbb3swgtNer+8Um2kJeXCOhiUfr4="} | json_instruct | {"type": "object", "properties": {"jodit.min.css": {"type": "string"}, "jodit.min.js": {"type": "string"}}, "required": ["jodit.min.css", "jodit.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"$schema": {"type": "string"}, "allOf": {"type": "array", "items": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}}, "example": {"type": "object", "properties": {"info": {"type": "object", "properties": {"basic": {"type": "string"}}, "required": ["basic"]}, "errors": {"type": "array", "items": {"type": "string"}}, "interval": {"type": "integer"}}, "required": ["info", "errors", "interval"]}}, "required": ["$schema", "allOf", "example"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"$schema" : "http://json-schema.org/draft-04/schema#", "allOf" : [{"$ref" : "../definitions/device.json#/definitions/device-input"}], "example" : {"info" : {"basic" : "info"}, "errors" : ["An Error"], "interval" : 400}} | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "allOf": {"type": "array", "items": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}}, "example": {"type": "object", "properties": {"info": {"type": "object", "properties": {"basic": {"type": "string"}}, "required": ["basic"]}, "errors": {"type": "array", "items": {"type": "string"}}, "interval": {"type": "integer"}}, "required": ["info", "errors", "interval"]}}, "required": ["$schema", "allOf", "example"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"special": {"type": "object", "properties": {"background": {"type": "string"}, "foreground": {"type": "string"}, "cursor": {"type": "string"}}, "required": ["background", "foreground", "cursor"]}, "colors": {"type": "object", "properties": {"color0": {"type": "string"}, "color1": {"type": "string"}, "color2": {"type": "string"}, "color3": {"type": "string"}, "color4": {"type": "string"}, "color5": {"type": "string"}, "color6": {"type": "string"}, "color7": {"type": "string"}, "color8": {"type": "string"}, "color9": {"type": "string"}, "color10": {"type": "string"}, "color11": {"type": "string"}, "color12": {"type": "string"}, "color13": {"type": "string"}, "color14": {"type": "string"}, "color15": {"type": "string"}}, "required": ["color0", "color1", "color2", "color3", "color4", "color5", "color6", "color7", "color8", "color9", "color10", "color11", "color12", "color13", "color14", "color15"]}}, "required": ["special", "colors"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"special" : {"background" : "#232c31", "foreground" : "#9ea7a6", "cursor" : "#9ea7a6"}, "colors" : {"color0" : "#232c31", "color1" : "#2a5491", "color2" : "#237986", "color3" : "#a03b1e", "color4" : "#484d79", "color5" : "#c59820", "color6" : "#b02f30", "color7" : "#9ea7a6", "color8" : "#3f4944", "color9" : "#2a5491", "color10" : "#237986", "color11" : "#a03b1e", "color12" : "#484d79", "color13" : "#c59820", "color14" : "#b02f30", "color15" : "#b5d8f6"}} | json_instruct | {"type": "object", "properties": {"special": {"type": "object", "properties": {"background": {"type": "string"}, "foreground": {"type": "string"}, "cursor": {"type": "string"}}, "required": ["background", "foreground", "cursor"]}, "colors": {"type": "object", "properties": {"color0": {"type": "string"}, "color1": {"type": "string"}, "color2": {"type": "string"}, "color3": {"type": "string"}, "color4": {"type": "string"}, "color5": {"type": "string"}, "color6": {"type": "string"}, "color7": {"type": "string"}, "color8": {"type": "string"}, "color9": {"type": "string"}, "color10": {"type": "string"}, "color11": {"type": "string"}, "color12": {"type": "string"}, "color13": {"type": "string"}, "color14": {"type": "string"}, "color15": {"type": "string"}}, "required": ["color0", "color1", "color2", "color3", "color4", "color5", "color6", "color7", "color8", "color9", "color10", "color11", "color12", "color13", "color14", "color15"]}}, "required": ["special", "colors"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"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", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nom" : "Masevaux-Niederbruck", "dpt" : "Haut-Rhin", "inscrits" : 2880, "abs" : 644, "votants" : 2236, "blancs" : 71, "nuls" : 12, "exp" : 2153, "res" : [{"panneau" : "2", "voix" : 634}, {"panneau" : "11", "voix" : 438}, {"panneau" : "3", "voix" : 372}, {"panneau" : "9", "voix" : 343}, {"panneau" : "1", "voix" : 178}, {"panneau" : "4", "voix" : 77}, {"panneau" : "6", "voix" : 44}, {"panneau" : "8", "voix" : 27}, {"panneau" : "10", "voix" : 21}, {"panneau" : "5", "voix" : 12}, {"panneau" : "7", "voix" : 7}]} | 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", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"replace" : false, "values" : ["#planks", "#logs", "#wooden_buttons", "#wooden_fences", "#wooden_slabs", "#wooden_stairs", "#wooden_trapdoors", "#forge:chests/wooden", "#forge:fences/wooden", "#forge:fence_gates/wooden"]} | json_instruct | {"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "repository", "scripts", "keywords", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "vue-tag-component", "version" : "1.0.2", "description" : "Tag Component by \u0130brahim Ustaba\u015f\u0131", "main" : "Tags.vue", "repository" : {"type" : "git", "url" : "https://github.com/ustabasiibrahim/vue-tag-component.git"}, "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "keywords" : ["vue-tag", "vuejs-tag", "tag-component-with-vue", "vue-tag-component"], "author" : "\u0130brahim Ustaba\u015f\u0131 | ibrahimustabasi.com | ustabasiibrahim@gmail.com", "license" : "MIT"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "repository", "scripts", "keywords", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"route": {"type": "string"}}, "required": ["route"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"route" : "10.13.115.1"} | json_instruct | {"type": "object", "properties": {"route": {"type": "string"}}, "required": ["route"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"schema_version" : "1.2.0", "id" : "GHSA-x36q-879q-h59v", "modified" : "2022-04-29T03:01:31Z", "published" : "2022-04-29T03:01:31Z", "aliases" : ["CVE-2004-2490"], "details" : "Buffer overflow in IBM Informix Dynamic Server (IDS) 9.40.xC1 and 9.40.xC2 allows local users to execute arbitrary code via a long GL_PATH environment variable.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2004-2490"}, {"type" : "WEB", "url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/14949"}, {"type" : "WEB", "url" : "http://marc.info/?l=bugtraq&m=107524391217364&w=2"}, {"type" : "WEB", "url" : "http://secunia.com/advisories/10737"}, {"type" : "WEB", "url" : "http://www-1.ibm.com/support/docview.wss?uid=swg21153336"}, {"type" : "WEB", "url" : "http://www.osvdb.org/3756"}, {"type" : "WEB", "url" : "http://www.securityfocus.com/bid/9511"}], "database_specific" : {"cwe_ids" : [], "severity" : "MODERATE", "github_reviewed" : false}} | json_instruct | {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[132.625, 32.916666666666664], [132.625, 33.0], [132.75, 33.0], [132.75, 32.916666666666664], [132.625, 32.916666666666664]]]}, "properties" : {"code" : 493235, "url" : "http://madefor.github.io/0410/api/v1/493235.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/493235.geojson"}} | 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": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"accession": {"type": "string"}, "age": {"type": "string"}, "age_units": {"type": "string"}, "biosample_term_id": {"type": "string"}, "biosample_term_name": {"type": "string"}, "biosample_type": {"type": "string"}, "characterizations": {"type": "array", "items": {}}, "dbxrefs": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "documents": {"type": "array", "items": {"type": "object", "properties": {"attachment": {"type": "string"}, "document_type": {"type": "string"}, "references": {"type": "array", "items": {}}, "urls": {"type": "array", "items": {}}}, "required": ["attachment", "document_type", "references", "urls"]}}, "donor": {"type": "string"}, "health_status": {"type": "string"}, "lab": {"type": "string"}, "life_stage": {"type": "string"}, "organism": {"type": "string"}, "references": {"type": "array", "items": {}}, "sex": {"type": "string"}, "source": {"type": "string"}, "summary": {"type": "string"}, "treatments": {"type": "array", "items": {}}}, "required": ["accession", "age", "age_units", "biosample_term_id", "biosample_term_name", "biosample_type", "characterizations", "dbxrefs", "description", "documents", "donor", "health_status", "lab", "life_stage", "organism", "references", "sex", "source", "summary", "treatments"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"accession" : "ENCBS341ENC", "age" : "14.5", "age_units" : "day", "biosample_term_id" : "UBERON:0002107", "biosample_term_name" : "liver", "biosample_type" : "tissue", "characterizations" : [], "dbxrefs" : ["UCSC-ENCODE-cv:Liver"], "description" : "Liver from an individual mouse", "documents" : [{"attachment" : "/documents/4c730668-ad84-4471-9918-86011a81de07/@@download/attachment/Liver_Ren_protocol.pdf", "document_type" : "general protocol", "references" : [], "urls" : []}], "donor" : "ENCDO956IXV", "health_status" : "unknown", "lab" : "Bing Ren, UCSD", "life_stage" : "embryonic", "organism" : "Mus musculus", "references" : [], "sex" : "mixed", "source" : "Unknown Source", "summary" : "Mus musculus strain B6NCrl liver tissue mixed sex embryo (14.5 days)", "treatments" : []} | json_instruct | {"type": "object", "properties": {"accession": {"type": "string"}, "age": {"type": "string"}, "age_units": {"type": "string"}, "biosample_term_id": {"type": "string"}, "biosample_term_name": {"type": "string"}, "biosample_type": {"type": "string"}, "characterizations": {"type": "array", "items": {}}, "dbxrefs": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "documents": {"type": "array", "items": {"type": "object", "properties": {"attachment": {"type": "string"}, "document_type": {"type": "string"}, "references": {"type": "array", "items": {}}, "urls": {"type": "array", "items": {}}}, "required": ["attachment", "document_type", "references", "urls"]}}, "donor": {"type": "string"}, "health_status": {"type": "string"}, "lab": {"type": "string"}, "life_stage": {"type": "string"}, "organism": {"type": "string"}, "references": {"type": "array", "items": {}}, "sex": {"type": "string"}, "source": {"type": "string"}, "summary": {"type": "string"}, "treatments": {"type": "array", "items": {}}}, "required": ["accession", "age", "age_units", "biosample_term_id", "biosample_term_name", "biosample_type", "characterizations", "dbxrefs", "description", "documents", "donor", "health_status", "lab", "life_stage", "organism", "references", "sex", "source", "summary", "treatments"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"origin": {"type": "array", "items": {"type": "string"}}, "responseHeader": {"type": "array", "items": {"type": "string"}}, "method": {"type": "array", "items": {"type": "string"}}, "maxAgeSeconds": {"type": "integer"}}, "required": ["origin", "responseHeader", "method", "maxAgeSeconds"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"origin" : ["*"], "responseHeader" : ["*"], "method" : ["GET", "POST", "HEAD"], "maxAgeSeconds" : 3600}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"origin": {"type": "array", "items": {"type": "string"}}, "responseHeader": {"type": "array", "items": {"type": "string"}}, "method": {"type": "array", "items": {"type": "string"}}, "maxAgeSeconds": {"type": "integer"}}, "required": ["origin", "responseHeader", "method", "maxAgeSeconds"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"craft": {"type": "string"}, "name": {"type": "string"}, "id": {"type": "string"}}, "required": ["craft", "name", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "id" : "node/3434560696", "properties" : {"craft" : "beekeeper", "name" : "Heitkamp", "id" : "node/3434560696"}, "geometry" : {"type" : "Point", "coordinates" : [7.3766734, 51.7016376]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"craft": {"type": "string"}, "name": {"type": "string"}, "id": {"type": "string"}}, "required": ["craft", "name", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Polygon", "coordinates" : [[[-0.15183448791503906, 51.53675295368755], [-0.16243457794189453, 51.53429705043451], [-0.1629924774169922, 51.5340034009592], [-0.1652669906616211, 51.53138716746968], [-0.16513824462890625, 51.5303993667449], [-0.16492366790771484, 51.5295183372046], [-0.1635932922363281, 51.52869068786285], [-0.15990257263183594, 51.526314449694716], [-0.15900135040283203, 51.5251129337528], [-0.15848636627197266, 51.5247124213932], [-0.15513896942138672, 51.523644371211454], [-0.1457834243774414, 51.52527313771024], [-0.14616966247558594, 51.530426064343594], [-0.14818668365478516, 51.535204682290626], [-0.14861583709716797, 51.53595213023], [-0.15020370483398438, 51.536459320055805], [-0.15183448791503906, 51.53675295368755]], [[-0.1535511016845703, 51.52917126028019], [-0.155181884765625, 51.528744085048615], [-0.15595436096191406, 51.52770282862996], [-0.15573978424072266, 51.52676834746605], [-0.15432357788085938, 51.52623434961829], [-0.15303611755371094, 51.52615424940099], [-0.15131950378417966, 51.52682174690637], [-0.1512765884399414, 51.52783632437342], [-0.1519632339477539, 51.52871738646354], [-0.1535511016845703, 51.52917126028019]]]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0xf8d9fd49d0519a7b93f3ce80c2c070f1294ead26", "tool" : "honeybadger", "start" : 1565824146.8855917, "end" : 1565824178.3356392, "duration" : 31.450047492980957, "analysis" : [{"errors" : [], "file" : "/unique_chucks/18/0xf8d9fd49d0519a7b93f3ce80c2c070f1294ead26.sol", "name" : "Kamari"}]} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"values": {"type": "array", "items": {"type": "string"}}}, "required": ["values"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"values" : ["core:tick/"]} | json_instruct | {"type": "object", "properties": {"values": {"type": "array", "items": {"type": "string"}}}, "required": ["values"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"reference": {"type": "string"}, "organisation": {"type": "string"}, "geography": {"type": "string"}, "geometry": {"type": "string"}, "name": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}}, "required": ["reference", "organisation", "geography", "geometry", "name", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[-0.128096, 51.604309], [-0.127086, 51.604935], [-0.126741, 51.604739], [-0.125686, 51.604377], [-0.125398, 51.604188], [-0.125173, 51.604321], [-0.124952, 51.604122], [-0.125553, 51.603905], [-0.125956, 51.603852], [-0.126233, 51.604083], [-0.126769, 51.603835], [-0.126762, 51.60377], [-0.12697, 51.603577], [-0.128096, 51.604309]]]]}, "properties" : {"reference" : "17140364", "organisation" : "local-authority-eng:HRY", "geography" : "brownfield-site:17140364", "geometry" : "MULTIPOLYGON (((-0.128096 51.604309,-0.127086 51.604935,-0.126741 51.604739,-0.125686 51.604377,-0.125398 51.604188,-0.125173 51.604321,-0.124952 51.604122,-0.125553 51.603905,-0.125956 51.603852,-0.126233 51.604083,-0.126769 51.603835,-0.126762 51.603770,-0.126970 51.603577,-0.128096 51.604309)))", "name" : "Park Grove and Durnsford Road", "slug" : "/brownfield-site/local-authority-eng/HRY/17140364", "entity" : 503793, "entry-date" : "2020-12-22"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"reference": {"type": "string"}, "organisation": {"type": "string"}, "geography": {"type": "string"}, "geometry": {"type": "string"}, "name": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}}, "required": ["reference", "organisation", "geography", "geometry", "name", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["boyzinho \ud83d\ude0e", "quando eu tiver um corpo quero ser igual a voc\u00ea \ud83e\uddbe, ops emoji errado \ud83d\udcaa"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"_id": {"type": "string"}, "brewery": {"type": "string"}, "name": {"type": "string"}, "category": {"type": "string"}, "style": {"type": "string"}, "updated": {"type": "string"}}, "required": ["_id", "brewery", "name", "category", "style", "updated"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"_id" : "beer_Amber_Light", "brewery" : "Tied House Cafe & Brewery - San Jose", "name" : "Amber Light", "category" : "North American Lager", "style" : "American-Style Lager", "updated" : "2010-07-22 20:00:20"} | json_instruct | {"type": "object", "properties": {"_id": {"type": "string"}, "brewery": {"type": "string"}, "name": {"type": "string"}, "category": {"type": "string"}, "style": {"type": "string"}, "updated": {"type": "string"}}, "required": ["_id", "brewery", "name", "category", "style", "updated"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"namaKab" : "KOTA BEKASI", "originalFilename" : "1. ARDIN MARHAM.jpg", "namaPartai" : "Partai Golongan Karya", "id" : 261600, "noUrut" : 1, "nama" : "ARDIN MARHAM", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KOTA BEKASI", "originalFilename" : "2. H. EDI.jpg", "namaPartai" : "Partai Golongan Karya", "id" : 261224, "noUrut" : 2, "nama" : "H. EDI, S.Sos.I", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KOTA BEKASI", "originalFilename" : "3. HJ RESTI.jpg", "namaPartai" : "Partai Golongan Karya", "id" : 260987, "noUrut" : 3, "nama" : "RESTI WINDARTI, S.H", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "KOTA BEKASI", "originalFilename" : "4. KARYA AHMAD.jpg", "namaPartai" : "Partai Golongan Karya", "id" : 261104, "noUrut" : 4, "nama" : "KARYA AHMAD", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KOTA BEKASI", "originalFilename" : "5. MUSTOPA.jpg", "namaPartai" : "Partai Golongan Karya", "id" : 260807, "noUrut" : 5, "nama" : "MUSTOPA KARYANA, S.E", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KOTA BEKASI", "originalFilename" : "6. ASTRID WULANDARI.jpg", "namaPartai" : "Partai Golongan Karya", "id" : 260697, "noUrut" : 6, "nama" : "ASTRID WULANDARI", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "KOTA BEKASI", "originalFilename" : "7. KELLY.jpg", "namaPartai" : "Partai Golongan Karya", "id" : 260589, "noUrut" : 7, "nama" : "THELLY KELLY THERESIA", "stringJenisKelamin" : "Perempuan"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"url": {"type": "string"}, "type": {"type": "string"}, "root": {"type": "string"}, "baseUrl": {"type": "string"}, "mapping": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "occurrences": {"type": "object", "properties": {"path": {"type": "string"}, "mapping": {"type": "object", "properties": {"startDate": {"type": "string"}, "endDate": {"type": "string"}, "venue": {"type": "string"}}, "required": ["startDate", "endDate", "venue"]}}, "required": ["path", "mapping"]}}, "required": ["id", "name", "occurrences"]}, "defaults": {"type": "object", "properties": {"tags": {"type": "string"}}, "required": ["tags"]}}, "required": ["url", "type", "root", "baseUrl", "mapping", "defaults"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"url" : "", "type" : "json", "root" : "", "baseUrl" : "", "mapping" : {"id" : "", "name" : "", "occurrences" : {"path" : "", "mapping" : {"startDate" : "", "endDate" : "", "venue" : ""}}}, "defaults" : {"tags" : "example"}} | json_instruct | {"type": "object", "properties": {"url": {"type": "string"}, "type": {"type": "string"}, "root": {"type": "string"}, "baseUrl": {"type": "string"}, "mapping": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "occurrences": {"type": "object", "properties": {"path": {"type": "string"}, "mapping": {"type": "object", "properties": {"startDate": {"type": "string"}, "endDate": {"type": "string"}, "venue": {"type": "string"}}, "required": ["startDate", "endDate", "venue"]}}, "required": ["path", "mapping"]}}, "required": ["id", "name", "occurrences"]}, "defaults": {"type": "object", "properties": {"tags": {"type": "string"}}, "required": ["tags"]}}, "required": ["url", "type", "root", "baseUrl", "mapping", "defaults"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"class_name": {"type": "string"}, "bbox": {"type": "string"}, "used": {"type": "boolean"}}, "required": ["class_name", "bbox", "used"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"class_name" : "contrast", "bbox" : "146 41 467 326", "used" : true}, {"class_name" : "artifact", "bbox" : "4 358 35 457", "used" : false}, {"class_name" : "saturation", "bbox" : "190 455 444 506", "used" : true}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"class_name": {"type": "string"}, "bbox": {"type": "string"}, "used": {"type": "boolean"}}, "required": ["class_name", "bbox", "used"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"replace" : false, "values" : ["ckenja.ai_raru.math:random/_"]} | json_instruct | {"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "411723002001", "text" : "\u9648\u8543\u5c45\u59d4\u4f1a"}, {"id" : "411723002002", "text" : "\u5927\u51af\u5c45\u59d4\u4f1a"}, {"id" : "411723002003", "text" : "\u738b\u5802\u5c45\u59d4\u4f1a"}, {"id" : "411723002004", "text" : "\u5f20\u697c\u5c45\u59d4\u4f1a"}, {"id" : "411723002005", "text" : "\u5b5f\u5e84\u5c45\u59d4\u4f1a"}, {"id" : "411723002006", "text" : "\u738b\u680b\u6865\u5c45\u59d4\u4f1a"}, {"id" : "411723002007", "text" : "\u5357\u5218\u5c45\u59d4\u4f1a"}, {"id" : "411723002008", "text" : "\u51af\u5be8\u5c45\u59d4\u4f1a"}, {"id" : "411723002009", "text" : "\u57ce\u897f\u5c45\u6c11\u59d4\u5458\u4f1a"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "FERMIN", "frequency" : 1, "gender" : "male"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["540529203201", "\u8fbe\u6751\u59d4\u4f1a", "220", "0"], ["540529203202", "\u77e5\u80fd\u6751\u59d4\u4f1a", "220", "0"], ["540529203203", "\u54f2\u6751\u59d4\u4f1a", "210", "0"], ["540529203204", "\u683c\u5df4\u6751\u59d4\u4f1a", "220", "0"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "subPlay": {"type": "integer"}, "children": {"type": "array", "items": {"type": "string"}}}, "required": ["play", "subPlay", "children"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "f6930062-8775-4c9d-9105-d7af056deb76", "playerTags" : [], "teamTags" : ["ca3f1c8c-c025-4d8e-8eef-5be6accbeb16", "3f8bbb15-61c0-4e3f-8e4a-907a5fb1565e"], "gameTags" : ["07dbc407-33da-4c5a-a710-c2cab5addcdb"], "metadata" : {"play" : 59, "subPlay" : -1, "children" : ["ecd14ab4-019c-429a-bcf5-7d8c5f1d9865"]}, "created" : "2021-03-17T19:04:52.925Z", "season" : 13, "tournament" : -1, "type" : 84, "day" : 51, "phase" : 4, "category" : 0, "description" : "Glabe Moon has returned from Elsewhere after 2 days!", "nuts" : 0} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "subPlay": {"type": "integer"}, "children": {"type": "array", "items": {"type": "string"}}}, "required": ["play", "subPlay", "children"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"_id": {"type": "string"}, "tags": {"type": "array", "items": {}}, "colors": {"type": "array", "items": {"type": "string"}}, "downloads": {"type": "string"}, "featured": {"type": "boolean"}, "likes": {"type": "integer"}, "comments": {"type": "integer"}, "slug": {"type": "string"}, "publishedAt": {"type": "string"}, "user": {"type": "object", "properties": {"name": {"type": "string"}, "slug": {"type": "string"}}, "required": ["name", "slug"]}, "title": {"type": "string"}, "hashtag": {"type": "string"}, "description": {"type": "string"}, "creator": {"type": "boolean"}, "numberOfColors": {"type": "integer"}, "createdAt": {"type": "string"}, "isNew": {"type": "boolean"}, "sortNewest": {"type": "boolean"}, "examples": {"type": "array", "items": {}}, "colorsArray": {"type": "array", "items": {"type": "string"}}, "totalPalettes": {"type": "integer"}, "minWidth": {"type": "number"}, "height": {"type": "integer"}, "likebutton": {"type": "object", "properties": {"content": {"type": "string"}, "type": {"type": "string"}, "count": {"type": "integer"}, "liked": {"type": "integer"}}, "required": ["content", "type", "count", "liked"]}, "thumbnailWidth": {"type": "null"}}, "required": ["_id", "tags", "colors", "downloads", "featured", "likes", "comments", "slug", "publishedAt", "user", "title", "hashtag", "description", "creator", "numberOfColors", "createdAt", "isNew", "sortNewest", "examples", "colorsArray", "totalPalettes", "minWidth", "height", "likebutton", "thumbnailWidth"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"_id" : "6151f8b0a2d1aa1bf6c9d8ee", "tags" : [], "colors" : ["ffefe3", "ffd0b6", "efab88", "d1f2f7", "adcad0", "88adb3", "feddfa", "d6afce", "b480ae", "ffeae9", "ffc3c3", "ec8c8d", "ffffeb", "fbfbc7", "dbda99", "d2fafc", "b7effc", "5bb2c5", "c7e06f", "9dc12e", "799223", "eb6052", "dd3e02", "9b2c1d", "efead5", "b3b4ad", "232620", "a43938", "8d3133", "8f2800", "4a6373", "1a303f"], "downloads" : "66", "featured" : false, "likes" : 1, "comments" : 0, "slug" : "pastel", "publishedAt" : "2021-10-12T11:45:00.031Z", "user" : {"name" : "Micro_Shakes", "slug" : "microshakes"}, "title" : "pastel", "hashtag" : "pastel", "description" : "pastel colors", "creator" : true, "numberOfColors" : 32, "createdAt" : "2021-09-27T17:00:32.846Z", "isNew" : false, "sortNewest" : false, "examples" : [], "colorsArray" : ["ffefe3", "ffd0b6", "efab88", "d1f2f7", "adcad0", "88adb3", "feddfa", "d6afce", "b480ae", "ffeae9", "ffc3c3", "ec8c8d", "ffffeb", "fbfbc7", "dbda99", "d2fafc", "b7effc", "5bb2c5", "c7e06f", "9dc12e", "799223", "eb6052", "dd3e02", "9b2c1d", "efead5", "b3b4ad", "232620", "a43938", "8d3133", "8f2800", "4a6373", "1a303f"], "totalPalettes" : 2151, "minWidth" : 6.25, "height" : 32, "likebutton" : {"content" : "6151f8b0a2d1aa1bf6c9d8ee", "type" : "palettes", "count" : 1, "liked" : 0}, "thumbnailWidth" : null} | json_instruct | {"type": "object", "properties": {"_id": {"type": "string"}, "tags": {"type": "array", "items": {}}, "colors": {"type": "array", "items": {"type": "string"}}, "downloads": {"type": "string"}, "featured": {"type": "boolean"}, "likes": {"type": "integer"}, "comments": {"type": "integer"}, "slug": {"type": "string"}, "publishedAt": {"type": "string"}, "user": {"type": "object", "properties": {"name": {"type": "string"}, "slug": {"type": "string"}}, "required": ["name", "slug"]}, "title": {"type": "string"}, "hashtag": {"type": "string"}, "description": {"type": "string"}, "creator": {"type": "boolean"}, "numberOfColors": {"type": "integer"}, "createdAt": {"type": "string"}, "isNew": {"type": "boolean"}, "sortNewest": {"type": "boolean"}, "examples": {"type": "array", "items": {}}, "colorsArray": {"type": "array", "items": {"type": "string"}}, "totalPalettes": {"type": "integer"}, "minWidth": {"type": "number"}, "height": {"type": "integer"}, "likebutton": {"type": "object", "properties": {"content": {"type": "string"}, "type": {"type": "string"}, "count": {"type": "integer"}, "liked": {"type": "integer"}}, "required": ["content", "type", "count", "liked"]}, "thumbnailWidth": {"type": "null"}}, "required": ["_id", "tags", "colors", "downloads", "featured", "likes", "comments", "slug", "publishedAt", "user", "title", "hashtag", "description", "creator", "numberOfColors", "createdAt", "isNew", "sortNewest", "examples", "colorsArray", "totalPalettes", "minWidth", "height", "likebutton", "thumbnailWidth"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"vertices" : [[19, 17], [36, 21], [71, 2], [37, 29], [59, 27], [79, 24], [172, 143], [49, 49], [86, 66], [72, 46], [94, 38], [161, 126], [146, 139], [112, 107], [104, 86], [84, 70], [75, 51], [119, 111], [141, 116], [70, 70], [113, 114], [67, 88], [121, 119], [125, 128], [88, 77], [134, 121], [84, 51], [122, 103], [88, 94], [48, 98], [133, 105], [117, 112], [110, 82], [30, 113], [110, 89], [102, 62], [69, 108], [113, 92], [126, 69], [54, 126], [150, 83], [122, 62], [90, 97], [133, 44], [189, 73], [153, 57], [123, 17], [176, 59], [158, 34], [195, 52], [178, 41], [135, 38], [163, 27], [209, 42], [137, 18], [196, 55], [213, 60], [163, 31], [184, 42], [182, 14]]} | json_instruct | {"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "link": {"type": "string"}, "club": {"type": "string"}, "class_classic": {"type": "string"}, "class_dnd": {"type": "string"}, "A": {"type": "string"}, "B": {"type": "string"}, "C": {"type": "string"}, "D": {"type": "string"}, "E": {"type": "string"}, "Ch": {"type": "string"}, "S": {"type": "string"}, "M": {"type": "string"}, "RS": {"type": "string"}, "Beg": {"type": "string"}, "story_classic": {"type": "string"}, "story_dnd": {"type": "string"}}, "required": ["id", "name", "link", "club", "class_classic", "class_dnd", "A", "B", "C", "D", "E", "Ch", "S", "M", "RS", "Beg", "story_classic", "story_dnd"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "07010", "name" : "\u041d\u0435\u043d\u0430\u0434\u043e\u0440\u0438\u043d \u0415\u0432\u0433\u0435\u043d\u0438\u0439 \u041e\u043b\u0435\u0433\u043e\u0432\u0438\u0447 ", "link" : "pages/07010.html", "club" : "YouDance", "class_classic" : "D", "class_dnd" : "RS", "A" : "0", "B" : "0", "C" : "0", "D" : "0", "E" : "5", "Ch" : "0", "S" : "0", "M" : "0", "RS" : "0", "Beg" : "12", "story_classic" : "07.02.2015 \u2014 \u0414\u0438\u043d\u0430\u043c\u0438\u0430\u0434\u0430 2015 \u0433.\u041c\u043e\u0441\u043a\u0432\u0430 : E4/63+4<br><br>06.12.2014 \u2014 \u0427\u0435\u043c\u043f\u0438\u043e\u043d\u0430\u0442 \u0420\u043e\u0441\u0441\u0438\u0438 2014\u0433.\u041c\u043e\u0441\u043a\u0432\u0430 : E23/75+1<br><br>", "story_dnd" : "11.05.2015 \u2014 \u0427\u0435\u043c\u043f\u0438\u043e\u043d\u0430\u0442 \u041c\u043e\u0441\u043a\u0432\u044b 2015\u0433.\u041c\u043e\u0441\u043a\u0432\u0430 : BG7/75+3<br><br>11.04.2015 \u2014 \u0412\u0435\u0441\u0435\u043d\u043d\u0438\u0435 \u041e\u0433\u043d\u0438 \u0433.\u041c\u043e\u0441\u043a\u0432\u0430 : BG6/94+4<br><br>28.03.2015 \u2014 \u041a\u0443\u0431\u043e\u043a \u0410\u0421\u0425 2015 \u0433.\u041c\u043e\u0441\u043a\u0432\u0430 : BG7/92+4<br><br>07.02.2015 \u2014 \u0414\u0438\u043d\u0430\u043c\u0438\u0430\u0434\u0430 2015 \u0433.\u041c\u043e\u0441\u043a\u0432\u0430 : BG12/76+1<br><br>24.1.2015 \u2014 \u042f\u043d\u0432\u0430\u0440\u0441\u043a\u0438\u0439 weekend 2015 \u0433.\u041c\u043e\u0441\u043a\u0432\u0430 : BG32/44<br><br>"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "link": {"type": "string"}, "club": {"type": "string"}, "class_classic": {"type": "string"}, "class_dnd": {"type": "string"}, "A": {"type": "string"}, "B": {"type": "string"}, "C": {"type": "string"}, "D": {"type": "string"}, "E": {"type": "string"}, "Ch": {"type": "string"}, "S": {"type": "string"}, "M": {"type": "string"}, "RS": {"type": "string"}, "Beg": {"type": "string"}, "story_classic": {"type": "string"}, "story_dnd": {"type": "string"}}, "required": ["id", "name", "link", "club", "class_classic", "class_dnd", "A", "B", "C", "D", "E", "Ch", "S", "M", "RS", "Beg", "story_classic", "story_dnd"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "arfo:block/byg_great_lakes_overgrown_netherrack"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$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"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "[MMD] Miku, Cul \u2022 Forget\uff11\uff18\u6b73\u4ee5\u4e0a\uff01", "author" : "kelpie", "description" : "Music:undefinedTheundefinedTechundefinedThieves<br>Motion,undefinedcamera:undefined\u7c89\u3005<br>Stage:undefinedStreetVer4undefinedStageundefinedDundefinedbyundefinedJMatt379<br>Models:undefinedHentai23326undefinedv1.2,undefinedFullundefinedModelsundefinedPack,undefinedMob_Silhouette_CCundefinedbyundefinedDiSK<br>Pleaseundefineddoundefinednotundefinedreupload<br>[586]", "thumb" : "//i.iwara.tv/sites/default/files/styles/thumbnail/public/videos/thumbnails/2323485/thumbnail-2323485_0011.jpg?itok=viBXyGMN", "download" : "https://ecchi.iwara.tv/api/video/j1oews3102cwrym6b", "origin" : "https://ecchi.iwara.tv/videos/j1oews3102cwrym6b"} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "result": {"type": "object", "properties": {"data": {"type": "object", "properties": {"site": {"type": "object", "properties": {"siteMetadata": {"type": "object", "properties": {"title": {"type": "string"}, "subtitle": {"type": "string"}}, "required": ["title", "subtitle"]}}, "required": ["siteMetadata"]}, "allMarkdownRemark": {"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "object", "properties": {"node": {"type": "object", "properties": {"fields": {"type": "object", "properties": {"slug": {"type": "string"}, "categorySlug": {"type": "string"}}, "required": ["slug", "categorySlug"]}, "frontmatter": {"type": "object", "properties": {"title": {"type": "string"}, "date": {"type": "string"}, "category": {"type": "string"}, "description": {"type": "string"}}, "required": ["title", "date", "category", "description"]}}, "required": ["fields", "frontmatter"]}}, "required": ["node"]}}}, "required": ["edges"]}}, "required": ["site", "allMarkdownRemark"]}, "pageContext": {"type": "object", "properties": {"tag": {"type": "string"}, "currentPage": {"type": "integer"}, "postsLimit": {"type": "integer"}, "postsOffset": {"type": "integer"}, "prevPagePath": {"type": "string"}, "nextPagePath": {"type": "string"}, "hasPrevPage": {"type": "boolean"}, "hasNextPage": {"type": "boolean"}}, "required": ["tag", "currentPage", "postsLimit", "postsOffset", "prevPagePath", "nextPagePath", "hasPrevPage", "hasNextPage"]}}, "required": ["data", "pageContext"]}, "staticQueryHashes": {"type": "array", "items": {"type": "string"}}}, "required": ["componentChunkName", "path", "result", "staticQueryHashes"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"componentChunkName" : "component---src-templates-tag-template-js", "path" : "/tag/cent-os", "result" : {"data" : {"site" : {"siteMetadata" : {"title" : "momorandum", "subtitle" : "momo's memorandums."}}, "allMarkdownRemark" : {"edges" : [{"node" : {"fields" : {"slug" : "/posts/2013022100/building-centos-rpm-local-mirror", "categorySlug" : "/category/os/"}, "frontmatter" : {"title" : "CentOS \u306e rpm local mirror \u3092\u4f5c\u308b", "date" : "2013-02-21T19:20:44.000Z", "category" : "OS", "description" : "\u524d\u304b\u3089\u6b32\u3057\u3044\u3068\u601d\u3063\u3066\u3044\u305f rpm \u30d5\u30a1\u30a4\u30eb\u306e local mirror \u3082\u4f5c\u308b\u3053\u3068\u306b\u3057\u305f\u3002"}}}, {"node" : {"fields" : {"slug" : "/posts/2013022101/ipv6-config-on-linux", "categorySlug" : "/category/os/"}, "frontmatter" : {"title" : "Linux \u3067 IPv6 \u8a2d\u5b9a", "date" : "2013-02-21T05:07:08.000Z", "category" : "OS", "description" : "\u6bce\u56de Linux \u3067\u306e IPv6 \u8a2d\u5b9a\u65b9\u6cd5\u3092\u5fd8\u308c\u3066\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u3084\u8d77\u52d5\u30b9\u30af\u30ea\u30d7\u30c8\u3092\u898b\u308b\u3053\u3068\u306b\u306a\u308b\u306e\u3067\u3001\u30e1\u30e2\u3063\u3066\u304a\u304f^^;\u3002"}}}, {"node" : {"fields" : {"slug" : "/posts/2012041700/mysql55-install-centos", "categorySlug" : "/category/server/"}, "frontmatter" : {"title" : "MySQL 5.5 install on CentOS 6.2", "date" : "2012-04-17T00:00:00.000Z", "category" : "Server", "description" : "CentOS 6.2 \u306b MySQL 5.5 \u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u3088\u3046\u3068\u3057\u305f\u3089\u3001\u4f9d\u5b58\u95a2\u4fc2\u304c\u3042\u3063\u3066\u3061\u3087\u3063\u3068\u60a9\u3093\u3060\u3002"}}}]}}, "pageContext" : {"tag" : "CentOS", "currentPage" : 0, "postsLimit" : 4, "postsOffset" : 0, "prevPagePath" : "/tag/cent-os", "nextPagePath" : "/tag/cent-os/page/1", "hasPrevPage" : false, "hasNextPage" : false}}, "staticQueryHashes" : ["251939775", "401334301", "825871152"]} | json_instruct | {"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "result": {"type": "object", "properties": {"data": {"type": "object", "properties": {"site": {"type": "object", "properties": {"siteMetadata": {"type": "object", "properties": {"title": {"type": "string"}, "subtitle": {"type": "string"}}, "required": ["title", "subtitle"]}}, "required": ["siteMetadata"]}, "allMarkdownRemark": {"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "object", "properties": {"node": {"type": "object", "properties": {"fields": {"type": "object", "properties": {"slug": {"type": "string"}, "categorySlug": {"type": "string"}}, "required": ["slug", "categorySlug"]}, "frontmatter": {"type": "object", "properties": {"title": {"type": "string"}, "date": {"type": "string"}, "category": {"type": "string"}, "description": {"type": "string"}}, "required": ["title", "date", "category", "description"]}}, "required": ["fields", "frontmatter"]}}, "required": ["node"]}}}, "required": ["edges"]}}, "required": ["site", "allMarkdownRemark"]}, "pageContext": {"type": "object", "properties": {"tag": {"type": "string"}, "currentPage": {"type": "integer"}, "postsLimit": {"type": "integer"}, "postsOffset": {"type": "integer"}, "prevPagePath": {"type": "string"}, "nextPagePath": {"type": "string"}, "hasPrevPage": {"type": "boolean"}, "hasNextPage": {"type": "boolean"}}, "required": ["tag", "currentPage", "postsLimit", "postsOffset", "prevPagePath", "nextPagePath", "hasPrevPage", "hasNextPage"]}}, "required": ["data", "pageContext"]}, "staticQueryHashes": {"type": "array", "items": {"type": "string"}}}, "required": ["componentChunkName", "path", "result", "staticQueryHashes"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}, "redacted": {"type": "boolean"}, "displayProperties": {"type": "object", "properties": {"hasIcon": {"type": "boolean"}, "description": {"type": "string"}, "name": {"type": "string"}}, "required": ["hasIcon", "description", "name"]}, "subtitle": {"type": "string"}}, "required": ["index", "hash", "blacklisted", "redacted", "displayProperties", "subtitle"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"index" : 77, "hash" : 1607431126, "blacklisted" : false, "redacted" : false, "displayProperties" : {"hasIcon" : false, "description" : "The overturned stone reveals the ants beneath. \nTHEY WERE CURIOUS. SO THEY LOOKED. \nwhy fault the curiosity which stems from loss \nWHY FAULT THE YOUNG AND SMALL \nW H Y N O T", "name" : "Bond Judgment"}, "subtitle" : "\"For one who analyzes battle as the philosopher questions the universe.\" \u2014Emissary of the Nine"} | json_instruct | {"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}, "redacted": {"type": "boolean"}, "displayProperties": {"type": "object", "properties": {"hasIcon": {"type": "boolean"}, "description": {"type": "string"}, "name": {"type": "string"}}, "required": ["hasIcon", "description", "name"]}, "subtitle": {"type": "string"}}, "required": ["index", "hash", "blacklisted", "redacted", "displayProperties", "subtitle"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"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", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nom" : "La Gouesni\u00e8re", "dpt" : "Ille-et-Vilaine", "inscrits" : 1353, "abs" : 215, "votants" : 1138, "blancs" : 111, "nuls" : 22, "exp" : 1005, "res" : [{"panneau" : "1", "voix" : 691}, {"panneau" : "2", "voix" : 314}]} | 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", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "string"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "shell-escape": {"type": "string"}, "debug": {"type": "string"}}, "required": ["express", "shell-escape", "debug"]}}, "required": ["name", "version", "private", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "coderunner-node-installer", "version" : "0.0.1", "private" : "true", "dependencies" : {"express" : "~3.4.0", "shell-escape" : "0.0.1", "debug" : "~0.7.2"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "string"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "shell-escape": {"type": "string"}, "debug": {"type": "string"}}, "required": ["express", "shell-escape", "debug"]}}, "required": ["name", "version", "private", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"liveId": {"type": "string"}, "title": {"type": "string"}, "subTitle": {"type": "string"}, "picPath": {"type": "string"}, "startTime": {"type": "integer"}, "memberId": {"type": "integer"}, "liveType": {"type": "integer"}, "picLoopTime": {"type": "integer"}, "lrcPath": {"type": "string"}, "streamPath": {"type": "string"}, "screenMode": {"type": "integer"}, "roomId": {"type": "string"}, "bwqaVersion": {"type": "integer"}}, "required": ["liveId", "title", "subTitle", "picPath", "startTime", "memberId", "liveType", "picLoopTime", "lrcPath", "streamPath", "screenMode", "roomId", "bwqaVersion"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"liveId" : "5c45081f0cf23c274367e779", "title" : "\u9ad8\u851a\u7136\u7684\u7535\u53f0", "subTitle" : "hi\uff5e", "picPath" : "/mediasource/live/1546271093720pe5onRbb2g.jpg,/mediasource/live/1546271093855qn87Uead1v.jpg,/mediasource/live/154627109398236zcYl1cBX.jpg", "startTime" : 1548027935868, "memberId" : 711726, "liveType" : 2, "picLoopTime" : 30000, "lrcPath" : "/mediasource/live/lrc/5c45081f0cf23c274367e779.lrc", "streamPath" : "http://livepull.48.cn/pocket48/bej48_gao_weiran_ouscg.flv", "screenMode" : 0, "roomId" : "25451672", "bwqaVersion" : 0}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"liveId": {"type": "string"}, "title": {"type": "string"}, "subTitle": {"type": "string"}, "picPath": {"type": "string"}, "startTime": {"type": "integer"}, "memberId": {"type": "integer"}, "liveType": {"type": "integer"}, "picLoopTime": {"type": "integer"}, "lrcPath": {"type": "string"}, "streamPath": {"type": "string"}, "screenMode": {"type": "integer"}, "roomId": {"type": "string"}, "bwqaVersion": {"type": "integer"}}, "required": ["liveId", "title", "subTitle", "picPath", "startTime", "memberId", "liveType", "picLoopTime", "lrcPath", "streamPath", "screenMode", "roomId", "bwqaVersion"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"ja371:0.1": {"type": "string"}, "ja371:0.2": {"type": "string"}, "ja371:0.3": {"type": "string"}, "ja371:0.4": {"type": "string"}, "ja371:1.1": {"type": "string"}, "ja371:1.2": {"type": "string"}, "ja371:1.3": {"type": "string"}, "ja371:1.4": {"type": "string"}, "ja371:2.1": {"type": "string"}, "ja371:2.2": {"type": "string"}, "ja371:2.3": {"type": "string"}, "ja371:2.4": {"type": "string"}, "ja371:3.1": {"type": "string"}, "ja371:3.2": {"type": "string"}, "ja371:3.3": {"type": "string"}, "ja371:3.4": {"type": "string"}, "ja371:4.1": {"type": "string"}, "ja371:4.2": {"type": "string"}, "ja371:4.3": {"type": "string"}, "ja371:4.4": {"type": "string"}, "ja371:5.1": {"type": "string"}, "ja371:5.2": {"type": "string"}, "ja371:5.3": {"type": "string"}, "ja371:5.4": {"type": "string"}, "ja371:6.1": {"type": "string"}, "ja371:6.2": {"type": "string"}, "ja371:6.3": {"type": "string"}, "ja371:6.4": {"type": "string"}, "ja371:7.1": {"type": "string"}}, "required": ["ja371:0.1", "ja371:0.2", "ja371:0.3", "ja371:0.4", "ja371:1.1", "ja371:1.2", "ja371:1.3", "ja371:1.4", "ja371:2.1", "ja371:2.2", "ja371:2.3", "ja371:2.4", "ja371:3.1", "ja371:3.2", "ja371:3.3", "ja371:3.4", "ja371:4.1", "ja371:4.2", "ja371:4.3", "ja371:4.4", "ja371:5.1", "ja371:5.2", "ja371:5.3", "ja371:5.4", "ja371:6.1", "ja371:6.2", "ja371:6.3", "ja371:6.4", "ja371:7.1"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ja371:0.1" : "<article id='ja371'><header><ul><li class='division'>{}</li>", "ja371:0.2" : "<li>{}</li>", "ja371:0.3" : "<li>{}</li></ul>", "ja371:0.4" : "<h1>{}</h1></header>", "ja371:1.1" : "<blockquote class='gatha'><p>{}<br>", "ja371:1.2" : "{}<br>", "ja371:1.3" : "{}<br>", "ja371:1.4" : "{}</p>", "ja371:2.1" : "<p>{}<br>", "ja371:2.2" : "{}<br>", "ja371:2.3" : "{}<br>", "ja371:2.4" : "{}</p>", "ja371:3.1" : "<p>{}<br>", "ja371:3.2" : "{}<br>", "ja371:3.3" : "{}<br>", "ja371:3.4" : "{}</p>", "ja371:4.1" : "<p>{}<br>", "ja371:4.2" : "{}<br>", "ja371:4.3" : "{}<br>", "ja371:4.4" : "{}</p>", "ja371:5.1" : "<p>{}<br>", "ja371:5.2" : "{}<br>", "ja371:5.3" : "{}<br>", "ja371:5.4" : "{}</p>", "ja371:6.1" : "<p>{}<br>", "ja371:6.2" : "{}<br>", "ja371:6.3" : "{}<br>", "ja371:6.4" : "{}</p></blockquote>", "ja371:7.1" : "<p class='endsutta'>{}</p></article>"} | json_instruct | {"type": "object", "properties": {"ja371:0.1": {"type": "string"}, "ja371:0.2": {"type": "string"}, "ja371:0.3": {"type": "string"}, "ja371:0.4": {"type": "string"}, "ja371:1.1": {"type": "string"}, "ja371:1.2": {"type": "string"}, "ja371:1.3": {"type": "string"}, "ja371:1.4": {"type": "string"}, "ja371:2.1": {"type": "string"}, "ja371:2.2": {"type": "string"}, "ja371:2.3": {"type": "string"}, "ja371:2.4": {"type": "string"}, "ja371:3.1": {"type": "string"}, "ja371:3.2": {"type": "string"}, "ja371:3.3": {"type": "string"}, "ja371:3.4": {"type": "string"}, "ja371:4.1": {"type": "string"}, "ja371:4.2": {"type": "string"}, "ja371:4.3": {"type": "string"}, "ja371:4.4": {"type": "string"}, "ja371:5.1": {"type": "string"}, "ja371:5.2": {"type": "string"}, "ja371:5.3": {"type": "string"}, "ja371:5.4": {"type": "string"}, "ja371:6.1": {"type": "string"}, "ja371:6.2": {"type": "string"}, "ja371:6.3": {"type": "string"}, "ja371:6.4": {"type": "string"}, "ja371:7.1": {"type": "string"}}, "required": ["ja371:0.1", "ja371:0.2", "ja371:0.3", "ja371:0.4", "ja371:1.1", "ja371:1.2", "ja371:1.3", "ja371:1.4", "ja371:2.1", "ja371:2.2", "ja371:2.3", "ja371:2.4", "ja371:3.1", "ja371:3.2", "ja371:3.3", "ja371:3.4", "ja371:4.1", "ja371:4.2", "ja371:4.3", "ja371:4.4", "ja371:5.1", "ja371:5.2", "ja371:5.3", "ja371:5.4", "ja371:6.1", "ja371:6.2", "ja371:6.3", "ja371:6.4", "ja371:7.1"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "contributors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}}, "bin": {"type": "object", "properties": {"genicon": {"type": "string"}}, "required": ["genicon"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "files": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"genicon": {"type": "string"}, "log-symbols": {"type": "string"}, "meow": {"type": "string"}, "update-notifier": {"type": "string"}}, "required": ["genicon", "log-symbols", "meow", "update-notifier"]}, "devDependencies": {"type": "object", "properties": {"execa": {"type": "string"}, "jest": {"type": "string"}, "path-exists": {"type": "string"}, "tempy": {"type": "string"}}, "required": ["execa", "jest", "path-exists", "tempy"]}}, "required": ["name", "version", "description", "license", "repository", "author", "contributors", "bin", "engines", "scripts", "files", "keywords", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "genicon-cli", "version" : "1.0.6", "description" : "Generate icons for mobile apps and broswer extensions/plugins.", "license" : "MIT", "repository" : "https://github.com/andrefortin/genicon-cli", "author" : {"name" : "Andre Fortin", "email" : "andre.v.fortin@gmail.com", "url" : "https://github.com/andrefortin"}, "contributors" : [{"name" : "Sam Verschueren", "email" : "sam.verschueren@gmail.com", "url" : "https://github.com/SamVerschueren"}], "bin" : {"genicon" : "cli.js"}, "engines" : {"node" : ">=10"}, "scripts" : {"test" : "jest"}, "files" : ["cli.js"], "keywords" : ["cli-app", "cli", "mobile", "app", "application", "icon", "generator", "mobicon", "mobicon-cli", "genicon", "cordova", "chrome", "chromium", "firefox", "browser", "extension", "plugin", "android", "ios", "blackberry10"], "dependencies" : {"genicon" : "^1.0.3", "log-symbols" : "^3.0.0", "meow" : "^9.0.0", "update-notifier" : "^3.0.1"}, "devDependencies" : {"execa" : "^0.1.1", "jest" : "^26.6.3", "path-exists" : "^4.0.0", "tempy" : "^0.3.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "contributors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}}, "bin": {"type": "object", "properties": {"genicon": {"type": "string"}}, "required": ["genicon"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "files": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"genicon": {"type": "string"}, "log-symbols": {"type": "string"}, "meow": {"type": "string"}, "update-notifier": {"type": "string"}}, "required": ["genicon", "log-symbols", "meow", "update-notifier"]}, "devDependencies": {"type": "object", "properties": {"execa": {"type": "string"}, "jest": {"type": "string"}, "path-exists": {"type": "string"}, "tempy": {"type": "string"}}, "required": ["execa", "jest", "path-exists", "tempy"]}}, "required": ["name", "version", "description", "license", "repository", "author", "contributors", "bin", "engines", "scripts", "files", "keywords", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "employeeId": {"type": "string"}, "date": {"type": "string"}, "location": {"type": "string"}, "division": {"type": "string"}, "department": {"type": "string"}, "jobTitle": {"type": "string"}, "reportsTo": {"type": "string"}}, "required": ["id", "employeeId", "date", "location", "division", "department", "jobTitle", "reportsTo"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "1", "employeeId" : "100", "date" : "2010-06-01", "location" : "New York Office", "division" : "Sprockets", "department" : "Research and Development", "jobTitle" : "Machinist", "reportsTo" : "John Smith"}, {"id" : "2", "employeeId" : "100", "date" : "2009-03-01", "location" : "New York Office", "division" : "Sprockets", "department" : "Sales", "jobTitle" : "Salesman", "reportsTo" : "Jane Doe"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "employeeId": {"type": "string"}, "date": {"type": "string"}, "location": {"type": "string"}, "division": {"type": "string"}, "department": {"type": "string"}, "jobTitle": {"type": "string"}, "reportsTo": {"type": "string"}}, "required": ["id", "employeeId", "date", "location", "division", "department", "jobTitle", "reportsTo"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"launch": {"type": "string"}}, "required": ["launch"]}}, "required": ["name", "version", "description", "main", "repository", "author", "license", "bugs", "homepage", "keywords", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@markbattistella/docsify-autoheaders", "version" : "4.1.0", "description" : "Auto header numbering for docsify.js", "main" : "dist/docsify-autoHeaders.min.js", "repository" : {"type" : "git", "url" : "git+https://github.com/markbattistella/docsify-autoHeaders.git"}, "author" : "Mark Battistella", "license" : "MIT", "bugs" : {"url" : "https://github.com/markbattistella/docsify-autoHeaders/issues"}, "homepage" : "https://markbattistella.github.io/docsify-autoHeaders-docs/", "keywords" : ["auto numbering", "headings", "docsify", "plugin"], "scripts" : {"launch" : "docsify serve ./docs -o"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"launch": {"type": "string"}}, "required": ["launch"]}}, "required": ["name", "version", "description", "main", "repository", "author", "license", "bugs", "homepage", "keywords", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"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.1.0": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.1.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.1.0", "0.1.1"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"latest_version" : ["0.1.1"], "meta" : {"description" : "MythTV meddling tool", "homepage" : "http://dmzb.org/trac/mythos"}, "versions" : {"0.1.0" : {"sha256" : "2a6cc2e7ec4375ca2576a8f1368998c61b40b21a9345d22fca309c1aa8878280", "url" : "https://files.pythonhosted.org/packages/f8/ca/0fcc70dc5d1a6b23b194513add6e32d01709a0804c458230ad1aca054b31/Mythos-0.1.0.tar.gz"}, "0.1.1" : {"sha256" : "6e6c3d2d5dfdeed0c0023db43a904e1b28c71a2f7f11563fcc24a9f1162a1a68", "url" : "https://files.pythonhosted.org/packages/73/3a/49a8a77d5ae372e3e2dcdc335b965f2eacef051645a67f6b0aab0d254bbc/Mythos-0.1.1.tar.gz"}}} | 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.1.0": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.1.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.1.0", "0.1.1"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "Constant", "definitions" : ["A situation that does not change.", "A quantity or parameter that does not change its value whatever the value of the variables, under a given set of conditions.", "A number expressing a relation or property which remains the same in all circumstances, or for the same substance under the same conditions."], "parts-of-speech" : "Noun"} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"out": {"type": "array", "items": {"type": "string"}}}, "required": ["out"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"out" : ["/lib/modules/4.4.290/extra/mba6x_bl.ko.xz"]} | json_instruct | {"type": "object", "properties": {"out": {"type": "array", "items": {"type": "string"}}}, "required": ["out"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"place_name" : "Van Alstyne", "state_name" : "Texas", "state_abbrv" : "TX", "lat" : "33.4292", "long" : "-96.5486"} | json_instruct | {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "function"} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[2002, 7], [2003, 5], [2004, 9], [2005, 9], [2006, 13], [2007, 10], [2008, 7], [2011, 5], [2012, 5], [2014, 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": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "required": ["xp", "rank", "cardId"]}}}, "required": ["lastUpdated", "username", "scores"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"lastUpdated" : 1655019279666, "username" : "Jonlolxd", "scores" : [{"xp" : 9937, "rank" : 240, "cardId" : 223}, {"xp" : 11292, "rank" : 458, "cardId" : 172}, {"xp" : 8593, "rank" : 448, "cardId" : 317}, {"xp" : 27420, "rank" : 187, "cardId" : 225}, {"xp" : 31299, "rank" : 413, "cardId" : 6}, {"xp" : 3087, "rank" : 495, "cardId" : 538}, {"xp" : 11540, "rank" : 484, "cardId" : 247}, {"xp" : 5032, "rank" : 397, "cardId" : 439}, {"xp" : 31354, "rank" : 484, "cardId" : 18}, {"xp" : 20338, "rank" : 159, "cardId" : 282}, {"xp" : 8943, "rank" : 351, "cardId" : 557}, {"xp" : 18028, "rank" : 67, "cardId" : 547}]} | json_instruct | {"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "required": ["xp", "rank", "cardId"]}}}, "required": ["lastUpdated", "username", "scores"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"prod": {"type": "string"}, "dev": {"type": "string"}, "test": {"type": "string"}}, "required": ["prod", "dev", "test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "@babel/preset-react": {"type": "string"}, "babel-loader": {"type": "string"}, "cors": {"type": "string"}, "css-loader": {"type": "string"}, "html-webpack-plugin": {"type": "string"}, "nodemon": {"type": "string"}, "react-dom": {"type": "string"}, "source-map-loader": {"type": "string"}, "style-loader": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}, "webpack-dev-server": {"type": "string"}}, "required": ["@babel/core", "@babel/preset-env", "@babel/preset-react", "babel-loader", "cors", "css-loader", "html-webpack-plugin", "nodemon", "react-dom", "source-map-loader", "style-loader", "webpack", "webpack-cli", "webpack-dev-server"]}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "pg": {"type": "string"}, "react": {"type": "string"}}, "required": ["express", "pg", "react"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "freshfridge", "version" : "1.0.0", "description" : "fridge inventory and food freshness tracker", "main" : "/client/index.js", "scripts" : {"prod" : "NODE_ENV='production' webpack --watch & nodemon server/server.js", "dev" : "NODE_ENV='development' webpack serve --open --hot & nodemon server/server.js", "test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/wonderpus/freshfridge.git"}, "author" : "Wonderpus", "license" : "MIT", "bugs" : {"url" : "https://github.com/wonderpus/freshfridge/issues"}, "homepage" : "https://github.com/wonderpus/freshfridge#readme", "devDependencies" : {"@babel/core" : "^7.12.10", "@babel/preset-env" : "^7.12.11", "@babel/preset-react" : "^7.12.10", "babel-loader" : "^8.2.2", "cors" : "^2.8.5", "css-loader" : "^5.0.1", "html-webpack-plugin" : "^4.5.1", "nodemon" : "^2.0.7", "react-dom" : "^17.0.1", "source-map-loader" : "^2.0.0", "style-loader" : "^2.0.0", "webpack" : "^5.15.0", "webpack-cli" : "^4.3.1", "webpack-dev-server" : "^3.11.2"}, "dependencies" : {"express" : "^4.17.1", "pg" : "^8.5.1", "react" : "^17.0.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"prod": {"type": "string"}, "dev": {"type": "string"}, "test": {"type": "string"}}, "required": ["prod", "dev", "test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "@babel/preset-react": {"type": "string"}, "babel-loader": {"type": "string"}, "cors": {"type": "string"}, "css-loader": {"type": "string"}, "html-webpack-plugin": {"type": "string"}, "nodemon": {"type": "string"}, "react-dom": {"type": "string"}, "source-map-loader": {"type": "string"}, "style-loader": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}, "webpack-dev-server": {"type": "string"}}, "required": ["@babel/core", "@babel/preset-env", "@babel/preset-react", "babel-loader", "cors", "css-loader", "html-webpack-plugin", "nodemon", "react-dom", "source-map-loader", "style-loader", "webpack", "webpack-cli", "webpack-dev-server"]}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "pg": {"type": "string"}, "react": {"type": "string"}}, "required": ["express", "pg", "react"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"http://123.com": {"type": "object", "properties": {"addr": {"type": "string"}, "name": {"type": "string"}, "picture": {"type": "string"}, "age": {"type": "integer"}, "breed": {"type": "string"}, "location": {"type": "string"}}, "required": ["addr", "name", "picture", "age", "breed", "location"]}, "http://456.com": {"type": "object", "properties": {"addr": {"type": "string"}, "name": {"type": "string"}, "picture": {"type": "string"}, "age": {"type": "integer"}, "breed": {"type": "string"}, "location": {"type": "string"}}, "required": ["addr", "name", "picture", "age", "breed", "location"]}, "http://789.com": {"type": "object", "properties": {"addr": {"type": "string"}, "name": {"type": "string"}, "picture": {"type": "string"}, "age": {"type": "integer"}, "breed": {"type": "string"}, "location": {"type": "string"}}, "required": ["addr", "name", "picture", "age", "breed", "location"]}}, "required": ["http://123.com", "http://456.com", "http://789.com"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"http://123.com" : {"addr" : "a79s7fs0dg88sdgf", "name" : "Dog Bounty", "picture" : "images/scottish-terrier.jpeg", "age" : 3, "breed" : "Scottish Terrier", "location" : "Lisco, Alabama"}, "http://456.com" : {"addr" : "a79s7fs0dg88sdgf", "name" : "Gina", "picture" : "images/scottish-terrier.jpeg", "age" : 3, "breed" : "Scottish Terrier", "location" : "Tooleville, West Virginia"}, "http://789.com" : {"addr" : "a79s7fs0dg88sdgf", "name" : "Collins", "picture" : "images/french-bulldog.jpeg", "age" : 2, "breed" : "French Bulldog", "location" : "Freeburn, Idaho"}} | json_instruct | {"type": "object", "properties": {"http://123.com": {"type": "object", "properties": {"addr": {"type": "string"}, "name": {"type": "string"}, "picture": {"type": "string"}, "age": {"type": "integer"}, "breed": {"type": "string"}, "location": {"type": "string"}}, "required": ["addr", "name", "picture", "age", "breed", "location"]}, "http://456.com": {"type": "object", "properties": {"addr": {"type": "string"}, "name": {"type": "string"}, "picture": {"type": "string"}, "age": {"type": "integer"}, "breed": {"type": "string"}, "location": {"type": "string"}}, "required": ["addr", "name", "picture", "age", "breed", "location"]}, "http://789.com": {"type": "object", "properties": {"addr": {"type": "string"}, "name": {"type": "string"}, "picture": {"type": "string"}, "age": {"type": "integer"}, "breed": {"type": "string"}, "location": {"type": "string"}}, "required": ["addr", "name", "picture", "age", "breed", "location"]}}, "required": ["http://123.com", "http://456.com", "http://789.com"], "$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" : "deep_trenches:block/fruce_log"} | 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": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"\u5de5\u5ee0\u540d\u7a31" : "\u9054\u6d0b\u5be6\u696d\u80a1\u4efd\u6709\u9650\u516c\u53f8\u6c34\u4e0a\u5206\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99675717", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u5609\u7fa9\u7e23\u6c34\u4e0a\u9109\u6c34\u982d\u6751\uff12\uff12\u9130\u4e2d\u6b63\u8def\uff14\uff11\u865f", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc" : "\u5609\u7fa9\u7e23\u6c34\u4e0a\u9109\u6c34\u982d\u6751", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d" : "\u66fe\u6606\u7389", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f" : "70677167", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b" : "\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f" : "", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f" : "0910926", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b" : "\u751f\u7522\u4e2d", "\u7522\u696d\u985e\u5225" : ["11\u7d21\u7e54\u696d", "12\u6210\u8863\u53ca\u670d\u98fe\u54c1\u88fd\u9020\u696d", "22\u5851\u81a0\u88fd\u54c1\u88fd\u9020\u696d", "28\u96fb\u529b\u8a2d\u5099\u88fd\u9020\u696d"], "\u4e3b\u8981\u7522\u54c1" : ["115\u7d21\u7e54\u54c1", "220\u5851\u81a0\u88fd\u54c1", "283\u96fb\u7dda\u53ca\u914d\u7dda\u5668\u6750"]} | json_instruct | {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"n_dim" : 8, "n_trials" : 80, "objective" : "markowitz_return_on_cube", "white" : "bobyqa_noise", "black" : "optuna_random_clone", "traceback" : ["passing", "passing"], "best_val" : [2872.8443064716303, 3247.3416306480003], "best_x" : [[0.5550669348823133, 0.3778772515846368, 0.5695592602572624, 0.3195237669920168, 0.6269030575837482, 0.5247908003386341, 0.5755086636436606, 0.46262460740954625], [0.8458776332559534, 0.967376513101595, 0.5995160967180563, 0.4524417368471204, 0.8098271564584487, 0.42036680791475334, 0.5538847731612582, 0.44179368331376734]], "feval_count" : [80, 80], "n_trials_instructed" : [80, 80], "passing" : [true, true], "completed" : true, "points" : 1.0, "winner" : "bobyqa_noise", "loser" : "optuna_random_clone"} | json_instruct | {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"datestamp": {"type": "string"}, "nameWithOwner": {"type": "string"}, "name": {"type": "string"}, "commits": {"type": "integer"}, "forkCount": {"type": "integer"}, "issues": {"type": "integer"}, "openIssues": {"type": "integer"}, "closedIssues": {"type": "integer"}, "pullRequests": {"type": "integer"}, "openPullRequests": {"type": "integer"}, "mergedPullRequests": {"type": "integer"}, "closedPullRequests": {"type": "integer"}, "stargazers": {"type": "integer"}, "watchers": {"type": "integer"}}, "required": ["datestamp", "nameWithOwner", "name", "commits", "forkCount", "issues", "openIssues", "closedIssues", "pullRequests", "openPullRequests", "mergedPullRequests", "closedPullRequests", "stargazers", "watchers"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"datestamp" : "2019-09-27", "nameWithOwner" : "twitterdev/engagement-api-client-ruby", "name" : "engagement-api-client-ruby", "commits" : 22, "forkCount" : 11, "issues" : 0, "openIssues" : 0, "closedIssues" : 0, "pullRequests" : 2, "openPullRequests" : 1, "mergedPullRequests" : 0, "closedPullRequests" : 1, "stargazers" : 19, "watchers" : 21} | json_instruct | {"type": "object", "properties": {"datestamp": {"type": "string"}, "nameWithOwner": {"type": "string"}, "name": {"type": "string"}, "commits": {"type": "integer"}, "forkCount": {"type": "integer"}, "issues": {"type": "integer"}, "openIssues": {"type": "integer"}, "closedIssues": {"type": "integer"}, "pullRequests": {"type": "integer"}, "openPullRequests": {"type": "integer"}, "mergedPullRequests": {"type": "integer"}, "closedPullRequests": {"type": "integer"}, "stargazers": {"type": "integer"}, "watchers": {"type": "integer"}}, "required": ["datestamp", "nameWithOwner", "name", "commits", "forkCount", "issues", "openIssues", "closedIssues", "pullRequests", "openPullRequests", "mergedPullRequests", "closedPullRequests", "stargazers", "watchers"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/active/weapons/bow/frozenbow/frozenbow.activeitem": {"type": "array", "items": {"type": "string"}}}, "required": ["items/active/weapons/bow/frozenbow/frozenbow.activeitem"]}, "Texts": {"type": "object", "properties": {"Chs": {"type": "string"}, "Eng": {"type": "string"}}, "required": ["Chs", "Eng"]}}, "required": ["DeniedAlternatives", "Files", "Texts"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"DeniedAlternatives" : [], "Files" : {"items/active/weapons/bow/frozenbow/frozenbow.activeitem" : ["/altAbility/name"]}, "Texts" : {"Chs" : "\u51b0\u51bb\u98de\u5200", "Eng" : "Ice Knife"}}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/active/weapons/bow/frozenbow/frozenbow.activeitem": {"type": "array", "items": {"type": "string"}}}, "required": ["items/active/weapons/bow/frozenbow/frozenbow.activeitem"]}, "Texts": {"type": "object", "properties": {"Chs": {"type": "string"}, "Eng": {"type": "string"}}, "required": ["Chs", "Eng"]}}, "required": ["DeniedAlternatives", "Files", "Texts"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
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/schema#"}
| {"parent" : "item/handheld_rod", "textures" : {"layer0" : "item/mob/carrot_on_a_stick/20187"}} | 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#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"pages/index": {"type": "boolean"}}, "required": ["pages/index"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : "c6310a6cc784a6a0e1ab", "c" : {"pages/index" : true}} | json_instruct | {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"pages/index": {"type": "boolean"}}, "required": ["pages/index"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {}, "required": []}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"latest_version" : ["0.4"], "meta" : {"description" : "A graph and graph algorithm package", "homepage" : "http://compbio.washington.edu/~zach/py_graph/", "license" : "MIT License"}, "versions" : {}} | json_instruct | {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {}, "required": []}}, "required": ["latest_version", "meta", "versions"], "$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"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "role": {"type": "string"}}, "required": ["name", "email", "role"]}}, "require": {"type": "object", "properties": {"laravel/framework": {"type": "string"}, "laravel/passport": {"type": "string"}}, "required": ["laravel/framework", "laravel/passport"]}, "prefer-stable": {"type": "boolean"}, "minimum-stability": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Stephendevs\\Lad\\": {"type": "string"}}, "required": ["Stephendevs\\Lad\\"]}}, "required": ["psr-4"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Stephendevs\\Lad\\Test\\": {"type": "string"}}, "required": ["Stephendevs\\Lad\\Test\\"]}}, "required": ["psr-4"]}, "config": {"type": "object", "properties": {"sort-packages": {"type": "boolean"}}, "required": ["sort-packages"]}, "extra": {"type": "object", "properties": {"laravel": {"type": "object", "properties": {"providers": {"type": "array", "items": {"type": "string"}}}, "required": ["providers"]}}, "required": ["laravel"]}}, "required": ["name", "description", "keywords", "homepage", "type", "license", "authors", "require", "prefer-stable", "minimum-stability", "autoload", "autoload-dev", "config", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "stephendevs/lad", "description" : "Larevel Admin Dashboard", "keywords" : ["laravel admin dashboard", "admin authentication", "laravel", "Laravel bootstrap dashboard", "Simple to use laravel bootstrap dashboard"], "homepage" : "https://github.com/stephendevs/lad", "type" : "project", "license" : "MIT", "authors" : [{"name" : "Stephen Okello Omoding", "email" : "okellostephenomoding@gmail.com", "role" : "Developer"}], "require" : {"laravel/framework" : "^6.0", "laravel/passport" : "^9.3.2"}, "prefer-stable" : true, "minimum-stability" : "dev", "autoload" : {"psr-4" : {"Stephendevs\\Lad\\" : "src/"}}, "autoload-dev" : {"psr-4" : {"Stephendevs\\Lad\\Test\\" : "tests/"}}, "config" : {"sort-packages" : true}, "extra" : {"laravel" : {"providers" : ["Stephendevs\\Lad\\Providers\\LadServiceProvider"]}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "role": {"type": "string"}}, "required": ["name", "email", "role"]}}, "require": {"type": "object", "properties": {"laravel/framework": {"type": "string"}, "laravel/passport": {"type": "string"}}, "required": ["laravel/framework", "laravel/passport"]}, "prefer-stable": {"type": "boolean"}, "minimum-stability": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Stephendevs\\Lad\\": {"type": "string"}}, "required": ["Stephendevs\\Lad\\"]}}, "required": ["psr-4"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Stephendevs\\Lad\\Test\\": {"type": "string"}}, "required": ["Stephendevs\\Lad\\Test\\"]}}, "required": ["psr-4"]}, "config": {"type": "object", "properties": {"sort-packages": {"type": "boolean"}}, "required": ["sort-packages"]}, "extra": {"type": "object", "properties": {"laravel": {"type": "object", "properties": {"providers": {"type": "array", "items": {"type": "string"}}}, "required": ["providers"]}}, "required": ["laravel"]}}, "required": ["name", "description", "keywords", "homepage", "type", "license", "authors", "require", "prefer-stable", "minimum-stability", "autoload", "autoload-dev", "config", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"extends": {"type": "string"}, "parserOptions": {"type": "object", "properties": {"project": {"type": "array", "items": {"type": "string"}}, "createDefaultProgram": {"type": "boolean"}}, "required": ["project", "createDefaultProgram"]}, "overrides": {"type": "array", "items": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}, "parser": {"type": "string"}}, "required": ["files", "parser"]}}}, "required": ["extends", "parserOptions", "overrides"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"extends" : "../../.eslintrc.angular.json", "parserOptions" : {"project" : ["./tsconfig.lib.json"], "createDefaultProgram" : true}, "overrides" : [{"files" : ["*.html"], "parser" : "@angular-eslint/template-parser"}]} | json_instruct | {"type": "object", "properties": {"extends": {"type": "string"}, "parserOptions": {"type": "object", "properties": {"project": {"type": "array", "items": {"type": "string"}}, "createDefaultProgram": {"type": "boolean"}}, "required": ["project", "createDefaultProgram"]}, "overrides": {"type": "array", "items": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}, "parser": {"type": "string"}}, "required": ["files", "parser"]}}}, "required": ["extends", "parserOptions", "overrides"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "StateOrProvince": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "ContactTelephone1": {"type": "string"}, "AccessComments": {"type": "string"}, "RelatedURL": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "StateOrProvince", "Postcode", "CountryID", "Latitude", "Longitude", "ContactTelephone1", "AccessComments", "RelatedURL", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "CurrentTypeID"]}}, "NumberOfPoints": {"type": "integer"}, "GeneralComments": {"type": "string"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "OperatorID", "UsageTypeID", "AddressInfo", "Connections", "NumberOfPoints", "GeneralComments", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"IsRecentlyVerified" : false, "ID" : 88468, "UUID" : "53AC91D1-E776-4291-AAC0-E897B85979CC", "DataProviderID" : 1, "OperatorID" : 45, "UsageTypeID" : 7, "AddressInfo" : {"ID" : 88814, "Title" : "First Harrison Bank - Charlestown - River Ridge", "AddressLine1" : "7735 Highway 62", "Town" : "Charlestown", "StateOrProvince" : "Indiana", "Postcode" : "47111", "CountryID" : 2, "Latitude" : 38.3889382718093, "Longitude" : -85.681631021318, "ContactTelephone1" : "812-282-4303", "AccessComments" : "Available from 8am to 5pm, Monday through Thursday, 8am to 6pm on Fridays, and 8am to 12pm on Saturdays. Requesting the charging service inside the bank is required.", "RelatedURL" : "http://www.FirstHarrison.com", "DistanceUnit" : 0}, "Connections" : [{"ID" : 125489, "ConnectionTypeID" : 1, "StatusTypeID" : 50, "LevelID" : 2, "CurrentTypeID" : 10}], "NumberOfPoints" : 2, "GeneralComments" : "Available from 8am to 5pm, Monday through Thursday, 8am to 6pm on Fridays, and 8am to 12pm on Saturdays. Requesting the charging service inside the bank is required.", "StatusTypeID" : 50, "DateLastStatusUpdate" : "2017-05-31T13:23:00Z", "DataQualityLevel" : 1, "DateCreated" : "2017-05-30T18:58:00Z", "SubmissionStatusTypeID" : 200} | json_instruct | {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "StateOrProvince": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "ContactTelephone1": {"type": "string"}, "AccessComments": {"type": "string"}, "RelatedURL": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "StateOrProvince", "Postcode", "CountryID", "Latitude", "Longitude", "ContactTelephone1", "AccessComments", "RelatedURL", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "CurrentTypeID"]}}, "NumberOfPoints": {"type": "integer"}, "GeneralComments": {"type": "string"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "OperatorID", "UsageTypeID", "AddressInfo", "Connections", "NumberOfPoints", "GeneralComments", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"prettier": {"type": "string"}, "prettier-write": {"type": "string"}}, "required": ["prettier", "prettier-write"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bigbluebutton-js": {"type": "string"}, "lodash": {"type": "string"}, "puppeteer": {"type": "string"}, "winston": {"type": "string"}, "yargs": {"type": "string"}}, "required": ["bigbluebutton-js", "lodash", "puppeteer", "winston", "yargs"]}, "devDependencies": {"type": "object", "properties": {"prettier": {"type": "string"}}, "required": ["prettier"]}}, "required": ["name", "version", "description", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "bbb-stress-test", "version" : "1.0.0", "description" : "BigBlueButton stress test", "scripts" : {"prettier" : "prettier --list-different '**/*.+(ts|tsx|json|js|jsx)' --ignore-path '../.prettierignore'", "prettier-write" : "prettier --write '**/*.+(ts|tsx|json|js|jsx)' --ignore-path '../.prettierignore'"}, "repository" : {"type" : "git", "url" : "git+https://github.com/openfun/bbb-stress-test.git"}, "keywords" : ["bigbluebutton", "load", "stress", "testing"], "author" : "OpenFun", "license" : "MIT", "bugs" : {"url" : "https://github.com/openfun/bbb-stress-test/issues"}, "homepage" : "https://github.com/openfun/bbb-stress-test#readme", "dependencies" : {"bigbluebutton-js" : "0.0.7", "lodash" : "4.17.15", "puppeteer" : "4.0.0", "winston" : "3.2.1", "yargs" : "15.3.1"}, "devDependencies" : {"prettier" : "^2.0.5"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"prettier": {"type": "string"}, "prettier-write": {"type": "string"}}, "required": ["prettier", "prettier-write"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bigbluebutton-js": {"type": "string"}, "lodash": {"type": "string"}, "puppeteer": {"type": "string"}, "winston": {"type": "string"}, "yargs": {"type": "string"}}, "required": ["bigbluebutton-js", "lodash", "puppeteer", "winston", "yargs"]}, "devDependencies": {"type": "object", "properties": {"prettier": {"type": "string"}}, "required": ["prettier"]}}, "required": ["name", "version", "description", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}, "r": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e", "r"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"t" : "fetesen", "h" : [{"d" : [{"f" : "\u628a\u7272\u53e3\u7684\u9f3b\u5b50\u7a7f\u5b54\u3002", "e" : ["\ufff9`Fetes~`e~`n~ `ko~ `ngoso'~ `no~ `kolong~ `a~ `mi~`manis~.\ufffa\ufffb\u628a\u725b\u7684\u9f3b\u5b54\u7a7f\u6d1e\u4f86\u7e6b\u7e69\u3002"], "r" : ["`mifetes~."]}]}], "stem" : "fetes"} | json_instruct | {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}, "r": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e", "r"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"Id": {"type": "string"}, "ParentId": {"type": "string"}, "Price": {"type": "integer"}}, "required": ["Id", "ParentId", "Price"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Id" : "573719df2459775a626ccbc2", "ParentId" : "5b47574386f77428ca22b33b", "Price" : 71} | json_instruct | {"type": "object", "properties": {"Id": {"type": "string"}, "ParentId": {"type": "string"}, "Price": {"type": "integer"}}, "required": ["Id", "ParentId", "Price"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "minimum-stability": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "n2n/n2n-composer-module-installer": {"type": "string"}, "n2n/rocket": {"type": "string"}, "tecnickcom/tcpdf": {"type": "string"}}, "required": ["php", "n2n/n2n-composer-module-installer", "n2n/rocket", "tecnickcom/tcpdf"]}, "require-dev": {"type": "object", "properties": {"n2n/hangar": {"type": "string"}}, "required": ["n2n/hangar"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"slider\\": {"type": "string"}}, "required": ["slider\\"]}}, "required": ["psr-4"]}}, "required": ["name", "type", "description", "keywords", "homepage", "license", "minimum-stability", "authors", "require", "require-dev", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "hnm/event", "type" : "n2n-tmpl-module", "description" : "Default Content Items for n2n", "keywords" : ["n2n-tmpl-module", "n2n-module", "n2n"], "homepage" : "https://n2n.rocks/", "license" : "MIT", "minimum-stability" : "dev", "authors" : [{"name" : "Thomas G\u00fcnther", "email" : "guenther@hnm.ch"}], "require" : {"php" : ">=7.0", "n2n/n2n-composer-module-installer" : "dev-master", "n2n/rocket" : "dev-master", "tecnickcom/tcpdf" : "^6.3.0"}, "require-dev" : {"n2n/hangar" : "dev-master"}, "autoload" : {"psr-4" : {"slider\\" : "src/app/invoice"}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "minimum-stability": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "n2n/n2n-composer-module-installer": {"type": "string"}, "n2n/rocket": {"type": "string"}, "tecnickcom/tcpdf": {"type": "string"}}, "required": ["php", "n2n/n2n-composer-module-installer", "n2n/rocket", "tecnickcom/tcpdf"]}, "require-dev": {"type": "object", "properties": {"n2n/hangar": {"type": "string"}}, "required": ["n2n/hangar"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"slider\\": {"type": "string"}}, "required": ["slider\\"]}}, "required": ["psr-4"]}}, "required": ["name", "type", "description", "keywords", "homepage", "license", "minimum-stability", "authors", "require", "require-dev", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"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#"}
| [{"name" : "SHAVON", "frequency" : 4219, "males" : "8.485423086039345 %", "females" : "91.51457691396065 %"}] | 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#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"survey.angular.js": {"type": "string"}, "survey.angular.min.js": {"type": "string"}, "survey.css": {"type": "string"}, "survey.min.css": {"type": "string"}}, "required": ["survey.angular.js", "survey.angular.min.js", "survey.css", "survey.min.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"survey.angular.js" : "sha512-0e4HA30ha8VMN6GVK1CZfobpDqW87FMF3SisDc6CUvuoBgAUsD5RgSokdczc5xsEmz/Xx9TZk5bh4/Bd9q2JUQ==", "survey.angular.min.js" : "sha512-kVM7RzWak/wQ3d6DJJdT4ElscT8PIQabg8e5yuaapt9VgHL/VnQky5RXeF/CnUXCDCW/Li83JRZ4t37Su6rC9A==", "survey.css" : "sha512-601/jDk+fKCMSZNQYjybBU4z/lwQzmAVJ2XeGjaxCLZX4ElPxuD3GrGl95YLS0I/XXMIAmWoOSGA8VK8LHjx7g==", "survey.min.css" : "sha512-ZKCUjJ7GH4w0+0IlJ/0BwHJ2Fl+UD2So8M5Lo0BWznV4fr/u2XC/yUkLfT8Uu2CQHJA1k3hD/piCBErxqdRYnA=="} | json_instruct | {"type": "object", "properties": {"survey.angular.js": {"type": "string"}, "survey.angular.min.js": {"type": "string"}, "survey.css": {"type": "string"}, "survey.min.css": {"type": "string"}}, "required": ["survey.angular.js", "survey.angular.min.js", "survey.css", "survey.min.css"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"image_name": {"type": "string"}, "image_height": {"type": "integer"}, "camera_gps": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "object", "properties": {"score": {"type": "number"}, "frontview": {"type": "boolean"}, "other": {"type": "object", "properties": {"region_attributes": {"type": "object", "properties": {"id": {"type": "number"}, "type": {"type": "string"}}, "required": ["id", "type"]}}, "required": ["region_attributes"]}, "category_id": {"type": "string"}, "segmentation": {"type": "string"}, "id": {"type": "string"}, "blurred": {"type": "boolean"}, "goodIllumination": {"type": "boolean"}}, "required": ["score", "frontview", "other", "category_id", "segmentation", "id", "blurred", "goodIllumination"]}}, "camera_id": {"type": "string"}, "image_width": {"type": "integer"}}, "required": ["image_name", "image_height", "camera_gps", "bbox", "camera_id", "image_width"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"image_name" : "lesion3527.png", "image_height" : 512, "camera_gps" : "", "bbox" : [{"score" : 1.0, "frontview" : true, "other" : {"region_attributes" : {"id" : 1.0, "type" : "car"}}, "category_id" : "car", "segmentation" : "153.0,206.0,150.0,203.0,147.0,203.0,143.0,205.0,142.0,209.0,143.0,213.0,147.0,218.0,152.0,218.0,156.0,217.0,159.0,213.0,156.0,209.0", "id" : "1", "blurred" : false, "goodIllumination" : true}], "camera_id" : "", "image_width" : 512} | json_instruct | {"type": "object", "properties": {"image_name": {"type": "string"}, "image_height": {"type": "integer"}, "camera_gps": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "object", "properties": {"score": {"type": "number"}, "frontview": {"type": "boolean"}, "other": {"type": "object", "properties": {"region_attributes": {"type": "object", "properties": {"id": {"type": "number"}, "type": {"type": "string"}}, "required": ["id", "type"]}}, "required": ["region_attributes"]}, "category_id": {"type": "string"}, "segmentation": {"type": "string"}, "id": {"type": "string"}, "blurred": {"type": "boolean"}, "goodIllumination": {"type": "boolean"}}, "required": ["score", "frontview", "other", "category_id", "segmentation", "id", "blurred", "goodIllumination"]}}, "camera_id": {"type": "string"}, "image_width": {"type": "integer"}}, "required": ["image_name", "image_height", "camera_gps", "bbox", "camera_id", "image_width"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"user": {"type": "string"}, "repos": {"type": "integer"}, "login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "url": {"type": "string"}, "html_url": {"type": "string"}, "followers_url": {"type": "string"}, "following_url": {"type": "string"}, "gists_url": {"type": "string"}, "starred_url": {"type": "string"}, "subscriptions_url": {"type": "string"}, "organizations_url": {"type": "string"}, "repos_url": {"type": "string"}, "events_url": {"type": "string"}, "received_events_url": {"type": "string"}, "type": {"type": "string"}, "site_admin": {"type": "boolean"}, "name": {"type": "string"}, "company": {"type": "null"}, "blog": {"type": "null"}, "location": {"type": "string"}, "email": {"type": "null"}, "hireable": {"type": "null"}, "bio": {"type": "null"}, "public_repos": {"type": "integer"}, "public_gists": {"type": "integer"}, "followers": {"type": "integer"}, "following": {"type": "integer"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["user", "repos", "login", "id", "avatar_url", "url", "html_url", "followers_url", "following_url", "gists_url", "starred_url", "subscriptions_url", "organizations_url", "repos_url", "events_url", "received_events_url", "type", "site_admin", "name", "company", "blog", "location", "email", "hireable", "bio", "public_repos", "public_gists", "followers", "following", "created_at", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"user" : "Fustrate", "repos" : 1, "login" : "Fustrate", "id" : 413776, "avatar_url" : "https://avatars0.githubusercontent.com/u/413776?v=3", "url" : "https://api.github.com/users/Fustrate", "html_url" : "https://github.com/Fustrate", "followers_url" : "https://api.github.com/users/Fustrate/followers", "following_url" : "https://api.github.com/users/Fustrate/following{/other_user}", "gists_url" : "https://api.github.com/users/Fustrate/gists{/gist_id}", "starred_url" : "https://api.github.com/users/Fustrate/starred{/owner}{/repo}", "subscriptions_url" : "https://api.github.com/users/Fustrate/subscriptions", "organizations_url" : "https://api.github.com/users/Fustrate/orgs", "repos_url" : "https://api.github.com/users/Fustrate/repos", "events_url" : "https://api.github.com/users/Fustrate/events{/privacy}", "received_events_url" : "https://api.github.com/users/Fustrate/received_events", "type" : "User", "site_admin" : false, "name" : "Steven Hoffman", "company" : null, "blog" : null, "location" : "Valencia, CA, USA", "email" : null, "hireable" : null, "bio" : null, "public_repos" : 6, "public_gists" : 7, "followers" : 10, "following" : 4, "created_at" : "2010-09-24T00:35:58Z", "updated_at" : "2017-02-28T11:03:39Z"} | json_instruct | {"type": "object", "properties": {"user": {"type": "string"}, "repos": {"type": "integer"}, "login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "url": {"type": "string"}, "html_url": {"type": "string"}, "followers_url": {"type": "string"}, "following_url": {"type": "string"}, "gists_url": {"type": "string"}, "starred_url": {"type": "string"}, "subscriptions_url": {"type": "string"}, "organizations_url": {"type": "string"}, "repos_url": {"type": "string"}, "events_url": {"type": "string"}, "received_events_url": {"type": "string"}, "type": {"type": "string"}, "site_admin": {"type": "boolean"}, "name": {"type": "string"}, "company": {"type": "null"}, "blog": {"type": "null"}, "location": {"type": "string"}, "email": {"type": "null"}, "hireable": {"type": "null"}, "bio": {"type": "null"}, "public_repos": {"type": "integer"}, "public_gists": {"type": "integer"}, "followers": {"type": "integer"}, "following": {"type": "integer"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["user", "repos", "login", "id", "avatar_url", "url", "html_url", "followers_url", "following_url", "gists_url", "starred_url", "subscriptions_url", "organizations_url", "repos_url", "events_url", "received_events_url", "type", "site_admin", "name", "company", "blog", "location", "email", "hireable", "bio", "public_repos", "public_gists", "followers", "following", "created_at", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"dataset": {"type": "string"}, "datetime": {"type": "string"}, "elapsed": {"type": "string"}, "exception": {"type": "string"}, "organisation": {"type": "string"}, "url": {"type": "string"}}, "required": ["dataset", "datetime", "elapsed", "exception", "organisation", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"dataset" : "brownfield-land", "datetime" : "2020-02-28T00:12:16.050904", "elapsed" : "0.348", "exception" : "SSLError", "organisation" : "local-authority-eng:WLI", "url" : "https://www.west-lindsey.gov.uk/_resources/assets/attachment/full/0/55646.csv"} | json_instruct | {"type": "object", "properties": {"dataset": {"type": "string"}, "datetime": {"type": "string"}, "elapsed": {"type": "string"}, "exception": {"type": "string"}, "organisation": {"type": "string"}, "url": {"type": "string"}}, "required": ["dataset", "datetime", "elapsed", "exception", "organisation", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"build:pro": {"type": "string"}, "build:test": {"type": "string"}, "serve": {"type": "string"}, "serve:test": {"type": "string"}, "serve:pro": {"type": "string"}}, "required": ["build:pro", "build:test", "serve", "serve:test", "serve:pro"]}, "private": {"type": "boolean"}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "babel-loader": {"type": "string"}, "css-loader": {"type": "string"}, "cssnano": {"type": "string"}, "file-loader": {"type": "string"}, "html-webpack-plugin": {"type": "string"}, "mini-css-extract-plugin": {"type": "string"}, "postcss-loader": {"type": "string"}, "style-loader": {"type": "string"}, "url-loader": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}, "webpack-dev-server": {"type": "string"}, "webpack-merge": {"type": "string"}}, "required": ["@babel/core", "@babel/preset-env", "babel-loader", "css-loader", "cssnano", "file-loader", "html-webpack-plugin", "mini-css-extract-plugin", "postcss-loader", "style-loader", "url-loader", "webpack", "webpack-cli", "webpack-dev-server", "webpack-merge"]}}, "required": ["name", "version", "main", "license", "scripts", "private", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@webpack-learning/workflow", "version" : "1.0.0", "main" : "index.js", "license" : "MIT", "scripts" : {"build:pro" : "webpack --env.production", "build:test" : "webpack --env.test", "serve" : "webpack-dev-server --env.development", "serve:test" : "webpack-dev-server --env.development --env.proxy=test", "serve:pro" : "webpack-dev-server --env.development --env.proxy=production"}, "private" : true, "devDependencies" : {"@babel/core" : "^7.8.6", "@babel/preset-env" : "^7.8.6", "babel-loader" : "^8.0.6", "css-loader" : "^3.4.2", "cssnano" : "^4.1.10", "file-loader" : "^5.1.0", "html-webpack-plugin" : "^4.0.0-beta.3", "mini-css-extract-plugin" : "^0.9.0", "postcss-loader" : "^3.0.0", "style-loader" : "^1.1.3", "url-loader" : "^3.0.0", "webpack" : "^4.41.5", "webpack-cli" : "^3.3.10", "webpack-dev-server" : "^3.10.1", "webpack-merge" : "^4.2.2"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"build:pro": {"type": "string"}, "build:test": {"type": "string"}, "serve": {"type": "string"}, "serve:test": {"type": "string"}, "serve:pro": {"type": "string"}}, "required": ["build:pro", "build:test", "serve", "serve:test", "serve:pro"]}, "private": {"type": "boolean"}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "babel-loader": {"type": "string"}, "css-loader": {"type": "string"}, "cssnano": {"type": "string"}, "file-loader": {"type": "string"}, "html-webpack-plugin": {"type": "string"}, "mini-css-extract-plugin": {"type": "string"}, "postcss-loader": {"type": "string"}, "style-loader": {"type": "string"}, "url-loader": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}, "webpack-dev-server": {"type": "string"}, "webpack-merge": {"type": "string"}}, "required": ["@babel/core", "@babel/preset-env", "babel-loader", "css-loader", "cssnano", "file-loader", "html-webpack-plugin", "mini-css-extract-plugin", "postcss-loader", "style-loader", "url-loader", "webpack", "webpack-cli", "webpack-dev-server", "webpack-merge"]}}, "required": ["name", "version", "main", "license", "scripts", "private", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"directions" : ["Separate Bibb lettuce leaves and place in a bowl. Do not break leaves into smaller pieces.", "Scatter peas & carrots and crumbled goat cheese over lettuce leaves. In small bowl, mix together mustard, sherry and balsamic vinegars, salt, and pepper. Whisk in oil and beat until emulsified.", "Toss salad with vinaigrette. Sprinkle walnuts on top of salad. Arrange on 4 salad plates."], "ingredients" : ["1 small head Bibb lettuce", "1 (15 ounce) can Libby's\u00ae Peas & Carrots, drained well", "4 ounces crumbled goat cheese", "1 1/2 tablespoons Dijon mustard", "1 tablespoon sherry vinegar", "1 tablespoon balsamic vinegar", "2 tablespoons walnut oil", "1 pinch salt", "1 pinch black pepper", "3/4 cup candied walnuts"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Peas, Carrots & Candied Walnut Salad", "url" : "http://allrecipes.com/recipe/254909/peas-carrots-candied-walnut-salad/"} | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"resourceType": {"type": "string"}, "name": {"type": "array", "items": {"type": "object", "properties": {"family": {"type": "string"}, "given": {"type": "array", "items": {"type": "string"}}, "text": {"type": "string"}}, "required": ["family", "given", "text"]}}, "birthDate": {"type": "string"}}, "required": ["resourceType", "name", "birthDate"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"resourceType" : "Patient", "name" : [{"family" : "Anyperson", "given" : ["John", "B."], "text" : "John B Anyperson"}], "birthDate" : "1951-01-20"} | json_instruct | {"type": "object", "properties": {"resourceType": {"type": "string"}, "name": {"type": "array", "items": {"type": "object", "properties": {"family": {"type": "string"}, "given": {"type": "array", "items": {"type": "string"}}, "text": {"type": "string"}}, "required": ["family", "given", "text"]}}, "birthDate": {"type": "string"}}, "required": ["resourceType", "name", "birthDate"], "$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.