input
stringlengths 159
2.05k
| output
stringlengths 5
10.3k
| task
stringclasses 1
value | schema
stringlengths 100
1.99k
|
---|---|---|---|
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"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "remove": {"type": "string"}, "build": {"type": "string"}}, "required": ["test", "remove", "build"]}, "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": {"typescript": {"type": "string"}, "@testdeck/mocha": {"type": "string"}, "@types/chai": {"type": "string"}, "chai": {"type": "string"}, "mocha": {"type": "string"}, "nyc": {"type": "string"}, "ts-node": {"type": "string"}}, "required": ["typescript", "@testdeck/mocha", "@types/chai", "chai", "mocha", "nyc", "ts-node"]}, "dependencies": {"type": "object", "properties": {"evg_observable": {"type": "string"}}, "required": ["evg_observable"]}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "description", "main", "directories", "scripts", "repository", "author", "license", "bugs", "homepage", "devDependencies", "dependencies", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "evg_tick_generator", "version" : "1.0.1", "description" : "Single entry point for listener calls at time intervals", "main" : "index.js", "directories" : {"test" : "test"}, "scripts" : {"test" : "nyc ./node_modules/.bin/_mocha 'test/**/*.test.ts'", "remove" : "rm -rf ./src/Libraries; rm -rf ./test; rm .mocharc.json; rm .nyrc.json; rm register.js; rm tsconfig.json", "build" : "tsc --declaration; npm run remove"}, "repository" : {"type" : "git", "url" : "git+https://github.com/BarushevEA/light-observable-ts.git"}, "author" : "Barushev E.A.", "license" : "MIT", "bugs" : {"url" : "https://github.com/BarushevEA/evg_tick_generator/issues"}, "homepage" : "https://github.com/BarushevEA/evg_tick_generator#readme", "devDependencies" : {"typescript" : "^4.5.5", "@testdeck/mocha" : "^0.2.0", "@types/chai" : "^4.3.0", "chai" : "^4.3.6", "mocha" : "^9.2.0", "nyc" : "^15.1.0", "ts-node" : "^10.4.0"}, "dependencies" : {"evg_observable" : "^1.1.24"}, "keywords" : ["EVG tick generator", "evg_tick_generator", "tick generator", "tick_generator", "time interval", "time out", "Type script", "TypeScript", "TS", "Java script", "JavaScript", "JS"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "remove": {"type": "string"}, "build": {"type": "string"}}, "required": ["test", "remove", "build"]}, "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": {"typescript": {"type": "string"}, "@testdeck/mocha": {"type": "string"}, "@types/chai": {"type": "string"}, "chai": {"type": "string"}, "mocha": {"type": "string"}, "nyc": {"type": "string"}, "ts-node": {"type": "string"}}, "required": ["typescript", "@testdeck/mocha", "@types/chai", "chai", "mocha", "nyc", "ts-node"]}, "dependencies": {"type": "object", "properties": {"evg_observable": {"type": "string"}}, "required": ["evg_observable"]}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "description", "main", "directories", "scripts", "repository", "author", "license", "bugs", "homepage", "devDependencies", "dependencies", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "string"}, "draft": {"type": "boolean"}, "head": {"type": "object", "properties": {"ref": {"type": "string"}}, "required": ["ref"]}, "html_url": {"type": "string"}, "id": {"type": "integer"}, "labels": {"type": "array", "items": {"type": "object", "properties": {"color": {"type": "string"}, "default": {"type": "boolean"}, "description": {"type": "string"}, "id": {"type": "integer"}, "name": {"type": "string"}, "node_id": {"type": "string"}, "url": {"type": "string"}}, "required": ["color", "default", "description", "id", "name", "node_id", "url"]}}, "mergeable": {"type": "boolean"}, "mergeable_state": {"type": "string"}, "merged": {"type": "boolean"}, "merged_at": {"type": "null"}, "number": {"type": "integer"}, "state": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["ETag", "Last-Modified", "base", "closed_at", "created_at", "draft", "head", "html_url", "id", "labels", "mergeable", "mergeable_state", "merged", "merged_at", "number", "state", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ETag" : "W/\"cf0fba7b2636f5587514812c228480c495e612ceb2ce4c897bf2d90809a4acf9\"", "Last-Modified" : "Tue, 09 Mar 2021 13:34:47 GMT", "base" : {"repo" : {"name" : "tokenizers-feedstock"}}, "closed_at" : "2021-03-09T13:34:45Z", "created_at" : "2021-01-16T17:40:17Z", "draft" : false, "head" : {"ref" : "bot-pr_arch_hd16707"}, "html_url" : "https://github.com/conda-forge/tokenizers-feedstock/pull/14", "id" : 556208115, "labels" : [{"color" : "191970", "default" : false, "description" : "Instruct the bot to retry the PR", "id" : 2217724488, "name" : "bot-rerun", "node_id" : "MDU6TGFiZWwyMjE3NzI0NDg4", "url" : "https://api.github.com/repos/conda-forge/tokenizers-feedstock/labels/bot-rerun"}], "mergeable" : true, "mergeable_state" : "unstable", "merged" : false, "merged_at" : null, "number" : 14, "state" : "closed", "updated_at" : "2021-03-09T13:34:47Z"} | json_instruct | {"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "string"}, "draft": {"type": "boolean"}, "head": {"type": "object", "properties": {"ref": {"type": "string"}}, "required": ["ref"]}, "html_url": {"type": "string"}, "id": {"type": "integer"}, "labels": {"type": "array", "items": {"type": "object", "properties": {"color": {"type": "string"}, "default": {"type": "boolean"}, "description": {"type": "string"}, "id": {"type": "integer"}, "name": {"type": "string"}, "node_id": {"type": "string"}, "url": {"type": "string"}}, "required": ["color", "default", "description", "id", "name", "node_id", "url"]}}, "mergeable": {"type": "boolean"}, "mergeable_state": {"type": "string"}, "merged": {"type": "boolean"}, "merged_at": {"type": "null"}, "number": {"type": "integer"}, "state": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["ETag", "Last-Modified", "base", "closed_at", "created_at", "draft", "head", "html_url", "id", "labels", "mergeable", "mergeable_state", "merged", "merged_at", "number", "state", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"device": {"type": "object", "properties": {"FriendlyName": {"type": "string"}, "ModelNumber": {"type": "string"}, "FirmwareName": {"type": "string"}, "TunerCount": {"type": "integer"}, "FirmwareVersion": {"type": "string"}, "DeviceID": {"type": "string"}, "DeviceAuth": {"type": "string"}}, "required": ["FriendlyName", "ModelNumber", "FirmwareName", "TunerCount", "FirmwareVersion", "DeviceID", "DeviceAuth"]}, "app": {"type": "object", "properties": {"type": {"type": "string"}, "SkipScan": {"type": "boolean"}, "Debug": {"type": "boolean"}, "ChromePath": {"type": "string"}, "ServerAddress": {"type": "string"}}, "required": ["type", "SkipScan", "Debug", "ChromePath", "ServerAddress"]}}, "required": ["device", "app"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"device" : {"FriendlyName" : "HDHomeRun Connect Live", "ModelNumber" : "HDHR5-4DT", "FirmwareName" : "hdhomerun5_dvbt", "TunerCount" : 4, "FirmwareVersion" : "20200521", "DeviceID" : "0x1068A145", "DeviceAuth" : "AbBEnn7WhVV4wICYC9vj6Oz5"}, "app" : {"type" : "app", "SkipScan" : true, "Debug" : true, "ChromePath" : "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome", "ServerAddress" : "192.168.0.10"}} | json_instruct | {"type": "object", "properties": {"device": {"type": "object", "properties": {"FriendlyName": {"type": "string"}, "ModelNumber": {"type": "string"}, "FirmwareName": {"type": "string"}, "TunerCount": {"type": "integer"}, "FirmwareVersion": {"type": "string"}, "DeviceID": {"type": "string"}, "DeviceAuth": {"type": "string"}}, "required": ["FriendlyName", "ModelNumber", "FirmwareName", "TunerCount", "FirmwareVersion", "DeviceID", "DeviceAuth"]}, "app": {"type": "object", "properties": {"type": {"type": "string"}, "SkipScan": {"type": "boolean"}, "Debug": {"type": "boolean"}, "ChromePath": {"type": "string"}, "ServerAddress": {"type": "string"}}, "required": ["type", "SkipScan", "Debug", "ChromePath", "ServerAddress"]}}, "required": ["device", "app"], "$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#"}
| [["210381107008", "\u5bcc\u5f3a\u793e\u533a", "121", "0"], ["210381107028", "\u6d77\u9541\u793e\u533a", "121", "0"], ["210381107201", "\u5317\u7092\u94c1\u6751\u59d4\u4f1a", "220", "0"], ["210381107202", "\u5357\u7092\u94c1\u6751\u59d4\u4f1a", "220", "0"], ["210381107203", "\u9ec4\u5821\u6751\u59d4\u4f1a", "220", "0"], ["210381107204", "\u5927\u65fa\u6751\u59d4\u4f1a", "220", "0"], ["210381107205", "\u724c\u697c\u6751\u59d4\u4f1a", "122", "0"], ["210381107206", "\u4e0b\u623f\u8eab\u6751\u59d4\u4f1a", "122", "0"], ["210381107207", "\u4e09\u89d2\u6751\u59d4\u4f1a", "220", "0"], ["210381107208", "\u5357\u6c9f\u6751\u59d4\u4f1a", "122", "0"], ["210381107209", "\u91d1\u5821\u6751\u59d4\u4f1a", "122", "0"], ["210381107210", "\u5e99\u6c9f\u6751\u59d4\u4f1a", "122", "0"], ["210381107211", "\u5b8b\u5bb6\u5821\u6751\u59d4\u4f1a", "220", "0"], ["210381107212", "\u68a8\u6811\u6c9f\u6751\u59d4\u4f1a", "220", "0"], ["210381107213", "\u6768\u5bb6\u7538\u6751\u59d4\u4f1a", "122", "0"], ["210381107214", "\u4e1c\u4e09\u9053\u6751\u59d4\u4f1a", "220", "0"]] | json_instruct | {"type": "array", "items": {"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": {"COB": {"type": "string"}, "CYTB": {"type": "string"}, "MTCYB": {"type": "string"}, "Complex III subunit 3": {"type": "string"}, "Complex III subunit III": {"type": "string"}, "Cytochrome b-c1 complex subunit 3": {"type": "string"}, "Ubiquinol-cytochrome-c reductase complex cytochrome b subunit": {"type": "string"}, "Q85IN7": {"type": "string"}, "CYB_GALVI": {"type": "string"}, "Cytochrome b": {"type": "string"}, "MT-CYB": {"type": "string"}}, "required": ["COB", "CYTB", "MTCYB", "Complex III subunit 3", "Complex III subunit III", "Cytochrome b-c1 complex subunit 3", "Ubiquinol-cytochrome-c reductase complex cytochrome b subunit", "Q85IN7", "CYB_GALVI", "Cytochrome b", "MT-CYB"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"COB" : "Q85IN7", "CYTB" : "Q85IN7", "MTCYB" : "Q85IN7", "Complex III subunit 3" : "Q85IN7", "Complex III subunit III" : "Q85IN7", "Cytochrome b-c1 complex subunit 3" : "Q85IN7", "Ubiquinol-cytochrome-c reductase complex cytochrome b subunit" : "Q85IN7", "Q85IN7" : "Q85IN7", "CYB_GALVI" : "Q85IN7", "Cytochrome b" : "Q85IN7", "MT-CYB" : "Q85IN7"} | json_instruct | {"type": "object", "properties": {"COB": {"type": "string"}, "CYTB": {"type": "string"}, "MTCYB": {"type": "string"}, "Complex III subunit 3": {"type": "string"}, "Complex III subunit III": {"type": "string"}, "Cytochrome b-c1 complex subunit 3": {"type": "string"}, "Ubiquinol-cytochrome-c reductase complex cytochrome b subunit": {"type": "string"}, "Q85IN7": {"type": "string"}, "CYB_GALVI": {"type": "string"}, "Cytochrome b": {"type": "string"}, "MT-CYB": {"type": "string"}}, "required": ["COB", "CYTB", "MTCYB", "Complex III subunit 3", "Complex III subunit III", "Cytochrome b-c1 complex subunit 3", "Ubiquinol-cytochrome-c reductase complex cytochrome b subunit", "Q85IN7", "CYB_GALVI", "Cytochrome b", "MT-CYB"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "minecraft:block/cyan_wool"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : 1.2, "people" : [{"pose_keypoints_2d" : [0.674368, 0.448186, 0.866598, 0.665157, 0.50817, 0.85034, 0.634526, 0.510893, 0.802804, 0.617665, 0.598016, 0.588416, 0.616201, 0.671653, 0.42453, 0.692675, 0.500006, 0.824548, 0.701892, 0.576293, 0.296803, 0.721803, 0.560028, 0.195689, 0.666631, 0.682513, 0.704385, 0.643688, 0.682537, 0.689845, 0.634546, 0.816101, 0.6438, 0.619241, 0.938714, 0.599648, 0.686611, 0.679846, 0.650133, 0.715612, 0.802521, 0.68891, 0.717292, 0.930568, 0.580279, 0.666763, 0.440022, 0.89559, 0.678962, 0.434654, 0.831488, 0.654461, 0.445494, 0.806227, 0.68356, 0.442696, 0.10501, 0.717256, 0.949563, 0.159845, 0.727971, 0.949555, 0.217355, 0.715721, 0.944095, 0.3676, 0.626874, 0.968687, 0.223289, 0.610061, 0.963245, 0.218732, 0.619263, 0.949557, 0.395957], "face_keypoints_2d" : [], "hand_left_keypoints_2d" : [], "hand_right_keypoints_2d" : [], "pose_keypoints_3d" : [], "face_keypoints_3d" : [], "hand_left_keypoints_3d" : [], "hand_right_keypoints_3d" : []}, {"pose_keypoints_2d" : [0.239595, 0.276603, 0.145061, 0.213556, 0.320202, 0.231735, 0.20592, 0.322919, 0.201126, 0.208987, 0.401982, 0.110853, 0, 0, 0, 0.227334, 0.317534, 0.166575, 0, 0, 0, 0, 0, 0, 0.228912, 0.502747, 0.242633, 0.227346, 0.508205, 0.230431, 0.230405, 0.619888, 0.204852, 0.227348, 0.726115, 0.264829, 0.239606, 0.505493, 0.200402, 0.242657, 0.619935, 0.192782, 0.239593, 0.718058, 0.232726, 0.236537, 0.271135, 0.147122, 0.239666, 0.271025, 0.0802715, 0.225782, 0.27114, 0.153611, 0, 0, 0, 0.231954, 0.745217, 0.120299, 0.242663, 0.745282, 0.123749, 0.235005, 0.731575, 0.207743, 0.227357, 0.750684, 0.18999, 0.222746, 0.750628, 0.185609, 0.228872, 0.731656, 0.248435], "face_keypoints_2d" : [], "hand_left_keypoints_2d" : [], "hand_right_keypoints_2d" : [], "pose_keypoints_3d" : [], "face_keypoints_3d" : [], "hand_left_keypoints_3d" : [], "hand_right_keypoints_3d" : []}]} | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}}, "required": ["title", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Keine anzuzeigenden Daten", "description" : "\u00c4ndern Sie die Datums- oder Filtereinstellungen."} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}}, "required": ["title", "description"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "549755885175", "name" : "Salads"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"isEnabled": {"type": "boolean"}, "version": {"type": "integer"}, "type": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "configs": {"type": "object", "properties": {"endpoint": {"type": "string"}, "password": {"type": "string"}, "accesskey": {"type": "string"}}, "required": ["endpoint", "password", "accesskey"]}}, "required": ["isEnabled", "version", "type", "name", "description", "configs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"isEnabled" : true, "version" : 1, "type" : "s3", "name" : "testservice", "description" : "FOR TESTING PURPOSES, test service", "configs" : {"endpoint" : "http://ceph:8010", "password" : "secretkey", "accesskey" : "accesskey"}} | json_instruct | {"type": "object", "properties": {"isEnabled": {"type": "boolean"}, "version": {"type": "integer"}, "type": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "configs": {"type": "object", "properties": {"endpoint": {"type": "string"}, "password": {"type": "string"}, "accesskey": {"type": "string"}}, "required": ["endpoint", "password", "accesskey"]}}, "required": ["isEnabled", "version", "type", "name", "description", "configs"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"cordova": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["cordova"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"cordova" : [["platform", "add", "browser"]]} | json_instruct | {"type": "object", "properties": {"cordova": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["cordova"], "$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": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "integer"}, "investments": {"type": "integer"}}, "required": ["tech", "pts", "connections", "capacity", "investments"]}}}, "required": ["results"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"results" : [{"tech" : 4, "pts" : 738, "connections" : 106743, "capacity" : 5315971, "investments" : 20857881}, {"tech" : 2, "pts" : 160, "connections" : 11783, "capacity" : 585161, "investments" : 803140}, {"tech" : 7, "pts" : 5, "connections" : 1334, "capacity" : 46565, "investments" : 449069}, {"tech" : 1, "pts" : 414, "connections" : 207089, "capacity" : 5451865, "investments" : 52552460}]}] | 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", "pts", "connections", "capacity", "investments"]}}}, "required": ["results"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"17973": {"type": "string"}}, "required": ["17973"]}, "timeto": {"type": "object", "properties": {"17973": {"type": "number"}}, "required": ["17973"]}, "image": {"type": "string"}, "image_coords": {"type": "array", "items": {"type": "integer"}}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto", "image", "image_coords", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 17974, "title" : ["[Rogue Guild, Masters' Garden]"], "description" : ["An open garden has been cleared between the buildings, bounded by a fence of dark polished wood. A few scattered iceblossoms bloom in the corners of the enclosure, but the main expanse of the garden is a square of snowy, open ground surrounding a few strategically placed stones. The frost-dusted dirt has been raked into geometric patterns around the stones, and several small benches provide seating from which to comtemplate the patterns.", "An open garden has been cleared between the buildings, bounded by a fence of dark polished wood. A few scattered iceblossoms bloom in the corners of the enclosure, but the main expanse of the garden is a square of snowy, open ground surrounding a few strategically placed stones. The frost-dusted dirt has been raked into geometric patterns around the stones, and several small benches provide seating from which to contemplate the patterns."], "paths" : ["Obvious paths: none"], "location" : "the town of Icemule Trace", "wayto" : {"17973" : "go curtain"}, "timeto" : {"17973" : 0.2}, "image" : "imt-rogue_guild-1305438533.png", "image_coords" : [148, 231, 176, 256], "tags" : ["rogue guild plant"]} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"17973": {"type": "string"}}, "required": ["17973"]}, "timeto": {"type": "object", "properties": {"17973": {"type": "number"}}, "required": ["17973"]}, "image": {"type": "string"}, "image_coords": {"type": "array", "items": {"type": "integer"}}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto", "image", "image_coords", "tags"], "$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"}, "status": {"type": "string"}, "summary": {"type": "string"}, "labels": {"type": "array", "items": {"type": "string"}}, "stars": {"type": "integer"}, "commentCount": {"type": "integer"}, "comments": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "commenterId": {"type": "integer"}, "content": {"type": "string"}, "timestamp": {"type": "integer"}, "attachments": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "fileName": {"type": "string"}, "fileSize": {"type": "integer"}}, "required": ["id", "fileName", "fileSize"]}}}, "required": ["id", "commenterId", "content", "timestamp", "attachments"]}}}, "required": ["id", "status", "summary", "labels", "stars", "commentCount", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 150, "status" : "Invalid", "summary" : "Italian/Sardinian Translation", "labels" : ["Type-Defect", "Priority-Medium"], "stars" : 0, "commentCount" : 3, "comments" : [{"id" : 0, "commenterId" : -8233392148197635470, "content" : "Hello!\r\n\r\nI translated this software in italian and in sardinian language. Please contact me to have any infos about.\r\n\r\nI'd like to have access to svn to update also graphic and styles. \r\n\r\nPlease contact me: rex.sanna<at>gmail.com", "timestamp" : 1296224481, "attachments" : [{"id" : -8857562875252330662, "fileName" : "values-it.tar.gz", "fileSize" : 73908}]}, {"id" : 1, "commenterId" : 7646092065249173135, "content" : "Thank you for submitting, but what you uploaded is for Andnav and doesn't apply to osmdroid directly. I think you want to submit it to them: http://code.google.com/p/andnav/\r\n", "timestamp" : 1298762890, "attachments" : []}, {"id" : 2, "commenterId" : 7646092065249173135, "content" : "", "timestamp" : 1299040862, "attachments" : []}]} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "status": {"type": "string"}, "summary": {"type": "string"}, "labels": {"type": "array", "items": {"type": "string"}}, "stars": {"type": "integer"}, "commentCount": {"type": "integer"}, "comments": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "commenterId": {"type": "integer"}, "content": {"type": "string"}, "timestamp": {"type": "integer"}, "attachments": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "fileName": {"type": "string"}, "fileSize": {"type": "integer"}}, "required": ["id", "fileName", "fileSize"]}}}, "required": ["id", "commenterId", "content", "timestamp", "attachments"]}}}, "required": ["id", "status", "summary", "labels", "stars", "commentCount", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"last_remote_check": {"type": "integer"}, "hooks": {"type": "array", "items": {}}}, "required": ["last_remote_check", "hooks"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"last_remote_check" : 1583953293, "hooks" : []} | json_instruct | {"type": "object", "properties": {"last_remote_check": {"type": "integer"}, "hooks": {"type": "array", "items": {}}}, "required": ["last_remote_check", "hooks"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"SXL2": {"type": "string"}, "O01671": {"type": "string"}, "SXL_MEGSC": {"type": "string"}, "Sex-lethal homolog": {"type": "string"}, "SXL": {"type": "string"}}, "required": ["SXL2", "O01671", "SXL_MEGSC", "Sex-lethal homolog", "SXL"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"SXL2" : "O01671", "O01671" : "O01671", "SXL_MEGSC" : "O01671", "Sex-lethal homolog" : "O01671", "SXL" : "O01671"} | json_instruct | {"type": "object", "properties": {"SXL2": {"type": "string"}, "O01671": {"type": "string"}, "SXL_MEGSC": {"type": "string"}, "Sex-lethal homolog": {"type": "string"}, "SXL": {"type": "string"}}, "required": ["SXL2", "O01671", "SXL_MEGSC", "Sex-lethal homolog", "SXL"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "d209-46", "text" : "COPY\nM. S. NOVIK\n300 West 23rd Street \u2022\nRoom 500\nNew York 11, New York\nRadio\nConsultant March 22nd, 1954\nMr. Harry J. Skornia\nExecutive Director, Natl. Assn, of Educational Broadcasters\nUniversity of Illinois, 119 Gregory Hall\nUrbana, Illinois\nMy dear Harry*\nI will see you in Columbus. Djr all means, get word out to the directors\nand anyone else you wish about a meeting while I am there. As a matter\nof fact, I was going to meet at dinner or lunch with the five fellows\nwhom I have been seeing* Dunn, 8mmt, Schvarzwaldsr, Wood, Goggin, you *\nand Ralph.\nI can understand why a lot of the guys would worry \u2014 and frankly,\nthey have reason to worry \u2014 not because of anything which we do but\nbecause they are assuming that you can live in the atomic age and deal\nwith the most developed form of communication but be completely isolated\nfrom any outside influence. Between us, the reason their worry is\nexaggerated is a) the major unions have so many other problems that they\nare not interested in going after the university educational radio TV\nstation and (b) they are located in areas off the beaten patho\nRest assured that in all my conversations with top level people\nwe never think in terms of a national contract. As a matter of fact, it\nwould louse up everything we are doing because we would have to decide\nwhom to deal with, etc., etc.\nThanks for haring my future financial interests in mind, I hope\nNAEB will raise the additional funds but so far a\u00ae Novik is concerned,,\nlet9s cross that bridge when we pet to it. Everything I have done so far,\nI have done oecause Steetle, Muller, and you thought the job ought to be done.\nBelieve it or not, I am much more optimistic about my accomplishments than\nI was when I started.\nSincerely yotirs.\n/s/ M. S. Novik"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "email", "homepage"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "wyrihaximus/pimple-flysystem-service": {"type": "string"}, "cilex/cilex": {"type": "string"}}, "required": ["php", "wyrihaximus/pimple-flysystem-service", "cilex/cilex"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"WyriHaximus\\CliFly\\": {"type": "string"}}, "required": ["WyriHaximus\\CliFly\\"]}}, "required": ["psr-4"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"WyriHaximus\\CliFly\\Tests\\": {"type": "string"}}, "required": ["WyriHaximus\\CliFly\\Tests\\"]}}, "required": ["psr-4"]}, "require-dev": {"type": "object", "properties": {"vectorface/dunit": {"type": "string"}, "squizlabs/php_codesniffer": {"type": "string"}, "phpunit/phpunit": {"type": "string"}}, "required": ["vectorface/dunit", "squizlabs/php_codesniffer", "phpunit/phpunit"]}}, "required": ["name", "description", "license", "keywords", "authors", "require", "autoload", "autoload-dev", "require-dev"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "wyrihaximus/cli-fly", "description" : "Flysystem Service Provider for Cilex", "license" : "MIT", "keywords" : ["flysystem", "filesystem", "cilex", "service-provider"], "authors" : [{"name" : "Cees-Jan Kiewiet", "email" : "[email protected]", "homepage" : "http://wyrihaximus.net/"}], "require" : {"php" : ">=5.4", "wyrihaximus/pimple-flysystem-service" : "^1.2.0", "cilex/cilex" : "~1.0"}, "autoload" : {"psr-4" : {"WyriHaximus\\CliFly\\" : "src/"}}, "autoload-dev" : {"psr-4" : {"WyriHaximus\\CliFly\\Tests\\" : "tests/"}}, "require-dev" : {"vectorface/dunit" : "~2.0", "squizlabs/php_codesniffer" : "~1.5", "phpunit/phpunit" : "~4.4"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "email", "homepage"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "wyrihaximus/pimple-flysystem-service": {"type": "string"}, "cilex/cilex": {"type": "string"}}, "required": ["php", "wyrihaximus/pimple-flysystem-service", "cilex/cilex"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"WyriHaximus\\CliFly\\": {"type": "string"}}, "required": ["WyriHaximus\\CliFly\\"]}}, "required": ["psr-4"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"WyriHaximus\\CliFly\\Tests\\": {"type": "string"}}, "required": ["WyriHaximus\\CliFly\\Tests\\"]}}, "required": ["psr-4"]}, "require-dev": {"type": "object", "properties": {"vectorface/dunit": {"type": "string"}, "squizlabs/php_codesniffer": {"type": "string"}, "phpunit/phpunit": {"type": "string"}}, "required": ["vectorface/dunit", "squizlabs/php_codesniffer", "phpunit/phpunit"]}}, "required": ["name", "description", "license", "keywords", "authors", "require", "autoload", "autoload-dev", "require-dev"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 3.0, 0.0, 0.0, 0.0, 0.0, 2.0, 12.0, 0.0, 0.0, 2.0, 0.0, 0.0, 1.0, 4.0, 2.0, 6.0, 3.0, 0.0, 3.0, 2.0, 3.0, 4.0, 4.0, 3.0, 3.0, 3.0, 2.0, 2.0, 3.0, 5.0] | json_instruct | {"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[2004, 7], [2009, 5], [2011, 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": {"accession_number": {"type": "string"}, "actors": {"type": "array", "items": {}}, "creation_date": {"type": "string"}, "credit_line": {"type": "string"}, "cultures": {"type": "array", "items": {}}, "dimensions": {"type": "string"}, "dynasty": {"type": "null"}, "images": {"type": "array", "items": {}}, "irn": {"type": "integer"}, "materials": {"type": "string"}, "on_view": {"type": "boolean"}, "period": {"type": "null"}, "printers": {"type": "array", "items": {}}, "publishers": {"type": "array", "items": {}}, "rights": {"type": "null"}, "title": {"type": "string"}}, "required": ["accession_number", "actors", "creation_date", "credit_line", "cultures", "dimensions", "dynasty", "images", "irn", "materials", "on_view", "period", "printers", "publishers", "rights", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"accession_number" : "1993.177", "actors" : [], "creation_date" : "about 1935", "credit_line" : "Gift of Dr. Steven Conant", "cultures" : [], "dimensions" : "9 1/8 x 11 3/4 in. | 23.1 x 29.8 cm. (image) | 15 1/2 x 19 in. | 39.3 x 48.2 cm. (sheet)", "dynasty" : null, "images" : [], "irn" : 23800, "materials" : "color etching and aquatint", "on_view" : false, "period" : null, "printers" : [], "publishers" : [], "rights" : null, "title" : "Fisherwoman, Harbor, Benodet"} | json_instruct | {"type": "object", "properties": {"accession_number": {"type": "string"}, "actors": {"type": "array", "items": {}}, "creation_date": {"type": "string"}, "credit_line": {"type": "string"}, "cultures": {"type": "array", "items": {}}, "dimensions": {"type": "string"}, "dynasty": {"type": "null"}, "images": {"type": "array", "items": {}}, "irn": {"type": "integer"}, "materials": {"type": "string"}, "on_view": {"type": "boolean"}, "period": {"type": "null"}, "printers": {"type": "array", "items": {}}, "publishers": {"type": "array", "items": {}}, "rights": {"type": "null"}, "title": {"type": "string"}}, "required": ["accession_number", "actors", "creation_date", "credit_line", "cultures", "dimensions", "dynasty", "images", "irn", "materials", "on_view", "period", "printers", "publishers", "rights", "title"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "rechiseled_compat:block/atmospheric_aspen_planks_pattern"} | 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": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"babel-eslint": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-airbnb-base": {"type": "string"}, "eslint-loader": {"type": "string"}, "eslint-plugin-import": {"type": "string"}}, "required": ["babel-eslint", "eslint", "eslint-config-airbnb-base", "eslint-loader", "eslint-plugin-import"]}, "dependencies": {"type": "object", "properties": {"caller": {"type": "string"}, "debug": {"type": "string"}, "lodash": {"type": "string"}, "node-exceptions": {"type": "string"}, "require-directory": {"type": "string"}, "require-stack": {"type": "string"}, "sorted-array": {"type": "string"}, "upcast": {"type": "string"}}, "required": ["caller", "debug", "lodash", "node-exceptions", "require-directory", "require-stack", "sorted-array", "upcast"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "caribou", "version" : "1.0.0-alpha.1", "description" : "Solid kernel for loosely coupled, event-driven applications.", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "keywords" : ["kernel", "loose coupling", "loosely coupled", "event-driven"], "author" : "Ozan M\u00fcyessero\u011flu <[email protected]>", "license" : "MIT", "devDependencies" : {"babel-eslint" : "^8.2.1", "eslint" : "^4.15.0", "eslint-config-airbnb-base" : "^12.1.0", "eslint-loader" : "^1.9.0", "eslint-plugin-import" : "^2.8.0"}, "dependencies" : {"caller" : "^1.0.1", "debug" : "^3.1.0", "lodash" : "^4.17.4", "node-exceptions" : "^3.0.0", "require-directory" : "^2.1.1", "require-stack" : "^1.0.2", "sorted-array" : "^2.0.1", "upcast" : "^2.1.1"}} | 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"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"babel-eslint": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-airbnb-base": {"type": "string"}, "eslint-loader": {"type": "string"}, "eslint-plugin-import": {"type": "string"}}, "required": ["babel-eslint", "eslint", "eslint-config-airbnb-base", "eslint-loader", "eslint-plugin-import"]}, "dependencies": {"type": "object", "properties": {"caller": {"type": "string"}, "debug": {"type": "string"}, "lodash": {"type": "string"}, "node-exceptions": {"type": "string"}, "require-directory": {"type": "string"}, "require-stack": {"type": "string"}, "sorted-array": {"type": "string"}, "upcast": {"type": "string"}}, "required": ["caller", "debug", "lodash", "node-exceptions", "require-directory", "require-stack", "sorted-array", "upcast"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"topojson.js": {"type": "string"}, "topojson.min.js": {"type": "string"}}, "required": ["topojson.js", "topojson.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"topojson.js" : "sha256-n9XNrUucm0Qlbg9sj14e4vhTtDlX77Dz3D12bQtnMFo=", "topojson.min.js" : "sha256-jZCvLEG97SSztb7ICvHHGVccgj0Wl6YK0aNrGa+poLo="} | json_instruct | {"type": "object", "properties": {"topojson.js": {"type": "string"}, "topojson.min.js": {"type": "string"}}, "required": ["topojson.js", "topojson.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"tags": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "likes": {"type": "string"}, "text": {"type": "string"}}, "required": ["tags", "author", "likes", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"tags" : ["attributed-no-source"], "author" : "Marilyn Monroe", "likes" : "18651 likes", "text" : " \u201cI am good, but not an angel. I do sin, but I am not the devil. I am just a small girl in a big world trying to find someone to love.\u201d "} | json_instruct | {"type": "object", "properties": {"tags": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "likes": {"type": "string"}, "text": {"type": "string"}}, "required": ["tags", "author", "likes", "text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"ok": {"type": "boolean"}, "members": {"type": "array", "items": {"type": "string"}}}, "required": ["ok", "members"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ok" : true, "members" : ["U024BLAH", "U024BLAH2"]} | json_instruct | {"type": "object", "properties": {"ok": {"type": "boolean"}, "members": {"type": "array", "items": {"type": "string"}}}, "required": ["ok", "members"], "$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": {"start": {"type": "string"}}, "required": ["start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"html-webpack-plugin": {"type": "string"}, "ts-loader": {"type": "string"}, "typescript": {"type": "string"}, "wasm-loader": {"type": "string"}, "webpack": {"type": "string"}, "webpack-dev-server": {"type": "string"}}, "required": ["html-webpack-plugin", "ts-loader", "typescript", "wasm-loader", "webpack", "webpack-dev-server"]}}, "required": ["name", "version", "description", "scripts", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "browser", "version" : "1.0.0", "description" : "", "scripts" : {"start" : "webpack-dev-server --open"}, "author" : "OJ Kwon <[email protected]>", "license" : "MIT", "devDependencies" : {"html-webpack-plugin" : "^2.29.0", "ts-loader" : "^2.3.1", "typescript" : "^2.4.2", "wasm-loader" : "^1.0.0", "webpack" : "^3.3.0", "webpack-dev-server" : "^2.6.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"html-webpack-plugin": {"type": "string"}, "ts-loader": {"type": "string"}, "typescript": {"type": "string"}, "wasm-loader": {"type": "string"}, "webpack": {"type": "string"}, "webpack-dev-server": {"type": "string"}}, "required": ["html-webpack-plugin", "ts-loader", "typescript", "wasm-loader", "webpack", "webpack-dev-server"]}}, "required": ["name", "version", "description", "scripts", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"activejade": {"type": "string"}}, "required": ["activejade"]}, "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"}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "grunt": {"type": "string"}, "grunt-cli": {"type": "string"}, "grunt-jison": {"type": "string"}, "grunt-mocha-test": {"type": "string"}, "htmltidy": {"type": "string"}, "jsdom": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["chai", "grunt", "grunt-cli", "grunt-jison", "grunt-mocha-test", "htmltidy", "jsdom", "mocha"]}, "dependencies": {"type": "object", "properties": {"commandline-parser": {"type": "string"}, "extend": {"type": "string"}, "q": {"type": "string"}}, "required": ["commandline-parser", "extend", "q"]}}, "required": ["name", "version", "description", "main", "bin", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "activejade", "version" : "1.1.12", "description" : "ActiveJade is a variant of original Jade(jade-lang.com) project aimed to work properly with MVVM frameworks", "main" : "lib/index.js", "bin" : {"activejade" : "bin/activejade.js"}, "scripts" : {"test" : "test"}, "repository" : {"type" : "git", "url" : "git+https://github.com/andreytkachenko/activejade.git"}, "keywords" : ["activejade", "jade", "template"], "author" : "Andrey Tkachenko", "license" : "MIT", "bugs" : {"url" : "https://github.com/andreytkachenko/activejade/issues"}, "homepage" : "https://github.com/andreytkachenko/activejade#readme", "devDependencies" : {"chai" : "^3.4.1", "grunt" : "^0.4.5", "grunt-cli" : "^0.1.13", "grunt-jison" : "^1.3.2", "grunt-mocha-test" : "^0.12.7", "htmltidy" : "0.0.6", "jsdom" : "^7.2.2", "mocha" : "^2.3.4"}, "dependencies" : {"commandline-parser" : "^0.4.0", "extend" : "^3.0.0", "q" : "^1.4.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"activejade": {"type": "string"}}, "required": ["activejade"]}, "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"}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "grunt": {"type": "string"}, "grunt-cli": {"type": "string"}, "grunt-jison": {"type": "string"}, "grunt-mocha-test": {"type": "string"}, "htmltidy": {"type": "string"}, "jsdom": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["chai", "grunt", "grunt-cli", "grunt-jison", "grunt-mocha-test", "htmltidy", "jsdom", "mocha"]}, "dependencies": {"type": "object", "properties": {"commandline-parser": {"type": "string"}, "extend": {"type": "string"}, "q": {"type": "string"}}, "required": ["commandline-parser", "extend", "q"]}}, "required": ["name", "version", "description", "main", "bin", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}, "10": {"type": "string"}, "11": {"type": "string"}, "12": {"type": "string"}}, "required": ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"1" : "Janeiro", "2" : "Fevereiro", "3" : "Mar\u00e7o", "4" : "Abril", "5" : "Maio", "6" : "Junho", "7" : "Julho", "8" : "Agosto", "9" : "Setembro", "10" : "Outubro", "11" : "Novembro", "12" : "Dezembro"} | json_instruct | {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}, "10": {"type": "string"}, "11": {"type": "string"}, "12": {"type": "string"}}, "required": ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"brief" : "Jishpah", "long" : "<i>Meaning:</i> \"Jishpah\", an Israelite.<br/><i>Usage:</i> Ispah.<br/><i>Source:</i> perhaps from \"H8192\"; \"he will scratch\";"} | json_instruct | {"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "short_name": {"type": "string"}, "description": {"type": "string"}, "theme_color": {"type": "string"}, "background_color": {"type": "string"}, "display": {"type": "string"}, "start_url": {"type": "string"}}, "required": ["name", "short_name", "description", "theme_color", "background_color", "display", "start_url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Plan lekcji ZSB", "short_name" : "Plan lekcji", "description" : "Aplikacja internetowa z planem lekcji.", "theme_color" : "#e05416", "background_color" : "#fff", "display" : "standalone", "start_url" : "/"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "short_name": {"type": "string"}, "description": {"type": "string"}, "theme_color": {"type": "string"}, "background_color": {"type": "string"}, "display": {"type": "string"}, "start_url": {"type": "string"}}, "required": ["name", "short_name", "description", "theme_color", "background_color", "display", "start_url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"t" : "mi'olic", "h" : [{"d" : [{"f" : "\u541f\u5531\u3001\u8b9a\u980c\u3002", "e" : ["\ufff9`Mi~`'olic~ `to~ `mato'asay~.\ufffa\ufffb\u6b4c\u980c\u9577\u8001\u3002"]}]}], "stem" : "'olic"} | 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#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}}, "required": ["name", "version", "description", "main", "author", "license", "private", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "archive-artifacts-s3", "version" : "1.1.0", "description" : "Archive artifacts in S3 and optionally generate presigned links", "main" : "dist/index.js", "author" : "Comtravo GmbH", "license" : "MIT", "private" : true, "scripts" : {"build" : "tsc && ncc build --source-map ./lib/main.js -o dist"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}}, "required": ["name", "version", "description", "main", "author", "license", "private", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Yarob\\LaravelServiceGenerator\\": {"type": "string"}, "Yarob\\LaravelServiceGenerator\\Tests\\": {"type": "string"}}, "required": ["Yarob\\LaravelServiceGenerator\\", "Yarob\\LaravelServiceGenerator\\Tests\\"]}}, "required": ["psr-4"]}, "extra": {"type": "object", "properties": {"laravel": {"type": "object", "properties": {"providers": {"type": "array", "items": {"type": "string"}}}, "required": ["providers"]}}, "required": ["laravel"]}, "require": {"type": "object", "properties": {}, "required": []}, "minimum-stability": {"type": "string"}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}, "orchestra/testbench": {"type": "string"}}, "required": ["phpunit/phpunit", "orchestra/testbench"]}}, "required": ["name", "description", "authors", "autoload", "extra", "require", "minimum-stability", "require-dev"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "yarooob/laravel-service-generator", "description" : "make your service layer classes easily", "authors" : [{"name" : "Yarob Al Mostafa", "email" : "[email protected]"}], "autoload" : {"psr-4" : {"Yarob\\LaravelServiceGenerator\\" : "src/", "Yarob\\LaravelServiceGenerator\\Tests\\" : "tests"}}, "extra" : {"laravel" : {"providers" : ["Yarob\\LaravelServiceGenerator\\LaravelServiceGeneratorServiceProvider"]}}, "require" : {}, "minimum-stability" : "dev", "require-dev" : {"phpunit/phpunit" : "^9.4@dev", "orchestra/testbench" : "^7.0@dev"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Yarob\\LaravelServiceGenerator\\": {"type": "string"}, "Yarob\\LaravelServiceGenerator\\Tests\\": {"type": "string"}}, "required": ["Yarob\\LaravelServiceGenerator\\", "Yarob\\LaravelServiceGenerator\\Tests\\"]}}, "required": ["psr-4"]}, "extra": {"type": "object", "properties": {"laravel": {"type": "object", "properties": {"providers": {"type": "array", "items": {"type": "string"}}}, "required": ["providers"]}}, "required": ["laravel"]}, "require": {"type": "object", "properties": {}, "required": []}, "minimum-stability": {"type": "string"}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}, "orchestra/testbench": {"type": "string"}}, "required": ["phpunit/phpunit", "orchestra/testbench"]}}, "required": ["name", "description", "authors", "autoload", "extra", "require", "minimum-stability", "require-dev"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"message": {"type": "string"}, "documentation_url": {"type": "string"}}, "required": ["message", "documentation_url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"message" : "Not Found", "documentation_url" : "https://docs.github.com/rest/reference/repos#get-repository-clones"} | json_instruct | {"type": "object", "properties": {"message": {"type": "string"}, "documentation_url": {"type": "string"}}, "required": ["message", "documentation_url"], "$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"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"jquery": {"type": "string"}}, "required": ["jquery"]}}, "required": ["name", "version", "homepage", "authors", "description", "main", "license", "ignore", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "throw", "version" : "0.0.1", "homepage" : "https://github.com/vinitlee/throw", "authors" : ["Vincent Lee <[email protected]>"], "description" : "Realtime communal playlisting using YouTube", "main" : "app.js", "license" : "MIT", "ignore" : ["**/.*", "node_modules", "bower_components", "test", "tests"], "dependencies" : {"jquery" : "~2.1.4"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"jquery": {"type": "string"}}, "required": ["jquery"]}}, "required": ["name", "version", "homepage", "authors", "description", "main", "license", "ignore", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"basic_info": {"type": "object", "properties": {"name": {"type": "string"}, "titles": {"type": "array", "items": {"type": "string"}}, "social": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}, "class": {"type": "string"}}, "required": ["name", "url", "class"]}}, "image": {"type": "string"}}, "required": ["name", "titles", "social", "image"]}, "skills": {"type": "object", "properties": {"icons": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "class": {"type": "string"}, "level": {"type": "string"}}, "required": ["name", "class", "level"]}}}, "required": ["icons"]}}, "required": ["basic_info", "skills"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"basic_info" : {"name" : "Ntshembo Hlongwane", "titles" : ["Front-end Web-Developer", "Back-end Developer"], "social" : [{"name" : "github", "url" : "https://github.com/Ntshembo-Hlongwane1", "class" : "fab fa-github"}, {"name" : "instagram", "url" : "https://www.instagram.com/needyboii.scott/", "class" : "fab fa-instagram"}], "image" : "/images/myProfile.jpg"}, "skills" : {"icons" : [{"name" : "HTML 5", "class" : "devicon-html5-plain", "level" : "95"}, {"name" : "CSS 3", "class" : "devicon-css3-plain", "level" : "95"}, {"name" : "TypeScript", "class" : "devicon-typescript-plain", "level" : "90"}, {"name" : "JavaScript", "class" : "devicon-javascript-plain", "level" : "70"}, {"name" : "Sass", "class" : "devicon-sass-original", "level" : "75"}, {"name" : "Postgresql", "class" : "devicon-postgresql-plain", "level" : "60"}, {"name" : "React", "class" : "devicon-react-plain", "level" : "60"}, {"name" : "Node", "class" : "devicon-nodejs-plain", "level" : "60"}, {"name" : "MongoDB", "class" : "devicon-mongodb-plain", "level" : "60"}]}} | json_instruct | {"type": "object", "properties": {"basic_info": {"type": "object", "properties": {"name": {"type": "string"}, "titles": {"type": "array", "items": {"type": "string"}}, "social": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}, "class": {"type": "string"}}, "required": ["name", "url", "class"]}}, "image": {"type": "string"}}, "required": ["name", "titles", "social", "image"]}, "skills": {"type": "object", "properties": {"icons": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "class": {"type": "string"}, "level": {"type": "string"}}, "required": ["name", "class", "level"]}}}, "required": ["icons"]}}, "required": ["basic_info", "skills"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "version", "authors", "description", "main", "keywords", "license", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "angular-form-group", "version" : "1.0.0", "authors" : ["Edward paulino xuluc chulim <[email protected]>"], "description" : "Alternar las clases has-error y has-success de acuerdo al input del formulario", "main" : "angular-form-group.js", "keywords" : ["angular", "form", "group", "class", "has-success", "has-error", "edward"], "license" : "MIT", "homepage" : "[email protected]"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "version", "authors", "description", "main", "keywords", "license", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"versionEnd": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"]}, "versionStart": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"]}, "changes": {"type": "array", "items": {"type": "string"}}}, "required": ["versionEnd", "versionStart", "changes"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"versionEnd" : {"versionNum" : 2949, "commit" : "7a4533cba744f1e0627181a809938e1801c574de", "date" : "2021-07-15T06:15:38.695Z"}, "versionStart" : {"versionNum" : 2948, "commit" : "f3b3ba077af99357d65d76356574170d34b6ab84", "date" : "2021-07-15T06:14:09.527Z"}, "changes" : ["blockchains/smartchain/allowlist.json"]} | json_instruct | {"type": "object", "properties": {"versionEnd": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"]}, "versionStart": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"]}, "changes": {"type": "array", "items": {"type": "string"}}}, "required": ["versionEnd", "versionStart", "changes"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@bazaar/base": {"type": "string"}, "@bazaar/button": {"type": "string"}, "@bazaar/icon": {"type": "string"}, "@bazaar/image": {"type": "string"}, "@bazaar/layout": {"type": "string"}, "@bazaar/styles": {"type": "string"}, "ionic": {"type": "string"}, "lit-element": {"type": "string"}, "lit-html": {"type": "string"}, "schema-dts": {"type": "string"}}, "required": ["@bazaar/base", "@bazaar/button", "@bazaar/icon", "@bazaar/image", "@bazaar/layout", "@bazaar/styles", "ionic", "lit-element", "lit-html", "schema-dts"]}, "config": {"type": "object", "properties": {"element_prefix": {"type": "string"}}, "required": ["element_prefix"]}}, "required": ["name", "version", "main", "license", "dependencies", "config"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@bazaar/product", "version" : "1.0.0", "main" : "index.js", "license" : "MIT", "dependencies" : {"@bazaar/base" : "^1.0.0", "@bazaar/button" : "^1.0.0", "@bazaar/icon" : "^1.0.0", "@bazaar/image" : "^1.0.0", "@bazaar/layout" : "^1.0.0", "@bazaar/styles" : "^1.0.0", "ionic" : "^5.2.3", "lit-element" : "^2.2.1", "lit-html" : "^1.1.1", "schema-dts" : "^0.4.2"}, "config" : {"element_prefix" : "neo-"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@bazaar/base": {"type": "string"}, "@bazaar/button": {"type": "string"}, "@bazaar/icon": {"type": "string"}, "@bazaar/image": {"type": "string"}, "@bazaar/layout": {"type": "string"}, "@bazaar/styles": {"type": "string"}, "ionic": {"type": "string"}, "lit-element": {"type": "string"}, "lit-html": {"type": "string"}, "schema-dts": {"type": "string"}}, "required": ["@bazaar/base", "@bazaar/button", "@bazaar/icon", "@bazaar/image", "@bazaar/layout", "@bazaar/styles", "ionic", "lit-element", "lit-html", "schema-dts"]}, "config": {"type": "object", "properties": {"element_prefix": {"type": "string"}}, "required": ["element_prefix"]}}, "required": ["name", "version", "main", "license", "dependencies", "config"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"$schema": {"type": "string"}, "required": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "description": {"type": "string"}, "properties": {"type": "object", "properties": {"serviceaccounts": {"type": "object", "properties": {"items": {"type": "object", "properties": {"required": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "properties": {"type": "object", "properties": {"namespace": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}, "name": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}}, "required": ["namespace", "name"]}}, "required": ["required", "description", "properties"]}, "type": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}}, "required": ["items", "type", "description"]}, "namespaces": {"type": "object", "properties": {"items": {"type": "object", "properties": {"type": {"type": "array", "items": {"type": "string"}}}, "required": ["type"]}, "type": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}}, "required": ["items", "type", "description"]}}, "required": ["serviceaccounts", "namespaces"]}}, "required": ["$schema", "required", "type", "description", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"$schema" : "http://json-schema.org/schema#", "required" : ["serviceaccounts", "namespaces"], "type" : "object", "description" : "ServiceAccountRestriction matches a service account by a string match on either the service-account name or the name of the service account's namespace.", "properties" : {"serviceaccounts" : {"items" : {"required" : ["name", "namespace"], "description" : "ServiceAccountReference specifies a service account and namespace by their names.", "properties" : {"namespace" : {"type" : "string", "description" : "Namespace is the namespace of the service account. Service accounts from inside the whitelisted namespaces are allowed to be bound to roles. If Namespace is empty, then the namespace of the RoleBindingRestriction in which the ServiceAccountReference is embedded is used."}, "name" : {"type" : "string", "description" : "Name is the name of the service account."}}}, "type" : ["array", "null"], "description" : "ServiceAccounts specifies a list of literal service-account names."}, "namespaces" : {"items" : {"type" : ["string", "null"]}, "type" : ["array", "null"], "description" : "Namespaces specifies a list of literal namespace names."}}} | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "required": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "description": {"type": "string"}, "properties": {"type": "object", "properties": {"serviceaccounts": {"type": "object", "properties": {"items": {"type": "object", "properties": {"required": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "properties": {"type": "object", "properties": {"namespace": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}, "name": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}}, "required": ["namespace", "name"]}}, "required": ["required", "description", "properties"]}, "type": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}}, "required": ["items", "type", "description"]}, "namespaces": {"type": "object", "properties": {"items": {"type": "object", "properties": {"type": {"type": "array", "items": {"type": "string"}}}, "required": ["type"]}, "type": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}}, "required": ["items", "type", "description"]}}, "required": ["serviceaccounts", "namespaces"]}}, "required": ["$schema", "required", "type", "description", "properties"], "$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"}, "author": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"argparse": {"type": "string"}, "glob": {"type": "string"}}, "required": ["argparse", "glob"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "required": ["name", "version", "description", "author", "main", "dependencies", "scripts", "license", "repository"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "pumlhorse-yamljs", "version" : "0.2.11", "description" : "Forked version of yamljs to add line numbers", "author" : "Matt Dickinson <[email protected]>", "main" : "./lib/Yaml.js", "dependencies" : {"argparse" : "^0.1.15", "glob" : "^4.0.0"}, "scripts" : {"test" : "cake build; cake test"}, "license" : "MIT", "repository" : {"type" : "git", "url" : "git://github.com/pumlhorse/yaml.js.git"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"argparse": {"type": "string"}, "glob": {"type": "string"}}, "required": ["argparse", "glob"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "required": ["name", "version", "description", "author", "main", "dependencies", "scripts", "license", "repository"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"loss": {"type": "array", "items": {"type": "number"}}, "accuracy": {"type": "array", "items": {"type": "number"}}, "val_loss": {"type": "array", "items": {"type": "number"}}, "val_accuracy": {"type": "array", "items": {"type": "number"}}}, "required": ["loss", "accuracy", "val_loss", "val_accuracy"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"loss" : [0.4864981770515442, 0.33034518361091614, 0.25975123047828674, 0.2209341675043106, 0.18369773030281067, 0.15957559645175934, 0.14272622764110565, 0.12771888077259064, 0.11437828093767166, 0.11000280827283859], "accuracy" : [0.8323675394058228, 0.9638245105743408, 0.9727649092674255, 0.9691225290298462, 0.9714404344558716, 0.9708609580993652, 0.9703642725944519, 0.9674668908119202, 0.9715231657028198, 0.9687914252281189], "val_loss" : [0.3707713782787323, 0.2927217483520508, 0.23953132331371307, 0.1953705996274948, 0.1700187474489212, 0.1472586840391159, 0.13248389959335327, 0.1231405958533287, 0.12391053885221481, 0.10241224616765976], "val_accuracy" : [0.9648340344429016, 0.9618622660636902, 0.9727587699890137, 0.9772164225578308, 0.9727587699890137, 0.9732540845870972, 0.9727587699890137, 0.9673105478286743, 0.971272885799408, 0.9702823162078857]} | json_instruct | {"type": "object", "properties": {"loss": {"type": "array", "items": {"type": "number"}}, "accuracy": {"type": "array", "items": {"type": "number"}}, "val_loss": {"type": "array", "items": {"type": "number"}}, "val_accuracy": {"type": "array", "items": {"type": "number"}}}, "required": ["loss", "accuracy", "val_loss", "val_accuracy"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "life-span": {"type": "object", "properties": {"begin": {"type": "string"}}, "required": ["begin"]}, "name": {"type": "string"}, "sort-name": {"type": "string"}, "type": {"type": "string"}}, "required": ["id", "life-span", "name", "sort-name", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "24968bb1-e21d-44b4-adbd-cbf318a5f149", "life-span" : {"begin" : "2007"}, "name" : "Bones of the Elephant", "sort-name" : "Bones of the Elephant", "type" : "Group"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "life-span": {"type": "object", "properties": {"begin": {"type": "string"}}, "required": ["begin"]}, "name": {"type": "string"}, "sort-name": {"type": "string"}, "type": {"type": "string"}}, "required": ["id", "life-span", "name", "sort-name", "type"], "$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"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "type": {"type": "string"}, "scores": {"type": "array", "items": {"type": "integer"}}, "scores_total": {"type": "integer"}, "scores_state": {"type": "string"}, "scores_updated": {"type": "integer"}, "snapshot": {"type": "string"}, "state": {"type": "string"}, "author": {"type": "string"}, "space": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "votes": {"type": "integer"}, "votes_data": {"type": "array", "items": {}}}, "required": ["id", "title", "body", "choices", "start", "end", "type", "scores", "scores_total", "scores_state", "scores_updated", "snapshot", "state", "author", "space", "votes", "votes_data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "0x1eb9a30e76f2f4bdc588b65b667757564f93c651de9291439b6915b5f8ef1b91", "title" : "What should we invest?", "body" : "", "choices" : ["BTC", "ETH", "LTC", "BNB "], "start" : 1637436612, "end" : 1637609412, "type" : "single-choice", "scores" : [0, 0, 0, 0], "scores_total" : 0, "scores_state" : "final", "scores_updated" : 1637609445, "snapshot" : "13652416", "state" : "closed", "author" : "0x072E42363a9B15d1Ca01D48CD06E970Fa70eAC70", "space" : {"id" : "bitsky.eth", "name" : "Bitsky Dao"}, "votes" : 0, "votes_data" : []} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "type": {"type": "string"}, "scores": {"type": "array", "items": {"type": "integer"}}, "scores_total": {"type": "integer"}, "scores_state": {"type": "string"}, "scores_updated": {"type": "integer"}, "snapshot": {"type": "string"}, "state": {"type": "string"}, "author": {"type": "string"}, "space": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "votes": {"type": "integer"}, "votes_data": {"type": "array", "items": {}}}, "required": ["id", "title", "body", "choices", "start", "end", "type", "scores", "scores_total", "scores_state", "scores_updated", "snapshot", "state", "author", "space", "votes", "votes_data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "armored cruiser", "definition" : "A man-of-war carrying a large coal supply, and more or less protected from the enemy's shot by iron or steel armor. There is no distinct and accepted classification distinguishing armored and protected cruisers from each other, except that the first have more or heavier armor than the second."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"client.js": {"type": "string"}, "client.min.js": {"type": "string"}}, "required": ["client.js", "client.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"client.js" : "sha512-PWP4/s/QvR+C0ueXJiMcBJMLbyA1AA9lwrojvjhdhA6crGOLpr6ewzc57F2YJVuzXw4fTuYgOh2lk5nc6bnnDA==", "client.min.js" : "sha512-4yyEYAqIzmt7uU3XDqYRZ4qirQc/JjsApI54w8TsO0hu+Te9h42PN31c4fKje1cNpPTu6IcrOoMNGhkMidpsAg=="} | json_instruct | {"type": "object", "properties": {"client.js": {"type": "string"}, "client.min.js": {"type": "string"}}, "required": ["client.js", "client.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon": {"type": "number"}}, "required": ["type", "id", "lat", "lon"]}}, "volunteer_postcode": {"type": "string"}, "closest_distance": {"type": "integer"}}, "required": ["id", "name", "nodes", "volunteer_postcode", "closest_distance"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "96826390", "name" : "Barton Fields", "nodes" : [{"type" : "node", "id" : 417586925, "lat" : 52.2622635, "lon" : -0.7876866}, {"type" : "node", "id" : 1121875565, "lat" : 52.2624859, "lon" : -0.7870138}, {"type" : "node", "id" : 1121875567, "lat" : 52.2622889, "lon" : -0.7875529}], "volunteer_postcode" : "NN3 5EG", "closest_distance" : 1789} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon": {"type": "number"}}, "required": ["type", "id", "lat", "lon"]}}, "volunteer_postcode": {"type": "string"}, "closest_distance": {"type": "integer"}}, "required": ["id", "name", "nodes", "volunteer_postcode", "closest_distance"], "$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"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "maintainers": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "contributors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "main": {"type": "string"}, "repository": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "test": {"type": "string"}}, "required": ["dev", "test"]}, "devDependencies": {"type": "object", "properties": {"bower": {"type": "string"}, "grunt": {"type": "string"}, "grunt-cli": {"type": "string"}, "grunt-contrib-concat": {"type": "string"}, "grunt-contrib-connect": {"type": "string"}, "grunt-contrib-jshint": {"type": "string"}, "grunt-contrib-qunit": {"type": "string"}, "grunt-contrib-uglify": {"type": "string"}, "grunt-contrib-watch": {"type": "string"}}, "required": ["bower", "grunt", "grunt-cli", "grunt-contrib-concat", "grunt-contrib-connect", "grunt-contrib-jshint", "grunt-contrib-qunit", "grunt-contrib-uglify", "grunt-contrib-watch"]}}, "required": ["name", "version", "description", "keywords", "homepage", "license", "author", "maintainers", "contributors", "main", "repository", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "basket.js", "version" : "0.5.2", "description" : "A script-loader that handles caching scripts in localStorage where supported", "keywords" : ["script", "loader", "localstorage", "caching", "asset", "loader", "preload", "javascript", "js"], "homepage" : "http://addyosmani.github.com/basket.js", "license" : "MIT", "author" : {"name" : "Addy Osmani", "email" : "[email protected]", "url" : "addyosmani.com"}, "maintainers" : [{"name" : "Addy Osmani"}, {"name" : "Sindre Sorhus", "email" : "[email protected]", "url" : "sindresorhus.com"}, {"name" : "Andr\u00e9e Hansson", "email" : "[email protected]", "url" : "andreehansson.se"}, {"name" : "Mat Scales", "email" : "[email protected]", "url" : "github.com/wibblymat"}], "contributors" : [{"name" : "Ironsjp"}, {"name" : "Mathias Bynens"}, {"name" : "Rick Waldron"}, {"name" : "Felipe Morais"}], "main" : "lib/basket", "repository" : "addyosmani/basket.js", "scripts" : {"dev" : "grunt", "test" : "bower install && grunt test"}, "devDependencies" : {"bower" : "1.x", "grunt" : "^0.4.0", "grunt-cli" : "^0.1.13", "grunt-contrib-concat" : "^0.5.0", "grunt-contrib-connect" : "^0.9.0", "grunt-contrib-jshint" : "^0.11.0", "grunt-contrib-qunit" : "^0.5.1", "grunt-contrib-uglify" : "^0.7.0", "grunt-contrib-watch" : "^0.6.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "maintainers": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "contributors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "main": {"type": "string"}, "repository": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "test": {"type": "string"}}, "required": ["dev", "test"]}, "devDependencies": {"type": "object", "properties": {"bower": {"type": "string"}, "grunt": {"type": "string"}, "grunt-cli": {"type": "string"}, "grunt-contrib-concat": {"type": "string"}, "grunt-contrib-connect": {"type": "string"}, "grunt-contrib-jshint": {"type": "string"}, "grunt-contrib-qunit": {"type": "string"}, "grunt-contrib-uglify": {"type": "string"}, "grunt-contrib-watch": {"type": "string"}}, "required": ["bower", "grunt", "grunt-cli", "grunt-contrib-concat", "grunt-contrib-connect", "grunt-contrib-jshint", "grunt-contrib-qunit", "grunt-contrib-uglify", "grunt-contrib-watch"]}}, "required": ["name", "version", "description", "keywords", "homepage", "license", "author", "maintainers", "contributors", "main", "repository", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"author": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "devDependencies": {"type": "object", "properties": {"mongoose": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["mongoose", "mocha"]}, "optionalDependencies": {"type": "object", "properties": {}, "required": []}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "required": ["author", "name", "description", "version", "dependencies", "scripts", "devDependencies", "optionalDependencies", "engines", "repository"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"author" : "Aaron Heckmann <[email protected]>", "name" : "mongoose-v2-compat", "description" : "Mongoose v2 compatibility for v3", "version" : "0.0.2", "dependencies" : {}, "scripts" : {"test" : "make test"}, "devDependencies" : {"mongoose" : "3.x", "mocha" : "*"}, "optionalDependencies" : {}, "engines" : {"node" : "*"}, "repository" : {"type" : "git", "url" : "git://github.com/aheckmann/mongoose-v2-compat.git"}} | json_instruct | {"type": "object", "properties": {"author": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "devDependencies": {"type": "object", "properties": {"mongoose": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["mongoose", "mocha"]}, "optionalDependencies": {"type": "object", "properties": {}, "required": []}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "required": ["author", "name", "description", "version", "dependencies", "scripts", "devDependencies", "optionalDependencies", "engines", "repository"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}, "RigLayoutName": {"type": "string"}}, "required": ["Name", "ShortName", "Description", "RigLayoutName"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Name" : "Chaleco Blackhawk! Commando (Negro)", "ShortName" : "Commando ", "Description" : "Dise\u00f1ado para ser confortable y de acceso r\u00e1pido. Este chaleco t\u00e1ctico permite tener muchos cargadores a mano.", "RigLayoutName" : "Commando"} | json_instruct | {"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}, "RigLayoutName": {"type": "string"}}, "required": ["Name", "ShortName", "Description", "RigLayoutName"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid 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"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"schema_version" : "1.2.0", "id" : "GHSA-pvc9-w2p3-hggj", "modified" : "2022-04-23T00:40:28Z", "published" : "2022-04-23T00:40:28Z", "aliases" : ["CVE-2012-1259"], "details" : "Multiple SQL injection vulnerabilities in Plixer International Scrutinizer NetFlow & sFlow Analyzer 8.6.2.16204, and possibly other versions before 9.0.1.19899, allow remote attackers to execute arbitrary SQL commands via the (1) addip parameter to cgi-bin/scrut_fa_exclusions.cgi, (2) getPermissionsAndPreferences parameter to cgi-bin/login.cgi, or (3) possibly certain parameters to d4d/alarms.php as demonstrated by the search_str parameter.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2012-1259"}, {"type" : "WEB", "url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/74826"}, {"type" : "WEB", "url" : "https://www.trustwave.com/en-us/resources/blogs/spiderlabs-blog/twsl2012-008-multiple-vulnerabilities-in-scrutinizer-netflow-sflow-analyzer/"}, {"type" : "WEB", "url" : "http://packetstormsecurity.org/files/111791/Scrutinizer-8.6.2-Bypass-Cross-Site-Scripting-SQL-Injection.html"}, {"type" : "WEB", "url" : "http://www.exploit-db.com/exploits/18750"}, {"type" : "WEB", "url" : "http://www.securityfocus.com/bid/52989"}], "database_specific" : {"cwe_ids" : [], "severity" : "HIGH", "github_reviewed" : false}} | json_instruct | {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"360104002": {"type": "string"}, "360104006": {"type": "string"}, "360104007": {"type": "string"}, "360104008": {"type": "string"}, "360104009": {"type": "string"}, "360104100": {"type": "string"}, "360104400": {"type": "string"}}, "required": ["360104002", "360104006", "360104007", "360104008", "360104009", "360104100", "360104400"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"360104002" : "\u6d2a\u90fd\u8857\u9053", "360104006" : "\u4eac\u5c71\u8857\u9053", "360104007" : "\u4e09\u5bb6\u5e97\u8857\u9053", "360104008" : "\u5cb1\u5c71\u8857\u9053", "360104009" : "\u5f90\u5bb6\u574a\u8857\u9053", "360104100" : "\u9752\u4e91\u8c31\u9547", "360104400" : "\u5357\u660c\u660c\u5357\u5de5\u4e1a\u56ed"} | json_instruct | {"type": "object", "properties": {"360104002": {"type": "string"}, "360104006": {"type": "string"}, "360104007": {"type": "string"}, "360104008": {"type": "string"}, "360104009": {"type": "string"}, "360104100": {"type": "string"}, "360104400": {"type": "string"}}, "required": ["360104002", "360104006", "360104007", "360104008", "360104009", "360104100", "360104400"], "$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": "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"}, "config": {"type": "object", "properties": {"commitizen": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}}, "required": ["commitizen"]}, "dependencies": {"type": "object", "properties": {"cz-conventional-changelog": {"type": "string"}}, "required": ["cz-conventional-changelog"]}, "scripts": {"type": "object", "properties": {"changelog": {"type": "string"}}, "required": ["changelog"]}}, "required": ["name", "version", "description", "main", "repository", "author", "license", "bugs", "homepage", "config", "dependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "NZ WHV Application Form", "version" : "1.0.0", "description" : "Application form demo of New Zealand Working Holiday Visa", "main" : "index.html", "repository" : {"type" : "git", "url" : "git+https://github.com/YuyingWu/whv.git"}, "author" : "wuyuying", "license" : "MIT", "bugs" : {"url" : "https://github.com/YuyingWu/whv/issues"}, "homepage" : "http://www.wuyuying.com/whv/#/personal-details", "config" : {"commitizen" : {"path" : "./node_modules/cz-conventional-changelog"}}, "dependencies" : {"cz-conventional-changelog" : "^1.2.0"}, "scripts" : {"changelog" : "conventional-changelog -p angular -i CHANGELOG.md -w -r 0"}} | 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"}, "config": {"type": "object", "properties": {"commitizen": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}}, "required": ["commitizen"]}, "dependencies": {"type": "object", "properties": {"cz-conventional-changelog": {"type": "string"}}, "required": ["cz-conventional-changelog"]}, "scripts": {"type": "object", "properties": {"changelog": {"type": "string"}}, "required": ["changelog"]}}, "required": ["name", "version", "description", "main", "repository", "author", "license", "bugs", "homepage", "config", "dependencies", "scripts"], "$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": "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" : "Bessines", "dpt" : "Deux-S\u00e8vres", "inscrits" : 1374, "abs" : 219, "votants" : 1155, "blancs" : 20, "nuls" : 9, "exp" : 1126, "res" : [{"panneau" : "3", "voix" : 404}, {"panneau" : "11", "voix" : 245}, {"panneau" : "9", "voix" : 194}, {"panneau" : "2", "voix" : 127}, {"panneau" : "4", "voix" : 78}, {"panneau" : "1", "voix" : 44}, {"panneau" : "6", "voix" : 15}, {"panneau" : "8", "voix" : 10}, {"panneau" : "5", "voix" : 6}, {"panneau" : "10", "voix" : 3}, {"panneau" : "7", "voix" : 0}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"place_name" : "Dewey", "state_name" : "Arizona", "state_abbrv" : "AZ", "lat" : "34.5368", "long" : "-112.2567"} | json_instruct | {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$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" : "R_2wpoM9hWM445ShF", "text" : "Concept group: PERSONAL DETAILS ,MAIL ID ,SOFTWARE | Guided concept group: [FAKE WEB PAGES ,MOBILE GAMES] , [EMAIL ,PRINTERS] | Knowledge Test results: Failed: Windows, Mal App, Local | Failed: Android, Mal App, Local | Failed: Excel, Online, Multi Auth | Passed: Online, mal web content, Man in Middle | Passed: Windows, direct write, resource remove | Failed: Word, code exec, local"} | 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": {"id": {"type": "integer"}, "node": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "image": {"type": "string"}, "date": {"type": "string"}}, "required": ["id", "name", "image", "date"]}}, "relate": {"type": "array", "items": {"type": "object", "properties": {"relate": {"type": "string"}, "src": {"type": "integer"}, "dst": {"type": "integer"}}, "required": ["relate", "src", "dst"]}}}, "required": ["id", "node", "relate"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 4008, "node" : [{"id" : 4008, "name" : "ICE", "image" : "//lain.bgm.tv/pic/cover/m/21/b5/4008_70Ww7.jpg", "date" : "2007-05-25"}, {"id" : 84472, "name" : "ICE\u3008\u5287\u5834\u7248\u3009", "nameCN" : "ICE \u5267\u573a\u7248", "image" : "//lain.bgm.tv/pic/cover/m/0b/bd/84472_5VvG5.jpg", "date" : "2008-11-29"}], "relate" : [{"relate" : "\u603b\u96c6\u7bc7", "src" : 4008, "dst" : 84472}, {"relate" : "\u5168\u96c6", "src" : 84472, "dst" : 4008}]} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "node": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "image": {"type": "string"}, "date": {"type": "string"}}, "required": ["id", "name", "image", "date"]}}, "relate": {"type": "array", "items": {"type": "object", "properties": {"relate": {"type": "string"}, "src": {"type": "integer"}, "dst": {"type": "integer"}}, "required": ["relate", "src", "dst"]}}}, "required": ["id", "node", "relate"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"componentFolder": {"type": "string"}, "integrationFolder": {"type": "string"}}, "required": ["componentFolder", "integrationFolder"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"componentFolder" : "cypress/custom-component", "integrationFolder" : "cypress/custom-integration"} | json_instruct | {"type": "object", "properties": {"componentFolder": {"type": "string"}, "integrationFolder": {"type": "string"}}, "required": ["componentFolder", "integrationFolder"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"networkCallRecords": {"type": "array", "items": {}}, "variables": {"type": "array", "items": {"type": "string"}}}, "required": ["networkCallRecords", "variables"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"networkCallRecords" : [], "variables" : ["queuesastestsqueuesaspermissionparse016375e7cf1b39f"]} | json_instruct | {"type": "object", "properties": {"networkCallRecords": {"type": "array", "items": {}}, "variables": {"type": "array", "items": {"type": "string"}}}, "required": ["networkCallRecords", "variables"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"Haku:AbstractMagatamaPotion": {"type": "object", "properties": {"NAME": {"type": "string"}, "DESCRIPTIONS": {"type": "array", "items": {"type": "string"}}}, "required": ["NAME", "DESCRIPTIONS"]}, "Haku:QuarterPowerPotion": {"type": "object", "properties": {"NAME": {"type": "string"}, "DESCRIPTIONS": {"type": "array", "items": {}}}, "required": ["NAME", "DESCRIPTIONS"]}, "Haku:HalfPowerPotion": {"type": "object", "properties": {"NAME": {"type": "string"}, "DESCRIPTIONS": {"type": "array", "items": {}}}, "required": ["NAME", "DESCRIPTIONS"]}, "Haku:FullPowerPotion": {"type": "object", "properties": {"NAME": {"type": "string"}, "DESCRIPTIONS": {"type": "array", "items": {}}}, "required": ["NAME", "DESCRIPTIONS"]}}, "required": ["Haku:AbstractMagatamaPotion", "Haku:QuarterPowerPotion", "Haku:HalfPowerPotion", "Haku:FullPowerPotion"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Haku:AbstractMagatamaPotion" : {"NAME" : "25% Power", "DESCRIPTIONS" : ["Gain #b", " #yMagatamas."]}, "Haku:QuarterPowerPotion" : {"NAME" : "25% Power", "DESCRIPTIONS" : []}, "Haku:HalfPowerPotion" : {"NAME" : "50% Power", "DESCRIPTIONS" : []}, "Haku:FullPowerPotion" : {"NAME" : "Full Power", "DESCRIPTIONS" : []}} | json_instruct | {"type": "object", "properties": {"Haku:AbstractMagatamaPotion": {"type": "object", "properties": {"NAME": {"type": "string"}, "DESCRIPTIONS": {"type": "array", "items": {"type": "string"}}}, "required": ["NAME", "DESCRIPTIONS"]}, "Haku:QuarterPowerPotion": {"type": "object", "properties": {"NAME": {"type": "string"}, "DESCRIPTIONS": {"type": "array", "items": {}}}, "required": ["NAME", "DESCRIPTIONS"]}, "Haku:HalfPowerPotion": {"type": "object", "properties": {"NAME": {"type": "string"}, "DESCRIPTIONS": {"type": "array", "items": {}}}, "required": ["NAME", "DESCRIPTIONS"]}, "Haku:FullPowerPotion": {"type": "object", "properties": {"NAME": {"type": "string"}, "DESCRIPTIONS": {"type": "array", "items": {}}}, "required": ["NAME", "DESCRIPTIONS"]}}, "required": ["Haku:AbstractMagatamaPotion", "Haku:QuarterPowerPotion", "Haku:HalfPowerPotion", "Haku:FullPowerPotion"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "short_name": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "sizes": {"type": "string"}, "type": {"type": "string"}}, "required": ["src", "sizes", "type"]}}, "start_url": {"type": "string"}, "display": {"type": "string"}, "background_color": {"type": "string"}, "theme_color": {"type": "string"}, "orientation": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "website": {"type": "string"}, "github": {"type": "string"}, "source-repo": {"type": "string"}}, "required": ["name", "website", "github", "source-repo"]}, "gcm_sender_id": {"type": "string"}}, "required": ["name", "short_name", "icons", "start_url", "display", "background_color", "theme_color", "orientation", "author", "gcm_sender_id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Hello World App with Webpack", "short_name" : "Hello", "icons" : [{"src" : "img/angular.png", "sizes" : "144x144", "type" : "image/png"}], "start_url" : "/index.html", "display" : "standalone", "background_color" : "#3E4EB8", "theme_color" : "#2F3BA2", "orientation" : "portrait", "author" : {"name" : "Anny Iqbal", "website" : "https://annyportfolio.firebaseapp.com/", "github" : "https://github.com/AnnyIqbal", "source-repo" : "https://github.com/unicodeveloper/pwa-commits"}, "gcm_sender_id" : "103953800507"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "short_name": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "sizes": {"type": "string"}, "type": {"type": "string"}}, "required": ["src", "sizes", "type"]}}, "start_url": {"type": "string"}, "display": {"type": "string"}, "background_color": {"type": "string"}, "theme_color": {"type": "string"}, "orientation": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "website": {"type": "string"}, "github": {"type": "string"}, "source-repo": {"type": "string"}}, "required": ["name", "website", "github", "source-repo"]}, "gcm_sender_id": {"type": "string"}}, "required": ["name", "short_name", "icons", "start_url", "display", "background_color", "theme_color", "orientation", "author", "gcm_sender_id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "minimum-stability": {"type": "string"}, "repositories": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"pipw\\HelloWorld\\": {"type": "string"}}, "required": ["pipw\\HelloWorld\\"]}}, "required": ["psr-4"]}, "require": {"type": "object", "properties": {}, "required": []}, "version": {"type": "string"}}, "required": ["name", "description", "type", "license", "authors", "minimum-stability", "repositories", "autoload", "require", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "pipw/hello-composer", "description" : "A simple hello world composer package", "type" : "library", "license" : "MIT", "authors" : [{"name" : "Philip Waller", "email" : "[email protected]"}], "minimum-stability" : "stable", "repositories" : [{"type" : "vcs", "url" : "https://github.com/pipw/hello-composer.git"}], "autoload" : {"psr-4" : {"pipw\\HelloWorld\\" : "src/"}}, "require" : {}, "version" : "1.0.0"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "minimum-stability": {"type": "string"}, "repositories": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"pipw\\HelloWorld\\": {"type": "string"}}, "required": ["pipw\\HelloWorld\\"]}}, "required": ["psr-4"]}, "require": {"type": "object", "properties": {}, "required": []}, "version": {"type": "string"}}, "required": ["name", "description", "type", "license", "authors", "minimum-stability", "repositories", "autoload", "require", "version"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"contracts_version": {"type": "string"}, "chain_id": {"type": "integer"}, "contracts": {"type": "object", "properties": {"RaidenServiceBundle": {"type": "object", "properties": {"address": {"type": "string"}, "transaction_hash": {"type": "string"}, "block_number": {"type": "integer"}, "gas_cost": {"type": "integer"}, "constructor_arguments": {"type": "array", "items": {"type": "string"}}}, "required": ["address", "transaction_hash", "block_number", "gas_cost", "constructor_arguments"]}, "MonitoringService": {"type": "object", "properties": {"address": {"type": "string"}, "transaction_hash": {"type": "string"}, "block_number": {"type": "integer"}, "gas_cost": {"type": "integer"}, "constructor_arguments": {"type": "array", "items": {"type": "string"}}}, "required": ["address", "transaction_hash", "block_number", "gas_cost", "constructor_arguments"]}}, "required": ["RaidenServiceBundle", "MonitoringService"]}}, "required": ["contracts_version", "chain_id", "contracts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contracts_version" : "0.5.0", "chain_id" : 42, "contracts" : {"RaidenServiceBundle" : {"address" : "0x09A486E3784f1AbEA373F9A41484A67027DB6051", "transaction_hash" : "0x46d91b61758890757f60c83b518ac31645b74602676693d6778e0fbe418d1e4c", "block_number" : 10152141, "gas_cost" : 405912, "constructor_arguments" : ["0xd0A1E359811322d97991E03f863a0C30C2cF029C"]}, "MonitoringService" : {"address" : "0xdbf58A30949CE57ca69626A9C15A98bC43285159", "transaction_hash" : "0x204d9de20c28e40c707c90aa18344ccc88d18ed8ea1ce3bc8eb9d7d414d721d6", "block_number" : 10152142, "gas_cost" : 1896024, "constructor_arguments" : ["0xd0A1E359811322d97991E03f863a0C30C2cF029C", "0x09A486E3784f1AbEA373F9A41484A67027DB6051"]}}} | json_instruct | {"type": "object", "properties": {"contracts_version": {"type": "string"}, "chain_id": {"type": "integer"}, "contracts": {"type": "object", "properties": {"RaidenServiceBundle": {"type": "object", "properties": {"address": {"type": "string"}, "transaction_hash": {"type": "string"}, "block_number": {"type": "integer"}, "gas_cost": {"type": "integer"}, "constructor_arguments": {"type": "array", "items": {"type": "string"}}}, "required": ["address", "transaction_hash", "block_number", "gas_cost", "constructor_arguments"]}, "MonitoringService": {"type": "object", "properties": {"address": {"type": "string"}, "transaction_hash": {"type": "string"}, "block_number": {"type": "integer"}, "gas_cost": {"type": "integer"}, "constructor_arguments": {"type": "array", "items": {"type": "string"}}}, "required": ["address", "transaction_hash", "block_number", "gas_cost", "constructor_arguments"]}}, "required": ["RaidenServiceBundle", "MonitoringService"]}}, "required": ["contracts_version", "chain_id", "contracts"], "$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"}, "dependencies": {"type": "object", "properties": {"digit": {"type": "string"}, "montage": {"type": "string"}, "q": {"type": "string"}, "url": {"type": "string"}}, "required": ["digit", "montage", "q", "url"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "gitHead": {"type": "string"}, "readme": {"type": "string"}, "readmeFilename": {"type": "string"}, "description": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "_id": {"type": "string"}, "_shasum": {"type": "string"}, "_from": {"type": "string"}, "_resolved": {"type": "string"}}, "required": ["name", "version", "dependencies", "repository", "gitHead", "readme", "readmeFilename", "description", "bugs", "homepage", "_id", "_shasum", "_from", "_resolved"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "glTF-webgl-viewer", "version" : "0.1.0", "dependencies" : {"digit" : "^0.4.0", "montage" : "^0.14.15", "q" : "^1.5.1", "url" : "0.7.9"}, "repository" : {"type" : "git", "url" : "git+https://github.com/fabrobinet/glTF-webgl-viewer.git"}, "gitHead" : "3f04cc780acc7930e9fac3469d21bda3debbf2e1", "readme" : "## glTF WebGL Viewer\n\nMontage viewer for [glTF](https://github.com/KhronosGroup/glTF/blob/master/specification/README.md) specification \n\n * install [node](http://nodejs.org/) for your platform\n * npm install (inside glTF-webgl-viewer)\n\n", "readmeFilename" : "README.md", "description" : "Montage viewer for [glTF](https://github.com/KhronosGroup/glTF/blob/master/specification/README.md) specification", "bugs" : {"url" : "https://github.com/fabrobinet/glTF-webgl-viewer/issues"}, "homepage" : "https://github.com/fabrobinet/glTF-webgl-viewer#readme", "_id" : "[email protected]", "_shasum" : "4382d57b54b7e68f28a903cde132a33fd15734e9", "_from" : "git+https://github.com/cdebost/glTF-webgl-viewer.git#3f04cc780acc7930e9fac3469d21bda3debbf2e1", "_resolved" : "git+https://github.com/cdebost/glTF-webgl-viewer.git#3f04cc780acc7930e9fac3469d21bda3debbf2e1"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"digit": {"type": "string"}, "montage": {"type": "string"}, "q": {"type": "string"}, "url": {"type": "string"}}, "required": ["digit", "montage", "q", "url"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "gitHead": {"type": "string"}, "readme": {"type": "string"}, "readmeFilename": {"type": "string"}, "description": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "_id": {"type": "string"}, "_shasum": {"type": "string"}, "_from": {"type": "string"}, "_resolved": {"type": "string"}}, "required": ["name", "version", "dependencies", "repository", "gitHead", "readme", "readmeFilename", "description", "bugs", "homepage", "_id", "_shasum", "_from", "_resolved"], "$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" : "crenated", "definition" : "Having the margin cut into rounded teeth notches, or scallops."} | 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": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "profession": {"type": "string"}, "hometown": {"type": "string"}}, "required": ["name", "profession", "hometown"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "Alex", "profession" : "Programmer", "hometown" : "St Louis, MO"}, {"name" : "David", "profession" : "Salesman", "hometown" : "Denver, CO"}, {"name" : "Laura", "profession" : "CEO", "hometown" : "San Francisco, CA"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "profession": {"type": "string"}, "hometown": {"type": "string"}}, "required": ["name", "profession", "hometown"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"copyright_text": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "integer"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "related_urls": {"type": "array", "items": {}}, "speakers": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}}, "required": ["copyright_text", "description", "duration", "language", "recorded", "related_urls", "speakers", "tags", "thumbnail_url", "title", "videos"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"copyright_text" : "Standard YouTube License", "description" : "PyData SF 2016\n\nThe Anaconda Distribution has been pivotal for the adoption of Open Data Science since its creation in 2012. Today Anaconda has grown far beyond just a cross-platform scientific Python distribution into a rich ecosystem of users, services, software, and libraries. This talk will demonstrate some of the exciting features of the Anaconda ecosystem.", "duration" : 2153, "language" : "eng", "recorded" : "2016-08-24", "related_urls" : [], "speakers" : ["Ian Stokes Rees"], "tags" : [], "thumbnail_url" : "https://i.ytimg.com/vi/Dty02gkX9-g/maxresdefault.jpg", "title" : "Anaconda Ecosystem for Open Data Science", "videos" : [{"type" : "youtube", "url" : "https://www.youtube.com/watch?v=Dty02gkX9-g"}]} | json_instruct | {"type": "object", "properties": {"copyright_text": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "integer"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "related_urls": {"type": "array", "items": {}}, "speakers": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}}, "required": ["copyright_text", "description", "duration", "language", "recorded", "related_urls", "speakers", "tags", "thumbnail_url", "title", "videos"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"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" : "0x0ab2b537cb92372f60beb3ffa043209e3cf4c2046723941d77673d57e5e78ef6", "parentHash" : "0x7240d5c093a9bc83dfe938cd2e3bfd14594b372c233d72bfcacce168d6fea68d", "number" : 14603, "timestamp" : 1438399956, "nonce" : "0x40ce40cfc194ec59", "difficulty" : 858830826974, "gasLimit" : {"_hex" : "0x1388"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0xe6f6D9ce457FE194596C06a926bB1D2a42ABb7fd", "extraData" : "0x476574682f76312e302e302d66633739643332642f6c696e75782f676f312e34", "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#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"idArt": {"type": "string"}, "series": {"type": "string"}, "booktitle": {"type": "string"}, "year": {"type": "string"}, "place": {"type": "string"}, "location": {"type": "object", "properties": {"lat": {"type": "number"}, "lon": {"type": "number"}}, "required": ["lat", "lon"]}, "title": {"type": "string"}, "abstract": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "pdf1page": {"type": "string"}, "pdfarticle": {"type": "string"}}, "required": ["idArt", "series", "booktitle", "year", "place", "location", "title", "abstract", "authors", "pdf1page", "pdfarticle"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"idArt" : "746", "series" : "Revue des Nouvelles Technologies de l'Information", "booktitle" : "EGC", "year" : "2007", "place" : "Namur", "location" : {"lat" : 50.4673883, "lon" : 4.8719854}, "title" : "Un segmenteur de texte en phrases guid\u00e9 par l'utilisateur", "abstract" : "Ce programme effectue une segmentation en phrases d'un texte. Contrairement aux proc\u00e9dures classiques, nous n'utilisons pas d'annotations pr\u00e9liminaires et tirons parti d'un apprentissage guid\u00e9 par l'utilisateur.", "authors" : ["Thomas Heitz"], "pdf1page" : "http://editions-rnti.fr/render_pdf.php?p1&p=1001334", "pdfarticle" : "http://editions-rnti.fr/render_pdf.php?p=1001334"} | json_instruct | {"type": "object", "properties": {"idArt": {"type": "string"}, "series": {"type": "string"}, "booktitle": {"type": "string"}, "year": {"type": "string"}, "place": {"type": "string"}, "location": {"type": "object", "properties": {"lat": {"type": "number"}, "lon": {"type": "number"}}, "required": ["lat", "lon"]}, "title": {"type": "string"}, "abstract": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "pdf1page": {"type": "string"}, "pdfarticle": {"type": "string"}}, "required": ["idArt", "series", "booktitle", "year", "place", "location", "title", "abstract", "authors", "pdf1page", "pdfarticle"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"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"}, "date_acquired": {"type": "string"}, "department": {"type": "string"}, "physical_location": {"type": "string"}, "item_width": {"type": "number"}, "item_height": {"type": "number"}, "item_depth": {"type": "number"}, "item_diameter": {"type": "number"}, "web_url": {"type": "string"}, "provenance_text": {"type": "string"}, "classification": {"type": "string"}, "images": {"type": "array", "items": {"type": "object", "properties": {"image_url": {"type": "string"}}, "required": ["image_url"]}}, "creator": {"type": "array", "items": {"type": "object", "properties": {"artist_id": {"type": "string"}, "party_type": {"type": "string"}, "full_name": {"type": "string"}, "cited_name": {"type": "string"}, "role": {"type": "null"}, "nationality": {"type": "string"}, "birth_date": {"type": "string"}, "death_date": {"type": "string"}, "birth_place": {"type": "string"}, "death_place": {"type": "string"}}, "required": ["artist_id", "party_type", "full_name", "cited_name", "role", "nationality", "birth_date", "death_date", "birth_place", "death_place"]}}}, "required": ["title", "creation_date", "creation_date_earliest", "creation_date_latest", "medium", "accession_number", "id", "credit_line", "date_acquired", "department", "physical_location", "item_width", "item_height", "item_depth", "item_diameter", "web_url", "provenance_text", "classification", "images", "creator"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Pittsburgh Steelers football players no. 35 Paul \"Tank\" Younger and no. 27 Dean Darby, in passageway of Pitt Stadium after game with Chicago Bears", "creation_date" : "September 1958", "creation_date_earliest" : "1958-09-01", "creation_date_latest" : "1958-09-06", "medium" : "black and white: Kodak film", "accession_number" : "2001.35.1676", "id" : "cmoa:things/8d2795d3-ee87-46c3-9eac-521afec349c3", "credit_line" : "Heinz Family Fund", "date_acquired" : "2001-10-04", "department" : "Fine Arts", "physical_location" : "Not on View", "item_width" : 5.0, "item_height" : 4.0, "item_depth" : 0.0, "item_diameter" : 0.0, "web_url" : "http://teenie.cmoa.org/CollectionSearch.aspx?itemIRN=3104", "provenance_text" : "The Estate of Charles H. Harris, Pittsburgh", "classification" : "Photographic Negative", "images" : [{"image_url" : "http://collection.cmoa.org/CollectionImage.aspx?irn=18224&size=ZoomLarge"}], "creator" : [{"artist_id" : "cmoa:parties/c6f0eebf-b566-4532-b704-ce6ad6cb421c", "party_type" : "Person", "full_name" : "Charles \"Teenie\" Harris", "cited_name" : "Harris, Charles \"Teenie\"", "role" : null, "nationality" : "American", "birth_date" : "1908-01-01", "death_date" : "1998-01-01", "birth_place" : "Pittsburgh PA", "death_place" : "Pittsburgh PA"}]} | 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"}, "date_acquired": {"type": "string"}, "department": {"type": "string"}, "physical_location": {"type": "string"}, "item_width": {"type": "number"}, "item_height": {"type": "number"}, "item_depth": {"type": "number"}, "item_diameter": {"type": "number"}, "web_url": {"type": "string"}, "provenance_text": {"type": "string"}, "classification": {"type": "string"}, "images": {"type": "array", "items": {"type": "object", "properties": {"image_url": {"type": "string"}}, "required": ["image_url"]}}, "creator": {"type": "array", "items": {"type": "object", "properties": {"artist_id": {"type": "string"}, "party_type": {"type": "string"}, "full_name": {"type": "string"}, "cited_name": {"type": "string"}, "role": {"type": "null"}, "nationality": {"type": "string"}, "birth_date": {"type": "string"}, "death_date": {"type": "string"}, "birth_place": {"type": "string"}, "death_place": {"type": "string"}}, "required": ["artist_id", "party_type", "full_name", "cited_name", "role", "nationality", "birth_date", "death_date", "birth_place", "death_place"]}}}, "required": ["title", "creation_date", "creation_date_earliest", "creation_date_latest", "medium", "accession_number", "id", "credit_line", "date_acquired", "department", "physical_location", "item_width", "item_height", "item_depth", "item_diameter", "web_url", "provenance_text", "classification", "images", "creator"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 404372713, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "697fcbcd0e3ede6678773eb8ffa9ccce", "wof:id" : 404372713, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [2.67371754005737, 47.95755683317153, 2.72835645895399, 48.00389836321347], "geometry" : {"coordinates" : [[[2.72163406972673, 47.95755683317153], [2.71850625023507, 47.9637589610854], [2.67371754005737, 47.98027397689408], [2.67610600324636, 47.98642708531546], [2.68276835316294, 47.99539047874185], [2.70179978831313, 47.99665515063489], [2.71219167631443, 48.00389836321347], [2.71954950308299, 48.00212530077964], [2.71985360632616, 47.99279387739668], [2.72831355170054, 47.99012295691784], [2.72835645895399, 47.98698232638533], [2.72487920408824, 47.96217215913767], [2.72163406972673, 47.95755683317153]]], "type" : "Polygon"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "defined": {"type": "object", "properties": {"spec": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "url"]}, "fragment": {"type": "string"}, "href": {"type": "string"}}, "required": ["spec", "fragment", "href"]}, "extended": {"type": "array", "items": {}}, "inheritance": {"type": "null"}, "includes": {"type": "array", "items": {}}}, "required": ["name", "type", "defined", "extended", "inheritance", "includes"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "MockCaptureDeviceConfiguration", "type" : "dictionary", "defined" : {"spec" : {"title" : "Media Capture Automation", "url" : "https://w3c.github.io/mediacapture-automation/"}, "fragment" : "dictionary MockCaptureDeviceConfiguration {\n DOMString label;\n DOMString deviceId;\n DOMString groupId;\n};", "href" : "https://w3c.github.io/mediacapture-automation/#dom-mockcapturedeviceconfiguration"}, "extended" : [], "inheritance" : null, "includes" : []} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "defined": {"type": "object", "properties": {"spec": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "url"]}, "fragment": {"type": "string"}, "href": {"type": "string"}}, "required": ["spec", "fragment", "href"]}, "extended": {"type": "array", "items": {}}, "inheritance": {"type": "null"}, "includes": {"type": "array", "items": {}}}, "required": ["name", "type", "defined", "extended", "inheritance", "includes"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"cards": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "cardImage": {"type": "string"}, "description": {"type": "string"}}, "required": ["title", "cardImage", "description"]}}}, "required": ["cards"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"cards" : [{"title" : "Card Title", "cardImage" : "../../images/400x300.png", "description" : "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. "}, {"title" : "Card Title", "cardImage" : "../../images/400x300.png", "description" : "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. "}, {"title" : "Card Title", "cardImage" : "../../images/400x300.png", "description" : "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. "}, {"title" : "Card Title", "cardImage" : "../../images/400x300.png", "description" : "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua."}, {"title" : "Card Title", "cardImage" : "../../images/400x300.png", "description" : "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. "}, {"title" : "Card Title", "cardImage" : "../../images/400x300.png", "description" : "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua."}]} | json_instruct | {"type": "object", "properties": {"cards": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "cardImage": {"type": "string"}, "description": {"type": "string"}}, "required": ["title", "cardImage", "description"]}}}, "required": ["cards"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"xbox": {"type": "integer"}, "ps": {"type": "integer"}}, "required": ["xbox", "ps"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"xbox" : 32919, "ps" : 33080} | json_instruct | {"type": "object", "properties": {"xbox": {"type": "integer"}, "ps": {"type": "integer"}}, "required": ["xbox", "ps"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "misc": {"type": "object", "properties": {"postHint": {"type": "string"}}, "required": ["postHint"]}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "thumbnailUrl": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "thumbnailUrl", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "isCurated": {"type": "boolean"}, "ratio": {"type": "integer"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "isCurated", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "misc", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"author" : {"id" : "t2_15wa3v", "name" : "ScalpelArts"}, "date" : {"day" : 1606003200, "full" : 1606035838, "month" : 1604188800, "week" : 1606003200}, "id" : "t3_jysq0y", "misc" : {"postHint" : "image"}, "picture" : {"filesize" : 180817, "fullUrl" : "https://preview.redd.it/imxf92skbr061.jpg?auto=webp&s=58178c8d8311a303484ea2a5456d5cb6cec0d714", "hash" : "cf1e4894aa", "height" : 835, "lqip" : "data:image/jpg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAQAAwDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQAB/8QAIxAAAQQCAwABBQAAAAAAAAAAAQIDBAURIQAGEhMiMTJBYf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAYEQADAQEAAAAAAAAAAAAAAAAAARECMf/aAAwDAQACEQMRAD8AMhszLKFGj21vCfr3XsLZZX4kPhGynyrHkH95xjHLrkHq7lesWcZAltvuoUHiAsALOARnRxjXMtrm4tZEY1/XlwnYKxJfPwpBcWn8fqI2Puf7ngpTS9idcsLWfFhSVnz8QZxoAb1rjedO1hDnD//Z", "thumbnailUrl" : "https://b.thumbs.redditmedia.com/zAcvMoVJAMU7GmTNslvDTdlCWcggKI3NxYOPmkozPAk.jpg", "url" : "https://preview.redd.it/imxf92skbr061.jpg?width=640&crop=smart&auto=webp&s=569e973232c17d47deefb8ca7ddf6ac8c9b0a09f", "width" : 640}, "score" : {"comments" : 2, "downs" : 0, "isCurated" : true, "ratio" : 1, "ups" : 847, "value" : 847}, "subreddit" : {"id" : "t5_3isai", "name" : "dndmaps"}, "tags" : ["Encounter"], "title" : "Snowy Camp Battle Map 23x30", "url" : "https://www.reddit.com/r/dndmaps/comments/jysq0y/snowy_camp_battle_map_23x30/"} | json_instruct | {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "misc": {"type": "object", "properties": {"postHint": {"type": "string"}}, "required": ["postHint"]}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "thumbnailUrl": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "thumbnailUrl", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "isCurated": {"type": "boolean"}, "ratio": {"type": "integer"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "isCurated", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "misc", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"item": {"type": "integer"}, "index": {"type": "integer"}}, "required": ["item", "index"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"item" : 234, "index" : 0} | json_instruct | {"type": "object", "properties": {"item": {"type": "integer"}, "index": {"type": "integer"}}, "required": ["item", "index"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"author": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "productName": {"type": "string"}, "license": {"type": "string"}, "bin": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "clean": {"type": "string"}, "coverage": {"type": "string"}, "dev": {"type": "string"}, "lint": {"type": "string"}, "start": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "clean", "coverage", "dev", "lint", "start", "test"]}, "dependencies": {"type": "object", "properties": {"@sourcegraph/vscode-ws-jsonrpc": {"type": "string"}, "bufferutil": {"type": "string"}, "copy-webpack-plugin": {"type": "string"}, "js-yaml": {"type": "string"}, "minimist": {"type": "string"}, "utf-8-validate": {"type": "string"}, "ws": {"type": "string"}}, "required": ["@sourcegraph/vscode-ws-jsonrpc", "bufferutil", "copy-webpack-plugin", "js-yaml", "minimist", "utf-8-validate", "ws"]}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "@types/ws": {"type": "string"}, "@typescript-eslint/parser": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-prettier": {"type": "string"}, "eslint-webpack-plugin": {"type": "string"}, "mocha": {"type": "string"}, "nyc": {"type": "string"}, "rimraf": {"type": "string"}, "ts-loader": {"type": "string"}, "typescript": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}}, "required": ["@types/node", "@types/ws", "@typescript-eslint/parser", "eslint", "eslint-config-prettier", "eslint-webpack-plugin", "mocha", "nyc", "rimraf", "ts-loader", "typescript", "webpack", "webpack-cli"]}}, "required": ["author", "name", "version", "description", "productName", "license", "bin", "main", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"author" : "craftslab", "name" : "proxy", "version" : "1.0.0", "description" : "LSP proxy", "productName" : "lspserver", "license" : "Apache-2.0", "bin" : "dist/proxy.js", "main" : "dist/proxy.js", "scripts" : {"build" : "webpack", "clean" : "rimraf dist", "coverage" : "mkdir coverage && nyc report --reporter=json -t coverage --report-dir=coverage", "dev" : "tsc -w", "lint" : "eslint --ext .ts ./", "start" : "yarn run clean && yarn run build && node dist/proxy.js --port 49093 --servers config.yml", "test" : "nyc mocha"}, "dependencies" : {"@sourcegraph/vscode-ws-jsonrpc" : "^0.0.3-fork", "bufferutil" : "^4.0.6", "copy-webpack-plugin" : "^5.1.1", "js-yaml" : "^3.13.1", "minimist" : "^1.2.0", "utf-8-validate" : "^5.0.9", "ws" : "^8.5.0"}, "devDependencies" : {"@types/node" : "^10.14.8", "@types/ws" : "^6.0.1", "@typescript-eslint/parser" : "^5.15.0", "eslint" : "^8.6.0", "eslint-config-prettier" : "^8.3.0", "eslint-webpack-plugin" : "^3.1.1", "mocha" : "^9.1.3", "nyc" : "^15.1.0", "rimraf" : "^2.6.3", "ts-loader" : "^7.0.0", "typescript" : "^3.9.10", "webpack" : "^4.42.1", "webpack-cli" : "^3.3.11"}} | json_instruct | {"type": "object", "properties": {"author": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "productName": {"type": "string"}, "license": {"type": "string"}, "bin": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "clean": {"type": "string"}, "coverage": {"type": "string"}, "dev": {"type": "string"}, "lint": {"type": "string"}, "start": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "clean", "coverage", "dev", "lint", "start", "test"]}, "dependencies": {"type": "object", "properties": {"@sourcegraph/vscode-ws-jsonrpc": {"type": "string"}, "bufferutil": {"type": "string"}, "copy-webpack-plugin": {"type": "string"}, "js-yaml": {"type": "string"}, "minimist": {"type": "string"}, "utf-8-validate": {"type": "string"}, "ws": {"type": "string"}}, "required": ["@sourcegraph/vscode-ws-jsonrpc", "bufferutil", "copy-webpack-plugin", "js-yaml", "minimist", "utf-8-validate", "ws"]}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "@types/ws": {"type": "string"}, "@typescript-eslint/parser": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-prettier": {"type": "string"}, "eslint-webpack-plugin": {"type": "string"}, "mocha": {"type": "string"}, "nyc": {"type": "string"}, "rimraf": {"type": "string"}, "ts-loader": {"type": "string"}, "typescript": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}}, "required": ["@types/node", "@types/ws", "@typescript-eslint/parser", "eslint", "eslint-config-prettier", "eslint-webpack-plugin", "mocha", "nyc", "rimraf", "ts-loader", "typescript", "webpack", "webpack-cli"]}}, "required": ["author", "name", "version", "description", "productName", "license", "bin", "main", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"repair_end": {"type": "string"}, "repair_begin": {"type": "string"}, "patches": {"type": "array", "items": {}}}, "required": ["repair_end", "repair_begin", "patches"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"repair_end" : "2019-07-31 15:46:56.938500", "repair_begin" : "2019-07-31 13:46:53.660904", "patches" : []} | json_instruct | {"type": "object", "properties": {"repair_end": {"type": "string"}, "repair_begin": {"type": "string"}, "patches": {"type": "array", "items": {}}}, "required": ["repair_end", "repair_begin", "patches"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "operating_systems": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "availability": {"type": "array", "items": {"type": "string"}}, "github_url": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "tags", "operating_systems", "license", "availability", "github_url", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Clair", "description" : "Clair is an open source project for the static analysis of vulnerabilities in application containers (currently including apps and docker).", "tags" : ["Container Security", "Docker", "Security Scanning", "CVE"], "operating_systems" : ["linux", "mac"], "license" : "Apache-2", "availability" : ["opensource"], "github_url" : "https://github.com/quay/clair", "url" : "https://github.com/quay/clair"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "operating_systems": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "availability": {"type": "array", "items": {"type": "string"}}, "github_url": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "tags", "operating_systems", "license", "availability", "github_url", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "ext-mbstring": {"type": "string"}, "ext-pdo": {"type": "string"}, "ext-json": {"type": "string"}, "ext-bcmath": {"type": "string"}, "php-pm/php-pm": {"type": "string"}, "symfony/psr-http-message-bridge": {"type": "string"}, "nyholm/psr7": {"type": "string"}, "vlucas/phpdotenv": {"type": "string"}, "symfony/http-kernel": {"type": "string"}, "php-di/php-di": {"type": "string"}, "nikic/fast-route": {"type": "string"}}, "required": ["php", "ext-mbstring", "ext-pdo", "ext-json", "ext-bcmath", "php-pm/php-pm", "symfony/psr-http-message-bridge", "nyholm/psr7", "vlucas/phpdotenv", "symfony/http-kernel", "php-di/php-di", "nikic/fast-route"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"PHPPM\\": {"type": "string"}, "Mylopotato\\Aiface\\": {"type": "string"}, "AifaceTests\\": {"type": "string"}}, "required": ["PHPPM\\", "Mylopotato\\Aiface\\", "AifaceTests\\"]}}, "required": ["psr-4"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}, "mockery/mockery": {"type": "string"}}, "required": ["phpunit/phpunit", "mockery/mockery"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}}, "required": ["name", "description", "type", "license", "authors", "require", "autoload", "require-dev", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "mylopotato/aiface", "description" : "Facemash clone", "type" : "project", "license" : "MIT", "authors" : [{"name" : "Mylopotato", "email" : "[email protected]"}], "require" : {"php" : ">=7.3", "ext-mbstring" : "*", "ext-pdo" : "*", "ext-json" : "*", "ext-bcmath" : "*", "php-pm/php-pm" : "*", "symfony/psr-http-message-bridge" : "^1.2", "nyholm/psr7" : "^1.1", "vlucas/phpdotenv" : "^3.3", "symfony/http-kernel" : "^4.2", "php-di/php-di" : "^6.0", "nikic/fast-route" : "^1.3"}, "autoload" : {"psr-4" : {"PHPPM\\" : "", "Mylopotato\\Aiface\\" : "src/Mylopotato/Aiface/", "AifaceTests\\" : "tests/AifaceTests/"}}, "require-dev" : {"phpunit/phpunit" : "^8", "mockery/mockery" : "^1.2"}, "scripts" : {"test" : "phpunit"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "ext-mbstring": {"type": "string"}, "ext-pdo": {"type": "string"}, "ext-json": {"type": "string"}, "ext-bcmath": {"type": "string"}, "php-pm/php-pm": {"type": "string"}, "symfony/psr-http-message-bridge": {"type": "string"}, "nyholm/psr7": {"type": "string"}, "vlucas/phpdotenv": {"type": "string"}, "symfony/http-kernel": {"type": "string"}, "php-di/php-di": {"type": "string"}, "nikic/fast-route": {"type": "string"}}, "required": ["php", "ext-mbstring", "ext-pdo", "ext-json", "ext-bcmath", "php-pm/php-pm", "symfony/psr-http-message-bridge", "nyholm/psr7", "vlucas/phpdotenv", "symfony/http-kernel", "php-di/php-di", "nikic/fast-route"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"PHPPM\\": {"type": "string"}, "Mylopotato\\Aiface\\": {"type": "string"}, "AifaceTests\\": {"type": "string"}}, "required": ["PHPPM\\", "Mylopotato\\Aiface\\", "AifaceTests\\"]}}, "required": ["psr-4"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}, "mockery/mockery": {"type": "string"}}, "required": ["phpunit/phpunit", "mockery/mockery"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}}, "required": ["name", "description", "type", "license", "authors", "require", "autoload", "require-dev", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "main": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"hitchcock": {"type": "string"}, "lodash.uniqby": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}}, "required": ["hitchcock", "lodash.uniqby", "react", "react-dom"]}, "devDependencies": {"type": "object", "properties": {"parcel-bundler": {"type": "string"}, "parcel-plugin-static-files-copy": {"type": "string"}, "sass": {"type": "string"}}, "required": ["parcel-bundler", "parcel-plugin-static-files-copy", "sass"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}}, "required": ["start", "build"]}, "browserslist": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "private", "main", "license", "dependencies", "devDependencies", "scripts", "browserslist"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "suspensify", "version" : "0.5.0", "private" : true, "main" : "index.js", "license" : "MIT", "dependencies" : {"hitchcock" : "^0.5.0", "lodash.uniqby" : "^4.7.0", "react" : "0.0.0-experimental-f6b8d31a7", "react-dom" : "0.0.0-experimental-f6b8d31a7"}, "devDependencies" : {"parcel-bundler" : "^1.12.4", "parcel-plugin-static-files-copy" : "^2.2.1", "sass" : "^1.23.1"}, "scripts" : {"start" : "parcel index.html", "build" : "parcel build index.html"}, "browserslist" : ["last 2 Chrome versions"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "main": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"hitchcock": {"type": "string"}, "lodash.uniqby": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}}, "required": ["hitchcock", "lodash.uniqby", "react", "react-dom"]}, "devDependencies": {"type": "object", "properties": {"parcel-bundler": {"type": "string"}, "parcel-plugin-static-files-copy": {"type": "string"}, "sass": {"type": "string"}}, "required": ["parcel-bundler", "parcel-plugin-static-files-copy", "sass"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}}, "required": ["start", "build"]}, "browserslist": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "private", "main", "license", "dependencies", "devDependencies", "scripts", "browserslist"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Noisy Sparse Subspace Clustering.", "fields" : ["data point", "linear subspace", "compressed sensing", "subspace topology", "noisy data", "cluster analysis"], "abstract" : "This paper considers the problem of subspace clustering under noise. Specifically, we study the behavior of Sparse Subspace Clustering (SSC) when either adversarial or random noise is added to the unlabelled input data points, which are assumed to lie in a union of low-dimensional subspaces. We show that a modified version of SSC is provably effective in correctly identifying the underlying subspaces, even with noisy data. This extends theoretical guarantee of this algorithm to the practical setting and provides justification to the success of SSC in a class of real applications.", "citation" : "Citations (117)", "departments" : ["National University of Singapore", "National University of Singapore", "Carnegie Mellon University", "National University of Singapore"], "authors" : ["Yu-Xiang Wang.....http://dblp.org/pers/hd/w/Wang:Yu=Xiang", "Huan Xu.....http://dblp.org/pers/hd/x/Xu:Huan"], "conf" : "icml", "year" : "2013", "pages" : 9} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 101877303, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "953a0bf146abeb9622b1f82bb3e16b5b", "wof:id" : 101877303, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [5.69286111508239, 48.1684761892933, 5.71410559711978, 48.17782268861146], "geometry" : {"coordinates" : [[[5.70716661496255, 48.17782268861146], [5.70731888646731, 48.17602664156311], [5.7140295848385, 48.17628779935114], [5.71410559711978, 48.17538976983622], [5.70873712804428, 48.1751808805206], [5.70888933164565, 48.17338482871764], [5.70486314828168, 48.17322799674838], [5.70509164091982, 48.17053392538185], [5.70106569319955, 48.17037695613374], [5.70121814641709, 48.16858091278522], [5.69853428851866, 48.1684761892933], [5.69830546159733, 48.17117024724246], [5.69293749223073, 48.17096059156745], [5.69286111508239, 48.1718586057263], [5.69420312729113, 48.17191104519804], [5.69412677036235, 48.17280905999127], [5.69681084968488, 48.17291389211221], [5.6966582201556, 48.17470992467099], [5.69934240423521, 48.17481469578541], [5.69918985561156, 48.17661073087817], [5.70321629266215, 48.17676777154736], [5.70314008419473, 48.17766579164737], [5.70716661496255, 48.17782268861146]]], "type" : "Polygon"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "total": {"type": "integer"}, "delta": {"type": "integer"}, "version": {"type": "string"}}, "required": ["date", "total", "delta", "version"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"date" : "2022-04-02", "total" : 3342, "delta" : 2, "version" : "0.140"}, {"date" : "2022-04-08", "total" : 3358, "delta" : 16, "version" : "0.140"}, {"date" : "2022-04-10", "total" : 3366, "delta" : 8, "version" : "0.140"}, {"date" : "2022-04-12", "total" : 3368, "delta" : 2, "version" : "0.140"}, {"date" : "2022-04-13", "total" : 3377, "delta" : 9, "version" : "0.140"}, {"date" : "2022-04-29", "total" : 3411, "delta" : 34, "version" : "0.140"}, {"date" : "2022-04-30", "total" : 3413, "delta" : 2, "version" : "0.140"}, {"date" : "2022-05-03", "total" : 3420, "delta" : 7, "version" : "0.140"}, {"date" : "2022-05-10", "total" : 3439, "delta" : 19, "version" : "0.140"}, {"date" : "2022-05-13", "total" : 3450, "delta" : 11, "version" : "0.140"}, {"date" : "2022-05-14", "total" : 3458, "delta" : 8, "version" : "0.140"}, {"date" : "2022-05-17", "total" : 3468, "delta" : 10, "version" : "0.140"}, {"date" : "2022-06-01", "total" : 3508, "delta" : 40, "version" : "0.140"}, {"date" : "2022-06-05", "total" : 3521, "delta" : 13, "version" : "0.140"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "total": {"type": "integer"}, "delta": {"type": "integer"}, "version": {"type": "string"}}, "required": ["date", "total", "delta", "version"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"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" : "\u0622\u0646\u0627\u0646 \u06a9\u0647 \u0645\u062d\u0642\u0642\u0627\u0646 \u0627\u06cc\u0646 \u062f\u0631\u06af\u0627\u0647\u0646\u062f", "m2" : "\u0646\u0632\u062f \u062f\u0644 \u0627\u0647\u0644 \u062f\u0644 \u0686\u0648 \u0628\u0631\u06af \u06a9\u0627\u0647\u0646\u062f"}, "1" : {"m1" : "\u0627\u0647\u0644 \u062f\u0644 \u062e\u0627\u0635\u06af\u0627\u0646 \u0634\u0627\u0647\u0646\u0634\u0627\u0647\u0646\u062f", "m2" : "\u0628\u0627\u0642\u06cc \u0647\u0645\u0647 \u0647\u0631\u0686\u0647 \u0647\u0633\u062a \u062e\u0631\u062c \u0631\u0627\u0647\u0646\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": {"title": {"type": "string"}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "image": {"type": "string"}}, "required": ["description", "image"]}, "policy": {"type": "string"}, "pokebox": {"type": "string"}, "browserSettings": {"type": "string"}, "changeNote": {"type": "string"}, "contactLink": {"type": "string"}}, "required": ["title", "meta", "policy", "pokebox", "browserSettings", "changeNote", "contactLink"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "\ud504\ub77c\uc774\ubc84\uc2dc \uc815\ucc45", "meta" : {"description" : "\ud3ec\ucf00\ubc30\ud2c0\ub7ec\ub294 \uc5ec\ub7ec\ubd84\uc758 \ud504\ub77c\uc774\ubc84\uc2dc\ub97c \uc2ec\uac01\ud558\uac8c \ubc1b\uc544\ub4e4\uc774\uace0 \uc5b4\ub5a4 \uc0ac\uc801\uc778 \uc0ac\uc6a9\uc790 \uc5d0\ub514\ud130\ub3c4 \uc0ac\uc774\ud2b8 \ubc16\uc73c\ub85c \uacf5\uc720\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.", "image" : "https://static.pokebattler.com/images/og_more_privacy.jpg"}, "policy" : "\ud3ec\ucf00\ubc30\ud2c0\ub7ec\ub294 \uc5ec\ub7ec\ubd84\uc758 \ud504\ub77c\uc774\ubc84\uc2dc\uc5d0 \uc2e0\uacbd\uc501\ub2c8\ub2e4. \uc6b0\ub9ac\ub294 \uc5ec\ub7ec\ubd84\uc758 \uac1c\uc778\uc801\uc778 \uc815\ubcf4\ub97c \uc11c\ub4dc\ud30c\ud2f0\uc640 \uacf5\uc720\ud558\uc9c0 \uc54a\uc73c\uba70 \ucfe0\ud0a4\uc640 \ub85c\uceec \uc2a4\ud1a0\ub9ac\uc9c0\ub97c \ud1b5\ud574\uc11c \uc0ac\uc774\ud2b8\uc5d0\uc11c\uc758 \uc5ec\ub7ec\ubd84\uc758 \uacbd\ud5d8\uc744 \ubd84\uc11d\ud558\uace0 \ucd5c\uc801\ud654\ud558\ub294 \uac83 \uc774\uc678\uc5d0\ub294 \uc5b4\ub5a4 \uc815\ubcf4\ub3c4 \uc800\uc7a5\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uc5ec\ub7ec\ubd84\uc758 \uc0ac\uc774\ud2b8 \ucee4\uc2a4\ud130\ub9c8\uc774\uc988\ub97c \uc800\uc7a5\ud558\uae30 \uc704\ud574 \ub85c\uceec \uc2a4\ud1a0\ub9ac\uc9c0\uac00 \uc0ac\uc6a9\ub429\ub2c8\ub2e4.", "pokebox" : "\ud3ec\ucf00\ubc30\ud2c0\ub7ec\ub294 \ub098\uc774\uc5b8\ud2f1 \uc11c\ubc84\uc640 \uc5b4\ub5a4 \uc2dd\uc73c\ub85c\ub3c4 \uc5f0\ub3d9\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \ud3ec\ucf00\ubc15\uc2a4, \ud2b8\ub808\uc774\ub108 \uc815\ubcf4\uc640 \ub2e4\ub978 \uac1c\uc778\uc801 \uc635\uc158\uc740 \uad6c\uae00\uacfc \ud398\uc774\uc2a4\ubd81\uc758 \ub85c\uadf8\uc778\uc744 \uc0ac\uc6a9\ud558\uace0 \uc5ec\ub7ec \uae30\uae30\ub97c \ud1b5\ud2c0\uc5b4\uc11c \ub9de\ucda4 \uacbd\ud5d8\uc744 \uc81c\uacf5\ud558\uae30 \uc704\ud574\uc11c \uc0ac\uc6a9\ub429\ub2c8\ub2e4. \ub85c\uadf8\uc778 \ubaa9\uc801\uc774\ub098 \uacc4\uc815 \ubb38\uc81c \ud574\uacb0\uc744 \uc704\ud574\uc11c \uc0ac\uc6a9\ub418\ub294 \uc2dd\ubcc4\ubc88\ud638\uc640 \uc774\uba54\uc77c \uc8fc\uc18c\ub97c \uc81c\uc678\ud558\uace0\ub294 \uc5b4\ub5a4 \uac1c\uc778\uc801\uc778 \uc815\ubcf4\ub3c4 \ucc3e\uac70\ub098 \uc800\uc7a5\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uc2dd\ubcc4\ubc88\ud638\uc640 \uc774\uba54\uc77c \uc8fc\uc18c\ub294 \ub9c8\ucf00\ud305\uc774\ub098 \uc81c\ud734 \ubaa9\uc801\uc73c\ub85c \uc0ac\uc6a9\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uc774\ub7ec\ud55c \uae30\ub2a5\uc758 \uc0ac\uc6a9\uc740 \uc790\uc720\uc774\uba70 \uc5ec\ub7ec\ubd84\uc758 \uc774\uc775\uc744 \uc704\ud55c \uac70 \uc785\ub2c8\ub2e4. \ud2b8\ub808\uc774\ub108 \uc774\ub984\uc774\ub098 \ud3ec\ucf00\ubc15\uc2a4 \ub0b4\uc6a9\uac19\uc740 \ub370\uc774\ud130\ub294 \uc8fc\uc18c \uacf5\uc720\ub098, \uce5c\uad6c \ucc3e\uae30 \ub4f1\uc758 \uc0ac\uc774\ud2b8 \uae30\ub2a5\uc744 \uc704\ud574 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. \uc5ec\ub7ec\ubd84\uc774 \ud504\ub77c\uc774\ubc84\uc2dc\uc5d0 \ub300\ud574 \uac71\uc815\ub41c\ub2e4\uba74, \ud2b8\ub808\uc774\ub108 \uc774\ub984\uc774\ub098 \ud3ec\ucf13\ubaac \uc774\ub984\uc744 \uc785\ub825\ud558\uc9c0 \uc54a\ub294 \uac83\uc744 \uace0\ub824\ud558\uc138\uc694.", "browserSettings" : "\uc5ec\ub7ec\ubd84\uc740 \ube0c\ub77c\uc6b0\uc800 \uc124\uc815\uc5d0\uc11c \ucfe0\ud0a4\uc640 \ub85c\uceec \uc2a4\ud1a0\ub9ac\uc9c0 \uc0ac\uc6a9\uc744 \ub04c \uc218 \uc788\uc2b5\ub2c8\ub2e4.", "changeNote" : "\uc774 \ud504\ub77c\uc774\ubc84\uc2dc \uc815\ucc45\uc740 \uacf5\uc9c0 \uc5c6\uc774 \ubc14\ub014\uc218 \uc788\uc73c\uba70 {{changed_date}}\uc5d0 \ub9c8\uc9c0\ub9c9\uc73c\ub85c \uc5c5\ub370\uc774\ud2b8\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \uc5ec\ub7ec\ubd84\uc774 \uc9c8\ubb38\uc774 \uc788\uac70\ub098 \ubaa8\ub4e0 \uc5ec\ub7ec\ubd84\uc758 \uc815\ubcf4\ub97c \uc774 \uc6f9\uc0ac\uc774\ud2b8\uc5d0\uc11c \uc81c\uac70\ud558\uace0 \uc2f6\uc73c\uba74, {{contactLink}}\ub85c \uc800\ud76c\uc5d0\uac8c \uc5f0\ub77d\uc8fc\uc138\uc694.", "contactLink" : "\uc800\ud76c\uc5d0\uac8c \uc5f0\ub77d\ud558\ub824\uba74."} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "image": {"type": "string"}}, "required": ["description", "image"]}, "policy": {"type": "string"}, "pokebox": {"type": "string"}, "browserSettings": {"type": "string"}, "changeNote": {"type": "string"}, "contactLink": {"type": "string"}}, "required": ["title", "meta", "policy", "pokebox", "browserSettings", "changeNote", "contactLink"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"parameters": {"type": "object", "properties": {"api-version": {"type": "string"}}, "required": ["api-version"]}, "responses": {"type": "object", "properties": {"200": {"type": "object", "properties": {"body": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "isDataAction": {"type": "boolean"}, "display": {"type": "object", "properties": {"resource": {"type": "string"}, "operation": {"type": "string"}, "description": {"type": "string"}}, "required": ["resource", "operation", "description"]}}, "required": ["name", "isDataAction", "display"]}}, "nextLink": {"type": "string"}}, "required": ["value", "nextLink"]}}, "required": ["body"]}}, "required": ["200"]}}, "required": ["parameters", "responses"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parameters" : {"api-version" : "2020-12-01-preview"}, "responses" : {"200" : {"body" : {"value" : [{"name" : "Microsoft.ConfidentialLedger/ledgers/read", "isDataAction" : false, "display" : {"resource" : "ledger", "operation" : "Get Confidential Ledger properties", "description" : "View the properties of a Confidential Ledger"}}], "nextLink" : "string"}}}} | json_instruct | {"type": "object", "properties": {"parameters": {"type": "object", "properties": {"api-version": {"type": "string"}}, "required": ["api-version"]}, "responses": {"type": "object", "properties": {"200": {"type": "object", "properties": {"body": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "isDataAction": {"type": "boolean"}, "display": {"type": "object", "properties": {"resource": {"type": "string"}, "operation": {"type": "string"}, "description": {"type": "string"}}, "required": ["resource", "operation", "description"]}}, "required": ["name", "isDataAction", "display"]}}, "nextLink": {"type": "string"}}, "required": ["value", "nextLink"]}}, "required": ["body"]}}, "required": ["200"]}}, "required": ["parameters", "responses"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"acadYear": {"type": "string"}, "preclusion": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "department": {"type": "string"}, "faculty": {"type": "string"}, "workload": {"type": "array", "items": {"type": "integer"}}, "prerequisite": {"type": "string"}, "moduleCredit": {"type": "string"}, "moduleCode": {"type": "string"}, "semesterData": {"type": "array", "items": {"type": "object", "properties": {"semester": {"type": "integer"}, "timetable": {"type": "array", "items": {"type": "object", "properties": {"classNo": {"type": "string"}, "startTime": {"type": "string"}, "endTime": {"type": "string"}, "weeks": {"type": "array", "items": {"type": "integer"}}, "venue": {"type": "string"}, "day": {"type": "string"}, "lessonType": {"type": "string"}, "size": {"type": "integer"}}, "required": ["classNo", "startTime", "endTime", "weeks", "venue", "day", "lessonType", "size"]}}, "examDate": {"type": "string"}, "examDuration": {"type": "integer"}}, "required": ["semester", "timetable", "examDate", "examDuration"]}}, "fulfillRequirements": {"type": "array", "items": {"type": "string"}}}, "required": ["acadYear", "preclusion", "description", "title", "department", "faculty", "workload", "prerequisite", "moduleCredit", "moduleCode", "semesterData", "fulfillRequirements"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"acadYear" : "2019/2020", "preclusion" : "EE3408E, TEE3408", "description" : "This module focuses on integration of analog circuits on silicon using CMOS technology. The topics covered include processing and modeling background, basic circuits, reference circuit design, single stage amplifiers, operational amplifiers, noise issues and advanced design methods.", "title" : "Integrated Analog Design", "department" : "Electrical and Computer Engineering", "faculty" : "Engineering", "workload" : [3, 1, 0, 2, 4], "prerequisite" : "CG2027/EE2027 (for AY2017 intake & after);\nEE2021 (for AY2016 intake & prior)", "moduleCredit" : "4", "moduleCode" : "EE3408C", "semesterData" : [{"semester" : 1, "timetable" : [{"classNo" : "01", "startTime" : "1700", "endTime" : "1800", "weeks" : [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13], "venue" : "LT4", "day" : "Thursday", "lessonType" : "Packaged Tutorial", "size" : 100}, {"classNo" : "01", "startTime" : "1200", "endTime" : "1400", "weeks" : [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13], "venue" : "LT4", "day" : "Friday", "lessonType" : "Packaged Lecture", "size" : 100}], "examDate" : "2019-11-25T05:00:00.000Z", "examDuration" : 120}], "fulfillRequirements" : ["EE5507", "EE4410A"]} | json_instruct | {"type": "object", "properties": {"acadYear": {"type": "string"}, "preclusion": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "department": {"type": "string"}, "faculty": {"type": "string"}, "workload": {"type": "array", "items": {"type": "integer"}}, "prerequisite": {"type": "string"}, "moduleCredit": {"type": "string"}, "moduleCode": {"type": "string"}, "semesterData": {"type": "array", "items": {"type": "object", "properties": {"semester": {"type": "integer"}, "timetable": {"type": "array", "items": {"type": "object", "properties": {"classNo": {"type": "string"}, "startTime": {"type": "string"}, "endTime": {"type": "string"}, "weeks": {"type": "array", "items": {"type": "integer"}}, "venue": {"type": "string"}, "day": {"type": "string"}, "lessonType": {"type": "string"}, "size": {"type": "integer"}}, "required": ["classNo", "startTime", "endTime", "weeks", "venue", "day", "lessonType", "size"]}}, "examDate": {"type": "string"}, "examDuration": {"type": "integer"}}, "required": ["semester", "timetable", "examDate", "examDuration"]}}, "fulfillRequirements": {"type": "array", "items": {"type": "string"}}}, "required": ["acadYear", "preclusion", "description", "title", "department", "faculty", "workload", "prerequisite", "moduleCredit", "moduleCode", "semesterData", "fulfillRequirements"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"itemid": {"type": "string"}, "displayname": {"type": "string"}, "nbttag": {"type": "string"}, "damage": {"type": "integer"}, "lore": {"type": "array", "items": {"type": "string"}}, "internalname": {"type": "string"}, "crafttext": {"type": "string"}, "clickcommand": {"type": "string"}, "modver": {"type": "string"}, "infoType": {"type": "string"}, "info": {"type": "array", "items": {"type": "string"}}}, "required": ["itemid", "displayname", "nbttag", "damage", "lore", "internalname", "crafttext", "clickcommand", "modver", "infoType", "info"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"itemid" : "minecraft:stone_pickaxe", "displayname" : "\u00a7f\u00a7f\u00a7aFractured Mithril Pickaxe", "nbttag" : "{ench:[],overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"\u00a78Breaking Power 5\",1:\"\",2:\"\u00a77Damage: \u00a7c+30\",3:\"\",4:\"\u00a77Mining Speed: \u00a7a+200\",5:\"\",6:\"\u00a77\u00a78This item can be reforged!\",7:\"\u00a7a\u00a7lUNCOMMON PICKAXE\"],Name:\"\u00a7f\u00a7f\u00a7aFractured Mithril Pickaxe\"},ExtraAttributes:{id:\"FRACTURED_MITHRIL_PICKAXE\"},AttributeModifiers:[]}", "damage" : 0, "lore" : ["\u00a78Breaking Power 5", "", "\u00a77Damage: \u00a7c+30", "", "\u00a77Mining Speed: \u00a7a+200", "", "\u00a77\u00a78This item can be reforged!", "\u00a7a\u00a7lUNCOMMON PICKAXE"], "internalname" : "FRACTURED_MITHRIL_PICKAXE", "crafttext" : "", "clickcommand" : "", "modver" : "1.7.1-REL", "infoType" : "WIKI_URL", "info" : ["https://hypixel-skyblock.fandom.com/wiki/Fractured_Mithril_Pickaxe"]} | json_instruct | {"type": "object", "properties": {"itemid": {"type": "string"}, "displayname": {"type": "string"}, "nbttag": {"type": "string"}, "damage": {"type": "integer"}, "lore": {"type": "array", "items": {"type": "string"}}, "internalname": {"type": "string"}, "crafttext": {"type": "string"}, "clickcommand": {"type": "string"}, "modver": {"type": "string"}, "infoType": {"type": "string"}, "info": {"type": "array", "items": {"type": "string"}}}, "required": ["itemid", "displayname", "nbttag", "damage", "lore", "internalname", "crafttext", "clickcommand", "modver", "infoType", "info"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "recommendations": {"type": "array", "items": {"type": "string"}}, "metrics": {"type": "object", "properties": {"P": {"type": "integer"}, "TP": {"type": "integer"}, "precision": {"type": "integer"}, "recall": {"type": "integer"}, "f1": {"type": "integer"}, "average precision": {"type": "integer"}, "reciprocal rank": {"type": "integer"}}, "required": ["P", "TP", "precision", "recall", "f1", "average precision", "reciprocal rank"]}}, "required": ["id", "recommendations", "metrics"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "8c25b634cf381c1d47f9301c7222a371ca0f4ef1", "recommendations" : ["TRTQDGL128E0780C94", "TRQHPJY128F1486A7E", "TRINTFS12903CF7876", "TRJSZZG128F931B3DD", "TRHNXJT128F145A8B2", "TRDJQCZ128F423D135", "TRQLZQH128E0792691", "TRAMXGR128E07822CC", "TRQBZSQ128F42782DC", "TRPUGEO12903CA9D27", "TRORCUV12903CDCA9D", "TRFNDHN128F426BE40", "TRSJTDA128F92F9584", "TRTPHVB128F426E044", "TRQPYHG128F4293089", "TRVTVVJ128F92EF90F", "TRQWDNH128F93173BE", "TRLUQEN128F1455E51", "TRBROFZ128E07917F6", "TRSTGGL128F4285F98", "TRLGQLW128EF3453BA", "TRURAHF128F426A3C4", "TRGOEVS128F42288A5", "TRFOKTF128F1477266", "TRSCWIA128E0785B05", "TRHZJBP128F92C3BC0", "TRTQBSZ128F425A745", "TRDYFOK128F4289A85", "TRDNRPM12903CFC916", "TRTRPCL128F9310BA8", "TRBBFSS12903D061AF", "TRYRZRK128F4228CD0", "TRKABMK128F426BF72", "TRJLMSU128F932BB3A", "TRXFWYF128F1491D07", "TRQZPIE128F1455E47", "TRACZWR128F92FFA26", "TRJHIKI128F42539D8", "TRGMWUO128F42902B4", "TRTKWUO12903CE9E30", "TRUMXQQ128F932C290", "TRQLZRI128F429337E", "TRFRJAY128F1465267", "TRGJWDV128E078EF07", "TRPFFIA128F92E8B63", "TRPONOG128F4275608", "TRAHVXE128F9339BAD", "TRMWPNK128F93471E5", "TRFEZLR128F92C5A85", "TREJTYD128F4261B09"], "metrics" : {"P" : 12, "TP" : 0, "precision" : 0, "recall" : 0, "f1" : 0, "average precision" : 0, "reciprocal rank" : 0}} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "recommendations": {"type": "array", "items": {"type": "string"}}, "metrics": {"type": "object", "properties": {"P": {"type": "integer"}, "TP": {"type": "integer"}, "precision": {"type": "integer"}, "recall": {"type": "integer"}, "f1": {"type": "integer"}, "average precision": {"type": "integer"}, "reciprocal rank": {"type": "integer"}}, "required": ["P", "TP", "precision", "recall", "f1", "average precision", "reciprocal rank"]}}, "required": ["id", "recommendations", "metrics"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"riot.js": {"type": "string"}, "riot.min.js": {"type": "string"}, "riot+compiler.js": {"type": "string"}, "riot+compiler.min.js": {"type": "string"}}, "required": ["riot.js", "riot.min.js", "riot+compiler.js", "riot+compiler.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"riot.js" : "sha256-E5J1BBThrzXC5QOeGXz9qIy8uPHWFqEsfGMP95Xv9GI=", "riot.min.js" : "sha256-T6/bu1ozb50DNZz5eo2HucrdQRb2AYwdK8SNLZxncH0=", "riot+compiler.js" : "sha256-SoIylLTt022sflBClFEmTqzv8wtHtdgJ7Wd5m+e7oGM=", "riot+compiler.min.js" : "sha256-kQAXWej8bmr4zW2IBZBYS02JVkCyZjFR7dRmCGsIi3w="} | json_instruct | {"type": "object", "properties": {"riot.js": {"type": "string"}, "riot.min.js": {"type": "string"}, "riot+compiler.js": {"type": "string"}, "riot+compiler.min.js": {"type": "string"}}, "required": ["riot.js", "riot.min.js", "riot+compiler.js", "riot+compiler.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"schema_version" : "1.2.0", "id" : "GHSA-r99q-hjh5-368x", "modified" : "2022-05-03T03:09:45Z", "published" : "2022-05-03T03:09:45Z", "aliases" : ["CVE-2003-0680"], "details" : "Unknown vulnerability in NFS for SGI IRIX 6.5.21 and earlier may allow an NFS client to bypass read-only restrictions.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2003-0680"}], "database_specific" : {"cwe_ids" : [], "severity" : "HIGH", "github_reviewed" : false}} | json_instruct | {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["critter", "gridder"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}, "10": {"type": "string"}, "11": {"type": "string"}, "12": {"type": "string"}, "13": {"type": "string"}, "14": {"type": "string"}, "15": {"type": "string"}, "16": {"type": "string"}, "17": {"type": "string"}, "18": {"type": "string"}, "19": {"type": "string"}, "20": {"type": "string"}, "21": {"type": "string"}, "22": {"type": "string"}, "23": {"type": "string"}, "24": {"type": "string"}, "25": {"type": "string"}, "26": {"type": "string"}, "27": {"type": "string"}, "28": {"type": "string"}, "29": {"type": "string"}, "30": {"type": "string"}, "31": {"type": "string"}, "32": {"type": "string"}, "33": {"type": "string"}, "34": {"type": "string"}, "35": {"type": "string"}, "36": {"type": "string"}}, "required": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36"]}}, "required": ["edges", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"edges" : [[5, 13], [13, 6], [32, 13], [23, 13], [13, 0], [33, 26], [19, 7], [4, 13], [18, 1], [13, 30], [13, 14], [10, 13], [13, 27], [29, 13], [20, 13], [3, 21], [13, 5], [13, 28], [11, 3], [13, 5], [13, 23], [13, 22], [9, 13], [8, 2], [13, 12], [13, 15], [25, 13], [34, 13], [11, 36], [23, 13], [13, 9], [13, 9], [3, 29], [16, 36], [9, 24], [3, 13], [30, 13], [17, 14], [13, 21], [13, 14], [13, 35], [13, 29], [13, 34], [13, 28], [21, 13], [13, 34], [31, 13]], "features" : {"0" : "1", "1" : "1", "2" : "1", "3" : "4", "4" : "1", "5" : "3", "6" : "1", "7" : "1", "8" : "1", "9" : "4", "10" : "1", "11" : "2", "12" : "1", "13" : "36", "14" : "3", "15" : "1", "16" : "1", "17" : "1", "18" : "1", "19" : "1", "20" : "1", "21" : "3", "22" : "1", "23" : "3", "24" : "1", "25" : "1", "26" : "1", "27" : "1", "28" : "2", "29" : "3", "30" : "2", "31" : "1", "32" : "1", "33" : "1", "34" : "3", "35" : "1", "36" : "2"}} | json_instruct | {"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}, "10": {"type": "string"}, "11": {"type": "string"}, "12": {"type": "string"}, "13": {"type": "string"}, "14": {"type": "string"}, "15": {"type": "string"}, "16": {"type": "string"}, "17": {"type": "string"}, "18": {"type": "string"}, "19": {"type": "string"}, "20": {"type": "string"}, "21": {"type": "string"}, "22": {"type": "string"}, "23": {"type": "string"}, "24": {"type": "string"}, "25": {"type": "string"}, "26": {"type": "string"}, "27": {"type": "string"}, "28": {"type": "string"}, "29": {"type": "string"}, "30": {"type": "string"}, "31": {"type": "string"}, "32": {"type": "string"}, "33": {"type": "string"}, "34": {"type": "string"}, "35": {"type": "string"}, "36": {"type": "string"}}, "required": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36"]}}, "required": ["edges", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"moduleResolution": {"type": "string"}, "noImplicitAny": {"type": "boolean"}, "module": {"type": "string"}, "target": {"type": "string"}}, "required": ["moduleResolution", "noImplicitAny", "module", "target"]}, "exclude": {"type": "array", "items": {"type": "string"}}}, "required": ["compilerOptions", "exclude"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"compilerOptions" : {"moduleResolution" : "node", "noImplicitAny" : true, "module" : "es6", "target" : "ES2017"}, "exclude" : ["node_modules", "node_test"]} | json_instruct | {"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"moduleResolution": {"type": "string"}, "noImplicitAny": {"type": "boolean"}, "module": {"type": "string"}, "target": {"type": "string"}}, "required": ["moduleResolution", "noImplicitAny", "module", "target"]}, "exclude": {"type": "array", "items": {"type": "string"}}}, "required": ["compilerOptions", "exclude"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"hash": {"type": "string"}, "data": {"type": "object", "properties": {"post": {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}}, "required": ["id", "title"]}}, "required": ["post"]}, "context": {"type": "object", "properties": {}, "required": []}}, "required": ["hash", "data", "context"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"hash" : "f213589e8e231fda35fc35880b1d6c5a306ebeaa", "data" : {"post" : {"id" : "312", "title" : "Loops"}}, "context" : {}} | json_instruct | {"type": "object", "properties": {"hash": {"type": "string"}, "data": {"type": "object", "properties": {"post": {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}}, "required": ["id", "title"]}}, "required": ["post"]}, "context": {"type": "object", "properties": {}, "required": []}}, "required": ["hash", "data", "context"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "string"}, "name": {"type": "string"}, "evm_code_coverage": {"type": "string"}, "integer_underflow": {"type": "boolean"}, "integer_overflow": {"type": "boolean"}, "parity_multisig_bug_2": {"type": "boolean"}, "callstack_depth_attack_vulnerability": {"type": "boolean"}, "transaction-ordering_dependence_tod": {"type": "boolean"}, "timestamp_dependency": {"type": "boolean"}, "re-entrancy_vulnerability": {"type": "boolean"}}, "required": ["errors", "file", "name", "evm_code_coverage", "integer_underflow", "integer_overflow", "parity_multisig_bug_2", "callstack_depth_attack_vulnerability", "transaction-ordering_dependence_tod", "timestamp_dependency", "re-entrancy_vulnerability"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0xd42316be0e813104096ab537fee2fe0f5076bb2f", "tool" : "oyente", "start" : 1563326307.2835147, "end" : 1563326317.2499316, "duration" : 9.966416835784912, "analysis" : [{"errors" : [], "file" : "/unique_contracts/0xd42316be0e813104096ab537fee2fe0f5076bb2f.sol", "name" : "BugBountyCompliance", "evm_code_coverage" : "92.5%", "integer_underflow" : false, "integer_overflow" : false, "parity_multisig_bug_2" : false, "callstack_depth_attack_vulnerability" : false, "transaction-ordering_dependence_tod" : false, "timestamp_dependency" : false, "re-entrancy_vulnerability" : false}, {"errors" : [], "file" : "/unique_contracts/0xd42316be0e813104096ab537fee2fe0f5076bb2f.sol", "name" : "DBC", "evm_code_coverage" : "100.0%", "integer_underflow" : false, "integer_overflow" : false, "parity_multisig_bug_2" : false, "callstack_depth_attack_vulnerability" : false, "transaction-ordering_dependence_tod" : false, "timestamp_dependency" : false, "re-entrancy_vulnerability" : false}, {"errors" : [], "file" : "/unique_contracts/0xd42316be0e813104096ab537fee2fe0f5076bb2f.sol", "name" : "Owned", "evm_code_coverage" : "99.4%", "integer_underflow" : false, "integer_overflow" : false, "parity_multisig_bug_2" : false, "callstack_depth_attack_vulnerability" : false, "transaction-ordering_dependence_tod" : false, "timestamp_dependency" : false, "re-entrancy_vulnerability" : false}]} | 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": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "string"}, "name": {"type": "string"}, "evm_code_coverage": {"type": "string"}, "integer_underflow": {"type": "boolean"}, "integer_overflow": {"type": "boolean"}, "parity_multisig_bug_2": {"type": "boolean"}, "callstack_depth_attack_vulnerability": {"type": "boolean"}, "transaction-ordering_dependence_tod": {"type": "boolean"}, "timestamp_dependency": {"type": "boolean"}, "re-entrancy_vulnerability": {"type": "boolean"}}, "required": ["errors", "file", "name", "evm_code_coverage", "integer_underflow", "integer_overflow", "parity_multisig_bug_2", "callstack_depth_attack_vulnerability", "transaction-ordering_dependence_tod", "timestamp_dependency", "re-entrancy_vulnerability"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"directions" : ["In a large pot of salted boiling water, cook pasta until al dente, rinse under cold water and drain.", "In a large bowl, mix together the salad dressing, mustard, cheese and dill.", "Add pasta, red onion and bell peppers. Toss well; season with salt and pepper. Chill before serving."], "ingredients" : ["16 ounces penne pasta", "1 cup creamy salad dressing, e.g. Miracle Whip \u2122", "1/2 cup Dijon-style prepared mustard", "1 1/2 cups grated Parmesan cheese", "1 tablespoon dried dill weed", "1 red onion, julienned", "1 yellow bell pepper, thinly sliced", "1 orange bell pepper, julienned"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Penne Pasta Salad", "url" : "http://allrecipes.com/recipe/14433/penne-pasta-salad/"} | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"aggregate_function_based_on": {"type": "string"}, "color": {"type": "string"}, "creation": {"type": "string"}, "docstatus": {"type": "integer"}, "doctype": {"type": "string"}, "document_type": {"type": "string"}, "dynamic_filters_json": {"type": "string"}, "filters_json": {"type": "string"}, "function": {"type": "string"}, "idx": {"type": "integer"}, "is_public": {"type": "integer"}, "is_standard": {"type": "integer"}, "label": {"type": "string"}, "modified": {"type": "string"}, "modified_by": {"type": "string"}, "module": {"type": "string"}, "name": {"type": "string"}, "owner": {"type": "string"}, "report_field": {"type": "string"}, "report_function": {"type": "string"}, "report_name": {"type": "string"}, "show_percentage_stats": {"type": "integer"}, "stats_time_interval": {"type": "string"}, "type": {"type": "string"}}, "required": ["aggregate_function_based_on", "color", "creation", "docstatus", "doctype", "document_type", "dynamic_filters_json", "filters_json", "function", "idx", "is_public", "is_standard", "label", "modified", "modified_by", "module", "name", "owner", "report_field", "report_function", "report_name", "show_percentage_stats", "stats_time_interval", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"aggregate_function_based_on" : "", "color" : "#ff0000", "creation" : "2021-11-18 13:36:40.606666", "docstatus" : 0, "doctype" : "Number Card", "document_type" : "Incident", "dynamic_filters_json" : "{}", "filters_json" : "{}", "function" : "Count", "idx" : 0, "is_public" : 1, "is_standard" : 1, "label" : "En cours de traitement 3mois", "modified" : "2021-11-18 13:40:38.969787", "modified_by" : "Administrator", "module" : "Incidents", "name" : "En cours de traitement 3mois", "owner" : "Administrator", "report_field" : "count", "report_function" : "Sum", "report_name" : "Incident traitemnt after 30 day", "show_percentage_stats" : 1, "stats_time_interval" : "Daily", "type" : "Report"} | json_instruct | {"type": "object", "properties": {"aggregate_function_based_on": {"type": "string"}, "color": {"type": "string"}, "creation": {"type": "string"}, "docstatus": {"type": "integer"}, "doctype": {"type": "string"}, "document_type": {"type": "string"}, "dynamic_filters_json": {"type": "string"}, "filters_json": {"type": "string"}, "function": {"type": "string"}, "idx": {"type": "integer"}, "is_public": {"type": "integer"}, "is_standard": {"type": "integer"}, "label": {"type": "string"}, "modified": {"type": "string"}, "modified_by": {"type": "string"}, "module": {"type": "string"}, "name": {"type": "string"}, "owner": {"type": "string"}, "report_field": {"type": "string"}, "report_function": {"type": "string"}, "report_name": {"type": "string"}, "show_percentage_stats": {"type": "integer"}, "stats_time_interval": {"type": "string"}, "type": {"type": "string"}}, "required": ["aggregate_function_based_on", "color", "creation", "docstatus", "doctype", "document_type", "dynamic_filters_json", "filters_json", "function", "idx", "is_public", "is_standard", "label", "modified", "modified_by", "module", "name", "owner", "report_field", "report_function", "report_name", "show_percentage_stats", "stats_time_interval", "type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.