input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"translation-revision-date": {"type": "string"}, "generator": {"type": "string"}, "domain": {"type": "string"}, "locale_data": {"type": "object", "properties": {"messages": {"type": "object", "properties": {"": {"type": "object", "properties": {"domain": {"type": "string"}, "plural-forms": {"type": "string"}, "lang": {"type": "string"}}, "required": ["domain", "plural-forms", "lang"]}, "Chips": {"type": "array", "items": {"type": "string"}}, "Block Settings": {"type": "array", "items": {"type": "string"}}, "Heading Level": {"type": "array", "items": {"type": "string"}}, "Display Style": {"type": "array", "items": {"type": "string"}}, "List": {"type": "array", "items": {"type": "string"}}}, "required": ["", "Chips", "Block Settings", "Heading Level", "Display Style", "List"]}}, "required": ["messages"]}, "comment": {"type": "object", "properties": {"reference": {"type": "string"}}, "required": ["reference"]}}, "required": ["translation-revision-date", "generator", "domain", "locale_data", "comment"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"translation-revision-date" : "2021-04-14 16:19:03+0000", "generator" : "GlotPress/3.0.0-alpha.2", "domain" : "messages", "locale_data" : {"messages" : {"" : {"domain" : "messages", "plural-forms" : "nplurals=2; plural=n > 1;", "lang" : "tr"}, "Chips" : ["\u00c7ipler"], "Block Settings" : ["Blok ayarlar\u0131"], "Heading Level" : ["Ba\u015fl\u0131k seviyesi"], "Display Style" : ["G\u00f6r\u00fcnt\u00fcleme stili"], "List" : ["Liste"]}}, "comment" : {"reference" : "packages/woocommerce-blocks/assets/js/blocks/active-filters/edit.js"}} | json_instruct | {"type": "object", "properties": {"translation-revision-date": {"type": "string"}, "generator": {"type": "string"}, "domain": {"type": "string"}, "locale_data": {"type": "object", "properties": {"messages": {"type": "object", "properties": {"": {"type": "object", "properties": {"domain": {"type": "string"}, "plural-forms": {"type": "string"}, "lang": {"type": "string"}}, "required": ["domain", "plural-forms", "lang"]}, "Chips": {"type": "array", "items": {"type": "string"}}, "Block Settings": {"type": "array", "items": {"type": "string"}}, "Heading Level": {"type": "array", "items": {"type": "string"}}, "Display Style": {"type": "array", "items": {"type": "string"}}, "List": {"type": "array", "items": {"type": "string"}}}, "required": ["", "Chips", "Block Settings", "Heading Level", "Display Style", "List"]}}, "required": ["messages"]}, "comment": {"type": "object", "properties": {"reference": {"type": "string"}}, "required": ["reference"]}}, "required": ["translation-revision-date", "generator", "domain", "locale_data", "comment"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["async-chainable-log", "chroma-ci-node", "chroma-ci-watch", "cli-foreachfile", "conkie", "conkie-stats", "dmedyn", "doop-cli", "each-cli", "fe-gulp", "fs-copy-simple", "gastropod", "gulp-git-watch", "gulp-repository-watch", "mfdc-repl", "mindstate", "mindstate-plugin-example", "mindstate-plugin-locations", "mindstate-plugin-mongodb", "mindstate-plugin-mysql", "mindstate-plugin-postfix-virtual", "mindstate-plugin-stats", "mongoose-scenario", "monoxide", "nocat", "opentrials", "prcheck", "reflib-cli", "reflib-endnotexml", "reflib-json", "reflib-medline", "require-grep", "revman", "revman-cli", "revman-replicant", "scio", "scio-cli", "scio-parser-json", "scio-parser-yaml", "sra-dedupe"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"title": {"type": "string"}, "tagline": {"type": "string"}, "author": {"type": "string"}, "live": {"type": "object", "properties": {"inherit_index": {"type": "boolean"}, "clean_urls": {"type": "boolean"}}, "required": ["inherit_index", "clean_urls"]}, "html": {"type": "object", "properties": {"theme": {"type": "string"}, "auto_landing": {"type": "boolean"}, "breadcrumbs": {"type": "boolean"}, "breadcrumb_separator": {"type": "string"}, "date_modified": {"type": "boolean"}, "toggle_code": {"type": "boolean"}, "float": {"type": "boolean"}, "auto_toc": {"type": "boolean"}, "links": {"type": "object", "properties": {"GitHub Repository": {"type": "string"}, "Support the website": {"type": "string"}, "Vulkan Specification": {"type": "string"}, "LunarG Vulkan SDK": {"type": "string"}, "Vulkan Guide": {"type": "string"}, "Vulkan Hardware Database": {"type": "string"}, "Tutorial for Rust": {"type": "string"}, "Tutorial for Java": {"type": "string"}, "Visual Studio 2019 samples": {"type": "string"}}, "required": ["GitHub Repository", "Support the website", "Vulkan Specification", "LunarG Vulkan SDK", "Vulkan Guide", "Vulkan Hardware Database", "Tutorial for Rust", "Tutorial for Java", "Visual Studio 2019 samples"]}}, "required": ["theme", "auto_landing", "breadcrumbs", "breadcrumb_separator", "date_modified", "toggle_code", "float", "auto_toc", "links"]}, "ignore": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}, "folders": {"type": "array", "items": {"type": "string"}}}, "required": ["files", "folders"]}, "languages": {"type": "object", "properties": {"en": {"type": "string"}, "fr": {"type": "string"}}, "required": ["en", "fr"]}, "language": {"type": "string"}, "processor": {"type": "string"}}, "required": ["title", "tagline", "author", "live", "html", "ignore", "languages", "language", "processor"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Vulkan Tutorial", "tagline" : "A tutorial that teaches you everything it takes to render 3D graphics with the Vulkan API. It covers everything from Windows/Linux setup to rendering and debugging.", "author" : "Alexander Overvoorde", "live" : {"inherit_index" : true, "clean_urls" : true}, "html" : {"theme" : "vulkan-vulkan", "auto_landing" : false, "breadcrumbs" : true, "breadcrumb_separator" : "Chevrons", "date_modified" : false, "toggle_code" : false, "float" : false, "auto_toc" : true, "links" : {"GitHub Repository" : "https://github.com/Overv/VulkanTutorial", "Support the website" : "https://www.paypal.me/AOvervoorde", "Vulkan Specification" : "https://www.khronos.org/registry/vulkan/specs/1.3-extensions/html/", "LunarG Vulkan SDK" : "https://lunarg.com/vulkan-sdk/", "Vulkan Guide" : "https://github.com/KhronosGroup/Vulkan-Guide", "Vulkan Hardware Database" : "https://vulkan.gpuinfo.org/", "Tutorial for Rust" : "https://github.com/bwasty/vulkan-tutorial-rs", "Tutorial for Java" : "https://github.com/Naitsirc98/Vulkan-Tutorial-Java", "Visual Studio 2019 samples" : "https://github.com/jjYBdx4IL/VulkanTutorial-VisualStudioProjectFiles"}}, "ignore" : {"files" : ["README.md", "build_ebook.py", "daux.patch", ".gitignore"], "folders" : ["ebook"]}, "languages" : {"en" : "English", "fr" : "Fran\u00e7ais"}, "language" : "en", "processor" : "VulkanLinkProcessor"} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "tagline": {"type": "string"}, "author": {"type": "string"}, "live": {"type": "object", "properties": {"inherit_index": {"type": "boolean"}, "clean_urls": {"type": "boolean"}}, "required": ["inherit_index", "clean_urls"]}, "html": {"type": "object", "properties": {"theme": {"type": "string"}, "auto_landing": {"type": "boolean"}, "breadcrumbs": {"type": "boolean"}, "breadcrumb_separator": {"type": "string"}, "date_modified": {"type": "boolean"}, "toggle_code": {"type": "boolean"}, "float": {"type": "boolean"}, "auto_toc": {"type": "boolean"}, "links": {"type": "object", "properties": {"GitHub Repository": {"type": "string"}, "Support the website": {"type": "string"}, "Vulkan Specification": {"type": "string"}, "LunarG Vulkan SDK": {"type": "string"}, "Vulkan Guide": {"type": "string"}, "Vulkan Hardware Database": {"type": "string"}, "Tutorial for Rust": {"type": "string"}, "Tutorial for Java": {"type": "string"}, "Visual Studio 2019 samples": {"type": "string"}}, "required": ["GitHub Repository", "Support the website", "Vulkan Specification", "LunarG Vulkan SDK", "Vulkan Guide", "Vulkan Hardware Database", "Tutorial for Rust", "Tutorial for Java", "Visual Studio 2019 samples"]}}, "required": ["theme", "auto_landing", "breadcrumbs", "breadcrumb_separator", "date_modified", "toggle_code", "float", "auto_toc", "links"]}, "ignore": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}, "folders": {"type": "array", "items": {"type": "string"}}}, "required": ["files", "folders"]}, "languages": {"type": "object", "properties": {"en": {"type": "string"}, "fr": {"type": "string"}}, "required": ["en", "fr"]}, "language": {"type": "string"}, "processor": {"type": "string"}}, "required": ["title", "tagline", "author", "live", "html", "ignore", "languages", "language", "processor"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "500151115001", "text" : "\u9f99\u7fd4\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "500151115201", "text" : "\u65b0\u6ee9\u6751\u59d4\u4f1a"}, {"id" : "500151115202", "text" : "\u69d0\u6811\u6751\u59d4\u4f1a"}, {"id" : "500151115203", "text" : "\u8425\u57fa\u6751\u59d4\u4f1a"}, {"id" : "500151115204", "text" : "\u6cbf\u6cb3\u6751\u59d4\u4f1a"}, {"id" : "500151115205", "text" : "\u65b0\u5830\u6751\u59d4\u4f1a"}, {"id" : "500151115206", "text" : "\u53cc\u77f3\u6751\u59d4\u4f1a"}, {"id" : "500151115207", "text" : "\u6768\u67f3\u6751\u59d4\u4f1a"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"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" : "3217140011", "district_id" : "3217140", "name" : "TENJOLAUT"} | 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 an example JSON object that satisfies this schema:
{"type": "object", "properties": {"<page title>": {"type": "string"}, "fob price": {"type": "string"}, "minorder quantity": {"type": "string"}, "payment terms": {"type": "string"}, "port": {"type": "string"}, "supply ability": {"type": "string"}}, "required": ["<page title>", "fob price", "minorder quantity", "payment terms", "port", "supply ability"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"<page title>" : "Camera Bag - Buy Camera Bag,Digital Camera Case,Camera Sleve Product on Alibaba.com", "fob price" : "Get Latest\nPrice", "minorder quantity" : "5000 Piece/Pieces", "payment terms" : "T/T,Western Union", "port" : "Shenzhen", "supply ability" : "300,000 Piece/Pieces per Month"} | json_instruct | {"type": "object", "properties": {"<page title>": {"type": "string"}, "fob price": {"type": "string"}, "minorder quantity": {"type": "string"}, "payment terms": {"type": "string"}, "port": {"type": "string"}, "supply ability": {"type": "string"}}, "required": ["<page title>", "fob price", "minorder quantity", "payment terms", "port", "supply ability"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"listed-building-grade": {"type": "string"}, "name": {"type": "string"}, "documentation-url": {"type": "string"}, "listed-building": {"type": "string"}, "point": {"type": "string"}, "start-date": {"type": "string"}, "slug": {"type": "string"}, "entry-date": {"type": "string"}}, "required": ["listed-building-grade", "name", "documentation-url", "listed-building", "point", "start-date", "slug", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-2.258916, 51.438819]}, "properties" : {"listed-building-grade" : "II", "name" : "UNIDENTIFIED TOMB IN CHURCHYARD CIRCA 1 METRE NORTH OF DREWETT TOMB, 15 METRES SOUTH OF PORCH OF CHURCH OF ST JOHN", "documentation-url" : "https://historicengland.org.uk/listing/the-list/list-entry/1022924", "listed-building" : "1022924", "point" : "POINT (-2.258916 51.438819)", "start-date" : "1985-12-09", "slug" : "/listed-building/1022924", "entry-date" : "2021-05-28"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"listed-building-grade": {"type": "string"}, "name": {"type": "string"}, "documentation-url": {"type": "string"}, "listed-building": {"type": "string"}, "point": {"type": "string"}, "start-date": {"type": "string"}, "slug": {"type": "string"}, "entry-date": {"type": "string"}}, "required": ["listed-building-grade", "name", "documentation-url", "listed-building", "point", "start-date", "slug", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ast" : null, "code" : "\"use strict\";\n\nexports.__esModule = true;\nexports.default = void 0;\n\nvar _react = require(\"react\");\n\nvar isServer = false;\n\nvar _default = () => {\n var mountedInstances = new Set();\n var state;\n\n function emitChange(component) {\n state = component.props.reduceComponentsToState([...mountedInstances], component.props);\n\n if (component.props.handleStateChange) {\n component.props.handleStateChange(state);\n }\n }\n\n return class extends _react.Component {\n // Used when server rendering\n static rewind() {\n var recordedState = state;\n state = undefined;\n mountedInstances.clear();\n return recordedState;\n }\n\n constructor(props) {\n super(props);\n\n if (isServer) {\n mountedInstances.add(this);\n emitChange(this);\n }\n }\n\n componentDidMount() {\n mountedInstances.add(this);\n emitChange(this);\n }\n\n componentDidUpdate() {\n emitChange(this);\n }\n\n componentWillUnmount() {\n mountedInstances.delete(this);\n emitChange(this);\n }\n\n render() {\n return null;\n }\n\n };\n};\n\nexports.default = _default;", "map" : null, "metadata" : {}, "sourceType" : "script"} | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"craft": {"type": "string"}, "noname": {"type": "string"}, "opening_hours:signed": {"type": "string"}, "shop": {"type": "string"}, "id": {"type": "string"}}, "required": ["craft", "noname", "opening_hours:signed", "shop", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "id" : "node/7951451025", "properties" : {"craft" : "beekeeper", "noname" : "yes", "opening_hours:signed" : "no", "shop" : "honey", "id" : "node/7951451025"}, "geometry" : {"type" : "Point", "coordinates" : [10.9119344, 50.9080758]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"craft": {"type": "string"}, "noname": {"type": "string"}, "opening_hours:signed": {"type": "string"}, "shop": {"type": "string"}, "id": {"type": "string"}}, "required": ["craft", "noname", "opening_hours:signed", "shop", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"manufacturer" : "DEXP", "market_name" : "M750", "codename" : "M750", "model" : "Ixion M750"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"rpcUrl": {"type": "string"}, "holdingTokenAddress": {"type": "string"}, "holdingTokenLiquidityPoolAddress": {"type": "string"}, "liquidityMiningAddress": {"type": "string"}, "rewardTokenAddress": {"type": "string"}, "rewarderAccountAddress": {"type": "string"}, "totalRewardAmountWei": {"type": "string"}, "minRewardWei": {"type": "string"}, "snapshotBlockNumber": {"type": "integer"}, "firstScannedBlockNumber": {"type": "integer"}}, "required": ["rpcUrl", "holdingTokenAddress", "holdingTokenLiquidityPoolAddress", "liquidityMiningAddress", "rewardTokenAddress", "rewarderAccountAddress", "totalRewardAmountWei", "minRewardWei", "snapshotBlockNumber", "firstScannedBlockNumber"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"rpcUrl" : "http://localhost:4444", "holdingTokenAddress" : "0x2e6B1d146064613E8f521Eb3c6e65070af964EbB", "holdingTokenLiquidityPoolAddress" : "0x3a18e61d9c9f1546dea013478dd653c793098f17", "liquidityMiningAddress" : "0xf730af26e87D9F55E46A6C447ED2235C385E55e0", "rewardTokenAddress" : "0x2e6B1d146064613E8f521Eb3c6e65070af964EbB", "rewarderAccountAddress" : "0x98B94f8aC1246609a7F0F8A5ec72F5aeb789bA4e", "totalRewardAmountWei" : "1111112053928883000000000", "minRewardWei" : "10000000000000000000", "snapshotBlockNumber" : 4056339, "firstScannedBlockNumber" : 3831000} | json_instruct | {"type": "object", "properties": {"rpcUrl": {"type": "string"}, "holdingTokenAddress": {"type": "string"}, "holdingTokenLiquidityPoolAddress": {"type": "string"}, "liquidityMiningAddress": {"type": "string"}, "rewardTokenAddress": {"type": "string"}, "rewarderAccountAddress": {"type": "string"}, "totalRewardAmountWei": {"type": "string"}, "minRewardWei": {"type": "string"}, "snapshotBlockNumber": {"type": "integer"}, "firstScannedBlockNumber": {"type": "integer"}}, "required": ["rpcUrl", "holdingTokenAddress", "holdingTokenLiquidityPoolAddress", "liquidityMiningAddress", "rewardTokenAddress", "rewarderAccountAddress", "totalRewardAmountWei", "minRewardWei", "snapshotBlockNumber", "firstScannedBlockNumber"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"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" : [[[126.0, 22.583333333333332], [126.0, 22.666666666666668], [126.125, 22.666666666666668], [126.125, 22.583333333333332], [126.0, 22.583333333333332]]]}, "properties" : {"code" : 332670, "url" : "http://madefor.github.io/0410/api/v1/332670.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/332670.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#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "sortorder": {"type": "integer"}, "category": {"type": "string"}, "materialtype": {"type": "string"}, "source": {"type": "array", "items": {}}}, "required": ["name", "description", "sortorder", "category", "materialtype", "source"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Poeira Elemental", "description" : "Fragmentos dispersos do Cristal do Or\u00e1culo. Mostra tesouros ocultos por perto.", "sortorder" : 855, "category" : "CONSUME", "materialtype" : "Item de Aventura", "source" : []} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "sortorder": {"type": "integer"}, "category": {"type": "string"}, "materialtype": {"type": "string"}, "source": {"type": "array", "items": {}}}, "required": ["name", "description", "sortorder", "category", "materialtype", "source"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"frame_id": {"type": "integer"}, "walking": {"type": "string"}, "video_id": {"type": "string"}, "bbs": {"type": "array", "items": {"type": "object", "properties": {"right": {"type": "number"}, "bottom": {"type": "number"}, "top": {"type": "number"}, "recognized": {"type": "boolean"}, "bb_big_enough": {"type": "boolean"}, "class": {"type": "string"}, "left": {"type": "number"}}, "required": ["right", "bottom", "top", "recognized", "bb_big_enough", "class", "left"]}}, "p_voice": {"type": "string"}}, "required": ["frame_id", "walking", "video_id", "bbs", "p_voice"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"frame_id" : 5023, "walking" : "0", "video_id" : "VID_20161007_131547_reduced", "bbs" : [{"right" : 0.77976, "bottom" : 0.465855, "top" : 0.046362, "recognized" : false, "bb_big_enough" : true, "class" : "artwork", "left" : 0.435147}, {"artwork_id" : "david_bronzo_donatello", "right" : 0.619423, "bottom" : 0.763585, "top" : 0.037324, "confidence" : 337, "recognized" : true, "bb_big_enough" : true, "class" : "artwork", "left" : 0.055518}], "p_voice" : "0"} | json_instruct | {"type": "object", "properties": {"frame_id": {"type": "integer"}, "walking": {"type": "string"}, "video_id": {"type": "string"}, "bbs": {"type": "array", "items": {"type": "object", "properties": {"right": {"type": "number"}, "bottom": {"type": "number"}, "top": {"type": "number"}, "recognized": {"type": "boolean"}, "bb_big_enough": {"type": "boolean"}, "class": {"type": "string"}, "left": {"type": "number"}}, "required": ["right", "bottom", "top", "recognized", "bb_big_enough", "class", "left"]}}, "p_voice": {"type": "string"}}, "required": ["frame_id", "walking", "video_id", "bbs", "p_voice"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1411.3403538075472, 1480.0691052282364], [1390.163783564864, 1484.3044192767732], [1368.9872133221804, 1484.3044192767732], [1343.5753290309601, 1484.3044192767732], [1324.516415812545, 1490.6573903495782], [1313.9281306912033, 1503.3633324951884], [1299.1045315213248, 1516.0692746407985]] | 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": {"changepoint": {"type": "string"}, "country": {"type": "object", "properties": {"code": {"type": "string"}, "group": {"type": "string"}, "name": {"type": "string"}}, "required": ["code", "group", "name"]}, "topics": {"type": "array", "items": {"type": "object", "properties": {"diff": {"type": "number"}, "topic": {"type": "string"}}, "required": ["diff", "topic"]}}}, "required": ["changepoint", "country", "topics"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"changepoint" : "2020-01-25", "country" : {"code" : "CZE", "group" : "cs", "name" : "Czech Republic"}, "topics" : [{"diff" : 15374.0, "topic" : "Microorganisms"}, {"diff" : 15111.0, "topic" : "Rna viruses"}, {"diff" : 15107.0, "topic" : "Viruses"}, {"diff" : 15100.0, "topic" : "Baltimore classification"}, {"diff" : 14850.0, "topic" : "Clinical medicine"}, {"diff" : 1820.0, "topic" : "Holidays"}, {"diff" : 1817.0, "topic" : "December observances"}, {"diff" : 1817.0, "topic" : "Feasts"}, {"diff" : 1816.0, "topic" : "Jesus christ"}, {"diff" : 1812.0, "topic" : "Religious events"}, {"diff" : 1288.0, "topic" : "Epidemiology"}, {"diff" : 1183.0, "topic" : "Health policy"}, {"diff" : 697.0, "topic" : "Virology"}, {"diff" : 683.0, "topic" : "Animal health"}, {"diff" : 587.0, "topic" : "Health disasters"}, {"diff" : 587.0, "topic" : "Disease outbreaks"}, {"diff" : 576.0, "topic" : "Metropolitan areas"}, {"diff" : 547.0, "topic" : "Animal welfare"}, {"diff" : 523.0, "topic" : "Capitals"}, {"diff" : 509.0, "topic" : "Prevention"}]} | json_instruct | {"type": "object", "properties": {"changepoint": {"type": "string"}, "country": {"type": "object", "properties": {"code": {"type": "string"}, "group": {"type": "string"}, "name": {"type": "string"}}, "required": ["code", "group", "name"]}, "topics": {"type": "array", "items": {"type": "object", "properties": {"diff": {"type": "number"}, "topic": {"type": "string"}}, "required": ["diff", "topic"]}}}, "required": ["changepoint", "country", "topics"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"description": {"type": "string"}, "properties": {"type": "object", "properties": {"requestedFiles": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}, "items": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}}, "required": ["type", "description", "items"]}}, "required": ["requestedFiles"]}}, "required": ["description", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"description" : "Batch of results for file pre-signed-URLs and/or FileHandles requests.", "properties" : {"requestedFiles" : {"type" : "array", "description" : "Defines the files to get.", "items" : {"$ref" : "org.sagebionetworks.repo.model.file.FileResult"}}}} | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "properties": {"type": "object", "properties": {"requestedFiles": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}, "items": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}}, "required": ["type", "description", "items"]}}, "required": ["requestedFiles"]}}, "required": ["description", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nom" : "Sart\u00e8ne", "dpt" : "Corse-du-Sud", "inscrits" : 2341, "abs" : 727, "votants" : 1614, "blancs" : 40, "nuls" : 31, "exp" : 1543, "res" : [{"panneau" : "2", "voix" : 373}, {"panneau" : "9", "voix" : 363}, {"panneau" : "11", "voix" : 347}, {"panneau" : "3", "voix" : 270}, {"panneau" : "8", "voix" : 69}, {"panneau" : "4", "voix" : 56}, {"panneau" : "1", "voix" : 36}, {"panneau" : "6", "voix" : 13}, {"panneau" : "10", "voix" : 12}, {"panneau" : "7", "voix" : 3}, {"panneau" : "5", "voix" : 1}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"Kautenja": {"type": "string"}}, "required": ["Kautenja"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source_files": {"type": "string"}, "resource_bundles": {"type": "object", "properties": {"BDatePicker": {"type": "array", "items": {"type": "string"}}}, "required": ["BDatePicker"]}, "frameworks": {"type": "string"}, "dependencies": {"type": "object", "properties": {"PopupDialog": {"type": "array", "items": {"type": "string"}}, "FSCalendar": {"type": "array", "items": {}}}, "required": ["PopupDialog", "FSCalendar"]}, "pushed_with_swift_version": {"type": "string"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "source", "platforms", "source_files", "resource_bundles", "frameworks", "dependencies", "pushed_with_swift_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "BDatePicker", "version" : "0.1.0", "summary" : "BDatePicker is a tool for quickly selecting a date from a wide range.", "description" : "BDatePicker provides a simple framework for producing a popup from which to select a date\nusing a calendar and time picker. It's build upon the existing pod 'PopupDialog'", "homepage" : "https://github.com/Kautenja/BDatePicker", "license" : {"type" : "MIT", "file" : "LICENSE"}, "authors" : {"Kautenja" : "ckfour@icloud.com"}, "source" : {"git" : "https://github.com/Kautenja/BDatePicker.git", "tag" : "0.1.0"}, "platforms" : {"ios" : "10.0"}, "source_files" : "BDatePicker/Classes/**/*", "resource_bundles" : {"BDatePicker" : ["BDatePicker/Assets/*"]}, "frameworks" : "UIKit", "dependencies" : {"PopupDialog" : ["~> 0.5"], "FSCalendar" : []}, "pushed_with_swift_version" : "3.0"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"Kautenja": {"type": "string"}}, "required": ["Kautenja"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source_files": {"type": "string"}, "resource_bundles": {"type": "object", "properties": {"BDatePicker": {"type": "array", "items": {"type": "string"}}}, "required": ["BDatePicker"]}, "frameworks": {"type": "string"}, "dependencies": {"type": "object", "properties": {"PopupDialog": {"type": "array", "items": {"type": "string"}}, "FSCalendar": {"type": "array", "items": {}}}, "required": ["PopupDialog", "FSCalendar"]}, "pushed_with_swift_version": {"type": "string"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "source", "platforms", "source_files", "resource_bundles", "frameworks", "dependencies", "pushed_with_swift_version"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "Etude", "definitions" : ["A short musical composition, typically for one instrument, designed as an exercise to improve the technique or demonstrate the skill of the player."], "parts-of-speech" : "Noun"} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"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-05-31T08:00:00Z", "Temp" : 38.8, "RelHum" : 11, "WindSpeed" : 6.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#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "line_lon": {"type": "number"}, "line_lat": {"type": "number"}, "line_zoom": {"type": "integer"}, "station_l": {"type": "array", "items": {"type": "object", "properties": {"station_cd": {"type": "integer"}, "station_g_cd": {"type": "integer"}, "station_name": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["station_cd", "station_g_cd", "station_name", "lon", "lat"]}}}, "required": ["line_cd", "line_name", "line_lon", "line_lat", "line_zoom", "station_l"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"line_cd" : 99424, "line_name" : "\u5999\u9ad8\u306f\u306d\u3046\u307e\u30e9\u30a4\u30f3", "line_lon" : 138.0056284368, "line_lat" : 37.092750222369, "line_zoom" : 10, "station_l" : [{"station_cd" : 1140321, "station_g_cd" : 1140321, "station_name" : "\u76f4\u6c5f\u6d25", "lon" : 138.242265, "lat" : 37.170251}, {"station_cd" : 1140320, "station_g_cd" : 1140320, "station_name" : "\u6625\u65e5\u5c71", "lon" : 138.234922, "lat" : 37.148042}, {"station_cd" : 1140319, "station_g_cd" : 1140319, "station_name" : "\u9ad8\u7530", "lon" : 138.242018, "lat" : 37.115226}, {"station_cd" : 1140318, "station_g_cd" : 1140318, "station_name" : "\u5357\u9ad8\u7530", "lon" : 138.242973, "lat" : 37.096766}, {"station_cd" : 1140317, "station_g_cd" : 1140317, "station_name" : "\u4e0a\u8d8a\u5999\u9ad8", "lon" : 138.249476, "lat" : 37.081813}, {"station_cd" : 1140316, "station_g_cd" : 1140316, "station_name" : "\u5317\u65b0\u4e95", "lon" : 138.257699, "lat" : 37.05296}, {"station_cd" : 1140315, "station_g_cd" : 1140315, "station_name" : "\u65b0\u4e95", "lon" : 138.255614, "lat" : 37.026738}, {"station_cd" : 1140314, "station_g_cd" : 1140314, "station_name" : "\u4e8c\u672c\u6728", "lon" : 138.232765, "lat" : 36.989608}, {"station_cd" : 1140313, "station_g_cd" : 1140313, "station_name" : "\u95a2\u5c71", "lon" : 138.226415, "lat" : 36.933048}, {"station_cd" : 1140312, "station_g_cd" : 1140312, "station_name" : "\u5999\u9ad8\u9ad8\u539f", "lon" : 138.211953, "lat" : 36.872175}]} | json_instruct | {"type": "object", "properties": {"line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "line_lon": {"type": "number"}, "line_lat": {"type": "number"}, "line_zoom": {"type": "integer"}, "station_l": {"type": "array", "items": {"type": "object", "properties": {"station_cd": {"type": "integer"}, "station_g_cd": {"type": "integer"}, "station_name": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["station_cd", "station_g_cd", "station_name", "lon", "lat"]}}}, "required": ["line_cd", "line_name", "line_lon", "line_lat", "line_zoom", "station_l"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "amazon stone", "definition" : "A variety of feldspar, having a verdigris-green color."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"0": {"type": "boolean"}}, "required": ["0"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : "393dc12f1be568e22ff3", "c" : {"0" : true}} | json_instruct | {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"0": {"type": "boolean"}}, "required": ["0"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "dietist", "definition" : "One skilled in dietetics. [R.]"} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}}, "required": ["name", "version", "lockfileVersion"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "updater-demo", "version" : "1.0.0", "lockfileVersion" : 1} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}}, "required": ["name", "version", "lockfileVersion"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"Bluegrass": {"type": "array", "items": {"type": "string"}}}, "required": ["Bluegrass"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Bluegrass" : ["CountryMusic", "FolkMusic", "Blues", "FolkMusic", "Jazz", "CountryMusic", "Jazz", "Rock", "FolkMusic", "Blues", "FolkMusic", "CountryMusic"]} | json_instruct | {"type": "object", "properties": {"Bluegrass": {"type": "array", "items": {"type": "string"}}}, "required": ["Bluegrass"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"player_id": {"type": "integer"}, "name": {"type": "string"}, "position": {"type": "string"}, "height": {"type": "string"}, "weight": {"type": "string"}, "current_team": {"type": "null"}, "birth_date": {"type": "string"}, "birth_place": {"type": "string"}, "death_date": {"type": "null"}, "college": {"type": "string"}, "high_school": {"type": "string"}, "draft_team": {"type": "string"}, "draft_round": {"type": "string"}, "draft_position": {"type": "string"}, "draft_year": {"type": "string"}, "current_salary": {"type": "null"}, "hof_induction_year": {"type": "null"}}, "required": ["player_id", "name", "position", "height", "weight", "current_team", "birth_date", "birth_place", "death_date", "college", "high_school", "draft_team", "draft_round", "draft_position", "draft_year", "current_salary", "hof_induction_year"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"player_id" : 289, "name" : "Anthony Allen", "position" : "WR", "height" : "5-11", "weight" : "180", "current_team" : null, "birth_date" : "1959-06-29", "birth_place" : "McComb, MS", "death_date" : null, "college" : "Washington", "high_school" : "Garfield, WA", "draft_team" : "Atlanta Falcons", "draft_round" : "6", "draft_position" : "156", "draft_year" : "1983", "current_salary" : null, "hof_induction_year" : null} | json_instruct | {"type": "object", "properties": {"player_id": {"type": "integer"}, "name": {"type": "string"}, "position": {"type": "string"}, "height": {"type": "string"}, "weight": {"type": "string"}, "current_team": {"type": "null"}, "birth_date": {"type": "string"}, "birth_place": {"type": "string"}, "death_date": {"type": "null"}, "college": {"type": "string"}, "high_school": {"type": "string"}, "draft_team": {"type": "string"}, "draft_round": {"type": "string"}, "draft_position": {"type": "string"}, "draft_year": {"type": "string"}, "current_salary": {"type": "null"}, "hof_induction_year": {"type": "null"}}, "required": ["player_id", "name", "position", "height", "weight", "current_team", "birth_date", "birth_place", "death_date", "college", "high_school", "draft_team", "draft_round", "draft_position", "draft_year", "current_salary", "hof_induction_year"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"country_code": {"type": "string"}, "parents": {"type": "array", "items": {"type": "string"}}, "locale": {"type": "string"}, "subdivisions": {"type": "object", "properties": {"Dawukou Qu": {"type": "object", "properties": {"local_code": {"type": "string"}}, "required": ["local_code"]}, "Huinong Qu": {"type": "object", "properties": {"local_code": {"type": "string"}}, "required": ["local_code"]}, "Pingluo Xian": {"type": "object", "properties": {"local_code": {"type": "string"}}, "required": ["local_code"]}}, "required": ["Dawukou Qu", "Huinong Qu", "Pingluo Xian"]}}, "required": ["country_code", "parents", "locale", "subdivisions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"country_code" : "CN", "parents" : ["CN", "Ningxia Huizuzizhiqu", "Shizuishan Shi"], "locale" : "zh-Hans", "subdivisions" : {"Dawukou Qu" : {"local_code" : "\u5927\u6b66\u53e3\u533a"}, "Huinong Qu" : {"local_code" : "\u60e0\u519c\u533a"}, "Pingluo Xian" : {"local_code" : "\u5e73\u7f57\u53bf"}}} | json_instruct | {"type": "object", "properties": {"country_code": {"type": "string"}, "parents": {"type": "array", "items": {"type": "string"}}, "locale": {"type": "string"}, "subdivisions": {"type": "object", "properties": {"Dawukou Qu": {"type": "object", "properties": {"local_code": {"type": "string"}}, "required": ["local_code"]}, "Huinong Qu": {"type": "object", "properties": {"local_code": {"type": "string"}}, "required": ["local_code"]}, "Pingluo Xian": {"type": "object", "properties": {"local_code": {"type": "string"}}, "required": ["local_code"]}}, "required": ["Dawukou Qu", "Huinong Qu", "Pingluo Xian"]}}, "required": ["country_code", "parents", "locale", "subdivisions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"year" : 1996, "sex" : "F", "n" : 14, "prop" : 7.3e-06}, {"year" : 1997, "sex" : "F", "n" : 19, "prop" : 9.95e-06}, {"year" : 1998, "sex" : "F", "n" : 30, "prop" : 0}, {"year" : 1999, "sex" : "F", "n" : 26, "prop" : 0}, {"year" : 2000, "sex" : "F", "n" : 34, "prop" : 0}, {"year" : 2001, "sex" : "F", "n" : 42, "prop" : 0}, {"year" : 2002, "sex" : "F", "n" : 52, "prop" : 0}, {"year" : 2003, "sex" : "F", "n" : 49, "prop" : 0}, {"year" : 2004, "sex" : "F", "n" : 62, "prop" : 0}, {"year" : 2005, "sex" : "F", "n" : 74, "prop" : 0}, {"year" : 2006, "sex" : "F", "n" : 94, "prop" : 0}, {"year" : 2007, "sex" : "F", "n" : 68, "prop" : 0}, {"year" : 2008, "sex" : "F", "n" : 86, "prop" : 0}, {"year" : 2009, "sex" : "F", "n" : 102, "prop" : 0.0001}, {"year" : 2010, "sex" : "F", "n" : 64, "prop" : 0}, {"year" : 2011, "sex" : "F", "n" : 79, "prop" : 0}, {"year" : 2012, "sex" : "F", "n" : 43, "prop" : 0}, {"year" : 2013, "sex" : "F", "n" : 34, "prop" : 0}, {"year" : 2014, "sex" : "F", "n" : 39, "prop" : 0}, {"year" : 2015, "sex" : "F", "n" : 31, "prop" : 0}, {"year" : 2016, "sex" : "F", "n" : 34, "prop" : 0}, {"year" : 2017, "sex" : "F", "n" : 19, "prop" : 0}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title": {"type": "string"}, "year": {"type": "integer"}}, "required": ["artist_id", "artist_latitude", "artist_location", "artist_longitude", "artist_name", "duration", "num_songs", "song_id", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"artist_id" : "ARGJVKV1187B9ACBF1", "artist_latitude" : null, "artist_location" : "Kingston, Jamaica", "artist_longitude" : null, "artist_name" : "Grace Jones", "duration" : 281.59955, "num_songs" : 1, "song_id" : "SOTAYHT12A58A78771", "title" : "Pull Up To The Bumper", "year" : 1981} | json_instruct | {"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "null"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "null"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title": {"type": "string"}, "year": {"type": "integer"}}, "required": ["artist_id", "artist_latitude", "artist_location", "artist_longitude", "artist_name", "duration", "num_songs", "song_id", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"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" : "Jossigny", "circ" : "8\u00e8me circonscription", "dpt" : "Seine-et-Marne", "inscrits" : 441, "abs" : 249, "votants" : 192, "blancs" : 13, "nuls" : 8, "exp" : 171, "res" : [{"nuance" : "REM", "nom" : "M. Jean-Michel FAUVERGUE", "voix" : 107}, {"nuance" : "LR", "nom" : "Mme Chantal BRUNEL", "voix" : 64}]} | 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#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"9322e883-5305-4086-a2e9-b2ee90d95325": {"type": "integer"}, "e5c10f7e-61e9-485d-8ccc-fccee29dfe52": {"type": "integer"}, "dd633998-ffd1-45a9-8f5a-75a618ff5ca7": {"type": "integer"}, "081c8632-590b-45cd-8fb8-54355461d1d8": {"type": "integer"}, "f5936873-ce55-4843-ad31-e96dae73681b": {"type": "integer"}, "c7dafafd-ffa2-4387-8caf-e654980f8b77": {"type": "integer"}, "7c582141-2bf8-4e23-8530-f20cdbef939c": {"type": "integer"}, "9b561efd-28cc-4660-8f47-8f247affbaf8": {"type": "integer"}, "program": {"type": "integer"}, "cc00f6d4-786a-402f-aabe-3c2624ac7209": {"type": "integer"}, "71decd16-4437-4552-a149-ca2e54d98b5d": {"type": "integer"}}, "required": ["9322e883-5305-4086-a2e9-b2ee90d95325", "e5c10f7e-61e9-485d-8ccc-fccee29dfe52", "dd633998-ffd1-45a9-8f5a-75a618ff5ca7", "081c8632-590b-45cd-8fb8-54355461d1d8", "f5936873-ce55-4843-ad31-e96dae73681b", "c7dafafd-ffa2-4387-8caf-e654980f8b77", "7c582141-2bf8-4e23-8530-f20cdbef939c", "9b561efd-28cc-4660-8f47-8f247affbaf8", "program", "cc00f6d4-786a-402f-aabe-3c2624ac7209", "71decd16-4437-4552-a149-ca2e54d98b5d"]}}, "required": ["configuration", "regionsToProcessedPerformance"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"configuration" : ["UPSCALINGALGORITHM", "ENABLEPNGCRUSH", "SKIPUPSCALING", "ENABLEMOZJPEG", "OUTPUTCOMPRESSIONGMODE", "DOWNSCALINGALGORITHM"], "regionsToProcessedPerformance" : {"9322e883-5305-4086-a2e9-b2ee90d95325" : -8303, "e5c10f7e-61e9-485d-8ccc-fccee29dfe52" : 5818460657, "dd633998-ffd1-45a9-8f5a-75a618ff5ca7" : -7406, "081c8632-590b-45cd-8fb8-54355461d1d8" : 1754014891, "f5936873-ce55-4843-ad31-e96dae73681b" : 19876458, "c7dafafd-ffa2-4387-8caf-e654980f8b77" : -7459, "7c582141-2bf8-4e23-8530-f20cdbef939c" : -14979, "9b561efd-28cc-4660-8f47-8f247affbaf8" : -8600, "program" : 1295937, "cc00f6d4-786a-402f-aabe-3c2624ac7209" : 1715, "71decd16-4437-4552-a149-ca2e54d98b5d" : -19582}} | json_instruct | {"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"9322e883-5305-4086-a2e9-b2ee90d95325": {"type": "integer"}, "e5c10f7e-61e9-485d-8ccc-fccee29dfe52": {"type": "integer"}, "dd633998-ffd1-45a9-8f5a-75a618ff5ca7": {"type": "integer"}, "081c8632-590b-45cd-8fb8-54355461d1d8": {"type": "integer"}, "f5936873-ce55-4843-ad31-e96dae73681b": {"type": "integer"}, "c7dafafd-ffa2-4387-8caf-e654980f8b77": {"type": "integer"}, "7c582141-2bf8-4e23-8530-f20cdbef939c": {"type": "integer"}, "9b561efd-28cc-4660-8f47-8f247affbaf8": {"type": "integer"}, "program": {"type": "integer"}, "cc00f6d4-786a-402f-aabe-3c2624ac7209": {"type": "integer"}, "71decd16-4437-4552-a149-ca2e54d98b5d": {"type": "integer"}}, "required": ["9322e883-5305-4086-a2e9-b2ee90d95325", "e5c10f7e-61e9-485d-8ccc-fccee29dfe52", "dd633998-ffd1-45a9-8f5a-75a618ff5ca7", "081c8632-590b-45cd-8fb8-54355461d1d8", "f5936873-ce55-4843-ad31-e96dae73681b", "c7dafafd-ffa2-4387-8caf-e654980f8b77", "7c582141-2bf8-4e23-8530-f20cdbef939c", "9b561efd-28cc-4660-8f47-8f247affbaf8", "program", "cc00f6d4-786a-402f-aabe-3c2624ac7209", "71decd16-4437-4552-a149-ca2e54d98b5d"]}}, "required": ["configuration", "regionsToProcessedPerformance"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "null"}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0x6e251c08dc330fd67804bdbb547739dd8546775d", "tool" : "securify", "start" : 1563650345.9386802, "end" : 1563650350.0043073, "duration" : 4.065627098083496, "analysis" : null} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "null"}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1996, 7], [1997, 5], [2001, 6], [2002, 5], [2003, 5], [2005, 8], [2008, 5], [2009, 5], [2010, 7], [2012, 8], [2013, 8], [2014, 6]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_date": {"type": "string"}, "topics": {"type": "null"}, "program": {"type": "array", "items": {"type": "string"}}, "projects": {"type": "null"}, "working_groups": {"type": "null"}, "abstract": {"type": "string"}, "acknowledgement": {"type": "string"}}, "required": ["id", "citation_title", "citation_author", "citation_publication_date", "issue_date", "revision_date", "topics", "program", "projects", "working_groups", "abstract", "acknowledgement"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 2160, "citation_title" : "Keynesian, New Keynesian, and New Classical Economics", "citation_author" : ["Bruce C. Greenwald", "Joseph E. Stiglitz"], "citation_publication_date" : "1987-02-01", "issue_date" : "1987-02-01", "revision_date" : "None", "topics" : null, "program" : ["Economic Fluctuations and Growth"], "projects" : null, "working_groups" : null, "abstract" : "\n\nMuch of the new theory of macro-economics that has been built upon micro-economic models of imperfect information leads to conclusions which are surprisingly close in spirit to Keynes' original analysis. This paper summarizes the macro-economic implications of information-based models of efficiency wages, credit-rationing and the breakdown of financial markets for equity-type securities. It shows how these models lead to behavior by firms and interactions among economic agents that account for many of the phenomena identified by Keynes in qualitative terms which were largely lost in subsequent formalizations of the Keynesian model. These imperfect information macro-models provide consistent theoretical explanations in the Keynesian spirit in unemployment, investment concentrated business cycles, rigid prices and the effectiveness of monetary and fiscal policy interventions. In doing so, they reconcile macro and micro-economic analysis in a way that has so far been achieved neither by the traditional Keynesians, who assumed away the micro-dimension of the problem, nor by the new classical economists who assumed away the macro-dimension of the problem.\n\n", "acknowledgement" : "\n"} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_date": {"type": "string"}, "topics": {"type": "null"}, "program": {"type": "array", "items": {"type": "string"}}, "projects": {"type": "null"}, "working_groups": {"type": "null"}, "abstract": {"type": "string"}, "acknowledgement": {"type": "string"}}, "required": ["id", "citation_title", "citation_author", "citation_publication_date", "issue_date", "revision_date", "topics", "program", "projects", "working_groups", "abstract", "acknowledgement"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies 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" : [[[137.0, 43.25], [137.0, 43.333333333333336], [137.125, 43.333333333333336], [137.125, 43.25], [137.0, 43.25]]]}, "properties" : {"code" : 643770, "url" : "http://madefor.github.io/0410/api/v1/643770.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/643770.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#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "3578141002", "nama" : "Tandes"}, {"id" : "3578141006", "nama" : "Karang Poh"}, {"id" : "3578141007", "nama" : "Balongsari"}, {"id" : "3578141009", "nama" : "Manukan Kulon"}, {"id" : "3578141011", "nama" : "Manukan Wetan"}, {"id" : "3578141012", "nama" : "Banjar Sugihan"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["postscribe"] | 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": {"private": {"type": "boolean"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "test": {"type": "string"}, "format": {"type": "string"}}, "required": ["dev", "test", "format"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"prettier": {"type": "string"}}, "required": ["prettier"]}, "dependencies": {"type": "object", "properties": {"itsybitsy": {"type": "string"}, "markdown-it": {"type": "string"}, "markdown-it-front-matter": {"type": "string"}, "markdown-it-highlightjs": {"type": "string"}, "markdown-it-task-lists": {"type": "string"}, "mrmime": {"type": "string"}, "wrangler": {"type": "string"}, "yieldparser": {"type": "string"}}, "required": ["itsybitsy", "markdown-it", "markdown-it-front-matter", "markdown-it-highlightjs", "markdown-it-task-lists", "mrmime", "wrangler", "yieldparser"]}}, "required": ["private", "name", "version", "description", "main", "scripts", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"private" : true, "name" : "collected-press", "version" : "1.0.0", "description" : "A template for kick starting a Cloudflare Workers project", "main" : "index.js", "scripts" : {"dev" : "wrangler dev", "test" : "echo \"Error: no test specified\" && exit 1", "format" : "prettier --write '**/*.{js,css,json,md}'"}, "author" : "Patrick Smith <pgwsmith@gmail.com>", "license" : "MIT", "devDependencies" : {"prettier" : "^2.6.2"}, "dependencies" : {"itsybitsy" : "^0.1.0", "markdown-it" : "^13.0.1", "markdown-it-front-matter" : "^0.2.3", "markdown-it-highlightjs" : "^3.5.0", "markdown-it-task-lists" : "^2.1.1", "mrmime" : "^1.0.0", "wrangler" : "^2.0.6", "yieldparser" : "^0.3.0"}} | json_instruct | {"type": "object", "properties": {"private": {"type": "boolean"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "test": {"type": "string"}, "format": {"type": "string"}}, "required": ["dev", "test", "format"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"prettier": {"type": "string"}}, "required": ["prettier"]}, "dependencies": {"type": "object", "properties": {"itsybitsy": {"type": "string"}, "markdown-it": {"type": "string"}, "markdown-it-front-matter": {"type": "string"}, "markdown-it-highlightjs": {"type": "string"}, "markdown-it-task-lists": {"type": "string"}, "mrmime": {"type": "string"}, "wrangler": {"type": "string"}, "yieldparser": {"type": "string"}}, "required": ["itsybitsy", "markdown-it", "markdown-it-front-matter", "markdown-it-highlightjs", "markdown-it-task-lists", "mrmime", "wrangler", "yieldparser"]}}, "required": ["private", "name", "version", "description", "main", "scripts", "author", "license", "devDependencies", "dependencies"], "$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"}, "name": {"type": "string"}, "is_closed": {"type": "boolean"}, "description": {"type": "string"}, "shortname": {"type": "string"}, "discr": {"type": "string"}, "type": {"type": "string"}, "_links": {"type": "object", "properties": {"self": {"type": "object", "properties": {"href": {"type": "string"}}, "required": ["href"]}, "homepage": {"type": "object", "properties": {"href": {"type": "string"}}, "required": ["href"]}, "users": {"type": "object", "properties": {"href": {"type": "string"}}, "required": ["href"]}, "services": {"type": "object", "properties": {"href": {"type": "string"}}, "required": ["href"]}, "chairs": {"type": "object", "properties": {"href": {"type": "string"}}, "required": ["href"]}, "join": {"type": "object", "properties": {"href": {"type": "string"}}, "required": ["href"]}, "participations": {"type": "object", "properties": {"href": {"type": "string"}}, "required": ["href"]}}, "required": ["self", "homepage", "users", "services", "chairs", "join", "participations"]}, "identifier": {"type": "string"}}, "required": ["id", "name", "is_closed", "description", "shortname", "discr", "type", "_links", "identifier"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 136159, "name" : "Nordic Chapter Smart City Community Group", "is_closed" : false, "description" : "A community group around smart city technologies and challenges in the nordic region", "shortname" : "smartcity-nordic", "discr" : "w3cgroup", "type" : "community group", "_links" : {"self" : {"href" : "https://api.w3.org/groups/cg/smartcity-nordic"}, "homepage" : {"href" : "https://www.w3.org/community/smartcity-nordic/"}, "users" : {"href" : "https://api.w3.org/groups/cg/smartcity-nordic/users"}, "services" : {"href" : "https://api.w3.org/groups/cg/smartcity-nordic/services"}, "chairs" : {"href" : "https://api.w3.org/groups/cg/smartcity-nordic/chairs"}, "join" : {"href" : "https://www.w3.org/community/smartcity-nordic/join"}, "participations" : {"href" : "https://api.w3.org/groups/cg/smartcity-nordic/participations"}}, "identifier" : "cg/smartcity-nordic"} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "is_closed": {"type": "boolean"}, "description": {"type": "string"}, "shortname": {"type": "string"}, "discr": {"type": "string"}, "type": {"type": "string"}, "_links": {"type": "object", "properties": {"self": {"type": "object", "properties": {"href": {"type": "string"}}, "required": ["href"]}, "homepage": {"type": "object", "properties": {"href": {"type": "string"}}, "required": ["href"]}, "users": {"type": "object", "properties": {"href": {"type": "string"}}, "required": ["href"]}, "services": {"type": "object", "properties": {"href": {"type": "string"}}, "required": ["href"]}, "chairs": {"type": "object", "properties": {"href": {"type": "string"}}, "required": ["href"]}, "join": {"type": "object", "properties": {"href": {"type": "string"}}, "required": ["href"]}, "participations": {"type": "object", "properties": {"href": {"type": "string"}}, "required": ["href"]}}, "required": ["self", "homepage", "users", "services", "chairs", "join", "participations"]}, "identifier": {"type": "string"}}, "required": ["id", "name", "is_closed", "description", "shortname", "discr", "type", "_links", "identifier"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"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" : "0x0bed3e92702099dfc0c0d12d19f19375097ad8814ac1cb11bbbb2375f539609e", "parentHash" : "0xdd0394d85d7be416e35b5171d7faf6a87c619a6f3f35d7bf1dabcc06d8dce480", "number" : 98492, "timestamp" : 1439773771, "nonce" : "0xd51552cf60814e5a", "difficulty" : 3865057689689, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0xe6A7a1d47ff21B6321162AEA7C6CB457D5476Bca", "extraData" : "0x476574682f76312e302e312d38326566323666362f6c696e75782f676f312e34", "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 sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"character": {"type": "string"}, "email": {"type": "string"}, "firstName": {"type": "string"}, "id": {"type": "string"}, "lastName": {"type": "string"}, "ranking": {"type": "integer"}, "score": {"type": "integer"}, "username": {"type": "string"}, "winner": {"type": "boolean"}}, "required": ["character", "email", "firstName", "id", "lastName", "ranking", "score", "username", "winner"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"character" : "kilik", "email" : "test@gmail.com", "firstName" : "", "id" : "2Zzp6wwOUXaJNRnHEvhOIzU1Fhs1", "lastName" : "", "ranking" : 500, "score" : 1, "username" : "Test", "winner" : false} | json_instruct | {"type": "object", "properties": {"character": {"type": "string"}, "email": {"type": "string"}, "firstName": {"type": "string"}, "id": {"type": "string"}, "lastName": {"type": "string"}, "ranking": {"type": "integer"}, "score": {"type": "integer"}, "username": {"type": "string"}, "winner": {"type": "boolean"}}, "required": ["character", "email", "firstName", "id", "lastName", "ranking", "score", "username", "winner"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"category": {"type": "string"}, "classinstvars": {"type": "array", "items": {}}, "classvars": {"type": "array", "items": {}}, "commentStamp": {"type": "string"}, "instvars": {"type": "array", "items": {}}, "name": {"type": "string"}, "pools": {"type": "array", "items": {}}, "super": {"type": "string"}, "type": {"type": "string"}}, "required": ["category", "classinstvars", "classvars", "commentStamp", "instvars", "name", "pools", "super", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"category" : "ForthS-Compiler", "classinstvars" : [], "classvars" : [], "commentStamp" : "LM 2/16/2018 17:48", "instvars" : [], "name" : "ForthSCompiler", "pools" : [], "super" : "StringCompiler", "type" : "normal"} | json_instruct | {"type": "object", "properties": {"category": {"type": "string"}, "classinstvars": {"type": "array", "items": {}}, "classvars": {"type": "array", "items": {}}, "commentStamp": {"type": "string"}, "instvars": {"type": "array", "items": {}}, "name": {"type": "string"}, "pools": {"type": "array", "items": {}}, "super": {"type": "string"}, "type": {"type": "string"}}, "required": ["category", "classinstvars", "classvars", "commentStamp", "instvars", "name", "pools", "super", "type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"category": {"type": "string"}, "classinstvars": {"type": "array", "items": {}}, "classvars": {"type": "array", "items": {}}, "commentStamp": {"type": "string"}, "instvars": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "pools": {"type": "array", "items": {}}, "super": {"type": "string"}, "type": {"type": "string"}}, "required": ["category", "classinstvars", "classvars", "commentStamp", "instvars", "name", "pools", "super", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"category" : "Zinc-BLIP-TCP", "classinstvars" : [], "classvars" : [], "commentStamp" : "", "instvars" : ["server", "address", "port", "isIncoming", "status", "reader", "writer", "error", "openTimeout"], "name" : "TCPConnection", "pools" : [], "super" : "TCPEndpoint", "type" : "normal"} | json_instruct | {"type": "object", "properties": {"category": {"type": "string"}, "classinstvars": {"type": "array", "items": {}}, "classvars": {"type": "array", "items": {}}, "commentStamp": {"type": "string"}, "instvars": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "pools": {"type": "array", "items": {}}, "super": {"type": "string"}, "type": {"type": "string"}}, "required": ["category", "classinstvars", "classvars", "commentStamp", "instvars", "name", "pools", "super", "type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"angular-resource.js": {"type": "string"}, "angular-resource.min.js": {"type": "string"}}, "required": ["angular-resource.js", "angular-resource.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"angular-resource.js" : "sha256-/B10+ee3EaPCDhtnJLObl9ETVW2M3omfsDcVgGVEFzk=", "angular-resource.min.js" : "sha256-Zs08mH6a62teplVoG3rshWKXtR8w0N8kZT4Dg2ekA1g="} | json_instruct | {"type": "object", "properties": {"angular-resource.js": {"type": "string"}, "angular-resource.min.js": {"type": "string"}}, "required": ["angular-resource.js", "angular-resource.min.js"], "$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"}, "peerDependencies": {"type": "object", "properties": {"@ngxs/store": {"type": "string"}, "@angular/fire": {"type": "string"}}, "required": ["@ngxs/store", "@angular/fire"]}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "license": {"type": "string"}, "private": {"type": "boolean"}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "peerDependencies", "homepage", "repository", "license", "private", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@ngxs-labs/firestore-plugin", "version" : "0.1.33", "peerDependencies" : {"@ngxs/store" : ">=3.4.0 <4.0.0", "@angular/fire" : ">=7.2.0"}, "homepage" : "https://github.com/ngxs-labs/firebase-plugin#readme", "repository" : {"type" : "git", "url" : "https://github.com/ngxs-labs/firestore-plugin"}, "license" : "MIT", "private" : false, "keywords" : ["firestore", "ngxs", "ngxs-labs"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "peerDependencies": {"type": "object", "properties": {"@ngxs/store": {"type": "string"}, "@angular/fire": {"type": "string"}}, "required": ["@ngxs/store", "@angular/fire"]}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "license": {"type": "string"}, "private": {"type": "boolean"}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "peerDependencies", "homepage", "repository", "license", "private", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"listed-building": {"type": "string"}, "name": {"type": "string"}, "point": {"type": "string"}, "listed-building-grade": {"type": "string"}, "documentation-url": {"type": "string"}, "start-date": {"type": "string"}, "slug": {"type": "string"}, "entry-date": {"type": "string"}}, "required": ["listed-building", "name", "point", "listed-building-grade", "documentation-url", "start-date", "slug", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-1.943639, 51.431408]}, "properties" : {"listed-building" : "1022453", "name" : "CHALKSTONES", "point" : "POINT (-1.943639 51.431408)", "listed-building-grade" : "II", "documentation-url" : "https://historicengland.org.uk/listing/the-list/list-entry/1022453", "start-date" : "1979-06-28", "slug" : "/listed-building/1022453", "entry-date" : "1987-11-25"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"listed-building": {"type": "string"}, "name": {"type": "string"}, "point": {"type": "string"}, "listed-building-grade": {"type": "string"}, "documentation-url": {"type": "string"}, "start-date": {"type": "string"}, "slug": {"type": "string"}, "entry-date": {"type": "string"}}, "required": ["listed-building", "name", "point", "listed-building-grade", "documentation-url", "start-date", "slug", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about": {"type": "null"}, "license": {"type": "null"}}, "required": ["id", "name", "email", "paypal_email", "homepage", "about", "license"]}, "updated": {"type": "string"}, "weekly_install_count": {"type": "integer"}, "total_install_count": {"type": "integer"}, "rating": {"type": "null"}, "after_screenshot_name": {"type": "null"}, "obsoleting_style_id": {"type": "null"}, "obsoleting_style_name": {"type": "null"}, "obsolete": {"type": "integer"}, "admin_delete_reason_id": {"type": "null"}, "obsoletion_message": {"type": "null"}, "screenshots": {"type": "null"}, "license": {"type": "null"}, "created": {"type": "string"}, "category": {"type": "string"}, "raw_subcategory": {"type": "string"}, "subcategory": {"type": "string"}, "additional_info": {"type": "null"}, "style_tags": {"type": "array", "items": {}}, "css": {"type": "string"}, "discussions": {"type": "array", "items": {}}, "discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}, "userjs_url": {"type": "string"}, "style_settings": {"type": "array", "items": {}}}, "required": ["id", "name", "description", "user", "updated", "weekly_install_count", "total_install_count", "rating", "after_screenshot_name", "obsoleting_style_id", "obsoleting_style_name", "obsolete", "admin_delete_reason_id", "obsoletion_message", "screenshots", "license", "created", "category", "raw_subcategory", "subcategory", "additional_info", "style_tags", "css", "discussions", "discussionsCount", "commentsCount", "userjs_url", "style_settings"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 638, "name" : "LJ.com / Removing the Cprod modules", "description" : "LiveJournal.com - Removing/Hiding the Prodding Modules", "user" : {"id" : 499, "name" : "whatever", "email" : "redacted", "paypal_email" : null, "homepage" : null, "about" : null, "license" : null}, "updated" : "2006-07-14T13:22:23.000Z", "weekly_install_count" : 0, "total_install_count" : 476, "rating" : null, "after_screenshot_name" : null, "obsoleting_style_id" : null, "obsoleting_style_name" : null, "obsolete" : 0, "admin_delete_reason_id" : null, "obsoletion_message" : null, "screenshots" : null, "license" : null, "created" : "2006-07-14T13:22:23.000Z", "category" : "site", "raw_subcategory" : "livejournal", "subcategory" : "livejournal", "additional_info" : null, "style_tags" : [], "css" : "@namespace url(http://www.w3.org/1999/xhtml);\r\n\r\n@-moz-document domain(\"livejournal.com\") {\r\n\r\n/* Hide the display of CProd boxes \r\n http://www.livejournal.com/didyouknow/\r\n*/\r\n #CProd_box { display: none;} \r\n\r\n}", "discussions" : [], "discussionsCount" : 0, "commentsCount" : 0, "userjs_url" : "/styles/userjs/638/lj-com-removing-the-cprod-modules.user.js", "style_settings" : []} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about": {"type": "null"}, "license": {"type": "null"}}, "required": ["id", "name", "email", "paypal_email", "homepage", "about", "license"]}, "updated": {"type": "string"}, "weekly_install_count": {"type": "integer"}, "total_install_count": {"type": "integer"}, "rating": {"type": "null"}, "after_screenshot_name": {"type": "null"}, "obsoleting_style_id": {"type": "null"}, "obsoleting_style_name": {"type": "null"}, "obsolete": {"type": "integer"}, "admin_delete_reason_id": {"type": "null"}, "obsoletion_message": {"type": "null"}, "screenshots": {"type": "null"}, "license": {"type": "null"}, "created": {"type": "string"}, "category": {"type": "string"}, "raw_subcategory": {"type": "string"}, "subcategory": {"type": "string"}, "additional_info": {"type": "null"}, "style_tags": {"type": "array", "items": {}}, "css": {"type": "string"}, "discussions": {"type": "array", "items": {}}, "discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}, "userjs_url": {"type": "string"}, "style_settings": {"type": "array", "items": {}}}, "required": ["id", "name", "description", "user", "updated", "weekly_install_count", "total_install_count", "rating", "after_screenshot_name", "obsoleting_style_id", "obsoleting_style_name", "obsolete", "admin_delete_reason_id", "obsoletion_message", "screenshots", "license", "created", "category", "raw_subcategory", "subcategory", "additional_info", "style_tags", "css", "discussions", "discussionsCount", "commentsCount", "userjs_url", "style_settings"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "620602122200", "text" : "\u84c4\u6c34\u6751\u59d4\u4f1a"}, {"id" : "620602122201", "text" : "\u6c99\u6cb3\u6751\u59d4\u4f1a"}, {"id" : "620602122202", "text" : "\u6da8\u6cd7\u6751\u59d4\u4f1a"}, {"id" : "620602122203", "text" : "\u5357\u6c34\u6751\u59d4\u4f1a"}, {"id" : "620602122204", "text" : "\u4e0b\u53cc\u6751\u59d4\u4f1a"}, {"id" : "620602122205", "text" : "\u6cb3\u6c34\u6751\u59d4\u4f1a"}, {"id" : "620602122206", "text" : "\u4e8e\u5bb6\u6e7e\u6751\u59d4\u4f1a"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"dependencies": {"type": "array", "items": {"type": "string"}}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"dependencies" : ["less-import: ./src/less/less/ds6/variables.less", "less-import: ./src/less/less/ds6/mixins.less", "less-import: ./src/less/gh/ds6/gh-mixins.less"]} | json_instruct | {"type": "object", "properties": {"dependencies": {"type": "array", "items": {"type": "string"}}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"inferno-devtools.js": {"type": "string"}, "inferno-devtools.min.js": {"type": "string"}}, "required": ["inferno-devtools.js", "inferno-devtools.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"inferno-devtools.js" : "sha256-21gWnOuatXTJqlpKax6aFhb8Tyj7pD4pifZxTSzBPDY=", "inferno-devtools.min.js" : "sha256-2k9mt4HnDwzMHeRSjAwjPncp85MwlF/StvkYEXx+8LM="} | json_instruct | {"type": "object", "properties": {"inferno-devtools.js": {"type": "string"}, "inferno-devtools.min.js": {"type": "string"}}, "required": ["inferno-devtools.js", "inferno-devtools.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"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" : "6203181004", "district_id" : "6203181", "name" : "TUMBANG TIHIS"} | 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": {"isDeprecatedLicenseId": {"type": "boolean"}, "licenseText": {"type": "string"}, "standardLicenseTemplate": {"type": "string"}, "name": {"type": "string"}, "licenseId": {"type": "string"}, "standardLicenseHeader": {"type": "string"}, "seeAlso": {"type": "array", "items": {"type": "string"}}, "isOsiApproved": {"type": "boolean"}}, "required": ["isDeprecatedLicenseId", "licenseText", "standardLicenseTemplate", "name", "licenseId", "standardLicenseHeader", "seeAlso", "isOsiApproved"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"isDeprecatedLicenseId" : false, "licenseText" : "\"THE BEER-WARE LICENSE\" (Revision 42): <phk@FreeBSD.ORG> wrote this file. As long as you retain this notice you can do whatever you want with this stuff. If we meet some day, and you think this stuff is worth it, you can buy me a beer in return Poul-Henning Kamp", "standardLicenseTemplate" : "\"THE BEER-WARE LICENSE\" (Revision 42): <phk@FreeBSD.ORG> wrote this file. As long as you retain this notice you can do whatever you want with this stuff. If we meet some day, and you think this stuff is worth it, you can buy me a beer in return Poul-Henning Kamp", "name" : "Beerware License", "licenseId" : "Beerware", "standardLicenseHeader" : "", "seeAlso" : ["https://fedoraproject.org/wiki/Licensing/Beerware"], "isOsiApproved" : false} | json_instruct | {"type": "object", "properties": {"isDeprecatedLicenseId": {"type": "boolean"}, "licenseText": {"type": "string"}, "standardLicenseTemplate": {"type": "string"}, "name": {"type": "string"}, "licenseId": {"type": "string"}, "standardLicenseHeader": {"type": "string"}, "seeAlso": {"type": "array", "items": {"type": "string"}}, "isOsiApproved": {"type": "boolean"}}, "required": ["isDeprecatedLicenseId", "licenseText", "standardLicenseTemplate", "name", "licenseId", "standardLicenseHeader", "seeAlso", "isOsiApproved"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"error": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "object", "properties": {"type": {"type": "string"}, "content": {"type": "string"}}, "required": ["type", "content"]}}, "required": ["error", "message", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"error" : 0, "message" : "Abfrage erfolgreich", "data" : {"type" : "html", "content" : "<b>Some content</b>"}} | json_instruct | {"type": "object", "properties": {"error": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "object", "properties": {"type": {"type": "string"}, "content": {"type": "string"}}, "required": ["type", "content"]}}, "required": ["error", "message", "data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"size": {"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}}, "required": ["width", "height"]}, "padding": {"type": "object", "properties": {"left": {"type": "integer"}, "right": {"type": "integer"}, "top": {"type": "integer"}, "bottom": {"type": "integer"}}, "required": ["left", "right", "top", "bottom"]}}, "required": ["size", "padding"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"size" : {"width" : 10, "height" : 20}, "padding" : {"left" : 0, "right" : 0, "top" : 20, "bottom" : 0}} | json_instruct | {"type": "object", "properties": {"size": {"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}}, "required": ["width", "height"]}, "padding": {"type": "object", "properties": {"left": {"type": "integer"}, "right": {"type": "integer"}, "top": {"type": "integer"}, "bottom": {"type": "integer"}}, "required": ["left", "right", "top", "bottom"]}}, "required": ["size", "padding"], "$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": {"start": {"type": "string"}, "start:prod": {"type": "string"}, "start:dev": {"type": "string"}, "client": {"type": "string"}, "install": {"type": "string"}, "build": {"type": "string"}, "heroku-postbuild": {"type": "string"}, "seed": {"type": "string"}}, "required": ["start", "start:prod", "start:dev", "client", "install", "build", "heroku-postbuild", "seed"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"concurrently": {"type": "string"}, "nodemon": {"type": "string"}}, "required": ["concurrently", "nodemon"]}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "bcryptjs": {"type": "string"}, "body-parser": {"type": "string"}, "cookie-parser": {"type": "string"}, "cookie-session": {"type": "string"}, "dotenv": {"type": "string"}, "express": {"type": "string"}, "express-session": {"type": "string"}, "http-proxy-middleware": {"type": "string"}, "if-env": {"type": "string"}, "js-cookie": {"type": "string"}, "mongoose": {"type": "string"}, "passport": {"type": "string"}, "passport-google-oauth20": {"type": "string"}, "passport-local": {"type": "string"}, "socket.io": {"type": "string"}}, "required": ["axios", "bcryptjs", "body-parser", "cookie-parser", "cookie-session", "dotenv", "express", "express-session", "http-proxy-middleware", "if-env", "js-cookie", "mongoose", "passport", "passport-google-oauth20", "passport-local", "socket.io"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "skip-the-line", "version" : "1.0.0", "description" : "", "main" : "server.js", "scripts" : {"start" : "if-env NODE_ENV=production && npm run start:prod || npm run start:dev", "start:prod" : "node server.js", "start:dev" : "concurrently \"nodemon --ignore 'client/*'\" \"npm run client\"", "client" : "cd client && npm run start", "install" : "cd client && npm install", "build" : "cd client && npm run build", "heroku-postbuild" : "npm run build", "seed" : "node scripts/seed.js"}, "author" : "", "license" : "ISC", "devDependencies" : {"concurrently" : "^4.1.0", "nodemon" : "^1.18.7"}, "dependencies" : {"axios" : "^0.18.0", "bcryptjs" : "^2.4.3", "body-parser" : "^1.19.0", "cookie-parser" : "^1.4.5", "cookie-session" : "^1.4.0", "dotenv" : "^8.2.0", "express" : "^4.16.3", "express-session" : "^1.17.1", "http-proxy-middleware" : "^1.0.5", "if-env" : "^1.0.4", "js-cookie" : "^2.2.1", "mongoose" : "^5.3.16", "passport" : "^0.4.1", "passport-google-oauth20" : "^2.0.0", "passport-local" : "^1.0.0", "socket.io" : "^2.3.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "start:prod": {"type": "string"}, "start:dev": {"type": "string"}, "client": {"type": "string"}, "install": {"type": "string"}, "build": {"type": "string"}, "heroku-postbuild": {"type": "string"}, "seed": {"type": "string"}}, "required": ["start", "start:prod", "start:dev", "client", "install", "build", "heroku-postbuild", "seed"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"concurrently": {"type": "string"}, "nodemon": {"type": "string"}}, "required": ["concurrently", "nodemon"]}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "bcryptjs": {"type": "string"}, "body-parser": {"type": "string"}, "cookie-parser": {"type": "string"}, "cookie-session": {"type": "string"}, "dotenv": {"type": "string"}, "express": {"type": "string"}, "express-session": {"type": "string"}, "http-proxy-middleware": {"type": "string"}, "if-env": {"type": "string"}, "js-cookie": {"type": "string"}, "mongoose": {"type": "string"}, "passport": {"type": "string"}, "passport-google-oauth20": {"type": "string"}, "passport-local": {"type": "string"}, "socket.io": {"type": "string"}}, "required": ["axios", "bcryptjs", "body-parser", "cookie-parser", "cookie-session", "dotenv", "express", "express-session", "http-proxy-middleware", "if-env", "js-cookie", "mongoose", "passport", "passport-google-oauth20", "passport-local", "socket.io"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"uZg/TMwtZNu8qGJIXMkTtA==": {"type": "string"}, "CAujcIPGH40a85oTo7YBMg==": {"type": "string"}, "/AOZWZdZ8q5pHBOzP6se+g==": {"type": "string"}, "SMpZ/Y65BpJ23t101Hw0hA==": {"type": "string"}, "SvsBn6SCOoMkLsJYxo7lwQ==": {"type": "string"}, "btzRqtAgkxMaCCnrHi7I8A==": {"type": "string"}, "lbAzghppc6AWbFhnEuOeTg==": {"type": "string"}, "PAi7QI5CM79+N7BvUikkuQ==": {"type": "string"}, "gdsglKagMq++a9hFqg85wQ==": {"type": "string"}, "fgJr0fFDT6r2BAoKcu+ZJA==": {"type": "string"}}, "required": ["uZg/TMwtZNu8qGJIXMkTtA==", "CAujcIPGH40a85oTo7YBMg==", "/AOZWZdZ8q5pHBOzP6se+g==", "SMpZ/Y65BpJ23t101Hw0hA==", "SvsBn6SCOoMkLsJYxo7lwQ==", "btzRqtAgkxMaCCnrHi7I8A==", "lbAzghppc6AWbFhnEuOeTg==", "PAi7QI5CM79+N7BvUikkuQ==", "gdsglKagMq++a9hFqg85wQ==", "fgJr0fFDT6r2BAoKcu+ZJA=="], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"uZg/TMwtZNu8qGJIXMkTtA==" : "lseriwvz_400x400-128x128.jpg", "CAujcIPGH40a85oTo7YBMg==" : "00-128x128.png", "/AOZWZdZ8q5pHBOzP6se+g==" : "scoop-600x581.jpg", "SMpZ/Y65BpJ23t101Hw0hA==" : "tide-600x537.jpg", "SvsBn6SCOoMkLsJYxo7lwQ==" : "layered-600x547.jpg", "btzRqtAgkxMaCCnrHi7I8A==" : "%E3%83%93%E3%83%A5%E3%83%BC%E3%83%86%E3%82%A3%E3%83%95%E3%83%AB-600x600.jpg", "lbAzghppc6AWbFhnEuOeTg==" : "7c19b68516e856a82ad548d154f052f7-600x600.png", "PAi7QI5CM79+N7BvUikkuQ==" : "c1ae6314e378d32c7118a6d64b7d7081-600x600.png", "gdsglKagMq++a9hFqg85wQ==" : "983450bdc33e24b053085b44fcfc9287-600x600.png", "fgJr0fFDT6r2BAoKcu+ZJA==" : "d99bf1c859d04c95dbc9fc139e8057c3-600x600.png"} | json_instruct | {"type": "object", "properties": {"uZg/TMwtZNu8qGJIXMkTtA==": {"type": "string"}, "CAujcIPGH40a85oTo7YBMg==": {"type": "string"}, "/AOZWZdZ8q5pHBOzP6se+g==": {"type": "string"}, "SMpZ/Y65BpJ23t101Hw0hA==": {"type": "string"}, "SvsBn6SCOoMkLsJYxo7lwQ==": {"type": "string"}, "btzRqtAgkxMaCCnrHi7I8A==": {"type": "string"}, "lbAzghppc6AWbFhnEuOeTg==": {"type": "string"}, "PAi7QI5CM79+N7BvUikkuQ==": {"type": "string"}, "gdsglKagMq++a9hFqg85wQ==": {"type": "string"}, "fgJr0fFDT6r2BAoKcu+ZJA==": {"type": "string"}}, "required": ["uZg/TMwtZNu8qGJIXMkTtA==", "CAujcIPGH40a85oTo7YBMg==", "/AOZWZdZ8q5pHBOzP6se+g==", "SMpZ/Y65BpJ23t101Hw0hA==", "SvsBn6SCOoMkLsJYxo7lwQ==", "btzRqtAgkxMaCCnrHi7I8A==", "lbAzghppc6AWbFhnEuOeTg==", "PAi7QI5CM79+N7BvUikkuQ==", "gdsglKagMq++a9hFqg85wQ==", "fgJr0fFDT6r2BAoKcu+ZJA=="], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"out": {"type": "array", "items": {"type": "string"}}}, "required": ["out"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"out" : ["/lib/ruby/gems/2.7.0/gems/RubyInline-3.12.5/History.txt", "/lib/ruby/gems/2.7.0/gems/RubyInline-3.12.5/Manifest.txt", "/lib/ruby/gems/2.7.0/gems/RubyInline-3.12.5/README.txt", "/lib/ruby/gems/2.7.0/gems/RubyInline-3.12.5/Rakefile", "/lib/ruby/gems/2.7.0/gems/RubyInline-3.12.5/demo/fastmath.rb", "/lib/ruby/gems/2.7.0/gems/RubyInline-3.12.5/demo/hello.rb", "/lib/ruby/gems/2.7.0/gems/RubyInline-3.12.5/example.rb", "/lib/ruby/gems/2.7.0/gems/RubyInline-3.12.5/example2.rb", "/lib/ruby/gems/2.7.0/gems/RubyInline-3.12.5/lib/inline.rb", "/lib/ruby/gems/2.7.0/gems/RubyInline-3.12.5/test/test_inline.rb", "/lib/ruby/gems/2.7.0/gems/RubyInline-3.12.5/tutorial/example1.rb", "/lib/ruby/gems/2.7.0/gems/RubyInline-3.12.5/tutorial/example2.rb", "/lib/ruby/gems/2.7.0/specifications/RubyInline-3.12.5.gemspec", "/nix-support/gem-meta/executables", "/nix-support/gem-meta/install-path", "/nix-support/gem-meta/name", "/nix-support/gem-meta/require-paths", "/nix-support/gem-meta/spec", "/nix-support/propagated-build-inputs", "/nix-support/propagated-user-env-packages", "/nix-support/setup-hook"]} | json_instruct | {"type": "object", "properties": {"out": {"type": "array", "items": {"type": "string"}}}, "required": ["out"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"face_keypoints": {"type": "array", "items": {}}, "pose_keypoints": {"type": "array", "items": {"type": "number"}}, "hand_right_keypoints": {"type": "array", "items": {}}, "hand_left_keypoints": {"type": "array", "items": {}}}, "required": ["face_keypoints", "pose_keypoints", "hand_right_keypoints", "hand_left_keypoints"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : 1.0, "people" : [{"face_keypoints" : [], "pose_keypoints" : [68.5354330708661, 43.2872727272727, 0.89584282040596, 95.496062992126, 73.7745454545455, 0.664737217128277, 65.007874015748, 80.7563636363636, 0.462173741310835, 69.2913385826772, 141.963636363636, 0.14267353748437, 54.4251968503937, 153.134545454545, 0.468896777834743, 128, 66.7927272727273, 0.607729531824589, 153.952755905512, 133.818181818182, 0.760396108031273, 98.0157480314961, 142.894545454545, 0.712861642241478, 64.251968503937, 201.309090909091, 0.253523743827827, 0, 0, 0, 0, 0, 0, 113.637795275591, 202.007272727273, 0.262978914077394, 0, 0, 0, 0, 0, 0, 59.9685039370079, 36.5381818181818, 0.933941870927811, 75.0866141732284, 31.1854545454545, 0.934920132160187, 0, 0, 0, 93.2283464566929, 27.2290909090909, 0.897609055042267], "hand_right_keypoints" : [], "hand_left_keypoints" : []}]} | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"face_keypoints": {"type": "array", "items": {}}, "pose_keypoints": {"type": "array", "items": {"type": "number"}}, "hand_right_keypoints": {"type": "array", "items": {}}, "hand_left_keypoints": {"type": "array", "items": {}}}, "required": ["face_keypoints", "pose_keypoints", "hand_right_keypoints", "hand_left_keypoints"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "Proposal", "definitions" : ["A plan or suggestion, especially a formal or written one, put forward for consideration by others.", "The action of proposing a plan or suggestion.", "An offer of marriage."], "parts-of-speech" : "Noun"} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"EventInstanceId": {"type": "string"}, "EventTimeStamp": {"type": "string"}, "CaseId": {"type": "string"}, "JurisdictionId": {"type": "string"}, "CaseTypeId": {"type": "string"}, "EventId": {"type": "string"}, "NewStateId": {"type": "string"}, "UserId": {"type": "string"}, "AdditionalData": {"type": "object", "properties": {"Data": {"type": "object", "properties": {"lastModifiedDirection": {"type": "object", "properties": {"directionDueDate": {"type": "string"}}, "required": ["directionDueDate"]}}, "required": ["lastModifiedDirection"]}, "Definition": {"type": "object", "properties": {"lastModifiedDirection": {"type": "object", "properties": {"type": {"type": "string"}, "subtype": {"type": "string"}, "typeDef": {"type": "object", "properties": {"directionDueDate": {"type": "object", "properties": {"type": {"type": "string"}, "subtype": {"type": "string"}, "typeDef": {"type": "null"}, "originalId": {"type": "string"}}, "required": ["type", "subtype", "typeDef", "originalId"]}}, "required": ["directionDueDate"]}, "originalId": {"type": "string"}}, "required": ["type", "subtype", "typeDef", "originalId"]}}, "required": ["lastModifiedDirection"]}}, "required": ["Data", "Definition"]}}, "required": ["EventInstanceId", "EventTimeStamp", "CaseId", "JurisdictionId", "CaseTypeId", "EventId", "NewStateId", "UserId", "AdditionalData"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"EventInstanceId" : "some event instance Id", "EventTimeStamp" : "2020-12-07T17:39:22.232622", "CaseId" : "some case reference", "JurisdictionId" : "IA", "CaseTypeId" : "Asylum", "EventId" : "some event Id", "NewStateId" : "some new state Id", "UserId" : "some user Id", "AdditionalData" : {"Data" : {"lastModifiedDirection" : {"directionDueDate" : "2021-04-08"}}, "Definition" : {"lastModifiedDirection" : {"type" : "Complex", "subtype" : "lastModifiedDirection", "typeDef" : {"directionDueDate" : {"type" : "SimpleDate", "subtype" : "Date", "typeDef" : null, "originalId" : "directionDueDate"}}, "originalId" : "lastModifiedDirection"}}}} | json_instruct | {"type": "object", "properties": {"EventInstanceId": {"type": "string"}, "EventTimeStamp": {"type": "string"}, "CaseId": {"type": "string"}, "JurisdictionId": {"type": "string"}, "CaseTypeId": {"type": "string"}, "EventId": {"type": "string"}, "NewStateId": {"type": "string"}, "UserId": {"type": "string"}, "AdditionalData": {"type": "object", "properties": {"Data": {"type": "object", "properties": {"lastModifiedDirection": {"type": "object", "properties": {"directionDueDate": {"type": "string"}}, "required": ["directionDueDate"]}}, "required": ["lastModifiedDirection"]}, "Definition": {"type": "object", "properties": {"lastModifiedDirection": {"type": "object", "properties": {"type": {"type": "string"}, "subtype": {"type": "string"}, "typeDef": {"type": "object", "properties": {"directionDueDate": {"type": "object", "properties": {"type": {"type": "string"}, "subtype": {"type": "string"}, "typeDef": {"type": "null"}, "originalId": {"type": "string"}}, "required": ["type", "subtype", "typeDef", "originalId"]}}, "required": ["directionDueDate"]}, "originalId": {"type": "string"}}, "required": ["type", "subtype", "typeDef", "originalId"]}}, "required": ["lastModifiedDirection"]}}, "required": ["Data", "Definition"]}}, "required": ["EventInstanceId", "EventTimeStamp", "CaseId", "JurisdictionId", "CaseTypeId", "EventId", "NewStateId", "UserId", "AdditionalData"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"inputmask/jquery.inputmask.date.extensions.js": {"type": "string"}, "inputmask/jquery.inputmask.date.extensions.min.js": {"type": "string"}, "inputmask/jquery.inputmask.extensions.js": {"type": "string"}, "inputmask/jquery.inputmask.extensions.min.js": {"type": "string"}, "inputmask/jquery.inputmask.js": {"type": "string"}, "inputmask/jquery.inputmask.min.js": {"type": "string"}, "inputmask/jquery.inputmask.numeric.extensions.js": {"type": "string"}, "inputmask/jquery.inputmask.numeric.extensions.min.js": {"type": "string"}, "inputmask/jquery.inputmask.phone.extensions.js": {"type": "string"}, "inputmask/jquery.inputmask.phone.extensions.min.js": {"type": "string"}, "inputmask/jquery.inputmask.regex.extensions.js": {"type": "string"}, "inputmask/jquery.inputmask.regex.extensions.min.js": {"type": "string"}, "jquery.inputmask.bundle.js": {"type": "string"}, "jquery.inputmask.bundle.min.js": {"type": "string"}}, "required": ["inputmask/jquery.inputmask.date.extensions.js", "inputmask/jquery.inputmask.date.extensions.min.js", "inputmask/jquery.inputmask.extensions.js", "inputmask/jquery.inputmask.extensions.min.js", "inputmask/jquery.inputmask.js", "inputmask/jquery.inputmask.min.js", "inputmask/jquery.inputmask.numeric.extensions.js", "inputmask/jquery.inputmask.numeric.extensions.min.js", "inputmask/jquery.inputmask.phone.extensions.js", "inputmask/jquery.inputmask.phone.extensions.min.js", "inputmask/jquery.inputmask.regex.extensions.js", "inputmask/jquery.inputmask.regex.extensions.min.js", "jquery.inputmask.bundle.js", "jquery.inputmask.bundle.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"inputmask/jquery.inputmask.date.extensions.js" : "sha512-1DYWyXMfHPvawFhuMhevxpdg4geh2uFaRKgwMJfMxVFK8eof8BgzdBNTELC9jKbljDdtOVaTpkOiVInKEu4RcQ==", "inputmask/jquery.inputmask.date.extensions.min.js" : "sha512-PiKk0YTguLJYVrwMWbN7WfE6BqKx0kkcPsG0tvpuKGqgrDMF9Jr7CZuzCU//TOuWEyXrQ+5UP7I+5hkrKCAqjg==", "inputmask/jquery.inputmask.extensions.js" : "sha512-km80V/zB7onSU0ah3UXW8zCG0Wuivl4ADX1foPWUEX+lgXS6dYET8nzS6tqLqqmIU2zSHmGauz9tlRgF8QN94g==", "inputmask/jquery.inputmask.extensions.min.js" : "sha512-vCJ058GQzI69OztwFyAC3dWkS40X6Lql34onpcV59jerEPzJBXIpHpk5StNAo8MLtjlk7lMy64HE/RNi11L2vg==", "inputmask/jquery.inputmask.js" : "sha512-4gXtqMYW3Dq/SjmkagnbHpGIWP4uCCTBCRI2rrGvHiYp0887YXyzKCJqnKaOs9Rp6ELgOhbAlHD/wsK1vFR+JA==", "inputmask/jquery.inputmask.min.js" : "sha512-BDMn5Fbr/nLDvG61e/6eNqbEJrajuoacnK6DsImw+auv9QrO0Rou1k+fbDdqW7fpqzOuML4x7N/u9+fM5meBTA==", "inputmask/jquery.inputmask.numeric.extensions.js" : "sha512-6gmjCpDpsv9/j6isPpeiKbjYN6bPkhYU3Qaua/r9n4h9O8qCReZDu2Elj1mV7EJ1jJbGameJgZnLg5pHlFvFRQ==", "inputmask/jquery.inputmask.numeric.extensions.min.js" : "sha512-COz3yN91GFQCxcytu4z4WEo+f/qlfEAtSLOsCigMCW0/SqVspzeJBEluTeIjp3Xv2LuNjjZfWL0nSkgDdT4blw==", "inputmask/jquery.inputmask.phone.extensions.js" : "sha512-KyinqUSDxOTOdAS18sNiAFE96Yz1JHqKf6A3Ogfk7ZsCWoTlOb/J5buy2flxN8SHfZh/ZzkUnCI7tauV7IqL/w==", "inputmask/jquery.inputmask.phone.extensions.min.js" : "sha512-lDOn07qIYr7fvL7HHYFCYyJ4ROHh3DbZ2Z+pzenNBHr6Uqj/QTlEYc/j62i5JdHiEc8+gl6MkT8OvoMYfMPWlw==", "inputmask/jquery.inputmask.regex.extensions.js" : "sha512-5mNqgVUIVhZAG00NCmdLIbqi7nHtfvfRJDpqB5aM0HcxlKxvrNAOTT/FLDJQTD/23ijzGNtTQvi21wwHoHUobQ==", "inputmask/jquery.inputmask.regex.extensions.min.js" : "sha512-9KZ3N5XSQSRYWt3LpfjCjFlwbHDkeFDU4go/y3Ho/4es5M+msif+FjCIdsI8wpx6JQ92dcZpjWqVEz5mKcLGqA==", "jquery.inputmask.bundle.js" : "sha512-S7reH59+jxVx9sbKgfYLXV+NJzcAnj+LsY5dMJn/yIhft6d1oio7U9Tj77PwSOGBnpDQYaCYvCK+DXk/BpuT1g==", "jquery.inputmask.bundle.min.js" : "sha512-r35pdw/lmoyPu1qIAqcOyl1bN4w4P2TTIhruZennaKTtQ41MUsbf4/Jqi+JwBja/l3s4ALT9kTCxbl0pqCZG4g=="} | json_instruct | {"type": "object", "properties": {"inputmask/jquery.inputmask.date.extensions.js": {"type": "string"}, "inputmask/jquery.inputmask.date.extensions.min.js": {"type": "string"}, "inputmask/jquery.inputmask.extensions.js": {"type": "string"}, "inputmask/jquery.inputmask.extensions.min.js": {"type": "string"}, "inputmask/jquery.inputmask.js": {"type": "string"}, "inputmask/jquery.inputmask.min.js": {"type": "string"}, "inputmask/jquery.inputmask.numeric.extensions.js": {"type": "string"}, "inputmask/jquery.inputmask.numeric.extensions.min.js": {"type": "string"}, "inputmask/jquery.inputmask.phone.extensions.js": {"type": "string"}, "inputmask/jquery.inputmask.phone.extensions.min.js": {"type": "string"}, "inputmask/jquery.inputmask.regex.extensions.js": {"type": "string"}, "inputmask/jquery.inputmask.regex.extensions.min.js": {"type": "string"}, "jquery.inputmask.bundle.js": {"type": "string"}, "jquery.inputmask.bundle.min.js": {"type": "string"}}, "required": ["inputmask/jquery.inputmask.date.extensions.js", "inputmask/jquery.inputmask.date.extensions.min.js", "inputmask/jquery.inputmask.extensions.js", "inputmask/jquery.inputmask.extensions.min.js", "inputmask/jquery.inputmask.js", "inputmask/jquery.inputmask.min.js", "inputmask/jquery.inputmask.numeric.extensions.js", "inputmask/jquery.inputmask.numeric.extensions.min.js", "inputmask/jquery.inputmask.phone.extensions.js", "inputmask/jquery.inputmask.phone.extensions.min.js", "inputmask/jquery.inputmask.regex.extensions.js", "inputmask/jquery.inputmask.regex.extensions.min.js", "jquery.inputmask.bundle.js", "jquery.inputmask.bundle.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "normalizedVertices": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}, "score": {"type": "number"}}, "required": ["label", "normalizedVertices", "score"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"label" : "Person", "normalizedVertices" : [{"x" : 0.7286389, "y" : 0.19070178}, {"x" : 0.87894017, "y" : 0.19070178}, {"x" : 0.87894017, "y" : 0.419775}, {"x" : 0.7286389, "y" : 0.419775}], "score" : 0.60071915}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "normalizedVertices": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}, "score": {"type": "number"}}, "required": ["label", "normalizedVertices", "score"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "homepage": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}, "prepublish": {"type": "string"}}, "required": ["test", "build", "prepublish"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"react-redux": {"type": "string"}, "redux-observable": {"type": "string"}, "seamless-immutable": {"type": "string"}}, "required": ["react-redux", "redux-observable", "seamless-immutable"]}, "devDependencies": {"type": "object", "properties": {"babel-cli": {"type": "string"}, "babel-plugin-transform-object-rest-spread": {"type": "string"}, "babel-plugin-transform-react-jsx": {"type": "string"}, "babel-preset-env": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "chai": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["babel-cli", "babel-plugin-transform-object-rest-spread", "babel-plugin-transform-react-jsx", "babel-preset-env", "babel-preset-es2015", "chai", "mocha"]}, "peerDependencies": {"type": "object", "properties": {"redux-persist": {"type": "string"}, "redux-persist-seamless-immutable": {"type": "string"}, "react": {"type": "string"}, "redux": {"type": "string"}, "rxjs": {"type": "string"}}, "required": ["redux-persist", "redux-persist-seamless-immutable", "react", "redux", "rxjs"]}}, "required": ["name", "version", "description", "main", "homepage", "scripts", "author", "license", "dependencies", "devDependencies", "peerDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@wayrunner/redux-modules", "version" : "0.0.1", "description" : "Combines action creation with reducers", "main" : "./distribution/index.js", "homepage" : "https://github.com/wayrunner/redux-modules", "scripts" : {"test" : "mocha --compilers js:babel-core/register", "build" : "babel src --out-dir distribution", "prepublish" : "npm run build"}, "author" : "Fabian Ahorner", "license" : "MIT", "dependencies" : {"react-redux" : "^5.1.1", "redux-observable" : "^1.0.0", "seamless-immutable" : "^7.1.4"}, "devDependencies" : {"babel-cli" : "^6.26.0", "babel-plugin-transform-object-rest-spread" : "^6.23.0", "babel-plugin-transform-react-jsx" : "^6.24.1", "babel-preset-env" : "^1.5.1", "babel-preset-es2015" : "^6.24.1", "chai" : "^4.1.2", "mocha" : "^5.2.0"}, "peerDependencies" : {"redux-persist" : "^5.10.0", "redux-persist-seamless-immutable" : "^2.0.0", "react" : "^16.6.3", "redux" : "^4.0.1", "rxjs" : "^6.3.3"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "homepage": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}, "prepublish": {"type": "string"}}, "required": ["test", "build", "prepublish"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"react-redux": {"type": "string"}, "redux-observable": {"type": "string"}, "seamless-immutable": {"type": "string"}}, "required": ["react-redux", "redux-observable", "seamless-immutable"]}, "devDependencies": {"type": "object", "properties": {"babel-cli": {"type": "string"}, "babel-plugin-transform-object-rest-spread": {"type": "string"}, "babel-plugin-transform-react-jsx": {"type": "string"}, "babel-preset-env": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "chai": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["babel-cli", "babel-plugin-transform-object-rest-spread", "babel-plugin-transform-react-jsx", "babel-preset-env", "babel-preset-es2015", "chai", "mocha"]}, "peerDependencies": {"type": "object", "properties": {"redux-persist": {"type": "string"}, "redux-persist-seamless-immutable": {"type": "string"}, "react": {"type": "string"}, "redux": {"type": "string"}, "rxjs": {"type": "string"}}, "required": ["redux-persist", "redux-persist-seamless-immutable", "react", "redux", "rxjs"]}}, "required": ["name", "version", "description", "main", "homepage", "scripts", "author", "license", "dependencies", "devDependencies", "peerDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"description": {"type": "string"}, "id": {"type": "string"}, "allOf": {"type": "array", "items": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}}}, "required": ["description", "id", "allOf"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"description" : "Bar gives you some dumb info", "id" : "https://example.com/testdata/generate/composite_validation/foo/bar.json", "allOf" : [{"$ref" : "other.json"}, {"$ref" : "otherother.json"}]} | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "id": {"type": "string"}, "allOf": {"type": "array", "items": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}}}, "required": ["description", "id", "allOf"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"Date": {"type": "string"}, "Beat": {"type": "string"}, "Primary Type": {"type": "string"}, "ID": {"type": "string"}}, "required": ["Date", "Beat", "Primary Type", "ID"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"Date" : "03/27/2009 12:20:00 AM", "Beat" : "0622", "Primary Type" : "PUBLIC INDECENCY", "ID" : "6857985"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"Date": {"type": "string"}, "Beat": {"type": "string"}, "Primary Type": {"type": "string"}, "ID": {"type": "string"}}, "required": ["Date", "Beat", "Primary Type", "ID"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"$schema": {"type": "string"}, "$id": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "czmlValue": {"type": "boolean"}, "czmlExamples": {"type": "array", "items": {"type": "string"}}}, "required": ["$schema", "$id", "title", "description", "type", "czmlValue", "czmlExamples"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"$schema" : "http://json-schema.org/draft-07/schema#", "$id" : "https://analyticalgraphicsinc.github.io/czml-writer/Schema/Values/CartographicDegreesValue.json", "title" : "CartographicDegrees", "description" : "A geodetic, WGS84 position specified as `[Longitude, Latitude, Height]`, where Longitude and Latitude are in degrees and Height is in meters. If the array has three elements, the value is constant. If it has four or more elements, they are time-tagged samples arranged as `[Time, Longitude, Latitude, Height, Time, Longitude, Latitude, Height, ...]`, where Time is an ISO 8601 date and time string or seconds since epoch.", "type" : "array", "czmlValue" : true, "czmlExamples" : ["Examples/CartographicDegreesValue.json", "Examples/CartographicDegreesValueSamples.json"]} | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "$id": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "czmlValue": {"type": "boolean"}, "czmlExamples": {"type": "array", "items": {"type": "string"}}}, "required": ["$schema", "$id", "title", "description", "type", "czmlValue", "czmlExamples"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"extension_name": {"type": "object", "properties": {"description": {"type": "string"}, "message": {"type": "string"}}, "required": ["description", "message"]}, "extension_short_name": {"type": "object", "properties": {"description": {"type": "string"}, "message": {"type": "string"}}, "required": ["description", "message"]}, "extension_description": {"type": "object", "properties": {"description": {"type": "string"}, "message": {"type": "string"}}, "required": ["description", "message"]}, "command_toggle_active": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "command_toggle_instant": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "command_open_quick_search": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "command_open_google": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "command_open_youdao": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "command_open_pdf": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "command_search_clipboard": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}}, "required": ["extension_name", "extension_short_name", "extension_description", "command_toggle_active", "command_toggle_instant", "command_open_quick_search", "command_open_google", "command_open_youdao", "command_open_pdf", "command_search_clipboard"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"extension_name" : {"description" : "Extension name", "message" : "Saladict, wielofunkcyjny wbudowany t\u0142umacz. Rozszerzenie Chrome / Firefox."}, "extension_short_name" : {"description" : "Extension short name", "message" : "Saladict"}, "extension_description" : {"description" : "Description of extension", "message" : "Saladict profesjonalne s\u0142owo-t\u0142umaczenie na dany utworzone dla efektu czytania. To du\u017ca liczba renomowanych s\u0142ownik\u00f3w ok\u0142adka angielski, francuski, japo\u0144ski i hiszpa\u0144ski, i wsparcie dla o\u015brodka przetwarzania tekst\u00f3w, t\u0142umaczenie stron internetowych, s\u0142owo ksi\u0105\u017cek i przegl\u0105dania pdf."}, "command_toggle_active" : {"message" : "Prze\u0142\u0105czniki wbudowany t\u0142umacz"}, "command_toggle_instant" : {"message" : "Natychmiastowe przechwytywanie prze\u0142\u0105cznik "}, "command_open_quick_search" : {"message" : "Otwieranie lub zaznaczenie pojedynczej grupy \u0434\u0438\u043a\u0442 "}, "command_open_google" : {"message" : "Otw\u00f3rz Google T\u0142umacz"}, "command_open_youdao" : {"message" : "Otworzy\u0107 Youdao T\u0142umaczenia"}, "command_open_pdf" : {"message" : "Otw\u00f3rz PDF w Saladict"}, "command_search_clipboard" : {"message" : "Wyszukiwanie zawarto\u015bci schowka w trybie offline panelu"}} | json_instruct | {"type": "object", "properties": {"extension_name": {"type": "object", "properties": {"description": {"type": "string"}, "message": {"type": "string"}}, "required": ["description", "message"]}, "extension_short_name": {"type": "object", "properties": {"description": {"type": "string"}, "message": {"type": "string"}}, "required": ["description", "message"]}, "extension_description": {"type": "object", "properties": {"description": {"type": "string"}, "message": {"type": "string"}}, "required": ["description", "message"]}, "command_toggle_active": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "command_toggle_instant": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "command_open_quick_search": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "command_open_google": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "command_open_youdao": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "command_open_pdf": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}, "command_search_clipboard": {"type": "object", "properties": {"message": {"type": "string"}}, "required": ["message"]}}, "required": ["extension_name", "extension_short_name", "extension_description", "command_toggle_active", "command_toggle_instant", "command_open_quick_search", "command_open_google", "command_open_youdao", "command_open_pdf", "command_search_clipboard"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"Similarity": {"type": "string"}, "Title": {"type": "string"}, "Year": {"type": "integer"}}, "required": ["Similarity", "Title", "Year"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"Similarity" : "0.999", "Title" : "Roles of Adults Gestures and Eye Gaze in Whole or Object Part Presenting", "Year" : 2012}, {"Similarity" : "0.989", "Title" : "Childrens social referencing reflects sensitivity to graded uncertainty", "Year" : 2017}, {"Similarity" : "0.985", "Title" : "Infant contributions to joint attention predict vocabulary development", "Year" : 2013}, {"Similarity" : "0.985", "Title" : "Active Overhearing Development in Preschoolers Skill at Listening in to Naturalistic Overheard Speech", "Year" : 2016}, {"Similarity" : "0.984", "Title" : "Rapid word mapping at 10 months of age", "Year" : 2009}, {"Similarity" : "0.982", "Title" : "Contingent Labeling after Infants Pointing Helps Infants Learn Words", "Year" : 2015}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"Similarity": {"type": "string"}, "Title": {"type": "string"}, "Year": {"type": "integer"}}, "required": ["Similarity", "Title", "Year"]}, "$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": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"directions" : ["Preheat oven to 350 degrees F (175 degrees C). Grease two 9x5-inch loaf pans.", "Mix flour, sugar, squash, oil, pineapple, nuts, eggs, vanilla extract, cinnamon, baking soda, salt, and baking powder together in a bowl; pour into prepared loaf pans.", "Bake in the preheated oven until a toothpick inserted in the middle comes out clean, about 1 hour. Cool bread for 10 minutes in pan before transferring to a wire rack to cool completely."], "ingredients" : ["3 cups all-purpose flour", "2 1/2 cups white sugar", "2 cups grated yellow squash", "1 cup vegetable oil", "1 (8 ounce) can crushed pineapple, drained", "1 cup chopped nuts (optional)", "3 eggs, beaten", "1 teaspoon vanilla extract", "1 teaspoon ground cinnamon", "1 teaspoon baking soda", "1 teaspoon salt", "1/4 teaspoon baking powder"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Sweet Summer Squash Bread", "url" : "http://allrecipes.com/recipe/242391/sweet-summer-squash-bread/"} | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"Hello": {"type": "string"}, "File": {"type": "string"}, "Exit": {"type": "string"}, "Edit": {"type": "string"}, "Undo": {"type": "string"}, "Redo": {"type": "string"}, "Cut": {"type": "string"}, "Copy": {"type": "string"}, "Paste": {"type": "string"}, "Delete": {"type": "string"}, "Select All": {"type": "string"}, "View": {"type": "string"}, "Reload": {"type": "string"}, "Force Reload": {"type": "string"}, "Toggle Developer Tools": {"type": "string"}, "Reset Zoom": {"type": "string"}, "Zoom In": {"type": "string"}, "Zoom Out": {"type": "string"}, "Toggle Fullscreen": {"type": "string"}, "Language": {"type": "string"}, "Window": {"type": "string"}, "Minimize": {"type": "string"}, "Zoom": {"type": "string"}, "Close": {"type": "string"}, "Help": {"type": "string"}, "Learn More": {"type": "string"}}, "required": ["Hello", "File", "Exit", "Edit", "Undo", "Redo", "Cut", "Copy", "Paste", "Delete", "Select All", "View", "Reload", "Force Reload", "Toggle Developer Tools", "Reset Zoom", "Zoom In", "Zoom Out", "Toggle Fullscreen", "Language", "Window", "Minimize", "Zoom", "Close", "Help", "Learn More"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Hello" : "Hei", "File" : "Tiedosto", "Exit" : "Lopeta", "Edit" : "Muokata", "Undo" : "Kumoa", "Redo" : "Tee uudelleen", "Cut" : "Leikata", "Copy" : "Kopio", "Paste" : "Liit\u00e4", "Delete" : "Poistaa", "Select All" : "Valitse kaikki", "View" : "N\u00e4yt\u00e4", "Reload" : "Lataa uudelleen", "Force Reload" : "Pakota uudelleen", "Toggle Developer Tools" : "Toggle Kehitt\u00e4j\u00e4n ty\u00f6kalut", "Reset Zoom" : "Nollaa zoomaus", "Zoom In" : "L\u00e4henn\u00e4", "Zoom Out" : "Loitontaa", "Toggle Fullscreen" : "Vaihda Koko n\u00e4ytt\u00f6", "Language" : "Kieli", "Window" : "Ikkuna", "Minimize" : "Minimoida", "Zoom" : "Zoomaus", "Close" : "kiinni", "Help" : "auta", "Learn More" : "Lis\u00e4tietoja"} | json_instruct | {"type": "object", "properties": {"Hello": {"type": "string"}, "File": {"type": "string"}, "Exit": {"type": "string"}, "Edit": {"type": "string"}, "Undo": {"type": "string"}, "Redo": {"type": "string"}, "Cut": {"type": "string"}, "Copy": {"type": "string"}, "Paste": {"type": "string"}, "Delete": {"type": "string"}, "Select All": {"type": "string"}, "View": {"type": "string"}, "Reload": {"type": "string"}, "Force Reload": {"type": "string"}, "Toggle Developer Tools": {"type": "string"}, "Reset Zoom": {"type": "string"}, "Zoom In": {"type": "string"}, "Zoom Out": {"type": "string"}, "Toggle Fullscreen": {"type": "string"}, "Language": {"type": "string"}, "Window": {"type": "string"}, "Minimize": {"type": "string"}, "Zoom": {"type": "string"}, "Close": {"type": "string"}, "Help": {"type": "string"}, "Learn More": {"type": "string"}}, "required": ["Hello", "File", "Exit", "Edit", "Undo", "Redo", "Cut", "Copy", "Paste", "Delete", "Select All", "View", "Reload", "Force Reload", "Toggle Developer Tools", "Reset Zoom", "Zoom In", "Zoom Out", "Toggle Fullscreen", "Language", "Window", "Minimize", "Zoom", "Close", "Help", "Learn More"], "$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"}, "module": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"size": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}}, "required": ["size", "build", "test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "size-limit": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}}, "devDependencies": {"type": "object", "properties": {"@size-limit/preset-small-lib": {"type": "string"}, "@types/jest": {"type": "string"}, "jest": {"type": "string"}, "ts-jest": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@size-limit/preset-small-lib", "@types/jest", "jest", "ts-jest", "typescript"]}}, "required": ["name", "version", "description", "main", "module", "author", "license", "files", "scripts", "repository", "bugs", "homepage", "size-limit", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@es-barcodes/ean", "version" : "1.0.2", "description" : "EAN bar-codes encoder", "main" : "lib/index.js", "module" : "lib/index.js", "author" : "Sanich Kotikov <sancho@cdrpro.ru> (https://sanichkotikov.github.io)", "license" : "MIT", "files" : ["lib"], "scripts" : {"size" : "size-limit", "build" : "tsc", "test" : "jest"}, "repository" : {"type" : "git", "url" : "git+https://github.com/SanichKotikov/es-barcodes.git"}, "bugs" : {"url" : "https://github.com/SanichKotikov/es-barcodes/issues"}, "homepage" : "https://github.com/SanichKotikov/es-barcodes/tree/master/packages/ean", "size-limit" : [{"path" : "lib/index.js"}], "devDependencies" : {"@size-limit/preset-small-lib" : "3.0.0", "@types/jest" : "24.9.1", "jest" : "25.1.0", "ts-jest" : "25.0.0", "typescript" : "3.7.4"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"size": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}}, "required": ["size", "build", "test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "size-limit": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}}, "devDependencies": {"type": "object", "properties": {"@size-limit/preset-small-lib": {"type": "string"}, "@types/jest": {"type": "string"}, "jest": {"type": "string"}, "ts-jest": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@size-limit/preset-small-lib", "@types/jest", "jest", "ts-jest", "typescript"]}}, "required": ["name", "version", "description", "main", "module", "author", "license", "files", "scripts", "repository", "bugs", "homepage", "size-limit", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"anger": {"type": "integer"}, "surprise": {"type": "integer"}}, "required": ["anger", "surprise"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"anger" : 0, "surprise" : 1} | json_instruct | {"type": "object", "properties": {"anger": {"type": "integer"}, "surprise": {"type": "integer"}}, "required": ["anger", "surprise"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "integer"}, "uid": {"type": "integer"}, "uname": {"type": "string"}, "face": {"type": "string"}, "originContentModify": {"type": "string"}, "originType": {"type": "integer"}, "reasonType": {"type": "integer"}, "punishTime": {"type": "integer"}, "punishType": {"type": "integer"}, "moralNum": {"type": "integer"}, "blockedDays": {"type": "integer"}, "blockedForever": {"type": "boolean"}, "commentSum": {"type": "integer"}, "punishTitle": {"type": "string"}, "reasonTypeName": {"type": "string"}}, "required": ["id", "uid", "uname", "face", "originContentModify", "originType", "reasonType", "punishTime", "punishType", "moralNum", "blockedDays", "blockedForever", "commentSum", "punishTitle", "reasonTypeName"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 212, "uid" : 10947209, "uname" : "abyssyume", "face" : "http://i1.hdslb.com/bfs/face/0d64fdc15081660e247ed22f792c002a06934c03.jpg", "originContentModify" : "\u5367\u69fd\uff0c\u8d3a\u7535\u8d3a\u7535\uff0c\u4f60TM\u7b97\u4ec0\u4e48\u4e1c\u897f\uff0cFxxk U.", "originType" : 1, "reasonType" : 7, "punishTime" : 1487763905000, "punishType" : 2, "moralNum" : 0, "blockedDays" : 3, "blockedForever" : false, "commentSum" : 768, "punishTitle" : "\u5728\u8bc4\u8bba\u4e2d\u53d1\u5e03\u4eba\u8eab\u653b\u51fb\u8a00\u8bba", "reasonTypeName" : "\u53d1\u5e03\u4eba\u8eab\u653b\u51fb\u8a00\u8bba"} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "uid": {"type": "integer"}, "uname": {"type": "string"}, "face": {"type": "string"}, "originContentModify": {"type": "string"}, "originType": {"type": "integer"}, "reasonType": {"type": "integer"}, "punishTime": {"type": "integer"}, "punishType": {"type": "integer"}, "moralNum": {"type": "integer"}, "blockedDays": {"type": "integer"}, "blockedForever": {"type": "boolean"}, "commentSum": {"type": "integer"}, "punishTitle": {"type": "string"}, "reasonTypeName": {"type": "string"}}, "required": ["id", "uid", "uname", "face", "originContentModify", "originType", "reasonType", "punishTime", "punishType", "moralNum", "blockedDays", "blockedForever", "commentSum", "punishTitle", "reasonTypeName"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["530802101001", "\u8fc7\u8857\u697c\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "111", "0"], ["530802101002", "\u901a\u5546\u5357\u8def\u793e\u533a\u5c45\u6c11\u59d4\u4f1a", "111", "0"], ["530802101003", "\u897f\u56ed\u8def\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "111", "0"], ["530802101004", "\u8001\u8857\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "111", "0"], ["530802101005", "\u4e94\u4e00\u8def\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "111", "0"], ["530802101006", "\u6ec7\u8fd0\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "111", "0"], ["530802101007", "\u5317\u90ca\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "111", "0"], ["530802101008", "\u5e73\u539f\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "111", "0"], ["530802101009", "\u4e09\u5bb6\u6751\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "112", "0"], ["530802101010", "\u66fc\u7a9d\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "111", "0"], ["530802101011", "\u798f\u6e90\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a", "111", "0"], ["530802101201", "\u83b2\u82b1\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["530802101202", "\u7b90\u95e8\u53e3\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "null"}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0x5e640a8e52fa0edfac5ff1655bc9f2e10dbe9606", "tool" : "securify", "start" : 1563790831.4298244, "end" : 1563790834.9742286, "duration" : 3.5444042682647705, "analysis" : null} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "null"}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"$schemaRef": {"type": "string"}, "message": {"type": "object", "properties": {"timestamp": {"type": "string"}, "event": {"type": "string"}, "ScanType": {"type": "string"}, "BodyName": {"type": "string"}, "BodyID": {"type": "integer"}, "Parents": {"type": "array", "items": {"type": "object", "properties": {"Null": {"type": "integer"}}, "required": ["Null"]}}, "StarSystem": {"type": "string"}, "NOTStarPos": {"type": "array", "items": {"type": "number"}}, "SystemAddress": {"type": "integer"}, "DistanceFromArrivalLS": {"type": "number"}, "StarType": {"type": "string"}, "Subclass": {"type": "integer"}, "StellarMass": {"type": "number"}, "Radius": {"type": "number"}, "AbsoluteMagnitude": {"type": "number"}, "Age_MY": {"type": "integer"}, "SurfaceTemperature": {"type": "number"}, "Luminosity": {"type": "string"}, "SemiMajorAxis": {"type": "number"}, "Eccentricity": {"type": "number"}, "OrbitalInclination": {"type": "number"}, "Periapsis": {"type": "number"}, "OrbitalPeriod": {"type": "number"}, "AscendingNode": {"type": "number"}, "MeanAnomaly": {"type": "number"}, "RotationPeriod": {"type": "number"}, "AxialTilt": {"type": "number"}}, "required": ["timestamp", "event", "ScanType", "BodyName", "BodyID", "Parents", "StarSystem", "NOTStarPos", "SystemAddress", "DistanceFromArrivalLS", "StarType", "Subclass", "StellarMass", "Radius", "AbsoluteMagnitude", "Age_MY", "SurfaceTemperature", "Luminosity", "SemiMajorAxis", "Eccentricity", "OrbitalInclination", "Periapsis", "OrbitalPeriod", "AscendingNode", "MeanAnomaly", "RotationPeriod", "AxialTilt"]}, "header": {"type": "object", "properties": {"uploaderID": {"type": "string"}, "softwareName": {"type": "string"}, "softwareVersion": {"type": "string"}}, "required": ["uploaderID", "softwareName", "softwareVersion"]}}, "required": ["$schemaRef", "message", "header"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"$schemaRef" : "https://eddn.edcd.io/schemas/journal/1", "message" : {"timestamp" : "2021-11-05T15:46:28Z", "event" : "Scan", "ScanType" : "AutoScan", "BodyName" : "Elphin", "BodyID" : 1, "Parents" : [{"Null" : 0}], "StarSystem" : "Elphin", "NOTStarPos" : [-30.125, 8.1875, -17.0], "SystemAddress" : 3932076118738, "DistanceFromArrivalLS" : 0.0, "StarType" : "K", "Subclass" : 3, "StellarMass" : 0.769531, "Radius" : 587464832.0, "AbsoluteMagnitude" : 6.294067, "Age_MY" : 9558, "SurfaceTemperature" : 4796.0, "Luminosity" : "V", "SemiMajorAxis" : 1704360246658.3252, "Eccentricity" : 0.34874, "OrbitalInclination" : -72.647343, "Periapsis" : 86.34719, "OrbitalPeriod" : 7189218699.932098, "AscendingNode" : 0.0, "MeanAnomaly" : 351.262353, "RotationPeriod" : 248957.736717, "AxialTilt" : -0.126915}, "header" : {"uploaderID" : "Athanasius Testing", "softwareName" : "Athanasius Testing", "softwareVersion" : "v0.0.1"}} | json_instruct | {"type": "object", "properties": {"$schemaRef": {"type": "string"}, "message": {"type": "object", "properties": {"timestamp": {"type": "string"}, "event": {"type": "string"}, "ScanType": {"type": "string"}, "BodyName": {"type": "string"}, "BodyID": {"type": "integer"}, "Parents": {"type": "array", "items": {"type": "object", "properties": {"Null": {"type": "integer"}}, "required": ["Null"]}}, "StarSystem": {"type": "string"}, "NOTStarPos": {"type": "array", "items": {"type": "number"}}, "SystemAddress": {"type": "integer"}, "DistanceFromArrivalLS": {"type": "number"}, "StarType": {"type": "string"}, "Subclass": {"type": "integer"}, "StellarMass": {"type": "number"}, "Radius": {"type": "number"}, "AbsoluteMagnitude": {"type": "number"}, "Age_MY": {"type": "integer"}, "SurfaceTemperature": {"type": "number"}, "Luminosity": {"type": "string"}, "SemiMajorAxis": {"type": "number"}, "Eccentricity": {"type": "number"}, "OrbitalInclination": {"type": "number"}, "Periapsis": {"type": "number"}, "OrbitalPeriod": {"type": "number"}, "AscendingNode": {"type": "number"}, "MeanAnomaly": {"type": "number"}, "RotationPeriod": {"type": "number"}, "AxialTilt": {"type": "number"}}, "required": ["timestamp", "event", "ScanType", "BodyName", "BodyID", "Parents", "StarSystem", "NOTStarPos", "SystemAddress", "DistanceFromArrivalLS", "StarType", "Subclass", "StellarMass", "Radius", "AbsoluteMagnitude", "Age_MY", "SurfaceTemperature", "Luminosity", "SemiMajorAxis", "Eccentricity", "OrbitalInclination", "Periapsis", "OrbitalPeriod", "AscendingNode", "MeanAnomaly", "RotationPeriod", "AxialTilt"]}, "header": {"type": "object", "properties": {"uploaderID": {"type": "string"}, "softwareName": {"type": "string"}, "softwareVersion": {"type": "string"}}, "required": ["uploaderID", "softwareName", "softwareVersion"]}}, "required": ["$schemaRef", "message", "header"], "$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" : 85927371, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "a84d92a57927298fc36cdbebd8f89a9e", "wof:id" : 85927371, "wof:repo" : "whosonfirst-data-admin-kr"}, "bbox" : [126.670622, 37.429202, 126.691589, 37.443734], "geometry" : {"coordinates" : [[[126.680364, 37.443734], [126.68335, 37.439974], [126.68335, 37.439974], [126.688843, 37.439974], [126.688843, 37.439974], [126.689347, 37.439339], [126.68918, 37.437446], [126.690164, 37.436703], [126.69103, 37.435612], [126.691589, 37.435612], [126.691589, 37.434907], [126.691589, 37.433431], [126.691589, 37.429202], [126.688878, 37.43125], [126.688843, 37.43125], [126.68335, 37.43125], [126.679886, 37.43125], [126.679886, 37.43125], [126.673099, 37.43125], [126.672288, 37.432238], [126.671364, 37.433966], [126.670795, 37.435842], [126.670622, 37.437599], [126.680364, 37.443734]]], "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 sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"db": {"type": "string"}, "app": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["db", "app"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"db" : "mongodb://localhost/mean-dev", "app" : {"name" : "<%= appName %> - <%= appDescription %> - Development"}} | json_instruct | {"type": "object", "properties": {"db": {"type": "string"}, "app": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["db", "app"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "level": {"type": "integer"}, "story": {"type": "integer"}, "goals": {"type": "array", "items": {"type": "object", "properties": {"active": {"type": "string"}, "complete": {"type": "string"}}, "required": ["active", "complete"]}}, "id": {"type": "integer"}}, "required": ["name", "level", "story", "goals", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Destroying Destroyers", "level" : 80, "story" : 56, "goals" : [{"active" : "Something's wrong at Fire Island.", "complete" : "The asuran researchers on Fire Island were not prepared for all the Destroyers. I helped them get their recording devices restarted and took the opportunity to collect a sample of Destroyer flesh for Taimi. The more time I spend here, the more I realize the island is unstable."}], "id" : 443} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "level": {"type": "integer"}, "story": {"type": "integer"}, "goals": {"type": "array", "items": {"type": "object", "properties": {"active": {"type": "string"}, "complete": {"type": "string"}}, "required": ["active", "complete"]}}, "id": {"type": "integer"}}, "required": ["name", "level", "story", "goals", "id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "YACToDo", "displayName" : "YACToDo"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"_blockType": {"type": "string"}, "_id": {"type": "string"}, "label": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["_blockType", "_id", "label", "required"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"_blockType" : "Checkbox", "_id" : "miam-requirement_acknowledgement", "label" : "I acknowledge the need to attend a MIAM and be able to show proof of having done so", "required" : true} | json_instruct | {"type": "object", "properties": {"_blockType": {"type": "string"}, "_id": {"type": "string"}, "label": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["_blockType", "_id", "label", "required"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"Cancel": {"type": "string"}, "OK": {"type": "string"}, "Delete": {"type": "string"}, "Save Changes": {"type": "string"}, "Run Macro": {"type": "string"}, "Load Macro": {"type": "string"}, "This field is required.": {"type": "string"}, "Passwords should be equal.": {"type": "string"}, "New Macro": {"type": "string"}, "Macro Name": {"type": "string"}, "Macro Variables": {"type": "string"}, "Edit Macro": {"type": "string"}, "No": {"type": "string"}, "Yes": {"type": "string"}, "No macros": {"type": "string"}, "Template Variables": {"type": "string"}, "Generate": {"type": "string"}, "Output": {"type": "string"}, "Clone Macro": {"type": "string"}, "Load": {"type": "string"}, "Edit Template": {"type": "string"}, "Add Template": {"type": "string"}, "Delete Template": {"type": "string"}, "Are you sure you want to delete this template?": {"type": "string"}, "Template": {"type": "string"}}, "required": ["Cancel", "OK", "Delete", "Save Changes", "Run Macro", "Load Macro", "This field is required.", "Passwords should be equal.", "New Macro", "Macro Name", "Macro Variables", "Edit Macro", "No", "Yes", "No macros", "Template Variables", "Generate", "Output", "Clone Macro", "Load", "Edit Template", "Add Template", "Delete Template", "Are you sure you want to delete this template?", "Template"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Cancel" : "Annuler", "OK" : "OK", "Delete" : "Supprimer", "Save Changes" : "Enregistrer les modifications", "Run Macro" : "Ex\u00e9cuter une macro", "Load Macro" : "", "This field is required." : "Ce champ est obligatoire.", "Passwords should be equal." : "", "New Macro" : "", "Macro Name" : "Nom de macro", "Macro Variables" : "", "Edit Macro" : "Modifier une macro", "No" : "Non", "Yes" : "Oui", "No macros" : "", "Template Variables" : "", "Generate" : "", "Output" : "", "Clone Macro" : "", "Load" : "", "Edit Template" : "", "Add Template" : "", "Delete Template" : "", "Are you sure you want to delete this template?" : "", "Template" : ""} | json_instruct | {"type": "object", "properties": {"Cancel": {"type": "string"}, "OK": {"type": "string"}, "Delete": {"type": "string"}, "Save Changes": {"type": "string"}, "Run Macro": {"type": "string"}, "Load Macro": {"type": "string"}, "This field is required.": {"type": "string"}, "Passwords should be equal.": {"type": "string"}, "New Macro": {"type": "string"}, "Macro Name": {"type": "string"}, "Macro Variables": {"type": "string"}, "Edit Macro": {"type": "string"}, "No": {"type": "string"}, "Yes": {"type": "string"}, "No macros": {"type": "string"}, "Template Variables": {"type": "string"}, "Generate": {"type": "string"}, "Output": {"type": "string"}, "Clone Macro": {"type": "string"}, "Load": {"type": "string"}, "Edit Template": {"type": "string"}, "Add Template": {"type": "string"}, "Delete Template": {"type": "string"}, "Are you sure you want to delete this template?": {"type": "string"}, "Template": {"type": "string"}}, "required": ["Cancel", "OK", "Delete", "Save Changes", "Run Macro", "Load Macro", "This field is required.", "Passwords should be equal.", "New Macro", "Macro Name", "Macro Variables", "Edit Macro", "No", "Yes", "No macros", "Template Variables", "Generate", "Output", "Clone Macro", "Load", "Edit Template", "Add Template", "Delete Template", "Are you sure you want to delete this template?", "Template"], "$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" : "NORICA", "frequency" : 31, "gender" : "female"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "520524205001", "text" : "\u8001\u8857\u5c45\u6c11\u59d4\u5458\u4f1a"}, {"id" : "520524205002", "text" : "\u7ec6\u6728\u5c45\u6c11\u59d4\u5458\u4f1a"}, {"id" : "520524205203", "text" : "\u4e2d\u5be8\u6751\u59d4\u4f1a"}, {"id" : "520524205204", "text" : "\u5173\u5fc3\u6751\u59d4\u4f1a"}, {"id" : "520524205205", "text" : "\u91d1\u679c\u6751\u59d4\u4f1a"}, {"id" : "520524205206", "text" : "\u9ec4\u5c71\u6751\u59d4\u4f1a"}, {"id" : "520524205207", "text" : "\u65b0\u4e03\u6751\u59d4\u4f1a"}, {"id" : "520524205208", "text" : "\u77f3\u677f\u6751\u59d4\u4f1a"}, {"id" : "520524205209", "text" : "\u5b89\u5c71\u6751\u59d4\u4f1a"}, {"id" : "520524205210", "text" : "\u4e2d\u576a\u6751\u59d4\u4f1a"}, {"id" : "520524205211", "text" : "\u7efc\u5408\u6751\u59d4\u4f1a"}, {"id" : "520524205212", "text" : "\u5305\u8425\u6751\u59d4\u4f1a"}, {"id" : "520524205213", "text" : "\u843d\u4f5c\u6751\u59d4\u4f1a"}, {"id" : "520524205214", "text" : "\u9f50\u5fc3\u6751\u59d4\u4f1a"}, {"id" : "520524205215", "text" : "\u5efa\u798f\u6751\u59d4\u4f1a"}, {"id" : "520524205216", "text" : "\u5927\u7af9\u6751\u59d4\u4f1a"}, {"id" : "520524205217", "text" : "\u5173\u6cd5\u6751\u59d4\u4f1a"}, {"id" : "520524205218", "text" : "\u590d\u5174\u6751\u59d4\u4f1a"}, {"id" : "520524205219", "text" : "\u65b0\u7acb\u6751\u59d4\u4f1a"}, {"id" : "520524205220", "text" : "\u77f3\u5174\u6751\u59d4\u4f1a"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"cms": {"type": "boolean"}}, "required": ["cms"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : "fa133063a6f73cec33d0", "c" : {"cms" : true}} | json_instruct | {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"cms": {"type": "boolean"}}, "required": ["cms"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"manifest_version": {"type": "integer"}, "version": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "action": {"type": "object", "properties": {"default_popup": {"type": "string"}, "default_icon": {"type": "string"}}, "required": ["default_popup", "default_icon"]}, "permissions": {"type": "array", "items": {"type": "string"}}}, "required": ["manifest_version", "version", "name", "description", "action", "permissions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"manifest_version" : 3, "version" : "0.0.0.1", "name" : "Link saver", "description" : "Link Saver ectension helps to save the important links for future help to find the IMPORTANT links in one place.", "action" : {"default_popup" : "index.html", "default_icon" : "files/logo.png"}, "permissions" : ["tabs"]} | json_instruct | {"type": "object", "properties": {"manifest_version": {"type": "integer"}, "version": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "action": {"type": "object", "properties": {"default_popup": {"type": "string"}, "default_icon": {"type": "string"}}, "required": ["default_popup", "default_icon"]}, "permissions": {"type": "array", "items": {"type": "string"}}}, "required": ["manifest_version", "version", "name", "description", "action", "permissions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"]}}, "required": ["type", "geometry", "properties"]}}}, "required": ["type", "title", "id", "bbox", "description", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "FeatureCollection", "title" : "Tell Abqa", "id" : "894104", "bbox" : [44.933965, 34.381619, 44.933965, 34.381619], "description" : "An ancient place, cited: BAtlas 91 G3 Tell Abqa", "features" : [{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [44.933965, 34.381619]}, "properties" : {"description" : "representative point"}}, {"geometry" : {"type" : "Point", "coordinates" : [44.933965, 34.381619]}, "id" : "darmc-location-22547", "type" : "Feature", "properties" : {"description" : "Point location", "location_precision" : "precise", "title" : "DARMC location 22547", "link" : "http://pleiades.stoa.org/places/894104/darmc-location-22547"}}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"]}}, "required": ["type", "geometry", "properties"]}}}, "required": ["type", "title", "id", "bbox", "description", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"tha-ap451:1.1": {"type": "string"}, "tha-ap451:2.1": {"type": "string"}, "tha-ap451:3.1": {"type": "string"}, "tha-ap451:4.1": {"type": "string"}, "tha-ap451:5.1": {"type": "string"}, "tha-ap451:6.1": {"type": "string"}, "tha-ap451:7.1": {"type": "string"}, "tha-ap451:8.1": {"type": "string"}, "tha-ap451:9.1": {"type": "string"}, "tha-ap451:10.1": {"type": "string"}}, "required": ["tha-ap451:1.1", "tha-ap451:2.1", "tha-ap451:3.1", "tha-ap451:4.1", "tha-ap451:5.1", "tha-ap451:6.1", "tha-ap451:7.1", "tha-ap451:8.1", "tha-ap451:9.1", "tha-ap451:10.1"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"tha-ap451:1.1" : "dr33.67, ms20Ap1_5851, msdiv61, ndp28.30, sya33.64", "tha-ap451:2.1" : "ms20Ap1_5852, msdiv62", "tha-ap451:3.1" : "ms20Ap1_5853, msdiv63", "tha-ap451:4.1" : "csp1ed21.30, csp2ed21.30, ms20Ap1_5854, msdiv64, pts-vp-pli2.401", "tha-ap451:5.1" : "ms20Ap1_5855, msdiv65, vri58.30", "tha-ap451:6.1" : "ms20Ap1_5856, msdiv66", "tha-ap451:7.1" : "bj37.1.142, ms20Ap1_5857, msdiv67", "tha-ap451:8.1" : "mc2.67, ms20Ap1_5858, msdiv68", "tha-ap451:9.1" : "ms20Ap1_5859", "tha-ap451:10.1" : "ms20Ap1_5860"} | json_instruct | {"type": "object", "properties": {"tha-ap451:1.1": {"type": "string"}, "tha-ap451:2.1": {"type": "string"}, "tha-ap451:3.1": {"type": "string"}, "tha-ap451:4.1": {"type": "string"}, "tha-ap451:5.1": {"type": "string"}, "tha-ap451:6.1": {"type": "string"}, "tha-ap451:7.1": {"type": "string"}, "tha-ap451:8.1": {"type": "string"}, "tha-ap451:9.1": {"type": "string"}, "tha-ap451:10.1": {"type": "string"}}, "required": ["tha-ap451:1.1", "tha-ap451:2.1", "tha-ap451:3.1", "tha-ap451:4.1", "tha-ap451:5.1", "tha-ap451:6.1", "tha-ap451:7.1", "tha-ap451:8.1", "tha-ap451:9.1", "tha-ap451:10.1"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"poem": {"type": "object", "properties": {"title": {"type": "null"}, "author": {"type": "string"}, "text": {"type": "string"}}, "required": ["title", "author", "text"]}}, "required": ["poem"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"poem" : {"title" : null, "author" : "Peter McCarey", "text" : "To land on the wind\nTo lodge and flourish."}} | json_instruct | {"type": "object", "properties": {"poem": {"type": "object", "properties": {"title": {"type": "null"}, "author": {"type": "string"}, "text": {"type": "string"}}, "required": ["title", "author", "text"]}}, "required": ["poem"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"rules": {"type": "object", "properties": {"global-require": {"type": "string"}, "guard-for-in": {"type": "string"}, "no-await-in-loop": {"type": "string"}, "no-console": {"type": "string"}, "no-control-regex": {"type": "string"}, "no-restricted-syntax": {"type": "string"}, "import/no-dynamic-require": {"type": "string"}, "import/no-extraneous-dependencies": {"type": "string"}}, "required": ["global-require", "guard-for-in", "no-await-in-loop", "no-console", "no-control-regex", "no-restricted-syntax", "import/no-dynamic-require", "import/no-extraneous-dependencies"]}}, "required": ["rules"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"rules" : {"global-require" : "off", "guard-for-in" : "off", "no-await-in-loop" : "off", "no-console" : "off", "no-control-regex" : "off", "no-restricted-syntax" : "off", "import/no-dynamic-require" : "off", "import/no-extraneous-dependencies" : "off"}} | json_instruct | {"type": "object", "properties": {"rules": {"type": "object", "properties": {"global-require": {"type": "string"}, "guard-for-in": {"type": "string"}, "no-await-in-loop": {"type": "string"}, "no-console": {"type": "string"}, "no-control-regex": {"type": "string"}, "no-restricted-syntax": {"type": "string"}, "import/no-dynamic-require": {"type": "string"}, "import/no-extraneous-dependencies": {"type": "string"}}, "required": ["global-require", "guard-for-in", "no-await-in-loop", "no-console", "no-control-regex", "no-restricted-syntax", "import/no-dynamic-require", "import/no-extraneous-dependencies"]}}, "required": ["rules"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"logs": {"type": "array", "items": {"type": "object", "properties": {"outputFile": {"type": "string"}, "map": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "string"}, "from": {"type": "object", "properties": {"startLines": {"type": "string"}, "startColumns": {"type": "string"}, "startOffsets": {"type": "string"}, "endColumns": {"type": "string"}, "endOffsets": {"type": "string"}}, "required": ["startLines", "startColumns", "startOffsets", "endColumns", "endOffsets"]}}, "required": ["source", "from"]}}}, "required": ["outputFile", "map"]}}}, "required": ["logs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"logs" : [{"outputFile" : "C:\\Users\\AstroBoy\\AndroidStudioProjects\\AlarmManager\\AlarmClock\\build\\intermediates\\incremental\\mergeDebugResources\\merged.dir\\values-kn-rIN\\values-kn-rIN.xml", "map" : [{"source" : "G:\\Android\\.gradle\\caches\\transforms-1\\files-1.1\\materialdatetimepicker-3.6.4.aar\\6c5f2884bd75610fbc1cf0dd8646cb4c\\res\\values-kn-rIN\\values-kn-rIN.xml", "from" : {"startLines" : "2,3,4,5,6,7,8,9,10,11,12,13,14", "startColumns" : "4,4,4,4,4,4,4,4,4,4,4,4,4", "startOffsets" : "105,166,232,339,454,537,649,775,890,996,1093,1193,1288", "endColumns" : "60,65,106,114,82,111,125,114,105,96,99,94,98", "endOffsets" : "161,227,334,449,532,644,770,885,991,1088,1188,1283,1382"}}]}]} | json_instruct | {"type": "object", "properties": {"logs": {"type": "array", "items": {"type": "object", "properties": {"outputFile": {"type": "string"}, "map": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "string"}, "from": {"type": "object", "properties": {"startLines": {"type": "string"}, "startColumns": {"type": "string"}, "startOffsets": {"type": "string"}, "endColumns": {"type": "string"}, "endOffsets": {"type": "string"}}, "required": ["startLines", "startColumns", "startOffsets", "endColumns", "endOffsets"]}}, "required": ["source", "from"]}}}, "required": ["outputFile", "map"]}}}, "required": ["logs"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"author": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "description": {"type": "string"}, "greenkeeper": {"type": "object", "properties": {"ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["ignore"]}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "main": {"type": "string"}, "name": {"type": "string"}, "nyc": {"type": "object", "properties": {"include": {"type": "array", "items": {"type": "string"}}, "require": {"type": "array", "items": {"type": "string"}}, "sourceMap": {"type": "boolean"}, "instrument": {"type": "boolean"}}, "required": ["include", "require", "sourceMap", "instrument"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "standard": {"type": "object", "properties": {"ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["ignore"]}, "version": {"type": "string"}}, "required": ["author", "bugs", "description", "greenkeeper", "homepage", "keywords", "license", "main", "name", "nyc", "repository", "standard", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"author" : {"name" : "Thai Pangsakulyanont @dtinth"}, "bugs" : {"url" : "https://github.com/istanbuljs/babel-plugin-istanbul/issues"}, "description" : "A babel plugin that adds istanbul instrumentation to ES6 code", "greenkeeper" : {"ignore" : ["find-up", "cross-env"]}, "homepage" : "https://github.com/istanbuljs/babel-plugin-istanbul#readme", "keywords" : ["istanbul", "babel", "plugin", "instrumentation"], "license" : "BSD-3-Clause", "main" : "lib/index.js", "name" : "babel-plugin-istanbul", "nyc" : {"include" : ["src/*.js", "fixtures/should-cover.js"], "require" : ["babel-register"], "sourceMap" : false, "instrument" : false}, "repository" : {"type" : "git", "url" : "git+https://github.com/istanbuljs/babel-plugin-istanbul.git"}, "standard" : {"ignore" : ["fixtures/has-inline-source-map.js"]}, "version" : "4.1.6"} | json_instruct | {"type": "object", "properties": {"author": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "description": {"type": "string"}, "greenkeeper": {"type": "object", "properties": {"ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["ignore"]}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "main": {"type": "string"}, "name": {"type": "string"}, "nyc": {"type": "object", "properties": {"include": {"type": "array", "items": {"type": "string"}}, "require": {"type": "array", "items": {"type": "string"}}, "sourceMap": {"type": "boolean"}, "instrument": {"type": "boolean"}}, "required": ["include", "require", "sourceMap", "instrument"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "standard": {"type": "object", "properties": {"ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["ignore"]}, "version": {"type": "string"}}, "required": ["author", "bugs", "description", "greenkeeper", "homepage", "keywords", "license", "main", "name", "nyc", "repository", "standard", "version"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-118.287092, 33.989122], [-118.28039, 33.989154], [-118.280526, 33.982378], [-118.287044, 33.982179], [-118.287092, 33.989122]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 9321}}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "label": {"type": "string"}, "type": {"type": "string"}, "platform": {"type": "string"}, "version": {"type": "string"}, "wabVersion": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "copyright": {"type": "string"}, "license": {"type": "string"}, "properties": {"type": "object", "properties": {"inPanel": {"type": "boolean"}, "hasSettingPage": {"type": "boolean"}, "IsController": {"type": "boolean"}}, "required": ["inPanel", "hasSettingPage", "IsController"]}}, "required": ["name", "label", "type", "platform", "version", "wabVersion", "author", "description", "copyright", "license", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "PrintPlusEcan", "label" : "Print Plus", "type" : "widget", "platform" : "HTML", "version" : "2.17", "wabVersion" : "2.17", "author" : "Esri R&D Center Beijing, Dave Spriggs, Larry Stout, modified by ECan GIS Team", "description" : "The PrintPlus Widget will print the map to several file formats using several layouts. It shows the selected layout on the map so you won't have to guess what will be printed.", "copyright" : "", "license" : "", "properties" : {"inPanel" : true, "hasSettingPage" : true, "IsController" : false}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "label": {"type": "string"}, "type": {"type": "string"}, "platform": {"type": "string"}, "version": {"type": "string"}, "wabVersion": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "copyright": {"type": "string"}, "license": {"type": "string"}, "properties": {"type": "object", "properties": {"inPanel": {"type": "boolean"}, "hasSettingPage": {"type": "boolean"}, "IsController": {"type": "boolean"}}, "required": ["inPanel", "hasSettingPage", "IsController"]}}, "required": ["name", "label", "type", "platform", "version", "wabVersion", "author", "description", "copyright", "license", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"files.associations": {"type": "object", "properties": {"iosfwd": {"type": "string"}, "vector": {"type": "string"}, "includes": {"type": "string"}}, "required": ["iosfwd", "vector", "includes"]}, "cmake.sourceDirectory": {"type": "string"}, "cmake.debugConfig": {"type": "object", "properties": {"stopAtEntry": {"type": "boolean"}, "MIMode": {"type": "string"}, "logging": {"type": "object", "properties": {"trace": {"type": "boolean"}, "engineLogging": {"type": "boolean"}, "traceResponse": {"type": "boolean"}}, "required": ["trace", "engineLogging", "traceResponse"]}}, "required": ["stopAtEntry", "MIMode", "logging"]}, "cmake.parallelJobs": {"type": "integer"}}, "required": ["files.associations", "cmake.sourceDirectory", "cmake.debugConfig", "cmake.parallelJobs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"files.associations" : {"iosfwd" : "cpp", "vector" : "cpp", "includes" : "cpp"}, "cmake.sourceDirectory" : "${workspaceFolder:Cpp}", "cmake.debugConfig" : {"stopAtEntry" : false, "MIMode" : "lldb", "logging" : {"trace" : true, "engineLogging" : true, "traceResponse" : true}}, "cmake.parallelJobs" : 8} | json_instruct | {"type": "object", "properties": {"files.associations": {"type": "object", "properties": {"iosfwd": {"type": "string"}, "vector": {"type": "string"}, "includes": {"type": "string"}}, "required": ["iosfwd", "vector", "includes"]}, "cmake.sourceDirectory": {"type": "string"}, "cmake.debugConfig": {"type": "object", "properties": {"stopAtEntry": {"type": "boolean"}, "MIMode": {"type": "string"}, "logging": {"type": "object", "properties": {"trace": {"type": "boolean"}, "engineLogging": {"type": "boolean"}, "traceResponse": {"type": "boolean"}}, "required": ["trace", "engineLogging", "traceResponse"]}}, "required": ["stopAtEntry", "MIMode", "logging"]}, "cmake.parallelJobs": {"type": "integer"}}, "required": ["files.associations", "cmake.sourceDirectory", "cmake.debugConfig", "cmake.parallelJobs"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following 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" : "nTD: Noise-Profile Adaptive Tensor Decomposition.", "fields" : ["memory footprint", "grid", "anomaly detection", "noisy data", "probabilistic logic"], "abstract" : "Tensor decomposition is used for many web and user data analysis operations from clustering, trend detection, anomaly detection, to correlation analysis. However, many of the tensor decomposition schemes are sensitive to noisy data, an inevitable problem in the real world that can lead to false conclusions. The problem is compounded by over-fitting when the user data is sparse. Recent research has shown that it is possible to avoid over-fitting by relying on probabilistic techniques. However, these have two major deficiencies: (a) firstly, they assume that all the data and intermediary results can fit in the main memory, and (b) they treat the entire tensor uniformly, ignoring potential non-uniformities in the noise distribution. In this paper, we propose a Noise-Profile Adaptive Tensor Decomposition (nTD) method, which aims to tackle both of these challenges. In particular, nTD leverages a grid-based two-phase decomposition strategy for two complementary purposes: firstly, the grid partitioning helps ensure that the memory footprint of the decomposition is kept low; secondly (and perhaps more importantly) any a priori knowledge about the noise profiles of the grid partitions enable us to develop a sample assignment strategy (or s-strategy) that best suits the noise distribution of the given tensor. Experiments show that nTD's performance is significantly better than conventional CP decomposition techniques on noisy user data tensors.", "citation" : "Not cited", "departments" : ["Arizona State University", "Arizona State University", "University of Turin"], "authors" : ["Xinsheng Li.....http://dblp.org/pers/hd/l/Li:Xinsheng", "K. Sel\u00e7uk Candan.....http://dblp.org/pers/hd/c/Candan:K=_Sel=ccedil=uk", "Maria Luisa Sapino.....http://dblp.org/pers/hd/s/Sapino:Maria_Luisa"], "conf" : "www", "year" : "2017", "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#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "null"}, "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" : "NTGA0", "name" : {"en" : "Anaa / Tukuhora"}, "country" : "PF", "region" : null, "identifiers" : {"national" : null, "wmo" : null, "ghcn" : null, "wban" : null, "usaf" : null, "mosmix" : null, "icao" : "NTGA", "iata" : "AAA"}, "location" : {"latitude" : -17.3526, "longitude" : -145.51, "elevation" : 3}, "timezone" : "Pacific/Tahiti", "history" : []} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "null"}, "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#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"batchcomplete": {"type": "string"}, "query": {"type": "object", "properties": {"normalized": {"type": "array", "items": {"type": "object", "properties": {"from": {"type": "string"}, "to": {"type": "string"}}, "required": ["from", "to"]}}, "pages": {"type": "object", "properties": {"36636420": {"type": "object", "properties": {"pageid": {"type": "integer"}, "ns": {"type": "integer"}, "title": {"type": "string"}, "pageprops": {"type": "object", "properties": {"defaultsort": {"type": "string"}, "page_image_free": {"type": "string"}, "wikibase-shortdesc": {"type": "string"}, "wikibase_item": {"type": "string"}}, "required": ["defaultsort", "page_image_free", "wikibase-shortdesc", "wikibase_item"]}}, "required": ["pageid", "ns", "title", "pageprops"]}}, "required": ["36636420"]}}, "required": ["normalized", "pages"]}}, "required": ["batchcomplete", "query"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"batchcomplete" : "", "query" : {"normalized" : [{"from" : "Iryna_Kindzerska", "to" : "Iryna Kindzerska"}], "pages" : {"36636420" : {"pageid" : 36636420, "ns" : 0, "title" : "Iryna Kindzerska", "pageprops" : {"defaultsort" : "Kindzerska, Iryna", "page_image_free" : "Irina_Kindzerska.jpg", "wikibase-shortdesc" : "Ukrainian-born Azerbaijani judoka", "wikibase_item" : "Q2371202"}}}}} | json_instruct | {"type": "object", "properties": {"batchcomplete": {"type": "string"}, "query": {"type": "object", "properties": {"normalized": {"type": "array", "items": {"type": "object", "properties": {"from": {"type": "string"}, "to": {"type": "string"}}, "required": ["from", "to"]}}, "pages": {"type": "object", "properties": {"36636420": {"type": "object", "properties": {"pageid": {"type": "integer"}, "ns": {"type": "integer"}, "title": {"type": "string"}, "pageprops": {"type": "object", "properties": {"defaultsort": {"type": "string"}, "page_image_free": {"type": "string"}, "wikibase-shortdesc": {"type": "string"}, "wikibase_item": {"type": "string"}}, "required": ["defaultsort", "page_image_free", "wikibase-shortdesc", "wikibase_item"]}}, "required": ["pageid", "ns", "title", "pageprops"]}}, "required": ["36636420"]}}, "required": ["normalized", "pages"]}}, "required": ["batchcomplete", "query"], "$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.