input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"schema": {"type": "string"}, "documents": {"type": "string"}}, "required": ["schema", "documents"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"schema" : "https://data.rcsb.org/graphql", "documents" : "src/RcsbGraphQL/Queries/Yosemite/*.graphql"} | json_instruct | {"type": "object", "properties": {"schema": {"type": "string"}, "documents": {"type": "string"}}, "required": ["schema", "documents"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"\u1e6f\u0259\u00b7\u2019\u014d\u00b7w\u00b7m\u00eem": {"type": "object", "properties": {"gen.38.27|4": {"type": "array", "items": {"type": "string"}}}, "required": ["gen.38.27|4"]}, "\u1e6f\u014d\u00b7w\u00b7mim": {"type": "object", "properties": {"gen.25.24|4": {"type": "array", "items": {"type": "string"}}}, "required": ["gen.25.24|4"]}, "t\u0101\u00b7\u2019o\u00b7m\u00ea": {"type": "object", "properties": {"jdg.3.biblehub.htm|4": {"type": "array", "items": {"type": "string"}}}, "required": ["jdg.3.biblehub.htm|4"]}, "t\u0259\u00b7\u2019\u014d\u00b7w\u00b7m\u00ea": {"type": "object", "properties": {"num.5.biblehub.htm|4": {"type": "array", "items": {"type": "string"}}}, "required": ["num.5.biblehub.htm|4"]}}, "required": ["\u1e6f\u0259\u00b7\u2019\u014d\u00b7w\u00b7m\u00eem", "\u1e6f\u014d\u00b7w\u00b7mim", "t\u0101\u00b7\u2019o\u00b7m\u00ea", "t\u0259\u00b7\u2019\u014d\u00b7w\u00b7m\u00ea"]}, "meanings": {"type": "object", "properties": {"twin": {"type": "integer"}}, "required": ["twin"]}, "meaningsCount": {"type": "integer"}, "occurences": {"type": "integer"}}, "required": ["pos", "translits", "meanings", "meaningsCount", "occurences"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"pos" : "n", "translits" : {"\u1e6f\u0259\u00b7\u2019\u014d\u00b7w\u00b7m\u00eem" : {"gen.38.27|4" : ["that behold\uff64", "twins [were]", "in her womb."]}, "\u1e6f\u014d\u00b7w\u00b7mim" : {"gen.25.24|4" : ["and indeed [there were]\uff64", "twins", "in her womb."]}, "t\u0101\u00b7\u2019o\u00b7m\u00ea" : {"jdg.3.biblehub.htm|4" : ["fawns", "Twins", "of a gazelle."]}, "t\u0259\u00b7\u2019\u014d\u00b7w\u00b7m\u00ea" : {"num.5.biblehub.htm|4" : ["fawns", "Twins\uff64", "of a gazelle"]}}, "meanings" : {"twin" : 4}, "meaningsCount" : 1, "occurences" : 4} | json_instruct | {"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"\u1e6f\u0259\u00b7\u2019\u014d\u00b7w\u00b7m\u00eem": {"type": "object", "properties": {"gen.38.27|4": {"type": "array", "items": {"type": "string"}}}, "required": ["gen.38.27|4"]}, "\u1e6f\u014d\u00b7w\u00b7mim": {"type": "object", "properties": {"gen.25.24|4": {"type": "array", "items": {"type": "string"}}}, "required": ["gen.25.24|4"]}, "t\u0101\u00b7\u2019o\u00b7m\u00ea": {"type": "object", "properties": {"jdg.3.biblehub.htm|4": {"type": "array", "items": {"type": "string"}}}, "required": ["jdg.3.biblehub.htm|4"]}, "t\u0259\u00b7\u2019\u014d\u00b7w\u00b7m\u00ea": {"type": "object", "properties": {"num.5.biblehub.htm|4": {"type": "array", "items": {"type": "string"}}}, "required": ["num.5.biblehub.htm|4"]}}, "required": ["\u1e6f\u0259\u00b7\u2019\u014d\u00b7w\u00b7m\u00eem", "\u1e6f\u014d\u00b7w\u00b7mim", "t\u0101\u00b7\u2019o\u00b7m\u00ea", "t\u0259\u00b7\u2019\u014d\u00b7w\u00b7m\u00ea"]}, "meanings": {"type": "object", "properties": {"twin": {"type": "integer"}}, "required": ["twin"]}, "meaningsCount": {"type": "integer"}, "occurences": {"type": "integer"}}, "required": ["pos", "translits", "meanings", "meaningsCount", "occurences"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "files": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"esnext": {"type": "string"}, "gulp-util": {"type": "string"}, "object-assign": {"type": "string"}, "through2": {"type": "string"}, "vinyl-sourcemaps-apply": {"type": "string"}}, "required": ["esnext", "gulp-util", "object-assign", "through2", "vinyl-sourcemaps-apply"]}, "devDependencies": {"type": "object", "properties": {"gulp-sourcemaps": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["gulp-sourcemaps", "mocha"]}}, "required": ["name", "version", "description", "license", "repository", "author", "engines", "scripts", "files", "keywords", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "gulp-esnext", "version" : "4.1.0", "description" : "Transform next-generation JavaScript to today's JavaScript", "license" : "MIT", "repository" : "sindresorhus/gulp-esnext", "author" : {"name" : "Sindre Sorhus", "email" : "sindresorhus@gmail.com", "url" : "http://sindresorhus.com"}, "engines" : {"node" : ">=0.10.0"}, "scripts" : {"test" : "mocha"}, "files" : ["index.js"], "keywords" : ["gulpplugin", "rewriting", "transformation", "syntax", "codegen", "desugaring", "es2015", "compiler", "transpiler"], "dependencies" : {"esnext" : "^0.14.0", "gulp-util" : "^3.0.0", "object-assign" : "^4.0.1", "through2" : "^2.0.0", "vinyl-sourcemaps-apply" : "^0.2.0"}, "devDependencies" : {"gulp-sourcemaps" : "^1.1.1", "mocha" : "*"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "files": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"esnext": {"type": "string"}, "gulp-util": {"type": "string"}, "object-assign": {"type": "string"}, "through2": {"type": "string"}, "vinyl-sourcemaps-apply": {"type": "string"}}, "required": ["esnext", "gulp-util", "object-assign", "through2", "vinyl-sourcemaps-apply"]}, "devDependencies": {"type": "object", "properties": {"gulp-sourcemaps": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["gulp-sourcemaps", "mocha"]}}, "required": ["name", "version", "description", "license", "repository", "author", "engines", "scripts", "files", "keywords", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["ember-cli-dashboardable"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "score": {"type": "string"}}, "required": ["type", "score"]}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {"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-x28p-fjp4-h4m4", "modified" : "2022-05-13T01:02:56Z", "published" : "2022-05-13T01:02:56Z", "aliases" : ["CVE-2018-17974"], "details" : "An issue was discovered in Tcpreplay 4.3.0 beta1. A heap-based buffer over-read was triggered in the function dlt_en10mb_encode() of the file plugins/dlt_en10mb/en10mb.c, due to inappropriate values in the function memmove(). The length (pktlen + ctx -> l2len) can be larger than source value (packet + ctx->l2len) because the function fails to ensure the length of a packet is valid. This leads to Denial of Service.", "severity" : [{"type" : "CVSS_V3", "score" : "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H"}], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2018-17974"}, {"type" : "WEB", "url" : "https://github.com/appneta/tcpreplay/issues/486"}, {"type" : "WEB", "url" : "https://github.com/SegfaultMasters/covering360/tree/master/tcpreplay"}], "database_specific" : {"cwe_ids" : ["CWE-125"], "severity" : "MODERATE", "github_reviewed" : false}} | json_instruct | {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "score": {"type": "string"}}, "required": ["type", "score"]}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {"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#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"result": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "number"}, "7": {"type": "number"}, "10": {"type": "string"}}, "required": ["1", "2", "3", "4", "5", "6", "7", "10"]}}}, "required": ["1"]}}, "required": ["result"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"result" : {"1" : [{"1" : "Monterey/Carmel Monterey Regional, CA (MRY)", "2" : "airport", "3" : "MRY", "4" : "MRY", "5" : "Monterey", "6" : -121.84306, "7" : 36.5869444, "10" : "America/Los_Angeles"}]}} | json_instruct | {"type": "object", "properties": {"result": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "number"}, "7": {"type": "number"}, "10": {"type": "string"}}, "required": ["1", "2", "3", "4", "5", "6", "7", "10"]}}}, "required": ["1"]}}, "required": ["result"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "6301020001", "nama" : "KUALA TAMBANGAN"}, {"id" : "6301020002", "nama" : "TELAGA LANGSAT"}, {"id" : "6301020003", "nama" : "TAKISUNG"}, {"id" : "6301020004", "nama" : "GUNUNG MAKMUR"}, {"id" : "6301020005", "nama" : "SUMBER MAKMUR"}, {"id" : "6301020006", "nama" : "BENUA TENGAH"}, {"id" : "6301020007", "nama" : "BENUA LAWAS"}, {"id" : "6301020008", "nama" : "RANGGANG"}, {"id" : "6301020009", "nama" : "BATILAI"}, {"id" : "6301020010", "nama" : "RANGGANG DALAM"}, {"id" : "6301020011", "nama" : "PEGATAN BESAR"}, {"id" : "6301020012", "nama" : "TABANIO"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"etp.js": {"type": "string"}, "etp.min.js": {"type": "string"}}, "required": ["etp.js", "etp.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"etp.js" : "sha256-8MA4/dYlLJze8dHHxYIerwbRcYCaYEFmjrm0fStqHWk=", "etp.min.js" : "sha256-HnTEtigZSlbmISN13O5wAhSKFGMk4D875wYQM5baptw="} | json_instruct | {"type": "object", "properties": {"etp.js": {"type": "string"}, "etp.min.js": {"type": "string"}}, "required": ["etp.js", "etp.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "null"}, "license": {"type": "string"}, "url": {"type": "string"}, "citation": {"type": "string"}, "aboutUrl": {"type": "null"}, "conceptlist": {"type": "array", "items": {"type": "string"}}, "lingpy_schema": {"type": "null"}, "derived_from": {"type": "null"}, "related": {"type": "null"}, "source": {"type": "null"}, "patron": {"type": "null"}}, "required": ["id", "title", "description", "license", "url", "citation", "aboutUrl", "conceptlist", "lingpy_schema", "derived_from", "related", "source", "patron"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "Kleinewillinghoeferbikwinjen", "title" : "CLDF dataset derived from Kleinewillingh\u00f6fer's \"Bikwin-Jen Comparative Wordlist\" from 2015", "description" : null, "license" : "CC-BY-4.0", "url" : "https://www.blogs.uni-mainz.de/fb07-adamawa/adamawa-languages/bikwin-jen-group/", "citation" : "Kleinewillingh\u00f6fer, Ulrich (2015). Bikwin-Jen Group. https://www.blogs.uni-mainz.de/fb07-adamawa/adamawa-languages/bikwin-jen-group/. Accessed on: 2020-04-15.", "aboutUrl" : null, "conceptlist" : ["Kleinewillinghoefer-2015-119", "Kleinewillinghoefer-2014-16"], "lingpy_schema" : null, "derived_from" : null, "related" : null, "source" : null, "patron" : null} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "null"}, "license": {"type": "string"}, "url": {"type": "string"}, "citation": {"type": "string"}, "aboutUrl": {"type": "null"}, "conceptlist": {"type": "array", "items": {"type": "string"}}, "lingpy_schema": {"type": "null"}, "derived_from": {"type": "null"}, "related": {"type": "null"}, "source": {"type": "null"}, "patron": {"type": "null"}}, "required": ["id", "title", "description", "license", "url", "citation", "aboutUrl", "conceptlist", "lingpy_schema", "derived_from", "related", "source", "patron"], "$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"}, "types": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "prepublish": {"type": "string"}}, "required": ["dev", "build", "prepublish"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "devDependencies": {"type": "object", "properties": {"@rollup/plugin-commonjs": {"type": "string"}, "@rollup/plugin-node-resolve": {"type": "string"}, "@rollup/plugin-typescript": {"type": "string"}, "@rollup/plugin-wasm": {"type": "string"}, "@types/node": {"type": "string"}, "rollup": {"type": "string"}, "tslib": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@rollup/plugin-commonjs", "@rollup/plugin-node-resolve", "@rollup/plugin-typescript", "@rollup/plugin-wasm", "@types/node", "rollup", "tslib", "typescript"]}, "dependencies": {"type": "object", "properties": {"spar-rs": {"type": "string"}, "ts-morph": {"type": "string"}}, "required": ["spar-rs", "ts-morph"]}, "type": {"type": "string"}, "main": {"type": "string"}, "exports": {"type": "object", "properties": {"require": {"type": "string"}}, "required": ["require"]}}, "required": ["name", "version", "description", "types", "files", "scripts", "keywords", "author", "license", "repository", "devDependencies", "dependencies", "type", "main", "exports"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "spar-lib", "version" : "0.0.27", "description" : "Automatically create Rust bindings from Typescript", "types" : "./dist/index.d.ts", "files" : ["/dist/index.js", "/dist/index.d.ts"], "scripts" : {"dev" : "rollup --config rollup.config.js -w", "build" : "rollup --config rollup.config.js", "prepublish" : "tsc --emitDeclarationOnly"}, "keywords" : ["rust", "spar"], "author" : "Elizabeth Marston", "license" : "MIT", "repository" : {"type" : "git", "url" : "https://github.com/elmarsto/spar.git"}, "devDependencies" : {"@rollup/plugin-commonjs" : "^17.0.0", "@rollup/plugin-node-resolve" : "^11.0.1", "@rollup/plugin-typescript" : "^8.1.0", "@rollup/plugin-wasm" : "^5.1.2", "@types/node" : "^14.14.14", "rollup" : "^2.35.1", "tslib" : "^2.0.3", "typescript" : "^4.1.3"}, "dependencies" : {"spar-rs" : "^0.0.27", "ts-morph" : "^9.1.0"}, "type" : "commonjs", "main" : "./dist/index.js", "exports" : {"require" : "./dist/index.js"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "types": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "prepublish": {"type": "string"}}, "required": ["dev", "build", "prepublish"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "devDependencies": {"type": "object", "properties": {"@rollup/plugin-commonjs": {"type": "string"}, "@rollup/plugin-node-resolve": {"type": "string"}, "@rollup/plugin-typescript": {"type": "string"}, "@rollup/plugin-wasm": {"type": "string"}, "@types/node": {"type": "string"}, "rollup": {"type": "string"}, "tslib": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@rollup/plugin-commonjs", "@rollup/plugin-node-resolve", "@rollup/plugin-typescript", "@rollup/plugin-wasm", "@types/node", "rollup", "tslib", "typescript"]}, "dependencies": {"type": "object", "properties": {"spar-rs": {"type": "string"}, "ts-morph": {"type": "string"}}, "required": ["spar-rs", "ts-morph"]}, "type": {"type": "string"}, "main": {"type": "string"}, "exports": {"type": "object", "properties": {"require": {"type": "string"}}, "required": ["require"]}}, "required": ["name", "version", "description", "types", "files", "scripts", "keywords", "author", "license", "repository", "devDependencies", "dependencies", "type", "main", "exports"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"947239374882": {"type": "object", "properties": {"type": {"type": "string"}, "bookName": {"type": "string"}, "subjectName": {"type": "string"}, "fName": {"type": "string"}}, "required": ["type", "bookName", "subjectName", "fName"]}, "947239375095": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "947239375096": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["947239374882", "947239375095", "947239375096"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"947239374882" : {"type" : "book open", "bookName" : "Epic%20Quest", "subjectName" : "school", "fName" : "users/MS0vYW5kcm9pZF9hc3NldC93d3cvc2Nob29sL0VwaWMlMjBRdWVzdC92YXJpYWJsZS1FUV92aWxsX3BvdHRzX3R1dG9yaWFsLUVRX3ZpbGxfcG90dHNfdHV0b3JpYWwuaHRtbC1hbmFseXRpY3MtOTQ3MjM5Mzc0ODI1.json"}, "947239375095" : {"type" : "st"}, "947239375096" : {"type" : "ss"}} | json_instruct | {"type": "object", "properties": {"947239374882": {"type": "object", "properties": {"type": {"type": "string"}, "bookName": {"type": "string"}, "subjectName": {"type": "string"}, "fName": {"type": "string"}}, "required": ["type", "bookName", "subjectName", "fName"]}, "947239375095": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "947239375096": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["947239374882", "947239375095", "947239375096"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"author": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "engines": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"server": {"type": "string"}, "build": {"type": "string"}, "less": {"type": "string"}, "postinstall": {"type": "string"}}, "required": ["server", "build", "less", "postinstall"]}, "dependencies": {"type": "object", "properties": {"conventional-changelog": {"type": "string"}, "gulp": {"type": "string"}, "gulp-bump": {"type": "string"}, "gulp-clean": {"type": "string"}, "gulp-concat": {"type": "string"}, "gulp-jshint": {"type": "string"}, "gulp-less": {"type": "string"}, "gulp-minify-css": {"type": "string"}, "gulp-uglify": {"type": "string"}}, "required": ["conventional-changelog", "gulp", "gulp-bump", "gulp-clean", "gulp-concat", "gulp-jshint", "gulp-less", "gulp-minify-css", "gulp-uglify"]}, "devDependencies": {"type": "object", "properties": {"bower": {"type": "string"}}, "required": ["bower"]}}, "required": ["author", "name", "version", "description", "homepage", "license", "engines", "repository", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"author" : "Jonathon Thompson <jonathonhthompson@gmail.com>", "name" : "pulp-fighter", "version" : "1.0.0", "description" : "Site built with Django describing who Jonathon really is", "homepage" : "", "license" : "MIT", "engines" : "node", "repository" : {"type" : "git", "url" : "https://github.com/writes/pulp-fighter.git"}, "scripts" : {"server" : "python manage.py runserver", "build" : "python manage.py migrate", "less" : "lessc ./mysite/polls/static/polls/styleguide/less/main.less ./mysite/polls/static/polls/styleguide/css/main.css", "postinstall" : "bower update"}, "dependencies" : {"conventional-changelog" : "0.0.11", "gulp" : "3.8.10", "gulp-bump" : "0.1.11", "gulp-clean" : "0.3.1", "gulp-concat" : "^2.5.2", "gulp-jshint" : "1.9.0", "gulp-less" : "1.3.6", "gulp-minify-css" : "0.3.11", "gulp-uglify" : "^1.2.0"}, "devDependencies" : {"bower" : "^1.7.9"}} | json_instruct | {"type": "object", "properties": {"author": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "engines": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"server": {"type": "string"}, "build": {"type": "string"}, "less": {"type": "string"}, "postinstall": {"type": "string"}}, "required": ["server", "build", "less", "postinstall"]}, "dependencies": {"type": "object", "properties": {"conventional-changelog": {"type": "string"}, "gulp": {"type": "string"}, "gulp-bump": {"type": "string"}, "gulp-clean": {"type": "string"}, "gulp-concat": {"type": "string"}, "gulp-jshint": {"type": "string"}, "gulp-less": {"type": "string"}, "gulp-minify-css": {"type": "string"}, "gulp-uglify": {"type": "string"}}, "required": ["conventional-changelog", "gulp", "gulp-bump", "gulp-clean", "gulp-concat", "gulp-jshint", "gulp-less", "gulp-minify-css", "gulp-uglify"]}, "devDependencies": {"type": "object", "properties": {"bower": {"type": "string"}}, "required": ["bower"]}}, "required": ["author", "name", "version", "description", "homepage", "license", "engines", "repository", "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": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["img.bi-server", "laravel-elixir-angular-gettext", "mamka-i18n", "masterpkg"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"already_configured": {"type": "string"}}, "required": ["already_configured"]}, "error": {"type": "object", "properties": {"cannot_connect": {"type": "string"}}, "required": ["cannot_connect"]}, "flow_title": {"type": "string"}, "step": {"type": "object", "properties": {"gateway_entry": {"type": "object", "properties": {"data": {"type": "object", "properties": {"ip_address": {"type": "string"}, "port": {"type": "string"}}, "required": ["ip_address", "port"]}, "description": {"type": "string"}, "title": {"type": "string"}}, "required": ["data", "description", "title"]}, "gateway_select": {"type": "object", "properties": {"data": {"type": "object", "properties": {"selected_gateway": {"type": "string"}}, "required": ["selected_gateway"]}, "description": {"type": "string"}, "title": {"type": "string"}}, "required": ["data", "description", "title"]}}, "required": ["gateway_entry", "gateway_select"]}}, "required": ["abort", "error", "flow_title", "step"]}, "options": {"type": "object", "properties": {"step": {"type": "object", "properties": {"init": {"type": "object", "properties": {"data": {"type": "object", "properties": {"scan_interval": {"type": "string"}}, "required": ["scan_interval"]}, "description": {"type": "string"}, "title": {"type": "string"}}, "required": ["data", "description", "title"]}}, "required": ["init"]}}, "required": ["step"]}}, "required": ["config", "options"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"config" : {"abort" : {"already_configured" : "El dispositivo ya est\u00e1 configurado"}, "error" : {"cannot_connect" : "No se pudo conectar"}, "flow_title" : "ScreenLogic {name}", "step" : {"gateway_entry" : {"data" : {"ip_address" : "Direcci\u00f3n IP", "port" : "Puerto"}, "description" : "Introduzca la informaci\u00f3n de su ScreenLogic Gateway.", "title" : "ScreenLogic"}, "gateway_select" : {"data" : {"selected_gateway" : "Puerta de enlace"}, "description" : "Se han descubierto las siguientes puertas de enlace ScreenLogic. Seleccione una para configurarla o elija configurar manualmente una puerta de enlace ScreenLogic.", "title" : "ScreenLogic"}}}, "options" : {"step" : {"init" : {"data" : {"scan_interval" : "Segundos entre exploraciones"}, "description" : "Especificar la configuraci\u00f3n de {gateway_name}", "title" : "ScreenLogic"}}}} | json_instruct | {"type": "object", "properties": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"already_configured": {"type": "string"}}, "required": ["already_configured"]}, "error": {"type": "object", "properties": {"cannot_connect": {"type": "string"}}, "required": ["cannot_connect"]}, "flow_title": {"type": "string"}, "step": {"type": "object", "properties": {"gateway_entry": {"type": "object", "properties": {"data": {"type": "object", "properties": {"ip_address": {"type": "string"}, "port": {"type": "string"}}, "required": ["ip_address", "port"]}, "description": {"type": "string"}, "title": {"type": "string"}}, "required": ["data", "description", "title"]}, "gateway_select": {"type": "object", "properties": {"data": {"type": "object", "properties": {"selected_gateway": {"type": "string"}}, "required": ["selected_gateway"]}, "description": {"type": "string"}, "title": {"type": "string"}}, "required": ["data", "description", "title"]}}, "required": ["gateway_entry", "gateway_select"]}}, "required": ["abort", "error", "flow_title", "step"]}, "options": {"type": "object", "properties": {"step": {"type": "object", "properties": {"init": {"type": "object", "properties": {"data": {"type": "object", "properties": {"scan_interval": {"type": "string"}}, "required": ["scan_interval"]}, "description": {"type": "string"}, "title": {"type": "string"}}, "required": ["data", "description", "title"]}}, "required": ["init"]}}, "required": ["step"]}}, "required": ["config", "options"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"consumed_commands": {"type": "integer"}, "energy": {"type": "integer"}, "engine_name": {"type": "string"}, "successful": {"type": "boolean"}}, "required": ["consumed_commands", "energy", "engine_name", "successful"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"consumed_commands" : 122392, "energy" : 1879916556088, "engine_name" : "unknown", "successful" : true} | json_instruct | {"type": "object", "properties": {"consumed_commands": {"type": "integer"}, "energy": {"type": "integer"}, "engine_name": {"type": "string"}, "successful": {"type": "boolean"}}, "required": ["consumed_commands", "energy", "engine_name", "successful"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"editor.js": {"type": "string"}}, "required": ["editor.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"editor.js" : "sha256-T2lTO0w17A+8tX6wr9FwNSAT2Cvyb3088OI9ZGTrERc="} | json_instruct | {"type": "object", "properties": {"editor.js": {"type": "string"}}, "required": ["editor.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"value": {"type": "string"}, "value1": {"type": "string"}, "value2": {"type": "string"}, "value3": {"type": "string"}, "value4": {"type": "string"}, "value5": {"type": "string"}, "value6": {"type": "string"}}, "required": ["value", "value1", "value2", "value3", "value4", "value5", "value6"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"value" : "default config", "value1" : "${HOME: default}", "value2" : "${ESCAPE: $}", "value3" : "${TEST.string: default}", "value4" : "${TEST.list:default}", "value5" : "${TEST.map:default}", "value6" : "${NO_ESCAPE: $abc}"} | json_instruct | {"type": "object", "properties": {"value": {"type": "string"}, "value1": {"type": "string"}, "value2": {"type": "string"}, "value3": {"type": "string"}, "value4": {"type": "string"}, "value5": {"type": "string"}, "value6": {"type": "string"}}, "required": ["value", "value1", "value2", "value3", "value4", "value5", "value6"], "$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": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0x72f2d0bd01215a28f513f0da5c2477597439637a", "tool" : "osiris", "start" : 1564610539.56527, "end" : 1564610542.0448143, "duration" : 2.4795444011688232, "analysis" : []} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"body" : "CHAP. XVIII.: OF OTHER SIMPLE MODES.", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/3660.json"} | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "pokecube_legends:block/fini_totem/fini_red_totem"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0x1726c5e85e1055a11b3dfa12660466de349516b9", "tool" : "oyente", "start" : 1563685183.9517982, "end" : 1563685187.1444905, "duration" : 3.192692279815674, "analysis" : []} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "parentId": {"type": "string"}, "preventModification": {"type": "boolean"}, "restrictInstanceEditing": {"type": "boolean"}, "namespace": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}, "base": {"type": "string"}, "idInjection": {"type": "boolean"}, "invertItemOrder": {"type": "boolean"}, "properties": {"type": "object", "properties": {"id": {"type": "object", "properties": {"type": {"type": "string"}, "required": {"type": "boolean"}, "name": {"type": "string"}}, "required": ["type", "required", "name"]}, "raw": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}}, "required": ["type", "name"]}}, "required": ["id", "raw"]}, "validations": {"type": "array", "items": {}}, "relations": {"type": "object", "properties": {}, "required": []}, "acls": {"type": "array", "items": {}}, "methods": {"type": "array", "items": {}}, "localTypes": {"type": "object", "properties": {}, "required": []}}, "required": ["id", "name", "parentId", "preventModification", "restrictInstanceEditing", "namespace", "base", "idInjection", "invertItemOrder", "properties", "validations", "relations", "acls", "methods", "localTypes"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "Analysis", "name" : "Analysis", "parentId" : "Model-Definitions", "preventModification" : true, "restrictInstanceEditing" : true, "namespace" : {"id" : "com.kohese.metamodel"}, "base" : "PersistedModel", "idInjection" : true, "invertItemOrder" : true, "properties" : {"id" : {"type" : "string", "required" : true, "name" : "id"}, "raw" : {"type" : "object", "name" : "raw"}}, "validations" : [], "relations" : {}, "acls" : [], "methods" : [], "localTypes" : {}} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "parentId": {"type": "string"}, "preventModification": {"type": "boolean"}, "restrictInstanceEditing": {"type": "boolean"}, "namespace": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}, "base": {"type": "string"}, "idInjection": {"type": "boolean"}, "invertItemOrder": {"type": "boolean"}, "properties": {"type": "object", "properties": {"id": {"type": "object", "properties": {"type": {"type": "string"}, "required": {"type": "boolean"}, "name": {"type": "string"}}, "required": ["type", "required", "name"]}, "raw": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}}, "required": ["type", "name"]}}, "required": ["id", "raw"]}, "validations": {"type": "array", "items": {}}, "relations": {"type": "object", "properties": {}, "required": []}, "acls": {"type": "array", "items": {}}, "methods": {"type": "array", "items": {}}, "localTypes": {"type": "object", "properties": {}, "required": []}}, "required": ["id", "name", "parentId", "preventModification", "restrictInstanceEditing", "namespace", "base", "idInjection", "invertItemOrder", "properties", "validations", "relations", "acls", "methods", "localTypes"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": {"type": "null"}, "labels": {"type": "array", "items": {"type": "string"}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"body" : "This PR is to add a iperf package in spack.", "user" : "darmac", "url" : "https://api.github.com/repos/spack/spack/issues/13799", "updated_at" : "2019-11-21 05:35:54", "created_at" : "2019-11-20 05:35:08", "closed_at" : "2019-11-21 03:27:36", "state" : "closed", "title" : "add package iperf@1.0.13", "number" : 13799, "milestone" : null, "labels" : ["new-package"], "id" : 525564740, "html_url" : "https://github.com/spack/spack/pull/13799", "assignees" : [], "comments" : 2} | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": {"type": "null"}, "labels": {"type": "array", "items": {"type": "string"}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"stationGroupId" : 9950522, "stations" : ["9950522"]} | json_instruct | {"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "440705001001", "text" : "\u5317\u95e8\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "440705001002", "text" : "\u83f1\u4e1c\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "440705001003", "text" : "\u5357\u5b81\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "440705001004", "text" : "\u4e2d\u5fc3\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "440705001005", "text" : "\u6cb3\u5357\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "440705001006", "text" : "\u8d24\u6d32\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "440705001007", "text" : "\u6d50\u6e7e\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "440705001008", "text" : "\u5357\u56ed\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "440705001009", "text" : "\u5357\u5174\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "440705001010", "text" : "\u4e03\u5821\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "440705001011", "text" : "\u660e\u7fe0\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "440705001012", "text" : "\u57ce\u4e1c\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "440705001013", "text" : "\u57ce\u897f\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "440705001014", "text" : "\u660e\u5174\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "440705001015", "text" : "\u540c\u5fb7\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "440705001018", "text" : "\u4e03\u5821\u5de5\u8d38\u57ce\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "440705001019", "text" : "\u78a7\u6842\u56ed\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "440705001020", "text" : "\u6c11\u548c\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "440705001021", "text" : "\u4e09\u5174\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "440705001203", "text" : "\u6c38\u5b89\u6751\u59d4\u4f1a"}, {"id" : "440705001204", "text" : "\u4ec1\u4e49\u6751\u59d4\u4f1a"}, {"id" : "440705001205", "text" : "\u6c5f\u5480\u6751\u59d4\u4f1a"}, {"id" : "440705001206", "text" : "\u5947\u699c\u6751\u59d4\u4f1a"}, {"id" : "440705001207", "text" : "\u6c99\u5c97\u6751\u59d4\u4f1a"}, {"id" : "440705001208", "text" : "\u90fd\u4f1a\u6751\u59d4\u4f1a"}, {"id" : "440705001209", "text" : "\u5927\u6ed8\u6751\u59d4\u4f1a"}, {"id" : "440705001210", "text" : "\u4e1c\u7532\u6751\u59d4\u4f1a"}, {"id" : "440705001211", "text" : "\u897f\u7532\u6751\u59d4\u4f1a"}, {"id" : "440705001212", "text" : "\u7075\u9547\u6751\u59d4\u4f1a"}, {"id" : "440705001213", "text" : "\u6cd7\u4e2b\u6751\u59d4\u4f1a"}, {"id" : "440705001214", "text" : "\u57ce\u5357\u6751\u59d4\u4f1a"}, {"id" : "440705001215", "text" : "\u6885\u6c5f\u6751\u59d4\u4f1a"}, {"id" : "440705001216", "text" : "\u57ce\u90ca\u6751\u59d4\u4f1a"}, {"id" : "440705001217", "text" : "\u4e09\u8054\u6751\u59d4\u4f1a"}, {"id" : "440705001218", "text" : "\u6cb3\u5317\u6751\u59d4\u4f1a"}, {"id" : "440705001219", "text" : "\u7fa4\u80dc\u6751\u59d4\u4f1a"}, {"id" : "440705001220", "text" : "\u4e5d\u9f99\u6751\u59d4\u4f1a"}, {"id" : "440705001221", "text" : "\u4e8c\u5b81\u6751\u59d4\u4f1a"}, {"id" : "440705001222", "text" : "\u5357\u5e9a\u6751\u59d4\u4f1a"}, {"id" : "440705001223", "text" : "\u5b56\u51b2\u6751\u59d4\u4f1a"}, {"id" : "440705001224", "text" : "\u5929\u7984\u6751\u59d4\u4f1a"}, {"id" : "440705001225", "text" : "\u5929\u9a6c\u6751\u59d4\u4f1a"}, {"id" : "440705001226", "text" : "\u897f\u76db\u6751\u59d4\u4f1a"}, {"id" : "440705001227", "text" : "\u8336\u5751\u6751\u59d4\u4f1a"}, {"id" : "440705001228", "text" : "\u5927\u6d1e\u6751\u59d4\u4f1a"}, {"id" : "440705001229", "text" : "\u4e03\u5821\u6751\u59d4\u4f1a"}, {"id" : "440705001230", "text" : "\u6f6d\u51b2\u6751\u59d4\u4f1a"}, {"id" : "440705001231", "text" : "\u51b2\u90a3\u6751\u59d4\u4f1a"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": {"type": "null"}, "labels": {"type": "array", "items": {"type": "string"}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"body" : "If building Qt on a system with a recent glibc but an older kernel, it\r\nis possible that Qt configures features based on glibc that are not\r\nsupported in the kernel. This PR tests the kernel version and ensures\r\ncertain features are disabled if the kernel does not support them.", "user" : "glennpj", "url" : "https://api.github.com/repos/spack/spack/issues/27438", "updated_at" : "2021-11-16 03:28:48", "created_at" : "2021-11-13 04:53:42", "closed_at" : "2021-11-13 20:39:50", "state" : "closed", "title" : "qt: turn off features if not supported by the kernel", "number" : 27438, "milestone" : null, "labels" : ["update-package"], "id" : 1052544294, "html_url" : "https://github.com/spack/spack/pull/27438", "assignees" : [], "comments" : 0} | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": {"type": "null"}, "labels": {"type": "array", "items": {"type": "string"}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"national": {"type": "null"}, "wmo": {"type": "string"}, "ghcn": {"type": "null"}, "wban": {"type": "null"}, "usaf": {"type": "string"}, "mosmix": {"type": "null"}, "icao": {"type": "string"}, "iata": {"type": "string"}}, "required": ["national", "wmo", "ghcn", "wban", "usaf", "mosmix", "icao", "iata"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}, "history": {"type": "array", "items": {}}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone", "history"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "64211", "name" : {"en" : "Kinshasa / N'Dolo"}, "country" : "CD", "region" : "KN", "identifiers" : {"national" : null, "wmo" : "64211", "ghcn" : null, "wban" : null, "usaf" : "642110", "mosmix" : null, "icao" : "FZAB", "iata" : "NLO"}, "location" : {"latitude" : -4.3167, "longitude" : 15.3167, "elevation" : 0}, "timezone" : "Africa/Lubumbashi", "history" : []} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"national": {"type": "null"}, "wmo": {"type": "string"}, "ghcn": {"type": "null"}, "wban": {"type": "null"}, "usaf": {"type": "string"}, "mosmix": {"type": "null"}, "icao": {"type": "string"}, "iata": {"type": "string"}}, "required": ["national", "wmo", "ghcn", "wban", "usaf", "mosmix", "icao", "iata"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}, "history": {"type": "array", "items": {}}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone", "history"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"merged" : "/Users/abrito/Documents/capacitor/capacitor-heatmap/android/build/intermediates/res/merged/release/drawable-ldrtl-xhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png", "source" : "/Users/abrito/.gradle/caches/transforms-3/6282d5ad90b4f5ad97279e0e657be671/transformed/appcompat-1.2.0/res/drawable-ldrtl-xhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png"}, {"merged" : "/Users/abrito/Documents/capacitor/capacitor-heatmap/android/build/intermediates/res/merged/release/drawable-ldrtl-xhdpi-v17/abc_spinner_mtrl_am_alpha.9.png", "source" : "/Users/abrito/.gradle/caches/transforms-3/6282d5ad90b4f5ad97279e0e657be671/transformed/appcompat-1.2.0/res/drawable-ldrtl-xhdpi-v17/abc_spinner_mtrl_am_alpha.9.png"}, {"merged" : "/Users/abrito/Documents/capacitor/capacitor-heatmap/android/build/intermediates/res/merged/release/drawable-ldrtl-xhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png", "source" : "/Users/abrito/.gradle/caches/transforms-3/6282d5ad90b4f5ad97279e0e657be671/transformed/appcompat-1.2.0/res/drawable-ldrtl-xhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "wood_overhaul:block/cypress_wood"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "moblocks:block/pillars/polished_blackstone_small_pillar_middle"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"DateTimeOriginal": {"type": "string"}, "ExifIFDPointer": {"type": "string"}, "ExifImageHeight": {"type": "string"}, "ExifImageWidth": {"type": "string"}, "ExifVersion": {"type": "string"}, "Flash": {"type": "string"}, "Make": {"type": "string"}, "Model": {"type": "string"}, "ModifyDate": {"type": "string"}, "ResolutionUnit": {"type": "string"}, "XResolution": {"type": "string"}, "YResolution": {"type": "string"}}, "required": ["DateTimeOriginal", "ExifIFDPointer", "ExifImageHeight", "ExifImageWidth", "ExifVersion", "Flash", "Make", "Model", "ModifyDate", "ResolutionUnit", "XResolution", "YResolution"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"DateTimeOriginal" : "2009:12:16 16:12:36", "ExifIFDPointer" : "144", "ExifImageHeight" : "1200", "ExifImageWidth" : "1600", "ExifVersion" : "0220", "Flash" : "No Flash", "Make" : "HTC", "Model" : "Xda Orbit", "ModifyDate" : "2009:12:16 16:12:36", "ResolutionUnit" : "2", "XResolution" : "72", "YResolution" : "72"} | json_instruct | {"type": "object", "properties": {"DateTimeOriginal": {"type": "string"}, "ExifIFDPointer": {"type": "string"}, "ExifImageHeight": {"type": "string"}, "ExifImageWidth": {"type": "string"}, "ExifVersion": {"type": "string"}, "Flash": {"type": "string"}, "Make": {"type": "string"}, "Model": {"type": "string"}, "ModifyDate": {"type": "string"}, "ResolutionUnit": {"type": "string"}, "XResolution": {"type": "string"}, "YResolution": {"type": "string"}}, "required": ["DateTimeOriginal", "ExifIFDPointer", "ExifImageHeight", "ExifImageWidth", "ExifVersion", "Flash", "Make", "Model", "ModifyDate", "ResolutionUnit", "XResolution", "YResolution"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["d3chart.tooltip"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "null"}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0x50f37df80a4e804a03275b21f83ebf5d5a668d39", "tool" : "securify", "start" : 1563540368.4535015, "end" : 1563540371.6833777, "duration" : 3.2298762798309326, "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#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"code" : 3511141007, "parent" : 3511141, "name" : "KRETEK", "latitude" : null, "longitude" : null, "postal" : [68292, 68291], "children" : []} | json_instruct | {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"title": {"type": "object", "properties": {"eng": {"type": "string"}, "kan": {"type": "string"}, "rom": {"type": "string"}}, "required": ["eng", "kan", "rom"]}, "featured": {"type": "boolean"}, "mv": {"type": "string"}, "track": {"type": "string"}, "credits": {"type": "object", "properties": {"writer": {"type": "string"}, "composer": {"type": "string"}, "arranger": {"type": "string"}, "singer": {"type": "array", "items": {"type": "string"}}}, "required": ["writer", "composer", "arranger", "singer"]}, "lyrics": {"type": "object", "properties": {"eng": {"type": "string"}, "kan": {"type": "string"}, "rom": {"type": "string"}}, "required": ["eng", "kan", "rom"]}, "release_date": {"type": "string"}}, "required": ["title", "featured", "mv", "track", "credits", "lyrics", "release_date"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : {"eng" : "Midsummer Belongs to Whom?", "kan" : "\u771f\u590f\u306f\u8ab0\u306e\u30e2\u30ce\uff1f", "rom" : "Manatsu wa Dare no Mono?"}, "featured" : false, "mv" : "https://www.youtube.com/watch?v=udFowPdnGCk", "track" : "https://open.spotify.com/track/2NPr06O7VHTXOwdBoUSEJL", "credits" : {"writer" : "Aki Hata", "composer" : "Atsushi Harada (Arte Refact)", "arranger" : "Atsushi Harada (Arte Refact)", "singer" : ["Kurosawa"]}, "lyrics" : {"eng" : "/api/storage/songs/manatsu-wa-dare-no-mono-eng.txt", "kan" : "/api/storage/songs/manatsu-wa-dare-no-mono-kan.txt", "rom" : "/api/storage/songs/manatsu-wa-dare-no-mono-rom.txt"}, "release_date" : "2017-08-02"} | json_instruct | {"type": "object", "properties": {"title": {"type": "object", "properties": {"eng": {"type": "string"}, "kan": {"type": "string"}, "rom": {"type": "string"}}, "required": ["eng", "kan", "rom"]}, "featured": {"type": "boolean"}, "mv": {"type": "string"}, "track": {"type": "string"}, "credits": {"type": "object", "properties": {"writer": {"type": "string"}, "composer": {"type": "string"}, "arranger": {"type": "string"}, "singer": {"type": "array", "items": {"type": "string"}}}, "required": ["writer", "composer", "arranger", "singer"]}, "lyrics": {"type": "object", "properties": {"eng": {"type": "string"}, "kan": {"type": "string"}, "rom": {"type": "string"}}, "required": ["eng", "kan", "rom"]}, "release_date": {"type": "string"}}, "required": ["title", "featured", "mv", "track", "credits", "lyrics", "release_date"], "$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": {"op": {"type": "string"}, "path": {"type": "string"}, "value": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "file": {"type": "string"}}, "required": ["op", "path", "value", "file"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"op" : "add", "path" : "/behaviors", "value" : [{"name" : "considerpetfood"}], "file" : "game:itemtypes/food/vegetable.json"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"op": {"type": "string"}, "path": {"type": "string"}, "value": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "file": {"type": "string"}}, "required": ["op", "path", "value", "file"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source_url": {"type": "string"}, "licence": {"type": "string"}, "language": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "text": {"type": "string"}}, "required": ["authors", "doi", "publication_date", "id", "url", "source", "source_url", "licence", "language", "type", "description", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"authors" : [{"author" : "Timothy J Cochrane"}, {"author" : "Gurpreet Singh Ranger"}], "doi" : "10.22088/cjim.8.2.123", "publication_date" : "2017-07-14", "id" : "EN113961", "url" : "https://pubmed.ncbi.nlm.nih.gov/28702154", "source" : "Caspian journal of internal medicine", "source_url" : "", "licence" : "CC BY-NC", "language" : "en", "type" : "pubmed", "description" : "", "text" : "We present a case of occult dural injury with endocranial complications which occurred in a 34 year old man, with a history of head injury forty-three years ago. The patient presented with a triad of findings; meningitis, CSF rhinorrhoea and pneumocephalus. He was managed conservatively with intravenous antibiotics and observation and made a full recovery. The presence of acute endocranial symptoms and particularly these three findings in a patient with a previous history of head injury, no matter how long it had been should raise suspicion of the presence of an occult dural injury."} | json_instruct | {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source_url": {"type": "string"}, "licence": {"type": "string"}, "language": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "text": {"type": "string"}}, "required": ["authors", "doi", "publication_date", "id", "url", "source", "source_url", "licence", "language", "type", "description", "text"], "$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" : "Ouvans", "dpt" : "Doubs", "inscrits" : 58, "abs" : 10, "votants" : 48, "blancs" : 8, "nuls" : 2, "exp" : 38, "res" : [{"panneau" : "1", "voix" : 26}, {"panneau" : "2", "voix" : 12}]} | 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#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"1.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["1.1"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"latest_version" : ["1.1"], "meta" : {"description" : "A Django app that uses Django manage.py extension commands with Fabric for deployment", "homepage" : "http://github.com/duointeractive/django-fabtastic", "license" : "BSD License"}, "versions" : {"1.1" : {"sha256" : "e5d4696d967e2230c543320bc4c71ef4f2b1667e51dd0fa8361ed10d0fdfb310", "url" : "https://files.pythonhosted.org/packages/21/08/2a3d852e1517eba0f6f3d74c105dba06e0f49a5cc030be0228a583d4a6df/django-fabtastic-1.1.tar.gz"}}} | json_instruct | {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"1.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["1.1"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"failures": {"type": "array", "items": {}}, "tasks": {"type": "array", "items": {"type": "object", "properties": {"clusterArn": {"type": "string"}, "containerInstanceArn": {"type": "string"}, "containers": {"type": "array", "items": {"type": "object", "properties": {"containerArn": {"type": "string"}, "lastStatus": {"type": "string"}, "name": {"type": "string"}, "taskArn": {"type": "string"}}, "required": ["containerArn", "lastStatus", "name", "taskArn"]}}, "createdAt": {"type": "number"}, "desiredStatus": {"type": "string"}, "lastStatus": {"type": "string"}, "overrides": {"type": "object", "properties": {"containerOverrides": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}}, "required": ["containerOverrides"]}, "taskArn": {"type": "string"}, "taskDefinitionArn": {"type": "string"}}, "required": ["clusterArn", "containerInstanceArn", "containers", "createdAt", "desiredStatus", "lastStatus", "overrides", "taskArn", "taskDefinitionArn"]}}}, "required": ["failures", "tasks"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"failures" : [], "tasks" : [{"clusterArn" : "arn:aws:ecs:ap-southeast-2:647433528374:cluster/default", "containerInstanceArn" : "arn:aws:ecs:ap-southeast-2:647433528374:container-instance/13b83f4b-d557-48a6-a4d7-2b0e8068e62b", "containers" : [{"containerArn" : "arn:aws:ecs:ap-southeast-2:647433528374:container/e443d10f-dea3-481e-8a1e-966b9ad4e498", "lastStatus" : "PENDING", "name" : "my-simple-app", "taskArn" : "arn:aws:ecs:ap-southeast-2:647433528374:task/b7c76236-b96f-4de1-93c8-9da3c30ccc23"}], "createdAt" : 1451817260.08, "desiredStatus" : "RUNNING", "lastStatus" : "PENDING", "overrides" : {"containerOverrides" : [{"name" : "my-simple-app"}]}, "taskArn" : "arn:aws:ecs:ap-southeast-2:647433528374:task/b7c76236-b96f-4de1-93c8-9da3c30ccc23", "taskDefinitionArn" : "arn:aws:ecs:ap-southeast-2:647433528374:task-definition/my-simple-app:1"}]} | json_instruct | {"type": "object", "properties": {"failures": {"type": "array", "items": {}}, "tasks": {"type": "array", "items": {"type": "object", "properties": {"clusterArn": {"type": "string"}, "containerInstanceArn": {"type": "string"}, "containers": {"type": "array", "items": {"type": "object", "properties": {"containerArn": {"type": "string"}, "lastStatus": {"type": "string"}, "name": {"type": "string"}, "taskArn": {"type": "string"}}, "required": ["containerArn", "lastStatus", "name", "taskArn"]}}, "createdAt": {"type": "number"}, "desiredStatus": {"type": "string"}, "lastStatus": {"type": "string"}, "overrides": {"type": "object", "properties": {"containerOverrides": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}}, "required": ["containerOverrides"]}, "taskArn": {"type": "string"}, "taskDefinitionArn": {"type": "string"}}, "required": ["clusterArn", "containerInstanceArn", "containers", "createdAt", "desiredStatus", "lastStatus", "overrides", "taskArn", "taskDefinitionArn"]}}}, "required": ["failures", "tasks"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"recommendations": {"type": "array", "items": {"type": "string"}}}, "required": ["recommendations"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"recommendations" : ["openfl.lime-vscode-extension"]} | json_instruct | {"type": "object", "properties": {"recommendations": {"type": "array", "items": {"type": "string"}}}, "required": ["recommendations"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "flex-did-setup-all": {"type": "string"}}, "required": ["test", "flex-did-setup-all"]}, "bin": {"type": "object", "properties": {"buy-numbers": {"type": "string"}, "studio-setup": {"type": "string"}, "update-numbers": {"type": "string"}, "workflow-setup": {"type": "string"}}, "required": ["buy-numbers", "studio-setup", "update-numbers", "workflow-setup"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"dotenv": {"type": "string"}, "twilio": {"type": "string"}}, "required": ["dotenv", "twilio"]}}, "required": ["name", "version", "description", "main", "scripts", "bin", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "flex-did", "version" : "1.0.0", "description" : "Configure direct inward dialing for Twilio Flex", "main" : "buynumber.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "flex-did-setup-all" : "buy-numbers && workflow-setup && studio-setup && update-numbers"}, "bin" : {"buy-numbers" : "./setup-scripts/buyNumbers.js", "studio-setup" : "./setup-scripts/studioSetup.js", "update-numbers" : "./setup-scripts/updateNumbers.js", "workflow-setup" : "./setup-scripts/workflowSetup.js"}, "repository" : {"type" : "git", "url" : "git+https://github.com/cweems/flex-did.git"}, "keywords" : ["twilio", "flex", "did", "direct dial", "direct inward dial", "call center"], "author" : "Charlie Weems", "license" : "ISC", "bugs" : {"url" : "https://github.com/cweems/flex-did/issues"}, "homepage" : "https://github.com/cweems/flex-did#readme", "dependencies" : {"dotenv" : "^8.2.0", "twilio" : "^3.54.2"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "flex-did-setup-all": {"type": "string"}}, "required": ["test", "flex-did-setup-all"]}, "bin": {"type": "object", "properties": {"buy-numbers": {"type": "string"}, "studio-setup": {"type": "string"}, "update-numbers": {"type": "string"}, "workflow-setup": {"type": "string"}}, "required": ["buy-numbers", "studio-setup", "update-numbers", "workflow-setup"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"dotenv": {"type": "string"}, "twilio": {"type": "string"}}, "required": ["dotenv", "twilio"]}}, "required": ["name", "version", "description", "main", "scripts", "bin", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "dimension": {"type": "string"}, "structure": {"type": "string"}}, "required": ["type", "dimension", "structure"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "origins:modify_player_spawn", "dimension" : "minecraft:overworld", "structure" : "minecraft:ocean_ruin_warm"} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "dimension": {"type": "string"}, "structure": {"type": "string"}}, "required": ["type", "dimension", "structure"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"Csv-7b": {"type": "object", "properties": {"creationdate": {"type": "string"}, "resolutiondate": {"type": "string"}, "hash": {"type": "string"}, "commitdate": {"type": "string"}}, "required": ["creationdate", "resolutiondate", "hash", "commitdate"]}}, "required": ["Csv-7b"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Csv-7b" : {"creationdate" : "2014-04-30 10:14:56 +0000", "resolutiondate" : "2014-05-04 16:23:28 +0000", "hash" : "ce4e72701b1ad4caabc3bd668bd058fff082f2b6", "commitdate" : "2014-05-04 16:22:34 +0000"}} | json_instruct | {"type": "object", "properties": {"Csv-7b": {"type": "object", "properties": {"creationdate": {"type": "string"}, "resolutiondate": {"type": "string"}, "hash": {"type": "string"}, "commitdate": {"type": "string"}}, "required": ["creationdate", "resolutiondate", "hash", "commitdate"]}}, "required": ["Csv-7b"], "$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"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"grunt": {"type": "string"}, "grunt-ts": {"type": "string"}, "tsd": {"type": "string"}, "grunt-tsd": {"type": "string"}, "tslint": {"type": "string"}, "grunt-tslint": {"type": "string"}, "typedoc": {"type": "string"}, "grunt-typedoc": {"type": "string"}, "grunt-contrib-copy": {"type": "string"}, "grunt-contrib-clean": {"type": "string"}, "grunt-contrib-connect": {"type": "string"}, "typescript": {"type": "string"}, "bower": {"type": "string"}, "grunt-bower-task": {"type": "string"}}, "required": ["grunt", "grunt-ts", "tsd", "grunt-tsd", "tslint", "grunt-tslint", "typedoc", "grunt-typedoc", "grunt-contrib-copy", "grunt-contrib-clean", "grunt-contrib-connect", "typescript", "bower", "grunt-bower-task"]}}, "required": ["name", "version", "description", "repository", "main", "scripts", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "threejs-typescript", "version" : "0.0.0", "description" : "threejs typescript template.", "repository" : {"type" : "git", "url" : "http://github.com/gyohk/threejs-typescript-template.git"}, "main" : "Gruntfile.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 0"}, "author" : "gyohk", "license" : "BSD-2-Clause", "devDependencies" : {"grunt" : "~0.4.5", "grunt-ts" : "~2.0.1", "tsd" : "~0.5.7", "grunt-tsd" : "~0.1.0", "tslint" : "~2.1.0", "grunt-tslint" : "~2.0.0", "typedoc" : "~0.2.2", "grunt-typedoc" : "~0.2.1", "grunt-contrib-copy" : "~0.7.0", "grunt-contrib-clean" : "~0.6.0", "grunt-contrib-connect" : "^0.9.0", "typescript" : "^1.4.1", "bower" : "^1.3.12", "grunt-bower-task" : "^0.4.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"grunt": {"type": "string"}, "grunt-ts": {"type": "string"}, "tsd": {"type": "string"}, "grunt-tsd": {"type": "string"}, "tslint": {"type": "string"}, "grunt-tslint": {"type": "string"}, "typedoc": {"type": "string"}, "grunt-typedoc": {"type": "string"}, "grunt-contrib-copy": {"type": "string"}, "grunt-contrib-clean": {"type": "string"}, "grunt-contrib-connect": {"type": "string"}, "typescript": {"type": "string"}, "bower": {"type": "string"}, "grunt-bower-task": {"type": "string"}}, "required": ["grunt", "grunt-ts", "tsd", "grunt-tsd", "tslint", "grunt-tslint", "typedoc", "grunt-typedoc", "grunt-contrib-copy", "grunt-contrib-clean", "grunt-contrib-connect", "typescript", "bower", "grunt-bower-task"]}}, "required": ["name", "version", "description", "repository", "main", "scripts", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"polymer": {"type": "string"}, "google-chart": {"type": "string"}, "paper-progress": {"type": "string"}, "paper-tooltip": {"type": "string"}, "iron-scroll-target-behavior": {"type": "string"}, "iron-resizable-behavior": {"type": "string"}}, "required": ["polymer", "google-chart", "paper-progress", "paper-tooltip", "iron-scroll-target-behavior", "iron-resizable-behavior"]}, "devDependencies": {"type": "object", "properties": {"iron-component-page": {"type": "string"}, "iron-demo-helpers": {"type": "string"}, "web-component-tester": {"type": "string"}, "webcomponentsjs": {"type": "string"}}, "required": ["iron-component-page", "iron-demo-helpers", "web-component-tester", "webcomponentsjs"]}}, "required": ["name", "description", "main", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "klima-dashboard", "description" : "dashboard", "main" : "klima-dashboard.html", "dependencies" : {"polymer" : "Polymer/polymer#^1.4.0", "google-chart" : "GoogleWebComponents/google-chart#^1.1.2", "paper-progress" : "PolymerElements/paper-progress#^1.0.12", "paper-tooltip" : "PolymerElements/paper-tooltip#^1.1.4", "iron-scroll-target-behavior" : "PolymerElements/iron-scroll-target-behavior#^1.1.1", "iron-resizable-behavior" : "PolymerElements/iron-resizable-behavior#^1.0.6"}, "devDependencies" : {"iron-component-page" : "PolymerElements/iron-component-page#^1.0.0", "iron-demo-helpers" : "PolymerElements/iron-demo-helpers#^1.0.0", "web-component-tester" : "^6.0.0-prerelease.5", "webcomponentsjs" : "webcomponents/webcomponentsjs#^0.7.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"polymer": {"type": "string"}, "google-chart": {"type": "string"}, "paper-progress": {"type": "string"}, "paper-tooltip": {"type": "string"}, "iron-scroll-target-behavior": {"type": "string"}, "iron-resizable-behavior": {"type": "string"}}, "required": ["polymer", "google-chart", "paper-progress", "paper-tooltip", "iron-scroll-target-behavior", "iron-resizable-behavior"]}, "devDependencies": {"type": "object", "properties": {"iron-component-page": {"type": "string"}, "iron-demo-helpers": {"type": "string"}, "web-component-tester": {"type": "string"}, "webcomponentsjs": {"type": "string"}}, "required": ["iron-component-page", "iron-demo-helpers", "web-component-tester", "webcomponentsjs"]}}, "required": ["name", "description", "main", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id_8900": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "readers": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "string"}, "genres": {"type": "string"}}, "required": ["title", "language", "totaltime", "url_librivox", "url_iarchive", "readers", "authors", "genres"]}}, "required": ["id_8900"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id_8900" : {"title" : "Gods are Athirst", "language" : "English", "totaltime" : "08:32:12", "url_librivox" : "http://librivox.org/the-gods-are-athirst-by-anatole-france/", "url_iarchive" : "http://archive.org/details/the_gods_are_athirst_1507_librivox", "readers" : ["10087", "1724", "2911", "4018", "5808", "6671", "7684", "7756", "7848", "8677", "9647", "9755", "9902"], "authors" : "890", "genres" : "Historical Fiction"}} | json_instruct | {"type": "object", "properties": {"id_8900": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "readers": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "string"}, "genres": {"type": "string"}}, "required": ["title", "language", "totaltime", "url_librivox", "url_iarchive", "readers", "authors", "genres"]}}, "required": ["id_8900"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"assessment" : [{"name" : "Quiz (in lecture)", "weight" : 30}, {"name" : "Article critique (In pairs)", "weight" : 30}, {"name" : "Final Exam", "weight" : 40}]} | json_instruct | {"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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" : "360922205001", "text" : "\u767d\u6c34\u8857\u5c45\u59d4\u4f1a"}, {"id" : "360922205200", "text" : "\u767d\u6c34\u6751\u59d4\u4f1a"}, {"id" : "360922205201", "text" : "\u8001\u5c71\u6751\u59d4\u4f1a"}, {"id" : "360922205202", "text" : "\u69fd\u5cad\u6751\u59d4\u4f1a"}, {"id" : "360922205203", "text" : "\u6708\u5f62\u6751\u59d4\u4f1a"}, {"id" : "360922205204", "text" : "\u7f57\u6865\u6751\u59d4\u4f1a"}, {"id" : "360922205205", "text" : "\u6c38\u65b0\u6751\u59d4\u4f1a"}, {"id" : "360922205206", "text" : "\u6587\u4e49\u6751\u59d4\u4f1a"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"upper_left_x": {"type": "number"}, "upper_left_y": {"type": "integer"}, "bottom_right_x": {"type": "integer"}, "bottom_right_y": {"type": "number"}, "time": {"type": "integer"}, "is_final": {"type": "boolean"}, "event_type": {"type": "string"}, "op_order": {"type": "integer"}, "id": {"type": "integer"}}, "required": ["upper_left_x", "upper_left_y", "bottom_right_x", "bottom_right_y", "time", "is_final", "event_type", "op_order", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"upper_left_x" : 1179.8639481123014, "upper_left_y" : 0, "bottom_right_x" : 3000, "bottom_right_y" : 1853.9206611905995, "time" : 1480195557554, "is_final" : false, "event_type" : "zoom", "op_order" : 22, "id" : 22} | json_instruct | {"type": "object", "properties": {"upper_left_x": {"type": "number"}, "upper_left_y": {"type": "integer"}, "bottom_right_x": {"type": "integer"}, "bottom_right_y": {"type": "number"}, "time": {"type": "integer"}, "is_final": {"type": "boolean"}, "event_type": {"type": "string"}, "op_order": {"type": "integer"}, "id": {"type": "integer"}}, "required": ["upper_left_x", "upper_left_y", "bottom_right_x", "bottom_right_y", "time", "is_final", "event_type", "op_order", "id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "summary": {"type": "string"}, "parent": {"type": "string"}, "url": {"type": "string"}, "updated": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "title", "summary", "parent", "url", "updated", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "wiki", "title" : "(study) \ud30c\uc774\uc36c\uc744 \ud65c\uc6a9\ud55c \ubca0\uc774\uc9c0\uc548 \ud1b5\uacc4", "summary" : "", "parent" : "study", "url" : "/wiki/study-think-bayes", "updated" : "2018-04-25 22:05:44 +0900", "children" : ["cookie-problem", "dice-problem", "euro-problem", "locomotive-problem", "MnM-problem", "Monty-Hall-problem", "Oliver-s-blood"]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "summary": {"type": "string"}, "parent": {"type": "string"}, "url": {"type": "string"}, "updated": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "title", "summary", "parent", "url", "updated", "children"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "command": {"type": "string"}, "locked": {"type": "boolean"}, "starred": {"type": "boolean"}}, "required": ["name", "command", "locked", "starred"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "poker.nuke", "command" : "IRC.sudo();\n // store.all().forEach(({key}) => store.set(key, undefined))\n if (input){ \n store.set(input, undefined);\n print(`removed score for ${input}`)\n }", "locked" : false, "starred" : false} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "command": {"type": "string"}, "locked": {"type": "boolean"}, "starred": {"type": "boolean"}}, "required": ["name", "command", "locked", "starred"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "poly": {"type": "string"}}, "required": ["id", "poly"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "electoral_wards/W05000698.json", "poly" : "-3.4305542739104 51.628350070869,-3.4272439784085 51.627005615258,-3.4242474806802 51.626771356535,-3.4233162165847 51.626190086376,-3.4229497799274 51.625052557497,-3.4213679152801 51.622327394519,-3.4217091931963 51.619935909377,-3.4232038359351 51.620199242066,-3.4236103124461 51.61555628262,-3.4288606585201 51.616661430171,-3.4331185509105 51.616150028665,-3.4383700583965 51.617419290154,-3.4416016160999 51.61738503724,-3.4433960836053 51.616489865598,-3.4441987736469 51.616477293641,-3.4451283075693 51.616820134313,-3.4462092053944 51.618107054307,-3.4480760301625 51.618715270396,-3.4492010380188 51.619025094562,-3.4504721978872 51.620384259302,-3.4529791562663 51.622033844316,-3.4541674637564 51.623506394076,-3.4541272901211 51.625005847116,-3.4546491646211 51.625784376275,-3.453871537026 51.628664234688,-3.4518920030922 51.630106763334,-3.4526053090971 51.631132908488,-3.4506415354949 51.63325500875,-3.4490086424587 51.633070161332,-3.4490690376216 51.632879686344,-3.4451987655547 51.631992241411,-3.4434001143492 51.630953326761,-3.439444631606 51.630697073848,-3.437866734065 51.628683342014,-3.4372994746274 51.628014996845,-3.4334836702191 51.625810084998,-3.4305542739104 51.628350070869"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "poly": {"type": "string"}}, "required": ["id", "poly"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"version": {"type": "string"}, "flags": {"type": "object", "properties": {}, "required": []}, "shapes": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "points": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "group_id": {"type": "integer"}, "shape_type": {"type": "string"}, "flags": {"type": "object", "properties": {}, "required": []}}, "required": ["label", "points", "group_id", "shape_type", "flags"]}}, "imagePath": {"type": "string"}, "imageData": {"type": "string"}, "imageWidth": {"type": "integer"}, "imageHeight": {"type": "integer"}}, "required": ["version", "flags", "shapes", "imagePath", "imageData", "imageWidth", "imageHeight"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : "4.5.6", "flags" : {}, "shapes" : [{"label" : "null", "points" : [[473, 1158], [764, 1121], [761, 1236], [474, 1274]], "group_id" : 0, "shape_type" : "polygon", "flags" : {}}, {"label" : "null", "points" : [[479, 1290], [753, 1249], [754, 1302], [478, 1337]], "group_id" : 0, "shape_type" : "polygon", "flags" : {}}], "imagePath" : "img_356.jpg", "imageData" : "null", "imageWidth" : 1024, "imageHeight" : 1365} | json_instruct | {"type": "object", "properties": {"version": {"type": "string"}, "flags": {"type": "object", "properties": {}, "required": []}, "shapes": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "points": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "group_id": {"type": "integer"}, "shape_type": {"type": "string"}, "flags": {"type": "object", "properties": {}, "required": []}}, "required": ["label", "points", "group_id", "shape_type", "flags"]}}, "imagePath": {"type": "string"}, "imageData": {"type": "string"}, "imageWidth": {"type": "integer"}, "imageHeight": {"type": "integer"}}, "required": ["version", "flags", "shapes", "imagePath", "imageData", "imageWidth", "imageHeight"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "prod": {"type": "string"}}, "required": ["dev", "prod"]}, "dependencies": {"type": "object", "properties": {"tailwindcss": {"type": "string"}}, "required": ["tailwindcss"]}}, "required": ["scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"scripts" : {"dev" : "tailwindcss -o output.css --watch", "prod" : "tailwindcss -o output.css --minify"}, "dependencies" : {"tailwindcss" : "^3.0.23"}} | json_instruct | {"type": "object", "properties": {"scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "prod": {"type": "string"}}, "required": ["dev", "prod"]}, "dependencies": {"type": "object", "properties": {"tailwindcss": {"type": "string"}}, "required": ["tailwindcss"]}}, "required": ["scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"src/common/gen_uniform_type_table.py": {"type": "string"}, "src/common/uniform_type_info_autogen.cpp": {"type": "string"}}, "required": ["src/common/gen_uniform_type_table.py", "src/common/uniform_type_info_autogen.cpp"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"src/common/gen_uniform_type_table.py" : "a741cc301b1617ab0e4d29b35f1d3b96", "src/common/uniform_type_info_autogen.cpp" : "d1cea53e456de010445790b8de94a50e"} | json_instruct | {"type": "object", "properties": {"src/common/gen_uniform_type_table.py": {"type": "string"}, "src/common/uniform_type_info_autogen.cpp": {"type": "string"}}, "required": ["src/common/gen_uniform_type_table.py", "src/common/uniform_type_info_autogen.cpp"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"files.associations": {"type": "object", "properties": {"esp_common.h": {"type": "string"}, "uart.h": {"type": "string"}, "esp_libc.h": {"type": "string"}, "useruart.h": {"type": "string"}, "userflash.h": {"type": "string"}, "userwifi.h": {"type": "string"}, "esp_softap.h": {"type": "string"}, "esp_wifi.h": {"type": "string"}, "smartconfig.h": {"type": "string"}, "socket.h": {"type": "string"}, "task.h": {"type": "string"}, "espconn.h": {"type": "string"}, "sockets.h": {"type": "string"}, "spi_flash.h": {"type": "string"}, "flashmap.h": {"type": "string"}, "userflashmap.h": {"type": "string"}, "netdb.h": {"type": "string"}, "opt.h": {"type": "string"}, "mqttfreertos.h": {"type": "string"}, "esp_sta.h": {"type": "string"}, "freertos.h": {"type": "string"}, "sntp_time.h": {"type": "string"}, "sntp.h": {"type": "string"}}, "required": ["esp_common.h", "uart.h", "esp_libc.h", "useruart.h", "userflash.h", "userwifi.h", "esp_softap.h", "esp_wifi.h", "smartconfig.h", "socket.h", "task.h", "espconn.h", "sockets.h", "spi_flash.h", "flashmap.h", "userflashmap.h", "netdb.h", "opt.h", "mqttfreertos.h", "esp_sta.h", "freertos.h", "sntp_time.h", "sntp.h"]}, "C_Cpp.intelliSenseEngineFallback": {"type": "string"}, "C_Cpp.errorSquiggles": {"type": "string"}}, "required": ["files.associations", "C_Cpp.intelliSenseEngineFallback", "C_Cpp.errorSquiggles"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"files.associations" : {"esp_common.h" : "c", "uart.h" : "c", "esp_libc.h" : "c", "useruart.h" : "c", "userflash.h" : "c", "userwifi.h" : "c", "esp_softap.h" : "c", "esp_wifi.h" : "c", "smartconfig.h" : "c", "socket.h" : "c", "task.h" : "c", "espconn.h" : "c", "sockets.h" : "c", "spi_flash.h" : "c", "flashmap.h" : "c", "userflashmap.h" : "c", "netdb.h" : "c", "opt.h" : "c", "mqttfreertos.h" : "c", "esp_sta.h" : "c", "freertos.h" : "c", "sntp_time.h" : "c", "sntp.h" : "c"}, "C_Cpp.intelliSenseEngineFallback" : "Disabled", "C_Cpp.errorSquiggles" : "Disabled"} | json_instruct | {"type": "object", "properties": {"files.associations": {"type": "object", "properties": {"esp_common.h": {"type": "string"}, "uart.h": {"type": "string"}, "esp_libc.h": {"type": "string"}, "useruart.h": {"type": "string"}, "userflash.h": {"type": "string"}, "userwifi.h": {"type": "string"}, "esp_softap.h": {"type": "string"}, "esp_wifi.h": {"type": "string"}, "smartconfig.h": {"type": "string"}, "socket.h": {"type": "string"}, "task.h": {"type": "string"}, "espconn.h": {"type": "string"}, "sockets.h": {"type": "string"}, "spi_flash.h": {"type": "string"}, "flashmap.h": {"type": "string"}, "userflashmap.h": {"type": "string"}, "netdb.h": {"type": "string"}, "opt.h": {"type": "string"}, "mqttfreertos.h": {"type": "string"}, "esp_sta.h": {"type": "string"}, "freertos.h": {"type": "string"}, "sntp_time.h": {"type": "string"}, "sntp.h": {"type": "string"}}, "required": ["esp_common.h", "uart.h", "esp_libc.h", "useruart.h", "userflash.h", "userwifi.h", "esp_softap.h", "esp_wifi.h", "smartconfig.h", "socket.h", "task.h", "espconn.h", "sockets.h", "spi_flash.h", "flashmap.h", "userflashmap.h", "netdb.h", "opt.h", "mqttfreertos.h", "esp_sta.h", "freertos.h", "sntp_time.h", "sntp.h"]}, "C_Cpp.intelliSenseEngineFallback": {"type": "string"}, "C_Cpp.errorSquiggles": {"type": "string"}}, "required": ["files.associations", "C_Cpp.intelliSenseEngineFallback", "C_Cpp.errorSquiggles"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-93.004816, 44.919443], [-92.984457, 44.919942], [-92.984192, 44.890814], [-93.00432, 44.890767], [-93.004816, 44.919443]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 34783}}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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" : 404422985, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "76eee5b6e84f3a770da8127f3c220ff2", "wof:id" : 404422985, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [3.65838052311623, 44.19109151967086, 3.72832656296647, 44.23770872083669], "geometry" : {"coordinates" : [[[3.7185980008667, 44.19109151967086], [3.70889140614437, 44.20022788858915], [3.70095947764795, 44.21246655138142], [3.68808752733714, 44.20366373410212], [3.66047255098656, 44.20700180018147], [3.65838052311623, 44.21004778488727], [3.66449825822701, 44.21524065844466], [3.66261995403327, 44.21837545539122], [3.67046376602387, 44.23076766671515], [3.68367391148682, 44.22890395143388], [3.69396972581884, 44.23550039218092], [3.71732255463946, 44.23770872083669], [3.72832656296647, 44.22294600146999], [3.71672906141412, 44.21747748386503], [3.7185980008667, 44.19109151967086]]], "type" : "Polygon"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "string"}, "bugs": {"type": "string"}, "funding": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "browser": {"type": "object", "properties": {"./renderer/base/node": {"type": "string"}}, "required": ["./renderer/base/node"]}, "author": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"hast-util-from-dom": {"type": "string"}, "hast-util-to-html": {"type": "string"}, "hast-util-to-text": {"type": "string"}, "jsdom": {"type": "string"}, "mathjax-full": {"type": "string"}, "unified": {"type": "string"}, "unist-util-visit": {"type": "string"}}, "required": ["hast-util-from-dom", "hast-util-to-html", "hast-util-to-text", "jsdom", "mathjax-full", "unified", "unist-util-visit"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "xo": {"type": "boolean"}}, "required": ["name", "version", "description", "license", "keywords", "repository", "bugs", "funding", "browser", "author", "files", "main", "dependencies", "devDependencies", "xo"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "rehype-mathjax", "version" : "0.0.0", "description" : "rehype plugin to transform inline and block math with MathJax", "license" : "MIT", "keywords" : ["unified", "remark", "rehype", "rehype-plugin", "plugin", "mdast", "markdown", "hast", "html", "math", "mathjax", "latex", "tex"], "repository" : "https://github.com/remarkjs/remark-math/tree/master/packages/rehype-mathjax", "bugs" : "https://github.com/remarkjs/remark-math/issues", "funding" : {"type" : "opencollective", "url" : "https://opencollective.com/unified"}, "browser" : {"./renderer/base/node" : "./renderer/base/browser"}, "author" : "TANIGUCHI Masaya <mew@cat.ovh> (https://docs.casa)", "files" : ["renderer.js", "browser-renderer.js", "index.js"], "main" : "index.js", "dependencies" : {"hast-util-from-dom" : "^2.0.0", "hast-util-to-html" : "^7.0.0", "hast-util-to-text" : "^2.0.0", "jsdom" : "^16.0.0", "mathjax-full" : "^3.0.0", "unified" : "^9.0.0", "unist-util-visit" : "^2.0.0"}, "devDependencies" : {}, "xo" : false} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "string"}, "bugs": {"type": "string"}, "funding": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "browser": {"type": "object", "properties": {"./renderer/base/node": {"type": "string"}}, "required": ["./renderer/base/node"]}, "author": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"hast-util-from-dom": {"type": "string"}, "hast-util-to-html": {"type": "string"}, "hast-util-to-text": {"type": "string"}, "jsdom": {"type": "string"}, "mathjax-full": {"type": "string"}, "unified": {"type": "string"}, "unist-util-visit": {"type": "string"}}, "required": ["hast-util-from-dom", "hast-util-to-html", "hast-util-to-text", "jsdom", "mathjax-full", "unified", "unist-util-visit"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "xo": {"type": "boolean"}}, "required": ["name", "version", "description", "license", "keywords", "repository", "bugs", "funding", "browser", "author", "files", "main", "dependencies", "devDependencies", "xo"], "$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"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "babel-preset-expo": {"type": "string"}, "jest-expo": {"type": "string"}, "react-test-renderer": {"type": "string"}}, "required": ["@babel/core", "babel-preset-expo", "jest-expo", "react-test-renderer"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "android": {"type": "string"}, "android-dev": {"type": "string"}, "ios": {"type": "string"}, "ios-dev": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "android", "android-dev", "ios", "ios-dev", "test"]}, "jest": {"type": "object", "properties": {"preset": {"type": "string"}}, "required": ["preset"]}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"react": {"type": "string"}, "react-native": {"type": "string"}}, "required": ["react", "react-native"]}}, "required": ["name", "version", "repository", "author", "contributors", "license", "devDependencies", "scripts", "jest", "main", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "react-native-anue-native-ad", "version" : "0.1.0", "repository" : {"type" : "git", "url" : "git+https://github.com/actionnetworkhq/react-native-admob-native-unified.git"}, "author" : "anue Mobile Team", "contributors" : ["Newman", "Allison Verdam"], "license" : "Apache-2.0", "devDependencies" : {"@babel/core" : "^7.0.0", "babel-preset-expo" : "~8.0.0", "jest-expo" : "~36.0.1", "react-test-renderer" : "^16.13.0"}, "scripts" : {"start" : "react-native start", "android" : "react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res ; react-native run-android", "android-dev" : "react-native bundle --platform android --dev false --entry-file indexDev.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res ; react-native run-android --variant betaDebug", "ios" : "react-native run-ios", "ios-dev" : "react-native run-ios --scheme NativeModuleSampleDev", "test" : "jest --watchAll"}, "jest" : {"preset" : "jest-expo"}, "main" : "index.js", "dependencies" : {"react" : "~16.9.0", "react-native" : "0.61.5"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "babel-preset-expo": {"type": "string"}, "jest-expo": {"type": "string"}, "react-test-renderer": {"type": "string"}}, "required": ["@babel/core", "babel-preset-expo", "jest-expo", "react-test-renderer"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "android": {"type": "string"}, "android-dev": {"type": "string"}, "ios": {"type": "string"}, "ios-dev": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "android", "android-dev", "ios", "ios-dev", "test"]}, "jest": {"type": "object", "properties": {"preset": {"type": "string"}}, "required": ["preset"]}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"react": {"type": "string"}, "react-native": {"type": "string"}}, "required": ["react", "react-native"]}}, "required": ["name", "version", "repository", "author", "contributors", "license", "devDependencies", "scripts", "jest", "main", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"cheerio": {"type": "string"}, "front-matter": {"type": "string"}, "marked": {"type": "string"}, "mkdirp": {"type": "string"}}, "required": ["cheerio", "front-matter", "marked", "mkdirp"]}}, "required": ["name", "version", "description", "main", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "stasis", "version" : "0.1.0", "description" : "bare-bones static site generator", "main" : "index.js", "author" : "Max Kreminski", "license" : "MIT", "dependencies" : {"cheerio" : "~0.13.1", "front-matter" : "~0.2.0", "marked" : "~0.3.2", "mkdirp" : "~0.3.5"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"cheerio": {"type": "string"}, "front-matter": {"type": "string"}, "marked": {"type": "string"}, "mkdirp": {"type": "string"}}, "required": ["cheerio", "front-matter", "marked", "mkdirp"]}}, "required": ["name", "version", "description", "main", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"asset": {"type": "object", "properties": {"format": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "path": {"type": "string"}, "size": {"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}}, "required": ["width", "height"]}, "state": {"type": "integer"}, "type": {"type": "integer"}}, "required": ["format", "id", "name", "path", "size", "state", "type"]}, "regions": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "boundingBox": {"type": "object", "properties": {"height": {"type": "number"}, "width": {"type": "number"}, "left": {"type": "number"}, "top": {"type": "number"}}, "required": ["height", "width", "left", "top"]}, "points": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}}, "required": ["id", "type", "tags", "boundingBox", "points"]}}, "version": {"type": "string"}}, "required": ["asset", "regions", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"asset" : {"format" : "jpeg", "id" : "8c558c7ba10acd3c854d29e572fd888c", "name" : "image8_1.jpeg", "path" : "file:C:/Users/caile/Documents/GitHub/TrainYourOwnYOLO/Data/Source_Images/Training_Images/Aircraft/image8_1.jpeg", "size" : {"width" : 104, "height" : 104}, "state" : 2, "type" : 1}, "regions" : [{"id" : "_IA2eyLue", "type" : "RECTANGLE", "tags" : ["airplane"], "boundingBox" : {"height" : 40.8235294117647, "width" : 76.88235294117646, "left" : 27.11764705882353, "top" : 18.52941176470588}, "points" : [{"x" : 27.11764705882353, "y" : 18.52941176470588}, {"x" : 104, "y" : 18.52941176470588}, {"x" : 104, "y" : 59.35294117647059}, {"x" : 27.11764705882353, "y" : 59.35294117647059}]}], "version" : "2.1.0"} | json_instruct | {"type": "object", "properties": {"asset": {"type": "object", "properties": {"format": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "path": {"type": "string"}, "size": {"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}}, "required": ["width", "height"]}, "state": {"type": "integer"}, "type": {"type": "integer"}}, "required": ["format", "id", "name", "path", "size", "state", "type"]}, "regions": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "boundingBox": {"type": "object", "properties": {"height": {"type": "number"}, "width": {"type": "number"}, "left": {"type": "number"}, "top": {"type": "number"}}, "required": ["height", "width", "left", "top"]}, "points": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}}, "required": ["id", "type", "tags", "boundingBox", "points"]}}, "version": {"type": "string"}}, "required": ["asset", "regions", "version"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"2021-08-30T08:46:44Z-5da3207": {"type": "number"}, "2021-09-24T20:34:56Z-e8b462c": {"type": "number"}, "2021-10-04T10:13:17Z-75aeaa6": {"type": "number"}, "2021-10-07T11:19:40Z-54739cd": {"type": "number"}, "2021-10-09T18:32:35Z-982cba2": {"type": "number"}, "2021-10-11T18:11:26Z-00c6940": {"type": "number"}, "2021-10-13T14:48:29Z-be2da95": {"type": "number"}, "2021-10-14T17:26:51Z-ff29780": {"type": "number"}, "2021-10-17T16:14:46Z-c6ffc06": {"type": "number"}}, "required": ["2021-08-30T08:46:44Z-5da3207", "2021-09-24T20:34:56Z-e8b462c", "2021-10-04T10:13:17Z-75aeaa6", "2021-10-07T11:19:40Z-54739cd", "2021-10-09T18:32:35Z-982cba2", "2021-10-11T18:11:26Z-00c6940", "2021-10-13T14:48:29Z-be2da95", "2021-10-14T17:26:51Z-ff29780", "2021-10-17T16:14:46Z-c6ffc06"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"2021-08-30T08:46:44Z-5da3207" : 0.0026, "2021-09-24T20:34:56Z-e8b462c" : 0.0034, "2021-10-04T10:13:17Z-75aeaa6" : 0.0028, "2021-10-07T11:19:40Z-54739cd" : 0.0041, "2021-10-09T18:32:35Z-982cba2" : 0.0058, "2021-10-11T18:11:26Z-00c6940" : 0.0056, "2021-10-13T14:48:29Z-be2da95" : 0.003, "2021-10-14T17:26:51Z-ff29780" : 0.6144, "2021-10-17T16:14:46Z-c6ffc06" : 0.3584} | json_instruct | {"type": "object", "properties": {"2021-08-30T08:46:44Z-5da3207": {"type": "number"}, "2021-09-24T20:34:56Z-e8b462c": {"type": "number"}, "2021-10-04T10:13:17Z-75aeaa6": {"type": "number"}, "2021-10-07T11:19:40Z-54739cd": {"type": "number"}, "2021-10-09T18:32:35Z-982cba2": {"type": "number"}, "2021-10-11T18:11:26Z-00c6940": {"type": "number"}, "2021-10-13T14:48:29Z-be2da95": {"type": "number"}, "2021-10-14T17:26:51Z-ff29780": {"type": "number"}, "2021-10-17T16:14:46Z-c6ffc06": {"type": "number"}}, "required": ["2021-08-30T08:46:44Z-5da3207", "2021-09-24T20:34:56Z-e8b462c", "2021-10-04T10:13:17Z-75aeaa6", "2021-10-07T11:19:40Z-54739cd", "2021-10-09T18:32:35Z-982cba2", "2021-10-11T18:11:26Z-00c6940", "2021-10-13T14:48:29Z-be2da95", "2021-10-14T17:26:51Z-ff29780", "2021-10-17T16:14:46Z-c6ffc06"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "license": {"type": "string"}, "browser": {"type": "string"}, "browserify": {"type": "object", "properties": {"transform": {"type": "array", "items": {"type": "string"}}}, "required": ["transform"]}, "dependencies": {"type": "object", "properties": {"keen-js": {"type": "string"}, "jquery": {"type": "string"}, "jquery-sparkline": {"type": "string"}, "spin.js": {"type": "string"}}, "required": ["keen-js", "jquery", "jquery-sparkline", "spin.js"]}, "devDependencies": {"type": "object", "properties": {"browserify": {"type": "string"}, "browserify-versionify": {"type": "string"}, "chai": {"type": "string"}, "clean-css": {"type": "string"}, "istanbul": {"type": "string"}, "jsdom": {"type": "string"}, "jshint": {"type": "string"}, "mocha-runner": {"type": "string"}, "node-sass": {"type": "string"}, "uglifyjs": {"type": "string"}}, "required": ["browserify", "browserify-versionify", "chai", "clean-css", "istanbul", "jsdom", "jshint", "mocha-runner", "node-sass", "uglifyjs"]}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "test": {"type": "string"}, "build-js": {"type": "string"}, "build-css": {"type": "string"}}, "required": ["lint", "test", "build-js", "build-css"]}}, "required": ["name", "version", "homepage", "author", "license", "browser", "browserify", "dependencies", "devDependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "cvo-viz", "version" : "0.0.1", "homepage" : "https://github.com/caravelo/viz", "author" : {"name" : "Marc Forn\u00f3s <marc.fornos@gmail.com>"}, "license" : "MIT", "browser" : "dist/cvo-viz.min.js", "browserify" : {"transform" : ["browserify-versionify"]}, "dependencies" : {"keen-js" : "~3.2.1", "jquery" : "~2.1.1", "jquery-sparkline" : "~2.3.0", "spin.js" : "^2.3.2"}, "devDependencies" : {"browserify" : "*", "browserify-versionify" : "*", "chai" : "*", "clean-css" : "*", "istanbul" : "*", "jsdom" : "*", "jshint" : "*", "mocha-runner" : "*", "node-sass" : "*", "uglifyjs" : "*"}, "scripts" : {"lint" : "jshint src/**/*.js", "test" : "istanbul test mocha-runner 'test/**/*.js'", "build-js" : "browserify src/viz.js | uglifyjs -mc > dist/${npm_package_name}.min.js", "build-css" : "node-sass --include-path scss scss/viz.scss | cleancss -o dist/css/${npm_package_name}.min.css"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "license": {"type": "string"}, "browser": {"type": "string"}, "browserify": {"type": "object", "properties": {"transform": {"type": "array", "items": {"type": "string"}}}, "required": ["transform"]}, "dependencies": {"type": "object", "properties": {"keen-js": {"type": "string"}, "jquery": {"type": "string"}, "jquery-sparkline": {"type": "string"}, "spin.js": {"type": "string"}}, "required": ["keen-js", "jquery", "jquery-sparkline", "spin.js"]}, "devDependencies": {"type": "object", "properties": {"browserify": {"type": "string"}, "browserify-versionify": {"type": "string"}, "chai": {"type": "string"}, "clean-css": {"type": "string"}, "istanbul": {"type": "string"}, "jsdom": {"type": "string"}, "jshint": {"type": "string"}, "mocha-runner": {"type": "string"}, "node-sass": {"type": "string"}, "uglifyjs": {"type": "string"}}, "required": ["browserify", "browserify-versionify", "chai", "clean-css", "istanbul", "jsdom", "jshint", "mocha-runner", "node-sass", "uglifyjs"]}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "test": {"type": "string"}, "build-js": {"type": "string"}, "build-css": {"type": "string"}}, "required": ["lint", "test", "build-js", "build-css"]}}, "required": ["name", "version", "homepage", "author", "license", "browser", "browserify", "dependencies", "devDependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "server": {"type": "string"}, "front-end": {"type": "string"}, "dev": {"type": "string"}}, "required": ["start", "server", "front-end", "dev"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "concurrently": {"type": "string"}, "cookie-parser": {"type": "string"}, "dotenv": {"type": "string"}, "eslint-plugin-prettier": {"type": "string"}, "express": {"type": "string"}, "express-session": {"type": "string"}, "mysql": {"type": "string"}, "passport": {"type": "string"}, "passport-local": {"type": "string"}, "prettier": {"type": "string"}, "react-currency-format": {"type": "string"}, "socket.io": {"type": "string"}}, "required": ["body-parser", "concurrently", "cookie-parser", "dotenv", "eslint-plugin-prettier", "express", "express-session", "mysql", "passport", "passport-local", "prettier", "react-currency-format", "socket.io"]}, "eslintConfig": {"type": "object", "properties": {"extends": {"type": "string"}, "plugins": {"type": "array", "items": {"type": "string"}}, "rules": {"type": "object", "properties": {"prettier/prettier": {"type": "string"}}, "required": ["prettier/prettier"]}}, "required": ["extends", "plugins", "rules"]}, "prettier": {"type": "object", "properties": {"singleQuote": {"type": "boolean"}, "jsxSingleQuote": {"type": "boolean"}}, "required": ["singleQuote", "jsxSingleQuote"]}, "devDependencies": {"type": "object", "properties": {"nodemon": {"type": "string"}}, "required": ["nodemon"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "eslintConfig", "prettier", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "myapi", "version" : "1.0.0", "description" : "", "main" : "server.js", "scripts" : {"start" : "node server.js", "server" : "nodemon server.js", "front-end" : "npm start --prefix front-end", "dev" : "concurrently \"npm run server\" \"npm run front-end\""}, "author" : "", "license" : "ISC", "dependencies" : {"body-parser" : "^1.18.3", "concurrently" : "^4.1.0", "cookie-parser" : "^1.4.4", "dotenv" : "^7.0.0", "eslint-plugin-prettier" : "^3.0.0", "express" : "^4.16.4", "express-session" : "^1.16.1", "mysql" : "^2.16.0", "passport" : "^0.4.0", "passport-local" : "^1.0.0", "prettier" : "^1.16.4", "react-currency-format" : "^1.0.0", "socket.io" : "^2.2.0"}, "eslintConfig" : {"extends" : "react-app", "plugins" : ["prettier"], "rules" : {"prettier/prettier" : "error"}}, "prettier" : {"singleQuote" : true, "jsxSingleQuote" : true}, "devDependencies" : {"nodemon" : "^1.18.11"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "server": {"type": "string"}, "front-end": {"type": "string"}, "dev": {"type": "string"}}, "required": ["start", "server", "front-end", "dev"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "concurrently": {"type": "string"}, "cookie-parser": {"type": "string"}, "dotenv": {"type": "string"}, "eslint-plugin-prettier": {"type": "string"}, "express": {"type": "string"}, "express-session": {"type": "string"}, "mysql": {"type": "string"}, "passport": {"type": "string"}, "passport-local": {"type": "string"}, "prettier": {"type": "string"}, "react-currency-format": {"type": "string"}, "socket.io": {"type": "string"}}, "required": ["body-parser", "concurrently", "cookie-parser", "dotenv", "eslint-plugin-prettier", "express", "express-session", "mysql", "passport", "passport-local", "prettier", "react-currency-format", "socket.io"]}, "eslintConfig": {"type": "object", "properties": {"extends": {"type": "string"}, "plugins": {"type": "array", "items": {"type": "string"}}, "rules": {"type": "object", "properties": {"prettier/prettier": {"type": "string"}}, "required": ["prettier/prettier"]}}, "required": ["extends", "plugins", "rules"]}, "prettier": {"type": "object", "properties": {"singleQuote": {"type": "boolean"}, "jsxSingleQuote": {"type": "boolean"}}, "required": ["singleQuote", "jsxSingleQuote"]}, "devDependencies": {"type": "object", "properties": {"nodemon": {"type": "string"}}, "required": ["nodemon"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "eslintConfig", "prettier", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "clean": {"type": "string"}, "build": {"type": "string"}}, "required": ["dev", "clean", "build"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/koa": {"type": "string"}, "@types/koa-bodyparser": {"type": "string"}, "@types/koa-static": {"type": "string"}, "@types/lodash": {"type": "string"}, "@types/ws": {"type": "string"}, "@typescript-eslint/eslint-plugin": {"type": "string"}, "@typescript-eslint/parser": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-airbnb-base": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/koa", "@types/koa-bodyparser", "@types/koa-static", "@types/lodash", "@types/ws", "@typescript-eslint/eslint-plugin", "@typescript-eslint/parser", "eslint", "eslint-config-airbnb-base", "eslint-plugin-import", "typescript"]}, "dependencies": {"type": "object", "properties": {"koa": {"type": "string"}, "koa-bodyparser": {"type": "string"}, "koa-static": {"type": "string"}, "lodash": {"type": "string"}, "ws": {"type": "string"}}, "required": ["koa", "koa-bodyparser", "koa-static", "lodash", "ws"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "whistle.plug-example", "version" : "1.0.1", "description" : "whistle plug example", "main" : "index.js", "scripts" : {"dev" : "npm run build && w2 run", "clean" : "npx rimraf -rf index.js lib router", "build" : "npm run clean && npx tsc --build ./src/tsconfig.json"}, "keywords" : ["whistle", "plug"], "author" : "Ke1992", "license" : "MIT", "devDependencies" : {"@types/koa" : "^2.11.3", "@types/koa-bodyparser" : "^4.3.0", "@types/koa-static" : "^4.0.1", "@types/lodash" : "^4.14.150", "@types/ws" : "^7.2.4", "@typescript-eslint/eslint-plugin" : "^2.27.0", "@typescript-eslint/parser" : "^2.27.0", "eslint" : "^6.8.0", "eslint-config-airbnb-base" : "^14.1.0", "eslint-plugin-import" : "^2.20.2", "typescript" : "^3.8.3"}, "dependencies" : {"koa" : "^2.11.0", "koa-bodyparser" : "^4.3.0", "koa-static" : "^5.0.0", "lodash" : "^4.17.15", "ws" : "^7.2.5"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "clean": {"type": "string"}, "build": {"type": "string"}}, "required": ["dev", "clean", "build"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/koa": {"type": "string"}, "@types/koa-bodyparser": {"type": "string"}, "@types/koa-static": {"type": "string"}, "@types/lodash": {"type": "string"}, "@types/ws": {"type": "string"}, "@typescript-eslint/eslint-plugin": {"type": "string"}, "@typescript-eslint/parser": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-airbnb-base": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/koa", "@types/koa-bodyparser", "@types/koa-static", "@types/lodash", "@types/ws", "@typescript-eslint/eslint-plugin", "@typescript-eslint/parser", "eslint", "eslint-config-airbnb-base", "eslint-plugin-import", "typescript"]}, "dependencies": {"type": "object", "properties": {"koa": {"type": "string"}, "koa-bodyparser": {"type": "string"}, "koa-static": {"type": "string"}, "lodash": {"type": "string"}, "ws": {"type": "string"}}, "required": ["koa", "koa-bodyparser", "koa-static", "lodash", "ws"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"setup": {"type": "string"}, "setup:frontend": {"type": "string"}, "setup:backend": {"type": "string"}, "eslint": {"type": "string"}, "build": {"type": "string"}, "build:es": {"type": "string"}, "build:minify": {"type": "string"}, "serve": {"type": "string"}}, "required": ["setup", "setup:frontend", "setup:backend", "eslint", "build", "build:es", "build:minify", "serve"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@emotion/react": {"type": "string"}, "@emotion/styled": {"type": "string"}, "@mui/icons-material": {"type": "string"}, "@mui/material": {"type": "string"}, "axios": {"type": "string"}, "date-fns": {"type": "string"}, "prop-types": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-router": {"type": "string"}, "react-router-dom": {"type": "string"}}, "required": ["@emotion/react", "@emotion/styled", "@mui/icons-material", "@mui/material", "axios", "date-fns", "prop-types", "react", "react-dom", "react-router", "react-router-dom"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}}, "required": ["eslint"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "boilerplate", "version" : "0.2.0", "description" : "", "main" : "index.html", "scripts" : {"setup" : "infodb-cli runall setup:*", "setup:frontend" : "npm install", "setup:backend" : "poetry install", "eslint" : "eslint --ext .js --ignore-path .gitignore frontend", "build" : "infodb-cli runall build:*", "build:es" : "infodb-cli es -i frontend/main.js --source-map", "build:minify" : "infodb-cli minify -i frontend/index.html", "serve" : "etc/run_ap.sh"}, "author" : "<YourName>", "license" : "SEE LICENSE IN YourLicense.txt", "dependencies" : {"@emotion/react" : "^11.7.1", "@emotion/styled" : "^11.6.0", "@mui/icons-material" : "^5.4.2", "@mui/material" : "^5.4.2", "axios" : "^0.26.0", "date-fns" : "^2.28.0", "prop-types" : "^15.8.1", "react" : "^17.0.2", "react-dom" : "^17.0.2", "react-router" : "^6.2.1", "react-router-dom" : "^6.2.1"}, "devDependencies" : {"eslint" : "^8.9.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"setup": {"type": "string"}, "setup:frontend": {"type": "string"}, "setup:backend": {"type": "string"}, "eslint": {"type": "string"}, "build": {"type": "string"}, "build:es": {"type": "string"}, "build:minify": {"type": "string"}, "serve": {"type": "string"}}, "required": ["setup", "setup:frontend", "setup:backend", "eslint", "build", "build:es", "build:minify", "serve"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@emotion/react": {"type": "string"}, "@emotion/styled": {"type": "string"}, "@mui/icons-material": {"type": "string"}, "@mui/material": {"type": "string"}, "axios": {"type": "string"}, "date-fns": {"type": "string"}, "prop-types": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-router": {"type": "string"}, "react-router-dom": {"type": "string"}}, "required": ["@emotion/react", "@emotion/styled", "@mui/icons-material", "@mui/material", "axios", "date-fns", "prop-types", "react", "react-dom", "react-router", "react-router-dom"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}}, "required": ["eslint"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"package" : "perl-regexp-common", "downloads" : 41300, "count" : 8328}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"hash": {"type": "string"}, "ver": {"type": "integer"}, "vin_sz": {"type": "integer"}, "vout_sz": {"type": "integer"}, "lock_time": {"type": "integer"}, "size": {"type": "integer"}, "in": {"type": "array", "items": {"type": "object", "properties": {"prev_out": {"type": "object", "properties": {"hash": {"type": "string"}, "n": {"type": "integer"}}, "required": ["hash", "n"]}, "scriptSig": {"type": "string"}}, "required": ["prev_out", "scriptSig"]}}, "out": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "string"}, "scriptPubKey": {"type": "string"}}, "required": ["value", "scriptPubKey"]}}, "nid": {"type": "string"}}, "required": ["hash", "ver", "vin_sz", "vout_sz", "lock_time", "size", "in", "out", "nid"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"hash" : "b8fd633e7713a43d5ac87266adc78444669b987a56b3a65fb92d58c2c4b0e84d", "ver" : 1, "vin_sz" : 1, "vout_sz" : 2, "lock_time" : 0, "size" : 223, "in" : [{"prev_out" : {"hash" : "2d5beb13e26ad921ef953dd729665ac1678a1b368f472f1acdb4748cd66ca57e", "n" : 1}, "scriptSig" : "30440220228e4deb3bc5b47fc526e2a7f5e9434a52616f8353b55dbc820ccb69d5fbded502206a2874f7f84b20015614694fe25c4d76f10e31571f03c240e3e4bbf1f9985be201 0232abdc893e7f0631364d7fd01cb33d24da45329a00357b3a7886211ab414d55a"}], "out" : [{"value" : "0.01950000", "scriptPubKey" : "OP_DUP OP_HASH160 709dcb44da534c550dacf4296f75cba1ba3b3177 OP_EQUALVERIFY OP_CHECKSIG"}, {"value" : "0.03000000", "scriptPubKey" : "2a9bc5447d664c1d0141392a842d23dba45c4f13 OP_NOP2 OP_DROP"}], "nid" : "b6d4947bc462f087f5c05519695dd916077d28f7961fc7a98f77939ba1a7e2e9"} | json_instruct | {"type": "object", "properties": {"hash": {"type": "string"}, "ver": {"type": "integer"}, "vin_sz": {"type": "integer"}, "vout_sz": {"type": "integer"}, "lock_time": {"type": "integer"}, "size": {"type": "integer"}, "in": {"type": "array", "items": {"type": "object", "properties": {"prev_out": {"type": "object", "properties": {"hash": {"type": "string"}, "n": {"type": "integer"}}, "required": ["hash", "n"]}, "scriptSig": {"type": "string"}}, "required": ["prev_out", "scriptSig"]}}, "out": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "string"}, "scriptPubKey": {"type": "string"}}, "required": ["value", "scriptPubKey"]}}, "nid": {"type": "string"}}, "required": ["hash", "ver", "vin_sz", "vout_sz", "lock_time", "size", "in", "out", "nid"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals", "dharmaVerificationStatus"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "DEMI", "symbol" : "DEMI", "address" : "0x66b863b5354E5C749C964f827CDF5BA468E01F16", "decimals" : 18, "dharmaVerificationStatus" : "UNVERIFIED"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals", "dharmaVerificationStatus"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"stats": {"type": "object", "properties": {"minecraft:killed_by": {"type": "object", "properties": {"minecraft:zombie": {"type": "integer"}, "minecraft:player": {"type": "integer"}}, "required": ["minecraft:zombie", "minecraft:player"]}, "minecraft:used": {"type": "object", "properties": {"minecraft:zombie_spawn_egg": {"type": "integer"}, "minecraft:grass_block": {"type": "integer"}}, "required": ["minecraft:zombie_spawn_egg", "minecraft:grass_block"]}, "minecraft:custom": {"type": "object", "properties": {"minecraft:jump": {"type": "integer"}, "minecraft:time_since_rest": {"type": "integer"}, "minecraft:damage_dealt": {"type": "integer"}, "minecraft:play_one_minute": {"type": "integer"}, "minecraft:crouch_one_cm": {"type": "integer"}, "minecraft:damage_taken": {"type": "integer"}, "minecraft:leave_game": {"type": "integer"}, "minecraft:sprint_one_cm": {"type": "integer"}, "minecraft:time_since_death": {"type": "integer"}, "minecraft:walk_one_cm": {"type": "integer"}, "minecraft:deaths": {"type": "integer"}, "minecraft:sneak_time": {"type": "integer"}, "minecraft:fall_one_cm": {"type": "integer"}, "minecraft:fly_one_cm": {"type": "integer"}}, "required": ["minecraft:jump", "minecraft:time_since_rest", "minecraft:damage_dealt", "minecraft:play_one_minute", "minecraft:crouch_one_cm", "minecraft:damage_taken", "minecraft:leave_game", "minecraft:sprint_one_cm", "minecraft:time_since_death", "minecraft:walk_one_cm", "minecraft:deaths", "minecraft:sneak_time", "minecraft:fall_one_cm", "minecraft:fly_one_cm"]}}, "required": ["minecraft:killed_by", "minecraft:used", "minecraft:custom"]}, "DataVersion": {"type": "integer"}}, "required": ["stats", "DataVersion"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"stats" : {"minecraft:killed_by" : {"minecraft:zombie" : 6, "minecraft:player" : 1}, "minecraft:used" : {"minecraft:zombie_spawn_egg" : 15, "minecraft:grass_block" : 1}, "minecraft:custom" : {"minecraft:jump" : 88, "minecraft:time_since_rest" : 4172, "minecraft:damage_dealt" : 17, "minecraft:play_one_minute" : 13487, "minecraft:crouch_one_cm" : 195, "minecraft:damage_taken" : 1876, "minecraft:leave_game" : 5, "minecraft:sprint_one_cm" : 6431, "minecraft:time_since_death" : 541, "minecraft:walk_one_cm" : 9139, "minecraft:deaths" : 7, "minecraft:sneak_time" : 25, "minecraft:fall_one_cm" : 2552, "minecraft:fly_one_cm" : 52920}}, "DataVersion" : 2580} | json_instruct | {"type": "object", "properties": {"stats": {"type": "object", "properties": {"minecraft:killed_by": {"type": "object", "properties": {"minecraft:zombie": {"type": "integer"}, "minecraft:player": {"type": "integer"}}, "required": ["minecraft:zombie", "minecraft:player"]}, "minecraft:used": {"type": "object", "properties": {"minecraft:zombie_spawn_egg": {"type": "integer"}, "minecraft:grass_block": {"type": "integer"}}, "required": ["minecraft:zombie_spawn_egg", "minecraft:grass_block"]}, "minecraft:custom": {"type": "object", "properties": {"minecraft:jump": {"type": "integer"}, "minecraft:time_since_rest": {"type": "integer"}, "minecraft:damage_dealt": {"type": "integer"}, "minecraft:play_one_minute": {"type": "integer"}, "minecraft:crouch_one_cm": {"type": "integer"}, "minecraft:damage_taken": {"type": "integer"}, "minecraft:leave_game": {"type": "integer"}, "minecraft:sprint_one_cm": {"type": "integer"}, "minecraft:time_since_death": {"type": "integer"}, "minecraft:walk_one_cm": {"type": "integer"}, "minecraft:deaths": {"type": "integer"}, "minecraft:sneak_time": {"type": "integer"}, "minecraft:fall_one_cm": {"type": "integer"}, "minecraft:fly_one_cm": {"type": "integer"}}, "required": ["minecraft:jump", "minecraft:time_since_rest", "minecraft:damage_dealt", "minecraft:play_one_minute", "minecraft:crouch_one_cm", "minecraft:damage_taken", "minecraft:leave_game", "minecraft:sprint_one_cm", "minecraft:time_since_death", "minecraft:walk_one_cm", "minecraft:deaths", "minecraft:sneak_time", "minecraft:fall_one_cm", "minecraft:fly_one_cm"]}}, "required": ["minecraft:killed_by", "minecraft:used", "minecraft:custom"]}, "DataVersion": {"type": "integer"}}, "required": ["stats", "DataVersion"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "null"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "OTyper: A Neural Architecture for Open Named Entity Typing.", "fields" : ["machine learning", "named entity", "architecture", "artificial intelligence", "typing"], "abstract" : null, "citation" : "Not cited", "departments" : ["Northwestern University"], "authors" : ["Zheng Yuan.....http://dblp.org/pers/hd/y/Yuan:Zheng", "Doug Downey.....http://dblp.org/pers/hd/d/Downey:Doug"], "conf" : "aaai", "year" : "2018", "pages" : 8} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "null"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"start-date": {"type": "string"}, "maximum-net-dwellings": {"type": "string"}, "notes": {"type": "string"}, "name": {"type": "string"}, "minimum-net-dwellings": {"type": "string"}, "site-address": {"type": "string"}, "organisation": {"type": "string"}, "site-plan-url": {"type": "string"}, "site": {"type": "string"}, "planning-permission-status": {"type": "string"}, "ownership-status": {"type": "string"}, "hectares": {"type": "string"}, "point": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}}, "required": ["start-date", "maximum-net-dwellings", "notes", "name", "minimum-net-dwellings", "site-address", "organisation", "site-plan-url", "site", "planning-permission-status", "ownership-status", "hectares", "point", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-1.847089, 52.053796]}, "properties" : {"start-date" : "2017-11-13", "maximum-net-dwellings" : "5", "notes" : "Proposed allocation for five dwellings - see SHELAA (November 2017) for further information. Suitable for development (five dwellings)", "name" : "W_1A/W_1B", "minimum-net-dwellings" : "5", "site-address" : "Garage workshop behind The Nook, Main Street, Willersey", "organisation" : "local-authority-eng:COT", "site-plan-url" : "http://my.cotswold.gov.uk/mcd.aspx?MapSource=WOxford/cdc_AllMaps&StartEasting=410582.000000&StartNorthing=239501.000000&StartZoom=250&o=1&Layers=Brownfield_Sites_CDC", "site" : "W_1A/W_1B", "planning-permission-status" : "not permissioned", "ownership-status" : "not owned by a public authority", "hectares" : "0.05", "point" : "POINT(-1.847089 52.053796)", "slug" : "/brownfield-land/local-authority-eng/COT/W-1A-W-1B", "entity" : 480462, "entry-date" : "2017-11-13"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"start-date": {"type": "string"}, "maximum-net-dwellings": {"type": "string"}, "notes": {"type": "string"}, "name": {"type": "string"}, "minimum-net-dwellings": {"type": "string"}, "site-address": {"type": "string"}, "organisation": {"type": "string"}, "site-plan-url": {"type": "string"}, "site": {"type": "string"}, "planning-permission-status": {"type": "string"}, "ownership-status": {"type": "string"}, "hectares": {"type": "string"}, "point": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}}, "required": ["start-date", "maximum-net-dwellings", "notes", "name", "minimum-net-dwellings", "site-address", "organisation", "site-plan-url", "site", "planning-permission-status", "ownership-status", "hectares", "point", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"jest": {"type": "string"}, "lodash": {"type": "string"}}, "required": ["jest", "lodash"]}, "dependencies": {"type": "object", "properties": {"moment": {"type": "string"}}, "required": ["moment"]}}, "required": ["name", "version", "description", "scripts", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "clean-code-js", "version" : "1.0.0", "description" : "Clean Code examples in native (vanilla) Javascript.", "scripts" : {"test" : "jest"}, "author" : "Geert Guldentops", "license" : "ISC", "devDependencies" : {"jest" : "^25.1.0", "lodash" : "^4.17.21"}, "dependencies" : {"moment" : "^2.24.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"jest": {"type": "string"}, "lodash": {"type": "string"}}, "required": ["jest", "lodash"]}, "dependencies": {"type": "object", "properties": {"moment": {"type": "string"}}, "required": ["moment"]}}, "required": ["name", "version", "description", "scripts", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"adcode": {"type": "string"}, "name": {"type": "string"}, "level": {"type": "string"}, "parent": {"type": "string"}}, "required": ["adcode", "name", "level", "parent"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"adcode" : "610124001", "name" : "\u4e8c\u66f2\u8857\u9053", "level" : "street", "parent" : "610124"}, {"adcode" : "610124101", "name" : "\u54d1\u67cf\u9547", "level" : "street", "parent" : "610124"}, {"adcode" : "610124102", "name" : "\u7ec8\u5357\u9547", "level" : "street", "parent" : "610124"}, {"adcode" : "610124103", "name" : "\u9a6c\u53ec\u9547", "level" : "street", "parent" : "610124"}, {"adcode" : "610124104", "name" : "\u96c6\u8d24\u9547", "level" : "street", "parent" : "610124"}, {"adcode" : "610124105", "name" : "\u697c\u89c2\u9547", "level" : "street", "parent" : "610124"}, {"adcode" : "610124106", "name" : "\u5c1a\u6751\u9547", "level" : "street", "parent" : "610124"}, {"adcode" : "610124107", "name" : "\u5e7f\u6d4e\u9547", "level" : "street", "parent" : "610124"}, {"adcode" : "610124108", "name" : "\u539a\u755b\u5b50\u9547", "level" : "street", "parent" : "610124"}, {"adcode" : "610124109", "name" : "\u56db\u5c6f\u9547", "level" : "street", "parent" : "610124"}, {"adcode" : "610124111", "name" : "\u7af9\u5cea\u9547", "level" : "street", "parent" : "610124"}, {"adcode" : "610124112", "name" : "\u9752\u5316\u9547", "level" : "street", "parent" : "610124"}, {"adcode" : "610124113", "name" : "\u7fe0\u5cf0\u9547", "level" : "street", "parent" : "610124"}, {"adcode" : "610124114", "name" : "\u4e5d\u5cf0\u9547", "level" : "street", "parent" : "610124"}, {"adcode" : "610124115", "name" : "\u5bcc\u4ec1\u9547", "level" : "street", "parent" : "610124"}, {"adcode" : "610124116", "name" : "\u53f8\u7af9\u9547", "level" : "street", "parent" : "610124"}, {"adcode" : "610124118", "name" : "\u9a86\u5cea\u9547", "level" : "street", "parent" : "610124"}, {"adcode" : "610124119", "name" : "\u9648\u6cb3\u9547", "level" : "street", "parent" : "610124"}, {"adcode" : "610124120", "name" : "\u677f\u623f\u5b50\u9547", "level" : "street", "parent" : "610124"}, {"adcode" : "610124121", "name" : "\u738b\u5bb6\u6cb3\u9547", "level" : "street", "parent" : "610124"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"adcode": {"type": "string"}, "name": {"type": "string"}, "level": {"type": "string"}, "parent": {"type": "string"}}, "required": ["adcode", "name", "level", "parent"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"label:cs": {"type": "string"}, "P31": {"type": "string"}, "P31^label:cs": {"type": "string"}, "P131^label:cs": {"type": "string"}, "P6736": {"type": "string"}}, "required": ["label:cs", "P31", "P31^label:cs", "P131^label:cs", "P6736"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "FeatureCollection", "features" : [{"type" : "Feature", "properties" : {"label:cs" : "Kaple v Kv\u00edtkov\u011b", "P31" : "http://www.wikidata.org/entity/Q108325", "P31^label:cs" : "Kaple", "P131^label:cs" : "Modlany", "P6736" : "15186"}, "geometry" : {"type" : "Point", "coordinates" : [13.88631, 50.63786]}}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"label:cs": {"type": "string"}, "P31": {"type": "string"}, "P31^label:cs": {"type": "string"}, "P131^label:cs": {"type": "string"}, "P6736": {"type": "string"}}, "required": ["label:cs", "P31", "P31^label:cs", "P131^label:cs", "P6736"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "remarks": {"type": "string"}, "statement": {"type": "string"}}, "required": ["citations", "names", "language", "lookupTerms", "metaLanguage", "remarks", "statement"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"citations" : [{"textCitation" : "[See alex on Metamath](http://us.metamath.org/mpegif/alex.html)"}], "names" : ["alex"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_wal", "#T_vx", "#T_wph", "#T_wb", "#T_wn", "#T_wex", "#T_vx", "#T_wn", "#T_wph"], "metaLanguage" : "METAMATH", "remarks" : " Theorem 19.6 of [Margaris] p. 89. (Contributed by NM, 12-Mar-1993.) ", "statement" : "alex $p |- ( A. x ph <-> -. E. x -. ph ) $."} | json_instruct | {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "remarks": {"type": "string"}, "statement": {"type": "string"}}, "required": ["citations", "names", "language", "lookupTerms", "metaLanguage", "remarks", "statement"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"brief" : "Shuchah", "long" : "<i>Meaning:</i> \"Shuchah\", an Israelite.<br/><i>Usage:</i> Shuah.<br/><i>Source:</i> the same as \"H7745\";"} | json_instruct | {"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$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"}, "main": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "homepage": {"type": "string"}, "private": {"type": "boolean"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"angular-route": {"type": "string"}, "angular": {"type": "string"}, "AngularJS-Toaster": {"type": "string"}, "bootstrap": {"type": "string"}, "ui-bootstrap": {"type": "string"}}, "required": ["angular-route", "angular", "AngularJS-Toaster", "bootstrap", "ui-bootstrap"]}}, "required": ["name", "description", "main", "authors", "license", "homepage", "private", "ignore", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "website", "description" : "crud sample", "main" : "", "authors" : ["acbp <alexandrevil@ymail.com>"], "license" : "MIT", "homepage" : "https://github.com/acbp/mean-app", "private" : true, "ignore" : ["**/.*", "node_modules", "bower_components", "test", "tests"], "dependencies" : {"angular-route" : "^1.6.6", "angular" : "^1.6.6", "AngularJS-Toaster" : "angularjs-toaster#^2.2.0", "bootstrap" : "boostrap#^3.3.7", "ui-bootstrap" : "^2.5.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "homepage": {"type": "string"}, "private": {"type": "boolean"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"angular-route": {"type": "string"}, "angular": {"type": "string"}, "AngularJS-Toaster": {"type": "string"}, "bootstrap": {"type": "string"}, "ui-bootstrap": {"type": "string"}}, "required": ["angular-route", "angular", "AngularJS-Toaster", "bootstrap", "ui-bootstrap"]}}, "required": ["name", "description", "main", "authors", "license", "homepage", "private", "ignore", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"widgetLabel": {"type": "string"}, "title": {"type": "string"}, "currentLocation": {"type": "string"}, "timestamp": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "accuracy": {"type": "string"}, "altitude": {"type": "string"}, "altitudeAccuracy": {"type": "string"}, "heading": {"type": "string"}, "speed": {"type": "string"}}, "required": ["widgetLabel", "title", "currentLocation", "timestamp", "latitude", "longitude", "accuracy", "altitude", "altitudeAccuracy", "heading", "speed"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"widgetLabel" : "Localitza", "title" : "Cerca la meva ubicaci\u00f3", "currentLocation" : "Ubicaci\u00f3 actual", "timestamp" : "Marca de temps", "latitude" : "Latitud", "longitude" : "Longitud", "accuracy" : "Precisi\u00f3", "altitude" : "Altitud", "altitudeAccuracy" : "Precisi\u00f3 de l'altitud", "heading" : "Cap\u00e7alera", "speed" : "Velocitat"} | json_instruct | {"type": "object", "properties": {"widgetLabel": {"type": "string"}, "title": {"type": "string"}, "currentLocation": {"type": "string"}, "timestamp": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "accuracy": {"type": "string"}, "altitude": {"type": "string"}, "altitudeAccuracy": {"type": "string"}, "heading": {"type": "string"}, "speed": {"type": "string"}}, "required": ["widgetLabel", "title", "currentLocation", "timestamp", "latitude", "longitude", "accuracy", "altitude", "altitudeAccuracy", "heading", "speed"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"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" : "0x83fe844e85bf664d40ee93a58e07f80dc152999e", "tool" : "securify", "start" : 1563633498.0838444, "end" : 1563633501.314385, "duration" : 3.2305405139923096, "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"}, "pypi": {"type": "string"}, "seconds": {"type": "number"}, "traceback": {"type": "string"}, "rating": {"type": "number"}}, "required": ["name", "pypi", "seconds", "traceback", "rating"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "quickly_moving_average", "pypi" : "https://pypi.org/project/timemachines", "seconds" : 0.03350710868835449, "traceback" : "passing", "rating" : 1635.63092748055} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "pypi": {"type": "string"}, "seconds": {"type": "number"}, "traceback": {"type": "string"}, "rating": {"type": "number"}}, "required": ["name", "pypi", "seconds", "traceback", "rating"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "2": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "3": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "4": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "5": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "required": ["0", "1", "2", "3", "4", "5"]}}, "required": ["text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"text" : {"0" : {"m1" : "\u067e\u06cc\u0634 \u062c\u0648\u0634 \u0639\u0641\u0648 \u0628\u06cc\u200c\u062d\u062f \u062a\u0648 \u0634\u0627\u0647", "m2" : "\u062a\u0648\u0628\u0647 \u06a9\u0631\u062f\u0646 \u0627\u0632 \u06af\u0646\u0627\u0647 \u0622\u0645\u062f \u06af\u0646\u0627\u0647"}, "1" : {"m1" : "\u0628\u0633 \u06a9\u0647 \u06af\u0645\u0631\u0647 \u0631\u0627 \u06a9\u0646\u06cc \u0628\u0633 \u062c\u0633\u062a \u0648 \u062c\u0648", "m2" : "\u06af\u0645\u0631\u0647\u06cc \u06af\u0634\u062a\u0647\u200c\u0633\u062a \u0641\u0627\u0636\u0644\u062a\u0631 \u0632 \u0631\u0627\u0647"}, "2" : {"m1" : "\u0645\u0646\u0637\u0642\u0645 \u0631\u0627 \u06a9\u0631\u062f \u0648\u06cc\u0631\u0627\u0646 \u0648\u0635\u0641 \u062a\u0648", "m2" : "\u0631\u0627\u0647 \u06af\u0641\u062a\u0646 \u0628\u0633\u062a\u0647 \u0634\u062f \u0645\u0627\u0646\u062f\u0647\u200c\u0633\u062a \u0622\u0647"}, "3" : {"m1" : "\u0622\u0647 \u062f\u0631\u062f\u062a \u0631\u0627 \u0646\u062f\u0627\u0631\u0645 \u0645\u062d\u0631\u0645\u06cc", "m2" : "\u0686\u0648\u0646 \u0639\u0644\u06cc \u0627\u0647 \u0645\u06cc\u200c\u06a9\u0646\u0645 \u062f\u0631 \u0642\u0639\u0631 \u0686\u0627\u0647"}, "4" : {"m1" : "\u0686\u0647 \u0628\u062c\u0648\u0634\u062f \u0646\u06cc \u0628\u0631\u0648\u06cc\u062f \u0627\u0632 \u0644\u0628\u0634", "m2" : "\u0646\u06cc \u0628\u0646\u0627\u0644\u062f \u0631\u0627\u0632 \u0645\u0646 \u06af\u0631\u062f\u062f \u062a\u0628\u0627\u0647"}, "5" : {"m1" : "\u0628\u0633 \u06a9\u0646 \u0627\u06cc \u0646\u06cc \u0632 \u0622\u0646\u06a9 \u0645\u0627 \u0646\u0627\u0645\u062d\u0631\u0645\u06cc\u0645", "m2" : "\u0632\u0627\u0646 \u0634\u06a9\u0631 \u0645\u0627 \u0631\u0627 \u0648 \u0646\u06cc \u0631\u0627 \u0639\u0630\u0631 \u062e\u0648\u0627\u0647"}}} | json_instruct | {"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "2": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "3": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "4": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "5": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "required": ["0", "1", "2", "3", "4", "5"]}}, "required": ["text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "OPType": {"type": "string"}, "comment": {"type": "string"}, "nodeX": {"type": "integer"}, "nodeY": {"type": "integer"}, "nodeWidth": {"type": "integer"}, "nodeHeight": {"type": "integer"}, "storage": {"type": "object", "properties": {}, "required": []}, "tags": {"type": "array", "items": {}}, "replicator": {"type": "null"}, "activeViewer": {"type": "boolean"}, "allowCooking": {"type": "boolean"}, "bypass": {"type": "boolean"}, "cloneImmune": {"type": "boolean"}, "render": {"type": "boolean"}, "viewer": {"type": "boolean"}, "inputConnectors": {"type": "array", "items": {"type": "object", "properties": {}, "required": []}}, "outputConnectors": {"type": "array", "items": {"type": "object", "properties": {}, "required": []}}, "par": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "val": {"type": "string"}, "expr": {"type": "null"}, "enableExpr": {"type": "null"}, "exportOP": {"type": "null"}, "exportSource": {"type": "null"}, "bindExpr": {"type": "null"}, "bindReferences": {"type": "array", "items": {}}, "mode": {"type": "string"}}, "required": ["name", "val", "expr", "enableExpr", "exportOP", "exportSource", "bindExpr", "bindReferences", "mode"]}}, "text": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "OPType", "comment", "nodeX", "nodeY", "nodeWidth", "nodeHeight", "storage", "tags", "replicator", "activeViewer", "allowCooking", "bypass", "cloneImmune", "render", "viewer", "inputConnectors", "outputConnectors", "par", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "replicator1_callbacks", "OPType" : "textDAT", "comment" : "", "nodeX" : 10, "nodeY" : -20, "nodeWidth" : 160, "nodeHeight" : 130, "storage" : {}, "tags" : [], "replicator" : null, "activeViewer" : false, "allowCooking" : true, "bypass" : false, "cloneImmune" : false, "render" : false, "viewer" : true, "inputConnectors" : [{}], "outputConnectors" : [{}], "par" : [{"name" : "defaultreadencoding", "val" : "cp1252", "expr" : null, "enableExpr" : null, "exportOP" : null, "exportSource" : null, "bindExpr" : null, "bindReferences" : [], "mode" : "CONSTANT"}], "text" : ["# me - this DAT", "# ", "# comp - the replicator component which is cooking", "# allOps - a list of all replicants, created or existing", "# newOps - the subset that were just created", "# template - table DAT specifying the replicator attributes", "# master - the master operator", "#", "", "def replicate(comp, allOps, newOps, template, master):", "", "\tfor c in newOps:", "\t\t#c.display = True", "\t\t#c.render = True", "\t\t#c.par.display = 1", "\t\t#c.par.clone = comp.par.master", "\t", "\t\tc.par.clone.expr = \"op('../midi/device')[me.digits, 'definition'] + '/mapmaster1'\"", "", "\t\tpass", "", "\treturn"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "OPType": {"type": "string"}, "comment": {"type": "string"}, "nodeX": {"type": "integer"}, "nodeY": {"type": "integer"}, "nodeWidth": {"type": "integer"}, "nodeHeight": {"type": "integer"}, "storage": {"type": "object", "properties": {}, "required": []}, "tags": {"type": "array", "items": {}}, "replicator": {"type": "null"}, "activeViewer": {"type": "boolean"}, "allowCooking": {"type": "boolean"}, "bypass": {"type": "boolean"}, "cloneImmune": {"type": "boolean"}, "render": {"type": "boolean"}, "viewer": {"type": "boolean"}, "inputConnectors": {"type": "array", "items": {"type": "object", "properties": {}, "required": []}}, "outputConnectors": {"type": "array", "items": {"type": "object", "properties": {}, "required": []}}, "par": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "val": {"type": "string"}, "expr": {"type": "null"}, "enableExpr": {"type": "null"}, "exportOP": {"type": "null"}, "exportSource": {"type": "null"}, "bindExpr": {"type": "null"}, "bindReferences": {"type": "array", "items": {}}, "mode": {"type": "string"}}, "required": ["name", "val", "expr", "enableExpr", "exportOP", "exportSource", "bindExpr", "bindReferences", "mode"]}}, "text": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "OPType", "comment", "nodeX", "nodeY", "nodeWidth", "nodeHeight", "storage", "tags", "replicator", "activeViewer", "allowCooking", "bypass", "cloneImmune", "render", "viewer", "inputConnectors", "outputConnectors", "par", "text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "features": {"type": "array", "items": {"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": {"ID": {"type": "string"}, "ACAD_LAYER": {"type": "string"}, "TILE_NAME": {"type": "string"}, "SUPERCLASS": {"type": "string"}, "LABEL": {"type": "string"}}, "required": ["ID", "ACAD_LAYER", "TILE_NAME", "SUPERCLASS", "LABEL"]}}, "required": ["type", "geometry", "properties"]}}}, "required": ["name", "type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "003_VH_L5_SMALL_VEHICLE", "type" : "FeatureCollection", "features" : [{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[0.000286, -0.002108], [0.000286465572745924, -0.0021071268238612], [0.000287004800033736, -0.00210629710795608], [0.000287613654276057, -0.00210551704958472], [0.000288287587829032, -0.00210479247514596], [0.000289021566959517, -0.00210412879661901], [0.000289810109442949, -0.00210353097114034], [0.000290647325511089, -0.00210300346397795], [0.000291526961843778, -0.00210255021517946], [0.000292442448276132, -0.00210217461014315], [0.000293386946872307, -0.00210187945433185], [0.000294353402999292, -0.00210166695231836], [0.000295334598019257, -0.00210153869131915], [0.000296323203206882, -0.00210149562933911], [0.000297311834488945, -0.00210153808801607], [0.000298293107597323, -0.00210166575021837], [0.000299259693223438, -0.00210187766241366], [0.000300204371762206, -0.00210217224179093], [0.000301120087236594, -0.00210254728808286], [0.000302, -0.002103], [0.000314, -0.002135], [0.000313314050481744, -0.0021360169835923], [0.000312541019117269, -0.00213696945662506], [0.000311686939433761, -0.00213784998502485], [0.00031075847754236, -0.00213865169624768], [0.000309762880109013, -0.00213936833291945], [0.000308707917794079, -0.00213999430167479], [0.000307601824602155, -0.00214052471681351], [0.000306453233615482, -0.00214095543843352], [0.000305271109612545, -0.00214128310474287], [0.000304064679097776, -0.00214150515829866], [0.000302843358288478, -0.00214161986596789], [0.000301616679621038, -0.00214162633245462], [0.000300394217350045, -0.00214152450728777], [0.000299185512821021, -0.00214131518521507], [0.000298, -0.002141], [0.000286, -0.002108]]]}, "properties" : {"ID" : "91fa8d12-c9c9-4360-a7e3-40690202f9eb", "ACAD_LAYER" : "003_VH_L5_SMALL_VEHICLE", "TILE_NAME" : "6090_2_0", "SUPERCLASS" : "MAN-MADE VEHICLES", "LABEL" : "SMALL_VEHICLE"}}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "features": {"type": "array", "items": {"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": {"ID": {"type": "string"}, "ACAD_LAYER": {"type": "string"}, "TILE_NAME": {"type": "string"}, "SUPERCLASS": {"type": "string"}, "LABEL": {"type": "string"}}, "required": ["ID", "ACAD_LAYER", "TILE_NAME", "SUPERCLASS", "LABEL"]}}, "required": ["type", "geometry", "properties"]}}}, "required": ["name", "type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nom" : "Longueville-sur-Aube", "dpt" : "Aube", "inscrits" : 108, "abs" : 12, "votants" : 96, "blancs" : 9, "nuls" : 2, "exp" : 85, "res" : [{"panneau" : "2", "voix" : 47}, {"panneau" : "1", "voix" : 38}]} | 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 an example JSON object that satisfies this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-90.526932, 35.706661], [-90.50058, 35.707268], [-90.481851, 35.706378], [-90.483121, 35.635132], [-90.51849, 35.635092], [-90.517402, 35.678579], [-90.510062, 35.678329], [-90.526932, 35.706661]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 3430}}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"$schema": {"type": "string"}, "variables": {"type": "object", "properties": {"AzureSchemaURL": {"type": "string"}}, "required": ["AzureSchemaURL"]}}, "required": ["$schema", "variables"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"$schema" : "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "variables" : {"AzureSchemaURL" : "[concat('https://','gallery.azure.com')]"}} | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "variables": {"type": "object", "properties": {"AzureSchemaURL": {"type": "string"}}, "required": ["AzureSchemaURL"]}}, "required": ["$schema", "variables"], "$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"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"@babel/preset-react": {"type": "string"}, "@rails/actioncable": {"type": "string"}, "@rails/webpacker": {"type": "string"}, "bootstrap": {"type": "string"}, "exports-loader": {"type": "string"}, "jquery": {"type": "string"}, "jquery-ujs": {"type": "string"}, "popper.js": {"type": "string"}, "prop-types": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}}, "required": ["@babel/preset-react", "@rails/actioncable", "@rails/webpacker", "bootstrap", "exports-loader", "jquery", "jquery-ujs", "popper.js", "prop-types", "react", "react-dom"]}, "devDependencies": {"type": "object", "properties": {"webpack-dev-server": {"type": "string"}}, "required": ["webpack-dev-server"]}}, "required": ["name", "private", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "zero-rails", "private" : true, "scripts" : {"start" : "bin/webpack-dev-server"}, "dependencies" : {"@babel/preset-react" : "^7.0.0", "@rails/actioncable" : "^6.0.3-4", "@rails/webpacker" : "^5.2.1", "bootstrap" : "^4.1.3", "exports-loader" : "^0.7.0", "jquery" : "^3.3.1", "jquery-ujs" : "^1.2.2", "popper.js" : "^1.14.7", "prop-types" : "^15.6.2", "react" : "^16.8.5", "react-dom" : "^16.8.5"}, "devDependencies" : {"webpack-dev-server" : "^3.7.2"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"@babel/preset-react": {"type": "string"}, "@rails/actioncable": {"type": "string"}, "@rails/webpacker": {"type": "string"}, "bootstrap": {"type": "string"}, "exports-loader": {"type": "string"}, "jquery": {"type": "string"}, "jquery-ujs": {"type": "string"}, "popper.js": {"type": "string"}, "prop-types": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}}, "required": ["@babel/preset-react", "@rails/actioncable", "@rails/webpacker", "bootstrap", "exports-loader", "jquery", "jquery-ujs", "popper.js", "prop-types", "react", "react-dom"]}, "devDependencies": {"type": "object", "properties": {"webpack-dev-server": {"type": "string"}}, "required": ["webpack-dev-server"]}}, "required": ["name", "private", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "birthname": {"type": "string"}, "birthdate": {"type": "string"}, "birthplace": {"type": "string"}}, "required": ["name", "birthname", "birthdate", "birthplace"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Morgan Freeman", "birthname" : "Morgan Freeman", "birthdate" : "1937-06-01", "birthplace" : "Memphis, Tennessee, USA"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "birthname": {"type": "string"}, "birthdate": {"type": "string"}, "birthplace": {"type": "string"}}, "required": ["name", "birthname", "birthdate", "birthplace"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"author": {"type": "object", "properties": {"login": {"type": "string"}}, "required": ["login"]}, "body": {"type": "string"}, "createdAt": {"type": "string"}, "labels": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "color": {"type": "string"}}, "required": ["id", "name", "description", "color"]}}, "number": {"type": "integer"}, "title": {"type": "string"}}, "required": ["author", "body", "createdAt", "labels", "number", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"author" : {"login" : "timb-machine"}, "body" : "### Area\n\nIntegration\n\n### Parent threat\n\n_No response_\n\n### Finding\n\nhttps://www.hindawi.com/journals/wcmc/2018/1954121/\n\n### Industry reference\n\n\n\n### Component\n\nTechnical debt\n\n### Scenario\n\n_No response_\n\n### Scenario variation\n\n_No response_", "createdAt" : "2021-11-11T10:35:16Z", "labels" : [{"id" : "LA_kwDOGXIUu87TC5Qt", "name" : "confirmed", "description" : "", "color" : "5A6749"}], "number" : 86, "title" : "[Threat]: Time Synchronisation Interrupted"} | json_instruct | {"type": "object", "properties": {"author": {"type": "object", "properties": {"login": {"type": "string"}}, "required": ["login"]}, "body": {"type": "string"}, "createdAt": {"type": "string"}, "labels": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "color": {"type": "string"}}, "required": ["id", "name", "description", "color"]}}, "number": {"type": "integer"}, "title": {"type": "string"}}, "required": ["author", "body", "createdAt", "labels", "number", "title"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "idParent": {"type": "integer"}, "namaWilayah": {"type": "string"}, "tingkatWilayah": {"type": "integer"}, "idPro": {"type": "integer"}, "idKab": {"type": "integer"}, "idKec": {"type": "integer"}, "idKel": {"type": "integer"}, "namaPro": {"type": "string"}, "namaKab": {"type": "string"}, "namaKec": {"type": "string"}, "namaKel": {"type": "string"}, "kodeWilayah": {"type": "string"}}, "required": ["id", "idParent", "namaWilayah", "tingkatWilayah", "idPro", "idKab", "idKec", "idKel", "namaPro", "namaKab", "namaKec", "namaKel", "kodeWilayah"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : 51682, "idParent" : 51677, "namaWilayah" : "BANYUMAS", "tingkatWilayah" : 4, "idPro" : 51578, "idKab" : 51579, "idKec" : 51677, "idKel" : 51682, "namaPro" : "BANTEN", "namaKab" : "PANDEGLANG", "namaKec" : "BOJONG", "namaKel" : "BANYUMAS", "kodeWilayah" : "36.01.10.2005"}, {"id" : 51681, "idParent" : 51677, "namaWilayah" : "BOJONG", "tingkatWilayah" : 4, "idPro" : 51578, "idKab" : 51579, "idKec" : 51677, "idKel" : 51681, "namaPro" : "BANTEN", "namaKab" : "PANDEGLANG", "namaKec" : "BOJONG", "namaKel" : "BOJONG", "kodeWilayah" : "36.01.10.2004"}, {"id" : 51685, "idParent" : 51677, "namaWilayah" : "CAHAYAMEKAR", "tingkatWilayah" : 4, "idPro" : 51578, "idKab" : 51579, "idKec" : 51677, "idKel" : 51685, "namaPro" : "BANTEN", "namaKab" : "PANDEGLANG", "namaKec" : "BOJONG", "namaKel" : "CAHAYAMEKAR", "kodeWilayah" : "36.01.10.2008"}, {"id" : 51679, "idParent" : 51677, "namaWilayah" : "CIJAKAN", "tingkatWilayah" : 4, "idPro" : 51578, "idKab" : 51579, "idKec" : 51677, "idKel" : 51679, "namaPro" : "BANTEN", "namaKab" : "PANDEGLANG", "namaKec" : "BOJONG", "namaKel" : "CIJAKAN", "kodeWilayah" : "36.01.10.2002"}, {"id" : 51683, "idParent" : 51677, "namaWilayah" : "CITUMENGGUNG", "tingkatWilayah" : 4, "idPro" : 51578, "idKab" : 51579, "idKec" : 51677, "idKel" : 51683, "namaPro" : "BANTEN", "namaKab" : "PANDEGLANG", "namaKec" : "BOJONG", "namaKel" : "CITUMENGGUNG", "kodeWilayah" : "36.01.10.2006"}, {"id" : 51680, "idParent" : 51677, "namaWilayah" : "GEREDUG", "tingkatWilayah" : 4, "idPro" : 51578, "idKab" : 51579, "idKec" : 51677, "idKel" : 51680, "namaPro" : "BANTEN", "namaKab" : "PANDEGLANG", "namaKec" : "BOJONG", "namaKel" : "GEREDUG", "kodeWilayah" : "36.01.10.2003"}, {"id" : 51684, "idParent" : 51677, "namaWilayah" : "MANGGUNGJAYA", "tingkatWilayah" : 4, "idPro" : 51578, "idKab" : 51579, "idKec" : 51677, "idKel" : 51684, "namaPro" : "BANTEN", "namaKab" : "PANDEGLANG", "namaKec" : "BOJONG", "namaKel" : "MANGGUNGJAYA", "kodeWilayah" : "36.01.10.2007"}, {"id" : 51678, "idParent" : 51677, "namaWilayah" : "MEKARSARI", "tingkatWilayah" : 4, "idPro" : 51578, "idKab" : 51579, "idKec" : 51677, "idKel" : 51678, "namaPro" : "BANTEN", "namaKab" : "PANDEGLANG", "namaKec" : "BOJONG", "namaKel" : "MEKARSARI", "kodeWilayah" : "36.01.10.2001"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "idParent": {"type": "integer"}, "namaWilayah": {"type": "string"}, "tingkatWilayah": {"type": "integer"}, "idPro": {"type": "integer"}, "idKab": {"type": "integer"}, "idKec": {"type": "integer"}, "idKel": {"type": "integer"}, "namaPro": {"type": "string"}, "namaKab": {"type": "string"}, "namaKec": {"type": "string"}, "namaKel": {"type": "string"}, "kodeWilayah": {"type": "string"}}, "required": ["id", "idParent", "namaWilayah", "tingkatWilayah", "idPro", "idKab", "idKec", "idKel", "namaPro", "namaKab", "namaKec", "namaKel", "kodeWilayah"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"package" : "perl-const-fast", "downloads" : 4100, "count" : 4061}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "minimum-stability": {"type": "string"}, "require": {"type": "object", "properties": {"dhii/shell-interop": {"type": "string"}, "dhii/shell-command-interop": {"type": "string"}}, "required": ["dhii/shell-interop", "dhii/shell-command-interop"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}}, "required": ["phpunit/phpunit"]}, "repositories": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Dhii\\Shell\\": {"type": "string"}}, "required": ["Dhii\\Shell\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "type", "license", "authors", "minimum-stability", "require", "require-dev", "repositories", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "dhii/shell", "description" : "A standards-compliant shell wrapper implementation.", "type" : "library", "license" : "MIT", "authors" : [{"name" : "Dhii Team", "email" : "development@dhii.co"}], "minimum-stability" : "dev", "require" : {"dhii/shell-interop" : "^0.1", "dhii/shell-command-interop" : "^0.1"}, "require-dev" : {"phpunit/phpunit" : "~4.0"}, "repositories" : [{"type" : "git", "url" : "https://github.com/dhii/shell-interop"}, {"type" : "git", "url" : "https://github.com/dhii/shell-command-interop"}], "autoload" : {"psr-4" : {"Dhii\\Shell\\" : "src/"}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "minimum-stability": {"type": "string"}, "require": {"type": "object", "properties": {"dhii/shell-interop": {"type": "string"}, "dhii/shell-command-interop": {"type": "string"}}, "required": ["dhii/shell-interop", "dhii/shell-command-interop"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}}, "required": ["phpunit/phpunit"]}, "repositories": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Dhii\\Shell\\": {"type": "string"}}, "required": ["Dhii\\Shell\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "type", "license", "authors", "minimum-stability", "require", "require-dev", "repositories", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"houses": {"type": "array", "items": {"type": "string"}}, "houseAuditItems": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "label": {"type": "string"}, "max": {"type": "integer"}, "scores": {"type": "array", "items": {"type": "integer"}}}, "required": ["name", "label", "max", "scores"]}}, "initialValues": {"type": "object", "properties": {"maintenance": {"type": "object", "properties": {"findings": {"type": "array", "items": {}}, "max": {"type": "integer"}, "score": {"type": "integer"}}, "required": ["findings", "max", "score"]}, "auditor": {"type": "string"}, "house": {"type": "string"}, "department": {"type": "string"}, "items": {"type": "object", "properties": {"medication": {"type": "object", "properties": {"score": {"type": "integer"}}, "required": ["score"]}, "ss": {"type": "object", "properties": {"score": {"type": "integer"}}, "required": ["score"]}, "hc": {"type": "object", "properties": {"score": {"type": "integer"}}, "required": ["score"]}, "documentation": {"type": "object", "properties": {"score": {"type": "integer"}}, "required": ["score"]}, "organization": {"type": "object", "properties": {"score": {"type": "integer"}}, "required": ["score"]}, "equipment": {"type": "object", "properties": {"score": {"type": "integer"}}, "required": ["score"]}, "pr": {"type": "object", "properties": {"score": {"type": "integer"}}, "required": ["score"]}, "supplies": {"type": "object", "properties": {"score": {"type": "integer"}}, "required": ["score"]}}, "required": ["medication", "ss", "hc", "documentation", "organization", "equipment", "pr", "supplies"]}, "score": {"type": "integer"}}, "required": ["maintenance", "auditor", "house", "department", "items", "score"]}}, "required": ["houses", "houseAuditItems", "initialValues"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"houses" : ["22", "23", "25", "27", "28", "29", "30", "31", "32", "33", "34", "35", "40", "41", "42", "43"], "houseAuditItems" : [{"name" : "medication", "label" : "Medication", "max" : 20, "scores" : [20, 10, 0]}, {"name" : "ss", "label" : "Safety and Security", "max" : 20, "scores" : [20, 10, 0]}, {"name" : "hc", "label" : "Health and Cleanliness", "max" : 20, "scores" : [20, 10, 0]}, {"name" : "documentation", "label" : "Documentation", "max" : 10, "scores" : [10, 5, 0]}, {"name" : "organization", "label" : "Organization", "max" : 10, "scores" : [10, 5, 0]}, {"name" : "equipment", "label" : "Furniture and Equipment", "max" : 10, "scores" : [10, 5, 0]}, {"name" : "pr", "label" : "Program Requirements", "max" : 5, "scores" : [5, 0]}, {"name" : "supplies", "label" : "Supplies and Storage", "max" : 5, "scores" : [5, 0]}], "initialValues" : {"maintenance" : {"findings" : [], "max" : 16, "score" : 100}, "auditor" : "Nelson Diaz", "house" : "", "department" : "", "items" : {"medication" : {"score" : 20}, "ss" : {"score" : 20}, "hc" : {"score" : 20}, "documentation" : {"score" : 10}, "organization" : {"score" : 10}, "equipment" : {"score" : 10}, "pr" : {"score" : 5}, "supplies" : {"score" : 5}}, "score" : 100}} | json_instruct | {"type": "object", "properties": {"houses": {"type": "array", "items": {"type": "string"}}, "houseAuditItems": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "label": {"type": "string"}, "max": {"type": "integer"}, "scores": {"type": "array", "items": {"type": "integer"}}}, "required": ["name", "label", "max", "scores"]}}, "initialValues": {"type": "object", "properties": {"maintenance": {"type": "object", "properties": {"findings": {"type": "array", "items": {}}, "max": {"type": "integer"}, "score": {"type": "integer"}}, "required": ["findings", "max", "score"]}, "auditor": {"type": "string"}, "house": {"type": "string"}, "department": {"type": "string"}, "items": {"type": "object", "properties": {"medication": {"type": "object", "properties": {"score": {"type": "integer"}}, "required": ["score"]}, "ss": {"type": "object", "properties": {"score": {"type": "integer"}}, "required": ["score"]}, "hc": {"type": "object", "properties": {"score": {"type": "integer"}}, "required": ["score"]}, "documentation": {"type": "object", "properties": {"score": {"type": "integer"}}, "required": ["score"]}, "organization": {"type": "object", "properties": {"score": {"type": "integer"}}, "required": ["score"]}, "equipment": {"type": "object", "properties": {"score": {"type": "integer"}}, "required": ["score"]}, "pr": {"type": "object", "properties": {"score": {"type": "integer"}}, "required": ["score"]}, "supplies": {"type": "object", "properties": {"score": {"type": "integer"}}, "required": ["score"]}}, "required": ["medication", "ss", "hc", "documentation", "organization", "equipment", "pr", "supplies"]}, "score": {"type": "integer"}}, "required": ["maintenance", "auditor", "house", "department", "items", "score"]}}, "required": ["houses", "houseAuditItems", "initialValues"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "rarity": {"type": "string"}, "type": {"type": "string"}, "subtypes": {"type": "array", "items": {"type": "string"}}, "cost": {"type": "integer"}, "power": {"type": "integer"}, "health": {"type": "integer"}, "set": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}}, "required": ["name", "id"]}, "collectible": {"type": "boolean"}, "soulSummon": {"type": "integer"}, "soulTrap": {"type": "integer"}, "text": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {}}, "unique": {"type": "boolean"}, "imageUrl": {"type": "string"}, "id": {"type": "string"}, "code": {"type": "string"}}, "required": ["name", "rarity", "type", "subtypes", "cost", "power", "health", "set", "collectible", "soulSummon", "soulTrap", "text", "attributes", "keywords", "unique", "imageUrl", "id", "code"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Cygnus Standard Bearer", "rarity" : "Legendary", "type" : "Creature", "subtypes" : ["Imperial"], "cost" : 4, "power" : 3, "health" : 2, "set" : {"name" : "Moons of Elsweyr", "id" : "moe"}, "collectible" : true, "soulSummon" : 1200, "soulTrap" : 400, "text" : "Summon: Summon a 2/2 Imperial Solider for each friendly support. When you summon a support, summon a 2/2 Imperial Soldier.", "attributes" : ["Willpower"], "keywords" : [], "unique" : false, "imageUrl" : "https://www.legends-decks.com/img_cards/cygnusstandardbearer.png", "id" : "cca52cf5-41ad-58f4-8f1d-ead46a642ed0", "code" : "wZ"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "rarity": {"type": "string"}, "type": {"type": "string"}, "subtypes": {"type": "array", "items": {"type": "string"}}, "cost": {"type": "integer"}, "power": {"type": "integer"}, "health": {"type": "integer"}, "set": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}}, "required": ["name", "id"]}, "collectible": {"type": "boolean"}, "soulSummon": {"type": "integer"}, "soulTrap": {"type": "integer"}, "text": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {}}, "unique": {"type": "boolean"}, "imageUrl": {"type": "string"}, "id": {"type": "string"}, "code": {"type": "string"}}, "required": ["name", "rarity", "type", "subtypes", "cost", "power", "health", "set", "collectible", "soulSummon", "soulTrap", "text", "attributes", "keywords", "unique", "imageUrl", "id", "code"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "year": {"type": "string"}}, "required": ["author", "classification", "keywords", "period", "reference", "region", "text", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"author" : "Brenda Shaughnessy", "classification" : "", "keywords" : ["Living", "Marriage", "Companionship", "Relationships", "Love", "Men", "Women", "Arts", "Sciences", "Humor", "Satire", "Social Commentaries", "Gender", "Sexuality", "Desire", "Break-ups", "Vexed Love"], "period" : "", "reference" : "http://www.poetryfoundation.org/poem/237338", "region" : "U.S., Mid-Atlantic", "text" : ["You love a woman and you wonder where she goes all night in some tricked-", "out taxicab, with her high heels and her corset and her big, fat mouth.", "You love how she only wears her glasses with you, how thick", "and cow-eyed she swears it\u2019s only ever you she wants to see.", "You love her, you want her very ugly. If she is lovely big, you want her", "scrawny. If she is perfect lithe, you want her ballooned, a cosmonaut.", "How not to love her, her bouillabaisse, her orangina. When you took her", "to the doctor the doctor said, \u201cWow, look at that!\u201d and you were proud,", "you asshole, you love and that\u2019s how you are in love. Any expert, observing", "human bodies, can see how she\u2019s exceptional, how she ruins us all.", "But you really love this woman, how come no one can see this? Everyone must", "become suddenly very clumsy at recognizing beauty if you are to keep her.", "You don\u2019t want to lose anything, at all, ever. You want her sex depilated, you", "want everyone else not blind, but perhaps paralyzed, from the eyes down.", "You wonder where she goes all night. If she leaves you, you will know", "everything about love. If she\u2019s leaving you now, you already know it."], "title" : "You Love, You Wonder", "year" : ""} | json_instruct | {"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "year": {"type": "string"}}, "required": ["author", "classification", "keywords", "period", "reference", "region", "text", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"config": {"type": "object", "properties": {"step": {"type": "object", "properties": {"user": {"type": "object", "properties": {"data": {"type": "object", "properties": {"entity_ids": {"type": "string"}, "name": {"type": "string"}, "round_digits": {"type": "string"}, "type": {"type": "string"}}, "required": ["entity_ids", "name", "round_digits", "type"]}, "data_description": {"type": "object", "properties": {"round_digits": {"type": "string"}}, "required": ["round_digits"]}, "description": {"type": "string"}, "title": {"type": "string"}}, "required": ["data", "data_description", "description", "title"]}}, "required": ["user"]}}, "required": ["step"]}, "options": {"type": "object", "properties": {"step": {"type": "object", "properties": {"init": {"type": "object", "properties": {"data": {"type": "object", "properties": {"entity_ids": {"type": "string"}, "round_digits": {"type": "string"}, "type": {"type": "string"}}, "required": ["entity_ids", "round_digits", "type"]}, "data_description": {"type": "object", "properties": {"round_digits": {"type": "string"}}, "required": ["round_digits"]}}, "required": ["data", "data_description"]}}, "required": ["init"]}}, "required": ["step"]}, "title": {"type": "string"}}, "required": ["config", "options", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"config" : {"step" : {"user" : {"data" : {"entity_ids" : "Entitas input", "name" : "Nama", "round_digits" : "Presisi", "type" : "Karakteristik statistik"}, "data_description" : {"round_digits" : "Mengontrol jumlah digit desimal dalam output ketika karakteristik statistik adalah rata-rata atau median."}, "description" : "Buat sensor yang menghitung nilai min, maks, rata-rata, atau median dari sejumlah sensor input.", "title" : "Tambahkan sensor min/maks/rata-rata/median"}}}, "options" : {"step" : {"init" : {"data" : {"entity_ids" : "Entitas input", "round_digits" : "Presisi", "type" : "Karakteristik statistik"}, "data_description" : {"round_digits" : "Mengontrol jumlah digit desimal dalam output ketika karakteristik statistik adalah rata-rata atau median."}}}}, "title" : "Sensor min/maks/rata-rata/median"} | json_instruct | {"type": "object", "properties": {"config": {"type": "object", "properties": {"step": {"type": "object", "properties": {"user": {"type": "object", "properties": {"data": {"type": "object", "properties": {"entity_ids": {"type": "string"}, "name": {"type": "string"}, "round_digits": {"type": "string"}, "type": {"type": "string"}}, "required": ["entity_ids", "name", "round_digits", "type"]}, "data_description": {"type": "object", "properties": {"round_digits": {"type": "string"}}, "required": ["round_digits"]}, "description": {"type": "string"}, "title": {"type": "string"}}, "required": ["data", "data_description", "description", "title"]}}, "required": ["user"]}}, "required": ["step"]}, "options": {"type": "object", "properties": {"step": {"type": "object", "properties": {"init": {"type": "object", "properties": {"data": {"type": "object", "properties": {"entity_ids": {"type": "string"}, "round_digits": {"type": "string"}, "type": {"type": "string"}}, "required": ["entity_ids", "round_digits", "type"]}, "data_description": {"type": "object", "properties": {"round_digits": {"type": "string"}}, "required": ["round_digits"]}}, "required": ["data", "data_description"]}}, "required": ["init"]}}, "required": ["step"]}, "title": {"type": "string"}}, "required": ["config", "options", "title"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "musicType": {"type": "string"}, "musicNo": {"type": "string"}}, "required": ["title", "author", "musicType", "musicNo"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "17 40-\u7eaf\u97f3\u4e50-AniFace", "author" : "AniFace", "musicType" : "\u8f7b\u97f3\u4e50", "musicNo" : "0013506"} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "musicType": {"type": "string"}, "musicNo": {"type": "string"}}, "required": ["title", "author", "musicType", "musicNo"], "$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.