input
stringlengths 159
2.05k
| output
stringlengths 5
10.3k
| task
stringclasses 1
value | schema
stringlengths 100
1.99k
|
---|---|---|---|
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"author": {"type": "string"}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "ioredis": {"type": "string"}}, "required": ["axios", "ioredis"]}, "description": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}}, "required": ["@types/node"]}, "license": {"type": "string"}, "name": {"type": "string"}, "scripts": {"type": "object", "properties": {"redis-cli": {"type": "string"}, "start": {"type": "string"}, "start:app": {"type": "string"}, "start:master": {"type": "string"}, "stop": {"type": "string"}, "stop:master": {"type": "string"}, "upgrade": {"type": "string"}}, "required": ["redis-cli", "start", "start:app", "start:master", "stop", "stop:master", "upgrade"]}, "version": {"type": "string"}}, "required": ["author", "dependencies", "description", "devDependencies", "license", "name", "scripts", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"author" : "Volkov Labs", "dependencies" : {"axios" : "^0.24.0", "ioredis" : "^4.28.2"}, "description" : "How many times Redis Data Source for Grafana was downloaded?", "devDependencies" : {"@types/node" : "^16.11.12"}, "license" : "Apache-2.0", "name" : "grafana-plugin-stats", "scripts" : {"redis-cli" : "docker exec -it redistimeseries redis-cli", "start" : "docker-compose pull && docker-compose up", "start:app" : "node src/stats.ts", "start:master" : "docker-compose pull && docker-compose -f docker-compose/master.yml up", "stop" : "docker-compose down", "stop:master" : "docker-compose -f docker-compose/master.yml down", "upgrade" : "yarn upgrade --latest"}, "version" : "2.1.0"} | json_instruct | {"type": "object", "properties": {"author": {"type": "string"}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "ioredis": {"type": "string"}}, "required": ["axios", "ioredis"]}, "description": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}}, "required": ["@types/node"]}, "license": {"type": "string"}, "name": {"type": "string"}, "scripts": {"type": "object", "properties": {"redis-cli": {"type": "string"}, "start": {"type": "string"}, "start:app": {"type": "string"}, "start:master": {"type": "string"}, "stop": {"type": "string"}, "stop:master": {"type": "string"}, "upgrade": {"type": "string"}}, "required": ["redis-cli", "start", "start:app", "start:master", "stop", "stop:master", "upgrade"]}, "version": {"type": "string"}}, "required": ["author", "dependencies", "description", "devDependencies", "license", "name", "scripts", "version"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"generated_at" : "2017-01-27T09:37:36.604843", "required_by" : ["pynetworktables2js", "robotpy-wpilib-utilities", "wpilib", "roborio-webdash"], "requires" : [], "package" : "pynetworktables"} | json_instruct | {"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"code" : 5313110016, "parent" : 5313110, "name" : "SATAR TACIK", "latitude" : null, "longitude" : null, "postal" : [86518], "children" : []} | json_instruct | {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"molecule_structure": {"type": "string"}, "definition": {"type": "string"}, "virus_id": {"type": "string"}, "isolate_id": {"type": "string"}, "_id": {"type": "string"}, "host": {"type": "string"}}, "required": ["molecule_structure", "definition", "virus_id", "isolate_id", "_id", "host"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"molecule_structure" : "circular", "definition" : "Malvastrum yellow vein Yunnan virus, complete genome", "virus_id" : "74bc286f", "isolate_id" : "l1kfjuvu", "_id" : "NC_006631", "host" : "Malvastrum coromandelianum"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"molecule_structure": {"type": "string"}, "definition": {"type": "string"}, "virus_id": {"type": "string"}, "isolate_id": {"type": "string"}, "_id": {"type": "string"}, "host": {"type": "string"}}, "required": ["molecule_structure", "definition", "virus_id", "isolate_id", "_id", "host"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"\u5de5\u5ee0\u540d\u7a31" : "\u8d85\u54c1\u53ec\u96c6\u4ee4\u98df\u54c1\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99692977", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u65b0\u5317\u5e02\u4e09\u91cd\u5340\u4e2d\u8208\u5317\u8857\u516d\uff10\u5df7\u4e00\u3001\u4e09\u865f", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc" : "\u65b0\u5317\u5e02\u4e09\u91cd\u5340", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d" : "\u8521\u632f\u69ae", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f" : "27302871", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b" : "\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f" : "", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f" : "0930819", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b" : "\u751f\u7522\u4e2d", "\u7522\u696d\u985e\u5225" : ["08\u98df\u54c1\u88fd\u9020\u696d"], "\u4e3b\u8981\u7522\u54c1" : ["081\u8089\u985e\u8655\u7406\u53ca\u5176\u88fd\u54c1", "089\u5176\u4ed6\u98df\u54c1"]} | json_instruct | {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"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": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 404341505, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "f9f4909ee4d631ae823f9f3fd60e40f9", "wof:id" : 404341505, "wof:repo" : "whosonfirst-data-admin-es"}, "bbox" : [-6.05775, 40.503, -6.05775, 40.503], "geometry" : {"coordinates" : [-6.05775, 40.503], "type" : "Point"}} | 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": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"an6.93:0.1": {"type": "string"}, "an6.93:0.2": {"type": "string"}, "an6.93:0.3": {"type": "string"}, "an6.93:1.1": {"type": "string"}, "an6.93:1.2": {"type": "string"}, "an6.93:1.3": {"type": "string"}, "an6.93:1.4": {"type": "string"}, "an6.93:1.5": {"type": "string"}}, "required": ["an6.93:0.1", "an6.93:0.2", "an6.93:0.3", "an6.93:1.1", "an6.93:1.2", "an6.93:1.3", "an6.93:1.4", "an6.93:1.5"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"an6.93:0.1" : "A\u1e45guttara Nik\u0101ya 6 ", "an6.93:0.2" : "9. S\u012btivagga ", "an6.93:0.3" : "93. Dutiyaabhabba\u1e6d\u1e6dh\u0101nasutta ", "an6.93:1.1" : "\u201cChayim\u0101ni, bhikkhave, abhabba\u1e6d\u1e6dh\u0101n\u0101ni. ", "an6.93:1.2" : "Katam\u0101ni cha? ", "an6.93:1.3" : "Abhabbo di\u1e6d\u1e6dhisampanno puggalo ka\u00f1ci sa\u1e45kh\u0101ra\u1e41 niccato upagantu\u1e41, abhabbo di\u1e6d\u1e6dhisampanno puggalo ka\u00f1ci sa\u1e45kh\u0101ra\u1e41 sukhato upagantu\u1e41, abhabbo di\u1e6d\u1e6dhisampanno puggalo ka\u00f1ci dhamma\u1e41 attato upagantu\u1e41, abhabbo di\u1e6d\u1e6dhisampanno puggalo \u0101nantariya\u1e41 kamma\u1e41 k\u0101tu\u1e41, abhabbo di\u1e6d\u1e6dhisampanno puggalo kot\u016bhalama\u1e45galena suddhi\u1e41 pacc\u0101gantu\u1e41, abhabbo di\u1e6d\u1e6dhisampanno puggalo ito bahiddh\u0101 dakkhi\u1e47eyya\u1e41 gavesitu\u1e41. ", "an6.93:1.4" : "Im\u0101ni kho, bhikkhave, cha abhabba\u1e6d\u1e6dh\u0101n\u0101n\u012b\u201dti. ", "an6.93:1.5" : "Navama\u1e41. "} | json_instruct | {"type": "object", "properties": {"an6.93:0.1": {"type": "string"}, "an6.93:0.2": {"type": "string"}, "an6.93:0.3": {"type": "string"}, "an6.93:1.1": {"type": "string"}, "an6.93:1.2": {"type": "string"}, "an6.93:1.3": {"type": "string"}, "an6.93:1.4": {"type": "string"}, "an6.93:1.5": {"type": "string"}}, "required": ["an6.93:0.1", "an6.93:0.2", "an6.93:0.3", "an6.93:1.1", "an6.93:1.2", "an6.93:1.3", "an6.93:1.4", "an6.93:1.5"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"gamename": {"type": "string"}, "gamenickname": {"type": "string"}, "gameexecutable": {"type": "string"}, "gamerun_appid": {"type": "string"}, "winevariable": {"type": "string"}, "gamekeywords": {"type": "string"}, "launcher": {"type": "string"}, "launchernickname": {"type": "string"}, "game_access": {"type": "string"}}, "required": ["gamename", "gamenickname", "gameexecutable", "gamerun_appid", "winevariable", "gamekeywords", "launcher", "launchernickname", "game_access"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"gamename" : "World of Warcraft", "gamenickname" : "wow", "gameexecutable" : "Wow.exe", "gamerun_appid" : "battlenet://wow", "winevariable" : "WINEESYNC=1", "gamekeywords" : "World of Warcraft, world of warcraft, wow, mmorpg, mmo, rpg, blizzard, battlenet", "launcher" : "Battle.net", "launchernickname" : "battlenet", "game_access" : "false"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"gamename": {"type": "string"}, "gamenickname": {"type": "string"}, "gameexecutable": {"type": "string"}, "gamerun_appid": {"type": "string"}, "winevariable": {"type": "string"}, "gamekeywords": {"type": "string"}, "launcher": {"type": "string"}, "launchernickname": {"type": "string"}, "game_access": {"type": "string"}}, "required": ["gamename", "gamenickname", "gameexecutable", "gamerun_appid", "winevariable", "gamekeywords", "launcher", "launchernickname", "game_access"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"vendor": {"type": "string"}, "filename": {"type": "string"}, "release_type": {"type": "string"}, "version": {"type": "string"}, "java_version": {"type": "string"}, "jvm_impl": {"type": "string"}, "os": {"type": "string"}, "architecture": {"type": "string"}, "file_type": {"type": "string"}, "image_type": {"type": "string"}, "features": {"type": "array", "items": {}}, "url": {"type": "string"}, "md5": {"type": "string"}, "md5_file": {"type": "string"}, "sha1": {"type": "string"}, "sha1_file": {"type": "string"}, "sha256": {"type": "string"}, "sha256_file": {"type": "string"}, "sha512": {"type": "string"}, "sha512_file": {"type": "string"}, "size": {"type": "integer"}}, "required": ["vendor", "filename", "release_type", "version", "java_version", "jvm_impl", "os", "architecture", "file_type", "image_type", "features", "url", "md5", "md5_file", "sha1", "sha1_file", "sha256", "sha256_file", "sha512", "sha512_file", "size"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"vendor" : "sapmachine", "filename" : "sapmachine-jdk-15-ea.19_windows-x64_bin.msi", "release_type" : "ea", "version" : "15-ea.19", "java_version" : "15-ea.19", "jvm_impl" : "hotspot", "os" : "windows", "architecture" : "x86_64", "file_type" : "msi", "image_type" : "jdk", "features" : [], "url" : "https://github.com/SAP/SapMachine/releases/download/sapmachine-15+19/sapmachine-jdk-15-ea.19_windows-x64_bin.msi", "md5" : "042f8a7f3d8ab48115c2014f6a45ef13", "md5_file" : "sapmachine-jdk-15-ea.19_windows-x64_bin.msi.md5", "sha1" : "6667dc4d1134142e9b2a7155c342668a3fd8c189", "sha1_file" : "sapmachine-jdk-15-ea.19_windows-x64_bin.msi.sha1", "sha256" : "ad71753740466616bf1b715e0f25a99e3f690eaab28b9300b78b456bd7b85bf4", "sha256_file" : "sapmachine-jdk-15-ea.19_windows-x64_bin.msi.sha256", "sha512" : "9680f7bb86669c10bc0c33062d6033672af2ab6b07a0c9f4d7863512411491ae8fe286a73bac4f3a2780ba7183a49f8461c537f273aa2a39f1289c9bb6c0b6af", "sha512_file" : "sapmachine-jdk-15-ea.19_windows-x64_bin.msi.sha512", "size" : 202858496} | json_instruct | {"type": "object", "properties": {"vendor": {"type": "string"}, "filename": {"type": "string"}, "release_type": {"type": "string"}, "version": {"type": "string"}, "java_version": {"type": "string"}, "jvm_impl": {"type": "string"}, "os": {"type": "string"}, "architecture": {"type": "string"}, "file_type": {"type": "string"}, "image_type": {"type": "string"}, "features": {"type": "array", "items": {}}, "url": {"type": "string"}, "md5": {"type": "string"}, "md5_file": {"type": "string"}, "sha1": {"type": "string"}, "sha1_file": {"type": "string"}, "sha256": {"type": "string"}, "sha256_file": {"type": "string"}, "sha512": {"type": "string"}, "sha512_file": {"type": "string"}, "size": {"type": "integer"}}, "required": ["vendor", "filename", "release_type", "version", "java_version", "jvm_impl", "os", "architecture", "file_type", "image_type", "features", "url", "md5", "md5_file", "sha1", "sha1_file", "sha256", "sha256_file", "sha512", "sha512_file", "size"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"solution_size": {"type": "integer"}, "ok": {"type": "boolean"}, "resemblance": {"type": "number"}, "problem_id": {"type": "integer"}, "solution_spec_hash": {"type": "string"}}, "required": ["solution_size", "ok", "resemblance", "problem_id", "solution_spec_hash"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"solution_size" : 51, "ok" : true, "resemblance" : 0.21875, "problem_id" : 2621, "solution_spec_hash" : "f728b5dcfb9b30b43698caebf8c4b01b1185f71f"} | json_instruct | {"type": "object", "properties": {"solution_size": {"type": "integer"}, "ok": {"type": "boolean"}, "resemblance": {"type": "number"}, "problem_id": {"type": "integer"}, "solution_spec_hash": {"type": "string"}}, "required": ["solution_size", "ok", "resemblance", "problem_id", "solution_spec_hash"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"vertices" : [[50, 164], [72, 168], [73, 175], [77, 144], [94, 117], [93, 162], [101, 99], [126, 140], [62, 196], [72, 83], [59, 64], [69, 202], [66, 118], [93, 123], [148, 149], [116, 162], [104, 140], [78, 183], [107, 119], [106, 124], [88, 101], [73, 70], [59, 179], [142, 125], [63, 221], [92, 78], [113, 32], [108, 62], [115, 123], [69, 201], [139, 169], [127, 133], [160, 169], [125, 119], [42, 191], [112, 99], [169, 116], [143, 150], [53, 207], [101, 110], [145, 147], [119, 77], [139, 16], [156, 180], [149, 122], [187, 109], [139, 59], [179, 183], [167, 138], [163, 199], [169, 116], [162, 38], [178, 188], [199, 194], [166, 219], [147, 126], [187, 205], [147, 100], [161, 242], [180, 186], [195, 229], [164, 273], [190, 253]]} | json_instruct | {"type": "object", "properties": {"vertices": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["vertices"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"\uc774\ub984": {"type": "string"}, "\ud55c\ubb38\uba85": {"type": "string"}, "\uc0dd\ub144\uc6d4\uc77c": {"type": "string"}, "\uc815\ub2f9": {"type": "string"}, "\uc120\uac70\uad6c": {"type": "string"}, "\ub2f9\uc120\ud69f\uc218": {"type": "string"}, "\ub2f9\uc120\ub300\uc218": {"type": "string"}}, "required": ["\uc774\ub984", "\ud55c\ubb38\uba85", "\uc0dd\ub144\uc6d4\uc77c", "\uc815\ub2f9", "\uc120\uac70\uad6c", "\ub2f9\uc120\ud69f\uc218", "\ub2f9\uc120\ub300\uc218"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"\uc774\ub984" : "\uc774\uc758\uc0c1", "\ud55c\ubb38\uba85" : "\uf9e1\u5b9c\u76f8", "\uc0dd\ub144\uc6d4\uc77c" : "1889-09-25", "\uc815\ub2f9" : "\ub300\ud55c\ub3c5\ub9bd\ucd09\uc131\uad6d\ubbfc\ud68c", "\uc120\uac70\uad6c" : "\ucda9\ubd81 \uc74c\uc131", "\ub2f9\uc120\ud69f\uc218" : "\ucd08\uc120", "\ub2f9\uc120\ub300\uc218" : "\ud5cc"} | json_instruct | {"type": "object", "properties": {"\uc774\ub984": {"type": "string"}, "\ud55c\ubb38\uba85": {"type": "string"}, "\uc0dd\ub144\uc6d4\uc77c": {"type": "string"}, "\uc815\ub2f9": {"type": "string"}, "\uc120\uac70\uad6c": {"type": "string"}, "\ub2f9\uc120\ud69f\uc218": {"type": "string"}, "\ub2f9\uc120\ub300\uc218": {"type": "string"}}, "required": ["\uc774\ub984", "\ud55c\ubb38\uba85", "\uc0dd\ub144\uc6d4\uc77c", "\uc815\ub2f9", "\uc120\uac70\uad6c", "\ub2f9\uc120\ud69f\uc218", "\ub2f9\uc120\ub300\uc218"], "$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"}, "types": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"react-router-dom": {"type": "string"}}, "required": ["react-router-dom"]}, "devDependencies": {"type": "object", "properties": {"@types/react": {"type": "string"}, "@types/react-router-dom": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/react", "@types/react-router-dom", "typescript"]}}, "required": ["name", "version", "description", "main", "types", "repository", "author", "scripts", "keywords", "license", "private", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "react-wise-router", "version" : "1.2.3", "description" : "Authentication, Authorisation and Permissions validation for react-router-dom", "main" : "./dist/esm/index.js", "types" : "./dist/esm/index.d.ts", "repository" : "https://github.com/MurphyAdam/react-wise-router", "author" : "Majdi Mahfoud <[email protected]>", "scripts" : {"build" : "tsc"}, "keywords" : ["react", "reactjs", "react-router-dom", "react-router", "react-wise-router"], "license" : "MIT", "private" : false, "dependencies" : {"react-router-dom" : "^5.2.0"}, "devDependencies" : {"@types/react" : "^17.0.17", "@types/react-router-dom" : "^5.1.8", "typescript" : "^4.3.5"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"react-router-dom": {"type": "string"}}, "required": ["react-router-dom"]}, "devDependencies": {"type": "object", "properties": {"@types/react": {"type": "string"}, "@types/react-router-dom": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/react", "@types/react-router-dom", "typescript"]}}, "required": ["name", "version", "description", "main", "types", "repository", "author", "scripts", "keywords", "license", "private", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"parent": {"type": "string"}, "name": {"type": "string"}, "flags": {"type": "integer"}, "funcs": {"type": "array", "items": {"type": "object", "properties": {"fullName": {"type": "string"}, "shortName": {"type": "string"}, "return": {"type": "object", "properties": {"type": {"type": "string"}, "flags": {"type": "integer"}}, "required": ["type", "flags"]}, "index": {"type": "integer"}, "flags": {"type": "integer"}}, "required": ["fullName", "shortName", "return", "index", "flags"]}}}, "required": ["parent", "name", "flags", "funcs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "gamedataAISubAction_Record", "name" : "gamedataAISubActionCompleteCommand_Record", "flags" : 66, "funcs" : [{"fullName" : "CheckOneTimeExecutionFlag", "shortName" : "CheckOneTimeExecutionFlag", "return" : {"type" : "Bool", "flags" : 64}, "index" : 6398, "flags" : 1}, {"fullName" : "Commands", "shortName" : "Commands", "return" : {"type" : "array:CName", "flags" : 64}, "index" : 6393, "flags" : 1}, {"fullName" : "CommandsContains", "shortName" : "CommandsContains", "return" : {"type" : "Bool", "flags" : 64}, "index" : 6396, "flags" : 1, "params" : [{"type" : "CName", "name" : "item", "flags" : 128}]}, {"fullName" : "Delay", "shortName" : "Delay", "return" : {"type" : "Float", "flags" : 64}, "index" : 6397, "flags" : 1}, {"fullName" : "GetCommandsCount", "shortName" : "GetCommandsCount", "return" : {"type" : "Int32", "flags" : 64}, "index" : 6394, "flags" : 1}, {"fullName" : "GetCommandsItem", "shortName" : "GetCommandsItem", "return" : {"type" : "CName", "flags" : 64}, "index" : 6395, "flags" : 1, "params" : [{"type" : "Int32", "name" : "index", "flags" : 128}]}, {"fullName" : "Target", "shortName" : "Target", "return" : {"type" : "whandle:gamedataAIActionTarget_Record", "flags" : 64}, "index" : 6391, "flags" : 1}, {"fullName" : "TargetHandle", "shortName" : "TargetHandle", "return" : {"type" : "handle:gamedataAIActionTarget_Record", "flags" : 64}, "index" : 6392, "flags" : 1}]} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}, "name": {"type": "string"}, "flags": {"type": "integer"}, "funcs": {"type": "array", "items": {"type": "object", "properties": {"fullName": {"type": "string"}, "shortName": {"type": "string"}, "return": {"type": "object", "properties": {"type": {"type": "string"}, "flags": {"type": "integer"}}, "required": ["type", "flags"]}, "index": {"type": "integer"}, "flags": {"type": "integer"}}, "required": ["fullName", "shortName", "return", "index", "flags"]}}}, "required": ["parent", "name", "flags", "funcs"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[152.25, 34.333333333333336], [152.25, 34.416666666666664], [152.375, 34.416666666666664], [152.375, 34.333333333333336], [152.25, 34.333333333333336]]]}, "properties" : {"code" : 515242, "url" : "http://madefor.github.io/0410/api/v1/515242.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/515242.geojson"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"sentiment": {"type": "string"}}, "required": ["sentiment"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"dependencies" : {"sentiment" : "^5.0.2"}} | json_instruct | {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"sentiment": {"type": "string"}}, "required": ["sentiment"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"PSII-L": {"type": "string"}, "PSII reaction center subunit VI": {"type": "string"}, "Intron maturase": {"type": "string"}, "PSII-T": {"type": "string"}, "DPOR subunit B": {"type": "string"}, "LI-POR subunit B": {"type": "string"}, "Q71L51": {"type": "string"}, "PSBL_STAER": {"type": "string"}, "Photosystem II reaction center protein L": {"type": "string"}, "psbL": {"type": "string"}, "Q71L52": {"type": "string"}, "PSBF_STAER": {"type": "string"}, "Cytochrome b559 subunit beta": {"type": "string"}, "psbF": {"type": "string"}, "Q8MEX5": {"type": "string"}, "MATK_STAER": {"type": "string"}, "Maturase K": {"type": "string"}, "matK": {"type": "string"}, "Q71L86": {"type": "string"}, "PSBN_STAER": {"type": "string"}, "Protein PsbN": {"type": "string"}, "psbN": {"type": "string"}, "Q71L19": {"type": "string"}, "RR7_STAER": {"type": "string"}, "30S ribosomal protein S7, chloroplastic": {"type": "string"}, "rps7": {"type": "string"}, "Q71L87": {"type": "string"}, "PSBT_STAER": {"type": "string"}, "Photosystem II reaction center protein T": {"type": "string"}, "psbT": {"type": "string"}, "Q33093": {"type": "string"}, "CHLB_STAER": {"type": "string"}, "Light-independent protochlorophyllide reductase subunit B": {"type": "string"}, "chlB": {"type": "string"}}, "required": ["PSII-L", "PSII reaction center subunit VI", "Intron maturase", "PSII-T", "DPOR subunit B", "LI-POR subunit B", "Q71L51", "PSBL_STAER", "Photosystem II reaction center protein L", "psbL", "Q71L52", "PSBF_STAER", "Cytochrome b559 subunit beta", "psbF", "Q8MEX5", "MATK_STAER", "Maturase K", "matK", "Q71L86", "PSBN_STAER", "Protein PsbN", "psbN", "Q71L19", "RR7_STAER", "30S ribosomal protein S7, chloroplastic", "rps7", "Q71L87", "PSBT_STAER", "Photosystem II reaction center protein T", "psbT", "Q33093", "CHLB_STAER", "Light-independent protochlorophyllide reductase subunit B", "chlB"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"PSII-L" : "Q71L51", "PSII reaction center subunit VI" : "Q71L52", "Intron maturase" : "Q8MEX5", "PSII-T" : "Q71L87", "DPOR subunit B" : "Q33093", "LI-POR subunit B" : "Q33093", "Q71L51" : "Q71L51", "PSBL_STAER" : "Q71L51", "Photosystem II reaction center protein L" : "Q71L51", "psbL" : "Q71L51", "Q71L52" : "Q71L52", "PSBF_STAER" : "Q71L52", "Cytochrome b559 subunit beta" : "Q71L52", "psbF" : "Q71L52", "Q8MEX5" : "Q8MEX5", "MATK_STAER" : "Q8MEX5", "Maturase K" : "Q8MEX5", "matK" : "Q8MEX5", "Q71L86" : "Q71L86", "PSBN_STAER" : "Q71L86", "Protein PsbN" : "Q71L86", "psbN" : "Q71L86", "Q71L19" : "Q71L19", "RR7_STAER" : "Q71L19", "30S ribosomal protein S7, chloroplastic" : "Q71L19", "rps7" : "Q71L19", "Q71L87" : "Q71L87", "PSBT_STAER" : "Q71L87", "Photosystem II reaction center protein T" : "Q71L87", "psbT" : "Q71L87", "Q33093" : "Q33093", "CHLB_STAER" : "Q33093", "Light-independent protochlorophyllide reductase subunit B" : "Q33093", "chlB" : "Q33093"} | json_instruct | {"type": "object", "properties": {"PSII-L": {"type": "string"}, "PSII reaction center subunit VI": {"type": "string"}, "Intron maturase": {"type": "string"}, "PSII-T": {"type": "string"}, "DPOR subunit B": {"type": "string"}, "LI-POR subunit B": {"type": "string"}, "Q71L51": {"type": "string"}, "PSBL_STAER": {"type": "string"}, "Photosystem II reaction center protein L": {"type": "string"}, "psbL": {"type": "string"}, "Q71L52": {"type": "string"}, "PSBF_STAER": {"type": "string"}, "Cytochrome b559 subunit beta": {"type": "string"}, "psbF": {"type": "string"}, "Q8MEX5": {"type": "string"}, "MATK_STAER": {"type": "string"}, "Maturase K": {"type": "string"}, "matK": {"type": "string"}, "Q71L86": {"type": "string"}, "PSBN_STAER": {"type": "string"}, "Protein PsbN": {"type": "string"}, "psbN": {"type": "string"}, "Q71L19": {"type": "string"}, "RR7_STAER": {"type": "string"}, "30S ribosomal protein S7, chloroplastic": {"type": "string"}, "rps7": {"type": "string"}, "Q71L87": {"type": "string"}, "PSBT_STAER": {"type": "string"}, "Photosystem II reaction center protein T": {"type": "string"}, "psbT": {"type": "string"}, "Q33093": {"type": "string"}, "CHLB_STAER": {"type": "string"}, "Light-independent protochlorophyllide reductase subunit B": {"type": "string"}, "chlB": {"type": "string"}}, "required": ["PSII-L", "PSII reaction center subunit VI", "Intron maturase", "PSII-T", "DPOR subunit B", "LI-POR subunit B", "Q71L51", "PSBL_STAER", "Photosystem II reaction center protein L", "psbL", "Q71L52", "PSBF_STAER", "Cytochrome b559 subunit beta", "psbF", "Q8MEX5", "MATK_STAER", "Maturase K", "matK", "Q71L86", "PSBN_STAER", "Protein PsbN", "psbN", "Q71L19", "RR7_STAER", "30S ribosomal protein S7, chloroplastic", "rps7", "Q71L87", "PSBT_STAER", "Photosystem II reaction center protein T", "psbT", "Q33093", "CHLB_STAER", "Light-independent protochlorophyllide reductase subunit B", "chlB"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"@context": {"type": "object", "properties": {"@vocab": {"type": "string"}, "@language": {"type": "string"}, "description": {"type": "string"}}, "required": ["@vocab", "@language", "description"]}, "@id": {"type": "string"}, "prefLabel": {"type": "string"}, "description": {"type": "string"}, "definition": {"type": "string"}, "note": {"type": "array", "items": {"type": "string"}}, "scopeNote": {"type": "string"}}, "required": ["@context", "@id", "prefLabel", "description", "definition", "note", "scopeNote"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"@context" : {"@vocab" : "http://www.w3.org/2004/02/skos/core#", "@language" : "en", "description" : "http://purl.org/dc/terms/description"}, "@id" : "http://rightsstatements.org/vocab/NoC-OKLR/1.0/", "prefLabel" : "No Copyright - Other Known Legal Restrictions", "description" : "This Rights Statement indicates that the underlying Work is in the Public Domain, but that there are known restrictions imposed by laws other than copyright and/or related rights on the use of the Item by third parties.", "definition" : "Use of this Item is not restricted by copyright and/or related rights.\n\n In one or more jurisdictions, laws other than copyright are known to impose restrictions on the use of this Item.\n\n Please refer to the organization that has made the Item available for more information.", "note" : ["Unless expressly stated otherwise, the organization that has made this Item available makes no warranties about the Item and cannot guarantee the accuracy of this Rights Statement. You are responsible for your own use.", "You may need to obtain other permissions for your intended use. For example, other rights such as publicity, privacy or moral rights may limit how you may use the material.", "You may find additional information about the copyright status of the Item on the website of the organization that has made the Item available."], "scopeNote" : "This Rights Statement should be used for Items that are in the Public Domain but that cannot be freely re-used as the consequence of known legal restrictions that prevent the organization that intends to make the Item available from allowing free re-use of the Item, such as cultural heritage or traditional cultural expression protections. In order for this Rights Statement to be conclusive, the organization that intends to make the Item available should provide a link to a page detailing the legal restrictions that limit re-use of the Item."} | json_instruct | {"type": "object", "properties": {"@context": {"type": "object", "properties": {"@vocab": {"type": "string"}, "@language": {"type": "string"}, "description": {"type": "string"}}, "required": ["@vocab", "@language", "description"]}, "@id": {"type": "string"}, "prefLabel": {"type": "string"}, "description": {"type": "string"}, "definition": {"type": "string"}, "note": {"type": "array", "items": {"type": "string"}}, "scopeNote": {"type": "string"}}, "required": ["@context", "@id", "prefLabel", "description", "definition", "note", "scopeNote"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"ImageDescription": {"type": "string"}, "Make": {"type": "string"}, "Model": {"type": "string"}, "Orientation": {"type": "integer"}, "XResolution": {"type": "integer"}, "YResolution": {"type": "integer"}, "Software": {"type": "string"}, "ModifyDate": {"type": "string"}, "YCbCrPositioning": {"type": "integer"}, "Copyright": {"type": "string"}, "ExifOffset": {"type": "integer"}, "Compression": {"type": "integer"}, "ThumbnailOffset": {"type": "integer"}, "ThumbnailLength": {"type": "integer"}, "ExposureTime": {"type": "string"}, "FNumber": {"type": "number"}, "ISO": {"type": "integer"}, "ExifVersion": {"type": "string"}, "DateTimeOriginal": {"type": "string"}, "CreateDate": {"type": "string"}, "CompressedBitsPerPixel": {"type": "number"}, "ShutterSpeedValue": {"type": "string"}, "ExposureCompensation": {"type": "integer"}, "Flash": {"type": "integer"}, "MakerNote": {"type": "string"}, "FlashpixVersion": {"type": "string"}, "ExifImageWidth": {"type": "integer"}, "ExifImageHeight": {"type": "integer"}, "RelatedSoundFile": {"type": "string"}, "InteropOffset": {"type": "integer"}, "ExposureIndex": {"type": "integer"}, "InteropIndex": {"type": "string"}, "InteropVersion": {"type": "string"}, "error": {"type": "string"}}, "required": ["ImageDescription", "Make", "Model", "Orientation", "XResolution", "YResolution", "Software", "ModifyDate", "YCbCrPositioning", "Copyright", "ExifOffset", "Compression", "ThumbnailOffset", "ThumbnailLength", "ExposureTime", "FNumber", "ISO", "ExifVersion", "DateTimeOriginal", "CreateDate", "CompressedBitsPerPixel", "ShutterSpeedValue", "ExposureCompensation", "Flash", "MakerNote", "FlashpixVersion", "ExifImageWidth", "ExifImageHeight", "RelatedSoundFile", "InteropOffset", "ExposureIndex", "InteropIndex", "InteropVersion", "error"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ImageDescription" : "DV IMAGE", "Make" : "AIPTEK", "Model" : "DV 5700", "Orientation" : 1, "XResolution" : 1, "YResolution" : 1, "Software" : "COACHWare 1.0", "ModifyDate" : "2006:08:02 22:19:51", "YCbCrPositioning" : 2, "Copyright" : "Copyright 2002", "ExifOffset" : 246, "Compression" : 6, "ThumbnailOffset" : 916, "ThumbnailLength" : 4757, "ExposureTime" : "1/11", "FNumber" : 2.8, "ISO" : 0, "ExifVersion" : "2.1", "DateTimeOriginal" : "2006:08:02 22:19:51", "CreateDate" : "2006:08:02 22:19:51", "CompressedBitsPerPixel" : 1.6415023803710938, "ShutterSpeedValue" : "3.5", "ExposureCompensation" : 0, "Flash" : 22017, "MakerNote" : "AIPPWB330256320EI 68& 69AV241WE110&107& 0KB312& 94&234JP0AE0FD 0FM 1VER2201END\u0000;\u0017\u0080\u0010", "FlashpixVersion" : "1", "ExifImageWidth" : 2048, "ExifImageHeight" : 1536, "RelatedSoundFile" : "RelatedSound", "InteropOffset" : 780, "ExposureIndex" : 1, "InteropIndex" : "R98", "InteropVersion" : "1", "error" : "AIPPW...: Unable to extract Makernote information as it is in an unsupported or unrecognized format."} | json_instruct | {"type": "object", "properties": {"ImageDescription": {"type": "string"}, "Make": {"type": "string"}, "Model": {"type": "string"}, "Orientation": {"type": "integer"}, "XResolution": {"type": "integer"}, "YResolution": {"type": "integer"}, "Software": {"type": "string"}, "ModifyDate": {"type": "string"}, "YCbCrPositioning": {"type": "integer"}, "Copyright": {"type": "string"}, "ExifOffset": {"type": "integer"}, "Compression": {"type": "integer"}, "ThumbnailOffset": {"type": "integer"}, "ThumbnailLength": {"type": "integer"}, "ExposureTime": {"type": "string"}, "FNumber": {"type": "number"}, "ISO": {"type": "integer"}, "ExifVersion": {"type": "string"}, "DateTimeOriginal": {"type": "string"}, "CreateDate": {"type": "string"}, "CompressedBitsPerPixel": {"type": "number"}, "ShutterSpeedValue": {"type": "string"}, "ExposureCompensation": {"type": "integer"}, "Flash": {"type": "integer"}, "MakerNote": {"type": "string"}, "FlashpixVersion": {"type": "string"}, "ExifImageWidth": {"type": "integer"}, "ExifImageHeight": {"type": "integer"}, "RelatedSoundFile": {"type": "string"}, "InteropOffset": {"type": "integer"}, "ExposureIndex": {"type": "integer"}, "InteropIndex": {"type": "string"}, "InteropVersion": {"type": "string"}, "error": {"type": "string"}}, "required": ["ImageDescription", "Make", "Model", "Orientation", "XResolution", "YResolution", "Software", "ModifyDate", "YCbCrPositioning", "Copyright", "ExifOffset", "Compression", "ThumbnailOffset", "ThumbnailLength", "ExposureTime", "FNumber", "ISO", "ExifVersion", "DateTimeOriginal", "CreateDate", "CompressedBitsPerPixel", "ShutterSpeedValue", "ExposureCompensation", "Flash", "MakerNote", "FlashpixVersion", "ExifImageWidth", "ExifImageHeight", "RelatedSoundFile", "InteropOffset", "ExposureIndex", "InteropIndex", "InteropVersion", "error"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "dependencies": {"type": "object", "properties": {"keen-js": {"type": "string"}}, "required": ["keen-js"]}, "devDependencies": {"type": "object", "properties": {"del": {"type": "string"}, "gulp": {"type": "string"}, "gulp-bump": {"type": "string"}, "gulp-doxx": {"type": "string"}, "gulp-jsbeautifier": {"type": "string"}, "gulp-jshint": {"type": "string"}, "gulp-load-plugins": {"type": "string"}, "gulp-watch": {"type": "string"}, "jshint": {"type": "string"}, "jshint-stylish": {"type": "string"}}, "required": ["del", "gulp", "gulp-bump", "gulp-doxx", "gulp-jsbeautifier", "gulp-jshint", "gulp-load-plugins", "gulp-watch", "jshint", "jshint-stylish"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "main": {"type": "string"}}, "required": ["name", "description", "version", "author", "license", "keywords", "repository", "bugs", "dependencies", "devDependencies", "engines", "main"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "hashdo-analytics-keen", "description" : "#Do analytics implementation to send events to Keen IO.", "version" : "0.1.73", "author" : "HashDo <[email protected]>", "license" : "Apache-2.0", "keywords" : ["hashdo", "cards", "analytics"], "repository" : {"type" : "git", "url" : "https://github.com/UXFoundry/hashdo-analytics-keen.git"}, "bugs" : {"url" : "https://github.com/UXFoundry/hashdo-analytics-keen/issues"}, "dependencies" : {"keen-js" : "3.4.1"}, "devDependencies" : {"del" : "3.0.0", "gulp" : "gulpjs/gulp#4.0", "gulp-bump" : "2.7.0", "gulp-doxx" : "0.0.5", "gulp-jsbeautifier" : "2.1.1", "gulp-jshint" : "2.0.4", "gulp-load-plugins" : "1.5.0", "gulp-watch" : "4.3.11", "jshint" : "2.9.4", "jshint-stylish" : "2.2.1"}, "engines" : {"node" : ">=0.12.0"}, "main" : "index.js"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "dependencies": {"type": "object", "properties": {"keen-js": {"type": "string"}}, "required": ["keen-js"]}, "devDependencies": {"type": "object", "properties": {"del": {"type": "string"}, "gulp": {"type": "string"}, "gulp-bump": {"type": "string"}, "gulp-doxx": {"type": "string"}, "gulp-jsbeautifier": {"type": "string"}, "gulp-jshint": {"type": "string"}, "gulp-load-plugins": {"type": "string"}, "gulp-watch": {"type": "string"}, "jshint": {"type": "string"}, "jshint-stylish": {"type": "string"}}, "required": ["del", "gulp", "gulp-bump", "gulp-doxx", "gulp-jsbeautifier", "gulp-jshint", "gulp-load-plugins", "gulp-watch", "jshint", "jshint-stylish"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "main": {"type": "string"}}, "required": ["name", "description", "version", "author", "license", "keywords", "repository", "bugs", "dependencies", "devDependencies", "engines", "main"], "$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": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"year" : 1915, "sex" : "F", "n" : 7, "prop" : 6.84e-06}, {"year" : 1921, "sex" : "F", "n" : 5, "prop" : 3.91e-06}, {"year" : 1926, "sex" : "F", "n" : 6, "prop" : 4.88e-06}, {"year" : 1927, "sex" : "F", "n" : 6, "prop" : 4.85e-06}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"Hello": {"type": "string"}, "File": {"type": "string"}, "Exit": {"type": "string"}, "Edit": {"type": "string"}, "Undo": {"type": "string"}, "Redo": {"type": "string"}, "Cut": {"type": "string"}, "Copy": {"type": "string"}, "Paste": {"type": "string"}, "Delete": {"type": "string"}, "Select All": {"type": "string"}, "View": {"type": "string"}, "Reload": {"type": "string"}, "Force Reload": {"type": "string"}, "Toggle Developer Tools": {"type": "string"}, "Reset Zoom": {"type": "string"}, "Zoom In": {"type": "string"}, "Zoom Out": {"type": "string"}, "Toggle Fullscreen": {"type": "string"}, "Language": {"type": "string"}, "Window": {"type": "string"}, "Minimize": {"type": "string"}, "Zoom": {"type": "string"}, "Close": {"type": "string"}, "Help": {"type": "string"}, "Learn More": {"type": "string"}}, "required": ["Hello", "File", "Exit", "Edit", "Undo", "Redo", "Cut", "Copy", "Paste", "Delete", "Select All", "View", "Reload", "Force Reload", "Toggle Developer Tools", "Reset Zoom", "Zoom In", "Zoom Out", "Toggle Fullscreen", "Language", "Window", "Minimize", "Zoom", "Close", "Help", "Learn More"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Hello" : "Bonjour", "File" : "Fichier", "Exit" : "Quitter", "Edit" : "\u00c9diter", "Undo" : "Annuler", "Redo" : "R\u00e9tablir", "Cut" : "Couper", "Copy" : "Copier", "Paste" : "Coller", "Delete" : "Effacer", "Select All" : "Tout s\u00e9lectionner", "View" : "Vue", "Reload" : "Recharger", "Force Reload" : "Rechargement forc\u00e9", "Toggle Developer Tools" : "Outils de d\u00e9veloppement", "Reset Zoom" : "R\u00e9initialiser le zoom", "Zoom In" : "Agrandir", "Zoom Out" : "R\u00e9duire", "Toggle Fullscreen" : "Basculer en plein \u00e9cran", "Language" : "Langue", "Window" : "Fen\u00eatre", "Minimize" : "Minimiser", "Zoom" : "Zoom", "Close" : "Fermer", "Help" : "Aide", "Learn More" : "En apprendre plus"} | json_instruct | {"type": "object", "properties": {"Hello": {"type": "string"}, "File": {"type": "string"}, "Exit": {"type": "string"}, "Edit": {"type": "string"}, "Undo": {"type": "string"}, "Redo": {"type": "string"}, "Cut": {"type": "string"}, "Copy": {"type": "string"}, "Paste": {"type": "string"}, "Delete": {"type": "string"}, "Select All": {"type": "string"}, "View": {"type": "string"}, "Reload": {"type": "string"}, "Force Reload": {"type": "string"}, "Toggle Developer Tools": {"type": "string"}, "Reset Zoom": {"type": "string"}, "Zoom In": {"type": "string"}, "Zoom Out": {"type": "string"}, "Toggle Fullscreen": {"type": "string"}, "Language": {"type": "string"}, "Window": {"type": "string"}, "Minimize": {"type": "string"}, "Zoom": {"type": "string"}, "Close": {"type": "string"}, "Help": {"type": "string"}, "Learn More": {"type": "string"}}, "required": ["Hello", "File", "Exit", "Edit", "Undo", "Redo", "Cut", "Copy", "Paste", "Delete", "Select All", "View", "Reload", "Force Reload", "Toggle Developer Tools", "Reset Zoom", "Zoom In", "Zoom Out", "Toggle Fullscreen", "Language", "Window", "Minimize", "Zoom", "Close", "Help", "Learn More"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "abbr", "name"]}, "city": {"type": "string"}, "type": {"type": "string"}, "lng": {"type": "number"}, "counties": {"type": "array", "items": {"type": "object", "properties": {"fips": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "name"]}}}, "required": ["localities", "state", "postal_code", "locality", "lat", "region", "city", "type", "lng", "counties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"localities" : ["East Blue Hill, ME", "E Blue Hill, ME", "Surry, ME"], "state" : "ME", "postal_code" : "04629", "locality" : "East Blue Hill, ME", "lat" : 44.422694, "region" : {"fips" : "23", "abbr" : "ME", "name" : "Maine"}, "city" : "East Blue Hill", "type" : "POBOX", "lng" : -68.506049, "counties" : [{"fips" : "009", "name" : "Hancock County"}]} | json_instruct | {"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "abbr", "name"]}, "city": {"type": "string"}, "type": {"type": "string"}, "lng": {"type": "number"}, "counties": {"type": "array", "items": {"type": "object", "properties": {"fips": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "name"]}}}, "required": ["localities", "state", "postal_code", "locality", "lat", "region", "city", "type", "lng", "counties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "lisi"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["130105016003", "\u4e7e\u5143\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["130105016004", "\u7eb3\u5e15\u6eaa\u8c37\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["130105016005", "\u7ecf\u8d38\u5c45\u59d4\u4f1a", "111", "0"], ["130105016006", "\u5b66\u5e9c\u8def\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["130105016208", "\u524d\u675c\u5317\u6751\u59d4\u4f1a", "111", "0"], ["130105016209", "\u540e\u675c\u5317\u6751\u59d4\u4f1a", "112", "0"], ["130105016210", "\u9648\u6751\u6751\u59d4\u4f1a", "112", "0"], ["130105016211", "\u4e0a\u4eac\u6751\u59d4\u4f1a", "112", "0"], ["130105016212", "\u897f\u8425\u6751\u59d4\u4f1a", "112", "0"], ["130105016213", "\u4e1c\u8425\u6751\u59d4\u4f1a", "112", "0"], ["130105016214", "\u5357\u9ad8\u57fa\u6751\u59d4\u4f1a", "112", "0"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "rotation_period": {"type": "string"}, "orbital_period": {"type": "string"}, "diameter": {"type": "string"}, "climate": {"type": "string"}, "gravity": {"type": "string"}, "terrain": {"type": "string"}, "surface_water": {"type": "string"}, "population": {"type": "string"}, "residents": {"type": "array", "items": {"type": "string"}}, "films": {"type": "array", "items": {}}, "created": {"type": "string"}, "edited": {"type": "string"}, "url": {"type": "string"}, "id": {"type": "integer"}}, "required": ["name", "rotation_period", "orbital_period", "diameter", "climate", "gravity", "terrain", "surface_water", "population", "residents", "films", "created", "edited", "url", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Troiken", "rotation_period" : "unknown", "orbital_period" : "unknown", "diameter" : "unknown", "climate" : "unknown", "gravity" : "unknown", "terrain" : "desert, tundra, rainforests, mountains", "surface_water" : "unknown", "population" : "unknown", "residents" : ["https://swapi.co/api/people/49/"], "films" : [], "created" : "2014-12-20T10:01:37.395000Z", "edited" : "2014-12-20T20:58:18.487000Z", "url" : "https://swapi.co/api/planets/40/", "id" : 40} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "rotation_period": {"type": "string"}, "orbital_period": {"type": "string"}, "diameter": {"type": "string"}, "climate": {"type": "string"}, "gravity": {"type": "string"}, "terrain": {"type": "string"}, "surface_water": {"type": "string"}, "population": {"type": "string"}, "residents": {"type": "array", "items": {"type": "string"}}, "films": {"type": "array", "items": {}}, "created": {"type": "string"}, "edited": {"type": "string"}, "url": {"type": "string"}, "id": {"type": "integer"}}, "required": ["name", "rotation_period", "orbital_period", "diameter", "climate", "gravity", "terrain", "surface_water", "population", "residents", "films", "created", "edited", "url", "id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {"type": "string"}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"schema_version" : "1.2.0", "id" : "GHSA-j2pp-2c3q-43g3", "modified" : "2022-05-04T00:29:32Z", "published" : "2022-05-04T00:29:32Z", "aliases" : ["CVE-2012-0337"], "details" : "SQL injection vulnerability in the web component in Cisco Unified MeetingPlace 7.1 allows remote authenticated users to execute arbitrary SQL commands via unspecified vectors, aka Bug ID CSCtx08939.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2012-0337"}, {"type" : "WEB", "url" : "http://www.cisco.com/en/US/docs/voice_ip_comm/meetingplace/7_1/english/release_notes/mp71rn.html"}], "database_specific" : {"cwe_ids" : ["CWE-89"], "severity" : "MODERATE", "github_reviewed" : false}} | json_instruct | {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {"type": "string"}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "devDependencies": {"type": "object", "properties": {"babel-core": {"type": "string"}, "babel-loader": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "babel-preset-stage-0": {"type": "string"}, "babel-preset-stage-1": {"type": "string"}, "babel-preset-stage-2": {"type": "string"}, "babel-preset-stage-3": {"type": "string"}, "gulp": {"type": "string"}, "gulp-babel": {"type": "string"}, "gulp-concat": {"type": "string"}, "gulp-load-plugins": {"type": "string"}, "gulp-rename": {"type": "string"}, "gulp-sourcemaps": {"type": "string"}, "gulp-uglify": {"type": "string"}, "gulp-wrap": {"type": "string"}, "webpack": {"type": "string"}}, "required": ["babel-core", "babel-loader", "babel-preset-es2015", "babel-preset-stage-0", "babel-preset-stage-1", "babel-preset-stage-2", "babel-preset-stage-3", "gulp", "gulp-babel", "gulp-concat", "gulp-load-plugins", "gulp-rename", "gulp-sourcemaps", "gulp-uglify", "gulp-wrap", "webpack"]}}, "required": ["name", "version", "private", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "html5_rtsp_player.js.example", "version" : "0.0.1", "private" : true, "devDependencies" : {"babel-core" : "^6.5.2", "babel-loader" : "^6.2.3", "babel-preset-es2015" : "^6.5.0", "babel-preset-stage-0" : "^6.5.0", "babel-preset-stage-1" : "^6.5.0", "babel-preset-stage-2" : "^6.5.0", "babel-preset-stage-3" : "^6.5.0", "gulp" : "^3.9.0", "gulp-babel" : "^6.1.0", "gulp-concat" : "^2.6.0", "gulp-load-plugins" : "^1.1.0", "gulp-rename" : "^1.2.2", "gulp-sourcemaps" : "^1.6.0", "gulp-uglify" : "^1.4.2", "gulp-wrap" : "^0.11.0", "webpack" : "^1.12.14"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "devDependencies": {"type": "object", "properties": {"babel-core": {"type": "string"}, "babel-loader": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "babel-preset-stage-0": {"type": "string"}, "babel-preset-stage-1": {"type": "string"}, "babel-preset-stage-2": {"type": "string"}, "babel-preset-stage-3": {"type": "string"}, "gulp": {"type": "string"}, "gulp-babel": {"type": "string"}, "gulp-concat": {"type": "string"}, "gulp-load-plugins": {"type": "string"}, "gulp-rename": {"type": "string"}, "gulp-sourcemaps": {"type": "string"}, "gulp-uglify": {"type": "string"}, "gulp-wrap": {"type": "string"}, "webpack": {"type": "string"}}, "required": ["babel-core", "babel-loader", "babel-preset-es2015", "babel-preset-stage-0", "babel-preset-stage-1", "babel-preset-stage-2", "babel-preset-stage-3", "gulp", "gulp-babel", "gulp-concat", "gulp-load-plugins", "gulp-rename", "gulp-sourcemaps", "gulp-uglify", "gulp-wrap", "webpack"]}}, "required": ["name", "version", "private", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"image_name": {"type": "string"}, "image_height": {"type": "integer"}, "camera_gps": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "object", "properties": {"score": {"type": "number"}, "frontview": {"type": "boolean"}, "other": {"type": "object", "properties": {"region_attributes": {"type": "object", "properties": {"id": {"type": "number"}, "type": {"type": "string"}}, "required": ["id", "type"]}}, "required": ["region_attributes"]}, "category_id": {"type": "string"}, "segmentation": {"type": "string"}, "id": {"type": "string"}, "blurred": {"type": "boolean"}, "goodIllumination": {"type": "boolean"}}, "required": ["score", "frontview", "other", "category_id", "segmentation", "id", "blurred", "goodIllumination"]}}, "camera_id": {"type": "string"}, "image_width": {"type": "integer"}}, "required": ["image_name", "image_height", "camera_gps", "bbox", "camera_id", "image_width"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"image_name" : "lesion1074.png", "image_height" : 512, "camera_gps" : "", "bbox" : [{"score" : 1.0, "frontview" : true, "other" : {"region_attributes" : {"id" : 1.0, "type" : "car"}}, "category_id" : "car", "segmentation" : "267.0,191.0,267.0,197.0,270.0,202.0,275.0,206.0,279.0,209.0,284.0,210.0,287.0,210.0,288.0,204.0,293.0,207.0,299.0,207.0,304.0,203.0,304.0,197.0,306.0,193.0,307.0,188.0,307.0,185.0,301.0,184.0,295.0,184.0,289.0,183.0,284.0,184.0,280.0,188.0,277.0,190.0,272.0,190.0", "id" : "1", "blurred" : false, "goodIllumination" : true}], "camera_id" : "", "image_width" : 512} | json_instruct | {"type": "object", "properties": {"image_name": {"type": "string"}, "image_height": {"type": "integer"}, "camera_gps": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "object", "properties": {"score": {"type": "number"}, "frontview": {"type": "boolean"}, "other": {"type": "object", "properties": {"region_attributes": {"type": "object", "properties": {"id": {"type": "number"}, "type": {"type": "string"}}, "required": ["id", "type"]}}, "required": ["region_attributes"]}, "category_id": {"type": "string"}, "segmentation": {"type": "string"}, "id": {"type": "string"}, "blurred": {"type": "boolean"}, "goodIllumination": {"type": "boolean"}}, "required": ["score", "frontview", "other", "category_id", "segmentation", "id", "blurred", "goodIllumination"]}}, "camera_id": {"type": "string"}, "image_width": {"type": "integer"}}, "required": ["image_name", "image_height", "camera_gps", "bbox", "camera_id", "image_width"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "enabled": {"type": "integer"}, "engine": {"type": "string"}}, "required": ["name", "enabled", "engine"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "interpreters", "enabled" : 1, "engine" : "node >= 10.0.0"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "enabled": {"type": "integer"}, "engine": {"type": "string"}}, "required": ["name", "enabled", "engine"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"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" : ["Sprinkle yeast over water in large bowl. Let stand a few minutes, then stir and dissolve yeast. Add sugar, salt, margarine, 1/2 cup Parmesan cheese, oregano and 3 cups of the flour. Beat at slow speed for 2 minutes. Beat in rest of flour; cover the bowl with a sheet of wax paper and a kitchen towel. Let rise in a warm place 45 minutes, or until doubled in volume.", "Preheat oven to 350 degrees F (175 degrees C). Lightly grease one round, 2-quart casserole. Set aside.", "Stir batter down for 1/2 a minute. Turn batter into casserole. Sprinkle with the remaining 1 tablespoon Parmesan cheese.", "Bake at 350 degrees F (175 degrees C) for 55 minutes."], "ingredients" : ["2 cups warm water (110 degrees F/45 degrees C)", "2 tablespoons margarine, softened", "1 1/2 tablespoons dried oregano", "2 tablespoons white sugar", "4 1/2 teaspoons active dry yeast", "1/2 cup grated Parmesan cheese", "4 1/2 cups all-purpose flour", "2 teaspoons salt", "1 tablespoon grated Parmesan cheese"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Parmesan Herb Bread", "url" : "http://allrecipes.com/recipe/6756/parmesan-herb-bread/"} | 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": {"department": {"type": "string"}, "description": {"type": "array", "items": {"type": "string"}}, "fullname": {"type": "string"}, "number": {"type": "integer"}, "section": {"type": "string"}, "semester": {"type": "integer"}, "shortname": {"type": "string"}, "type": {"type": "string"}, "year": {"type": "integer"}}, "required": ["department", "description", "fullname", "number", "section", "semester", "shortname", "type", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"department" : "MSCS", "description" : ["This elementary introduction to the geometry of four-dimensional Euclidean space begins with an", "examination of lower-dimensional spaces and their relationships to one another. Generic objects", "are examined with the goal of understanding how a four-dimensional counterpart might be", "generated. Students explore what it means to \"see\" four-dimensional objects and in alternative", "ways. The term ends with group projects realized as a short research paper, a virtual reality", "show/object, and a class presentation. Offered periodically during Interim. No Prerequisite."], "fullname" : "A Four-Dimensional Excursion", "number" : 124, "section" : "", "semester" : 2, "shortname" : "A Four Dimensional Excursion", "type" : "R", "year" : 2017} | json_instruct | {"type": "object", "properties": {"department": {"type": "string"}, "description": {"type": "array", "items": {"type": "string"}}, "fullname": {"type": "string"}, "number": {"type": "integer"}, "section": {"type": "string"}, "semester": {"type": "integer"}, "shortname": {"type": "string"}, "type": {"type": "string"}, "year": {"type": "integer"}}, "required": ["department", "description", "fullname", "number", "section", "semester", "shortname", "type", "year"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"main": {"type": "object", "properties": {"nav": {"type": "object", "properties": {"top": {"type": "object", "properties": {"help": {"type": "string"}, "en": {"type": "string"}, "fr": {"type": "string"}, "cart": {"type": "string"}}, "required": ["help", "en", "fr", "cart"]}, "ext": {"type": "object", "properties": {"welcome": {"type": "string"}, "glasses": {"type": "string"}, "customize": {"type": "string"}, "tryon": {"type": "string"}, "order": {"type": "string"}}, "required": ["welcome", "glasses", "customize", "tryon", "order"]}}, "required": ["top", "ext"]}, "welcome": {"type": "object", "properties": {"header": {"type": "string"}, "btn": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}}, "required": ["1", "2"]}}, "required": ["header", "btn"]}, "body": {"type": "object", "properties": {"header": {"type": "string"}, "content": {"type": "string"}, "btn": {"type": "string"}}, "required": ["header", "content", "btn"]}}, "required": ["nav", "welcome", "body"]}, "footer": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]}}, "required": ["main", "footer"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"main" : {"nav" : {"top" : {"help" : "Need Help?", "en" : "English", "fr" : "Fran\u00e7ais", "cart" : "My Cart"}, "ext" : {"welcome" : "Welcome", "glasses" : "Glasses", "customize" : "Customize", "tryon" : "Try On", "order" : "Review Order"}}, "welcome" : {"header" : "A personalized eyewear shopping experience", "btn" : {"1" : "Learn More", "2" : "Get Started"}}, "body" : {"header" : "Our platform captures a precise map of each customer\u2019s personal style preferences to help them:", "content" : "Find glasses that make you look and feel amazing. Explore everything from retro-inspired to ultramodern prescription glasses. All your favourite eyeglasses styles in one place.", "btn" : "Get Started"}}, "footer" : {"text" : "Site created by Cem Aydin"}} | json_instruct | {"type": "object", "properties": {"main": {"type": "object", "properties": {"nav": {"type": "object", "properties": {"top": {"type": "object", "properties": {"help": {"type": "string"}, "en": {"type": "string"}, "fr": {"type": "string"}, "cart": {"type": "string"}}, "required": ["help", "en", "fr", "cart"]}, "ext": {"type": "object", "properties": {"welcome": {"type": "string"}, "glasses": {"type": "string"}, "customize": {"type": "string"}, "tryon": {"type": "string"}, "order": {"type": "string"}}, "required": ["welcome", "glasses", "customize", "tryon", "order"]}}, "required": ["top", "ext"]}, "welcome": {"type": "object", "properties": {"header": {"type": "string"}, "btn": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}}, "required": ["1", "2"]}}, "required": ["header", "btn"]}, "body": {"type": "object", "properties": {"header": {"type": "string"}, "content": {"type": "string"}, "btn": {"type": "string"}}, "required": ["header", "content", "btn"]}}, "required": ["nav", "welcome", "body"]}, "footer": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]}}, "required": ["main", "footer"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "remarks": {"type": "string"}, "statement": {"type": "string"}}, "required": ["citations", "names", "language", "lookupTerms", "metaLanguage", "remarks", "statement"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"citations" : [{"textCitation" : "[See funfvex on Metamath](http://us.metamath.org/mpegif/funfvex.html)"}], "names" : ["funfvex"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_wfun", "#T_cF", "#T_wa", "#T_cA", "#T_wcel", "#T_cdm", "#T_cF", "#T_wi", "#T_cF", "#T_cfv", "#T_cA", "#T_wcel", "#T_cvv"], "metaLanguage" : "METAMATH", "remarks" : " The value of a function exists. A special case of Corollary 6.13 of [TakeutiZaring] p. 27. (Contributed by Jim Kingdon, 29-Dec-2018.) ", "statement" : "funfvex $p |- ( ( Fun F /\\ A e. dom F ) -> ( F ` A ) e. _V ) $."} | json_instruct | {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "remarks": {"type": "string"}, "statement": {"type": "string"}}, "required": ["citations", "names", "language", "lookupTerms", "metaLanguage", "remarks", "statement"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "string"}, "levels": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "cost": {"type": "integer"}}, "required": ["xp", "cost"]}}, "bonuses": {"type": "object", "properties": {"cooldown": {"type": "array", "items": {"type": "integer"}}, "max_cure": {"type": "array", "items": {"type": "integer"}}}, "required": ["cooldown", "max_cure"]}}, "required": ["id", "levels", "bonuses"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "bloodmagic:poison_resist", "levels" : [{"xp" : 1200, "cost" : 2}, {"xp" : 3600, "cost" : 6}, {"xp" : 12000, "cost" : 14}, {"xp" : 24000, "cost" : 25}, {"xp" : 30000, "cost" : 40}], "bonuses" : {"cooldown" : [1200, 800, 600, 300, 100], "max_cure" : [0, 1, 2, 2, 3]}} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "levels": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "cost": {"type": "integer"}}, "required": ["xp", "cost"]}}, "bonuses": {"type": "object", "properties": {"cooldown": {"type": "array", "items": {"type": "integer"}}, "max_cure": {"type": "array", "items": {"type": "integer"}}}, "required": ["cooldown", "max_cure"]}}, "required": ["id", "levels", "bonuses"], "$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"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Chumby", "description" : "A little device that runs Flash applications.", "url" : "http://www.chumby.com/"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"batch_size": {"type": "integer"}, "depth": {"type": "integer"}, "dropout": {"type": "number"}, "ffn_hidden_size": {"type": "integer"}, "ffn_num_layers": {"type": "integer"}, "final_lr": {"type": "number"}, "hidden_size": {"type": "integer"}, "init_lr": {"type": "number"}, "max_lr": {"type": "number"}, "warmup_epochs": {"type": "integer"}}, "required": ["batch_size", "depth", "dropout", "ffn_hidden_size", "ffn_num_layers", "final_lr", "hidden_size", "init_lr", "max_lr", "warmup_epochs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"batch_size" : 61, "depth" : 4, "dropout" : 0.23099348069728637, "ffn_hidden_size" : 1214, "ffn_num_layers" : 3, "final_lr" : 0.00011129185554338046, "hidden_size" : 1456, "init_lr" : 0.00014541293079084445, "max_lr" : 0.0005116922435395622, "warmup_epochs" : 5} | json_instruct | {"type": "object", "properties": {"batch_size": {"type": "integer"}, "depth": {"type": "integer"}, "dropout": {"type": "number"}, "ffn_hidden_size": {"type": "integer"}, "ffn_num_layers": {"type": "integer"}, "final_lr": {"type": "number"}, "hidden_size": {"type": "integer"}, "init_lr": {"type": "number"}, "max_lr": {"type": "number"}, "warmup_epochs": {"type": "integer"}}, "required": ["batch_size", "depth", "dropout", "ffn_hidden_size", "ffn_num_layers", "final_lr", "hidden_size", "init_lr", "max_lr", "warmup_epochs"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"jodit.min.css": {"type": "string"}, "jodit.min.js": {"type": "string"}}, "required": ["jodit.min.css", "jodit.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"jodit.min.css" : "sha512-A73j0y+xBGNbU6qHE7XZB504wr1LQ1iJHWtYRj2rT/ZKqD8PZJZqD31G7FnVv1+iIWAwkZx9whV8evizGlLPoA==", "jodit.min.js" : "sha512-aqubhYacfd/b0aM3qVhKornP+dfhhi29BE47mB9HnJUPJL1nH4nwyfJm8MCSmLpObCYsVd5wLNi4O5RaAjPzSg=="} | json_instruct | {"type": "object", "properties": {"jodit.min.css": {"type": "string"}, "jodit.min.js": {"type": "string"}}, "required": ["jodit.min.css", "jodit.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"userId" : 59738, "cartId" : "714c739c-cae7-44b3-ae22-05d2565f8375", "preferredProducts" : [3618, 1012, 3406, 2899, 2337, 4861, 1635, 112], "productReviews" : [{"productId" : 1869, "reviewText" : "this Checking Account is brown.", "reviewDate" : "2017-01-29T14:22:48.2224474+02:00"}, {"productId" : 4752, "reviewText" : "The box this comes in is 4 yard by 5 inch and weights 12 pound!", "reviewDate" : "2016-09-04T02:15:03.6280155+03:00"}, {"productId" : 2988, "reviewText" : "My penguin loves to play with it.", "reviewDate" : "2016-07-12T07:39:37.1275961+03:00"}, {"productId" : 4169, "reviewText" : "i use it never when i'm in my nightclub.", "reviewDate" : "2020-03-20T15:24:22.5968801+02:00"}]} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"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" : "2009.592", "actors" : [], "creation_date" : "about 1800", "credit_line" : "Gift of Francine and Roger Hurwitz", "cultures" : [], "dimensions" : "9 5/8 x 8 7/8 in. (image and sheet)", "dynasty" : null, "images" : [], "irn" : 68078, "materials" : "pen and red ink and black ink wash on cream wove paper", "on_view" : false, "period" : null, "printers" : [], "publishers" : [], "rights" : null, "title" : "Fairy Queen and Attendants"} | 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#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"lockfile": {"type": "string"}, "lodash": {"type": "string"}}, "required": ["lockfile", "lodash"]}, "devDependencies": {"type": "object", "properties": {"@verdaccio/types": {"type": "string"}}, "required": ["@verdaccio/types"]}, "author": {"type": "string"}, "private": {"type": "boolean"}, "license": {"type": "string"}, "lint-staged": {"type": "object", "properties": {"*.{js, json}": {"type": "array", "items": {"type": "string"}}}, "required": ["*.{js, json}"]}, "homepage": {"type": "string"}, "scripts": {"type": "object", "properties": {"commitmsg": {"type": "string"}, "coverage": {"type": "string"}, "test": {"type": "string"}, "lint": {"type": "string"}, "flow": {"type": "string"}, "build": {"type": "string"}, "precommit": {"type": "string"}, "prepare": {"type": "string"}}, "required": ["commitmsg", "coverage", "test", "lint", "flow", "build", "precommit", "prepare"]}, "commitlint": {"type": "object", "properties": {"extends": {"type": "array", "items": {"type": "string"}}}, "required": ["extends"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}, "npm": {"type": "string"}}, "required": ["node", "npm"]}}, "required": ["name", "version", "description", "main", "keywords", "dependencies", "devDependencies", "author", "private", "license", "lint-staged", "homepage", "scripts", "commitlint", "engines"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@verdaccio/file-locking", "version" : "4.0.0", "description" : "library that handle file locking", "main" : "lib/index.js", "keywords" : ["lock", "fs"], "dependencies" : {"lockfile" : "1.0.4", "lodash" : "4.17.11"}, "devDependencies" : {"@verdaccio/types" : "4.2.0"}, "author" : "Juan Picado <[email protected]>", "private" : false, "license" : "MIT", "lint-staged" : {"*.{js, json}" : ["npm run lint", "git add"]}, "homepage" : "https://github.com/verdaccio/file-locking", "scripts" : {"commitmsg" : "commitlint -e $GIT_PARAMS", "coverage" : "codecov", "test" : "npm run lint && jest .", "lint" : "npm run flow && eslint .", "flow" : "flow", "build" : "babel src/ --out-dir lib/ --copy-files --ignore __tests__", "precommit" : "lint-staged", "prepare" : "npm run build"}, "commitlint" : {"extends" : ["@commitlint/config-conventional"]}, "engines" : {"node" : ">=4.6.1", "npm" : ">=2.15.9"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"lockfile": {"type": "string"}, "lodash": {"type": "string"}}, "required": ["lockfile", "lodash"]}, "devDependencies": {"type": "object", "properties": {"@verdaccio/types": {"type": "string"}}, "required": ["@verdaccio/types"]}, "author": {"type": "string"}, "private": {"type": "boolean"}, "license": {"type": "string"}, "lint-staged": {"type": "object", "properties": {"*.{js, json}": {"type": "array", "items": {"type": "string"}}}, "required": ["*.{js, json}"]}, "homepage": {"type": "string"}, "scripts": {"type": "object", "properties": {"commitmsg": {"type": "string"}, "coverage": {"type": "string"}, "test": {"type": "string"}, "lint": {"type": "string"}, "flow": {"type": "string"}, "build": {"type": "string"}, "precommit": {"type": "string"}, "prepare": {"type": "string"}}, "required": ["commitmsg", "coverage", "test", "lint", "flow", "build", "precommit", "prepare"]}, "commitlint": {"type": "object", "properties": {"extends": {"type": "array", "items": {"type": "string"}}}, "required": ["extends"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}, "npm": {"type": "string"}}, "required": ["node", "npm"]}}, "required": ["name", "version", "description", "main", "keywords", "dependencies", "devDependencies", "author", "private", "license", "lint-staged", "homepage", "scripts", "commitlint", "engines"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"review_id": {"type": "string"}, "movie_id": {"type": "string"}, "author": {"type": "string"}, "review": {"type": "string"}, "rating": {"type": "string"}, "date": {"type": "string"}}, "required": ["review_id", "movie_id", "author", "review", "rating", "date"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"review_id" : "9595866", "movie_id" : "114833", "author" : "ske4****", "review" : "\ub2e4\uc2dc\ub294 \uc774\ub7f0 \ud504\ub85c \ub9cc\ub4e4\uc9c0 \ub9d0\uc5b4\uc57c \ud55c\ub2e4!", "rating" : "1", "date" : "15.01.15"}, {"review_id" : "8047294", "movie_id" : "114833", "author" : "iwil****", "review" : "2\ud68c\uc778\uac00..3\ud68c\uc778\uac00..\ubc15\ud615\uc2dd\uc774\ub791 \uac00\ud76c\ub791 \ud0a4\uc2a4\uc2e0\ud558\ub294\ub370 \uc65c \ud0a4\uc2a4 \uc548\ud588\ub098\uc694? \uadf8\ub798\ub3c4 \uc7ac\ubc0c\ub2e4 \u314b\u314b", "rating" : "10", "date" : "13.10.09"}, {"review_id" : "8044292", "movie_id" : "114833", "author" : "baks****", "review" : "\uc774\uac70 \ubcf8 \uc0ac\ub78c\ub3c4 \uc788\uc2b4(\uc6c3\uc74c)", "rating" : "4", "date" : "13.10.08"}, {"review_id" : "8032921", "movie_id" : "114833", "author" : "ljw5****", "review" : "\uc644\uc804 \uc7ac\ubbf8\uc788\uc5b4\uc694\u2661\ubc24\uc5d0 \ud574\uc11c \uc880 \ud53c\uace4\ud558\uc9c0\ub9cc\u314b\u314b", "rating" : "10", "date" : "13.10.04"}, {"review_id" : "8032907", "movie_id" : "114833", "author" : "fkff****", "review" : "\uc65c\ud3c9\uc810\uc774\uc5c6\uc9c0\u314b\u314b\uc7ac\ubc0c\ub294\ub370\u314b\u314b \ud1f4\uadfc\ud558\uace0 \uc790\uae30\uc804\uc5d0\ubcf4\uae30 \ubb34\uac81\uc9c0\ub3c4\uc54a\uace0 \uc88b\uc740\ud504\ub85c~ \ub0b4\uc8fc\ubcc0\uc0ac\ub78c\ub4e4\uc740 \ub2e4\ubcf4\ub294\ub370\u314b\u314b\u314b\uc88b\uc544\uc694~", "rating" : "10", "date" : "13.10.04"}, {"review_id" : "8032396", "movie_id" : "114833", "author" : "zzaa****", "review" : "\uc81c\uc791\ube44\ub9cc \ub0ad\ube44\ud558\ub294 \ud504\ub85c \u3161\u3161", "rating" : "1", "date" : "13.10.03"}, {"review_id" : "8030382", "movie_id" : "114833", "author" : "yhna****", "review" : "\uc65c \ud3c9\uc810\uc774\uc5c6\ub0d0 \uc7ac\ubc0c\ub358\ub370 \ubc24\uc5d0\ud574\uc11c\uadf8\ub7f0\uac00..", "rating" : "10", "date" : "13.10.03"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"review_id": {"type": "string"}, "movie_id": {"type": "string"}, "author": {"type": "string"}, "review": {"type": "string"}, "rating": {"type": "string"}, "date": {"type": "string"}}, "required": ["review_id", "movie_id", "author", "review", "rating", "date"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "winner": {"type": "string"}, "points": {"type": "null"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "winner", "points"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"n_dim" : 8, "n_trials" : 80, "objective" : "markowitz_return_on_cube", "white" : "hyperopt_tpe", "black" : "platypus_spea2", "traceback" : ["passing", "passing"], "best_val" : [3535.563326181571, 3920.2937102449787], "best_x" : [[0.7867857839122769, 0.4976928520483645, 0.6029936962615363, 0.24328847741004858, 0.7131819187962218, 0.7651483942641812, 0.6427719130090841, 0.7304094190126067], [0.675005582798749, 0.8075431558779504, 0.3196903619154059, 0.23875432292129029, 0.4564029695387669, 0.49836734976242525, 0.3622704651621699, 0.9732249972104374]], "feval_count" : [80, 100], "n_trials_instructed" : [80, 23], "passing" : [true, true], "completed" : false, "winner" : "incomplete", "points" : null} | json_instruct | {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "winner": {"type": "string"}, "points": {"type": "null"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "winner", "points"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"userId" : 19200, "cartId" : "8e23076d-e7bd-40c3-a094-b4650b2444af", "preferredProducts" : [2407, 4752], "productReviews" : []} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "licenses": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"replico": {"type": "string"}}, "required": ["replico"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "spec": {"type": "string"}, "monitor": {"type": "string"}, "debugtest": {"type": "string"}, "coverage": {"type": "string"}, "jshint": {"type": "string"}, "release": {"type": "string"}}, "required": ["test", "spec", "monitor", "debugtest", "coverage", "jshint", "release"]}, "dependencies": {"type": "object", "properties": {"bluebird": {"type": "string"}}, "required": ["bluebird"]}, "devDependencies": {"type": "object", "properties": {"expect.js": {"type": "string"}, "jshint": {"type": "string"}, "mocha": {"type": "string"}, "standard-version": {"type": "string"}}, "required": ["expect.js", "jshint", "mocha", "standard-version"]}, "publishConfig": {"type": "object", "properties": {"registry": {"type": "string"}}, "required": ["registry"]}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "version", "author", "repository", "bugs", "homepage", "licenses", "main", "bin", "engines", "scripts", "dependencies", "devDependencies", "publishConfig", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "replico", "description" : "A REPL with support for await", "version" : "1.0.1", "author" : "Jean Ponchon <[email protected]>", "repository" : {"type" : "git", "url" : "https://github.com/nopnop/replico.git"}, "bugs" : {"url" : "https://github.com/nopnop/replico/issues"}, "homepage" : "https://github.com/nopnop/replico/htmly", "licenses" : "MIT", "main" : "lib/replico", "bin" : {"replico" : "bin/replico.js"}, "engines" : {"node" : ">= 5"}, "scripts" : {"test" : "mocha", "spec" : "mocha --reporter spec", "monitor" : "mocha --reporter spec --watch", "debugtest" : "mocha --debug-brk --reporter spec", "coverage" : "rm -rf ./lib-cov && jscoverage ./lib ./lib-cov && COVERAGE=true mocha --reporter html-cov > ./coverage.html && rm -rf ./lib-cov", "jshint" : "./node_modules/.bin/jshint --exclude node_modules", "release" : "standard-version"}, "dependencies" : {"bluebird" : "^3.3.4"}, "devDependencies" : {"expect.js" : "*", "jshint" : "*", "mocha" : "*", "standard-version" : "^4.4.0"}, "publishConfig" : {"registry" : "https://registry.npmjs.org/"}, "keywords" : ["repl", "co", "coroutine", "bluebird", "promise"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "licenses": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"replico": {"type": "string"}}, "required": ["replico"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "spec": {"type": "string"}, "monitor": {"type": "string"}, "debugtest": {"type": "string"}, "coverage": {"type": "string"}, "jshint": {"type": "string"}, "release": {"type": "string"}}, "required": ["test", "spec", "monitor", "debugtest", "coverage", "jshint", "release"]}, "dependencies": {"type": "object", "properties": {"bluebird": {"type": "string"}}, "required": ["bluebird"]}, "devDependencies": {"type": "object", "properties": {"expect.js": {"type": "string"}, "jshint": {"type": "string"}, "mocha": {"type": "string"}, "standard-version": {"type": "string"}}, "required": ["expect.js", "jshint", "mocha", "standard-version"]}, "publishConfig": {"type": "object", "properties": {"registry": {"type": "string"}}, "required": ["registry"]}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "version", "author", "repository", "bugs", "homepage", "licenses", "main", "bin", "engines", "scripts", "dependencies", "devDependencies", "publishConfig", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "MMD Lucia Call on me R18", "author" : "Spacebear7778", "description" : "FULLundefinedVIDEOundefinedHEREundefined(undefinedinstantundefinedaccessundefined84+undefineduncensoredundefinedfullundefinedvideosundefinedforundefined5$undefinedpledge)<br><aundefinedhref='https://www.patreon.com/posts/29802391'>https://www.patreon.com/posts/29802391</a><br>MODELundefinedDLundefinedHERE<br><aundefinedhref='https://www.patreon.com/posts/29801332'>https://www.patreon.com/posts/29801332</a><br><aundefinedhref='https://www.patreon.com/posts/29801414'>https://www.patreon.com/posts/29801414</a>", "thumb" : "//i.iwara.tv/sites/default/files/styles/thumbnail/public/video_embed_field_thumbnails/youtube/Yj9P0LRu-k8.jpg?itok=Mz8m8jr_", "download" : "https://www.iwara.tv/api/video/3aa45sby1ws4edow1", "origin" : "https://www.iwara.tv/videos/3aa45sby1ws4edow1"} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "provider": {"type": "string"}, "host": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "multiTenant": {"type": "string"}, "portMapping": {"type": "array", "items": {"type": "object", "properties": {"protocol": {"type": "string"}, "port": {"type": "string"}, "proxyPort": {"type": "string"}}, "required": ["protocol", "port", "proxyPort"]}}, "deployment": {"type": "object", "properties": {}, "required": []}, "iaasProvider": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "imageId": {"type": "string"}, "property": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "string"}}, "required": ["name", "value"]}}}, "required": ["type", "imageId", "property"]}}}, "required": ["type", "provider", "host", "displayName", "description", "version", "multiTenant", "portMapping", "deployment", "iaasProvider"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "php", "provider" : "apache", "host" : "stratos.com", "displayName" : "PHP", "description" : "PHP Cartridge", "version" : "7", "multiTenant" : "false", "portMapping" : [{"protocol" : "http", "port" : "80", "proxyPort" : "8280"}], "deployment" : {}, "iaasProvider" : [{"type" : "openstack", "imageId" : "RegionOne/____CHANGE_ME____", "property" : [{"name" : "instanceType", "value" : "RegionOne/2"}]}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "provider": {"type": "string"}, "host": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "multiTenant": {"type": "string"}, "portMapping": {"type": "array", "items": {"type": "object", "properties": {"protocol": {"type": "string"}, "port": {"type": "string"}, "proxyPort": {"type": "string"}}, "required": ["protocol", "port", "proxyPort"]}}, "deployment": {"type": "object", "properties": {}, "required": []}, "iaasProvider": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "imageId": {"type": "string"}, "property": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "string"}}, "required": ["name", "value"]}}}, "required": ["type", "imageId", "property"]}}}, "required": ["type", "provider", "host", "displayName", "description", "version", "multiTenant", "portMapping", "deployment", "iaasProvider"], "$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"}, "description": {"type": "string"}, "license": {"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": {"Fleshgrinder\\Core\\": {"type": "string"}}, "required": ["Fleshgrinder\\Core\\"]}}, "required": ["psr-4"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Fleshgrinder\\Core\\": {"type": "string"}}, "required": ["Fleshgrinder\\Core\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "license", "authors", "autoload", "autoload-dev"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "fleshgrinder/stringable", "description" : "Interface for easy identification of classes that implement the magic __toString method.", "license" : "MIT", "authors" : [{"name" : "Richard Fussenegger", "email" : "[email protected]"}], "autoload" : {"psr-4" : {"Fleshgrinder\\Core\\" : "src/"}}, "autoload-dev" : {"psr-4" : {"Fleshgrinder\\Core\\" : "test/"}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"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": {"Fleshgrinder\\Core\\": {"type": "string"}}, "required": ["Fleshgrinder\\Core\\"]}}, "required": ["psr-4"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Fleshgrinder\\Core\\": {"type": "string"}}, "required": ["Fleshgrinder\\Core\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "license", "authors", "autoload", "autoload-dev"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": "string"}, "isbn-13": {"type": "string"}, "pages": {"type": "string"}, "publication date": {"type": "string"}, "publisher": {"type": "string"}, "size": {"type": "string"}}, "required": ["authors", "format", "isbn-10", "isbn-13", "pages", "publication date", "publisher", "size"]}, "img": {"type": "string"}, "link": {"type": "string"}, "title": {"type": "string"}}, "required": ["categories", "desc", "details", "img", "link", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"categories" : ["Manual"], "desc" : "\n", "details" : {"authors" : "Edward C. Baig, Bob LeVitus", "format" : "pdf", "isbn-10" : "1118583876", "isbn-13" : "978-1118583876", "pages" : "384 pages", "publication date" : "December 17, 2012", "publisher" : "For Dummies", "size" : "53.00Mb"}, "img" : "http://23.95.221.108/covers/ec/ec1a4a5bada2323ec789871eeba109f8.jpg", "link" : "https://rapidhosting.info/files/ggn", "title" : "iPad mini For Dummies"} | json_instruct | {"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": "string"}, "isbn-13": {"type": "string"}, "pages": {"type": "string"}, "publication date": {"type": "string"}, "publisher": {"type": "string"}, "size": {"type": "string"}}, "required": ["authors", "format", "isbn-10", "isbn-13", "pages", "publication date", "publisher", "size"]}, "img": {"type": "string"}, "link": {"type": "string"}, "title": {"type": "string"}}, "required": ["categories", "desc", "details", "img", "link", "title"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "object", "properties": {"key": {"type": "string"}, "name": {"type": "string"}, "spdx_id": {"type": "string"}, "url": {"type": "string"}}, "required": ["key", "name", "spdx_id", "url"]}, "starNum": {"type": "integer"}, "folkNum": {"type": "integer"}, "watchNum": {"type": "integer"}, "topic": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "license", "starNum", "folkNum", "watchNum", "topic"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "decorating", "description" : "decorating: Literally decorating your terminal with decorators", "license" : {"key" : "mit", "name" : "MIT License", "spdx_id" : "MIT", "url" : "https://api.github.com/licenses/mit"}, "starNum" : 253, "folkNum" : 13, "watchNum" : 253, "topic" : ["animation", "decorating", "decorators", "python", "terminal"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "object", "properties": {"key": {"type": "string"}, "name": {"type": "string"}, "spdx_id": {"type": "string"}, "url": {"type": "string"}}, "required": ["key", "name", "spdx_id", "url"]}, "starNum": {"type": "integer"}, "folkNum": {"type": "integer"}, "watchNum": {"type": "integer"}, "topic": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "license", "starNum", "folkNum", "watchNum", "topic"], "$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"}, "PurchasePrice": {"type": "string"}, "ShowHair": {"type": "boolean"}, "IgnoreHairstyleOffset": {"type": "boolean"}}, "required": ["Name", "Description", "PurchasePrice", "ShowHair", "IgnoreHairstyleOffset"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Name" : "Bee Ears Hat", "Description" : "A Cute Pair of Buzzy Bee Ears!", "PurchasePrice" : "1000", "ShowHair" : true, "IgnoreHairstyleOffset" : true} | json_instruct | {"type": "object", "properties": {"Name": {"type": "string"}, "Description": {"type": "string"}, "PurchasePrice": {"type": "string"}, "ShowHair": {"type": "boolean"}, "IgnoreHairstyleOffset": {"type": "boolean"}}, "required": ["Name", "Description", "PurchasePrice", "ShowHair", "IgnoreHairstyleOffset"], "$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"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "symfony/framework-bundle": {"type": "string"}}, "required": ["php", "symfony/framework-bundle"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"triion\\TinymceBundle\\": {"type": "string"}}, "required": ["triion\\TinymceBundle\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "keywords", "homepage", "type", "license", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "triion/tinymcebundle", "description" : "This Bundle integrates TinyMCE WYSIWYG editor into a Symfony4 project as bundle only.", "keywords" : ["wysiwyg", "tinymce", "editor", "symfony4", "bundle", "tinymce v4.8.2"], "homepage" : "https://github.com/triion/TinyMCEBundle", "type" : "symfony-bundle", "license" : "MIT", "require" : {"php" : "^7.1.3", "symfony/framework-bundle" : "^3.4||^4.0"}, "autoload" : {"psr-4" : {"triion\\TinymceBundle\\" : ""}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "symfony/framework-bundle": {"type": "string"}}, "required": ["php", "symfony/framework-bundle"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"triion\\TinymceBundle\\": {"type": "string"}}, "required": ["triion\\TinymceBundle\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "keywords", "homepage", "type", "license", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "130902002004", "text" : "\u6b23\u6021\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "130902002007", "text" : "\u6ca7\u8fd0\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "130902002008", "text" : "\u8377\u82b1\u6c60\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "130902002009", "text" : "\u7ad9\u4e1c\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"host": {"type": "string"}, "watchOptions": {"type": "object", "properties": {"usePolling": {"type": "boolean"}}, "required": ["usePolling"]}}, "required": ["host", "watchOptions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"host" : "0.0.0.0", "watchOptions" : {"usePolling" : true}} | json_instruct | {"type": "object", "properties": {"host": {"type": "string"}, "watchOptions": {"type": "object", "properties": {"usePolling": {"type": "boolean"}}, "required": ["usePolling"]}}, "required": ["host", "watchOptions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"plugins": {"type": "array", "items": {"type": "string"}}, "pluginsConfig": {"type": "object", "properties": {"disqus": {"type": "object", "properties": {"shortName": {"type": "string"}}, "required": ["shortName"]}, "edit-link": {"type": "object", "properties": {"base": {"type": "string"}, "label": {"type": "string"}}, "required": ["base", "label"]}}, "required": ["disqus", "edit-link"]}}, "required": ["plugins", "pluginsConfig"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"plugins" : ["disqus", "edit-link"], "pluginsConfig" : {"disqus" : {"shortName" : "oskarsdevresources"}, "edit-link" : {"base" : "https://github.com/OskarKlintrot/Resources/blob/master/", "label" : "Edit This Page"}}} | json_instruct | {"type": "object", "properties": {"plugins": {"type": "array", "items": {"type": "string"}}, "pluginsConfig": {"type": "object", "properties": {"disqus": {"type": "object", "properties": {"shortName": {"type": "string"}}, "required": ["shortName"]}, "edit-link": {"type": "object", "properties": {"base": {"type": "string"}, "label": {"type": "string"}}, "required": ["base", "label"]}}, "required": ["disqus", "edit-link"]}}, "required": ["plugins", "pluginsConfig"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "350521114201", "text" : "\u8f8b\u5ddd\u6751\u59d4\u4f1a"}, {"id" : "350521114202", "text" : "\u5927\u6f58\u6751\u59d4\u4f1a"}, {"id" : "350521114203", "text" : "\u540e\u4efb\u6751\u59d4\u4f1a"}, {"id" : "350521114204", "text" : "\u793e\u5751\u6751\u59d4\u4f1a"}, {"id" : "350521114205", "text" : "\u8bb8\u539d\u6751\u59d4\u4f1a"}, {"id" : "350521114206", "text" : "\u8bb8\u57ed\u6751\u59d4\u4f1a"}, {"id" : "350521114207", "text" : "\u4e0b\u6c5f\u6751\u59d4\u4f1a"}, {"id" : "350521114208", "text" : "\u5c0f\u5c71\u6751\u59d4\u4f1a"}, {"id" : "350521114209", "text" : "\u68a7\u5c71\u6751\u59d4\u4f1a"}, {"id" : "350521114210", "text" : "\u576a\u57d4\u6751\u59d4\u4f1a"}, {"id" : "350521114211", "text" : "\u8bd5\u5251\u6751\u59d4\u4f1a"}, {"id" : "350521114212", "text" : "\u5e84\u4e0a\u6751\u59d4\u4f1a"}, {"id" : "350521114213", "text" : "\u66f4\u65b0\u6751\u59d4\u4f1a"}, {"id" : "350521114214", "text" : "\u7389\u56f4\u6751\u59d4\u4f1a"}, {"id" : "350521114215", "text" : "\u4eac\u5c71\u6751\u59d4\u4f1a"}, {"id" : "350521114216", "text" : "\u5c45\u4ec1\u6751\u59d4\u4f1a"}, {"id" : "350521114217", "text" : "\u5cf0\u5d0e\u6751\u59d4\u4f1a"}, {"id" : "350521114218", "text" : "\u5cf0\u5357\u6751\u59d4\u4f1a"}, {"id" : "350521114219", "text" : "\u540e\u8bb8\u6751\u59d4\u4f1a"}, {"id" : "350521114220", "text" : "\u524d\u6d0b\u6751\u59d4\u4f1a"}, {"id" : "350521114221", "text" : "\u5751\u5357\u6751\u59d4\u4f1a"}, {"id" : "350521114222", "text" : "\u5439\u697c\u6751\u59d4\u4f1a"}, {"id" : "350521114223", "text" : "\u4e94\u67f3\u6751\u59d4\u4f1a"}, {"id" : "350521114224", "text" : "\u5357\u661f\u6751\u59d4\u4f1a"}, {"id" : "350521114225", "text" : "\u540e\u5751\u6751\u59d4\u4f1a"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "refer": {"type": "string"}, "color": {"type": "string"}, "gridXY": {"type": "array", "items": {"type": "integer"}}, "offset": {"type": "array", "items": {"type": "integer"}}, "scale": {"type": "array", "items": {"type": "number"}}}, "required": ["name", "refer", "color", "gridXY", "offset", "scale"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Skid", "refer" : "skid", "color" : "#FFFFFF", "gridXY" : [603, 535], "offset" : [0, 41], "scale" : [0.78, 0.78]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "refer": {"type": "string"}, "color": {"type": "string"}, "gridXY": {"type": "array", "items": {"type": "integer"}}, "offset": {"type": "array", "items": {"type": "integer"}}, "scale": {"type": "array", "items": {"type": "number"}}}, "required": ["name", "refer", "color", "gridXY", "offset", "scale"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"argv": {"type": "array", "items": {"type": "string"}}, "display_name": {"type": "string"}, "language": {"type": "string"}, "name": {"type": "string"}}, "required": ["argv", "display_name", "language", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"argv" : ["/go/bin/gopherlab", "{connection_file}"], "display_name" : "Go (gopherlab)", "language" : "go", "name" : "go"} | json_instruct | {"type": "object", "properties": {"argv": {"type": "array", "items": {"type": "string"}}, "display_name": {"type": "string"}, "language": {"type": "string"}, "name": {"type": "string"}}, "required": ["argv", "display_name", "language", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"backbone.marionette.js": {"type": "string"}, "backbone.marionette.min.js": {"type": "string"}}, "required": ["backbone.marionette.js", "backbone.marionette.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"backbone.marionette.js" : "sha512-tmNAk2LUzqsf623tcEnR86wyR1yDxEHF3/M7Qyz6cjIhhxkE2IcK26RLzqNn3acG7Emcnbl0iKF2Krsyu3FxsA==", "backbone.marionette.min.js" : "sha512-W9GQ6eAz8NtEbS4pUxRzxCkoVyVQAaA4z8BK3MqZuZ/gXwqNl1mVE6elaAOzbH1m0ngPRDx+b3gGBgPpYsSqXg=="} | json_instruct | {"type": "object", "properties": {"backbone.marionette.js": {"type": "string"}, "backbone.marionette.min.js": {"type": "string"}}, "required": ["backbone.marionette.js", "backbone.marionette.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"SourceFile": {"type": "string"}, "ExifToolVersion": {"type": "number"}, "FileName": {"type": "string"}, "Directory": {"type": "string"}, "FileSize": {"type": "string"}, "FileModifyDate": {"type": "string"}, "FileAccessDate": {"type": "string"}, "FileCreateDate": {"type": "string"}, "FilePermissions": {"type": "string"}, "FileType": {"type": "string"}, "FileTypeExtension": {"type": "string"}, "MIMEType": {"type": "string"}, "ZipRequiredVersion": {"type": "integer"}, "ZipBitFlag": {"type": "integer"}, "ZipCompression": {"type": "string"}, "ZipModifyDate": {"type": "string"}, "ZipCRC": {"type": "string"}, "ZipCompressedSize": {"type": "integer"}, "ZipUncompressedSize": {"type": "integer"}, "ZipFileName": {"type": "string"}, "PreviewImage": {"type": "string"}, "Projects": {"type": "array", "items": {"type": "string"}}, "Author": {"type": "string"}, "Copyright": {"type": "string"}, "Title": {"type": "string"}, "Keywords": {"type": "string"}, "Comment": {"type": "string"}}, "required": ["SourceFile", "ExifToolVersion", "FileName", "Directory", "FileSize", "FileModifyDate", "FileAccessDate", "FileCreateDate", "FilePermissions", "FileType", "FileTypeExtension", "MIMEType", "ZipRequiredVersion", "ZipBitFlag", "ZipCompression", "ZipModifyDate", "ZipCRC", "ZipCompressedSize", "ZipUncompressedSize", "ZipFileName", "PreviewImage", "Projects", "Author", "Copyright", "Title", "Keywords", "Comment"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"SourceFile" : "D:/Projekte/nodejs/exiftool-wrapper/test/testfiles/iWork.numbers", "ExifToolVersion" : 10.19, "FileName" : "iWork.numbers", "Directory" : "D:/Projekte/nodejs/exiftool-wrapper/test/testfiles", "FileSize" : "1359 bytes", "FileModifyDate" : "2016:05:02 08:19:08+02:00", "FileAccessDate" : "2016:06:14 05:38:12+02:00", "FileCreateDate" : "2016:06:14 05:38:12+02:00", "FilePermissions" : "rw-rw-rw-", "FileType" : "NUMBERS", "FileTypeExtension" : "numbers", "MIMEType" : "application/x-iwork-numbers-sffnumbers", "ZipRequiredVersion" : 10, "ZipBitFlag" : 0, "ZipCompression" : "None", "ZipModifyDate" : "2009:11:11 14:38:03", "ZipCRC" : "0xfa4361e7", "ZipCompressedSize" : 27, "ZipUncompressedSize" : 27, "ZipFileName" : "QuickLook/Thumbnail.jpg", "PreviewImage" : "(Binary data 27 bytes, use -b option to extract)", "Projects" : ["Project 1", "Project 2"], "Author" : "Author Name", "Copyright" : "(c) 2009", "Title" : "Doc Title, yo", "Keywords" : "keyword1,keyword2,keyword3", "Comment" : "Comments are a joy to behold."}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"SourceFile": {"type": "string"}, "ExifToolVersion": {"type": "number"}, "FileName": {"type": "string"}, "Directory": {"type": "string"}, "FileSize": {"type": "string"}, "FileModifyDate": {"type": "string"}, "FileAccessDate": {"type": "string"}, "FileCreateDate": {"type": "string"}, "FilePermissions": {"type": "string"}, "FileType": {"type": "string"}, "FileTypeExtension": {"type": "string"}, "MIMEType": {"type": "string"}, "ZipRequiredVersion": {"type": "integer"}, "ZipBitFlag": {"type": "integer"}, "ZipCompression": {"type": "string"}, "ZipModifyDate": {"type": "string"}, "ZipCRC": {"type": "string"}, "ZipCompressedSize": {"type": "integer"}, "ZipUncompressedSize": {"type": "integer"}, "ZipFileName": {"type": "string"}, "PreviewImage": {"type": "string"}, "Projects": {"type": "array", "items": {"type": "string"}}, "Author": {"type": "string"}, "Copyright": {"type": "string"}, "Title": {"type": "string"}, "Keywords": {"type": "string"}, "Comment": {"type": "string"}}, "required": ["SourceFile", "ExifToolVersion", "FileName", "Directory", "FileSize", "FileModifyDate", "FileAccessDate", "FileCreateDate", "FilePermissions", "FileType", "FileTypeExtension", "MIMEType", "ZipRequiredVersion", "ZipBitFlag", "ZipCompression", "ZipModifyDate", "ZipCRC", "ZipCompressedSize", "ZipUncompressedSize", "ZipFileName", "PreviewImage", "Projects", "Author", "Copyright", "Title", "Keywords", "Comment"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/amqplib": {"type": "string"}, "@types/cors": {"type": "string"}, "@types/express": {"type": "string"}, "@types/express-rate-limit": {"type": "string"}, "@types/jsonwebtoken": {"type": "string"}, "@types/mongoose": {"type": "string"}, "@types/nodemailer": {"type": "string"}}, "required": ["@types/amqplib", "@types/cors", "@types/express", "@types/express-rate-limit", "@types/jsonwebtoken", "@types/mongoose", "@types/nodemailer"]}, "dependencies": {"type": "object", "properties": {"amqplib": {"type": "string"}, "argon2": {"type": "string"}, "colors": {"type": "string"}, "cors": {"type": "string"}, "dotenv": {"type": "string"}, "express": {"type": "string"}, "express-rate-limit": {"type": "string"}, "jsonwebtoken": {"type": "string"}, "mongoose": {"type": "string"}, "nodemailer": {"type": "string"}, "query-string": {"type": "string"}, "stripe": {"type": "string"}, "ts-node-dev": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["amqplib", "argon2", "colors", "cors", "dotenv", "express", "express-rate-limit", "jsonwebtoken", "mongoose", "nodemailer", "query-string", "stripe", "ts-node-dev", "typescript"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "payment", "version" : "0.0.1", "description" : "", "main" : "index.js", "scripts" : {"start" : "ts-node-dev src/index.ts"}, "author" : "Meet Patel", "license" : "MIT", "devDependencies" : {"@types/amqplib" : "^0.5.17", "@types/cors" : "^2.8.10", "@types/express" : "^4.17.11", "@types/express-rate-limit" : "^5.1.1", "@types/jsonwebtoken" : "^8.5.0", "@types/mongoose" : "^5.10.3", "@types/nodemailer" : "^6.4.0"}, "dependencies" : {"amqplib" : "^0.7.0", "argon2" : "^0.27.1", "colors" : "^1.4.0", "cors" : "^2.8.5", "dotenv" : "^8.2.0", "express" : "^4.17.1", "express-rate-limit" : "^5.2.6", "jsonwebtoken" : "^8.5.1", "mongoose" : "^5.10.18", "nodemailer" : "^6.5.0", "query-string" : "^6.14.1", "stripe" : "^8.137.0", "ts-node-dev" : "^1.1.1", "typescript" : "^4.1.3"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/amqplib": {"type": "string"}, "@types/cors": {"type": "string"}, "@types/express": {"type": "string"}, "@types/express-rate-limit": {"type": "string"}, "@types/jsonwebtoken": {"type": "string"}, "@types/mongoose": {"type": "string"}, "@types/nodemailer": {"type": "string"}}, "required": ["@types/amqplib", "@types/cors", "@types/express", "@types/express-rate-limit", "@types/jsonwebtoken", "@types/mongoose", "@types/nodemailer"]}, "dependencies": {"type": "object", "properties": {"amqplib": {"type": "string"}, "argon2": {"type": "string"}, "colors": {"type": "string"}, "cors": {"type": "string"}, "dotenv": {"type": "string"}, "express": {"type": "string"}, "express-rate-limit": {"type": "string"}, "jsonwebtoken": {"type": "string"}, "mongoose": {"type": "string"}, "nodemailer": {"type": "string"}, "query-string": {"type": "string"}, "stripe": {"type": "string"}, "ts-node-dev": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["amqplib", "argon2", "colors", "cors", "dotenv", "express", "express-rate-limit", "jsonwebtoken", "mongoose", "nodemailer", "query-string", "stripe", "ts-node-dev", "typescript"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Time" : "2020-10-22T04:00:00Z", "Temp" : 17.5, "RelHum" : 90, "WindSpeed" : 0.7, "WindDir" : 324} | json_instruct | {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"lunr.js": {"type": "string"}, "lunr.min.js": {"type": "string"}}, "required": ["lunr.js", "lunr.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"lunr.js" : "sha512-LHREgcuSwftFgQvJk7FOdxOAM6TEYrgDZpeWbXsKmtsCTOPq4MvSYSDIGL+HzYxePmzJNdbNrsLMb2hiI2VCsg==", "lunr.min.js" : "sha512-ncf+52CpQRzSQbMy9tg+Fsm8wFA1ppxZqTAsyBXJOjWfoJaMIdFArltUqKFpR2uS5BeMyIYcCNTNUr+3F49fCg=="} | json_instruct | {"type": "object", "properties": {"lunr.js": {"type": "string"}, "lunr.min.js": {"type": "string"}}, "required": ["lunr.js", "lunr.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"userId" : 60216, "cartId" : "3d0f76d3-f637-4f1b-ab08-375e52cbaea6", "preferredProducts" : [521, 2451, 462, 4987], "productReviews" : [{"productId" : 4683, "reviewText" : "My bass loves to play with it.", "reviewDate" : "2018-12-19T01:46:40.0469424+02:00"}, {"productId" : 4668, "reviewText" : "i use it usually when i'm in my alley.", "reviewDate" : "2020-04-24T14:42:35.7262691+03:00"}]} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "whistleConfig": {"type": "object", "properties": {"hintList": {"type": "array", "items": {"type": "string"}}, "hideShortProtocol": {"type": "boolean"}}, "required": ["hintList", "hideShortProtocol"]}, "registry": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}}, "required": ["name", "version", "description", "scripts", "homepage", "keywords", "whistleConfig", "registry", "repository", "engines"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "whistle.inspect", "version" : "2.0.1", "description" : "\u96c6\u6210eruda\u548cvConsole\u7b49\u8c03\u8bd5H5\u9875\u9762\u5de5\u5177\u7684\u63d2\u4ef6", "scripts" : {"build" : "node ./src/build"}, "homepage" : "https://github.com/whistle-plugins/whistle.inspect", "keywords" : ["whistle", "eruda", "vConsole", "inspector", "h5"], "whistleConfig" : {"hintList" : ["vConsole", "eruda"], "hideShortProtocol" : true}, "registry" : "https://github.com/whistle-plugins/whistle.inspect", "repository" : {"type" : "git", "url" : "https://github.com/whistle-plugins/whistle.inspect.git"}, "engines" : {"node" : ">= 6"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "whistleConfig": {"type": "object", "properties": {"hintList": {"type": "array", "items": {"type": "string"}}, "hideShortProtocol": {"type": "boolean"}}, "required": ["hintList", "hideShortProtocol"]}, "registry": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}}, "required": ["name", "version", "description", "scripts", "homepage", "keywords", "whistleConfig", "registry", "repository", "engines"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"copyright": {"type": "string"}, "url": {"type": "string"}, "format": {"type": "string"}, "email": {"type": "string"}, "gravatar": {"type": "boolean"}, "theme": {"type": "string"}}, "required": ["copyright", "url", "format", "email", "gravatar", "theme"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"copyright" : "pushandplay", "url" : "http://pushandplay.ru", "format" : "txt", "email" : "[email protected]", "gravatar" : true, "theme" : "default"} | json_instruct | {"type": "object", "properties": {"copyright": {"type": "string"}, "url": {"type": "string"}, "format": {"type": "string"}, "email": {"type": "string"}, "gravatar": {"type": "boolean"}, "theme": {"type": "string"}}, "required": ["copyright", "url", "format", "email", "gravatar", "theme"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"birth_date": {"type": "string"}, "birth_place": {"type": "string"}, "died": {"type": "string"}, "first_name": {"type": "string"}, "img": {"type": "string"}, "last_name": {"type": "string"}, "name": {"type": "string"}, "nationality": {"type": "string"}, "notes": {"type": "string"}, "selection_date": {"type": "string"}, "selection_group": {"type": "string"}, "status": {"type": "string"}}, "required": ["birth_date", "birth_place", "died", "first_name", "img", "last_name", "name", "nationality", "notes", "selection_date", "selection_group", "status"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"birth_date" : "1937-04-17", "birth_place" : "Verkhopeniye, Kursk Region, Russia", "died" : "2015-10-19", "first_name" : "Eduard Nikolayevich", "img" : "https://www.worldspaceflight.com/bios/photos/russia/stepanov-e.jpg", "last_name" : "Stepanov", "name" : "Eduard Nikolayevich Stepanov", "nationality" : "Russian", "notes" : "Never had the opportunity to fly into space.", "selection_date" : "1965-10-28", "selection_group" : "Air Force Group 3", "status" : "Deceased"} | json_instruct | {"type": "object", "properties": {"birth_date": {"type": "string"}, "birth_place": {"type": "string"}, "died": {"type": "string"}, "first_name": {"type": "string"}, "img": {"type": "string"}, "last_name": {"type": "string"}, "name": {"type": "string"}, "nationality": {"type": "string"}, "notes": {"type": "string"}, "selection_date": {"type": "string"}, "selection_group": {"type": "string"}, "status": {"type": "string"}}, "required": ["birth_date", "birth_place", "died", "first_name", "img", "last_name", "name", "nationality", "notes", "selection_date", "selection_group", "status"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"PRODUCT_NAME": {"type": "string"}, "MANUFACTURER": {"type": "string"}, "BRANDNAME": {"type": "string"}, "WEIGHT": {"type": "string"}}, "required": ["PRODUCT_NAME", "MANUFACTURER", "BRANDNAME", "WEIGHT"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"PRODUCT_NAME" : "Domaine Sainter Leocadie", "MANUFACTURER" : "Echerenet Company Limited", "BRANDNAME" : "Minervoirs Red", "WEIGHT" : "750ml"} | json_instruct | {"type": "object", "properties": {"PRODUCT_NAME": {"type": "string"}, "MANUFACTURER": {"type": "string"}, "BRANDNAME": {"type": "string"}, "WEIGHT": {"type": "string"}}, "required": ["PRODUCT_NAME", "MANUFACTURER", "BRANDNAME", "WEIGHT"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"Classification": {"type": "string"}, "Properties": {"type": "object", "properties": {"spark.network.timeout": {"type": "string"}, "spark.executor.heartbeatInterval": {"type": "string"}, "spark.dynamicAllocation.enabled": {"type": "string"}, "spark.driver.memory": {"type": "string"}, "spark.executor.memory": {"type": "string"}, "spark.executor.cores": {"type": "string"}, "spark.executor.instances": {"type": "string"}, "spark.rdd.compress": {"type": "string"}, "spark.shuffle.compress": {"type": "string"}, "spark.shuffle.spill.compress": {"type": "string"}, "spark.default.parallelism": {"type": "string"}}, "required": ["spark.network.timeout", "spark.executor.heartbeatInterval", "spark.dynamicAllocation.enabled", "spark.driver.memory", "spark.executor.memory", "spark.executor.cores", "spark.executor.instances", "spark.rdd.compress", "spark.shuffle.compress", "spark.shuffle.spill.compress", "spark.default.parallelism"]}}, "required": ["Classification", "Properties"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"Classification" : "spark-defaults", "Properties" : {"spark.network.timeout" : "800s", "spark.executor.heartbeatInterval" : "60s", "spark.dynamicAllocation.enabled" : "false", "spark.driver.memory" : "5.5g", "spark.executor.memory" : "5.5g", "spark.executor.cores" : "1", "spark.executor.instances" : "2", "spark.rdd.compress" : "true", "spark.shuffle.compress" : "true", "spark.shuffle.spill.compress" : "true", "spark.default.parallelism" : "4"}}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"Classification": {"type": "string"}, "Properties": {"type": "object", "properties": {"spark.network.timeout": {"type": "string"}, "spark.executor.heartbeatInterval": {"type": "string"}, "spark.dynamicAllocation.enabled": {"type": "string"}, "spark.driver.memory": {"type": "string"}, "spark.executor.memory": {"type": "string"}, "spark.executor.cores": {"type": "string"}, "spark.executor.instances": {"type": "string"}, "spark.rdd.compress": {"type": "string"}, "spark.shuffle.compress": {"type": "string"}, "spark.shuffle.spill.compress": {"type": "string"}, "spark.default.parallelism": {"type": "string"}}, "required": ["spark.network.timeout", "spark.executor.heartbeatInterval", "spark.dynamicAllocation.enabled", "spark.driver.memory", "spark.executor.memory", "spark.executor.cores", "spark.executor.instances", "spark.rdd.compress", "spark.shuffle.compress", "spark.shuffle.spill.compress", "spark.default.parallelism"]}}, "required": ["Classification", "Properties"]}, "$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"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"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"}}, "required": ["php"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}}, "required": ["phpunit/phpunit"]}, "minimum-stability": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"SHyx0rmZ\\Bencode\\": {"type": "string"}}, "required": ["SHyx0rmZ\\Bencode\\"]}}, "required": ["psr-4"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"SHyx0rmZ\\Bencode\\Test\\": {"type": "string"}}, "required": ["SHyx0rmZ\\Bencode\\Test\\"]}}, "required": ["psr-4"]}}, "required": ["name", "type", "description", "keywords", "homepage", "license", "authors", "require", "require-dev", "minimum-stability", "autoload", "autoload-dev"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "ppokatilo/bencode", "type" : "library", "description" : "Bencode library for PHP", "keywords" : ["serialize", "bencode"], "homepage" : "http://github.com/SHyx0rmZ/php-bencode", "license" : "MIT", "authors" : [{"name" : "Patrick Pokatilo", "email" : "[email protected]"}], "require" : {"php" : ">=5.4"}, "require-dev" : {"phpunit/phpunit" : "^5.0"}, "minimum-stability" : "stable", "autoload" : {"psr-4" : {"SHyx0rmZ\\Bencode\\" : "src/"}}, "autoload-dev" : {"psr-4" : {"SHyx0rmZ\\Bencode\\Test\\" : "tests/"}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"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"}}, "required": ["php"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}}, "required": ["phpunit/phpunit"]}, "minimum-stability": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"SHyx0rmZ\\Bencode\\": {"type": "string"}}, "required": ["SHyx0rmZ\\Bencode\\"]}}, "required": ["psr-4"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"SHyx0rmZ\\Bencode\\Test\\": {"type": "string"}}, "required": ["SHyx0rmZ\\Bencode\\Test\\"]}}, "required": ["psr-4"]}}, "required": ["name", "type", "description", "keywords", "homepage", "license", "authors", "require", "require-dev", "minimum-stability", "autoload", "autoload-dev"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"Orders": {"type": "object", "properties": {"LastUpdateDate": {"type": "string"}}, "required": ["LastUpdateDate"]}}, "required": ["Orders"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Orders" : {"LastUpdateDate" : "2121-07-01T00:00:00Z"}} | json_instruct | {"type": "object", "properties": {"Orders": {"type": "object", "properties": {"LastUpdateDate": {"type": "string"}}, "required": ["LastUpdateDate"]}}, "required": ["Orders"], "$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"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "description": {"type": "string"}, "directories": {"type": "object", "properties": {"example": {"type": "string"}, "test": {"type": "string"}}, "required": ["example", "test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"json-mask": {"type": "string"}}, "required": ["json-mask"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "devDependencies": {"type": "object", "properties": {"co-mocha": {"type": "string"}, "koa": {"type": "string"}, "mocha": {"type": "string"}, "supertest": {"type": "string"}}, "required": ["co-mocha", "koa", "mocha", "supertest"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "files": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}}, "required": ["name", "version", "repository", "bugs", "homepage", "description", "directories", "keywords", "dependencies", "scripts", "devDependencies", "engines", "files", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "koa1-json-mask", "version" : "0.0.1", "repository" : {"type" : "git", "url" : "https://github.com/SensitiveMix/koa1-json-mask.git"}, "bugs" : {"url" : "https://github.com/SensitiveMix/koa1-json-mask/issues"}, "homepage" : "https://github.com/SensitiveMix/koa1-json-mask#readme", "description" : "Middleware allowing the client to filter the response to only what they need", "directories" : {"example" : "examples", "test" : "test"}, "keywords" : ["koa", "middleware", "performance", "mask", "field", "filter", "partial", "partial response"], "dependencies" : {"json-mask" : "^0.3.8"}, "scripts" : {"test" : "./node_modules/.bin/_mocha test/*"}, "devDependencies" : {"co-mocha" : "^1.2.2", "koa" : "^1.4.1", "mocha" : "^5.0.0", "supertest" : "^3.0.0"}, "engines" : {"node" : ">=6.0.0"}, "files" : ["index.js"], "license" : "MIT"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "description": {"type": "string"}, "directories": {"type": "object", "properties": {"example": {"type": "string"}, "test": {"type": "string"}}, "required": ["example", "test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"json-mask": {"type": "string"}}, "required": ["json-mask"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "devDependencies": {"type": "object", "properties": {"co-mocha": {"type": "string"}, "koa": {"type": "string"}, "mocha": {"type": "string"}, "supertest": {"type": "string"}}, "required": ["co-mocha", "koa", "mocha", "supertest"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "files": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}}, "required": ["name", "version", "repository", "bugs", "homepage", "description", "directories", "keywords", "dependencies", "scripts", "devDependencies", "engines", "files", "license"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"irc": {"type": "string"}, "moment-timezone": {"type": "string"}, "node-fetch": {"type": "string"}, "request": {"type": "string"}, "tinyurl": {"type": "string"}}, "required": ["irc", "moment-timezone", "node-fetch", "request", "tinyurl"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}}, "required": ["dependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"dependencies" : {"irc" : "^0.5.2", "moment-timezone" : "^0.5.31", "node-fetch" : "^2.6.0", "request" : "^2.88.2", "tinyurl" : "^1.1.5"}, "scripts" : {"start" : "node irc.js"}} | json_instruct | {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"irc": {"type": "string"}, "moment-timezone": {"type": "string"}, "node-fetch": {"type": "string"}, "request": {"type": "string"}, "tinyurl": {"type": "string"}}, "required": ["irc", "moment-timezone", "node-fetch", "request", "tinyurl"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}}, "required": ["dependencies", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"dimensions": {"type": "integer"}, "export_name": {"type": "string"}, "clusters": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "cardinality": {"type": "string"}, "density": {"type": "string"}}, "required": ["type", "cardinality", "density"]}}}, "required": ["dimensions", "export_name", "clusters"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"dimensions" : 2, "export_name" : "same_cardinality_same_density_2d", "clusters" : [{"type" : "poisson", "cardinality" : "5", "density" : "5"}, {"type" : "poisson", "cardinality" : "5", "density" : "5"}, {"type" : "poisson", "cardinality" : "5", "density" : "5"}, {"type" : "poisson", "cardinality" : "5", "density" : "5"}, {"type" : "poisson", "cardinality" : "5", "density" : "5"}, {"type" : "poisson", "cardinality" : "5", "density" : "5"}, {"type" : "poisson", "cardinality" : "5", "density" : "5"}]} | json_instruct | {"type": "object", "properties": {"dimensions": {"type": "integer"}, "export_name": {"type": "string"}, "clusters": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "cardinality": {"type": "string"}, "density": {"type": "string"}}, "required": ["type", "cardinality", "density"]}}}, "required": ["dimensions", "export_name", "clusters"], "$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"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"ShangenZhang": {"type": "string"}}, "required": ["ShangenZhang"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "null"}}, "required": ["ios"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "source_files": {"type": "string"}, "public_header_files": {"type": "string"}, "frameworks": {"type": "string"}, "requires_arc": {"type": "boolean"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "platforms", "source", "source_files", "public_header_files", "frameworks", "requires_arc"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "SGKeyValues", "version" : "0.0.1", "summary" : "SGKeyValues.", "description" : "A short description of SGKeyValues.", "homepage" : "http://www.71ant.com", "license" : "MIT", "authors" : {"ShangenZhang" : "[email protected]"}, "platforms" : {"ios" : null}, "source" : {"git" : "http://git.71sino.com/iOSofSocial/LYTSocketSDK.git", "tag" : "0.0.1"}, "source_files" : "LYTCommonLib/SGKeyValues/*.{h,m}", "public_header_files" : "LYTCommonLib/SGKeyValues/*.h", "frameworks" : "UIKIT", "requires_arc" : true} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"ShangenZhang": {"type": "string"}}, "required": ["ShangenZhang"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "null"}}, "required": ["ios"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "source_files": {"type": "string"}, "public_header_files": {"type": "string"}, "frameworks": {"type": "string"}, "requires_arc": {"type": "boolean"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "platforms", "source", "source_files", "public_header_files", "frameworks", "requires_arc"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}, "scanUrl": {"type": "string"}}, "required": ["title", "text", "scanUrl"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Behold the White Rider (4U88)", "text" : "Set:\tThe Two Towers\nKind:\tFree People\nCulture:\tGandalf\nTwilight:\t2\nCard Type:\tCondition\nGame Text:\tPlays to your support area. Each time Gandalf wins a skirmish, you may place a [Gandalf] token here. Skirmish: Wound a minion skirmishing Gandalf for each [Gandalf] token here. Discard this condition.\nLore:\t\u201d'Gandalf is come again.'\u201d\nRarity:\tU", "scanUrl" : "https://lotrtcgwiki.com/wiki/_media/cards:lotr04088.jpg"} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}, "scanUrl": {"type": "string"}}, "required": ["title", "text", "scanUrl"], "$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"}, "date": {"type": "string"}}, "required": ["author", "date"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"author" : "lightningterror", "date" : "2019-06-18T00:00:00"} | json_instruct | {"type": "object", "properties": {"author": {"type": "string"}, "date": {"type": "string"}}, "required": ["author", "date"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "test": {"type": "string"}, "clean": {"type": "string"}}, "required": ["lint", "test", "clean"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "css-loader": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-airbnb-base": {"type": "string"}, "eslint-config-prettier": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "eslint-plugin-mocha": {"type": "string"}, "eslint-plugin-prettier": {"type": "string"}, "html-webpack-plugin": {"type": "string"}, "mini-css-extract-plugin": {"type": "string"}, "mocha": {"type": "string"}, "prettier": {"type": "string"}, "rimraf": {"type": "string"}, "sinon": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}}, "required": ["chai", "css-loader", "eslint", "eslint-config-airbnb-base", "eslint-config-prettier", "eslint-plugin-import", "eslint-plugin-mocha", "eslint-plugin-prettier", "html-webpack-plugin", "mini-css-extract-plugin", "mocha", "prettier", "rimraf", "sinon", "webpack", "webpack-cli"]}, "dependencies": {"type": "object", "properties": {}, "required": []}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "devDependencies", "dependencies", "repository", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "webpack-plugin-import-retry", "version" : "1.0.2", "description" : "webpack plugin to modify webpack_require module to retry import async chunk again", "main" : "src/index.js", "scripts" : {"lint" : "eslint . --fix", "test" : "mocha --reporter spec test/*.js && eslint .", "clean" : "rm -fr test/tmp"}, "author" : "wilsonsliu <[email protected]>", "license" : "MIT", "devDependencies" : {"chai" : "^4.2.0", "css-loader" : "^1.0.1", "eslint" : "^5.9.0", "eslint-config-airbnb-base" : "^13.1.0", "eslint-config-prettier" : "^3.3.0", "eslint-plugin-import" : "^2.14.0", "eslint-plugin-mocha" : "^5.2.0", "eslint-plugin-prettier" : "^3.0.0", "html-webpack-plugin" : "^3.0.6", "mini-css-extract-plugin" : "^0.4.5", "mocha" : "^5.2.0", "prettier" : "^1.15.2", "rimraf" : "^2.6.2", "sinon" : "^7.1.1", "webpack" : "^4.26.0", "webpack-cli" : "^3.1.2"}, "dependencies" : {}, "repository" : {"type" : "git", "url" : "https://github.com/WilsonLiu95/webpack-plugin-import-retry"}, "keywords" : ["webpack", "plugin", "import", "retry", "again"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "test": {"type": "string"}, "clean": {"type": "string"}}, "required": ["lint", "test", "clean"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "css-loader": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-airbnb-base": {"type": "string"}, "eslint-config-prettier": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "eslint-plugin-mocha": {"type": "string"}, "eslint-plugin-prettier": {"type": "string"}, "html-webpack-plugin": {"type": "string"}, "mini-css-extract-plugin": {"type": "string"}, "mocha": {"type": "string"}, "prettier": {"type": "string"}, "rimraf": {"type": "string"}, "sinon": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}}, "required": ["chai", "css-loader", "eslint", "eslint-config-airbnb-base", "eslint-config-prettier", "eslint-plugin-import", "eslint-plugin-mocha", "eslint-plugin-prettier", "html-webpack-plugin", "mini-css-extract-plugin", "mocha", "prettier", "rimraf", "sinon", "webpack", "webpack-cli"]}, "dependencies": {"type": "object", "properties": {}, "required": []}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "devDependencies", "dependencies", "repository", "keywords"], "$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": "string"}, "author": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["chai", "mocha"]}}, "required": ["name", "version", "private", "author", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "hacker-case", "version" : "1.0.0", "private" : "true", "author" : "Christophe Porteneuve <[email protected]>", "scripts" : {"test" : "mocha"}, "devDependencies" : {"chai" : "^3.4.1", "mocha" : "^2.3.4"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "string"}, "author": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["chai", "mocha"]}}, "required": ["name", "version", "private", "author", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "5304103001", "nama" : "SUNI"}, {"id" : "5304103002", "nama" : "NOEBANA"}, {"id" : "5304103003", "nama" : "FATUMNASI"}, {"id" : "5304103004", "nama" : "MELLA"}, {"id" : "5304103005", "nama" : "MNELA PETU"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"q": {"type": "string"}, "lodash": {"type": "string"}}, "required": ["q", "lodash"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}}, "required": ["name", "version", "author", "description", "license", "keywords", "repository", "main", "dependencies", "engines"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "selenium-node-webdriver", "version" : "0.1.2", "author" : "Lon Ingram <[email protected]>", "description" : "Node.js WebDriver client from the Selenium project", "license" : "http://www.apache.org/licenses/LICENSE-2.0", "keywords" : ["webdriver", "phantomjs", "phantom", "selenium"], "repository" : {"type" : "git", "url" : "https://github.com/WaterfallEngineering/selenium-node-webdriver.git"}, "main" : "./lib/index", "dependencies" : {"q" : "0.8.x", "lodash" : "1.0.0-rc.3"}, "engines" : {"node" : ">=0.8"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"q": {"type": "string"}, "lodash": {"type": "string"}}, "required": ["q", "lodash"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}}, "required": ["name", "version", "author", "description", "license", "keywords", "repository", "main", "dependencies", "engines"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"cell_code": {"type": "string"}, "taxa": {"type": "object", "properties": {"2007": {"type": "object", "properties": {"n": {"type": "integer"}, "min_coord_uncertainty": {"type": "number"}}, "required": ["n", "min_coord_uncertainty"]}}, "required": ["2007"]}}, "required": ["cell_code", "taxa"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "FeatureCollection", "features" : [{"type" : "Feature", "properties" : {"cell_code" : "1kmE3937N3115", "taxa" : {"2007" : {"n" : 1, "min_coord_uncertainty" : 1000.0}}}, "geometry" : {"type" : "Polygon", "coordinates" : [[[4.52195089599863, 51.01677733813548], [4.520889426481258, 51.02573727712664], [4.535109282077927, 51.02640937364219], [4.536168022974722, 51.01744928537929], [4.52195089599863, 51.01677733813548]]]}}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"cell_code": {"type": "string"}, "taxa": {"type": "object", "properties": {"2007": {"type": "object", "properties": {"n": {"type": "integer"}, "min_coord_uncertainty": {"type": "number"}}, "required": ["n", "min_coord_uncertainty"]}}, "required": ["2007"]}}, "required": ["cell_code", "taxa"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"amenity": {"type": "string"}, "name": {"type": "string"}, "id": {"type": "string"}}, "required": ["amenity", "name", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "id" : "node/9310984646", "properties" : {"amenity" : "marketplace", "name" : "\u00c9den z\u00f6lds\u00e9g gy\u00fcm\u00f6lcs sziget", "id" : "node/9310984646"}, "geometry" : {"type" : "Point", "coordinates" : [17.6339301, 47.6865873]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"amenity": {"type": "string"}, "name": {"type": "string"}, "id": {"type": "string"}}, "required": ["amenity", "name", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"template": {"type": "string"}, "description": {"type": "string"}, "execution_order": {"type": "integer"}, "enabled": {"type": "boolean"}, "action": {"type": "string"}, "find": {"type": "string"}, "replace": {"type": "string"}}, "required": ["template", "description", "execution_order", "enabled", "action", "find", "replace"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"template" : "report_content_profile_post", "description" : "Show profile post date", "execution_order" : 6905, "enabled" : true, "action" : "preg_replace", "find" : "#(<div class=\"block-row block-row--separated block-row--minor.*?\".*?>)(.*?)(<\\/div>)#s", "replace" : "$1$2\n<xf:macro template=\"svReportImprov_report_macros\" \n\t\t name=\"reportInfo\" \n\t\t arg-report=\"{$report}\"\n\t\t />\n$3"} | json_instruct | {"type": "object", "properties": {"template": {"type": "string"}, "description": {"type": "string"}, "execution_order": {"type": "integer"}, "enabled": {"type": "boolean"}, "action": {"type": "string"}, "find": {"type": "string"}, "replace": {"type": "string"}}, "required": ["template", "description", "execution_order", "enabled", "action", "find", "replace"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"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" : "Torrey", "state_name" : "Utah", "state_abbrv" : "UT", "lat" : "38.2969", "long" : "-111.4138"} | 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#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}, "created": {"type": "string"}, "modified": {"type": "string"}, "url": {"type": "string"}, "specificationVersion": {"type": "string"}, "apis": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "x-api-slug": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}, "humanURL": {"type": "string"}, "baseURL": {"type": "string"}, "tags": {"type": "string"}, "properties": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}}, "required": ["name", "x-api-slug", "description", "image", "humanURL", "baseURL", "tags", "properties"]}}, "tags": {"type": "string"}, "include": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["name", "description", "image", "created", "modified", "url", "specificationVersion", "apis", "tags", "include"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Streadata.io API Gallery - FullContact", "description" : "This is a repository of fullcontact APIs, self-contained as a Github repository, with HTML and YAML representations of the APIs and their surrounding operations.", "image" : "http://template.streamdata.gallery/assets/fullcontact.png", "created" : "2018-02-24", "modified" : "2018-08-30", "url" : "http://fullcontact.streamdata.gallery/apis.json", "specificationVersion" : "0.14", "apis" : [{"name" : "FullContact", "x-api-slug" : "fullcontact", "description" : "Build a clearer picture of your customers in minutes with our data-focused APIs. Manage your personal or teams contacts with our contact apps.", "image" : "http://kinlane-productions.s3.amazonaws.com/screen-capture-api/205-fullcontact.jpg", "humanURL" : "http://fullcontact.com", "baseURL" : "https://api.fullcontact.com//", "tags" : "FullContact", "properties" : [{"type" : "x-openapi-spec", "url" : "https://raw.githubusercontent.com/streamdata-gallery-organizations/fullcontact/master/_listings/fullcontact/openapi.md"}]}], "tags" : "FullContact", "include" : [{"name" : "FullContact", "url" : "https://raw.githubusercontent.com/streamdata-gallery-organizations/fullcontact/master/_listings/fullcontact/apis.yaml"}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}, "created": {"type": "string"}, "modified": {"type": "string"}, "url": {"type": "string"}, "specificationVersion": {"type": "string"}, "apis": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "x-api-slug": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}, "humanURL": {"type": "string"}, "baseURL": {"type": "string"}, "tags": {"type": "string"}, "properties": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}}, "required": ["name", "x-api-slug", "description", "image", "humanURL", "baseURL", "tags", "properties"]}}, "tags": {"type": "string"}, "include": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["name", "description", "image", "created", "modified", "url", "specificationVersion", "apis", "tags", "include"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"min/tiny-slider.helper.ie8.js": {"type": "string"}, "min/tiny-slider.js": {"type": "string"}, "tiny-slider.css": {"type": "string"}, "tiny-slider.helper.ie8.js": {"type": "string"}, "tiny-slider.js": {"type": "string"}}, "required": ["min/tiny-slider.helper.ie8.js", "min/tiny-slider.js", "tiny-slider.css", "tiny-slider.helper.ie8.js", "tiny-slider.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"min/tiny-slider.helper.ie8.js" : "sha256-A/pZmcxZrbc4SyIbUQ0zgk66OY4MxWGazpHRVOw+zQE=", "min/tiny-slider.js" : "sha256-gxRQvFBDz0gcet7MBK/D+hws/X1J/SEG3MpEihnq9t8=", "tiny-slider.css" : "sha256-IblFv5rfQCM179xTD2KJ508M/MJV6UNqIqylL7yLRRk=", "tiny-slider.helper.ie8.js" : "sha256-aAmDqB+gWFQFF6xFLzF5wrjOvld9CeX+xMh5uKZJqVA=", "tiny-slider.js" : "sha256-BMOD6U3fpjfKR7r0N8dk6Ec0aDk/odFvPa/n41bUcHQ="} | json_instruct | {"type": "object", "properties": {"min/tiny-slider.helper.ie8.js": {"type": "string"}, "min/tiny-slider.js": {"type": "string"}, "tiny-slider.css": {"type": "string"}, "tiny-slider.helper.ie8.js": {"type": "string"}, "tiny-slider.js": {"type": "string"}}, "required": ["min/tiny-slider.helper.ie8.js", "min/tiny-slider.js", "tiny-slider.css", "tiny-slider.helper.ie8.js", "tiny-slider.js"], "$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"}, "contributors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "main": {"type": "string"}, "types": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@types/express": {"type": "string"}, "@types/jsonwebtoken": {"type": "string"}, "jsonwebtoken": {"type": "string"}}, "required": ["@types/express", "@types/jsonwebtoken", "jsonwebtoken"]}, "devDependencies": {"type": "object", "properties": {"@types/supertest": {"type": "string"}, "@types/uuid": {"type": "string"}, "assertthat": {"type": "string"}, "express": {"type": "string"}, "roboter": {"type": "string"}, "semantic-release-configuration": {"type": "string"}, "supertest": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["@types/supertest", "@types/uuid", "assertthat", "express", "roboter", "semantic-release-configuration", "supertest", "uuid"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}}, "required": ["name", "version", "description", "contributors", "main", "types", "dependencies", "devDependencies", "repository", "keywords", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "limes", "version" : "6.0.8", "description" : "limes authenticates users.", "contributors" : [{"name" : "Golo Roden", "email" : "[email protected]"}, {"name" : "Matthias Wagler", "email" : "[email protected]"}, {"name" : "Hannes Leutloff", "email" : "[email protected]"}], "main" : "build/lib/Limes.js", "types" : "build/lib/Limes.d.ts", "dependencies" : {"@types/express" : "4.17.10", "@types/jsonwebtoken" : "8.5.0", "jsonwebtoken" : "8.5.1"}, "devDependencies" : {"@types/supertest" : "2.0.10", "@types/uuid" : "8.3.0", "assertthat" : "5.2.5", "express" : "4.17.1", "roboter" : "11.6.3", "semantic-release-configuration" : "1.0.29", "supertest" : "6.0.1", "uuid" : "8.3.2"}, "repository" : {"type" : "git", "url" : "git://github.com/thenativeweb/limes.git"}, "keywords" : ["authentication", "jwt", "security", "token"], "license" : "MIT"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "main": {"type": "string"}, "types": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@types/express": {"type": "string"}, "@types/jsonwebtoken": {"type": "string"}, "jsonwebtoken": {"type": "string"}}, "required": ["@types/express", "@types/jsonwebtoken", "jsonwebtoken"]}, "devDependencies": {"type": "object", "properties": {"@types/supertest": {"type": "string"}, "@types/uuid": {"type": "string"}, "assertthat": {"type": "string"}, "express": {"type": "string"}, "roboter": {"type": "string"}, "semantic-release-configuration": {"type": "string"}, "supertest": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["@types/supertest", "@types/uuid", "assertthat", "express", "roboter", "semantic-release-configuration", "supertest", "uuid"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}}, "required": ["name", "version", "description", "contributors", "main", "types", "dependencies", "devDependencies", "repository", "keywords", "license"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"weedutiin": {"type": "object", "properties": {"title": {"type": "string"}, "channel_id": {"type": "integer"}, "link": {"type": "string"}, "desc": {"type": "null"}, "plans": {"type": "object", "properties": {"$4.99": {"type": "string"}, "$9.99": {"type": "string"}, "$24.99": {"type": "string"}}, "required": ["$4.99", "$9.99", "$24.99"]}, "id": {"type": "string"}, "first_seen": {"type": "string"}, "badge": {"type": "null"}, "badge_starting": {"type": "null"}, "badge_3m": {"type": "null"}, "badge_6m": {"type": "null"}, "badge_12m": {"type": "null"}, "badge_24m": {"type": "null"}, "badges": {"type": "null"}, "bits_badges": {"type": "null"}, "cheermote1": {"type": "null"}, "cheermote100": {"type": "null"}, "cheermote1000": {"type": "null"}, "cheermote5000": {"type": "null"}, "cheermote10000": {"type": "null"}, "set": {"type": "integer"}, "emotes": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "image_id": {"type": "integer"}, "set": {"type": "integer"}}, "required": ["code", "image_id", "set"]}}}, "required": ["title", "channel_id", "link", "desc", "plans", "id", "first_seen", "badge", "badge_starting", "badge_3m", "badge_6m", "badge_12m", "badge_24m", "badges", "bits_badges", "cheermote1", "cheermote100", "cheermote1000", "cheermote5000", "cheermote10000", "set", "emotes"]}}, "required": ["weedutiin"]}}, "required": ["template", "channels"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"template" : {"small" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/1.0", "medium" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/2.0", "large" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/3.0"}, "channels" : {"weedutiin" : {"title" : "weedutiin", "channel_id" : 110170079, "link" : "http://twitch.tv/weedutiin", "desc" : null, "plans" : {"$4.99" : "242317", "$9.99" : "242318", "$24.99" : "242319"}, "id" : "weedutiin", "first_seen" : "2017-06-29 16:35:06", "badge" : null, "badge_starting" : null, "badge_3m" : null, "badge_6m" : null, "badge_12m" : null, "badge_24m" : null, "badges" : null, "bits_badges" : null, "cheermote1" : null, "cheermote100" : null, "cheermote1000" : null, "cheermote5000" : null, "cheermote10000" : null, "set" : 242318, "emotes" : [{"code" : "weedutPikaLUV", "image_id" : 236899, "set" : 242318}, {"code" : "weedutWubboHi", "image_id" : 236672, "set" : 242317}]}}} | json_instruct | {"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"weedutiin": {"type": "object", "properties": {"title": {"type": "string"}, "channel_id": {"type": "integer"}, "link": {"type": "string"}, "desc": {"type": "null"}, "plans": {"type": "object", "properties": {"$4.99": {"type": "string"}, "$9.99": {"type": "string"}, "$24.99": {"type": "string"}}, "required": ["$4.99", "$9.99", "$24.99"]}, "id": {"type": "string"}, "first_seen": {"type": "string"}, "badge": {"type": "null"}, "badge_starting": {"type": "null"}, "badge_3m": {"type": "null"}, "badge_6m": {"type": "null"}, "badge_12m": {"type": "null"}, "badge_24m": {"type": "null"}, "badges": {"type": "null"}, "bits_badges": {"type": "null"}, "cheermote1": {"type": "null"}, "cheermote100": {"type": "null"}, "cheermote1000": {"type": "null"}, "cheermote5000": {"type": "null"}, "cheermote10000": {"type": "null"}, "set": {"type": "integer"}, "emotes": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "image_id": {"type": "integer"}, "set": {"type": "integer"}}, "required": ["code", "image_id", "set"]}}}, "required": ["title", "channel_id", "link", "desc", "plans", "id", "first_seen", "badge", "badge_starting", "badge_3m", "badge_6m", "badge_12m", "badge_24m", "badges", "bits_badges", "cheermote1", "cheermote100", "cheermote1000", "cheermote5000", "cheermote10000", "set", "emotes"]}}, "required": ["weedutiin"]}}, "required": ["template", "channels"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"widgetLabel": {"type": "string"}, "hint": {"type": "string"}, "unsupported": {"type": "string"}, "distance": {"type": "string"}, "newMeasurement": {"type": "string"}, "mode": {"type": "string"}, "modes": {"type": "object", "properties": {"auto": {"type": "string"}, "planar": {"type": "string"}, "geodesic": {"type": "string"}}, "required": ["auto", "planar", "geodesic"]}, "unit": {"type": "string"}}, "required": ["widgetLabel", "hint", "unsupported", "distance", "newMeasurement", "mode", "modes", "unit"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"widgetLabel" : "Pomiar odleg\u0142o\u015bci", "hint" : "Rozpocznij pomiar, klikaj\u0105c na mapie, aby umiejscowi\u0107 pierwszy punkt.", "unsupported" : "Pomiar odleg\u0142o\u015bci 2D jest obs\u0142ugiwany tylko w komponencie MapView.", "distance" : "Odleg\u0142o\u015b\u0107", "newMeasurement" : "Nowy pomiar", "mode" : "Tryb", "modes" : {"auto" : "Auto", "planar" : "P\u0142askie", "geodesic" : "Geodezyjne"}, "unit" : "Jednostka"} | json_instruct | {"type": "object", "properties": {"widgetLabel": {"type": "string"}, "hint": {"type": "string"}, "unsupported": {"type": "string"}, "distance": {"type": "string"}, "newMeasurement": {"type": "string"}, "mode": {"type": "string"}, "modes": {"type": "object", "properties": {"auto": {"type": "string"}, "planar": {"type": "string"}, "geodesic": {"type": "string"}}, "required": ["auto", "planar", "geodesic"]}, "unit": {"type": "string"}}, "required": ["widgetLabel", "hint", "unsupported", "distance", "newMeasurement", "mode", "modes", "unit"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"country": {"type": "string"}, "github": {"type": "string"}, "home": {"type": "string"}, "name": {"type": "string"}, "twitter": {"type": "string"}}, "required": ["country", "github", "home", "name", "twitter"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"country" : "Oakland, CA, USA", "github" : "ideaseed", "home" : "https://www.acquia.com/", "name" : "Jenn Sramek", "twitter" : "Ideaseed"} | json_instruct | {"type": "object", "properties": {"country": {"type": "string"}, "github": {"type": "string"}, "home": {"type": "string"}, "name": {"type": "string"}, "twitter": {"type": "string"}}, "required": ["country", "github", "home", "name", "twitter"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"description": {"type": "string"}, "duration": {"type": "integer"}, "id": {"type": "string"}, "publishedAt": {"type": "integer"}, "ranking": {"type": "object", "properties": {"likes": {"type": "integer"}, "views": {"type": "integer"}}, "required": ["likes", "views"]}, "tags": {"type": "array", "items": {"type": "string"}}, "thumbnails": {"type": "object", "properties": {"huge": {"type": "string"}, "large": {"type": "string"}, "medium": {"type": "string"}, "small": {"type": "string"}, "tiny": {"type": "string"}}, "required": ["huge", "large", "medium", "small", "tiny"]}, "title": {"type": "string"}}, "required": ["description", "duration", "id", "publishedAt", "ranking", "tags", "thumbnails", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"description" : "Let's have some fun! Chris and Dave will take us home with a live recording of their popular podcast about development, design, performance, accessibility, tooling, a little bit of everything!", "duration" : 2318, "id" : "0YlGiPwX6ys", "publishedAt" : 1571439141, "ranking" : {"likes" : 23, "views" : 1350}, "tags" : ["JamConf_2019", "podcast", "discussion", "web development tooling", "Chris Coyier", "CSS-Tricks and Dave Rupert", "Paravel"], "thumbnails" : {"huge" : "https://i.ytimg.com/vi/0YlGiPwX6ys/maxresdefault.jpg", "large" : "https://i.ytimg.com/vi/0YlGiPwX6ys/sddefault.jpg", "medium" : "https://i.ytimg.com/vi/0YlGiPwX6ys/hqdefault.jpg", "small" : "https://i.ytimg.com/vi/0YlGiPwX6ys/mqdefault.jpg", "tiny" : "https://i.ytimg.com/vi/0YlGiPwX6ys/default.jpg"}, "title" : "ShopTalk Show Live Recording"} | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "duration": {"type": "integer"}, "id": {"type": "string"}, "publishedAt": {"type": "integer"}, "ranking": {"type": "object", "properties": {"likes": {"type": "integer"}, "views": {"type": "integer"}}, "required": ["likes", "views"]}, "tags": {"type": "array", "items": {"type": "string"}}, "thumbnails": {"type": "object", "properties": {"huge": {"type": "string"}, "large": {"type": "string"}, "medium": {"type": "string"}, "small": {"type": "string"}, "tiny": {"type": "string"}}, "required": ["huge", "large", "medium", "small", "tiny"]}, "title": {"type": "string"}}, "required": ["description", "duration", "id", "publishedAt", "ranking", "tags", "thumbnails", "title"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"namaKab" : "BENGKAYANG", "originalFilename" : "FOTO 4 X 6 C.jpg", "namaPartai" : "PARTAI DEMOKRAT", "id" : 56137, "noUrut" : 1, "nama" : "YOSUA SUGARA, SE., MM", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "BENGKAYANG", "originalFilename" : "FOTO 4 X 6 B.jpg", "namaPartai" : "PARTAI DEMOKRAT", "id" : 107716, "noUrut" : 2, "nama" : "MARKUS, SH", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "BENGKAYANG", "originalFilename" : "4 x 6.jpg", "namaPartai" : "PARTAI DEMOKRAT", "id" : 60307, "noUrut" : 3, "nama" : "DIANA, A. Md. M", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "BENGKAYANG", "originalFilename" : "FOTO 4 X 6 A.jpg", "namaPartai" : "PARTAI DEMOKRAT", "id" : 87834, "noUrut" : 4, "nama" : "WIDIA YUNIARTI, A. Md. M", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "BENGKAYANG", "originalFilename" : "FOTO 4 x 6.jpg", "namaPartai" : "PARTAI DEMOKRAT", "id" : 70681, "noUrut" : 5, "nama" : "MARSELINUS", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "BENGKAYANG", "originalFilename" : "FOTO 4 X 6 B.jpg", "namaPartai" : "PARTAI DEMOKRAT", "id" : 110349, "noUrut" : 6, "nama" : "NUR'AINI", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "BENGKAYANG", "originalFilename" : "FOTO PAK KHIU 4 x 6.jpg", "namaPartai" : "PARTAI DEMOKRAT", "id" : 88175, "noUrut" : 7, "nama" : "Ir.. MARTINUS KHIU", "stringJenisKelamin" : "Laki-Laki"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "start": {"type": "string"}, "end": {"type": "string"}}, "required": ["id", "type", "start", "end"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "region2loc1lloc28", "type" : "HAS", "start" : "primordia", "end" : "loc28"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "start": {"type": "string"}, "end": {"type": "string"}}, "required": ["id", "type", "start", "end"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"owners": {"type": "array", "items": {"type": "string"}}, "prefix": {"type": "string"}}, "required": ["owners", "prefix"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"owners" : ["402367348364935169", "556553668619403294"], "prefix" : "X"} | json_instruct | {"type": "object", "properties": {"owners": {"type": "array", "items": {"type": "string"}}, "prefix": {"type": "string"}}, "required": ["owners", "prefix"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"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": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"directions" : ["Heat oil in heavy medium saucepan over medium-high heat. Add shallots and saut\u00e9 5 minutes. Add red peppers with their liquid. Stir in sugar; saut\u00e9 2 minutes. Add 2 cups broth and simmer 5 minutes. Cool soup slightly. Working in batches, puree soup in blender. Return soup to pan. Bring to simmer; stir in orange juice. Thin soup with additional broth, if desired. Season with salt and pepper.", "Whisk whipping cream and orange peel in small bowl until slightly thickened. Season with salt and pepper. Ladle soup into bowls. Drizzle orange cream over. Sprinkle with basil and serve."], "ingredients" : ["1 tablespoon olive oil", "2/3 cup sliced shallots (about 4)", "1 15-ounce jar roasted red peppers packed in water", "1 teaspoon sugar", "2 cups (or more) low-salt chicken broth", "1/2 cup orange juice", "2 tablespoons whipping cream", "3/4 teaspoon grated orange peel", "Thinly sliced fresh basil leaves"], "language" : "en-US", "source" : "www.epicurious.com", "tags" : ["Soup/Stew", "Fruit Juice", "Citrus", "Quick & Easy", "Low Cal", "Bell Pepper", "Winter", "Healthy", "Shallot"], "title" : "Roasted Red Pepper Soup with Orange Cream", "url" : "http://www.epicurious.com/recipes/food/views/roasted-red-pepper-soup-with-orange-cream-233913"} | 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": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "main": {"type": "array", "items": {"type": "string"}}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {}, "required": []}, "_release": {"type": "string"}, "_resolution": {"type": "object", "properties": {"type": {"type": "string"}, "tag": {"type": "string"}, "commit": {"type": "string"}}, "required": ["type", "tag", "commit"]}, "_source": {"type": "string"}, "_target": {"type": "string"}, "_originalSource": {"type": "string"}}, "required": ["name", "description", "version", "homepage", "repository", "license", "keywords", "main", "ignore", "dependencies", "_release", "_resolution", "_source", "_target", "_originalSource"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "rdash-ui", "description" : "Bloat free responsive admin style dashboard.", "version" : "1.0.1", "homepage" : "https://rdash.github.io/rdash-ui/", "repository" : {"type" : "git", "url" : "git://github.com/rdash/rdash-ui.git"}, "license" : "MIT", "keywords" : ["responsive", "dashboard", "admin"], "main" : ["dist/css/rdash.css", "dist/css/rdash.min.css", "dist/fonts/montserrat-regular-webfont.eot", "dist/fonts/montserrat-regular-webfont.svg", "dist/fonts/montserrat-regular-webfont.ttf", "dist/fonts/montserrat-regular-webfont.woff"], "ignore" : ["**/**.*", "!LICENSE", "!bower.json", "!README.md", "!dist/css", "!dist/fonts"], "dependencies" : {}, "_release" : "1.0.1", "_resolution" : {"type" : "version", "tag" : "1.0.1", "commit" : "a12324ffa359a8a4446c05c8a71efe414db6dda2"}, "_source" : "https://github.com/rdash/rdash-ui.git", "_target" : "~1.0.1", "_originalSource" : "rdash-ui"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "main": {"type": "array", "items": {"type": "string"}}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {}, "required": []}, "_release": {"type": "string"}, "_resolution": {"type": "object", "properties": {"type": {"type": "string"}, "tag": {"type": "string"}, "commit": {"type": "string"}}, "required": ["type", "tag", "commit"]}, "_source": {"type": "string"}, "_target": {"type": "string"}, "_originalSource": {"type": "string"}}, "required": ["name", "description", "version", "homepage", "repository", "license", "keywords", "main", "ignore", "dependencies", "_release", "_resolution", "_source", "_target", "_originalSource"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"module": {"type": "string"}, "template": {"type": "string"}, "differences": {"type": "array", "items": {}}, "tags": {"type": "array", "items": {}}}, "required": ["module", "template", "differences", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"module" : "chai-xml", "template" : "module", "differences" : [], "tags" : []} | json_instruct | {"type": "object", "properties": {"module": {"type": "string"}, "template": {"type": "string"}, "differences": {"type": "array", "items": {}}, "tags": {"type": "array", "items": {}}}, "required": ["module", "template", "differences", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"HP": {"type": "string"}, "Armor": {"type": "string"}, "Firepower": {"type": "string"}, "Torpedo": {"type": "string"}, "Speed": {"type": "string"}, "Bombing": {"type": "string"}, "AA": {"type": "string"}, "ASW": {"type": "string"}, "Accuracy": {"type": "string"}, "Torpedo Accuracy": {"type": "string"}, "Evasion": {"type": "string"}, "Torpedo Evasion": {"type": "string"}, "Bombing Evasion": {"type": "string"}, "LOS": {"type": "string"}, "Anti-LOS": {"type": "string"}, "Luck": {"type": "string"}, "Range": {"type": "string"}, "Short": {"type": "string"}, "Medium": {"type": "string"}, "Long": {"type": "string"}, "Very Long": {"type": "string"}, "Interception": {"type": "string"}, "Anti-Bomber": {"type": "string"}}, "required": ["HP", "Armor", "Firepower", "Torpedo", "Speed", "Bombing", "AA", "ASW", "Accuracy", "Torpedo Accuracy", "Evasion", "Torpedo Evasion", "Bombing Evasion", "LOS", "Anti-LOS", "Luck", "Range", "Short", "Medium", "Long", "Very Long", "Interception", "Anti-Bomber"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"HP" : "\ub0b4\uad6c", "Armor" : "\uc7a5\uac11", "Firepower" : "\ud654\ub825", "Torpedo" : "\ub1cc\uc7a5", "Speed" : "\uc18d\ub825", "Bombing" : "\ud3ed\uc7a5", "AA" : "\ub300\uacf5", "ASW" : "\ub300\uc7a0", "Accuracy" : "\uba85\uc911", "Torpedo Accuracy" : "\ub1cc\uaca9\uba85\uc911", "Evasion" : "\ud68c\ud53c", "Torpedo Evasion" : "\ub1cc\uaca9\ud68c\ud53c", "Bombing Evasion" : "\ud3ed\uaca9\ud68c\ud53c", "LOS" : "\uc0c9\uc801", "Anti-LOS" : "\uc0c9\uc801\ubc29\ud574", "Luck" : "\uc6b4", "Range" : "\uc0ac\uac70\ub9ac", "Short" : "\ub2e8", "Medium" : "\uc911", "Long" : "\uc7a5", "Very Long" : "\ucd08\uc7a5", "Interception" : "\uc601\uaca9", "Anti-Bomber" : "\ub300\ud3ed"} | json_instruct | {"type": "object", "properties": {"HP": {"type": "string"}, "Armor": {"type": "string"}, "Firepower": {"type": "string"}, "Torpedo": {"type": "string"}, "Speed": {"type": "string"}, "Bombing": {"type": "string"}, "AA": {"type": "string"}, "ASW": {"type": "string"}, "Accuracy": {"type": "string"}, "Torpedo Accuracy": {"type": "string"}, "Evasion": {"type": "string"}, "Torpedo Evasion": {"type": "string"}, "Bombing Evasion": {"type": "string"}, "LOS": {"type": "string"}, "Anti-LOS": {"type": "string"}, "Luck": {"type": "string"}, "Range": {"type": "string"}, "Short": {"type": "string"}, "Medium": {"type": "string"}, "Long": {"type": "string"}, "Very Long": {"type": "string"}, "Interception": {"type": "string"}, "Anti-Bomber": {"type": "string"}}, "required": ["HP", "Armor", "Firepower", "Torpedo", "Speed", "Bombing", "AA", "ASW", "Accuracy", "Torpedo Accuracy", "Evasion", "Torpedo Evasion", "Bombing Evasion", "LOS", "Anti-LOS", "Luck", "Range", "Short", "Medium", "Long", "Very Long", "Interception", "Anti-Bomber"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"display_name": {"type": "string"}, "metadata": {"type": "object", "properties": {"language": {"type": "string"}, "description": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "code": {"type": "array", "items": {"type": "string"}}}, "required": ["language", "description", "tags", "code"]}, "schema_name": {"type": "string"}}, "required": ["display_name", "metadata", "schema_name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"display_name" : "sc111", "metadata" : {"language" : "python", "description" : "Display all symmetry mates in one unit cell. Uses supercell.py in $HOME/Scripts/PyMOLscripts/. Change to your path to supercell.py.", "tags" : ["pymol", "sc111", "molecular representation", "display symmetry mates", "sc111"], "code" : ["cmd.do('run $HOME/Scripts/PyMOLscripts/supercell.py;')", "cmd.do('supercell 1, 1, 1, , orange, supercell1, 1;')"]}, "schema_name" : "code-snippet"} | json_instruct | {"type": "object", "properties": {"display_name": {"type": "string"}, "metadata": {"type": "object", "properties": {"language": {"type": "string"}, "description": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "code": {"type": "array", "items": {"type": "string"}}}, "required": ["language", "description", "tags", "code"]}, "schema_name": {"type": "string"}}, "required": ["display_name", "metadata", "schema_name"], "$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.