input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"_id": {"type": "string"}, "_tpl": {"type": "string"}, "parentId": {"type": "string"}, "slotId": {"type": "string"}}, "required": ["_id", "_tpl", "parentId", "slotId"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"_id" : "5bbf1cf988a45017d47b8286", "_tpl" : "5b39f8db5acfc40016387a1b", "parentId" : "5bbf1cf988a45017d47b8285", "slotId" : "mod_stock_000"}
json_instruct
{"type": "object", "properties": {"_id": {"type": "string"}, "_tpl": {"type": "string"}, "parentId": {"type": "string"}, "slotId": {"type": "string"}}, "required": ["_id", "_tpl", "parentId", "slotId"], "$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": {...
{"\u5de5\u5ee0\u540d\u7a31" : "\u767b\u6cf0\u96fb\u8def\u6a5f\u68b0\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99625705", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "07610000254528", "\u5de5\u5ee0\u5730\u5740" : "\u6843\u5712\u5e02\u9f9c\u5c71\u5340\u9f8d\u58fd\u91cc\u6771...
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": "st...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "sc...
{"name" : "magichome-core", "version" : "0.0.19", "description" : "discover, control, and receive status for magichome devices", "main" : "dist/index.js", "types" : "dist/index.d.ts", "files" : ["/dist"], "scripts" : {"build" : "tsc", "test" : "echo \"error: no tests\" && exit 1", "watch" : "npm run build && npm link &...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "tes...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "so...
{"ast" : null, "code" : "module[\"exports\"] = [\"#{Name.name}\", \"#{Company.name}\"];", "map" : null, "metadata" : {}, "sourceType" : "script"}
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/s...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"python.pythonPath": {"type": "string"}}, "required": ["python.pythonPath"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"python.pythonPath" : "facebook-echobot/bin/python2.7"}
json_instruct
{"type": "object", "properties": {"python.pythonPath": {"type": "string"}}, "required": ["python.pythonPath"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "license": {"type": "string"}, "authors":...
{"name" : "mvbcoding/aws-sdk-php-v3-bridge-silex", "homepage" : "https://bitbucket.org/mvbcoding/aws-sdk-php-v3-bridge-silex", "description" : "A simple Silex service provider for including the AWS SDK v3 bridge for PHP.", "keywords" : ["silex", "aws", "amazon", "sdk", "v3", "sdb", "simpledb"], "type" : "library", "lic...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"examine": {"type": "string"}}, "required": ["examine"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"examine" : "One/two doses of a fishy Combat potion"}
json_instruct
{"type": "object", "properties": {"examine": {"type": "string"}}, "required": ["examine"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"title": {"type": "string"}, "creation_date": {"type": "string"}, "creation_date_earliest": {"type": "string"}, "creation_date_latest": {"type": "string"}, "medium": {"type": "string"}, "accession_number": {"type": "string"}, "...
{"title" : "The Imperial Theater", "creation_date" : "not dated", "creation_date_earliest" : "1924-01-01", "creation_date_latest" : "1987-01-01", "medium" : "woodblock print on paper", "accession_number" : "89.28.1096", "id" : "cmoa:things/74c8bbb9-b401-4e3f-b20f-e11511630030", "credit_line" : "Bequest of Dr. James B. ...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "creation_date": {"type": "string"}, "creation_date_earliest": {"type": "string"}, "creation_date_latest": {"type": "string"}, "medium": {"type": "string"}, "accession_number": {"type": "string"}, "id": {"type": "string"}, "credit_line": {"type": "string"},...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}}, "required": ["f"]}}}, "required": ...
{"t" : "halokamoay", "h" : [{"d" : [{"f" : "\u5305\u62ec\u4f60\u5011\uff08\u7684\uff09\u5728\u5167\u4e86\uff0c\u9023\u4f60\u5011\uff08\u7684\uff09"}]}, {"d" : [{"f" : "\u5728\u5167\u4e86\u3002", "s" : ["`haloamoay~"]}]}], "stem" : "kamo"}
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"}}, "required": ["f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"],...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}}, "required": ["text", "created", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : "I keep forgetting this is Monday. Feels totally like a Sunday.", "created" : "Mon, 18 Dec 2017 21:57:05 GMT", "type" : "outline"}
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}}, "required": ["text", "created", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "7848f876981dfef627a8b3e37df614359a26e910"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"runtime.js": {"type": "string"}, "vendor/app.js": {"type": "string"}, "app.css": {"type": "string"}, "app.js": {"type": "string"}}, "required": ["runtime.js", "vendor/app.js", "app.css", "app.js"], "$schema": "http://json-sche...
{"runtime.js" : "public/runtime.9876543210.js", "vendor/app.js" : "public/vendor/app.9876543210.js", "app.css" : "public/app.2.9876543210.css", "app.js" : "public/app.9876543210.js"}
json_instruct
{"type": "object", "properties": {"runtime.js": {"type": "string"}, "vendor/app.js": {"type": "string"}, "app.css": {"type": "string"}, "app.js": {"type": "string"}}, "required": ["runtime.js", "vendor/app.js", "app.css", "app.js"], "$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" : "FAHRA", "frequency" : 0, "gender" : "male"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "oreandfarming:block/compressor"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"files.associations": {"type": "object", "properties": {"*.yaml.txt": {"type": "string"}, "*.js.txt": {"type": "string"}, "*.meta": {"type": "string"}, "*.asset": {"type": "string"}}, "required": ["*.yaml.txt"...
{"files.associations" : {"*.yaml.txt" : "yaml", "*.js.txt" : "javascript", "*.meta" : "yaml", "*.asset" : "yaml"}, "files.exclude" : {"Library" : true, "Logs" : true, "Temp" : true, "node_modules" : true}}
json_instruct
{"type": "object", "properties": {"files.associations": {"type": "object", "properties": {"*.yaml.txt": {"type": "string"}, "*.js.txt": {"type": "string"}, "*.meta": {"type": "string"}, "*.asset": {"type": "string"}}, "required": ["*.yaml.txt", "*.js.txt", "*.meta", "*.asset"]}, "files.exclude": {"type": "object", "pro...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "legitimate_interest": {"type": "boolean"}, "sources": {"type": "object", "properties": {"crm": {"type": "boolean"}, "import": {"...
{"results" : [{"id" : "other", "legitimate_interest" : false, "sources" : {"crm" : true, "import" : true, "list_unsubscribe" : true, "page" : true, "private_api" : true, "public_api" : true, "scenario" : true}, "translations" : {"" : {"description" : null, "name" : "Other"}}}], "success" : true}
json_instruct
{"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "legitimate_interest": {"type": "boolean"}, "sources": {"type": "object", "properties": {"crm": {"type": "boolean"}, "import": {"type": "boolean"}, "list_unsubscribe": {"type": "boolean"},...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"vertices" : [[10, 32], [14, 4], [38, 28], [10, 32]]}
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": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "requir...
{"index" : 10847, "hash" : 1897373786, "artDyeHash" : 1897373786, "redacted" : false, "dyeManifestHash" : 312312410, "blacklisted" : false}
json_instruct
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "hash", "artDyeHash", "redacted", "dyeManifestHash", "blackl...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {}, "required": []}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : "144ae9a6a78d8992bd7f", "c" : {}}
json_instruct
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {}, "required": []}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"globalDependencies": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}}, "required": ["globalDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"globalDependencies" : {"node" : "github:DefinitelyTyped/DefinitelyTyped/node/node.d.ts#48c1e3c1d6baefa4f1a126f188c27c4fefd36bff"}}
json_instruct
{"type": "object", "properties": {"globalDependencies": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}}, "required": ["globalDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"ddmFormats": {"type": "object", "properties": {"name": {"type": "string"}, "order": {"type": "integer"}, "group": {"type": "string"}, "icon": {"type": "string"}, "type": {"type": "string"}, "table": {"type": "string...
{"ddmFormats" : {"name" : "Vyt\u011b\u017eov\u00e1n\u00ed dat z doklad\u016f", "order" : 20200000, "group" : "docs", "icon" : "tables/e10doc.ddm.formats", "type" : "viewer", "table" : "e10doc.ddm.formats", "viewer" : "default"}}
json_instruct
{"type": "object", "properties": {"ddmFormats": {"type": "object", "properties": {"name": {"type": "string"}, "order": {"type": "integer"}, "group": {"type": "string"}, "icon": {"type": "string"}, "type": {"type": "string"}, "table": {"type": "string"}, "viewer": {"type": "string"}}, "required": ["name", "order", "grou...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"dismiss": {"type": "string"}}, "required": ["dismiss"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"dismiss" : "Descartar"}
json_instruct
{"type": "object", "properties": {"dismiss": {"type": "string"}}, "required": ["dismiss"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"ng-cordova-mocks.js": {"type": "string"}, "ng-cordova-mocks.min.js": {"type": "string"}, "ng-cordova.js": {"type": "string"}, "ng-cordova.min.js": {"type": "string"}}, "required": ["ng-cordova-mocks.js", "ng-...
{"ng-cordova-mocks.js" : "sha512-YXQwqDB2Vs4JeTUn7elouEjmXo8J3jnkdWgF4a54vcHNLbz7ZPEUsWqZeO52gzx2hZNa8zhKQ5u3NhlbwRm4oQ==", "ng-cordova-mocks.min.js" : "sha512-cVwtHj9LmCP8ynLe9bmg28U6RGZyydQxErWUiZUwYOMjQew+1STzeytw1NdWh080r6Bw9NOrIuii+y4WCNBKyw==", "ng-cordova.js" : "sha512-n3RsDYO9kwC4HJZCQ6i3TAhca+ax4VaOjloRm3KE1Vq...
json_instruct
{"type": "object", "properties": {"ng-cordova-mocks.js": {"type": "string"}, "ng-cordova-mocks.min.js": {"type": "string"}, "ng-cordova.js": {"type": "string"}, "ng-cordova.min.js": {"type": "string"}}, "required": ["ng-cordova-mocks.js", "ng-cordova-mocks.min.js", "ng-cordova.js", "ng-cordova.min.js"], "$schema": "htt...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type"...
{"code" : 1871091006, "parent" : 1871091, "name" : "SUKABUMI", "latitude" : null, "longitude" : null, "postal" : [35248, 35134], "children" : []}
json_instruct
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "n...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"typ...
[{"results" : [{"tech" : 1, "pts" : 37, "connections" : 9502, "capacity" : 279181, "investments" : 3113826}, {"tech" : 3, "pts" : 31393, "connections" : 403764, "capacity" : 25639709, "investments" : 141046481}, {"tech" : 2, "pts" : 14, "connections" : 195, "capacity" : 8638, "investments" : 11857}, {"tech" : 4, "pts" ...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "integer"}, "investments": {"type": "integer"}}, "required": ["tech", "pt...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "string"...
{"name" : "GMH5Controller", "version" : "1.0.1", "summary" : "A easy-to-use library for interaction between object-c and js using WKWebView or UIWebView.", "description" : "GMH5Controller devotes to simplify the interaction between object-c and js.by using this library,you can send commands from native to h5 and revers...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "string"}, "platforms": {"type": "object", "properties": {"ios": {"type": "str...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "in...
[{"results" : [{"tech" : 3, "pts" : 349, "connections" : 29164, "capacity" : 75952, "investments" : 417550}, {"tech" : 2, "pts" : 2101, "connections" : 220056, "capacity" : 346739, "investments" : 475908}, {"tech" : 1, "pts" : 60, "connections" : 45439, "capacity" : 37867, "investments" : 4619405}]}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "integer"}, "investments": {"type": "integer"}}, "required": ["tech", "pt...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"files": {"type": "object", "properties": {"main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "runtime-main.js": {"type": "string"}, "runtime-main.js.map": {"type": "string"}, "static/js/2.831b3bc4.chunk.js": {"t...
{"files" : {"main.js" : "/static/js/main.39b9bd55.chunk.js", "main.js.map" : "/static/js/main.39b9bd55.chunk.js.map", "runtime-main.js" : "/static/js/runtime-main.a9e8376a.js", "runtime-main.js.map" : "/static/js/runtime-main.a9e8376a.js.map", "static/js/2.831b3bc4.chunk.js" : "/static/js/2.831b3bc4.chunk.js", "static/...
json_instruct
{"type": "object", "properties": {"files": {"type": "object", "properties": {"main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "runtime-main.js": {"type": "string"}, "runtime-main.js.map": {"type": "string"}, "static/js/2.831b3bc4.chunk.js": {"type": "string"}, "static/js/2.831b3bc4.chunk.js.map": {"typ...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "version": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "author": ...
{"name" : "datascript.js", "description" : "The DataScript language", "main" : "lib/datascript.js", "version" : "0.0.1", "engines" : {"node" : ">=0.8.6"}, "author" : "Dave Herman", "license" : "MIT", "dependencies" : {}, "devDependencies" : {"grunt" : "~0.4.1", "grunt-peg" : "0.3.0", "nodeunit" : "~0.8.1", "pegjs" : "0...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "version": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "author": {"type": "string"}, "license": {"type": "string"}, "depen...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1946, 5], [1949, 5], [1952, 5]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "int...
{"nom" : "Val-d'Iz\u00e9", "dpt" : "Ille-et-Vilaine", "inscrits" : 1867, "abs" : 224, "votants" : 1643, "blancs" : 37, "nuls" : 32, "exp" : 1574, "res" : [{"panneau" : "3", "voix" : 452}, {"panneau" : "11", "voix" : 325}, {"panneau" : "2", "voix" : 282}, {"panneau" : "9", "voix" : 213}, {"panneau" : "1", "voix" : 132},...
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"...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"accountLinkingWhitelistedDomains": {"type": "null"}, "asin": {"type": "string"}, "averageRating": {"type": "number"}, "canDisable": {"type": "boolean"}, "capabilities": {"type": "null"}, "category": {"type": "null"}, "descript...
{"accountLinkingWhitelistedDomains" : null, "asin" : "B017OC122Q", "averageRating" : 3.1, "canDisable" : true, "capabilities" : null, "category" : null, "description" : "Blackjack is played all over the world, with many local variations in rules. The basic aim always remains the same - to beat the dealer.\n\nSimply 'hi...
json_instruct
{"type": "object", "properties": {"accountLinkingWhitelistedDomains": {"type": "null"}, "asin": {"type": "string"}, "averageRating": {"type": "number"}, "canDisable": {"type": "boolean"}, "capabilities": {"type": "null"}, "category": {"type": "null"}, "description": {"type": "string"}, "enablement": {"type": "null"}, "...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"scripts": {"type": "object", "properties": {"version": {"type": "integer"}}, "required": ["version"]}, "feature": {"type": "object", "properties": {"name": {"type": "string"}, "role": {"type": "string"}}, "required":...
{"scripts" : {"version" : 1}, "feature" : {"name" : "apiexceptions", "role" : "library"}, "build" : {"solution" : "JE.ApiExceptions.sln", "mainproject" : "JE.ApiExceptions\\JE.ApiExceptions.csproj"}}
json_instruct
{"type": "object", "properties": {"scripts": {"type": "object", "properties": {"version": {"type": "integer"}}, "required": ["version"]}, "feature": {"type": "object", "properties": {"name": {"type": "string"}, "role": {"type": "string"}}, "required": ["name", "role"]}, "build": {"type": "object", "properties": {"solut...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, ...
{"web" : [{"value" : ["\u4e91\u541e", "\u6f2b\u65e0\u51c6\u5219", "\u8fc7\u5ea6"], "key" : "Wanton"}, {"value" : ["\u8086\u610f\u5984\u4e3a"], "key" : "Wanton disregard"}, {"value" : ["\u5954\u6d41\u7684\u6c5f\u6cb3"], "key" : "wanton rivers"}], "query" : "wanton", "translation" : ["\u8086\u610f\u5984\u4e3a"], "errorCo...
json_instruct
{"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, "translation": {"type": "array", "items": {"type": "string"}}, "errorCod...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "obj...
{"hash" : "0x099b543794274696d8d5263075f0291c056f70816cd8a63170633d941170f0ee", "parentHash" : "0xce4f58676f8b3b0132ed84ad72bd11760244eb1f887598974c951f8f1d3324e9", "number" : 25499, "timestamp" : 1438576969, "nonce" : "0x14fdc25df6826d41", "difficulty" : 1125246557081, "gasLimit" : {"_hex" : "0x1388"}, "gasUsed" : {"_...
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"]...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "UsageCo...
{"IsRecentlyVerified" : false, "ID" : 77237, "UUID" : "70A1D2C8-743B-4482-AE1E-7168300586D6", "DataProviderID" : 1, "OperatorID" : 45, "UsageTypeID" : 1, "UsageCost" : "0", "AddressInfo" : {"ID" : 77583, "Title" : "Parkhaus Naabwiesen P5 in Weiden", "AddressLine1" : "Leibnizstra\u00dfe 5", "Town" : "Weiden i.d.OPf", "S...
json_instruct
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "UsageCost": {"type": "string"}, "AddressInfo": {"type": "object", "properties...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"t...
{"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Sumalag, Kinoguitan, Misamis Oriental, Northern Mindanao (Region X), PH", "locale" : "ph.northern-mindanao-region-x.misamis-oriental.kinoguitan.sumalag", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "re...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "start_date": {"type": "string"}}, "required": ["name", "start_date"]}}, "history": {"type": "object", "properti...
{"name" : [{"name" : "\u6230\u5730\u516c\u52d9\u4eba\u54e1\u7ba1\u7406\u689d\u4f8b", "start_date" : "1955-05-27"}], "history" : {"1955-05-27" : "\u5236\u5b9a11\u689d\n\u4e2d\u83ef\u6c11\u570b44\u5e747\u670825\u65e5\u884c\u653f\u9662\u8003\u8a66\u9662\u4ee4\u6307\u5b9a\u798f\u5efa\u7701\u70ba\u672c\u689d\u4f8b\u9069\u75...
json_instruct
{"type": "object", "properties": {"name": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "start_date": {"type": "string"}}, "required": ["name", "start_date"]}}, "history": {"type": "object", "properties": {"1955-05-27": {"type": "string"}, "1955-06-09": {"type": "string"}, "20...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"examine": {"type": "string"}}, "required": ["examine"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"examine" : "It's an Royal cape."}
json_instruct
{"type": "object", "properties": {"examine": {"type": "string"}}, "required": ["examine"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"review": {"type": "string"}, "date": {"type": "string"}, "rating": {"type": "string"}, "author": {"type": "string"}, "review_id": {"type": "string"}, "movie_id": {"type": "string"}}, "required": ["re...
[{"review" : "\uc751\uc0bc\uc774\uc758 \uc2ac\ud508 \uc0ac\ub791\uc774\uc57c\uae30.. \uc138\uc0c1\ub9cc\uc0ac \uc790\uae30 \ub73b\ub300\ub85c \ub418\uba74 \uc88b\uc73c\ub828\ub9cc..", "date" : "10.10.26", "rating" : "5", "author" : "imf0****", "review_id" : "4921852", "movie_id" : "37745"}, {"review" : "\uc7ac\ubbf8\uc...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"review": {"type": "string"}, "date": {"type": "string"}, "rating": {"type": "string"}, "author": {"type": "string"}, "review_id": {"type": "string"}, "movie_id": {"type": "string"}}, "required": ["review", "date", "rating", "author", "review_id", "movie_id"]...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"typ...
{"name" : "authentication_code_flow_sample", "version" : "1.0.0", "description" : "sample of an auth provider using token credentials", "scripts" : {"start" : "npm install && npx ts-node src/index.ts"}, "dependencies" : {"@azure/identity" : "^1.1.0", "express" : "^4.17.1", "open" : "^7.2.1", "qs" : "^6.9.4", "ts-node" ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"@azure/identity": {"type": "string"}, "exp...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"build": {"type": "object", "properties": {"content": {"type": "array", "items": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}, "exclude": {"type": "array", "items": {"type"...
{"build" : {"content" : [{"files" : ["**/*.md", "**/*.yml"], "exclude" : ["**/obj/**", "**/includes/**", "README.md", "LICENSE", "LICENSE-CODE", "ThirdPartyNotices"]}], "resource" : [{"files" : ["**/*.png", "**/*.jpg"], "exclude" : ["**/obj/**", "**/includes/**"]}], "overwrite" : [], "externalReference" : [], "globalMe...
json_instruct
{"type": "object", "properties": {"build": {"type": "object", "properties": {"content": {"type": "array", "items": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}, "exclude": {"type": "array", "items": {"type": "string"}}}, "required": ["files", "exclude"]}}, "resource": {"type...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items"...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-71.12052, 42.33597], [-71.116803, 42.337032], [-71.111488, 42.334591], [-71.113162, 42.332575], [-71.114777, 42.328484], [-71.11834, 42.32935], [-71.11774, 42.33161], [-71.117, 42.331732], [-71.11807, 42.33205], [-71.120...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"...
{"name" : "webix-jet", "version" : "2.1.3", "description" : "Webix Jet micro-framework", "main" : "dist/es5/jet.js", "module" : "dist/es6/jet.js", "types" : "dist/types/index.d.ts", "scripts" : {"test" : "node tests/runner/start.js", "lint" : "tslint --project tsconfig.json sources/**/*.ts", "dist" : "rm -rf ./dist && ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "lint": {"type": "string"}, "dis...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"copyright_text": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "integer"}, "id": {"type": "integer"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "related_url...
{"copyright_text" : "Standard YouTube License", "description" : "PyData London 2016\n\nGitHub Repo: https://github.com/SylvainCorlay/tutorial", "duration" : 2437, "id" : 5256, "language" : "eng", "recorded" : "2016-05-11", "related_urls" : ["https://github.com/SylvainCorlay/tutorial"], "slug" : "sylvain-corlay-interact...
json_instruct
{"type": "object", "properties": {"copyright_text": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "integer"}, "id": {"type": "integer"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "related_urls": {"type": "array", "items": {"type": "string"}}, "slug": {"type": "string"...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string...
{"schema_version" : "1.2.0", "id" : "GHSA-9vqm-7x39-4m66", "modified" : "2022-05-01T06:49:15Z", "published" : "2022-05-01T06:49:15Z", "aliases" : ["CVE-2006-1419"], "details" : "SQL injection vulnerability in the Calendar module in nuked-klan 1.7.5 and earlier allows remote attackers to execute arbitrary SQL commands v...
json_instruct
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "a...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"art-template": {"type": "string"}, "css-loader": {"type": "string"}, "g...
{"name" : "o-site", "version" : "0.0.2", "description" : "\u5bf9\u524d\u7aef\u975e\u5e38\u53cb\u597d\u7684Node.js\u670d\u52a1\u5668\u6846\u67b6\u3002", "dependencies" : {"art-template" : "^4.12.2", "css-loader" : "^1.0.0", "glob" : "^7.1.2", "koa" : "^2.5.1", "koa-static" : "^4.0.3", "memory-fs" : "^0.4.1", "mini-css-e...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"art-template": {"type": "string"}, "css-loader": {"type": "string"}, "glob": {"type": "string"}, "koa": {"type": "string"}, "koa-static": {"t...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"PRE": {"type": "integer"}, "ENC": {"type": "array", "items": {"type": "integer"}}}, "required": ["PRE", "ENC"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"PRE" : 2880000, "ENC" : [43868160, 1, 44490752, 12, 45281280, 1254]}
json_instruct
{"type": "object", "properties": {"PRE": {"type": "integer"}, "ENC": {"type": "array", "items": {"type": "integer"}}}, "required": ["PRE", "ENC"], "$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"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d915-159", "text" : "CJ CV1\nRESPONSES FROM COLLEGES AND UNIVERSITIES\nGOMETTCTT__\nSTATE TVI DEGREE\nINSTITUTION\nLOCATION\nPERSON IN CHARGE\nORIG. USING\nDIST. OFFERED\nCentral Conn.\nState College\nNew Britain\nRussell D. Capen\nX X\noc/cc\nSouthern Conn.\nNew Haven\nMichael warmon\nX\noc"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"@context": {"type": "array", "items": {"type": "string"}}, "credentialSchema": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}}, "required": ["id", "type"]}, "credentialStatus":...
{"@context" : ["https://www.w3.org/2018/credentials/v1", "https://w3id.org/security/suites/ed25519-2020/v1", "https://w3id.org/security/suites/jws-2020/v1"], "credentialSchema" : {"id" : "https://raw.githubusercontent.com/walt-id/waltid-ssikit-vclib/master/src/test/resources/schemas/ParticipantCredential.json", "type" ...
json_instruct
{"type": "object", "properties": {"@context": {"type": "array", "items": {"type": "string"}}, "credentialSchema": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}}, "required": ["id", "type"]}, "credentialStatus": {"type": "object", "properties": {"id": {"type": "string"}, "type": ...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "portions": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "object", "properties": {"schoko-muffin": {"type": "object", "properties":...
{"name" : "Himbeer Cupcakes", "portions" : "12 Cupcakes", "tags" : ["vegi", "sweet", "vegan", "fruity", "oven"], "ingredients" : {"schoko-muffin" : {"amount" : "12", "link" : "/schoko-muffin"}, "himbeeren" : {"amount" : "120g"}, "schlagcreme-vegan" : {"amount" : "100g"}, "vanillezucker" : {"amount" : "1/2 Pkg."}, "marm...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "portions": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "object", "properties": {"schoko-muffin": {"type": "object", "properties": {"amount": {"type": "string"}, "link": {"type": "string"}}, "required":...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "gempId": {"type": "string"}, "side": {"type": "string"}, "rarity": {"type": "string"}, "set": {"type": "string"}, "printings": {"type": "array", "items": {"...
[{"id" : 25, "gempId" : "6_52", "side" : "Light", "rarity" : "U", "set" : "6", "printings" : [{"set" : "6"}], "front" : {"title" : "\u2022A Gift", "imageUrl" : "https://res.starwarsccg.org/cards/JabbasPalace-Light/large/agift.gif", "type" : "Effect", "subType" : "Immediate", "uniqueness" : "*", "destiny" : "4", "gamete...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "gempId": {"type": "string"}, "side": {"type": "string"}, "rarity": {"type": "string"}, "set": {"type": "string"}, "printings": {"type": "array", "items": {"type": "object", "properties": {"set": {"type": "string"}}, "required": ["s...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"tech/other/flight_avali.tech": {"type": "array", "items": {"type": "string"}}, "tech/other/...
[{"DeniedAlternatives" : [], "Files" : {"tech/other/flight_avali.tech" : ["/description"], "tech/other/flight_moogle.tech" : ["/description"]}, "Texts" : {"Chs" : "\u7f13\u6162\u964d\u843d\uff1a^green;[\u4e0b]^reset;\uff0c\u6ed1\u7fd4\uff1a^green;[\u4e0a]^reset;\n\u6fc0\u6d3b\uff1a^green;[F]^reset;", "Eng" : "Slowfall ...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"tech/other/flight_avali.tech": {"type": "array", "items": {"type": "string"}}, "tech/other/flight_moogle.tech": {"type": "array", "items": {"type": "string"}}}, ...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "isDefault": {"type": "boolean"}, "gains": {"type": "object", "properties": {"global": {"type": "number"}, "bands": {"type": "array", "...
[{"name" : "Sony MH750", "id" : "88bb2df141cbd99582fd07bf2b481d224f2f6ea2", "isDefault" : false, "gains" : {"global" : -6.4, "bands" : [-7.1, -5.1, -4.8, -3.5, 0.3, 1.5, 1.8, 0.9, 6.0, 1.0]}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "isDefault": {"type": "boolean"}, "gains": {"type": "object", "properties": {"global": {"type": "number"}, "bands": {"type": "array", "items": {"type": "number"}}}, "required": ["global", "bands"]}}, "requ...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["aiq", "appbuilder", "asks", "console-faker", "cordova-plugin-amplify-pay", "cordova-plugin-amplify-payment", "cordova-plugin-require-bluetoothle", "douban.pod", "esm", "github-cli", "glkote-term", "hterm-readline", "inquirer", "inquirer-compatibility-fork", "inquirer-longer", "inquirer-plus", "iot-sol", "mean-inquire...
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId"...
{"id" : "2017", "provinceId" : "12", "regencyId" : "13", "districtId" : "16", "name" : "Sikara Kara I"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "contents": {"type": "object", "properties": {"package": {"type": "object", "properties": {"displayName": {"type": "string"}, "descri...
{"" : ["--------------------------------------------------------------------------------------------", "Copyright (c) Microsoft Corporation. All rights reserved.", "Licensed under the MIT License. See License.txt in the project root for license information.", "-----------------------------------------------------------...
json_instruct
{"type": "object", "properties": {"": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "contents": {"type": "object", "properties": {"package": {"type": "object", "properties": {"displayName": {"type": "string"}, "description": {"type": "string"}, "darkPlusColorThemeLabel": {"type": "strin...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"ConvenientQuesting": {"type": "array", "items": {"type": "string"}}}, "required": ["ConvenientQuesting"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ConvenientQuesting" : ["SwordOfPlotAdvancement", "InfinityMinusOneSword", "InfinityPlusOneSword", "LawOfConservationOfDetail", "TabletopGames", "Railroading", "GetOnTheBoat", "BrokenBridge", "BeefGate", "SortingAlgorithmOfWeaponEffectiveness", "SortingAlgorithmOfEvil", "LawOfCartographicalElegance", "TabletopGames", ...
json_instruct
{"type": "object", "properties": {"ConvenientQuesting": {"type": "array", "items": {"type": "string"}}}, "required": ["ConvenientQuesting"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wo...
{"id" : 404336019, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "c4d5282e3b83dd0b398f559963756ea1", "wof:id" : 404336019, "wof:repo" : "whosonfirst-data-admin-es"}, "bbox" : [-2.67266, 41.22774, -2.67266, 41.22774], "geometry" : {"coordinate...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"width": {"type": "number"}, "rotation": {"type": "number"}, "xCenter": {"type": "number"}, "yCenter": {"type": "number"}, "height": {"type": "number"}}, "required": ["width", "rotation", "xCenter", "yCenter",...
{"width" : 0.20363455, "rotation" : 0.7460185, "xCenter" : 0.18277298, "yCenter" : 0.44601822, "height" : 0.36201698}
json_instruct
{"type": "object", "properties": {"width": {"type": "number"}, "rotation": {"type": "number"}, "xCenter": {"type": "number"}, "yCenter": {"type": "number"}, "height": {"type": "number"}}, "required": ["width", "rotation", "xCenter", "yCenter", "height"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"MinAppearanceDate": {"type": "string"}, "MechTags": {"type": "object", "properties": {"items": {"type": "array", "items": {"type": "string"}}, "tagSetSourceFile": {"type": "string"}}, "required": ["items", "tagSetSourceFile"]}...
{"MinAppearanceDate" : "2930-01-01T00:00:00Z", "MechTags" : {"items" : ["unit_release", "unit_mech", "unit_heavy", "unit_range_medium", "unit_lance_brawler", "unit_lance_tank", "unit_role_brawler", "unit_armor_high", "unit_speed_low", "NotDavion", "NotLiao", "NotMarik", "Steiner", "NotKurita", "NotComStar", "NotMagistr...
json_instruct
{"type": "object", "properties": {"MinAppearanceDate": {"type": "string"}, "MechTags": {"type": "object", "properties": {"items": {"type": "array", "items": {"type": "string"}}, "tagSetSourceFile": {"type": "string"}}, "required": ["items", "tagSetSourceFile"]}}, "required": ["MinAppearanceDate", "MechTags"], "$schema"...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"Name": {"type": "string"}, "Details": {"type": "object", "properties": {"ContactData": {"type": "object", "properties": {"Attributes": {"type": "object", "properties": {}, "required": []}, "Channel": {"type": "strin...
{"Name" : "ContactFlowEvent", "Details" : {"ContactData" : {"Attributes" : {}, "Channel" : "VOICE", "ContactId" : "aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee", "CustomerEndpoint" : {"Address" : "+11234567890", "Type" : "TELEPHONE_NUMBER"}, "InitialContactId" : "aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee", "InitiationMethod" : "API...
json_instruct
{"type": "object", "properties": {"Name": {"type": "string"}, "Details": {"type": "object", "properties": {"ContactData": {"type": "object", "properties": {"Attributes": {"type": "object", "properties": {}, "required": []}, "Channel": {"type": "string"}, "ContactId": {"type": "string"}, "CustomerEndpoint": {"type": "ob...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "productName": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"electron": {"type": "string"}, "e...
{"name" : "eplayer", "productName" : "Eplayer", "version" : "0.0.2", "main" : "main.js", "devDependencies" : {"electron" : "^1.4.3", "electron-packager" : "^8.1.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "productName": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"electron": {"type": "string"}, "electron-packager": {"type": "string"}}, "required": ["electron", "electron-pa...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "morethings:block/packed_marihuana"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"avg_list": {"type": "array", "items": {"type": "integer"}}, "timings": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["avg_list", "timings"], "$schema": "http://json-schema.org/draft...
{"avg_list" : [0, 9, 8, 4, 6, 6, 5, 5, 4, 4, 5, 4, 4, 4, 4, 5, 12], "timings" : [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 9, 9, 9, 0, 9, 0, 9, 9, 9, 9, 9, 0, 9, 9, 9, 9, 9, 9, 9, 9], [0, 8, 8, 8, 0, 8, 0, 8, 8, 8, 8, 8, 0, 8, 8, 8, 8, 8, 8, 8, 8], [0, 4, 4, 4, 0, 4, 0, 4, 4, 4, 4, 4, 0, 4, 4...
json_instruct
{"type": "object", "properties": {"avg_list": {"type": "array", "items": {"type": "integer"}}, "timings": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["avg_list", "timings"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"method": {"type": "string"}}, "required": ["method"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"method" : "setControllerOptions"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"method": {"type": "string"}}, "required": ["method"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"clusters": {"type": "array", "items": {"type": "object", "properties": {"clusterArn": {"type": "string"}, "clusterName": {"type": "string"}, "status": {"type": "string"}, "registeredContainerInstancesCount": {"type": "integer"...
{"clusters" : [{"clusterArn" : "example-cluster", "clusterName" : "example-cluster-name", "status" : "ACTIVE", "registeredContainerInstancesCount" : 9, "runningTasksCount" : 43, "pendingTasksCount" : 0, "activeServicesCount" : 27, "statistics" : [], "tags" : [], "settings" : [], "capacityProviders" : [], "defaultCapaci...
json_instruct
{"type": "object", "properties": {"clusters": {"type": "array", "items": {"type": "object", "properties": {"clusterArn": {"type": "string"}, "clusterName": {"type": "string"}, "status": {"type": "string"}, "registeredContainerInstancesCount": {"type": "integer"}, "runningTasksCount": {"type": "integer"}, "pendingTasksC...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"dialogue": {"type": "object", "properties": {"system": {"type": "string"}}, "required": ["system"]}, "intent": {"type": "object", "properties": {"system": {"type": "string"}}, "required": ["system"]}, "microphone": {...
{"dialogue" : {"system" : "rhasspy"}, "intent" : {"system" : "fsticuffs"}, "microphone" : {"pyaudio" : {"device" : "0"}, "system" : "pyaudio"}, "sounds" : {"aplay" : {"device" : "plughw:CARD=Headphones,DEV=0"}, "system" : "aplay"}, "speech_to_text" : {"system" : "pocketsphinx"}, "text_to_speech" : {"system" : "nanotts"...
json_instruct
{"type": "object", "properties": {"dialogue": {"type": "object", "properties": {"system": {"type": "string"}}, "required": ["system"]}, "intent": {"type": "object", "properties": {"system": {"type": "string"}}, "required": ["system"]}, "microphone": {"type": "object", "properties": {"pyaudio": {"type": "object", "prope...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"index": {"type": "integer"}, "redacted": {"type": "boolean"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "redacted", "hash", "blacklisted"], "$schema": "http://json-...
{"index" : 1004, "redacted" : false, "hash" : 2902919406, "blacklisted" : false}
json_instruct
{"type": "object", "properties": {"index": {"type": "integer"}, "redacted": {"type": "boolean"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "redacted", "hash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid 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...
{"nom" : "Alloinay", "circ" : "2\u00e8me circonscription", "dpt" : "Deux-S\u00e8vres", "inscrits" : 654, "abs" : 322, "votants" : 332, "blancs" : 25, "nuls" : 16, "exp" : 291, "res" : [{"nuance" : "SOC", "nom" : "Mme Delphine BATHO", "voix" : 166}, {"nuance" : "REM", "nom" : "Mme Christine HEINTZ", "voix" : 125}]}
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"...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "tableId": {"type": "string"}, "tableType": {"type": "string"}, "name": {"type": "string"}, "chapters": {"type": "array", "items": {"type": "string"}}, "entries": {"type": "array", "i...
{"id" : "0042", "tableId" : "0042", "tableType" : "User", "name" : "Company plan code", "chapters" : ["CH_06"], "entries" : []}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "tableId": {"type": "string"}, "tableType": {"type": "string"}, "name": {"type": "string"}, "chapters": {"type": "array", "items": {"type": "string"}}, "entries": {"type": "array", "items": {}}}, "required": ["id", "tableId", "tableType", "name", "chapters", "...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"devDependencies": {"type": "object", "properties": {"@symfony/webpack-encore": {"type": "string"}, "bootstrap": {"type": "string"}, "font-awesome": {"type": "string"}, "jquery": {"type": "string"}, "node-sass": {"typ...
{"devDependencies" : {"@symfony/webpack-encore" : "^0.15.1", "bootstrap" : "4.0.0-beta", "font-awesome" : "^4.7.0", "jquery" : "^3.2.1", "node-sass" : "^4.5.3", "sass-loader" : "^6.0.6"}}
json_instruct
{"type": "object", "properties": {"devDependencies": {"type": "object", "properties": {"@symfony/webpack-encore": {"type": "string"}, "bootstrap": {"type": "string"}, "font-awesome": {"type": "string"}, "jquery": {"type": "string"}, "node-sass": {"type": "string"}, "sass-loader": {"type": "string"}}, "required": ["@sym...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "s...
{"name" : "nodejs", "version" : "1.0.0", "description" : "Introduction on how to use \"require\" functionality and make it browser compatible using \"browserify\" and \"watchify\" ", "main" : "index.js", "scripts" : {"test" : "echo hello there!", "build" : "browserify js/parser.js | uglifyjs -cm > js/parserBrowserified...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}, "watch": {"type": "string"}}, "required": ["test", "build", "w...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"S\u014dsipatros": {"type": "object", "properties": {"rom.16.21|11": {"type": "array", "items": {"type": "string"}}}, "required": ["rom.16.21|11"]}}, "requ...
{"pos" : "n", "translits" : {"S\u014dsipatros" : {"rom.16.21|11" : ["and", "Sosipater,", "the"]}}, "meanings" : {"sosipater" : 1}, "meaningsCount" : 1, "occurences" : 1}
json_instruct
{"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"S\u014dsipatros": {"type": "object", "properties": {"rom.16.21|11": {"type": "array", "items": {"type": "string"}}}, "required": ["rom.16.21|11"]}}, "required": ["S\u014dsipatros"]}, "meanings": {"type": "object...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"layer0": {"type": "string"}}, "required": ["layer0"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/s...
{"parent" : "item/handheld", "textures" : {"layer0" : "danmachi:items/sword_air"}}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"layer0": {"type": "string"}}, "required": ["layer0"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "meta": {"type": "object", "properties": {"lastUpdated": {"type": "string"}}, "required": ["lastUpdated"]}, "url": {"type": "string"}, "status": {"type": "string"...
{"resourceType" : "DataElement", "id" : "CarePlan.activity.detail.reasonCode", "meta" : {"lastUpdated" : "2019-10-24T11:53:00+11:00"}, "url" : "http://hl7.org/fhir/DataElement/CarePlan.activity.detail.reasonCode", "status" : "draft", "experimental" : true, "stringency" : "fully-specified", "element" : [{"id" : "CarePla...
json_instruct
{"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "meta": {"type": "object", "properties": {"lastUpdated": {"type": "string"}}, "required": ["lastUpdated"]}, "url": {"type": "string"}, "status": {"type": "string"}, "experimental": {"type": "boolean"}, "stringency": {"type":...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d209-96", "text" : "M. S. Novik\nHairy:\nEnclosed is a check for $1.00. Thanks.\nJust saw your last NAEB Hews. I see you have me\nJuly 27 , 195k\ndown as management consultant which is fine as far as\nI am concerned. I thought we had agreed on management\nand community relations consultant, but either way is\n...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"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": "...
{"nom" : "Saint-Etienne-de-Viller\u00e9al", "circ" : "3\u00e8me circonscription", "dpt" : "Lot-et-Garonne", "inscrits" : 251, "abs" : 107, "votants" : 144, "blancs" : 13, "nuls" : 8, "exp" : 123, "res" : [{"nuance" : "REM", "nom" : "M. Olivier DAMAISIN", "voix" : 87}, {"nuance" : "FN", "nom" : "M. \u00c9tienne BOUSQUET...
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"...
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"}, "exports": {"type": "object", "properties": {".": {"type": "string"}, "./db-definitions": {"type": "string"...
{"name" : "@fortinet/autoscale-core", "version" : "3.3.2", "description" : "Fortinet Autoscale project(s), core module.", "main" : "./dist/index.js", "exports" : {"." : "./dist/index.js", "./db-definitions" : "./dist/db-definitions.js"}, "types" : "./dist/index.d.ts", "files" : ["/dist"], "repository" : {"type" : "git"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "exports": {"type": "object", "properties": {".": {"type": "string"}, "./db-definitions": {"type": "string"}}, "required": [".", "./db-definitions"]}, "types": {"ty...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"extends": {"type": "string"}, "all": {"type": "boolean"}, "check-coverage": {"type": "boolean"}, "report-dir": {"type": "string"}, "temp-dir": {"type": "string"}, "exclude": {"type": "array", "items": {"type": "strin...
{"extends" : "@istanbuljs/nyc-config-typescript", "all" : true, "check-coverage" : false, "report-dir" : "test/coverage", "temp-dir" : "test/.nyc_output", "exclude" : ["src/lib/**/*.ts", "test/**"]}
json_instruct
{"type": "object", "properties": {"extends": {"type": "string"}, "all": {"type": "boolean"}, "check-coverage": {"type": "boolean"}, "report-dir": {"type": "string"}, "temp-dir": {"type": "string"}, "exclude": {"type": "array", "items": {"type": "string"}}}, "required": ["extends", "all", "check-coverage", "report-dir",...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "str...
{"name" : "University of Commercial Science", "alt_name" : "Universidad de Ciencias Comerciales (UCC)", "country" : "Nicaragua", "state" : null, "address" : {"street" : "Apartado Postal, 84 Frente al Polideportivo Espa\u00f1a, Bosques de Altamira", "city" : "Managua", "province" : null, "postal_code" : null}, "contact"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "null"}, "postal_code": {"type": "null"}}, "...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "child...
{"code" : 1114080019, "parent" : 1114080, "name" : "ALUE IE PUTEH", "latitude" : null, "longitude" : null, "postal" : [24471], "children" : []}
json_instruct
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "n...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "requ...
{"index" : 6487, "hash" : 1306094188, "artDyeHash" : 1306094188, "redacted" : false, "dyeManifestHash" : 2476486764, "blacklisted" : false}
json_instruct
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "hash", "artDyeHash", "redacted", "dyeManifestHash", "blackl...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"Bash": {"type": "object", "properties": {"Wie hei\u00dft eine bet\u00e4ubte Taube": {"type": "object", "properties": {"n": {"type": "array", "items": {"type": "string"}}, "y": {"type": "array", "items": {"type": "string"}}}, "...
{"Bash" : {"Wie hei\u00dft eine bet\u00e4ubte Taube" : {"n" : ["Baum", "Haus"], "y" : ["T\u00e4ube"]}, "Wie hei\u00dft eine nicht bet\u00e4ubte Taube" : {"n" : ["Freibe", "Wache", "Wachtel"], "y" : ["Taube"]}, "Wie schmecken Wolken" : {"n" : ["Fleischb\u00e4llchen", "Apfel", "Wachtel"], "y" : ["wolkig"]}}}
json_instruct
{"type": "object", "properties": {"Bash": {"type": "object", "properties": {"Wie hei\u00dft eine bet\u00e4ubte Taube": {"type": "object", "properties": {"n": {"type": "array", "items": {"type": "string"}}, "y": {"type": "array", "items": {"type": "string"}}}, "required": ["n", "y"]}, "Wie hei\u00dft eine nicht bet\u00e...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "author": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "url": {"type": "string"}, "photo": {"type": "string"}}, "required": ["type", "name", "ur...
{"type" : "entry", "author" : {"type" : "card", "name" : "myID", "url" : "http://www.myid.net/help/tips", "photo" : "https://www.gravatar.com/avatar/3af3782e0e188b40d7de933932d0cea9?s=256&d=404"}, "url" : "http://www.myid.net/help/tips", "published" : "2007-10-14T15:12:15-07:00", "content" : {"html" : "<p>In the case o...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "author": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "url": {"type": "string"}, "photo": {"type": "string"}}, "required": ["type", "name", "url", "photo"]}, "url": {"type": "string"}, "published": {"type": "stri...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$...
{"id" : "2004", "provinceId" : "14", "regencyId" : "06", "districtId" : "09", "name" : "Simpang Harapan"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"},...
{"name" : "lazlodb", "version" : "1.1.1", "description" : "Portable, Compact & Serverless NoSQL Database", "main" : "./bin/main.js", "repository" : "https://github.com/zaygozi/lazlodb.git", "author" : "zaygo <zaygo@mail.com>", "license" : "MIT", "engines" : {"node" : ">=8"}, "preferGlobal" : true, "bin" : {"lazlo" : "....
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"3d_armor": {"type": "object", "properties": {"upstream_git_url": {"type": "string"}, "upstream_git_subfolder": {"type": "string"}}, "required": ["upstream_git_url", "upstream_git_subfolder"]}, "tsm_pyramids":...
{"3d_armor" : {"upstream_git_url" : "https://github.com/stujones11/minetest-3d_armor", "upstream_git_subfolder" : "3d_armor"}, "tsm_pyramids" : {"downstream_git_url" : "https://github.com/poikilos/tsm_pyramids", "downstream_branch" : "Bucket_Game"}}
json_instruct
{"type": "object", "properties": {"3d_armor": {"type": "object", "properties": {"upstream_git_url": {"type": "string"}, "upstream_git_subfolder": {"type": "string"}}, "required": ["upstream_git_url", "upstream_git_subfolder"]}, "tsm_pyramids": {"type": "object", "properties": {"downstream_git_url": {"type": "string"}, ...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"probe_id": {"type": "integer"}, "resolvers": {"type": "array", "items": {"type": "object", "properties": {"ipv6_tcp": {"type": "boolean"}, "resolver_asn": {"type": "integer"}, "resolver_net": {"type": "string"}, "ipv4_tcp":...
{"probe_id" : 20622, "resolvers" : [{"ipv6_tcp" : true, "resolver_asn" : 36692, "resolver_net" : "146.112.128.0/24", "ipv4_tcp" : true, "internal" : "208.67.222.222", "ipv6_cap" : true, "edns0_client_subnet" : "80.12.86.0/24"}, {"ipv6_tcp" : true, "resolver_asn" : 15169, "resolver_net" : "74.125.0.0/16", "ipv4_tcp" : t...
json_instruct
{"type": "object", "properties": {"probe_id": {"type": "integer"}, "resolvers": {"type": "array", "items": {"type": "object", "properties": {"ipv6_tcp": {"type": "boolean"}, "resolver_asn": {"type": "integer"}, "resolver_net": {"type": "string"}, "ipv4_tcp": {"type": "boolean"}, "internal": {"type": "string"}, "ipv6_ca...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"client": {"type": "string"}, "concurrently"...
{"name" : "devconnector", "version" : "1.0.0", "description" : "Social network for developers", "main" : "index.js", "dependencies" : {"client" : "file:client", "concurrently" : "^3.5.1"}, "devDependencies" : {"nodemon" : "^1.17.3"}, "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "server-install" ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"client": {"type": "string"}, "concurrently": {"type": "string"}}, "required": ["client", "concurrently"]}, "devDe...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"serve": {"type": "string"}, "server": {"type":...
{"name" : "dublin-bus-pebble-configurator", "version" : "0.1.0", "description" : "", "main" : "index.js", "scripts" : {"serve" : "webpack-dev-server --port 9021 --content-base dist --host 0.0.0.0", "server" : "npm run serve", "build" : "webpack", "deploy" : "npm run build && gh-pages --dist dist"}, "author" : "", "lice...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"serve": {"type": "string"}, "server": {"type": "string"}, "build": {"type": "string"}, "deploy": {"type": "string"}}, ...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "7c11da951daf7bb29d171f02e40b084e7f0e4163"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {...
{"localities" : ["Seaside Park, NJ", "South Seaside Park, NJ", "S Seaside Pk, NJ"], "state" : "NJ", "postal_code" : "08752", "locality" : "Seaside Park, NJ", "lat" : 39.842467, "region" : {"fips" : "34", "abbr" : "NJ", "name" : "New Jersey"}, "city" : "Seaside Park", "type" : "STANDARD", "lng" : -74.093447, "counties" ...
json_instruct
{"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"FirebaseAuth": {"type": "string"}, "FirebaseCore": {"type": "string"}, "FirebaseDatabase": {"type": "string"}, "FirebaseDynamicLinks": {"type": "string"}, "FirebaseFirestore": {"type": "string"}, "FirebaseMessagin...
{"FirebaseAuth" : "5.1.0", "FirebaseCore" : "5.1.9", "FirebaseDatabase" : "5.0.4", "FirebaseDynamicLinks" : "3.3.0", "FirebaseFirestore" : "0.16.0", "FirebaseMessaging" : "3.2.2"}
json_instruct
{"type": "object", "properties": {"FirebaseAuth": {"type": "string"}, "FirebaseCore": {"type": "string"}, "FirebaseDatabase": {"type": "string"}, "FirebaseDynamicLinks": {"type": "string"}, "FirebaseFirestore": {"type": "string"}, "FirebaseMessaging": {"type": "string"}}, "required": ["FirebaseAuth", "FirebaseCore", "F...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "properties": {"type": "object", "properties": {"annotations": {"type": "array", "items": {}}, "runtimeState": {"type": "string"}, "pipelines": {"type": "array", "items": {"type": "object", "properti...
{"name" : "tri_ingest_population_data", "properties" : {"annotations" : [], "runtimeState" : "Started", "pipelines" : [{"pipelineReference" : {"referenceName" : "pi_line_population_data", "type" : "PipelineReference"}}], "type" : "BlobEventsTrigger", "typeProperties" : {"blobPathBeginsWith" : "/covid/blobs/population_b...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "properties": {"type": "object", "properties": {"annotations": {"type": "array", "items": {}}, "runtimeState": {"type": "string"}, "pipelines": {"type": "array", "items": {"type": "object", "properties": {"pipelineReference": {"type": "object", "properties":...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"files": {"type": "object", "properties": {"main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "runtime-main.js": {"type": "string"}, "runtime-main.js.map": {"type": "string"}, "static/js/2.1387c90...
{"files" : {"main.js" : "/static/js/main.359adbfb.chunk.js", "main.js.map" : "/static/js/main.359adbfb.chunk.js.map", "runtime-main.js" : "/static/js/runtime-main.b46cc362.js", "runtime-main.js.map" : "/static/js/runtime-main.b46cc362.js.map", "static/js/2.1387c90a.chunk.js" : "/static/js/2.1387c90a.chunk.js", "static/...
json_instruct
{"type": "object", "properties": {"files": {"type": "object", "properties": {"main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "runtime-main.js": {"type": "string"}, "runtime-main.js.map": {"type": "string"}, "static/js/2.1387c90a.chunk.js": {"type": "string"}, "static/js/2.1387c90a.chunk.js.map": {"typ...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"},...
{"name" : "covid-19-estimator-js", "version" : "1.0.0", "repository" : "git@github.com:BuildforSDG-Cohort1-Assessment/covid-19-estimator-js.git", "license" : "MIT", "private" : false, "scripts" : {"dev" : "babel-node ./src/server.js", "test" : "jest --coverage", "build" : "babel src -d dist --ignore '**/*.spec.js'", "l...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "test": {"type": "string"}, "build": {"type": "string"}, "...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"ConnectionStrings": {"type": "object", "properties": {"StorageConnectionString": {"type": "string"}}, "required": ["StorageConnectionString"]}}, "required": ["ConnectionStrings"], "$schema": "http://json-schema.org/draft-07...
{"ConnectionStrings" : {"StorageConnectionString" : "<PlaceHolder for connection: AzureStorage>"}}
json_instruct
{"type": "object", "properties": {"ConnectionStrings": {"type": "object", "properties": {"StorageConnectionString": {"type": "string"}}, "required": ["StorageConnectionString"]}}, "required": ["ConnectionStrings"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type"...
{"\u5de5\u5ee0\u540d\u7a31" : "\u7fd4\u8056\u92fc\u9435\u6709\u9650\u516c\u53f8\u4e8c\u5ee0", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "T0701394", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u5f70\u5316\u7e23\u5f70\u5316\u5e02\u6771\u82b3\u91cc\u6c38\u82b3\u8def467\u5df770\u5...
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": "st...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : " Differential Equations | A higher order non-homogeneous differential equation.\n\n[imath]\\left(\\frac{\\mathrm{d}}{\\mathrm{dx}}-\\mathrm{r}\\right)^{\\mathrm{N}} \\mathrm{y}=\\mathrm{e}^{\\mathrm{rx}}[/imath]\n\n\n", "url" : "https://www.youtube.com/watch?v=u2XjXXKMyJw"}
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}