input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Generate a valid JSON object that conforms to the following 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" : [[[140.0, 37.25], [140.0, 37.333333333333336], [140.125, 37.333333333333336], [140.125, 37.25], [140.0, 37.25]]]}, "properties" : {"code" : 554070, "url" : "http://madefor.github.io/0410/api/v1/554070.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/554070.geojson"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"b0lzzz": {"type": "object", "properties": {"title": {"type": "string"}, "channel_id": {"type": "integer"}, "link": {"type": "string"}, "desc": {"type": "null"}, "plans": {"type": "object", "properties": {"$4.99": {"type": "string"}, "$9.99": {"type": "string"}, "$24.99": {"type": "string"}}, "required": ["$4.99", "$9.99", "$24.99"]}, "id": {"type": "string"}, "first_seen": {"type": "string"}, "badge": {"type": "null"}, "badge_starting": {"type": "null"}, "badge_3m": {"type": "null"}, "badge_6m": {"type": "null"}, "badge_12m": {"type": "null"}, "badge_24m": {"type": "null"}, "badges": {"type": "null"}, "bits_badges": {"type": "null"}, "cheermote1": {"type": "null"}, "cheermote100": {"type": "null"}, "cheermote1000": {"type": "null"}, "cheermote5000": {"type": "null"}, "cheermote10000": {"type": "null"}, "set": {"type": "integer"}, "emotes": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "image_id": {"type": "integer"}, "set": {"type": "integer"}}, "required": ["code", "image_id", "set"]}}}, "required": ["title", "channel_id", "link", "desc", "plans", "id", "first_seen", "badge", "badge_starting", "badge_3m", "badge_6m", "badge_12m", "badge_24m", "badges", "bits_badges", "cheermote1", "cheermote100", "cheermote1000", "cheermote5000", "cheermote10000", "set", "emotes"]}}, "required": ["b0lzzz"]}}, "required": ["template", "channels"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"template" : {"small" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/1.0", "medium" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/2.0", "large" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/3.0"}, "channels" : {"b0lzzz" : {"title" : "B0LZzz", "channel_id" : 101962170, "link" : "http://twitch.tv/b0lzzz", "desc" : null, "plans" : {"$4.99" : "222674", "$9.99" : "222677", "$24.99" : "222678"}, "id" : "b0lzzz", "first_seen" : "2017-07-05 04:10:13", "badge" : null, "badge_starting" : null, "badge_3m" : null, "badge_6m" : null, "badge_12m" : null, "badge_24m" : null, "badges" : null, "bits_badges" : null, "cheermote1" : null, "cheermote100" : null, "cheermote1000" : null, "cheermote5000" : null, "cheermote10000" : null, "set" : 222677, "emotes" : [{"code" : "b0lzzzKoffer", "image_id" : 241481, "set" : 222677}, {"code" : "b0lzzzGeld", "image_id" : 241506, "set" : 222678}]}}} | json_instruct | {"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"b0lzzz": {"type": "object", "properties": {"title": {"type": "string"}, "channel_id": {"type": "integer"}, "link": {"type": "string"}, "desc": {"type": "null"}, "plans": {"type": "object", "properties": {"$4.99": {"type": "string"}, "$9.99": {"type": "string"}, "$24.99": {"type": "string"}}, "required": ["$4.99", "$9.99", "$24.99"]}, "id": {"type": "string"}, "first_seen": {"type": "string"}, "badge": {"type": "null"}, "badge_starting": {"type": "null"}, "badge_3m": {"type": "null"}, "badge_6m": {"type": "null"}, "badge_12m": {"type": "null"}, "badge_24m": {"type": "null"}, "badges": {"type": "null"}, "bits_badges": {"type": "null"}, "cheermote1": {"type": "null"}, "cheermote100": {"type": "null"}, "cheermote1000": {"type": "null"}, "cheermote5000": {"type": "null"}, "cheermote10000": {"type": "null"}, "set": {"type": "integer"}, "emotes": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "image_id": {"type": "integer"}, "set": {"type": "integer"}}, "required": ["code", "image_id", "set"]}}}, "required": ["title", "channel_id", "link", "desc", "plans", "id", "first_seen", "badge", "badge_starting", "badge_3m", "badge_6m", "badge_12m", "badge_24m", "badges", "bits_badges", "cheermote1", "cheermote100", "cheermote1000", "cheermote5000", "cheermote10000", "set", "emotes"]}}, "required": ["b0lzzz"]}}, "required": ["template", "channels"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"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": {"type": "string"}}, "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-8pr6-wgpr-wmvq", "modified" : "2022-01-06T00:00:49Z", "published" : "2021-12-27T00:00:41Z", "aliases" : ["CVE-2021-45633"], "details" : "Certain NETGEAR devices are affected by command injection by an unauthenticated attacker. This affects CBR750 before 4.6.3.6, RBR750 before 3.2.17.12, RBR850 before 3.2.17.12, RBS750 before 3.2.17.12, RBS850 before 3.2.17.12, RBK752 before 3.2.17.12, and RBK852 before 3.2.17.12.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2021-45633"}, {"type" : "WEB", "url" : "https://kb.netgear.com/000064511/Security-Advisory-for-Pre-Authentication-Command-Injection-on-Some-WiFi-Systems-PSV-2020-0514"}], "database_specific" : {"cwe_ids" : ["CWE-77"], "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": {"type": "string"}}, "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#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}, "required": ["main"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 94252, "info" : {"name" : "Hide dA ads (in messages)", "description" : "Hides the advertisement section on the messages page.\r\n\r\nIf you have adblock plus, this area may still exist. This script removes that.", "additionalInfo" : null, "format" : "uso", "category" : "deviantart", "createdAt" : "2013-10-19T14:38:01.000Z", "updatedAt" : "2013-10-19T14:38:01.000Z", "license" : "CC-BY-4.0", "author" : {"id" : 233609, "name" : "TheWildManiac"}}, "stats" : {"installs" : {"total" : 192, "weekly" : 0}}, "screenshots" : {"main" : {"name" : "94252-after.png", "archived" : false}}, "discussions" : {"stats" : {"discussionsCount" : 0, "commentsCount" : 0}, "data" : []}, "style" : {"css" : "@namespace url(http://www.w3.org/1999/xhtml);\r\n\r\n@-moz-document domain(\"www.deviantart.com\") {\r\n\r\n.mczone-you-know-what {\r\ndisplay:none !important;\r\n}\r\n\r\n}"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}, "required": ["main"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"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" : "Ceaulmont", "dpt" : "Indre", "inscrits" : 590, "abs" : 91, "votants" : 499, "blancs" : 16, "nuls" : 10, "exp" : 473, "res" : [{"panneau" : "3", "voix" : 114}, {"panneau" : "9", "voix" : 105}, {"panneau" : "2", "voix" : 99}, {"panneau" : "11", "voix" : 81}, {"panneau" : "4", "voix" : 32}, {"panneau" : "1", "voix" : 28}, {"panneau" : "6", "voix" : 7}, {"panneau" : "5", "voix" : 3}, {"panneau" : "8", "voix" : 3}, {"panneau" : "10", "voix" : 1}, {"panneau" : "7", "voix" : 0}]} | 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#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"ps": {"type": "integer"}, "xbox": {"type": "integer"}}, "required": ["ps", "xbox"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ps" : 2134, "xbox" : 634} | json_instruct | {"type": "object", "properties": {"ps": {"type": "integer"}, "xbox": {"type": "integer"}}, "required": ["ps", "xbox"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[2007, 8], [2008, 6], [2009, 7], [2010, 11], [2011, 9], [2012, 7], [2013, 6], [2014, 6]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$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"}, "main": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "dependencies": {"type": "object", "properties": {"@angular/core": {"type": "string"}, "@angular/common": {"type": "string"}, "rollup": {"type": "string"}}, "required": ["@angular/core", "@angular/common", "rollup"]}, "devDependencies": {"type": "object", "properties": {"rimraf": {"type": "string"}, "rollup-plugin-node-resolve": {"type": "string"}, "rollup-plugin-typescript": {"type": "string"}, "rollup-plugin-typescript2": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["rimraf", "rollup-plugin-node-resolve", "rollup-plugin-typescript", "rollup-plugin-typescript2", "typescript"]}}, "required": ["name", "version", "main", "license", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "widget-todays-date", "version" : "0.0.0", "main" : "dist/bundle.js", "license" : "MIT", "scripts" : {"build" : "rimraf dist && rollup -c"}, "dependencies" : {"@angular/core" : "^5.2.2", "@angular/common" : "^5.2.2", "rollup" : "^0.55.1"}, "devDependencies" : {"rimraf" : "^2.6.2", "rollup-plugin-node-resolve" : "^3.0.2", "rollup-plugin-typescript" : "^0.8.1", "rollup-plugin-typescript2" : "^0.10.0", "typescript" : "^2.6.2"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "dependencies": {"type": "object", "properties": {"@angular/core": {"type": "string"}, "@angular/common": {"type": "string"}, "rollup": {"type": "string"}}, "required": ["@angular/core", "@angular/common", "rollup"]}, "devDependencies": {"type": "object", "properties": {"rimraf": {"type": "string"}, "rollup-plugin-node-resolve": {"type": "string"}, "rollup-plugin-typescript": {"type": "string"}, "rollup-plugin-typescript2": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["rimraf", "rollup-plugin-node-resolve", "rollup-plugin-typescript", "rollup-plugin-typescript2", "typescript"]}}, "required": ["name", "version", "main", "license", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1973, 6], [1974, 16], [1975, 14], [1976, 24], [1977, 22], [1978, 42], [1979, 34], [1980, 43], [1981, 47], [1982, 41], [1983, 59], [1984, 46], [1985, 55], [1986, 65], [1987, 72], [1988, 107], [1989, 104], [1990, 137], [1991, 106], [1992, 101], [1993, 97], [1994, 139], [1995, 103], [1996, 103], [1997, 78], [1998, 72], [1999, 57], [2000, 50], [2001, 40], [2002, 47], [2003, 31], [2004, 32], [2005, 18], [2006, 15], [2007, 14], [2008, 11], [2009, 16], [2010, 19], [2011, 12], [2012, 8], [2013, 6]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"graph.es5.js": {"type": "string"}, "graph.es5.umd.bundle.js": {"type": "string"}, "graph.es5.umd.bundle.min.js": {"type": "string"}, "graph.es5.umd.js": {"type": "string"}, "graph.es5.umd.min.js": {"type": "string"}, "graph.js": {"type": "string"}}, "required": ["graph.es5.js", "graph.es5.umd.bundle.js", "graph.es5.umd.bundle.min.js", "graph.es5.umd.js", "graph.es5.umd.min.js", "graph.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"graph.es5.js" : "sha256-j70UOeEtNP+19DPYnfMsx5tWwtgXxREGXImMBYbioos=", "graph.es5.umd.bundle.js" : "sha256-JtU0+ZvWhy/Ixbj2P5pj8wwEkNPk1YPQzJu22vy/bdY=", "graph.es5.umd.bundle.min.js" : "sha256-LCXqhFfZJdu2hnDJinjJrBdH1EcmPYn8DPzu2dCyHdE=", "graph.es5.umd.js" : "sha256-a0i9oiZCDJn0h4WpKQrswzq505YiEc3KlDV9slYLDFg=", "graph.es5.umd.min.js" : "sha256-dmSoYVUKn1zUSXpP2Fgq8OPE5SzAM0zt4+MdJmkb6/8=", "graph.js" : "sha256-zNgW4YpKFKa3H4VXQmhafGihciLAM1BVW3MF2ZpiLSw="} | json_instruct | {"type": "object", "properties": {"graph.es5.js": {"type": "string"}, "graph.es5.umd.bundle.js": {"type": "string"}, "graph.es5.umd.bundle.min.js": {"type": "string"}, "graph.es5.umd.js": {"type": "string"}, "graph.es5.umd.min.js": {"type": "string"}, "graph.js": {"type": "string"}}, "required": ["graph.es5.js", "graph.es5.umd.bundle.js", "graph.es5.umd.bundle.min.js", "graph.es5.umd.js", "graph.es5.umd.min.js", "graph.js"], "$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"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "decimal.js": {"type": "string"}, "express": {"type": "string"}, "request-promise": {"type": "string"}, "synthetix": {"type": "string"}}, "required": ["body-parser", "decimal.js", "express", "request-promise", "synthetix"]}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["chai", "mocha"]}}, "required": ["name", "version", "main", "repository", "author", "license", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "synth-index-coingecko-adapter", "version" : "1.0.0", "main" : "index.js", "repository" : "https://github.com/smartcontractkit/synth-index-coingecko-adapter.git", "author" : "Jonas Hals <jonas@smartcontract.com>", "license" : "MIT", "scripts" : {"test" : "./node_modules/.bin/_mocha --timeout 0"}, "dependencies" : {"body-parser" : "^1.19.0", "decimal.js" : "^10.2.0", "express" : "^4.17.1", "request-promise" : "^4.2.5", "synthetix" : "^2.21.8-release-candidate"}, "devDependencies" : {"chai" : "^4.2.0", "mocha" : "^7.1.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "decimal.js": {"type": "string"}, "express": {"type": "string"}, "request-promise": {"type": "string"}, "synthetix": {"type": "string"}}, "required": ["body-parser", "decimal.js", "express", "request-promise", "synthetix"]}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["chai", "mocha"]}}, "required": ["name", "version", "main", "repository", "author", "license", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "refinedstorage:block/crafting_monitor/green"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$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"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {"eos": {"type": "string"}}, "required": ["eos"]}, "hashing_algorithm": {"type": "null"}, "categories": {"type": "array", "items": {}}, "description": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country_origin": {"type": "string"}, "genesis_date": {"type": "null"}, "url": {"type": "string"}, "explorers": {"type": "array", "items": {"type": "string"}}, "twitter": {"type": "string"}, "facebook": {"type": "string"}, "telegram": {"type": "string"}, "github_org": {"type": "string"}}, "required": ["id", "symbol", "name", "platforms", "hashing_algorithm", "categories", "description", "country_origin", "genesis_date", "url", "explorers", "twitter", "facebook", "telegram", "github_org"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "publish", "symbol" : "news", "name" : "PUBLISH", "platforms" : {"eos" : ""}, "hashing_algorithm" : null, "categories" : [], "description" : {"en" : "The core problem of today\u2019s news business lies in fragmented readership and falling advertising revenue.\r\n\r\nWhile fake news and unverified voice is undermining democracy, it is also hurting the reputation of the press. To make matters worse, media corporatization is enforcing journalistic conformity, and it has become increasingly difficult for newspaper businesses to survive, let alone remain relevant."}, "country_origin" : "", "genesis_date" : null, "url" : "https://publishprotocol.io/", "explorers" : ["https://bloks.io/tokens/NEWS-eos-publishtoken"], "twitter" : "PUBLISH_Inc", "facebook" : "PUBLISHprotocol", "telegram" : "PUBLISH_official_en", "github_org" : "publishprotocol"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {"eos": {"type": "string"}}, "required": ["eos"]}, "hashing_algorithm": {"type": "null"}, "categories": {"type": "array", "items": {}}, "description": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country_origin": {"type": "string"}, "genesis_date": {"type": "null"}, "url": {"type": "string"}, "explorers": {"type": "array", "items": {"type": "string"}}, "twitter": {"type": "string"}, "facebook": {"type": "string"}, "telegram": {"type": "string"}, "github_org": {"type": "string"}}, "required": ["id", "symbol", "name", "platforms", "hashing_algorithm", "categories", "description", "country_origin", "genesis_date", "url", "explorers", "twitter", "facebook", "telegram", "github_org"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"ParameterKey": {"type": "string"}, "ParameterValue": {"type": "string"}}, "required": ["ParameterKey", "ParameterValue"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"ParameterKey" : "BucketName", "ParameterValue" : "example-bucket"}, {"ParameterKey" : "Owner", "ParameterValue" : "steve@example.com"}, {"ParameterKey" : "RoleName", "ParameterValue" : "sample-role"}, {"ParameterKey" : "TableName", "ParameterValue" : "example-table"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"ParameterKey": {"type": "string"}, "ParameterValue": {"type": "string"}}, "required": ["ParameterKey", "ParameterValue"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"wmo": {"type": "string"}}, "required": ["wmo"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "95907", "name" : {"en" : "Khancoban"}, "country" : "AU", "region" : "NSW", "identifiers" : {"wmo" : "95907"}, "location" : {"latitude" : -36.2167, "longitude" : 148.1333, "elevation" : 337}, "timezone" : "Australia/Sydney"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"wmo": {"type": "string"}}, "required": ["wmo"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"keV": {"type": "array", "items": {"type": "number"}}, "intensity": {"type": "array", "items": {"type": "number"}}, "halfLife": {"type": "array", "items": {"type": "string"}}}, "required": ["keV", "intensity", "halfLife"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"keV" : [6.27, 43.744, 44.482, 50.228, 50.384, 51.698, 58.0, 79.4, 137.5, 210.8, 226.0, 290.2, 305.5, 348.1, 363.5], "intensity" : [19.2, 26.7, 47.6, 4.89, 9.5, 3.15, 2.27, 0.00046, 0.00011, 4e-05, 3.6e-06, 0.00014, 1.08e-06, 0.00095, 5.5e-05], "halfLife" : ["144.4 d"]} | json_instruct | {"type": "object", "properties": {"keV": {"type": "array", "items": {"type": "number"}}, "intensity": {"type": "array", "items": {"type": "number"}}, "halfLife": {"type": "array", "items": {"type": "string"}}}, "required": ["keV", "intensity", "halfLife"], "$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"}, "short": {"type": "string"}, "description": {"type": "string"}, "end_user_data_statement": {"type": "string"}, "install_msg": {"type": "string"}, "author": {"type": "array", "items": {"type": "string"}}, "required_cogs": {"type": "object", "properties": {}, "required": []}, "requirements": {"type": "array", "items": {}}, "tags": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}}, "required": ["name", "short", "description", "end_user_data_statement", "install_msg", "author", "required_cogs", "requirements", "tags", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "JoinPing", "short" : "Ping members on join in specific channels.", "description" : "Ghost ping users in channels to alert them when they join.", "end_user_data_statement" : "This cog does not store any end user data.", "install_msg" : "Thanks for installing JoinPing. Load the cog with `[p]load joinping` and see all its commands with `[p]help JoinPing`", "author" : ["crayyy_zee"], "required_cogs" : {}, "requirements" : [], "tags" : ["joinping", "member join", "join", "welcome", "mentions"], "type" : "COG"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "short": {"type": "string"}, "description": {"type": "string"}, "end_user_data_statement": {"type": "string"}, "install_msg": {"type": "string"}, "author": {"type": "array", "items": {"type": "string"}}, "required_cogs": {"type": "object", "properties": {}, "required": []}, "requirements": {"type": "array", "items": {}}, "tags": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}}, "required": ["name", "short", "description", "end_user_data_statement", "install_msg", "author", "required_cogs", "requirements", "tags", "type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "official_id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "school_type_entity": {"type": "string"}, "fax": {"type": "string"}, "state": {"type": "string"}, "phone": {"type": "string"}, "full_time_school": {"type": "boolean"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "official_id", "address", "school_type", "school_type_entity", "fax", "state", "phone", "full_time_school", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Mittelpunktschule Goldener Grund", "id" : "HE-3907-2", "official_id" : "3907", "address" : "Goethestra\u00dfe 10, 65618 Selters (Taunus)", "school_type" : "Realschule", "school_type_entity" : "Realschule", "fax" : "06483/915135", "state" : "HE", "phone" : "06483/7923", "full_time_school" : false, "lon" : 8.240662, "lat" : 50.339502} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "official_id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "school_type_entity": {"type": "string"}, "fax": {"type": "string"}, "state": {"type": "string"}, "phone": {"type": "string"}, "full_time_school": {"type": "boolean"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "official_id", "address", "school_type", "school_type_entity", "fax", "state", "phone", "full_time_school", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"user": {"type": "string"}, "repos": {"type": "integer"}, "login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "url": {"type": "string"}, "html_url": {"type": "string"}, "followers_url": {"type": "string"}, "following_url": {"type": "string"}, "gists_url": {"type": "string"}, "starred_url": {"type": "string"}, "subscriptions_url": {"type": "string"}, "organizations_url": {"type": "string"}, "repos_url": {"type": "string"}, "events_url": {"type": "string"}, "received_events_url": {"type": "string"}, "type": {"type": "string"}, "site_admin": {"type": "boolean"}, "name": {"type": "null"}, "company": {"type": "null"}, "blog": {"type": "null"}, "location": {"type": "null"}, "email": {"type": "null"}, "hireable": {"type": "null"}, "bio": {"type": "null"}, "public_repos": {"type": "integer"}, "public_gists": {"type": "integer"}, "followers": {"type": "integer"}, "following": {"type": "integer"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["user", "repos", "login", "id", "avatar_url", "url", "html_url", "followers_url", "following_url", "gists_url", "starred_url", "subscriptions_url", "organizations_url", "repos_url", "events_url", "received_events_url", "type", "site_admin", "name", "company", "blog", "location", "email", "hireable", "bio", "public_repos", "public_gists", "followers", "following", "created_at", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"user" : "Laberbear", "repos" : 1, "login" : "Laberbear", "id" : 10895804, "avatar_url" : "https://avatars0.githubusercontent.com/u/10895804?v=3", "url" : "https://api.github.com/users/Laberbear", "html_url" : "https://github.com/Laberbear", "followers_url" : "https://api.github.com/users/Laberbear/followers", "following_url" : "https://api.github.com/users/Laberbear/following{/other_user}", "gists_url" : "https://api.github.com/users/Laberbear/gists{/gist_id}", "starred_url" : "https://api.github.com/users/Laberbear/starred{/owner}{/repo}", "subscriptions_url" : "https://api.github.com/users/Laberbear/subscriptions", "organizations_url" : "https://api.github.com/users/Laberbear/orgs", "repos_url" : "https://api.github.com/users/Laberbear/repos", "events_url" : "https://api.github.com/users/Laberbear/events{/privacy}", "received_events_url" : "https://api.github.com/users/Laberbear/received_events", "type" : "User", "site_admin" : false, "name" : null, "company" : null, "blog" : null, "location" : null, "email" : null, "hireable" : null, "bio" : null, "public_repos" : 3, "public_gists" : 0, "followers" : 2, "following" : 2, "created_at" : "2015-02-07T11:49:36Z", "updated_at" : "2017-01-09T12:43:45Z"} | json_instruct | {"type": "object", "properties": {"user": {"type": "string"}, "repos": {"type": "integer"}, "login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "url": {"type": "string"}, "html_url": {"type": "string"}, "followers_url": {"type": "string"}, "following_url": {"type": "string"}, "gists_url": {"type": "string"}, "starred_url": {"type": "string"}, "subscriptions_url": {"type": "string"}, "organizations_url": {"type": "string"}, "repos_url": {"type": "string"}, "events_url": {"type": "string"}, "received_events_url": {"type": "string"}, "type": {"type": "string"}, "site_admin": {"type": "boolean"}, "name": {"type": "null"}, "company": {"type": "null"}, "blog": {"type": "null"}, "location": {"type": "null"}, "email": {"type": "null"}, "hireable": {"type": "null"}, "bio": {"type": "null"}, "public_repos": {"type": "integer"}, "public_gists": {"type": "integer"}, "followers": {"type": "integer"}, "following": {"type": "integer"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["user", "repos", "login", "id", "avatar_url", "url", "html_url", "followers_url", "following_url", "gists_url", "starred_url", "subscriptions_url", "organizations_url", "repos_url", "events_url", "received_events_url", "type", "site_admin", "name", "company", "blog", "location", "email", "hireable", "bio", "public_repos", "public_gists", "followers", "following", "created_at", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}, "s": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e", "s"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"t" : "hopedhan", "h" : [{"d" : [{"f" : "\u5c31\u628a\u67d0\u7269\u7a4d\u7d2f\u3001\u7a4d\u84c4\u8d77\u4f86\u3002", "e" : ["\ufff9`Awaay~ `ko~ `maan~ `aca~ `nangra~ `o~ `na~ `hoped~`han~ `ko~ `saka~ `ira~.\ufffa\ufffb\u4ed6\u5011\u5176\u5be6\u6c92\u6709\u8ca1\u5bcc\u662f\u7d93\u7a4d\u84c4\u624d\u6709\u7684\u3002"], "s" : ["`soped~`han~"]}]}], "stem" : "hoped"} | json_instruct | {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}, "s": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e", "s"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "string"}, "town": {"type": "string"}, "longitude": {"type": "number"}, "latitude": {"type": "number"}, "status": {"type": "integer"}}, "required": ["stationId", "stationGroupId", "name", "lineId", "zipCode", "pref", "city", "town", "longitude", "latitude", "status"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"stationId" : 9932809, "stationGroupId" : 9932809, "name" : "\u5927\u80e1", "lineId" : 99328, "zipCode" : "371-0232", "pref" : "\u7fa4\u99ac\u770c", "city" : "\u524d\u6a4b\u5e02", "town" : "\u8302\u6728\u753a", "longitude" : 139.156263, "latitude" : 36.412673, "status" : 0} | json_instruct | {"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "string"}, "town": {"type": "string"}, "longitude": {"type": "number"}, "latitude": {"type": "number"}, "status": {"type": "integer"}}, "required": ["stationId", "stationGroupId", "name", "lineId", "zipCode", "pref", "city", "town", "longitude", "latitude", "status"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"body": {"type": "string"}, "requestContext": {"type": "object", "properties": {"identity": {"type": "object", "properties": {"cognitoIdentityId": {"type": "string"}}, "required": ["cognitoIdentityId"]}}, "required": ["identity"]}}, "required": ["body", "requestContext"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"body" : "{\"header\":\"Second test\",\"details\":\"Normal testing stuff\",\"startDate\":\"friday at 5\", \"attachments\":[\"attachment1.jpg\",\"attachment2.jpg\"], \"collaborators\":[\"brett\",\"john\"] }", "requestContext" : {"identity" : {"cognitoIdentityId" : "USER-SUB-1234"}}} | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "requestContext": {"type": "object", "properties": {"identity": {"type": "object", "properties": {"cognitoIdentityId": {"type": "string"}}, "required": ["cognitoIdentityId"]}}, "required": ["identity"]}}, "required": ["body", "requestContext"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"endpointDirectory": {"type": "string"}}, "required": ["endpointDirectory"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"endpointDirectory" : "/dbf/test/postOfMultipartForMultipart/"} | json_instruct | {"type": "object", "properties": {"endpointDirectory": {"type": "string"}}, "required": ["endpointDirectory"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"country": {"type": "string"}, "github": {"type": "string"}, "home": {"type": "string"}, "name": {"type": "string"}, "twitter": {"type": "string"}}, "required": ["country", "github", "home", "name", "twitter"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"country" : "Mexicali, Mexico", "github" : "jmolivas", "home" : "http://jmolivas.com/", "name" : "Jesus Manuel Olivas", "twitter" : "jmolivas"} | json_instruct | {"type": "object", "properties": {"country": {"type": "string"}, "github": {"type": "string"}, "home": {"type": "string"}, "name": {"type": "string"}, "twitter": {"type": "string"}}, "required": ["country", "github", "home", "name", "twitter"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"addr:city": {"type": "string"}, "addr:country": {"type": "string"}, "addr:postcode": {"type": "string"}, "addr:street": {"type": "string"}, "contact:email": {"type": "string"}, "contact:fax": {"type": "string"}, "contact:phone": {"type": "string"}, "contact:website": {"type": "string"}, "name": {"type": "string"}, "opening_hours": {"type": "string"}, "organic": {"type": "string"}, "shop": {"type": "string"}, "wheelchair": {"type": "string"}, "id": {"type": "string"}}, "required": ["addr:city", "addr:country", "addr:postcode", "addr:street", "contact:email", "contact:fax", "contact:phone", "contact:website", "name", "opening_hours", "organic", "shop", "wheelchair", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "id" : "node/1112394269", "properties" : {"addr:city" : "Ehningen", "addr:country" : "DE", "addr:postcode" : "71139", "addr:street" : "Hintere Burgwiesen", "contact:email" : "einkaufen@burghof-tafel.de", "contact:fax" : "+49 7034 31777", "contact:phone" : "+49 7034 5379", "contact:website" : "http://www.burghof-tafel.de/", "name" : "Burghof Tafel", "opening_hours" : "Mo 09:00-13:00; Tu,Fr 09:00-12:30,15:00-18:30; We,Th,Sa 09:00-12:30; PH off", "organic" : "yes", "shop" : "farm", "wheelchair" : "no", "id" : "node/1112394269"}, "geometry" : {"type" : "Point", "coordinates" : [8.940229, 48.6559406]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"addr:city": {"type": "string"}, "addr:country": {"type": "string"}, "addr:postcode": {"type": "string"}, "addr:street": {"type": "string"}, "contact:email": {"type": "string"}, "contact:fax": {"type": "string"}, "contact:phone": {"type": "string"}, "contact:website": {"type": "string"}, "name": {"type": "string"}, "opening_hours": {"type": "string"}, "organic": {"type": "string"}, "shop": {"type": "string"}, "wheelchair": {"type": "string"}, "id": {"type": "string"}}, "required": ["addr:city", "addr:country", "addr:postcode", "addr:street", "contact:email", "contact:fax", "contact:phone", "contact:website", "name", "opening_hours", "organic", "shop", "wheelchair", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nom" : "Corlier", "dpt" : "Ain", "inscrits" : 90, "abs" : 22, "votants" : 68, "blancs" : 10, "nuls" : 2, "exp" : 56, "res" : [{"panneau" : "1", "voix" : 33}, {"panneau" : "2", "voix" : 23}]} | 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#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"legacy_addon_id": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "version_id": {"type": "integer"}, "version_string": {"type": "string"}, "dev": {"type": "string"}, "dev_url": {"type": "string"}, "faq_url": {"type": "string"}, "support_url": {"type": "string"}, "extra_urls": {"type": "array", "items": {}}, "require": {"type": "array", "items": {}}, "icon": {"type": "string"}}, "required": ["legacy_addon_id", "title", "description", "version_id", "version_string", "dev", "dev_url", "faq_url", "support_url", "extra_urls", "require", "icon"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"legacy_addon_id" : "", "title" : "[tl] Most Reacted Profile Tab", "description" : "Show most reacted threads, posts in user profile tab", "version_id" : 1000100, "version_string" : "1.0.1", "dev" : "Truonglv", "dev_url" : "https://nobita.me", "faq_url" : "https://nobita.me", "support_url" : "https://nobita.me", "extra_urls" : [], "require" : [], "icon" : ""} | json_instruct | {"type": "object", "properties": {"legacy_addon_id": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "version_id": {"type": "integer"}, "version_string": {"type": "string"}, "dev": {"type": "string"}, "dev_url": {"type": "string"}, "faq_url": {"type": "string"}, "support_url": {"type": "string"}, "extra_urls": {"type": "array", "items": {}}, "require": {"type": "array", "items": {}}, "icon": {"type": "string"}}, "required": ["legacy_addon_id", "title", "description", "version_id", "version_string", "dev", "dev_url", "faq_url", "support_url", "extra_urls", "require", "icon"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "concurrently": {"type": "string"}, "nodemon": {"type": "string"}, "prettier": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/node", "concurrently", "nodemon", "prettier", "typescript"]}, "scripts": {"type": "object", "properties": {"dev:tsc": {"type": "string"}, "dev:nodemon": {"type": "string"}, "dev": {"type": "string"}, "start": {"type": "string"}, "build": {"type": "string"}, "build:start": {"type": "string"}, "prettier": {"type": "string"}}, "required": ["dev:tsc", "dev:nodemon", "dev", "start", "build", "build:start", "prettier"]}}, "required": ["devDependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"devDependencies" : {"@types/node" : "^16.11.12", "concurrently" : "^6.4.0", "nodemon" : "^2.0.15", "prettier" : "^2.5.1", "typescript" : "^4.5.4"}, "scripts" : {"dev:tsc" : "tsc -w", "dev:nodemon" : "nodemon dist/BarrierTs", "dev" : "concurrently -r -k -i npm:dev:*", "start" : "node dist/BarrierTs", "build" : "tsc", "build:start" : "tsc && node dist/BarrierTs", "prettier" : "prettier src --config .prettierrc --write"}} | json_instruct | {"type": "object", "properties": {"devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "concurrently": {"type": "string"}, "nodemon": {"type": "string"}, "prettier": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/node", "concurrently", "nodemon", "prettier", "typescript"]}, "scripts": {"type": "object", "properties": {"dev:tsc": {"type": "string"}, "dev:nodemon": {"type": "string"}, "dev": {"type": "string"}, "start": {"type": "string"}, "build": {"type": "string"}, "build:start": {"type": "string"}, "prettier": {"type": "string"}}, "required": ["dev:tsc", "dev:nodemon", "dev", "start", "build", "build:start", "prettier"]}}, "required": ["devDependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "odontoplast", "definition" : "An odontoblast."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"objects/actionfigure/capricoat/capricoatAF.object": {"type": "array", "items": {"type": "string"}}}, "required": ["objects/actionfigure/capricoat/capricoatAF.object"]}, "Texts": {"type": "object", "properties": {"Eng": {"type": "string"}, "Rus": {"type": "string"}}, "required": ["Eng", "Rus"]}}, "required": ["DeniedAlternatives", "Files", "Texts"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"DeniedAlternatives" : [], "Files" : {"objects/actionfigure/capricoat/capricoatAF.object" : ["/shortdescription"]}, "Texts" : {"Eng" : "Capricoat Figurine", "Rus" : "\u0424\u0438\u0433\u0443\u0440\u043a\u0430 \u041a\u043e\u0437\u043b\u043e\u0448\u043a\u0443\u0440\u0430"}}, {"DeniedAlternatives" : [], "Files" : {"objects/actionfigure/capricoat/capricoatAF.object" : ["/description"]}, "Texts" : {"Eng" : "The label reads, \"Its thick coat keeps it warm in the coldest climates.\"", "Rus" : "\u0422\u0430\u0431\u043b\u0438\u0447\u043a\u0430 \u0433\u043b\u0430\u0441\u0438\u0442: \"\u0422\u043e\u043b\u0441\u0442\u0430\u044f \u0448\u043a\u0443\u0440\u0430 \u0441\u043e\u0433\u0440\u0435\u0432\u0430\u0435\u0442 \u0435\u0433\u043e \u0432 \u0441\u0430\u043c\u044b\u0435 \u043b\u044e\u0442\u044b\u0435 \u043c\u043e\u0440\u043e\u0437\u044b.\""}}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"objects/actionfigure/capricoat/capricoatAF.object": {"type": "array", "items": {"type": "string"}}}, "required": ["objects/actionfigure/capricoat/capricoatAF.object"]}, "Texts": {"type": "object", "properties": {"Eng": {"type": "string"}, "Rus": {"type": "string"}}, "required": ["Eng", "Rus"]}}, "required": ["DeniedAlternatives", "Files", "Texts"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"prepublish": {"type": "string"}, "test": {"type": "string"}}, "required": ["prepublish", "test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"babel": {"type": "string"}, "expect": {"type": "string"}, "mocha": {"type": "string"}, "redux": {"type": "string"}, "redux-thunk": {"type": "string"}, "rimraf": {"type": "string"}, "sinon": {"type": "string"}}, "required": ["babel", "expect", "mocha", "redux", "redux-thunk", "rimraf", "sinon"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "redux-mock-store", "version" : "1.0.2", "description" : "", "main" : "lib/index.js", "scripts" : {"prepublish" : "rimraf lib && babel src --out-dir lib", "test" : "mocha --compilers js:babel/register --reporter spec test/*.js"}, "repository" : {"type" : "git", "url" : "git+https://github.com/arnaudbenard/redux-mock-store.git"}, "author" : "Arnaud Benard <arnaudm.benard@gmail.com>", "license" : "MIT", "bugs" : {"url" : "https://github.com/arnaudbenard/redux-mock-store/issues"}, "homepage" : "https://github.com/arnaudbenard/redux-mock-store#readme", "devDependencies" : {"babel" : "^5.8.29", "expect" : "^1.12.2", "mocha" : "^2.3.3", "redux" : "^3.0.4", "redux-thunk" : "^2.0.1", "rimraf" : "^2.4.3", "sinon" : "^1.17.2"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"prepublish": {"type": "string"}, "test": {"type": "string"}}, "required": ["prepublish", "test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"babel": {"type": "string"}, "expect": {"type": "string"}, "mocha": {"type": "string"}, "redux": {"type": "string"}, "redux-thunk": {"type": "string"}, "rimraf": {"type": "string"}, "sinon": {"type": "string"}}, "required": ["babel", "expect", "mocha", "redux", "redux-thunk", "rimraf", "sinon"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"code": {"type": "string"}, "messages": {"type": "string"}, "value": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "id_kecamatan": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "id_kecamatan", "name"]}}}, "required": ["code", "messages", "value"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"code" : "200", "messages" : "Successfully received data", "value" : [{"id" : "6211032001", "id_kecamatan" : "621103", "name" : "Tanjung Sangalang"}, {"id" : "6211032002", "id_kecamatan" : "621103", "name" : "Penda Barania"}, {"id" : "6211032003", "id_kecamatan" : "621103", "name" : "Bukit Rawi"}, {"id" : "6211032004", "id_kecamatan" : "621103", "name" : "Tuwung"}, {"id" : "6211032005", "id_kecamatan" : "621103", "name" : "Sigi"}, {"id" : "6211032006", "id_kecamatan" : "621103", "name" : "Petuk Liti"}, {"id" : "6211032007", "id_kecamatan" : "621103", "name" : "Bukit Liti"}, {"id" : "6211032008", "id_kecamatan" : "621103", "name" : "Bahu Palawa"}, {"id" : "6211032009", "id_kecamatan" : "621103", "name" : "Pamarunan"}, {"id" : "6211032010", "id_kecamatan" : "621103", "name" : "Balukon"}, {"id" : "6211032011", "id_kecamatan" : "621103", "name" : "Bukit Bamba"}, {"id" : "6211032012", "id_kecamatan" : "621103", "name" : "Tahawa"}, {"id" : "6211032013", "id_kecamatan" : "621103", "name" : "Parahangan"}, {"id" : "6211032014", "id_kecamatan" : "621103", "name" : "Bereng Rambang"}]} | json_instruct | {"type": "object", "properties": {"code": {"type": "string"}, "messages": {"type": "string"}, "value": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "id_kecamatan": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "id_kecamatan", "name"]}}}, "required": ["code", "messages", "value"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"title": {"type": "array", "items": {"type": "string"}}, "Origin": {"type": "array", "items": {"type": "string"}}, "Genres": {"type": "array", "items": {"type": "string"}}, "Years active": {"type": "array", "items": {"type": "string"}}, "Labels": {"type": "array", "items": {"type": "string"}}, "Associated acts": {"type": "array", "items": {"type": "string"}}, "Website": {"type": "array", "items": {"type": "string"}}}, "required": ["title", "Origin", "Genres", "Years active", "Labels", "Associated acts", "Website"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : ["Boston"], "Origin" : ["Boston, Massachusetts, U.S."], "Genres" : ["Hard rock", "progressive rock"], "Years active" : ["1976-present"], "Labels" : ["Epic", "MCA", "Artemis", "Frontiers"], "Associated acts" : ["Cosmo", "Orion the Hunter", "RTZ", "Stryper"], "Website" : ["bandboston .com"]} | json_instruct | {"type": "object", "properties": {"title": {"type": "array", "items": {"type": "string"}}, "Origin": {"type": "array", "items": {"type": "string"}}, "Genres": {"type": "array", "items": {"type": "string"}}, "Years active": {"type": "array", "items": {"type": "string"}}, "Labels": {"type": "array", "items": {"type": "string"}}, "Associated acts": {"type": "array", "items": {"type": "string"}}, "Website": {"type": "array", "items": {"type": "string"}}}, "required": ["title", "Origin", "Genres", "Years active", "Labels", "Associated acts", "Website"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"static/development/pages/experiences.js": {"type": "boolean"}}, "required": ["static/development/pages/experiences.js"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : "7c3364f115bc5e8ce1f0", "c" : {"static/development/pages/experiences.js" : true}} | json_instruct | {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"static/development/pages/experiences.js": {"type": "boolean"}}, "required": ["static/development/pages/experiences.js"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": "string"}, "isbn-13": {"type": "string"}, "pages": {"type": "string"}, "publication date": {"type": "string"}, "publisher": {"type": "string"}, "size": {"type": "string"}}, "required": ["authors", "format", "isbn-10", "isbn-13", "pages", "publication date", "publisher", "size"]}, "img": {"type": "string"}, "link": {"type": "string"}, "title": {"type": "string"}}, "required": ["categories", "desc", "details", "img", "link", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"categories" : ["Manual", "Programming"], "desc" : " ", "details" : {"authors" : "Adam D. Ruppe", "format" : "pdf", "isbn-10" : "1783287217", "isbn-13" : "978-1783287215", "pages" : "362 pages", "publication date" : "May 26, 2014", "publisher" : "Packt Publishing - ebooks Account", "size" : "1.98Mb"}, "img" : "http://23.95.221.108/covers/cb/cb72f5fe9f81639ea5c022ccf53fd1cc.jpg", "link" : "https://rapidhosting.info/files/ehc", "title" : "D Cookbook"} | json_instruct | {"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": "string"}, "isbn-13": {"type": "string"}, "pages": {"type": "string"}, "publication date": {"type": "string"}, "publisher": {"type": "string"}, "size": {"type": "string"}}, "required": ["authors", "format", "isbn-10", "isbn-13", "pages", "publication date", "publisher", "size"]}, "img": {"type": "string"}, "link": {"type": "string"}, "title": {"type": "string"}}, "required": ["categories", "desc", "details", "img", "link", "title"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"text" : " Alternative Number Systems | Different bases and Mayan Numerals\n\nalternative number systems\\n[imath] \\begin{aligned} 4102_{5} &=527 \\\\ 142_{7} &=79 \\\\ 100111_{2} &=39 \\end{aligned} [/imath]\n\n\n", "url" : "https://www.youtube.com/watch?v=YHaDKtvoBoI"} | json_instruct | {"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "tittle-tattling", "definition" : "The act or habit of parting idly or gossiping."} | 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": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1947, 5], [1953, 9], [1954, 10], [1955, 6], [1957, 8], [1958, 5], [1959, 5], [1960, 8], [1961, 9], [1962, 7], [1963, 5], [1964, 9], [1965, 9], [1967, 5], [1976, 7]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$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"}, "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" : "Sucodan, Kolambugan, Lanao del Norte, Northern Mindanao (Region X), PH", "locale" : "ph.northern-mindanao-region-x.lanao-del-norte.kolambugan.sucodan", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "14", "region_reference" : "10", "region_name" : "Northern Mindanao (Region X)", "province_id" : "41", "province_reference" : "41", "province_name" : "Lanao del Norte", "city_id" : "619", "city_reference" : "797", "city_name" : "Kolambugan", "barangay_id" : "17429", "barangay_reference" : "19947", "barangay_name" : "Sucodan"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[123.901848, 8.08602], [123.902367, 8.08422], [123.902489, 8.08408], [123.902946, 8.08182], [123.903412, 8.08055], [123.904037, 8.07931], [123.904327, 8.07786], [123.904251, 8.07691], [123.904083, 8.07626], [123.903671, 8.07552], [123.885551, 8.07499], [123.886368, 8.07665], [123.886848, 8.07813], [123.887062, 8.07847], [123.887527, 8.07967], [123.887573, 8.08023], [123.888206, 8.08108], [123.888893, 8.08186], [123.888657, 8.08306], [123.888641, 8.08453], [123.889122, 8.08539], [123.889122, 8.08679], [123.888657, 8.08839], [123.888474, 8.09044], [123.888893, 8.09163], [123.888931, 8.09253], [123.887711, 8.09469], [123.887161, 8.09513], [123.886299, 8.09661], [123.885246, 8.09735], [123.883789, 8.09738], [123.882027, 8.09691], [123.881653, 8.09709], [123.881607, 8.09746], [123.88208, 8.09771], [123.883553, 8.09848], [123.8853, 8.09861], [123.886047, 8.09841], [123.888191, 8.09872], [123.889397, 8.09928], [123.8908, 8.09987], [123.892014, 8.09986], [123.89241, 8.09977], [123.893784, 8.0982], [123.893761, 8.0976], [123.893471, 8.09593], [123.894127, 8.09444], [123.895683, 8.09436], [123.896469, 8.095], [123.897171, 8.09528], [123.897537, 8.09492], [123.897926, 8.09249], [123.898987, 8.09001], [123.89962, 8.08886], [123.900108, 8.08764], [123.90078, 8.08675], [123.901848, 8.08602]]]]}} | 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#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"files.associations": {"type": "object", "properties": {"*.f90": {"type": "string"}, "__locale": {"type": "string"}, "ios": {"type": "string"}}, "required": ["*.f90", "__locale", "ios"]}}, "required": ["files.associations"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"files.associations" : {"*.f90" : "fortran-modern", "__locale" : "cpp", "ios" : "cpp"}} | json_instruct | {"type": "object", "properties": {"files.associations": {"type": "object", "properties": {"*.f90": {"type": "string"}, "__locale": {"type": "string"}, "ios": {"type": "string"}}, "required": ["*.f90", "__locale", "ios"]}}, "required": ["files.associations"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1972, 6], [1975, 5], [1979, 6], [1980, 6], [1981, 7], [1983, 6], [1985, 5], [1987, 5], [1988, 15], [1989, 5], [1990, 9], [1991, 8], [1992, 10], [1993, 10], [1994, 6], [1995, 10], [1996, 11], [1997, 9], [1999, 6], [2000, 5], [2001, 14], [2002, 14], [2003, 18], [2004, 7], [2005, 16], [2006, 13], [2007, 13], [2008, 18], [2009, 12], [2010, 6], [2011, 19], [2012, 10], [2013, 8], [2014, 23]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_date": {"type": "string"}, "topics": {"type": "array", "items": {"type": "string"}}, "program": {"type": "array", "items": {"type": "string"}}, "projects": {"type": "null"}, "working_groups": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "acknowledgement": {"type": "string"}}, "required": ["id", "citation_title", "citation_author", "citation_publication_date", "issue_date", "revision_date", "topics", "program", "projects", "working_groups", "abstract", "acknowledgement"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 22000, "citation_title" : "Sets of Models and Prices of Uncertainty", "citation_author" : ["Lars P. Hansen", "Thomas J. Sargent"], "citation_publication_date" : "2016-02-22", "issue_date" : "2016-02-19", "revision_date" : "None", "topics" : ["Econometrics", "Estimation Methods", "Macroeconomics", "Business Cycles"], "program" : ["Asset Pricing"], "projects" : null, "working_groups" : ["Risks of Financial Institutions"], "abstract" : "\n\nA decision maker constructs a convex set of nonnegative martingales to use as likelihood ratios that represent parametric alternatives to a baseline model and also non-parametric models statistically close to both the baseline model and the parametric alternatives. Max-min expected utility over that set gives rise to equilibrium prices of model uncertainty expressed as worst-case distortions to drifts in a representative investor's baseline model. We offer quantitative illustrations for baseline models of consumption dynamics that display long-run risk. We describe a set of parametric alternatives that generates countercyclical prices of uncertainty.\n\n", "acknowledgement" : "\nWe thank Julian Kozlowski, Lloyd Han, and Balint Szoke for thoughtful criticisms of earlier drafts. We thank Scott Lee, Botao Wu, and especially Lloyd Han and Paul Ho for carrying out the computations. Lloyd Han and Paul Ho played a central role in the construction of Appendices B, C and D. Hansen acknowledges support from the National Science Foundation, under grant 0951576 \\DMUU: Center for Robust Decision Making on Climate and Energy Policy\" and from the Policy Research Program of the MacArthur Foundation under the project \"The Price of Policy Uncertainty.\" The views expressed herein are those of the authors and do not necessarily reflect the views of the National Bureau of Economic Research.\n\n\n"} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_date": {"type": "string"}, "topics": {"type": "array", "items": {"type": "string"}}, "program": {"type": "array", "items": {"type": "string"}}, "projects": {"type": "null"}, "working_groups": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "acknowledgement": {"type": "string"}}, "required": ["id", "citation_title", "citation_author", "citation_publication_date", "issue_date", "revision_date", "topics", "program", "projects", "working_groups", "abstract", "acknowledgement"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "start": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "start", "test"]}, "devDependencies": {"type": "object", "properties": {"@types/jest": {"type": "string"}, "@types/node": {"type": "string"}, "jest": {"type": "string"}, "jest-playwright-preset": {"type": "string"}, "playwright-chromium": {"type": "string"}, "playwright-core": {"type": "string"}, "prettier": {"type": "string"}, "ts-jest": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/jest", "@types/node", "jest", "jest-playwright-preset", "playwright-chromium", "playwright-core", "prettier", "ts-jest", "typescript"]}}, "required": ["name", "version", "main", "types", "repository", "author", "license", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "expect-playwright", "version" : "0.8.0", "main" : "lib/index.js", "types" : "./global.d.ts", "repository" : "https://github.com/playwright-community/expect-playwright", "author" : "Max Schmitt <max@schmitt.mx>", "license" : "MIT", "scripts" : {"build" : "tsc", "start" : "tsc --watch", "test" : "jest --maxWorkers=4"}, "devDependencies" : {"@types/jest" : "^26.0.23", "@types/node" : "^15.12.2", "jest" : "^27.0.4", "jest-playwright-preset" : "^1.7.0", "playwright-chromium" : "^1.14.0", "playwright-core" : "^1.14.0", "prettier" : "^2.3.2", "ts-jest" : "^27.0.3", "typescript" : "^4.3.5"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "start": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "start", "test"]}, "devDependencies": {"type": "object", "properties": {"@types/jest": {"type": "string"}, "@types/node": {"type": "string"}, "jest": {"type": "string"}, "jest-playwright-preset": {"type": "string"}, "playwright-chromium": {"type": "string"}, "playwright-core": {"type": "string"}, "prettier": {"type": "string"}, "ts-jest": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/jest", "@types/node", "jest", "jest-playwright-preset", "playwright-chromium", "playwright-core", "prettier", "ts-jest", "typescript"]}}, "required": ["name", "version", "main", "types", "repository", "author", "license", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"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": {"type": "string"}}, "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-4cc7-pcqm-mp56", "modified" : "2022-05-02T06:18:31Z", "published" : "2022-05-02T06:18:31Z", "aliases" : ["CVE-2010-1051"], "details" : "Multiple SQL injection vulnerabilities in index.php in AudiStat 1.3 allow remote attackers to execute arbitrary SQL commands via the (1) year and (2) month parameters. NOTE: the provenance of this information is unknown; the details are obtained solely from third party information.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2010-1051"}, {"type" : "WEB", "url" : "http://secunia.com/advisories/38494"}], "database_specific" : {"cwe_ids" : ["CWE-89"], "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": {"type": "string"}}, "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#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1999, 10], [2000, 11], [2001, 16], [2002, 14], [2003, 8], [2004, 14], [2005, 6], [2006, 11], [2007, 7], [2008, 11], [2009, 8], [2010, 6], [2011, 8], [2013, 6]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"Paper_link": {"type": "string"}, "Title": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "Citations_Link": {"type": "string"}}, "required": ["Paper_link", "Title", "authors", "Citations_Link"]}}, "paper_link": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "publication": {"type": "string"}}, "required": ["citations", "paper_link", "authors", "title", "publication"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"citations" : [{"Paper_link" : "http://www.sciencedirect.com/science/article/pii/S1574930405800793", "Title" : "Intermetallic compounds of actinides", "authors" : ["V Sechovsky", "L Havela "], "Citations_Link" : "https://scholar.google.com/scholar?cites=8586662930744265984&as_sdt=2005&sciodt=0,5&hl=en&num=20"}], "paper_link" : "https://scholar.google.com/citations?view_op=view_citation&hl=en&user=Zs9227oAAAAJ&cstart=2059&pagesize=100&citation_for_view=Zs9227oAAAAJ:d3xjRt2Mi1YC", "authors" : ["EV Sampathkumaran", "R Vijayaraghavan", "P Sen", "CNR Rao"], "title" : "Ce CORE level X-ray photoelectron spectroscopy of CeX 2 Si 2 (X= Fe, Co, Ni and Cu)", "publication" : "Solid state communications 63 (4), 345-347, 1987"} | json_instruct | {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"Paper_link": {"type": "string"}, "Title": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "Citations_Link": {"type": "string"}}, "required": ["Paper_link", "Title", "authors", "Citations_Link"]}}, "paper_link": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "publication": {"type": "string"}}, "required": ["citations", "paper_link", "authors", "title", "publication"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 102031555, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "002d4c24b59b9c7ed2fe4ca5167bc53f", "wof:id" : 102031555, "wof:repo" : "whosonfirst-data-admin-jp"}, "bbox" : [139.9, 35.78333, 139.9, 35.78333], "geometry" : {"coordinates" : [139.9, 35.78333], "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#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "dependencies": {"type": "object", "properties": {"babel-preset-env": {"type": "string"}, "leaflet": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-leaflet": {"type": "string"}}, "required": ["babel-preset-env", "leaflet", "react", "react-dom", "react-leaflet"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"babel-cli": {"type": "string"}}, "required": ["babel-cli"]}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "babel": {"type": "object", "properties": {"presets": {"type": "array", "items": {"type": "string"}}}, "required": ["presets"]}}, "required": ["name", "version", "main", "files", "description", "keywords", "repository", "dependencies", "author", "license", "devDependencies", "scripts", "babel"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "react-leaflet-iiif", "version" : "0.1.9", "main" : "./lib/react-leaflet-iiif.js", "files" : ["src/react-leaflet-iiif.js", "lib/react-leaflet-iiif.js"], "description" : "React-Leaflet plugin to display IIIF resources", "keywords" : ["react", "leaflet", "plugin", "iiif"], "repository" : {"type" : "git", "url" : "https://github.com/epoz/react-leaflet-iiif"}, "dependencies" : {"babel-preset-env" : "^1.6.1", "leaflet" : "^1.2.0", "react" : "^16.0.0", "react-dom" : "^16.0.0", "react-leaflet" : "^1.7.8"}, "author" : "Etienne Posthumus", "license" : "MIT", "devDependencies" : {"babel-cli" : "^6.0.0"}, "scripts" : {"build" : "babel src -d lib"}, "babel" : {"presets" : ["env"]}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "dependencies": {"type": "object", "properties": {"babel-preset-env": {"type": "string"}, "leaflet": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-leaflet": {"type": "string"}}, "required": ["babel-preset-env", "leaflet", "react", "react-dom", "react-leaflet"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"babel-cli": {"type": "string"}}, "required": ["babel-cli"]}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "babel": {"type": "object", "properties": {"presets": {"type": "array", "items": {"type": "string"}}}, "required": ["presets"]}}, "required": ["name", "version", "main", "files", "description", "keywords", "repository", "dependencies", "author", "license", "devDependencies", "scripts", "babel"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "null"}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0xe75509810e09b04eef4ebd0b471bacf5530b162e", "tool" : "securify", "start" : 1563470200.1475706, "end" : 1563470203.4582844, "duration" : 3.310713768005371, "analysis" : null} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "null"}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"Mohammed Elsammak": {"type": "string"}}, "required": ["Mohammed Elsammak"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "source_files": {"type": "string"}, "exclude_files": {"type": "string"}, "resources": {"type": "string"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "platforms", "source", "source_files", "exclude_files", "resources"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "ModesoNavigationTabs", "version" : "1.0.0", "summary" : "Support ViewControllers transitions using tabs.", "description" : "Allow transition between dynamic number of ViewControllers using navigationtabs in the top.", "homepage" : "https://github.com/Modeso/ModesoNavigationTabs", "license" : {"type" : "MIT", "file" : "LICENSE"}, "authors" : {"Mohammed Elsammak" : "mohammed.elsammak@modeso.ch"}, "platforms" : {"ios" : "8.0"}, "source" : {"git" : "https://github.com/Modeso/ModesoNavigationTabs.git", "tag" : "1.0.0"}, "source_files" : "ModesoNavigationTabs/Sources/**/*", "exclude_files" : "Classes/Exclude", "resources" : "ModesoNavigationTabs/Sources/**/*"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"Mohammed Elsammak": {"type": "string"}}, "required": ["Mohammed Elsammak"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "source_files": {"type": "string"}, "exclude_files": {"type": "string"}, "resources": {"type": "string"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "platforms", "source", "source_files", "exclude_files", "resources"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"p": {"type": "number"}, "s": {"type": "integer"}, "c": {"type": "number"}}, "required": ["p", "s", "c"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"p" : 0.2841, "s" : 2, "c" : 1.8125}, {"p" : 0.1078, "s" : 2, "c" : 2.4}, {"p" : 0.1, "s" : 2, "c" : 1.8125}, {"p" : 0.2006, "s" : 6, "c" : 1.8125}, {"p" : 0.1, "s" : 6, "c" : 1.8125}, {"p" : 0.1166, "s" : 2, "c" : 2.625}, {"p" : 0.2592, "s" : 3, "c" : 1.8125}, {"p" : 0.2238, "s" : 6, "c" : 2.025}, {"p" : 0.3442, "s" : 3, "c" : 1.875}, {"p" : 0.1033, "s" : 6, "c" : 2.75}, {"p" : 0.2461, "s" : 2, "c" : 2.425}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"p": {"type": "number"}, "s": {"type": "integer"}, "c": {"type": "number"}}, "required": ["p", "s", "c"]}, "$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"}, "name": {"type": "string"}, "county": {"type": "string"}, "elevation": {"type": "integer"}, "location": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["id", "name", "county", "elevation", "location"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "1503234", "name" : "Bear Creek Trail", "county" : "Garfield", "elevation" : 1721, "location" : {"type" : "Point", "coordinates" : [-117.5543496, 46.15376]}} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "county": {"type": "string"}, "elevation": {"type": "integer"}, "location": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["id", "name", "county", "elevation", "location"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"wmo": {"type": "string"}}, "required": ["wmo"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "59845", "name" : {"en" : "Danxian"}, "country" : "CN", "region" : "HA", "identifiers" : {"wmo" : "59845"}, "location" : {"latitude" : 19.5167, "longitude" : 109.5833, "elevation" : 169}, "timezone" : "Asia/Chongqing"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"wmo": {"type": "string"}}, "required": ["wmo"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"login_001": {"type": "object", "properties": {"first": {"type": "string"}, "pn": {"type": "integer"}, "kd": {"type": "string"}}, "required": ["first", "pn", "kd"]}}, "required": ["login_001"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"login_001" : {"first" : "false", "pn" : 1, "kd" : "\u81ea\u52a8\u5316\u6d4b\u8bd5\u5de5\u7a0b\u5e08"}} | json_instruct | {"type": "object", "properties": {"login_001": {"type": "object", "properties": {"first": {"type": "string"}, "pn": {"type": "integer"}, "kd": {"type": "string"}}, "required": ["first", "pn", "kd"]}}, "required": ["login_001"], "$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"}, "keywords": {"type": "array", "items": {"type": "string"}}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "@types/ramda": {"type": "string"}, "ramda": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/node", "@types/ramda", "ramda", "typescript"]}}, "required": ["name", "keywords", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "wtfunction", "keywords" : ["ramda", "typescript"], "devDependencies" : {"@types/node" : "8.0.30", "@types/ramda" : "types/npm-ramda#v0.24.1-dist", "ramda" : "0.24.1", "typescript" : "2.5.2"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "@types/ramda": {"type": "string"}, "ramda": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/node", "@types/ramda", "ramda", "typescript"]}}, "required": ["name", "keywords", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 404359765, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "316a70ebb4a3e29f6d8893c9c1f2db53", "wof:id" : 404359765, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [1.70422695169172, 46.61326806417136, 1.79733332040899, 46.66246418528343], "geometry" : {"coordinates" : [[[1.79733332040899, 46.62512721961727], [1.77974164432052, 46.61862849678307], [1.77362830404223, 46.61326806417136], [1.76866277352566, 46.61382717593295], [1.75119495909935, 46.62045523237675], [1.73693014259932, 46.6195604430726], [1.73014937588072, 46.62449253547348], [1.72062394788487, 46.62379223094793], [1.71766842008448, 46.62995496111393], [1.71295535728214, 46.63080267980175], [1.70422695169172, 46.65257861257557], [1.71302744357023, 46.65206535923302], [1.73547544009984, 46.66246418528343], [1.78009071277102, 46.65551807737631], [1.78485274749328, 46.65428088265115], [1.78440765044155, 46.65079111359007], [1.79620036923953, 46.64088363566046], [1.79733332040899, 46.62512721961727]]], "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#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "integer"}, "link": {"type": "string"}, "created_at": {"type": "string"}, "downloads": {"type": "integer"}, "linkid": {"type": "string"}, "convert": {"type": "string"}, "achorname": {"type": "string"}, "subscribe": {"type": "string"}, "avatar-img": {"type": "string"}, "folderName": {"type": "string"}, "thumbUrl": {"type": "string"}}, "required": ["name", "size", "link", "created_at", "downloads", "linkid", "convert", "achorname", "subscribe", "avatar-img", "folderName", "thumbUrl"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "\u3010\u7537\u9b54\u5c0f\u5929\u3011\u5916\u56f4\u5c0f\u59d0\u59d0\u751c\u7f8e\u53ef\u7231\uff0c\u82d7\u6761\u9ed1\u4e1d\u53e3\u4ea4\u8fd1\u666f\u5c55\u793a\uff0c\u5e8a\u4e0a\u66b4\u64cd\u5a07\u5598\u4e0d\u65ad\u89c2\u8d4f\u4ef7\u503c\u9ad8", "size" : 151509983, "link" : "https://streamtape.com/e/ydAdqDXX94h1qOv", "created_at" : "2022\u5e7405\u670803\u65e5 03:28:03", "downloads" : 0, "linkid" : "ydAdqDXX94h1qOv", "convert" : "converted", "achorname" : "\u4e38\u5b50\u5466", "subscribe" : "0\u4f4d\u8ba2\u9605\u8005", "avatar-img" : "https://huyaimg.msstatic.com/avatar/1022/07/ec5fef7c7662720286fbbb12395390_180_135.jpg?1628178596?458763", "folderName" : "\u3010\u7537\u9b54\u5c0f\u5929\u3011\u5916\u56f4\u5c0f\u59d0\u59d0\u751c\u7f8e\u53ef\u7231\uff0c\u82d7\u6761\u9ed1\u4e1d\u53e3\u4ea4\u8fd1\u666f\u5c55\u793a\uff0c\u5e8a\u4e0a\u66b4\u64cd\u5a07\u5598\u4e0d\u65ad\u89c2\u8d4f\u4ef7\u503c\u9ad8", "thumbUrl" : "https://thumb.tapecontent.net/thumb/ydAdqDXX94h1qOv/We81Qx4AjwtbBza.jpg"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "integer"}, "link": {"type": "string"}, "created_at": {"type": "string"}, "downloads": {"type": "integer"}, "linkid": {"type": "string"}, "convert": {"type": "string"}, "achorname": {"type": "string"}, "subscribe": {"type": "string"}, "avatar-img": {"type": "string"}, "folderName": {"type": "string"}, "thumbUrl": {"type": "string"}}, "required": ["name", "size", "link", "created_at", "downloads", "linkid", "convert", "achorname", "subscribe", "avatar-img", "folderName", "thumbUrl"]}, "$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"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "watch": {"type": "string"}, "build": {"type": "string"}, "build:dev": {"type": "string"}, "build:prod": {"type": "string"}}, "required": ["test", "watch", "build", "build:dev", "build:prod"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/plugin-proposal-class-properties": {"type": "string"}, "@babel/plugin-proposal-decorators": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "babel-loader": {"type": "string"}, "css-loader": {"type": "string"}, "mini-css-extract-plugin": {"type": "string"}, "optimize-css-assets-webpack-plugin": {"type": "string"}, "raw-loader": {"type": "string"}, "terser-webpack-plugin": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}}, "required": ["@babel/core", "@babel/plugin-proposal-class-properties", "@babel/plugin-proposal-decorators", "@babel/preset-env", "babel-loader", "css-loader", "mini-css-extract-plugin", "optimize-css-assets-webpack-plugin", "raw-loader", "terser-webpack-plugin", "webpack", "webpack-cli"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "sinejs", "version" : "0.0.2", "description" : "a JavaScript MVVM framework", "main" : "src/index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "watch" : "webpack --watch", "build" : "webpack --env.NODE_ENV=dev --progress --profile --colors", "build:dev" : "webpack --env.NODE_ENV=dev --progress --profile --colors", "build:prod" : "webpack --env.NODE_ENV=prod --progress --profile --colors"}, "keywords" : ["mvvm", "component"], "author" : "Gavin", "license" : "MIT", "devDependencies" : {"@babel/core" : "^7.6.2", "@babel/plugin-proposal-class-properties" : "^7.5.5", "@babel/plugin-proposal-decorators" : "^7.6.0", "@babel/preset-env" : "^7.6.2", "babel-loader" : "^8.0.0-beta.0", "css-loader" : "^3.2.0", "mini-css-extract-plugin" : "^0.8.0", "optimize-css-assets-webpack-plugin" : "^5.0.3", "raw-loader" : "^3.1.0", "terser-webpack-plugin" : "^2.2.1", "webpack" : "^4.41.0", "webpack-cli" : "^3.3.6"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "watch": {"type": "string"}, "build": {"type": "string"}, "build:dev": {"type": "string"}, "build:prod": {"type": "string"}}, "required": ["test", "watch", "build", "build:dev", "build:prod"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/plugin-proposal-class-properties": {"type": "string"}, "@babel/plugin-proposal-decorators": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "babel-loader": {"type": "string"}, "css-loader": {"type": "string"}, "mini-css-extract-plugin": {"type": "string"}, "optimize-css-assets-webpack-plugin": {"type": "string"}, "raw-loader": {"type": "string"}, "terser-webpack-plugin": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}}, "required": ["@babel/core", "@babel/plugin-proposal-class-properties", "@babel/plugin-proposal-decorators", "@babel/preset-env", "babel-loader", "css-loader", "mini-css-extract-plugin", "optimize-css-assets-webpack-plugin", "raw-loader", "terser-webpack-plugin", "webpack", "webpack-cli"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 101890595, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "b51c95c3b8397ab4b0dab72d5fdafafe", "wof:id" : 101890595, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [2.53480830769547, 46.69775602201219, 2.54534323714535, 46.70376016770513], "geometry" : {"coordinates" : [[[2.54341009086318, 46.70376016770513], [2.54391577049756, 46.70017920166322], [2.54521685266792, 46.7002695270271], [2.54534323714535, 46.69937428208635], [2.54404217664904, 46.69928395848513], [2.54416857729848, 46.69838871464003], [2.53506141791234, 46.69775602201219], [2.53480830769547, 46.69954648433685], [2.5374104198479, 46.69972733924675], [2.53728389982285, 46.70062257293785], [2.53858498359727, 46.70071297859823], [2.53820545550263, 46.70339868096147], [2.54341009086318, 46.70376016770513]]], "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#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"t" : "mipasafonan", "h" : [{"d" : [{"f" : "\u628a\u2026\u64e6\u80a5\u7682\u4e86\u3001\u62b9\u80a5\u7682\u4e86\u3002", "e" : ["\ufff9`Mipasafon~`a~`n~ `ako~ `ko~ `wawa~ `ako~ `a~ `maino'~.\ufffa\ufffb\u6d17\u6fa1\u6642\u6211\u7d66\u5b69\u5b50\u64e6\u80a5\u7682\u4e86\u3002"]}, {"f" : "\u6307\u64e6\u904e\u80a5\u7682\u7684\uff08\u5c0d\u8c61\u3001\u5730\u65b9\uff09\u3002", "e" : ["\ufff9`Mipasafon~`a~`n~ `a~ `kolol~.\ufffa\ufffb\u62b9\u4e0a\u80a5\u7682\u7684\u80cc\u90e8\u3002"]}]}], "stem" : "safon"} | json_instruct | {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"subreddit": {"type": "string"}, "author": {"type": "string"}, "count": {"type": "integer"}}, "required": ["subreddit", "author", "count"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"subreddit" : "wii", "author" : "NostraKlonoa", "count" : 4} | json_instruct | {"type": "object", "properties": {"subreddit": {"type": "string"}, "author": {"type": "string"}, "count": {"type": "integer"}}, "required": ["subreddit", "author", "count"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/angle": {"type": "number"}, "user/throttle": {"type": "number"}, "user/mode": {"type": "string"}, "pos/pos_x": {"type": "number"}, "pos/pos_y": {"type": "number"}, "pos/pos_z": {"type": "number"}, "pos/speed": {"type": "number"}, "pos/cte": {"type": "number"}, "milliseconds": {"type": "integer"}}, "required": ["cam/image_array", "user/angle", "user/throttle", "user/mode", "pos/pos_x", "pos/pos_y", "pos/pos_z", "pos/speed", "pos/cte", "milliseconds"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"cam/image_array" : "8022_cam-image_array_.jpg", "user/angle" : 0.008, "user/throttle" : 0.688, "user/mode" : "user", "pos/pos_x" : 46.01731, "pos/pos_y" : 0.5551441, "pos/pos_z" : 28.53387, "pos/speed" : 12.2339, "pos/cte" : -3.270895, "milliseconds" : 426852} | json_instruct | {"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/angle": {"type": "number"}, "user/throttle": {"type": "number"}, "user/mode": {"type": "string"}, "pos/pos_x": {"type": "number"}, "pos/pos_y": {"type": "number"}, "pos/pos_z": {"type": "number"}, "pos/speed": {"type": "number"}, "pos/cte": {"type": "number"}, "milliseconds": {"type": "integer"}}, "required": ["cam/image_array", "user/angle", "user/throttle", "user/mode", "pos/pos_x", "pos/pos_y", "pos/pos_z", "pos/speed", "pos/cte", "milliseconds"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["title", "type", "tags", "ignore"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Spacebuild 3 Enhancement Pack", "type" : "tool", "tags" : ["fun", "build"], "ignore" : [".git*", "addon.txt", "data*", "*.txt", "*.bat", "LICENSE", "NOTICE", "README.md"]} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["title", "type", "tags", "ignore"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"dio.js": {"type": "string"}, "dio.min.js": {"type": "string"}}, "required": ["dio.js", "dio.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"dio.js" : "sha512-ZSg+/ZWvIBOu71hLuiLFn6Ffyp/h91sJBux707LAA+x8VAjp81VX4imiD5vogkBJtJqSOu5gMqFcB2IfWkpjLQ==", "dio.min.js" : "sha512-F0Ps1+v6S7NFnXFn4QFlaG88cG1Eapl5aaICd3inzcRPpPiXeu9kBEOQerfG4TgPgEPPhEYzybQpIoCyBIDZwg=="} | json_instruct | {"type": "object", "properties": {"dio.js": {"type": "string"}, "dio.min.js": {"type": "string"}}, "required": ["dio.js", "dio.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"dist/app.js": {"type": "string"}, "dist/bootgrid.js": {"type": "string"}, "dist/dark.css": {"type": "string"}, "dist/light.css": {"type": "string"}, "dist/material.js": {"type": "string"}, "dist/radio.js": {"type": "string"}, "dist/zxcvbn.js": {"type": "string"}}, "required": ["dist/app.js", "dist/bootgrid.js", "dist/dark.css", "dist/light.css", "dist/material.js", "dist/radio.js", "dist/zxcvbn.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"dist/app.js" : "dist/app-9dbd46ed17.js", "dist/bootgrid.js" : "dist/bootgrid-28de3d6f6d.js", "dist/dark.css" : "dist/dark-912086c66f.css", "dist/light.css" : "dist/light-603ad3d3c4.css", "dist/material.js" : "dist/material-a93414a265.js", "dist/radio.js" : "dist/radio-bf97216194.js", "dist/zxcvbn.js" : "dist/zxcvbn-f4433cd930.js"} | json_instruct | {"type": "object", "properties": {"dist/app.js": {"type": "string"}, "dist/bootgrid.js": {"type": "string"}, "dist/dark.css": {"type": "string"}, "dist/light.css": {"type": "string"}, "dist/material.js": {"type": "string"}, "dist/radio.js": {"type": "string"}, "dist/zxcvbn.js": {"type": "string"}}, "required": ["dist/app.js", "dist/bootgrid.js", "dist/dark.css", "dist/light.css", "dist/material.js", "dist/radio.js", "dist/zxcvbn.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"angular-ladda.js": {"type": "string"}, "angular-ladda.min.js": {"type": "string"}}, "required": ["angular-ladda.js", "angular-ladda.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"angular-ladda.js" : "sha256-D7qoGRjwPd75LxDAiLW57WPjNEkxuK839N1joslE12Q=", "angular-ladda.min.js" : "sha256-S0d1X3wd+RkCPUs9lMeXr9i1tQe98+tP/fHuW0JSUMc="} | json_instruct | {"type": "object", "properties": {"angular-ladda.js": {"type": "string"}, "angular-ladda.min.js": {"type": "string"}}, "required": ["angular-ladda.js", "angular-ladda.min.js"], "$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"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "CAPRI", "frequency" : 2402, "males" : "2.164862614487927 %", "females" : "97.83513738551207 %"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"require": {"type": "object", "properties": {"symfony/symfony": {"type": "string"}}, "required": ["symfony/symfony"]}, "autoload": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}}, "required": ["files"]}}, "required": ["require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"require" : {"symfony/symfony" : "2.3.*"}, "autoload" : {"files" : ["model.php", "controllers.php"]}} | json_instruct | {"type": "object", "properties": {"require": {"type": "object", "properties": {"symfony/symfony": {"type": "string"}}, "required": ["symfony/symfony"]}, "autoload": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}}, "required": ["files"]}}, "required": ["require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"appDesc": {"type": "object", "properties": {"description": {"type": "string"}, "message": {"type": "string"}}, "required": ["description", "message"]}, "appName": {"type": "object", "properties": {"description": {"type": "string"}, "message": {"type": "string"}}, "required": ["description", "message"]}}, "required": ["appDesc", "appName"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"appDesc" : {"description" : "App description.", "message" : "Greitas el. pa\u0161tas, kuriame galima ie\u0161koti ir pateikiama ma\u017eiau slam\u0161to."}, "appName" : {"description" : "App name.", "message" : "Gmail"}} | json_instruct | {"type": "object", "properties": {"appDesc": {"type": "object", "properties": {"description": {"type": "string"}, "message": {"type": "string"}}, "required": ["description", "message"]}, "appName": {"type": "object", "properties": {"description": {"type": "string"}, "message": {"type": "string"}}, "required": ["description", "message"]}}, "required": ["appDesc", "appName"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "george.merloc.co"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "654223503400", "text" : "\u56e2\u90e8\u793e\u533a"}, {"id" : "654223503501", "text" : "\u4e1c\u91ce\u9547\u533a\u751f\u6d3b\u533a"}, {"id" : "654223503502", "text" : "\u4e00\u8fde\u751f\u6d3b\u533a"}, {"id" : "654223503503", "text" : "\u4e8c\u8fde\u751f\u6d3b\u533a"}, {"id" : "654223503504", "text" : "\u4e09\u8fde\u751f\u6d3b\u533a"}, {"id" : "654223503505", "text" : "\u56db\u8fde\u751f\u6d3b\u533a"}, {"id" : "654223503506", "text" : "\u4e94\u8fde\u751f\u6d3b\u533a"}, {"id" : "654223503507", "text" : "\u4e03\u8fde\u751f\u6d3b\u533a"}, {"id" : "654223503508", "text" : "\u516b\u8fde\u751f\u6d3b\u533a"}, {"id" : "654223503509", "text" : "\u4e5d\u8fde\u751f\u6d3b\u533a"}, {"id" : "654223503510", "text" : "\u5341\u8fde\u751f\u6d3b\u533a"}, {"id" : "654223503511", "text" : "\u5341\u4e00\u8fde\u751f\u6d3b\u533a"}, {"id" : "654223503512", "text" : "\u5341\u4e8c\u8fde\u751f\u6d3b\u533a"}, {"id" : "654223503513", "text" : "\u5341\u4e09\u8fde\u751f\u6d3b\u533a"}, {"id" : "654223503514", "text" : "\u5341\u56db\u8fde\u751f\u6d3b\u533a"}, {"id" : "654223503515", "text" : "\u5341\u4e94\u8fde\u751f\u6d3b\u533a"}, {"id" : "654223503516", "text" : "\u5341\u516d\u8fde\u751f\u6d3b\u533a"}, {"id" : "654223503517", "text" : "\u5341\u4e03\u8fde\u751f\u6d3b\u533a"}, {"id" : "654223503518", "text" : "\u5341\u516b\u8fde\u751f\u6d3b\u533a"}, {"id" : "654223503519", "text" : "\u5341\u4e5d\u8fde\u751f\u6d3b\u533a"}, {"id" : "654223503520", "text" : "\u4e8c\u5341\u8fde\u751f\u6d3b\u533a"}, {"id" : "654223503521", "text" : "\u4e8c\u5341\u4e00\u8fde\u751f\u6d3b\u533a"}, {"id" : "654223503522", "text" : "\u4e8c\u5341\u4e8c\u8fde\u751f\u6d3b\u533a"}, {"id" : "654223503523", "text" : "\u4e8c\u5341\u4e09\u8fde\u751f\u6d3b\u533a"}, {"id" : "654223503524", "text" : "\u4e8c\u5341\u56db\u8fde\u751f\u6d3b\u533a"}, {"id" : "654223503525", "text" : "\u4e8c\u5341\u4e94\u8fde\u751f\u6d3b\u533a"}, {"id" : "654223503526", "text" : "\u4e8c\u5341\u516d\u8fde\u751f\u6d3b\u533a"}, {"id" : "654223503527", "text" : "\u4e8c\u5341\u4e03\u8fde\u751f\u6d3b\u533a"}, {"id" : "654223503528", "text" : "\u4e8c\u5341\u516b\u8fde\u751f\u6d3b\u533a"}, {"id" : "654223503529", "text" : "\u4e8c\u5341\u4e5d\u8fde\u751f\u6d3b\u533a"}, {"id" : "654223503530", "text" : "\u4e09\u5341\u8fde\u751f\u6d3b\u533a"}, {"id" : "654223503531", "text" : "\u4e09\u5341\u4e00\u8fde\u751f\u6d3b\u533a"}, {"id" : "654223503532", "text" : "\u4e09\u5341\u4e8c\u8fde\u751f\u6d3b\u533a"}, {"id" : "654223503533", "text" : "\u4e09\u5341\u4e09\u8fde\u751f\u6d3b\u533a"}, {"id" : "654223503534", "text" : "\u4e09\u5341\u56db\u8fde\u751f\u6d3b\u533a"}, {"id" : "654223503535", "text" : "\u4e09\u5341\u4e94\u8fde\u751f\u6d3b\u533a"}, {"id" : "654223503536", "text" : "\u4e09\u5341\u516d\u8fde\u751f\u6d3b\u533a"}, {"id" : "654223503537", "text" : "\u4e09\u5341\u4e03\u8fde\u751f\u6d3b\u533a"}, {"id" : "654223503538", "text" : "\u4e09\u5341\u516b\u8fde\u751f\u6d3b\u533a"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"files.associations": {"type": "object", "properties": {"*.jj": {"type": "string"}, ".rb": {"type": "string"}, "iostream": {"type": "string"}, "chrono": {"type": "string"}, "new": {"type": "string"}, "fstream": {"type": "string"}}, "required": ["*.jj", ".rb", "iostream", "chrono", "new", "fstream"]}}, "required": ["files.associations"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"files.associations" : {"*.jj" : "java", ".rb" : "ruby", "iostream" : "cpp", "chrono" : "cpp", "new" : "cpp", "fstream" : "cpp"}} | json_instruct | {"type": "object", "properties": {"files.associations": {"type": "object", "properties": {"*.jj": {"type": "string"}, ".rb": {"type": "string"}, "iostream": {"type": "string"}, "chrono": {"type": "string"}, "new": {"type": "string"}, "fstream": {"type": "string"}}, "required": ["*.jj", ".rb", "iostream", "chrono", "new", "fstream"]}}, "required": ["files.associations"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"room_corners": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "sound_sources": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "comment": {"type": "string"}, "pos": {"type": "array", "items": {"type": "number"}}, "file": {"type": "string"}, "strength": {"type": "integer"}, "F": {"type": "integer"}}, "required": ["label", "comment", "pos", "file", "strength", "F"]}}, "camera_to_body_transform": {"type": "object", "properties": {"translation": {"type": "array", "items": {"type": "number"}}, "quat": {"type": "array", "items": {"type": "number"}}}, "required": ["translation", "quat"]}, "distance_between_updates": {"type": "number"}, "continuous_picture_taking": {"type": "integer"}, "image_width": {"type": "integer"}, "image_height": {"type": "integer"}, "hfov": {"type": "number"}, "intensity_range": {"type": "array", "items": {"type": "number"}}, "debug_robot_pose": {"type": "object", "properties": {"translation": {"type": "array", "items": {"type": "number"}}, "quat": {"type": "array", "items": {"type": "integer"}}}, "required": ["translation", "quat"]}}, "required": ["room_corners", "sound_sources", "camera_to_body_transform", "distance_between_updates", "continuous_picture_taking", "image_width", "image_height", "hfov", "intensity_range", "debug_robot_pose"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"room_corners" : [[-20, -20, -20], [20, 20, 20]], "sound_sources" : [{"label" : "A", "comment" : "the actual leak", "pos" : [12.12, -7.1, 5.34], "file" : "tone10533.wav", "strength" : 2, "F" : 10533}, {"label" : "B", "comment" : "a source filtered by the non-leak filter (sounds like a non-leak)", "pos" : [12.12, -8.4, 5.54], "file" : "tone12333.wav", "strength" : 3, "F" : 12333}, {"label" : "C", "comment" : "a source filtered by the baseline filter (appeared in a previous survey)", "pos" : [12.12, -7.8, 4.3], "file" : "tone10533.wav", "strength" : 3, "F" : 10533}], "camera_to_body_transform" : {"translation" : [0.1177, -0.0422, -0.0826], "quat" : [0.5, 0.5, 0.5, 0.5]}, "distance_between_updates" : 0.1, "continuous_picture_taking" : 1, "image_width" : 512, "image_height" : 512, "hfov" : 2.0821, "intensity_range" : [0.0, 0.15], "debug_robot_pose" : {"translation" : [11.2, -7.72, 5.0], "quat" : [0, 0, 0, 1]}} | json_instruct | {"type": "object", "properties": {"room_corners": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "sound_sources": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "comment": {"type": "string"}, "pos": {"type": "array", "items": {"type": "number"}}, "file": {"type": "string"}, "strength": {"type": "integer"}, "F": {"type": "integer"}}, "required": ["label", "comment", "pos", "file", "strength", "F"]}}, "camera_to_body_transform": {"type": "object", "properties": {"translation": {"type": "array", "items": {"type": "number"}}, "quat": {"type": "array", "items": {"type": "number"}}}, "required": ["translation", "quat"]}, "distance_between_updates": {"type": "number"}, "continuous_picture_taking": {"type": "integer"}, "image_width": {"type": "integer"}, "image_height": {"type": "integer"}, "hfov": {"type": "number"}, "intensity_range": {"type": "array", "items": {"type": "number"}}, "debug_robot_pose": {"type": "object", "properties": {"translation": {"type": "array", "items": {"type": "number"}}, "quat": {"type": "array", "items": {"type": "integer"}}}, "required": ["translation", "quat"]}}, "required": ["room_corners", "sound_sources", "camera_to_body_transform", "distance_between_updates", "continuous_picture_taking", "image_width", "image_height", "hfov", "intensity_range", "debug_robot_pose"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "object", "properties": {"totalSubs": {"type": "integer"}, "subsInEachSource": {"type": "object", "properties": {"feedly": {"type": "integer"}, "inoreader": {"type": "integer"}, "feedsPub": {"type": "integer"}}, "required": ["feedly", "inoreader", "feedsPub"]}, "failedSources": {"type": "object", "properties": {}, "required": []}}, "required": ["totalSubs", "subsInEachSource", "failedSources"]}, "lastModified": {"type": "integer"}}, "required": ["status", "data", "lastModified"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"status" : 200, "data" : {"totalSubs" : 48, "subsInEachSource" : {"feedly" : 32, "inoreader" : 16, "feedsPub" : 0}, "failedSources" : {}}, "lastModified" : 1609061555711} | json_instruct | {"type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "object", "properties": {"totalSubs": {"type": "integer"}, "subsInEachSource": {"type": "object", "properties": {"feedly": {"type": "integer"}, "inoreader": {"type": "integer"}, "feedsPub": {"type": "integer"}}, "required": ["feedly", "inoreader", "feedsPub"]}, "failedSources": {"type": "object", "properties": {}, "required": []}}, "required": ["totalSubs", "subsInEachSource", "failedSources"]}, "lastModified": {"type": "integer"}}, "required": ["status", "data", "lastModified"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"AB": {"type": "array", "items": {"type": "string"}}, "AW": {"type": "array", "items": {"type": "string"}}, "SZ": {"type": "integer"}, "C": {"type": "string"}, "SOL": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["AB", "AW", "SZ", "C", "SOL"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"AB" : ["pd", "qd", "mc", "ld", "kd", "jd", "id", "cd", "ed", "ec", "df", "cg", "dh", "ei", "pq", "qo", "qn", "jp", "jq", "kr", "lr", "lq", "in", "gq", "cp", "bq", "co", "cn", "dm", "dl", "dk"], "AW" : ["cj", "bh", "fc", "fd", "fe", "kc", "jc", "ic", "qf", "qi", "cq", "cr", "dp", "do", "dn", "eq", "em", "fn", "fk", "il", "km", "ko", "kp", "kq", "mp", "mq", "mr", "nn", "pn"], "SZ" : 19, "C" : "Black to play", "SOL" : [["B", "gb", "", ""]]} | json_instruct | {"type": "object", "properties": {"AB": {"type": "array", "items": {"type": "string"}}, "AW": {"type": "array", "items": {"type": "string"}}, "SZ": {"type": "integer"}, "C": {"type": "string"}, "SOL": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["AB", "AW", "SZ", "C", "SOL"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "winner": {"type": "string"}, "points": {"type": "null"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "winner", "points"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"n_dim" : 34, "n_trials" : 550, "objective" : "markowitz_analytic_on_cube", "white" : "dlib", "black" : "scipy_powell", "traceback" : ["passing", "passing"], "best_val" : [0.7056018024248772, 0.6222996922561159], "best_x" : [[0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.9999338930386481, 6.610696135189609e-05, 0.21390131076659297, 0.21276008003676633, 6.610696135189609e-05, 6.610696135189609e-05, 6.610696135189609e-05, 6.610696135189609e-05, 6.610696135189609e-05, 6.610696135189609e-05, 6.610696135189609e-05, 6.610696135189609e-05, 0.037900116494714337, 6.610696135189609e-05, 6.610696135189609e-05, 6.610696135189609e-05, 6.610696135189609e-05, 6.610696135189609e-05, 6.610696135189609e-05, 6.610696135189609e-05, 6.610696135189609e-05, 6.610696135189609e-05, 6.610696135189609e-05, 6.610696135189609e-05, 6.610696135189609e-05, 6.610696135189609e-05, 6.610696135189609e-05, 6.610696135189609e-05, 6.610696135189609e-05, 6.610696135189609e-05, 6.610696135189609e-05, 6.610696135189609e-05, 6.610696135189609e-05, 6.610696135189609e-05]], "feval_count" : [550, 653], "n_trials_instructed" : [550, 174], "passing" : [true, true], "completed" : false, "winner" : "incomplete", "points" : null} | json_instruct | {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "winner": {"type": "string"}, "points": {"type": "null"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "winner", "points"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}, "index": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "baseItemId": {"type": "integer"}, "previewResourceId": {"type": "integer"}, "rank": {"type": "integer"}, "price": {"type": "integer"}, "kit": {"type": "object", "properties": {"image": {"type": "integer"}, "discount": {"type": "integer"}, "items": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "count": {"type": "integer"}}, "required": ["id", "count"]}}, "isTimeless": {"type": "boolean"}}, "required": ["image", "discount", "items", "isTimeless"]}, "properties": {"type": "array", "items": {}}}, "required": ["id", "index", "name", "description", "baseItemId", "previewResourceId", "rank", "price", "kit", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "paladin", "index" : 171, "name" : "\u041a\u043e\u043c\u043f\u043b\u0435\u043a\u0442 \u00ab\u041f\u0430\u043b\u0430\u0434\u0438\u043d\u00bb", "description" : "", "baseItemId" : 25966, "previewResourceId" : 25966, "rank" : 27, "price" : 407000, "kit" : {"image" : 114450, "discount" : 45, "items" : [{"id" : "viking_m3", "count" : 1}, {"id" : "smoky_m3", "count" : 1}, {"id" : "inferno_m0", "count" : 1}], "isTimeless" : true}, "properties" : []} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "index": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "baseItemId": {"type": "integer"}, "previewResourceId": {"type": "integer"}, "rank": {"type": "integer"}, "price": {"type": "integer"}, "kit": {"type": "object", "properties": {"image": {"type": "integer"}, "discount": {"type": "integer"}, "items": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "count": {"type": "integer"}}, "required": ["id", "count"]}}, "isTimeless": {"type": "boolean"}}, "required": ["image", "discount", "items", "isTimeless"]}, "properties": {"type": "array", "items": {}}}, "required": ["id", "index", "name", "description", "baseItemId", "previewResourceId", "rank", "price", "kit", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"dat.gui.js": {"type": "string"}, "dat.gui.min.js": {"type": "string"}}, "required": ["dat.gui.js", "dat.gui.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"dat.gui.js" : "sha256-HWza5PdujjHKCGNqqoee6s2Y63+4XXMRTTw1QBVD4J8=", "dat.gui.min.js" : "sha256-6lyEMfjfBl3dbOG7Yf7/FWtV+Gngv5OAILV2qto/u2g="} | json_instruct | {"type": "object", "properties": {"dat.gui.js": {"type": "string"}, "dat.gui.min.js": {"type": "string"}}, "required": ["dat.gui.js", "dat.gui.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"resource": {"type": "string"}, "path": {"type": "string"}, "httpMethod": {"type": "string"}, "requestContext": {"type": "object", "properties": {"resourcePath": {"type": "string"}, "httpMethod": {"type": "string"}}, "required": ["resourcePath", "httpMethod"]}, "headers": {"type": "object", "properties": {"Content-Type": {"type": "string"}}, "required": ["Content-Type"]}, "queryStringParameters": {"type": "null"}, "multiValueQueryStringParameters": {"type": "null"}, "pathParameters": {"type": "null"}, "stageVariables": {"type": "null"}, "body": {"type": "string"}, "isBase64Encoded": {"type": "boolean"}}, "required": ["resource", "path", "httpMethod", "requestContext", "headers", "queryStringParameters", "multiValueQueryStringParameters", "pathParameters", "stageVariables", "body", "isBase64Encoded"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"resource" : "/v1/predict", "path" : "/v1/predict", "httpMethod" : "POST", "requestContext" : {"resourcePath" : "/v1/predict", "httpMethod" : "POST"}, "headers" : {"Content-Type" : "application/json"}, "queryStringParameters" : null, "multiValueQueryStringParameters" : null, "pathParameters" : null, "stageVariables" : null, "body" : "{\"images\":[{\"url\":\"https://localhost/test.jpg\"}]}", "isBase64Encoded" : false} | json_instruct | {"type": "object", "properties": {"resource": {"type": "string"}, "path": {"type": "string"}, "httpMethod": {"type": "string"}, "requestContext": {"type": "object", "properties": {"resourcePath": {"type": "string"}, "httpMethod": {"type": "string"}}, "required": ["resourcePath", "httpMethod"]}, "headers": {"type": "object", "properties": {"Content-Type": {"type": "string"}}, "required": ["Content-Type"]}, "queryStringParameters": {"type": "null"}, "multiValueQueryStringParameters": {"type": "null"}, "pathParameters": {"type": "null"}, "stageVariables": {"type": "null"}, "body": {"type": "string"}, "isBase64Encoded": {"type": "boolean"}}, "required": ["resource", "path", "httpMethod", "requestContext", "headers", "queryStringParameters", "multiValueQueryStringParameters", "pathParameters", "stageVariables", "body", "isBase64Encoded"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"valid-url": {"type": "string"}, "validator": {"type": "string"}}, "required": ["valid-url", "validator"]}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "devDependencies": {"type": "object", "properties": {"chalk": {"type": "string"}, "flow": {"type": "string"}, "fs": {"type": "string"}, "path": {"type": "string"}, "rollup": {"type": "string"}, "rollup-plugin-buble": {"type": "string"}, "rollup-plugin-commonjs": {"type": "string"}, "rollup-plugin-flow": {"type": "string"}, "rollup-plugin-node-resolve": {"type": "string"}, "rollup-plugin-replace": {"type": "string"}, "uglify-js": {"type": "string"}}, "required": ["chalk", "flow", "fs", "path", "rollup", "rollup-plugin-buble", "rollup-plugin-commonjs", "rollup-plugin-flow", "rollup-plugin-node-resolve", "rollup-plugin-replace", "uglify-js"]}}, "required": ["name", "description", "version", "repository", "main", "keywords", "engines", "license", "dependencies", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "srvalidator", "description" : "A Simple React & React Native Validator", "version" : "1.1.8", "repository" : "git@github.com:rummykhan/srvalidator.git", "main" : "./dist/srvalidator.min.js", "keywords" : ["JS validation", "Javascript validation", "react.js validation", "react native validation", "vue.js Validation", "node.js Validation"], "engines" : {"node" : ">=0.10.40"}, "license" : "MIT", "dependencies" : {"valid-url" : "^1.*", "validator" : "^9.1.1"}, "scripts" : {"build" : "node scripts/main.js"}, "devDependencies" : {"chalk" : "^2.3.0", "flow" : "^0.2.3", "fs" : "0.0.1-security", "path" : "^0.12.7", "rollup" : "^0.50.0", "rollup-plugin-buble" : "^0.16.0", "rollup-plugin-commonjs" : "^8.2.5", "rollup-plugin-flow" : "^1.1.1", "rollup-plugin-node-resolve" : "^3.0.0", "rollup-plugin-replace" : "^2.0.0", "uglify-js" : "^3.1.6"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"valid-url": {"type": "string"}, "validator": {"type": "string"}}, "required": ["valid-url", "validator"]}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "devDependencies": {"type": "object", "properties": {"chalk": {"type": "string"}, "flow": {"type": "string"}, "fs": {"type": "string"}, "path": {"type": "string"}, "rollup": {"type": "string"}, "rollup-plugin-buble": {"type": "string"}, "rollup-plugin-commonjs": {"type": "string"}, "rollup-plugin-flow": {"type": "string"}, "rollup-plugin-node-resolve": {"type": "string"}, "rollup-plugin-replace": {"type": "string"}, "uglify-js": {"type": "string"}}, "required": ["chalk", "flow", "fs", "path", "rollup", "rollup-plugin-buble", "rollup-plugin-commonjs", "rollup-plugin-flow", "rollup-plugin-node-resolve", "rollup-plugin-replace", "uglify-js"]}}, "required": ["name", "description", "version", "repository", "main", "keywords", "engines", "license", "dependencies", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1977, 5], [1978, 6], [1979, 5], [1980, 7], [1983, 5], [1984, 6], [1987, 5], [1990, 9], [1991, 6], [1993, 5]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$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#"}
| ["autoreload-gulp", "plumb-gulp"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"message": {"type": "string"}, "line": {"type": "integer"}, "column": {"type": "integer"}}, "required": ["message", "line", "column"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"message" : "Expected mapping keys to be in ascending order. '23' should be before 'a'.", "line" : 3, "column" : 3}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"message": {"type": "string"}, "line": {"type": "integer"}, "column": {"type": "integer"}}, "required": ["message", "line", "column"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"elastic.js": {"type": "string"}, "elastic.min.js": {"type": "string"}}, "required": ["elastic.js", "elastic.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"elastic.js" : "sha256-uTDAvL15jahdNiMZyd8Qb9ZKgKM/C3jHh+6LANb1Va0=", "elastic.min.js" : "sha256-7ZYmeS48XuBi08BRx/TOzP3zMioZh/d8n8mTIafld80="} | json_instruct | {"type": "object", "properties": {"elastic.js": {"type": "string"}, "elastic.min.js": {"type": "string"}}, "required": ["elastic.js", "elastic.min.js"], "$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"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "phone": {"type": "string"}, "email": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "state": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "phone", "email", "programs", "state", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Grundschule Wirdum", "id" : "NI-24685-0", "address" : "Marienhafener Stra\u00dfe 9, 26529\u00a0Wirdum", "school_type" : "Grundschule", "phone" : "04920 696", "email" : "gs_wirdum@brookmerland.info", "programs" : {"programs" : []}, "state" : "NI", "lon" : 7.2047, "lat" : 53.4776} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "phone": {"type": "string"}, "email": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "state": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "phone", "email", "programs", "state", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "img": {"type": "string"}, "xivdb": {"type": "string"}, "behavior": {"type": "string"}, "race": {"type": "string"}, "info": {"type": "object", "properties": {"de": {"type": "string"}, "en": {"type": "string"}, "fr": {"type": "string"}, "jp": {"type": "string"}}, "required": ["de", "en", "fr", "jp"]}, "quote": {"type": "object", "properties": {"de": {"type": "string"}, "en": {"type": "string"}, "fr": {"type": "string"}, "jp": {"type": "string"}}, "required": ["de", "en", "fr", "jp"]}, "summon": {"type": "object", "properties": {"de": {"type": "string"}, "en": {"type": "string"}, "fr": {"type": "string"}, "jp": {"type": "string"}}, "required": ["de", "en", "fr", "jp"]}, "sound": {"type": "boolean"}}, "required": ["id", "img", "xivdb", "behavior", "race", "info", "quote", "summon", "sound"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 111, "img" : "068000/068608.png", "xivdb" : "/minion/111/littlefoot", "behavior" : "Independent", "race" : "Monster", "info" : {"de" : "Als dein Gehilfe dieses Wesen tief im Hochland von Coerthas fand, war ihm kalt und es hatte Hunger (wenn auch Ersteres ihm kaum etwas ausgemacht haben d\u00fcrfte). Ein Teller Suppe reichte aus, um es nach Hause zu locken.", "en" : "When discovered by your retainer on a foray deep into the highlands of Coerthas, this miniature monstrosity was both cold and hungry (though the former condition most likely did not affect him much), and a bowl of hot broth was\nall it took to lure him\nfrom the forest back home.", "fr" : "Un servant \u00e0 la recherche de plantes rares d\u00e9couvrit cette cr\u00e9ature, seule et affaiblie, dans les hauteurs du Coerthas. Il lui donna \u00e0 manger; elle lui embo\u00eeta le pas avec ses petites pattes.", "jp" : "\u30a4\u30a8\u30c6\u30a3\u306e\u5e7c\u7363\u3002\u73cd\u3057\u3044\u5c71\u83dc\u3092\u63a2\u3057\u6c42\u3081\u3066\u3044\u305f\u30ea\u30c6\u30a4\u30ca\u30fc\u304c\u3001\u30af\u30eb\u30b6\u30b9\u306e\u5c71\u5965\u306b\u3066\u767a\u898b\u3002\u5468\u56f2\u306b\u89aa\u7363\u306e\u59ff\u306f\u306a\u304f\u3001\u8179\u3092\u7a7a\u304b\u305b\u3066\u5f31\u3063\u3066\u3044\u305f\u305f\u3081\u3001\u624b\u6301\u3061\u306e\u304a\u5f01\u5f53\u3092\u3042\u3052\u305f\u3068\u3053\u308d\u61d0\u3044\u305f\u306e\u3060\u3068\u3044\u3046\u3002\u305d\u306e\u8db3\u8de1\u306f\u3001\u307e\u3060\u307e\u3060\u5c0f\u3055\u3044"}, "quote" : {"de" : "Mit sch\u00f6nen Gr\u00fc\u00dfen\nvon meinen F\u00fc\u00dfen.\nUnbekannter M\u00f6nch", "en" : "It is good to see you\non your feet again.\n - Merlwyb Bloefhiswyn", "fr" : "Y\u00e9\u00e9\u00e9ti!", "jp" : "\u30a4\u30a7\u30fc\u30a4\uff01"}, "summon" : {"de" : "Du rufst deinen Kleinfu\u00df herbei. Dieser niedliche Yeti hat erkannt, dass gr\u00f6\u00dfer nicht immer gleich besser ist.", "en" : "This particular yeti is content in knowing that bigger is not always necessarily better.", "fr" : "Vous appelez votre mascotte petit y\u00e9ti. Il s'agit d'une version miniature de l'abominable homme des neiges... en moins abominable.", "jp" : "\u30df\u30cb\u30aa\u30f3\u300c\u30ea\u30c8\u30eb\u30d5\u30c3\u30c8\u300d\u3092\u547c\u3073\u51fa\u3059\u3002\n\u30a4\u30a8\u30c6\u30a3\u306e\u5e7c\u7363\u3002\u305d\u306e\u8db3\u8de1\u306f\u5c0f\u3055\u3044"}, "sound" : true} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "img": {"type": "string"}, "xivdb": {"type": "string"}, "behavior": {"type": "string"}, "race": {"type": "string"}, "info": {"type": "object", "properties": {"de": {"type": "string"}, "en": {"type": "string"}, "fr": {"type": "string"}, "jp": {"type": "string"}}, "required": ["de", "en", "fr", "jp"]}, "quote": {"type": "object", "properties": {"de": {"type": "string"}, "en": {"type": "string"}, "fr": {"type": "string"}, "jp": {"type": "string"}}, "required": ["de", "en", "fr", "jp"]}, "summon": {"type": "object", "properties": {"de": {"type": "string"}, "en": {"type": "string"}, "fr": {"type": "string"}, "jp": {"type": "string"}}, "required": ["de", "en", "fr", "jp"]}, "sound": {"type": "boolean"}}, "required": ["id", "img", "xivdb", "behavior", "race", "info", "quote", "summon", "sound"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"images": {"type": "array", "items": {"type": "object", "properties": {"filename": {"type": "string"}, "idiom": {"type": "string"}, "scale": {"type": "string"}}, "required": ["filename", "idiom", "scale"]}}, "info": {"type": "object", "properties": {"author": {"type": "string"}, "version": {"type": "integer"}}, "required": ["author", "version"]}}, "required": ["images", "info"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"images" : [{"filename" : "stackableCube1.png", "idiom" : "universal", "scale" : "1x"}, {"appearances" : [{"appearance" : "luminosity", "value" : "dark"}], "filename" : "stackableCubeDark1.png", "idiom" : "universal", "scale" : "1x"}, {"filename" : "stackableCube2.png", "idiom" : "universal", "scale" : "2x"}, {"appearances" : [{"appearance" : "luminosity", "value" : "dark"}], "filename" : "stackableCubeDark2.png", "idiom" : "universal", "scale" : "2x"}, {"filename" : "stackableCube3.png", "idiom" : "universal", "scale" : "3x"}, {"appearances" : [{"appearance" : "luminosity", "value" : "dark"}], "filename" : "stackableCubeDark3.png", "idiom" : "universal", "scale" : "3x"}], "info" : {"author" : "xcode", "version" : 1}} | json_instruct | {"type": "object", "properties": {"images": {"type": "array", "items": {"type": "object", "properties": {"filename": {"type": "string"}, "idiom": {"type": "string"}, "scale": {"type": "string"}}, "required": ["filename", "idiom", "scale"]}}, "info": {"type": "object", "properties": {"author": {"type": "string"}, "version": {"type": "integer"}}, "required": ["author", "version"]}}, "required": ["images", "info"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "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" : [[[135.125, 29.0], [135.125, 29.083333333333332], [135.25, 29.083333333333332], [135.25, 29.0], [135.125, 29.0]]]}, "properties" : {"code" : 433541, "url" : "http://madefor.github.io/0410/api/v1/433541.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/433541.geojson"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"version": {"type": "integer"}, "builds": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "use": {"type": "string"}}, "required": ["src", "use"]}}, "routes": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "dest": {"type": "string"}}, "required": ["src", "dest"]}}, "env": {"type": "object", "properties": {"FLAG": {"type": "string"}}, "required": ["FLAG"]}}, "required": ["version", "builds", "routes", "env"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : 2, "builds" : [{"src" : "index.go", "use" : "@now/go"}], "routes" : [{"src" : "/(?<hash>[^/]*)", "dest" : "/index.go"}], "env" : {"FLAG" : "@flag"}} | json_instruct | {"type": "object", "properties": {"version": {"type": "integer"}, "builds": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "use": {"type": "string"}}, "required": ["src", "use"]}}, "routes": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "dest": {"type": "string"}}, "required": ["src", "dest"]}}, "env": {"type": "object", "properties": {"FLAG": {"type": "string"}}, "required": ["FLAG"]}}, "required": ["version", "builds", "routes", "env"], "$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": {"type": {"type": "string"}, "id": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "geometry_name": {"type": "string"}, "properties": {"type": "object", "properties": {"id": {"type": "integer"}, "nome": {"type": "string"}, "cod": {"type": "integer"}, "ptotalvia": {"type": "number"}, "ppasseio1": {"type": "integer"}, "ppasseio2": {"type": "integer"}, "leidata": {"type": "string"}, "hierarquia": {"type": "null"}, "bairro": {"type": "string"}, "abrevlogr": {"type": "string"}, "pavto": {"type": "string"}, "anopavtoin": {"type": "string"}, "loteamnome": {"type": "string"}, "nomeloteamento": {"type": "string"}}, "required": ["id", "nome", "cod", "ptotalvia", "ppasseio1", "ppasseio2", "leidata", "hierarquia", "bairro", "abrevlogr", "pavto", "anopavtoin", "loteamnome", "nomeloteamento"]}}, "required": ["type", "id", "geometry", "geometry_name", "properties"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"type" : "Feature", "id" : "viewsistemaviariocompleto.fid-cda359b_16bd380d5a7_48a8", "geometry" : {"type" : "MultiLineString", "coordinates" : [[[-48.67938824, -26.90888405], [-48.6793547, -26.90896737], [-48.67801607, -26.90902616]]]}, "geometry_name" : "geom", "properties" : {"id" : 489, "nome" : "R.Jos\u00e9 Manoel da Silva", "cod" : 503, "ptotalvia" : 6.5, "ppasseio1" : 1, "ppasseio2" : 1, "leidata" : "2840/1993", "hierarquia" : null, "bairro" : "S\u00e3o Judas", "abrevlogr" : "R.Jos\u00e9 M.da Silva", "pavto" : "Asfalto", "anopavtoin" : "jan/16", "loteamnome" : "-", "nomeloteamento" : "-"}}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "geometry_name": {"type": "string"}, "properties": {"type": "object", "properties": {"id": {"type": "integer"}, "nome": {"type": "string"}, "cod": {"type": "integer"}, "ptotalvia": {"type": "number"}, "ppasseio1": {"type": "integer"}, "ppasseio2": {"type": "integer"}, "leidata": {"type": "string"}, "hierarquia": {"type": "null"}, "bairro": {"type": "string"}, "abrevlogr": {"type": "string"}, "pavto": {"type": "string"}, "anopavtoin": {"type": "string"}, "loteamnome": {"type": "string"}, "nomeloteamento": {"type": "string"}}, "required": ["id", "nome", "cod", "ptotalvia", "ppasseio1", "ppasseio2", "leidata", "hierarquia", "bairro", "abrevlogr", "pavto", "anopavtoin", "loteamnome", "nomeloteamento"]}}, "required": ["type", "id", "geometry", "geometry_name", "properties"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"posts": {"type": "array", "items": {"type": "object", "properties": {"body": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "integer"}}, "required": ["body", "title", "id"]}}}, "required": ["posts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"posts" : [{"body" : "Integer at mattis orci, semper hendrerit felis. Cras turpis diam, accumsan at egestas non, feugiat quis quam. Sed elementum imperdiet vulputate. Praesent malesuada urna in commodo venenatis. Nulla venenatis, dolor et luctus sollicitudin, diam leo faucibus lorem, eu sollicitudin ante eros ac lorem. Aliquam quis facilisis arcu. Duis posuere malesuada gravida. Suspendisse et elementum arcu. Integer commodo ultricies velit ac aliquam. Quisque in purus tincidunt, efficitur diam id, tincidunt dui. Ut varius ac ipsum quis feugiat. Proin auctor dolor leo, ac pellentesque dui pretium eget. Nulla felis sapien, mattis eget bibendum ut, egestas id ante.\n\n", "title" : " Post One Edit", "id" : 1}, {"body" : "Lorem ipsum dolor sit amet, consectetur adipiscing elit. In tempor in tortor vestibulum faucibus. Fusce vitae massa nisl. Fusce justo purus, iaculis ut sem non, viverra dictum quam. Cras nisl nisi, venenatis ut mi id, elementum ornare erat. Phasellus ut massa risus. In vel metus rhoncus, tincidunt lacus eu, laoreet magna. Nullam nunc ex, maximus vel nunc et, tincidunt sodales felis. Nullam elementum consectetur tortor ut dignissim.", "title" : " Post Three", "id" : 3}, {"body" : "Whatap", "title" : "Hello ", "id" : 4}, {"body" : " Whatap", "title" : " Hello ", "id" : 5}, {"body" : " This is post one edited", "title" : " Post One Store", "id" : 6}]} | json_instruct | {"type": "object", "properties": {"posts": {"type": "array", "items": {"type": "object", "properties": {"body": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "integer"}}, "required": ["body", "title", "id"]}}}, "required": ["posts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"author": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}}, "required": ["author", "name", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"author" : "Microsoft", "name" : "arquivo de dotnet gitignore", "description" : "Cria um arquivo gitignore em um projeto dotnet."} | json_instruct | {"type": "object", "properties": {"author": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}}, "required": ["author", "name", "description"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "supersaturation", "definition" : "The operation of supersaturating, or the state of being supersaturated."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"answers": {"type": "array", "items": {"type": "string"}}, "centerLetter": {"type": "string"}, "letterString": {"type": "string"}, "outerLetters": {"type": "array", "items": {"type": "string"}}, "pangrams": {"type": "array", "items": {"type": "string"}}, "validLetters": {"type": "array", "items": {"type": "string"}}}, "required": ["answers", "centerLetter", "letterString", "outerLetters", "pangrams", "validLetters"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"answers" : ["font", "foot", "knot", "koto", "kotow", "kowtow", "loft", "loot", "loto", "lotto", "lowt", "nott", "nowt", "onto", "oont", "otto", "toff", "toft", "toko", "tokotoko", "toll", "tolt", "tonk", "took", "tool", "toon", "toot", "town", "townfolk", "towt", "wont", "wonton", "woot"], "centerLetter" : "t", "letterString" : "tfklnow", "outerLetters" : ["f", "k", "l", "n", "o", "w"], "pangrams" : ["townfolk"], "validLetters" : ["f", "k", "l", "n", "o", "t", "w"]} | json_instruct | {"type": "object", "properties": {"answers": {"type": "array", "items": {"type": "string"}}, "centerLetter": {"type": "string"}, "letterString": {"type": "string"}, "outerLetters": {"type": "array", "items": {"type": "string"}}, "pangrams": {"type": "array", "items": {"type": "string"}}, "validLetters": {"type": "array", "items": {"type": "string"}}}, "required": ["answers", "centerLetter", "letterString", "outerLetters", "pangrams", "validLetters"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"VRF": {"type": "object", "properties": {"Vrf1": {"type": "object", "properties": {"ttl_action": {"type": "string"}}, "required": ["ttl_action"]}, "Vrf2": {"type": "object", "properties": {"ttl_action": {"type": "string"}}, "required": ["ttl_action"]}}, "required": ["Vrf1", "Vrf2"]}}, "required": ["VRF"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"VRF" : {"Vrf1" : {"ttl_action" : "drop"}, "Vrf2" : {"ttl_action" : "forward"}}} | json_instruct | {"type": "object", "properties": {"VRF": {"type": "object", "properties": {"Vrf1": {"type": "object", "properties": {"ttl_action": {"type": "string"}}, "required": ["ttl_action"]}, "Vrf2": {"type": "object", "properties": {"ttl_action": {"type": "string"}}, "required": ["ttl_action"]}}, "required": ["Vrf1", "Vrf2"]}}, "required": ["VRF"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"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" : 404422661, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "dd43b2e73f3e6530dc9901a11da342b1", "wof:id" : 404422661, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [3.15385850668913, 49.62007255526584, 3.19258425111362, 49.65397197122351], "geometry" : {"coordinates" : [[[3.17202374236515, 49.62007255526584], [3.15888255279387, 49.62417017414518], [3.15777276119436, 49.63213332758051], [3.16732526689725, 49.63410647813645], [3.16370302261526, 49.64360064355343], [3.15385850668913, 49.65091905756119], [3.15565312887553, 49.65397197122351], [3.16983075154164, 49.65120332241774], [3.17938752600003, 49.65324736860975], [3.18993598981893, 49.63882687569314], [3.19258425111362, 49.63659417285677], [3.1869354812908, 49.62800330054706], [3.17202374236515, 49.62007255526584]]], "type" : "Polygon"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"department": {"type": "string"}, "description": {"type": "array", "items": {"type": "string"}}, "fullname": {"type": "string"}, "number": {"type": "integer"}, "section": {"type": "string"}, "semester": {"type": "integer"}, "shortname": {"type": "string"}, "type": {"type": "string"}, "year": {"type": "integer"}}, "required": ["department", "description", "fullname", "number", "section", "semester", "shortname", "type", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"department" : "FREN", "description" : ["Students study French language and Moroccan culture in the Imperial City of Fez. An", "immersion experience that includes home stays with local French-speaking families, the", "course focuses on Moroccan culture, emphasizing the multicultural", "aspects of Morocco and facilitating student interaction with the local population. The course", "includes field trips to various sites in and around Fez, day-long visits to Mekn\u00e8s and Moulay", "Idriss, and a longer excursion to Marrakech and Casablanca. Second-year French grammar and the", "reinforcement of writing and speaking skills are", "integrated into the reading and discussion of texts pertaining to Morocco's history", "and culture and their relation to present-day Morocco. Taught in French. Offered during", "Interim. Open to first-year students. Counts toward middle eastern studies concentration.", "Prerequisite: FREN 231 or placement in FREN 232."], "fullname" : "French Language and Moroccan Culture in Fez (abroad)", "number" : 235, "section" : "", "semester" : 2, "shortname" : "Fr Lang/Moroccan Culture", "type" : "R", "year" : 2019} | json_instruct | {"type": "object", "properties": {"department": {"type": "string"}, "description": {"type": "array", "items": {"type": "string"}}, "fullname": {"type": "string"}, "number": {"type": "integer"}, "section": {"type": "string"}, "semester": {"type": "integer"}, "shortname": {"type": "string"}, "type": {"type": "string"}, "year": {"type": "integer"}}, "required": ["department", "description", "fullname", "number", "section", "semester", "shortname", "type", "year"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"server": {"type": "object", "properties": {"port": {"type": "integer"}}, "required": ["port"]}, "controllers": {"type": "array", "items": {"type": "string"}}, "db": {"type": "object", "properties": {"mongo": {"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "string"}, "dbname": {"type": "string"}}, "required": ["host", "port", "dbname"]}}, "required": ["mongo"]}, "states": {"type": "array", "items": {"type": "string"}}}, "required": ["server", "controllers", "db", "states"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"server" : {"port" : 9999}, "controllers" : ["ExampleController"], "db" : {"mongo" : {"host" : "localhost", "port" : "27017", "dbname" : "FERMTESTING"}}, "states" : ["testing"]} | json_instruct | {"type": "object", "properties": {"server": {"type": "object", "properties": {"port": {"type": "integer"}}, "required": ["port"]}, "controllers": {"type": "array", "items": {"type": "string"}}, "db": {"type": "object", "properties": {"mongo": {"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "string"}, "dbname": {"type": "string"}}, "required": ["host", "port", "dbname"]}}, "required": ["mongo"]}, "states": {"type": "array", "items": {"type": "string"}}}, "required": ["server", "controllers", "db", "states"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"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" : 101773083, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "19faaf5d18f13af08fbc6b9a1899a87f", "wof:id" : 101773083, "wof:repo" : "whosonfirst-data-admin-es"}, "bbox" : [-7.43809, 41.94149, -7.43809, 41.94149], "geometry" : {"coordinates" : [-7.43809, 41.94149], "type" : "Point"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "displayName": {"type": "string"}, "unity": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "description": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "version", "displayName", "unity", "author", "description", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "com.pheonise.unity.desktopoverlay", "version" : "1.0.0", "displayName" : "Unity3D Desktop Overlay", "unity" : "2017.1", "author" : {"name" : "pheonise"}, "description" : "Package wrapper for https://github.com/pheonise/Unity3D-Desktop-Overlay", "type" : "library"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "displayName": {"type": "string"}, "unity": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "description": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "version", "displayName", "unity", "author", "description", "type"], "$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.