input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"state_name": {"type": "array", "items": {"type": "string"}}, "bad_neighbor_count": {"type": "array", "items": {"type": "integer"}}, "nn_abundance": {"type": "array", "items": {"type": "integer"}}, "state_nn_species_count": {"type": "array", "items": {"type": "integer"}}, "species_list": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "cnt": {"type": "integer"}, "tsn": {"type": "integer"}}, "required": ["name", "cnt", "tsn"]}}}, "required": ["state_name", "bad_neighbor_count", "nn_abundance", "state_nn_species_count", "species_list"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"state_name" : ["Florida"], "bad_neighbor_count" : [2], "nn_abundance" : [3], "state_nn_species_count" : [1], "species_list" : [{"name" : "Ampelopsis brevipedunculata", "cnt" : 1, "tsn" : 28632}, {"name" : "Cayratia japonica", "cnt" : 2, "tsn" : 501339}]}
json_instruct
{"type": "object", "properties": {"state_name": {"type": "array", "items": {"type": "string"}}, "bad_neighbor_count": {"type": "array", "items": {"type": "integer"}}, "nn_abundance": {"type": "array", "items": {"type": "integer"}}, "state_nn_species_count": {"type": "array", "items": {"type": "integer"}}, "species_list": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "cnt": {"type": "integer"}, "tsn": {"type": "integer"}}, "required": ["name", "cnt", "tsn"]}}}, "required": ["state_name", "bad_neighbor_count", "nn_abundance", "state_nn_species_count", "species_list"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "normalizedVertices": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}, "score": {"type": "number"}}, "required": ["label", "normalizedVertices", "score"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"label" : "Person", "normalizedVertices" : [{"x" : 0.49198458, "y" : 0.45488235}, {"x" : 0.6048081, "y" : 0.45488235}, {"x" : 0.6048081, "y" : 0.5752353}, {"x" : 0.49198458, "y" : 0.5752353}], "score" : 0.7513141}, {"label" : "Person", "normalizedVertices" : [{"x" : 0.7488742, "y" : 0.5177854}, {"x" : 0.859646, "y" : 0.5177854}, {"x" : 0.859646, "y" : 0.7190939}, {"x" : 0.7488742, "y" : 0.7190939}], "score" : 0.69222975}, {"label" : "Person", "normalizedVertices" : [{"x" : 0.25886992, "y" : 0.23541486}, {"x" : 0.40745822, "y" : 0.23541486}, {"x" : 0.40745822, "y" : 0.36282665}, {"x" : 0.25886992, "y" : 0.36282665}], "score" : 0.5795487}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "normalizedVertices": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}}, "score": {"type": "number"}}, "required": ["label", "normalizedVertices", "score"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/generic/salvage/salvagetier5.item": {"type": "array", "items": {"type": "string"}}}, "required": ["items/generic/salvage/salvagetier5.item"]}, "Texts": {"type": "object", "properties": {"Eng": {"type": "string"}, "Rus": {"type": "string"}}, "required": ["Eng", "Rus"]}}, "required": ["DeniedAlternatives", "Files", "Texts"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"DeniedAlternatives" : [], "Files" : {"items/generic/salvage/salvagetier5.item" : ["/shortdescription"]}, "Texts" : {"Eng" : "Salvaged Proton Limiter", "Rus" : "\u041f\u0440\u043e\u0442\u043e\u043d\u043d\u044b\u0439 \u043e\u0433\u0440\u0430\u043d\u0438\u0447\u0438\u0442\u0435\u043b\u044c"}}, {"DeniedAlternatives" : [], "Files" : {"items/generic/salvage/salvagetier5.item" : ["/description"]}, "Texts" : {"Eng" : "This component could be useful for crafting advanced mech parts.", "Rus" : "\u042d\u0442\u0430 \u0434\u0435\u0442\u0430\u043b\u044c \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0430 \u0434\u043b\u044f \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f \u0434\u0435\u0442\u0430\u043b\u0435\u0439 \u043f\u0440\u043e\u0434\u0432\u0438\u043d\u0443\u0442\u043e\u0433\u043e \u041c\u0435\u0445\u0430."}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/generic/salvage/salvagetier5.item": {"type": "array", "items": {"type": "string"}}}, "required": ["items/generic/salvage/salvagetier5.item"]}, "Texts": {"type": "object", "properties": {"Eng": {"type": "string"}, "Rus": {"type": "string"}}, "required": ["Eng", "Rus"]}}, "required": ["DeniedAlternatives", "Files", "Texts"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"900079346": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900079347": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900079348": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900079349": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900079350": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900079351": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900079352": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900079353": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900079354": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900079355": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900079346", "900079347", "900079348", "900079349", "900079350", "900079351", "900079352", "900079353", "900079354", "900079355"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"900079346" : {"nama" : "TPS 01", "dapil" : [1401, 11403, 2140604]}, "900079347" : {"nama" : "TPS 02", "dapil" : [1401, 11403, 2140604]}, "900079348" : {"nama" : "TPS 03", "dapil" : [1401, 11403, 2140604]}, "900079349" : {"nama" : "TPS 04", "dapil" : [1401, 11403, 2140604]}, "900079350" : {"nama" : "TPS 05", "dapil" : [1401, 11403, 2140604]}, "900079351" : {"nama" : "TPS 06", "dapil" : [1401, 11403, 2140604]}, "900079352" : {"nama" : "TPS 07", "dapil" : [1401, 11403, 2140604]}, "900079353" : {"nama" : "TPS 08", "dapil" : [1401, 11403, 2140604]}, "900079354" : {"nama" : "TPS 09", "dapil" : [1401, 11403, 2140604]}, "900079355" : {"nama" : "TPS 10", "dapil" : [1401, 11403, 2140604]}}
json_instruct
{"type": "object", "properties": {"900079346": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900079347": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900079348": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900079349": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900079350": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900079351": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900079352": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900079353": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900079354": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900079355": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900079346", "900079347", "900079348", "900079349", "900079350", "900079351", "900079352", "900079353", "900079354", "900079355"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "path": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type": "array", "items": {"type": "object", "properties": {"CheckDepInfo": {"type": "object", "properties": {"dep_info": {"type": "string"}}, "required": ["dep_info"]}}, "required": ["CheckDepInfo"]}}, "rustflags": {"type": "array", "items": {}}, "metadata": {"type": "integer"}}, "required": ["rustc", "features", "target", "profile", "path", "deps", "local", "rustflags", "metadata"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"rustc" : 5807094999684781751, "features" : "[\"default\", \"std\"]", "target" : 10088282520713642473, "profile" : 2574335274271406459, "path" : 10671659733239056535, "deps" : [], "local" : [{"CheckDepInfo" : {"dep_info" : "release/.fingerprint/libc-b3887c285d06edd9/dep-build-script-build_script_build-b3887c285d06edd9"}}], "rustflags" : [], "metadata" : 14998826085014762512}
json_instruct
{"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "path": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type": "array", "items": {"type": "object", "properties": {"CheckDepInfo": {"type": "object", "properties": {"dep_info": {"type": "string"}}, "required": ["dep_info"]}}, "required": ["CheckDepInfo"]}}, "rustflags": {"type": "array", "items": {}}, "metadata": {"type": "integer"}}, "required": ["rustc", "features", "target", "profile", "path", "deps", "local", "rustflags", "metadata"], "$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"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "preferGlobal": {"type": "boolean"}, "bin": {"type": "object", "properties": {"Mixers": {"type": "string"}}, "required": ["Mixers"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"babel": {"type": "string"}, "babel-core": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-semistandard": {"type": "string"}, "eslint-config-standard": {"type": "string"}, "eslint-plugin-promise": {"type": "string"}, "eslint-plugin-standard": {"type": "string"}}, "required": ["babel", "babel-core", "babel-preset-es2015", "eslint", "eslint-config-semistandard", "eslint-config-standard", "eslint-plugin-promise", "eslint-plugin-standard"]}, "dependencies": {"type": "object", "properties": {"fs-extra": {"type": "string"}, "minimist": {"type": "string"}}, "required": ["fs-extra", "minimist"]}}, "required": ["name", "version", "description", "scripts", "preferGlobal", "bin", "repository", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "mixers", "version" : "0.1.2", "description" : "A set of simple re-usable SASS mixins and functions for any project.", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "preferGlobal" : true, "bin" : {"Mixers" : "index.js"}, "repository" : {"type" : "git", "url" : "git+https://github.com/natekrempel/mixers.git"}, "author" : "Nate Krempel <natekrempel@gmail.com>", "license" : "MIT", "bugs" : {"url" : "https://github.com/natekrempel/mixers/issues"}, "homepage" : "https://github.com/natekrempel/mixers#readme", "devDependencies" : {"babel" : "^6.23.0", "babel-core" : "^6.23.1", "babel-preset-es2015" : "^6.22.0", "eslint" : "^3.16.1", "eslint-config-semistandard" : "^7.0.0", "eslint-config-standard" : "^6.2.1", "eslint-plugin-promise" : "^3.4.2", "eslint-plugin-standard" : "^2.0.1"}, "dependencies" : {"fs-extra" : "^2.0.0", "minimist" : "^1.2.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "preferGlobal": {"type": "boolean"}, "bin": {"type": "object", "properties": {"Mixers": {"type": "string"}}, "required": ["Mixers"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"babel": {"type": "string"}, "babel-core": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-semistandard": {"type": "string"}, "eslint-config-standard": {"type": "string"}, "eslint-plugin-promise": {"type": "string"}, "eslint-plugin-standard": {"type": "string"}}, "required": ["babel", "babel-core", "babel-preset-es2015", "eslint", "eslint-config-semistandard", "eslint-config-standard", "eslint-plugin-promise", "eslint-plugin-standard"]}, "dependencies": {"type": "object", "properties": {"fs-extra": {"type": "string"}, "minimist": {"type": "string"}}, "required": ["fs-extra", "minimist"]}}, "required": ["name", "version", "description", "scripts", "preferGlobal", "bin", "repository", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"pluginName": {"type": "string"}, "description": {"type": "string"}, "updateURL": {"type": "string"}, "mainScript": {"type": "string"}}, "required": ["pluginName", "description", "updateURL", "mainScript"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"pluginName" : "Add Round Rect Border", "description" : "This is a example plug-in which adds a border to an image, with rounded corners.", "updateURL" : "http://flyingmeat.com/sample/foo.rss", "mainScript" : "MainScript.js"}
json_instruct
{"type": "object", "properties": {"pluginName": {"type": "string"}, "description": {"type": "string"}, "updateURL": {"type": "string"}, "mainScript": {"type": "string"}}, "required": ["pluginName", "description", "updateURL", "mainScript"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"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" : "\u540c\u6631\u80fd\u6e90\u79d1\u6280\u80a1\u4efd\u6709\u9650\u516c\u53f8\u89c0\u97f3\u5ee0", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "03002295", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u6843\u5712\u5e02\u89c0\u97f3\u5340\u8349\u6f2f\u91cc\u69ae\u5de5\u5357\u8def98\u865f1\u6a13", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc" : "\u6843\u5712\u5e02\u89c0\u97f3\u5340\u8349\u6f2f\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d" : "\u5f35\u4e16\u6770", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f" : "27843412", "\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" : "1030526", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b" : "\u751f\u7522\u4e2d", "\u7522\u696d\u985e\u5225" : ["26\u96fb\u5b50\u96f6\u7d44\u4ef6\u88fd\u9020\u696d", "28\u96fb\u529b\u8a2d\u5099\u88fd\u9020\u696d"], "\u4e3b\u8981\u7522\u54c1" : ["264\u5149\u96fb\u6750\u6599\u53ca\u5143\u4ef6", "289\u5176\u4ed6\u96fb\u529b\u8a2d\u5099"]}
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 a JSON structure that matches this schema definition: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "gunpowder:block/niter_ore"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "required": ["0", "1"]}}, "required": ["text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : {"0" : {"m1" : "\u062f\u0648\u0634 \u0622\u0645\u062f \u0648 \u062f\u0627\u062f\u0650 \u062f\u0644\u0650 \u0633\u0631\u0645\u0633\u062a\u0645 \u062f\u0627\u062f", "m2" : "\u06cc\u06a9 \u0639\u0634\u0648\u0647 \u0646\u062f\u0627\u062f \u0648 \u0628\u0648\u0633\u0647 \u067e\u06cc\u0648\u0633\u062a\u0645 \u062f\u0627\u062f"}, "1" : {"m1" : "\u067e\u0633 \u062f\u0633\u062a\u0645 \u062f\u0627\u062f \u062a\u0627 \u0628\u0628\u0648\u0633\u0645 \u062f\u0633\u062a\u0634", "m2" : "\u0627\u06cc\u0646 \u06a9\u0627\u0631 \u0646\u06a9\u0648 \u0646\u06af\u0631 \u06a9\u0647 \u0686\u0648\u0646 \u062f\u0633\u062a\u0645 \u062f\u0627\u062f"}}}
json_instruct
{"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "required": ["0", "1"]}}, "required": ["text"], "$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"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"calcite-react": {"type": "string"}, "react-multiselect-checkboxes": {"type": "string"}, "react-spinners": {"type": "string"}}, "required": ["calcite-react", "react-multiselect-checkboxes", "react-spinners"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "geoportalsearch", "version" : "0.0.1", "description" : "This package is for the geoportal search widget", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "", "license" : "ISC", "dependencies" : {"calcite-react" : "^0.60.0", "react-multiselect-checkboxes" : "0.0.1", "react-spinners" : "^0.11.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"calcite-react": {"type": "string"}, "react-multiselect-checkboxes": {"type": "string"}, "react-spinners": {"type": "string"}}, "required": ["calcite-react", "react-multiselect-checkboxes", "react-spinners"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"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" : "2008", "provinceId" : "17", "regencyId" : "03", "districtId" : "21", "name" : "Kali"}
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#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"interval": {"type": "string"}, "watcher": {"type": "object", "properties": {"key": {"type": "string"}, "type": {"type": "string"}}, "required": ["key", "type"]}, "connectionManagers": {"type": "array", "items": {"type": "object", "properties": {"address": {"type": "string"}, "domain": {"type": "string"}, "name": {"type": "string"}, "rpcStyle": {"type": "string"}, "config": {"type": "object", "properties": {"connection": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "required": ["connection"]}}, "required": ["address", "domain", "name", "rpcStyle", "config"]}}}, "required": ["interval", "watcher", "connectionManagers"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"interval" : "100", "watcher" : {"key" : "", "type" : "hexKey"}, "connectionManagers" : [{"address" : "0x0000000000000000000000000000000000000000", "domain" : "60", "name" : "ethereum", "rpcStyle" : "ethereum", "config" : {"connection" : {"type" : "ws", "url" : "ws://localhost:8545"}}}, {"address" : "0x0000000000000000000000000000000000000000", "domain" : "61", "name" : "eth-classic", "rpcStyle" : "ethereum", "config" : {"connection" : {"type" : "ws", "url" : "ws://localhost:8545"}}}]}
json_instruct
{"type": "object", "properties": {"interval": {"type": "string"}, "watcher": {"type": "object", "properties": {"key": {"type": "string"}, "type": {"type": "string"}}, "required": ["key", "type"]}, "connectionManagers": {"type": "array", "items": {"type": "object", "properties": {"address": {"type": "string"}, "domain": {"type": "string"}, "name": {"type": "string"}, "rpcStyle": {"type": "string"}, "config": {"type": "object", "properties": {"connection": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "required": ["connection"]}}, "required": ["address", "domain", "name", "rpcStyle", "config"]}}}, "required": ["interval", "watcher", "connectionManagers"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "heifer", "definition" : "A young cow."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"code": {"type": "string"}, "messages": {"type": "string"}, "value": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "id_kecamatan": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "id_kecamatan", "name"]}}}, "required": ["code", "messages", "value"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : "200", "messages" : "Successfully received data", "value" : [{"id" : "7316082001", "id_kecamatan" : "731608", "name" : "Sangiepongan"}, {"id" : "7316082002", "id_kecamatan" : "731608", "name" : "Buntu Barana"}, {"id" : "7316082003", "id_kecamatan" : "731608", "name" : "Buntu Pema"}, {"id" : "7316082004", "id_kecamatan" : "731608", "name" : "Parombean"}, {"id" : "7316082005", "id_kecamatan" : "731608", "name" : "Tallung Ura"}, {"id" : "7316082006", "id_kecamatan" : "731608", "name" : "Pebaloran"}, {"id" : "7316082007", "id_kecamatan" : "731608", "name" : "Curio"}, {"id" : "7316082008", "id_kecamatan" : "731608", "name" : "Mekkala"}, {"id" : "7316082009", "id_kecamatan" : "731608", "name" : "Sumbang"}, {"id" : "7316082010", "id_kecamatan" : "731608", "name" : "Mandalan"}, {"id" : "7316082011", "id_kecamatan" : "731608", "name" : "Salassa"}]}
json_instruct
{"type": "object", "properties": {"code": {"type": "string"}, "messages": {"type": "string"}, "value": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "id_kecamatan": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "id_kecamatan", "name"]}}}, "required": ["code", "messages", "value"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"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" : 9241, "source" : "benson", "verse_id" : 18158, "verse_count" : 1, "reference" : "27:6", "title" : "", "html" : " <p> <a class=\"isa\" verses=\"WzE4MTU4XQ==\">Isaiah 27:6</a>. <i>He shall cause them of Jacob to take root </i>\u2014To be firmly settled in their possessions. The words may be rendered, <i>In times to come he shall cause Jacob to take root. Israel shall blossom and bud </i>\u2014Shall revive <i>and flourish.</i>, The metaphor of a vine is still pursued, and these expressions signify the increase of the Jewish people, after their return from their captivity in Babylon. <i>And fill the face of the world with fruit </i>\u2014Their posterity shall be so numerous that their own land shall not be sufficient for them, but they shall be forced to seek habitations in other countries, and shall replenish them with people. This prediction was indeed fulfilled after the captivity; for the Jews filled all Judea and Syria, and were spread over all the Roman empire, as appears, not only from their own histories, but from the books of the New Testament. See note on <a class=\"isa\" verses=\"WzE4MTQ2XQ==\">Isaiah 26:15</a>. But, perhaps, this is chiefly intended to be understood of the spiritual seed of Jacob, or of believers, who are often called God\u2019s Israel, as <a class=\"ref\">Romans 9:6</a>, and elsewhere. </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#"}
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#"}
[["341302108200", "\u6c38\u5b89\u6751\u59d4\u4f1a", "121", "0"], ["341302108201", "\u80a1\u6cb3\u65b0\u6751\u6751\u59d4\u4f1a", "220", "0"], ["341302108202", "\u53cc\u946b\u6751\u59d4\u4f1a", "220", "0"], ["341302108203", "\u53cc\u5174\u6751\u59d4\u4f1a", "220", "0"], ["341302108204", "\u5b59\u5b89\u6751\u59d4\u4f1a", "220", "0"], ["341302108205", "\u65b0\u5408\u6751\u59d4\u4f1a", "220", "0"], ["341302108206", "\u590f\u6865\u6751\u59d4\u4f1a", "220", "0"], ["341302108207", "\u56e2\u7ed3\u6751\u59d4\u4f1a", "220", "0"], ["341302108208", "\u6240\u5729\u6751\u59d4\u4f1a", "220", "0"], ["341302108209", "\u6f58\u6e56\u6751\u59d4\u4f1a", "220", "0"], ["341302108210", "\u859b\u8d75\u6751\u59d4\u4f1a", "220", "0"], ["341302108211", "\u5468\u5bb6\u6751\u59d4\u4f1a", "220", "0"], ["341302108212", "\u5927\u8bb8\u6751\u59d4\u4f1a", "220", "0"], ["341302108213", "\u8857\u897f\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": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"babel": {"type": "string"}}, "required": ["babel"]}, "dependencies": {"type": "object", "properties": {"babel-plugin-transform-es2015-for-of": {"type": "string"}, "babel-plugin-transform-es2015-modules-systemjs": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "lodash": {"type": "string"}}, "required": ["babel-plugin-transform-es2015-for-of", "babel-plugin-transform-es2015-modules-systemjs", "babel-preset-es2015", "lodash"]}}, "required": ["name", "version", "description", "repository", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "grapekh-temperature-panel", "version" : "1.0.0", "description" : "Grafana Analog Thermometer Panel", "repository" : {"type" : "git", "url" : "git+https://github.com/grapekh/grafana-temperature-panel.git"}, "author" : "", "license" : "ISC", "devDependencies" : {"babel" : "~6.5.1"}, "dependencies" : {"babel-plugin-transform-es2015-for-of" : "^6.5.0", "babel-plugin-transform-es2015-modules-systemjs" : "^6.5.0", "babel-preset-es2015" : "^6.5.0", "lodash" : ">=4.17.19"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"babel": {"type": "string"}}, "required": ["babel"]}, "dependencies": {"type": "object", "properties": {"babel-plugin-transform-es2015-for-of": {"type": "string"}, "babel-plugin-transform-es2015-modules-systemjs": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "lodash": {"type": "string"}}, "required": ["babel-plugin-transform-es2015-for-of", "babel-plugin-transform-es2015-modules-systemjs", "babel-preset-es2015", "lodash"]}}, "required": ["name", "version", "description", "repository", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"appid": {"type": "integer"}, "name": {"type": "string"}, "windows": {"type": "boolean"}, "mac": {"type": "boolean"}, "linux": {"type": "boolean"}, "early_access": {"type": "boolean"}, "lookup_time": {"type": "integer"}}, "required": ["appid", "name", "windows", "mac", "linux", "early_access", "lookup_time"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"appid" : 330000, "name" : "Kingdoms CCG", "windows" : true, "mac" : false, "linux" : false, "early_access" : false, "lookup_time" : 1490979556}
json_instruct
{"type": "object", "properties": {"appid": {"type": "integer"}, "name": {"type": "string"}, "windows": {"type": "boolean"}, "mac": {"type": "boolean"}, "linux": {"type": "boolean"}, "early_access": {"type": "boolean"}, "lookup_time": {"type": "integer"}}, "required": ["appid", "name", "windows", "mac", "linux", "early_access", "lookup_time"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"contact:email": {"type": "string"}, "contact:fax": {"type": "string"}, "contact:phone": {"type": "string"}, "contact:website": {"type": "string"}, "name": {"type": "string"}, "opening_hours": {"type": "string"}, "shop": {"type": "string"}, "id": {"type": "string"}}, "required": ["contact:email", "contact:fax", "contact:phone", "contact:website", "name", "opening_hours", "shop", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "id" : "node/7721413544", "properties" : {"contact:email" : "info@bauernmarkt-lindchen.de", "contact:fax" : "+49 2825 5352690", "contact:phone" : "+49 2825 535260", "contact:website" : "http://www.bauernmarkt-lindchen.de/", "name" : "Bauernmarkt Lindchen", "opening_hours" : "Mo-Fr 08:00-18:30; Sa 08:00-16:00", "shop" : "farm", "id" : "node/7721413544"}, "geometry" : {"type" : "Point", "coordinates" : [6.2307557, 51.7026973]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"contact:email": {"type": "string"}, "contact:fax": {"type": "string"}, "contact:phone": {"type": "string"}, "contact:website": {"type": "string"}, "name": {"type": "string"}, "opening_hours": {"type": "string"}, "shop": {"type": "string"}, "id": {"type": "string"}}, "required": ["contact:email", "contact:fax", "contact:phone", "contact:website", "name", "opening_hours", "shop", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"uuid": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}, "children": {"type": "array", "items": {"type": "string"}}, "afters": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "stage": {"type": "string"}, "description": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["name", "status", "stage", "description", "start", "stop"]}}}, "required": ["uuid", "name", "description", "start", "stop", "children", "afters"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"uuid" : "bb81c068-3893-496d-90ff-944246e74ba1", "name" : "io.arkitekt.testsMainSite.TestBaseMainSite.restartTest", "description" : "", "start" : 1550415866179, "stop" : 1550415866185, "children" : ["0639a7d5-1bd9-4613-bd81-80edbad0bfc5"], "afters" : [{"name" : "restartTest", "status" : "passed", "stage" : "finished", "description" : "", "start" : 1550415866181, "stop" : 1550415866183}]}
json_instruct
{"type": "object", "properties": {"uuid": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}, "children": {"type": "array", "items": {"type": "string"}}, "afters": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "stage": {"type": "string"}, "description": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["name", "status", "stage", "description", "start", "stop"]}}}, "required": ["uuid", "name", "description", "start", "stop", "children", "afters"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"meta": {"type": "object", "properties": {"parent": {"type": "string"}, "stub": {"type": "string"}, "type": {"type": "string"}}, "required": ["parent", "stub", "type"]}, "info": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["meta", "info"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"meta" : {"parent" : "mt_gretna", "stub" : "parking_lot_boulders", "type" : "region"}, "info" : {"name" : "Parking Lot Boulders"}}
json_instruct
{"type": "object", "properties": {"meta": {"type": "object", "properties": {"parent": {"type": "string"}, "stub": {"type": "string"}, "type": {"type": "string"}}, "required": ["parent", "stub", "type"]}, "info": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["meta", "info"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Time" : "2021-02-03T20:00:00Z", "Temp" : 12.8, "RelHum" : 48, "WindSpeed" : 8.4, "WindDir" : 62}
json_instruct
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"hour positive count": {"type": "integer"}, "hour neutral count": {"type": "integer"}, "hour negative count": {"type": "integer"}, "hour distri": {"type": "object", "properties": {"1.0": {"type": "integer"}, "0.97": {"type": "integer"}, "0.01": {"type": "integer"}, "0.0": {"type": "integer"}, "0.96": {"type": "integer"}, "0.64": {"type": "integer"}}, "required": ["1.0", "0.97", "0.01", "0.0", "0.96", "0.64"]}}, "required": ["hour positive count", "hour neutral count", "hour negative count", "hour distri"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"hour positive count" : 14, "hour neutral count" : 1, "hour negative count" : 5, "hour distri" : {"1.0" : 11, "0.97" : 1, "0.01" : 4, "0.0" : 1, "0.96" : 2, "0.64" : 1}}
json_instruct
{"type": "object", "properties": {"hour positive count": {"type": "integer"}, "hour neutral count": {"type": "integer"}, "hour negative count": {"type": "integer"}, "hour distri": {"type": "object", "properties": {"1.0": {"type": "integer"}, "0.97": {"type": "integer"}, "0.01": {"type": "integer"}, "0.0": {"type": "integer"}, "0.96": {"type": "integer"}, "0.64": {"type": "integer"}}, "required": ["1.0", "0.97", "0.01", "0.0", "0.96", "0.64"]}}, "required": ["hour positive count", "hour neutral count", "hour negative count", "hour distri"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about": {"type": "null"}, "license": {"type": "null"}}, "required": ["id", "name", "email", "paypal_email", "homepage", "about", "license"]}, "updated": {"type": "string"}, "weekly_install_count": {"type": "integer"}, "total_install_count": {"type": "integer"}, "rating": {"type": "null"}, "after_screenshot_name": {"type": "string"}, "obsoleting_style_id": {"type": "null"}, "obsoleting_style_name": {"type": "null"}, "obsolete": {"type": "integer"}, "admin_delete_reason_id": {"type": "null"}, "obsoletion_message": {"type": "null"}, "screenshots": {"type": "null"}, "license": {"type": "null"}, "created": {"type": "string"}, "category": {"type": "string"}, "raw_subcategory": {"type": "string"}, "subcategory": {"type": "string"}, "additional_info": {"type": "null"}, "style_tags": {"type": "array", "items": {}}, "css": {"type": "string"}, "discussions": {"type": "array", "items": {}}, "discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}, "userjs_url": {"type": "string"}, "style_settings": {"type": "array", "items": {}}}, "required": ["id", "name", "description", "user", "updated", "weekly_install_count", "total_install_count", "rating", "after_screenshot_name", "obsoleting_style_id", "obsoleting_style_name", "obsolete", "admin_delete_reason_id", "obsoletion_message", "screenshots", "license", "created", "category", "raw_subcategory", "subcategory", "additional_info", "style_tags", "css", "discussions", "discussionsCount", "commentsCount", "userjs_url", "style_settings"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 44882, "name" : "\u9c9c\u679c Compact", "description" : "Just hide the header of Xianguo Reader for netbook using.", "user" : {"id" : 92110, "name" : "shinemoon", "email" : "redacted", "paypal_email" : null, "homepage" : null, "about" : null, "license" : null}, "updated" : "2011-03-05T19:53:01.000Z", "weekly_install_count" : 0, "total_install_count" : 383, "rating" : null, "after_screenshot_name" : "https://userstyles.org/auto_style_screenshots/44882-after.png?r=1531181176", "obsoleting_style_id" : null, "obsoleting_style_name" : null, "obsolete" : 0, "admin_delete_reason_id" : null, "obsoletion_message" : null, "screenshots" : null, "license" : null, "created" : "2011-03-05T19:43:39.000Z", "category" : "site", "raw_subcategory" : "xianguo", "subcategory" : "xianguo", "additional_info" : null, "style_tags" : [], "css" : "@namespace url(http://www.w3.org/1999/xhtml);\r\n@-moz-document domain(\"xianguo.com\") {\r\n #header {display:none;}\r\n div #page_title {font-size:8pt;}\r\n}", "discussions" : [], "discussionsCount" : 0, "commentsCount" : 0, "userjs_url" : "/styles/userjs/44882/compact.user.js", "style_settings" : []}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about": {"type": "null"}, "license": {"type": "null"}}, "required": ["id", "name", "email", "paypal_email", "homepage", "about", "license"]}, "updated": {"type": "string"}, "weekly_install_count": {"type": "integer"}, "total_install_count": {"type": "integer"}, "rating": {"type": "null"}, "after_screenshot_name": {"type": "string"}, "obsoleting_style_id": {"type": "null"}, "obsoleting_style_name": {"type": "null"}, "obsolete": {"type": "integer"}, "admin_delete_reason_id": {"type": "null"}, "obsoletion_message": {"type": "null"}, "screenshots": {"type": "null"}, "license": {"type": "null"}, "created": {"type": "string"}, "category": {"type": "string"}, "raw_subcategory": {"type": "string"}, "subcategory": {"type": "string"}, "additional_info": {"type": "null"}, "style_tags": {"type": "array", "items": {}}, "css": {"type": "string"}, "discussions": {"type": "array", "items": {}}, "discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}, "userjs_url": {"type": "string"}, "style_settings": {"type": "array", "items": {}}}, "required": ["id", "name", "description", "user", "updated", "weekly_install_count", "total_install_count", "rating", "after_screenshot_name", "obsoleting_style_id", "obsoleting_style_name", "obsolete", "admin_delete_reason_id", "obsoletion_message", "screenshots", "license", "created", "category", "raw_subcategory", "subcategory", "additional_info", "style_tags", "css", "discussions", "discussionsCount", "commentsCount", "userjs_url", "style_settings"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"accessibility": {"type": "string"}, "cfp_end": {"type": "string"}, "code_of_conduct": {"type": "string"}, "diversitytickets": {"type": "string"}, "event_end": {"type": "string"}, "event_start": {"type": "string"}, "facebook": {"type": "string"}, "languages": {"type": "array", "items": {"type": "string"}}, "location": {"type": "object", "properties": {"city": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "string"}}, "required": ["city", "country", "state"]}, "name": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "twitter": {"type": "string"}, "website": {"type": "string"}, "youtube": {"type": "string"}}, "required": ["accessibility", "cfp_end", "code_of_conduct", "diversitytickets", "event_end", "event_start", "facebook", "languages", "location", "name", "tags", "twitter", "website", "youtube"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"accessibility" : "", "cfp_end" : "2016-04-17", "code_of_conduct" : "https://www.meetup.com/MauritiusSoftwareCraftsmanshipCommunity/pages/19092247/Code_of_Conduct/", "diversitytickets" : "", "event_end" : "2016-05-22", "event_start" : "2016-05-20", "facebook" : "https://www.facebook.com/MauritiusSoftwareCraftsmanshipCommunity/", "languages" : ["English", "French"], "location" : {"city" : "Bagatelle", "country" : "Mauritius", "state" : "Moka"}, "name" : "Developers Conference Mauritius", "tags" : ["-net", "php", "javascript", "mariadb", "angularjs", "azure", "aws", "rest", "iot", "maker"], "twitter" : "MSCraftsman", "website" : "http://2016.mscc.mu/", "youtube" : "-"}
json_instruct
{"type": "object", "properties": {"accessibility": {"type": "string"}, "cfp_end": {"type": "string"}, "code_of_conduct": {"type": "string"}, "diversitytickets": {"type": "string"}, "event_end": {"type": "string"}, "event_start": {"type": "string"}, "facebook": {"type": "string"}, "languages": {"type": "array", "items": {"type": "string"}}, "location": {"type": "object", "properties": {"city": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "string"}}, "required": ["city", "country", "state"]}, "name": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "twitter": {"type": "string"}, "website": {"type": "string"}, "youtube": {"type": "string"}}, "required": ["accessibility", "cfp_end", "code_of_conduct", "diversitytickets", "event_end", "event_start", "facebook", "languages", "location", "name", "tags", "twitter", "website", "youtube"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"title": {"type": "string"}, "prompt": {"type": "string"}, "nickname": {"type": "string"}, "connectToChat": {"type": "string"}, "getStarted": {"type": "string"}, "askGameInstall": {"type": "object", "properties": {"title": {"type": "string"}, "prompt": {"type": "string"}, "waiting": {"type": "string"}}, "required": ["title", "prompt", "waiting"]}, "serverInformation": {"type": "object", "properties": {"title": {"type": "string"}, "info": {"type": "string"}, "gotIt": {"type": "string"}}, "required": ["title", "info", "gotIt"]}, "sidebarInformation": {"type": "object", "properties": {"title": {"type": "string"}, "info": {"type": "string"}}, "required": ["title", "info"]}}, "required": ["title", "prompt", "nickname", "connectToChat", "getStarted", "askGameInstall", "serverInformation", "sidebarInformation"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Benvenuto in ValjangEngine!", "prompt" : "ValjangEngine ti permette di collaborare con altre persone in giro per il mondo.", "nickname" : "Nickname", "connectToChat" : "Collegati alla chat della community", "getStarted" : "Iniziamo!", "askGameInstall" : {"title" : "Per iniziare", "prompt" : "ValjangEngine utilizza i sistemi per permetterti di creare diversi tipi di progetto. Il pi\u00f9 comune \u00e8 il sistema \"ValjangEngine Game\", che ti permette di creare giochi 2D e 3D in HTML5. Vuoi installare questo sistema?", "waiting" : "Il sistema \"ValjangEngine Game\" \u00e8 in fase di installazione. Ci vorranno un paio di minuti."}, "serverInformation" : {"title" : "Gestione server locale", "info" : "Puoi gestire il tuo server locale nell'angolo in basso a sinistra. Normalmente, verr\u00e0 avviato automaticamente quando lanci l'applicazione.", "gotIt" : "Capito!"}, "sidebarInformation" : {"title" : "Lista dei server", "info" : "La barra laterale a sinistra elenca i tuoi server preferiti. Effettua un doppio click su \"Il mio Server\" per acedere all'hub del tuo server locale e creare il tuo primo progetto!"}}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "prompt": {"type": "string"}, "nickname": {"type": "string"}, "connectToChat": {"type": "string"}, "getStarted": {"type": "string"}, "askGameInstall": {"type": "object", "properties": {"title": {"type": "string"}, "prompt": {"type": "string"}, "waiting": {"type": "string"}}, "required": ["title", "prompt", "waiting"]}, "serverInformation": {"type": "object", "properties": {"title": {"type": "string"}, "info": {"type": "string"}, "gotIt": {"type": "string"}}, "required": ["title", "info", "gotIt"]}, "sidebarInformation": {"type": "object", "properties": {"title": {"type": "string"}, "info": {"type": "string"}}, "required": ["title", "info"]}}, "required": ["title", "prompt", "nickname", "connectToChat", "getStarted", "askGameInstall", "serverInformation", "sidebarInformation"], "$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" : "HEEMIN", "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#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"Pixalate": {"type": "string"}}, "required": ["Pixalate"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source_files": {"type": "string"}, "public_header_files": {"type": "string"}, "private_header_files": {"type": "string"}, "frameworks": {"type": "string"}}, "required": ["name", "version", "summary", "homepage", "license", "authors", "source", "platforms", "source_files", "public_header_files", "private_header_files", "frameworks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "pixalate-prebid-blocking", "version" : "0.1.0", "summary" : "Block high IVT in your mobile apps by utilizing Pixalate's Pre-Bid Blocking API.", "homepage" : "https://github.com/pixalate-inc/ios-prebid-blocking", "license" : {"type" : "LGPL", "file" : "LICENSE"}, "authors" : {"Pixalate" : "support@pixalate.com"}, "source" : {"git" : "https://github.com/pixalate-inc/ios-prebid-blocking.git", "tag" : "0.1.0"}, "platforms" : {"ios" : "10.0"}, "source_files" : "pixalate-prebid-blocking/**/*", "public_header_files" : "pixalate-prebid-blocking/*.h", "private_header_files" : "pixalate-prebid-blocking/Private/*.h", "frameworks" : "Foundation"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"Pixalate": {"type": "string"}}, "required": ["Pixalate"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source_files": {"type": "string"}, "public_header_files": {"type": "string"}, "private_header_files": {"type": "string"}, "frameworks": {"type": "string"}}, "required": ["name", "version", "summary", "homepage", "license", "authors", "source", "platforms", "source_files", "public_header_files", "private_header_files", "frameworks"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"autoprefixer": {"type": "string"}, "postcss": {"type": "string"}, "postcss-preset-env": {"type": "string"}, "precss": {"type": "string"}}, "required": ["autoprefixer", "postcss", "postcss-preset-env", "precss"]}}, "required": ["name", "version", "main", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "fixture-post-css", "version" : "1.0.0", "main" : "src/index.js", "license" : "MIT", "dependencies" : {"autoprefixer" : "^10.3.7", "postcss" : "^8.3.11", "postcss-preset-env" : "^6.7.0", "precss" : "^4.0.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"autoprefixer": {"type": "string"}, "postcss": {"type": "string"}, "postcss-preset-env": {"type": "string"}, "precss": {"type": "string"}}, "required": ["autoprefixer", "postcss", "postcss-preset-env", "precss"]}}, "required": ["name", "version", "main", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "names": {"type": "array", "items": {"type": "string"}}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"]}}, "required": ["type", "geometry", "properties"]}}}, "required": ["type", "title", "id", "bbox", "description", "names", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "title" : "Sanctuary of Athena Itonia", "id" : "540677", "bbox" : [22.050757, 39.261841, 22.058297, 39.276634], "description" : "A pan-thessaliote sanctuary, located at modern Philia Karditsis in Greece.", "names" : ["Itonion"], "features" : [{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [22.054527, 39.2692375]}, "properties" : {"description" : "representative point"}}, {"geometry" : {"type" : "Point", "coordinates" : [22.058297, 39.276634]}, "id" : "darmc-location-6608", "type" : "Feature", "properties" : {"description" : "500K scale point location", "location_precision" : "precise", "title" : "DARMC location 6608", "link" : "http://pleiades.stoa.org/places/540677/darmc-location-6608"}}, {"geometry" : {"type" : "Point", "coordinates" : [22.050757, 39.261841]}, "id" : "visible-remains-of-sanctuary-of-athena-itonia", "type" : "Feature", "properties" : {"description" : "Pan-thessaliote sanctuary, excavated by Theocharis, Pilali-Papasteriou, Papaefthymiou-Papanthimou and Intzesiloglou.", "location_precision" : "precise", "title" : "Visible Remains of Sanctuary of Athena Itonia", "link" : "http://pleiades.stoa.org/places/540677/visible-remains-of-sanctuary-of-athena-itonia"}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "names": {"type": "array", "items": {"type": "string"}}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"]}}, "required": ["type", "geometry", "properties"]}}}, "required": ["type", "title", "id", "bbox", "description", "names", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"col": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "extraClass": {"type": "string"}, "headerClass": {"type": "string"}, "illustration": {"type": "object", "properties": {"img-alt": {"type": "string"}, "img-src": {"type": "string"}}, "required": ["img-alt", "img-src"]}, "caption": {"type": "string"}}, "required": ["col", "title", "url", "extraClass", "headerClass", "illustration", "caption"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"col" : " col-lg-4", "title" : "Digital Dialog", "url" : "link.sider-altinnett-forside", "extraClass" : "a-bgGreyLighter", "headerClass" : "an-presentationBlock-largeHeader an-presentationBlock-twoLineHeader", "illustration" : {"img-alt" : "En man som sitter foran PC og drikker kaffe. Tegning.", "img-src" : "../../images/altinnett-digital-dialog.svg"}, "caption" : "For dere som vil heldigitalisere l\u00f8sningen gjennom Altinn."}
json_instruct
{"type": "object", "properties": {"col": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "extraClass": {"type": "string"}, "headerClass": {"type": "string"}, "illustration": {"type": "object", "properties": {"img-alt": {"type": "string"}, "img-src": {"type": "string"}}, "required": ["img-alt", "img-src"]}, "caption": {"type": "string"}}, "required": ["col", "title", "url", "extraClass", "headerClass", "illustration", "caption"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"JavaScript": {"type": "integer"}, "C": {"type": "integer"}, "C++": {"type": "integer"}, "Objective-C": {"type": "integer"}}, "required": ["JavaScript", "C", "C++", "Objective-C"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"JavaScript" : 253792, "C" : 188001, "C++" : 114568, "Objective-C" : 30429}
json_instruct
{"type": "object", "properties": {"JavaScript": {"type": "integer"}, "C": {"type": "integer"}, "C++": {"type": "integer"}, "Objective-C": {"type": "integer"}}, "required": ["JavaScript", "C", "C++", "Objective-C"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"address": {"type": "string"}, "trackStartDate": {"type": "string"}, "trackStartUnixTimestamp": {"type": "integer"}, "pingStats": {"type": "array", "items": {"type": "object", "properties": {"0": {"type": "integer"}}, "required": ["0"]}}}, "required": ["address", "trackStartDate", "trackStartUnixTimestamp", "pingStats"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"address" : "ban_3eaw769yuuwtoszsqcwtre4fxmgiqyt1sbjnizwecax9m78qq4k3fzrkobzt", "trackStartDate" : "5/8/2022 2:52:27 PM", "trackStartUnixTimestamp" : 1652035947682, "pingStats" : [{"0" : 53133}]}
json_instruct
{"type": "object", "properties": {"address": {"type": "string"}, "trackStartDate": {"type": "string"}, "trackStartUnixTimestamp": {"type": "integer"}, "pingStats": {"type": "array", "items": {"type": "object", "properties": {"0": {"type": "integer"}}, "required": ["0"]}}}, "required": ["address", "trackStartDate", "trackStartUnixTimestamp", "pingStats"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "auto": {"type": "boolean"}, "contexts": {"type": "array", "items": {}}, "responses": {"type": "array", "items": {"type": "object", "properties": {"resetContexts": {"type": "boolean"}, "affectedContexts": {"type": "array", "items": {}}, "parameters": {"type": "array", "items": {}}, "messages": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "integer"}, "lang": {"type": "string"}, "speech": {"type": "string"}}, "required": ["type", "lang", "speech"]}}, "defaultResponsePlatforms": {"type": "object", "properties": {}, "required": []}, "speech": {"type": "array", "items": {}}}, "required": ["resetContexts", "affectedContexts", "parameters", "messages", "defaultResponsePlatforms", "speech"]}}, "priority": {"type": "integer"}, "webhookUsed": {"type": "boolean"}, "webhookForSlotFilling": {"type": "boolean"}, "lastUpdate": {"type": "integer"}, "fallbackIntent": {"type": "boolean"}, "events": {"type": "array", "items": {}}}, "required": ["id", "name", "auto", "contexts", "responses", "priority", "webhookUsed", "webhookForSlotFilling", "lastUpdate", "fallbackIntent", "events"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "0b2f05a0-efb9-4d95-85af-2df2f285b656", "name" : "cc.power-of-you.acceptance", "auto" : true, "contexts" : [], "responses" : [{"resetContexts" : false, "affectedContexts" : [], "parameters" : [], "messages" : [{"type" : 0, "lang" : "en", "speech" : "Students accepted into the Power of YOU program will be notified by mail after the final deadline.\nhttp://century.custhelp.com/app/answers/detail/a_id/605"}], "defaultResponsePlatforms" : {}, "speech" : []}], "priority" : 500000, "webhookUsed" : false, "webhookForSlotFilling" : false, "lastUpdate" : 1518535984, "fallbackIntent" : false, "events" : []}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "auto": {"type": "boolean"}, "contexts": {"type": "array", "items": {}}, "responses": {"type": "array", "items": {"type": "object", "properties": {"resetContexts": {"type": "boolean"}, "affectedContexts": {"type": "array", "items": {}}, "parameters": {"type": "array", "items": {}}, "messages": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "integer"}, "lang": {"type": "string"}, "speech": {"type": "string"}}, "required": ["type", "lang", "speech"]}}, "defaultResponsePlatforms": {"type": "object", "properties": {}, "required": []}, "speech": {"type": "array", "items": {}}}, "required": ["resetContexts", "affectedContexts", "parameters", "messages", "defaultResponsePlatforms", "speech"]}}, "priority": {"type": "integer"}, "webhookUsed": {"type": "boolean"}, "webhookForSlotFilling": {"type": "boolean"}, "lastUpdate": {"type": "integer"}, "fallbackIntent": {"type": "boolean"}, "events": {"type": "array", "items": {}}}, "required": ["id", "name", "auto", "contexts", "responses", "priority", "webhookUsed", "webhookForSlotFilling", "lastUpdate", "fallbackIntent", "events"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"ref": {"type": "object", "properties": {"min": {"type": "number"}, "max": {"type": "number"}, "mean": {"type": "number"}}, "required": ["min", "max", "mean"]}, "ref_regrid": {"type": "object", "properties": {"min": {"type": "number"}, "max": {"type": "number"}, "mean": {"type": "number"}, "std": {"type": "number"}}, "required": ["min", "max", "mean", "std"]}, "test": {"type": "object", "properties": {"min": {"type": "number"}, "max": {"type": "number"}, "mean": {"type": "number"}}, "required": ["min", "max", "mean"]}, "test_regrid": {"type": "object", "properties": {"min": {"type": "number"}, "max": {"type": "number"}, "mean": {"type": "number"}, "std": {"type": "number"}}, "required": ["min", "max", "mean", "std"]}, "diff": {"type": "object", "properties": {"min": {"type": "number"}, "max": {"type": "number"}, "mean": {"type": "number"}}, "required": ["min", "max", "mean"]}, "misc": {"type": "object", "properties": {"rmse": {"type": "number"}, "corr": {"type": "number"}}, "required": ["rmse", "corr"]}, "unit": {"type": "string"}}, "required": ["ref", "ref_regrid", "test", "test_regrid", "diff", "misc", "unit"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ref" : {"min" : 5.691304068022873e-07, "max" : 2.5339503288269043, "mean" : 0.18508642503378941}, "ref_regrid" : {"min" : 5.691304068022873e-07, "max" : 2.5339503288269043, "mean" : 0.18508642503378941, "std" : 0.2007222700722504}, "test" : {"min" : 4.862287710238888e-07, "max" : 2.8142290115356445, "mean" : 0.18550892607335945}, "test_regrid" : {"min" : 4.862287710238888e-07, "max" : 2.8142290115356445, "mean" : 0.18550892607335945, "std" : 0.20846322088770974}, "diff" : {"min" : -0.32402342557907104, "max" : 0.3457636833190918, "mean" : 0.00042250103958486125}, "misc" : {"rmse" : 0.026280927835687605, "corr" : 0.9924648904972402}, "unit" : "dimensionless"}
json_instruct
{"type": "object", "properties": {"ref": {"type": "object", "properties": {"min": {"type": "number"}, "max": {"type": "number"}, "mean": {"type": "number"}}, "required": ["min", "max", "mean"]}, "ref_regrid": {"type": "object", "properties": {"min": {"type": "number"}, "max": {"type": "number"}, "mean": {"type": "number"}, "std": {"type": "number"}}, "required": ["min", "max", "mean", "std"]}, "test": {"type": "object", "properties": {"min": {"type": "number"}, "max": {"type": "number"}, "mean": {"type": "number"}}, "required": ["min", "max", "mean"]}, "test_regrid": {"type": "object", "properties": {"min": {"type": "number"}, "max": {"type": "number"}, "mean": {"type": "number"}, "std": {"type": "number"}}, "required": ["min", "max", "mean", "std"]}, "diff": {"type": "object", "properties": {"min": {"type": "number"}, "max": {"type": "number"}, "mean": {"type": "number"}}, "required": ["min", "max", "mean"]}, "misc": {"type": "object", "properties": {"rmse": {"type": "number"}, "corr": {"type": "number"}}, "required": ["rmse", "corr"]}, "unit": {"type": "string"}}, "required": ["ref", "ref_regrid", "test", "test_regrid", "diff", "misc", "unit"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"project_info": {"type": "object", "properties": {"project_number": {"type": "string"}, "project_id": {"type": "string"}, "storage_bucket": {"type": "string"}}, "required": ["project_number", "project_id", "storage_bucket"]}, "client": {"type": "array", "items": {"type": "object", "properties": {"client_info": {"type": "object", "properties": {"mobilesdk_app_id": {"type": "string"}, "android_client_info": {"type": "object", "properties": {"package_name": {"type": "string"}}, "required": ["package_name"]}}, "required": ["mobilesdk_app_id", "android_client_info"]}, "oauth_client": {"type": "array", "items": {"type": "object", "properties": {"client_id": {"type": "string"}, "client_type": {"type": "integer"}}, "required": ["client_id", "client_type"]}}, "api_key": {"type": "array", "items": {"type": "object", "properties": {"current_key": {"type": "string"}}, "required": ["current_key"]}}, "services": {"type": "object", "properties": {"appinvite_service": {"type": "object", "properties": {"other_platform_oauth_client": {"type": "array", "items": {"type": "object", "properties": {"client_id": {"type": "string"}, "client_type": {"type": "integer"}}, "required": ["client_id", "client_type"]}}}, "required": ["other_platform_oauth_client"]}}, "required": ["appinvite_service"]}}, "required": ["client_info", "oauth_client", "api_key", "services"]}}, "configuration_version": {"type": "string"}}, "required": ["project_info", "client", "configuration_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"project_info" : {"project_number" : "747327821001", "project_id" : "action-stamp", "storage_bucket" : "action-stamp.appspot.com"}, "client" : [{"client_info" : {"mobilesdk_app_id" : "1:747327821001:android:b26e0d4a72616ae4952918", "android_client_info" : {"package_name" : "soup.stamp"}}, "oauth_client" : [{"client_id" : "747327821001-plocis1agmrjptt4olmj777pmn0m8rsf.apps.googleusercontent.com", "client_type" : 3}], "api_key" : [{"current_key" : "AIzaSyDB6HU-2sg8O7tnhYMzCQLEOhz9ZXmbi_A"}], "services" : {"appinvite_service" : {"other_platform_oauth_client" : [{"client_id" : "747327821001-plocis1agmrjptt4olmj777pmn0m8rsf.apps.googleusercontent.com", "client_type" : 3}]}}}], "configuration_version" : "1"}
json_instruct
{"type": "object", "properties": {"project_info": {"type": "object", "properties": {"project_number": {"type": "string"}, "project_id": {"type": "string"}, "storage_bucket": {"type": "string"}}, "required": ["project_number", "project_id", "storage_bucket"]}, "client": {"type": "array", "items": {"type": "object", "properties": {"client_info": {"type": "object", "properties": {"mobilesdk_app_id": {"type": "string"}, "android_client_info": {"type": "object", "properties": {"package_name": {"type": "string"}}, "required": ["package_name"]}}, "required": ["mobilesdk_app_id", "android_client_info"]}, "oauth_client": {"type": "array", "items": {"type": "object", "properties": {"client_id": {"type": "string"}, "client_type": {"type": "integer"}}, "required": ["client_id", "client_type"]}}, "api_key": {"type": "array", "items": {"type": "object", "properties": {"current_key": {"type": "string"}}, "required": ["current_key"]}}, "services": {"type": "object", "properties": {"appinvite_service": {"type": "object", "properties": {"other_platform_oauth_client": {"type": "array", "items": {"type": "object", "properties": {"client_id": {"type": "string"}, "client_type": {"type": "integer"}}, "required": ["client_id", "client_type"]}}}, "required": ["other_platform_oauth_client"]}}, "required": ["appinvite_service"]}}, "required": ["client_info", "oauth_client", "api_key", "services"]}}, "configuration_version": {"type": "string"}}, "required": ["project_info", "client", "configuration_version"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": {"type": "null"}, "labels": {"type": "array", "items": {"type": "string"}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "", "user" : "figroc", "url" : "https://api.github.com/repos/spack/spack/issues/24694", "updated_at" : "2021-07-06 06:41:17", "created_at" : "2021-07-04 06:30:10", "closed_at" : "2021-07-06 06:41:17", "state" : "closed", "title" : "tensorflow-serving-client: add new version 2.3.0", "number" : 24694, "milestone" : null, "labels" : ["new-version", "update-package", "maintainers"], "id" : 936388766, "html_url" : "https://github.com/spack/spack/pull/24694", "assignees" : [], "comments" : 1}
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": {"type": "null"}, "labels": {"type": "array", "items": {"type": "string"}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"editor.defaultFormatter": {"type": "string"}, "typescript.format.enable": {"type": "boolean"}, "[javascript]": {"type": "object", "properties": {"editor.defaultFormatter": {"type": "string"}}, "required": ["editor.defaultFormatter"]}}, "required": ["editor.defaultFormatter", "typescript.format.enable", "[javascript]"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"editor.defaultFormatter" : "dbaeumer.vscode-eslint", "typescript.format.enable" : false, "[javascript]" : {"editor.defaultFormatter" : "dbaeumer.vscode-eslint"}}
json_instruct
{"type": "object", "properties": {"editor.defaultFormatter": {"type": "string"}, "typescript.format.enable": {"type": "boolean"}, "[javascript]": {"type": "object", "properties": {"editor.defaultFormatter": {"type": "string"}}, "required": ["editor.defaultFormatter"]}}, "required": ["editor.defaultFormatter", "typescript.format.enable", "[javascript]"], "$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": "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": {"grunt": {"type": "string"}, "grunt-contrib-watch": {"type": "string"}, "grunt-contrib-coffee": {"type": "string"}, "grunt-contrib-sass": {"type": "string"}, "grunt-contrib-jasmine": {"type": "string"}, "grunt-umd": {"type": "string"}}, "required": ["grunt", "grunt-contrib-watch", "grunt-contrib-coffee", "grunt-contrib-sass", "grunt-contrib-jasmine", "grunt-umd"]}}, "required": ["name", "version", "description", "main", "repository", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "simple-tree", "version" : "2.0.3", "description" : "a simple tree widget based on Simple Module", "main" : "lib/tree.js", "repository" : {"type" : "git", "url" : "git@github.com:mycolorway/simple-tree.git"}, "author" : "kshift", "license" : "MIT", "bugs" : {"url" : "https://github.com/mycolorway/simple-tree/issues"}, "homepage" : "https://github.com/mycolorway/simple-tree", "devDependencies" : {"grunt" : "0.x", "grunt-contrib-watch" : "0.x", "grunt-contrib-coffee" : "0.x", "grunt-contrib-sass" : "0.x", "grunt-contrib-jasmine" : "0.x", "grunt-umd" : "2.x"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "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": {"grunt": {"type": "string"}, "grunt-contrib-watch": {"type": "string"}, "grunt-contrib-coffee": {"type": "string"}, "grunt-contrib-sass": {"type": "string"}, "grunt-contrib-jasmine": {"type": "string"}, "grunt-umd": {"type": "string"}}, "required": ["grunt", "grunt-contrib-watch", "grunt-contrib-coffee", "grunt-contrib-sass", "grunt-contrib-jasmine", "grunt-umd"]}}, "required": ["name", "version", "description", "main", "repository", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"files.eol": {"type": "string"}, "terminal.integrated.env.windows": {"type": "object", "properties": {"PATH": {"type": "string"}}, "required": ["PATH"]}, "python.defaultInterpreterPath": {"type": "string"}}, "required": ["files.eol", "terminal.integrated.env.windows", "python.defaultInterpreterPath"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"files.eol" : "\n", "terminal.integrated.env.windows" : {"PATH" : "${workspaceRoot}/.venv/Scripts;${env:PATH}"}, "python.defaultInterpreterPath" : "${workspaceRoot}/.venv/Scripts/python.exe"}
json_instruct
{"type": "object", "properties": {"files.eol": {"type": "string"}, "terminal.integrated.env.windows": {"type": "object", "properties": {"PATH": {"type": "string"}}, "required": ["PATH"]}, "python.defaultInterpreterPath": {"type": "string"}}, "required": ["files.eol", "terminal.integrated.env.windows", "python.defaultInterpreterPath"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this 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" : "GAUTIER", "frequency" : 1109, "gender" : "male"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"Modules": {"type": "array", "items": {"type": "object", "properties": {"Source": {"type": "string"}, "Key": {"type": "string"}, "Version": {"type": "string"}, "Dir": {"type": "string"}, "Root": {"type": "string"}}, "required": ["Source", "Key", "Version", "Dir", "Root"]}}}, "required": ["Modules"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Modules" : [{"Source" : "../modules/app", "Key" : "1.app;../modules/app", "Version" : "", "Dir" : ".terraform/modules/3a5c67bb61ce8ccea23ef8b1acbe495e", "Root" : ""}, {"Source" : "../modules/db", "Key" : "1.db;../modules/db", "Version" : "", "Dir" : ".terraform/modules/b57ea9a3e7d3e1495fed6414a9e95a81", "Root" : ""}, {"Source" : "../modules/vpc", "Key" : "1.vpc;../modules/vpc", "Version" : "", "Dir" : ".terraform/modules/fe90bc6c39194bb350e1725a9de1a72d", "Root" : ""}]}
json_instruct
{"type": "object", "properties": {"Modules": {"type": "array", "items": {"type": "object", "properties": {"Source": {"type": "string"}, "Key": {"type": "string"}, "Version": {"type": "string"}, "Dir": {"type": "string"}, "Root": {"type": "string"}}, "required": ["Source", "Key", "Version", "Dir", "Root"]}}}, "required": ["Modules"], "$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#"}
["vz.test", "vz.walk", "vz.yarr", "vz.yieldify", "yhr"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"email": {"type": "string"}, "password": {"type": "string"}, "password_plural": {"type": "string"}, "confirm_password": {"type": "string"}, "sign_in": {"type": "string"}, "logging_in": {"type": "string"}, "forgot_password": {"type": "string"}, "no_account": {"type": "string"}}, "required": ["email", "password", "password_plural", "confirm_password", "sign_in", "logging_in", "forgot_password", "no_account"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"email" : "Email", "password" : "Has\u0142o", "password_plural" : "Has\u0142a", "confirm_password" : "Potwierd\u017a has\u0142o", "sign_in" : "Zaloguj si\u0119", "logging_in" : "Logowanie", "forgot_password" : "Nie pami\u0119tam has\u0142a", "no_account" : "Nie masz jeszcze konta? Kliknij <2>tutaj</2> by je utworzy\u0107"}
json_instruct
{"type": "object", "properties": {"email": {"type": "string"}, "password": {"type": "string"}, "password_plural": {"type": "string"}, "confirm_password": {"type": "string"}, "sign_in": {"type": "string"}, "logging_in": {"type": "string"}, "forgot_password": {"type": "string"}, "no_account": {"type": "string"}}, "required": ["email", "password", "password_plural", "confirm_password", "sign_in", "logging_in", "forgot_password", "no_account"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"t" : "'angangeten", "h" : [{"d" : [{"f" : "\u628a\u2026\u5377\u6bdb\u3001\u6372\u9aee\u3001\u71d9\u9aee\u3002", "e" : ["\ufff9`'Anganget~`e~`n~ `ko~ `f~u`k~`e~`s~ `iso~!\ufffa\ufffb\u628a\u4f60\u7684\u982d\u9aee\u6372\u4e00\u4e0b\uff01"]}]}, {"d" : [{"f" : "\u628a\u2026\u5377\u6bdb\u3001\u6372\u9aee\u3002", "e" : ["\ufff9`'Anganget~`e~`n~ `ko~ `f~u`k~`e~`s~ `iso~ !\ufffa\ufffb\u628a\u4f60\u7684\u982d\u9aee\u6372\u4e00\u4e0b\uff01"], "s" : ["`arenganget~`e~`n~"]}]}], "stem" : "'anganget"}
json_instruct
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "http://data.doremus.org/performance/be67c7f3-15b1-3c24-a4a6-0756cf54af51", "expression" : [{"id" : "http://data.doremus.org/expression/3e412808-1342-3f54-9136-ac38c5abd8c3"}, {"id" : "http://data.doremus.org/expression/017b4d6e-bcc3-3fd1-a7fb-da16d60828b3"}, {"id" : "http://data.doremus.org/expression/bee319e6-f425-3724-9346-bc6972002bd1"}, {"id" : "http://data.doremus.org/expression/055b9de4-f66d-3788-bd5e-7bd97167cf19"}, {"id" : "http://data.doremus.org/expression/9e5105a0-04f0-3b84-9505-b1b94adf8dcc"}, {"id" : "http://data.doremus.org/expression/096ed44f-7650-3b62-bd69-18da998a8ccc"}, {"id" : "http://data.doremus.org/expression/6987fe13-b83d-302c-82ba-2db61340b494"}, {"id" : "http://data.doremus.org/expression/e2600761-a6f1-3760-8b96-364ab7bdb239"}, {"id" : "http://data.doremus.org/expression/460bd670-2e85-3ada-8516-eff684a9384e"}, {"id" : "http://data.doremus.org/expression/6a417dee-bdf6-3a72-b624-29d2f55face9"}, {"id" : "http://data.doremus.org/expression/bd6275c4-9691-3596-8a9b-39aa09d10861"}, {"id" : "http://data.doremus.org/expression/0f190929-ee03-3822-8bf2-f10fd37f1e5c"}, {"id" : "http://data.doremus.org/expression/924d7147-63b3-37e4-a302-cfd8093a62eb"}, {"id" : "http://data.doremus.org/expression/d8e469dc-63df-3a79-b6d9-f6dc2d4edbbd"}, {"id" : "http://data.doremus.org/expression/4ad7f865-4843-35a3-b90a-cb30639b1be5"}, {"id" : "http://data.doremus.org/expression/bb5515fd-0627-3a97-b3e8-79b7eaf1e729"}, {"id" : "http://data.doremus.org/expression/e7f0d5ba-91db-3dee-92e6-403ba2816984"}]}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nom" : "Giriviller", "circ" : "4\u00e8me circonscription", "dpt" : "Meurthe-et-Moselle", "inscrits" : 48, "abs" : 20, "votants" : 28, "blancs" : 2, "nuls" : 0, "exp" : 26, "res" : [{"nuance" : "LR", "nom" : "M. Thibault BAZIN", "voix" : 15}, {"nuance" : "REM", "nom" : "M. Philippe BUZZI", "voix" : 11}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"mentions": {"type": "integer"}, "coref": {"type": "integer"}}, "required": ["mentions", "coref"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"mentions" : 11, "coref" : 12}
json_instruct
{"type": "object", "properties": {"mentions": {"type": "integer"}, "coref": {"type": "integer"}}, "required": ["mentions", "coref"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"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`sapikeco'aw~ `ako~ `to~ `katayalan~ `ira~.\ufffa\ufffb\u6211\u60f3\u64e0\u6389\u5979\u7684\u5de5\u4f5c\u5d17\u4f4d\u3002"], "f" : "\u60f3\u64e0\u4f54\u4ed6\u4eba\u7684\u6771\u897f\u3002"}]}], "stem" : "keco'", "t" : "sapikeco'aw"}
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": {"number": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "difficulty": {"type": "string"}, "question": {"type": "string"}, "code": {"type": "string"}}, "required": ["number", "title", "url", "difficulty", "question", "code"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"number" : "710", "title" : "Random Pick with Blacklist", "url" : "https://leetcode.com/problems/random-pick-with-blacklist", "difficulty" : "Hard", "question" : "Given a blacklist&#xA0;B containing unique integers&#xA0;from [0, N), write a function to return a uniform random integer from [0, N) which is NOT&#xA0;in B.\n\nOptimize it such that it minimizes the call to system&#x2019;s Math.random().\n\nNote:\n\n\n\t1 &lt;= N &lt;= 1000000000\n\t0 &lt;= B.length &lt; min(100000, N)\n\t[0, N)&#xA0;does NOT include N. See interval notation.\n\n\nExample 1:\n\nInput: \n[&quot;Solution&quot;,&quot;pick&quot;,&quot;pick&quot;,&quot;pick&quot;]\n[[1,[]],[],[],[]]\nOutput: [null,0,0,0]\n\n\nExample 2:\n\nInput: \n[&quot;Solution&quot;,&quot;pick&quot;,&quot;pick&quot;,&quot;pick&quot;]\n[[2,[]],[],[],[]]\nOutput: [null,1,1,1]\n\n\nExample 3:\n\nInput: \n[&quot;Solution&quot;,&quot;pick&quot;,&quot;pick&quot;,&quot;pick&quot;]\n[[3,[1]],[],[],[]]\nOutput: [null,0,0,2]\n\n\nExample 4:\n\nInput: \n[&quot;Solution&quot;,&quot;pick&quot;,&quot;pick&quot;,&quot;pick&quot;]\n[[4,[2]],[],[],[]]\nOutput: [null,1,3,1]\n\n\nExplanation of Input Syntax:\n\nThe input is two lists:&#xA0;the subroutines called&#xA0;and their&#xA0;arguments.&#xA0;Solution&apos;s&#xA0;constructor has two arguments,&#xA0;N and the blacklist B. pick has no arguments.&#xA0;Arguments&#xA0;are&#xA0;always wrapped with a list, even if there aren&apos;t any.\n", "code" : "undefinedpublic class Solution {\u200b \u00a0 \u00a0public Solution(int N, int[] blacklist) { \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 } \u00a0 \u00a0 \u00a0 \u00a0public int Pick() { \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 }}\u200b/** * Your Solution object will be instantiated and called as such: * Solution obj = new Solution(N, blacklist); * int param_1 = obj.Pick(); */"}
json_instruct
{"type": "object", "properties": {"number": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "difficulty": {"type": "string"}, "question": {"type": "string"}, "code": {"type": "string"}}, "required": ["number", "title", "url", "difficulty", "question", "code"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"username": {"type": "string"}, "password": {"type": "string"}, "deployer_path": {"type": "string"}, "external_address": {"type": "string"}}, "required": ["username", "password", "deployer_path", "external_address"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"username" : "a-username-is-required", "password" : "a-password-is-required", "deployer_path" : "/path/to/pusher.js/is/required", "external_address" : "127.0.0.1"}
json_instruct
{"type": "object", "properties": {"username": {"type": "string"}, "password": {"type": "string"}, "deployer_path": {"type": "string"}, "external_address": {"type": "string"}}, "required": ["username", "password", "deployer_path", "external_address"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"tests": {"type": "array", "items": {}}, "title": {"type": "string"}}, "required": ["tests", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"tests" : [], "title" : "Fundo de Investimento"}
json_instruct
{"type": "object", "properties": {"tests": {"type": "array", "items": {}}, "title": {"type": "string"}}, "required": ["tests", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"n_dim" : 55, "n_trials" : 550, "objective" : "markowitz_realized_on_cube", "white" : "platypus_ibea", "black" : "bobyqa_default", "traceback" : ["passing", "Black took 139 function evals when instructed to use 600"], "best_val" : [10.894355469994547, -0.09007594679408501], "best_x" : [[0.00910088172248169, 0.5735422979007535, 0.0663860341909218, 0.311465072925681, 0.35603351850339016, 0.3689941120728157, 0.053922581197524515, 0.3243120267921026, 0.39566763103559666, 0.024726964410072383, 0.5515815467644469, 0.4021640979889361, 0.22672426554684788, 0.11574508338537669, 0.2241171603872607, 0.014581496950569484, 0.10161709219093515, 0.11275553311514552, 0.17246081183192552, 0.038535370759107075, 0.010553673173932854, 0.10435555883563163, 0.07391489085980296, 0.5748577390628948, 0.11201293821383662, 0.32893304156557523, 0.022276348430132403, 0.3305813339414887, 0.3969420294003066, 0.06890960217278336, 0.3953745875695138, 0.21221541101386687, 0.5542425484738904, 0.12897888244080005, 0.07779248615833684, 0.29514825950399504, 0.5373181710221975, 0.1280966255541841, 0.42811586250994527, 0.4562696798729702, 0.08037001568695834, 0.0034229088644057715, 0.1287843109655688, 0.1648019000465054, 0.36806539729944654, 0.5414799236538211, 0.2682086020779634, 0.07952403468387341, 0.10479374731303995, 0.14170124365551307, 0.31945092236349826, 0.05039120195800478, 0.1715392536609952, 0.21537487381256065, 0.12506257216633343], [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]], "feval_count" : [600, 139], "n_trials_instructed" : [550, 600], "passing" : [true, true], "completed" : true, "points" : 0.0, "winner" : "bobyqa_default_cube", "loser" : "platypus_ibea_cube"}
json_instruct
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"Rank": {"type": "integer"}, "Time Spent (seconds)": {"type": "integer"}, "Number of People": {"type": "integer"}, "Category": {"type": "string"}}, "required": ["Rank", "Time Spent (seconds)", "Number of People", "Category"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"Rank" : 1, "Time Spent (seconds)" : 2918, "Number of People" : 1, "Category" : "Audio Editing"}, {"Rank" : 2, "Time Spent (seconds)" : 241, "Number of People" : 1, "Category" : "General Entertainment"}, {"Rank" : 3, "Time Spent (seconds)" : 214, "Number of People" : 1, "Category" : "Sales"}, {"Rank" : 4, "Time Spent (seconds)" : 110, "Number of People" : 1, "Category" : "Intelligence"}, {"Rank" : 5, "Time Spent (seconds)" : 65, "Number of People" : 1, "Category" : "Calendars"}, {"Rank" : 6, "Time Spent (seconds)" : 15, "Number of People" : 1, "Category" : "General Utilities"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"Rank": {"type": "integer"}, "Time Spent (seconds)": {"type": "integer"}, "Number of People": {"type": "integer"}, "Category": {"type": "string"}}, "required": ["Rank", "Time Spent (seconds)", "Number of People", "Category"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"user": {"type": "string"}, "repos": {"type": "integer"}, "login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "url": {"type": "string"}, "html_url": {"type": "string"}, "followers_url": {"type": "string"}, "following_url": {"type": "string"}, "gists_url": {"type": "string"}, "starred_url": {"type": "string"}, "subscriptions_url": {"type": "string"}, "organizations_url": {"type": "string"}, "repos_url": {"type": "string"}, "events_url": {"type": "string"}, "received_events_url": {"type": "string"}, "type": {"type": "string"}, "site_admin": {"type": "boolean"}, "name": {"type": "string"}, "company": {"type": "string"}, "blog": {"type": "string"}, "location": {"type": "string"}, "email": {"type": "null"}, "hireable": {"type": "null"}, "bio": {"type": "null"}, "public_repos": {"type": "integer"}, "public_gists": {"type": "integer"}, "followers": {"type": "integer"}, "following": {"type": "integer"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["user", "repos", "login", "id", "avatar_url", "url", "html_url", "followers_url", "following_url", "gists_url", "starred_url", "subscriptions_url", "organizations_url", "repos_url", "events_url", "received_events_url", "type", "site_admin", "name", "company", "blog", "location", "email", "hireable", "bio", "public_repos", "public_gists", "followers", "following", "created_at", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"user" : "item4", "repos" : 1, "login" : "item4", "id" : 559952, "avatar_url" : "https://avatars0.githubusercontent.com/u/559952?v=3", "url" : "https://api.github.com/users/item4", "html_url" : "https://github.com/item4", "followers_url" : "https://api.github.com/users/item4/followers", "following_url" : "https://api.github.com/users/item4/following{/other_user}", "gists_url" : "https://api.github.com/users/item4/gists{/gist_id}", "starred_url" : "https://api.github.com/users/item4/starred{/owner}{/repo}", "subscriptions_url" : "https://api.github.com/users/item4/subscriptions", "organizations_url" : "https://api.github.com/users/item4/orgs", "repos_url" : "https://api.github.com/users/item4/repos", "events_url" : "https://api.github.com/users/item4/events{/privacy}", "received_events_url" : "https://api.github.com/users/item4/received_events", "type" : "User", "site_admin" : false, "name" : "item4", "company" : "Snoin", "blog" : "https://item4.github.io", "location" : "South Korea", "email" : null, "hireable" : null, "bio" : null, "public_repos" : 47, "public_gists" : 14, "followers" : 48, "following" : 4, "created_at" : "2011-01-12T15:13:45Z", "updated_at" : "2017-01-11T10:32:49Z"}
json_instruct
{"type": "object", "properties": {"user": {"type": "string"}, "repos": {"type": "integer"}, "login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "url": {"type": "string"}, "html_url": {"type": "string"}, "followers_url": {"type": "string"}, "following_url": {"type": "string"}, "gists_url": {"type": "string"}, "starred_url": {"type": "string"}, "subscriptions_url": {"type": "string"}, "organizations_url": {"type": "string"}, "repos_url": {"type": "string"}, "events_url": {"type": "string"}, "received_events_url": {"type": "string"}, "type": {"type": "string"}, "site_admin": {"type": "boolean"}, "name": {"type": "string"}, "company": {"type": "string"}, "blog": {"type": "string"}, "location": {"type": "string"}, "email": {"type": "null"}, "hireable": {"type": "null"}, "bio": {"type": "null"}, "public_repos": {"type": "integer"}, "public_gists": {"type": "integer"}, "followers": {"type": "integer"}, "following": {"type": "integer"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["user", "repos", "login", "id", "avatar_url", "url", "html_url", "followers_url", "following_url", "gists_url", "starred_url", "subscriptions_url", "organizations_url", "repos_url", "events_url", "received_events_url", "type", "site_admin", "name", "company", "blog", "location", "email", "hireable", "bio", "public_repos", "public_gists", "followers", "following", "created_at", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"generated_at" : "2017-01-27T09:37:33.001906", "required_by" : ["Mtrax"], "requires" : [], "package" : "motmot.imops"}
json_instruct
{"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"data": {"type": "object", "properties": {"articles": {"type": "array", "items": {}}}, "required": ["articles"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"data" : {"articles" : []}}
json_instruct
{"type": "object", "properties": {"data": {"type": "object", "properties": {"articles": {"type": "array", "items": {}}}, "required": ["articles"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "socle", "definition" : "(a) A plain block or plinth forming a low pedestal; any base; especially, the base of a statue, column, or the like. See Plinth. (b) A plain face or plinth at the lower part of a wall. Oxf. Gloss."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"pkg_name": {"type": "string"}, "theme": {"type": "string"}, "url": {"type": "string"}, "tag": {"type": "array", "items": {"type": "string"}}, "created": {"type": "string"}, "updated": {"type": "string"}}, "required": ["pkg_name", "theme", "url", "tag", "created", "updated"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"pkg_name" : "sphinx-ioam-theme", "theme" : "sphinx_ioam_theme", "url" : "https://pypi.python.org/pypi/sphinx-ioam-theme", "tag" : ["sphinx-ioam-theme"], "created" : "2018-01-31T11:44:49Z", "updated" : "2018-01-31T11:44:49Z"}
json_instruct
{"type": "object", "properties": {"pkg_name": {"type": "string"}, "theme": {"type": "string"}, "url": {"type": "string"}, "tag": {"type": "array", "items": {"type": "string"}}, "created": {"type": "string"}, "updated": {"type": "string"}}, "required": ["pkg_name", "theme", "url", "tag", "created", "updated"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["TRELLIS_NAME", "SERIES_NAME", "X_CALENDAR_YEAR", "Y_PREVALENCE_1000PP"]}, "PREVALENCE_BY_MONTH": {"type": "object", "properties": {"X_CALENDAR_MONTH": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["X_CALENDAR_MONTH", "Y_PREVALENCE_1000PP"]}, "LENGTH_OF_ERA": {"type": "object", "properties": {"CATEGORY": {"type": "string"}, "MIN_VALUE": {"type": "integer"}, "P10_VALUE": {"type": "integer"}, "P25_VALUE": {"type": "integer"}, "MEDIAN_VALUE": {"type": "integer"}, "P75_VALUE": {"type": "integer"}, "P90_VALUE": {"type": "integer"}, "MAX_VALUE": {"type": "integer"}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}, "AGE_AT_FIRST_DIAGNOSIS": {"type": "object", "properties": {"CATEGORY": {"type": "array", "items": {"type": "string"}}, "MIN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P10_VALUE": {"type": "array", "items": {"type": "integer"}}, "P25_VALUE": {"type": "array", "items": {"type": "integer"}}, "MEDIAN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P75_VALUE": {"type": "array", "items": {"type": "integer"}}, "P90_VALUE": {"type": "array", "items": {"type": "integer"}}, "MAX_VALUE": {"type": "array", "items": {"type": "integer"}}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}}, "required": ["PREVALENCE_BY_GENDER_AGE_YEAR", "PREVALENCE_BY_MONTH", "LENGTH_OF_ERA", "AGE_AT_FIRST_DIAGNOSIS"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : [], "SERIES_NAME" : [], "X_CALENDAR_YEAR" : [], "Y_PREVALENCE_1000PP" : []}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : [], "Y_PREVALENCE_1000PP" : []}, "LENGTH_OF_ERA" : {"CATEGORY" : "Length of era", "MIN_VALUE" : 1, "P10_VALUE" : 1, "P25_VALUE" : 1, "MEDIAN_VALUE" : 1, "P75_VALUE" : 1, "P90_VALUE" : 1, "MAX_VALUE" : 1}, "AGE_AT_FIRST_DIAGNOSIS" : {"CATEGORY" : ["MALE", "FEMALE"], "MIN_VALUE" : [13, 6], "P10_VALUE" : [14, 18], "P25_VALUE" : [22, 32], "MEDIAN_VALUE" : [39, 42], "P75_VALUE" : [49, 51], "P90_VALUE" : [63, 62], "MAX_VALUE" : [68, 69]}}
json_instruct
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["TRELLIS_NAME", "SERIES_NAME", "X_CALENDAR_YEAR", "Y_PREVALENCE_1000PP"]}, "PREVALENCE_BY_MONTH": {"type": "object", "properties": {"X_CALENDAR_MONTH": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["X_CALENDAR_MONTH", "Y_PREVALENCE_1000PP"]}, "LENGTH_OF_ERA": {"type": "object", "properties": {"CATEGORY": {"type": "string"}, "MIN_VALUE": {"type": "integer"}, "P10_VALUE": {"type": "integer"}, "P25_VALUE": {"type": "integer"}, "MEDIAN_VALUE": {"type": "integer"}, "P75_VALUE": {"type": "integer"}, "P90_VALUE": {"type": "integer"}, "MAX_VALUE": {"type": "integer"}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}, "AGE_AT_FIRST_DIAGNOSIS": {"type": "object", "properties": {"CATEGORY": {"type": "array", "items": {"type": "string"}}, "MIN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P10_VALUE": {"type": "array", "items": {"type": "integer"}}, "P25_VALUE": {"type": "array", "items": {"type": "integer"}}, "MEDIAN_VALUE": {"type": "array", "items": {"type": "integer"}}, "P75_VALUE": {"type": "array", "items": {"type": "integer"}}, "P90_VALUE": {"type": "array", "items": {"type": "integer"}}, "MAX_VALUE": {"type": "array", "items": {"type": "integer"}}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}}, "required": ["PREVALENCE_BY_GENDER_AGE_YEAR", "PREVALENCE_BY_MONTH", "LENGTH_OF_ERA", "AGE_AT_FIRST_DIAGNOSIS"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"exact_path_dx": {"type": "array", "items": {"type": "string"}}, "gliomatosis_path_free_text_exact": {"type": "array", "items": {"type": "string"}}}, "required": ["exact_path_dx", "gliomatosis_path_free_text_exact"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"exact_path_dx" : ["High-grade glioma/astrocytoma (WHO grade III/IV)", "Brainstem glioma- Diffuse intrinsic pontine glioma"], "gliomatosis_path_free_text_exact" : ["anaplastic gliomatosis cerebri (who grade 4)"]}
json_instruct
{"type": "object", "properties": {"exact_path_dx": {"type": "array", "items": {"type": "string"}}, "gliomatosis_path_free_text_exact": {"type": "array", "items": {"type": "string"}}}, "required": ["exact_path_dx", "gliomatosis_path_free_text_exact"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nom" : "Landange", "dpt" : "Moselle", "inscrits" : 200, "abs" : 52, "votants" : 148, "blancs" : 5, "nuls" : 6, "exp" : 137, "res" : [{"panneau" : "2", "voix" : 72}, {"panneau" : "1", "voix" : 65}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "loggedin": {"type": "boolean"}, "orders": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "img": {"type": "string"}, "imgalt": {"type": "string"}, "desc": {"type": "string"}, "price": {"type": "number"}, "productname": {"type": "string"}, "days": {"type": "integer"}}, "required": ["id", "img", "imgalt", "desc", "price", "productname", "days"]}}}, "required": ["name", "loggedin", "orders"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Mina", "loggedin" : true, "orders" : [{"id" : 1, "img" : "img/img-small/strings.png", "imgalt" : "string", "desc" : "A very authentic and beautiful instrument!!", "price" : 100.0, "productname" : "Strings", "days" : 32}, {"id" : 2, "img" : "img/img-small/redguitar.jpeg", "imgalt" : "redg", "desc" : "A really cool red guitar that can produce super cool music!!", "price" : 299.0, "productname" : "Red Guitar", "days" : 99}, {"id" : 3, "img" : "img/img-small/drums.jpg", "imgalt" : "drums", "desc" : "A set of super awesome drums, combined with a guitar, they can product more than amazing music!!", "price" : 17000.0, "productname" : "Drums", "days" : 45}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "loggedin": {"type": "boolean"}, "orders": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "img": {"type": "string"}, "imgalt": {"type": "string"}, "desc": {"type": "string"}, "price": {"type": "number"}, "productname": {"type": "string"}, "days": {"type": "integer"}}, "required": ["id", "img", "imgalt", "desc", "price", "productname", "days"]}}}, "required": ["name", "loggedin", "orders"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"372012": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "436010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "119051": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "999920": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "319092": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "311010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "519111": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "37201X": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "373010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "352010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "411011": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "291141": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "512090": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}}, "required": ["372012", "count", "436010", "119051", "999920", "319092", "311010", "519111", "37201X", "373010", "N.A.//", "352010", "411011", "291141", "512090"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"372012" : {"count" : 2}, "count" : 50, "436010" : {"count" : 1}, "119051" : {"count" : 1}, "999920" : {"count" : 1}, "319092" : {"count" : 1}, "311010" : {"count" : 1}, "519111" : {"count" : 1}, "37201X" : {"count" : 2}, "373010" : {"count" : 1}, "N.A.//" : {"count" : 32}, "352010" : {"count" : 3}, "411011" : {"count" : 1}, "291141" : {"count" : 1}, "512090" : {"count" : 2}}
json_instruct
{"type": "object", "properties": {"372012": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "436010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "119051": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "999920": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "319092": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "311010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "519111": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "37201X": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "373010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "352010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "411011": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "291141": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "512090": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}}, "required": ["372012", "count", "436010", "119051", "999920", "319092", "311010", "519111", "37201X", "373010", "N.A.//", "352010", "411011", "291141", "512090"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"vertices" : [[55, 61], [36, 72], [52, 87], [27, 70], [18, 85], [50, 64], [59, 54], [37, 53], [45, 74], [47, 55], [39, 66], [25, 56], [83, 55], [52, 43], [66, 65], [55, 63], [66, 47], [47, 56], [43, 40], [68, 64], [50, 39], [55, 61], [56, 57], [48, 42], [54, 54], [32, 45], [67, 63], [60, 64], [57, 57], [32, 52], [66, 52], [66, 59], [35, 53], [81, 43], [52, 52], [60, 48], [82, 56], [19, 49], [45, 34], [16, 41], [5, 41], [26, 37], [35, 22], [51, 29], [44, 24], [54, 18], [50, 49], [35, 43], [25, 45], [41, 12], [24, 55], [41, 44], [37, 5], [11, 50], [29, 42], [64, 13], [49, 62], [42, 64]]}
json_instruct
{"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"data": {"type": "object", "properties": {"Cloudy Sky": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}, "Dawn": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}, "Sky & Lake": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}, "Glorious Pink": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}, "Moon Light": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}, "Earth in Cosmos": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}, "Lake": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}, "Plants": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}}, "required": ["Cloudy Sky", "Dawn", "Sky & Lake", "Glorious Pink", "Moon Light", "Earth in Cosmos", "Lake", "Plants"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"data" : {"Cloudy Sky" : {"path" : "/static/skybox/2.CloudySky/"}, "Dawn" : {"path" : "/static/skybox/3.Dawn/"}, "Sky & Lake" : {"path" : "/static/skybox/4.SkyLake/"}, "Glorious Pink" : {"path" : "/static/skybox/5.GloriousPink/"}, "Moon Light" : {"path" : "/static/skybox/6.Moonlight/"}, "Earth in Cosmos" : {"path" : "/static/skybox/7/"}, "Lake" : {"path" : "/static/skybox/lake/"}, "Plants" : {"path" : "/static/skybox/plants/"}}}
json_instruct
{"type": "object", "properties": {"data": {"type": "object", "properties": {"Cloudy Sky": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}, "Dawn": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}, "Sky & Lake": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}, "Glorious Pink": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}, "Moon Light": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}, "Earth in Cosmos": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}, "Lake": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}, "Plants": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}}, "required": ["Cloudy Sky", "Dawn", "Sky & Lake", "Glorious Pink", "Moon Light", "Earth in Cosmos", "Lake", "Plants"]}}, "required": ["data"], "$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": {"c_ref": {"type": "string"}, "totals": {"type": "object", "properties": {"Cases": {"type": "integer"}, "Deaths": {"type": "integer"}}, "required": ["Cases", "Deaths"]}, "daily": {"type": "object", "properties": {"Cases": {"type": "integer"}, "Deaths": {"type": "integer"}}, "required": ["Cases", "Deaths"]}}, "required": ["c_ref", "totals", "daily"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"c_ref" : "Fairfield", "totals" : {"Cases" : 57467, "Deaths" : 1740}, "daily" : {"Cases" : 1179, "Deaths" : 20}}, {"c_ref" : "Hartford", "totals" : {"Cases" : 47726, "Deaths" : 1878}, "daily" : {"Cases" : 1046, "Deaths" : 26}}, {"c_ref" : "Litchfield", "totals" : {"Cases" : 7645, "Deaths" : 229}, "daily" : {"Cases" : 169, "Deaths" : 4}}, {"c_ref" : "Middlesex", "totals" : {"Cases" : 6737, "Deaths" : 245}, "daily" : {"Cases" : 171, "Deaths" : 8}}, {"c_ref" : "New Haven", "totals" : {"Cases" : 48507, "Deaths" : 1559}, "daily" : {"Cases" : 1132, "Deaths" : 30}}, {"c_ref" : "New London", "totals" : {"Cases" : 10981, "Deaths" : 254}, "daily" : {"Cases" : 363, "Deaths" : 9}}, {"c_ref" : "Tolland", "totals" : {"Cases" : 5033, "Deaths" : 111}, "daily" : {"Cases" : 133, "Deaths" : 2}}, {"c_ref" : "Unassigned", "totals" : {"Cases" : 684, "Deaths" : 0}, "daily" : {"Cases" : 19, "Deaths" : 0}}, {"c_ref" : "Windham", "totals" : {"Cases" : 5340, "Deaths" : 83}, "daily" : {"Cases" : 200, "Deaths" : 5}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"c_ref": {"type": "string"}, "totals": {"type": "object", "properties": {"Cases": {"type": "integer"}, "Deaths": {"type": "integer"}}, "required": ["Cases", "Deaths"]}, "daily": {"type": "object", "properties": {"Cases": {"type": "integer"}, "Deaths": {"type": "integer"}}, "required": ["Cases", "Deaths"]}}, "required": ["c_ref", "totals", "daily"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"votes": {"type": "object", "properties": {"diff": {"type": "integer"}, "dem": {"type": "integer"}, "tot": {"type": "integer"}, "gop": {"type": "integer"}}, "required": ["diff", "dem", "tot", "gop"]}, "for": {"type": "string"}, "pct": {"type": "object", "properties": {"dem": {"type": "number"}, "per_point_diff": {"type": "number"}, "gop": {"type": "number"}}, "required": ["dem", "per_point_diff", "gop"]}}, "required": ["votes", "for", "pct"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"votes" : {"diff" : 45238, "dem" : 102935, "tot" : 171249, "gop" : 57697}, "for" : "ME/Cumberland County/23005", "pct" : {"dem" : 60.11, "per_point_diff" : 26.42, "gop" : 33.69}}
json_instruct
{"type": "object", "properties": {"votes": {"type": "object", "properties": {"diff": {"type": "integer"}, "dem": {"type": "integer"}, "tot": {"type": "integer"}, "gop": {"type": "integer"}}, "required": ["diff", "dem", "tot", "gop"]}, "for": {"type": "string"}, "pct": {"type": "object", "properties": {"dem": {"type": "number"}, "per_point_diff": {"type": "number"}, "gop": {"type": "number"}}, "required": ["dem", "per_point_diff", "gop"]}}, "required": ["votes", "for", "pct"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"Author": {"type": "string"}, "Content-Length": {"type": "string"}, "Content-Type": {"type": "string"}, "Creation-Date": {"type": "string"}, "Edit-Time": {"type": "string"}, "Last-Modified": {"type": "string"}, "Last-Printed": {"type": "string"}, "Last-Save-Date": {"type": "string"}, "Revision-Number": {"type": "string"}, "X-Parsed-By": {"type": "array", "items": {"type": "string"}}, "cp:revision": {"type": "string"}, "creator": {"type": "string"}, "custom:KSOProductBuildVer": {"type": "string"}, "date": {"type": "string"}, "dc:creator": {"type": "string"}, "dcterms:created": {"type": "string"}, "dcterms:modified": {"type": "string"}, "meta:author": {"type": "string"}, "meta:creation-date": {"type": "string"}, "meta:print-date": {"type": "string"}, "meta:save-date": {"type": "string"}, "modified": {"type": "string"}, "resourceName": {"type": "string"}}, "required": ["Author", "Content-Length", "Content-Type", "Creation-Date", "Edit-Time", "Last-Modified", "Last-Printed", "Last-Save-Date", "Revision-Number", "X-Parsed-By", "cp:revision", "creator", "custom:KSOProductBuildVer", "date", "dc:creator", "dcterms:created", "dcterms:modified", "meta:author", "meta:creation-date", "meta:print-date", "meta:save-date", "modified", "resourceName"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Author" : ".", "Content-Length" : "344064", "Content-Type" : "application/msword", "Creation-Date" : "2019-01-25T11:56:00Z", "Edit-Time" : "483950000000", "Last-Modified" : "2020-11-16T19:59:27Z", "Last-Printed" : "2020-11-16T19:49:21Z", "Last-Save-Date" : "2020-11-16T19:59:27Z", "Revision-Number" : "68", "X-Parsed-By" : ["org.apache.tika.parser.DefaultParser", "org.apache.tika.parser.microsoft.OfficeParser"], "cp:revision" : "68", "creator" : ".", "custom:KSOProductBuildVer" : "1046-10.2.0.5965", "date" : "2020-11-16T19:59:27Z", "dc:creator" : ".", "dcterms:created" : "2019-01-25T11:56:00Z", "dcterms:modified" : "2020-11-16T19:59:27Z", "meta:author" : ".", "meta:creation-date" : "2019-01-25T11:56:00Z", "meta:print-date" : "2020-11-16T19:49:21Z", "meta:save-date" : "2020-11-16T19:59:27Z", "modified" : "2020-11-16T19:59:27Z", "resourceName" : "4d7a12186859e8da3349bfe41d4f49f3bb3fac8e.doc"}
json_instruct
{"type": "object", "properties": {"Author": {"type": "string"}, "Content-Length": {"type": "string"}, "Content-Type": {"type": "string"}, "Creation-Date": {"type": "string"}, "Edit-Time": {"type": "string"}, "Last-Modified": {"type": "string"}, "Last-Printed": {"type": "string"}, "Last-Save-Date": {"type": "string"}, "Revision-Number": {"type": "string"}, "X-Parsed-By": {"type": "array", "items": {"type": "string"}}, "cp:revision": {"type": "string"}, "creator": {"type": "string"}, "custom:KSOProductBuildVer": {"type": "string"}, "date": {"type": "string"}, "dc:creator": {"type": "string"}, "dcterms:created": {"type": "string"}, "dcterms:modified": {"type": "string"}, "meta:author": {"type": "string"}, "meta:creation-date": {"type": "string"}, "meta:print-date": {"type": "string"}, "meta:save-date": {"type": "string"}, "modified": {"type": "string"}, "resourceName": {"type": "string"}}, "required": ["Author", "Content-Length", "Content-Type", "Creation-Date", "Edit-Time", "Last-Modified", "Last-Printed", "Last-Save-Date", "Revision-Number", "X-Parsed-By", "cp:revision", "creator", "custom:KSOProductBuildVer", "date", "dc:creator", "dcterms:created", "dcterms:modified", "meta:author", "meta:creation-date", "meta:print-date", "meta:save-date", "modified", "resourceName"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"identifier": {"type": "string"}, "url": {"type": "string"}}, "required": ["identifier", "url"]}, "url": {"type": "string"}, "hash": {"type": "string"}, "innosetup": {"type": "boolean"}, "shortcuts": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "checkver": {"type": "string"}, "autoupdate": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["version", "description", "homepage", "license", "url", "hash", "innosetup", "shortcuts", "checkver", "autoupdate"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : "1.6.0.6", "description" : "OnlyM. Simple Media Player for use in meetings.", "homepage" : "https://github.com/AntonyCorbett/OnlyM", "license" : {"identifier" : "MIT", "url" : "https://github.com/AntonyCorbett/OnlyM/blob/master/LICENSE"}, "url" : "https://github.com/AntonyCorbett/OnlyM/releases/download/1.6.0.6/OnlyMSetup.exe", "hash" : "8c77718b6b32438582099a8244ca7d3f33ed6b9b092f877f754740ee517d72dc", "innosetup" : true, "shortcuts" : [["OnlyM.exe", "OnlyM"]], "checkver" : "github", "autoupdate" : {"url" : "https://github.com/AntonyCorbett/OnlyM/releases/download/$version/OnlyMSetup.exe"}}
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"identifier": {"type": "string"}, "url": {"type": "string"}}, "required": ["identifier", "url"]}, "url": {"type": "string"}, "hash": {"type": "string"}, "innosetup": {"type": "boolean"}, "shortcuts": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "checkver": {"type": "string"}, "autoupdate": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["version", "description", "homepage", "license", "url", "hash", "innosetup", "shortcuts", "checkver", "autoupdate"], "$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"}, "surahNumber": {"type": "string"}, "ayatNumber": {"type": "string"}, "arabic": {"type": "string"}, "english": {"type": "string"}, "bengali": {"type": "string"}}, "required": ["id", "surahNumber", "ayatNumber", "arabic", "english", "bengali"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 971, "surahNumber" : "007", "ayatNumber" : "017", "arabic" : "\u062b\u064f\u0645\u0651\u064e \u0644\u064e\u0622\u062a\u0650\u064a\u064e\u0646\u0651\u064e\u0647\u064f\u0645\u0652 \u0645\u0650\u0646\u0652 \u0628\u064e\u064a\u0652\u0646\u0650 \u0623\u064e\u064a\u0652\u062f\u0650\u064a\u0647\u0650\u0645\u0652 \u0648\u064e\u0645\u0650\u0646\u0652 \u062e\u064e\u0644\u0652\u0641\u0650\u0647\u0650\u0645\u0652 \u0648\u064e\u0639\u064e\u0646\u0652 \u0623\u064e\u064a\u0652\u0645\u064e\u0627\u0646\u0650\u0647\u0650\u0645\u0652 \u0648\u064e\u0639\u064e\u0646\u0652 \u0634\u064e\u0645\u064e\u0627\u0626\u0650\u0644\u0650\u0647\u0650\u0645\u0652 \u06d6 \u0648\u064e\u0644\u064e\u0627 \u062a\u064e\u062c\u0650\u062f\u064f \u0623\u064e\u0643\u0652\u062b\u064e\u0631\u064e\u0647\u064f\u0645\u0652 \u0634\u064e\u0627\u0643\u0650\u0631\u0650\u064a\u0646\u064e", "english" : "Then I will come to them from before them and behind them, from their right and from their left, and You will not find most of them as thankful ones (i.e. they will not be dutiful to You).\"", "bengali" : "\u098f\u09b0\u09aa\u09b0 \u09a4\u09be\u09a6\u09c7\u09b0 \u0995\u09be\u099b\u09c7 \u0986\u09b8\u09ac \u09a4\u09be\u09a6\u09c7\u09b0 \u09b8\u09be\u09ae\u09a8\u09c7\u09b0 \u09a6\u09bf\u0995 \u09a5\u09c7\u0995\u09c7, \u09aa\u09c7\u099b\u09a8 \u09a6\u09bf\u0995 \u09a5\u09c7\u0995\u09c7, \u09a1\u09be\u09a8 \u09a6\u09bf\u0995 \u09a5\u09c7\u0995\u09c7 \u098f\u09ac\u0982 \u09ac\u09be\u09ae \u09a6\u09bf\u0995 \u09a5\u09c7\u0995\u09c7\u0964 \u0986\u09aa\u09a8\u09bf \u09a4\u09be\u09a6\u09c7\u09b0 \u0985\u09a7\u09bf\u0995\u09be\u0982\u09b6\u0995\u09c7 \u0995\u09c3\u09a4\u099c\u09cd\u099e \u09aa\u09be\u09ac\u09c7\u09a8 \u09a8\u09be\u0964"}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "surahNumber": {"type": "string"}, "ayatNumber": {"type": "string"}, "arabic": {"type": "string"}, "english": {"type": "string"}, "bengali": {"type": "string"}}, "required": ["id", "surahNumber", "ayatNumber", "arabic", "english", "bengali"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "labels": {"type": "array", "items": {"type": "string"}}, "data": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["id", "labels", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "sparkling-red-gem", "labels" : ["Material"], "data" : {"name" : "Sparkling Red Gem"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "labels": {"type": "array", "items": {"type": "string"}}, "data": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["id", "labels", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "fullName": {"type": "string"}, "duration": {"type": "number"}, "testStackTrace": {"type": "string"}, "testMessage": {"type": "string"}, "result": {"type": "string"}, "output": {"type": "string"}, "testInfo": {"type": "object", "properties": {"guid": {"type": "string"}, "start": {"type": "string"}, "finish": {"type": "string"}, "fileName": {"type": "string"}}, "required": ["guid", "start", "finish", "fileName"]}, "runGuid": {"type": "string"}, "screenshots": {"type": "array", "items": {}}, "events": {"type": "array", "items": {}}}, "required": ["name", "fullName", "duration", "testStackTrace", "testMessage", "result", "output", "testInfo", "runGuid", "screenshots", "events"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "TestMethodInconclusive", "fullName" : "Ghpr.NUnitExamples.Cat2.TestClass06.TestMethodInconclusive", "duration" : 0.304278, "testStackTrace" : "", "testMessage" : "Inconc. test :)", "result" : "Inconclusive", "output" : "", "testInfo" : {"guid" : "054e7485-5e41-2b7d-1598-ae1d19c6dab4", "start" : "2016-07-04T13:42:14Z", "finish" : "2016-07-04T13:42:14Z", "fileName" : "test_20160704_164214400.json"}, "runGuid" : "926184dd-1f92-4368-a57d-eb63d219bb58", "screenshots" : [], "events" : []}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "fullName": {"type": "string"}, "duration": {"type": "number"}, "testStackTrace": {"type": "string"}, "testMessage": {"type": "string"}, "result": {"type": "string"}, "output": {"type": "string"}, "testInfo": {"type": "object", "properties": {"guid": {"type": "string"}, "start": {"type": "string"}, "finish": {"type": "string"}, "fileName": {"type": "string"}}, "required": ["guid", "start", "finish", "fileName"]}, "runGuid": {"type": "string"}, "screenshots": {"type": "array", "items": {}}, "events": {"type": "array", "items": {}}}, "required": ["name", "fullName", "duration", "testStackTrace", "testMessage", "result", "output", "testInfo", "runGuid", "screenshots", "events"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"fs": {"type": "string"}, "solc": {"type": "string"}, "web3": {"type": "string"}}, "required": ["fs", "solc", "web3"]}}, "required": ["name", "version", "description", "main", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "horseRacing", "version" : "1.0.0", "description" : "Deploy Horse Racing Smart Contract", "main" : "deploy.js", "author" : "Michael CHEN", "license" : "MIT", "dependencies" : {"fs" : "0.0.1-security", "solc" : "0.5.7", "web3" : "1.0.0-beta.52"}}
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": {"fs": {"type": "string"}, "solc": {"type": "string"}, "web3": {"type": "string"}}, "required": ["fs", "solc", "web3"]}}, "required": ["name", "version", "description", "main", "author", "license", "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"}, "number": {"type": "string"}, "is_illegal": {"type": "boolean"}, "text": {"type": "string"}, "type": {"type": "string"}, "is_monster": {"type": "boolean"}, "is_spell": {"type": "boolean"}, "is_trap": {"type": "boolean"}, "species": {"type": "string"}, "attack": {"type": "string"}, "defense": {"type": "string"}, "attribute": {"type": "string"}, "is_pendulum": {"type": "boolean"}, "is_xyz": {"type": "boolean"}, "is_synchro": {"type": "boolean"}, "is_fusion": {"type": "boolean"}, "is_link": {"type": "boolean"}, "is_extra_deck": {"type": "boolean"}, "monster_types": {"type": "array", "items": {"type": "string"}}, "stars": {"type": "string"}}, "required": ["name", "number", "is_illegal", "text", "type", "is_monster", "is_spell", "is_trap", "species", "attack", "defense", "attribute", "is_pendulum", "is_xyz", "is_synchro", "is_fusion", "is_link", "is_extra_deck", "monster_types", "stars"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Bujintei Tsukuyomi", "number" : "73289035", "is_illegal" : false, "text" : "2 Level 4 LIGHT monsters\nOnce per turn: You can detach 1 material from this card; send your entire hand to the GY (min. 1), and if you do, draw 2 cards. When this card you controlled while face-up leaves the field because of an opponent's card effect: You can target Level 4 Beast-Warrior \"Bujin\" monsters in your GY, up to the number of Xyz Materials this card had on the field; Special Summon those targets. You can only control 1 \"Bujintei Tsukuyomi\".", "type" : "Monster", "is_monster" : true, "is_spell" : false, "is_trap" : false, "species" : "Beast-Warrior", "attack" : "1800", "defense" : "2300", "attribute" : "LIGHT", "is_pendulum" : false, "is_xyz" : true, "is_synchro" : false, "is_fusion" : false, "is_link" : false, "is_extra_deck" : true, "monster_types" : ["XYZ"], "stars" : "4"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "number": {"type": "string"}, "is_illegal": {"type": "boolean"}, "text": {"type": "string"}, "type": {"type": "string"}, "is_monster": {"type": "boolean"}, "is_spell": {"type": "boolean"}, "is_trap": {"type": "boolean"}, "species": {"type": "string"}, "attack": {"type": "string"}, "defense": {"type": "string"}, "attribute": {"type": "string"}, "is_pendulum": {"type": "boolean"}, "is_xyz": {"type": "boolean"}, "is_synchro": {"type": "boolean"}, "is_fusion": {"type": "boolean"}, "is_link": {"type": "boolean"}, "is_extra_deck": {"type": "boolean"}, "monster_types": {"type": "array", "items": {"type": "string"}}, "stars": {"type": "string"}}, "required": ["name", "number", "is_illegal", "text", "type", "is_monster", "is_spell", "is_trap", "species", "attack", "defense", "attribute", "is_pendulum", "is_xyz", "is_synchro", "is_fusion", "is_link", "is_extra_deck", "monster_types", "stars"], "$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": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"apollo-link": {"type": "string"}, "apollo-link-ws": {"type": "string"}, "graphql": {"type": "string"}, "graphql-tag": {"type": "string"}, "subscriptions-transport-ws": {"type": "string"}, "ws": {"type": "string"}}, "required": ["apollo-link", "apollo-link-ws", "graphql", "graphql-tag", "subscriptions-transport-ws", "ws"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "nodejs-graphql-subscriptions-boilerplate", "version" : "1.0.0", "description" : "", "main" : "src/index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "Karthik V", "license" : "ISC", "dependencies" : {"apollo-link" : "^1.2.2", "apollo-link-ws" : "^1.0.8", "graphql" : "^0.13.2", "graphql-tag" : "^2.9.2", "subscriptions-transport-ws" : "^0.9.12", "ws" : "^5.2.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"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"apollo-link": {"type": "string"}, "apollo-link-ws": {"type": "string"}, "graphql": {"type": "string"}, "graphql-tag": {"type": "string"}, "subscriptions-transport-ws": {"type": "string"}, "ws": {"type": "string"}}, "required": ["apollo-link", "apollo-link-ws", "graphql", "graphql-tag", "subscriptions-transport-ws", "ws"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "format": {"type": "string"}}, "required": ["url", "width", "height", "format"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"url" : "ipfs://QmRC7AVpJcAngshv1w83kU968ce2HZzPxUzWU7oD8WbFXm", "width" : 1024, "height" : 1024, "format" : "png"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "format": {"type": "string"}}, "required": ["url", "width", "height", "format"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"background": {"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "string"}}}, "required": ["scripts"]}, "content_security_policy": {"type": "string"}, "browser_action": {"type": "object", "properties": {"default_popup": {"type": "string"}}, "required": ["default_popup"]}, "description": {"type": "string"}, "homepage_url": {"type": "string"}, "icons": {"type": "object", "properties": {"128": {"type": "string"}}, "required": ["128"]}, "manifest_version": {"type": "integer"}, "key": {"type": "string"}, "name": {"type": "string"}, "update_url": {"type": "string"}, "short_name": {"type": "string"}, "options_ui": {"type": "object", "properties": {"chrome_style": {"type": "boolean"}, "open_in_tab": {"type": "boolean"}, "page": {"type": "string"}}, "required": ["chrome_style", "open_in_tab", "page"]}, "incognito": {"type": "string"}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"matches": {"type": "array", "items": {"type": "string"}}, "run_at": {"type": "string"}, "js": {"type": "array", "items": {"type": "string"}}}, "required": ["matches", "run_at", "js"]}}, "permissions": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}}, "required": ["background", "content_security_policy", "browser_action", "description", "homepage_url", "icons", "manifest_version", "key", "name", "update_url", "short_name", "options_ui", "incognito", "content_scripts", "permissions", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"background" : {"scripts" : ["sites.js", "bpc_count_daily_users.js", "background.js"]}, "content_security_policy" : "script-src 'self'; object-src 'self'", "browser_action" : {"default_popup" : "options/popup.html"}, "description" : "Bypass Paywalls of news sites", "homepage_url" : "https://gitlab.com/magnolia1234/bypass-paywalls-chrome-clean/-/blob/master/README.md", "icons" : {"128" : "bypass.png"}, "manifest_version" : 2, "key" : "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvLxf4oOeSoz8qKVzKGQWW5zW44hWCoOoQRGXTrObUpyoGfGzhFO8aZHQmBcLrAZMA4O6EA7GaXnHkOPCLKM11seZ4J2azb1gSswApfAlaoeOLnhDnp/Jpzz7Bt6o4HL+nhKRJUOZ9z+GXAyOkOps5O38TwJN5R6z8tLkleRgfYscp19YU/vq1x9PrbXIHJTRB7qtb/iJmiKATKisXGmFY3Nbs5m379TGqcJFBM9bI+8bSJtS4e7t0LHOwSLDq3IVRaWVsFd9P19WEDNTxuzr9+rczOrw1vgmiisNOcElse8cyVIoq4bjepvfHM/9nzDgKwQsNG5OTzujwHu2UUN4cwIDAQAB", "name" : "Bypass Paywalls Clean", "update_url" : "https://gitlab.com/magnolia1234/bypass-paywalls-chrome-clean/-/raw/master/updates.xml", "short_name" : "Bypass Paywall", "options_ui" : {"chrome_style" : true, "open_in_tab" : true, "page" : "options/options.html"}, "incognito" : "split", "content_scripts" : [{"matches" : ["*://*.nationalgeographic.com/*"], "run_at" : "document_start", "js" : ["contentScript_once.js"]}], "permissions" : ["cookies", "storage", "tabs", "webRequest", "webRequestBlocking", "<all_urls>"], "version" : "2.3.0.8"}
json_instruct
{"type": "object", "properties": {"background": {"type": "object", "properties": {"scripts": {"type": "array", "items": {"type": "string"}}}, "required": ["scripts"]}, "content_security_policy": {"type": "string"}, "browser_action": {"type": "object", "properties": {"default_popup": {"type": "string"}}, "required": ["default_popup"]}, "description": {"type": "string"}, "homepage_url": {"type": "string"}, "icons": {"type": "object", "properties": {"128": {"type": "string"}}, "required": ["128"]}, "manifest_version": {"type": "integer"}, "key": {"type": "string"}, "name": {"type": "string"}, "update_url": {"type": "string"}, "short_name": {"type": "string"}, "options_ui": {"type": "object", "properties": {"chrome_style": {"type": "boolean"}, "open_in_tab": {"type": "boolean"}, "page": {"type": "string"}}, "required": ["chrome_style", "open_in_tab", "page"]}, "incognito": {"type": "string"}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"matches": {"type": "array", "items": {"type": "string"}}, "run_at": {"type": "string"}, "js": {"type": "array", "items": {"type": "string"}}}, "required": ["matches", "run_at", "js"]}}, "permissions": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}}, "required": ["background", "content_security_policy", "browser_action", "description", "homepage_url", "icons", "manifest_version", "key", "name", "update_url", "short_name", "options_ui", "incognito", "content_scripts", "permissions", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"service_id": {"type": "string"}, "name": {"type": "string"}, "properties": {"type": "object", "properties": {"sut_version": {"type": "string"}, "email_recipients": {"type": "string"}, "sut_environments": {"type": "array", "items": {}}, "tools_environment": {"type": "object", "properties": {}, "required": []}, "modules_version": {"type": "string"}, "test_names_modules": {"type": "array", "items": {"type": "string"}}, "global_spot_instances": {"type": "string"}, "module_download_url": {"type": "string"}, "cycle_environments_setup": {"type": "array", "items": {"type": "object", "properties": {"teardown": {"type": "boolean"}, "name": {"type": "string"}, "concurrency": {"type": "integer"}}, "required": ["teardown", "name", "concurrency"]}}}, "required": ["sut_version", "email_recipients", "sut_environments", "tools_environment", "modules_version", "test_names_modules", "global_spot_instances", "module_download_url", "cycle_environments_setup"]}}, "required": ["service_id", "name", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"service_id" : "single_module_test_cycle", "name" : "redisearch automation-testing", "properties" : {"sut_version" : "{{RS_VERSION}}", "email_recipients" : "s5i1u4h5a8c8w2d7@redislabs.slack.com", "sut_environments" : [], "tools_environment" : {}, "modules_version" : "{{MODULE_VERSION}}", "test_names_modules" : ["{{RS_MODULE}}"], "global_spot_instances" : "ondemand", "module_download_url" : "['http://redismodules.s3.amazonaws.com/{{RS_MODULE_DIR}}/{{RS_MODULE_FILE_PREFIX}}.{{RS_MODULE_OS}}-x86_64.{{MODULE_VERSION}}.zip','http://redismodules.s3.amazonaws.com/{{REJSON_MODULE_DIR}}/{{REJSON_FILE_PREFIX}}.{{RS_MODULE_OS}}-x86_64.{{REJSON_VERSION}}.zip']", "cycle_environments_setup" : [{"teardown" : true, "name" : "{{RS_ENV}}", "concurrency" : 1}]}}
json_instruct
{"type": "object", "properties": {"service_id": {"type": "string"}, "name": {"type": "string"}, "properties": {"type": "object", "properties": {"sut_version": {"type": "string"}, "email_recipients": {"type": "string"}, "sut_environments": {"type": "array", "items": {}}, "tools_environment": {"type": "object", "properties": {}, "required": []}, "modules_version": {"type": "string"}, "test_names_modules": {"type": "array", "items": {"type": "string"}}, "global_spot_instances": {"type": "string"}, "module_download_url": {"type": "string"}, "cycle_environments_setup": {"type": "array", "items": {"type": "object", "properties": {"teardown": {"type": "boolean"}, "name": {"type": "string"}, "concurrency": {"type": "integer"}}, "required": ["teardown", "name", "concurrency"]}}}, "required": ["sut_version", "email_recipients", "sut_environments", "tools_environment", "modules_version", "test_names_modules", "global_spot_instances", "module_download_url", "cycle_environments_setup"]}}, "required": ["service_id", "name", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["obsidian-markdown-formatting-assistant-plugin", "obsidian-find-and-replace-in-selection", "obsidian-gallery", "oz-clear-unused-images", "longform", "note-refactor-obsidian", "obsidian-admonition", "obsidian-emoji-toolbar", "text-snippets-obsidian", "file-tree-alternative", "zoottelkeeper-obsidian-plugin", "obsidian-sort-and-permute-lines", "obsidian-card-view-mode", "sliding-panes-obsidian", "workbench-obsidian", "obsidian-fullscreen-plugin", "csv-obsidian", "map-of-content", "better-pdf-plugin", "note-folder-autorename", "table-editor-obsidian"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"info": {"type": "object", "properties": {"_postman_id": {"type": "string"}, "name": {"type": "string"}, "schema": {"type": "string"}}, "required": ["_postman_id", "name", "schema"]}, "item": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "request": {"type": "object", "properties": {"method": {"type": "string"}, "header": {"type": "array", "items": {}}, "url": {"type": "object", "properties": {"raw": {"type": "string"}, "host": {"type": "array", "items": {"type": "string"}}, "path": {"type": "array", "items": {"type": "string"}}}, "required": ["raw", "host", "path"]}}, "required": ["method", "header", "url"]}, "response": {"type": "array", "items": {}}}, "required": ["name", "request", "response"]}}, "protocolProfileBehavior": {"type": "object", "properties": {}, "required": []}}, "required": ["info", "item", "protocolProfileBehavior"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"info" : {"_postman_id" : "a2f5a3fa-3657-4e2e-b2aa-a6a7badac22b", "name" : "POKEAPI-WRAPPER-PYTHON-API", "schema" : "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"}, "item" : [{"name" : "WRAPPER POKEAPI - SPRITES", "request" : {"method" : "GET", "header" : [], "url" : {"raw" : "{{BASE_PATH_POKEAPI}}/v1/pokemons/1/sprites", "host" : ["{{BASE_PATH_POKEAPI}}"], "path" : ["v1", "pokemons", "1", "sprites"]}}, "response" : []}, {"name" : "WRAPPER POKEAPI", "request" : {"method" : "GET", "header" : [], "url" : {"raw" : "{{BASE_PATH_POKEAPI}}/v1/pokemons/11", "host" : ["{{BASE_PATH_POKEAPI}}"], "path" : ["v1", "pokemons", "11"]}}, "response" : []}], "protocolProfileBehavior" : {}}
json_instruct
{"type": "object", "properties": {"info": {"type": "object", "properties": {"_postman_id": {"type": "string"}, "name": {"type": "string"}, "schema": {"type": "string"}}, "required": ["_postman_id", "name", "schema"]}, "item": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "request": {"type": "object", "properties": {"method": {"type": "string"}, "header": {"type": "array", "items": {}}, "url": {"type": "object", "properties": {"raw": {"type": "string"}, "host": {"type": "array", "items": {"type": "string"}}, "path": {"type": "array", "items": {"type": "string"}}}, "required": ["raw", "host", "path"]}}, "required": ["method", "header", "url"]}, "response": {"type": "array", "items": {}}}, "required": ["name", "request", "response"]}}, "protocolProfileBehavior": {"type": "object", "properties": {}, "required": []}}, "required": ["info", "item", "protocolProfileBehavior"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "base32-encoding", "version" : "1.0.0", "description" : "Encode / decode base32. Supports Buffers, strings, custom alphabets, abstract-encoding compliant", "main" : "index.js", "dependencies" : {}, "devDependencies" : {}, "scripts" : {"test" : "node test.js"}, "repository" : {"type" : "git", "url" : "git+https://github.com/emilbayes/base32-encoding.git"}, "keywords" : ["base32", "base256", "abstract", "encoding", "decoding", "buffer", "string", "parse"], "author" : "Emil Bay <github@tixz.dk>", "license" : "ISC", "bugs" : {"url" : "https://github.com/emilbayes/base32-encoding/issues"}, "homepage" : "https://github.com/emilbayes/base32-encoding#readme"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"1": {"type": "object", "properties": {"rollover": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "inBetween": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["rollover", "inBetween"]}, "2": {"type": "object", "properties": {"rollover": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "inBetween": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["rollover", "inBetween"]}, "3": {"type": "object", "properties": {"rollover": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "inBetween": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["rollover", "inBetween"]}, "4": {"type": "object", "properties": {"rollover": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "inBetween": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["rollover", "inBetween"]}}, "required": ["1", "2", "3", "4"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"1" : {"rollover" : [[170, 189]], "inBetween" : [[131, 132], [140, 147], [168, 169], [190, 192]]}, "2" : {"rollover" : [[145, 149]], "inBetween" : [[138, 138], [143, 144], [150, 150], [505, 505], [510, 511], [514, 515], [517, 517], [520, 520], [527, 528], [532, 534], [539, 539], [541, 546]]}, "3" : {"rollover" : [[142, 159]], "inBetween" : [[141, 141], [160, 163], [168, 168], [173, 173], [226, 227], [236, 236], [337, 337]]}, "4" : {"rollover" : [[131, 135]], "inBetween" : [[130, 130], [136, 137], [140, 143]]}}
json_instruct
{"type": "object", "properties": {"1": {"type": "object", "properties": {"rollover": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "inBetween": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["rollover", "inBetween"]}, "2": {"type": "object", "properties": {"rollover": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "inBetween": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["rollover", "inBetween"]}, "3": {"type": "object", "properties": {"rollover": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "inBetween": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["rollover", "inBetween"]}, "4": {"type": "object", "properties": {"rollover": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "inBetween": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["rollover", "inBetween"]}}, "required": ["1", "2", "3", "4"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"stat.flyOneCm": {"type": "integer"}, "stat.walkOneCm": {"type": "integer"}, "stat.drop": {"type": "integer"}, "stat.playOneMinute": {"type": "integer"}, "achievement.openInventory": {"type": "integer"}, "stat.fallOneCm": {"type": "integer"}, "stat.leaveGame": {"type": "integer"}, "stat.damageTaken": {"type": "integer"}, "achievement.exploreAllBiomes": {"type": "object", "properties": {"value": {"type": "integer"}, "progress": {"type": "array", "items": {"type": "string"}}}, "required": ["value", "progress"]}, "stat.diveOneCm": {"type": "integer"}}, "required": ["stat.flyOneCm", "stat.walkOneCm", "stat.drop", "stat.playOneMinute", "achievement.openInventory", "stat.fallOneCm", "stat.leaveGame", "stat.damageTaken", "achievement.exploreAllBiomes", "stat.diveOneCm"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"stat.flyOneCm" : 4928, "stat.walkOneCm" : 380, "stat.drop" : 2, "stat.playOneMinute" : 998, "achievement.openInventory" : 2, "stat.fallOneCm" : 1159, "stat.leaveGame" : 1, "stat.damageTaken" : 120, "achievement.exploreAllBiomes" : {"value" : 0, "progress" : ["Forest"]}, "stat.diveOneCm" : 463}
json_instruct
{"type": "object", "properties": {"stat.flyOneCm": {"type": "integer"}, "stat.walkOneCm": {"type": "integer"}, "stat.drop": {"type": "integer"}, "stat.playOneMinute": {"type": "integer"}, "achievement.openInventory": {"type": "integer"}, "stat.fallOneCm": {"type": "integer"}, "stat.leaveGame": {"type": "integer"}, "stat.damageTaken": {"type": "integer"}, "achievement.exploreAllBiomes": {"type": "object", "properties": {"value": {"type": "integer"}, "progress": {"type": "array", "items": {"type": "string"}}}, "required": ["value", "progress"]}, "stat.diveOneCm": {"type": "integer"}}, "required": ["stat.flyOneCm", "stat.walkOneCm", "stat.drop", "stat.playOneMinute", "achievement.openInventory", "stat.fallOneCm", "stat.leaveGame", "stat.damageTaken", "achievement.exploreAllBiomes", "stat.diveOneCm"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"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" : "0x5e6ffe7b174a50c81ff3f3c54c04fd3c11e20830", "tool" : "manticore", "start" : 1563961126.8391962, "end" : 1563962928.8990653, "duration" : 1802.0598690509796, "analysis" : [[], [], [], []]}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"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": {"locationData": {"type": "object", "properties": {"relativeBoundingBox": {"type": "object", "properties": {"xmin": {"type": "number"}, "width": {"type": "number"}, "ymin": {"type": "number"}, "height": {"type": "number"}}, "required": ["xmin", "width", "ymin", "height"]}, "relativeKeypoints": {"type": "array", "items": {"type": "object", "properties": {"y": {"type": "number"}, "x": {"type": "number"}}, "required": ["y", "x"]}}, "format": {"type": "string"}}, "required": ["relativeBoundingBox", "relativeKeypoints", "format"]}, "score": {"type": "array", "items": {"type": "number"}}, "label": {"type": "array", "items": {"type": "string"}}}, "required": ["locationData", "score", "label"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"locationData" : {"relativeBoundingBox" : {"xmin" : 0.25961557, "width" : 0.11586025, "ymin" : 0.761152, "height" : 0.20597383}, "relativeKeypoints" : [{"y" : 0.9092933, "x" : 0.32499462}, {"y" : 0.8571895, "x" : 0.3087701}, {"y" : 0.85262275, "x" : 0.2894337}, {"y" : 0.84027606, "x" : 0.28161156}, {"y" : 0.8242167, "x" : 0.28129098}, {"y" : 0.8962728, "x" : 0.3506733}, {"y" : 0.8435905, "x" : 0.36294526}], "format" : "RELATIVE_BOUNDING_BOX"}, "score" : [0.7604728], "label" : ["Palm"]}
json_instruct
{"type": "object", "properties": {"locationData": {"type": "object", "properties": {"relativeBoundingBox": {"type": "object", "properties": {"xmin": {"type": "number"}, "width": {"type": "number"}, "ymin": {"type": "number"}, "height": {"type": "number"}}, "required": ["xmin", "width", "ymin", "height"]}, "relativeKeypoints": {"type": "array", "items": {"type": "object", "properties": {"y": {"type": "number"}, "x": {"type": "number"}}, "required": ["y", "x"]}}, "format": {"type": "string"}}, "required": ["relativeBoundingBox", "relativeKeypoints", "format"]}, "score": {"type": "array", "items": {"type": "number"}}, "label": {"type": "array", "items": {"type": "string"}}}, "required": ["locationData", "score", "label"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"python.linting.pylintEnabled": {"type": "boolean"}, "python.formatting.provider": {"type": "string"}, "python.pythonPath": {"type": "string"}}, "required": ["python.linting.pylintEnabled", "python.formatting.provider", "python.pythonPath"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"python.linting.pylintEnabled" : false, "python.formatting.provider" : "yapf", "python.pythonPath" : "/Users/haneullee/.local/share/virtualenvs/gramgram-IrTzYQVm/bin/python"}
json_instruct
{"type": "object", "properties": {"python.linting.pylintEnabled": {"type": "boolean"}, "python.formatting.provider": {"type": "string"}, "python.pythonPath": {"type": "string"}}, "required": ["python.linting.pylintEnabled", "python.formatting.provider", "python.pythonPath"], "$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"}, "keywords": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}, "mocha": {"type": "string"}, "coveralls": {"type": "string"}, "lint": {"type": "string"}, "open-cover": {"type": "string"}}, "required": ["start", "test", "mocha", "coveralls", "lint", "open-cover"]}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"hapi": {"type": "string"}, "hapi-pino": {"type": "string"}}, "required": ["hapi", "hapi-pino"]}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "coveralls": {"type": "string"}, "mocha": {"type": "string"}, "mocha-lcov-reporter": {"type": "string"}, "nyc": {"type": "string"}, "proxyquire": {"type": "string"}, "request": {"type": "string"}, "snazzy": {"type": "string"}, "standard": {"type": "string"}}, "required": ["chai", "coveralls", "mocha", "mocha-lcov-reporter", "nyc", "proxyquire", "request", "snazzy", "standard"]}}, "required": ["name", "version", "description", "main", "keywords", "scripts", "repository", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "hapi-soup", "version" : "0.1.0", "description" : "My favorite starting point for a new Hapi server", "main" : "lib/server.js", "keywords" : ["hapi", "server", "http", "soup", "start", "scaffold"], "scripts" : {"start" : "node lib/server.js", "test" : "nyc -r html -r text --check-coverage --lines 100 --functions 100 --branches 100 npm run -s mocha && standard | snazzy", "mocha" : "mocha -R dot test", "coveralls" : "nyc report --reporter=text-lcov | coveralls", "lint" : "standard | snazzy", "open-cover" : "open coverage/index.html"}, "repository" : "https://github.com/OmniJeff/hapi-soup.git", "author" : "Jeffrey White", "license" : "Apache-2.0", "dependencies" : {"hapi" : "^16.6.2", "hapi-pino" : "2.0.0"}, "devDependencies" : {"chai" : "^4.1.2", "coveralls" : "^3.0.0", "mocha" : "^4.0.1", "mocha-lcov-reporter" : "^1.3.0", "nyc" : "^11.3.0", "proxyquire" : "^1.8.0", "request" : "^2.83.0", "snazzy" : "^7.0.0", "standard" : "^10.0.3"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}, "mocha": {"type": "string"}, "coveralls": {"type": "string"}, "lint": {"type": "string"}, "open-cover": {"type": "string"}}, "required": ["start", "test", "mocha", "coveralls", "lint", "open-cover"]}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"hapi": {"type": "string"}, "hapi-pino": {"type": "string"}}, "required": ["hapi", "hapi-pino"]}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "coveralls": {"type": "string"}, "mocha": {"type": "string"}, "mocha-lcov-reporter": {"type": "string"}, "nyc": {"type": "string"}, "proxyquire": {"type": "string"}, "request": {"type": "string"}, "snazzy": {"type": "string"}, "standard": {"type": "string"}}, "required": ["chai", "coveralls", "mocha", "mocha-lcov-reporter", "nyc", "proxyquire", "request", "snazzy", "standard"]}}, "required": ["name", "version", "description", "main", "keywords", "scripts", "repository", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "names": {"type": "array", "items": {"type": "string"}}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"]}}, "required": ["type", "geometry", "properties"]}}}, "required": ["type", "title", "id", "bbox", "description", "names", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "title" : "Hysiai", "id" : "570306", "bbox" : [22.5862423, 37.5200016, 22.5862423, 37.5200016], "description" : "Hysiai was a frontier citadel of Argos located to the south of the modern village of Achladokampos. The Lacedaemonians destroyed the site in 417 B.C. Pausanias visited the ruined settlement, while Curtius described the remains of the fortifications.", "names" : ["Hysiai"], "features" : [{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [22.5862423, 37.5200016]}, "properties" : {"description" : "representative point"}}, {"geometry" : {"type" : "Point", "coordinates" : [22.5862423, 37.5200016]}, "id" : "location-of-hysiai", "type" : "Feature", "properties" : {"description" : "Representative location based on OpenStreetMap.", "location_precision" : "precise", "title" : "OSM location of Hysiai", "link" : "http://pleiades.stoa.org/places/570306/location-of-hysiai"}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "names": {"type": "array", "items": {"type": "string"}}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"]}}, "required": ["type", "geometry", "properties"]}}}, "required": ["type", "title", "id", "bbox", "description", "names", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"em": {"type": "array", "items": {}}, "bites": {"type": "array", "items": {"type": "object", "properties": {"location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}}, "required": ["latitude", "longitude"]}}, "required": ["location"]}}, "other": {"type": "array", "items": {}}, "fever": {"type": "array", "items": {}}}, "required": ["em", "bites", "other", "fever"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"em" : [], "bites" : [{"location" : {"latitude" : 52.8, "longitude" : 6.25}}, {"location" : {"latitude" : 52.15, "longitude" : 5.3}}, {"location" : {"latitude" : 52.2, "longitude" : 5.27}}, {"location" : {"latitude" : 53.19, "longitude" : 6.56}}, {"location" : {"latitude" : 51.39, "longitude" : 5.46}}, {"location" : {"latitude" : 51.67, "longitude" : 5.1}}, {"location" : {"latitude" : 52.45, "longitude" : 4.63}}, {"location" : {"latitude" : 52.27, "longitude" : 5.74}}, {"location" : {"latitude" : 51.42, "longitude" : 6.08}}, {"location" : {"latitude" : 51.35, "longitude" : 5.7}}, {"location" : {"latitude" : 52.53, "longitude" : 5.47}}, {"location" : {"latitude" : 51.84, "longitude" : 4.37}}, {"location" : {"latitude" : 51.76, "longitude" : 5.87}}, {"location" : {"latitude" : 51.59, "longitude" : 5.06}}, {"location" : {"latitude" : 52.06, "longitude" : 5.29}}, {"location" : {"latitude" : 52.36, "longitude" : 4.56}}], "other" : [], "fever" : []}
json_instruct
{"type": "object", "properties": {"em": {"type": "array", "items": {}}, "bites": {"type": "array", "items": {"type": "object", "properties": {"location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}}, "required": ["latitude", "longitude"]}}, "required": ["location"]}}, "other": {"type": "array", "items": {}}, "fever": {"type": "array", "items": {}}}, "required": ["em", "bites", "other", "fever"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"jquery.timepicker.css": {"type": "string"}, "jquery.timepicker.js": {"type": "string"}, "jquery.timepicker.min.css": {"type": "string"}, "jquery.timepicker.min.js": {"type": "string"}}, "required": ["jquery.timepicker.css", "jquery.timepicker.js", "jquery.timepicker.min.css", "jquery.timepicker.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"jquery.timepicker.css" : "sha256-RO2NqYkcLUo6zB3MvY8GajOgtZsMQYrOaTFjcg/zWO0=", "jquery.timepicker.js" : "sha256-FbhibsJS44gO5XmksE493/ZCNhWUvRjI8CFEONlU/Jw=", "jquery.timepicker.min.css" : "sha256-FuUW6FMAV8YbSSt3whVxdmoAxanssbTiyd88miusCgc=", "jquery.timepicker.min.js" : "sha256-N9mgJ71gplj7wwWzZ0kxc2ENEyvqcuwbkPuEEl1HQMw="}
json_instruct
{"type": "object", "properties": {"jquery.timepicker.css": {"type": "string"}, "jquery.timepicker.js": {"type": "string"}, "jquery.timepicker.min.css": {"type": "string"}, "jquery.timepicker.min.js": {"type": "string"}}, "required": ["jquery.timepicker.css", "jquery.timepicker.js", "jquery.timepicker.min.css", "jquery.timepicker.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"Logging": {"type": "object", "properties": {"ApplicationInsights": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}}, "required": ["Default"]}}, "required": ["LogLevel"]}, "LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}}, "required": ["Default"]}}, "required": ["ApplicationInsights", "LogLevel"]}, "AllowedHosts": {"type": "string"}, "ProxyUrl": {"type": "string"}, "ApplicationInsights": {"type": "object", "properties": {"InstrumentationKey": {"type": "string"}}, "required": ["InstrumentationKey"]}}, "required": ["Logging", "AllowedHosts", "ProxyUrl", "ApplicationInsights"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Logging" : {"ApplicationInsights" : {"LogLevel" : {"Default" : "Information"}}, "LogLevel" : {"Default" : "Information"}}, "AllowedHosts" : "*", "ProxyUrl" : "https://galaxysweeper.com", "ApplicationInsights" : {"InstrumentationKey" : "putinstrumentationkeyhere"}}
json_instruct
{"type": "object", "properties": {"Logging": {"type": "object", "properties": {"ApplicationInsights": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}}, "required": ["Default"]}}, "required": ["LogLevel"]}, "LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}}, "required": ["Default"]}}, "required": ["ApplicationInsights", "LogLevel"]}, "AllowedHosts": {"type": "string"}, "ProxyUrl": {"type": "string"}, "ApplicationInsights": {"type": "object", "properties": {"InstrumentationKey": {"type": "string"}}, "required": ["InstrumentationKey"]}}, "required": ["Logging", "AllowedHosts", "ProxyUrl", "ApplicationInsights"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"raven.js": {"type": "string"}, "raven.min.js": {"type": "string"}}, "required": ["raven.js", "raven.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"raven.js" : "sha256-HkrxbaUfmdLPgm8t4n0JfhqZBasEFP02t5iP8k4PGWM=", "raven.min.js" : "sha256-Q2l+WTdVyJS17nn82rmJQCE5+MKLn94aco74tNZoi5M="}
json_instruct
{"type": "object", "properties": {"raven.js": {"type": "string"}, "raven.min.js": {"type": "string"}}, "required": ["raven.js", "raven.min.js"], "$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": "integer"}, "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" : "prolonged from H268 (\u05d0\u05b8\u05d7\u05d5\u05b9\u05e8);", "pron" : "akh-o-ran-neeth'", "outline" : "<ol><li> backwards, back part, the rear</li></ol>", "kjv_def" : "back (-ward, again).", "lemma" : "\u05d0\u05b2\u05d7\u05b9\u05e8\u05b7\u05e0\u05bc\u05b4\u05d9\u05ea", "frequency" : 7, "strongs_def" : "backwards", "xlit" : "\u02bc\u0103ch\u00f4rann\u00eeyth"}
json_instruct
{"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "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#"}
Following the schema specification below, generate a valid JSON instance: {"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" : "3.400", "title" : "Scope of subpart.", "children" : [{"text" : "This subpart prescribes policies and procedures that restrict contingent fee arrangements for soliciting or obtaining Government contracts to those permitted by 10 U.S.C. 2306(b) and 41 U.S.C. 3901.", "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#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"process_id": {"type": "integer"}, "version": {"type": "string"}, "app_path": {"type": "string"}, "app_contents_path": {"type": "string"}}, "required": ["process_id", "version", "app_path", "app_contents_path"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"process_id" : 3036, "version" : "2020.3.23f1", "app_path" : "C:/Program Files/Unity/Hub/Editor/2020.3.23f1/Editor/Unity.exe", "app_contents_path" : "C:/Program Files/Unity/Hub/Editor/2020.3.23f1/Editor/Data"}
json_instruct
{"type": "object", "properties": {"process_id": {"type": "integer"}, "version": {"type": "string"}, "app_path": {"type": "string"}, "app_contents_path": {"type": "string"}}, "required": ["process_id", "version", "app_path", "app_contents_path"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"status": {"type": "integer"}, "packageStatus": {"type": "integer"}, "filename": {"type": "string"}, "lastFetchedAt": {"type": "string"}}, "required": ["status", "packageStatus", "filename", "lastFetchedAt"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"status" : 404, "packageStatus" : 404, "filename" : "zjzhome___electron-yixin.json", "lastFetchedAt" : "2017-05-04T15:24:45.963Z"}
json_instruct
{"type": "object", "properties": {"status": {"type": "integer"}, "packageStatus": {"type": "integer"}, "filename": {"type": "string"}, "lastFetchedAt": {"type": "string"}}, "required": ["status", "packageStatus", "filename", "lastFetchedAt"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"hash" : "0x614bd550e1cfde5bb5307420711914bf290e47bf88893b8c4e2f976fcd30751b", "parentHash" : "0xfe13bbc2d38be0b3026a37ee180235f37ae13c0370632374f345c0a46617a22d", "number" : 115167, "timestamp" : 1440052697, "nonce" : "0x4e93553a057a43a0", "difficulty" : 4534024245392, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0xf927a40C8B7F6E07c5af7FA2155B4864a4112B13", "extraData" : "0x", "transactions" : []}
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "object", "properties": {"list": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "categoryId": {"type": "integer"}, "name": {"type": "string"}, "subtitle": {"type": "string"}, "mainImage": {"type": "string"}, "status": {"type": "integer"}, "price": {"type": "number"}}, "required": ["id", "categoryId", "name", "subtitle", "mainImage", "status", "price"]}}}, "required": ["list"]}}, "required": ["status", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"status" : 0, "data" : {"list" : [{"id" : 1, "categoryId" : 3, "name" : "RedMi", "subtitle" : "\u53cc\u5341\u4e00\u4fc3\u9500", "mainImage" : "/imgs/header-redmi.jpg", "status" : 1, "price" : 7199.22}, {"id" : 1, "categoryId" : 3, "name" : "RedMi", "subtitle" : "\u53cc\u5341\u4e00\u4fc3\u9500", "mainImage" : "/imgs/header-redmi.jpg", "status" : 1, "price" : 7199.22}, {"id" : 1, "categoryId" : 3, "name" : "RedMi", "subtitle" : "\u53cc\u5341\u4e00\u4fc3\u9500", "mainImage" : "/imgs/header-redmi.jpg", "status" : 1, "price" : 7199.22}, {"id" : 1, "categoryId" : 3, "name" : "RedMi", "subtitle" : "\u53cc\u5341\u4e00\u4fc3\u9500", "mainImage" : "/imgs/header-redmi.jpg", "status" : 1, "price" : 7199.22}, {"id" : 1, "categoryId" : 3, "name" : "RedMi", "subtitle" : "\u53cc\u5341\u4e00\u4fc3\u9500", "mainImage" : "/imgs/header-redmi.jpg", "status" : 1, "price" : 7199.22}, {"id" : 1, "categoryId" : 3, "name" : "RedMi", "subtitle" : "\u53cc\u5341\u4e00\u4fc3\u9500", "mainImage" : "/imgs/header-redmi.jpg", "status" : 1, "price" : 7199.22}]}}
json_instruct
{"type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "object", "properties": {"list": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "categoryId": {"type": "integer"}, "name": {"type": "string"}, "subtitle": {"type": "string"}, "mainImage": {"type": "string"}, "status": {"type": "integer"}, "price": {"type": "number"}}, "required": ["id", "categoryId", "name", "subtitle", "mainImage", "status", "price"]}}}, "required": ["list"]}}, "required": ["status", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}