input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"pl_disc": {"type": "string"}, "pl_pelink": {"type": "string"}, "st_rad": {"type": "string"}, "pl_massj": {"type": "string"}, "st_dist": {"type": "string"}, "null": {"type": "array", "items": {"type": "string"}}, "pl_dens": {"type": "string"}, "pl_eqt": {"type": "string"}, "st_optmag": {"type": "string"}, "ra": {"type": "string"}, "pl_discmethod": {"type": "string"}, "pl_hostname": {"type": "string"}, "pl_radj": {"type": "string"}, "rowupdate": {"type": "string"}, "pl_facility": {"type": "string"}, "pl_edelink": {"type": "string"}, "dec": {"type": "string"}}, "required": ["pl_disc", "pl_pelink", "st_rad", "pl_massj", "st_dist", "null", "pl_dens", "pl_eqt", "st_optmag", "ra", "pl_discmethod", "pl_hostname", "pl_radj", "rowupdate", "pl_facility", "pl_edelink", "dec"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"pl_disc" : "HD 218566", "pl_pelink" : "0", "st_rad" : "1", "pl_massj" : "0", "st_dist" : "HD 218566 b", "null" : ["8.500", "29.94", "0.85", "8.630", "0.86", "4820.00", "http://exoplanet.eu/catalog/hd_218566_b/", "http://exoplanets.org/detail/HD_218566_b"], "pl_dens" : "2010", "pl_eqt" : "Radial Velocity", "st_optmag" : "0", "ra" : "1", "pl_discmethod" : "0", "pl_hostname" : "-2.260742", "pl_radj" : "0", "rowupdate" : "2014-05-14", "pl_facility" : "W. M. Keck Observatory", "pl_edelink" : "347.294708", "dec" : "10 m Keck I Telescope"} | json_instruct | {"type": "object", "properties": {"pl_disc": {"type": "string"}, "pl_pelink": {"type": "string"}, "st_rad": {"type": "string"}, "pl_massj": {"type": "string"}, "st_dist": {"type": "string"}, "null": {"type": "array", "items": {"type": "string"}}, "pl_dens": {"type": "string"}, "pl_eqt": {"type": "string"}, "st_optmag": {"type": "string"}, "ra": {"type": "string"}, "pl_discmethod": {"type": "string"}, "pl_hostname": {"type": "string"}, "pl_radj": {"type": "string"}, "rowupdate": {"type": "string"}, "pl_facility": {"type": "string"}, "pl_edelink": {"type": "string"}, "dec": {"type": "string"}}, "required": ["pl_disc", "pl_pelink", "st_rad", "pl_massj", "st_dist", "null", "pl_dens", "pl_eqt", "st_optmag", "ra", "pl_discmethod", "pl_hostname", "pl_radj", "rowupdate", "pl_facility", "pl_edelink", "dec"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "coral/core-bundle": {"type": "string"}, "symfony/framework-bundle": {"type": "string"}, "symfony/finder": {"type": "string"}, "symfony/yaml": {"type": "string"}, "symfony/browser-kit": {"type": "string"}, "symfony/security-bundle": {"type": "string"}, "symfony/monolog-bundle": {"type": "string"}, "sensio/framework-extra-bundle": {"type": "string"}, "liip/imagine-bundle": {"type": "string"}, "doctrine/orm": {"type": "string"}, "doctrine/doctrine-bundle": {"type": "string"}, "doctrine/doctrine-fixtures-bundle": {"type": "string"}, "gedmo/doctrine-extensions": {"type": "string"}}, "required": ["php", "coral/core-bundle", "symfony/framework-bundle", "symfony/finder", "symfony/yaml", "symfony/browser-kit", "symfony/security-bundle", "symfony/monolog-bundle", "sensio/framework-extra-bundle", "liip/imagine-bundle", "doctrine/orm", "doctrine/doctrine-bundle", "doctrine/doctrine-fixtures-bundle", "gedmo/doctrine-extensions"]}, "autoload": {"type": "object", "properties": {"psr-0": {"type": "object", "properties": {"Coral\\FileBundle": {"type": "string"}}, "required": ["Coral\\FileBundle"]}}, "required": ["psr-0"]}, "target-dir": {"type": "string"}}, "required": ["name", "type", "description", "keywords", "homepage", "license", "authors", "require", "autoload", "target-dir"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "coral/file-bundle", "type" : "symfony-bundle", "description" : "Coral File Bundle", "keywords" : ["CMS", "Coral", "REST"], "homepage" : "https://github.com/Atlantic18/CoralFileBundle", "license" : "MIT", "authors" : [{"name" : "Frantisek Troster", "email" : "frantisek.troster@atlantic18.com"}], "require" : {"php" : ">=5.3.2", "coral/core-bundle" : "0.1.0", "symfony/framework-bundle" : "~2.4", "symfony/finder" : "~2.4", "symfony/yaml" : "~2.4", "symfony/browser-kit" : "~2.4", "symfony/security-bundle" : "~2.4", "symfony/monolog-bundle" : "~2.4", "sensio/framework-extra-bundle" : "*", "liip/imagine-bundle" : "dev-master", "doctrine/orm" : "*", "doctrine/doctrine-bundle" : "*", "doctrine/doctrine-fixtures-bundle" : "*", "gedmo/doctrine-extensions" : "dev-master"}, "autoload" : {"psr-0" : {"Coral\\FileBundle" : ""}}, "target-dir" : "Coral/FileBundle"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "coral/core-bundle": {"type": "string"}, "symfony/framework-bundle": {"type": "string"}, "symfony/finder": {"type": "string"}, "symfony/yaml": {"type": "string"}, "symfony/browser-kit": {"type": "string"}, "symfony/security-bundle": {"type": "string"}, "symfony/monolog-bundle": {"type": "string"}, "sensio/framework-extra-bundle": {"type": "string"}, "liip/imagine-bundle": {"type": "string"}, "doctrine/orm": {"type": "string"}, "doctrine/doctrine-bundle": {"type": "string"}, "doctrine/doctrine-fixtures-bundle": {"type": "string"}, "gedmo/doctrine-extensions": {"type": "string"}}, "required": ["php", "coral/core-bundle", "symfony/framework-bundle", "symfony/finder", "symfony/yaml", "symfony/browser-kit", "symfony/security-bundle", "symfony/monolog-bundle", "sensio/framework-extra-bundle", "liip/imagine-bundle", "doctrine/orm", "doctrine/doctrine-bundle", "doctrine/doctrine-fixtures-bundle", "gedmo/doctrine-extensions"]}, "autoload": {"type": "object", "properties": {"psr-0": {"type": "object", "properties": {"Coral\\FileBundle": {"type": "string"}}, "required": ["Coral\\FileBundle"]}}, "required": ["psr-0"]}, "target-dir": {"type": "string"}}, "required": ["name", "type", "description", "keywords", "homepage", "license", "authors", "require", "autoload", "target-dir"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"fdb-legacy.min.js": {"type": "string"}, "fdb-all.min.js": {"type": "string"}, "fdb-angular.js": {"type": "string"}, "fdb-angular.min.js": {"type": "string"}, "fdb-autobind.js": {"type": "string"}, "fdb-autobind.min.js": {"type": "string"}, "fdb-core+persist.js": {"type": "string"}, "fdb-core+persist.min.js": {"type": "string"}, "fdb-core+views.js": {"type": "string"}, "fdb-core+views.min.js": {"type": "string"}, "fdb-core.js": {"type": "string"}, "fdb-core.min.js": {"type": "string"}, "fdb-infinilist.js": {"type": "string"}, "fdb-infinilist.min.js": {"type": "string"}, "fdb-legacy.js": {"type": "string"}, "fdb-all.js": {"type": "string"}}, "required": ["fdb-legacy.min.js", "fdb-all.min.js", "fdb-angular.js", "fdb-angular.min.js", "fdb-autobind.js", "fdb-autobind.min.js", "fdb-core+persist.js", "fdb-core+persist.min.js", "fdb-core+views.js", "fdb-core+views.min.js", "fdb-core.js", "fdb-core.min.js", "fdb-infinilist.js", "fdb-infinilist.min.js", "fdb-legacy.js", "fdb-all.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"fdb-legacy.min.js" : "sha256-+U1HmXFmtHsFQZEfkmRAzBQnyjc6NJCw6/GTM2UdZQc=", "fdb-all.min.js" : "sha256-Vmq7ePBOt4/16iraYJjG53vW0ohV7ornyJu8ZqIcTgE=", "fdb-angular.js" : "sha256-uh2T4mJyseYBss3vaRjVOb4zWO/GqFOZ7m3NRJioLFw=", "fdb-angular.min.js" : "sha256-7bt5cribZI4WmrDge0FAH5JRwD843rMwDNyVyVs6wfQ=", "fdb-autobind.js" : "sha256-+td+yJ+DRUw1urtt5C/uMEdfYnwAEhDjJKiBuP0phq0=", "fdb-autobind.min.js" : "sha256-giRqRbjrj2dbhMQZ2FCE9lds5/eALPFohjO+fDIr0Pg=", "fdb-core+persist.js" : "sha256-JBwkE87O3cd64AluV76WF/EcTMGIi/k/JhRNYF8gqL0=", "fdb-core+persist.min.js" : "sha256-Wa/WDF7uxDKUAAUKUCSblUfa/nS3LI2qN0Sdub5kj9M=", "fdb-core+views.js" : "sha256-bl2tW0oS/JDSal0H7I2pq18U9+feGYfDwXV/85KWfbA=", "fdb-core+views.min.js" : "sha256-AIp5exOECepDgV61/u/fX3oyQBWu+YZCoisd8PLCbMQ=", "fdb-core.js" : "sha256-iboLSwNwE1ipwQnlN7MQ/fLOkC/WMAqzJd7fHk/CeRA=", "fdb-core.min.js" : "sha256-ItSoA1kLlRMk9OOiL/kef1gcNlitvSDCH35kEgjhkKQ=", "fdb-infinilist.js" : "sha256-b/6s87vkcgjEEFYFZhYuaBZ418X8H2S/rudhRp7cIj4=", "fdb-infinilist.min.js" : "sha256-d0tBCt8XvRR/+nLQrS1fIjxTLFg7iVx+PTSYdHkSm2E=", "fdb-legacy.js" : "sha256-3yBW4K0f2Sr3dDxYj3OUB+Yl1yyK9WYr5ilTFhd5RMQ=", "fdb-all.js" : "sha256-W20E/zRNV0din7un2W+FDRWEmmUx/Hq0vaVKTk7CQ90="} | json_instruct | {"type": "object", "properties": {"fdb-legacy.min.js": {"type": "string"}, "fdb-all.min.js": {"type": "string"}, "fdb-angular.js": {"type": "string"}, "fdb-angular.min.js": {"type": "string"}, "fdb-autobind.js": {"type": "string"}, "fdb-autobind.min.js": {"type": "string"}, "fdb-core+persist.js": {"type": "string"}, "fdb-core+persist.min.js": {"type": "string"}, "fdb-core+views.js": {"type": "string"}, "fdb-core+views.min.js": {"type": "string"}, "fdb-core.js": {"type": "string"}, "fdb-core.min.js": {"type": "string"}, "fdb-infinilist.js": {"type": "string"}, "fdb-infinilist.min.js": {"type": "string"}, "fdb-legacy.js": {"type": "string"}, "fdb-all.js": {"type": "string"}}, "required": ["fdb-legacy.min.js", "fdb-all.min.js", "fdb-angular.js", "fdb-angular.min.js", "fdb-autobind.js", "fdb-autobind.min.js", "fdb-core+persist.js", "fdb-core+persist.min.js", "fdb-core+views.js", "fdb-core+views.min.js", "fdb-core.js", "fdb-core.min.js", "fdb-infinilist.js", "fdb-infinilist.min.js", "fdb-legacy.js", "fdb-all.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"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" : "Design and performance study of a Topology-Hiding Multipath Routing protocol for mobile ad hoc networks.", "fields" : ["enhanced interior gateway routing protocol", "wireless routing protocol", "multipath routing", "zone routing protocol", "optimized link state routing protocol"], "abstract" : "Existing multipath routing protocols for MANET ignore the topology-exposure problem. This paper analyzes the threat of topology-exposure and proposes a Topology-Hiding Multipath Routing protocol (THMR). THMR doesn't allow packets to carry routing information, so malicious nodes cannot deduce topology information and launch various attacks based on that. The protocol can also establish multiple node-disjoint routes in a route discovery attempt and exclude unreliable routes before transmitting packets. We formally prove that THMR is loop-free and topology-hiding. Simulation results show that our protocol has better capability of finding routes and can greatly increase the capability of delivering packets in the scenario where there are attackers at the cost of low routing overhead.", "citation" : "Citations (13)", "departments" : ["Chinese Academy of Sciences", "New Jersey Institute of Technology", "Chinese Academy of Sciences", "Chinese Academy of Sciences", "New Jersey Institute of Technology"], "authors" : ["Yujun Zhang.....http://dblp.org/pers/hd/z/Zhang:Yujun", "Guiling Wang.....http://dblp.org/pers/hd/w/Wang:Guiling", "Qi Hu.....http://dblp.org/pers/hd/h/Hu:Qi", "Zhongcheng Li.....http://dblp.org/pers/hd/l/Li:Zhongcheng", "Jie Tian.....http://dblp.org/pers/hd/t/Tian_0002:Jie"], "conf" : "infocom", "year" : "2012", "pages" : 9} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "includedInParent": {"type": "boolean"}, "mtime": {"type": "integer"}}, "required": ["name", "includedInParent", "mtime"]}}, "generated": {"type": "object", "properties": {"css": {"type": "string"}, "js": {"type": "string"}}, "required": ["css", "js"]}, "sourceMaps": {"type": "object", "properties": {"css": {"type": "object", "properties": {"mappings": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "string"}, "name": {"type": "null"}, "original": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}}, "required": ["line", "column"]}, "generated": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}}, "required": ["line", "column"]}}, "required": ["source", "name", "original", "generated"]}}, "sources": {"type": "object", "properties": {"index.css": {"type": "string"}}, "required": ["index.css"]}, "lineCount": {"type": "null"}}, "required": ["mappings", "sources", "lineCount"]}}, "required": ["css"]}, "error": {"type": "null"}, "hash": {"type": "string"}, "cacheData": {"type": "object", "properties": {"env": {"type": "object", "properties": {}, "required": []}}, "required": ["env"]}}, "required": ["id", "dependencies", "generated", "sourceMaps", "error", "hash", "cacheData"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "9BSY", "dependencies" : [{"name" : "/Users/erapacz/Documents/ravenous-with-redux/.babelrc", "includedInParent" : true, "mtime" : 1563153335508}, {"name" : "/Users/erapacz/Documents/ravenous-with-redux/package.json", "includedInParent" : true, "mtime" : 1563154009137}], "generated" : {"css" : "body{margin:0;padding:0;font-family:sans-serif}", "js" : ""}, "sourceMaps" : {"css" : {"mappings" : [{"source" : "index.css", "name" : null, "original" : {"line" : 1, "column" : 0}, "generated" : {"line" : 1, "column" : 0}}, {"source" : "index.css", "name" : null, "original" : {"line" : 2, "column" : 2}, "generated" : {"line" : 1, "column" : 5}}, {"source" : "index.css", "name" : null, "original" : {"line" : 2, "column" : 11}, "generated" : {"line" : 1, "column" : 13}}, {"source" : "index.css", "name" : null, "original" : {"line" : 3, "column" : 2}, "generated" : {"line" : 1, "column" : 14}}, {"source" : "index.css", "name" : null, "original" : {"line" : 3, "column" : 12}, "generated" : {"line" : 1, "column" : 23}}, {"source" : "index.css", "name" : null, "original" : {"line" : 4, "column" : 2}, "generated" : {"line" : 1, "column" : 24}}, {"source" : "index.css", "name" : null, "original" : {"line" : 5, "column" : 0}, "generated" : {"line" : 1, "column" : 46}}], "sources" : {"index.css" : "body {\n margin: 0;\n padding: 0;\n font-family: sans-serif;\n}\n"}, "lineCount" : null}}, "error" : null, "hash" : "70cc4c3bf76834d41a5e14089e1a3833", "cacheData" : {"env" : {}}} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "includedInParent": {"type": "boolean"}, "mtime": {"type": "integer"}}, "required": ["name", "includedInParent", "mtime"]}}, "generated": {"type": "object", "properties": {"css": {"type": "string"}, "js": {"type": "string"}}, "required": ["css", "js"]}, "sourceMaps": {"type": "object", "properties": {"css": {"type": "object", "properties": {"mappings": {"type": "array", "items": {"type": "object", "properties": {"source": {"type": "string"}, "name": {"type": "null"}, "original": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}}, "required": ["line", "column"]}, "generated": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}}, "required": ["line", "column"]}}, "required": ["source", "name", "original", "generated"]}}, "sources": {"type": "object", "properties": {"index.css": {"type": "string"}}, "required": ["index.css"]}, "lineCount": {"type": "null"}}, "required": ["mappings", "sources", "lineCount"]}}, "required": ["css"]}, "error": {"type": "null"}, "hash": {"type": "string"}, "cacheData": {"type": "object", "properties": {"env": {"type": "object", "properties": {}, "required": []}}, "required": ["env"]}}, "required": ["id", "dependencies", "generated", "sourceMaps", "error", "hash", "cacheData"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "is_illegal": {"type": "boolean"}, "is_custom": {"type": "boolean"}, "text": {"type": "string"}, "images": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "attribute": {"type": "string"}, "atk": {"type": "integer"}, "species": {"type": "string"}, "monster_type": {"type": "string"}, "is_pendulum": {"type": "boolean"}, "ability": {"type": "string"}, "has_effect": {"type": "boolean"}, "def": {"type": "integer"}, "level": {"type": "integer"}, "is_tuner": {"type": "boolean"}}, "required": ["id", "name", "is_illegal", "is_custom", "text", "images", "type", "attribute", "atk", "species", "monster_type", "is_pendulum", "ability", "has_effect", "def", "level", "is_tuner"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 54082269, "name" : "Blackwing Full Armor Master", "is_illegal" : false, "is_custom" : false, "text" : "1 \"Blackwing\" Tuner + 1+ non-Tuner monsters\nUnaffected by other cards' effects. Each time a monster your opponent controls activates its effect, place 1 Wedge Counter on that opponent's monster (max. 1) after that effect resolves. Once per turn: You can target 1 monster your opponent controls with a Wedge Counter; take control of it. Once per turn, during your End Phase: You can destroy all monsters on the field that have a Wedge Counter.", "images" : ["https://storage.googleapis.com/ygoprodeck.com/pics/54082269.jpg"], "type" : "Monster", "attribute" : "DARK", "atk" : 3000, "species" : "Winged Beast", "monster_type" : "Synchro", "is_pendulum" : false, "ability" : "", "has_effect" : true, "def" : 3000, "level" : 10, "is_tuner" : false} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "is_illegal": {"type": "boolean"}, "is_custom": {"type": "boolean"}, "text": {"type": "string"}, "images": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "attribute": {"type": "string"}, "atk": {"type": "integer"}, "species": {"type": "string"}, "monster_type": {"type": "string"}, "is_pendulum": {"type": "boolean"}, "ability": {"type": "string"}, "has_effect": {"type": "boolean"}, "def": {"type": "integer"}, "level": {"type": "integer"}, "is_tuner": {"type": "boolean"}}, "required": ["id", "name", "is_illegal", "is_custom", "text", "images", "type", "attribute", "atk", "species", "monster_type", "is_pendulum", "ability", "has_effect", "def", "level", "is_tuner"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about": {"type": "string"}, "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": "string"}, "obsoleting_style_id": {"type": "null"}, "obsoleting_style_name": {"type": "null"}, "obsolete": {"type": "integer"}, "admin_delete_reason_id": {"type": "null"}, "obsoletion_message": {"type": "null"}, "screenshots": {"type": "null"}, "license": {"type": "null"}, "created": {"type": "string"}, "category": {"type": "string"}, "raw_subcategory": {"type": "string"}, "subcategory": {"type": "string"}, "additional_info": {"type": "string"}, "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" : 105501, "name" : "CDM Castiel ^-^", "description" : "Tema de Castiel, para el juego Coraz\u00f3n de Mel\u00f3n :3", "user" : {"id" : 272668, "name" : "Nekita Panda", "email" : "redacted", "paypal_email" : null, "homepage" : null, "about" : "Me gusta la m\u00fasica, editar imagenes conocer gente", "license" : null}, "updated" : "2015-02-28T22:29:59.000Z", "weekly_install_count" : 0, "total_install_count" : 2004, "rating" : null, "after_screenshot_name" : "https://userstyles.org/style_screenshots/105501_after.jpeg?r=1601712152", "obsoleting_style_id" : null, "obsoleting_style_name" : null, "obsolete" : 0, "admin_delete_reason_id" : null, "obsoletion_message" : null, "screenshots" : null, "license" : null, "created" : "2014-09-17T12:52:18.000Z", "category" : "site", "raw_subcategory" : "corazondemelon", "subcategory" : "corazondemelon", "additional_info" : "Cr\u00e9ditos a ChiNoMimi, a las chicas por sus fan arts...", "style_tags" : [], "css" : "@-moz-document domain(\"www.corazondemelon.es\") {\r\n#container{\r\nbackground-image : url(http://fc08.deviantart.net/fs70/f/2015/059/7/e/castielfondo_by_panditasugar-d8jv8ya.jpg) !important ;\r\nbackground-size: cover !important ;\r\n\r\n}\r\n#container.connected #header { background-image : url(http://fc05.deviantart.net/fs70/f/2015/059/e/d/logo2logon_by_panditasugar-d8jvzgx.png) !important ;\r\n}\r\n.idcard-member { background : url(http://fc02.deviantart.net/fs71/f/2015/059/0/1/base2_by_panditasugar-d8jvl5s.png) no-repeat !important ;\r\n}\r\n}", "discussions" : [], "discussionsCount" : 0, "commentsCount" : 0, "userjs_url" : "/styles/userjs/105501/cdm-castiel.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": "string"}, "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": "string"}, "obsoleting_style_id": {"type": "null"}, "obsoleting_style_name": {"type": "null"}, "obsolete": {"type": "integer"}, "admin_delete_reason_id": {"type": "null"}, "obsoletion_message": {"type": "null"}, "screenshots": {"type": "null"}, "license": {"type": "null"}, "created": {"type": "string"}, "category": {"type": "string"}, "raw_subcategory": {"type": "string"}, "subcategory": {"type": "string"}, "additional_info": {"type": "string"}, "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#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"devDependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "ejs": {"type": "string"}, "express": {"type": "string"}, "express-session": {"type": "string"}, "md5-node": {"type": "string"}, "mongodb": {"type": "string"}, "multiparty": {"type": "string"}}, "required": ["body-parser", "ejs", "express", "express-session", "md5-node", "mongodb", "multiparty"]}}, "required": ["devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"devDependencies" : {"body-parser" : "^1.18.3", "ejs" : "^2.6.1", "express" : "^4.16.3", "express-session" : "^1.15.6", "md5-node" : "^1.0.1", "mongodb" : "^3.1.4", "multiparty" : "^4.2.1"}} | json_instruct | {"type": "object", "properties": {"devDependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "ejs": {"type": "string"}, "express": {"type": "string"}, "express-session": {"type": "string"}, "md5-node": {"type": "string"}, "mongodb": {"type": "string"}, "multiparty": {"type": "string"}}, "required": ["body-parser", "ejs", "express", "express-session", "md5-node", "mongodb", "multiparty"]}}, "required": ["devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "5310052003", "nama" : "Jaong"}, {"id" : "5310052004", "nama" : "Pongkor"}, {"id" : "5310052005", "nama" : "Wae Ajang"}, {"id" : "5310052018", "nama" : "Papang"}, {"id" : "5310052019", "nama" : "Wewo"}, {"id" : "5310052020", "nama" : "Lungar"}, {"id" : "5310052021", "nama" : "Mocok"}, {"id" : "5310052022", "nama" : "Koak"}, {"id" : "5310052023", "nama" : "Langgo"}, {"id" : "5310052024", "nama" : "Legu"}, {"id" : "5310052025", "nama" : "Paka"}, {"id" : "5310052028", "nama" : "Tal"}, {"id" : "5310052031", "nama" : "Golo Lambo"}, {"id" : "5310052032", "nama" : "Ngkaer"}, {"id" : "5310052033", "nama" : "Umung"}, {"id" : "5310052034", "nama" : "Tado"}, {"id" : "5310052035", "nama" : "Gara"}, {"id" : "5310052036", "nama" : "Golo Muntas"}, {"id" : "5310052038", "nama" : "Ponggeok"}, {"id" : "5310052039", "nama" : "Iteng"}, {"id" : "5310052040", "nama" : "Satar Loung"}, {"id" : "5310052041", "nama" : "Lolang"}, {"id" : "5310052042", "nama" : "Ulu Belang"}] | 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#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "autoupdate": {"type": "object", "properties": {"source": {"type": "string"}, "target": {"type": "string"}, "basePath": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["source", "target", "basePath", "files"]}, "filename": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "maintainers": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "repositories": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}}, "required": ["name", "autoupdate", "filename", "version", "description", "homepage", "maintainers", "repositories"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Ladda", "autoupdate" : {"source" : "git", "target" : "git://github.com/hakimel/Ladda.git", "basePath" : "/dist/", "files" : ["ladda-themeless.min.css", "ladda.jquery.min.js", "ladda.min.css", "ladda.min.js", "spin.min.js"]}, "filename" : "ladda.min.js", "version" : "0.9.8", "description" : "Buttons with built-in loading indicators", "homepage" : "http://lab.hakim.se/ladda", "maintainers" : [{"name" : "Hakim El Hattab"}], "repositories" : [{"type" : "git", "url" : "git://github.com/hakimel/Ladda.git"}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "autoupdate": {"type": "object", "properties": {"source": {"type": "string"}, "target": {"type": "string"}, "basePath": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["source", "target", "basePath", "files"]}, "filename": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "maintainers": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "repositories": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}}, "required": ["name", "autoupdate", "filename", "version", "description", "homepage", "maintainers", "repositories"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"chess.js": {"type": "string"}}, "required": ["chess.js"]}}, "required": ["name", "version", "description", "author", "license", "keywords", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "smartbot", "version" : "0.0.1", "description" : "A hybrid bash/nodejs implementation of a smart chess playing robot as per restchess.", "author" : {"name" : "Erik Mogensen", "email" : "erik@mogensoft.net"}, "license" : "Apache-2.0", "keywords" : ["chess"], "dependencies" : {"chess.js" : "0.9.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"chess.js": {"type": "string"}}, "required": ["chess.js"]}}, "required": ["name", "version", "description", "author", "license", "keywords", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "dt": {"type": "integer"}, "ar": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "al": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "picUrl": {"type": "string"}}, "required": ["id", "name", "picUrl"]}}, "required": ["id", "name", "dt", "ar", "al"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : 1336848536, "name" : "Beautiful Thing", "dt" : 229761, "ar" : {"id" : 31042465, "name" : "MOND"}, "al" : {"id" : 75016130, "name" : "\ub9c8\uc774\ub77c\uc774\ube0c \uc2a4\ud0c0\uba54\uc774\ud0b9 \ud504\ub85c\uc81d\ud2b8 vol.3", "picUrl" : "https://p1.music.126.net/qSZqY7q90gdCvSRwH1FaZg==/109951166230729060.jpg"}}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "dt": {"type": "integer"}, "ar": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "al": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "picUrl": {"type": "string"}}, "required": ["id", "name", "picUrl"]}}, "required": ["id", "name", "dt", "ar", "al"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "filename": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "autoupdate": {"type": "object", "properties": {"source": {"type": "string"}, "target": {"type": "string"}, "fileMap": {"type": "array", "items": {"type": "object", "properties": {"basePath": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["basePath", "files"]}}}, "required": ["source", "target", "fileMap"]}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["name", "filename", "description", "repository", "keywords", "homepage", "license", "autoupdate", "authors"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "bootstrap-waitingfor", "filename" : "bootstrap-waitingfor.min.js", "description" : "Waiting for dialog with progress bar for Bootstrap", "repository" : {"type" : "git", "url" : "git+https://github.com/ehpc/bootstrap-waitingfor.git"}, "keywords" : ["waiting", "dialog", "progress", "bar", "boostrap"], "homepage" : "http://bootsnipp.com/snippets/featured/quotwaiting-forquot-modal-dialog", "license" : "MIT", "autoupdate" : {"source" : "git", "target" : "git://github.com/ehpc/bootstrap-waitingfor.git", "fileMap" : [{"basePath" : "build", "files" : ["**/*"]}]}, "authors" : [{"name" : "Eugene Maslovich", "url" : "https://github.com/ehpc"}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "filename": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "autoupdate": {"type": "object", "properties": {"source": {"type": "string"}, "target": {"type": "string"}, "fileMap": {"type": "array", "items": {"type": "object", "properties": {"basePath": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["basePath", "files"]}}}, "required": ["source", "target", "fileMap"]}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["name", "filename", "description", "repository", "keywords", "homepage", "license", "autoupdate", "authors"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"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" : "2020-08-07T09:00:00Z", "Temp" : 31.1, "RelHum" : 51, "WindSpeed" : 2.1, "WindDir" : 285} | 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#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "rotation_period": {"type": "string"}, "orbital_period": {"type": "string"}, "diameter": {"type": "string"}, "climate": {"type": "string"}, "gravity": {"type": "string"}, "terrain": {"type": "string"}, "surface_water": {"type": "string"}, "population": {"type": "string"}, "residents": {"type": "array", "items": {"type": "string"}}, "films": {"type": "array", "items": {"type": "string"}}, "created": {"type": "string"}, "edited": {"type": "string"}, "image": {"type": "string"}, "resume": {"type": "string"}}, "required": ["id", "name", "rotation_period", "orbital_period", "diameter", "climate", "gravity", "terrain", "surface_water", "population", "residents", "films", "created", "edited", "image", "resume"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 24, "name" : "Nal Hutta", "rotation_period" : "87", "orbital_period" : "413", "diameter" : "12150", "climate" : "temperate", "gravity" : "1 standard", "terrain" : "urban, oceans, swamps, bogs", "surface_water" : "unknown", "population" : "7000000000", "residents" : ["Jabba Desilijic Tiure"], "films" : ["Coming Soon"], "created" : "2014-12-10T17:11:29.452000Z", "edited" : "2014-12-20T20:58:18.460000Z", "image" : "https://lumiere-a.akamaihd.net/v1/images/databank_nalhutta_01_169_72d58d25.jpeg", "resume" : "Um planeta pantanoso e anelado controlado pelos Hutts, Nal Hutta tem sido um para\u00edso para atividades criminosas, longe dos olhos curiosos das autoridades gal\u00e1cticas. Sua atmosfera quente \u00e9 freq\u00fcentemente riscada por chuva gordurosa, criando uma sauna f\u00e9tida na qual Hutts se sente mais confort\u00e1vel. As cidades Hutt s\u00e3o constru\u00eddas nas poucas terras firmes que existem, incluindo o mercado do espa\u00e7oporto de Bilbousa. Uma s\u00e9rie de casas flutuantes tamb\u00e9m pontilham os bayous - os visitantes atravessam os p\u00e2ntanos em fanboats repulsorlift, arriscando a aten\u00e7\u00e3o de cobras-drag\u00e3o e outras criaturas perigosas."} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "rotation_period": {"type": "string"}, "orbital_period": {"type": "string"}, "diameter": {"type": "string"}, "climate": {"type": "string"}, "gravity": {"type": "string"}, "terrain": {"type": "string"}, "surface_water": {"type": "string"}, "population": {"type": "string"}, "residents": {"type": "array", "items": {"type": "string"}}, "films": {"type": "array", "items": {"type": "string"}}, "created": {"type": "string"}, "edited": {"type": "string"}, "image": {"type": "string"}, "resume": {"type": "string"}}, "required": ["id", "name", "rotation_period", "orbital_period", "diameter", "climate", "gravity", "terrain", "surface_water", "population", "residents", "films", "created", "edited", "image", "resume"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"schemaVersion": {"type": "integer"}, "id": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "contributors": {"type": "array", "items": {}}, "contact": {"type": "object", "properties": {}, "required": []}, "license": {"type": "string"}, "icon": {"type": "string"}, "environment": {"type": "string"}, "entrypoints": {"type": "object", "properties": {"main": {"type": "array", "items": {"type": "string"}}, "client": {"type": "array", "items": {"type": "string"}}, "server": {"type": "array", "items": {}}}, "required": ["main", "client", "server"]}, "mixins": {"type": "array", "items": {"type": "string"}}, "depends": {"type": "object", "properties": {"fabricloader": {"type": "string"}, "fabric": {"type": "string"}}, "required": ["fabricloader", "fabric"]}}, "required": ["schemaVersion", "id", "version", "name", "description", "authors", "contributors", "contact", "license", "icon", "environment", "entrypoints", "mixins", "depends"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"schemaVersion" : 1, "id" : "aether_rewoven", "version" : "${version}", "name" : "Aether Rewoven", "description" : "Unoffical Aether port for Fabric", "authors" : ["Paperdomo101"], "contributors" : [], "contact" : {}, "license" : "MIT", "icon" : "assets/aether_rewoven/icon.png", "environment" : "*", "entrypoints" : {"main" : ["paperdomo101.aether_rewoven.AetherRewoven"], "client" : ["paperdomo101.aether_rewoven.AetherClient"], "server" : []}, "mixins" : ["aether_rewoven.mixins.json"], "depends" : {"fabricloader" : ">=0.8.9", "fabric" : "*"}} | json_instruct | {"type": "object", "properties": {"schemaVersion": {"type": "integer"}, "id": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "contributors": {"type": "array", "items": {}}, "contact": {"type": "object", "properties": {}, "required": []}, "license": {"type": "string"}, "icon": {"type": "string"}, "environment": {"type": "string"}, "entrypoints": {"type": "object", "properties": {"main": {"type": "array", "items": {"type": "string"}}, "client": {"type": "array", "items": {"type": "string"}}, "server": {"type": "array", "items": {}}}, "required": ["main", "client", "server"]}, "mixins": {"type": "array", "items": {"type": "string"}}, "depends": {"type": "object", "properties": {"fabricloader": {"type": "string"}, "fabric": {"type": "string"}}, "required": ["fabricloader", "fabric"]}}, "required": ["schemaVersion", "id", "version", "name", "description", "authors", "contributors", "contact", "license", "icon", "environment", "entrypoints", "mixins", "depends"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"code" : 7304021002, "parent" : 7304021, "name" : "MAERO", "latitude" : null, "longitude" : null, "postal" : [92354, 92351], "children" : []} | json_instruct | {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"extends": {"type": "string"}, "rules": {"type": "object", "properties": {"no-console": {"type": "string"}, "camelcase": {"type": "string"}, "func-names": {"type": "string"}, "consistent-return": {"type": "string"}, "prefer-destructuring": {"type": "string"}, "no-shadow": {"type": "string"}, "no-underscore-dangle": {"type": "string"}, "no-else-return": {"type": "string"}, "no-param-reassign": {"type": "string"}, "no-lonely-if": {"type": "string"}, "max-len": {"type": "integer"}, "prefer-promise-reject-errors": {"type": "string"}, "no-mixed-operators": {"type": "string"}, "eqeqeq": {"type": "string"}, "no-restricted-syntax": {"type": "string"}, "no-await-in-loop": {"type": "string"}}, "required": ["no-console", "camelcase", "func-names", "consistent-return", "prefer-destructuring", "no-shadow", "no-underscore-dangle", "no-else-return", "no-param-reassign", "no-lonely-if", "max-len", "prefer-promise-reject-errors", "no-mixed-operators", "eqeqeq", "no-restricted-syntax", "no-await-in-loop"]}}, "required": ["extends", "rules"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"extends" : "airbnb-base", "rules" : {"no-console" : "off", "camelcase" : "off", "func-names" : "off", "consistent-return" : "off", "prefer-destructuring" : "off", "no-shadow" : "off", "no-underscore-dangle" : "off", "no-else-return" : "off", "no-param-reassign" : "off", "no-lonely-if" : "off", "max-len" : 1, "prefer-promise-reject-errors" : "warn", "no-mixed-operators" : "off", "eqeqeq" : "warn", "no-restricted-syntax" : "off", "no-await-in-loop" : "off"}} | json_instruct | {"type": "object", "properties": {"extends": {"type": "string"}, "rules": {"type": "object", "properties": {"no-console": {"type": "string"}, "camelcase": {"type": "string"}, "func-names": {"type": "string"}, "consistent-return": {"type": "string"}, "prefer-destructuring": {"type": "string"}, "no-shadow": {"type": "string"}, "no-underscore-dangle": {"type": "string"}, "no-else-return": {"type": "string"}, "no-param-reassign": {"type": "string"}, "no-lonely-if": {"type": "string"}, "max-len": {"type": "integer"}, "prefer-promise-reject-errors": {"type": "string"}, "no-mixed-operators": {"type": "string"}, "eqeqeq": {"type": "string"}, "no-restricted-syntax": {"type": "string"}, "no-await-in-loop": {"type": "string"}}, "required": ["no-console", "camelcase", "func-names", "consistent-return", "prefer-destructuring", "no-shadow", "no-underscore-dangle", "no-else-return", "no-param-reassign", "no-lonely-if", "max-len", "prefer-promise-reject-errors", "no-mixed-operators", "eqeqeq", "no-restricted-syntax", "no-await-in-loop"]}}, "required": ["extends", "rules"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"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" : "Cuzorn", "dpt" : "Lot-et-Garonne", "inscrits" : 739, "abs" : 136, "votants" : 603, "blancs" : 68, "nuls" : 23, "exp" : 512, "res" : [{"panneau" : "1", "voix" : 311}, {"panneau" : "2", "voix" : 201}]} | 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#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"new_version": {"type": "string"}}, "required": ["new_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"new_version" : "9999.9.9"} | json_instruct | {"type": "object", "properties": {"new_version": {"type": "string"}}, "required": ["new_version"], "$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"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {}, "required": []}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@onev/util": {"type": "string"}, "@onev/uikit": {"type": "string"}}, "required": ["@onev/util", "@onev/uikit"]}}, "required": ["name", "version", "description", "repository", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "demo", "version" : "1.0.0", "description" : "NPM Demo", "repository" : {}, "license" : "MIT", "dependencies" : {"@onev/util" : "latest", "@onev/uikit" : "latest"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {}, "required": []}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@onev/util": {"type": "string"}, "@onev/uikit": {"type": "string"}}, "required": ["@onev/util", "@onev/uikit"]}}, "required": ["name", "version", "description", "repository", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"ios": {"type": "string"}, "android": {"type": "string"}}, "required": ["ios", "android"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ios" : "3.8.0", "android" : "5.1.0"} | json_instruct | {"type": "object", "properties": {"ios": {"type": "string"}, "android": {"type": "string"}}, "required": ["ios", "android"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "melodic", "definition" : "Of the nature of melody; relating to, containing, or made up of, melody; melodious."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"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" : "9109051001", "district_id" : "9109051", "name" : "BIKAR"} | 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#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/throttle": {"type": "number"}, "user/angle": {"type": "number"}, "user/mode": {"type": "string"}}, "required": ["cam/image_array", "user/throttle", "user/angle", "user/mode"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"cam/image_array" : "1447_cam-image_array_.jpg", "user/throttle" : 0.0, "user/angle" : 0.05959999933838844, "user/mode" : "user"} | json_instruct | {"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/throttle": {"type": "number"}, "user/angle": {"type": "number"}, "user/mode": {"type": "string"}}, "required": ["cam/image_array", "user/throttle", "user/angle", "user/mode"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"acno": {"type": "string"}, "acquisitionYear": {"type": "integer"}, "all_artists": {"type": "string"}, "catalogueGroup": {"type": "object", "properties": {}, "required": []}, "classification": {"type": "string"}, "contributorCount": {"type": "integer"}, "contributors": {"type": "array", "items": {"type": "object", "properties": {"birthYear": {"type": "integer"}, "date": {"type": "string"}, "displayOrder": {"type": "integer"}, "fc": {"type": "string"}, "gender": {"type": "string"}, "id": {"type": "integer"}, "mda": {"type": "string"}, "role": {"type": "string"}, "startLetter": {"type": "string"}}, "required": ["birthYear", "date", "displayOrder", "fc", "gender", "id", "mda", "role", "startLetter"]}}, "creditLine": {"type": "string"}, "dateRange": {"type": "object", "properties": {"startYear": {"type": "integer"}, "text": {"type": "string"}}, "required": ["startYear", "text"]}, "dateText": {"type": "string"}, "depth": {"type": "string"}, "dimensions": {"type": "string"}, "foreignTitle": {"type": "null"}, "groupTitle": {"type": "null"}, "height": {"type": "string"}, "id": {"type": "integer"}, "inscription": {"type": "null"}, "medium": {"type": "string"}, "movementCount": {"type": "integer"}, "subjectCount": {"type": "integer"}, "thumbnailCopyright": {"type": "null"}, "thumbnailUrl": {"type": "null"}, "title": {"type": "string"}, "units": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "string"}}, "required": ["acno", "acquisitionYear", "all_artists", "catalogueGroup", "classification", "contributorCount", "contributors", "creditLine", "dateRange", "dateText", "depth", "dimensions", "foreignTitle", "groupTitle", "height", "id", "inscription", "medium", "movementCount", "subjectCount", "thumbnailCopyright", "thumbnailUrl", "title", "units", "url", "width"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"acno" : "T13571", "acquisitionYear" : 2012, "all_artists" : "Hala Elkoussy", "catalogueGroup" : {}, "classification" : "installation", "contributorCount" : 1, "contributors" : [{"birthYear" : 1974, "date" : "born 1974", "displayOrder" : 1, "fc" : "Hala Elkoussy", "gender" : "Female", "id" : 10751, "mda" : "Elkoussy, Hala", "role" : "artist", "startLetter" : "E"}], "creditLine" : "Purchased with funds provided by the Middle East North Africa Acquisitions Committee 2012", "dateRange" : {"startYear" : 2009, "text" : "2009"}, "dateText" : "2009", "depth" : "", "dimensions" : "Overall display dimensions variable", "foreignTitle" : null, "groupTitle" : null, "height" : "", "id" : 109000, "inscription" : null, "medium" : "355 photographs on paper, lithographs on paper, mirrors, painted boards, 8 monitors, glass vitrine containing beauty and", "movementCount" : 0, "subjectCount" : 0, "thumbnailCopyright" : null, "thumbnailUrl" : null, "title" : "On red nails, palm trees and other icons - Al Archief (Take 2)", "units" : "", "url" : "http://www.tate.org.uk/art/artworks/elkoussy-on-red-nails-palm-trees-and-other-icons-al-archief-take-2-t13571", "width" : ""} | json_instruct | {"type": "object", "properties": {"acno": {"type": "string"}, "acquisitionYear": {"type": "integer"}, "all_artists": {"type": "string"}, "catalogueGroup": {"type": "object", "properties": {}, "required": []}, "classification": {"type": "string"}, "contributorCount": {"type": "integer"}, "contributors": {"type": "array", "items": {"type": "object", "properties": {"birthYear": {"type": "integer"}, "date": {"type": "string"}, "displayOrder": {"type": "integer"}, "fc": {"type": "string"}, "gender": {"type": "string"}, "id": {"type": "integer"}, "mda": {"type": "string"}, "role": {"type": "string"}, "startLetter": {"type": "string"}}, "required": ["birthYear", "date", "displayOrder", "fc", "gender", "id", "mda", "role", "startLetter"]}}, "creditLine": {"type": "string"}, "dateRange": {"type": "object", "properties": {"startYear": {"type": "integer"}, "text": {"type": "string"}}, "required": ["startYear", "text"]}, "dateText": {"type": "string"}, "depth": {"type": "string"}, "dimensions": {"type": "string"}, "foreignTitle": {"type": "null"}, "groupTitle": {"type": "null"}, "height": {"type": "string"}, "id": {"type": "integer"}, "inscription": {"type": "null"}, "medium": {"type": "string"}, "movementCount": {"type": "integer"}, "subjectCount": {"type": "integer"}, "thumbnailCopyright": {"type": "null"}, "thumbnailUrl": {"type": "null"}, "title": {"type": "string"}, "units": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "string"}}, "required": ["acno", "acquisitionYear", "all_artists", "catalogueGroup", "classification", "contributorCount", "contributors", "creditLine", "dateRange", "dateText", "depth", "dimensions", "foreignTitle", "groupTitle", "height", "id", "inscription", "medium", "movementCount", "subjectCount", "thumbnailCopyright", "thumbnailUrl", "title", "units", "url", "width"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"assessment" : [{"name" : "Assignment 1", "weight" : 12}, {"name" : "Assignment 2", "weight" : 12}, {"name" : "Assignment 3", "weight" : 12}, {"name" : "12-hour document upload non-invigilated assignment", "weight" : 40}, {"name" : "Project 1", "weight" : 12}, {"name" : "Project 2", "weight" : 12}]} | json_instruct | {"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"18612": {"type": "string"}}, "required": ["18612"]}, "timeto": {"type": "object", "properties": {"18612": {"type": "number"}}, "required": ["18612"]}, "image": {"type": "string"}, "image_coords": {"type": "array", "items": {"type": "integer"}}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto", "image", "image_coords", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 18617, "title" : ["[Annex, Equipment Room]"], "description" : ["Considering the amount of cleaning equipment stored here, one might expect a great deal of dust and disarray, yet not a single item seems out of place. A stout open-front locker holds brooms, dust pans, and other janitorial tools, each hung or stacked neatly within. Along each wall of the spacious room, equally sturdy lockers and cupboards store cauldrons, alembics, and large pieces of equipment. Each item is carefully nestled in its own clearly labeled partition."], "paths" : ["Obvious exits: none"], "location" : "Wehnimer's Landing", "wayto" : {"18612" : "go door"}, "timeto" : {"18612" : 0.2}, "image" : "wl-cleric_guild-1275417297.png", "image_coords" : [308, 381, 354, 427], "tags" : ["cleric alchemy cleaning supplies"]} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"18612": {"type": "string"}}, "required": ["18612"]}, "timeto": {"type": "object", "properties": {"18612": {"type": "number"}}, "required": ["18612"]}, "image": {"type": "string"}, "image_coords": {"type": "array", "items": {"type": "integer"}}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto", "image", "image_coords", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"sugar.min.js": {"type": "string"}}, "required": ["sugar.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"sugar.min.js" : "sha256-+VNhDdiGlxeA7BNhG9m85NQC9RjGZw/F+o9zoIMn9us="} | json_instruct | {"type": "object", "properties": {"sugar.min.js": {"type": "string"}}, "required": ["sugar.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"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "prebuild-dev": {"type": "string"}, "build-dev": {"type": "string"}, "prebuild": {"type": "string"}, "build": {"type": "string"}, "push-gh-pages": {"type": "string"}}, "required": ["start", "prebuild-dev", "build-dev", "prebuild", "build", "push-gh-pages"]}, "devDependencies": {"type": "object", "properties": {"shx": {"type": "string"}}, "required": ["shx"]}, "dependencies": {"type": "object", "properties": {"default-beauty.css": {"type": "string"}, "normalize.css": {"type": "string"}}, "required": ["default-beauty.css", "normalize.css"]}}, "required": ["name", "version", "description", "main", "repository", "author", "license", "private", "scripts", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "parcel-backed-boilerplate", "version" : "1.0.0", "description" : "A parcelJS and push-dir backed boilerplate for simple vanilla JS web apps", "main" : "./src/index.html", "repository" : "https://github.com/OleksiyRudenko/parcel-backed-boilerplate.git", "author" : "OleksiyRudenko <oleksiy.rudenko@gmail.com>", "license" : "MIT", "private" : true, "scripts" : {"start" : "parcel ./src/index.html", "prebuild-dev" : "shx rm -rf dist/*", "build-dev" : "parcel build ./src/index.html --no-minify --public-url ./", "prebuild" : "shx rm -rf dist/*", "build" : "parcel build ./src/index.html --public-url ./", "push-gh-pages" : "push-dir --dir=dist --branch=gh-pages --cleanup --verbose"}, "devDependencies" : {"shx" : "^0.3.2"}, "dependencies" : {"default-beauty.css" : "^0.9.0", "normalize.css" : "^8.0.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "prebuild-dev": {"type": "string"}, "build-dev": {"type": "string"}, "prebuild": {"type": "string"}, "build": {"type": "string"}, "push-gh-pages": {"type": "string"}}, "required": ["start", "prebuild-dev", "build-dev", "prebuild", "build", "push-gh-pages"]}, "devDependencies": {"type": "object", "properties": {"shx": {"type": "string"}}, "required": ["shx"]}, "dependencies": {"type": "object", "properties": {"default-beauty.css": {"type": "string"}, "normalize.css": {"type": "string"}}, "required": ["default-beauty.css", "normalize.css"]}}, "required": ["name", "version", "description", "main", "repository", "author", "license", "private", "scripts", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 404418929, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "cccecc347787bc02589bf5f9c695a4df", "wof:id" : 404418929, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [3.78306, 47.90556, 3.78306, 47.90556], "geometry" : {"coordinates" : [3.78306, 47.90556], "type" : "Point"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ast" : null, "code" : "export var SupportedAlgorithm;\n\n(function (SupportedAlgorithm) {\n SupportedAlgorithm[\"sha256\"] = \"sha256\";\n SupportedAlgorithm[\"sha512\"] = \"sha512\";\n})(SupportedAlgorithm || (SupportedAlgorithm = {}));\n\n;", "map" : {"version" : 3, "sources" : ["D:\\react\\test\\node_modules\\@ethersproject\\sha2\\src.ts\\types.ts"], "names" : [], "mappings" : "AAAA,OAAA,IAAY,kBAAZ;;AAAA,CAAA,UAAY,kBAAZ,EAA8B;AAAG,EAAA,kBAAA,CAAA,QAAA,CAAA,GAAA,QAAA;AAAmB,EAAA,kBAAA,CAAA,QAAA,CAAA,GAAA,QAAA;AAAmB,CAAvE,EAAY,kBAAkB,KAAlB,kBAAkB,GAAA,EAAA,CAA9B;;AAAuE", "sourcesContent" : ["export enum SupportedAlgorithm { sha256 = \"sha256\", sha512 = \"sha512\" };\n\n"]}, "metadata" : {}, "sourceType" : "module"} | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "required": ["xp", "rank", "cardId"]}}}, "required": ["lastUpdated", "username", "scores"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"lastUpdated" : 1655019279666, "username" : "DatFlowerBoi", "scores" : [{"xp" : 25710, "rank" : 442, "cardId" : 2}, {"xp" : 12972, "rank" : 299, "cardId" : 169}, {"xp" : 4394, "rank" : 408, "cardId" : 529}]} | json_instruct | {"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "required": ["xp", "rank", "cardId"]}}}, "required": ["lastUpdated", "username", "scores"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"subreddit": {"type": "string"}, "hour": {"type": "string"}, "avg": {"type": "number"}}, "required": ["subreddit", "hour", "avg"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"subreddit" : "Art", "hour" : "01", "avg" : 233.8891928864569}, {"subreddit" : "Art", "hour" : "02", "avg" : 57.199413489736074}, {"subreddit" : "Art", "hour" : "03", "avg" : 32.35335195530726}, {"subreddit" : "Art", "hour" : "04", "avg" : 76.5376}, {"subreddit" : "Art", "hour" : "05", "avg" : 35.592592592592595}, {"subreddit" : "Art", "hour" : "06", "avg" : 88.28339350180505}, {"subreddit" : "Art", "hour" : "07", "avg" : 128.92655367231637}, {"subreddit" : "Art", "hour" : "08", "avg" : 196.51489361702127}, {"subreddit" : "Art", "hour" : "09", "avg" : 191.8574297188755}, {"subreddit" : "Art", "hour" : "10", "avg" : 210.51785714285714}, {"subreddit" : "Art", "hour" : "11", "avg" : 442.54451345755695}, {"subreddit" : "Art", "hour" : "12", "avg" : 298.54911433172305}, {"subreddit" : "Art", "hour" : "13", "avg" : 162.25068870523415}, {"subreddit" : "Art", "hour" : "14", "avg" : 160.28758169934642}, {"subreddit" : "Art", "hour" : "15", "avg" : 135.7396937573616}, {"subreddit" : "Art", "hour" : "16", "avg" : 136.6765402843602}, {"subreddit" : "Art", "hour" : "17", "avg" : 97.52083333333333}, {"subreddit" : "Art", "hour" : "18", "avg" : 105.71303395399781}, {"subreddit" : "Art", "hour" : "19", "avg" : 136.62962962962962}, {"subreddit" : "Art", "hour" : "20", "avg" : 183.13311688311688}, {"subreddit" : "Art", "hour" : "21", "avg" : 98.45056179775281}, {"subreddit" : "Art", "hour" : "22", "avg" : 158.22246220302375}, {"subreddit" : "Art", "hour" : "23", "avg" : 137.83375634517768}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"subreddit": {"type": "string"}, "hour": {"type": "string"}, "avg": {"type": "number"}}, "required": ["subreddit", "hour", "avg"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "refinedstorage:block/relay/brown"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$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"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "maintainers": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"firebase-token-generator": {"type": "string"}}, "required": ["firebase-token-generator"]}, "devDependencies": {"type": "object", "properties": {"coffee-script": {"type": "string"}, "coffeelint": {"type": "string"}, "firebase": {"type": "string"}, "grunt": {"type": "string"}, "grunt-coffeelint": {"type": "string"}, "grunt-contrib-clean": {"type": "string"}, "grunt-contrib-coffee": {"type": "string"}, "grunt-contrib-watch": {"type": "string"}, "load-grunt-tasks": {"type": "string"}}, "required": ["coffee-script", "coffeelint", "firebase", "grunt", "grunt-coffeelint", "grunt-contrib-clean", "grunt-contrib-coffee", "grunt-contrib-watch", "load-grunt-tasks"]}}, "required": ["name", "version", "description", "main", "directories", "scripts", "repository", "keywords", "author", "maintainers", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "firebase-login-custom", "version" : "0.0.3", "description" : "This package is a wrapper to firebase custom login including all dependencies with the exception of firebase it self.", "main" : "dist/firbase-login-custom.js", "directories" : {"test" : "tests"}, "scripts" : {"test" : "node tests/integration/firebase-login-custom-integration-child.js && node tests/integration/firebase-login-custom-integration-simple.js && node tests/integration/firebase-login-custom-integration-unique.js"}, "repository" : {"type" : "git", "url" : "https://github.com/vergissberlin/firebase-login-custom.git"}, "keywords" : ["firebase", "security", "login", "auth", "custom"], "author" : {"name" : "Andr\u00e9 Lademann", "email" : "vergissberlin@googlemail.com"}, "maintainers" : [{"name" : "Andr\u00e9 Lademann", "email" : "vergissberlin@googlemail.com"}], "license" : "MIT", "bugs" : {"url" : "https://github.com/vergissberlin/firebase-login-custom/issues"}, "homepage" : "https://github.com/vergissberlin/firebase-login-custom", "dependencies" : {"firebase-token-generator" : "^2.0.0"}, "devDependencies" : {"coffee-script" : "^1.9.3", "coffeelint" : "^2.1.0", "firebase" : "^5.1.0", "grunt" : "^1.0.3", "grunt-coffeelint" : "0.0.16", "grunt-contrib-clean" : "^1.1.0", "grunt-contrib-coffee" : "^2.0.0", "grunt-contrib-watch" : "^1.1.0", "load-grunt-tasks" : "^4.0.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "maintainers": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"firebase-token-generator": {"type": "string"}}, "required": ["firebase-token-generator"]}, "devDependencies": {"type": "object", "properties": {"coffee-script": {"type": "string"}, "coffeelint": {"type": "string"}, "firebase": {"type": "string"}, "grunt": {"type": "string"}, "grunt-coffeelint": {"type": "string"}, "grunt-contrib-clean": {"type": "string"}, "grunt-contrib-coffee": {"type": "string"}, "grunt-contrib-watch": {"type": "string"}, "load-grunt-tasks": {"type": "string"}}, "required": ["coffee-script", "coffeelint", "firebase", "grunt", "grunt-coffeelint", "grunt-contrib-clean", "grunt-contrib-coffee", "grunt-contrib-watch", "load-grunt-tasks"]}}, "required": ["name", "version", "description", "main", "directories", "scripts", "repository", "keywords", "author", "maintainers", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[139.375, 31.666666666666668], [139.375, 31.75], [139.5, 31.75], [139.5, 31.666666666666668], [139.375, 31.666666666666668]]]}, "properties" : {"code" : 473943, "url" : "http://madefor.github.io/0410/api/v1/473943.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/473943.geojson"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"@id": {"type": "string"}, "@type": {"type": "string"}, "https://kg.ebrains.eu/vocab/meta/property": {"type": "object", "properties": {"@id": {"type": "string"}}, "required": ["@id"]}, "http://schema.org/name": {"type": "string"}, "https://kg.ebrains.eu/vocab/meta/property/label": {"type": "boolean"}}, "required": ["@id", "@type", "https://kg.ebrains.eu/vocab/meta/property", "http://schema.org/name", "https://kg.ebrains.eu/vocab/meta/property/label"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"@id" : "https://kg.ebrains.eu/testobjects/client/admin/givenNameProperty", "@type" : "https://kg.ebrains.eu/vocab/meta/PropertyDefinition", "https://kg.ebrains.eu/vocab/meta/property" : {"@id" : "http://schema.org/givenName"}, "http://schema.org/name" : "Global givenName", "https://kg.ebrains.eu/vocab/meta/property/label" : true} | json_instruct | {"type": "object", "properties": {"@id": {"type": "string"}, "@type": {"type": "string"}, "https://kg.ebrains.eu/vocab/meta/property": {"type": "object", "properties": {"@id": {"type": "string"}}, "required": ["@id"]}, "http://schema.org/name": {"type": "string"}, "https://kg.ebrains.eu/vocab/meta/property/label": {"type": "boolean"}}, "required": ["@id", "@type", "https://kg.ebrains.eu/vocab/meta/property", "http://schema.org/name", "https://kg.ebrains.eu/vocab/meta/property/label"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"propertyName": {"type": "string"}, "value": {"type": "string"}, "occurence": {"type": "string"}}, "required": ["propertyName", "value", "occurence"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"propertyName" : "id", "value" : "12832", "occurence" : "MUST"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"propertyName": {"type": "string"}, "value": {"type": "string"}, "occurence": {"type": "string"}}, "required": ["propertyName", "value", "occurence"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"repoId": {"type": "string"}, "lastSync": {"type": "integer"}}, "required": ["repoId", "lastSync"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"repoId" : "28a0d52f-fcb2-4f08-81a3-93ca82ce48f7", "lastSync" : 0} | json_instruct | {"type": "object", "properties": {"repoId": {"type": "string"}, "lastSync": {"type": "integer"}}, "required": ["repoId", "lastSync"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "02", "provinceId" : "35", "regencyId" : "11", "name" : "Tamanan"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "debug": {"type": "string"}, "watch": {"type": "string"}, "cover": {"type": "string"}}, "required": ["test", "debug", "watch", "cover"]}, "files": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"buffer-equal": {"type": "string"}, "is-stream": {"type": "string"}, "readable-stream": {"type": "string"}}, "required": ["buffer-equal", "is-stream", "readable-stream"]}, "devDependencies": {"type": "object", "properties": {"babel": {"type": "string"}, "co-mocha": {"type": "string"}, "istanbul": {"type": "string"}, "mocha": {"type": "string"}, "node-version-cli": {"type": "string"}, "proxyquire": {"type": "string"}, "sinon": {"type": "string"}, "xo": {"type": "string"}}, "required": ["babel", "co-mocha", "istanbul", "mocha", "node-version-cli", "proxyquire", "sinon", "xo"]}, "xo": {"type": "object", "properties": {"envs": {"type": "array", "items": {"type": "string"}}}, "required": ["envs"]}}, "required": ["name", "version", "description", "license", "repository", "author", "engines", "scripts", "files", "keywords", "dependencies", "devDependencies", "xo"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "backpressure-test", "version" : "0.0.0", "description" : "My terrific module", "license" : "MIT", "repository" : "jamestalmage/backpressure-test", "author" : {"name" : "James Talmage", "email" : "james@talmage.io", "url" : "github.com/jamestalmage"}, "engines" : {"node" : ">=0.10.0"}, "scripts" : {"test" : "xo && mocha $(node-version --lt-4.0.0 --compilers js:babel/register)", "debug" : "mocha $(node-version --lt-4.0.0 --compilers js:babel/register)", "watch" : "mocha --watch $(node-version --lt-4.0.0 --compilers js:babel/register)", "cover" : "istanbul cover ./node_modules/.bin/_mocha -- $(node-version --lt-4.0.0 --compilers js:babel/register)"}, "files" : ["index.js", "lib/**"], "keywords" : [""], "dependencies" : {"buffer-equal" : "0.0.1", "is-stream" : "^1.0.1", "readable-stream" : "^2.0.2"}, "devDependencies" : {"babel" : "^5.8.23", "co-mocha" : "^1.1.2", "istanbul" : "^0.3.22", "mocha" : "^2.2.5", "node-version-cli" : "^1.1.4", "proxyquire" : "^1.7.3", "sinon" : "^1.17.1", "xo" : "^0.9.0"}, "xo" : {"envs" : ["node", "mocha"]}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "debug": {"type": "string"}, "watch": {"type": "string"}, "cover": {"type": "string"}}, "required": ["test", "debug", "watch", "cover"]}, "files": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"buffer-equal": {"type": "string"}, "is-stream": {"type": "string"}, "readable-stream": {"type": "string"}}, "required": ["buffer-equal", "is-stream", "readable-stream"]}, "devDependencies": {"type": "object", "properties": {"babel": {"type": "string"}, "co-mocha": {"type": "string"}, "istanbul": {"type": "string"}, "mocha": {"type": "string"}, "node-version-cli": {"type": "string"}, "proxyquire": {"type": "string"}, "sinon": {"type": "string"}, "xo": {"type": "string"}}, "required": ["babel", "co-mocha", "istanbul", "mocha", "node-version-cli", "proxyquire", "sinon", "xo"]}, "xo": {"type": "object", "properties": {"envs": {"type": "array", "items": {"type": "string"}}}, "required": ["envs"]}}, "required": ["name", "version", "description", "license", "repository", "author", "engines", "scripts", "files", "keywords", "dependencies", "devDependencies", "xo"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "score": {"type": "string"}}, "required": ["type", "score"]}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"schema_version" : "1.2.0", "id" : "GHSA-j6c4-cg47-wc3x", "modified" : "2022-05-13T01:45:46Z", "published" : "2022-05-13T01:45:46Z", "aliases" : ["CVE-2017-3622"], "details" : "Vulnerability in the Solaris component of Oracle Sun Systems Products Suite (subcomponent: Common Desktop Environment (CDE)). The supported version that is affected is 10. Easily \"exploitable\" vulnerability allows low privileged attacker with logon to the infrastructure where Solaris executes to compromise Solaris. Successful attacks of this vulnerability can result in takeover of Solaris. Note: CVE-2017-3622 is assigned for the \"Extremeparr\". CVSS 3.0 Base Score 7.8 (Confidentiality, Integrity and Availability impacts). CVSS Vector: (CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H).", "severity" : [{"type" : "CVSS_V3", "score" : "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H"}], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2017-3622"}, {"type" : "WEB", "url" : "https://www.exploit-db.com/exploits/45479/"}, {"type" : "WEB", "url" : "http://www.oracle.com/technetwork/security-advisory/cpuapr2017-3236618.html"}, {"type" : "WEB", "url" : "http://www.securityfocus.com/bid/97774"}, {"type" : "WEB", "url" : "http://www.securitytracker.com/id/1038292"}], "database_specific" : {"cwe_ids" : [], "severity" : "HIGH", "github_reviewed" : false}} | json_instruct | {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "score": {"type": "string"}}, "required": ["type", "score"]}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"status_code": {"type": "integer"}, "data": {"type": "object", "properties": {"path": {"type": "string"}, "pathPart": {"type": "string"}, "id": {"type": "string"}, "ResponseMetadata": {"type": "object", "properties": {"HTTPStatusCode": {"type": "integer"}, "RequestId": {"type": "string"}}, "required": ["HTTPStatusCode", "RequestId"]}, "parentId": {"type": "string"}}, "required": ["path", "pathPart", "id", "ResponseMetadata", "parentId"]}}, "required": ["status_code", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"status_code" : 201, "data" : {"path" : "/{parameter_1}/{parameter_2}/{parameter_3}/{parameter_4}/{parameter_5}", "pathPart" : "{parameter_5}", "id" : "7rfu1h", "ResponseMetadata" : {"HTTPStatusCode" : 201, "RequestId" : "7386e455-28f4-11e6-9152-ebe760f7884c"}, "parentId" : "hynkkf"}} | json_instruct | {"type": "object", "properties": {"status_code": {"type": "integer"}, "data": {"type": "object", "properties": {"path": {"type": "string"}, "pathPart": {"type": "string"}, "id": {"type": "string"}, "ResponseMetadata": {"type": "object", "properties": {"HTTPStatusCode": {"type": "integer"}, "RequestId": {"type": "string"}}, "required": ["HTTPStatusCode", "RequestId"]}, "parentId": {"type": "string"}}, "required": ["path", "pathPart", "id", "ResponseMetadata", "parentId"]}}, "required": ["status_code", "data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible 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" : "3324130008", "district_id" : "3324130", "name" : "SENDANGDAWUHAN"} | 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#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "MMD R-18 Lady Geese Gokuraku Jodo KOF All Stars ", "author" : "Spacebear7778", "description" : "FULLundefinedVIDEOundefinedHERE<br><aundefinedhref='https://www.patreon.com/posts/47882659'>https://www.patreon.com/posts/47882659</a>", "thumb" : "//i.iwara.tv/sites/default/files/styles/thumbnail/public/video_embed_field_thumbnails/youtube/iMurlkAfPQA.jpg?itok=8nmJjjjb", "download" : "https://www.iwara.tv/api/video/yowg3hjyz2f0xqkk5", "origin" : "https://www.iwara.tv/videos/yowg3hjyz2f0xqkk5"} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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" : 85917913, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "003943ed92cdf590b82028f4c0c20fef", "wof:id" : 85917913, "wof:repo" : "whosonfirst-data-admin-jp"}, "bbox" : [135.28174744553962, 34.71982204353041, 135.32409668000008, 34.74495487413687], "geometry" : {"coordinates" : [[[135.29937744100027, 34.74495487413687], [135.3021239723612, 34.74161249880001], [135.3021240230001, 34.74161249880001], [135.307617187, 34.74161249880001], [135.31311035200002, 34.74161249880001], [135.31860351600005, 34.74161249880001], [135.31860351600005, 34.74161243717518], [135.3218821889239, 34.74161243717518], [135.32192527235395, 34.74114058533668], [135.32339220511295, 34.73935550270014], [135.32409668000008, 34.73792675591933], [135.32409668000008, 34.7370984758001], [135.32409668000008, 34.73258420610009], [135.32409668000008, 34.73258414447534], [135.32224156908825, 34.7303268247005], [135.31860351600005, 34.7303268247005], [135.31496546249343, 34.7303268247005], [135.3131104024386, 34.7280696899001], [135.3131103517502, 34.72806962822526], [135.30876762308844, 34.72806962822526], [135.30761718714592, 34.72666986039614], [135.30761718715632, 34.72355492700004], [135.30761718725012, 34.72355486537546], [135.30212402300015, 34.72355486537546], [135.29905597958316, 34.71982204353041], [135.29663085900012, 34.72129729905029], [135.29113769500037, 34.72129729905029], [135.28174744553962, 34.72129729905029], [135.28236591296888, 34.72806967447511], [135.28409150390968, 34.73436839964872], [135.28436024172686, 34.73445015267937], [135.28564453100034, 34.73601301833681], [135.28742838511658, 34.73709841412524], [135.29113769500003, 34.73709841412524], [135.29113769500003, 34.7370984758001], [135.29663085900012, 34.7370984758001], [135.29663085900012, 34.74161243717518], [135.29663085900012, 34.74161249880001], [135.2966309096392, 34.74161249880001], [135.29937744100027, 34.74495487413687]]], "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#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"hour positive count": {"type": "integer"}, "hour neutral count": {"type": "integer"}, "hour negative count": {"type": "integer"}, "hour distri": {"type": "object", "properties": {"1.0": {"type": "integer"}, "0.05": {"type": "integer"}, "0.96": {"type": "integer"}, "0.98": {"type": "integer"}, "0.73": {"type": "integer"}, "0.01": {"type": "integer"}, "0.97": {"type": "integer"}, "0.99": {"type": "integer"}, "0.28": {"type": "integer"}, "0.94": {"type": "integer"}, "0.72": {"type": "integer"}}, "required": ["1.0", "0.05", "0.96", "0.98", "0.73", "0.01", "0.97", "0.99", "0.28", "0.94", "0.72"]}}, "required": ["hour positive count", "hour neutral count", "hour negative count", "hour distri"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"hour positive count" : 19, "hour neutral count" : 2, "hour negative count" : 3, "hour distri" : {"1.0" : 11, "0.05" : 1, "0.96" : 1, "0.98" : 4, "0.73" : 1, "0.01" : 1, "0.97" : 1, "0.99" : 1, "0.28" : 1, "0.94" : 1, "0.72" : 1}} | json_instruct | {"type": "object", "properties": {"hour positive count": {"type": "integer"}, "hour neutral count": {"type": "integer"}, "hour negative count": {"type": "integer"}, "hour distri": {"type": "object", "properties": {"1.0": {"type": "integer"}, "0.05": {"type": "integer"}, "0.96": {"type": "integer"}, "0.98": {"type": "integer"}, "0.73": {"type": "integer"}, "0.01": {"type": "integer"}, "0.97": {"type": "integer"}, "0.99": {"type": "integer"}, "0.28": {"type": "integer"}, "0.94": {"type": "integer"}, "0.72": {"type": "integer"}}, "required": ["1.0", "0.05", "0.96", "0.98", "0.73", "0.01", "0.97", "0.99", "0.28", "0.94", "0.72"]}}, "required": ["hour positive count", "hour neutral count", "hour negative count", "hour distri"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"$schema": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"scopeTracePoint": {"type": "object", "properties": {"type": {"type": "string"}, "javaType": {"type": "string"}, "enum": {"type": "array", "items": {"type": "string"}}, "sdk": {"type": "object", "properties": {"default": {"type": "string"}, "summary": {"type": "string"}}, "required": ["default", "summary"]}}, "required": ["type", "javaType", "enum", "sdk"]}}, "required": ["scopeTracePoint"]}}, "required": ["$schema", "description", "type", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"$schema" : "http://json-schema.org/draft-04/schema#", "description" : "Definition for fields used in the logger message processor", "type" : "object", "properties" : {"scopeTracePoint" : {"type" : "string", "javaType" : "org.mule.extension.jsonlogger.api.pojos.ScopeTracePoint", "enum" : ["DATABASE_REQUEST_SCOPE", "DATA_TRANSFORM_SCOPE", "OUTBOUND_REQUEST_SCOPE", "FLOW_LOGIC_SCOPE"], "sdk" : {"default" : "OUTBOUND_REQUEST_SCOPE", "summary" : "Current processing stage"}}}} | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"scopeTracePoint": {"type": "object", "properties": {"type": {"type": "string"}, "javaType": {"type": "string"}, "enum": {"type": "array", "items": {"type": "string"}}, "sdk": {"type": "object", "properties": {"default": {"type": "string"}, "summary": {"type": "string"}}, "required": ["default", "summary"]}}, "required": ["type", "javaType", "enum", "sdk"]}}, "required": ["scopeTracePoint"]}}, "required": ["$schema", "description", "type", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "image": {"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", "image", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"directions" : ["Whisk water, soy sauce, coconut milk, brown sugar, green onions, white onion, sesame oil, and garlic together in a large glass or ceramic bowl. Add chicken thighs and toss to evenly coat. Cover the bowl with plastic wrap and marinate in the refrigerator, 4 hours to overnight.", "Preheat grill for medium heat and lightly oil the grate.", "Remove chicken from marinade and discard the marinade.", "Cook chicken on the preheated grill until no longer pink in the center and the juices run clear, 5 to 7 minutes per side. An instant-read thermometer inserted into the center should read at least 165 degrees F (74 degrees C)."], "image" : "https://imagesvc.meredithcorp.io/v3/mm/image?q=85&c=sc&poi=face&w=3024&h=1583&url=https%3A%2F%2Fimages.media-allrecipes.com%2Fuserphotos%2F6752546.jpg", "ingredients" : ["3 pounds skinless, boneless chicken thighs, trimmed", "2 cups water", "2 cups low-sodium soy sauce", "1 (13.5 ounce) can coconut milk", "1\u2009\u00bd cups brown sugar", "1 bunch green onions, chopped", "\u00bc cup white onion, chopped", "1 teaspoon sesame oil", "\u00bd teaspoon minced garlic"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Grilled Hawaiian Chicken", "url" : "http://allrecipes.com/recipe/237162/grilled-hawaiian-chicken/"} | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "image": {"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", "image", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"GET_Time": {"type": "string"}}, "required": ["GET_Time"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"GET_Time" : "0.76"} | json_instruct | {"type": "object", "properties": {"GET_Time": {"type": "string"}}, "required": ["GET_Time"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"modifier_id": {"type": "string"}, "text": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]}}, "more_text_space": {"type": "boolean"}, "effects": {"type": "array", "items": {"type": "string"}}}, "required": ["modifier_id", "text", "more_text_space", "effects"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"modifier_id" : "tconstruct:netherite", "text" : [{"text" : "Grants +20% durability, +10% attack damage, and +10% mining speed. Increases the mining level to netherite, and makes the tool invulnerable when dropped."}], "more_text_space" : true, "effects" : ["Maximum of 1 level", "Requires Diamond or Emerald to be applied", "Requires 1 upgrade slot"]} | json_instruct | {"type": "object", "properties": {"modifier_id": {"type": "string"}, "text": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]}}, "more_text_space": {"type": "boolean"}, "effects": {"type": "array", "items": {"type": "string"}}}, "required": ["modifier_id", "text", "more_text_space", "effects"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01022716": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01022716"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Topology", "objects" : {"E01022716" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00115469", "LAD11CD" : "E07000086"}, "arcs" : [[0, 1, 2, 3, 4]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00115474", "LAD11CD" : "E07000086"}, "arcs" : [[5, 6, 7]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00115475", "LAD11CD" : "E07000086"}, "arcs" : [[8, -7, 9, 10]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00115476", "LAD11CD" : "E07000086"}, "arcs" : [[-6, -5, 11, -10]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00115477", "LAD11CD" : "E07000086"}, "arcs" : [[-11, -12, -4, 12]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00115487", "LAD11CD" : "E07000086"}, "arcs" : [[-2, 13]]}]}}, "arcs" : [[[3482, 7219], [846, 1745], [1663, -453]], [[5991, 8511], [147, -1802], [322, -3], [84, -525]], [[6544, 6181], [193, -1145], [862, -131], [-962, -1187], [-299, 10], [-26, 701]], [[6312, 4429], [-9, 453]], [[6303, 4882], [-602, 2139], [-1222, -194], [-997, 392]], [[3482, 7219], [-558, -1215]], [[2924, 6004], [-165, -1202]], [[2759, 4802], [-402, 10], [-780, -1919], [-170, 227], [-1407, 1642], [415, 1726], [112, 927], [618, 756], [397, 328], [1940, -1280]], [[3234, 3654], [-475, 1148]], [[2924, 6004], [1217, -452], [-24, -631], [906, 101], [67, -324]], [[5090, 4698], [13, -438], [-469, -308], [-1400, -298]], [[6303, 4882], [-1213, -184]], [[6312, 4429], [-338, -36], [15, -999], [-654, -209], [455, -563], [-920, -807], [-423, -1815], [-548, 1698], [595, 870], [-844, -235], [-416, 1321]], [[5991, 8511], [821, 1488], [834, -506], [1329, -3600], [1024, -2854], [-815, 539], [-1563, 3782], [-791, -61], [530, -787], [-816, -331]]], "transform" : {"scale" : [1.296871280889075e-06, 6.792017135518704e-07], "translate" : [-1.357941894892421, 50.9275081740915]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01022716": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01022716"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"userId" : 66323, "cartId" : "bd1baf34-19e2-4510-a594-416b205c9726", "preferredProducts" : [58, 3347, 4668, 964, 365, 425, 1473, 2403, 2017], "productReviews" : [{"productId" : 4319, "reviewText" : "This adapter works quite well. It pointedly improves my golf by a lot.", "reviewDate" : "2019-10-07T21:05:04.2596981+03:00"}, {"productId" : 3842, "reviewText" : "this platforms is perplexed.", "reviewDate" : "2016-09-06T03:50:22.6365276+03:00"}, {"productId" : 1154, "reviewText" : "I tried to nail it but got strawberry all over it.", "reviewDate" : "2019-06-08T15:22:02.3022203+03:00"}]} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "body": {"type": "string"}, "date": {"type": "string"}, "from": {"type": "string"}, "to": {"type": "string"}}, "required": ["title", "body", "date", "from", "to"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"title" : "Test message", "body" : "Lorem ipsum", "date" : "2018-07-20 09:38:12", "from" : "example@example.com", "to" : "my_mail@example.com"}, {"title" : "Test message with Spam title", "body" : "Lorem ipsum", "date" : "2018-07-20 09:18:12", "from" : "example@example.com", "to" : "my_mail@example.com"}, {"title" : "Test message with weird body", "body" : "Lorem ipsum spam and another", "date" : "2018-07-20 09:38:12", "from" : "example@example.com", "to" : "my_mail@example.com"}, {"title" : "Test message from weird email", "body" : "Lorem ipsum", "date" : "2018-07-20 09:38:12", "from" : "spam@example.com", "to" : "my_mail@example.com"}, {"title" : "Test Message to wrong recipient", "body" : "Lorem ipsum", "date" : "2018-07-20 09:38:12", "from" : "example@example.com", "to" : "not_my_mail@example.com"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "body": {"type": "string"}, "date": {"type": "string"}, "from": {"type": "string"}, "to": {"type": "string"}}, "required": ["title", "body", "date", "from", "to"]}, "$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": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "integer"}, "investments": {"type": "integer"}}, "required": ["tech", "pts", "connections", "capacity", "investments"]}}}, "required": ["results"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"results" : [{"tech" : 3, "pts" : 227, "connections" : 29967, "capacity" : 5402080, "investments" : 29711410}, {"tech" : 5, "pts" : 36, "connections" : 68913, "capacity" : 12361515, "investments" : 58779070}, {"tech" : 4, "pts" : 60, "connections" : 153015, "capacity" : 19113076, "investments" : 21618976}]}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "integer"}, "investments": {"type": "integer"}}, "required": ["tech", "pts", "connections", "capacity", "investments"]}}}, "required": ["results"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "required": ["0"]}}, "required": ["text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"text" : {"0" : {"m1" : "\u0645\u0627\u063a \u062f\u0631 \u0622\u0628\u06af\u06cc\u0631 \u06af\u0634\u062a\u0647 \u0631\u0648\u0627\u0646", "m2" : "\u0631\u0627\u0633\u062a \u0686\u0648\u0646 \u06a9\u0634\u062a\u06cc\u06cc\u0633\u062a \u0642\u06cc\u0631\u0627\u0646\u062f\u0648\u062f"}}} | json_instruct | {"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "required": ["0"]}}, "required": ["text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "snapshot": {"type": "string"}, "state": {"type": "string"}, "author": {"type": "string"}, "space": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "votes": {"type": "integer"}, "votes_data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "voter": {"type": "string"}, "created": {"type": "integer"}, "choice": {"type": "integer"}, "space": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}, "required": ["id", "voter", "created", "choice", "space"]}}}, "required": ["id", "title", "body", "choices", "start", "end", "snapshot", "state", "author", "space", "votes", "votes_data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "QmTq4UEsvY6HJNXx7XkJNj1T7exX1AKvyCF9Bm8b2F5WAM", "title" : "Do we fund Kolektivo Labs Builder Cycle #6 Proposal: September", "body" : "This proposal is created for the Kolektivo Labs contribution to the first half of Cycle #6.\n\nA full breakdown of the proposal can be found in the forum post below.\n\nhttps://forum.prime.xyz/t/kolektivo-labs-builder-cycle-6-proposal-september/56", "choices" : ["Yes, accept the proposal!", "No, do not accept the proposal."], "start" : 1631534400, "end" : 1631700000, "snapshot" : "13217072", "state" : "closed", "author" : "0x04d63662227e4742236A46399d005f988e0883Cf", "space" : {"id" : "primexyz.eth", "name" : "PrimeDAO"}, "votes" : 5, "votes_data" : [{"id" : "QmYDaxYNK9rEBzSj2MabmLjCstBigwWTmSijTrPDkMDyrj", "voter" : "0x0a1f2e1a4585bbf5E54a894FffA74133654BfaDC", "created" : 1631616588, "choice" : 1, "space" : {"id" : "primexyz.eth"}}, {"id" : "QmY2XcaDp2DniiJkNqJrPe2ruaG1B1jxeMTcpdVzmXSAcD", "voter" : "0x30043aAbBCeBbD887437Ec4F0Cfe6d4c0eB5CC64", "created" : 1631561796, "choice" : 1, "space" : {"id" : "primexyz.eth"}}, {"id" : "QmZhufDham2o2jdDuj4gAW8FfnP7cR4pzAfU7Fm1gzBFLP", "voter" : "0xAa01DeC5307CF17F20881A3286dcaA062578cea7", "created" : 1631561407, "choice" : 1, "space" : {"id" : "primexyz.eth"}}, {"id" : "QmeYwL6McL6bxQE2hWY1Ruv2v76CBRvEprBhqboByPeL6m", "voter" : "0x22bb05438ae1E34A87e08cE9794C7BCb3E363BF0", "created" : 1631557807, "choice" : 1, "space" : {"id" : "primexyz.eth"}}, {"id" : "QmY5S44xaFLc6UtjBw4DvTfXi3RMHo5iXKhNYcbyZwmhdM", "voter" : "0x04d63662227e4742236A46399d005f988e0883Cf", "created" : 1631546999, "choice" : 1, "space" : {"id" : "primexyz.eth"}}]} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "snapshot": {"type": "string"}, "state": {"type": "string"}, "author": {"type": "string"}, "space": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "votes": {"type": "integer"}, "votes_data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "voter": {"type": "string"}, "created": {"type": "integer"}, "choice": {"type": "integer"}, "space": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}, "required": ["id", "voter", "created", "choice", "space"]}}}, "required": ["id", "title", "body", "choices", "start", "end", "snapshot", "state", "author", "space", "votes", "votes_data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "jade": {"type": "string"}, "serve-favicon": {"type": "string"}, "angular": {"type": "string"}, "angular-animate": {"type": "string"}, "angular-scroll-animate": {"type": "string"}, "angular-touch": {"type": "string"}, "angular-ui-bootstrap": {"type": "string"}, "ejs": {"type": "string"}}, "required": ["express", "jade", "serve-favicon", "angular", "angular-animate", "angular-scroll-animate", "angular-touch", "angular-ui-bootstrap", "ejs"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "devDependencies": {"type": "object", "properties": {"grunt": {"type": "string"}, "grunt-bundle-jsnext-lib": {"type": "string"}, "grunt-contrib-concat": {"type": "string"}, "grunt-contrib-connect": {"type": "string"}, "grunt-contrib-copy": {"type": "string"}, "grunt-contrib-cssmin": {"type": "string"}, "grunt-contrib-jshint": {"type": "string"}, "grunt-contrib-qunit": {"type": "string"}, "grunt-contrib-sass": {"type": "string"}, "grunt-contrib-uglify": {"type": "string"}, "grunt-contrib-watch": {"type": "string"}, "grunt-devtools": {"type": "string"}}, "required": ["grunt", "grunt-bundle-jsnext-lib", "grunt-contrib-concat", "grunt-contrib-connect", "grunt-contrib-copy", "grunt-contrib-cssmin", "grunt-contrib-jshint", "grunt-contrib-qunit", "grunt-contrib-sass", "grunt-contrib-uglify", "grunt-contrib-watch", "grunt-devtools"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}, "npm": {"type": "string"}}, "required": ["node", "npm"]}}, "required": ["name", "version", "private", "dependencies", "scripts", "devDependencies", "engines"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "klanding", "version" : "1.0.0", "private" : true, "dependencies" : {"express" : "~3.2.6", "jade" : "~0.31.2", "serve-favicon" : "^2.5.0", "angular" : "^1.5.6", "angular-animate" : "^1.5.6", "angular-scroll-animate" : "^0.9.9", "angular-touch" : "^1.5.6", "angular-ui-bootstrap" : "^1.3.3", "ejs" : "^2.4.2"}, "scripts" : {"start" : "node app.js"}, "devDependencies" : {"grunt" : "^1.0.2", "grunt-bundle-jsnext-lib" : "^0.5.0", "grunt-contrib-concat" : "^1.0.1", "grunt-contrib-connect" : "^1.0.2", "grunt-contrib-copy" : "^1.0.0", "grunt-contrib-cssmin" : "^2.2.1", "grunt-contrib-jshint" : "^1.1.0", "grunt-contrib-qunit" : "^2.0.0", "grunt-contrib-sass" : "^1.0.0", "grunt-contrib-uglify" : "^3.3.0", "grunt-contrib-watch" : "^1.0.0", "grunt-devtools" : "^0.2.1"}, "engines" : {"node" : "5.4.1", "npm" : "3.3.12"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "jade": {"type": "string"}, "serve-favicon": {"type": "string"}, "angular": {"type": "string"}, "angular-animate": {"type": "string"}, "angular-scroll-animate": {"type": "string"}, "angular-touch": {"type": "string"}, "angular-ui-bootstrap": {"type": "string"}, "ejs": {"type": "string"}}, "required": ["express", "jade", "serve-favicon", "angular", "angular-animate", "angular-scroll-animate", "angular-touch", "angular-ui-bootstrap", "ejs"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "devDependencies": {"type": "object", "properties": {"grunt": {"type": "string"}, "grunt-bundle-jsnext-lib": {"type": "string"}, "grunt-contrib-concat": {"type": "string"}, "grunt-contrib-connect": {"type": "string"}, "grunt-contrib-copy": {"type": "string"}, "grunt-contrib-cssmin": {"type": "string"}, "grunt-contrib-jshint": {"type": "string"}, "grunt-contrib-qunit": {"type": "string"}, "grunt-contrib-sass": {"type": "string"}, "grunt-contrib-uglify": {"type": "string"}, "grunt-contrib-watch": {"type": "string"}, "grunt-devtools": {"type": "string"}}, "required": ["grunt", "grunt-bundle-jsnext-lib", "grunt-contrib-concat", "grunt-contrib-connect", "grunt-contrib-copy", "grunt-contrib-cssmin", "grunt-contrib-jshint", "grunt-contrib-qunit", "grunt-contrib-sass", "grunt-contrib-uglify", "grunt-contrib-watch", "grunt-devtools"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}, "npm": {"type": "string"}}, "required": ["node", "npm"]}}, "required": ["name", "version", "private", "dependencies", "scripts", "devDependencies", "engines"], "$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"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"speaker": {"type": "string"}, "serialport": {"type": "string"}, "audio-generator": {"type": "string"}}, "required": ["speaker", "serialport", "audio-generator"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "dependencies", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "lightmusic", "version" : "0.0.1", "description" : "generate music with light sensors", "main" : "app.js", "dependencies" : {"speaker" : "^0.3.0", "serialport" : "2.0.0", "audio-generator" : "^2.0.2"}, "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/xeecos/LightMusic.git"}, "keywords" : ["lightsensor", "makeblock", "arduino", "raspberry", "pi"], "author" : "ander@makeblock.cc", "license" : "MIT", "bugs" : {"url" : "https://github.com/xeecos/LightMusic/issues"}, "homepage" : "https://github.com/xeecos/LightMusic#readme"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"speaker": {"type": "string"}, "serialport": {"type": "string"}, "audio-generator": {"type": "string"}}, "required": ["speaker", "serialport", "audio-generator"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "dependencies", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"code" : 1377021011, "parent" : 1377021, "name" : "SUNGAI PASAK", "latitude" : null, "longitude" : null, "postal" : [25546, 25516], "children" : []} | json_instruct | {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[131.75, 34.833333333333336], [131.75, 34.916666666666664], [131.875, 34.916666666666664], [131.875, 34.833333333333336], [131.75, 34.833333333333336]]]}, "properties" : {"code" : 523126, "url" : "http://madefor.github.io/0410/api/v1/523126.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/523126.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 a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"assessment" : [{"name" : "Seminar engagement", "weight" : 10}, {"name" : "Sociological story and presentation", "weight" : 40}, {"name" : "Critical textual analysis", "weight" : 50}]} | json_instruct | {"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"goodMessages": {"type": "array", "items": {"type": "string"}}, "badMessages": {"type": "array", "items": {"type": "string"}}, "defaultConfig": {"type": "object", "properties": {"extends": {"type": "string"}, "parserOptions": {"type": "object", "properties": {"ecmaVersion": {"type": "integer"}, "sourceType": {"type": "string"}}, "required": ["ecmaVersion", "sourceType"]}, "env": {"type": "object", "properties": {"es6": {"type": "boolean"}, "node": {"type": "boolean"}}, "required": ["es6", "node"]}, "rules": {"type": "object", "properties": {"no-console": {"type": "integer"}}, "required": ["no-console"]}}, "required": ["extends", "parserOptions", "env", "rules"]}}, "required": ["goodMessages", "badMessages", "defaultConfig"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"goodMessages" : ["It's all good fam.", "Nice job.", "Great code.", "I like.", "Nice code, bro.", "Nice code!", "Always a pleasure to see good and nice code."], "badMessages" : ["I think you may want to take a second look.", "Looks like you have some problems!", "Did you lint your code?", "Get a linter bro.", "Uh oh!", "I don't like this code.", "BAD!", "Did you try to copy that off of GitHub?", "Do you know JS?", "smh", "no", "You are dumb because:", "You tried, but failed miserably.", "What a noob."], "defaultConfig" : {"extends" : "eslint:recommended", "parserOptions" : {"ecmaVersion" : 2020, "sourceType" : "module"}, "env" : {"es6" : true, "node" : true}, "rules" : {"no-console" : 0}}} | json_instruct | {"type": "object", "properties": {"goodMessages": {"type": "array", "items": {"type": "string"}}, "badMessages": {"type": "array", "items": {"type": "string"}}, "defaultConfig": {"type": "object", "properties": {"extends": {"type": "string"}, "parserOptions": {"type": "object", "properties": {"ecmaVersion": {"type": "integer"}, "sourceType": {"type": "string"}}, "required": ["ecmaVersion", "sourceType"]}, "env": {"type": "object", "properties": {"es6": {"type": "boolean"}, "node": {"type": "boolean"}}, "required": ["es6", "node"]}, "rules": {"type": "object", "properties": {"no-console": {"type": "integer"}}, "required": ["no-console"]}}, "required": ["extends", "parserOptions", "env", "rules"]}}, "required": ["goodMessages", "badMessages", "defaultConfig"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e", "f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}, "t": {"type": "string"}}, "required": ["h", "stem", "t"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : [{"d" : [{"e" : ["\ufff9`Mipakafana'an~ `ako~ `ci~`nira~ `to~ `pi~`kayki~`an~ `a~ `romi'ad~.\ufffa\ufffb\u6211\u628a\u958b\u6703\u7684\u6642\u9593\u901a\u77e5\u4ed6\u4e86\u3002"], "f" : "\u628a\u2026\u6559\u5b78\u3001\u544a\u8a34\u4e86\u3002"}, {"e" : ["\ufff9`Mawalawal~ `to~ `kako~ `to~ `mipakafana'an~ `ira~.\ufffa\ufffb\u6211\u628a\u4ed6\u901a\u77e5\u7684\u4e8b\u60c5\u5fd8\u4e86\u3002"], "f" : "\u6307\u6240\u544a\u8a34\u7684\u3001\u544a\u77e5\u7684(\u5c0d\u8c61)\u3002"}]}], "stem" : "fana'", "t" : "mipakafana'an"} | json_instruct | {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e", "f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}, "t": {"type": "string"}}, "required": ["h", "stem", "t"], "$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": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0x1e9eedb83f89c2724d76715a0edabd43549b83ba", "tool" : "osiris", "start" : 1564611897.787462, "end" : 1564611955.2966194, "duration" : 57.50915741920471, "analysis" : [{"errors" : [], "file" : "/unique_chucks/20/0x1e9eedb83f89c2724d76715a0edabd43549b83ba.sol", "name" : "NRB_Common"}, {"errors" : [{"line" : 183, "column" : 20, "message" : "overflow_bugs"}], "file" : "/unique_chucks/20/0x1e9eedb83f89c2724d76715a0edabd43549b83ba.sol", "name" : "NRB_Tokens"}, {"errors" : [], "file" : "/unique_chucks/20/0x1e9eedb83f89c2724d76715a0edabd43549b83ba.sol", "name" : "WhiteListAccess"}]} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "http://data.doremus.org/performance/8655d015-09df-389f-acab-566cd0445333", "expression" : [{"id" : "http://data.doremus.org/expression/7e82b0a7-115a-36fb-afa3-f6a98ac5d115"}, {"id" : "http://data.doremus.org/expression/5919aab7-ec4f-3493-b923-92cf428d1dd2"}, {"id" : "http://data.doremus.org/expression/d17396f4-c9f6-359c-ad8f-ac412c689039"}, {"id" : "http://data.doremus.org/expression/1551359c-c366-35ad-ab93-e9c9f6a6e3c9"}, {"id" : "http://data.doremus.org/expression/255a865f-763f-32e1-b714-1a516cb3aea3"}, {"id" : "http://data.doremus.org/expression/868f063e-ef23-30a6-9535-a7ba6a4dfd09"}, {"id" : "http://data.doremus.org/expression/1d1355cb-2f99-3a15-8c52-46d8d98f25a2"}, {"id" : "http://data.doremus.org/expression/f0938972-efc9-3e8d-b8c6-487b1230080d"}, {"id" : "http://data.doremus.org/expression/3ec00e2b-238c-38ec-96c1-1f6643c3d1e4"}, {"id" : "http://data.doremus.org/expression/1c9185e2-8b6a-34a0-971a-1cce9a71b34f"}, {"id" : "http://data.doremus.org/expression/b8041d90-db2d-3925-aa67-02f353e3882f"}, {"id" : "http://data.doremus.org/expression/5673e819-1134-395b-9b07-3979b6a9b27b"}, {"id" : "http://data.doremus.org/expression/003fd432-fc00-30b1-a7c4-7d2884a1aab1"}, {"id" : "http://data.doremus.org/expression/2ef226ff-041e-39eb-a7bc-52aa4c1e4918"}, {"id" : "http://data.doremus.org/expression/aa22c9ef-4eda-30e3-8b51-aab5cc7379e0"}, {"id" : "http://data.doremus.org/expression/9a4b6c70-da08-30dd-941f-8b53020f22ba"}]} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"react-native-modal-datetime-picker": {"type": "string"}, "@expo/vector-icons": {"type": "string"}}, "required": ["react-native-modal-datetime-picker", "@expo/vector-icons"]}, "devDependencies": {"type": "object", "properties": {"babel-eslint": {"type": "string"}, "eslint": {"type": "string"}, "eslint-loader": {"type": "string"}, "eslint-plugin-react": {"type": "string"}}, "required": ["babel-eslint", "eslint", "eslint-loader", "eslint-plugin-react"]}, "peerDependencies": {"type": "object", "properties": {"native-base": {"type": "string"}, "react": {"type": "string"}}, "required": ["native-base", "react"]}}, "required": ["name", "version", "description", "main", "files", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies", "peerDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@faicon/native-form", "version" : "0.0.2", "description" : "Form for Native Base. https://github.com/faiconqg/native-form", "main" : "src/index.js", "files" : ["src/"], "repository" : {"type" : "git", "url" : "git+https://github.com/faiconqg/native-form.git"}, "keywords" : ["form", "automatic", "autoform", "react", "layout", "form generator", "generator", "builder"], "author" : "faicon.com", "license" : "MIT", "bugs" : {"url" : "https://github.com/faiconqg/native-form/issues"}, "homepage" : "https://github.com/faiconqg/native-form#readme", "dependencies" : {"react-native-modal-datetime-picker" : "^4.13.0", "@expo/vector-icons" : "^6.2.2"}, "devDependencies" : {"babel-eslint" : "^8.2.1", "eslint" : "^4.17.0", "eslint-loader" : "^1.9.0", "eslint-plugin-react" : "^7.6.1"}, "peerDependencies" : {"native-base" : ">=2.3.8", "react" : ">=16.2.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"react-native-modal-datetime-picker": {"type": "string"}, "@expo/vector-icons": {"type": "string"}}, "required": ["react-native-modal-datetime-picker", "@expo/vector-icons"]}, "devDependencies": {"type": "object", "properties": {"babel-eslint": {"type": "string"}, "eslint": {"type": "string"}, "eslint-loader": {"type": "string"}, "eslint-plugin-react": {"type": "string"}}, "required": ["babel-eslint", "eslint", "eslint-loader", "eslint-plugin-react"]}, "peerDependencies": {"type": "object", "properties": {"native-base": {"type": "string"}, "react": {"type": "string"}}, "required": ["native-base", "react"]}}, "required": ["name", "version", "description", "main", "files", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies", "peerDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"schema_version" : "1.2.0", "id" : "GHSA-7pjx-r98g-p4qj", "modified" : "2022-05-02T03:34:14Z", "published" : "2022-05-02T03:34:14Z", "aliases" : ["CVE-2009-2344"], "details" : "The web-based management interfaces in Sourcefire Defense Center (DC) and 3D Sensor before 4.8.2 allow remote authenticated users to gain privileges via a $admin value for the admin parameter in an edit action to admin/user/user.cgi and unspecified other components.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2009-2344"}, {"type" : "WEB", "url" : "http://secunia.com/advisories/35658"}, {"type" : "WEB", "url" : "http://www.exploit-db.com/exploits/9074"}, {"type" : "WEB", "url" : "http://www.securityfocus.com/archive/1/504694/100/0/threaded"}, {"type" : "WEB", "url" : "http://www.securityfocus.com/bid/35553"}, {"type" : "WEB", "url" : "http://www.securitytracker.com/id?1022500"}, {"type" : "WEB", "url" : "http://www.vupen.com/english/advisories/2009/1785"}], "database_specific" : {"cwe_ids" : [], "severity" : "HIGH", "github_reviewed" : false}} | json_instruct | {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[151.25, 23.166666666666668], [151.25, 23.25], [151.375, 23.25], [151.375, 23.166666666666668], [151.25, 23.166666666666668]]]}, "properties" : {"code" : 345162, "url" : "http://madefor.github.io/0410/api/v1/345162.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/345162.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": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["bem-components", "bem-core", "bem-grid", "bem-history", "bem-http", "bem-lib-site-view", "bem-stat-counters", "direct-dev", "direct-dev-server", "enb-bem-grid", "koa-bem-render", "sharps", "zireael"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "minimum-stability": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"SherifAI\\LaraFawry\\": {"type": "string"}}, "required": ["SherifAI\\LaraFawry\\"]}}, "required": ["psr-4"]}, "require": {"type": "object", "properties": {}, "required": []}, "extra": {"type": "object", "properties": {"laravel": {"type": "object", "properties": {"providers": {"type": "array", "items": {"type": "string"}}}, "required": ["providers"]}}, "required": ["laravel"]}}, "required": ["name", "description", "type", "license", "minimum-stability", "authors", "autoload", "require", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "sherifai/larafawry", "description" : "Laravel library for Fawry payment solution", "type" : "library", "license" : "MIT", "minimum-stability" : "dev", "authors" : [{"name" : "sherif", "email" : "sherif.alaa55@gmail.com"}], "autoload" : {"psr-4" : {"SherifAI\\LaraFawry\\" : "src/"}}, "require" : {}, "extra" : {"laravel" : {"providers" : ["SherifAI\\LaraFawry\\Providers\\LaraFawryServiceProvider"]}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "minimum-stability": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"SherifAI\\LaraFawry\\": {"type": "string"}}, "required": ["SherifAI\\LaraFawry\\"]}}, "required": ["psr-4"]}, "require": {"type": "object", "properties": {}, "required": []}, "extra": {"type": "object", "properties": {"laravel": {"type": "object", "properties": {"providers": {"type": "array", "items": {"type": "string"}}}, "required": ["providers"]}}, "required": ["laravel"]}}, "required": ["name", "description", "type", "license", "minimum-stability", "authors", "autoload", "require", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"react-virtualized.js": {"type": "string"}, "react-virtualized.min.js": {"type": "string"}}, "required": ["react-virtualized.js", "react-virtualized.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"react-virtualized.js" : "sha256-VTuCEX8k9gVIkgSsDrVisEQSIpfLHvi0HpEoIb5+oTI=", "react-virtualized.min.js" : "sha256-pz3Jz+x+HkK68ZgMKAix97XclDHXbFuKzcfFp/f92fs="} | json_instruct | {"type": "object", "properties": {"react-virtualized.js": {"type": "string"}, "react-virtualized.min.js": {"type": "string"}}, "required": ["react-virtualized.js", "react-virtualized.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"$schema": {"type": "string"}, "contentVersion": {"type": "string"}, "parameters": {"type": "object", "properties": {"adminPassword": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "prefix": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "vNetResourceGroup": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "vNetName": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "subnetNameCC": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "subnetCC": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "version": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "vmSize": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "ipAddressCC": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}}, "required": ["adminPassword", "prefix", "vNetResourceGroup", "vNetName", "subnetNameCC", "subnetCC", "version", "vmSize", "ipAddressCC"]}}, "required": ["$schema", "contentVersion", "parameters"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"$schema" : "http://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#", "contentVersion" : "1.0.0.0", "parameters" : {"adminPassword" : {"value" : "GEN-PASSWORD"}, "prefix" : {"value" : "CUDA"}, "vNetResourceGroup" : {"value" : "CUDA-RG-VNET"}, "vNetName" : {"value" : "CUDA-VNET"}, "subnetNameCC" : {"value" : "CUDA-SUBNET-CC"}, "subnetCC" : {"value" : "172.16.137.0/25"}, "version" : {"value" : "latest"}, "vmSize" : {"value" : "Standard_DS1_v2"}, "ipAddressCC" : {"value" : "172.16.137.4"}}} | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "contentVersion": {"type": "string"}, "parameters": {"type": "object", "properties": {"adminPassword": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "prefix": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "vNetResourceGroup": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "vNetName": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "subnetNameCC": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "subnetCC": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "version": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "vmSize": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "ipAddressCC": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}}, "required": ["adminPassword", "prefix", "vNetResourceGroup", "vNetName", "subnetNameCC", "subnetCC", "version", "vmSize", "ipAddressCC"]}}, "required": ["$schema", "contentVersion", "parameters"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "U2720Q", "description" : "A 27 inch 4K monitor.", "url" : "https://www.dell.com/lt/business/p/dell-u2720q-monitor/pd"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "subPlay": {"type": "integer"}}, "required": ["play", "subPlay"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "cb85b95f-d291-40c9-8e6f-584df64a2dc5", "playerTags" : [], "teamTags" : ["bfd38797-8404-4b38-8b82-341da28b1f83", "eb67ae5e-c4bf-46ca-bbbc-425cd34182ff"], "gameTags" : ["e9d70fbe-d4ea-415d-9e03-91b96302804e"], "metadata" : {"play" : 186, "subPlay" : -1}, "created" : "2021-03-19T18:15:35.351Z", "season" : 13, "tournament" : -1, "type" : 62, "day" : 97, "phase" : 6, "category" : 2, "description" : "A surge of Immateria rushes up from Under!\nBaserunners are swept from play!", "nuts" : 1} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "subPlay": {"type": "integer"}}, "required": ["play", "subPlay"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "iso2": {"type": "string"}, "admin_level": {"type": "integer"}, "osm_id": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "osm_data": {"type": "object", "properties": {"localname": {"type": "string"}, "official_name": {"type": "string"}, "alltags": {"type": "object", "properties": {"border_type": {"type": "string"}}, "required": ["border_type"]}}, "required": ["localname", "official_name", "alltags"]}, "center_lat": {"type": "number"}, "center_lon": {"type": "number"}, "area_m2": {"type": "integer"}, "timezone": {"type": "string"}, "wikidata_id": {"type": "string"}}, "required": ["name", "iso2", "admin_level", "osm_id", "countrylevel_id", "osm_data", "center_lat", "center_lon", "area_m2", "timezone", "wikidata_id"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[32.352, 2.077], [32.576, 2.221], [32.872, 2.087], [32.894, 2.074], [32.94, 1.816], [32.821, 1.839], [32.59, 1.613], [32.312, 1.646], [32.095, 1.651], [32.341, 1.858], [32.352, 2.077]]]}, "properties" : {"name" : "Apac", "iso2" : "UG-302", "admin_level" : 4, "osm_id" : 3497126, "countrylevel_id" : "iso2:UG-302", "osm_data" : {"localname" : "Apac", "official_name" : "", "alltags" : {"border_type" : "district"}}, "center_lat" : 1.89, "center_lon" : 32.56, "area_m2" : 3277296449, "timezone" : "Africa/Kampala", "wikidata_id" : "Q1229750"}} | 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": {"name": {"type": "string"}, "iso2": {"type": "string"}, "admin_level": {"type": "integer"}, "osm_id": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "osm_data": {"type": "object", "properties": {"localname": {"type": "string"}, "official_name": {"type": "string"}, "alltags": {"type": "object", "properties": {"border_type": {"type": "string"}}, "required": ["border_type"]}}, "required": ["localname", "official_name", "alltags"]}, "center_lat": {"type": "number"}, "center_lon": {"type": "number"}, "area_m2": {"type": "integer"}, "timezone": {"type": "string"}, "wikidata_id": {"type": "string"}}, "required": ["name", "iso2", "admin_level", "osm_id", "countrylevel_id", "osm_data", "center_lat", "center_lon", "area_m2", "timezone", "wikidata_id"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Name" : "Monocular de Visi\u00f3n Nocturna AN/PVS-14", "ShortName" : "PVS-14", "Description" : "Dispositivo de Visi\u00f3n Nocturna Monocular AN/PVS-14.\nEl dispositivo Army/Navy Portable Visual Search permite la detecci\u00f3n nocturna de blancos a distancias de hasta 350m con 40\u00b0 de campo visual y brillo ajustable."} | json_instruct | {"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "Postcode", "CountryID", "Latitude", "Longitude", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "PowerKW": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "PowerKW", "CurrentTypeID"]}}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "MetadataValues": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "MetadataFieldID": {"type": "integer"}, "ItemValue": {"type": "string"}}, "required": ["ID", "MetadataFieldID", "ItemValue"]}}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "DataProvidersReference", "AddressInfo", "Connections", "StatusTypeID", "DateLastStatusUpdate", "MetadataValues", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"IsRecentlyVerified" : false, "ID" : 181027, "UUID" : "2DE9346D-4782-455D-9DB9-09C78F023E14", "DataProviderID" : 29, "DataProvidersReference" : "1759", "AddressInfo" : {"ID" : 181386, "Title" : "Altenburger Stra\u00dfe 29", "AddressLine1" : "Altenburger Stra\u00dfe 29", "Town" : "Nobitz", "Postcode" : "04603", "CountryID" : 87, "Latitude" : 50.980534, "Longitude" : 12.483565, "DistanceUnit" : 0}, "Connections" : [{"ID" : 284833, "ConnectionTypeID" : 25, "StatusTypeID" : 50, "LevelID" : 2, "PowerKW" : 22, "CurrentTypeID" : 20}, {"ID" : 284834, "ConnectionTypeID" : 25, "StatusTypeID" : 50, "LevelID" : 2, "PowerKW" : 22, "CurrentTypeID" : 20}], "StatusTypeID" : 50, "DateLastStatusUpdate" : "2021-07-12T02:46:00Z", "MetadataValues" : [{"ID" : 13321, "MetadataFieldID" : 4, "ItemValue" : "Data from the German chargepoint registry provided by Bundesnetzagentur.de under the CC-BY 4.0 license"}], "DataQualityLevel" : 3, "DateCreated" : "2021-07-08T10:01:00Z", "SubmissionStatusTypeID" : 100} | json_instruct | {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "Postcode", "CountryID", "Latitude", "Longitude", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "PowerKW": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "PowerKW", "CurrentTypeID"]}}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "MetadataValues": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "MetadataFieldID": {"type": "integer"}, "ItemValue": {"type": "string"}}, "required": ["ID", "MetadataFieldID", "ItemValue"]}}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "DataProvidersReference", "AddressInfo", "Connections", "StatusTypeID", "DateLastStatusUpdate", "MetadataValues", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": {"type": "null"}, "labels": {"type": "array", "items": {"type": "string"}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"body" : "This package is a requirement for py-merlinwf", "user" : "koning", "url" : "https://api.github.com/repos/spack/spack/issues/13851", "updated_at" : "2019-11-25 15:28:07", "created_at" : "2019-11-22 19:08:59", "closed_at" : "2019-11-25 15:28:07", "state" : "closed", "title" : "Add the py-celery package", "number" : 13851, "milestone" : null, "labels" : ["new-package"], "id" : 527366355, "html_url" : "https://github.com/spack/spack/pull/13851", "assignees" : [], "comments" : 1} | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": {"type": "null"}, "labels": {"type": "array", "items": {"type": "string"}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"data": {"type": "object", "properties": {"site": {"type": "object", "properties": {"siteMetadata": {"type": "object", "properties": {"title": {"type": "string"}, "tagline": {"type": "string"}, "author": {"type": "string"}, "contacts": {"type": "object", "properties": {"linkedin": {"type": "string"}, "github": {"type": "string"}, "stackoverflow": {"type": "string"}, "freecodecamp": {"type": "string"}, "twitter": {"type": "string"}}, "required": ["linkedin", "github", "stackoverflow", "freecodecamp", "twitter"]}}, "required": ["title", "tagline", "author", "contacts"]}}, "required": ["siteMetadata"]}}, "required": ["site"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"data" : {"site" : {"siteMetadata" : {"title" : "Developer Diary", "tagline" : "Autodidact developer and sometimes hoop-jumper", "author" : "Study group", "contacts" : {"linkedin" : "https://www.linkedin.com/in/will-ward-65234a170/", "github" : "https://github.com/willjw3", "stackoverflow" : "https://stackoverflow.com/users/10262432/will-ward?tab=profile", "freecodecamp" : "https://www.freecodecamp.org/willjw3", "twitter" : "https://twitter.com/willjw3"}}}}} | json_instruct | {"type": "object", "properties": {"data": {"type": "object", "properties": {"site": {"type": "object", "properties": {"siteMetadata": {"type": "object", "properties": {"title": {"type": "string"}, "tagline": {"type": "string"}, "author": {"type": "string"}, "contacts": {"type": "object", "properties": {"linkedin": {"type": "string"}, "github": {"type": "string"}, "stackoverflow": {"type": "string"}, "freecodecamp": {"type": "string"}, "twitter": {"type": "string"}}, "required": ["linkedin", "github", "stackoverflow", "freecodecamp", "twitter"]}}, "required": ["title", "tagline", "author", "contacts"]}}, "required": ["siteMetadata"]}}, "required": ["site"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"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" : "GJULIANA", "frequency" : 0, "gender" : "male"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["fear-core-aut", "fear-core-build", "fear-core-docker", "fear-core-serve", "fear-core-ui", "mns-core-module-template"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "firstName": {"type": "string"}, "lastName": {"type": "string"}, "email": {"type": "string"}, "username": {"type": "string"}, "password": {"type": "string"}, "organisations": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "permissions": {"type": "array", "items": {}}, "notifications": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "code", "name", "permissions", "notifications"]}}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "active": {"type": "boolean"}}, "required": ["id", "firstName", "lastName", "email", "username", "password", "organisations", "createdAt", "updatedAt", "active"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "8a011fac-23ab-4f42-a7dd-8a0e4c7be53b", "firstName" : "Bud", "lastName" : "Considine", "email" : "bud.considine-10916@example.com", "username" : "bud.considine-10916@example.com", "password" : "bat", "organisations" : [{"id" : "0bc933b8-dad9-4149-8bb2-fd2041d567c2", "code" : "H72", "name" : "The University of Hull", "permissions" : [], "notifications" : ["course_published", "course_changed", "course_withdrawn", "course_vacancies_changed", "course_published_training_provider", "course_changed_training_provider", "course_withdrawn_training_provider", "course_vacancies_changed_training_provider"]}], "createdAt" : "2022-03-07T12:34:44.079Z", "updatedAt" : "2022-03-08T20:09:44.496Z", "active" : false} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "firstName": {"type": "string"}, "lastName": {"type": "string"}, "email": {"type": "string"}, "username": {"type": "string"}, "password": {"type": "string"}, "organisations": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "permissions": {"type": "array", "items": {}}, "notifications": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "code", "name", "permissions", "notifications"]}}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "active": {"type": "boolean"}}, "required": ["id", "firstName", "lastName", "email", "username", "password", "organisations", "createdAt", "updatedAt", "active"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"dirt": {"type": "string"}, "top": {"type": "string"}}, "required": ["dirt", "top"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "minecraft:block/template_farmland", "textures" : {"dirt" : "minecraft:block/dirt_2", "top" : "minecraft:block/farmland_2"}} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"dirt": {"type": "string"}, "top": {"type": "string"}}, "required": ["dirt", "top"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"Go_out": {"type": "number"}, "Go_to_Toilet": {"type": "number"}, "Go_to_Bathroom": {"type": "number"}, "Sleep": {"type": "number"}, "Dress_up": {"type": "number"}, "Dining": {"type": "number"}, "Cooking0": {"type": "number"}, "Cooking1": {"type": "number"}, "Cooking2": {"type": "number"}, "Cleaning": {"type": "number"}}, "required": ["Go_out", "Go_to_Toilet", "Go_to_Bathroom", "Sleep", "Dress_up", "Dining", "Cooking0", "Cooking1", "Cooking2", "Cleaning"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Go_out" : 1503.53, "Go_to_Toilet" : 1395.5, "Go_to_Bathroom" : 1472.95, "Sleep" : 1374.39, "Dress_up" : 1698.65, "Dining" : 1304.42, "Cooking0" : 1782.3, "Cooking1" : 2034.94, "Cooking2" : 1876.89, "Cleaning" : 1914.17} | json_instruct | {"type": "object", "properties": {"Go_out": {"type": "number"}, "Go_to_Toilet": {"type": "number"}, "Go_to_Bathroom": {"type": "number"}, "Sleep": {"type": "number"}, "Dress_up": {"type": "number"}, "Dining": {"type": "number"}, "Cooking0": {"type": "number"}, "Cooking1": {"type": "number"}, "Cooking2": {"type": "number"}, "Cleaning": {"type": "number"}}, "required": ["Go_out", "Go_to_Toilet", "Go_to_Bathroom", "Sleep", "Dress_up", "Dining", "Cooking0", "Cooking1", "Cooking2", "Cleaning"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "San Vicente, Bulan, Sorsogon, Bicol Region (Region V), PH", "locale" : "ph.bicol-region-region-v.sorsogon.bulan.san-vicente", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "2", "region_reference" : "5", "region_name" : "Bicol Region (Region V)", "province_id" : "70", "province_reference" : "70", "province_name" : "Sorsogon", "city_id" : "245", "city_reference" : "1416", "city_name" : "Bulan", "barangay_id" : "6463", "barangay_reference" : "36628", "barangay_name" : "San Vicente"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[123.883186, 12.66646], [123.883301, 12.66558], [123.88298, 12.66407], [123.882446, 12.66228], [123.881638, 12.66009], [123.87957, 12.6583], [123.879066, 12.65856], [123.877808, 12.65961], [123.876938, 12.65972], [123.875389, 12.65993], [123.876518, 12.66089], [123.878769, 12.66414], [123.879173, 12.66481], [123.880852, 12.666], [123.883186, 12.66646]]]]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"city": {"type": "object", "properties": {"name": {"type": "string"}, "state": {"type": "string"}}, "required": ["name", "state"]}, "borders": {"type": "array", "items": {"type": "array", "items": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}}}}, "required": ["city", "borders"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"city" : {"name" : "PINHEIRO", "state" : "MA"}, "borders" : [[{"lat" : -2.1710422545963297, "lng" : -44.966944580827715}, {"lat" : -2.2334436105341524, "lng" : -44.934889084663496}, {"lat" : -2.3295732367154756, "lng" : -44.93488476252173}, {"lat" : -2.3848146042105896, "lng" : -44.89830967754955}, {"lat" : -2.427104749484556, "lng" : -44.955382223011156}, {"lat" : -2.459461617459624, "lng" : -44.95924345232345}, {"lat" : -2.4644371391626123, "lng" : -45.004611212537384}, {"lat" : -2.54213494237365, "lng" : -45.0415494860199}, {"lat" : -2.567506824580221, "lng" : -45.074194362779565}, {"lat" : -2.745170368817412, "lng" : -45.12914608112669}, {"lat" : -2.7984179950943258, "lng" : -45.18387758428304}, {"lat" : -2.8134167263008294, "lng" : -45.2198958980772}, {"lat" : -2.8091489881352345, "lng" : -45.27532947047865}, {"lat" : -2.7455961141693024, "lng" : -45.35772819460044}, {"lat" : -2.7012555982672097, "lng" : -45.275854612500325}, {"lat" : -2.4879356364204455, "lng" : -45.24276142010342}, {"lat" : -2.4110088444825237, "lng" : -45.30041162349761}, {"lat" : -2.3473277298907647, "lng" : -45.16051403119752}, {"lat" : -2.2080380433209825, "lng" : -45.02689122105295}, {"lat" : -2.1708780392900167, "lng" : -44.967118167069714}, {"lat" : -2.1710422545963297, "lng" : -44.966944580827715}]]} | json_instruct | {"type": "object", "properties": {"city": {"type": "object", "properties": {"name": {"type": "string"}, "state": {"type": "string"}}, "required": ["name", "state"]}, "borders": {"type": "array", "items": {"type": "array", "items": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}}}}, "required": ["city", "borders"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[[-3308, 782, -15224, -597, 7764, 431, 95, -1627, 354, 6480, 187, 578, -560, 6869, -1052, -4300, 394, 866, 4239, -1085, -865, 328, 17008, 1331, -4831, 145, 768, 6622, -574, -81, 60, 875, -273, -4083, 472, -643, 13299, -950, 16, 774, 8, -900, 1124, -1105, 139, -300, 613, 347, -505, 965, 3882, 3761, 11174, -1785, -9752, -2599, 1214, -1706, -1212, -2298, 1299, 494, 233, -1246]], [[1015, 9942, 2475, 9929, 553, 9913, 9904, 6333, 9801, 963, 9934, 9801, 9950, 1118, 9716, 604, 10069, 9874, 9654, 9802, 9972, 10147, 667, 9820, 1323, 985, 9902, 1582, 9917, 9921, 9891, 10074, 9904, 1097, 9828, 9846, 5729, 9787, 9838, 9701, 10048, 9937, 9843, 10076, 10080, 9734, 9748, 9977, 10068, 9738, 6275, 8501, 734, 9910, 3155, 3116, 10026, 9637, 9948, 1402, 9876, 9884, 9897, 9910]]] | json_instruct | {"type": "array", "items": {"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": {"name": {"type": "string"}, "description": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Framy\\": {"type": "string"}}, "required": ["Framy\\"]}}, "required": ["psr-4"]}, "require": {"type": "object", "properties": {"twig/twig": {"type": "string"}}, "required": ["twig/twig"]}}, "required": ["name", "description", "autoload", "require"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "oiimate/phpframy", "description" : "php framework", "autoload" : {"psr-4" : {"Framy\\" : "src/"}}, "require" : {"twig/twig" : "^2.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Framy\\": {"type": "string"}}, "required": ["Framy\\"]}}, "required": ["psr-4"]}, "require": {"type": "object", "properties": {"twig/twig": {"type": "string"}}, "required": ["twig/twig"]}}, "required": ["name", "description", "autoload", "require"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "2004", "provinceId" : "11", "regencyId" : "16", "districtId" : "09", "name" : "Tanjung Keramat"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"extends": {"type": "string"}, "env": {"type": "object", "properties": {"browser": {"type": "boolean"}, "commonjs": {"type": "boolean"}}, "required": ["browser", "commonjs"]}, "globals": {"type": "object", "properties": {"require": {"type": "boolean"}, "ResizeObserver": {"type": "boolean"}}, "required": ["require", "ResizeObserver"]}, "rules": {"type": "object", "properties": {"no-multi-spaces": {"type": "string"}, "spaced-comment": {"type": "string"}, "comma-spacing": {"type": "string"}}, "required": ["no-multi-spaces", "spaced-comment", "comma-spacing"]}}, "required": ["extends", "env", "globals", "rules"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"extends" : "../salix/.eslintrc.json", "env" : {"browser" : true, "commonjs" : true}, "globals" : {"require" : true, "ResizeObserver" : true}, "rules" : {"no-multi-spaces" : "warn", "spaced-comment" : "warn", "comma-spacing" : "warn"}} | json_instruct | {"type": "object", "properties": {"extends": {"type": "string"}, "env": {"type": "object", "properties": {"browser": {"type": "boolean"}, "commonjs": {"type": "boolean"}}, "required": ["browser", "commonjs"]}, "globals": {"type": "object", "properties": {"require": {"type": "boolean"}, "ResizeObserver": {"type": "boolean"}}, "required": ["require", "ResizeObserver"]}, "rules": {"type": "object", "properties": {"no-multi-spaces": {"type": "string"}, "spaced-comment": {"type": "string"}, "comma-spacing": {"type": "string"}}, "required": ["no-multi-spaces", "spaced-comment", "comma-spacing"]}}, "required": ["extends", "env", "globals", "rules"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["covutils"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "1604043004", "district_id" : "1604043", "name" : "LUBUK DENDAN"} | 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#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "version", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "react-todos-study", "version" : "1.0.0", "description" : ""} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "version", "description"], "$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"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "string"}, "db:create": {"type": "string"}, "db:migrate": {"type": "string"}, "db:deploy": {"type": "string"}}, "required": ["dev", "build", "start", "db:create", "db:migrate", "db:deploy"]}, "dependencies": {"type": "object", "properties": {"@logdna/logger": {"type": "string"}, "@prisma/client": {"type": "string"}, "@tailwindcss/forms": {"type": "string"}, "discord.js": {"type": "string"}, "fathom-client": {"type": "string"}, "next": {"type": "string"}, "next-connect": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}}, "required": ["@logdna/logger", "@prisma/client", "@tailwindcss/forms", "discord.js", "fathom-client", "next", "next-connect", "react", "react-dom"]}, "devDependencies": {"type": "object", "properties": {"autoprefixer": {"type": "string"}, "postcss": {"type": "string"}, "prisma": {"type": "string"}, "tailwindcss": {"type": "string"}}, "required": ["autoprefixer", "postcss", "prisma", "tailwindcss"]}}, "required": ["name", "version", "private", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "sentrydiscord", "version" : "0.1.0", "private" : true, "scripts" : {"dev" : "next dev", "build" : "npx prisma generate && next build", "start" : "next start", "db:create" : "npm run db:deploy && npx prisma generate", "db:migrate" : "npx prisma migrate dev && npx prisma generate", "db:deploy" : "npx prisma migrate deploy"}, "dependencies" : {"@logdna/logger" : "^2.3.2", "@prisma/client" : "^2.18.0", "@tailwindcss/forms" : "^0.3.2", "discord.js" : "^12.5.1", "fathom-client" : "^3.0.0", "next" : "10.1.3", "next-connect" : "^0.10.0", "react" : "17.0.2", "react-dom" : "17.0.2"}, "devDependencies" : {"autoprefixer" : "^10.2.5", "postcss" : "^8.2.7", "prisma" : "^2.18.0", "tailwindcss" : "^2.0.3"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "string"}, "db:create": {"type": "string"}, "db:migrate": {"type": "string"}, "db:deploy": {"type": "string"}}, "required": ["dev", "build", "start", "db:create", "db:migrate", "db:deploy"]}, "dependencies": {"type": "object", "properties": {"@logdna/logger": {"type": "string"}, "@prisma/client": {"type": "string"}, "@tailwindcss/forms": {"type": "string"}, "discord.js": {"type": "string"}, "fathom-client": {"type": "string"}, "next": {"type": "string"}, "next-connect": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}}, "required": ["@logdna/logger", "@prisma/client", "@tailwindcss/forms", "discord.js", "fathom-client", "next", "next-connect", "react", "react-dom"]}, "devDependencies": {"type": "object", "properties": {"autoprefixer": {"type": "string"}, "postcss": {"type": "string"}, "prisma": {"type": "string"}, "tailwindcss": {"type": "string"}}, "required": ["autoprefixer", "postcss", "prisma", "tailwindcss"]}}, "required": ["name", "version", "private", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"probe_id": {"type": "integer"}, "resolvers": {"type": "array", "items": {"type": "object", "properties": {"ipv6_tcp": {"type": "boolean"}, "resolver_asn": {"type": "integer"}, "resolver_net": {"type": "string"}, "ipv4_tcp": {"type": "boolean"}, "internal": {"type": "string"}, "ipv6_cap": {"type": "boolean"}}, "required": ["ipv6_tcp", "resolver_asn", "resolver_net", "ipv4_tcp", "internal", "ipv6_cap"]}}}, "required": ["probe_id", "resolvers"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"probe_id" : 17922, "resolvers" : [{"ipv6_tcp" : true, "resolver_asn" : 1403, "resolver_net" : "96.127.192.0/18", "ipv4_tcp" : true, "internal" : "10.20.0.254", "ipv6_cap" : true}]} | json_instruct | {"type": "object", "properties": {"probe_id": {"type": "integer"}, "resolvers": {"type": "array", "items": {"type": "object", "properties": {"ipv6_tcp": {"type": "boolean"}, "resolver_asn": {"type": "integer"}, "resolver_net": {"type": "string"}, "ipv4_tcp": {"type": "boolean"}, "internal": {"type": "string"}, "ipv6_cap": {"type": "boolean"}}, "required": ["ipv6_tcp", "resolver_asn", "resolver_net", "ipv4_tcp", "internal", "ipv6_cap"]}}}, "required": ["probe_id", "resolvers"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"title": {"type": "string"}, "credit": {"type": "string"}, "explanation": {"type": "string"}, "date": {"type": "string"}, "service_version": {"type": "string"}, "media_type": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "credit", "explanation", "date", "service_version", "media_type", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Lightning Storm Moves Across the USA", "credit" : "NOAA, NASA, Lockheed Martin, GOES-16, GLM", "explanation" : "Watch a huge lightning storm move across the eastern USA. The huge storm caused much damage and unfortunately some loss of life for people in its path. Seen from space, the lightning is seen as momentary flashes in the featured time-lapse video recorded last month by the Geostationary Lightning Mapper (GLM) aboard the GOES-16 satellite. The outline of North America is most evident during the day, while the bright lightning strikes are most evident at night. Inspection of the video shows that much of the lightning occurred at the leading edge of the huge tail of the swirling storm. Because lightning frequently precedes a storm's most violent impact, lightning data from GLM holds promise to help reduce the harm to humans from future storms.", "date" : "2017-05-15", "service_version" : "v1", "media_type" : "video", "url" : "https://www.youtube.com/embed/vxJTQuWISbk"} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "credit": {"type": "string"}, "explanation": {"type": "string"}, "date": {"type": "string"}, "service_version": {"type": "string"}, "media_type": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "credit", "explanation", "date", "service_version", "media_type", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}, "scripts": {"type": "object", "properties": {"start": {"type": "array", "items": {"type": "string"}}}, "required": ["start"]}}, "required": ["name", "homepage", "description", "type", "license", "authors", "require", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "anna.damm/sse-with-shared-workers", "homepage" : "https://github.com/AnnaDamm/sse-with-shared-workers", "description" : "An example project of using Server Sent Events with Shared Workers", "type" : "project", "license" : "MIT", "authors" : [{"name" : "Anna Damm", "email" : "arany.devel@gmail.com"}], "require" : {"php" : "^7.3 || ^8.0"}, "scripts" : {"start" : ["Composer\\Config::disableProcessTimeout", "php -S localhost:8000 public/server.php"]}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}, "scripts": {"type": "object", "properties": {"start": {"type": "array", "items": {"type": "string"}}}, "required": ["start"]}}, "required": ["name", "homepage", "description", "type", "license", "authors", "require", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "galaxyspace:block/miranda_cobalt_ore"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$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.