input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "type": {"type": "string"}, "scores": {"type": "array", "items": {"type": "integer"}}, "scores_total": {"type": "integer"}, "scores_state": {"type": "string"}, "scores_updated": {"type": "integer"}, "snapshot": {"type": "string"}, "state": {"type": "string"}, "author": {"type": "string"}, "space": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "votes": {"type": "integer"}, "votes_data": {"type": "array", "items": {}}}, "required": ["id", "title", "body", "choices", "start", "end", "type", "scores", "scores_total", "scores_state", "scores_updated", "snapshot", "state", "author", "space", "votes", "votes_data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "0xf61037c840c613a96295e9e9c22da632af5d01768e77f3b99a8d258155b10fc2", "title" : "init", "body" : "Init now?", "choices" : ["yes", "no"], "start" : 1638244800, "end" : 1638266400, "type" : "approval", "scores" : [0, 0], "scores_total" : 0, "scores_state" : "final", "scores_updated" : 1638266433, "snapshot" : "13693772", "state" : "closed", "author" : "0xef575844bfe8c7872A8ccc9Fb2aF8318C1550FAd", "space" : {"id" : "everz.eth", "name" : "Everz"}, "votes" : 0, "votes_data" : []} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "type": {"type": "string"}, "scores": {"type": "array", "items": {"type": "integer"}}, "scores_total": {"type": "integer"}, "scores_state": {"type": "string"}, "scores_updated": {"type": "integer"}, "snapshot": {"type": "string"}, "state": {"type": "string"}, "author": {"type": "string"}, "space": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "votes": {"type": "integer"}, "votes_data": {"type": "array", "items": {}}}, "required": ["id", "title", "body", "choices", "start", "end", "type", "scores", "scores_total", "scores_state", "scores_updated", "snapshot", "state", "author", "space", "votes", "votes_data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"dice_metric": {"type": "number"}, "hard_dice": {"type": "number"}, "loss_dice": {"type": "number"}, "batch_dice_1": {"type": "number"}, "batch_dice_2": {"type": "number"}, "loss_bce": {"type": "number"}, "relative_tkv": {"type": "number"}, "balanced_bce_batch_sd_1": {"type": "number"}, "balanced_bce_batch_sd_2": {"type": "number"}, "balanced_tkv_batch_sd_1": {"type": "number"}, "kidney_pixel_bMAPE": {"type": "number"}, "kidney_pixel_bMSLE": {"type": "number"}}, "required": ["dice_metric", "hard_dice", "loss_dice", "batch_dice_1", "batch_dice_2", "loss_bce", "relative_tkv", "balanced_bce_batch_sd_1", "balanced_bce_batch_sd_2", "balanced_tkv_batch_sd_1", "kidney_pixel_bMAPE", "kidney_pixel_bMSLE"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"dice_metric" : 0.9236479605300517, "hard_dice" : 0.0763520394699483, "loss_dice" : 0.35247061071516594, "batch_dice_1" : 0.2663140183762659, "batch_dice_2" : 0.2643462238432486, "loss_bce" : 0.18567169058930827, "relative_tkv" : 613.3944227422846, "balanced_bce_batch_sd_1" : 0.08461813868052559, "balanced_bce_batch_sd_2" : 0.0829578950606792, "balanced_tkv_batch_sd_1" : 0.12753175771345762, "kidney_pixel_bMAPE" : 0.16901666508350946, "kidney_pixel_bMSLE" : 0.04925251364357227} | json_instruct | {"type": "object", "properties": {"dice_metric": {"type": "number"}, "hard_dice": {"type": "number"}, "loss_dice": {"type": "number"}, "batch_dice_1": {"type": "number"}, "batch_dice_2": {"type": "number"}, "loss_bce": {"type": "number"}, "relative_tkv": {"type": "number"}, "balanced_bce_batch_sd_1": {"type": "number"}, "balanced_bce_batch_sd_2": {"type": "number"}, "balanced_tkv_batch_sd_1": {"type": "number"}, "kidney_pixel_bMAPE": {"type": "number"}, "kidney_pixel_bMSLE": {"type": "number"}}, "required": ["dice_metric", "hard_dice", "loss_dice", "batch_dice_1", "batch_dice_2", "loss_bce", "relative_tkv", "balanced_bce_batch_sd_1", "balanced_bce_batch_sd_2", "balanced_tkv_batch_sd_1", "kidney_pixel_bMAPE", "kidney_pixel_bMSLE"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"timestamp": {"type": "integer"}, "object_list": {"type": "array", "items": {"type": "object", "properties": {"position": {"type": "array", "items": {"type": "number"}}, "id": {"type": "integer"}}, "required": ["position", "id"]}}, "frame": {"type": "integer"}, "size": {"type": "integer"}}, "required": ["timestamp", "object_list", "frame", "size"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"timestamp" : 875, "object_list" : [{"position" : [9.19522063954, 10.6096213963], "id" : 557}, {"position" : [11.3299682465, 11.7917033842], "id" : 584}, {"position" : [3.52655337689, 12.1726044246], "id" : 591}, {"position" : [3.26389292007, 11.6833518352], "id" : 592}, {"position" : [14.0224483939, 7.13425739283], "id" : 593}, {"position" : [4.83564635876, 7.38031564634], "id" : 594}, {"position" : [10.2976368838, 11.3921868795], "id" : 595}, {"position" : [9.19795668596, 7.76408060428], "id" : 596}, {"position" : [5.19848820775, 9.46930487323], "id" : 597}, {"position" : [4.29348823636, 4.84145269699], "id" : 598}, {"position" : [3.60863476964, 4.2462351565], "id" : 599}, {"position" : [10.4740066456, 4.13859958683], "id" : 600}, {"position" : [3.92748941072, 6.11971458425], "id" : 601}, {"position" : [2.29406969492, 7.97123731043], "id" : 602}, {"position" : [14.569868144, 6.96886615163], "id" : 603}, {"position" : [0.759358115529, 3.43861039427], "id" : 702}, {"position" : [8.8816276262, 8.73494866951], "id" : 777}, {"position" : [9.06704738778, 8.25762907009], "id" : 778}, {"position" : [4.80954868516, 8.29295072044], "id" : 779}, {"position" : [8.57056019417, 5.28488260485], "id" : 832}, {"position" : [7.87749858817, 5.05887177453], "id" : 833}, {"position" : [9.82345899177, 10.4353997425], "id" : 847}], "frame" : 875, "size" : 22} | json_instruct | {"type": "object", "properties": {"timestamp": {"type": "integer"}, "object_list": {"type": "array", "items": {"type": "object", "properties": {"position": {"type": "array", "items": {"type": "number"}}, "id": {"type": "integer"}}, "required": ["position", "id"]}}, "frame": {"type": "integer"}, "size": {"type": "integer"}}, "required": ["timestamp", "object_list", "frame", "size"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "SubTexture": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "x": {"type": "integer"}, "width": {"type": "integer"}, "y": {"type": "integer"}, "height": {"type": "integer"}}, "required": ["name", "x", "width", "y", "height"]}}, "imagePath": {"type": "string"}}, "required": ["name", "SubTexture", "imagePath"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "monster1", "SubTexture" : [{"name" : "shentiyuanjian/taozi_yezi02", "x" : 71, "width" : 49, "y" : 115, "height" : 28}, {"name" : "shentiyuanjian/taozi_yezi01", "x" : 0, "width" : 69, "y" : 115, "height" : 29}, {"name" : "shentiyuanjian/taozi_shenti", "x" : 117, "width" : 115, "y" : 0, "height" : 113}, {"name" : "shentiyuanjian/taozi_shenti02", "x" : 0, "width" : 115, "y" : 0, "height" : 113}], "imagePath" : "texture.png"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "SubTexture": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "x": {"type": "integer"}, "width": {"type": "integer"}, "y": {"type": "integer"}, "height": {"type": "integer"}}, "required": ["name", "x", "width", "y", "height"]}}, "imagePath": {"type": "string"}}, "required": ["name", "SubTexture", "imagePath"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"6873": {"type": "string"}}, "required": ["6873"]}, "timeto": {"type": "object", "properties": {"6873": {"type": "number"}}, "required": ["6873"]}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 22169, "title" : ["[Sloppy Specter Table]"], "description" : ["Painted on the walls in a riot of color is a large mural. It depicts a feast for the dead, attended by every form of undead known in the world. Off to one side is a specter who has stuffed himself too full of a berry pie, and as a consequence is covered in fruit and juices."], "paths" : ["Obvious exits: out"], "location" : "the Abandoned Inn", "wayto" : {"6873" : "out"}, "timeto" : {"6873" : 0.2}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"6873": {"type": "string"}}, "required": ["6873"]}, "timeto": {"type": "object", "properties": {"6873": {"type": "number"}}, "required": ["6873"]}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"workbench.colorCustomizations": {"type": "object", "properties": {"titleBar.activeBackground": {"type": "string"}}, "required": ["titleBar.activeBackground"]}, "cSpell.language": {"type": "string"}, "cSpell.enableFiletypes": {"type": "array", "items": {"type": "string"}}, "cSpell.words": {"type": "array", "items": {"type": "string"}}, "spellchecker.ignoreWordsList": {"type": "array", "items": {"type": "string"}}}, "required": ["workbench.colorCustomizations", "cSpell.language", "cSpell.enableFiletypes", "cSpell.words", "spellchecker.ignoreWordsList"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"workbench.colorCustomizations" : {"titleBar.activeBackground" : "#7aa0b6"}, "cSpell.language" : "en,en-US,en-GB", "cSpell.enableFiletypes" : ["config", "jsonl"], "cSpell.words" : ["BUT", "mundo"], "spellchecker.ignoreWordsList" : ["sublicense", "Novo"]} | json_instruct | {"type": "object", "properties": {"workbench.colorCustomizations": {"type": "object", "properties": {"titleBar.activeBackground": {"type": "string"}}, "required": ["titleBar.activeBackground"]}, "cSpell.language": {"type": "string"}, "cSpell.enableFiletypes": {"type": "array", "items": {"type": "string"}}, "cSpell.words": {"type": "array", "items": {"type": "string"}}, "spellchecker.ignoreWordsList": {"type": "array", "items": {"type": "string"}}}, "required": ["workbench.colorCustomizations", "cSpell.language", "cSpell.enableFiletypes", "cSpell.words", "spellchecker.ignoreWordsList"], "$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"}, "objects": {"type": "object", "properties": {"E01001053": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01001053"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Topology", "objects" : {"E01001053" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00005246", "LAD11CD" : "E09000008"}, "arcs" : [[0, 1, 2, 3]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00005254", "LAD11CD" : "E09000008"}, "arcs" : [[4, -3]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00005260", "LAD11CD" : "E09000008"}, "arcs" : [[5, -1, 6, 7]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00005263", "LAD11CD" : "E09000008"}, "arcs" : [[-8, 8]]}]}}, "arcs" : [[[8098, 2654], [-1460, 1791]], [[6638, 4445], [-739, 949]], [[5899, 5394], [2130, 1161], [211, 1062], [-646, 1219]], [[7594, 8836], [-224, 210], [-992, 492], [649, 397], [296, -710], [546, 30], [-4, -553], [607, -219], [621, 782], [-381, 330], [-143, -250], [206, 654], [603, -170], [621, -1981], [-1543, -1958], [-358, -3236]], [[5899, 5394], [192, 1590], [-151, 327], [-548, -113], [-242, 403], [2444, 1235]], [[3530, 3231], [452, 147], [242, 837], [2414, 230]], [[8098, 2654], [-55, -165], [-313, 77], [-590, -974], [-730, -346], [-2809, -13]], [[3601, 1233], [-71, 1998]], [[3601, 1233], [-169, -35], [-2762, -1198], [-130, 255], [-540, 983], [963, 607], [-258, 490], [2181, 941], [644, -45]]], "transform" : {"scale" : [1.1388679267546754e-06, 7.5463548037869e-07], "translate" : [-0.019928228880091, 51.34624060111232]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01001053": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01001053"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"is_lock_vulnerable": {"type": "boolean"}, "is_prodigal_vulnerable": {"type": "boolean"}, "is_suicidal_vulnerable": {"type": "boolean"}}, "required": ["is_lock_vulnerable", "is_prodigal_vulnerable", "is_suicidal_vulnerable"]}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0x64ff248ddd36430e3640fbea76999941a8bccbd7", "tool" : "maian", "start" : 1565231947.7962723, "end" : 1565232041.3541708, "duration" : 93.55789852142334, "analysis" : {"is_lock_vulnerable" : false, "is_prodigal_vulnerable" : false, "is_suicidal_vulnerable" : false}} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"is_lock_vulnerable": {"type": "boolean"}, "is_prodigal_vulnerable": {"type": "boolean"}, "is_suicidal_vulnerable": {"type": "boolean"}}, "required": ["is_lock_vulnerable", "is_prodigal_vulnerable", "is_suicidal_vulnerable"]}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"blockchain": {"type": "string"}, "hash": {"type": "string"}, "previousHash": {"type": "string"}, "timestamp": {"type": "integer"}, "height": {"type": "integer"}, "merkleRoot": {"type": "string"}}, "required": ["blockchain", "hash", "previousHash", "timestamp", "height", "merkleRoot"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"blockchain" : "eth", "hash" : "0x11b95e4753b2bb23104cdd0954bdd96531e4856ec64e34d415a7b69fa85a29e7", "previousHash" : "0x2ca0f0fd9b938f720b67db72f3ed07608f267d1991ec8737d0ade9d4ee3a5d1b", "timestamp" : 1523895014000, "height" : 5451808, "merkleRoot" : "0x162b39ee2768e3c8d505d4e533eb731207bc43a446fb1360bc56c7b3ed407057"} | json_instruct | {"type": "object", "properties": {"blockchain": {"type": "string"}, "hash": {"type": "string"}, "previousHash": {"type": "string"}, "timestamp": {"type": "integer"}, "height": {"type": "integer"}, "merkleRoot": {"type": "string"}}, "required": ["blockchain", "hash", "previousHash", "timestamp", "height", "merkleRoot"], "$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"}, "displayName": {"type": "string"}, "version": {"type": "string"}, "unity": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"com.unity.barracuda": {"type": "string"}}, "required": ["com.unity.barracuda"]}}, "required": ["name", "displayName", "version", "unity", "description", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "com.unity.ml-agents", "displayName" : "ML Agents", "version" : "0.15.1-preview", "unity" : "2018.4", "description" : "Add interactivity to your game with Machine Learning Agents trained using Deep Reinforcement Learning.", "dependencies" : {"com.unity.barracuda" : "0.6.1-preview"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "version": {"type": "string"}, "unity": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"com.unity.barracuda": {"type": "string"}}, "required": ["com.unity.barracuda"]}}, "required": ["name", "displayName", "version", "unity", "description", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"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" : ["Heat vegetable oil in a large saucepan over medium-high heat. Add chicken, and cook until it begins to brown on the edges, but is still pink in the center, about 7 minutes. Stir in garlic, red pepper flakes, black pepper, and salt. Cook and stir until the garlic has begun to soften, and the chicken has become firm, about 3 minutes.", "Stir in potatoes, carrots, and onion. Whisk hot pepper paste into soy sauce until dissolved, then pour into saucepan along with the water. Bring to a simmer, then reduce heat to medium-low, cover, and simmer until the chicken is no longer pink in the center, and the potatoes are tender, about 25 minutes. Stir occasionally."], "ingredients" : ["2 tablespoons vegetable oil", "2 pounds skinless, boneless chicken breast, cut into 2-inch cubes", "3 tablespoons minced garlic", "1 1/2 tablespoons crushed red pepper flakes", "2 pinches black pepper", "3 pinches salt", "2 large potatoes, peeled and cut into large chunks", "3 large carrots, peeled and cut into 1-inch chunks", "1 large onion, cut into eighths", "3 tablespoons gochujang (Korean hot pepper paste)", "1/3 cup soy sauce", "1/3 cup water"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Spicy Korean Slow Cooked Chicken (Dhak Dori Tang)", "url" : "http://allrecipes.com/recipe/141714/spicy-korean-slow-cooked-chicken-dha/"} | 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#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"translations": {"type": "object", "properties": {"This is your new TOTP secret:": {"type": "string"}, "Scan this QR code with your TOTP app": {"type": "string"}, "Authenticate with a TOTP app": {"type": "string"}, "TOTP Second-factor Auth": {"type": "string"}}, "required": ["This is your new TOTP secret:", "Scan this QR code with your TOTP app", "Authenticate with a TOTP app", "TOTP Second-factor Auth"]}, "pluralForm": {"type": "string"}}, "required": ["translations", "pluralForm"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"translations" : {"This is your new TOTP secret:" : "\u0426\u0435 \u0432\u0430\u0448 \u043d\u043e\u0432\u0438\u0439 \u0442\u0430\u0454\u043c\u043d\u0438\u0439 \u043a\u043b\u044e\u0447 TOTP:", "Scan this QR code with your TOTP app" : "\u0412\u0456\u0434\u0441\u043a\u0430\u043d\u0443\u0439\u0442\u0435 \u0446\u0435\u0439 QR \u043a\u043e\u0434 \u0437\u0430 \u0434\u043e\u043f\u043e\u043c\u043e\u0433\u043e\u044e \u0432\u0430\u0448\u043e\u0433\u043e \u0434\u043e\u0434\u0430\u0442\u043a\u0443 TOTP", "Authenticate with a TOTP app" : "\u0423\u0432\u0456\u0439\u0442\u0438 \u0437\u0430 \u0434\u043e\u043f\u043e\u043c\u043e\u0433\u043e\u044e TOTP \u0434\u043e\u0434\u0430\u0442\u043a\u0443", "TOTP Second-factor Auth" : "TOTP \u0414\u0440\u0443\u0433\u0438\u0439 \u0435\u0442\u0430\u043f \u0430\u0432\u0442\u043e\u0440\u0438\u0437\u0430\u0446\u0456\u0457"}, "pluralForm" : "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"} | json_instruct | {"type": "object", "properties": {"translations": {"type": "object", "properties": {"This is your new TOTP secret:": {"type": "string"}, "Scan this QR code with your TOTP app": {"type": "string"}, "Authenticate with a TOTP app": {"type": "string"}, "TOTP Second-factor Auth": {"type": "string"}}, "required": ["This is your new TOTP secret:", "Scan this QR code with your TOTP app", "Authenticate with a TOTP app", "TOTP Second-factor Auth"]}, "pluralForm": {"type": "string"}}, "required": ["translations", "pluralForm"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}, "10": {"type": "string"}, "11": {"type": "string"}, "12": {"type": "string"}, "13": {"type": "string"}, "14": {"type": "string"}, "15": {"type": "string"}, "16": {"type": "string"}, "17": {"type": "string"}, "18": {"type": "string"}, "19": {"type": "string"}, "20": {"type": "string"}, "21": {"type": "string"}, "22": {"type": "string"}, "23": {"type": "string"}, "24": {"type": "string"}, "25": {"type": "string"}, "26": {"type": "string"}, "27": {"type": "string"}, "28": {"type": "string"}, "29": {"type": "string"}, "30": {"type": "string"}, "31": {"type": "string"}}, "required": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31"]}}, "required": ["edges", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"edges" : [[28, 6], [12, 27], [27, 30], [3, 15], [26, 20], [15, 27], [9, 27], [18, 9], [27, 15], [27, 17], [9, 27], [1, 27], [10, 27], [27, 23], [31, 22], [11, 27], [27, 10], [1, 18], [4, 16], [11, 27], [27, 25], [25, 14], [19, 27], [27, 9], [8, 2], [3, 13], [21, 27], [27, 11], [25, 27], [7, 3], [27, 25], [1, 27], [27, 19], [25, 27], [27, 5], [7, 27], [25, 27], [27, 29], [30, 27], [1, 27], [15, 27], [20, 4], [24, 0], [3, 19], [27, 25], [26, 2], [1, 27], [27, 11], [11, 27], [27, 11]], "features" : {"0" : "1", "1" : "5", "2" : "2", "3" : "4", "4" : "2", "5" : "1", "6" : "1", "7" : "2", "8" : "1", "9" : "4", "10" : "2", "11" : "6", "12" : "1", "13" : "1", "14" : "1", "15" : "4", "16" : "1", "17" : "1", "18" : "2", "19" : "3", "20" : "2", "21" : "1", "22" : "1", "23" : "1", "24" : "1", "25" : "7", "26" : "2", "27" : "35", "28" : "1", "29" : "1", "30" : "2", "31" : "1"}} | json_instruct | {"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}, "10": {"type": "string"}, "11": {"type": "string"}, "12": {"type": "string"}, "13": {"type": "string"}, "14": {"type": "string"}, "15": {"type": "string"}, "16": {"type": "string"}, "17": {"type": "string"}, "18": {"type": "string"}, "19": {"type": "string"}, "20": {"type": "string"}, "21": {"type": "string"}, "22": {"type": "string"}, "23": {"type": "string"}, "24": {"type": "string"}, "25": {"type": "string"}, "26": {"type": "string"}, "27": {"type": "string"}, "28": {"type": "string"}, "29": {"type": "string"}, "30": {"type": "string"}, "31": {"type": "string"}}, "required": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31"]}}, "required": ["edges", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"campaignName": {"type": "string"}, "campaignCode": {"type": "string"}, "ags": {"type": "string"}, "successMessage": {"type": "string"}}, "required": ["campaignName", "campaignCode", "ags", "successMessage"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"campaignName" : "Berlin", "campaignCode" : "berlin-1", "ags" : "11000000", "successMessage" : "Danke! Bitte schicke die Listen m\u00f6glichst schnell an: Expedition Grundeinkommen, Karl-Marx-Stra\u00dfe 50, 12043 Berlin"}, {"campaignName" : "Brandenburg", "campaignCode" : "brandenburg-1", "ags" : "brandenburg", "successMessage" : "Danke! Bitte schicke die Listen m\u00f6glichst schnell an: Expedition Grundeinkommen, Karl-Marx-Stra\u00dfe 50, 12043 Berlin."}, {"campaignName" : "Bremen", "campaignCode" : "bremen-1", "ags" : "04011000", "successMessage" : "Danke! Bitte schicke die Listen m\u00f6glichst schnell an: Svenja Heer, Borchsh\u00f6her Stra\u00dfe 168 b, 28755 Bremen"}, {"campaignName" : "Hamburg", "campaignCode" : "hamburg-1", "ags" : "01053129", "successMessage" : "Danke! Bitte schicke die Listen m\u00f6glichst schnell an: Expedition Grundeinkommen, Am Langenzug 12, 22085 Hamburg"}, {"campaignName" : "Schleswig-Holstein", "campaignCode" : "schleswig-holstein-1", "ags" : "schleswig-holstein", "successMessage" : "Danke! Bitte schicke die Listen m\u00f6glichst schnell an: Johannes Wagner, Postfach 1104, 24585 Nortorf."}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"campaignName": {"type": "string"}, "campaignCode": {"type": "string"}, "ags": {"type": "string"}, "successMessage": {"type": "string"}}, "required": ["campaignName", "campaignCode", "ags", "successMessage"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"scripts": {"type": "object", "properties": {"e2e:android:run": {"type": "string"}}, "required": ["e2e:android:run"]}, "dependencies": {"type": "object", "properties": {"webdriverio": {"type": "string"}, "wait-on": {"type": "string"}}, "required": ["webdriverio", "wait-on"]}}, "required": ["scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"scripts" : {"e2e:android:run" : "wait-on tcp:4723 && node ."}, "dependencies" : {"webdriverio" : "^7.2.1", "wait-on" : "^5.0.1"}} | json_instruct | {"type": "object", "properties": {"scripts": {"type": "object", "properties": {"e2e:android:run": {"type": "string"}}, "required": ["e2e:android:run"]}, "dependencies": {"type": "object", "properties": {"webdriverio": {"type": "string"}, "wait-on": {"type": "string"}}, "required": ["webdriverio", "wait-on"]}}, "required": ["scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-95.454693, 43.545844], [-95.454015, 43.638328], [-95.452891, 43.706527], [-95.452168, 43.709471], [-95.453586, 43.711993], [-95.452854, 43.714412], [-95.45203, 43.760971], [-95.452502, 43.847953], [-95.215547, 43.847902], [-95.215579, 43.823687], [-95.235746, 43.820114], [-95.235409, 43.763404], [-95.232613, 43.76162], [-95.215494, 43.761694], [-95.21538, 43.734943], [-95.214051, 43.733192], [-95.174592, 43.732528], [-95.174458, 43.689061], [-95.17455, 43.681797], [-95.188733, 43.681889], [-95.215373, 43.691073], [-95.215223, 43.616924], [-95.217928, 43.616921], [-95.220252, 43.612159], [-95.220254, 43.607924], [-95.218143, 43.606778], [-95.208945, 43.60485], [-95.208643, 43.602559], [-95.204652, 43.602424], [-95.215197, 43.60247], [-95.215165, 43.587983], [-95.324702, 43.587387], [-95.324792, 43.500428], [-95.427494, 43.500099], [-95.454433, 43.500646], [-95.454693, 43.545844]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 34260}}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"published": {"type": "string"}, "media-type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "content": {"type": "string"}, "source": {"type": "string"}}, "required": ["published", "media-type", "title", "id", "content", "source"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"published" : "2015-09-29T20:24:00Z", "media-type" : "News", "title" : "Source1 Purchasing Named as Florida Company to Watch", "id" : "7907d02c-4de4-4cbc-b6b5-326fd82ad4e7", "content" : "SOURCE Source1 Purchasing\n\nBOYNTON BEACH, Fla. \n\nSource1 is among 50 statewide companies expected to see significant growth over the next several years, and was selected from more than 500 nominees for Florida Companies to WatchSM, a statewide program managed by economic development group GrowFL, in association with the Edward Lowe Foundation. \n\n\"We're honored to have been named a winner,\" said Scott Hoffmire \n\nSource1's management team, competitive market position and strong community involvement were among several factors that put them in contention for the award. \n\n\"These stand-out companies are all led by entrepreneurs, and have demonstrated their capacity and intent to grow,\" said Dr. Tom O'Neal \n\nThe 50 companies named the 2015 Florida Companies to Watch generated a total of more than $1.2 billion \n\nFounded in 1997, Source1 Purchasing is a purchasing services organization with $7 billion \n\nLogo - http://photos.prnewswire.com/prnh/20150716/237743LOGO \n\nTo view the original version on PR Newswire, visit:http://www.prnewswire.com/news-releases/source1-purchasing-named-as-florida-company-to-watch-300151044.html\n\n\u00a92015 PR Newswire. All Rights Reserved.", "source" : "WTOL-TV"} | json_instruct | {"type": "object", "properties": {"published": {"type": "string"}, "media-type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "content": {"type": "string"}, "source": {"type": "string"}}, "required": ["published", "media-type", "title", "id", "content", "source"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"idle_anim": {"type": "string"}, "image": {"type": "string"}, "position": {"type": "array", "items": {"type": "integer"}}, "scale": {"type": "number"}, "confirm_anim": {"type": "string"}}, "required": ["idle_anim", "image", "position", "scale", "confirm_anim"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"idle_anim" : "benson", "image" : "benson_menu", "position" : [126, 174], "scale" : 0.7, "confirm_anim" : "benson"} | json_instruct | {"type": "object", "properties": {"idle_anim": {"type": "string"}, "image": {"type": "string"}, "position": {"type": "array", "items": {"type": "integer"}}, "scale": {"type": "number"}, "confirm_anim": {"type": "string"}}, "required": ["idle_anim", "image", "position", "scale", "confirm_anim"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "hash", "artDyeHash", "redacted", "dyeManifestHash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"index" : 3099, "hash" : 1587059609, "artDyeHash" : 1587059609, "redacted" : false, "dyeManifestHash" : 2818462105, "blacklisted" : false} | json_instruct | {"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "hash", "artDyeHash", "redacted", "dyeManifestHash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"copyright": {"type": "string"}, "url": {"type": "string"}, "email": {"type": "string"}, "format": {"type": "string"}}, "required": ["copyright", "url", "email", "format"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"copyright" : "Sascha Zarhuber", "url" : "https://sascha.work", "email" : "sascha.zarhuber@gmail.com", "format" : "txt"} | json_instruct | {"type": "object", "properties": {"copyright": {"type": "string"}, "url": {"type": "string"}, "email": {"type": "string"}, "format": {"type": "string"}}, "required": ["copyright", "url", "email", "format"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "150304012008", "text" : "\u6ee8\u6d77\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "150304012009", "text" : "\u56e2\u7ed3\u5317\u8def\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "150304012010", "text" : "\u80dc\u5229\u793e\u533a\u5c45\u59d4\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#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "exec": {"type": "array", "items": {"type": "string"}}, "shifter": {"type": "object", "properties": {"coverage": {"type": "boolean"}, "lint": {"type": "string"}}, "required": ["coverage", "lint"]}, "builds": {"type": "object", "properties": {"simpleyui": {"type": "object", "properties": {"name": {"type": "string"}, "basefilename": {"type": "string"}, "config": {"type": "object", "properties": {"use": {"type": "array", "items": {"type": "string"}}}, "required": ["use"]}, "prependfiles": {"type": "array", "items": {"type": "string"}}, "jsfiles": {"type": "array", "items": {"type": "string"}}, "appendfiles": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "basefilename", "config", "prependfiles", "jsfiles", "appendfiles"]}}, "required": ["simpleyui"]}}, "required": ["name", "exec", "shifter", "builds"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "simpleyui", "exec" : ["./scripts/concat.js"], "shifter" : {"coverage" : false, "lint" : "defaults"}, "builds" : {"simpleyui" : {"name" : "yui", "basefilename" : "simpleyui", "config" : {"use" : ["yui", "oop", "dom", "event-custom-base", "event-base", "pluginhost", "node", "event-delegate", "io-base", "json-parse", "transition", "selector-css3", "dom-style-ie", "querystring-stringify-simple"]}, "prependfiles" : ["js/concat.js"], "jsfiles" : ["empty.js"], "appendfiles" : ["js/simple.js"]}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "exec": {"type": "array", "items": {"type": "string"}}, "shifter": {"type": "object", "properties": {"coverage": {"type": "boolean"}, "lint": {"type": "string"}}, "required": ["coverage", "lint"]}, "builds": {"type": "object", "properties": {"simpleyui": {"type": "object", "properties": {"name": {"type": "string"}, "basefilename": {"type": "string"}, "config": {"type": "object", "properties": {"use": {"type": "array", "items": {"type": "string"}}}, "required": ["use"]}, "prependfiles": {"type": "array", "items": {"type": "string"}}, "jsfiles": {"type": "array", "items": {"type": "string"}}, "appendfiles": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "basefilename", "config", "prependfiles", "jsfiles", "appendfiles"]}}, "required": ["simpleyui"]}}, "required": ["name", "exec", "shifter", "builds"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"requires": {"type": "boolean"}, "lockfileVersion": {"type": "integer"}, "dependencies": {"type": "object", "properties": {"push.js": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}}, "required": ["push.js"]}}, "required": ["requires", "lockfileVersion", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"requires" : true, "lockfileVersion" : 1, "dependencies" : {"push.js" : {"version" : "1.0.6", "resolved" : "https://registry.npmjs.org/push.js/-/push.js-1.0.6.tgz", "integrity" : "sha512-6O3sXNoQPuPymJAHPpJVHkRNVviCEvU3n4p1BLwo3ilHnciPuN0gXNoi7WYHbs1QR4uw7+0StXnI7e93dYjQvw=="}}} | json_instruct | {"type": "object", "properties": {"requires": {"type": "boolean"}, "lockfileVersion": {"type": "integer"}, "dependencies": {"type": "object", "properties": {"push.js": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}}, "required": ["push.js"]}}, "required": ["requires", "lockfileVersion", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"feedstocks" : ["cmark-gfm"]} | json_instruct | {"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"hour positive count": {"type": "integer"}, "hour neutral count": {"type": "integer"}, "hour negative count": {"type": "integer"}, "hour distri": {"type": "object", "properties": {"0.96": {"type": "integer"}, "0.84": {"type": "integer"}, "1.0": {"type": "integer"}, "0.99": {"type": "integer"}, "0.64": {"type": "integer"}, "0.93": {"type": "integer"}, "0.13": {"type": "integer"}, "0.03": {"type": "integer"}, "0.98": {"type": "integer"}, "0.14": {"type": "integer"}, "0.02": {"type": "integer"}, "0.94": {"type": "integer"}}, "required": ["0.96", "0.84", "1.0", "0.99", "0.64", "0.93", "0.13", "0.03", "0.98", "0.14", "0.02", "0.94"]}}, "required": ["hour positive count", "hour neutral count", "hour negative count", "hour distri"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"hour positive count" : 11, "hour neutral count" : 2, "hour negative count" : 4, "hour distri" : {"0.96" : 3, "0.84" : 1, "1.0" : 2, "0.99" : 1, "0.64" : 1, "0.93" : 1, "0.13" : 1, "0.03" : 1, "0.98" : 3, "0.14" : 1, "0.02" : 1, "0.94" : 1}} | json_instruct | {"type": "object", "properties": {"hour positive count": {"type": "integer"}, "hour neutral count": {"type": "integer"}, "hour negative count": {"type": "integer"}, "hour distri": {"type": "object", "properties": {"0.96": {"type": "integer"}, "0.84": {"type": "integer"}, "1.0": {"type": "integer"}, "0.99": {"type": "integer"}, "0.64": {"type": "integer"}, "0.93": {"type": "integer"}, "0.13": {"type": "integer"}, "0.03": {"type": "integer"}, "0.98": {"type": "integer"}, "0.14": {"type": "integer"}, "0.02": {"type": "integer"}, "0.94": {"type": "integer"}}, "required": ["0.96", "0.84", "1.0", "0.99", "0.64", "0.93", "0.13", "0.03", "0.98", "0.14", "0.02", "0.94"]}}, "required": ["hour positive count", "hour neutral count", "hour negative count", "hour distri"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"extends": {"type": "array", "items": {"type": "string"}}, "env": {"type": "object", "properties": {"jest/globals": {"type": "boolean"}}, "required": ["jest/globals"]}, "plugins": {"type": "array", "items": {"type": "string"}}, "rules": {"type": "object", "properties": {"import/unambiguous": {"type": "string"}, "import/first": {"type": "string"}, "max-lines-per-function": {"type": "string"}, "@typescript-eslint/no-explicit-any": {"type": "string"}}, "required": ["import/unambiguous", "import/first", "max-lines-per-function", "@typescript-eslint/no-explicit-any"]}, "globals": {"type": "object", "properties": {"myComponent": {"type": "boolean"}, "san": {"type": "boolean"}, "wrap": {"type": "boolean"}, "clickInfo": {"type": "boolean"}, "LI": {"type": "boolean"}, "loadInvokeCount": {"type": "boolean"}, "loadSuccess": {"type": "boolean"}, "entityStr": {"type": "boolean"}, "Label": {"type": "boolean"}, "triggerEvent": {"type": "boolean"}}, "required": ["myComponent", "san", "wrap", "clickInfo", "LI", "loadInvokeCount", "loadSuccess", "entityStr", "Label", "triggerEvent"]}}, "required": ["extends", "env", "plugins", "rules", "globals"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"extends" : ["../.eslintrc.json"], "env" : {"jest/globals" : true}, "plugins" : ["jest", "@typescript-eslint"], "rules" : {"import/unambiguous" : "off", "import/first" : "off", "max-lines-per-function" : "off", "@typescript-eslint/no-explicit-any" : "off"}, "globals" : {"myComponent" : true, "san" : true, "wrap" : true, "clickInfo" : true, "LI" : true, "loadInvokeCount" : true, "loadSuccess" : true, "entityStr" : true, "Label" : true, "triggerEvent" : true}} | json_instruct | {"type": "object", "properties": {"extends": {"type": "array", "items": {"type": "string"}}, "env": {"type": "object", "properties": {"jest/globals": {"type": "boolean"}}, "required": ["jest/globals"]}, "plugins": {"type": "array", "items": {"type": "string"}}, "rules": {"type": "object", "properties": {"import/unambiguous": {"type": "string"}, "import/first": {"type": "string"}, "max-lines-per-function": {"type": "string"}, "@typescript-eslint/no-explicit-any": {"type": "string"}}, "required": ["import/unambiguous", "import/first", "max-lines-per-function", "@typescript-eslint/no-explicit-any"]}, "globals": {"type": "object", "properties": {"myComponent": {"type": "boolean"}, "san": {"type": "boolean"}, "wrap": {"type": "boolean"}, "clickInfo": {"type": "boolean"}, "LI": {"type": "boolean"}, "loadInvokeCount": {"type": "boolean"}, "loadSuccess": {"type": "boolean"}, "entityStr": {"type": "boolean"}, "Label": {"type": "boolean"}, "triggerEvent": {"type": "boolean"}}, "required": ["myComponent", "san", "wrap", "clickInfo", "LI", "loadInvokeCount", "loadSuccess", "entityStr", "Label", "triggerEvent"]}}, "required": ["extends", "env", "plugins", "rules", "globals"], "$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"}, "main": {"type": "string"}, "author": {"type": "string"}, "private": {"type": "boolean"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "cookie-parser": {"type": "string"}, "cross-env": {"type": "string"}, "express": {"type": "string"}, "jsonwebtoken": {"type": "string"}, "morgan": {"type": "string"}}, "required": ["body-parser", "cookie-parser", "cross-env", "express", "jsonwebtoken", "morgan"]}, "devDependencies": {"type": "object", "properties": {"nodemon": {"type": "string"}}, "required": ["nodemon"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "start:withJwtAuth": {"type": "string"}, "start:debug": {"type": "string"}, "test:ci": {"type": "string"}}, "required": ["start", "start:withJwtAuth", "start:debug", "test:ci"]}}, "required": ["name", "version", "main", "author", "private", "license", "dependencies", "devDependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "server", "version" : "0.1.19", "main" : "src/index.js", "author" : "Oliver Zeigermann", "private" : true, "license" : "MIT", "dependencies" : {"body-parser" : "^1.19.0", "cookie-parser" : "^1.4.5", "cross-env" : "^7.0.3", "express" : "^4.17.1", "jsonwebtoken" : "^8.5.1", "morgan" : "^1.10.0"}, "devDependencies" : {"nodemon" : "^2.0.7"}, "scripts" : {"start" : "nodemon src/index.js", "start:withJwtAuth" : "cross-env USE_JWT_AUTH=true TOKEN_SECRET=09f26e402586e2faa8da4c98a35f1b20d6b033c60 nodemon src/index.js", "start:debug" : "nodemon --inspect src/index.js", "test:ci" : ""}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "private": {"type": "boolean"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "cookie-parser": {"type": "string"}, "cross-env": {"type": "string"}, "express": {"type": "string"}, "jsonwebtoken": {"type": "string"}, "morgan": {"type": "string"}}, "required": ["body-parser", "cookie-parser", "cross-env", "express", "jsonwebtoken", "morgan"]}, "devDependencies": {"type": "object", "properties": {"nodemon": {"type": "string"}}, "required": ["nodemon"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "start:withJwtAuth": {"type": "string"}, "start:debug": {"type": "string"}, "test:ci": {"type": "string"}}, "required": ["start", "start:withJwtAuth", "start:debug", "test:ci"]}}, "required": ["name", "version", "main", "author", "private", "license", "dependencies", "devDependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 404370719, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "67843c827e22c8fa687dad04b1348184", "wof:id" : 404370719, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [5.84902495854267, 47.26085751952592, 5.89410152105663, 47.28724055069656], "geometry" : {"coordinates" : [[[5.88231529532539, 47.26085751952592], [5.87054212241445, 47.2644016732518], [5.86239611199559, 47.26277434498831], [5.85096001774109, 47.26771345292924], [5.84902495854267, 47.2758955671985], [5.85786440168334, 47.2823172499555], [5.86606996126295, 47.28724055069656], [5.87580667657604, 47.28635996810037], [5.89410152105663, 47.27011299574544], [5.89275174113002, 47.26864224699584], [5.89128061241984, 47.26639076481133], [5.88231529532539, 47.26085751952592]]], "type" : "Polygon"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$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"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}}, "required": ["eslint"]}, "dependencies": {"type": "object", "properties": {"@hapi/hapi": {"type": "string"}, "@hapi/inert": {"type": "string"}, "chalk": {"type": "string"}, "fs-extra": {"type": "string"}, "handlebars": {"type": "string"}, "open": {"type": "string"}, "winston": {"type": "string"}, "yargs": {"type": "string"}}, "required": ["@hapi/hapi", "@hapi/inert", "chalk", "fs-extra", "handlebars", "open", "winston", "yargs"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "undergroundjs-speaker-cards", "version" : "0.1.0", "description" : "", "main" : "src/index.js", "scripts" : {"start" : "node ."}, "author" : "David Neal <david@reverentgeek.com> (https://reverentgeek.com)", "license" : "MIT", "devDependencies" : {"eslint" : "^6.0.1"}, "dependencies" : {"@hapi/hapi" : "^18.3.1", "@hapi/inert" : "^5.2.1", "chalk" : "^2.4.2", "fs-extra" : "^8.0.1", "handlebars" : "^4.3.0", "open" : "^6.3.0", "winston" : "^3.2.1", "yargs" : "^13.2.4"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}}, "required": ["eslint"]}, "dependencies": {"type": "object", "properties": {"@hapi/hapi": {"type": "string"}, "@hapi/inert": {"type": "string"}, "chalk": {"type": "string"}, "fs-extra": {"type": "string"}, "handlebars": {"type": "string"}, "open": {"type": "string"}, "winston": {"type": "string"}, "yargs": {"type": "string"}}, "required": ["@hapi/hapi", "@hapi/inert", "chalk", "fs-extra", "handlebars", "open", "winston", "yargs"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"groupAffiliation": {"type": "string"}, "relatives": {"type": "string"}}, "required": ["groupAffiliation", "relatives"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"groupAffiliation" : "S.H.I.E.L.D.; formerly Thunderbolts, Hand, Chaste, Heroes For Hire, Code Red, partner of Daredevil and Deadpool", "relatives" : "Hugo Kostas Natchios (father, deceased), Christina Natchios (mother, deceased), Orestez Natchios (older brother), Demetrios Natchios (Uncle), Alexia Natchios (Aunt)"} | json_instruct | {"type": "object", "properties": {"groupAffiliation": {"type": "string"}, "relatives": {"type": "string"}}, "required": ["groupAffiliation", "relatives"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"courts": {"type": "object", "properties": {}, "required": []}, "jurisdictions": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "name": {"type": "string"}, "courts": {"type": "array", "items": {}}}, "required": ["path", "name", "courts"]}}}, "required": ["courts", "jurisdictions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"courts" : {}, "jurisdictions" : [{"path" : "sv", "name" : "El Salvador", "courts" : []}]} | json_instruct | {"type": "object", "properties": {"courts": {"type": "object", "properties": {}, "required": []}, "jurisdictions": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "name": {"type": "string"}, "courts": {"type": "array", "items": {}}}, "required": ["path", "name", "courts"]}}}, "required": ["courts", "jurisdictions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "1404011001", "district_id" : "1404011", "name" : "RANTAU BARU"}, {"id" : "1404011002", "district_id" : "1404011", "name" : "KUALA TERUSAN"}, {"id" : "1404011003", "district_id" : "1404011", "name" : "PANGKALAN KERINCI KOTA"}, {"id" : "1404011005", "district_id" : "1404011", "name" : "MEKAR JAYA"}, {"id" : "1404011006", "district_id" : "1404011", "name" : "MAKMUR"}, {"id" : "1404011007", "district_id" : "1404011", "name" : "PANGKALAN KERINCI BARAT"}, {"id" : "1404011008", "district_id" : "1404011", "name" : "PANGKALAN KERINCI TIMUR"}] | json_instruct | {"type": "array", "items": {"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#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "legal_status": {"type": "integer"}, "phone": {"type": "string"}, "provider": {"type": "string"}, "full_time_school": {"type": "boolean"}, "profile": {"type": "object", "properties": {"students": {"type": "object", "properties": {"2013": {"type": "array", "items": {}}, "2014": {"type": "array", "items": {}}, "2015": {"type": "array", "items": {}}}, "required": ["2013", "2014", "2015"]}, "teacher": {"type": "array", "items": {}}}, "required": ["students", "teacher"]}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "partner": {"type": "array", "items": {}}, "state": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "legal_status", "phone", "provider", "full_time_school", "profile", "programs", "partner", "state", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Schulbiologiezentrum", "id" : "SN-4490199-0", "address" : " Schleu\u00dfiger Weg\u00a03 04275\u00a0Leipzig\u00a0OT\u00a0Connewitz ", "school_type" : "Sonstige Bildungs- und Betreuungseinrichtungen Fachzentrum", "legal_status" : 1, "phone" : "0341/325086 ", "provider" : "Stadt Leipzig", "full_time_school" : false, "profile" : {"students" : {"2013" : [], "2014" : [], "2015" : []}, "teacher" : []}, "programs" : {"programs" : []}, "partner" : [], "state" : "SN", "lon" : 12.361221, "lat" : 51.321114} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "legal_status": {"type": "integer"}, "phone": {"type": "string"}, "provider": {"type": "string"}, "full_time_school": {"type": "boolean"}, "profile": {"type": "object", "properties": {"students": {"type": "object", "properties": {"2013": {"type": "array", "items": {}}, "2014": {"type": "array", "items": {}}, "2015": {"type": "array", "items": {}}}, "required": ["2013", "2014", "2015"]}, "teacher": {"type": "array", "items": {}}}, "required": ["students", "teacher"]}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "partner": {"type": "array", "items": {}}, "state": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "legal_status", "phone", "provider", "full_time_school", "profile", "programs", "partner", "state", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"$schema": {"type": "string"}, "$id": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "$ref": {"type": "string"}}, "required": ["$schema", "$id", "title", "description", "type", "$ref"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"$schema" : "http://json-schema.org/draft-06/schema#", "$id" : "http://schema.tanzsport.de/json/esv/v1/funktionaer.json", "title" : "Funktion\u00e4r V1", "description" : "JSON-Schema f\u00fcr die Response des Endpunktes /api/v1/funktionaer/:id", "type" : "object", "$ref" : "common.json#/definitions/lizenztraeger"} | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "$id": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "$ref": {"type": "string"}}, "required": ["$schema", "$id", "title", "description", "type", "$ref"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "preview": {"type": "string"}}, "required": ["dev", "build", "preview"]}, "dependencies": {"type": "object", "properties": {"@ant-design/icons-vue": {"type": "string"}, "ant-design-vue": {"type": "string"}, "axios": {"type": "string"}, "echarts": {"type": "string"}, "lodash": {"type": "string"}, "nprogress": {"type": "string"}, "querystring": {"type": "string"}, "screenfull": {"type": "string"}, "vue": {"type": "string"}, "vue-router": {"type": "string"}, "vuex": {"type": "string"}}, "required": ["@ant-design/icons-vue", "ant-design-vue", "axios", "echarts", "lodash", "nprogress", "querystring", "screenfull", "vue", "vue-router", "vuex"]}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "@vitejs/plugin-vue": {"type": "string"}, "less": {"type": "string"}, "less-loader": {"type": "string"}, "typescript": {"type": "string"}, "vite": {"type": "string"}, "vue-tsc": {"type": "string"}}, "required": ["@types/node", "@vitejs/plugin-vue", "less", "less-loader", "typescript", "vite", "vue-tsc"]}}, "required": ["name", "private", "version", "description", "author", "license", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "vite-vue3-ts-antd", "private" : true, "version" : "0.0.0", "description" : "vite2.x + vue3.x + antd-design-vue2.x + typescript4.x + vue-router4.x + vuex4.x", "author" : "PanCheng <754724101@qq.com>", "license" : "MTI", "scripts" : {"dev" : "vite", "build" : "vite build", "preview" : "vite preview"}, "dependencies" : {"@ant-design/icons-vue" : "^6.0.1", "ant-design-vue" : "^2.2.8", "axios" : "^0.26.0", "echarts" : "^5.3.0", "lodash" : "^4.17.21", "nprogress" : "^1.0.0-1", "querystring" : "^0.2.1", "screenfull" : "^6.0.1", "vue" : "^3.2.25", "vue-router" : "4", "vuex" : "^4.0.2"}, "devDependencies" : {"@types/node" : "^17.0.18", "@vitejs/plugin-vue" : "^2.2.0", "less" : "^4.1.2", "less-loader" : "^10.2.0", "typescript" : "^4.5.4", "vite" : "^2.8.0", "vue-tsc" : "^0.33.5"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "preview": {"type": "string"}}, "required": ["dev", "build", "preview"]}, "dependencies": {"type": "object", "properties": {"@ant-design/icons-vue": {"type": "string"}, "ant-design-vue": {"type": "string"}, "axios": {"type": "string"}, "echarts": {"type": "string"}, "lodash": {"type": "string"}, "nprogress": {"type": "string"}, "querystring": {"type": "string"}, "screenfull": {"type": "string"}, "vue": {"type": "string"}, "vue-router": {"type": "string"}, "vuex": {"type": "string"}}, "required": ["@ant-design/icons-vue", "ant-design-vue", "axios", "echarts", "lodash", "nprogress", "querystring", "screenfull", "vue", "vue-router", "vuex"]}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "@vitejs/plugin-vue": {"type": "string"}, "less": {"type": "string"}, "less-loader": {"type": "string"}, "typescript": {"type": "string"}, "vite": {"type": "string"}, "vue-tsc": {"type": "string"}}, "required": ["@types/node", "@vitejs/plugin-vue", "less", "less-loader", "typescript", "vite", "vue-tsc"]}}, "required": ["name", "private", "version", "description", "author", "license", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Time" : "2021-09-06T01:00:00Z", "Temp" : 17.4, "RelHum" : 85, "WindSpeed" : 3.4, "WindDir" : 299} | json_instruct | {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"ignore": {"type": "array", "items": {"type": "string"}}, "watch": {"type": "array", "items": {"type": "string"}}}, "required": ["ignore", "watch"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ignore" : ["client/**/*[!story].js"], "watch" : ["client", "server"]} | json_instruct | {"type": "object", "properties": {"ignore": {"type": "array", "items": {"type": "string"}}, "watch": {"type": "array", "items": {"type": "string"}}}, "required": ["ignore", "watch"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"recommendations": {"type": "array", "items": {"type": "string"}}}, "required": ["recommendations"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"recommendations" : ["idleberg.nsis"]} | json_instruct | {"type": "object", "properties": {"recommendations": {"type": "array", "items": {"type": "string"}}}, "required": ["recommendations"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"sbruchmann.staticpreview.basepath": {"type": "string"}}, "required": ["sbruchmann.staticpreview.basepath"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"sbruchmann.staticpreview.basepath" : "/home/carto/Projects/crankshaft/"} | json_instruct | {"type": "object", "properties": {"sbruchmann.staticpreview.basepath": {"type": "string"}}, "required": ["sbruchmann.staticpreview.basepath"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"nodes": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "number"}, "category": {"type": "integer"}}, "required": ["name", "value", "category"]}}, "links": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "string"}, "target": {"type": "string"}, "value": {"type": "number"}}, "required": ["source", "target", "value"]}}}, "required": ["nodes", "links"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nodes" : [{"name" : "\u79e6\u5ddd\u673a\u5e8a\u5de5\u5177\u96c6\u56e2\u80a1\u4efd\u516c\u53f8", "value" : 9055794500.0, "category" : 153}, {"name" : "\u76d0\u57ce\u79e6\u5ddd\u534e\u5174\u673a\u5e8a\u6709\u9650\u516c\u53f8", "value" : 161.0, "category" : 153}, {"name" : "\u5b9d\u9e21\u5927\u533b\u6570\u7801\u673a\u5668\u4eba\u6709\u9650\u8d23\u4efb\u516c\u53f8", "value" : 52.0, "category" : 153}, {"name" : "\u5b9d\u9e21\u5fe0\u8bda\u540e\u52e4\u670d\u52a1\u6709\u9650\u516c\u53f8", "value" : 0.0, "category" : 153}, {"name" : "\u6768\u51cc\u79e6\u5ddd\u8282\u6c34\u704c\u6e89\u8bbe\u5907\u5de5\u7a0b\u6709\u9650\u516c\u53f8", "value" : 7.0, "category" : 153}, {"name" : "\u6c49\u4e2d\u76ca\u660c\u7269\u8d44\u4f9b\u9500\u6709\u9650\u8d23\u4efb\u516c\u53f8", "value" : 0.0, "category" : 153}, {"name" : "\u9655\u897f\u6c49\u4e2d\u6c49\u673a\u5f00\u53d1\u6709\u9650\u8d23\u4efb\u516c\u53f8", "value" : 2.0, "category" : 153}], "links" : [{"source" : "\u79e6\u5ddd\u673a\u5e8a\u5de5\u5177\u96c6\u56e2\u80a1\u4efd\u516c\u53f8", "target" : "\u76d0\u57ce\u79e6\u5ddd\u534e\u5174\u673a\u5e8a\u6709\u9650\u516c\u53f8", "value" : 1.777867198731155e-08}, {"source" : "\u79e6\u5ddd\u673a\u5e8a\u5de5\u5177\u96c6\u56e2\u80a1\u4efd\u516c\u53f8", "target" : "\u5b9d\u9e21\u5927\u533b\u6570\u7801\u673a\u5668\u4eba\u6709\u9650\u8d23\u4efb\u516c\u53f8", "value" : 5.742179772299383e-09}, {"source" : "\u79e6\u5ddd\u673a\u5e8a\u5de5\u5177\u96c6\u56e2\u80a1\u4efd\u516c\u53f8", "target" : "\u5b9d\u9e21\u5fe0\u8bda\u540e\u52e4\u670d\u52a1\u6709\u9650\u516c\u53f8", "value" : 0.0}, {"source" : "\u79e6\u5ddd\u673a\u5e8a\u5de5\u5177\u96c6\u56e2\u80a1\u4efd\u516c\u53f8", "target" : "\u6768\u51cc\u79e6\u5ddd\u8282\u6c34\u704c\u6e89\u8bbe\u5907\u5de5\u7a0b\u6709\u9650\u516c\u53f8", "value" : 7.729857385787631e-10}, {"source" : "\u79e6\u5ddd\u673a\u5e8a\u5de5\u5177\u96c6\u56e2\u80a1\u4efd\u516c\u53f8", "target" : "\u6c49\u4e2d\u76ca\u660c\u7269\u8d44\u4f9b\u9500\u6709\u9650\u8d23\u4efb\u516c\u53f8", "value" : 0.0}, {"source" : "\u79e6\u5ddd\u673a\u5e8a\u5de5\u5177\u96c6\u56e2\u80a1\u4efd\u516c\u53f8", "target" : "\u9655\u897f\u6c49\u4e2d\u6c49\u673a\u5f00\u53d1\u6709\u9650\u8d23\u4efb\u516c\u53f8", "value" : 2.2085306816536085e-10}]} | json_instruct | {"type": "object", "properties": {"nodes": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "number"}, "category": {"type": "integer"}}, "required": ["name", "value", "category"]}}, "links": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "string"}, "target": {"type": "string"}, "value": {"type": "number"}}, "required": ["source", "target", "value"]}}}, "required": ["nodes", "links"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"mobx.cjs.development.js": {"type": "string"}, "mobx.cjs.development.min.js": {"type": "string"}, "mobx.cjs.production.min.js": {"type": "string"}, "mobx.esm.development.js": {"type": "string"}, "mobx.esm.development.min.js": {"type": "string"}, "mobx.esm.js": {"type": "string"}, "mobx.esm.min.js": {"type": "string"}, "mobx.esm.production.min.js": {"type": "string"}, "mobx.umd.development.js": {"type": "string"}, "mobx.umd.development.min.js": {"type": "string"}, "mobx.umd.production.min.js": {"type": "string"}}, "required": ["mobx.cjs.development.js", "mobx.cjs.development.min.js", "mobx.cjs.production.min.js", "mobx.esm.development.js", "mobx.esm.development.min.js", "mobx.esm.js", "mobx.esm.min.js", "mobx.esm.production.min.js", "mobx.umd.development.js", "mobx.umd.development.min.js", "mobx.umd.production.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"mobx.cjs.development.js" : "sha512-lF6TL4lfqZDThkS2lCG0Pn6XIqksS73VXEB3qXHoQNctth1cPxph3tI78aAqWSQQoI9feZbHjADebXkM6OSR+Q==", "mobx.cjs.development.min.js" : "sha512-TouK613i5p6PG90HdkIOg6GEBgi/cxK7EgtURemSwSTwMewURj8AS4VFa66k0eej3wz4RLp7+Yn86j/Ad7LmEg==", "mobx.cjs.production.min.js" : "sha512-nYn+mhgYfNrZuwMnbnY9wrnz4nplPLD3Yjll5G28BKLx7a16hvXcnvk8X6r6pVs+wemHm2oHswnS0/5L7O4V8Q==", "mobx.esm.development.js" : "sha512-6fjoXRa4XN8JWCEdCgQMe7IpvdA3nOLzKO7+uoqtty95c6JpUXdfZEqEtTlaXpS/FO4ZbX0bX2kTkcFFcgGNGA==", "mobx.esm.development.min.js" : "sha512-Q/R+wjz+5C98UsQPh0gt0ylUS+v1wnCXLgMRq/gHPdDDWW+CQ3m5bVUQQDkS0ayru2cw3nwr/o3sd4MHNvqTsw==", "mobx.esm.js" : "sha512-LUAvcAPe8/d5eOBZ4wKK7MIwOW3JMUAgVVVSZQKVlse2ccQzLe5uIy5CH5UvlGWDYUw98A7T3URwGndmqyKNIg==", "mobx.esm.min.js" : "sha512-Y1qQSPwLqGlsJ8V4ao78W3Oay9IhLAWKL6IVnyPEhGf6z9TFDQUBT7+DQRAvWwjnoAwn/UdvHmcmOfP0zU5JLA==", "mobx.esm.production.min.js" : "sha512-e2VEM0qWlI/nW1g+F/IL7j8aKPBXLKbxil8/+yw8ZGHbgNzH6rfy4sA3P1lS6Ph43N9pzzQvD2sfKVyi1YURCA==", "mobx.umd.development.js" : "sha512-4JgZmXeP40un8G6ZQet/kvg4i5ZUGbEVIfhMGIetHXZavwC0dD+ciOWS5nnTDd18uqyJGxBdzxPI0GSV/qio9A==", "mobx.umd.development.min.js" : "sha512-X+wsS5Pvb7uhtlaQqUcnN96Pj/sDOJ9Vu5pysGkPryC8WCqMyYESfHxIa9NdfA4zIEh4vq2++kKdO5F2jDuZ1Q==", "mobx.umd.production.min.js" : "sha512-U+dnpk8HtoMhG7rXH71SlVLhKYceR1KQb3SAVvdyHfsDsh9rC5HvhPLwK+mzoRVBk4V/YbFsxnZaGvxG3O5bww=="} | json_instruct | {"type": "object", "properties": {"mobx.cjs.development.js": {"type": "string"}, "mobx.cjs.development.min.js": {"type": "string"}, "mobx.cjs.production.min.js": {"type": "string"}, "mobx.esm.development.js": {"type": "string"}, "mobx.esm.development.min.js": {"type": "string"}, "mobx.esm.js": {"type": "string"}, "mobx.esm.min.js": {"type": "string"}, "mobx.esm.production.min.js": {"type": "string"}, "mobx.umd.development.js": {"type": "string"}, "mobx.umd.development.min.js": {"type": "string"}, "mobx.umd.production.min.js": {"type": "string"}}, "required": ["mobx.cjs.development.js", "mobx.cjs.development.min.js", "mobx.cjs.production.min.js", "mobx.esm.development.js", "mobx.esm.development.min.js", "mobx.esm.js", "mobx.esm.min.js", "mobx.esm.production.min.js", "mobx.umd.development.js", "mobx.umd.development.min.js", "mobx.umd.production.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "pentacrinus", "definition" : "A genus of large, stalked crinoids, of which several species occur in deep water among the West Indies and elsewhere."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source_url": {"type": "string"}, "licence": {"type": "string"}, "language": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "text": {"type": "string"}}, "required": ["authors", "doi", "publication_date", "id", "url", "source", "source_url", "licence", "language", "type", "description", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"authors" : [{"author" : "Melpomeni Peppa"}, {"author" : "Vasilios Pikounis"}, {"author" : "Georgios Papaxoinis"}, {"author" : "Anastasios Macheras"}, {"author" : "Theofanis Economopoulos"}, {"author" : "Sotirios A Raptis"}, {"author" : "Dimitrios Hadjidakis"}], "doi" : "10.1186/1757-1626-0002-0000008951", "publication_date" : "2010-02-26", "id" : "EN117845", "url" : "https://pubmed.ncbi.nlm.nih.gov/20181215", "source" : "Cases journal", "source_url" : "", "licence" : "CC BY", "language" : "en", "type" : "pubmed", "description" : "", "text" : "We report the case of a 59 year-old woman with a medical history of hyperaldosteronism due to a right adrenal adenoma. During follow up, she showed symptoms of hypercortisolism and hyperandrogenemia and a rapid growth of the adrenal mass. She underwent right adrenalectomy and the histology revealed the presence of an adrenocortical carcinoma. Six months post-operatively being on treatment with mitotane, she was diagnosed of metastatic disease to the liver. She underwent right hepatectomy and was started on systemic chemotherapy, with no signs of tumour recurrence during the following six months."} | json_instruct | {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source_url": {"type": "string"}, "licence": {"type": "string"}, "language": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "text": {"type": "string"}}, "required": ["authors", "doi", "publication_date", "id", "url", "source", "source_url", "licence", "language", "type", "description", "text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"tags": {"type": "array", "items": {"type": "string"}}, "grouped_by": {"type": "array", "items": {"type": "string"}}, "report": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "sensor": {"type": "string"}, "number_of_points_injected": {"type": "integer"}, "number_of_point_failed": {"type": "integer"}, "number_of_chunk_created": {"type": "integer"}}, "required": ["name", "sensor", "number_of_points_injected", "number_of_point_failed", "number_of_chunk_created"]}}}, "required": ["tags", "grouped_by", "report"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"tags" : ["sensor", "code_install"], "grouped_by" : ["name", "sensor"], "report" : [{"name" : "metric_1", "sensor" : "sensor_1", "number_of_points_injected" : 2, "number_of_point_failed" : 0, "number_of_chunk_created" : 1}, {"name" : "metric_1", "sensor" : "sensor_2", "number_of_points_injected" : 1, "number_of_point_failed" : 0, "number_of_chunk_created" : 1}]} | json_instruct | {"type": "object", "properties": {"tags": {"type": "array", "items": {"type": "string"}}, "grouped_by": {"type": "array", "items": {"type": "string"}}, "report": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "sensor": {"type": "string"}, "number_of_points_injected": {"type": "integer"}, "number_of_point_failed": {"type": "integer"}, "number_of_chunk_created": {"type": "integer"}}, "required": ["name", "sensor", "number_of_points_injected", "number_of_point_failed", "number_of_chunk_created"]}}}, "required": ["tags", "grouped_by", "report"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01008936": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01008936"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Topology", "objects" : {"E01008936" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00045384", "LAD11CD" : "E08000025"}, "arcs" : [[0, 1, 2, 3, 4]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00045386", "LAD11CD" : "E08000025"}, "arcs" : [[5, 6, 7, -4]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00045387", "LAD11CD" : "E08000025"}, "arcs" : [[8, 9, -7]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00045389", "LAD11CD" : "E08000025"}, "arcs" : [[-1, 10]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00045391", "LAD11CD" : "E08000025"}, "arcs" : [[-9, -6, -3, 11]]}]}}, "arcs" : [[[8107, 8884], [-738, -222], [-449, 508], [1617, -3354]], [[8537, 5816], [-607, -833]], [[7930, 4983], [-2060, 493]], [[5870, 5476], [291, 852], [-838, 199], [-1370, 1494], [787, -76], [1058, 468], [903, 1586]], [[6701, 9999], [1038, -488], [368, -627]], [[5870, 5476], [-430, 490], [-627, -240], [704, -1928]], [[5517, 3798], [-822, 347], [-685, 1199], [-861, -267], [-1869, 2086], [-343, -470], [-937, 54]], [[0, 6747], [988, 930], [1684, 758], [4029, 1564]], [[5517, 3798], [-526, -323], [650, -318], [-1080, -377], [61, -659], [-646, 247], [300, -423], [-623, -224]], [[3653, 1721], [-1858, 1892], [-1795, 3134]], [[8107, 8884], [1892, -3217], [-965, -299], [-497, 448]], [[7930, 4983], [1106, -881], [-1701, -2326], [1944, -1290], [-279, -486], [-1193, 238], [-2428, 194], [-1658, 1222], [-68, 67]]], "transform" : {"scale" : [9.670545295799486e-07, 7.905700385354865e-07], "translate" : [-1.888373529919895, 52.42135726651741]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01008936": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01008936"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "entry": {"type": "string"}}, "required": ["id", "entry"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "indexdb", "entry" : "res/indexdb/index.html"}, {"id" : "indexdbreboot", "entry" : "res/indexdbreboot/index.html"}, {"id" : "indexdbrelaunch", "entry" : "res/indexdbrelaunch/index.html"}, {"id" : "indexdbupgrade", "entry" : "res/indexdbupgrade/index.html"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "entry": {"type": "string"}}, "required": ["id", "entry"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"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"}, "winner": {"type": "string"}, "subPlay": {"type": "integer"}}, "required": ["play", "winner", "subPlay"]}, "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" : "0f7182aa-cadb-431a-8cee-b57779b6f4b1", "playerTags" : [], "teamTags" : ["a37f9158-7f82-46bc-908c-c9e2dda7c33b", "d9f89a8a-c563-493e-9d64-78e4f9a55d4a", "d9f89a8a-c563-493e-9d64-78e4f9a55d4a", "a37f9158-7f82-46bc-908c-c9e2dda7c33b"], "gameTags" : ["647d2199-1fd8-459e-aa0f-673a57e544b9"], "metadata" : {"play" : 310, "winner" : "a37f9158-7f82-46bc-908c-c9e2dda7c33b", "subPlay" : -1}, "created" : "2021-04-13T01:26:14.982Z", "season" : 15, "tournament" : -1, "type" : 11, "day" : 10, "phase" : 2, "category" : 3, "description" : "Jazz Hands 3, Georgias 2", "nuts" : 1} | 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"}, "winner": {"type": "string"}, "subPlay": {"type": "integer"}}, "required": ["play", "winner", "subPlay"]}, "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#"} |
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": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"site-plan-url": {"type": "string"}, "maximum-net-dwellings": {"type": "string"}, "hectares": {"type": "string"}, "start-date": {"type": "string"}, "planning-permission-status": {"type": "string"}, "site-address": {"type": "string"}, "planning-permission-history": {"type": "string"}, "point": {"type": "string"}, "notes": {"type": "string"}, "planning-permission-date": {"type": "string"}, "name": {"type": "string"}, "minimum-net-dwellings": {"type": "string"}, "site": {"type": "string"}, "deliverable": {"type": "string"}, "organisation": {"type": "string"}, "planning-permission-type": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}}, "required": ["site-plan-url", "maximum-net-dwellings", "hectares", "start-date", "planning-permission-status", "site-address", "planning-permission-history", "point", "notes", "planning-permission-date", "name", "minimum-net-dwellings", "site", "deliverable", "organisation", "planning-permission-type", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [0.104898, 52.196494]}, "properties" : {"site-plan-url" : "https://gismaps.scambs.gov.uk/connect/analyst/mobile/#/main?mapcfg=BrownfieldRegister2020&queryTable=/NamedTables/CambridgeBrownfieldRegister_2020&queryColumn=SiteReference&queryValues=18/1150/FUL", "maximum-net-dwellings" : "9", "hectares" : "0.06", "start-date" : "2020-04-01", "planning-permission-status" : "permissioned", "site-address" : "31 Barton Road Cambridge CB3 9LB", "planning-permission-history" : "https://applications.greatercambridgeplanning.org/online-applications/applicationDetails.do?keyVal=PC3YKPDXMLP00&activeTab=summary", "point" : "POINT(0.104898 52.196494)", "notes" : "18/1150/FUL | Extensions and alterations to existing building to form 11 self contained flats, demolition of existing garage/store and erection of 2 residential units, and associated infrastructure and works", "planning-permission-date" : "2019-02-08", "name" : "18/1150/FUL", "minimum-net-dwellings" : "9", "site" : "18/1150/FUL", "deliverable" : "yes", "organisation" : "local-authority-eng:CAB", "planning-permission-type" : "full planning permission", "slug" : "/brownfield-land/local-authority-eng/CAB/18-1150-FUL", "entity" : 511611, "entry-date" : "2020-04-01"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"site-plan-url": {"type": "string"}, "maximum-net-dwellings": {"type": "string"}, "hectares": {"type": "string"}, "start-date": {"type": "string"}, "planning-permission-status": {"type": "string"}, "site-address": {"type": "string"}, "planning-permission-history": {"type": "string"}, "point": {"type": "string"}, "notes": {"type": "string"}, "planning-permission-date": {"type": "string"}, "name": {"type": "string"}, "minimum-net-dwellings": {"type": "string"}, "site": {"type": "string"}, "deliverable": {"type": "string"}, "organisation": {"type": "string"}, "planning-permission-type": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}}, "required": ["site-plan-url", "maximum-net-dwellings", "hectares", "start-date", "planning-permission-status", "site-address", "planning-permission-history", "point", "notes", "planning-permission-date", "name", "minimum-net-dwellings", "site", "deliverable", "organisation", "planning-permission-type", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"confidence": {"type": "integer"}, "authenticationResultCode": {"type": "string"}, "brandLogoUri": {"type": "string"}, "copyright": {"type": "string"}, "entityType": {"type": "string"}, "matchCodes": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "statusCode": {"type": "integer"}, "statusDescription": {"type": "string"}, "traceId": {"type": "string"}, "addressLine": {"type": "string"}, "adminDistrict": {"type": "string"}, "adminDistrict2": {"type": "string"}, "countryRegion": {"type": "string"}, "formattedAddress": {"type": "string"}, "locality": {"type": "string"}, "neighborhood": {"type": "string"}, "postalCode": {"type": "string"}}, "required": ["confidence", "authenticationResultCode", "brandLogoUri", "copyright", "entityType", "matchCodes", "name", "statusCode", "statusDescription", "traceId", "addressLine", "adminDistrict", "adminDistrict2", "countryRegion", "formattedAddress", "locality", "neighborhood", "postalCode"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "bbox": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "properties", "geometry", "bbox"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "FeatureCollection", "features" : [{"type" : "Feature", "properties" : {"confidence" : 9, "authenticationResultCode" : "ValidCredentials", "brandLogoUri" : "http://dev.virtualearth.net/Branding/logo_powered_by.png", "copyright" : "Copyright \u00a9 2017 Microsoft and its suppliers. All rights reserved. This API cannot be accessed and the content and any results may not be used, reproduced or transmitted in any manner without express written permission from Microsoft Corporation.", "entityType" : "Address", "matchCodes" : ["Good"], "name" : "1420 HWY-3, Cawston, BC V0X 1C3, Canada", "statusCode" : 200, "statusDescription" : "OK", "traceId" : "57f414abb68f456dbe5bfb8fcdee04f1|BN20130422|7.7.0.0|", "addressLine" : "1420 HWY-3", "adminDistrict" : "BC", "adminDistrict2" : "Okanagan-Similkameen", "countryRegion" : "Canada", "formattedAddress" : "1420 HWY-3, Cawston, BC V0X 1C3, Canada", "locality" : "Okanagan-Similkameen", "neighborhood" : "Cawston", "postalCode" : "V0X 1C3"}, "geometry" : {"type" : "Point", "coordinates" : [-119.7320918, 49.1230139]}, "bbox" : [-119.7338096, 49.1218898, -119.7303741, 49.1241381]}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"confidence": {"type": "integer"}, "authenticationResultCode": {"type": "string"}, "brandLogoUri": {"type": "string"}, "copyright": {"type": "string"}, "entityType": {"type": "string"}, "matchCodes": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "statusCode": {"type": "integer"}, "statusDescription": {"type": "string"}, "traceId": {"type": "string"}, "addressLine": {"type": "string"}, "adminDistrict": {"type": "string"}, "adminDistrict2": {"type": "string"}, "countryRegion": {"type": "string"}, "formattedAddress": {"type": "string"}, "locality": {"type": "string"}, "neighborhood": {"type": "string"}, "postalCode": {"type": "string"}}, "required": ["confidence", "authenticationResultCode", "brandLogoUri", "copyright", "entityType", "matchCodes", "name", "statusCode", "statusDescription", "traceId", "addressLine", "adminDistrict", "adminDistrict2", "countryRegion", "formattedAddress", "locality", "neighborhood", "postalCode"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "bbox": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "properties", "geometry", "bbox"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"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" : "Manchester", "state_name" : "New York", "state_abbrv" : "NY", "lat" : "42.9689", "long" : "-77.2332"} | 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#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"no": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "array", "items": {"type": "string"}}, "classification": {"type": "string"}, "tribeValue": {"type": "array", "items": {"type": "string"}}, "height": {"type": "string"}, "weight": {"type": "string"}}, "required": ["no", "name", "type", "classification", "tribeValue", "height", "weight"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"no" : "542", "name" : "\u30cf\u30cf\u30b3\u30e2\u30ea", "type" : ["\u3080\u3057", "\u304f\u3055"], "classification" : "\u3053\u305d\u3060\u3066\u30dd\u30b1\u30e2\u30f3", "tribeValue" : ["75", "103", "80", "70", "80", "92"], "height" : "1.2", "weight" : "20.5"} | json_instruct | {"type": "object", "properties": {"no": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "array", "items": {"type": "string"}}, "classification": {"type": "string"}, "tribeValue": {"type": "array", "items": {"type": "string"}}, "height": {"type": "string"}, "weight": {"type": "string"}}, "required": ["no", "name", "type", "classification", "tribeValue", "height", "weight"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "class": {"type": "string"}}, "required": ["id", "name", "class"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "1", "name" : "A1 \u2013 Breakthrough (Beginner)", "class" : "bg-red-300"}, {"id" : "2", "name" : "A2 \u2013 Waystage (Elementary)", "class" : "bg-red-100"}, {"id" : "3", "name" : "B1 \u2013 Threshold (Intermediate)", "class" : "bg-green-300"}, {"id" : "4", "name" : "B2 \u2013 Vantage (Upper Intermediate)", "class" : "bg-green-600"}, {"id" : "5", "name" : "C1 \u2013 Effective Operational Proficiency (Advanced)", "class" : "bg-blue-400"}, {"id" : "6", "name" : "C2 \u2013 Mastery (Proficiency)", "class" : "bg-yellow-600"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "class": {"type": "string"}}, "required": ["id", "name", "class"]}, "$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"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"national": {"type": "string"}}, "required": ["national"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "D4405", "name" : {"en" : "Satrup"}, "country" : "DE", "region" : "SH", "identifiers" : {"national" : "04405"}, "location" : {"latitude" : 54.6854, "longitude" : 9.6261, "elevation" : 35}, "timezone" : "Europe/Berlin"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"national": {"type": "string"}}, "required": ["national"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"url": {"type": "string"}, "sha1": {"type": "string"}}, "required": ["url", "sha1"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"url" : "https://static.wikia.nocookie.net/griftlands_gamepedia_en/images/6/62/Double_Entendre.png/revision/latest?cb=20210808180030", "sha1" : "cd6f3b7c9d712ac6700581d0c44a52a94e79b610"} | json_instruct | {"type": "object", "properties": {"url": {"type": "string"}, "sha1": {"type": "string"}}, "required": ["url", "sha1"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"@rails/webpacker": {"type": "string"}, "bootstrap": {"type": "string"}, "jquery": {"type": "string"}, "notify-js-legacy": {"type": "string"}, "popper": {"type": "string"}, "popper.js": {"type": "string"}}, "required": ["@rails/webpacker", "bootstrap", "jquery", "notify-js-legacy", "popper", "popper.js"]}, "version": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"webpack-dev-server": {"type": "string"}}, "required": ["webpack-dev-server"]}}, "required": ["name", "private", "dependencies", "version", "main", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "crypto_wallet", "private" : true, "dependencies" : {"@rails/webpacker" : "^4.0.7", "bootstrap" : "^4.3.1", "jquery" : "^3.4.1", "notify-js-legacy" : "^0.4.1", "popper" : "^1.0.1", "popper.js" : "^1.15.0"}, "version" : "1.0.0", "main" : "index.js", "author" : "Caio <caio.felipemotta@hotmail.com>", "license" : "MIT", "devDependencies" : {"webpack-dev-server" : "^3.7.2"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"@rails/webpacker": {"type": "string"}, "bootstrap": {"type": "string"}, "jquery": {"type": "string"}, "notify-js-legacy": {"type": "string"}, "popper": {"type": "string"}, "popper.js": {"type": "string"}}, "required": ["@rails/webpacker", "bootstrap", "jquery", "notify-js-legacy", "popper", "popper.js"]}, "version": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"webpack-dev-server": {"type": "string"}}, "required": ["webpack-dev-server"]}}, "required": ["name", "private", "dependencies", "version", "main", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"profiles": {"type": "object", "properties": {"BlitzkriegSoftware.CsvHelpers.Demo": {"type": "object", "properties": {"commandName": {"type": "string"}, "commandLineArgs": {"type": "string"}}, "required": ["commandName", "commandLineArgs"]}}, "required": ["BlitzkriegSoftware.CsvHelpers.Demo"]}}, "required": ["profiles"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"profiles" : {"BlitzkriegSoftware.CsvHelpers.Demo" : {"commandName" : "Project", "commandLineArgs" : "-v -o data.csv -i data.csv "}}} | json_instruct | {"type": "object", "properties": {"profiles": {"type": "object", "properties": {"BlitzkriegSoftware.CsvHelpers.Demo": {"type": "object", "properties": {"commandName": {"type": "string"}, "commandLineArgs": {"type": "string"}}, "required": ["commandName", "commandLineArgs"]}}, "required": ["BlitzkriegSoftware.CsvHelpers.Demo"]}}, "required": ["profiles"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"parameters": {"type": "object", "properties": {"category": {"type": "string"}}, "required": ["category"]}, "projects": {"type": "object", "properties": {"category": {"type": "string"}}, "required": ["category"]}, "relationshipConstraints": {"type": "object", "properties": {"category": {"type": "string"}}, "required": ["category"]}, "solverParameters": {"type": "object", "properties": {"category": {"type": "string"}}, "required": ["category"]}, "requirements": {"type": "object", "properties": {"category": {"type": "string"}}, "required": ["category"]}, "zones": {"type": "object", "properties": {"category": {"type": "string"}}, "required": ["category"]}, "modelParameters": {"type": "object", "properties": {"category": {"type": "string"}}, "required": ["category"]}, "calendars": {"type": "object", "properties": {"category": {"type": "string"}}, "required": ["category"]}, "capacities": {"type": "object", "properties": {"category": {"type": "string"}}, "required": ["category"]}, "zoneRequests": {"type": "object", "properties": {"category": {"type": "string"}}, "required": ["category"]}, "kpis": {"type": "object", "properties": {"category": {"type": "string"}}, "required": ["category"]}, "status": {"type": "object", "properties": {"category": {"type": "string"}}, "required": ["category"]}, "alerts": {"type": "object", "properties": {"category": {"type": "string"}}, "required": ["category"]}, "_workOrders": {"type": "object", "properties": {"category": {"type": "string"}}, "required": ["category"]}, "workOrders": {"type": "object", "properties": {"category": {"type": "string"}}, "required": ["category"]}}, "required": ["parameters", "projects", "relationshipConstraints", "solverParameters", "requirements", "zones", "modelParameters", "calendars", "capacities", "zoneRequests", "kpis", "status", "alerts", "_workOrders", "workOrders"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parameters" : {"category" : "input"}, "projects" : {"category" : "input"}, "relationshipConstraints" : {"category" : "input"}, "solverParameters" : {"category" : "input"}, "requirements" : {"category" : "input"}, "zones" : {"category" : "input"}, "modelParameters" : {"category" : "input"}, "calendars" : {"category" : "input"}, "capacities" : {"category" : "input"}, "zoneRequests" : {"category" : "input"}, "kpis" : {"category" : "output"}, "status" : {"category" : "output"}, "alerts" : {"category" : "output"}, "_workOrders" : {"category" : "output"}, "workOrders" : {"category" : "input"}} | json_instruct | {"type": "object", "properties": {"parameters": {"type": "object", "properties": {"category": {"type": "string"}}, "required": ["category"]}, "projects": {"type": "object", "properties": {"category": {"type": "string"}}, "required": ["category"]}, "relationshipConstraints": {"type": "object", "properties": {"category": {"type": "string"}}, "required": ["category"]}, "solverParameters": {"type": "object", "properties": {"category": {"type": "string"}}, "required": ["category"]}, "requirements": {"type": "object", "properties": {"category": {"type": "string"}}, "required": ["category"]}, "zones": {"type": "object", "properties": {"category": {"type": "string"}}, "required": ["category"]}, "modelParameters": {"type": "object", "properties": {"category": {"type": "string"}}, "required": ["category"]}, "calendars": {"type": "object", "properties": {"category": {"type": "string"}}, "required": ["category"]}, "capacities": {"type": "object", "properties": {"category": {"type": "string"}}, "required": ["category"]}, "zoneRequests": {"type": "object", "properties": {"category": {"type": "string"}}, "required": ["category"]}, "kpis": {"type": "object", "properties": {"category": {"type": "string"}}, "required": ["category"]}, "status": {"type": "object", "properties": {"category": {"type": "string"}}, "required": ["category"]}, "alerts": {"type": "object", "properties": {"category": {"type": "string"}}, "required": ["category"]}, "_workOrders": {"type": "object", "properties": {"category": {"type": "string"}}, "required": ["category"]}, "workOrders": {"type": "object", "properties": {"category": {"type": "string"}}, "required": ["category"]}}, "required": ["parameters", "projects", "relationshipConstraints", "solverParameters", "requirements", "zones", "modelParameters", "calendars", "capacities", "zoneRequests", "kpis", "status", "alerts", "_workOrders", "workOrders"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "type": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}}, "required": ["phpunit/phpunit"]}, "support": {"type": "object", "properties": {"issues": {"type": "string"}}, "required": ["issues"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Skopek\\Hooks\\": {"type": "string"}}, "required": ["Skopek\\Hooks\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "keywords", "license", "type", "authors", "require-dev", "support", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "skopek/hooks", "description" : "PHP Hooks System", "keywords" : ["hooks", "action", "filter"], "license" : "MIT", "type" : "library", "authors" : [{"name" : "Mateusz Skopowski", "email" : "skopek012@gmail.com"}], "require-dev" : {"phpunit/phpunit" : "~4.5"}, "support" : {"issues" : "https://github.com/skopek/hooks/issues"}, "autoload" : {"psr-4" : {"Skopek\\Hooks\\" : "src/"}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "type": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}}, "required": ["phpunit/phpunit"]}, "support": {"type": "object", "properties": {"issues": {"type": "string"}}, "required": ["issues"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Skopek\\Hooks\\": {"type": "string"}}, "required": ["Skopek\\Hooks\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "keywords", "license", "type", "authors", "require-dev", "support", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Name" : "Geissele \"SCH\" charging handle for MPX", "ShortName" : "SCH Charge", "Description" : "SCH(Super charging handle) with two latches for MPX-based weapons product by Geissele."} | json_instruct | {"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}}, "required": ["title", "children"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"title" : "Classes", "children" : ["classes/basetype", "classes/builtintype", "classes/checkconstraint", "classes/column", "classes/compositetype", "classes/constraint", "classes/db", "classes/dbobject", "classes/domain", "classes/entity", "classes/enumtype", "classes/exclusionconstraint", "classes/foreignkey", "classes/index", "classes/m2mrelation", "classes/m2orelation", "classes/materializedview", "classes/o2mrelation", "classes/primarykey", "classes/rangetype", "classes/relation", "classes/schema", "classes/table", "classes/type", "classes/uniqueconstraint", "classes/view"]}, {"title" : "Enums", "children" : ["enums/action", "enums/casetype", "enums/matchtype"]}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}}, "required": ["title", "children"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}}, "required": ["id", "name", "description", "keywords", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "notification", "name" : "Notifications", "description" : "Notification Core", "keywords" : ["core"], "version" : "1.0"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}}, "required": ["id", "name", "description", "keywords", "version"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"K": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "RT": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "P": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["K", "RT", "P"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"K" : [[694.4444580078125, 0.0, 250.0], [0.0, 694.4444580078125, 250.0], [0.0, 0.0, 1.0]], "RT" : [[-0.9237105926763286, 4.022166706383176e-08, -0.3830904677574261, -3.304354478471826e-08], [0.259909060405925, -0.7346432104007389, -0.6266947075159864, 5.960464485329283e-08], [-0.2814348772426042, -0.6784535873342452, 0.6785979080163137, 1.4000000953674316], [0.0, 0.0, 0.0, 1.0]], "P" : [[-711.8247680664062, 96.38566589355469, -169.61337280273438, 350.0], [110.13375091552734, 265.555419921875, -679.7824096679688, 350.00006103515625], [-0.28143495321273804, -0.6785979866981506, -0.6784535050392151, 1.4000000953674316]]} | json_instruct | {"type": "object", "properties": {"K": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "RT": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "P": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["K", "RT", "P"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"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" : [[[130.125, 25.666666666666668], [130.125, 25.75], [130.25, 25.75], [130.25, 25.666666666666668], [130.125, 25.666666666666668]]]}, "properties" : {"code" : 383041, "url" : "http://madefor.github.io/0410/api/v1/383041.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/383041.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#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["Qubole", "2016 Present (less than a year)"], ["OpenStack", "May 2014 January 2016 (1 year 9 months)"], ["Morgan Stanley", "August 2013 April 2014 (9 months)"], ["DrizzleDB Project", "2012 2013 (1 year)"], ["Microsoft", "May 2012 July 2012 (3 months)"], ["B. Tech, Computer Science", "August 2011 November 2011"], ["Cloud Computing Concepts, Course and Programming mastery badge, 89%", "January 2013 April 2013"], ["Mining Massive Datasets, 94.9% with Distinction", "2009 2013"], ["Cloud Computing Concepts: Part 2, Course and Programming mastery badge, 99%", "2015 2015"], ["Cloud Networking, Course and Programming mastery badge, 98%", "2015 2015"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"contents": {"type": "string"}, "filename": {"type": "string"}}, "required": ["contents", "filename"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contents" : "I'm input file text!\n", "filename" : "file.ext"} | json_instruct | {"type": "object", "properties": {"contents": {"type": "string"}, "filename": {"type": "string"}}, "required": ["contents", "filename"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "tsc": {"type": "string"}, "build": {"type": "string"}, "watch": {"type": "string"}, "release": {"type": "string"}}, "required": ["test", "tsc", "build", "watch", "release"]}, "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": {"@rollup/plugin-replace": {"type": "string"}, "@rollup/plugin-typescript": {"type": "string"}, "@types/jest": {"type": "string"}, "jest": {"type": "string"}, "prettier": {"type": "string"}, "rollup": {"type": "string"}, "rollup-plugin-ae-jsx": {"type": "string"}, "ts-jest": {"type": "string"}, "tslib": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@rollup/plugin-replace", "@rollup/plugin-typescript", "@types/jest", "jest", "prettier", "rollup", "rollup-plugin-ae-jsx", "ts-jest", "tslib", "typescript"]}, "dependencies": {"type": "object", "properties": {"expression-globals-typescript": {"type": "string"}}, "required": ["expression-globals-typescript"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "expressions-library-template", "version" : "2.1.0", "description" : "A template repo for creating After Effects expression libraries (.jsx files) using TypeScript and Rollup ", "main" : "dist/index.jsx", "scripts" : {"test" : "jest --watch", "tsc" : "tsc", "build" : "rollup -c", "watch" : "rollup -cw", "release" : "npm run build && gh release create $npm_package_version $npm_package_main"}, "repository" : {"type" : "git", "url" : "git+https://github.com/motiondeveloper/expressions-library-template.git"}, "author" : "Tim Haywood", "license" : "MIT", "bugs" : {"url" : "https://github.com/motiondeveloper/expressions-library-template/issues"}, "homepage" : "https://github.com/motiondeveloper/expressions-library-template#readme", "devDependencies" : {"@rollup/plugin-replace" : "^2.3.3", "@rollup/plugin-typescript" : "^5.0.2", "@types/jest" : "^26.0.13", "jest" : "^26.4.2", "prettier" : "^1.16.4", "rollup" : "^2.27.0", "rollup-plugin-ae-jsx" : "^2.0.0", "ts-jest" : "^26.3.0", "tslib" : "^2.0.1", "typescript" : "^3.9.7"}, "dependencies" : {"expression-globals-typescript" : "^3.0.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "tsc": {"type": "string"}, "build": {"type": "string"}, "watch": {"type": "string"}, "release": {"type": "string"}}, "required": ["test", "tsc", "build", "watch", "release"]}, "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": {"@rollup/plugin-replace": {"type": "string"}, "@rollup/plugin-typescript": {"type": "string"}, "@types/jest": {"type": "string"}, "jest": {"type": "string"}, "prettier": {"type": "string"}, "rollup": {"type": "string"}, "rollup-plugin-ae-jsx": {"type": "string"}, "ts-jest": {"type": "string"}, "tslib": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@rollup/plugin-replace", "@rollup/plugin-typescript", "@types/jest", "jest", "prettier", "rollup", "rollup-plugin-ae-jsx", "ts-jest", "tslib", "typescript"]}, "dependencies": {"type": "object", "properties": {"expression-globals-typescript": {"type": "string"}}, "required": ["expression-globals-typescript"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@ahmeds.gaafer/js-data-structures": {"type": "string"}, "body-parser": {"type": "string"}, "cross-env": {"type": "string"}, "express": {"type": "string"}, "js-alogrithims": {"type": "string"}}, "required": ["@ahmeds.gaafer/js-data-structures", "body-parser", "cross-env", "express", "js-alogrithims"]}, "devDependencies": {"type": "object", "properties": {"nodemon": {"type": "string"}, "js-alogrithims": {"type": "string"}}, "required": ["nodemon", "js-alogrithims"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dev": {"type": "string"}}, "required": ["start", "dev"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "scripts", "repository", "engines", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "algorithims-visualizer-project", "version" : "1.0.0", "description" : "Visualizer for various algorithims", "main" : "index.js", "dependencies" : {"@ahmeds.gaafer/js-data-structures" : "^1.2.1", "body-parser" : "^1.19.0", "cross-env" : "^7.0.2", "express" : "^4.17.1", "js-alogrithims" : "^1.1.2"}, "devDependencies" : {"nodemon" : "^2.0.6", "js-alogrithims" : "^1.1.2"}, "scripts" : {"start" : "node index.js", "dev" : "nodemon index.js"}, "repository" : {"type" : "git", "url" : "git+https://github.com/ahmedgaafer/algorithims-visualizer-project.git"}, "engines" : {"node" : "12.19.0"}, "author" : "AhmedS.Gaafer", "license" : "MIT", "bugs" : {"url" : "https://github.com/ahmedgaafer/algorithims-visualizer-project/issues"}, "homepage" : "https://github.com/ahmedgaafer/algorithims-visualizer-project#readme"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@ahmeds.gaafer/js-data-structures": {"type": "string"}, "body-parser": {"type": "string"}, "cross-env": {"type": "string"}, "express": {"type": "string"}, "js-alogrithims": {"type": "string"}}, "required": ["@ahmeds.gaafer/js-data-structures", "body-parser", "cross-env", "express", "js-alogrithims"]}, "devDependencies": {"type": "object", "properties": {"nodemon": {"type": "string"}, "js-alogrithims": {"type": "string"}}, "required": ["nodemon", "js-alogrithims"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dev": {"type": "string"}}, "required": ["start", "dev"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "scripts", "repository", "engines", "author", "license", "bugs", "homepage"], "$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"}, "dependencies": {"type": "object", "properties": {"nano-time": {"type": "string"}, "request": {"type": "string"}, "underscore": {"type": "string"}, "verror": {"type": "string"}}, "required": ["nano-time", "request", "underscore", "verror"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "dependencies", "keywords", "repository", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "tradesatoshi", "version" : "0.0.1", "description" : "Node.js API Wrapper Compatible with TradeSatoshi CryptoCurrency Exchange", "main" : "index.js", "dependencies" : {"nano-time" : "^1.0.0", "request" : "~2.51.0", "underscore" : "~1.7.0", "verror" : "~1.6.0"}, "keywords" : ["TradeSatoshi", "api", "exchange", "bitcoin", "cryptocurrency", "altcoin"], "repository" : {"type" : "git", "url" : "https://github.com/iamkevla/satoshitrader"}, "author" : "Xi Eta", "license" : "MIT"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"nano-time": {"type": "string"}, "request": {"type": "string"}, "underscore": {"type": "string"}, "verror": {"type": "string"}}, "required": ["nano-time", "request", "underscore", "verror"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "dependencies", "keywords", "repository", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "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" : 34, "n_trials" : 210, "objective" : "zakharov_on_cube", "white" : "platypus_ibea", "black" : "optuna_random_clone_2", "traceback" : ["passing", "passing"], "best_val" : [17.508757727947994, 14.657691702956175], "best_x" : [[0.32629744256691096, 0.7447440220707244, 0.18087681759227137, 0.5785732583136686, 0.9318191588052318, 0.8364805073000954, 0.32472542297545415, 0.1166171703515605, 0.7637822006883823, 0.6257989942049025, 0.5303773960180608, 0.8956030096529713, 0.2728231260802104, 0.7363056624393467, 0.6886034962476163, 0.8545451144034052, 0.08532185890934163, 0.37829560515871474, 0.9141610446557747, 0.17254644902933852, 0.48204606805762484, 0.0633146899087097, 0.7485850550509239, 0.629194852685956, 0.5011115701603032, 0.3905414113553404, 0.555188104753848, 0.5742805589694734, 0.6549007157595651, 0.012535342752169387, 0.4678414948890428, 0.035615972693418874, 0.4325489545347827, 0.34208821074560547], [0.275431271547539, 0.6295722423277004, 0.21218553396402628, 0.6585499146494472, 0.4500002536465264, 0.9396533423423855, 0.9296879202147789, 0.011797116256767382, 0.375911146569716, 0.08130377002948164, 0.22357058703557697, 0.2844158474550238, 0.31064821852920443, 0.3672464970508986, 0.3990998047171843, 0.8701871359090616, 0.4084547067043178, 0.4329183675159768, 0.4342461733451439, 0.1665631355069176, 0.02271363771189583, 0.2652818118258121, 0.2447456494329927, 0.8997656591308368, 0.7917210402883261, 0.6261107290119473, 0.44545956575361056, 0.33083908066647216, 0.7551340579622051, 0.27747535030610926, 0.38605968463326923, 0.31772422172328474, 0.46014824215387184, 0.8297428858447506]], "feval_count" : [200, 200], "n_trials_instructed" : [147, 200], "passing" : [true, true], "completed" : true, "points" : 0.0, "winner" : "optuna_random_cube_clone_2", "loser" : "platypus_ibea_cube"} | 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#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "odontostomatous", "definition" : "Having toothlike mandibles; -- applied to certain insects."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_cd": {"type": "integer"}, "station_name": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["pref_cd", "line_cd", "line_name", "station_cd", "station_g_cd", "station_name", "lon", "lat"]}}}, "required": ["station"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"station" : [{"pref_cd" : 16, "line_cd" : 99415, "line_name" : "\u5bcc\u5c71\u6e2f\u7dda", "station_cd" : 9941503, "station_g_cd" : 9941503, "station_name" : "\u5965\u7530\u4e2d\u5b66\u6821\u524d", "lon" : 137.223637, "lat" : 36.703522}]} | json_instruct | {"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_cd": {"type": "integer"}, "station_name": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["pref_cd", "line_cd", "line_name", "station_cd", "station_g_cd", "station_name", "lon", "lat"]}}}, "required": ["station"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "codepoint": {"type": "string"}, "aliases": {"type": "array", "items": {}}, "tags": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "version": {"type": "string"}, "zhs": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "comments": {"type": "array", "items": {}}}, "required": ["id", "name", "codepoint", "aliases", "tags", "author", "version", "zhs", "description", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "B839A0B6-9E89-40C2-811F-2253514267C9", "name" : "phone-rotate-portrait", "codepoint" : "F0886", "aliases" : [], "tags" : ["Cellphone / Phone"], "author" : "Michael Richins", "version" : "2.1.99", "zhs" : ["\u624b\u673a\u65cb\u8f6c\u4eba\u50cf"], "description" : "", "comments" : []} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "codepoint": {"type": "string"}, "aliases": {"type": "array", "items": {}}, "tags": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "version": {"type": "string"}, "zhs": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "comments": {"type": "array", "items": {}}}, "required": ["id", "name", "codepoint", "aliases", "tags", "author", "version", "zhs", "description", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"category": {"type": "string"}, "images": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "caption": {"type": "string"}}, "required": ["url", "caption"]}}, "name": {"type": "string"}, "summary": {"type": "string"}}, "required": ["category", "images", "name", "summary"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"category" : "NobleHouses", "images" : [{"url" : "http://awoiaf.westeros.org/images/thumb/f/fe/Falwell.png/250px-Falwell.png", "caption" : ""}], "name" : "House Falwell", "summary" : "<p><b>House Falwell</b> is a noble house of the <a href=\"http://awoiaf.westeros.org/index.php/Westerlands\" title=\"Westerlands\" class=\"mw-redirect\">Westerlands</a>."} | json_instruct | {"type": "object", "properties": {"category": {"type": "string"}, "images": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "caption": {"type": "string"}}, "required": ["url", "caption"]}}, "name": {"type": "string"}, "summary": {"type": "string"}}, "required": ["category", "images", "name", "summary"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "filename": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "homepage": {"type": "string"}, "autoupdate": {"type": "object", "properties": {"source": {"type": "string"}, "target": {"type": "string"}, "fileMap": {"type": "array", "items": {"type": "object", "properties": {"basePath": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["basePath", "files"]}}}, "required": ["source", "target", "fileMap"]}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}}, "required": ["name", "filename", "description", "repository", "keywords", "license", "homepage", "autoupdate", "authors"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "jsbarcode", "filename" : "JsBarcode.all.min.js", "description" : "JsBarcode is a simple and powerfull way to create different types of 1d barcodes.", "repository" : {"type" : "git", "url" : "git+https://github.com/lindell/JsBarcode.git"}, "keywords" : ["barcode", "canvas", "code128", "upc", "ean", "itf", "msi", "pharmacode"], "license" : "MIT", "homepage" : "http://lindell.me/JsBarcode", "autoupdate" : {"source" : "npm", "target" : "jsbarcode", "fileMap" : [{"basePath" : "dist", "files" : ["**/*"]}]}, "authors" : [{"name" : "Johan Lindell"}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "filename": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "homepage": {"type": "string"}, "autoupdate": {"type": "object", "properties": {"source": {"type": "string"}, "target": {"type": "string"}, "fileMap": {"type": "array", "items": {"type": "object", "properties": {"basePath": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["basePath", "files"]}}}, "required": ["source", "target", "fileMap"]}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}}, "required": ["name", "filename", "description", "repository", "keywords", "license", "homepage", "autoupdate", "authors"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "abbr", "name"]}, "city": {"type": "string"}, "type": {"type": "string"}, "lng": {"type": "number"}, "counties": {"type": "array", "items": {"type": "object", "properties": {"fips": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "name"]}}}, "required": ["localities", "state", "postal_code", "locality", "lat", "region", "city", "type", "lng", "counties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"localities" : ["Garden City, MN"], "state" : "MN", "postal_code" : "56034", "locality" : "Garden City, MN", "lat" : 44.028598, "region" : {"fips" : "27", "abbr" : "MN", "name" : "Minnesota"}, "city" : "Garden City", "type" : "STANDARD", "lng" : -94.181962, "counties" : [{"fips" : "013", "name" : "Blue Earth County"}]} | json_instruct | {"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "abbr", "name"]}, "city": {"type": "string"}, "type": {"type": "string"}, "lng": {"type": "number"}, "counties": {"type": "array", "items": {"type": "object", "properties": {"fips": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "name"]}}}, "required": ["localities", "state", "postal_code", "locality", "lat", "region", "city", "type", "lng", "counties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"popper.js": {"type": "string"}, "popper.min.js": {"type": "string"}}, "required": ["popper.js", "popper.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"popper.js" : "sha256-wqhiAFVjNTRLD7i3qr7C2CirsQLQFEkwl7BZ18wLcT4=", "popper.min.js" : "sha256-F4ma9+1L7wVELakZqR2MM1mJEshFiL1lkDYoOpaqBGY="} | json_instruct | {"type": "object", "properties": {"popper.js": {"type": "string"}, "popper.min.js": {"type": "string"}}, "required": ["popper.js", "popper.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"PlateNumb": {"type": "string"}, "OperatorID": {"type": "string"}, "RouteUID": {"type": "string"}, "RouteID": {"type": "string"}, "RouteName": {"type": "object", "properties": {"Zh_tw": {"type": "string"}}, "required": ["Zh_tw"]}, "SubRouteUID": {"type": "string"}, "SubRouteID": {"type": "string"}, "SubRouteName": {"type": "object", "properties": {"Zh_tw": {"type": "string"}}, "required": ["Zh_tw"]}, "Direction": {"type": "integer"}, "BusPosition": {"type": "object", "properties": {"PositionLat": {"type": "number"}, "PositionLon": {"type": "number"}}, "required": ["PositionLat", "PositionLon"]}, "Speed": {"type": "integer"}, "Azimuth": {"type": "integer"}, "DutyStatus": {"type": "integer"}, "BusStatus": {"type": "integer"}, "MessageType": {"type": "integer"}, "GPSTime": {"type": "string"}, "SrcUpdateTime": {"type": "string"}, "UpdateTime": {"type": "string"}}, "required": ["PlateNumb", "OperatorID", "RouteUID", "RouteID", "RouteName", "SubRouteUID", "SubRouteID", "SubRouteName", "Direction", "BusPosition", "Speed", "Azimuth", "DutyStatus", "BusStatus", "MessageType", "GPSTime", "SrcUpdateTime", "UpdateTime"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"PlateNumb" : "366-FT", "OperatorID" : "10021", "RouteUID" : "TNN10450", "RouteID" : "10450", "RouteName" : {"Zh_tw" : "0\u5de6"}, "SubRouteUID" : "TNN10450", "SubRouteID" : "10450", "SubRouteName" : {"Zh_tw" : "0\u5de6"}, "Direction" : 1, "BusPosition" : {"PositionLat" : 23.004213, "PositionLon" : 120.212577}, "Speed" : 36, "Azimuth" : 281, "DutyStatus" : 1, "BusStatus" : 0, "MessageType" : 0, "GPSTime" : "2017-10-21T23:26:36+08:00", "SrcUpdateTime" : "2017-10-21T23:26:56+08:00", "UpdateTime" : "2017-10-21T23:26:57+08:00"}, {"PlateNumb" : "421-U9", "OperatorID" : "10130", "RouteUID" : "TNN1613", "RouteID" : "1613", "RouteName" : {"Zh_tw" : "\u7d0513"}, "SubRouteUID" : "TNN1613", "SubRouteID" : "1613", "SubRouteName" : {"Zh_tw" : "\u7d0513"}, "Direction" : 1, "BusPosition" : {"PositionLat" : 22.958412, "PositionLon" : 120.327648}, "Speed" : 56, "Azimuth" : 336, "DutyStatus" : 1, "BusStatus" : 0, "MessageType" : 0, "GPSTime" : "2017-10-21T23:26:53+08:00", "SrcUpdateTime" : "2017-10-21T23:26:56+08:00", "UpdateTime" : "2017-10-21T23:26:57+08:00"}, {"PlateNumb" : "591-FS", "OperatorID" : "10130", "RouteUID" : "TNN10262", "RouteID" : "10262", "RouteName" : {"Zh_tw" : "H31"}, "SubRouteUID" : "TNN10262", "SubRouteID" : "10262", "SubRouteName" : {"Zh_tw" : "H31"}, "Direction" : 0, "BusPosition" : {"PositionLat" : 22.9235, "PositionLon" : 120.277703}, "Speed" : 46, "Azimuth" : 112, "DutyStatus" : 1, "BusStatus" : 0, "MessageType" : 0, "GPSTime" : "2017-10-21T23:26:37+08:00", "SrcUpdateTime" : "2017-10-21T23:26:56+08:00", "UpdateTime" : "2017-10-21T23:26:57+08:00"}, {"PlateNumb" : "KKA-7312", "OperatorID" : "10130", "RouteUID" : "TNN10262", "RouteID" : "10262", "RouteName" : {"Zh_tw" : "H31"}, "SubRouteUID" : "TNN10262", "SubRouteID" : "10262", "SubRouteName" : {"Zh_tw" : "H31"}, "Direction" : 1, "BusPosition" : {"PositionLat" : 22.93215, "PositionLon" : 120.272617}, "Speed" : 80, "Azimuth" : 269, "DutyStatus" : 1, "BusStatus" : 0, "MessageType" : 0, "GPSTime" : "2017-10-21T23:26:49+08:00", "SrcUpdateTime" : "2017-10-21T23:26:56+08:00", "UpdateTime" : "2017-10-21T23:26:57+08:00"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"PlateNumb": {"type": "string"}, "OperatorID": {"type": "string"}, "RouteUID": {"type": "string"}, "RouteID": {"type": "string"}, "RouteName": {"type": "object", "properties": {"Zh_tw": {"type": "string"}}, "required": ["Zh_tw"]}, "SubRouteUID": {"type": "string"}, "SubRouteID": {"type": "string"}, "SubRouteName": {"type": "object", "properties": {"Zh_tw": {"type": "string"}}, "required": ["Zh_tw"]}, "Direction": {"type": "integer"}, "BusPosition": {"type": "object", "properties": {"PositionLat": {"type": "number"}, "PositionLon": {"type": "number"}}, "required": ["PositionLat", "PositionLon"]}, "Speed": {"type": "integer"}, "Azimuth": {"type": "integer"}, "DutyStatus": {"type": "integer"}, "BusStatus": {"type": "integer"}, "MessageType": {"type": "integer"}, "GPSTime": {"type": "string"}, "SrcUpdateTime": {"type": "string"}, "UpdateTime": {"type": "string"}}, "required": ["PlateNumb", "OperatorID", "RouteUID", "RouteID", "RouteName", "SubRouteUID", "SubRouteID", "SubRouteName", "Direction", "BusPosition", "Speed", "Azimuth", "DutyStatus", "BusStatus", "MessageType", "GPSTime", "SrcUpdateTime", "UpdateTime"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"javascript.format.enable": {"type": "boolean"}, "standard.autoFixOnSave": {"type": "boolean"}}, "required": ["javascript.format.enable", "standard.autoFixOnSave"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"javascript.format.enable" : false, "standard.autoFixOnSave" : true} | json_instruct | {"type": "object", "properties": {"javascript.format.enable": {"type": "boolean"}, "standard.autoFixOnSave": {"type": "boolean"}}, "required": ["javascript.format.enable", "standard.autoFixOnSave"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "string"}, "homepage": {"type": "null"}, "about": {"type": "null"}, "license": {"type": "string"}}, "required": ["id", "name", "email", "paypal_email", "homepage", "about", "license"]}, "updated": {"type": "string"}, "weekly_install_count": {"type": "integer"}, "total_install_count": {"type": "integer"}, "rating": {"type": "null"}, "after_screenshot_name": {"type": "string"}, "obsoleting_style_id": {"type": "null"}, "obsoleting_style_name": {"type": "null"}, "obsolete": {"type": "integer"}, "admin_delete_reason_id": {"type": "null"}, "obsoletion_message": {"type": "null"}, "screenshots": {"type": "null"}, "license": {"type": "null"}, "created": {"type": "string"}, "category": {"type": "string"}, "raw_subcategory": {"type": "string"}, "subcategory": {"type": "string"}, "additional_info": {"type": "null"}, "style_tags": {"type": "array", "items": {}}, "css": {"type": "string"}, "discussions": {"type": "array", "items": {}}, "discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}, "userjs_url": {"type": "string"}, "style_settings": {"type": "array", "items": {}}}, "required": ["id", "name", "description", "user", "updated", "weekly_install_count", "total_install_count", "rating", "after_screenshot_name", "obsoleting_style_id", "obsoleting_style_name", "obsolete", "admin_delete_reason_id", "obsoletion_message", "screenshots", "license", "created", "category", "raw_subcategory", "subcategory", "additional_info", "style_tags", "css", "discussions", "discussionsCount", "commentsCount", "userjs_url", "style_settings"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 62100, "name" : "Tumblr - Old Dashboard Icons", "description" : "Get the old dashboard icons back on Tumblr", "user" : {"id" : 128595, "name" : "darylldoyle", "email" : "redacted", "paypal_email" : "darylldoyle@hotmail.co.uk", "homepage" : null, "about" : null, "license" : "publicdomain"}, "updated" : "2012-03-05T11:01:50.000Z", "weekly_install_count" : 0, "total_install_count" : 823, "rating" : null, "after_screenshot_name" : "https://userstyles.org/auto_style_screenshots/62100-after.png?r=1540108869", "obsoleting_style_id" : null, "obsoleting_style_name" : null, "obsolete" : 0, "admin_delete_reason_id" : null, "obsoletion_message" : null, "screenshots" : null, "license" : null, "created" : "2012-03-05T11:01:50.000Z", "category" : "site", "raw_subcategory" : "tumblr", "subcategory" : "tumblr", "additional_info" : null, "style_tags" : [], "css" : "@-moz-document domain(\"tumblr.com\") {\r\n.new_post_label .new_post_label_icon { \r\nbackground-image: url(http://static.tumblr.com/oxkftdq/AFPm0fe43/decodedbase64__1_.png);\r\nheight: 95px;\r\npadding-top:5px;\r\ndisplay:block;\r\ntop:9px;\r\n}\r\n#posts .post.new_post .new_post_label {\r\npadding-top:70px;\r\n}\r\n}", "discussions" : [], "discussionsCount" : 0, "commentsCount" : 0, "userjs_url" : "/styles/userjs/62100/tumblr-old-dashboard-icons.user.js", "style_settings" : []} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "string"}, "homepage": {"type": "null"}, "about": {"type": "null"}, "license": {"type": "string"}}, "required": ["id", "name", "email", "paypal_email", "homepage", "about", "license"]}, "updated": {"type": "string"}, "weekly_install_count": {"type": "integer"}, "total_install_count": {"type": "integer"}, "rating": {"type": "null"}, "after_screenshot_name": {"type": "string"}, "obsoleting_style_id": {"type": "null"}, "obsoleting_style_name": {"type": "null"}, "obsolete": {"type": "integer"}, "admin_delete_reason_id": {"type": "null"}, "obsoletion_message": {"type": "null"}, "screenshots": {"type": "null"}, "license": {"type": "null"}, "created": {"type": "string"}, "category": {"type": "string"}, "raw_subcategory": {"type": "string"}, "subcategory": {"type": "string"}, "additional_info": {"type": "null"}, "style_tags": {"type": "array", "items": {}}, "css": {"type": "string"}, "discussions": {"type": "array", "items": {}}, "discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}, "userjs_url": {"type": "string"}, "style_settings": {"type": "array", "items": {}}}, "required": ["id", "name", "description", "user", "updated", "weekly_install_count", "total_install_count", "rating", "after_screenshot_name", "obsoleting_style_id", "obsoleting_style_name", "obsolete", "admin_delete_reason_id", "obsoletion_message", "screenshots", "license", "created", "category", "raw_subcategory", "subcategory", "additional_info", "style_tags", "css", "discussions", "discussionsCount", "commentsCount", "userjs_url", "style_settings"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"python.pythonPath": {"type": "string"}}, "required": ["python.pythonPath"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"python.pythonPath" : "C:\\Users\\yobbahimjavierisreal\\Anaconda3\\python.exe"} | json_instruct | {"type": "object", "properties": {"python.pythonPath": {"type": "string"}}, "required": ["python.pythonPath"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "bicipital", "definition" : "1. (Anat.) (a) Having two heads or origins, as a muscle. (b) Pertaining to a biceps muscle; as, bicipital furrows, the depressions on either side of the biceps of the arm. 2. (Bot.) Dividing into two parts at one extremity; having two heads or two supports; as, a bicipital tree."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"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 negned on Metamath](http://us.metamath.org/mpegif/negned.html)"}], "names" : ["negned"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_wph", "#T_wi", "#T_cA", "#T_wcel", "#T_cc", "#T_wph", "#T_wi", "#T_cB", "#T_wcel", "#T_cc", "#T_wph", "#T_wi", "#T_cA", "#T_wne", "#T_cB", "#T_wph", "#T_wi", "#T_cneg", "#T_cA", "#T_wne", "#T_cneg", "#T_cB"], "metaLanguage" : "METAMATH", "remarks" : " If two complex numbers are unequal, so are their negatives. Contrapositive of ~ neg11d . (Contributed by David Moews, 28-Feb-2017.) ", "statement" : "negidd.1 $e |- ( ph -> A e. CC ) $.\nnegned.2 $e |- ( ph -> B e. CC ) $.\nnegned.3 $e |- ( ph -> A =/= B ) $.\nnegned $p |- ( ph -> -u A =/= -u B ) $."} | 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#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"devices": {"type": "array", "items": {"type": "object", "properties": {"address": {"type": "string"}, "username": {"type": "string"}, "password": {"type": "string"}, "powerMonitoring": {"type": "boolean"}, "label": {"type": "string"}}, "required": ["address", "username", "password", "powerMonitoring", "label"]}}, "listenAddress": {"type": "string"}}, "required": ["devices", "listenAddress"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"devices" : [{"address" : "192.168.1.10", "username" : "admin", "password" : "admin", "powerMonitoring" : true, "label" : "Kitchen"}, {"address" : "192.168.1.11", "username" : "admin", "password" : "admin", "powerMonitoring" : false, "label" : "Garage"}], "listenAddress" : ":9637"} | json_instruct | {"type": "object", "properties": {"devices": {"type": "array", "items": {"type": "object", "properties": {"address": {"type": "string"}, "username": {"type": "string"}, "password": {"type": "string"}, "powerMonitoring": {"type": "boolean"}, "label": {"type": "string"}}, "required": ["address", "username", "password", "powerMonitoring", "label"]}}, "listenAddress": {"type": "string"}}, "required": ["devices", "listenAddress"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"AB": {"type": "array", "items": {"type": "string"}}, "AW": {"type": "array", "items": {"type": "string"}}, "SZ": {"type": "string"}, "C": {"type": "string"}, "SOL": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["AB", "AW", "SZ", "C", "SOL"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"AB" : ["rb", "rc", "re", "sd", "qf", "pg", "qh"], "AW" : ["rd", "qd", "pd", "qc", "pf", "of", "nd", "lc", "jc"], "SZ" : "19", "C" : "Black to play", "SOL" : [["B", "qb", "", "Backup solution detector used, solution may be incorrect."], ["B", "qa", "", "Backup solution detector used, solution may be incorrect."]]} | json_instruct | {"type": "object", "properties": {"AB": {"type": "array", "items": {"type": "string"}}, "AW": {"type": "array", "items": {"type": "string"}}, "SZ": {"type": "string"}, "C": {"type": "string"}, "SOL": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["AB", "AW", "SZ", "C", "SOL"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {"type": "string"}}, "SERIES_NAME": {"type": "array", "items": {"type": "string"}}, "X_CALENDAR_YEAR": {"type": "array", "items": {"type": "integer"}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {"type": "number"}}}, "required": ["TRELLIS_NAME", "SERIES_NAME", "X_CALENDAR_YEAR", "Y_PREVALENCE_1000PP"]}, "PREVALENCE_BY_MONTH": {"type": "object", "properties": {"X_CALENDAR_MONTH": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["X_CALENDAR_MONTH", "Y_PREVALENCE_1000PP"]}, "CONDITIONS_BY_TYPE": {"type": "object", "properties": {"CONCEPT_NAME": {"type": "string"}, "COUNT_VALUE": {"type": "integer"}}, "required": ["CONCEPT_NAME", "COUNT_VALUE"]}, "AGE_AT_FIRST_DIAGNOSIS": {"type": "object", "properties": {"CATEGORY": {"type": "string"}, "MIN_VALUE": {"type": "integer"}, "P10_VALUE": {"type": "integer"}, "P25_VALUE": {"type": "integer"}, "MEDIAN_VALUE": {"type": "integer"}, "P75_VALUE": {"type": "integer"}, "P90_VALUE": {"type": "integer"}, "MAX_VALUE": {"type": "integer"}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}}, "required": ["PREVALENCE_BY_GENDER_AGE_YEAR", "PREVALENCE_BY_MONTH", "CONDITIONS_BY_TYPE", "AGE_AT_FIRST_DIAGNOSIS"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : ["30-39", "40-49", "30-39", "30-39"], "SERIES_NAME" : ["FEMALE", "FEMALE", "FEMALE", "FEMALE"], "X_CALENDAR_YEAR" : [2001, 2005, 2006, 2011], "Y_PREVALENCE_1000PP" : [0.03117, 0.01682, 0.02643, 0.01983]}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : [], "Y_PREVALENCE_1000PP" : []}, "CONDITIONS_BY_TYPE" : {"CONCEPT_NAME" : "Observation recorded from EHR", "COUNT_VALUE" : 172}, "AGE_AT_FIRST_DIAGNOSIS" : {"CATEGORY" : "FEMALE", "MIN_VALUE" : 18, "P10_VALUE" : 26, "P25_VALUE" : 30, "MEDIAN_VALUE" : 34, "P75_VALUE" : 40, "P90_VALUE" : 44, "MAX_VALUE" : 59}} | json_instruct | {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {"type": "string"}}, "SERIES_NAME": {"type": "array", "items": {"type": "string"}}, "X_CALENDAR_YEAR": {"type": "array", "items": {"type": "integer"}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {"type": "number"}}}, "required": ["TRELLIS_NAME", "SERIES_NAME", "X_CALENDAR_YEAR", "Y_PREVALENCE_1000PP"]}, "PREVALENCE_BY_MONTH": {"type": "object", "properties": {"X_CALENDAR_MONTH": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["X_CALENDAR_MONTH", "Y_PREVALENCE_1000PP"]}, "CONDITIONS_BY_TYPE": {"type": "object", "properties": {"CONCEPT_NAME": {"type": "string"}, "COUNT_VALUE": {"type": "integer"}}, "required": ["CONCEPT_NAME", "COUNT_VALUE"]}, "AGE_AT_FIRST_DIAGNOSIS": {"type": "object", "properties": {"CATEGORY": {"type": "string"}, "MIN_VALUE": {"type": "integer"}, "P10_VALUE": {"type": "integer"}, "P25_VALUE": {"type": "integer"}, "MEDIAN_VALUE": {"type": "integer"}, "P75_VALUE": {"type": "integer"}, "P90_VALUE": {"type": "integer"}, "MAX_VALUE": {"type": "integer"}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}}, "required": ["PREVALENCE_BY_GENDER_AGE_YEAR", "PREVALENCE_BY_MONTH", "CONDITIONS_BY_TYPE", "AGE_AT_FIRST_DIAGNOSIS"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "371724103200", "text" : "\u67f3\u6797\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724103201", "text" : "\u524d\u90dd\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724103202", "text" : "\u9a6c\u697c\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724103203", "text" : "\u90d1\u697c\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724103204", "text" : "\u5927\u674e\u697c\u897f\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724103205", "text" : "\u51af\u5e84\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724103206", "text" : "\u5927\u674e\u697c\u4e1c\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724103207", "text" : "\u97e9\u90ce\u5e84\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724103208", "text" : "\u5f90\u5802\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724103209", "text" : "\u4f55\u697c\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724103210", "text" : "\u4e1c\u845b\u96c6\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724103211", "text" : "\u5f90\u697c\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724103212", "text" : "\u897f\u845b\u96c6\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724103213", "text" : "\u95eb\u6cb3\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724103214", "text" : "\u848b\u6d77\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724103215", "text" : "\u9a6c\u8425\u91cc\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724103216", "text" : "\u675c\u5e84\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724103217", "text" : "\u4e8e\u56ed\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724103218", "text" : "\u897f\u738b\u5e84\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724103219", "text" : "\u9648\u5e84\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724103220", "text" : "\u524d\u9648\u697c\u4e1c\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724103221", "text" : "\u6bd5\u5e84\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724103222", "text" : "\u524d\u9648\u697c\u897f\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724103223", "text" : "\u524d\u9a6c\u6d77\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724103224", "text" : "\u706b\u5934\u5218\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724103225", "text" : "\u540e\u9648\u697c\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724103226", "text" : "\u4e94\u4e00\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724103227", "text" : "\u738b\u5b89\u697c\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724103228", "text" : "\u80dc\u5229\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724103229", "text" : "\u9ec4\u5e84\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724103230", "text" : "\u5218\u697c\u4e1c\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724103231", "text" : "\u90ce\u5e84\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724103232", "text" : "\u5218\u697c\u897f\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724103233", "text" : "\u6c34\u725b\u674e\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724103234", "text" : "\u5f20\u8868\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724103235", "text" : "\u6e05\u6cb3\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724103236", "text" : "\u8bb8\u697c\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724103237", "text" : "\u845b\u697c\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724103238", "text" : "\u6797\u5e84\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724103239", "text" : "\u5b5f\u5e84\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724103240", "text" : "\u79e6\u5e84\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724103241", "text" : "\u8d75\u5e84\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724103242", "text" : "\u9ad8\u6cb9\u574a\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724103243", "text" : "\u826f\u5bfa\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724103244", "text" : "\u53f2\u5c6f\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724103245", "text" : "\u540e\u90dd\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724103246", "text" : "\u5b8b\u5e84\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724103247", "text" : "\u9a6c\u53f0\u5b50\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "371724103248", "text" : "\u6865\u5f20\u5e84\u6751\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#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "\u0645\u0631\u0648\u062d\u0629"} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"an4.213:1.1": {"type": "string"}, "an4.213:2.1": {"type": "string"}}, "required": ["an4.213:1.1", "an4.213:2.1"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"an4.213:1.1" : "bj19.432, dr21.318, ms15A4_1379, msdiv213, vri36.258", "an4.213:2.1" : "cck21.318, ms15A4_1380"} | json_instruct | {"type": "object", "properties": {"an4.213:1.1": {"type": "string"}, "an4.213:2.1": {"type": "string"}}, "required": ["an4.213:1.1", "an4.213:2.1"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ast" : null, "code" : "const colors = require('../primitives/colors');\n\nconst space = require('../primitives/spacing');\n\nconst {\n fontSizes,\n lineHeights\n} = require('../primitives/typography');\n\nconst theme = {\n colors,\n space,\n fontSizes,\n lineHeights\n};\nmodule.exports = theme;", "map" : {"version" : 3, "sources" : ["/Users/sonalgupta/Documents/research/Weather data/website/covid19india-react/node_modules/@primer/primitives/theme/index.js"], "names" : ["colors", "require", "space", "fontSizes", "lineHeights", "theme", "module", "exports"], "mappings" : "AAAA,MAAMA,MAAM,GAAGC,OAAO,CAAC,sBAAD,CAAtB;;AACA,MAAMC,KAAK,GAAGD,OAAO,CAAC,uBAAD,CAArB;;AACA,MAAM;AAAEE,EAAAA,SAAF;AAAaC,EAAAA;AAAb,IAA6BH,OAAO,CAAC,0BAAD,CAA1C;;AAEA,MAAMI,KAAK,GAAG;AACZL,EAAAA,MADY;AAEZE,EAAAA,KAFY;AAGZC,EAAAA,SAHY;AAIZC,EAAAA;AAJY,CAAd;AAOAE,MAAM,CAACC,OAAP,GAAiBF,KAAjB", "sourcesContent" : ["const colors = require('../primitives/colors')\nconst space = require('../primitives/spacing')\nconst { fontSizes, lineHeights } = require('../primitives/typography')\n\nconst theme = {\n colors,\n space,\n fontSizes,\n lineHeights\n}\n\nmodule.exports = theme\n"]}, "metadata" : {}, "sourceType" : "script"} | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "birthname": {"type": "string"}, "birthdate": {"type": "string"}, "birthplace": {"type": "string"}}, "required": ["name", "birthname", "birthdate", "birthplace"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Anna Boden", "birthname" : "Ang Lee", "birthdate" : "1979-10-20", "birthplace" : "Newton, Massachusetts, USA"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "birthname": {"type": "string"}, "birthdate": {"type": "string"}, "birthplace": {"type": "string"}}, "required": ["name", "birthname", "birthdate", "birthplace"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "2": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "3": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "4": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "5": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "required": ["0", "1", "2", "3", "4", "5"]}}, "required": ["text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"text" : {"0" : {"m1" : "\u062e\u0648\u06cc \u0641\u0644\u06a9 \u0628\u06cc\u0646 \u06a9\u0647 \u0686\u0647 \u0646\u0627\u067e\u0627\u06a9 \u0634\u062f", "m2" : "\u0637\u0628\u0639 \u062c\u0647\u0627\u0646 \u0628\u06cc\u0646 \u06a9\u0647 \u0686\u0647 \u063a\u0645\u0646\u0627\u06a9 \u0634\u062f"}, "1" : {"m1" : "\u0622\u062e\u0631 \u06af\u06cc\u062a\u06cc \u0627\u0633\u062a \u0646\u0634\u0627\u0646\u06cc \u0628\u062f\u0627\u0646\u06a9", "m2" : "\u062f\u0641\u062a\u0631 \u062f\u0644\u200c\u0647\u0627 \u0632 \u0648\u0641\u0627 \u067e\u0627\u06a9 \u0634\u062f"}, "2" : {"m1" : "\u0633\u06cc\u0646\u0647\u0654 \u0645\u0627 \u06a9\u0648\u0631\u0647\u0654 \u0622\u0647\u0646\u06af\u0631 \u0627\u0633\u062a", "m2" : "\u062a\u0627 \u06a9\u0647 \u062c\u0647\u0627\u0646 \u0627\u0641\u0639\u06cc \u0636\u062d\u0627\u06a9 \u0634\u062f"}, "3" : {"m1" : "\u06af\u0631 \u0628\u0631\u0633\u062f \u062f\u0633\u062a\u060c \u062c\u0647\u0627\u0646 \u0631\u0627 \u0628\u062e\u0648\u0631", "m2" : "\u0632\u0627\u0646 \u0645\u06a9\u0646 \u0627\u0646\u062f\u06cc\u0634\u0647 \u06a9\u0647 \u0646\u0627\u067e\u0627\u06a9 \u0634\u062f"}, "4" : {"m1" : "\u0627\u0641\u0639\u06cc \u0627\u06af\u0631\u0686\u0647 \u0633\u0631 \u0632\u0647\u0631 \u06af\u0634\u062a", "m2" : "\u062e\u0648\u0631\u062f\u0646 \u0627\u0641\u0639\u06cc \u0647\u0645\u0647 \u062a\u0631\u06cc\u0627\u06a9 \u0634\u062f"}, "5" : {"m1" : "\u0631\u062e\u0635\u062a \u0627\u06cc\u0646 \u062d\u0627\u0644 \u0632 \u062e\u0627\u0642\u0627\u0646\u06cc \u0627\u0633\u062a", "m2" : "\u06a9\u0648 \u0628\u0647 \u0633\u062e\u0646 \u0628\u0631 \u0633\u0631 \u0627\u0641\u0644\u0627\u06a9 \u0634\u062f"}}} | json_instruct | {"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "2": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "3": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "4": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "5": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "required": ["0", "1", "2", "3", "4", "5"]}}, "required": ["text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "inputs": {"type": "object", "properties": {"opt": {"type": "object", "properties": {"type": {"type": "string"}, "metadata": {"type": "object", "properties": {"examples": {"type": "array", "items": {"type": "string"}}}, "required": ["examples"]}}, "required": ["type", "metadata"]}, "stop": {"type": "object", "properties": {"type": {"type": "string"}, "metadata": {"type": "object", "properties": {"examples": {"type": "array", "items": {"type": "string"}}}, "required": ["examples"]}}, "required": ["type", "metadata"]}}, "required": ["opt", "stop"]}, "outputs": {"type": "object", "properties": {"text": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["text"]}, "metadata": {"type": "object", "properties": {"icon": {"type": "string"}, "description": {"type": "string"}, "complexity": {"type": "number"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["icon", "description", "complexity", "tags"]}, "id": {"type": "string"}, "base": {"type": "boolean"}, "type": {"type": "string"}, "system": {"type": "boolean"}}, "required": ["name", "inputs", "outputs", "metadata", "id", "base", "type", "system"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "speech to text", "inputs" : {"opt" : {"type" : "{grammars?:string[],lang?:string,interimResults?:boolean,maxAlternatives?:number,continuous?:boolean}", "metadata" : {"examples" : ["{grammars:[],lang:'en-us',maxAlternatives:1,interimResults:false,continuous:false}"]}}, "stop" : {"type" : "any", "metadata" : {"examples" : ["'en-us'"]}}}, "outputs" : {"text" : {"type" : "string"}}, "metadata" : {"icon" : "mic", "description" : "hear me", "complexity" : 2.7230139169430907, "tags" : ["platform", "api", "speech"]}, "id" : "416550cc-6e02-4ff2-aafa-2f0edbf121c6", "base" : true, "type" : "`U`", "system" : true} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "inputs": {"type": "object", "properties": {"opt": {"type": "object", "properties": {"type": {"type": "string"}, "metadata": {"type": "object", "properties": {"examples": {"type": "array", "items": {"type": "string"}}}, "required": ["examples"]}}, "required": ["type", "metadata"]}, "stop": {"type": "object", "properties": {"type": {"type": "string"}, "metadata": {"type": "object", "properties": {"examples": {"type": "array", "items": {"type": "string"}}}, "required": ["examples"]}}, "required": ["type", "metadata"]}}, "required": ["opt", "stop"]}, "outputs": {"type": "object", "properties": {"text": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["text"]}, "metadata": {"type": "object", "properties": {"icon": {"type": "string"}, "description": {"type": "string"}, "complexity": {"type": "number"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["icon", "description", "complexity", "tags"]}, "id": {"type": "string"}, "base": {"type": "boolean"}, "type": {"type": "string"}, "system": {"type": "boolean"}}, "required": ["name", "inputs", "outputs", "metadata", "id", "base", "type", "system"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"career": {"type": "null"}, "civil_status": {"type": "string"}, "committees": {"type": "array", "items": {"type": "string"}}, "dob": {"type": "string"}, "electoral": {"type": "string"}, "name": {"type": "string"}, "occupation": {"type": "string"}, "party": {"type": "string"}, "portfolio": {"type": "string"}, "religion": {"type": "string"}}, "required": ["career", "civil_status", "committees", "dob", "electoral", "name", "occupation", "party", "portfolio", "religion"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"career" : null, "civil_status" : "\u0dc0\u0dd2\u0dc0\u0dcf\u0dc4\u0d9a\u0dba\u0dd2", "committees" : ["\u0db4\u0dca\u200d\u0dbb\u0dc0\u0dcf\u0dc4\u0db1\u0dba \u0db4\u0dd2\u0dc5\u0dd2\u0db6\u0db3 \u0d85\u0db8\u0dcf\u0dad\u0dca\u200d\u0dba \u0d8b\u0db4\u0daf\u0dda\u0dc1\u0d9a \u0d9a\u0db8\u0dd2\u0da7\u0dd4\u0dc0"], "dob" : "18-09-1951", "electoral" : "\u0db1\u0dd4\u0dc0\u0dbb\u0d91\u0dbd\u0dd2\u0dba", "name" : "\u0d9c\u0dbb\u0dd4. \u0d91\u0dc3\u0dca.\u0db6\u0dd3 \u0daf\u0dd2\u0dc3\u0dcf\u0db1\u0dcf\u0dba\u0d9a, \u0db4\u0dcf.\u0db8.", "occupation" : "", "party" : "\u0dc1\u0dca\u200d\u0dbb\u0dd3 \u0dbd\u0d82\u0d9a\u0dcf \u0db4\u0ddc\u0daf\u0dd4\u0da2\u0db1 \u0db4\u0dd9\u0dbb\u0db8\u0dd4\u0dab (SLPP)", "portfolio" : "", "religion" : "\u0db6\u0dd4\u0daf\u0dca\u0db0\u0dcf\u0d9c\u0db8"} | json_instruct | {"type": "object", "properties": {"career": {"type": "null"}, "civil_status": {"type": "string"}, "committees": {"type": "array", "items": {"type": "string"}}, "dob": {"type": "string"}, "electoral": {"type": "string"}, "name": {"type": "string"}, "occupation": {"type": "string"}, "party": {"type": "string"}, "portfolio": {"type": "string"}, "religion": {"type": "string"}}, "required": ["career", "civil_status", "committees", "dob", "electoral", "name", "occupation", "party", "portfolio", "religion"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"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": {"1ChatiJhTRs6fW8iYALStMausQ6aL68FTV": {"type": "string"}}, "required": ["1ChatiJhTRs6fW8iYALStMausQ6aL68FTV"]}}, "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" : "Gz4xrT1/muNB9NqxAtt0BuE8N3qnJVKB8vaf4798LTF0UNXpU1kuXwQIlH8cLN8VBAwMiR+2gie5/NSdxkNKipo=", "cert_user_id" : "yushao@zeroid.bit", "files" : {"data.json" : {"sha512" : "2e2b4ed3455b85dcfbc91bf3181cbaba679573ec18db21b76389098cc0392a2f", "size" : 337}}, "inner_path" : "data/users/1ChatiJhTRs6fW8iYALStMausQ6aL68FTV/content.json", "modified" : 1488466640, "signs" : {"1ChatiJhTRs6fW8iYALStMausQ6aL68FTV" : "HE3REIWOvt7c/vDHewJ1dnGVhOGyNCfDiq0r0To/gA8C55DSMZO4HWWEWtFIAB0KMfuyKfUGsOJ50oRS1UCl44M="}} | 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": {"1ChatiJhTRs6fW8iYALStMausQ6aL68FTV": {"type": "string"}}, "required": ["1ChatiJhTRs6fW8iYALStMausQ6aL68FTV"]}}, "required": ["address", "cert_auth_type", "cert_sign", "cert_user_id", "files", "inner_path", "modified", "signs"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["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"}, "dependencies": {"type": "object", "properties": {"es6-symbol": {"type": "string"}}, "required": ["es6-symbol"]}, "devDependencies": {"type": "object", "properties": {"LiveScript": {"type": "string"}, "expect.js": {"type": "string"}, "mocha": {"type": "string"}, "sinon": {"type": "string"}, "sinon-expect": {"type": "string"}}, "required": ["LiveScript", "expect.js", "mocha", "sinon", "sinon-expect"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "parcial", "version" : "1.1.1", "description" : "kind of multimethods", "main" : "index.js", "scripts" : {"test" : "make test"}, "repository" : {"type" : "git", "url" : "https://github.com/quarterto/Parcial.git"}, "author" : "Matt Brennan <mwrbrennan@gmail.com> (http://blog.153.io/)", "license" : "MIT", "bugs" : {"url" : "https://github.com/quarterto/Parcial/issues"}, "homepage" : "https://github.com/quarterto/Parcial", "dependencies" : {"es6-symbol" : "^0.1.0"}, "devDependencies" : {"LiveScript" : "^1.2.0", "expect.js" : "^0.3.1", "mocha" : "^1.21.4", "sinon" : "^1.10.3", "sinon-expect" : "^0.2.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "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"}, "dependencies": {"type": "object", "properties": {"es6-symbol": {"type": "string"}}, "required": ["es6-symbol"]}, "devDependencies": {"type": "object", "properties": {"LiveScript": {"type": "string"}, "expect.js": {"type": "string"}, "mocha": {"type": "string"}, "sinon": {"type": "string"}, "sinon-expect": {"type": "string"}}, "required": ["LiveScript", "expect.js", "mocha", "sinon", "sinon-expect"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"channels": {"type": "array", "items": {"type": "object", "properties": {"channelName": {"type": "string"}, "chaincodeName": {"type": "string"}}, "required": ["channelName", "chaincodeName"]}}, "users": {"type": "array", "items": {"type": "object", "properties": {"org": {"type": "string"}, "user": {"type": "string"}, "mspId": {"type": "string"}}, "required": ["org", "user", "mspId"]}}}, "required": ["channels", "users"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"channels" : [{"channelName" : "analytics-aais", "chaincodeName" : "openidl-cc-aais-carriers"}], "users" : [{"org" : "aais", "user" : "openidl-aais-insurance-data-manager-ibp-2.0", "mspId" : "aaismsp"}]} | json_instruct | {"type": "object", "properties": {"channels": {"type": "array", "items": {"type": "object", "properties": {"channelName": {"type": "string"}, "chaincodeName": {"type": "string"}}, "required": ["channelName", "chaincodeName"]}}, "users": {"type": "array", "items": {"type": "object", "properties": {"org": {"type": "string"}, "user": {"type": "string"}, "mspId": {"type": "string"}}, "required": ["org", "user", "mspId"]}}}, "required": ["channels", "users"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"caseSensitive": {"type": "boolean"}, "concept": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "definition": {"type": "string"}, "display": {"type": "string"}}, "required": ["code", "definition", "display"]}}, "contact": {"type": "array", "items": {"type": "object", "properties": {"telecom": {"type": "array", "items": {"type": "object", "properties": {"system": {"type": "string"}, "value": {"type": "string"}}, "required": ["system", "value"]}}}, "required": ["telecom"]}}, "content": {"type": "string"}, "date": {"type": "string"}, "description": {"type": "string"}, "experimental": {"type": "boolean"}, "extension": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "valueUri": {"type": "string"}}, "required": ["url", "valueUri"]}}, "id": {"type": "string"}, "meta": {"type": "object", "properties": {"lastUpdated": {"type": "string"}}, "required": ["lastUpdated"]}, "name": {"type": "string"}, "publisher": {"type": "string"}, "resourceType": {"type": "string"}, "status": {"type": "string"}, "text": {"type": "object", "properties": {"div": {"type": "string"}, "status": {"type": "string"}}, "required": ["div", "status"]}, "url": {"type": "string"}, "valueSet": {"type": "string"}, "version": {"type": "string"}}, "required": ["caseSensitive", "concept", "contact", "content", "date", "description", "experimental", "extension", "id", "meta", "name", "publisher", "resourceType", "status", "text", "url", "valueSet", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"caseSensitive" : true, "concept" : [{"code" : "available", "definition" : "The Device is available for use.", "display" : "Available"}, {"code" : "not-available", "definition" : "The Device is no longer available for use (e.g. lost, expired, damaged).", "display" : "Not Available"}, {"code" : "entered-in-error", "definition" : "The Device was entered in error and voided.", "display" : "Entered in Error"}], "contact" : [{"telecom" : [{"system" : "other", "value" : "http://hl7.org/fhir"}, {"system" : "email", "value" : "fhir@lists.hl7.org"}]}], "content" : "complete", "date" : "2016-03-31T08:01:25+11:00", "description" : "The availability status of the device.", "experimental" : false, "extension" : [{"url" : "http://hl7.org/fhir/StructureDefinition/valueset-oid", "valueUri" : "urn:oid:2.16.840.1.113883.4.642.1.107"}], "id" : "devicestatus", "meta" : {"lastUpdated" : "2016-03-31T08:01:25.570+11:00"}, "name" : "DeviceStatus", "publisher" : "HL7 (FHIR Project)", "resourceType" : "CodeSystem", "status" : "draft", "text" : {"div" : "<div><h2>DeviceStatus</h2><p>The availability status of the device.</p><p>This code system http://hl7.org/fhir/devicestatus defines the following codes:</p><table class=\"codes\"><tr><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>available<a name=\"available\"> </a></td><td>Available</td><td>The Device is available for use.</td></tr><tr><td>not-available<a name=\"not-available\"> </a></td><td>Not Available</td><td>The Device is no longer available for use (e.g. lost, expired, damaged).</td></tr><tr><td>entered-in-error<a name=\"entered-in-error\"> </a></td><td>Entered in Error</td><td>The Device was entered in error and voided.</td></tr></table></div>", "status" : "generated"}, "url" : "http://hl7.org/fhir/devicestatus", "valueSet" : "http://hl7.org/fhir/ValueSet/devicestatus", "version" : "1.4.0"} | json_instruct | {"type": "object", "properties": {"caseSensitive": {"type": "boolean"}, "concept": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "definition": {"type": "string"}, "display": {"type": "string"}}, "required": ["code", "definition", "display"]}}, "contact": {"type": "array", "items": {"type": "object", "properties": {"telecom": {"type": "array", "items": {"type": "object", "properties": {"system": {"type": "string"}, "value": {"type": "string"}}, "required": ["system", "value"]}}}, "required": ["telecom"]}}, "content": {"type": "string"}, "date": {"type": "string"}, "description": {"type": "string"}, "experimental": {"type": "boolean"}, "extension": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "valueUri": {"type": "string"}}, "required": ["url", "valueUri"]}}, "id": {"type": "string"}, "meta": {"type": "object", "properties": {"lastUpdated": {"type": "string"}}, "required": ["lastUpdated"]}, "name": {"type": "string"}, "publisher": {"type": "string"}, "resourceType": {"type": "string"}, "status": {"type": "string"}, "text": {"type": "object", "properties": {"div": {"type": "string"}, "status": {"type": "string"}}, "required": ["div", "status"]}, "url": {"type": "string"}, "valueSet": {"type": "string"}, "version": {"type": "string"}}, "required": ["caseSensitive", "concept", "contact", "content", "date", "description", "experimental", "extension", "id", "meta", "name", "publisher", "resourceType", "status", "text", "url", "valueSet", "version"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "qualified_name": {"type": "string"}, "examine": {"type": "string"}, "members": {"type": "boolean"}, "release_date": {"type": "string"}, "quest": {"type": "boolean"}, "weight": {"type": "number"}, "value": {"type": "integer"}, "tradeable": {"type": "boolean"}, "stackable": {"type": "boolean"}, "noteable": {"type": "boolean"}, "equipable": {"type": "boolean"}, "tradeable_ge": {"type": "boolean"}, "icon": {"type": "string"}, "wiki_url": {"type": "string"}}, "required": ["id", "name", "qualified_name", "examine", "members", "release_date", "quest", "weight", "value", "tradeable", "stackable", "noteable", "equipable", "tradeable_ge", "icon", "wiki_url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 3263, "name" : "Dried thistle", "qualified_name" : "Dried thistle", "examine" : "It'll be easier to grind now.", "members" : true, "release_date" : "2004-10-05", "quest" : true, "weight" : 0.001, "value" : 1, "tradeable" : false, "stackable" : false, "noteable" : false, "equipable" : false, "tradeable_ge" : false, "icon" : "iVBORw0KGgoAAAANSUhEUgAAACQAAAAgCAYAAAB6kdqOAAAB+UlEQVR4Xt2WXUsCQRiFnX/iT+i2u+66MAIxCJGilBIUwZK+EET6oCKCim77rRNnX47z7uys5X6odeCgzg7zPvvumVkrlf8vY/2RJSlU2NjxedOGr5UqY+9uDgOFjZ1ctKLxjWp1mVAOKF7Y2OnVQeQkbKkSoHDhNNhc8ov4MvZhfBwoLOO0W+en9eZK2i6LpC20CJBeL5NcDlxw/cVCQHEYDXQ93PfAF1IcKNl+mRMq/DRpx8zxUb+RBwgSKA2kC2sgFvZhNFCvvVMckA9FMA30Mu0EjXk4lzqt7bxAkGzf3xiPBCc0ADUQfuNas7GVFSgZXt0pbdw5IFCQRngxHyCvt6fR9e5RzdZrm1mA0ranCzkNGBTXMDQgAIwOYY5+XAsCQf4Z5KxhLgd7CRAa1zAPHcL3HDCUey2EPA/G79LbfTfLowrJQTErNICG3XrQGka/9QsAgpKPDUbRwcnuzBoGmQEM4QvqDmSiDLgF5TxBERRllwiE39xhmIez6ev9rEggSA6/0OMjFDKCT4zhGq2zUyAQJLsLYCEo+OOxNxvDJ3dpCTCU/E9GYYAxGzC3+Odzf9apkmGoeLCZKwSZmUGe0MWCc5Mu3nX87h0kws3MLQUoTbpb/MuxUiCRAK1Fh0QmytBadQhv9fhhunK5HbgmQG4n+uN/Wt80qQYaJjZFmwAAAABJRU5ErkJggg==", "wiki_url" : "https://oldschool.runescape.wiki/w/Dried_thistle"} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "qualified_name": {"type": "string"}, "examine": {"type": "string"}, "members": {"type": "boolean"}, "release_date": {"type": "string"}, "quest": {"type": "boolean"}, "weight": {"type": "number"}, "value": {"type": "integer"}, "tradeable": {"type": "boolean"}, "stackable": {"type": "boolean"}, "noteable": {"type": "boolean"}, "equipable": {"type": "boolean"}, "tradeable_ge": {"type": "boolean"}, "icon": {"type": "string"}, "wiki_url": {"type": "string"}}, "required": ["id", "name", "qualified_name", "examine", "members", "release_date", "quest", "weight", "value", "tradeable", "stackable", "noteable", "equipable", "tradeable_ge", "icon", "wiki_url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"usage": {"type": "string"}, "description": {"type": "array", "items": {"type": "string"}}, "params": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "array", "items": {"type": "string"}}, "optional": {"type": "boolean"}}, "required": ["name", "type", "description", "optional"]}}, "return": {"type": "string"}, "example": {"type": "array", "items": {"type": "string"}}, "engine": {"type": "string"}}, "required": ["usage", "description", "params", "return", "example", "engine"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"usage" : "<actor> checkCoverExitPosWithPath(<exit pos>)", "description" : ["Check if an exit pos is valid with regard to the AI path."], "params" : [{"name" : "exit pos", "type" : "Vector3", "description" : ["The exit animation end position."], "optional" : false}], "return" : "bool", "example" : ["soldier checkCoverExitPosWithPath(exitPos);"], "engine" : "SP"} | json_instruct | {"type": "object", "properties": {"usage": {"type": "string"}, "description": {"type": "array", "items": {"type": "string"}}, "params": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "array", "items": {"type": "string"}}, "optional": {"type": "boolean"}}, "required": ["name", "type", "description", "optional"]}}, "return": {"type": "string"}, "example": {"type": "array", "items": {"type": "string"}}, "engine": {"type": "string"}}, "required": ["usage", "description", "params", "return", "example", "engine"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"gameTime": {"type": "number"}, "goalsData": {"type": "array", "items": {"type": "object", "properties": {"goalScorerName": {"type": "string"}, "goalShotTime": {"type": "number"}, "goalSide": {"type": "string"}, "goalSpeed": {"type": "number"}, "goalTime": {"type": "number"}, "goalTravelTime": {"type": "number"}}, "required": ["goalScorerName", "goalShotTime", "goalSide", "goalSpeed", "goalTime", "goalTravelTime"]}}, "rawPositionsAtEnd": {"type": "string"}, "score": {"type": "object", "properties": {"Blue": {"type": "integer"}, "Red": {"type": "integer"}}, "required": ["Blue", "Red"]}, "startingGameTime": {"type": "integer"}, "teams": {"type": "object", "properties": {"Blue": {"type": "array", "items": {"type": "string"}}, "Red": {"type": "array", "items": {"type": "string"}}}, "required": ["Blue", "Red"]}, "time": {"type": "string"}}, "required": ["gameTime", "goalsData", "rawPositionsAtEnd", "score", "startingGameTime", "teams", "time"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"gameTime" : 600.017, "goalsData" : [{"goalScorerName" : "K-rol", "goalShotTime" : 172.417, "goalSide" : "Blue", "goalSpeed" : 1.1, "goalTime" : 175.2, "goalTravelTime" : 2.783}, {"goalScorerName" : "K-rol", "goalShotTime" : 251.883, "goalSide" : "Blue", "goalSpeed" : 2.766, "goalTime" : 252.933, "goalTravelTime" : 1.05}], "rawPositionsAtEnd" : "-222.89541514139506-128.83881538865006|-470.61433214865195--5.9257245896063795|-483.7904635780778-52.30497249968842|", "score" : {"Blue" : 2, "Red" : 0}, "startingGameTime" : 0, "teams" : {"Blue" : ["MaddoHatto", "K-rol"], "Red" : ["hubigz", "Nelson Mandela"]}, "time" : "2021-01-18 11:02"} | json_instruct | {"type": "object", "properties": {"gameTime": {"type": "number"}, "goalsData": {"type": "array", "items": {"type": "object", "properties": {"goalScorerName": {"type": "string"}, "goalShotTime": {"type": "number"}, "goalSide": {"type": "string"}, "goalSpeed": {"type": "number"}, "goalTime": {"type": "number"}, "goalTravelTime": {"type": "number"}}, "required": ["goalScorerName", "goalShotTime", "goalSide", "goalSpeed", "goalTime", "goalTravelTime"]}}, "rawPositionsAtEnd": {"type": "string"}, "score": {"type": "object", "properties": {"Blue": {"type": "integer"}, "Red": {"type": "integer"}}, "required": ["Blue", "Red"]}, "startingGameTime": {"type": "integer"}, "teams": {"type": "object", "properties": {"Blue": {"type": "array", "items": {"type": "string"}}, "Red": {"type": "array", "items": {"type": "string"}}}, "required": ["Blue", "Red"]}, "time": {"type": "string"}}, "required": ["gameTime", "goalsData", "rawPositionsAtEnd", "score", "startingGameTime", "teams", "time"], "$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.