input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@reusable-web/global-theme": {"type": "string"}, "@test-runner/core": {"type": "string"}, "@test-runner/default-view": {"type": "string"}, "@test-runner/el": {"type": "string"}}, "required": ["@reusable-web/global-theme", "@test-runner/core", "@test-runner/default-view", "@test-runner/el"]}}, "required": ["name", "author", "version", "description", "repository", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "web-runner-ui", "author" : "Lloyd Brookes <75pound@gmail.com>", "version" : "0.0.0", "description" : "web-runner-ui", "repository" : "https://github.com/75lb/web-runner-ui", "dependencies" : {"@reusable-web/global-theme" : "^0.1.2", "@test-runner/core" : "^0.10.0", "@test-runner/default-view" : "^0.6.0", "@test-runner/el" : "^0.2.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@reusable-web/global-theme": {"type": "string"}, "@test-runner/core": {"type": "string"}, "@test-runner/default-view": {"type": "string"}, "@test-runner/el": {"type": "string"}}, "required": ["@reusable-web/global-theme", "@test-runner/core", "@test-runner/default-view", "@test-runner/el"]}}, "required": ["name", "author", "version", "description", "repository", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"width": {"type": "number"}, "rotation": {"type": "number"}, "xCenter": {"type": "number"}, "yCenter": {"type": "number"}, "height": {"type": "number"}}, "required": ["width", "rotation", "xCenter", "yCenter", "height"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"width" : 0.17247458, "rotation" : 0.07806015, "xCenter" : 0.36693588, "yCenter" : 0.8088509, "height" : 0.30662146} | json_instruct | {"type": "object", "properties": {"width": {"type": "number"}, "rotation": {"type": "number"}, "xCenter": {"type": "number"}, "yCenter": {"type": "number"}, "height": {"type": "number"}}, "required": ["width", "rotation", "xCenter", "yCenter", "height"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"schema_version" : "1.2.0", "id" : "GHSA-r8fv-8649-pcmh", "modified" : "2022-05-02T06:13:51Z", "published" : "2022-05-02T06:13:51Z", "aliases" : ["CVE-2010-0571"], "details" : "Unspecified vulnerability in Cisco Digital Media Manager (DMM) 5.0.x and 5.1.x allows remote authenticated users to gain privileges via unknown vectors, and consequently execute arbitrary code via a crafted web application, aka Bug ID CSCtc46008.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2010-0571"}, {"type" : "WEB", "url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/56636"}, {"type" : "WEB", "url" : "http://secunia.com/advisories/38800"}, {"type" : "WEB", "url" : "http://securitytracker.com/id?1023671"}, {"type" : "WEB", "url" : "http://www.cisco.com/en/US/products/products_security_advisory09186a0080b1b923.shtml"}, {"type" : "WEB", "url" : "http://www.securityfocus.com/bid/38500"}, {"type" : "WEB", "url" : "http://www.vupen.com/english/advisories/2010/0531"}], "database_specific" : {"cwe_ids" : [], "severity" : "HIGH", "github_reviewed" : false}} | json_instruct | {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "node": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "nameCN": {"type": "string"}, "image": {"type": "string"}, "date": {"type": "string"}}, "required": ["id", "name", "nameCN", "image", "date"]}}, "relate": {"type": "array", "items": {"type": "object", "properties": {"relate": {"type": "string"}, "src": {"type": "integer"}, "dst": {"type": "integer"}}, "required": ["relate", "src", "dst"]}}}, "required": ["id", "node", "relate"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 957, "node" : [{"id" : 957, "name" : "\u8857 ~\u904b\u547d\u306e\u4ea4\u5dee\u70b9~", "nameCN" : "\u8857 ~\u547d\u8fd0\u7684\u4ea4\u53c9\u70b9~", "image" : "//lain.bgm.tv/pic/cover/m/2b/a5/957_j0TZ3.jpg", "date" : "1998-01-22"}, {"id" : 228439, "name" : "\u8857 ~\u904b\u547d\u306e\u4ea4\u5dee\u70b9~ \u7279\u5225\u7bc7", "nameCN" : "\u8857 \uff5e\u547d\u8fd0\u7684\u4ea4\u53c9\u70b9\uff5e\u7279\u522b\u7bc7", "image" : "//lain.bgm.tv/pic/cover/m/8e/24/228439_qSqsf.jpg", "date" : "2013-12-26"}], "relate" : [{"relate" : "\u4e0d\u540c\u6f14\u7ece", "src" : 957, "dst" : 228439}, {"relate" : "\u4e0d\u540c\u6f14\u7ece", "src" : 228439, "dst" : 957}]} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "node": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "nameCN": {"type": "string"}, "image": {"type": "string"}, "date": {"type": "string"}}, "required": ["id", "name", "nameCN", "image", "date"]}}, "relate": {"type": "array", "items": {"type": "object", "properties": {"relate": {"type": "string"}, "src": {"type": "integer"}, "dst": {"type": "integer"}}, "required": ["relate", "src", "dst"]}}}, "required": ["id", "node", "relate"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"all": {"type": "string"}}, "required": ["all"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "block/cube_all", "textures" : {"all" : "mcesi:blocks/ctestblock"}} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"all": {"type": "string"}}, "required": ["all"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"forks": {"type": "integer"}, "name": {"type": "string"}, "stars": {"type": "integer"}, "watchers": {"type": "integer"}, "repo_name": {"type": "string"}, "ecosystem_slug": {"type": "string"}, "parent_slug": {"type": "null"}, "path": {"type": "string"}, "slug": {"type": "string"}, "title": {"type": "string"}}, "required": ["forks", "name", "stars", "watchers", "repo_name", "ecosystem_slug", "parent_slug", "path", "slug", "title"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"forks" : 25, "name" : "galactrum/galactrum", "stars" : 37, "watchers" : 0, "repo_name" : "galactrum/galactrum", "ecosystem_slug" : "galactrum", "parent_slug" : null, "path" : "galactrum", "slug" : "galactrum", "title" : "Galactrum"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"forks": {"type": "integer"}, "name": {"type": "string"}, "stars": {"type": "integer"}, "watchers": {"type": "integer"}, "repo_name": {"type": "string"}, "ecosystem_slug": {"type": "string"}, "parent_slug": {"type": "null"}, "path": {"type": "string"}, "slug": {"type": "string"}, "title": {"type": "string"}}, "required": ["forks", "name", "stars", "watchers", "repo_name", "ecosystem_slug", "parent_slug", "path", "slug", "title"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"politespace-init.js": {"type": "string"}, "politespace-init.min.js": {"type": "string"}, "politespace.css": {"type": "string"}, "politespace.js": {"type": "string"}, "politespace.min.css": {"type": "string"}, "politespace.min.js": {"type": "string"}}, "required": ["politespace-init.js", "politespace-init.min.js", "politespace.css", "politespace.js", "politespace.min.css", "politespace.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"politespace-init.js" : "sha512-XKVLjCc70Po9qYn9IWRMK/VhbzPclZCgN1zEtgkDaHO5qaMaRbnvbUA+mVTKaCg+n0W6eJKhqo5kQ6/edJYBhQ==", "politespace-init.min.js" : "sha512-6vBGklR1Y3dcR51sZAwTaEXDA6y2o6ZLqCqncJeijCrqoPGDtLCE8nKKWagiigbnVOw2sPDQnmHZo8e1LqrFqA==", "politespace.css" : "sha512-+kaWIdgagv02DSwQG/4OEHkEEPHI1+jN8VZXnyUpFl8frOzmzi9yzUNGzHjPEAYYDKe1eXVW6Ix/SkpmuoYA6w==", "politespace.js" : "sha512-HDeJyW9Kmxl8yY6z3t7unywNpTZ3sBsg/7A0jMiK2zEenZVoV69i8a3K/XVf6L7g2TPCs3E3FqECE4kQzVB70g==", "politespace.min.css" : "sha512-pL8tjAfS422kHOQuEIc9OpiF0CpcEDJFTe/skTm8Po3yRjtyPtdqHVSo3oBbS3ulJzqqfSkz3ufU1gbkeiYqYQ==", "politespace.min.js" : "sha512-a3IaYepWlSE5e5R31tVpG12VCgWvzORckraKgDqKcwKPQQdW3Ye407cbKZ074tm60TKWXJa10GHSFM095UH8mw=="} | json_instruct | {"type": "object", "properties": {"politespace-init.js": {"type": "string"}, "politespace-init.min.js": {"type": "string"}, "politespace.css": {"type": "string"}, "politespace.js": {"type": "string"}, "politespace.min.css": {"type": "string"}, "politespace.min.js": {"type": "string"}}, "required": ["politespace-init.js", "politespace-init.min.js", "politespace.css", "politespace.js", "politespace.min.css", "politespace.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": {"vehicle_attachment_list": {"type": "array", "items": {"type": "object", "properties": {"item_id": {"type": "string"}, "vehicle_id": {"type": "string"}, "faction_id": {"type": "string"}, "description": {"type": "string"}, "slot_id": {"type": "string"}}, "required": ["item_id", "vehicle_id", "faction_id", "description", "slot_id"]}}, "returned": {"type": "integer"}}, "required": ["vehicle_attachment_list", "returned"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"vehicle_attachment_list" : [{"item_id" : "38", "vehicle_id" : "2", "faction_id" : "1", "description" : "Sunderer VS", "slot_id" : "8"}], "returned" : 1}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"vehicle_attachment_list": {"type": "array", "items": {"type": "object", "properties": {"item_id": {"type": "string"}, "vehicle_id": {"type": "string"}, "faction_id": {"type": "string"}, "description": {"type": "string"}, "slot_id": {"type": "string"}}, "required": ["item_id", "vehicle_id", "faction_id", "description", "slot_id"]}}, "returned": {"type": "integer"}}, "required": ["vehicle_attachment_list", "returned"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "Name": {"type": "string"}, "state_id": {"type": "integer"}, "state_code": {"type": "string"}, "state_name": {"type": "string"}, "country_id": {"type": "integer"}, "country_code": {"type": "string"}, "country_name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "wikiDataId": {"type": "string"}}, "required": ["id", "Name", "state_id", "state_code", "state_name", "country_id", "country_code", "country_name", "latitude", "longitude", "wikiDataId"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : 143, "Name" : "Bolands", "state_id" : 3707, "state_code" : "05", "state_name" : "Saint Mary Parish", "country_id" : 10, "country_code" : "AG", "country_name" : "Antigua And Barbuda", "latitude" : "17.06565000", "longitude" : "-61.87466000", "wikiDataId" : "Q1771701"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "Name": {"type": "string"}, "state_id": {"type": "integer"}, "state_code": {"type": "string"}, "state_name": {"type": "string"}, "country_id": {"type": "integer"}, "country_code": {"type": "string"}, "country_name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "wikiDataId": {"type": "string"}}, "required": ["id", "Name", "state_id", "state_code", "state_name", "country_id", "country_code", "country_name", "latitude", "longitude", "wikiDataId"]}, "$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"}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "repository": {"type": "object", "properties": {"url": {"type": "string"}, "type": {"type": "string"}}, "required": ["url", "type"]}, "homepage": {"type": "string"}, "licenses": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "type": {"type": "string"}}, "required": ["url", "type"]}}, "dependencies": {"type": "object", "properties": {"wrd-gpio-switch": {"type": "string"}, "wrd-battery-gauge": {"type": "string"}, "mbed-drivers": {"type": "string"}}, "required": ["wrd-gpio-switch", "wrd-battery-gauge", "mbed-drivers"]}}, "required": ["name", "version", "description", "keywords", "author", "repository", "homepage", "licenses", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "wrd-battery-gauge-max1704", "version" : "5.2.0", "description" : "Driver for the MAX17048/MAX17049 current battery gauge chip using the Watch Reference Design API.", "keywords" : [], "author" : "Marcus Chang <marcus.chang@arm.com>", "repository" : {"url" : "git@github.com:ARMmbed/wrd-battery-gauge-max1704.git", "type" : "git"}, "homepage" : "https://github.com/ARMmbed/wrd-battery-gauge-max1704", "licenses" : [{"url" : "https://spdx.org/licenses/Apache-2.0", "type" : "Apache-2.0"}], "dependencies" : {"wrd-gpio-switch" : "*", "wrd-battery-gauge" : "*", "mbed-drivers" : "*"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "repository": {"type": "object", "properties": {"url": {"type": "string"}, "type": {"type": "string"}}, "required": ["url", "type"]}, "homepage": {"type": "string"}, "licenses": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "type": {"type": "string"}}, "required": ["url", "type"]}}, "dependencies": {"type": "object", "properties": {"wrd-gpio-switch": {"type": "string"}, "wrd-battery-gauge": {"type": "string"}, "mbed-drivers": {"type": "string"}}, "required": ["wrd-gpio-switch", "wrd-battery-gauge", "mbed-drivers"]}}, "required": ["name", "version", "description", "keywords", "author", "repository", "homepage", "licenses", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["invalid use incomplete typedef x aka struct x_st", "invalid use incomplete typedef x aka struct x_st", "invalid use incomplete typedef x aka struct x_st", "invalid use incomplete typedef x aka struct x_st", "invalid use incomplete typedef x aka struct x_st", "invalid use incomplete typedef x aka struct x_st", "invalid use incomplete typedef x aka struct x_st", "invalid use incomplete typedef x aka struct x_st", "invalid use incomplete typedef x aka struct x_st", "invalid use incomplete typedef x aka struct x_st", "invalid use incomplete typedef x aka struct x_st", "invalid use incomplete typedef x aka struct x_st", "invalid use incomplete typedef x aka struct x_st", "invalid use incomplete typedef x aka struct x_st", "invalid use incomplete typedef x aka struct x_st", "invalid use incomplete typedef x aka struct x_st", "invalid use incomplete typedef x aka struct x_st", "invalid use incomplete typedef x aka struct x_st"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"class_name": {"type": "string"}, "bbox": {"type": "string"}, "used": {"type": "boolean"}}, "required": ["class_name", "bbox", "used"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"class_name" : "hand", "bbox" : "262 630 402 717", "used" : false}, {"class_name" : "hand", "bbox" : "596 586 848 716", "used" : false}, {"class_name" : "hand", "bbox" : "584 229 759 345", "used" : false}, {"class_name" : "hand", "bbox" : "304 332 501 552", "used" : false}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"class_name": {"type": "string"}, "bbox": {"type": "string"}, "used": {"type": "boolean"}}, "required": ["class_name", "bbox", "used"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"hash" : "0x15e4a2c77b90beb3c826e5f829f43846f71a2a7e9d056221e11c6f99c78260b8", "parentHash" : "0x4afecd2ec6d17e1513b63fecd19a67972d497792303b97b5aa69df4e54dd5324", "number" : 42659, "timestamp" : 1438860100, "nonce" : "0x78eb56afee7171b2", "difficulty" : 1351889753991, "gasLimit" : {"_hex" : "0x1714"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0x88D74a59454F6cF3B51ef6b9136AFb6b9D405A88", "extraData" : "0x476574682f76312e302e302d66633739643332642f6c696e75782f676f312e34", "transactions" : []} | json_instruct | {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"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": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 404372495, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "dc54f476efd577399349ba53b60b8aa2", "wof:id" : 404372495, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [2.87389, 49.49667, 2.87389, 49.49667], "geometry" : {"coordinates" : [2.87389, 49.49667], "type" : "Point"}} | 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": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"expo": {"type": "object", "properties": {"name": {"type": "string"}, "sdkVersion": {"type": "string"}}, "required": ["name", "sdkVersion"]}}, "required": ["expo"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"expo" : {"name" : "auth", "sdkVersion" : "19.0.0"}} | json_instruct | {"type": "object", "properties": {"expo": {"type": "object", "properties": {"name": {"type": "string"}, "sdkVersion": {"type": "string"}}, "required": ["name", "sdkVersion"]}}, "required": ["expo"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"limit": {"type": "integer"}, "name": {"type": "string"}, "value": {"type": "integer"}, "highalch": {"type": "integer"}, "id": {"type": "integer"}, "lowalch": {"type": "integer"}, "name_pt": {"type": "string"}, "price": {"type": "integer"}, "last": {"type": "integer"}}, "required": ["limit", "name", "value", "highalch", "id", "lowalch", "name_pt", "price", "last"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"limit" : 100, "name" : "Bane longsword + 1", "value" : 26668, "highalch" : 16000, "id" : 45081, "lowalch" : 10667, "name_pt" : "Espada longa da maldi\u00e7\u00e3o + 1", "price" : 34604, "last" : 34604} | json_instruct | {"type": "object", "properties": {"limit": {"type": "integer"}, "name": {"type": "string"}, "value": {"type": "integer"}, "highalch": {"type": "integer"}, "id": {"type": "integer"}, "lowalch": {"type": "integer"}, "name_pt": {"type": "string"}, "price": {"type": "integer"}, "last": {"type": "integer"}}, "required": ["limit", "name", "value", "highalch", "id", "lowalch", "name_pt", "price", "last"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Validating a mobile phone application for the everyday, unobtrusive, objective measurement of sleep.", "fields" : ["informatics", "insomnia", "mobile phone", "psychological intervention", "usability"], "abstract" : "There is an identified need for objective, reliable, and scalable methods of measuring and recording sleep. Such methods must be designed for easy integration into people's lives in order to support both sleep therapy and everyday personal informatics. This paper describes the design and evaluation of a mobile phone application to record sleep, the design of which has substantive foundation in clinical sleep research. Two user studies were carried out which demonstrate that the application produces valid measurements of sleep quality and high levels of usability, whilst not seriously disturbing sleep or the sleep environment. These findings suggest that the app is suitable for both everyday sleep monitoring in a personal informatics context, and for integration into sleep interventions.", "citation" : "Citations (24)", "departments" : ["University of Lincoln", "University of Leicester", "Newcastle University", "University of Lincoln", "Loughborough University"], "authors" : ["Shaun W. Lawson.....http://dblp.org/pers/hd/l/Lawson:Shaun_W=", "Sue Jamison-Powell.....http://dblp.org/pers/hd/j/Jamison=Powell:Sue", "Andrew Garbett.....http://dblp.org/pers/hd/g/Garbett:Andrew", "Conor Linehan.....http://dblp.org/pers/hd/l/Linehan:Conor", "Erica Kucharczyk.....http://dblp.org/pers/hd/k/Kucharczyk:Erica", "Sanne Verbaan.....http://dblp.org/pers/hd/v/Verbaan:Sanne", "Duncan Rowland.....http://dblp.org/pers/hd/r/Rowland:Duncan", "Kevin Morgan.....http://dblp.org/pers/hd/m/Morgan:Kevin"], "conf" : "chi", "year" : "2013", "pages" : 10} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"options": {"type": "array", "items": {"type": "object", "properties": {"dynamic": {"type": "object", "properties": {"avoidInvalidUnquotedInHTML": {"type": "boolean"}}, "required": ["avoidInvalidUnquotedInHTML"]}}, "required": ["dynamic"]}}}, "required": ["options"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"options" : [{"dynamic" : {"avoidInvalidUnquotedInHTML" : true}}]} | json_instruct | {"type": "object", "properties": {"options": {"type": "array", "items": {"type": "object", "properties": {"dynamic": {"type": "object", "properties": {"avoidInvalidUnquotedInHTML": {"type": "boolean"}}, "required": ["avoidInvalidUnquotedInHTML"]}}, "required": ["dynamic"]}}}, "required": ["options"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"remainingRequest": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "mtime": {"type": "integer"}}, "required": ["path", "mtime"]}}, "contextDependencies": {"type": "array", "items": {}}, "result": {"type": "array", "items": {"type": "string"}}}, "required": ["remainingRequest", "dependencies", "contextDependencies", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"remainingRequest" : "/home/thanh/DOAN/vue-admin-frontend/node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!/home/thanh/DOAN/vue-admin-frontend/node_modules/cache-loader/dist/cjs.js??ref--0-0!/home/thanh/DOAN/vue-admin-frontend/node_modules/vue-loader/lib/index.js??vue-loader-options!/home/thanh/DOAN/vue-admin-frontend/src/components/Navbar/NavbarToggleButton.vue?vue&type=template&id=5c0745d5&", "dependencies" : [{"path" : "/home/thanh/DOAN/vue-admin-frontend/src/components/Navbar/NavbarToggleButton.vue", "mtime" : 1638461054921}, {"path" : "/home/thanh/DOAN/vue-admin-frontend/node_modules/cache-loader/dist/cjs.js", "mtime" : 1638461276469}, {"path" : "/home/thanh/DOAN/vue-admin-frontend/node_modules/vue-loader/lib/loaders/templateLoader.js", "mtime" : 1638461277198}, {"path" : "/home/thanh/DOAN/vue-admin-frontend/node_modules/cache-loader/dist/cjs.js", "mtime" : 1638461276469}, {"path" : "/home/thanh/DOAN/vue-admin-frontend/node_modules/vue-loader/lib/index.js", "mtime" : 1638461277198}], "contextDependencies" : [], "result" : ["var render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _vm._m(0)\n}\nvar staticRenderFns = [\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\n \"button\",\n {\n staticClass: \"navbar-toggler collapsed\",\n attrs: {\n type: \"button\",\n \"data-toggle\": \"collapse\",\n \"data-target\": \"#navbar\",\n \"aria-controls\": \"navbarSupportedContent\",\n \"aria-expanded\": \"false\",\n \"aria-label\": \"Toggle navigation\"\n }\n },\n [\n _c(\"span\", { staticClass: \"navbar-toggler-bar bar1\" }),\n _c(\"span\", { staticClass: \"navbar-toggler-bar bar2\" }),\n _c(\"span\", { staticClass: \"navbar-toggler-bar bar3\" })\n ]\n )\n }\n]\nrender._withStripped = true\n\nexport { render, staticRenderFns }"]} | json_instruct | {"type": "object", "properties": {"remainingRequest": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "mtime": {"type": "integer"}}, "required": ["path", "mtime"]}}, "contextDependencies": {"type": "array", "items": {}}, "result": {"type": "array", "items": {"type": "string"}}}, "required": ["remainingRequest", "dependencies", "contextDependencies", "result"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "required": ["0"]}}, "required": ["text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"text" : {"0" : {"m1" : "\u0646\u0627\u0645\u0647 \u0645\u0627\u0646\u06cc \u0628\u0627 \u0646\u0627\u0645\u0647 \u062a\u0648 \u0698\u0627\u0698\u0633\u062a", "m2" : "\u0634\u0639\u0631 \u062e\u0648\u0627\u0631\u0632\u0645\u06cc \u0628\u0627 \u0634\u0639\u0631 \u062a\u0648 \u0644\u0627\u0645\u0627\u0646\u06cc"}}} | json_instruct | {"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "required": ["0"]}}, "required": ["text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"babel-core": {"type": "string"}, "babel-loader": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "babel-preset-es2016": {"type": "string"}, "babel-preset-react": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-marked-editor": {"type": "string"}, "webpack": {"type": "string"}}, "required": ["babel-core", "babel-loader", "babel-preset-es2015", "babel-preset-es2016", "babel-preset-react", "react", "react-dom", "react-marked-editor", "webpack"]}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "dependencies", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "react-marked-editor-demo", "version" : "0.1.0", "description" : "React Marked Editor Demo", "main" : "index.js", "scripts" : {"build" : "webpack"}, "keywords" : ["react", "markdown", "codemirror", "editor"], "dependencies" : {"babel-core" : "^6.24.1", "babel-loader" : "^6.4.1", "babel-preset-es2015" : "^6.24.1", "babel-preset-es2016" : "^6.24.1", "babel-preset-react" : "^6.24.1", "react" : "^15.4.0", "react-dom" : "^15.4.0", "react-marked-editor" : "^0.0.1", "webpack" : "^1.13.0"}, "author" : "Loy B.", "license" : "MIT"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"babel-core": {"type": "string"}, "babel-loader": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "babel-preset-es2016": {"type": "string"}, "babel-preset-react": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-marked-editor": {"type": "string"}, "webpack": {"type": "string"}}, "required": ["babel-core", "babel-loader", "babel-preset-es2015", "babel-preset-es2016", "babel-preset-react", "react", "react-dom", "react-marked-editor", "webpack"]}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "dependencies", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"bindings": {"type": "array", "items": {"type": "object", "properties": {"entry": {"type": "string"}, "type": {"type": "string"}, "kind": {"type": "string"}, "options": {"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "integer"}}, "required": ["host", "port"]}, "exit": {"type": "string"}}, "required": ["entry", "type", "kind", "options", "exit"]}}}, "required": ["bindings"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"bindings" : [{"entry" : "app#0", "type" : "tcp", "kind" : "client", "options" : {"host" : "localhost", "port" : 8080}, "exit" : "net#0"}]} | json_instruct | {"type": "object", "properties": {"bindings": {"type": "array", "items": {"type": "object", "properties": {"entry": {"type": "string"}, "type": {"type": "string"}, "kind": {"type": "string"}, "options": {"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "integer"}}, "required": ["host", "port"]}, "exit": {"type": "string"}}, "required": ["entry", "type", "kind", "options", "exit"]}}}, "required": ["bindings"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"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": "null"}, "wmo": {"type": "null"}, "ghcn": {"type": "null"}, "wban": {"type": "null"}, "usaf": {"type": "null"}, "mosmix": {"type": "null"}, "icao": {"type": "string"}, "iata": {"type": "string"}}, "required": ["national", "wmo", "ghcn", "wban", "usaf", "mosmix", "icao", "iata"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}, "history": {"type": "array", "items": {}}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone", "history"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "SBTR0", "name" : {"en" : "Torres / P\u00f4rto Epit\u00e1cio"}, "country" : "BR", "region" : "RS", "identifiers" : {"national" : null, "wmo" : null, "ghcn" : null, "wban" : null, "usaf" : null, "mosmix" : null, "icao" : "SBTR", "iata" : "TSQ"}, "location" : {"latitude" : -29.4149, "longitude" : -49.81, "elevation" : 8}, "timezone" : "America/Sao_Paulo", "history" : []} | 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": "null"}, "wmo": {"type": "null"}, "ghcn": {"type": "null"}, "wban": {"type": "null"}, "usaf": {"type": "null"}, "mosmix": {"type": "null"}, "icao": {"type": "string"}, "iata": {"type": "string"}}, "required": ["national", "wmo", "ghcn", "wban", "usaf", "mosmix", "icao", "iata"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}, "history": {"type": "array", "items": {}}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone", "history"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"Lang-65b": {"type": "object", "properties": {"creationdate": {"type": "string"}, "resolutiondate": {"type": "string"}, "hash": {"type": "string"}, "commitdate": {"type": "string"}}, "required": ["creationdate", "resolutiondate", "hash", "commitdate"]}}, "required": ["Lang-65b"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Lang-65b" : {"creationdate" : "2005-10-26 07:22:00 +0000", "resolutiondate" : "2006-07-21 05:15:42 +0000", "hash" : "bb1671667d9085fb76bd06af7f7ad91d2c1c8389", "commitdate" : "2006-07-21 05:47:07 +0000"}} | json_instruct | {"type": "object", "properties": {"Lang-65b": {"type": "object", "properties": {"creationdate": {"type": "string"}, "resolutiondate": {"type": "string"}, "hash": {"type": "string"}, "commitdate": {"type": "string"}}, "required": ["creationdate", "resolutiondate", "hash", "commitdate"]}}, "required": ["Lang-65b"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "fips": {"type": "string"}, "state_code": {"type": "integer"}, "county_code": {"type": "integer"}, "population": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "census_data": {"type": "object", "properties": {"COUNTYNS": {"type": "string"}, "AFFGEOID": {"type": "string"}, "LSAD": {"type": "string"}, "ALAND": {"type": "integer"}, "AWATER": {"type": "integer"}}, "required": ["COUNTYNS", "AFFGEOID", "LSAD", "ALAND", "AWATER"]}}, "required": ["name", "fips", "state_code", "county_code", "population", "countrylevel_id", "census_data"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "properties" : {"name" : "Gila County", "fips" : "04007", "state_code" : 4, "county_code" : 7, "population" : 54018, "countrylevel_id" : "fips:04007", "census_data" : {"COUNTYNS" : "00040471", "AFFGEOID" : "0500000US04007", "LSAD" : "06", "ALAND" : 12323152727, "AWATER" : 97113523}}, "geometry" : {"type" : "Polygon", "coordinates" : [[[-111.674412, 34.306163], [-111.659644, 34.386251], [-111.554216, 34.439437], [-111.554681, 34.471733], [-111.502415, 34.498056999999996], [-111.472046, 34.462264999999995], [-111.517657, 34.430392], [-111.423066, 34.437225], [-111.418533, 34.377286999999995], [-111.397229, 34.426062], [-111.250302, 34.453274], [-111.147094, 34.375185], [-111.096661, 34.396431], [-110.958863, 34.314468999999995], [-110.848059, 34.267205], [-110.783111, 34.299861], [-110.750678, 34.263314], [-110.750672, 34.000048], [-110.00066, 34.000046], [-110.000649, 33.57693], [-110.000646, 33.465916], [-110.169477, 33.465711999999996], [-110.340949, 33.427065999999996], [-110.441544, 33.38167], [-110.457194, 33.295268], [-110.401536, 33.196612], [-110.449021, 33.194525999999996], [-110.593459, 33.133925999999995], [-110.632529, 33.142770999999996], [-110.725583, 33.069896], [-110.780689, 32.983672999999996], [-110.955497, 33.279139], [-110.974706, 33.342095], [-111.039976, 33.466018999999996], [-111.15335400000001, 33.677606], [-111.222055, 33.602446], [-111.28649, 33.657375], [-111.389444, 33.776663], [-111.372317, 33.823924], [-111.450904, 33.919877], [-111.44507899999999, 34.001176], [-111.494778, 33.999817], [-111.477853, 34.151108], [-111.72057, 34.161429], [-111.674412, 34.306163]]]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "fips": {"type": "string"}, "state_code": {"type": "integer"}, "county_code": {"type": "integer"}, "population": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "census_data": {"type": "object", "properties": {"COUNTYNS": {"type": "string"}, "AFFGEOID": {"type": "string"}, "LSAD": {"type": "string"}, "ALAND": {"type": "integer"}, "AWATER": {"type": "integer"}}, "required": ["COUNTYNS", "AFFGEOID", "LSAD", "ALAND", "AWATER"]}}, "required": ["name", "fips", "state_code", "county_code", "population", "countrylevel_id", "census_data"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0x88e2cc7cec1ac2f0d004e85179cad944c3853aec", "tool" : "osiris", "start" : 1564602223.393214, "end" : 1564602226.2667675, "duration" : 2.873553514480591, "analysis" : []} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"vtt.js": {"type": "string"}, "vtt.min.js": {"type": "string"}}, "required": ["vtt.js", "vtt.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"vtt.js" : "sha512-1+HEa6l/qGV6F/qyGmU/o7UZ/RNp5Pj+Y79isUp+o5ifeM9A/lcWCiUJ42YfQqSDYLD2gUk2kThrZuU1RxUdJA==", "vtt.min.js" : "sha512-6jK0d1ZrRUO+6UAL5R2+q3Wzydsztyo4N701HjFFkR38tYoHUyMorYK6ibIhxPppELxHRxIVuVZ5opYWnP7ttw=="} | json_instruct | {"type": "object", "properties": {"vtt.js": {"type": "string"}, "vtt.min.js": {"type": "string"}}, "required": ["vtt.js", "vtt.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["title", "type", "tags", "ignore"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Third Person Rotating Camera", "type" : "tool", "tags" : ["scenic", "roleplay"], "ignore" : [".idea/*", ".git/*", ".gitignore", "LICENSE", "README.md", "materials/icon/*"]} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["title", "type", "tags", "ignore"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"directions" : ["Wash leek well in a bowl of cold water, then lift out and drain. Blanch leek and cauliflower in a 4- to 5-quart pot of boiling salted water , uncovered, 1 minute. Drain in a sieve and transfer to a bowl of cold water to stop cooking. Drain well.", "Bring stock and water to a boil in a 2- to 3-quart saucepan and keep stock at a bare simmer, covered.", "Heat 2 tablespoons butter in a 4-quart heavy pot over moderately high heat until foam subsides, then saut\u00e9 cauliflower and leek, stirring, 2 minutes. Add rice and cook, stirring, 1 minute. Add 1 cup simmering stock and cook at a strong simmer, stirring, until absorbed, about 2 minutes. Continue simmering and adding stock, about 1/2 cup at a time, stirring frequently and letting each addition be absorbed before adding the next, until rice is just tender and creamy looking, 20 to 25 minutes. (There may be leftover broth.)", "Remove from heat and stir in cheese, remaining tablespoon butter, and salt and pepper to taste. Thin with a little remaining stock as desired and serve immediately.", "*Available at Italian markets, some specialty foods shops, and www.esperya.com."], "ingredients" : ["1 medium leek (white and pale green parts only), finely chopped", "1 medium head cauliflower (2 pounds), cut into 1-inch-wide florets", "3 1/2 cups chicken stock or canned low-sodium broth (28 ounces)", "1 1/2 cups water", "3 tablespoons unsalted butter", "1 cup Carnaroli rice* (6 3/4 ounces)", "1 1/2 ounces finely grated Parmigiano-Reggiano (3/4 cup)"], "language" : "en-US", "source" : "www.epicurious.com", "tags" : ["Rice", "Vegetable", "Parmesan", "Cauliflower", "Leek", "Simmer", "Gourmet"], "title" : "Cauliflower and Leek Risotto", "url" : "http://www.epicurious.com/recipes/food/views/cauliflower-and-leek-risotto-108665"} | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"AlternateContactEmail": {"type": "string"}, "ApplicationID": {"type": "string"}, "ApplicationName": {"type": "string"}, "DataClassification": {"type": "string"}, "ITSMServiceName": {"type": "string"}, "ProductOwnerEmail": {"type": "string"}, "Environment": {"type": "string"}, "CCOE_RechargeDepartment": {"type": "integer"}}, "required": ["AlternateContactEmail", "ApplicationID", "ApplicationName", "DataClassification", "ITSMServiceName", "ProductOwnerEmail", "Environment", "CCOE_RechargeDepartment"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"AlternateContactEmail" : "A90Q9ZZ@mmm.com", "ApplicationID" : "CRSLAD-16", "ApplicationName" : "CRSLAD-16", "DataClassification" : "3M General", "ITSMServiceName" : "CRSLAD", "ProductOwnerEmail" : "A80S2ZZ@mmm.com", "Environment" : "RD", "CCOE_RechargeDepartment" : 510580} | json_instruct | {"type": "object", "properties": {"AlternateContactEmail": {"type": "string"}, "ApplicationID": {"type": "string"}, "ApplicationName": {"type": "string"}, "DataClassification": {"type": "string"}, "ITSMServiceName": {"type": "string"}, "ProductOwnerEmail": {"type": "string"}, "Environment": {"type": "string"}, "CCOE_RechargeDepartment": {"type": "integer"}}, "required": ["AlternateContactEmail", "ApplicationID", "ApplicationName", "DataClassification", "ITSMServiceName", "ProductOwnerEmail", "Environment", "CCOE_RechargeDepartment"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"listing_id": {"type": "integer"}, "id": {"type": "integer"}, "date": {"type": "string"}, "reviewer_id": {"type": "integer"}, "reviewer_name": {"type": "string"}, "text": {"type": "string"}, "title": {"type": "string"}, "host_id": {"type": "integer"}, "listing_latitude": {"type": "number"}, "listing_longitude": {"type": "number"}, "host_name": {"type": "string"}}, "required": ["listing_id", "id", "date", "reviewer_id", "reviewer_name", "text", "title", "host_id", "listing_latitude", "listing_longitude", "host_name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"listing_id" : 3303643, "id" : 26796625, "date" : "2015-02-19", "reviewer_id" : 27060820, "reviewer_name" : "Ron", "text" : "I can't say enough great things about this spot. Perfect if you are looking for a quiet, comfortable, relaxing place to rest your head during your trip, weather it be vacation or work oriented. I would stay here again in a heartbeat. Blown away by the generous and welcoming hosts. They were genuinely concerned with making my stay as comfortable as possible. Great spot in a quiet little neighborhood. Lots of privacy but not far from things. \nHighly recommend.", "title" : "Zilker apartment-great spot!", "host_id" : 9906097, "listing_latitude" : 30.254229833866017, "listing_longitude" : -97.77281040930032, "host_name" : "Lisa"} | json_instruct | {"type": "object", "properties": {"listing_id": {"type": "integer"}, "id": {"type": "integer"}, "date": {"type": "string"}, "reviewer_id": {"type": "integer"}, "reviewer_name": {"type": "string"}, "text": {"type": "string"}, "title": {"type": "string"}, "host_id": {"type": "integer"}, "listing_latitude": {"type": "number"}, "listing_longitude": {"type": "number"}, "host_name": {"type": "string"}}, "required": ["listing_id", "id", "date", "reviewer_id", "reviewer_name", "text", "title", "host_id", "listing_latitude", "listing_longitude", "host_name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"day positive count": {"type": "integer"}, "day neutral count": {"type": "integer"}, "day negative count": {"type": "integer"}, "day distri": {"type": "object", "properties": {"1.0": {"type": "integer"}, "0.98": {"type": "integer"}, "0.99": {"type": "integer"}, "0.94": {"type": "integer"}, "0.95": {"type": "integer"}, "0.08": {"type": "integer"}, "0.97": {"type": "integer"}, "0.96": {"type": "integer"}, "0.0": {"type": "integer"}, "0.03": {"type": "integer"}, "0.01": {"type": "integer"}, "0.83": {"type": "integer"}, "0.04": {"type": "integer"}, "0.1": {"type": "integer"}, "0.17": {"type": "integer"}, "0.11": {"type": "integer"}, "0.68": {"type": "integer"}, "0.84": {"type": "integer"}, "0.02": {"type": "integer"}, "0.12": {"type": "integer"}, "0.89": {"type": "integer"}, "0.43": {"type": "integer"}, "0.05": {"type": "integer"}, "0.66": {"type": "integer"}, "0.07": {"type": "integer"}, "0.56": {"type": "integer"}, "0.21": {"type": "integer"}, "0.87": {"type": "integer"}, "0.16": {"type": "integer"}, "0.82": {"type": "integer"}, "0.81": {"type": "integer"}, "0.93": {"type": "integer"}, "0.06": {"type": "integer"}, "0.6": {"type": "integer"}, "0.7": {"type": "integer"}, "0.92": {"type": "integer"}, "0.61": {"type": "integer"}}, "required": ["1.0", "0.98", "0.99", "0.94", "0.95", "0.08", "0.97", "0.96", "0.0", "0.03", "0.01", "0.83", "0.04", "0.1", "0.17", "0.11", "0.68", "0.84", "0.02", "0.12", "0.89", "0.43", "0.05", "0.66", "0.07", "0.56", "0.21", "0.87", "0.16", "0.82", "0.81", "0.93", "0.06", "0.6", "0.7", "0.92", "0.61"]}}, "required": ["day positive count", "day neutral count", "day negative count", "day distri"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"day positive count" : 199, "day neutral count" : 12, "day negative count" : 44, "day distri" : {"1.0" : 100, "0.98" : 11, "0.99" : 61, "0.94" : 4, "0.95" : 4, "0.08" : 1, "0.97" : 8, "0.96" : 3, "0.0" : 11, "0.03" : 4, "0.01" : 10, "0.83" : 1, "0.04" : 3, "0.1" : 2, "0.17" : 2, "0.11" : 1, "0.68" : 1, "0.84" : 1, "0.02" : 3, "0.12" : 1, "0.89" : 4, "0.43" : 1, "0.05" : 1, "0.66" : 1, "0.07" : 2, "0.56" : 1, "0.21" : 1, "0.87" : 1, "0.16" : 1, "0.82" : 2, "0.81" : 1, "0.93" : 1, "0.06" : 1, "0.6" : 1, "0.7" : 1, "0.92" : 2, "0.61" : 1}} | json_instruct | {"type": "object", "properties": {"day positive count": {"type": "integer"}, "day neutral count": {"type": "integer"}, "day negative count": {"type": "integer"}, "day distri": {"type": "object", "properties": {"1.0": {"type": "integer"}, "0.98": {"type": "integer"}, "0.99": {"type": "integer"}, "0.94": {"type": "integer"}, "0.95": {"type": "integer"}, "0.08": {"type": "integer"}, "0.97": {"type": "integer"}, "0.96": {"type": "integer"}, "0.0": {"type": "integer"}, "0.03": {"type": "integer"}, "0.01": {"type": "integer"}, "0.83": {"type": "integer"}, "0.04": {"type": "integer"}, "0.1": {"type": "integer"}, "0.17": {"type": "integer"}, "0.11": {"type": "integer"}, "0.68": {"type": "integer"}, "0.84": {"type": "integer"}, "0.02": {"type": "integer"}, "0.12": {"type": "integer"}, "0.89": {"type": "integer"}, "0.43": {"type": "integer"}, "0.05": {"type": "integer"}, "0.66": {"type": "integer"}, "0.07": {"type": "integer"}, "0.56": {"type": "integer"}, "0.21": {"type": "integer"}, "0.87": {"type": "integer"}, "0.16": {"type": "integer"}, "0.82": {"type": "integer"}, "0.81": {"type": "integer"}, "0.93": {"type": "integer"}, "0.06": {"type": "integer"}, "0.6": {"type": "integer"}, "0.7": {"type": "integer"}, "0.92": {"type": "integer"}, "0.61": {"type": "integer"}}, "required": ["1.0", "0.98", "0.99", "0.94", "0.95", "0.08", "0.97", "0.96", "0.0", "0.03", "0.01", "0.83", "0.04", "0.1", "0.17", "0.11", "0.68", "0.84", "0.02", "0.12", "0.89", "0.43", "0.05", "0.66", "0.07", "0.56", "0.21", "0.87", "0.16", "0.82", "0.81", "0.93", "0.06", "0.6", "0.7", "0.92", "0.61"]}}, "required": ["day positive count", "day neutral count", "day negative count", "day distri"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"town": {"type": "string"}, "koaza": {"type": "string"}, "lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["town", "koaza", "lat", "lng"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"town" : "\u6d45\u5c3e", "koaza" : "", "lat" : 33.565255, "lng" : 133.248594}, {"town" : "\u4eca\u6210", "koaza" : "", "lat" : 33.538813, "lng" : 133.250712}, {"town" : "\u5927\u5e73", "koaza" : "", "lat" : 33.521781, "lng" : 133.17947}, {"town" : "\u7247\u5ca1", "koaza" : "", "lat" : 33.590238, "lng" : 133.275633}, {"town" : "\u938c\u4e95\u7530\u6851\u85ea", "koaza" : "", "lat" : 33.60111, "lng" : 133.250751}, {"town" : "\u938c\u4e95\u7530\u6e05\u52a9", "koaza" : "", "lat" : 33.596565, "lng" : 133.22649}, {"town" : "\u938c\u4e95\u7530\u65e5\u30ce\u6d66", "koaza" : "", "lat" : 33.580343, "lng" : 133.232166}, {"town" : "\u938c\u4e95\u7530\u672c\u6751", "koaza" : "", "lat" : 33.578427, "lng" : 133.251941}, {"town" : "\u6850\u898b\u5ddd", "koaza" : "", "lat" : 33.511498, "lng" : 133.161143}, {"town" : "\u9ed2\u702c", "koaza" : "", "lat" : 33.578145, "lng" : 133.294696}, {"town" : "\u67f4\u5c3e", "koaza" : "", "lat" : 33.542912, "lng" : 133.260637}, {"town" : "\u9577\u8005", "koaza" : "", "lat" : 33.491355, "lng" : 133.150513}, {"town" : "\u91ce\u8001\u5c71", "koaza" : "", "lat" : 33.556645, "lng" : 133.199585}, {"town" : "\u4e2d\u5927\u5e73", "koaza" : "", "lat" : 33.522596, "lng" : 133.200755}, {"town" : "\u5357\u7247\u5ca1", "koaza" : "", "lat" : 33.562892, "lng" : 133.286409}, {"town" : "\u5bae\u5730", "koaza" : "", "lat" : 33.553314, "lng" : 133.258729}, {"town" : "\u6a2a\u7560\u5317", "koaza" : "", "lat" : 33.575715, "lng" : 133.221815}, {"town" : "\u6a2a\u7560\u4e2d", "koaza" : "", "lat" : 33.563699, "lng" : 133.230203}, {"town" : "\u6a2a\u7560\u6771", "koaza" : "", "lat" : 33.556337, "lng" : 133.243983}, {"town" : "\u6a2a\u7560\u5357", "koaza" : "", "lat" : 33.548926, "lng" : 133.235285}, {"town" : "\u8d8a\u77e5\u4e01", "koaza" : "", "lat" : 33.538032, "lng" : 133.20445}, {"town" : "\u4e94\u5473", "koaza" : "", "lat" : 33.528036, "lng" : 133.219781}, {"town" : "\u5c71\u5ba4", "koaza" : "", "lat" : 33.511189, "lng" : 133.241785}, {"town" : "\u8d8a\u77e5", "koaza" : "", "lat" : 33.531046, "lng" : 133.249807}, {"town" : "\u5cef", "koaza" : "", "lat" : 33.508592, "lng" : 133.205127}, {"town" : "\u4f50\u4e4b\u56fd", "koaza" : "", "lat" : 33.49035, "lng" : 133.19164}, {"town" : "\u5357\u30ce\u5ddd", "koaza" : "", "lat" : 33.481288, "lng" : 133.17559}, {"town" : "\u8d8a\u77e5", "koaza" : "\u4e19", "lat" : 33.533381, "lng" : 133.242264}, {"town" : "\u8d8a\u77e5", "koaza" : "\u7532", "lat" : 33.530418, "lng" : 133.254405}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"town": {"type": "string"}, "koaza": {"type": "string"}, "lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["town", "koaza", "lat", "lng"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"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"]}}, "required": ["0", "1"]}}, "required": ["text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"text" : {"0" : {"m1" : "\u06a9\u0648 \u0639\u0645\u0631\u061f \u06a9\u0647 \u062f\u0627\u062f \u0639\u06cc\u0634 \u0628\u0633\u062a\u0627\u0646\u0645 \u0627\u0632 \u0627\u0648", "m2" : "\u06a9\u0648 \u0648\u0635\u0644\u061f \u06a9\u0647 \u062f\u0631\u062f \u0647\u062c\u0631 \u0628\u0646\u0634\u0627\u0646\u0645 \u0627\u0632 \u0627\u0648"}, "1" : {"m1" : "\u06a9\u0648 \u06cc\u0627\u0631\u061f \u06a9\u0647 \u06af\u0631 \u067e\u0627\u06cc \u062e\u06cc\u0627\u0644\u0634 \u0628\u0647 \u0645\u062b\u0644", "m2" : "\u0628\u0631 \u062f\u06cc\u062f\u0647 \u0646\u0647\u062f \u062f\u06cc\u062f\u0647 \u0646\u06af\u0631\u0627\u0646\u0645 \u0627\u0632 \u0627\u0648"}}} | 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"]}}, "required": ["0", "1"]}}, "required": ["text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[84.0, 168.0, 252.0, 336.0, 420.0, 504.0, 588.0, 672.0, 756.0, 840.0, 924.0, 1008.0, 1092.0, 1176.0, 1260.0, 1344.0, 1428.0, 1512.0, 1596.0, 1680.0, 1764.0, 1848.0, 1932.0, 2016.0, 2100.0, 2184.0, 2268.0, 2352.0, 2436.0, 2520.0, 2604.0, 2688.0, 2772.0, 2856.0, 2940.0, 3024.0, 3108.0, 3192.0, 3276.0, 3360.0, 3444.0, 3528.0, 3612.0, 3696.0, 3780.0, 3864.0, 3948.0, 4032.0, 4116.0, 4200.0, 4284.0, 4368.0, 4452.0, 4536.0, 4620.0, 4704.0, 4788.0, 4872.0, 4956.0, 5040.0, 5124.0, 5208.0, 5292.0, 5376.0, 5460.0, 5544.0, 5628.0, 5712.0, 5796.0, 5880.0, 5964.0, 6048.0, 6132.0, 6216.0, 6300.0, 6384.0, 6468.0, 6552.0, 6636.0, 6720.0, 6804.0, 6888.0, 6972.0, 7056.0, 7140.0, 7224.0, 7308.0, 7392.0, 7476.0, 7560.0, 7644.0, 7728.0, 7812.0, 7896.0, 7980.0, 8064.0, 8148.0, 8232.0, 8316.0, 8400.0], [1063755.0, 1961441.0, 2932546.0, 3879190.0, 4877183.0, 5761893.0, 6813734.0, 7615507.0, 8537363.0, 9461366.0, 10427299.0, 11288856.0, 12288531.0, 13184454.0, 14110737.0, 15158369.0, 15966409.0, 16932853.0, 17879563.0, 18809341.0, 19744150.0, 20659363.0, 21580025.0, 22650287.0, 23481441.0, 24415130.0, 25353717.0, 26263220.0, 27207654.0, 28196360.0, 29044474.0, 30012216.0, 30961330.0, 33405297.0, 33081501.0, 33744939.0, 34668900.0, 35654316.0, 36558499.0, 37547765.0, 38406495.0, 39381459.0, 40307515.0, 41228426.0, 42229145.0, 43100924.0, 44127943.0, 44999979.0, 45883968.0, 46934741.0, 50390909.0, 48944249.0, 49631266.0, 50522184.0, 51501317.0, 52354624.0, 53574852.0, 54851906.0, 55237675.0, 56947187.0, 57705116.0, 58145385.0, 59029228.0, 60002603.0, 60891453.0, 61794356.0, 62797851.0, 63736877.0, 64723534.0, 67726708.0, 66628698.0, 67377827.0, 68757926.0, 69209305.0, 70191788.0, 71098208.0, 72128898.0, 72959082.0, 80917080.0, 75272070.0, 75876229.0, 76889282.0, 77966289.0, 78747209.0, 79710130.0, 81729947.0, 81473933.0, 82265649.0, 83287262.0, 84169664.0, 85619449.0, 86830809.0, 87022561.0, 95905773.0, 89386405.0, 89879853.0, 90717941.0, 91795363.0, 92777992.0, 97667293.0]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"tiny-date-picker.css": {"type": "string"}, "tiny-date-picker.js": {"type": "string"}, "tiny-date-picker.min.css": {"type": "string"}, "tiny-date-picker.min.js": {"type": "string"}}, "required": ["tiny-date-picker.css", "tiny-date-picker.js", "tiny-date-picker.min.css", "tiny-date-picker.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"tiny-date-picker.css" : "sha512-tosMODoXoezivSMuGi8imYeiS/T96bIKfF9GlHvC9iE6/hCONsick6jopP/XIwadHLSZxcp0IRqGEIs/+Dy/0w==", "tiny-date-picker.js" : "sha512-hDBSCdHpfcmfp83MywHK2OvJ62eTw8H0vhKY9lhKwOYT+je8Ib7CZj+0OMXwNtqg/hA1owQVmBVNHXqF44TgNg==", "tiny-date-picker.min.css" : "sha512-aU4ayne0MK9sBFAtjNTVMCwNTMeBIWrewYKUkySxz8q8CS6aCcKu0GOB6AXce2TRWq6zxWMd5drvIxUam+h2Og==", "tiny-date-picker.min.js" : "sha512-tiKRFWvY7PUX9OX9H9UrMTthYori5M3hF9b85qEJpqMG+x/rzwJKqI9drJrJ6x7moEFlDPRxhhRPEe53qdjkcQ=="} | json_instruct | {"type": "object", "properties": {"tiny-date-picker.css": {"type": "string"}, "tiny-date-picker.js": {"type": "string"}, "tiny-date-picker.min.css": {"type": "string"}, "tiny-date-picker.min.js": {"type": "string"}}, "required": ["tiny-date-picker.css", "tiny-date-picker.js", "tiny-date-picker.min.css", "tiny-date-picker.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"access_token": {"type": "string"}, "token_type": {"type": "string"}, "scope": {"type": "string"}}, "required": ["access_token", "token_type", "scope"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"access_token" : "mock_access_token", "token_type" : "bearer", "scope" : "read"} | json_instruct | {"type": "object", "properties": {"access_token": {"type": "string"}, "token_type": {"type": "string"}, "scope": {"type": "string"}}, "required": ["access_token", "token_type", "scope"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "2008", "provinceId" : "35", "regencyId" : "13", "districtId" : "05", "name" : "Clarak"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "graphql-voyager": {"type": "string"}}, "required": ["express", "graphql-voyager"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"dependencies" : {"express" : "^4.17.1", "graphql-voyager" : "^1.0.0-rc.31"}} | json_instruct | {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "graphql-voyager": {"type": "string"}}, "required": ["express", "graphql-voyager"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["1.3", "1.0"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"predeploy": {"type": "string"}, "deploy": {"type": "string"}, "dev": {"type": "string"}, "build-docs": {"type": "string"}, "build-storybook": {"type": "string"}, "chek": {"type": "string"}, "chromatic": {"type": "string"}}, "required": ["predeploy", "deploy", "dev", "build-docs", "build-storybook", "chek", "chromatic"]}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@packages/quarks": {"type": "string"}}, "required": ["@packages/quarks"]}, "devDependencies": {"type": "object", "properties": {"@storybook/addon-a11y": {"type": "string"}, "@storybook/addon-essentials": {"type": "string"}, "@storybook/addon-postcss": {"type": "string"}, "@storybook/addon-storysource": {"type": "string"}, "@storybook/preset-create-react-app": {"type": "string"}, "@storybook/react": {"type": "string"}, "@storybook/theming": {"type": "string"}, "chromatic": {"type": "string"}, "gh-pages": {"type": "string"}, "storybook-dark-mode": {"type": "string"}}, "required": ["@storybook/addon-a11y", "@storybook/addon-essentials", "@storybook/addon-postcss", "@storybook/addon-storysource", "@storybook/preset-create-react-app", "@storybook/react", "@storybook/theming", "chromatic", "gh-pages", "storybook-dark-mode"]}}, "required": ["name", "version", "description", "main", "scripts", "homepage", "repository", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@packages/docs", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"predeploy" : "npm run build-storybook", "deploy" : "gh-pages -d storybook-static", "dev" : "start-storybook -p 5555 --no-manager-cache", "build-docs" : "build-storybook --docs", "build-storybook" : "build-storybook", "chek" : "npm-check -u -s", "chromatic" : "npx chromatic --project-token=35b9bb18ef4d"}, "homepage" : "https://juniorconquista.github.io/quarks-ui", "repository" : {"type" : "git", "url" : "https://juniorconquista.github.io/quarks-ui"}, "author" : "J\u00fanior Conquista <conquista.engcomp@gmail.com>", "license" : "MIT", "dependencies" : {"@packages/quarks" : "*"}, "devDependencies" : {"@storybook/addon-a11y" : "^6.2.9", "@storybook/addon-essentials" : "^6.2.9", "@storybook/addon-postcss" : "^2.0.0", "@storybook/addon-storysource" : "^6.2.9", "@storybook/preset-create-react-app" : "^3.1.7", "@storybook/react" : "^6.2.9", "@storybook/theming" : "^6.2.9", "chromatic" : "^5.8.2", "gh-pages" : "^3.1.0", "storybook-dark-mode" : "^1.0.8"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"predeploy": {"type": "string"}, "deploy": {"type": "string"}, "dev": {"type": "string"}, "build-docs": {"type": "string"}, "build-storybook": {"type": "string"}, "chek": {"type": "string"}, "chromatic": {"type": "string"}}, "required": ["predeploy", "deploy", "dev", "build-docs", "build-storybook", "chek", "chromatic"]}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@packages/quarks": {"type": "string"}}, "required": ["@packages/quarks"]}, "devDependencies": {"type": "object", "properties": {"@storybook/addon-a11y": {"type": "string"}, "@storybook/addon-essentials": {"type": "string"}, "@storybook/addon-postcss": {"type": "string"}, "@storybook/addon-storysource": {"type": "string"}, "@storybook/preset-create-react-app": {"type": "string"}, "@storybook/react": {"type": "string"}, "@storybook/theming": {"type": "string"}, "chromatic": {"type": "string"}, "gh-pages": {"type": "string"}, "storybook-dark-mode": {"type": "string"}}, "required": ["@storybook/addon-a11y", "@storybook/addon-essentials", "@storybook/addon-postcss", "@storybook/addon-storysource", "@storybook/preset-create-react-app", "@storybook/react", "@storybook/theming", "chromatic", "gh-pages", "storybook-dark-mode"]}}, "required": ["name", "version", "description", "main", "scripts", "homepage", "repository", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"data": {"type": "null"}, "errors": {"type": "null"}, "warnings": {"type": "null"}, "state": {"type": "null"}}, "required": ["data", "errors", "warnings", "state"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"data" : null, "errors" : null, "warnings" : null, "state" : null} | json_instruct | {"type": "object", "properties": {"data": {"type": "null"}, "errors": {"type": "null"}, "warnings": {"type": "null"}, "state": {"type": "null"}}, "required": ["data", "errors", "warnings", "state"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"package": {"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"bootstrap": {"type": "string"}, "jquery": {"type": "string"}, "react-awesome-slider": {"type": "string"}, "react-bootstrap": {"type": "string"}, "react-ga": {"type": "string"}, "react-router-bootstrap": {"type": "string"}, "react-router-dom": {"type": "string"}, "react-switch": {"type": "string"}, "react-vertical-timeline-component": {"type": "string"}}, "required": ["bootstrap", "jquery", "react-awesome-slider", "react-bootstrap", "react-ga", "react-router-bootstrap", "react-router-dom", "react-switch", "react-vertical-timeline-component"]}, "scripts": {"type": "object", "properties": {"predeploy": {"type": "string"}, "deploy": {"type": "string"}}, "required": ["predeploy", "deploy"]}, "devDependencies": {"type": "object", "properties": {"@iconify/icons-logos": {"type": "string"}, "@iconify/react": {"type": "string"}, "gh-pages": {"type": "string"}, "node-sass": {"type": "string"}}, "required": ["@iconify/icons-logos", "@iconify/react", "gh-pages", "node-sass"]}}, "required": ["name", "homepage", "version", "private", "dependencies", "scripts", "devDependencies"]}}, "required": ["package"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"package" : {"name" : "react-portfolio", "homepage" : ".", "version" : "0.0.1", "private" : true, "dependencies" : {"bootstrap" : "^4.5", "jquery" : "^3.5", "react-awesome-slider" : "^4.1", "react-bootstrap" : "^1.3", "react-ga" : "^3.1", "react-router-bootstrap" : "^0.25.0", "react-router-dom" : "^5.3.0", "react-switch" : "^6.0", "react-vertical-timeline-component" : "^3.3"}, "scripts" : {"predeploy" : "npm run build", "deploy" : "gh-pages -d build"}, "devDependencies" : {"@iconify/icons-logos" : "^1.0.12", "@iconify/react" : "^1.1.3", "gh-pages" : "^3.1.0", "node-sass" : "^6.0.1"}}} | json_instruct | {"type": "object", "properties": {"package": {"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"bootstrap": {"type": "string"}, "jquery": {"type": "string"}, "react-awesome-slider": {"type": "string"}, "react-bootstrap": {"type": "string"}, "react-ga": {"type": "string"}, "react-router-bootstrap": {"type": "string"}, "react-router-dom": {"type": "string"}, "react-switch": {"type": "string"}, "react-vertical-timeline-component": {"type": "string"}}, "required": ["bootstrap", "jquery", "react-awesome-slider", "react-bootstrap", "react-ga", "react-router-bootstrap", "react-router-dom", "react-switch", "react-vertical-timeline-component"]}, "scripts": {"type": "object", "properties": {"predeploy": {"type": "string"}, "deploy": {"type": "string"}}, "required": ["predeploy", "deploy"]}, "devDependencies": {"type": "object", "properties": {"@iconify/icons-logos": {"type": "string"}, "@iconify/react": {"type": "string"}, "gh-pages": {"type": "string"}, "node-sass": {"type": "string"}}, "required": ["@iconify/icons-logos", "@iconify/react", "gh-pages", "node-sass"]}}, "required": ["name", "homepage", "version", "private", "dependencies", "scripts", "devDependencies"]}}, "required": ["package"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"_id": {"type": "string"}, "_tpl": {"type": "string"}, "parentId": {"type": "string"}, "slotId": {"type": "string"}}, "required": ["_id", "_tpl", "parentId", "slotId"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"_id" : "5acf7e7986f774401e19c39b", "_tpl" : "5649ade84bdc2d1b2b8b4587", "parentId" : "5acf7e7986f774401e19c3a0", "slotId" : "mod_pistol_grip"} | json_instruct | {"type": "object", "properties": {"_id": {"type": "string"}, "_tpl": {"type": "string"}, "parentId": {"type": "string"}, "slotId": {"type": "string"}}, "required": ["_id", "_tpl", "parentId", "slotId"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"variants" : {"" : {"model" : "journia:block/pine_leaves"}}} | json_instruct | {"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"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" : ["Lebanon, OK"], "state" : "OK", "postal_code" : "73440", "locality" : "Lebanon, OK", "lat" : 33.944702, "region" : {"fips" : "40", "abbr" : "OK", "name" : "Oklahoma"}, "city" : "Lebanon", "type" : "STANDARD", "lng" : -96.896744, "counties" : [{"fips" : "095", "name" : "Marshall 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": {"0": {"type": "integer"}, "1": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "2": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "3": {"type": "array", "items": {}}}, "required": ["0", "1", "2", "3"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"0" : 340, "1" : [[-140, -240, 280, 480], [-740, -240, 260, 360], [-480, -240, 340, 480]], "2" : [[-570, -360, 90, 120, 340], [-480, -360, 180, 120, 340], [20, 30, 120, 210, 55], [60, -90, 80, 60, 190], [-740, 60, 120, 60, 85], [-740, -115, 120, 50, 60], [-690, -240, 60, 60, 180], [-550, 60, 30, 60, 30], [-320, 80, 80, 100, 75], [-300, 190, 40, 40, 45], [-230, 110, 40, 40, 45]], "3" : []} | json_instruct | {"type": "object", "properties": {"0": {"type": "integer"}, "1": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "2": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "3": {"type": "array", "items": {}}}, "required": ["0", "1", "2", "3"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"url": {"type": "string"}, "archived_snapshots": {"type": "object", "properties": {}, "required": []}, "timestamp": {"type": "string"}}, "required": ["url", "archived_snapshots", "timestamp"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"url" : "https://github.com/nodejs/node/issues/24466", "archived_snapshots" : {}, "timestamp" : "20200316"} | json_instruct | {"type": "object", "properties": {"url": {"type": "string"}, "archived_snapshots": {"type": "object", "properties": {}, "required": []}, "timestamp": {"type": "string"}}, "required": ["url", "archived_snapshots", "timestamp"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"featured_media": {"type": "integer"}, "_links": {"type": "object", "properties": {"wp:featuredmedia": {"type": "array", "items": {"type": "object", "properties": {"embeddable": {"type": "boolean"}, "href": {"type": "string"}}, "required": ["embeddable", "href"]}}, "wp:attachment": {"type": "array", "items": {"type": "object", "properties": {"href": {"type": "string"}}, "required": ["href"]}}}, "required": ["wp:featuredmedia", "wp:attachment"]}}, "required": ["featured_media", "_links"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"featured_media" : 283, "_links" : {"wp:featuredmedia" : [{"embeddable" : true, "href" : "https://primetime.washpost.arcpublishing.com/olympics/wp-json/wp/v2/media/283"}], "wp:attachment" : [{"href" : "https://primetime.washpost.arcpublishing.com/olympics/wp-json/wp/v2/media?parent=2655"}]}} | json_instruct | {"type": "object", "properties": {"featured_media": {"type": "integer"}, "_links": {"type": "object", "properties": {"wp:featuredmedia": {"type": "array", "items": {"type": "object", "properties": {"embeddable": {"type": "boolean"}, "href": {"type": "string"}}, "required": ["embeddable", "href"]}}, "wp:attachment": {"type": "array", "items": {"type": "object", "properties": {"href": {"type": "string"}}, "required": ["href"]}}}, "required": ["wp:featuredmedia", "wp:attachment"]}}, "required": ["featured_media", "_links"], "$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": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "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" : [], "SERIES_NAME" : [], "X_CALENDAR_YEAR" : [], "Y_PREVALENCE_1000PP" : []}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : [], "Y_PREVALENCE_1000PP" : []}, "CONDITIONS_BY_TYPE" : {"CONCEPT_NAME" : "Claim- Inpatient: Primary diagnosis", "COUNT_VALUE" : 9}, "AGE_AT_FIRST_DIAGNOSIS" : {"CATEGORY" : "MALE", "MIN_VALUE" : 40, "P10_VALUE" : 40, "P25_VALUE" : 47, "MEDIAN_VALUE" : 62, "P75_VALUE" : 65, "P90_VALUE" : 300, "MAX_VALUE" : 300}} | json_instruct | {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "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#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "image": {"type": "string"}, "settings": {"type": "object", "properties": {"terminal.integrated.shell.linux": {"type": "string"}, "deno.enable": {"type": "boolean"}, "editor.defaultFormatter": {"type": "string"}, "editor.minimap.enabled": {"type": "boolean"}, "editor.wordWrap": {"type": "string"}, "editor.codeActionsOnSave": {"type": "object", "properties": {"source.organizeImports": {"type": "boolean"}, "source.fixAll": {"type": "boolean"}}, "required": ["source.organizeImports", "source.fixAll"]}, "editor.fontSize": {"type": "integer"}, "workbench.colorTheme": {"type": "string"}, "workbench.iconTheme": {"type": "string"}, "breadcrumbs.enabled": {"type": "boolean"}, "editor.renderWhitespace": {"type": "string"}, "editor.suggestSelection": {"type": "string"}}, "required": ["terminal.integrated.shell.linux", "deno.enable", "editor.defaultFormatter", "editor.minimap.enabled", "editor.wordWrap", "editor.codeActionsOnSave", "editor.fontSize", "workbench.colorTheme", "workbench.iconTheme", "breadcrumbs.enabled", "editor.renderWhitespace", "editor.suggestSelection"]}, "extensions": {"type": "array", "items": {"type": "string"}}, "postCreateCommand": {"type": "string"}}, "required": ["name", "image", "settings", "extensions", "postCreateCommand"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Deno", "image" : "hayd/debian-deno", "settings" : {"terminal.integrated.shell.linux" : "/bin/bash", "deno.enable" : true, "editor.defaultFormatter" : "denoland.vscode-deno", "editor.minimap.enabled" : false, "editor.wordWrap" : "on", "editor.codeActionsOnSave" : {"source.organizeImports" : true, "source.fixAll" : true}, "editor.fontSize" : 16, "workbench.colorTheme" : "equinusocio.vsc-material-theme", "workbench.iconTheme" : "pkief.material-icon-theme", "breadcrumbs.enabled" : true, "editor.renderWhitespace" : "all", "editor.suggestSelection" : "first"}, "extensions" : ["denoland.vscode-deno", "pkief.material-icon-theme", "coenraads.bracket-pair-colorizer", "equinusocio.vsc-material-theme"], "postCreateCommand" : "deno cache --import-map=./import-map.json mod.ts"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "image": {"type": "string"}, "settings": {"type": "object", "properties": {"terminal.integrated.shell.linux": {"type": "string"}, "deno.enable": {"type": "boolean"}, "editor.defaultFormatter": {"type": "string"}, "editor.minimap.enabled": {"type": "boolean"}, "editor.wordWrap": {"type": "string"}, "editor.codeActionsOnSave": {"type": "object", "properties": {"source.organizeImports": {"type": "boolean"}, "source.fixAll": {"type": "boolean"}}, "required": ["source.organizeImports", "source.fixAll"]}, "editor.fontSize": {"type": "integer"}, "workbench.colorTheme": {"type": "string"}, "workbench.iconTheme": {"type": "string"}, "breadcrumbs.enabled": {"type": "boolean"}, "editor.renderWhitespace": {"type": "string"}, "editor.suggestSelection": {"type": "string"}}, "required": ["terminal.integrated.shell.linux", "deno.enable", "editor.defaultFormatter", "editor.minimap.enabled", "editor.wordWrap", "editor.codeActionsOnSave", "editor.fontSize", "workbench.colorTheme", "workbench.iconTheme", "breadcrumbs.enabled", "editor.renderWhitespace", "editor.suggestSelection"]}, "extensions": {"type": "array", "items": {"type": "string"}}, "postCreateCommand": {"type": "string"}}, "required": ["name", "image", "settings", "extensions", "postCreateCommand"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "directDependencies": {"type": "integer"}, "dependencies": {"type": "integer"}, "distinctDependencies": {"type": "integer"}, "description": {"type": "string"}, "tree": {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "string"}, "count": {"type": "integer"}}, "required": ["id", "name", "version", "count"]}}, "tree": {"type": "object", "properties": {"id": {"type": "integer"}}, "required": ["id"]}}, "required": ["data", "tree"]}}, "required": ["name", "version", "directDependencies", "dependencies", "distinctDependencies", "description", "tree"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "workerpool", "version" : "6.0.0", "directDependencies" : 0, "dependencies" : 0, "distinctDependencies" : 0, "description" : "Offload tasks to a pool of workers on node.js and in the browser", "tree" : {"data" : [{"id" : 0, "name" : "workerpool", "version" : "6.0.0", "count" : 0}], "tree" : {"id" : 0}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "directDependencies": {"type": "integer"}, "dependencies": {"type": "integer"}, "distinctDependencies": {"type": "integer"}, "description": {"type": "string"}, "tree": {"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "string"}, "count": {"type": "integer"}}, "required": ["id", "name", "version", "count"]}}, "tree": {"type": "object", "properties": {"id": {"type": "integer"}}, "required": ["id"]}}, "required": ["data", "tree"]}}, "required": ["name", "version", "directDependencies", "dependencies", "distinctDependencies", "description", "tree"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"apiVersion": {"type": "string"}, "kind": {"type": "string"}, "metadata": {"type": "object", "properties": {"labels": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "name": {"type": "string"}}, "required": ["labels", "name"]}, "spec": {"type": "object", "properties": {"replicas": {"type": "integer"}, "selector": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "template": {"type": "object", "properties": {"metadata": {"type": "object", "properties": {"labels": {"type": "object", "properties": {"name": {"type": "string"}, "role": {"type": "string"}}, "required": ["name", "role"]}}, "required": ["labels"]}, "spec": {"type": "object", "properties": {"containers": {"type": "array", "items": {"type": "object", "properties": {"env": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "string"}}, "required": ["name", "value"]}}, "image": {"type": "string"}, "name": {"type": "string"}, "ports": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "containerPort": {"type": "integer"}}, "required": ["name", "containerPort"]}}}, "required": ["env", "image", "name", "ports"]}}}, "required": ["containers"]}}, "required": ["metadata", "spec"]}}, "required": ["replicas", "selector", "template"]}}, "required": ["apiVersion", "kind", "metadata", "spec"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"apiVersion" : "v1", "kind" : "ReplicationController", "metadata" : {"labels" : {"name" : "frontend-v1"}, "name" : "frontend-v1"}, "spec" : {"replicas" : 3, "selector" : {"name" : "frontend-v1"}, "template" : {"metadata" : {"labels" : {"name" : "frontend-v1", "role" : "frontend"}}, "spec" : {"containers" : [{"env" : [{"name" : "GET_HOSTS_FROM", "value" : "dns"}], "image" : "gcr.io/google_samples/gb-frontend:v3", "name" : "php-redis", "ports" : [{"name" : "http", "containerPort" : 80}]}]}}}} | json_instruct | {"type": "object", "properties": {"apiVersion": {"type": "string"}, "kind": {"type": "string"}, "metadata": {"type": "object", "properties": {"labels": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "name": {"type": "string"}}, "required": ["labels", "name"]}, "spec": {"type": "object", "properties": {"replicas": {"type": "integer"}, "selector": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "template": {"type": "object", "properties": {"metadata": {"type": "object", "properties": {"labels": {"type": "object", "properties": {"name": {"type": "string"}, "role": {"type": "string"}}, "required": ["name", "role"]}}, "required": ["labels"]}, "spec": {"type": "object", "properties": {"containers": {"type": "array", "items": {"type": "object", "properties": {"env": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "string"}}, "required": ["name", "value"]}}, "image": {"type": "string"}, "name": {"type": "string"}, "ports": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "containerPort": {"type": "integer"}}, "required": ["name", "containerPort"]}}}, "required": ["env", "image", "name", "ports"]}}}, "required": ["containers"]}}, "required": ["metadata", "spec"]}}, "required": ["replicas", "selector", "template"]}}, "required": ["apiVersion", "kind", "metadata", "spec"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"origin": {"type": "string"}, "download_link": {"type": "string"}, "views": {"type": "integer"}, "x_resolution": {"type": "integer"}, "filetype": {"type": "string"}, "site": {"type": "string"}, "y_resolution": {"type": "integer"}, "colors": {"type": "array", "items": {"type": "string"}}, "comments": {"type": "array", "items": {"type": "string"}}, "favorites": {"type": "integer"}, "descriptors": {"type": "array", "items": {"type": "string"}}, "uploader": {"type": "string"}}, "required": ["origin", "download_link", "views", "x_resolution", "filetype", "site", "y_resolution", "colors", "comments", "favorites", "descriptors", "uploader"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"origin" : "http://wallbase.cc/wallpaper/47961", "download_link" : "http://wallpapers.wallbase.cc/rozne/wallpaper-47961.jpg", "views" : 3971, "x_resolution" : 1280, "filetype" : "jpg", "site" : "wallbase.cc", "y_resolution" : 800, "colors" : ["#202020", "#464646"], "comments" : [""], "favorites" : 13, "descriptors" : ["pattern", "patterns"], "uploader" : " 4chan"} | json_instruct | {"type": "object", "properties": {"origin": {"type": "string"}, "download_link": {"type": "string"}, "views": {"type": "integer"}, "x_resolution": {"type": "integer"}, "filetype": {"type": "string"}, "site": {"type": "string"}, "y_resolution": {"type": "integer"}, "colors": {"type": "array", "items": {"type": "string"}}, "comments": {"type": "array", "items": {"type": "string"}}, "favorites": {"type": "integer"}, "descriptors": {"type": "array", "items": {"type": "string"}}, "uploader": {"type": "string"}}, "required": ["origin", "download_link", "views", "x_resolution", "filetype", "site", "y_resolution", "colors", "comments", "favorites", "descriptors", "uploader"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {".js": {"type": "string"}}, "required": [".js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {".js" : "f361c22744380442920306984ef23ce74fbbf826.js"} | json_instruct | {"type": "object", "properties": {".js": {"type": "string"}}, "required": [".js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"backbone.epoxy.js": {"type": "string"}, "backbone.epoxy.min.js": {"type": "string"}}, "required": ["backbone.epoxy.js", "backbone.epoxy.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"backbone.epoxy.js" : "sha512-seWmFmx9jfXN0ugMFTRldKAUjHGzGR0WkHEUFxuPjEedmHp3To1teomdL39nwUglKkf/VxmTNpMU3FFCu1r5Gw==", "backbone.epoxy.min.js" : "sha512-4dYjEkX/3nSzPxUCS0Zrua9fM8U4+UqyjqwZPn2lM5TO1ulB0miMGDyjWLmJv9gXSL1GJxVFSBMNW65ohwCwBw=="} | json_instruct | {"type": "object", "properties": {"backbone.epoxy.js": {"type": "string"}, "backbone.epoxy.min.js": {"type": "string"}}, "required": ["backbone.epoxy.js", "backbone.epoxy.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "genus": {"type": "string"}, "description": {"type": "string"}, "imageUrl": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}, "abilities": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "effect": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "effect", "description"]}}, "stats": {"type": "object", "properties": {"HP": {"type": "integer"}, "Attack": {"type": "integer"}, "Defense": {"type": "integer"}, "Special Attack": {"type": "integer"}, "Special Defense": {"type": "integer"}, "Speed": {"type": "integer"}}, "required": ["HP", "Attack", "Defense", "Special Attack", "Special Defense", "Speed"]}, "locations": {"type": "array", "items": {"type": "string"}}, "color": {"type": "string"}}, "required": ["id", "name", "genus", "description", "imageUrl", "types", "abilities", "stats", "locations", "color"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 70, "name" : "Weepinbell", "genus" : "Flycatcher Pok\u00e9mon", "description" : "It spits out POISONPOWDER to immobilize the enemy and then finishes it with a spray of ACID.", "imageUrl" : "https://raw.githubusercontent.com/anurag-roy/poke-api/main/assets/images/70.webp", "types" : ["Grass", "Poison"], "abilities" : [{"name" : "Chlorophyll", "effect" : "This Pok\u00e9mon's Speed is doubled during strong sunlight. This bonus does not count as a stat modifier.", "description" : "Raises SPEED in sunshine."}, {"name" : "Gluttony", "effect" : "This Pok\u00e9mon eats any held Berry triggered by low HP when it falls below 50% of its HP, regardless of the Berry's usual threshold.", "description" : "Encourages the early use of a held Berry."}], "stats" : {"HP" : 65, "Attack" : 90, "Defense" : 50, "Special Attack" : 85, "Special Defense" : 45, "Speed" : 55}, "locations" : ["Route 224", "Route 229", "Sea Route 230", "Route 44", "Route 12", "Route 13", "Route 14", "Route 15", "Route 24", "Route 25", "Cerulean Cave", "Berry Forest", "Cape Brink", "Bond Bridge", "Water Path", "Route 16", "Route 19"], "color" : "#cfe9d2"} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "genus": {"type": "string"}, "description": {"type": "string"}, "imageUrl": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}, "abilities": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "effect": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "effect", "description"]}}, "stats": {"type": "object", "properties": {"HP": {"type": "integer"}, "Attack": {"type": "integer"}, "Defense": {"type": "integer"}, "Special Attack": {"type": "integer"}, "Special Defense": {"type": "integer"}, "Speed": {"type": "integer"}}, "required": ["HP", "Attack", "Defense", "Special Attack", "Special Defense", "Speed"]}, "locations": {"type": "array", "items": {"type": "string"}}, "color": {"type": "string"}}, "required": ["id", "name", "genus", "description", "imageUrl", "types", "abilities", "stats", "locations", "color"], "$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"}, "license": {"type": "object", "properties": {"key": {"type": "string"}, "name": {"type": "string"}, "spdx_id": {"type": "string"}, "url": {"type": "string"}}, "required": ["key", "name", "spdx_id", "url"]}, "starNum": {"type": "integer"}, "folkNum": {"type": "integer"}, "watchNum": {"type": "integer"}, "topic": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "license", "starNum", "folkNum", "watchNum", "topic"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "aleph", "description" : "Sift through large sets of structured and unstructured data, and find the people and companies you look for.", "license" : {"key" : "mit", "name" : "MIT License", "spdx_id" : "MIT", "url" : "https://api.github.com/licenses/mit"}, "starNum" : 530, "folkNum" : 82, "watchNum" : 530, "topic" : ["data-search", "graph-database", "journalism", "osint", "python"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "object", "properties": {"key": {"type": "string"}, "name": {"type": "string"}, "spdx_id": {"type": "string"}, "url": {"type": "string"}}, "required": ["key", "name", "spdx_id", "url"]}, "starNum": {"type": "integer"}, "folkNum": {"type": "integer"}, "watchNum": {"type": "integer"}, "topic": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "license", "starNum", "folkNum", "watchNum", "topic"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "d703-64", "text" : "August 16, 1956\nMiss Anna L. Hyer\nAssociate Executive Secretary\nDepartment of Audio-Visual Instruction\nNational Education Association\n1201 Sixteenth Street Northwest,\nWashington 6, D. C.\nDear Ann*\nWith regard to your letter of August 13, here are the\nnames and addresses you need*\nBasil Thornton, BBC\nNorth American Representative\nThe British Broadcasting Corp.\n630 Fifth Avenue\nNew York 20, N. I.\nMrs. Alice Lewitin, RDF\nFrench Broadcasting System\n972 5th Ave.\nNew York 21, N. Y.\nDavid Randolph\n420 East 86th St.\nNew York 28, N. Y.\nThanks for a copy of the letter you are sending out.\nI hope it brings results.\nWith best wishes,\nCordially,\nREU/ok\nRobert E. Underwood, Jr,\nNetwork Manager"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"component": {"type": "boolean"}, "usingComponents": {"type": "object", "properties": {"button": {"type": "string"}, "amd-icon": {"type": "string"}, "popup": {"type": "string"}, "tap-modal": {"type": "string"}}, "required": ["button", "amd-icon", "popup", "tap-modal"]}}, "required": ["component", "usingComponents"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"component" : true, "usingComponents" : {"button" : "../Button/index", "amd-icon" : "../Icon/index", "popup" : "../Popup/index", "tap-modal" : "../TapModal/index"}} | json_instruct | {"type": "object", "properties": {"component": {"type": "boolean"}, "usingComponents": {"type": "object", "properties": {"button": {"type": "string"}, "amd-icon": {"type": "string"}, "popup": {"type": "string"}, "tap-modal": {"type": "string"}}, "required": ["button", "amd-icon", "popup", "tap-modal"]}}, "required": ["component", "usingComponents"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "UsageCost": {"type": "string"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "Postcode", "CountryID", "Latitude", "Longitude", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "PowerKW": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}, "Quantity": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "PowerKW", "CurrentTypeID", "Quantity"]}}, "NumberOfPoints": {"type": "integer"}, "GeneralComments": {"type": "string"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "UsageTypeID", "UsageCost", "AddressInfo", "Connections", "NumberOfPoints", "GeneralComments", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"IsRecentlyVerified" : false, "ID" : 115136, "UUID" : "4855428A-BAE5-42BF-A7FA-51CF57D95789", "DataProviderID" : 1, "UsageTypeID" : 2, "UsageCost" : "\u00a30.25/kWh", "AddressInfo" : {"ID" : 115482, "Title" : "Hales Street - Taxi Only", "AddressLine1" : "Hales Street", "Town" : "Coventry", "Postcode" : "CV1 1JD", "CountryID" : 1, "Latitude" : 52.410624, "Longitude" : -1.509957, "DistanceUnit" : 0}, "Connections" : [{"ID" : 162043, "ConnectionTypeID" : 33, "StatusTypeID" : 50, "LevelID" : 3, "PowerKW" : 50, "CurrentTypeID" : 30, "Quantity" : 1}, {"ID" : 162044, "ConnectionTypeID" : 2, "StatusTypeID" : 50, "LevelID" : 3, "PowerKW" : 50, "CurrentTypeID" : 30, "Quantity" : 1}, {"ID" : 162045, "ConnectionTypeID" : 1036, "StatusTypeID" : 50, "LevelID" : 3, "Amps" : 63, "Voltage" : 400, "PowerKW" : 43, "CurrentTypeID" : 20, "Quantity" : 1}], "NumberOfPoints" : 1, "GeneralComments" : "Taxi only Electric Blue charger.", "StatusTypeID" : 50, "DateLastStatusUpdate" : "2019-01-31T13:58:00Z", "DataQualityLevel" : 1, "DateCreated" : "2019-01-31T12:14:00Z", "SubmissionStatusTypeID" : 200} | json_instruct | {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "UsageCost": {"type": "string"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "Postcode", "CountryID", "Latitude", "Longitude", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "PowerKW": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}, "Quantity": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "PowerKW", "CurrentTypeID", "Quantity"]}}, "NumberOfPoints": {"type": "integer"}, "GeneralComments": {"type": "string"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "UsageTypeID", "UsageCost", "AddressInfo", "Connections", "NumberOfPoints", "GeneralComments", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"Sunil Sharma": {"type": "string"}}, "required": ["Sunil Sharma"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "source_files": {"type": "string"}, "requires_arc": {"type": "boolean"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "platforms", "source", "source_files", "requires_arc"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "IGCMenu", "version" : "1.1", "summary" : "Grid and Circular Menu for iOS.", "description" : "IGCMenu library gives easy way to create Grid and Circular menu in app.\nThis is light weight and highly customisable menu.Support iOS 7 and above.", "homepage" : "https://github.com/sunilsharma08/IGCMenu", "license" : "MIT", "authors" : {"Sunil Sharma" : "sunilsharma.ss08@gmail.com"}, "platforms" : {"ios" : "8.0"}, "source" : {"git" : "https://github.com/sunilsharma08/IGCMenu.git", "tag" : "1.1"}, "source_files" : "IGCMenu/**/*.{h,m}", "requires_arc" : true} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"Sunil Sharma": {"type": "string"}}, "required": ["Sunil Sharma"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "source_files": {"type": "string"}, "requires_arc": {"type": "boolean"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "platforms", "source", "source_files", "requires_arc"], "$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"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "license": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"semantic-release": {"type": "string"}, "test": {"type": "string"}}, "required": ["semantic-release", "test"]}, "config": {"type": "object", "properties": {"ghooks": {"type": "object", "properties": {"pre-commit": {"type": "string"}, "commit-msg": {"type": "string"}}, "required": ["pre-commit", "commit-msg"]}}, "required": ["ghooks"]}, "devDependencies": {"type": "object", "properties": {"ghooks": {"type": "string"}, "semantic-release": {"type": "string"}, "travis-after-all": {"type": "string"}, "validate-commit-msg": {"type": "string"}}, "required": ["ghooks", "semantic-release", "travis-after-all", "validate-commit-msg"]}}, "required": ["name", "version", "description", "keywords", "homepage", "bugs", "repository", "license", "author", "main", "files", "scripts", "config", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "sort-object-keys", "version" : "1.1.3", "description" : "Sort an object's keys, including an optional key list", "keywords" : ["keys", "object", "sort"], "homepage" : "https://github.com/keithamus/sort-object-keys#readme", "bugs" : {"url" : "https://github.com/keithamus/sort-object-keys/issues"}, "repository" : {"type" : "git", "url" : "git+ssh://git@github.com/keithamus/sort-object-keys.git"}, "license" : "MIT", "author" : "Keith Cirkel <npm@keithcirkel.co.uk> (http://keithcirkel.co.uk/)", "main" : "index.js", "files" : ["index.js"], "scripts" : {"semantic-release" : "travis-after-all && semantic-release pre && npm publish && semantic-release post", "test" : "node test.js"}, "config" : {"ghooks" : {"pre-commit" : "npm t", "commit-msg" : "validate-commit-msg"}}, "devDependencies" : {"ghooks" : "^1.0.1", "semantic-release" : "^4.3.5", "travis-after-all" : "^1.4.4", "validate-commit-msg" : "^2.4.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "license": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"semantic-release": {"type": "string"}, "test": {"type": "string"}}, "required": ["semantic-release", "test"]}, "config": {"type": "object", "properties": {"ghooks": {"type": "object", "properties": {"pre-commit": {"type": "string"}, "commit-msg": {"type": "string"}}, "required": ["pre-commit", "commit-msg"]}}, "required": ["ghooks"]}, "devDependencies": {"type": "object", "properties": {"ghooks": {"type": "string"}, "semantic-release": {"type": "string"}, "travis-after-all": {"type": "string"}, "validate-commit-msg": {"type": "string"}}, "required": ["ghooks", "semantic-release", "travis-after-all", "validate-commit-msg"]}}, "required": ["name", "version", "description", "keywords", "homepage", "bugs", "repository", "license", "author", "main", "files", "scripts", "config", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"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" : 404376715, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "cf5ef4bda35ca87b3c39060860267574", "wof:id" : 404376715, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [3.80488627354522, 43.55126062607309, 3.86083783851562, 43.59408953632837], "geometry" : {"coordinates" : [[[3.82239080473987, 43.55126062607309], [3.81517259941825, 43.55869329198246], [3.80685270368615, 43.55918733494109], [3.80699428650301, 43.56221856240445], [3.80488627354522, 43.5671920437948], [3.81475089583512, 43.57431682579856], [3.81625362211861, 43.59122180389978], [3.83436975139385, 43.59408953632837], [3.83846842709285, 43.59244731992597], [3.86083783851562, 43.56677190617842], [3.84751250505399, 43.55349683553663], [3.83284484993178, 43.55640868048788], [3.82239080473987, 43.55126062607309]]], "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#"} |
Construct a JSON document that adheres to this schema specification:
{"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" : 404394911, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "a074042a1c198adbd21b7f01e5a7e51a", "wof:id" : 404394911, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [2.87394199052696, 49.17514461826836, 2.95285749720799, 49.21989125752852], "geometry" : {"coordinates" : [[[2.90849513545533, 49.17514461826836], [2.87970529327706, 49.18989956760204], [2.87394199052696, 49.19648358888092], [2.8840944879426, 49.19608022893652], [2.89763935548385, 49.20051571624846], [2.90186777008564, 49.21349209653491], [2.91221466631312, 49.21358098778581], [2.92430902697541, 49.21989125752852], [2.95285749720799, 49.20332795598291], [2.94062425816649, 49.19883641349085], [2.94096396537416, 49.18967545032173], [2.92082896949077, 49.18011609507875], [2.90849513545533, 49.17514461826836]]], "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": {"pages": {"type": "array", "items": {"type": "string"}}, "subpackages": {"type": "array", "items": {"type": "object", "properties": {"root": {"type": "string"}, "pages": {"type": "array", "items": {"type": "string"}}}, "required": ["root", "pages"]}}, "window": {"type": "object", "properties": {"navigationBarBackgroundColor": {"type": "string"}, "navigationBarTextStyle": {"type": "string"}, "navigationBarTitleText": {"type": "string"}, "backgroundColor": {"type": "string"}, "backgroundTextStyle": {"type": "string"}}, "required": ["navigationBarBackgroundColor", "navigationBarTextStyle", "navigationBarTitleText", "backgroundColor", "backgroundTextStyle"]}, "debug": {"type": "boolean"}}, "required": ["pages", "subpackages", "window", "debug"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"pages" : ["pages/index/index"], "subpackages" : [{"root" : "packageA", "pages" : ["pages/logs/logs", "pages/python/python", "pages/python2/python", "pages/python3/python", "pages/python4/python", "pages/python5/python", "pages/collection/collection", "pages/wrong_set/wrong_set", "pages/prc_all/prc_all"]}, {"root" : "packageB", "pages" : ["pages/echarts/echarts"]}], "window" : {"navigationBarBackgroundColor" : "#ff0000", "navigationBarTextStyle" : "white", "navigationBarTitleText" : "\u6bdb\u6982\u7b54\u9898", "backgroundColor" : "#ffffff", "backgroundTextStyle" : "light"}, "debug" : false} | json_instruct | {"type": "object", "properties": {"pages": {"type": "array", "items": {"type": "string"}}, "subpackages": {"type": "array", "items": {"type": "object", "properties": {"root": {"type": "string"}, "pages": {"type": "array", "items": {"type": "string"}}}, "required": ["root", "pages"]}}, "window": {"type": "object", "properties": {"navigationBarBackgroundColor": {"type": "string"}, "navigationBarTextStyle": {"type": "string"}, "navigationBarTitleText": {"type": "string"}, "backgroundColor": {"type": "string"}, "backgroundTextStyle": {"type": "string"}}, "required": ["navigationBarBackgroundColor", "navigationBarTextStyle", "navigationBarTitleText", "backgroundColor", "backgroundTextStyle"]}, "debug": {"type": "boolean"}}, "required": ["pages", "subpackages", "window", "debug"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["2825", "iberworld", "noumea", "new caledonia", "lifou", "new caledonia", "0"], ["2825", "iberworld", "lifou", "new caledonia", "noumea", "new caledonia", "0"], ["2825", "iberworld", "lifou", "new caledonia", "tiga", "new caledonia", "0"], ["2825", "iberworld", "tiga", "new caledonia", "lifou", "new caledonia", "0"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"PassengerID": {"type": "string"}, "Survival": {"type": "string"}, "Pclass": {"type": "string"}, "Name": {"type": "string"}, "Sex": {"type": "string"}, "Age": {"type": "string"}, "SibSp": {"type": "string"}, "Parch": {"type": "string"}, "Fare": {"type": "string"}, "Embarked": {"type": "string"}, "Title": {"type": "string"}}, "required": ["PassengerID", "Survival", "Pclass", "Name", "Sex", "Age", "SibSp", "Parch", "Fare", "Embarked", "Title"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"PassengerID" : "PassengerID", "Survival" : "Has survived ?", "Pclass" : "Ticket class", "Name" : "Name, First name", "Sex" : "Sex", "Age" : "Age", "SibSp" : "Relatives such as brother or wife", "Parch" : "Relatives like children or parents", "Fare" : "Passenger fare", "Embarked" : "Port of embarkation", "Title" : "Title of passenger"} | json_instruct | {"type": "object", "properties": {"PassengerID": {"type": "string"}, "Survival": {"type": "string"}, "Pclass": {"type": "string"}, "Name": {"type": "string"}, "Sex": {"type": "string"}, "Age": {"type": "string"}, "SibSp": {"type": "string"}, "Parch": {"type": "string"}, "Fare": {"type": "string"}, "Embarked": {"type": "string"}, "Title": {"type": "string"}}, "required": ["PassengerID", "Survival", "Pclass", "Name", "Sex", "Age", "SibSp", "Parch", "Fare", "Embarked", "Title"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"url" : "https://github.com/uraway/react-redux-electron-builder-boilerplate/releases/download/v0.0.2/react-redux-electron-builder-boilerplate-0.0.2-mac.zip"} | json_instruct | {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"no_of_atoms": {"type": "integer"}, "centre_of_mass": {"type": "array", "items": {"type": "number"}}, "maximum_diameter": {"type": "object", "properties": {"diameter": {"type": "number"}, "atom_1": {"type": "integer"}, "atom_2": {"type": "integer"}}, "required": ["diameter", "atom_1", "atom_2"]}, "pore_diameter": {"type": "object", "properties": {"diameter": {"type": "number"}, "atom": {"type": "integer"}}, "required": ["diameter", "atom"]}, "pore_volume": {"type": "number"}, "pore_diameter_opt": {"type": "object", "properties": {"diameter": {"type": "number"}, "atom_1": {"type": "integer"}, "centre_of_mass": {"type": "array", "items": {"type": "number"}}}, "required": ["diameter", "atom_1", "centre_of_mass"]}, "pore_volume_opt": {"type": "number"}, "windows": {"type": "object", "properties": {"diameters": {"type": "array", "items": {"type": "number"}}, "centre_of_mass": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["diameters", "centre_of_mass"]}}, "required": ["no_of_atoms", "centre_of_mass", "maximum_diameter", "pore_diameter", "pore_volume", "pore_diameter_opt", "pore_volume_opt", "windows"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"no_of_atoms" : 216, "centre_of_mass" : [12.486210113360327, 0.2780838083670713, 12.486209433198384], "maximum_diameter" : {"diameter" : 22.31310718691976, "atom_1" : 34, "atom_2" : 213}, "pore_diameter" : {"diameter" : 5.224728761073225, "atom" : 5}, "pore_volume" : 74.67751709475779, "pore_diameter_opt" : {"diameter" : 5.651758325802355, "atom_1" : 166, "centre_of_mass" : [12.484195096019146, -0.0005702365885447295, 12.487111034101709]}, "pore_volume_opt" : 94.52558429803942, "windows" : {"diameters" : [3.863006044074727, 3.866341118031722, 3.8569738223515873, 3.866258759009812], "centre_of_mass" : [[14.139270403474738, 1.6529568514914013, 14.138940408857874], [10.816534193714599, -1.67006878750888, 14.156424143966275], [14.055290371370651, -1.5695948376106448, 10.9173725093068], [10.81743978842541, 1.6692302355161366, 10.817423250226188]]}} | json_instruct | {"type": "object", "properties": {"no_of_atoms": {"type": "integer"}, "centre_of_mass": {"type": "array", "items": {"type": "number"}}, "maximum_diameter": {"type": "object", "properties": {"diameter": {"type": "number"}, "atom_1": {"type": "integer"}, "atom_2": {"type": "integer"}}, "required": ["diameter", "atom_1", "atom_2"]}, "pore_diameter": {"type": "object", "properties": {"diameter": {"type": "number"}, "atom": {"type": "integer"}}, "required": ["diameter", "atom"]}, "pore_volume": {"type": "number"}, "pore_diameter_opt": {"type": "object", "properties": {"diameter": {"type": "number"}, "atom_1": {"type": "integer"}, "centre_of_mass": {"type": "array", "items": {"type": "number"}}}, "required": ["diameter", "atom_1", "centre_of_mass"]}, "pore_volume_opt": {"type": "number"}, "windows": {"type": "object", "properties": {"diameters": {"type": "array", "items": {"type": "number"}}, "centre_of_mass": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["diameters", "centre_of_mass"]}}, "required": ["no_of_atoms", "centre_of_mass", "maximum_diameter", "pore_diameter", "pore_volume", "pore_diameter_opt", "pore_volume_opt", "windows"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"serverUrl": {"type": "string"}}, "required": ["serverUrl"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"serverUrl" : "https://opdo.herokuapp.com"} | json_instruct | {"type": "object", "properties": {"serverUrl": {"type": "string"}}, "required": ["serverUrl"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"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" : 46, "line_cd" : 11907, "line_name" : "JR\u65e5\u8c4a\u672c\u7dda(\u4f50\u4f2f\uff5e\u9e7f\u5150\u5cf6\u4e2d\u592e)", "station_cd" : 1190743, "station_g_cd" : 1190743, "station_name" : "\u5317\u4fe3", "lon" : 130.960034, "lat" : 31.745007}]} | 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#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "publisher": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "engines": {"type": "object", "properties": {"vscode": {"type": "string"}}, "required": ["vscode"]}, "categories": {"type": "array", "items": {"type": "string"}}, "contributes": {"type": "object", "properties": {"languages": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "extensions": {"type": "array", "items": {"type": "string"}}, "configuration": {"type": "string"}}, "required": ["id", "aliases", "extensions", "configuration"]}}, "grammars": {"type": "array", "items": {"type": "object", "properties": {"language": {"type": "string"}, "scopeName": {"type": "string"}, "path": {"type": "string"}}, "required": ["language", "scopeName", "path"]}}}, "required": ["languages", "grammars"]}}, "required": ["name", "displayName", "description", "publisher", "version", "repository", "engines", "categories", "contributes"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "env-cmd-file-syntax", "displayName" : "env-cmd-file-syntax", "description" : "syntax highlight in .env files", "publisher" : "Nixon", "version" : "0.3.0", "repository" : {"type" : "git", "url" : "git@github.com:WellerQu/vscode-env-cmd-file-syntax.git"}, "engines" : {"vscode" : "^1.42.0"}, "categories" : ["Programming Languages"], "contributes" : {"languages" : [{"id" : "env", "aliases" : ["env", "env"], "extensions" : [".env", ".development", ".local", ".test", ".production"], "configuration" : "./language-configuration.json"}], "grammars" : [{"language" : "env", "scopeName" : ".env", "path" : "./syntaxes/env.tmLanguage.json"}]}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "publisher": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "engines": {"type": "object", "properties": {"vscode": {"type": "string"}}, "required": ["vscode"]}, "categories": {"type": "array", "items": {"type": "string"}}, "contributes": {"type": "object", "properties": {"languages": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "extensions": {"type": "array", "items": {"type": "string"}}, "configuration": {"type": "string"}}, "required": ["id", "aliases", "extensions", "configuration"]}}, "grammars": {"type": "array", "items": {"type": "object", "properties": {"language": {"type": "string"}, "scopeName": {"type": "string"}, "path": {"type": "string"}}, "required": ["language", "scopeName", "path"]}}}, "required": ["languages", "grammars"]}}, "required": ["name", "displayName", "description", "publisher", "version", "repository", "engines", "categories", "contributes"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"data-table": {"type": "string"}, "key-manifest": {"type": "string"}, "visibility": {"type": "string"}, "authorizations": {"type": "array", "items": {"type": "string"}}, "tests": {"type": "array", "items": {"type": "object", "properties": {"config": {"type": "string"}, "keys": {"type": "string"}, "table": {"type": "string"}}, "required": ["config", "keys", "table"]}}}, "required": ["data-table", "key-manifest", "visibility", "authorizations", "tests"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"data-table" : "data/data.rf", "key-manifest" : "keys.json", "visibility" : "default", "authorizations" : ["default"], "tests" : [{"config" : "RSA-PKCS1.ini", "keys" : "data/keys/RSA-signing.keys", "table" : "data/RSA-PKSC1.rf"}, {"config" : "RSA-PSS.ini", "keys" : "data/keys/RSA-signing.keys", "table" : "data/RSA-PSS.rf"}, {"config" : "DSA.ini", "keys" : "data/keys/DSA-signing.keys", "table" : "data/DSA.rf"}, {"config" : "ECDSA.ini", "keys" : "data/keys/ECDSA-signing.keys", "table" : "data/ECDSA.rf"}, {"config" : "RSA-PSS-colVis.ini", "keys" : "data/keys/RSA-signing.keys", "table" : "data/RSA-PSS-colVis.rf"}, {"config" : "RSA-PSS-separateTable.ini", "keys" : "data/keys/RSA-signing.keys", "table" : "data/RSA-PSS-separateTable.rf"}]} | json_instruct | {"type": "object", "properties": {"data-table": {"type": "string"}, "key-manifest": {"type": "string"}, "visibility": {"type": "string"}, "authorizations": {"type": "array", "items": {"type": "string"}}, "tests": {"type": "array", "items": {"type": "object", "properties": {"config": {"type": "string"}, "keys": {"type": "string"}, "table": {"type": "string"}}, "required": ["config", "keys", "table"]}}}, "required": ["data-table", "key-manifest", "visibility", "authorizations", "tests"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"n": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "s": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "c": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["n", "s", "c"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}, "count": {"type": "integer"}}, "required": ["item", "count"]}}, "required": ["type", "pattern", "key", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "minecraft:crafting_shaped", "pattern" : [" s ", "ncn", "nnn"], "key" : {"n" : {"item" : "minecraft:iron_nugget"}, "s" : {"item" : "minecraft:iron_ingot"}, "c" : {"item" : "minecraft:chest"}}, "result" : {"item" : "cyclic:trash", "count" : 1}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"n": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "s": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "c": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["n", "s", "c"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}, "count": {"type": "integer"}}, "required": ["item", "count"]}}, "required": ["type", "pattern", "key", "result"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"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" : "1104053004", "district_id" : "1104053", "name" : "PENAMPAAN"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"feedstocks" : ["r-secutrialr"]} | 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": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "node-pty": {"type": "string"}, "socket.io": {"type": "string"}}, "required": ["express", "node-pty", "socket.io"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "pty", "version" : "0.0.0", "description" : "", "main" : "index.js", "dependencies" : {"express" : "^4.13.3", "node-pty" : "^0.8.0", "socket.io" : "^2.2.0"}, "devDependencies" : {}, "author" : "Leo Yang <leo@phpres.cn>", "license" : "ISC"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "node-pty": {"type": "string"}, "socket.io": {"type": "string"}}, "required": ["express", "node-pty", "socket.io"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "author": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "url": {"type": "string"}, "photo": {"type": "string"}}, "required": ["type", "name", "url", "photo"]}, "url": {"type": "string"}, "published": {"type": "string"}, "content": {"type": "object", "properties": {"html": {"type": "string"}, "text": {"type": "string"}}, "required": ["html", "text"]}, "wm-id": {"type": "string"}, "wm-property": {"type": "string"}, "in-reply-to": {"type": "string"}}, "required": ["type", "author", "url", "published", "content", "wm-id", "wm-property", "in-reply-to"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "entry", "author" : {"type" : "card", "name" : "Sam", "url" : "", "photo" : "https://www.gravatar.com/avatar/eaab6c73aeb21d98aa9a7147af06804d?s=256&d=404"}, "url" : "", "published" : "2007-04-16T23:45:24-07:00", "content" : {"html" : "While trying to get this to work with Peter's Anti-Spam (http://www.theblog.ca/?p=21), the security code that was entered is lost when it redirects you to GetOpenID.com. Is there a way to get it to validate the OpenID and capatcha at the same time?", "text" : ""}, "wm-id" : "2525", "wm-property" : "in-reply-to", "in-reply-to" : "https://willnorris.com/2007/04/new-features-in-wpopenid/"} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "author": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "url": {"type": "string"}, "photo": {"type": "string"}}, "required": ["type", "name", "url", "photo"]}, "url": {"type": "string"}, "published": {"type": "string"}, "content": {"type": "object", "properties": {"html": {"type": "string"}, "text": {"type": "string"}}, "required": ["html", "text"]}, "wm-id": {"type": "string"}, "wm-property": {"type": "string"}, "in-reply-to": {"type": "string"}}, "required": ["type", "author", "url", "published", "content", "wm-id", "wm-property", "in-reply-to"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "watch": {"type": "string"}, "dev": {"type": "string"}}, "required": ["build", "watch", "dev"]}, "dependencies": {"type": "object", "properties": {"file-loader": {"type": "string"}, "webpack": {"type": "string"}, "webpack-dev-server": {"type": "string"}}, "required": ["file-loader", "webpack", "webpack-dev-server"]}}, "required": ["name", "version", "license", "private", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "elm-webpack-loader-example", "version" : "0.0.1", "license" : "BSD-3-Clause", "private" : true, "scripts" : {"build" : "webpack", "watch" : "webpack --watch", "dev" : "webpack-dev-server --port 3000"}, "dependencies" : {"file-loader" : "^0.11.1", "webpack" : "^2.5.1", "webpack-dev-server" : "^2.4.5"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "watch": {"type": "string"}, "dev": {"type": "string"}}, "required": ["build", "watch", "dev"]}, "dependencies": {"type": "object", "properties": {"file-loader": {"type": "string"}, "webpack": {"type": "string"}, "webpack-dev-server": {"type": "string"}}, "required": ["file-loader", "webpack", "webpack-dev-server"]}}, "required": ["name", "version", "license", "private", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"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-04-11T13:00:00Z", "Temp" : 8.9, "RelHum" : 64, "WindSpeed" : 11.1, "WindDir" : 248} | 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#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"problemId": {"type": "integer"}, "seed": {"type": "integer"}, "solution": {"type": "string"}}, "required": ["problemId", "seed", "solution"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"problemId" : 13, "seed" : 0, "solution" : "222221333333333x222x33331122222xx3"} | json_instruct | {"type": "object", "properties": {"problemId": {"type": "integer"}, "seed": {"type": "integer"}, "solution": {"type": "string"}}, "required": ["problemId", "seed", "solution"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "provider_type": {"type": "string"}, "package_url": {"type": "string"}, "version_code": {"type": "integer"}}, "required": ["id", "code", "name", "provider_type", "package_url", "version_code"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "todolist", "code" : "todolist", "name" : "Todolist", "provider_type" : "github", "package_url" : "https://github.com/devngmo/SAPPS_Todolist/archive/master.zip", "version_code" : 1} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "provider_type": {"type": "string"}, "package_url": {"type": "string"}, "version_code": {"type": "integer"}}, "required": ["id", "code", "name", "provider_type", "package_url", "version_code"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"web_paas_service_terminate_common_confirm": {"type": "string"}, "web_paas_service_terminate_common_cancel": {"type": "string"}, "web_paas_service_terminate_title": {"type": "string"}, "web_paas_service_terminate_description": {"type": "string"}, "web_paas_service_terminate_success": {"type": "string"}, "web_paas_service_terminate_error": {"type": "string"}}, "required": ["web_paas_service_terminate_common_confirm", "web_paas_service_terminate_common_cancel", "web_paas_service_terminate_title", "web_paas_service_terminate_description", "web_paas_service_terminate_success", "web_paas_service_terminate_error"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"web_paas_service_terminate_common_confirm" : "Confirmar", "web_paas_service_terminate_common_cancel" : "Cancelar", "web_paas_service_terminate_title" : "Eliminar o projeto", "web_paas_service_terminate_description" : "Tem a certeza de que deseja eliminar o seu projeto {{projectName}}? Este ser\u00e1 eliminado na \u00c1rea de Cliente OVHcloud e em Platform.sh.", "web_paas_service_terminate_success" : "O seu pedido de elimina\u00e7\u00e3o do projeto Platform SH foi registado. Um e-mail foi enviado para confirmar a rece\u00e7\u00e3o do seu pedido.", "web_paas_service_terminate_error" : "Ocorreu um erro aquando da elimina\u00e7\u00e3o do seu projeto: {{message}}"} | json_instruct | {"type": "object", "properties": {"web_paas_service_terminate_common_confirm": {"type": "string"}, "web_paas_service_terminate_common_cancel": {"type": "string"}, "web_paas_service_terminate_title": {"type": "string"}, "web_paas_service_terminate_description": {"type": "string"}, "web_paas_service_terminate_success": {"type": "string"}, "web_paas_service_terminate_error": {"type": "string"}}, "required": ["web_paas_service_terminate_common_confirm", "web_paas_service_terminate_common_cancel", "web_paas_service_terminate_title", "web_paas_service_terminate_description", "web_paas_service_terminate_success", "web_paas_service_terminate_error"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"meeting_cd": {"type": "string"}, "committee": {"type": "string"}, "dttm": {"type": "string"}, "session": {"type": "string"}, "bill_name": {"type": "string"}, "bill_cd": {"type": "string"}, "position": {"type": "string"}, "rbnt": {"type": "boolean"}, "self": {"type": "boolean"}, "fullWitnessName": {"type": "string"}, "given_name": {"type": "string"}, "sur_name": {"type": "string"}, "organization": {"type": "string"}, "error": {"type": "boolean"}}, "required": ["meeting_cd", "committee", "dttm", "session", "bill_name", "bill_cd", "position", "rbnt", "self", "fullWitnessName", "given_name", "sur_name", "organization", "error"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"meeting_cd" : "C2852003031208301", "committee" : "Government Reform Committee", "dttm" : "March 12, 2003-8:30A", "session" : "", "bill_name" : "", "bill_cd" : "", "position" : "", "rbnt" : false, "self" : false, "fullWitnessName" : "Councils of Government On: Heath, Patrick (Texas Association of Regional Councils)\r", "given_name" : "Patrick", "sur_name" : "Councils of Government On: Heath", "organization" : "Texas Association of Regional Councils", "error" : false}, {"meeting_cd" : "C2852003031208301", "committee" : "Government Reform Committee", "dttm" : "March 12, 2003-8:30A", "session" : "", "bill_name" : "", "bill_cd" : "", "position" : "", "rbnt" : false, "self" : false, "fullWitnessName" : "Pitner, Gary (Panhandle Regional Planning Commission)", "given_name" : "Gary", "sur_name" : "Pitner", "organization" : "Panhandle Regional Planning Commission", "error" : false}, {"meeting_cd" : "C2852003031208301", "committee" : "Government Reform Committee", "dttm" : "March 12, 2003-8:30A", "session" : "", "bill_name" : "", "bill_cd" : "", "position" : "", "rbnt" : false, "self" : false, "fullWitnessName" : "Ray, Jim (Texas Assoc. of Regional Councils)", "given_name" : "Jim", "sur_name" : "Ray", "organization" : "Texas Assoc. of Regional Councils", "error" : false}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"meeting_cd": {"type": "string"}, "committee": {"type": "string"}, "dttm": {"type": "string"}, "session": {"type": "string"}, "bill_name": {"type": "string"}, "bill_cd": {"type": "string"}, "position": {"type": "string"}, "rbnt": {"type": "boolean"}, "self": {"type": "boolean"}, "fullWitnessName": {"type": "string"}, "given_name": {"type": "string"}, "sur_name": {"type": "string"}, "organization": {"type": "string"}, "error": {"type": "boolean"}}, "required": ["meeting_cd", "committee", "dttm", "session", "bill_name", "bill_cd", "position", "rbnt", "self", "fullWitnessName", "given_name", "sur_name", "organization", "error"]}, "$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" : [[[139.375, 20.5], [139.375, 20.583333333333332], [139.5, 20.583333333333332], [139.5, 20.5], [139.375, 20.5]]]}, "properties" : {"code" : 303963, "url" : "http://madefor.github.io/0410/api/v1/303963.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/303963.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#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {}, "required": []}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}, "registry": {"type": "string"}}, "required": ["access", "registry"]}, "peerDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}}, "required": ["eslint"]}, "dependencies": {"type": "object", "properties": {"stylelint-config-prettier": {"type": "string"}, "stylelint-config-standard": {"type": "string"}}, "required": ["stylelint-config-prettier", "stylelint-config-standard"]}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "publishConfig", "peerDependencies", "dependencies", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@fancy/stylelint-config", "version" : "1.0.0", "description" : "base stylelint config of vue project", "main" : "index.js", "scripts" : {}, "publishConfig" : {"access" : "public", "registry" : "https://registry.npmjs.org/"}, "peerDependencies" : {"eslint" : "^7.0.0"}, "dependencies" : {"stylelint-config-prettier" : "^8.0.1", "stylelint-config-standard" : "^20.0.0"}, "author" : "llq", "license" : "MIT"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {}, "required": []}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}, "registry": {"type": "string"}}, "required": ["access", "registry"]}, "peerDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}}, "required": ["eslint"]}, "dependencies": {"type": "object", "properties": {"stylelint-config-prettier": {"type": "string"}, "stylelint-config-standard": {"type": "string"}}, "required": ["stylelint-config-prettier", "stylelint-config-standard"]}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "publishConfig", "peerDependencies", "dependencies", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"userId" : 78763, "cartId" : "d4aa1593-0200-4986-8c76-37244ef84582", "preferredProducts" : [2458, 1828, 4404, 522, 2437, 1776, 3776], "productReviews" : [{"productId" : 4030, "reviewText" : "heard about this on timba radio, decided to give it a try.", "reviewDate" : "2017-01-12T02:09:46.5469246+02:00"}, {"productId" : 1966, "reviewText" : "heard about this on ndombolo radio, decided to give it a try.", "reviewDate" : "2017-06-21T00:16:07.7179738+03:00"}, {"productId" : 3367, "reviewText" : "My neighbor Victoria has one of these. She works as a professor and she says it looks menthol.", "reviewDate" : "2019-11-14T05:38:13.7992798+02:00"}]} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"replace" : false, "values" : ["ilikewood:cherry_sawmill", "ilikewood:dead_sawmill", "ilikewood:fir_sawmill", "ilikewood:hellbark_sawmill", "ilikewood:jacaranda_sawmill", "ilikewood:magic_sawmill", "ilikewood:mahogany_sawmill", "ilikewood:palm_sawmill", "ilikewood:redwood_sawmill", "ilikewood:umbran_sawmill", "ilikewood:willow_sawmill"]} | json_instruct | {"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Privacy context model for dynamic privacy adaptation in ubiquitous computing.", "fields" : ["metaverse", "context awareness", "control reconfiguration", "privacy by design", "privacy software"], "abstract" : "Ubiquitous computing is characterized by the merger of physical and virtual worlds as physical artifacts gain digital sensing, processing, and communication capabilities. Maintaining an appropriate level of privacy in the face of such complex and often highly dynamic systems is challenging. We argue that context awareness not only enables novel UbiComp applications but can also support dynamic regulation and configuration of privacy mechanisms. We propose a higher level context model that abstracts from low level details and contains only privacy relevant context features. Context changes in our model can trigger reconfiguration of privacy mechanisms or facilitate context-specific privacy recommendations to the user. Based on our model, we analyze potential privacy implications of context changes and discuss how these results could inform actual reconfiguration of privacy mechanisms.", "citation" : "Citations (8)", "departments" : ["University of Ulm", "University of Ulm", "University of Twente", "University of Ulm", "University of Twente"], "authors" : ["Florian Schaub.....http://dblp.org/pers/hd/s/Schaub:Florian", "Bastian K\u00f6nings.....http://dblp.org/pers/hd/k/K=ouml=nings:Bastian", "Stefan Dietzel.....http://dblp.org/pers/hd/d/Dietzel:Stefan", "Michael Weber.....http://dblp.org/pers/hd/w/Weber_0001:Michael", "Frank Kargl.....http://dblp.org/pers/hd/k/Kargl:Frank"], "conf" : "huc", "year" : "2012", "pages" : 6} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$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"}, "repository": {"type": "string"}, "author": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bluebird": {"type": "string"}, "body-parser": {"type": "string"}, "express": {"type": "string"}, "fbgraph": {"type": "string"}, "node-env-file": {"type": "string"}, "node-googleplaces": {"type": "string"}, "twit": {"type": "string"}, "twitter": {"type": "string"}}, "required": ["bluebird", "body-parser", "express", "fbgraph", "node-env-file", "node-googleplaces", "twit", "twitter"]}, "devDependencies": {"type": "object", "properties": {"nodemon": {"type": "string"}}, "required": ["nodemon"]}}, "required": ["name", "version", "description", "main", "repository", "author", "engines", "scripts", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "dndhelper-backend", "version" : "0.0.1", "description" : "Backend for the PAM application", "main" : "index.js", "repository" : "https://github.com/PrincessMadMath/DndHelper-Backend.git", "author" : "Mathieu <math.gamache@gmail.com>", "engines" : {"node" : ">=4.3.2"}, "scripts" : {"start" : "nodemon index.js"}, "license" : "MIT", "dependencies" : {"bluebird" : "^3.4.7", "body-parser" : "^1.16.0", "express" : "^4.14.1", "fbgraph" : "^1.4.1", "node-env-file" : "^0.1.8", "node-googleplaces" : "^0.1.2", "twit" : "^2.2.5", "twitter" : "^1.7.0"}, "devDependencies" : {"nodemon" : "^1.11.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bluebird": {"type": "string"}, "body-parser": {"type": "string"}, "express": {"type": "string"}, "fbgraph": {"type": "string"}, "node-env-file": {"type": "string"}, "node-googleplaces": {"type": "string"}, "twit": {"type": "string"}, "twitter": {"type": "string"}}, "required": ["bluebird", "body-parser", "express", "fbgraph", "node-env-file", "node-googleplaces", "twit", "twitter"]}, "devDependencies": {"type": "object", "properties": {"nodemon": {"type": "string"}}, "required": ["nodemon"]}}, "required": ["name", "version", "description", "main", "repository", "author", "engines", "scripts", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"scenarioName": {"type": "string"}, "steps": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}, "method": {"type": "string"}, "request": {"type": "string"}, "assertions": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}}, "required": ["results"]}}, "required": ["name", "url", "method", "request", "assertions"]}}}, "required": ["scenarioName", "steps"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"scenarioName" : "Java method return as JSON assertions", "steps" : [{"name" : "execute_java_method", "url" : "pg://v1/sql-executor", "method" : "fetchDbCustomers", "request" : "select id, name from customers", "assertions" : {"results" : [{"id" : 1, "name" : "Elon Musk"}, {"id" : 2, "name" : "Jeff Bezos"}]}}, {"name" : "execute_gremlin_ql", "url" : "bar2://v1/gremlin-exe", "method" : "fetchDbCustomers", "request" : "select id, name from customers", "assertions" : {"results" : [{"id" : 1, "name" : "Elon Musk"}, {"id" : 2, "name" : "Jeff Bezos"}]}}]} | json_instruct | {"type": "object", "properties": {"scenarioName": {"type": "string"}, "steps": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}, "method": {"type": "string"}, "request": {"type": "string"}, "assertions": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}}, "required": ["results"]}}, "required": ["name", "url", "method", "request", "assertions"]}}}, "required": ["scenarioName", "steps"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "integer"}, "node": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "nameCN": {"type": "string"}, "image": {"type": "string"}, "date": {"type": "string"}}, "required": ["id", "name", "nameCN", "image", "date"]}}, "relate": {"type": "array", "items": {"type": "object", "properties": {"relate": {"type": "string"}, "src": {"type": "integer"}, "dst": {"type": "integer"}}, "required": ["relate", "src", "dst"]}}}, "required": ["id", "node", "relate"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 76468, "node" : [{"id" : 76468, "name" : "The Bridge (Season 1)", "nameCN" : "\u8fb9\u6865\u8c1c\u6848 \u7b2c\u4e00\u5b63", "image" : "//lain.bgm.tv/pic/cover/m/a8/19/76468_Pm3vj.jpg", "date" : "2013-07-10"}, {"id" : 104371, "name" : "The Bridge (Season 2)", "nameCN" : "\u8fb9\u6865\u8c1c\u6848 \u7b2c\u4e8c\u5b63", "image" : "//lain.bgm.tv/pic/cover/m/0c/34/104371_qVvU4.jpg", "date" : "2014-07-09"}], "relate" : [{"relate" : "\u7eed\u96c6", "src" : 76468, "dst" : 104371}, {"relate" : "\u524d\u4f20", "src" : 104371, "dst" : 76468}]} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "node": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "nameCN": {"type": "string"}, "image": {"type": "string"}, "date": {"type": "string"}}, "required": ["id", "name", "nameCN", "image", "date"]}}, "relate": {"type": "array", "items": {"type": "object", "properties": {"relate": {"type": "string"}, "src": {"type": "integer"}, "dst": {"type": "integer"}}, "required": ["relate", "src", "dst"]}}}, "required": ["id", "node", "relate"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"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"]}}, "example": {"type": "array", "items": {"type": "string"}}, "engine": {"type": "string"}}, "required": ["usage", "description", "params", "example", "engine"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"usage" : "<entity> setAnimTime(<animation>, <time>)", "description" : ["Set the time of an animation."], "params" : [{"name" : "animation", "type" : "animation", "description" : ["Animation in the tree."], "optional" : false}, {"name" : "time", "type" : "float", "description" : ["Normalized time between 0 and 1."], "optional" : false}], "example" : ["self setAnimTime(%stand_aim, 0.3);"], "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"]}}, "example": {"type": "array", "items": {"type": "string"}}, "engine": {"type": "string"}}, "required": ["usage", "description", "params", "example", "engine"], "$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": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "GOEL", "frequency" : 1, "gender" : "male"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"namaKab" : "MADIUN", "originalFilename" : "Untitled-8.jpg", "namaPartai" : "Partai Golongan Karya", "id" : 88480, "noUrut" : 1, "nama" : "SRI SUKENTI", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "MADIUN", "originalFilename" : "FOTO 46-1.jpg", "namaPartai" : "Partai Golongan Karya", "id" : 136336, "noUrut" : 2, "nama" : "SUDARMAN, SP", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "MADIUN", "originalFilename" : "Untitled-1.jpg", "namaPartai" : "Partai Golongan Karya", "id" : 131086, "noUrut" : 3, "nama" : "SUDIRO, SH", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "MADIUN", "originalFilename" : "Untitled-5.jpg", "namaPartai" : "Partai Golongan Karya", "id" : 102814, "noUrut" : 4, "nama" : "RETNO HARIMURTI", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "MADIUN", "originalFilename" : "FOTO 46-1.jpg", "namaPartai" : "Partai Golongan Karya", "id" : 136910, "noUrut" : 5, "nama" : "ANDIKA DWI KURNIAWAN", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "MADIUN", "originalFilename" : "SRI MARTINI_2018-07-16_07_07_05.jpg", "namaPartai" : "Partai Golongan Karya", "id" : 169912, "noUrut" : 6, "nama" : "SRI MARTININGSIH", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "MADIUN", "originalFilename" : "Untitled-4.jpg", "namaPartai" : "Partai Golongan Karya", "id" : 100281, "noUrut" : 7, "nama" : "SUHARNO, SH", "stringJenisKelamin" : "Laki-Laki"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"CSC": {"type": "array", "items": {"type": "string"}}, "SW": {"type": "array", "items": {"type": "string"}}, "FIS": {"type": "array", "items": {"type": "string"}}, "TIN": {"type": "array", "items": {"type": "string"}}, "FG": {"type": "array", "items": {"type": "string"}}, "DEW": {"type": "array", "items": {"type": "string"}}, "REDES": {"type": "array", "items": {"type": "string"}}, "ENG": {"type": "array", "items": {"type": "string"}}, "ELO": {"type": "array", "items": {"type": "string"}}, "TELECO": {"type": "array", "items": {"type": "string"}}, "IND": {"type": "array", "items": {"type": "string"}}, "COMPL": {"type": "array", "items": {"type": "string"}}}, "required": ["CSC", "SW", "FIS", "TIN", "FG", "DEW", "REDES", "ENG", "ELO", "TELECO", "IND", "COMPL"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"CSC" : ["#92D050", "Ciencias B\u00e1sicas"], "SW" : ["#813FA0", "Software"], "FIS" : ["#00838F", "F\u00edsica"], "TIN" : ["#C54B73", "Transversal e Integraci\u00f3n"], "FG" : ["#1B57C9", "Formaci\u00f3n General"], "DEW" : ["#BFBFBF", "Deportes"], "REDES" : ["#FF7B7B", "Redes"], "ENG" : ["#00B0F0", "Ingl\u00e9s"], "ELO" : ["#AEA3C2", "Electr\u00f3nica"], "TELECO" : ["#D6D600", "Telecomunicaciones"], "IND" : ["#6BA8D1", "Industrias"], "COMPL" : ["#F0DF82", "Complementarios"]} | json_instruct | {"type": "object", "properties": {"CSC": {"type": "array", "items": {"type": "string"}}, "SW": {"type": "array", "items": {"type": "string"}}, "FIS": {"type": "array", "items": {"type": "string"}}, "TIN": {"type": "array", "items": {"type": "string"}}, "FG": {"type": "array", "items": {"type": "string"}}, "DEW": {"type": "array", "items": {"type": "string"}}, "REDES": {"type": "array", "items": {"type": "string"}}, "ENG": {"type": "array", "items": {"type": "string"}}, "ELO": {"type": "array", "items": {"type": "string"}}, "TELECO": {"type": "array", "items": {"type": "string"}}, "IND": {"type": "array", "items": {"type": "string"}}, "COMPL": {"type": "array", "items": {"type": "string"}}}, "required": ["CSC", "SW", "FIS", "TIN", "FG", "DEW", "REDES", "ENG", "ELO", "TELECO", "IND", "COMPL"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nom" : "Salaise-sur-Sanne", "circ" : "7\u00e8me circonscription", "dpt" : "Is\u00e8re", "inscrits" : 3274, "abs" : 1845, "votants" : 1429, "blancs" : 15, "nuls" : 9, "exp" : 1405, "res" : [{"nuance" : "REM", "nom" : "Mme Monique LIMON", "voix" : 443}, {"nuance" : "FN", "nom" : "M. Pierre DELACROIX", "voix" : 282}, {"nuance" : "FI", "nom" : "Mme Val\u00e9rie BONO", "voix" : 278}, {"nuance" : "LR", "nom" : "M. Yannick NEUDER", "voix" : 148}, {"nuance" : "DVG", "nom" : "Mme Zerrin BATARAY", "voix" : 121}, {"nuance" : "DLF", "nom" : "Mme Nadine NICOLAS", "voix" : 54}, {"nuance" : "ECO", "nom" : "Mme Nadine REUX", "voix" : 46}, {"nuance" : "EXG", "nom" : "M. Bruno PERRODIN", "voix" : 18}, {"nuance" : "DIV", "nom" : "Mme Cam\u00e9lia GHEMBAZA", "voix" : 15}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"back": {"type": "string"}, "next": {"type": "string"}, "done": {"type": "string"}, "close": {"type": "string"}}, "required": ["back", "next", "done", "close"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"back" : "Vissza", "next" : "Tov\u00e1bb", "done" : "K\u00e9sz", "close" : "Bez\u00e1r\u00e1s"} | json_instruct | {"type": "object", "properties": {"back": {"type": "string"}, "next": {"type": "string"}, "done": {"type": "string"}, "close": {"type": "string"}}, "required": ["back", "next", "done", "close"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["react-server-cli"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$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.