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":... | {"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" : "13... | 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"}},... |
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"}, "rel... | {"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_s... | 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"}... |
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": ["pos... | {"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], "... | 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": "intege... |
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": {"ty... | {"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... | 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", "... |
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":... | {"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 c... | 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":... |
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.enableFil... | {"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.word... |
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"... | {"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", "pr... | 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": "str... |
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"... | {"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"}, "i... |
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", "h... | {"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"],... |
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.unit... | {"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"... |
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": {}... | {"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 ha... | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "r... |
Generate 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"}, "T... | {"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... | 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 y... |
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": "strin... | {"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... | 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":... |
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", "succes... | [{"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", "suc... | 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/schem... |
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": {"... | {"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"]}}, "require... |
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": "ar... | {"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]... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe... |
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", "med... | {"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... | 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-s... |
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", "... | {"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-... |
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" : 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", "blackl... |
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": ["covera... | {"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-p... | 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": {"t... |
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": {"ty... | {"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... |
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... | {"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": "in... |
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"... | {"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" : tru... | 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/unambig... |
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": "obj... | {"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"}, "devDependenci... | 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": {"ty... |
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... | {"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... | 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": ["... |
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"... | {"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.... | 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"}, "dev... |
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"... | {"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"]}}}, "r... |
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" : "14... | 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... | {"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" : ... | 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... |
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... | {"$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/... |
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", "propertie... | {"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"}, "depende... | 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"}... |
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"]... | {"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": ... | {"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\u56... | 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": ... |
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.deve... | {"mobx.cjs.development.js" : "sha512-lF6TL4lfqZDThkS2lCG0Pn6XIqksS73VXEB3qXHoQNctth1cPxph3tI78aAqWSQQoI9feZbHjADebXkM6OSR+Q==", "mobx.cjs.development.min.js" : "sha512-TouK613i5p6PG90HdkIOg6GEBgi/cxK7EgtURemSwSTwMewURj8AS4VFa66k0eej3wz4RLp7+Yn86j/Ad7LmEg==", "mobx.cjs.production.min.js" : "sha512-nYn+mhgYfNrZuwMnbnY9wr... | 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... |
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"... | {"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", "publicatio... | 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... |
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": ... | {"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_... | 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": "... |
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"}, "propertie... | {"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", ... | 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": "str... |
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": "ob... | {"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" : ... | 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": ... |
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" : "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... | 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"... |
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"}, "auth... | {"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 AP... | 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": "... |
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", ... | {"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"}},... | {"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": ["n... |
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)", "c... | 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", "pr... | {"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"]}, ... |
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-... | {"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" :... | 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"}, "po... |
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": ["command... | {"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... |
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"]}, "relations... | {"parameters" : {"category" : "input"}, "projects" : {"category" : "input"}, "relationshipConstraints" : {"category" : "input"}, "solverParameters" : {"category" : "input"}, "requirements" : {"category" : "input"}, "zones" : {"category" : "input"}, "modelParameters" : {"category" : "input"}, "calendars" : {"category" :... | 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":... |
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", ... | {"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... | 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"}, "ema... |
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", "clas... | 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", "keywo... | {"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/draf... |
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"... | {"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, ... | 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": ... |
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"}}}}}, "requ... | {"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://git... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob... |
Construct a JSON document that adheres to this schema specification:
{"type": "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"]... | 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": ... | {"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", "rele... | 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"}, "relea... |
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": "strin... | {"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"}, "devDepend... | 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": ... |
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"}, "reque... | {"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",... | 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... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"... | {"n_dim" : 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.9... | 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": {... |
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_c... | {"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": {"... |
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"}, "... | {"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": {"typ... |
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"}, "summ... | {"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\" clas... | json_instruct | {"type": "object", "properties": {"category": {"type": "string"}, "images": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "caption": {"type": "string"}}, "required": ["url", "caption"]}}, "name": {"type": "string"}, "summary": {"type": "string"}}, "required": ["category", "imag... |
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"]}, ... | {"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", "ms... | 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"}... |
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", ... | {"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"}, "... |
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": {"ty... | [{"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}, "Spee... | 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": "str... |
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": "strin... | {"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-... | 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"}, "abo... |
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... | {"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",... | 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": "st... |
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":... | {"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", "... |
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": ... | {"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"],... |
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": "a... | {"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_PREVALENC... | json_instruct | {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {"type": "string"}}, "SERIES_NAME": {"type": "array", "items": {"type": "string"}}, "X_CALENDAR_YEAR": {"type": "array", "items": {"type": "integer"}}, "Y_PREVALENCE_1000PP": {... |
Construct a JSON document that adheres to this schema specification:
{"type": "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"},... | 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", "i... | {"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" : {"vers... | 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"}, "sourcesCont... |
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.or... | {"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": "s... | {"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... | 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": {... |
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",... | {"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" : {... | 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"... |
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"}, "oc... | {"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... | 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"}, "portfoli... |
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": ... | {"address" : "1oranGeS2xsKZ4jVsu9SVttzgkYXu4k9v", "cert_auth_type" : "web", "cert_sign" : "Gz4xrT1/muNB9NqxAtt0BuE8N3qnJVKB8vaf4798LTF0UNXpU1kuXwQIlH8cLN8VBAwMiR+2gie5/NSdxkNKipo=", "cert_user_id" : "yushao@zeroid.bit", "files" : {"data.json" : {"sha512" : "2e2b4ed3455b85dcfbc91bf3181cbaba679573ec18db21b76389098cc0392a... | 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"}}... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test... | {"name" : "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... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s... |
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": "arr... | {"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": "strin... |
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", "d... | {"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", "def... | 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", "ite... |
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": "... | {"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" : fal... | 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"}, "tra... |
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"... | {"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 checkCover... | 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"}}, "opt... |
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":... | {"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.... | 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"}, "goalTrav... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.