input
stringlengths 159
2.05k
| output
stringlengths 5
10.3k
| task
stringclasses 1
value | schema
stringlengths 100
1.99k
|
---|---|---|---|
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@google-cloud/firestore": {"type": "string"}, "@google-cloud/functions-framework": {"type": "string"}, "@google-cloud/storage": {"type": "string"}, "firebase": {"type": "string"}}, "required": ["@google-cloud/firestore", "@google-cloud/functions-framework", "@google-cloud/storage", "firebase"]}, "description": {"type": "string"}, "main": {"type": "string"}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "scripts": {"type": "object", "properties": {"locally": {"type": "string"}}, "required": ["locally"]}}, "required": ["name", "version", "dependencies", "description", "main", "devDependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "start_function", "version" : "0.0.1", "dependencies" : {"@google-cloud/firestore" : "^3.5.0", "@google-cloud/functions-framework" : "^1.4.0", "@google-cloud/storage" : "^1.6.0", "firebase" : "^7.8.1"}, "description" : "google cloud function for pipeline start", "main" : "index.js", "devDependencies" : {}, "scripts" : {"locally" : "functions-framework --target=run_dataflow_job_http --port=8082"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@google-cloud/firestore": {"type": "string"}, "@google-cloud/functions-framework": {"type": "string"}, "@google-cloud/storage": {"type": "string"}, "firebase": {"type": "string"}}, "required": ["@google-cloud/firestore", "@google-cloud/functions-framework", "@google-cloud/storage", "firebase"]}, "description": {"type": "string"}, "main": {"type": "string"}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "scripts": {"type": "object", "properties": {"locally": {"type": "string"}}, "required": ["locally"]}}, "required": ["name", "version", "dependencies", "description", "main", "devDependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}, "format": {"type": "string"}, "lint": {"type": "string"}, "prepare": {"type": "string"}, "prepublishOnly": {"type": "string"}, "preversion": {"type": "string"}, "version": {"type": "string"}, "postversion": {"type": "string"}, "clean": {"type": "string"}}, "required": ["test", "build", "format", "lint", "prepare", "prepublishOnly", "preversion", "version", "postversion", "clean"]}, "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"]}, "devDependencies": {"type": "object", "properties": {"@types/jest": {"type": "string"}, "@types/node": {"type": "string"}, "jest": {"type": "string"}, "jest-junit": {"type": "string"}, "prettier": {"type": "string"}, "ts-jest": {"type": "string"}, "tslint": {"type": "string"}, "tslint-config-prettier": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/jest", "@types/node", "jest", "jest-junit", "prettier", "ts-jest", "tslint", "tslint-config-prettier", "typescript"]}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "description", "main", "types", "scripts", "repository", "keywords", "author", "license", "bugs", "devDependencies", "files"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "typescript-csharp", "version" : "0.5.3", "description" : "Simple lightweight .NET Based TypeScript Library", "main" : "dist/index.js", "types" : "dist/index.d.ts", "scripts" : {"test" : "jest --config jestconfig.json", "build" : "tsc", "format" : "prettier --write \"src/**/*.ts\"", "lint" : "tslint -p tsconfig.json", "prepare" : "npm run build", "prepublishOnly" : "npm test && npm run lint", "preversion" : "npm run lint", "version" : "npm run format && git add -A src", "postversion" : "git push && git push --tags", "clean" : "rm -rf coverage dist"}, "repository" : {"type" : "git", "url" : "git+https://github.com/alexanderpuscher/typescript-csharp.git"}, "keywords" : ["typescript", "csharp", "angular", "nodejs", "express", "guid", "string", "stringbuilder", "list", "dictionary", "datetime", "timespan", "queue", "stack"], "author" : "Alexander Puscher <[email protected]>", "license" : "MIT", "bugs" : {"url" : "https://github.com/alexanderpuscher/typescript-csharp/issues"}, "devDependencies" : {"@types/jest" : "^25.2.1", "@types/node" : "^13.11.1", "jest" : "^25.3.0", "jest-junit" : "^10.0.0", "prettier" : "^2.0.4", "ts-jest" : "^25.3.1", "tslint" : "^6.1.1", "tslint-config-prettier" : "^1.18.0", "typescript" : "^3.8.3"}, "files" : ["dist/**/*"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}, "format": {"type": "string"}, "lint": {"type": "string"}, "prepare": {"type": "string"}, "prepublishOnly": {"type": "string"}, "preversion": {"type": "string"}, "version": {"type": "string"}, "postversion": {"type": "string"}, "clean": {"type": "string"}}, "required": ["test", "build", "format", "lint", "prepare", "prepublishOnly", "preversion", "version", "postversion", "clean"]}, "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"]}, "devDependencies": {"type": "object", "properties": {"@types/jest": {"type": "string"}, "@types/node": {"type": "string"}, "jest": {"type": "string"}, "jest-junit": {"type": "string"}, "prettier": {"type": "string"}, "ts-jest": {"type": "string"}, "tslint": {"type": "string"}, "tslint-config-prettier": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/jest", "@types/node", "jest", "jest-junit", "prettier", "ts-jest", "tslint", "tslint-config-prettier", "typescript"]}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "description", "main", "types", "scripts", "repository", "keywords", "author", "license", "bugs", "devDependencies", "files"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "publishConfig": {"type": "object", "properties": {"registry": {"type": "string"}}, "required": ["registry"]}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "pretest": {"type": "string"}, "test": {"type": "string"}, "posttest": {"type": "string"}, "prepublish": {"type": "string"}}, "required": ["lint", "pretest", "test", "posttest", "prepublish"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"mocha": {"type": "string"}, "mongodb": {"type": "string"}, "lodash.omit": {"type": "string"}, "istanbul": {"type": "string"}, "jshint": {"type": "string"}}, "required": ["mocha", "mongodb", "lodash.omit", "istanbul", "jshint"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "required": ["name", "version", "description", "main", "publishConfig", "scripts", "keywords", "author", "license", "devDependencies", "repository"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "find-and-modify-stream", "version" : "1.0.1", "description" : "MongoDB find and modify object write stream", "main" : "index.js", "publishConfig" : {"registry" : "http://registry.npmjs.org"}, "scripts" : {"lint" : "./node_modules/.bin/jshint .", "pretest" : "npm run-script lint", "test" : "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha test", "posttest" : "./node_modules/.bin/istanbul check-coverage && rm -rf coverage", "prepublish" : "npm test && npm prune"}, "keywords" : ["mongo", "mongodb", "stream", "write", "stream", "find", "and", "modify"], "author" : "Dom Harrington", "license" : "ISC", "devDependencies" : {"mocha" : "^1.18.2", "mongodb" : "^1.4.0", "lodash.omit" : "^2.4.1", "istanbul" : "^0.2.7", "jshint" : "^2.5.0"}, "repository" : {"type" : "git", "url" : "[email protected]:domharrington/find-and-modify-stream.git"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "publishConfig": {"type": "object", "properties": {"registry": {"type": "string"}}, "required": ["registry"]}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "pretest": {"type": "string"}, "test": {"type": "string"}, "posttest": {"type": "string"}, "prepublish": {"type": "string"}}, "required": ["lint", "pretest", "test", "posttest", "prepublish"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"mocha": {"type": "string"}, "mongodb": {"type": "string"}, "lodash.omit": {"type": "string"}, "istanbul": {"type": "string"}, "jshint": {"type": "string"}}, "required": ["mocha", "mongodb", "lodash.omit", "istanbul", "jshint"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "required": ["name", "version", "description", "main", "publishConfig", "scripts", "keywords", "author", "license", "devDependencies", "repository"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e", "f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}, "t": {"type": "string"}}, "required": ["h", "stem", "t"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : [{"d" : [{"e" : ["\ufff9`Misakoriatan~ `ira~ `ko~ `mata~.\ufffa\ufffb\u4ed6\u628a\u773c\u775b\u775c\u5927\u4e86\u3002"], "f" : "\u628a\u773c\u775b\u775c\u5927\u4e86\uff0c\u8cb6\u773c\u4e86\uff0c\u77aa\u773c\u4e86\u3002"}, {"s" : ["`Misaforikatan~"], "e" : ["\ufff9`Misakoriatan~ `a~ `mata~.\ufffa\ufffb\u775c\u5927\u7684\u773c\u775b\u3002"], "f" : "\u6307\u6240\u775c\u5927\u7684(\u773c\u775b)\u3002"}]}], "stem" : "koriat", "t" : "misakoriatan"} | json_instruct | {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e", "f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}, "t": {"type": "string"}}, "required": ["h", "stem", "t"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "object", "properties": {"key": {"type": "string"}, "name": {"type": "string"}, "spdx_id": {"type": "string"}, "url": {"type": "string"}}, "required": ["key", "name", "spdx_id", "url"]}, "starNum": {"type": "integer"}, "folkNum": {"type": "integer"}, "watchNum": {"type": "integer"}, "topic": {"type": "array", "items": {}}}, "required": ["name", "description", "license", "starNum", "folkNum", "watchNum", "topic"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "SmashBot", "description" : "The AI that beats you at Melee", "license" : {"key" : "gpl-3.0", "name" : "GNU General Public License v3.0", "spdx_id" : "GPL-3.0", "url" : "https://api.github.com/licenses/gpl-3.0"}, "starNum" : 334, "folkNum" : 46, "watchNum" : 334, "topic" : []} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "object", "properties": {"key": {"type": "string"}, "name": {"type": "string"}, "spdx_id": {"type": "string"}, "url": {"type": "string"}}, "required": ["key", "name", "spdx_id", "url"]}, "starNum": {"type": "integer"}, "folkNum": {"type": "integer"}, "watchNum": {"type": "integer"}, "topic": {"type": "array", "items": {}}}, "required": ["name", "description", "license", "starNum", "folkNum", "watchNum", "topic"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"\u5de5\u5ee0\u540d\u7a31" : "\u4f2f\u601d\u9054\u7da0\u80fd\u79d1\u6280\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "65003789", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u65b0\u5317\u5e02\u4e94\u80a1\u5340\u8208\u73cd\u91cc\u4e94\u6b0a\u4e09\u8def22\u865f(1\u6a13)", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc" : "\u65b0\u5317\u5e02\u4e94\u80a1\u5340\u8208\u73cd\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d" : "\u912d\u6f22\u68ee", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f" : "24710706", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b" : "\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f" : "", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f" : "1040130", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b" : "\u751f\u7522\u4e2d", "\u7522\u696d\u985e\u5225" : ["26\u96fb\u5b50\u96f6\u7d44\u4ef6\u88fd\u9020\u696d"], "\u4e3b\u8981\u7522\u54c1" : ["264\u5149\u96fb\u6750\u6599\u53ca\u5143\u4ef6", "269\u5176\u4ed6\u96fb\u5b50\u96f6\u7d44\u4ef6"]} | json_instruct | {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"number": {"type": "string"}, "title": {"type": "string"}, "children": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "type": {"type": "string"}, "level": {"type": "null"}}, "required": ["text", "type", "level"]}}}, "required": ["number", "title", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"number" : "14.402-1", "title" : "Unclassified bids.", "children" : [{"text" : "(a) The bid opening officer shall decide when the time set for opening bids has arrived and shall inform those present of that decision. The officer shall then (1) personally and publicly open all bids received before that time, (2) if practical, read the bids aloud to the persons present, and (3) have the bids recorded. The original of each bid shall be carefully safeguarded, particularly until the abstract of bids required by 14.403 has been made and its accuracy verified.", "type" : "paragraph", "level" : null}, {"text" : "(b) Performance of the procedure in paragraph (a) of this section may be delegated to an assistant, but the bid opening officer remains fully responsible for the actions of the assistant.", "type" : "paragraph", "level" : null}, {"text" : "(c) Examination of bids by interested persons shall be permitted if it does not interfere unduly with the conduct of Government business. Original bids shall not be allowed to pass out of the hands of a Government official unless a duplicate bid is not available for public inspection. The original bid may be examined by the public only under the immediate supervision of a Government official and under conditions that preclude possibility of a substitution, addition, deletion, or alteration in the bid.", "type" : "paragraph", "level" : null}]} | json_instruct | {"type": "object", "properties": {"number": {"type": "string"}, "title": {"type": "string"}, "children": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "type": {"type": "string"}, "level": {"type": "null"}}, "required": ["text", "type", "level"]}}}, "required": ["number", "title", "children"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["docco-extended", "duster", "dusterjs", "es-ctags", "evfiles", "ezev", "grunt-makedocs", "gulp-es6-browserify-browsersync-boilerplate", "hbsc", "jsimports", "kerouac", "lessless", "librarianowl", "lithium-sdk", "mady", "patternlab-node", "pf-patternlab-node", "scopify-cli", "springbokjs", "stylize-core", "webmockjs", "wintersmith-mounter", "xxl"] | 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": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "year", "departments", "conf", "authors", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Mob data sourcing.", "fields" : ["crowdsourcing", "crowdsourcing software development", "data science", "computer science", "data mining"], "abstract" : "Crowdsourcing is an emerging paradigm that harnesses a mass of users to perform various types of tasks. We focus in this tutorial on a particular form of crowdsourcing, namely crowd (or mob) datasourcing whose goal is to obtain, aggregate or process data. We overview crowd datasourcing solutions in various contexts, explain the need for a principled solution, describe advances towards achieving such a solution, and highlight remaining gaps.", "citation" : "Citations (1)", "year" : "2012", "departments" : ["Ben-Gurion University of the Negev", "Tel Aviv University"], "conf" : "sigmod", "authors" : ["Daniel Deutch.....http://dblp.org/pers/hd/d/Deutch:Daniel", "Tova Milo.....http://dblp.org/pers/hd/m/Milo:Tova"], "pages" : 4} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "year", "departments", "conf", "authors", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"userId" : 78192, "cartId" : "533bcfd9-bd3f-4992-8170-cafa4cc296b6", "preferredProducts" : [3746, 3055, 3370, 4794, 3725, 445, 1968, 1772, 4916], "productReviews" : [{"productId" : 3294, "reviewText" : "talk about contentment!!!", "reviewDate" : "2019-11-10T15:54:03.9526076+02:00"}, {"productId" : 2251, "reviewText" : "one of my hobbies is mushroom cultivation. and when i'm cultivating mushrooms this works great.", "reviewDate" : "2020-02-27T05:03:28.4622982+02:00"}, {"productId" : 4672, "reviewText" : "I saw one of these in Kazakhstan and I bought one.", "reviewDate" : "2016-12-10T20:56:35.9614751+02:00"}]} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "source": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "project_page": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "version_requirement": {"type": "string"}}, "required": ["name", "version_requirement"]}}, "types": {"type": "array", "items": {}}, "checksums": {"type": "object", "properties": {"CHANGELOG": {"type": "string"}, "LICENSE": {"type": "string"}, "Modulefile": {"type": "string"}, "README.md": {"type": "string"}, "Rakefile": {"type": "string"}, "manifests/init.pp": {"type": "string"}, "manifests/params.pp": {"type": "string"}, "manifests/sources/apt.pp": {"type": "string"}, "manifests/sources/yum.pp": {"type": "string"}, "spec/classes/mongodb_spec.rb": {"type": "string"}, "spec/fixtures/manifests/site.pp": {"type": "string"}, "spec/spec_helper.rb": {"type": "string"}, "templates/mongod.conf.erb": {"type": "string"}, "tests/init.pp": {"type": "string"}, "tests/sources/apt.pp": {"type": "string"}, "tests/sources/yum.pp": {"type": "string"}}, "required": ["CHANGELOG", "LICENSE", "Modulefile", "README.md", "Rakefile", "manifests/init.pp", "manifests/params.pp", "manifests/sources/apt.pp", "manifests/sources/yum.pp", "spec/classes/mongodb_spec.rb", "spec/fixtures/manifests/site.pp", "spec/spec_helper.rb", "templates/mongod.conf.erb", "tests/init.pp", "tests/sources/apt.pp", "tests/sources/yum.pp"]}}, "required": ["name", "version", "source", "author", "license", "summary", "description", "project_page", "dependencies", "types", "checksums"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "puppetlabs-mongodb", "version" : "0.2.0", "source" : "[email protected]:puppetlabs/puppetlabs-mongodb.git", "author" : "puppetlabs", "license" : "Apache License Version 2.0", "summary" : "mongodb puppet module", "description" : "10gen mongodb puppet module", "project_page" : "https://github.com/puppetlabs/puppetlabs-mongodb", "dependencies" : [{"name" : "puppetlabs/apt", "version_requirement" : ">= 0.0.2"}], "types" : [], "checksums" : {"CHANGELOG" : "9581bc43281498929d15b31c73c28bde", "LICENSE" : "b3f8a01d8699078d82e8c3c992307517", "Modulefile" : "a0b5e86d91973ff749d1fa3b4f79741c", "README.md" : "0f38e45f2d429354d71a12cf488a03bf", "Rakefile" : "0254db5d3fc38c67a2c160d7296a24f8", "manifests/init.pp" : "aa45f16b46b6c9154a66bee500304fea", "manifests/params.pp" : "546588b8fcec2505809ffa6b090b3ceb", "manifests/sources/apt.pp" : "43f39c1438902fd1735a9f1e81eb91e9", "manifests/sources/yum.pp" : "1705a4bbf4403d0ecdd0ed786aa8e20f", "spec/classes/mongodb_spec.rb" : "aa53243aad016d53d46fbff023352693", "spec/fixtures/manifests/site.pp" : "d41d8cd98f00b204e9800998ecf8427e", "spec/spec_helper.rb" : "0db89c9a486df193c0e40095422e19dc", "templates/mongod.conf.erb" : "8798b9c0f386ad75e9b0f0c277deff55", "tests/init.pp" : "c29e4762855114f0111961d495abcf65", "tests/sources/apt.pp" : "bcd51d9fcb2cef9af29f0acc08e36c85", "tests/sources/yum.pp" : "1daacf2de2c2d718345010fc5ce73245"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "source": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "project_page": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "version_requirement": {"type": "string"}}, "required": ["name", "version_requirement"]}}, "types": {"type": "array", "items": {}}, "checksums": {"type": "object", "properties": {"CHANGELOG": {"type": "string"}, "LICENSE": {"type": "string"}, "Modulefile": {"type": "string"}, "README.md": {"type": "string"}, "Rakefile": {"type": "string"}, "manifests/init.pp": {"type": "string"}, "manifests/params.pp": {"type": "string"}, "manifests/sources/apt.pp": {"type": "string"}, "manifests/sources/yum.pp": {"type": "string"}, "spec/classes/mongodb_spec.rb": {"type": "string"}, "spec/fixtures/manifests/site.pp": {"type": "string"}, "spec/spec_helper.rb": {"type": "string"}, "templates/mongod.conf.erb": {"type": "string"}, "tests/init.pp": {"type": "string"}, "tests/sources/apt.pp": {"type": "string"}, "tests/sources/yum.pp": {"type": "string"}}, "required": ["CHANGELOG", "LICENSE", "Modulefile", "README.md", "Rakefile", "manifests/init.pp", "manifests/params.pp", "manifests/sources/apt.pp", "manifests/sources/yum.pp", "spec/classes/mongodb_spec.rb", "spec/fixtures/manifests/site.pp", "spec/spec_helper.rb", "templates/mongod.conf.erb", "tests/init.pp", "tests/sources/apt.pp", "tests/sources/yum.pp"]}}, "required": ["name", "version", "source", "author", "license", "summary", "description", "project_page", "dependencies", "types", "checksums"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"$schema": {"type": "string"}, "docSetProductName": {"type": "string"}, "rootDirectory": {"type": "string"}, "docLinkSettings": {"type": "object", "properties": {"linkFormat": {"type": "string"}, "relativeLinkPrefix": {"type": "string"}}, "required": ["linkFormat", "relativeLinkPrefix"]}, "inclusionCriteria": {"type": "object", "properties": {"labels": {"type": "array", "items": {"type": "string"}}, "minAdditionsToFile": {"type": "integer"}, "pullRequestTitlesToIgnore": {"type": "array", "items": {"type": "string"}}}, "required": ["labels", "minAdditionsToFile", "pullRequestTitlesToIgnore"]}, "areas": {"type": "array", "items": {"type": "object", "properties": {"names": {"type": "array", "items": {"type": "string"}}, "heading": {"type": "string"}}, "required": ["names", "heading"]}}}, "required": ["$schema", "docSetProductName", "rootDirectory", "docLinkSettings", "inclusionCriteria", "areas"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"$schema" : "https://whatsnewapi.azurewebsites.net/schema", "docSetProductName" : "Azure Data Explorer", "rootDirectory" : "data-explorer/", "docLinkSettings" : {"linkFormat" : "relative", "relativeLinkPrefix" : "/azure/data-explorer/"}, "inclusionCriteria" : {"labels" : ["label:whats-new"], "minAdditionsToFile" : 1, "pullRequestTitlesToIgnore" : ["^Confirm merge from repo_sync_working_branch", "^Repo sync for protected CLA branch"]}, "areas" : [{"names" : ["."], "heading" : "Azure Data Explorer"}, {"names" : ["kusto/api"], "heading" : "API"}, {"names" : ["kusto/concepts"], "heading" : "Concepts"}, {"names" : ["kusto/functions-library"], "heading" : "Functions library"}, {"names" : ["kusto/management"], "heading" : "Management"}, {"names" : ["kusto/query"], "heading" : "Query"}, {"names" : ["kusto/tools"], "heading" : "Tools"}]} | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "docSetProductName": {"type": "string"}, "rootDirectory": {"type": "string"}, "docLinkSettings": {"type": "object", "properties": {"linkFormat": {"type": "string"}, "relativeLinkPrefix": {"type": "string"}}, "required": ["linkFormat", "relativeLinkPrefix"]}, "inclusionCriteria": {"type": "object", "properties": {"labels": {"type": "array", "items": {"type": "string"}}, "minAdditionsToFile": {"type": "integer"}, "pullRequestTitlesToIgnore": {"type": "array", "items": {"type": "string"}}}, "required": ["labels", "minAdditionsToFile", "pullRequestTitlesToIgnore"]}, "areas": {"type": "array", "items": {"type": "object", "properties": {"names": {"type": "array", "items": {"type": "string"}}, "heading": {"type": "string"}}, "required": ["names", "heading"]}}}, "required": ["$schema", "docSetProductName", "rootDirectory", "docLinkSettings", "inclusionCriteria", "areas"], "$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": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "MICALAH", "frequency" : 3, "gender" : "female"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"html_attributions": {"type": "array", "items": {}}, "results": {"type": "array", "items": {"type": "object", "properties": {"business_status": {"type": "string"}, "geometry": {"type": "object", "properties": {"location": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}, "viewport": {"type": "object", "properties": {"northeast": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}, "southwest": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}}, "required": ["northeast", "southwest"]}}, "required": ["location", "viewport"]}, "icon": {"type": "string"}, "icon_background_color": {"type": "string"}, "icon_mask_base_uri": {"type": "string"}, "name": {"type": "string"}, "photos": {"type": "array", "items": {"type": "object", "properties": {"height": {"type": "integer"}, "html_attributions": {"type": "array", "items": {"type": "string"}}, "photo_reference": {"type": "string"}, "width": {"type": "integer"}}, "required": ["height", "html_attributions", "photo_reference", "width"]}}, "place_id": {"type": "string"}, "plus_code": {"type": "object", "properties": {"compound_code": {"type": "string"}, "global_code": {"type": "string"}}, "required": ["compound_code", "global_code"]}, "reference": {"type": "string"}, "scope": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}, "vicinity": {"type": "string"}}, "required": ["business_status", "geometry", "icon", "icon_background_color", "icon_mask_base_uri", "name", "photos", "place_id", "plus_code", "reference", "scope", "types", "vicinity"]}}, "status": {"type": "string"}}, "required": ["html_attributions", "results", "status"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"html_attributions" : [], "results" : [{"business_status" : "OPERATIONAL", "geometry" : {"location" : {"lat" : 24.8735961, "lng" : 85.8424352}, "viewport" : {"northeast" : {"lat" : 24.8749880302915, "lng" : 85.8438434302915}, "southwest" : {"lat" : 24.87229006970849, "lng" : 85.8411454697085}}}, "icon" : "https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/bank-71.png", "icon_background_color" : "#909CE1", "icon_mask_base_uri" : "https://maps.gstatic.com/mapfiles/place_api/icons/v2/bank-intl_pinlet", "name" : "Mbgb csp", "photos" : [{"height" : 1080, "html_attributions" : ["<a href=\"https://maps.google.com/maps/contrib/106885661240797949038\">ranjan kumar</a>"], "photo_reference" : "Aap_uECDFvGqLRp01yZdI-bOeDjHKWsNFOVmTvlh5F-Xcc5Suh40q5U5wKYoGdq10biOkrMukZfj5fqn10IfLdyx-dQqbhvguwRh-wL1ID30ZPNIT5so0XwVmHE854Y7-HHOPfzBBv7mQhgUPvqcdRtKm34TwbX3fAkRvtgFhRzAdKKZJDe9", "width" : 1920}], "place_id" : "ChIJrxFJy31N8jkRKz-IHt4mwNY", "plus_code" : {"compound_code" : "VRFR+CX Pali, Bihar, India", "global_code" : "7MP7VRFR+CX"}, "reference" : "ChIJrxFJy31N8jkRKz-IHt4mwNY", "scope" : "GOOGLE", "types" : ["bank", "finance", "point_of_interest", "establishment"], "vicinity" : "Kachna Kuwakol Road"}], "status" : "OK"} | json_instruct | {"type": "object", "properties": {"html_attributions": {"type": "array", "items": {}}, "results": {"type": "array", "items": {"type": "object", "properties": {"business_status": {"type": "string"}, "geometry": {"type": "object", "properties": {"location": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}, "viewport": {"type": "object", "properties": {"northeast": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}, "southwest": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}}, "required": ["northeast", "southwest"]}}, "required": ["location", "viewport"]}, "icon": {"type": "string"}, "icon_background_color": {"type": "string"}, "icon_mask_base_uri": {"type": "string"}, "name": {"type": "string"}, "photos": {"type": "array", "items": {"type": "object", "properties": {"height": {"type": "integer"}, "html_attributions": {"type": "array", "items": {"type": "string"}}, "photo_reference": {"type": "string"}, "width": {"type": "integer"}}, "required": ["height", "html_attributions", "photo_reference", "width"]}}, "place_id": {"type": "string"}, "plus_code": {"type": "object", "properties": {"compound_code": {"type": "string"}, "global_code": {"type": "string"}}, "required": ["compound_code", "global_code"]}, "reference": {"type": "string"}, "scope": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}, "vicinity": {"type": "string"}}, "required": ["business_status", "geometry", "icon", "icon_background_color", "icon_mask_base_uri", "name", "photos", "place_id", "plus_code", "reference", "scope", "types", "vicinity"]}}, "status": {"type": "string"}}, "required": ["html_attributions", "results", "status"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"Count": {"type": "integer"}, "CounterType": {"type": "string"}, "DisplayName": {"type": "string"}, "DisplayUnits": {"type": "string"}, "IntervalSec": {"type": "number"}, "Max": {"type": "integer"}, "Mean": {"type": "integer"}, "Metadata": {"type": "string"}, "Min": {"type": "integer"}, "Name": {"type": "string"}, "Series": {"type": "string"}, "StandardDeviation": {"type": "integer"}}, "required": ["Count", "CounterType", "DisplayName", "DisplayUnits", "IntervalSec", "Max", "Mean", "Metadata", "Min", "Name", "Series", "StandardDeviation"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Count" : 1, "CounterType" : "Mean", "DisplayName" : "Number of Active Timers", "DisplayUnits" : "", "IntervalSec" : 0.999991, "Max" : 25, "Mean" : 25, "Metadata" : "", "Min" : 25, "Name" : "active-timer-count", "Series" : "Interval=1000", "StandardDeviation" : 0} | json_instruct | {"type": "object", "properties": {"Count": {"type": "integer"}, "CounterType": {"type": "string"}, "DisplayName": {"type": "string"}, "DisplayUnits": {"type": "string"}, "IntervalSec": {"type": "number"}, "Max": {"type": "integer"}, "Mean": {"type": "integer"}, "Metadata": {"type": "string"}, "Min": {"type": "integer"}, "Name": {"type": "string"}, "Series": {"type": "string"}, "StandardDeviation": {"type": "integer"}}, "required": ["Count", "CounterType", "DisplayName", "DisplayUnits", "IntervalSec", "Max", "Mean", "Metadata", "Min", "Name", "Series", "StandardDeviation"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "CHRESANTHI", "frequency" : 1, "gender" : "female"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "Understated", "definitions" : ["Presented or expressed in a subtle and effective way."], "parts-of-speech" : "Adjective"} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "symbol", "logoURI", "decimals", "address", "chainId", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "DARKELV Liquid Demon", "symbol" : "DARKELVLD", "logoURI" : "https://raw.githubusercontent.com/solana-labs/token-list/main/assets/mainnet/8RjzDqcg6zS4yPJg7Bsjc3QLdEc9sphbpWEatCngvxmh/logo.png", "decimals" : 0, "address" : "8RjzDqcg6zS4yPJg7Bsjc3QLdEc9sphbpWEatCngvxmh", "chainId" : 101, "tags" : ["NFT", "utility-token"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "symbol", "logoURI", "decimals", "address", "chainId", "tags"], "$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": {"content": {"type": "string"}, "id": {"type": "integer"}, "sender_full_name": {"type": "string"}, "timestamp": {"type": "integer"}}, "required": ["content", "id", "sender_full_name", "timestamp"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"content" : "<p>SciPy 2020 is being held entirely virtually this year. There are many talks and tutorials that are relevant to quite a few of us.</p>\n<p>Full list here: <a href=\"https://na.eventscloud.com/ehome/487022?&t=d2917a15274e1daf79d80a4253f01e7a\" target=\"_blank\" title=\"https://na.eventscloud.com/ehome/487022?&t=d2917a15274e1daf79d80a4253f01e7a\">https://na.eventscloud.com/ehome/487022?&t=d2917a15274e1daf79d80a4253f01e7a</a>.</p>\n<p>Schedule here: <a href=\"https://www.scipy2020.scipy.org/schedule\" target=\"_blank\" title=\"https://www.scipy2020.scipy.org/schedule\">https://www.scipy2020.scipy.org/schedule</a></p>", "id" : 8279, "sender_full_name" : "Deepak Cherian", "timestamp" : 1589229656}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"content": {"type": "string"}, "id": {"type": "integer"}, "sender_full_name": {"type": "string"}, "timestamp": {"type": "integer"}}, "required": ["content", "id", "sender_full_name", "timestamp"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["nd-autocomplete"] | 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": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ast" : null, "code" : "var _jsxFileName = \"C:\\\\web\\\\kome\\\\frontend\\\\pages\\\\index.js\";\nimport React from \"react\";\nvar __jsx = React.createElement;\nexport default (() => {\n return __jsx(\"h1\", {\n __self: this,\n __source: {\n fileName: _jsxFileName,\n lineNumber: 2,\n columnNumber: 9\n }\n }, \"Landing Page\");\n});", "map" : {"version" : 3, "sources" : ["C:/web/kome/frontend/pages/index.js"], "names" : [], "mappings" : ";;;AAAA,gBAAe,MAAM;AACpB,SAAO;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,oBAAP;AACA,CAFD", "sourcesContent" : ["export default () => {\r\n\treturn <h1>Landing Page</h1>;\r\n};\r\n"]}, "metadata" : {}, "sourceType" : "module"} | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"TIMESTAMP UTC": {"type": "string"}, "CLASSIFICATION": {"type": "string"}}, "required": ["TIMESTAMP UTC", "CLASSIFICATION"]}}, "required": ["type", "geometry", "properties"]}}, "type": {"type": "string"}}, "required": ["features", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"features" : [{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [12.054673698648648, 48.36347222767296]}, "properties" : {"TIMESTAMP UTC" : "2019-04-27T10:27:26", "CLASSIFICATION" : "Flying plane"}}, {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [12.01156559054054, 48.380992443306376]}, "properties" : {"TIMESTAMP UTC" : "2019-04-27T10:27:26", "CLASSIFICATION" : "Flying plane"}}], "type" : "FeatureCollection"} | json_instruct | {"type": "object", "properties": {"features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"TIMESTAMP UTC": {"type": "string"}, "CLASSIFICATION": {"type": "string"}}, "required": ["TIMESTAMP UTC", "CLASSIFICATION"]}}, "required": ["type", "geometry", "properties"]}}, "type": {"type": "string"}}, "required": ["features", "type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"path": {"type": "string"}, "method": {"type": "string"}, "request": {"type": "object", "properties": {"headers": {"type": "object", "properties": {"Authorization": {"type": "string"}}, "required": ["Authorization"]}}, "required": ["headers"]}, "response": {"type": "object", "properties": {"status": {"type": "integer"}, "headers": {"type": "object", "properties": {}, "required": []}, "body": {"type": "string"}}, "required": ["status", "headers", "body"]}}, "required": ["path", "method", "request", "response"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"path" : "/apps/example-running-application/scm_repo_link", "method" : "delete", "request" : {"headers" : {"Authorization" : "Bearer the-bearer-token"}}, "response" : {"status" : 204, "headers" : {}, "body" : ""}} | json_instruct | {"type": "object", "properties": {"path": {"type": "string"}, "method": {"type": "string"}, "request": {"type": "object", "properties": {"headers": {"type": "object", "properties": {"Authorization": {"type": "string"}}, "required": ["Authorization"]}}, "required": ["headers"]}, "response": {"type": "object", "properties": {"status": {"type": "integer"}, "headers": {"type": "object", "properties": {}, "required": []}, "body": {"type": "string"}}, "required": ["status", "headers", "body"]}}, "required": ["path", "method", "request", "response"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"width": {"type": "number"}, "rotation": {"type": "number"}, "xCenter": {"type": "number"}, "yCenter": {"type": "number"}, "height": {"type": "number"}}, "required": ["width", "rotation", "xCenter", "yCenter", "height"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"width" : 0.22509928, "rotation" : -0.48565495, "xCenter" : 0.33899143, "yCenter" : 0.4123204, "height" : 0.40017647} | json_instruct | {"type": "object", "properties": {"width": {"type": "number"}, "rotation": {"type": "number"}, "xCenter": {"type": "number"}, "yCenter": {"type": "number"}, "height": {"type": "number"}}, "required": ["width", "rotation", "xCenter", "yCenter", "height"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/throttle": {"type": "number"}, "user/angle": {"type": "number"}, "user/mode": {"type": "string"}}, "required": ["cam/image_array", "user/throttle", "user/angle", "user/mode"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"cam/image_array" : "1168_cam-image_array_.jpg", "user/throttle" : 0.0, "user/angle" : 0.2736986577510834, "user/mode" : "user"} | json_instruct | {"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/throttle": {"type": "number"}, "user/angle": {"type": "number"}, "user/mode": {"type": "string"}}, "required": ["cam/image_array", "user/throttle", "user/angle", "user/mode"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"*.js": {"type": "array", "items": {"type": "string"}}}, "required": ["*.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"*.js" : ["standard"]} | json_instruct | {"type": "object", "properties": {"*.js": {"type": "array", "items": {"type": "string"}}}, "required": ["*.js"], "$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"}, "type": {"type": "string"}, "start": {"type": "string"}, "end": {"type": "string"}}, "required": ["id", "type", "start", "end"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "region2loc3lloc264", "type" : "HAS", "start" : "oblivia", "end" : "loc264"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "start": {"type": "string"}, "end": {"type": "string"}}, "required": ["id", "type", "start", "end"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"tests": {"type": "array", "items": {"type": "object", "properties": {"description": {"type": "string"}, "comment": {"type": "string"}, "create": {"type": "object", "properties": {"docRefPath": {"type": "string"}, "jsonData": {"type": "string"}, "isError": {"type": "boolean"}}, "required": ["docRefPath", "jsonData", "isError"]}}, "required": ["description", "comment", "create"]}}}, "required": ["tests"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"tests" : [{"description" : "create: Delete cannot be anywhere inside an array value", "comment" : "The Delete sentinel must be the value of a field. Deletes are implemented\nby turning the path to the Delete sentinel into a FieldPath, and FieldPaths do not support\narray indexing.", "create" : {"docRefPath" : "projects/projectID/databases/(default)/documents/C/d", "jsonData" : "{\"a\": [1, {\"b\": \"Delete\"}]}", "isError" : true}}]} | json_instruct | {"type": "object", "properties": {"tests": {"type": "array", "items": {"type": "object", "properties": {"description": {"type": "string"}, "comment": {"type": "string"}, "create": {"type": "object", "properties": {"docRefPath": {"type": "string"}, "jsonData": {"type": "string"}, "isError": {"type": "boolean"}}, "required": ["docRefPath", "jsonData", "isError"]}}, "required": ["description", "comment", "create"]}}}, "required": ["tests"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[123.625, 45.25], [123.625, 45.333333333333336], [123.75, 45.333333333333336], [123.75, 45.25], [123.625, 45.25]]]}, "properties" : {"code" : 672375, "url" : "http://madefor.github.io/0410/api/v1/672375.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/672375.geojson"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "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" : 101881743, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "92fa84616b2f552f0054dcb472485353", "wof:id" : 101881743, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [5.75331303132322, 48.83994527673383, 5.76442444828893, 48.84643701046963], "geometry" : {"coordinates" : [[[5.75867692889341, 48.84643701046963], [5.75883048347919, 48.84464140664278], [5.76427110358844, 48.84484827643183], [5.76442444828893, 48.84305266240563], [5.75762392443363, 48.84279404450558], [5.75770071392481, 48.84189624228901], [5.75634064139677, 48.84184447006055], [5.75641745185663, 48.84094666852786], [5.75505740639625, 48.84089488080315], [5.7551342378224, 48.83999707995423], [5.75377421942869, 48.83994527673383], [5.75331303132322, 48.84533206942592], [5.75603336445067, 48.84543567224307], [5.75595653643632, 48.8463334718017], [5.75867692889341, 48.84643701046963]]], "type" : "Polygon"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"origin": {"type": "string"}, "download_link": {"type": "string"}, "views": {"type": "integer"}, "x_resolution": {"type": "integer"}, "filetype": {"type": "string"}, "site": {"type": "string"}, "y_resolution": {"type": "integer"}, "colors": {"type": "array", "items": {"type": "string"}}, "comments": {"type": "array", "items": {"type": "string"}}, "favorites": {"type": "integer"}, "descriptors": {"type": "array", "items": {"type": "string"}}, "uploader": {"type": "string"}}, "required": ["origin", "download_link", "views", "x_resolution", "filetype", "site", "y_resolution", "colors", "comments", "favorites", "descriptors", "uploader"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"origin" : "http://wallbase.cc/wallpaper/299002", "download_link" : "http://wallpapers.wallbase.cc/rozne/wallpaper-299002.jpg", "views" : 1740, "x_resolution" : 2560, "filetype" : "jpg", "site" : "wallbase.cc", "y_resolution" : 1600, "colors" : ["#cbbeb8", "#0c110b", "#864827", "#cb8d68", "#512911"], "comments" : [""], "favorites" : 15, "descriptors" : ["blondes", "women", "Britney Spears", "singers", "simple background", "exposed midriff", "hands on hips"], "uploader" : " 4chan"} | json_instruct | {"type": "object", "properties": {"origin": {"type": "string"}, "download_link": {"type": "string"}, "views": {"type": "integer"}, "x_resolution": {"type": "integer"}, "filetype": {"type": "string"}, "site": {"type": "string"}, "y_resolution": {"type": "integer"}, "colors": {"type": "array", "items": {"type": "string"}}, "comments": {"type": "array", "items": {"type": "string"}}, "favorites": {"type": "integer"}, "descriptors": {"type": "array", "items": {"type": "string"}}, "uploader": {"type": "string"}}, "required": ["origin", "download_link", "views", "x_resolution", "filetype", "site", "y_resolution", "colors", "comments", "favorites", "descriptors", "uploader"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"900657170": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900657171": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900657172": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900657173": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900657170", "900657171", "900657172", "900657173"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"900657170" : {"nama" : "TPS 1", "dapil" : [6102, 16107, 2610501]}, "900657171" : {"nama" : "TPS 2", "dapil" : [6102, 16107, 2610501]}, "900657172" : {"nama" : "TPS 3", "dapil" : [6102, 16107, 2610501]}, "900657173" : {"nama" : "TPS 4", "dapil" : [6102, 16107, 2610501]}} | json_instruct | {"type": "object", "properties": {"900657170": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900657171": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900657172": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900657173": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900657170", "900657171", "900657172", "900657173"], "$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"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "input": {"type": "string"}}, "required": ["test", "input"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"react": {"type": "string"}, "underscore": {"type": "string"}}, "required": ["react", "underscore"]}, "devDependencies": {"type": "object", "properties": {"beefy": {"type": "string"}, "browserify": {"type": "string"}, "jest-cli": {"type": "string"}, "reactify": {"type": "string"}, "watchify": {"type": "string"}}, "required": ["beefy", "browserify", "jest-cli", "reactify", "watchify"]}, "jest": {"type": "object", "properties": {"rootDir": {"type": "string"}}, "required": ["rootDir"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies", "jest"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "slash-cmd", "version" : "0.0.1", "description" : "", "main" : "js/index.js", "scripts" : {"test" : "jest", "input" : "beefy examples/input/main.js:bundle.js --cwd examples/input --open -- -d -t reactify"}, "repository" : {"type" : "git", "url" : "https://github.com/hshoff/cmd.git"}, "keywords" : ["autocomplete", "typeahead", "react", "clientside"], "author" : "@hshoff", "license" : "MIT", "bugs" : {"url" : "https://github.com/hshoff/cmd/issues"}, "homepage" : "https://github.com/hshoff/cmd", "dependencies" : {"react" : "^0.12.2", "underscore" : "^1.7.0"}, "devDependencies" : {"beefy" : "^2.1.3", "browserify" : "^8.1.3", "jest-cli" : "^0.2.2", "reactify" : "^1.0.0", "watchify" : "^2.3.0"}, "jest" : {"rootDir" : "./js"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "input": {"type": "string"}}, "required": ["test", "input"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"react": {"type": "string"}, "underscore": {"type": "string"}}, "required": ["react", "underscore"]}, "devDependencies": {"type": "object", "properties": {"beefy": {"type": "string"}, "browserify": {"type": "string"}, "jest-cli": {"type": "string"}, "reactify": {"type": "string"}, "watchify": {"type": "string"}}, "required": ["beefy", "browserify", "jest-cli", "reactify", "watchify"]}, "jest": {"type": "object", "properties": {"rootDir": {"type": "string"}}, "required": ["rootDir"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies", "jest"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "hompage": {"type": "string"}, "type": {"type": "string"}, "require": {"type": "object", "properties": {"mustache/mustache": {"type": "string"}, "guzzlehttp/guzzle": {"type": "string"}, "php": {"type": "string"}, "psr/log": {"type": "string"}}, "required": ["mustache/mustache", "guzzlehttp/guzzle", "php", "psr/log"]}, "config": {"type": "object", "properties": {"optimize-autoloader": {"type": "boolean"}}, "required": ["optimize-autoloader"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Perimeterx\\": {"type": "string"}}, "required": ["Perimeterx\\"]}}, "required": ["psr-4"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}, "mockery/mockery": {"type": "string"}, "overtrue/phplint": {"type": "string"}}, "required": ["phpunit/phpunit", "mockery/mockery", "overtrue/phplint"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Perimeterx\\Tests\\": {"type": "string"}}, "required": ["Perimeterx\\Tests\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "version", "keywords", "license", "hompage", "type", "require", "config", "autoload", "require-dev", "autoload-dev"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "perimeterx/php-sdk", "description" : "PerimeterX SDK for PHP", "version" : "3.7.2", "keywords" : ["perimeterx", "websecurity", "security", "bots", "sdk"], "license" : "MIT", "hompage" : "http://www.perimeterx.com", "type" : "library", "require" : {"mustache/mustache" : "^2.11.1", "guzzlehttp/guzzle" : "~6.0", "php" : ">=5.5", "psr/log" : "^1.0.2"}, "config" : {"optimize-autoloader" : true}, "autoload" : {"psr-4" : {"Perimeterx\\" : "src/"}}, "require-dev" : {"phpunit/phpunit" : "5.6.*", "mockery/mockery" : "0.9.*", "overtrue/phplint" : "^1.1"}, "autoload-dev" : {"psr-4" : {"Perimeterx\\Tests\\" : "tests/"}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "hompage": {"type": "string"}, "type": {"type": "string"}, "require": {"type": "object", "properties": {"mustache/mustache": {"type": "string"}, "guzzlehttp/guzzle": {"type": "string"}, "php": {"type": "string"}, "psr/log": {"type": "string"}}, "required": ["mustache/mustache", "guzzlehttp/guzzle", "php", "psr/log"]}, "config": {"type": "object", "properties": {"optimize-autoloader": {"type": "boolean"}}, "required": ["optimize-autoloader"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Perimeterx\\": {"type": "string"}}, "required": ["Perimeterx\\"]}}, "required": ["psr-4"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}, "mockery/mockery": {"type": "string"}, "overtrue/phplint": {"type": "string"}}, "required": ["phpunit/phpunit", "mockery/mockery", "overtrue/phplint"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Perimeterx\\Tests\\": {"type": "string"}}, "required": ["Perimeterx\\Tests\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "version", "keywords", "license", "hompage", "type", "require", "config", "autoload", "require-dev", "autoload-dev"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"data": {"type": "object", "properties": {"site": {"type": "object", "properties": {"siteMetadata": {"type": "object", "properties": {"siteTitle": {"type": "string"}, "siteTitleAlt": {"type": "string"}, "siteHeadline": {"type": "string"}, "siteUrl": {"type": "string"}, "siteDescription": {"type": "string"}, "siteLanguage": {"type": "string"}, "siteImage": {"type": "string"}, "author": {"type": "string"}}, "required": ["siteTitle", "siteTitleAlt", "siteHeadline", "siteUrl", "siteDescription", "siteLanguage", "siteImage", "author"]}}, "required": ["siteMetadata"]}}, "required": ["site"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"data" : {"site" : {"siteMetadata" : {"siteTitle" : "QiangMa's Blog", "siteTitleAlt" : "QiangMa's Blog", "siteHeadline" : "QiangMa's Blog", "siteUrl" : "https://github.com/mqjd", "siteDescription" : "QiangMa's Blog", "siteLanguage" : "en", "siteImage" : "/banner.png", "author" : "QiangMa"}}}} | json_instruct | {"type": "object", "properties": {"data": {"type": "object", "properties": {"site": {"type": "object", "properties": {"siteMetadata": {"type": "object", "properties": {"siteTitle": {"type": "string"}, "siteTitleAlt": {"type": "string"}, "siteHeadline": {"type": "string"}, "siteUrl": {"type": "string"}, "siteDescription": {"type": "string"}, "siteLanguage": {"type": "string"}, "siteImage": {"type": "string"}, "author": {"type": "string"}}, "required": ["siteTitle", "siteTitleAlt", "siteHeadline", "siteUrl", "siteDescription", "siteLanguage", "siteImage", "author"]}}, "required": ["siteMetadata"]}}, "required": ["site"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"aria-label": {"type": "string"}, "tooltip-share-checkbox-label": {"type": "string"}, "share-checkbox-aria-label": {"type": "string"}, "tooltip-remove-button-label": {"type": "string"}, "remove-button-aria-label": {"type": "string"}, "text-measure": {"type": "string"}, "text-quantity": {"type": "string"}, "text-price": {"type": "string"}}, "required": ["aria-label", "tooltip-share-checkbox-label", "share-checkbox-aria-label", "tooltip-remove-button-label", "remove-button-aria-label", "text-measure", "text-quantity", "text-price"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"aria-label" : "Card da bebida", "tooltip-share-checkbox-label" : "Marque Para Compartilhar", "share-checkbox-aria-label" : "Selecione para compartilhar", "tooltip-remove-button-label" : "Remover Bebida", "remove-button-aria-label" : "Bot\u00e3o de remover bebida", "text-measure" : "Litros", "text-quantity" : "Quantidade", "text-price" : "Pre\u00e7o"} | json_instruct | {"type": "object", "properties": {"aria-label": {"type": "string"}, "tooltip-share-checkbox-label": {"type": "string"}, "share-checkbox-aria-label": {"type": "string"}, "tooltip-remove-button-label": {"type": "string"}, "remove-button-aria-label": {"type": "string"}, "text-measure": {"type": "string"}, "text-quantity": {"type": "string"}, "text-price": {"type": "string"}}, "required": ["aria-label", "tooltip-share-checkbox-label", "share-checkbox-aria-label", "tooltip-remove-button-label", "remove-button-aria-label", "text-measure", "text-quantity", "text-price"], "$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"}, "description": {"type": "string"}, "file": {"type": "string"}, "patches": {"type": "array", "items": {"type": "object", "properties": {"before": {"type": "string"}, "after": {"type": "string"}}, "required": ["before", "after"]}}}, "required": ["id", "description", "file", "patches"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "set_database_password", "description" : "Set postgresql password", "file" : "/etc/ckan/default/development.ini", "patches" : [{"before" : "sqlalchemy.url = postgresql://ckan_default:pass@localhost/ckan_default", "after" : "sqlalchemy.url = postgresql://ckan_default:PASSSWORRDDDDDD__FIXME@localhost/ckan_default"}]}, {"id" : "change_site_id", "description" : "Set CKAN site ID", "file" : "/etc/ckan/default/development.ini", "patches" : [{"before" : "ckan.site_id = default", "after" : "ckan.site_id = your_ckan_installation"}]}, {"id" : "change_site_url", "description" : "Set CKAN Site URL", "file" : "/etc/ckan/default/development.ini", "patches" : [{"before" : "ckan.site_url =", "after" : "ckan.site_url = http://192.168.56.3"}]}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "description": {"type": "string"}, "file": {"type": "string"}, "patches": {"type": "array", "items": {"type": "object", "properties": {"before": {"type": "string"}, "after": {"type": "string"}}, "required": ["before", "after"]}}}, "required": ["id", "description", "file", "patches"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "theme": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}, "engines": {"type": "object", "properties": {"atom": {"type": "string"}}, "required": ["atom"]}}, "required": ["name", "main", "theme", "version", "description", "license", "repository", "engines"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "one-o-eight-syntax", "main" : "./lib/one-o-eight-syntax", "theme" : "syntax", "version" : "0.40.0", "description" : "A multi-purpose theme, for prose and coding. Comes in Light and Dark variants.", "license" : "MIT", "repository" : "[email protected]:tpoisot/one-o-eight-syntax.git", "engines" : {"atom" : ">0.50.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "theme": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}, "engines": {"type": "object", "properties": {"atom": {"type": "string"}}, "required": ["atom"]}}, "required": ["name", "main", "theme", "version", "description", "license", "repository", "engines"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"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": {}, "required": []}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"latest_version" : ["1.0.0"], "meta" : {"description" : "Tool to create printable songbooks or sheets with scores, using LaTeX and Lilypond", "homepage" : "http://code.google.com/p/songbook", "license" : "GPL"}, "versions" : {}} | 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": {}, "required": []}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"an10.25:0.1": {"type": "string"}, "an10.25:0.2": {"type": "string"}, "an10.25:0.3": {"type": "string"}, "an10.25:1.1": {"type": "string"}, "an10.25:1.2": {"type": "string"}, "an10.25:1.3": {"type": "string"}, "an10.25:1.4": {"type": "string"}, "an10.25:1.5": {"type": "string"}, "an10.25:1.6": {"type": "string"}, "an10.25:1.7": {"type": "string"}, "an10.25:1.8": {"type": "string"}, "an10.25:1.9": {"type": "string"}, "an10.25:1.10": {"type": "string"}, "an10.25:1.11": {"type": "string"}, "an10.25:1.12": {"type": "string"}, "an10.25:1.13": {"type": "string"}, "an10.25:1.14": {"type": "string"}}, "required": ["an10.25:0.1", "an10.25:0.2", "an10.25:0.3", "an10.25:1.1", "an10.25:1.2", "an10.25:1.3", "an10.25:1.4", "an10.25:1.5", "an10.25:1.6", "an10.25:1.7", "an10.25:1.8", "an10.25:1.9", "an10.25:1.10", "an10.25:1.11", "an10.25:1.12", "an10.25:1.13", "an10.25:1.14"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"an10.25:0.1" : "A\u1e45guttara Nik\u0101ya 10 ", "an10.25:0.2" : "3. Mah\u0101vagga ", "an10.25:0.3" : "25. Kasi\u1e47asutta ", "an10.25:1.1" : "\u201cDasayim\u0101ni, bhikkhave, kasi\u1e47\u0101yatan\u0101ni. ", "an10.25:1.2" : "Katam\u0101ni dasa? ", "an10.25:1.3" : "Pathav\u012bkasi\u1e47ameko sa\u00f1j\u0101n\u0101ti uddha\u1e41 adho tiriya\u1e41 advaya\u1e41 appam\u0101\u1e47a\u1e41; ", "an10.25:1.4" : "\u0101pokasi\u1e47ameko sa\u00f1j\u0101n\u0101ti \u2026pe\u2026 ", "an10.25:1.5" : "tejokasi\u1e47ameko sa\u00f1j\u0101n\u0101ti \u2026 ", "an10.25:1.6" : "v\u0101yokasi\u1e47ameko sa\u00f1j\u0101n\u0101ti \u2026 ", "an10.25:1.7" : "n\u012blakasi\u1e47ameko sa\u00f1j\u0101n\u0101ti \u2026 ", "an10.25:1.8" : "p\u012btakasi\u1e47ameko sa\u00f1j\u0101n\u0101ti \u2026 ", "an10.25:1.9" : "lohitakasi\u1e47ameko sa\u00f1j\u0101n\u0101ti \u2026 ", "an10.25:1.10" : "od\u0101takasi\u1e47ameko sa\u00f1j\u0101n\u0101ti \u2026 ", "an10.25:1.11" : "\u0101k\u0101sakasi\u1e47ameko sa\u00f1j\u0101n\u0101ti \u2026 ", "an10.25:1.12" : "vi\u00f1\u00f1\u0101\u1e47akasi\u1e47ameko sa\u00f1j\u0101n\u0101ti uddha\u1e41 adho tiriya\u1e41 advaya\u1e41 appam\u0101\u1e47a\u1e41. ", "an10.25:1.13" : "Im\u0101ni kho, bhikkhave, dasa kasi\u1e47\u0101yatan\u0101n\u012b\u201dti. ", "an10.25:1.14" : "Pa\u00f1cama\u1e41. "} | json_instruct | {"type": "object", "properties": {"an10.25:0.1": {"type": "string"}, "an10.25:0.2": {"type": "string"}, "an10.25:0.3": {"type": "string"}, "an10.25:1.1": {"type": "string"}, "an10.25:1.2": {"type": "string"}, "an10.25:1.3": {"type": "string"}, "an10.25:1.4": {"type": "string"}, "an10.25:1.5": {"type": "string"}, "an10.25:1.6": {"type": "string"}, "an10.25:1.7": {"type": "string"}, "an10.25:1.8": {"type": "string"}, "an10.25:1.9": {"type": "string"}, "an10.25:1.10": {"type": "string"}, "an10.25:1.11": {"type": "string"}, "an10.25:1.12": {"type": "string"}, "an10.25:1.13": {"type": "string"}, "an10.25:1.14": {"type": "string"}}, "required": ["an10.25:0.1", "an10.25:0.2", "an10.25:0.3", "an10.25:1.1", "an10.25:1.2", "an10.25:1.3", "an10.25:1.4", "an10.25:1.5", "an10.25:1.6", "an10.25:1.7", "an10.25:1.8", "an10.25:1.9", "an10.25:1.10", "an10.25:1.11", "an10.25:1.12", "an10.25:1.13", "an10.25:1.14"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"Name": {"type": "string"}, "Registry ID": {"type": "string"}, "Class": {"type": "string"}}, "required": ["Name", "Registry ID", "Class"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Name" : "EldritchCrab", "Registry ID" : "thaumcraft:eldritchcrab", "Class" : "thaumcraft.common.entities.monster.EntityEldritchCrab"} | json_instruct | {"type": "object", "properties": {"Name": {"type": "string"}, "Registry ID": {"type": "string"}, "Class": {"type": "string"}}, "required": ["Name", "Registry ID", "Class"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"Females": {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "PinType": {"type": "string"}}, "required": ["Name", "PinType"]}}, "Males": {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "PinType": {"type": "string"}, "Protocols": {"type": "array", "items": {"type": "string"}}}, "required": ["Name", "PinType", "Protocols"]}}, "Name": {"type": "string"}}, "required": ["Females", "Males", "Name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Females" : [{"Name" : "LAN", "PinType" : "RJ45"}], "Males" : [{"Name" : "2.4GHz", "PinType" : "Wireless", "Protocols" : ["Wi-Fi 1 802.11b", "Wi-Fi 2 802.11a", "Wi-Fi 3 802.11g", "Wi-Fi 4 802.11n", "Wi-Fi 5 802.11ac"]}, {"Name" : "5GHz", "PinType" : "Wireless", "Protocols" : ["Wi-Fi 1 802.11b", "Wi-Fi 2 802.11a", "Wi-Fi 3 802.11g", "Wi-Fi 4 802.11n", "Wi-Fi 5 802.11ac"]}], "Name" : "Generic WiFi 5 Access Point"} | json_instruct | {"type": "object", "properties": {"Females": {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "PinType": {"type": "string"}}, "required": ["Name", "PinType"]}}, "Males": {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "PinType": {"type": "string"}, "Protocols": {"type": "array", "items": {"type": "string"}}}, "required": ["Name", "PinType", "Protocols"]}}, "Name": {"type": "string"}}, "required": ["Females", "Males", "Name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "guidedtour-next-button": {"type": "string"}, "guidedtour-okay-button": {"type": "string"}, "guidedtour-back-button": {"type": "string"}, "guidedtour-tour-test-go-description-page": {"type": "string"}, "guidedtour-tour-firsteditve-edit-page-description": {"type": "string"}, "guidedtour-tour-firsteditve-edit-section-description": {"type": "string"}, "guidedtour-tour-firsteditve-save-description": {"type": "string"}}, "required": ["@metadata", "guidedtour-next-button", "guidedtour-okay-button", "guidedtour-back-button", "guidedtour-tour-test-go-description-page", "guidedtour-tour-firsteditve-edit-page-description", "guidedtour-tour-firsteditve-edit-section-description", "guidedtour-tour-firsteditve-save-description"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"@metadata" : {"authors" : ["Dbc334", "Eleassar", "Janezdrilc"]}, "guidedtour-next-button" : "Naprej", "guidedtour-okay-button" : "V redu", "guidedtour-back-button" : "Nazaj", "guidedtour-tour-test-go-description-page" : "Pojdi na opisno stran", "guidedtour-tour-firsteditve-edit-page-description" : "Za prikaz sprememb, ki ste jih vnesli, {{GENDER:|kliknite}} gumb \u00bb$1\u00ab.", "guidedtour-tour-firsteditve-edit-section-description" : "V vsakem ve\u010djem razdelku strani so na voljo povezave \u00bb$1\u00ab, s katerimi se lahko osredoto\u010dite samo na ta del.", "guidedtour-tour-firsteditve-save-description" : "Ko boste pripravljeni, lahko s klikom gumba \u00bb{{int:publishchanges}}\u00ab svoje spremembe napravite vidne vsakomur."} | json_instruct | {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "guidedtour-next-button": {"type": "string"}, "guidedtour-okay-button": {"type": "string"}, "guidedtour-back-button": {"type": "string"}, "guidedtour-tour-test-go-description-page": {"type": "string"}, "guidedtour-tour-firsteditve-edit-page-description": {"type": "string"}, "guidedtour-tour-firsteditve-edit-section-description": {"type": "string"}, "guidedtour-tour-firsteditve-save-description": {"type": "string"}}, "required": ["@metadata", "guidedtour-next-button", "guidedtour-okay-button", "guidedtour-back-button", "guidedtour-tour-test-go-description-page", "guidedtour-tour-firsteditve-edit-page-description", "guidedtour-tour-firsteditve-edit-section-description", "guidedtour-tour-firsteditve-save-description"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"domain": {"type": "string"}, "clientId": {"type": "string"}}, "required": ["domain", "clientId"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"domain" : "dev-ptyez9jr.us.auth0.com", "clientId" : "GmGm05Q9NhAC4m8R85idis1KlZZTLupQ"} | json_instruct | {"type": "object", "properties": {"domain": {"type": "string"}, "clientId": {"type": "string"}}, "required": ["domain", "clientId"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["530602110201", "\u708e\u5c71\u6751\u6751\u6c11\u59d4\u5458\u4f1a", "121", "0"], ["530602110202", "\u677e\u4e50\u6751\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["530602110203", "\u5e99\u6e7e\u6751\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["530602110204", "\u5c0f\u7530\u6751\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["530602110205", "\u5927\u6cb1\u6751\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["530602110206", "\u5c4b\u89d2\u6751\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["530602110207", "\u4e2d\u5be8\u6751\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["530602110208", "\u5927\u6c9f\u6751\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"FreeSixIMU.FreeSixIMUInit|block": {"type": "string"}, "FreeSixIMU.FreeSixIMUInitRead|block": {"type": "string"}, "FreeSixIMU.FreeSixIMUInitReadXYZ|block": {"type": "string"}}, "required": ["FreeSixIMU.FreeSixIMUInit|block", "FreeSixIMU.FreeSixIMUInitRead|block", "FreeSixIMU.FreeSixIMUInitReadXYZ|block"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"FreeSixIMU.FreeSixIMUInit|block" : "10\u81ea\u7531\u5ea6\u60ef\u6027\u5bfc\u822a\u6a21\u5757 \u521d\u59cb\u5316", "FreeSixIMU.FreeSixIMUInitRead|block" : "\u83b7\u53d6\u5f53\u524d\u6570\u636e", "FreeSixIMU.FreeSixIMUInitReadXYZ|block" : "\u8bfb\u53d6[SR]\u6570\u636e"} | json_instruct | {"type": "object", "properties": {"FreeSixIMU.FreeSixIMUInit|block": {"type": "string"}, "FreeSixIMU.FreeSixIMUInitRead|block": {"type": "string"}, "FreeSixIMU.FreeSixIMUInitReadXYZ|block": {"type": "string"}}, "required": ["FreeSixIMU.FreeSixIMUInit|block", "FreeSixIMU.FreeSixIMUInitRead|block", "FreeSixIMU.FreeSixIMUInitReadXYZ|block"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"rsuite.js": {"type": "string"}, "rsuite.min.js": {"type": "string"}, "styles/rsuite-dark.css": {"type": "string"}, "styles/rsuite-dark.min.css": {"type": "string"}, "styles/rsuite-default.css": {"type": "string"}, "styles/rsuite-default.min.css": {"type": "string"}}, "required": ["rsuite.js", "rsuite.min.js", "styles/rsuite-dark.css", "styles/rsuite-dark.min.css", "styles/rsuite-default.css", "styles/rsuite-default.min.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"rsuite.js" : "sha256-vnbDCnBmUhT9EfDr7XcBi83HfQYPIoN8gMSjboYPyAQ=", "rsuite.min.js" : "sha256-OTXZJ6kVXzabV+LeWRrpdPT3K1neJWwq4Dxhtb/bKiA=", "styles/rsuite-dark.css" : "sha256-vCCm0Z7CBOeiFhlnKLMo9QOdL+Pt6B5/vhkM/MkPTcg=", "styles/rsuite-dark.min.css" : "sha256-n7nN2DqmR7fTSmwagk9xDxFCopitXUsQKMCx+MZz4eU=", "styles/rsuite-default.css" : "sha256-E/JHFZwAW2BlIU9arohVAqr0cafYoND08kf0FITlZME=", "styles/rsuite-default.min.css" : "sha256-CkZvbbrH9JL0m8p9ez7WQPyyq3rQfjorkl5yBXOrGZs="} | json_instruct | {"type": "object", "properties": {"rsuite.js": {"type": "string"}, "rsuite.min.js": {"type": "string"}, "styles/rsuite-dark.css": {"type": "string"}, "styles/rsuite-dark.min.css": {"type": "string"}, "styles/rsuite-default.css": {"type": "string"}, "styles/rsuite-default.min.css": {"type": "string"}}, "required": ["rsuite.js", "rsuite.min.js", "styles/rsuite-dark.css", "styles/rsuite-dark.min.css", "styles/rsuite-default.css", "styles/rsuite-default.min.css"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "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" : 404347785, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "289e861668b9ef2f88c895e849ab2474", "wof:id" : 404347785, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [-0.32156279344955, 48.64669574995222, -0.26005190111901, 48.6915571071147], "geometry" : {"coordinates" : [[[-0.28717567554437, 48.64669574995222], [-0.30395577004622, 48.66736062723804], [-0.3169251860678, 48.6761919168634], [-0.32156279344955, 48.68157230877348], [-0.30507756152911, 48.68897150834644], [-0.29069160478118, 48.6915571071147], [-0.29317821333484, 48.68872471461292], [-0.28629799113181, 48.68007429417154], [-0.26005190111901, 48.66577028494403], [-0.26018039973955, 48.65911399521428], [-0.27015241672073, 48.65212479946889], [-0.28717567554437, 48.64669574995222]]], "type" : "Polygon"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"PC": {"type": "string"}, "OSPA": {"type": "string"}, "Q09090": {"type": "string"}, "OSPB_BORBG": {"type": "string"}, "Outer surface protein B": {"type": "string"}, "ospB": {"type": "string"}, "Q08137": {"type": "string"}, "OSPC_BORBG": {"type": "string"}, "Outer surface protein C": {"type": "string"}, "ospC": {"type": "string"}, "Q09086": {"type": "string"}, "OSPA3_BORBG": {"type": "string"}, "Outer surface protein A": {"type": "string"}, "ospA": {"type": "string"}, "Q04851": {"type": "string"}, "OSPA4_BORBG": {"type": "string"}, "P0A3N6": {"type": "string"}, "OSPA6_BORBG": {"type": "string"}, "Q09089": {"type": "string"}, "OSPA5_BORBG": {"type": "string"}, "Q04968": {"type": "string"}, "OSPA7_BORBG": {"type": "string"}, "Q09087": {"type": "string"}, "OSPA_BORBG": {"type": "string"}}, "required": ["PC", "OSPA", "Q09090", "OSPB_BORBG", "Outer surface protein B", "ospB", "Q08137", "OSPC_BORBG", "Outer surface protein C", "ospC", "Q09086", "OSPA3_BORBG", "Outer surface protein A", "ospA", "Q04851", "OSPA4_BORBG", "P0A3N6", "OSPA6_BORBG", "Q09089", "OSPA5_BORBG", "Q04968", "OSPA7_BORBG", "Q09087", "OSPA_BORBG"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"PC" : "Q08137", "OSPA" : "Q04968", "Q09090" : "Q09090", "OSPB_BORBG" : "Q09090", "Outer surface protein B" : "Q09090", "ospB" : "Q09090", "Q08137" : "Q08137", "OSPC_BORBG" : "Q08137", "Outer surface protein C" : "Q08137", "ospC" : "Q08137", "Q09086" : "Q09086", "OSPA3_BORBG" : "Q09086", "Outer surface protein A" : "Q09087", "ospA" : "Q09087", "Q04851" : "Q04851", "OSPA4_BORBG" : "Q04851", "P0A3N6" : "P0A3N6", "OSPA6_BORBG" : "P0A3N6", "Q09089" : "Q09089", "OSPA5_BORBG" : "Q09089", "Q04968" : "Q04968", "OSPA7_BORBG" : "Q04968", "Q09087" : "Q09087", "OSPA_BORBG" : "Q09087"} | json_instruct | {"type": "object", "properties": {"PC": {"type": "string"}, "OSPA": {"type": "string"}, "Q09090": {"type": "string"}, "OSPB_BORBG": {"type": "string"}, "Outer surface protein B": {"type": "string"}, "ospB": {"type": "string"}, "Q08137": {"type": "string"}, "OSPC_BORBG": {"type": "string"}, "Outer surface protein C": {"type": "string"}, "ospC": {"type": "string"}, "Q09086": {"type": "string"}, "OSPA3_BORBG": {"type": "string"}, "Outer surface protein A": {"type": "string"}, "ospA": {"type": "string"}, "Q04851": {"type": "string"}, "OSPA4_BORBG": {"type": "string"}, "P0A3N6": {"type": "string"}, "OSPA6_BORBG": {"type": "string"}, "Q09089": {"type": "string"}, "OSPA5_BORBG": {"type": "string"}, "Q04968": {"type": "string"}, "OSPA7_BORBG": {"type": "string"}, "Q09087": {"type": "string"}, "OSPA_BORBG": {"type": "string"}}, "required": ["PC", "OSPA", "Q09090", "OSPB_BORBG", "Outer surface protein B", "ospB", "Q08137", "OSPC_BORBG", "Outer surface protein C", "ospC", "Q09086", "OSPA3_BORBG", "Outer surface protein A", "ospA", "Q04851", "OSPA4_BORBG", "P0A3N6", "OSPA6_BORBG", "Q09089", "OSPA5_BORBG", "Q04968", "OSPA7_BORBG", "Q09087", "OSPA_BORBG"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"other_cities": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "county": {"type": "string"}}, "required": ["other_cities", "city", "state", "county"]}}, "required": ["geometry", "type", "id", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"geometry" : {"type" : "Point", "coordinates" : [-82.71, 37.91]}, "type" : "Feature", "id" : "41232", "properties" : {"other_cities" : "", "city" : "Lowmansville", "state" : "KY", "county" : "Lawrence County"}} | json_instruct | {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"other_cities": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "county": {"type": "string"}}, "required": ["other_cities", "city", "state", "county"]}}, "required": ["geometry", "type", "id", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "string"}, "strongs_def": {"type": "string"}, "xlit": {"type": "string"}}, "required": ["derivation", "pron", "outline", "kjv_def", "lemma", "frequency", "strongs_def", "xlit"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"derivation" : "feminine plural from H1931 (\u05d4\u05d5\u05bc\u05d0);", "pron" : "hane", "outline" : "", "kjv_def" : "[idiom] in, such like, (with) them, thereby, therein, (more than) they, wherein, in which, whom, withal.", "lemma" : "\u05d4\u05b5\u05df", "frequency" : "", "strongs_def" : "they (only used when emphatic)", "xlit" : "h\u00ean"} | json_instruct | {"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "string"}, "strongs_def": {"type": "string"}, "xlit": {"type": "string"}}, "required": ["derivation", "pron", "outline", "kjv_def", "lemma", "frequency", "strongs_def", "xlit"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"geodesic": {"type": "number"}, "planar": {"type": "number"}}, "required": ["geodesic", "planar"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"geodesic" : 69.0934195756, "planar" : 69.0934195756} | json_instruct | {"type": "object", "properties": {"geodesic": {"type": "number"}, "planar": {"type": "number"}}, "required": ["geodesic", "planar"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["511025123001", "\u8212\u5bb6\u6865\u793e\u533a\u5c45\u59d4\u4f1a", "121", "0"], ["511025123201", "\u54cd\u6ee9\u6751\u59d4\u4f1a", "220", "0"], ["511025123202", "\u80e1\u5bb6\u6751\u59d4\u4f1a", "220", "0"], ["511025123203", "\u6960\u6728\u6751\u59d4\u4f1a", "220", "0"], ["511025123204", "\u9a91\u9f99\u6751\u59d4\u4f1a", "220", "0"], ["511025123205", "\u675c\u5bb6\u6751\u59d4\u4f1a", "220", "0"], ["511025123206", "\u67cf\u6797\u6751\u59d4\u4f1a", "220", "0"], ["511025123207", "\u4e66\u53f0\u6751\u59d4\u4f1a", "220", "0"], ["511025123208", "\u6c38\u534e\u6751\u59d4\u4f1a", "220", "0"], ["511025123209", "\u51b7\u94b1\u6751\u59d4\u4f1a", "220", "0"], ["511025123210", "\u5927\u575f\u575d\u6751\u59d4\u4f1a", "220", "0"], ["511025123211", "\u9752\u9f99\u5634\u6751\u59d4\u4f1a", "220", "0"], ["511025123212", "\u5bff\u661f\u6865\u6751\u59d4\u4f1a", "220", "0"], ["511025123213", "\u674e\u5bb6\u5bfa\u6751\u59d4\u4f1a", "220", "0"], ["511025123214", "\u77f3\u67f1\u5eb5\u6751\u59d4\u4f1a", "220", "0"], ["511025123215", "\u5e7f\u5b50\u51b2\u6751\u59d4\u4f1a", "220", "0"], ["511025123216", "\u68a8\u5174\u6751\u59d4\u4f1a", "220", "0"], ["511025123217", "\u5927\u575f\u5305\u6751\u59d4\u4f1a", "220", "0"], ["511025123218", "\u4e91\u5cf0\u6751\u59d4\u4f1a", "220", "0"], ["511025123219", "\u4e2d\u68da\u6751\u59d4\u4f1a", "220", "0"], ["511025123220", "\u5e72\u6cb3\u6751\u59d4\u4f1a", "220", "0"], ["511025123221", "\u6aac\u8328\u6751\u59d4\u4f1a", "220", "0"], ["511025123222", "\u7a7f\u5c71\u6751\u59d4\u4f1a", "220", "0"], ["511025123223", "\u91d1\u9f9f\u6751\u59d4\u4f1a", "220", "0"], ["511025123224", "\u9a6c\u6e7e\u6751\u59d4\u4f1a", "220", "0"], ["511025123225", "\u8521\u516d\u6751\u59d4\u4f1a", "220", "0"], ["511025123226", "\u5b54\u5bb6\u6751\u59d4\u4f1a", "220", "0"], ["511025123227", "\u4e5d\u9f99\u6751\u59d4\u4f1a", "220", "0"], ["511025123228", "\u94e7\u5934\u573a\u6751\u59d4\u4f1a", "220", "0"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"destroy": {"type": "string"}, "forDebugging": {"type": "string"}, "forDebugging:": {"type": "string"}}, "required": ["destroy", "forDebugging", "forDebugging:"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"class" : {}, "instance" : {"destroy" : "DaleHenrichs 06/21/2010 13:35", "forDebugging" : "DaleHenrichs 06/21/2010 13:34", "forDebugging:" : "DaleHenrichs 06/21/2010 13:35"}} | json_instruct | {"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"destroy": {"type": "string"}, "forDebugging": {"type": "string"}, "forDebugging:": {"type": "string"}}, "required": ["destroy", "forDebugging", "forDebugging:"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "tethydan", "definition" : "A tunicate."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"accessKeyId": {"type": "string"}, "secretAccessKey": {"type": "string"}, "region": {"type": "string"}}, "required": ["accessKeyId", "secretAccessKey", "region"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"accessKeyId" : "qyWnLxlubRPGTH1aNS9w", "secretAccessKey" : "QhJTtVUdG/53xVevSAXTTTx1AbNF+QJ6VvkwSCPv", "region" : "us-west-2"} | json_instruct | {"type": "object", "properties": {"accessKeyId": {"type": "string"}, "secretAccessKey": {"type": "string"}, "region": {"type": "string"}}, "required": ["accessKeyId", "secretAccessKey", "region"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"new_version": {"type": "string"}}, "required": ["new_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"new_version" : "1.4.2"} | json_instruct | {"type": "object", "properties": {"new_version": {"type": "string"}}, "required": ["new_version"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"identifier": {"type": "string"}, "name": {"type": "string"}, "grapthData": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "closePrice": {"type": "number"}}, "required": ["identifier", "name", "grapthData", "closePrice"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"identifier" : "OPTIDXFINNIFTY08-03-2022PE19500.00", "name" : "FINNIFTY", "grapthData" : [[1646655517000, 0], [1646661480000, 0]], "closePrice" : 1767.25} | json_instruct | {"type": "object", "properties": {"identifier": {"type": "string"}, "name": {"type": "string"}, "grapthData": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "closePrice": {"type": "number"}}, "required": ["identifier", "name", "grapthData", "closePrice"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "get-keycloak-token": {"type": "string"}, "tests": {"type": "string"}, "tests:all": {"type": "string"}, "tests:http": {"type": "string"}, "tests:socket": {"type": "string"}, "python:profile": {"type": "string"}, "python:top": {"type": "string"}}, "required": ["dev", "get-keycloak-token", "tests", "tests:all", "tests:http", "tests:socket", "python:profile", "python:top"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "homepage": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "string"}}, "devDependencies": {"type": "object", "properties": {"artillery": {"type": "string"}, "node-fetch": {"type": "string"}}, "required": ["artillery", "node-fetch"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "homepage", "contributors", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "queue-management-loadtesting", "version" : "1.0.0", "description" : "Load testing of CSRs on the queue-management application.", "main" : "index.js", "scripts" : {"dev" : "node functions.js", "get-keycloak-token" : "node functions.js --get-keycloak-token", "tests" : "npx artillery run csr-http-load-test-appointments.yaml", "tests:all" : "source envs.sh && npx artillery run --output output/report.json -k csr-test-all.yaml", "tests:http" : "source envs.sh && npx artillery run --output output/report-http.json -k csr-http.yaml", "tests:socket" : "source envs.sh && npx artillery run --output output/report-socket.json -k csr-socket.yaml", "python:profile" : "sudo ./profile-python.sh --command=record || exit 0", "python:top" : "sudo ./profile-python.sh --command=top || exit 0"}, "repository" : {"type" : "git", "url" : "git+https://github.com/bcgov/queue-management.git"}, "author" : "Adam Coard", "homepage" : "https://github.com/bcgov/queue-management#readme", "contributors" : ["Faiz Shabeeb <[email protected]> (https://github.com/shabeeb-aot)"], "devDependencies" : {"artillery" : "^2.0.0-5", "node-fetch" : "^2.6.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "get-keycloak-token": {"type": "string"}, "tests": {"type": "string"}, "tests:all": {"type": "string"}, "tests:http": {"type": "string"}, "tests:socket": {"type": "string"}, "python:profile": {"type": "string"}, "python:top": {"type": "string"}}, "required": ["dev", "get-keycloak-token", "tests", "tests:all", "tests:http", "tests:socket", "python:profile", "python:top"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "homepage": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "string"}}, "devDependencies": {"type": "object", "properties": {"artillery": {"type": "string"}, "node-fetch": {"type": "string"}}, "required": ["artillery", "node-fetch"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "homepage", "contributors", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "repository", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "amo-utm-parser-js", "version" : "1.3.1", "description" : "Package parse utms for amoCrm", "main" : "index.js", "repository" : "[email protected]:Bessamu/amo-utm-parser-js.git", "author" : "Bessamu <[email protected]>", "license" : "MIT"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "repository", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"title": {"type": "string"}, "other_nominate": {"type": "array", "items": {}}}, "required": ["title", "other_nominate"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "\u7167\u548c My Little Town KAI BAND", "other_nominate" : []} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "other_nominate": {"type": "array", "items": {}}}, "required": ["title", "other_nominate"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"repository": {"type": "string"}, "common": {"type": "object", "properties": {"branch": {"type": "string"}, "host": {"type": "string"}, "port": {"type": "integer"}, "user": {"type": "string"}, "paths": {"type": "object", "properties": {"releases": {"type": "string"}, "serve": {"type": "string"}, "storage": {"type": "string"}, "env": {"type": "string"}}, "required": ["releases", "serve", "storage", "env"]}, "php": {"type": "object", "properties": {"bin": {"type": "string"}}, "required": ["bin"]}, "composer": {"type": "object", "properties": {"bin": {"type": "string"}, "local": {"type": "boolean"}}, "required": ["bin", "local"]}}, "required": ["branch", "host", "port", "user", "paths", "php", "composer"]}, "default": {"type": "string"}, "servers": {"type": "object", "properties": {"production": {"type": "object", "properties": {"name": {"type": "string"}, "root": {"type": "string"}, "migrate": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"build": {"type": "array", "items": {"type": "string"}}, "before-migrate": {"type": "array", "items": {"type": "string"}}, "before-build": {"type": "array", "items": {"type": "string"}}}, "required": ["build", "before-migrate", "before-build"]}}, "required": ["name", "root", "migrate", "scripts"]}, "staging": {"type": "object", "properties": {"name": {"type": "string"}, "host": {"type": "string"}, "port": {"type": "integer"}, "user": {"type": "string"}, "root": {"type": "string"}, "branch": {"type": "string"}}, "required": ["name", "host", "port", "user", "root", "branch"]}}, "required": ["production", "staging"]}}, "required": ["repository", "common", "default", "servers"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"repository" : "[email protected]:vendor/application.git", "common" : {"branch" : "common-branch", "host" : "common-host.test", "port" : 22, "user" : "common-user", "paths" : {"releases" : "common-releases", "serve" : "common-serve", "storage" : "common-storage", "env" : "common-env"}, "php" : {"bin" : "common-php"}, "composer" : {"bin" : "common-composer", "local" : true}}, "default" : "production", "servers" : {"production" : {"name" : "production", "root" : "/path/to/application", "migrate" : true, "scripts" : {"build" : ["some-build-command"], "before-migrate" : ["before-migrate-script"], "before-build" : ["before-build-script"]}}, "staging" : {"name" : "staging", "host" : "staging.test", "port" : 22, "user" : "user", "root" : "/path/to/application", "branch" : "staging"}}} | json_instruct | {"type": "object", "properties": {"repository": {"type": "string"}, "common": {"type": "object", "properties": {"branch": {"type": "string"}, "host": {"type": "string"}, "port": {"type": "integer"}, "user": {"type": "string"}, "paths": {"type": "object", "properties": {"releases": {"type": "string"}, "serve": {"type": "string"}, "storage": {"type": "string"}, "env": {"type": "string"}}, "required": ["releases", "serve", "storage", "env"]}, "php": {"type": "object", "properties": {"bin": {"type": "string"}}, "required": ["bin"]}, "composer": {"type": "object", "properties": {"bin": {"type": "string"}, "local": {"type": "boolean"}}, "required": ["bin", "local"]}}, "required": ["branch", "host", "port", "user", "paths", "php", "composer"]}, "default": {"type": "string"}, "servers": {"type": "object", "properties": {"production": {"type": "object", "properties": {"name": {"type": "string"}, "root": {"type": "string"}, "migrate": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"build": {"type": "array", "items": {"type": "string"}}, "before-migrate": {"type": "array", "items": {"type": "string"}}, "before-build": {"type": "array", "items": {"type": "string"}}}, "required": ["build", "before-migrate", "before-build"]}}, "required": ["name", "root", "migrate", "scripts"]}, "staging": {"type": "object", "properties": {"name": {"type": "string"}, "host": {"type": "string"}, "port": {"type": "integer"}, "user": {"type": "string"}, "root": {"type": "string"}, "branch": {"type": "string"}}, "required": ["name", "host", "port", "user", "root", "branch"]}}, "required": ["production", "staging"]}}, "required": ["repository", "common", "default", "servers"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"navigationBarTitleText": {"type": "string"}, "usingComponents": {"type": "object", "properties": {"commonInput": {"type": "string"}}, "required": ["commonInput"]}}, "required": ["navigationBarTitleText", "usingComponents"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"navigationBarTitleText" : "\u65e5\u671f\u65f6\u95f4\u9009\u62e9\u5668", "usingComponents" : {"commonInput" : "/components/components/commonInput/commonInput"}} | json_instruct | {"type": "object", "properties": {"navigationBarTitleText": {"type": "string"}, "usingComponents": {"type": "object", "properties": {"commonInput": {"type": "string"}}, "required": ["commonInput"]}}, "required": ["navigationBarTitleText", "usingComponents"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"cafe": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "number_of_tables": {"type": "string"}, "address": {"type": "string"}}, "required": ["id", "name", "number_of_tables", "address"]}}}, "required": ["cafe"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"cafe" : [{"id" : "CAFE-HEALTH", "name" : "Healthy Cafe", "number_of_tables" : "3", "address" : "123 City Street, London"}]} | json_instruct | {"type": "object", "properties": {"cafe": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "number_of_tables": {"type": "string"}, "address": {"type": "string"}}, "required": ["id", "name", "number_of_tables", "address"]}}}, "required": ["cafe"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "integer"}, "img": {"type": "string"}, "xivdb": {"type": "string"}, "behavior": {"type": "object", "properties": {"de": {"type": "string"}, "en": {"type": "string"}, "fr": {"type": "string"}, "jp": {"type": "string"}}, "required": ["de", "en", "fr", "jp"]}, "race": {"type": "object", "properties": {"de": {"type": "string"}, "en": {"type": "string"}, "fr": {"type": "string"}, "jp": {"type": "string"}}, "required": ["de", "en", "fr", "jp"]}, "info": {"type": "object", "properties": {"de": {"type": "string"}, "en": {"type": "string"}, "fr": {"type": "string"}, "jp": {"type": "string"}}, "required": ["de", "en", "fr", "jp"]}, "quote": {"type": "object", "properties": {"de": {"type": "string"}, "en": {"type": "string"}, "fr": {"type": "string"}, "jp": {"type": "string"}}, "required": ["de", "en", "fr", "jp"]}, "summon": {"type": "object", "properties": {"de": {"type": "string"}, "en": {"type": "string"}, "fr": {"type": "string"}, "jp": {"type": "string"}}, "required": ["de", "en", "fr", "jp"]}, "sound": {"type": "boolean"}}, "required": ["id", "img", "xivdb", "behavior", "race", "info", "quote", "summon", "sound"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 37, "img" : "/i/068000/068532.png", "xivdb" : "/companion/37", "behavior" : {"de" : "Unabh\u00e4ngig", "en" : "Independent", "fr" : "Autonome", "jp" : "\u81ea\u5f8b"}, "race" : {"de" : "Monster", "en" : "Monster", "fr" : "Monstre", "jp" : "\u30e2\u30f3\u30b9\u30bf\u30fc"}, "info" : {"de" : "Dodos wachsen in wenigen Monden zu legereifen Tieren heran und produzieren bis zu sieben Eier pro Woche. Daher sind Dodos als Nutztiere besonders geeignet. Was du mit deinem Dodo machst, ist jedoch deine Sache.", "en" : "Dodos mature extremely fast, going from fledgling to full-grown fryer in but a few short moons. This, coupled with the fact an adult female can lay up to seven eggs a sennight, makes this particular cloudkin the perfect option for\n\nfeeding the hungry masses.\n\n", "fr" : "Un poussin de dronte de Mazlaya. Sa glande \u00e0 venin ayant \u00e9t\u00e9 retir\u00e9e, il ne crache pas de gaz empoisonn\u00e9. Adulte, il pourra \u00eatre mang\u00e9 tel quel, et ses \u0153ufs peuvent \u00eatre cuisin\u00e9s en d\u00e9licieuse omelette. Vous avez h\u00e2te d'y go\u00fbter...", "jp" : "\u30de\u30ba\u30e9\u30e4\u5cf6\u539f\u7523\u306e\u30c9\u30fc\u30c9\u30fc\u306e\u30d2\u30ca\u3002\u6bd2\u817a\u3092\u9664\u53bb\u3057\u3066\u3042\u308b\u306e\u3067\u6bd2\u306e\u30d6\u30ec\u30b9\u306f\u5410\u304b\u306a\u3044\u3002\u4e38\u3005\u3068\u80b2\u3066\u3066\u30bd\u30c6\u30fc\u306b\u3059\u308b\u3082\u826f\u3057\u3001\u30bf\u30de\u30b4\u3092\u7523\u307e\u305b\u3066\u30aa\u30e0\u30ec\u30c4\u3092\u4f5c\u308b\u3082\u826f\u3057\u3002\u3044\u307e\u304b\u3089\u305d\u306e\u6210\u9577\u304c\u697d\u3057\u307f\u3067\u4ed5\u65b9\u304c\u306a\u3044"}, "quote" : {"de" : "Gegrillter Dodo ist eigentlich ein einfaches Gericht, aber\n\nkaum jemand schafft es, es perfekt zuzubereiten.\n\nIngham", "en" : "Lightning Drools over the\n\nBismarck's Delightful\n\nGrilled Dodo!\n\n - The Harbor Herald", "fr" : "Glou glou!", "jp" : "\u30c9\u30c9\u30c9\u30c9\u30c9\u2026"}, "summon" : {"de" : "Du rufst dein Dodo-K\u00fcken als Begleiter herbei. Gut erzogen, um nicht den ganzen Tag \u00fcber zu r\u00fclpsen, zu w\u00fcrgen und zu furzen.", "en" : "Properly trained not to eructate, regurgitate, expectorate, or flatulate.", "fr" : "Vous appelez votre mascotte dodu dodo. Ce dodo dodu dodeline doucement.", "jp" : "\u30df\u30cb\u30aa\u30f3\u300c\u30bf\u30a4\u30cb\u30fc\u30c9\u30fc\u30c9\u30fc\u300d\u3092\u547c\u3073\u51fa\u3059\u3002\n\n\u30c9\u30fc\u30c9\u30fc\u306e\u30d2\u30ca\u3002\u6bd2\u817a\u3092\u9664\u53bb\u3057\u305f\u306e\u3067\u6bd2\u306f\u5410\u304b\u306a\u3044"}, "sound" : true} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "img": {"type": "string"}, "xivdb": {"type": "string"}, "behavior": {"type": "object", "properties": {"de": {"type": "string"}, "en": {"type": "string"}, "fr": {"type": "string"}, "jp": {"type": "string"}}, "required": ["de", "en", "fr", "jp"]}, "race": {"type": "object", "properties": {"de": {"type": "string"}, "en": {"type": "string"}, "fr": {"type": "string"}, "jp": {"type": "string"}}, "required": ["de", "en", "fr", "jp"]}, "info": {"type": "object", "properties": {"de": {"type": "string"}, "en": {"type": "string"}, "fr": {"type": "string"}, "jp": {"type": "string"}}, "required": ["de", "en", "fr", "jp"]}, "quote": {"type": "object", "properties": {"de": {"type": "string"}, "en": {"type": "string"}, "fr": {"type": "string"}, "jp": {"type": "string"}}, "required": ["de", "en", "fr", "jp"]}, "summon": {"type": "object", "properties": {"de": {"type": "string"}, "en": {"type": "string"}, "fr": {"type": "string"}, "jp": {"type": "string"}}, "required": ["de", "en", "fr", "jp"]}, "sound": {"type": "boolean"}}, "required": ["id", "img", "xivdb", "behavior", "race", "info", "quote", "summon", "sound"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"layers": {"type": "integer"}, "d_model": {"type": "integer"}, "n_heads": {"type": "integer"}, "n_vocab": {"type": "integer"}, "norm": {"type": "string"}, "pe": {"type": "string"}, "pe_rotary_dims": {"type": "integer"}, "seq": {"type": "integer"}, "cores_per_replica": {"type": "integer"}, "per_replica_batch": {"type": "integer"}, "gradient_accumulation_steps": {"type": "integer"}, "warmup_steps": {"type": "integer"}, "anneal_steps": {"type": "integer"}, "lr": {"type": "number"}, "end_lr": {"type": "number"}, "weight_decay": {"type": "number"}, "total_steps": {"type": "integer"}, "tpu_size": {"type": "integer"}, "bucket": {"type": "string"}, "model_dir": {"type": "string"}, "train_set": {"type": "string"}, "val_set": {"type": "object", "properties": {}, "required": []}, "eval_harness_tasks": {"type": "array", "items": {}}, "val_batches": {"type": "integer"}, "val_every": {"type": "integer"}, "ckpt_every": {"type": "integer"}, "keep_every": {"type": "integer"}, "name": {"type": "string"}, "wandb_project": {"type": "string"}, "comment": {"type": "string"}}, "required": ["layers", "d_model", "n_heads", "n_vocab", "norm", "pe", "pe_rotary_dims", "seq", "cores_per_replica", "per_replica_batch", "gradient_accumulation_steps", "warmup_steps", "anneal_steps", "lr", "end_lr", "weight_decay", "total_steps", "tpu_size", "bucket", "model_dir", "train_set", "val_set", "eval_harness_tasks", "val_batches", "val_every", "ckpt_every", "keep_every", "name", "wandb_project", "comment"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"layers" : 28, "d_model" : 4096, "n_heads" : 16, "n_vocab" : 50400, "norm" : "layernorm", "pe" : "rotary", "pe_rotary_dims" : 64, "seq" : 2048, "cores_per_replica" : 8, "per_replica_batch" : 1, "gradient_accumulation_steps" : 4, "warmup_steps" : 1, "anneal_steps" : 9, "lr" : 5e-06, "end_lr" : 1e-06, "weight_decay" : 0.1, "total_steps" : 10, "tpu_size" : 8, "bucket" : "yemessage-bucket", "model_dir" : "yemessage_model3", "train_set" : "ye.train.index", "val_set" : {}, "eval_harness_tasks" : [], "val_batches" : 50, "val_every" : 500000000, "ckpt_every" : 50, "keep_every" : 10000, "name" : "YeMessageFineTunedMode3", "wandb_project" : "mesh-transformer-jax", "comment" : ""} | json_instruct | {"type": "object", "properties": {"layers": {"type": "integer"}, "d_model": {"type": "integer"}, "n_heads": {"type": "integer"}, "n_vocab": {"type": "integer"}, "norm": {"type": "string"}, "pe": {"type": "string"}, "pe_rotary_dims": {"type": "integer"}, "seq": {"type": "integer"}, "cores_per_replica": {"type": "integer"}, "per_replica_batch": {"type": "integer"}, "gradient_accumulation_steps": {"type": "integer"}, "warmup_steps": {"type": "integer"}, "anneal_steps": {"type": "integer"}, "lr": {"type": "number"}, "end_lr": {"type": "number"}, "weight_decay": {"type": "number"}, "total_steps": {"type": "integer"}, "tpu_size": {"type": "integer"}, "bucket": {"type": "string"}, "model_dir": {"type": "string"}, "train_set": {"type": "string"}, "val_set": {"type": "object", "properties": {}, "required": []}, "eval_harness_tasks": {"type": "array", "items": {}}, "val_batches": {"type": "integer"}, "val_every": {"type": "integer"}, "ckpt_every": {"type": "integer"}, "keep_every": {"type": "integer"}, "name": {"type": "string"}, "wandb_project": {"type": "string"}, "comment": {"type": "string"}}, "required": ["layers", "d_model", "n_heads", "n_vocab", "norm", "pe", "pe_rotary_dims", "seq", "cores_per_replica", "per_replica_batch", "gradient_accumulation_steps", "warmup_steps", "anneal_steps", "lr", "end_lr", "weight_decay", "total_steps", "tpu_size", "bucket", "model_dir", "train_set", "val_set", "eval_harness_tasks", "val_batches", "val_every", "ckpt_every", "keep_every", "name", "wandb_project", "comment"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "hash", "artDyeHash", "redacted", "dyeManifestHash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"index" : 6805, "hash" : 2373439437, "artDyeHash" : 2373439437, "redacted" : false, "dyeManifestHash" : 2364241357, "blacklisted" : false} | json_instruct | {"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "hash", "artDyeHash", "redacted", "dyeManifestHash", "blacklisted"], "$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"}, "homepage": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "test-generator": {"type": "string"}, "test-boilerplate": {"type": "string"}, "bootstrap": {"type": "string"}, "clean": {"type": "string"}, "nuke": {"type": "string"}, "nuke-packages": {"type": "string"}, "nuke-samples": {"type": "string"}, "update-changelog": {"type": "string"}}, "required": ["test", "test-generator", "test-boilerplate", "bootstrap", "clean", "nuke", "nuke-packages", "nuke-samples", "update-changelog"]}, "devDependencies": {"type": "object", "properties": {"@xarc/module-dev": {"type": "string"}, "@xarc/run": {"type": "string"}, "bluebird": {"type": "string"}, "fynpo": {"type": "string"}, "lerna": {"type": "string"}, "lodash": {"type": "string"}, "prettier": {"type": "string"}, "semver": {"type": "string"}, "xsh": {"type": "string"}}, "required": ["@xarc/module-dev", "@xarc/run", "bluebird", "fynpo", "lerna", "lodash", "prettier", "semver", "xsh"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}, "npm": {"type": "string"}}, "required": ["node", "npm"]}, "private": {"type": "boolean"}, "license": {"type": "string"}, "prettier": {"type": "object", "properties": {"printWidth": {"type": "integer"}, "singleQuote": {"type": "boolean"}, "jsxSingleQuote": {"type": "boolean"}}, "required": ["printWidth", "singleQuote", "jsxSingleQuote"]}}, "required": ["name", "version", "description", "homepage", "scripts", "devDependencies", "bugs", "repository", "engines", "private", "license", "prettier"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "electrode", "version" : "1.0.0", "description" : "Electrode Platform for NodeJS/React Universal Application", "homepage" : "http://www.electrode.io", "scripts" : {"test" : "xrun user/test", "test-generator" : "xrun user/test-generator", "test-boilerplate" : "xrun user/test-boilerplate", "bootstrap" : "xrun user/bootstrap", "clean" : "xrun -s nuke nuke-packages nuke-samples", "nuke" : "rm -rf node_modules tmp lerna-debug.log npm-debug.log", "nuke-packages" : "rm -rf packages/*/node_modules packages/*/coverage", "nuke-samples" : "rm -rf samples/*/node_modules samples/*/coverage samples/*/dist samples/*/.isomorphic-loader-config.json samples/*/.etmp", "update-changelog" : "xrun user/update-changelog"}, "devDependencies" : {"@xarc/module-dev" : "^4.0.0", "@xarc/run" : "^1.0.5", "bluebird" : "^3.7.2", "fynpo" : "^0.3.4", "lerna" : "^4.0.0", "lodash" : "^4.17.21", "prettier" : "^2.2.1", "semver" : "^7.3.5", "xsh" : "^0.4.5"}, "bugs" : {"url" : "https://github.com/electrode-io/electrode/issues"}, "repository" : {"type" : "git", "url" : "https://github.com/electrode-io/electrode.git"}, "engines" : {"node" : ">= 12", "npm" : ">= 6"}, "private" : true, "license" : "Apache-2.0", "prettier" : {"printWidth" : 100, "singleQuote" : false, "jsxSingleQuote" : false}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "test-generator": {"type": "string"}, "test-boilerplate": {"type": "string"}, "bootstrap": {"type": "string"}, "clean": {"type": "string"}, "nuke": {"type": "string"}, "nuke-packages": {"type": "string"}, "nuke-samples": {"type": "string"}, "update-changelog": {"type": "string"}}, "required": ["test", "test-generator", "test-boilerplate", "bootstrap", "clean", "nuke", "nuke-packages", "nuke-samples", "update-changelog"]}, "devDependencies": {"type": "object", "properties": {"@xarc/module-dev": {"type": "string"}, "@xarc/run": {"type": "string"}, "bluebird": {"type": "string"}, "fynpo": {"type": "string"}, "lerna": {"type": "string"}, "lodash": {"type": "string"}, "prettier": {"type": "string"}, "semver": {"type": "string"}, "xsh": {"type": "string"}}, "required": ["@xarc/module-dev", "@xarc/run", "bluebird", "fynpo", "lerna", "lodash", "prettier", "semver", "xsh"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}, "npm": {"type": "string"}}, "required": ["node", "npm"]}, "private": {"type": "boolean"}, "license": {"type": "string"}, "prettier": {"type": "object", "properties": {"printWidth": {"type": "integer"}, "singleQuote": {"type": "boolean"}, "jsxSingleQuote": {"type": "boolean"}}, "required": ["printWidth", "singleQuote", "jsxSingleQuote"]}}, "required": ["name", "version", "description", "homepage", "scripts", "devDependencies", "bugs", "repository", "engines", "private", "license", "prettier"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"angular": {"type": "string"}, "fastclick": {"type": "string"}, "angular-ui-router": {"type": "string"}, "bootstrap": {"type": "string"}}, "required": ["angular", "fastclick", "angular-ui-router", "bootstrap"]}, "overrides": {"type": "object", "properties": {"bootstrap": {"type": "object", "properties": {"main": {"type": "array", "items": {"type": "string"}}}, "required": ["main"]}}, "required": ["bootstrap"]}}, "required": ["name", "version", "main", "license", "dependencies", "overrides"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "<%= app_name %>", "version" : "0.0.0", "main" : "index.html", "license" : "MIT", "dependencies" : {"angular" : "~1.4.1", "fastclick" : "~1.0.6", "angular-ui-router" : "~0.2.15", "bootstrap" : "~3.3.5"}, "overrides" : {"bootstrap" : {"main" : ["dist/js/bootstrap.js", "dist/css/bootstrap.css"]}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"angular": {"type": "string"}, "fastclick": {"type": "string"}, "angular-ui-router": {"type": "string"}, "bootstrap": {"type": "string"}}, "required": ["angular", "fastclick", "angular-ui-router", "bootstrap"]}, "overrides": {"type": "object", "properties": {"bootstrap": {"type": "object", "properties": {"main": {"type": "array", "items": {"type": "string"}}}, "required": ["main"]}}, "required": ["bootstrap"]}}, "required": ["name", "version", "main", "license", "dependencies", "overrides"], "$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"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"ansi-colors": {"type": "string"}, "bootstrap": {"type": "string"}, "cross-spawn": {"type": "string"}, "gulp-concat": {"type": "string"}, "gulp-cssmin": {"type": "string"}, "gulp-exec": {"type": "string"}, "gulp-sass": {"type": "string"}, "gulp-uglify": {"type": "string"}}, "required": ["ansi-colors", "bootstrap", "cross-spawn", "gulp-concat", "gulp-cssmin", "gulp-exec", "gulp-sass", "gulp-uglify"]}, "config": {"type": "object", "properties": {"unsafe-perm": {"type": "boolean"}}, "required": ["unsafe-perm"]}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "devDependencies": {"type": "object", "properties": {"@popperjs/core": {"type": "string"}, "gulp": {"type": "string"}, "gulp-uglify-es": {"type": "string"}}, "required": ["@popperjs/core", "gulp", "gulp-uglify-es"]}}, "required": ["name", "version", "main", "dependencies", "config", "author", "license", "repository", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "opencode-workflow", "version" : "0.0.3", "main" : "gulpfile.js", "dependencies" : {"ansi-colors" : "^4.1.1", "bootstrap" : "^5.0.0-beta1", "cross-spawn" : "^7.0.3", "gulp-concat" : "2.6.1", "gulp-cssmin" : "0.2.0", "gulp-exec" : "5.0.0", "gulp-sass" : "4.1.0", "gulp-uglify" : "^3.0.2"}, "config" : {"unsafe-perm" : true}, "author" : "Taynara Sene", "license" : "MIT", "repository" : {"type" : "git", "url" : "[email protected]:tray-tecnologia/opencode-workflow.git"}, "devDependencies" : {"@popperjs/core" : "^2.6.0", "gulp" : "^4.0.2", "gulp-uglify-es" : "^2.0.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"ansi-colors": {"type": "string"}, "bootstrap": {"type": "string"}, "cross-spawn": {"type": "string"}, "gulp-concat": {"type": "string"}, "gulp-cssmin": {"type": "string"}, "gulp-exec": {"type": "string"}, "gulp-sass": {"type": "string"}, "gulp-uglify": {"type": "string"}}, "required": ["ansi-colors", "bootstrap", "cross-spawn", "gulp-concat", "gulp-cssmin", "gulp-exec", "gulp-sass", "gulp-uglify"]}, "config": {"type": "object", "properties": {"unsafe-perm": {"type": "boolean"}}, "required": ["unsafe-perm"]}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "devDependencies": {"type": "object", "properties": {"@popperjs/core": {"type": "string"}, "gulp": {"type": "string"}, "gulp-uglify-es": {"type": "string"}}, "required": ["@popperjs/core", "gulp", "gulp-uglify-es"]}}, "required": ["name", "version", "main", "dependencies", "config", "author", "license", "repository", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"userId" : 19335, "cartId" : "23f64d30-5218-4cdf-8e6e-b168ad1f10a4", "preferredProducts" : [1169, 3962, 3589, 643, 3090, 1593], "productReviews" : [{"productId" : 3720, "reviewText" : "one of my hobbies is scuba diving. and when i'm scuba diving this works great.", "reviewDate" : "2017-10-20T05:16:51.5687139+03:00"}, {"productId" : 547, "reviewText" : "I saw one of these in Finland and I bought one.", "reviewDate" : "2019-07-08T17:39:38.2253082+03:00"}]} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"python.pythonPath": {"type": "string"}}, "required": ["python.pythonPath"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"python.pythonPath" : "/home/loux/Documents/Python/Django/pickup_collect/virtual-env/bin/python3"} | json_instruct | {"type": "object", "properties": {"python.pythonPath": {"type": "string"}}, "required": ["python.pythonPath"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "cites": {"type": "integer"}, "cited_by": {"type": "integer"}, "reference": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "cites", "cited_by", "reference"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 21794, "cites" : 5, "cited_by" : 0, "reference" : ["[1] Abdel-Rahman HM, Anas A (2004) Theories of systems of cities. In: Duranton G, Henderson JV, Strange WC (eds) Handbook of regional and urban economics, vol. 4.", "Urban Studies 37(11): 1925\u00c3\u00a2\u00e2\u0082\u00ac\u00e2\u0080\u009c [14] Christaller W (1933) Die zentralen Orte in S\u00c3\u0083\u00c2\u00bcddeutschland: Eine \u00c3\u0083\u00c2\u00b6konomischgeographische Untersuchung \u00c3\u0083\u00c2\u00bcber die Gesetzm\u00c3\u0083\u00c2\u00a4\u00c3\u0083\u00c5\u00b8 igkeit der Verbreitung und Entwicklung der Siedlungen mit st\u00c3\u0083\u00c2\u00a4dtischen Funktionen. Gustav Fischer, Jena.", "[15] Cohn D, Morin R (2008) American mobility: Who moves? Who stays put? Where\u00c3\u00a2\u00e2\u0082\u00ac\u00e2\u0084\u00a2 s", "Mexico City, 6\u00c3\u00a2\u00e2\u0082\u00ac\u00e2\u0080\u009c 7 July [45] Ioannides YM (1994) Product dierentiation and economic growth in a system of cities.", "Regional Science and Urban Economics 24(4): 461\u00c3\u00a2\u00e2\u0082\u00ac\u00e2\u0080\u009c [46] Jacobs J (1969) The economy of cities. Random House, New York, NY [47] Jeerson M (1939) The law of the primate city. Geographical Review 29: 226\u00c3\u00a2\u00e2\u0082\u00ac\u00e2\u0080\u009c [48] Johansson B, Quigley JM (2004) Agglomeration and networks in spatial economics."]} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "cites": {"type": "integer"}, "cited_by": {"type": "integer"}, "reference": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "cites", "cited_by", "reference"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"ingredients": {"type": "array", "items": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "result": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["ingredients", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ingredients" : [{"item" : "minecraft:book"}, {"item" : "minecraft:emerald", "count" : {"min" : 20, "max" : 22}}], "result" : {"item" : "minecraft:name_tag"}} | json_instruct | {"type": "object", "properties": {"ingredients": {"type": "array", "items": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "result": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["ingredients", "result"], "$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": "array", "items": {"type": "array", "items": {}}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0x33803edf44a71b9579f54cd429b53b06c0eeab83", "tool" : "manticore", "start" : 1564038107.5031204, "end" : 1564039909.5402055, "duration" : 1802.037085056305, "analysis" : [[], [], [{"name" : "INVALID instruction", "line" : 353, "code" : "/*"}], [], [], [], []]} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "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": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}, "eslint": {"type": "string"}}, "required": ["test", "start", "eslint"]}, "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"}, "devDependencies": {"type": "object", "properties": {"dotenv-safe": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-airbnb-base": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "nodemon": {"type": "string"}}, "required": ["dotenv-safe", "eslint", "eslint-config-airbnb-base", "eslint-plugin-import", "nodemon"]}, "dependencies": {"type": "object", "properties": {"@hapi/hapi": {"type": "string"}, "@hapi/joi": {"type": "string"}, "bcryptjs": {"type": "string"}, "boom": {"type": "string"}, "hapi-auth-jwt2": {"type": "string"}, "ioredis": {"type": "string"}, "jsonwebtoken": {"type": "string"}, "mongoose": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["@hapi/hapi", "@hapi/joi", "bcryptjs", "boom", "hapi-auth-jwt2", "ioredis", "jsonwebtoken", "mongoose", "uuid"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "ead-api", "version" : "0.0.1", "description" : "API da plataforma de ensino a dist\u00e2ncia", "main" : "index.js", "scripts" : {"test" : "test", "start" : "nodemon src/index", "eslint" : "eslint ./src/**/*.js"}, "repository" : {"type" : "git", "url" : "git+https://github.com/programadorabordo/ead-api.git"}, "keywords" : ["plataforma", "EAD", "programador", "a", "bordo"], "author" : "Programador a Bordo, Ayrton Teshima", "license" : "MIT", "bugs" : {"url" : "https://github.com/programadorabordo/ead-api/issues"}, "homepage" : "https://github.com/programadorabordo/ead-api#readme", "devDependencies" : {"dotenv-safe" : "^6.1.0", "eslint" : "^5.3.0", "eslint-config-airbnb-base" : "^13.1.0", "eslint-plugin-import" : "^2.17.3", "nodemon" : "^1.19.0"}, "dependencies" : {"@hapi/hapi" : "^18.3.1", "@hapi/joi" : "^15.1.0", "bcryptjs" : "^2.4.3", "boom" : "^7.3.0", "hapi-auth-jwt2" : "^8.6.1", "ioredis" : "^4.14.0", "jsonwebtoken" : "^8.5.1", "mongoose" : "^5.6.7", "uuid" : "^3.3.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"}, "start": {"type": "string"}, "eslint": {"type": "string"}}, "required": ["test", "start", "eslint"]}, "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"}, "devDependencies": {"type": "object", "properties": {"dotenv-safe": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-airbnb-base": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "nodemon": {"type": "string"}}, "required": ["dotenv-safe", "eslint", "eslint-config-airbnb-base", "eslint-plugin-import", "nodemon"]}, "dependencies": {"type": "object", "properties": {"@hapi/hapi": {"type": "string"}, "@hapi/joi": {"type": "string"}, "bcryptjs": {"type": "string"}, "boom": {"type": "string"}, "hapi-auth-jwt2": {"type": "string"}, "ioredis": {"type": "string"}, "jsonwebtoken": {"type": "string"}, "mongoose": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["@hapi/hapi", "@hapi/joi", "bcryptjs", "boom", "hapi-auth-jwt2", "ioredis", "jsonwebtoken", "mongoose", "uuid"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"WATCH": {"type": "object", "properties": {"summary": {"type": "string"}, "complexity": {"type": "string"}, "group": {"type": "string"}, "since": {"type": "string"}, "arity": {"type": "integer"}, "function": {"type": "string"}, "command_flags": {"type": "array", "items": {"type": "string"}}, "acl_categories": {"type": "array", "items": {"type": "string"}}, "key_specs": {"type": "array", "items": {"type": "object", "properties": {"begin_search": {"type": "object", "properties": {"index": {"type": "object", "properties": {"pos": {"type": "integer"}}, "required": ["pos"]}}, "required": ["index"]}, "find_keys": {"type": "object", "properties": {"range": {"type": "object", "properties": {"lastkey": {"type": "integer"}, "step": {"type": "integer"}, "limit": {"type": "integer"}}, "required": ["lastkey", "step", "limit"]}}, "required": ["range"]}}, "required": ["begin_search", "find_keys"]}}, "arguments": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "key_spec_index": {"type": "integer"}, "multiple": {"type": "boolean"}}, "required": ["name", "type", "key_spec_index", "multiple"]}}}, "required": ["summary", "complexity", "group", "since", "arity", "function", "command_flags", "acl_categories", "key_specs", "arguments"]}}, "required": ["WATCH"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"WATCH" : {"summary" : "Watch the given keys to determine execution of the MULTI/EXEC block", "complexity" : "O(1) for every key.", "group" : "transactions", "since" : "2.2.0", "arity" : -2, "function" : "watchCommand", "command_flags" : ["NOSCRIPT", "LOADING", "STALE", "FAST", "ALLOW_BUSY"], "acl_categories" : ["TRANSACTION"], "key_specs" : [{"begin_search" : {"index" : {"pos" : 1}}, "find_keys" : {"range" : {"lastkey" : -1, "step" : 1, "limit" : 0}}}], "arguments" : [{"name" : "key", "type" : "key", "key_spec_index" : 0, "multiple" : true}]}} | json_instruct | {"type": "object", "properties": {"WATCH": {"type": "object", "properties": {"summary": {"type": "string"}, "complexity": {"type": "string"}, "group": {"type": "string"}, "since": {"type": "string"}, "arity": {"type": "integer"}, "function": {"type": "string"}, "command_flags": {"type": "array", "items": {"type": "string"}}, "acl_categories": {"type": "array", "items": {"type": "string"}}, "key_specs": {"type": "array", "items": {"type": "object", "properties": {"begin_search": {"type": "object", "properties": {"index": {"type": "object", "properties": {"pos": {"type": "integer"}}, "required": ["pos"]}}, "required": ["index"]}, "find_keys": {"type": "object", "properties": {"range": {"type": "object", "properties": {"lastkey": {"type": "integer"}, "step": {"type": "integer"}, "limit": {"type": "integer"}}, "required": ["lastkey", "step", "limit"]}}, "required": ["range"]}}, "required": ["begin_search", "find_keys"]}}, "arguments": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "key_spec_index": {"type": "integer"}, "multiple": {"type": "boolean"}}, "required": ["name", "type", "key_spec_index", "multiple"]}}}, "required": ["summary", "complexity", "group", "since", "arity", "function", "command_flags", "acl_categories", "key_specs", "arguments"]}}, "required": ["WATCH"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "San Fernando, Victoria, Tarlac, Central Luzon (Region III), PH", "locale" : "ph.central-luzon-region-iii.tarlac.victoria.san-fernando", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "6", "region_reference" : "3", "region_name" : "Central Luzon (Region III)", "province_id" : "77", "province_reference" : "77", "province_name" : "Tarlac", "city_id" : "1405", "city_reference" : "1550", "city_name" : "Victoria", "barangay_id" : "41175", "barangay_reference" : "39618", "barangay_name" : "San Fernando"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[120.682159, 15.58296], [120.686394, 15.57574], [120.685219, 15.57448], [120.68441, 15.57367], [120.6838, 15.573], [120.682907, 15.57183], [120.682297, 15.57085], [120.682167, 15.57049], [120.680923, 15.56861], [120.678238, 15.57061], [120.67334, 15.57476], [120.672798, 15.57538], [120.672447, 15.57628], [120.672577, 15.57704], [120.672859, 15.5778], [120.673523, 15.57871], [120.682159, 15.58296]]]]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"metadata": {"type": "object", "properties": {"title": {"type": "string"}, "trackers": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "trackerId": {"type": "string"}, "name": {"type": "string"}}, "required": ["type", "id", "trackerId", "name"]}}}, "required": ["title", "trackers"]}, "states": {"type": "array", "items": {}}, "defaultState": {"type": "array", "items": {}}}, "required": ["metadata", "states", "defaultState"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"metadata" : {"title" : "", "trackers" : [{"type" : "google-analytics", "id" : "iVXjsTracker", "trackerId" : "UA-XXX-XXXXXXX", "name" : "My Custom Tracker"}]}, "states" : [], "defaultState" : []} | json_instruct | {"type": "object", "properties": {"metadata": {"type": "object", "properties": {"title": {"type": "string"}, "trackers": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "trackerId": {"type": "string"}, "name": {"type": "string"}}, "required": ["type", "id", "trackerId", "name"]}}}, "required": ["title", "trackers"]}, "states": {"type": "array", "items": {}}, "defaultState": {"type": "array", "items": {}}}, "required": ["metadata", "states", "defaultState"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"danceability": {"type": "array", "items": {"type": "number"}}, "energy": {"type": "array", "items": {"type": "number"}}, "key": {"type": "array", "items": {"type": "integer"}}, "loudness": {"type": "array", "items": {"type": "number"}}, "mode": {"type": "array", "items": {"type": "integer"}}, "speechiness": {"type": "array", "items": {"type": "number"}}, "acousticness": {"type": "array", "items": {"type": "number"}}, "instrumentalness": {"type": "array", "items": {"type": "number"}}, "liveness": {"type": "array", "items": {"type": "number"}}, "valence": {"type": "array", "items": {"type": "number"}}, "tempo": {"type": "array", "items": {"type": "number"}}, "type": {"type": "array", "items": {"type": "string"}}, "id": {"type": "array", "items": {"type": "string"}}, "uri": {"type": "array", "items": {"type": "string"}}, "track_href": {"type": "array", "items": {"type": "string"}}, "analysis_url": {"type": "array", "items": {"type": "string"}}, "duration_ms": {"type": "array", "items": {"type": "integer"}}, "time_signature": {"type": "array", "items": {"type": "integer"}}}, "required": ["danceability", "energy", "key", "loudness", "mode", "speechiness", "acousticness", "instrumentalness", "liveness", "valence", "tempo", "type", "id", "uri", "track_href", "analysis_url", "duration_ms", "time_signature"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"danceability" : [0.585], "energy" : [0.334], "key" : [0], "loudness" : [-10.494], "mode" : [1], "speechiness" : [0.0283], "acousticness" : [0.656], "instrumentalness" : [0.0007], "liveness" : [0.111], "valence" : [0.129], "tempo" : [110.024], "type" : ["audio_features"], "id" : ["3m8mZerMdq5ZI5viPmgEa5"], "uri" : ["spotify:track:3m8mZerMdq5ZI5viPmgEa5"], "track_href" : ["https://api.spotify.com/v1/tracks/3m8mZerMdq5ZI5viPmgEa5"], "analysis_url" : ["https://api.spotify.com/v1/audio-analysis/3m8mZerMdq5ZI5viPmgEa5"], "duration_ms" : [193987], "time_signature" : [4]} | json_instruct | {"type": "object", "properties": {"danceability": {"type": "array", "items": {"type": "number"}}, "energy": {"type": "array", "items": {"type": "number"}}, "key": {"type": "array", "items": {"type": "integer"}}, "loudness": {"type": "array", "items": {"type": "number"}}, "mode": {"type": "array", "items": {"type": "integer"}}, "speechiness": {"type": "array", "items": {"type": "number"}}, "acousticness": {"type": "array", "items": {"type": "number"}}, "instrumentalness": {"type": "array", "items": {"type": "number"}}, "liveness": {"type": "array", "items": {"type": "number"}}, "valence": {"type": "array", "items": {"type": "number"}}, "tempo": {"type": "array", "items": {"type": "number"}}, "type": {"type": "array", "items": {"type": "string"}}, "id": {"type": "array", "items": {"type": "string"}}, "uri": {"type": "array", "items": {"type": "string"}}, "track_href": {"type": "array", "items": {"type": "string"}}, "analysis_url": {"type": "array", "items": {"type": "string"}}, "duration_ms": {"type": "array", "items": {"type": "integer"}}, "time_signature": {"type": "array", "items": {"type": "integer"}}}, "required": ["danceability", "energy", "key", "loudness", "mode", "speechiness", "acousticness", "instrumentalness", "liveness", "valence", "tempo", "type", "id", "uri", "track_href", "analysis_url", "duration_ms", "time_signature"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"PPO_134/rollout/ep_len_mean": {"type": "number"}, "PPO_134/time/fps": {"type": "number"}, "_timestamp": {"type": "number"}, "global_step": {"type": "integer"}, "PPO_134/rollout/ep_rew_mean": {"type": "number"}, "PPO_134/train/average_reward": {"type": "number"}, "_runtime": {"type": "number"}, "PPO_134/global_step": {"type": "integer"}, "_step": {"type": "integer"}, "PPO_134/train/approx_kl": {"type": "number"}, "PPO_134/train/learning_rate": {"type": "number"}, "PPO_134/train/explained_variance": {"type": "number"}, "PPO_134/train/loss": {"type": "number"}, "PPO_134/train/clip_range": {"type": "number"}, "PPO_134/train/policy_gradient_loss": {"type": "number"}, "PPO_134/train/entropy_loss": {"type": "number"}, "PPO_134/train/clip_fraction": {"type": "number"}, "PPO_134/train/value_loss": {"type": "number"}, "PPO_134/train/std": {"type": "number"}, "loss_dif": {"type": "number"}, "domain_progress": {"type": "integer"}, "eval_reward": {"type": "number"}, "best_min": {"type": "number"}, "best_mean": {"type": "number"}}, "required": ["PPO_134/rollout/ep_len_mean", "PPO_134/time/fps", "_timestamp", "global_step", "PPO_134/rollout/ep_rew_mean", "PPO_134/train/average_reward", "_runtime", "PPO_134/global_step", "_step", "PPO_134/train/approx_kl", "PPO_134/train/learning_rate", "PPO_134/train/explained_variance", "PPO_134/train/loss", "PPO_134/train/clip_range", "PPO_134/train/policy_gradient_loss", "PPO_134/train/entropy_loss", "PPO_134/train/clip_fraction", "PPO_134/train/value_loss", "PPO_134/train/std", "loss_dif", "domain_progress", "eval_reward", "best_min", "best_mean"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"PPO_134/rollout/ep_len_mean" : 4999.0, "PPO_134/time/fps" : 479.0, "_timestamp" : 1597985279.0108075, "global_step" : 2015232, "PPO_134/rollout/ep_rew_mean" : 1157.0772705078125, "PPO_134/train/average_reward" : 1004.7467651367188, "_runtime" : 41261.640051841736, "PPO_134/global_step" : 2015232, "_step" : 2010002, "PPO_134/train/approx_kl" : 0.031543515622615814, "PPO_134/train/learning_rate" : 0.0020000000949949026, "PPO_134/train/explained_variance" : -31.272388458251953, "PPO_134/train/loss" : 5.231786251068115, "PPO_134/train/clip_range" : 0.20000000298023224, "PPO_134/train/policy_gradient_loss" : -0.003641952993348241, "PPO_134/train/entropy_loss" : -8.606802940368652, "PPO_134/train/clip_fraction" : 0.30978262424468994, "PPO_134/train/value_loss" : 14.89411735534668, "PPO_134/train/std" : 0.7104767560958862, "loss_dif" : 5.286598277091981, "domain_progress" : 1, "eval_reward" : 1866.4377389430856, "best_min" : 3.3380664677590683, "best_mean" : 3688.747003966857} | json_instruct | {"type": "object", "properties": {"PPO_134/rollout/ep_len_mean": {"type": "number"}, "PPO_134/time/fps": {"type": "number"}, "_timestamp": {"type": "number"}, "global_step": {"type": "integer"}, "PPO_134/rollout/ep_rew_mean": {"type": "number"}, "PPO_134/train/average_reward": {"type": "number"}, "_runtime": {"type": "number"}, "PPO_134/global_step": {"type": "integer"}, "_step": {"type": "integer"}, "PPO_134/train/approx_kl": {"type": "number"}, "PPO_134/train/learning_rate": {"type": "number"}, "PPO_134/train/explained_variance": {"type": "number"}, "PPO_134/train/loss": {"type": "number"}, "PPO_134/train/clip_range": {"type": "number"}, "PPO_134/train/policy_gradient_loss": {"type": "number"}, "PPO_134/train/entropy_loss": {"type": "number"}, "PPO_134/train/clip_fraction": {"type": "number"}, "PPO_134/train/value_loss": {"type": "number"}, "PPO_134/train/std": {"type": "number"}, "loss_dif": {"type": "number"}, "domain_progress": {"type": "integer"}, "eval_reward": {"type": "number"}, "best_min": {"type": "number"}, "best_mean": {"type": "number"}}, "required": ["PPO_134/rollout/ep_len_mean", "PPO_134/time/fps", "_timestamp", "global_step", "PPO_134/rollout/ep_rew_mean", "PPO_134/train/average_reward", "_runtime", "PPO_134/global_step", "_step", "PPO_134/train/approx_kl", "PPO_134/train/learning_rate", "PPO_134/train/explained_variance", "PPO_134/train/loss", "PPO_134/train/clip_range", "PPO_134/train/policy_gradient_loss", "PPO_134/train/entropy_loss", "PPO_134/train/clip_fraction", "PPO_134/train/value_loss", "PPO_134/train/std", "loss_dif", "domain_progress", "eval_reward", "best_min", "best_mean"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "DODI", "frequency" : 465, "males" : "1.5053763440860215 %", "females" : "98.49462365591398 %"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"/js/app.js": {"type": "string"}, "/css/app.css": {"type": "string"}, "/js/admin-js/app.js": {"type": "string"}, "/js/admin-js/vendor.js": {"type": "string"}, "/js/admin-js/manifest.js": {"type": "string"}}, "required": ["/js/app.js", "/css/app.css", "/js/admin-js/app.js", "/js/admin-js/vendor.js", "/js/admin-js/manifest.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"/js/app.js" : "/js/app.js?id=575eaafd78089ca8f0e5", "/css/app.css" : "/css/app.css?id=3078a2bb8a3285e0ffde", "/js/admin-js/app.js" : "/js/admin-js/app.js?id=923b19b8f118f7b6a8da", "/js/admin-js/vendor.js" : "/js/admin-js/vendor.js?id=8357651096a7424c9a0d", "/js/admin-js/manifest.js" : "/js/admin-js/manifest.js?id=ce6566a24afe6e358977"} | json_instruct | {"type": "object", "properties": {"/js/app.js": {"type": "string"}, "/css/app.css": {"type": "string"}, "/js/admin-js/app.js": {"type": "string"}, "/js/admin-js/vendor.js": {"type": "string"}, "/js/admin-js/manifest.js": {"type": "string"}}, "required": ["/js/app.js", "/css/app.css", "/js/admin-js/app.js", "/js/admin-js/vendor.js", "/js/admin-js/manifest.js"], "$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"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "2011", "provinceId" : "52", "regencyId" : "02", "districtId" : "09", "name" : "Semparu"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"lockfile": {"type": "string"}, "mqtt": {"type": "string"}, "node-localstorage": {"type": "string"}}, "required": ["lockfile", "mqtt", "node-localstorage"]}, "scripts": {"type": "object", "properties": {"postinstall": {"type": "string"}, "postversion": {"type": "string"}}, "required": ["postinstall", "postversion"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "preferGlobal": {"type": "boolean"}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "description", "main", "author", "license", "dependencies", "scripts", "repository", "keywords", "preferGlobal", "files"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "jdiscovery", "version" : "1.0.8", "description" : "For testing registration/discovery in JAM", "main" : "jregistrar.js", "author" : "Keith Strickling", "license" : "MIT", "dependencies" : {"lockfile" : "^1.0.4", "mqtt" : "^2.18.4", "node-localstorage" : "^1.3.1"}, "scripts" : {"postinstall" : "npm install ./mdns", "postversion" : "npm publish && git add package.json && git commit -m 'Update jdiscovery version' && git push"}, "repository" : {"type" : "git", "url" : "https://github.com/citelab/JAMScript/lib/jdiscovery"}, "keywords" : ["JAMScript", "Registry", "Device Discovery Framework"], "preferGlobal" : true, "files" : ["*.js", "mdns", "errlog"]} | 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": {"lockfile": {"type": "string"}, "mqtt": {"type": "string"}, "node-localstorage": {"type": "string"}}, "required": ["lockfile", "mqtt", "node-localstorage"]}, "scripts": {"type": "object", "properties": {"postinstall": {"type": "string"}, "postversion": {"type": "string"}}, "required": ["postinstall", "postversion"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "preferGlobal": {"type": "boolean"}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "description", "main", "author", "license", "dependencies", "scripts", "repository", "keywords", "preferGlobal", "files"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["ihme-ui"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"time_fct_id": {"type": "integer"}, "time_fct": {"type": "string"}, "affiliate_fct_id": {"type": "integer"}, "affiliate_fct": {"type": "string"}, "affiliate_fct_occurrence": {"type": "integer"}, "affiliates": {"type": "array", "items": {"type": "object", "properties": {"affiliate_fct_id": {"type": "integer"}, "affiliate_fct": {"type": "string"}, "affiliate_fct_occurrence": {"type": "integer"}}, "required": ["affiliate_fct_id", "affiliate_fct", "affiliate_fct_occurrence"]}}}, "required": ["time_fct_id", "time_fct", "affiliate_fct_id", "affiliate_fct", "affiliate_fct_occurrence", "affiliates"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"time_fct_id" : 49, "time_fct" : "time_61400", "affiliate_fct_id" : 2062, "affiliate_fct" : "Hamburger Kunsthalle (Hamburg)", "affiliate_fct_occurrence" : 69, "affiliates" : [{"affiliate_fct_id" : 2062, "affiliate_fct" : "Hamburger Kunsthalle (Hamburg)", "affiliate_fct_occurrence" : 69}, {"affiliate_fct_id" : 13652, "affiliate_fct" : "Bertram von Minden", "affiliate_fct_occurrence" : 68}]} | json_instruct | {"type": "object", "properties": {"time_fct_id": {"type": "integer"}, "time_fct": {"type": "string"}, "affiliate_fct_id": {"type": "integer"}, "affiliate_fct": {"type": "string"}, "affiliate_fct_occurrence": {"type": "integer"}, "affiliates": {"type": "array", "items": {"type": "object", "properties": {"affiliate_fct_id": {"type": "integer"}, "affiliate_fct": {"type": "string"}, "affiliate_fct_occurrence": {"type": "integer"}}, "required": ["affiliate_fct_id", "affiliate_fct", "affiliate_fct_occurrence"]}}}, "required": ["time_fct_id", "time_fct", "affiliate_fct_id", "affiliate_fct", "affiliate_fct_occurrence", "affiliates"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"\u5de5\u5ee0\u540d\u7a31" : "\u7d71\u69ae\u92fc\u9435\u4f01\u696d\u80a1\u4efd\u6709\u9650\u516c\u53f8\u4ec1\u5fb7\u5ee0", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99660018", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "99910099000252", "\u5de5\u5ee0\u5730\u5740" : "\u81fa\u5357\u5e02\u4ec1\u5fb7\u5340\u4fdd\u5b89\u91cc\u4e2d\u6b63\u8def1\u6bb573\u300175\u865f", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc" : "\u81fa\u5357\u5e02\u4ec1\u5fb7\u5340\u4fdd\u5b89\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d" : "\u9673\u5fb7\u88d5\u3000\u3000\u3000", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f" : "69704095", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b" : "\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f" : "0590301", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f" : "0590301", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b" : "\u751f\u7522\u4e2d", "\u7522\u696d\u985e\u5225" : ["24\u57fa\u672c\u91d1\u5c6c\u88fd\u9020\u696d"], "\u4e3b\u8981\u7522\u54c1" : ["241\u92fc\u9435"]} | json_instruct | {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {}, "required": []}, "dependencies": {"type": "object", "properties": {"@svgr/core": {"type": "string"}, "@svgr/plugin-jsx": {"type": "string"}, "@svgr/plugin-svgo": {"type": "string"}, "camelcase": {"type": "string"}, "chokidar": {"type": "string"}, "glob": {"type": "string"}}, "required": ["@svgr/core", "@svgr/plugin-jsx", "@svgr/plugin-svgo", "camelcase", "chokidar", "glob"]}, "devDependencies": {"type": "object", "properties": {"rimraf": {"type": "string"}}, "required": ["rimraf"]}, "peerDependencies": {"type": "object", "properties": {"@intouchg/components": {"type": "string"}, "webpack": {"type": "string"}}, "required": ["@intouchg/components", "webpack"]}}, "required": ["name", "version", "description", "main", "repository", "author", "license", "scripts", "dependencies", "devDependencies", "peerDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@intouchg/webpack-svgr-plugin", "version" : "0.1.1", "description" : "Webpack plugin to run SVGR in directory watcher mode", "main" : "lib/index.js", "repository" : "https://github.com/intouchg/webpack-svgr-plugin", "author" : "Intouch Group", "license" : "MIT", "scripts" : {}, "dependencies" : {"@svgr/core" : "5.5.0", "@svgr/plugin-jsx" : "5.5.0", "@svgr/plugin-svgo" : "5.5.0", "camelcase" : "6.2.0", "chokidar" : "3.5.1", "glob" : "7.1.6"}, "devDependencies" : {"rimraf" : "3.0.2"}, "peerDependencies" : {"@intouchg/components" : ">=0.1.0", "webpack" : ">=5.14.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {}, "required": []}, "dependencies": {"type": "object", "properties": {"@svgr/core": {"type": "string"}, "@svgr/plugin-jsx": {"type": "string"}, "@svgr/plugin-svgo": {"type": "string"}, "camelcase": {"type": "string"}, "chokidar": {"type": "string"}, "glob": {"type": "string"}}, "required": ["@svgr/core", "@svgr/plugin-jsx", "@svgr/plugin-svgo", "camelcase", "chokidar", "glob"]}, "devDependencies": {"type": "object", "properties": {"rimraf": {"type": "string"}}, "required": ["rimraf"]}, "peerDependencies": {"type": "object", "properties": {"@intouchg/components": {"type": "string"}, "webpack": {"type": "string"}}, "required": ["@intouchg/components", "webpack"]}}, "required": ["name", "version", "description", "main", "repository", "author", "license", "scripts", "dependencies", "devDependencies", "peerDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"Version": {"type": "integer"}, "ProjectMap": {"type": "object", "properties": {"802cfd1e-bc8c-43c3-bb02-7613d6fd6bee": {"type": "object", "properties": {"ProjectGuid": {"type": "string"}, "DisplayName": {"type": "string"}, "ColorIndex": {"type": "integer"}}, "required": ["ProjectGuid", "DisplayName", "ColorIndex"]}}, "required": ["802cfd1e-bc8c-43c3-bb02-7613d6fd6bee"]}, "NextColorIndex": {"type": "integer"}}, "required": ["Version", "ProjectMap", "NextColorIndex"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Version" : 1, "ProjectMap" : {"802cfd1e-bc8c-43c3-bb02-7613d6fd6bee" : {"ProjectGuid" : "802cfd1e-bc8c-43c3-bb02-7613d6fd6bee", "DisplayName" : "EmployeeData", "ColorIndex" : 0}}, "NextColorIndex" : 1} | json_instruct | {"type": "object", "properties": {"Version": {"type": "integer"}, "ProjectMap": {"type": "object", "properties": {"802cfd1e-bc8c-43c3-bb02-7613d6fd6bee": {"type": "object", "properties": {"ProjectGuid": {"type": "string"}, "DisplayName": {"type": "string"}, "ColorIndex": {"type": "integer"}}, "required": ["ProjectGuid", "DisplayName", "ColorIndex"]}}, "required": ["802cfd1e-bc8c-43c3-bb02-7613d6fd6bee"]}, "NextColorIndex": {"type": "integer"}}, "required": ["Version", "ProjectMap", "NextColorIndex"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"user": {"type": "string"}, "password": {"type": "string"}, "url": {"type": "string"}}, "required": ["user", "password", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"user" : "root", "password" : "password", "url" : "https://10.1.2.24:443/ufws-3.3"} | json_instruct | {"type": "object", "properties": {"user": {"type": "string"}, "password": {"type": "string"}, "url": {"type": "string"}}, "required": ["user", "password", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"webpackCompilationHash": {"type": "string"}}, "required": ["webpackCompilationHash"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"webpackCompilationHash" : "607b12bb67a2ad2c90ab"} | json_instruct | {"type": "object", "properties": {"webpackCompilationHash": {"type": "string"}}, "required": ["webpackCompilationHash"], "$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": {"start": {"type": "string"}, "build-dev": {"type": "string"}, "build-prod": {"type": "string"}}, "required": ["start", "build-dev", "build-prod"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/mithril": {"type": "string"}, "concat-cli": {"type": "string"}, "css-loader": {"type": "string"}, "mini-css-extract-plugin": {"type": "string"}, "optimize-css-assets-webpack-plugin": {"type": "string"}, "svg-inline-loader": {"type": "string"}, "ts-loader": {"type": "string"}, "typescript": {"type": "string"}, "uglifyjs-webpack-plugin": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}, "webpack-merge": {"type": "string"}}, "required": ["@types/mithril", "concat-cli", "css-loader", "mini-css-extract-plugin", "optimize-css-assets-webpack-plugin", "svg-inline-loader", "ts-loader", "typescript", "uglifyjs-webpack-plugin", "webpack", "webpack-cli", "webpack-merge"]}, "dependencies": {"type": "object", "properties": {"mithril": {"type": "string"}}, "required": ["mithril"]}}, "required": ["name", "version", "description", "scripts", "repository", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "twang", "version" : "1.0.0", "description" : "", "scripts" : {"start" : "webpack --config webpack.dev.js --watch", "build-dev" : "webpack --config webpack.dev.js", "build-prod" : "webpack --config webpack.prod.js"}, "repository" : {"type" : "git", "url" : "git+https://github.com/strayfatty/twang.git"}, "author" : "Thomas Meyer", "license" : "MIT", "bugs" : {"url" : "https://github.com/strayfatty/twang/issues"}, "homepage" : "https://github.com/strayfatty/twang", "devDependencies" : {"@types/mithril" : "^2.0.3", "concat-cli" : "^4.0.0", "css-loader" : "^3.6.0", "mini-css-extract-plugin" : "^0.8.2", "optimize-css-assets-webpack-plugin" : "^5.0.3", "svg-inline-loader" : "^0.8.2", "ts-loader" : "^6.2.2", "typescript" : "^3.9.7", "uglifyjs-webpack-plugin" : "^2.2.0", "webpack" : "^4.44.1", "webpack-cli" : "^3.3.12", "webpack-merge" : "^4.2.2"}, "dependencies" : {"mithril" : "^2.0.4"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build-dev": {"type": "string"}, "build-prod": {"type": "string"}}, "required": ["start", "build-dev", "build-prod"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/mithril": {"type": "string"}, "concat-cli": {"type": "string"}, "css-loader": {"type": "string"}, "mini-css-extract-plugin": {"type": "string"}, "optimize-css-assets-webpack-plugin": {"type": "string"}, "svg-inline-loader": {"type": "string"}, "ts-loader": {"type": "string"}, "typescript": {"type": "string"}, "uglifyjs-webpack-plugin": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}, "webpack-merge": {"type": "string"}}, "required": ["@types/mithril", "concat-cli", "css-loader", "mini-css-extract-plugin", "optimize-css-assets-webpack-plugin", "svg-inline-loader", "ts-loader", "typescript", "uglifyjs-webpack-plugin", "webpack", "webpack-cli", "webpack-merge"]}, "dependencies": {"type": "object", "properties": {"mithril": {"type": "string"}}, "required": ["mithril"]}}, "required": ["name", "version", "description", "scripts", "repository", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "logo": {"type": "string"}, "repository": {"type": "string"}, "stack": {"type": "string"}, "website": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "env": {"type": "object", "properties": {"VLKYRE": {"type": "object", "properties": {"description": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["description", "required"]}, "CODE": {"type": "object", "properties": {"description": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["description", "required"]}}, "required": ["VLKYRE", "CODE"]}}, "required": ["name", "logo", "repository", "stack", "website", "description", "keywords", "env"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "\u275d \u24b8\ud835\udc15\ud835\udc25\ud835\udc24\ud835\udc32\ud835\udc2b\ud835\udc1e \u275e", "logo" : "https://i.postimg.cc/y8TNXJtB/image.png", "repository" : "https://github.com/GasComIT/Vlkyre.git", "stack" : "container", "website" : "https://qtell.gascomit.repl.co", "description" : "\u24b8\ud835\udc15\ud835\udc25\ud835\udc24\ud835\udc32\ud835\udc2b\ud835\udc1e: \ud835\udc22\ud835\udc2c \ud835\udc1a \ud835\udc16\ud835\udc21\ud835\udc1a\ud835\udc2d\ud835\udc2c\ud835\udc1a\ud835\udc29\ud835\udc29 \ud835\udc0c\ud835\udc2e\ud835\udc25\ud835\udc2d\ud835\udc22\ud835\udc0f\ud835\udc2e\ud835\udc2b\ud835\udc29\ud835\udc28\ud835\udc2c\ud835\udc1e-\ud835\udc14\ud835\udc2c\ud835\udc1e\ud835\udc2b\ud835\udc1b\ud835\udc28\ud835\udc2d \ud835\udc30\ud835\udc22\ud835\udc2d\ud835\udc21 \ud835\udc0c\ud835\udc28\ud835\udc1d\ud835\udc1e\ud835\udc2b\ud835\udc1a\ud835\udc2d\ud835\udc22\ud835\udc28\ud835\udc27,\ud835\udc00\ud835\udc2e\ud835\udc2d\ud835\udc28\ud835\udc26\ud835\udc1a\ud835\udc2d\ud835\udc22\ud835\udc28\ud835\udc27 \ud835\udc1a\ud835\udc27\ud835\udc1d \ud835\udfcf\ud835\udfce\ud835\udfce+ \ud835\udc26\ud835\udc28\ud835\udc2b\ud835\udc1e \ud835\udc1c\ud835\udc28\ud835\udc26\ud835\udc26\ud835\udc1a\ud835\udc27\ud835\udc1d\ud835\udc2c!", "keywords" : ["whatsapp", "js-whatsapp", "whatsapp-api", "whatsapp-web", "whatsapp", "whatsapp-chat", "whatsapp-group", "automation", "download", "api", "dl", "downloader", "music", "song", "ffmpeg", "opus", "spotify", "download", "spotifydl", "spotify-dl", "api", "dl", "downloader", "spotify-downloader", "music", "node-spdl", "spdl", "song", "ffmpeg", "opus", "filter", "filters"], "env" : {"VLKYRE" : {"description" : "Your Session Code. Get It From: https://replit.com/gascomit/Vlkyre-QR", "required" : true}, "CODE" : {"description" : "Most Needed KrakinzLab Hype Code!", "required" : true}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "logo": {"type": "string"}, "repository": {"type": "string"}, "stack": {"type": "string"}, "website": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "env": {"type": "object", "properties": {"VLKYRE": {"type": "object", "properties": {"description": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["description", "required"]}, "CODE": {"type": "object", "properties": {"description": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["description", "required"]}}, "required": ["VLKYRE", "CODE"]}}, "required": ["name", "logo", "repository", "stack", "website", "description", "keywords", "env"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[151.375, 35.0], [151.375, 35.083333333333336], [151.5, 35.083333333333336], [151.5, 35.0], [151.375, 35.0]]]}, "properties" : {"code" : 525143, "url" : "http://madefor.github.io/0410/api/v1/525143.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/525143.geojson"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"fileUris": {"type": "array", "items": {"type": "string"}}, "commandToExecute": {"type": "string"}}, "required": ["fileUris", "commandToExecute"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"fileUris" : ["{{upload `scripts/hello.ps1`}}"], "commandToExecute" : "powershell -ExecutionPolicy Bypass -Command {{prefix}}/scripts/hello.ps1"} | json_instruct | {"type": "object", "properties": {"fileUris": {"type": "array", "items": {"type": "string"}}, "commandToExecute": {"type": "string"}}, "required": ["fileUris", "commandToExecute"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "icon": {"type": "string"}, "description": {"type": "string"}, "castTime": {"type": "string"}}, "required": ["id", "name", "icon", "description", "castTime"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 230988, "name" : "Vicious War Scorpion", "icon" : "ability_mount_viciouskorkronannihilator", "description" : "Summons and dismisses your Vicious War Scorpion.", "castTime" : "1.5 sec cast"} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "icon": {"type": "string"}, "description": {"type": "string"}, "castTime": {"type": "string"}}, "required": ["id", "name", "icon", "description", "castTime"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "ca4393cf0b009b201a0f193a260b4f99b042ea80"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["540232206201", "\u6700\u4ec1\u6751", "220", "0"], ["540232206202", "\u590f\u8fbe\u6751", "210", "0"], ["540232206203", "\u9769\u5e86\u6751", "220", "0"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "audit": {"type": "null"}}, "required": ["id", "source", "verse_id", "verse_count", "reference", "title", "html", "audit"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 9992, "source" : "bullinger", "verse_id" : 18080, "verse_count" : 1, "reference" : "23:2", "title" : "", "html" : " <p> <em>isle.</em>, Here, Tyre itself. </p>\n\n <p> <em>thou whom</em>= which. </p>\n\n <p> <em>pass over</em>= cross, in trading. In verses: <a class=\"isa\" verses=\"WzE4MDgwLDE4MDgxLDE4MDg0LDE4MDg4LDE4MDkwXQ==\">Isaiah 23:2, Isaiah 23:3, Isaiah 23:6, Isaiah 23:10, Isaiah 23:12</a>, imperative, implying flight. </p>", "audit" : null} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "audit": {"type": "null"}}, "required": ["id", "source", "verse_id", "verse_count", "reference", "title", "html", "audit"], "$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.