input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"all": {"type": "boolean"}, "include": {"type": "array", "items": {"type": "string"}}, "exclude": {"type": "array", "items": {"type": "string"}}}, "required": ["all", "include", "exclude"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"all" : true, "include" : ["src/**/*"], "exclude" : ["src/extensions/**/*"]} | json_instruct | {"type": "object", "properties": {"all": {"type": "boolean"}, "include": {"type": "array", "items": {"type": "string"}}, "exclude": {"type": "array", "items": {"type": "string"}}}, "required": ["all", "include", "exclude"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"mit\u00b7ti\u1e21\u00b7ra\u1e6f": {"type": "object", "properties": {"psa.39.10|3": {"type": "array", "items": {"type": "string"}}}, "required": ["psa.39.10|3"]}}, "required": ["mit\u00b7ti\u1e21\u00b7ra\u1e6f"]}, "meanings": {"type": "object", "properties": {"blow": {"type": "integer"}}, "required": ["blow"]}, "meaningsCount": {"type": "integer"}, "occurences": {"type": "integer"}}, "required": ["pos", "translits", "meanings", "meaningsCount", "occurences"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"pos" : "n", "translits" : {"mit\u00b7ti\u1e21\u00b7ra\u1e6f" : {"psa.39.10|3" : ["Your plague", "by the blow", "of Your hand"]}}, "meanings" : {"blow" : 1}, "meaningsCount" : 1, "occurences" : 1} | json_instruct | {"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"mit\u00b7ti\u1e21\u00b7ra\u1e6f": {"type": "object", "properties": {"psa.39.10|3": {"type": "array", "items": {"type": "string"}}}, "required": ["psa.39.10|3"]}}, "required": ["mit\u00b7ti\u1e21\u00b7ra\u1e6f"]}, "meanings": {"type": "object", "properties": {"blow": {"type": "integer"}}, "required": ["blow"]}, "meaningsCount": {"type": "integer"}, "occurences": {"type": "integer"}}, "required": ["pos", "translits", "meanings", "meaningsCount", "occurences"], "$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"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"iron-elements": {"type": "string"}, "neon-elements": {"type": "string"}, "page": {"type": "string"}, "paper-elements": {"type": "string"}, "platinum-elements": {"type": "string"}, "polymer": {"type": "string"}, "pouchdb": {"type": "string"}, "paper-date-picker": {"type": "string"}, "file-reader": {"type": "string"}, "file-input": {"type": "string"}, "marked-element": {"type": "string"}, "poly-filter": {"type": "string"}, "vaadin-core-elements": {"type": "string"}}, "required": ["iron-elements", "neon-elements", "page", "paper-elements", "platinum-elements", "polymer", "pouchdb", "paper-date-picker", "file-reader", "file-input", "marked-element", "poly-filter", "vaadin-core-elements"]}, "devDependencies": {"type": "object", "properties": {"web-component-tester": {"type": "string"}}, "required": ["web-component-tester"]}, "ignore": {"type": "array", "items": {}}, "resolutions": {"type": "object", "properties": {"pouchdb": {"type": "string"}, "vaadin-core-elements": {"type": "string"}}, "required": ["pouchdb", "vaadin-core-elements"]}}, "required": ["name", "private", "dependencies", "devDependencies", "ignore", "resolutions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "polymer-starter-kit", "private" : true, "dependencies" : {"iron-elements" : "PolymerElements/iron-elements#^1.0.0", "neon-elements" : "PolymerElements/neon-elements#^1.0.0", "page" : "visionmedia/page.js#~1.6.4", "paper-elements" : "PolymerElements/paper-elements#^1.0.1", "platinum-elements" : "PolymerElements/platinum-elements#^1.1.0", "polymer" : "Polymer/polymer#^1.2.0", "pouchdb" : "~5.2.0", "paper-date-picker" : "polymer-paper-date-picker#~1.1.2", "file-reader" : "~1.0.2", "file-input" : "file-input-wrapper#~1.1.0", "marked-element" : "PolymerElements/marked-element#^1.1.3", "poly-filter" : "^1.2.0", "vaadin-core-elements" : "^0.3.0"}, "devDependencies" : {"web-component-tester" : "^4.0.0"}, "ignore" : [], "resolutions" : {"pouchdb" : "~5.2.0", "vaadin-core-elements" : "^0.3.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"iron-elements": {"type": "string"}, "neon-elements": {"type": "string"}, "page": {"type": "string"}, "paper-elements": {"type": "string"}, "platinum-elements": {"type": "string"}, "polymer": {"type": "string"}, "pouchdb": {"type": "string"}, "paper-date-picker": {"type": "string"}, "file-reader": {"type": "string"}, "file-input": {"type": "string"}, "marked-element": {"type": "string"}, "poly-filter": {"type": "string"}, "vaadin-core-elements": {"type": "string"}}, "required": ["iron-elements", "neon-elements", "page", "paper-elements", "platinum-elements", "polymer", "pouchdb", "paper-date-picker", "file-reader", "file-input", "marked-element", "poly-filter", "vaadin-core-elements"]}, "devDependencies": {"type": "object", "properties": {"web-component-tester": {"type": "string"}}, "required": ["web-component-tester"]}, "ignore": {"type": "array", "items": {}}, "resolutions": {"type": "object", "properties": {"pouchdb": {"type": "string"}, "vaadin-core-elements": {"type": "string"}}, "required": ["pouchdb", "vaadin-core-elements"]}}, "required": ["name", "private", "dependencies", "devDependencies", "ignore", "resolutions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"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" : "\u5df4\u62ff\u99ac\u5546\u9ece\u963f\u8fea\u570b\u969b\u80a1\u4efd\u6709\u9650\u516c\u53f8\u53f0\u7063\u5206\u516c\u53f8\u897f\u5c6f\u5ee0", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99670041", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "07810000294620", "\u5de5\u5ee0\u5730\u5740" : "\u81fa\u4e2d\u5e02\u897f\u5c6f\u5340\u5354\u548c\u91cc\u5de5\u696d\u5340\u4e09\u5341\u4e00\u8def10\u865f", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc" : "\u81fa\u4e2d\u5e02\u897f\u5c6f\u5340\u5354\u548c\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d" : "\u6797\u745e\u7965", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f" : "16838948", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b" : "\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f" : "0781006", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f" : "0820303", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b" : "\u751f\u7522\u4e2d", "\u7522\u696d\u985e\u5225" : ["12\u6210\u8863\u53ca\u670d\u98fe\u54c1\u88fd\u9020\u696d", "33\u5176\u4ed6\u88fd\u9020\u696d"], "\u4e3b\u8981\u7522\u54c1" : ["121\u68ad\u7e54\u6210\u8863", "122\u91dd\u7e54\u6210\u8863", "123\u670d\u98fe\u54c1", "332\u91ab\u7642\u5668\u6750\u53ca\u7528\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": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["person_id", "pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : 1.3, "people" : [{"person_id" : [-1], "pose_keypoints_2d" : [718.559, 233.073, 0.921124, 712.852, 332.996, 0.864988, 636.18, 327.233, 0.791651, 565.625, 221.151, 0.849177, 509.727, 77.0803, 0.897921, 792.21, 333.119, 0.741586, 857.03, 221.203, 0.923682, 886.343, 79.9347, 0.912258, 712.7, 662.782, 0.688043, 647.994, 662.766, 0.66134, 656.905, 907, 0.648524, 651.004, 1074.92, 0.175662, 774.521, 662.771, 0.647961, 762.807, 907.033, 0.631429, 745.173, 1074.94, 0.0741332, 695.131, 218.268, 0.945949, 739.132, 218.247, 0.932191, 668.617, 238.858, 0.858616, 762.752, 235.884, 0.819143, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 656.889, 1074.94, 0.0606607], "face_keypoints_2d" : [], "hand_left_keypoints_2d" : [], "hand_right_keypoints_2d" : [], "pose_keypoints_3d" : [], "face_keypoints_3d" : [], "hand_left_keypoints_3d" : [], "hand_right_keypoints_3d" : []}]} | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["person_id", "pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"code": {"type": "string"}, "messages": {"type": "string"}, "value": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "id_kecamatan": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "id_kecamatan", "name"]}}}, "required": ["code", "messages", "value"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"code" : "200", "messages" : "Successfully received data", "value" : [{"id" : "1403152001", "id_kecamatan" : "140315", "name" : "Tasikserai"}, {"id" : "1403152002", "id_kecamatan" : "140315", "name" : "Tasikserai Barat"}, {"id" : "1403152003", "id_kecamatan" : "140315", "name" : "Kualapenaso"}, {"id" : "1403152004", "id_kecamatan" : "140315", "name" : "Beringin"}, {"id" : "1403152005", "id_kecamatan" : "140315", "name" : "Kotopaitberingin"}, {"id" : "1403152006", "id_kecamatan" : "140315", "name" : "Melibur"}, {"id" : "1403152007", "id_kecamatan" : "140315", "name" : "Tasikserai Timur"}, {"id" : "1403152008", "id_kecamatan" : "140315", "name" : "Tasiktebingserai"}, {"id" : "1403152009", "id_kecamatan" : "140315", "name" : "Seraiwangi"}]} | json_instruct | {"type": "object", "properties": {"code": {"type": "string"}, "messages": {"type": "string"}, "value": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "id_kecamatan": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "id_kecamatan", "name"]}}}, "required": ["code", "messages", "value"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-93.038981, 41.683663], [-93.038763, 41.709941], [-93.029079, 41.709979], [-93.02907, 41.717189], [-93.017656, 41.717196], [-93.015682, 41.716545], [-93.01452, 41.714823], [-93.014152, 41.691937], [-93.009901, 41.688591], [-93.000809, 41.686508], [-93.00001, 41.685368], [-92.999928, 41.682683], [-93.038981, 41.683663]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 26087}}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"apiConfigs": {"type": "array", "items": {"type": "object", "properties": {"clusterName": {"type": "string"}, "segmentId": {"type": "integer"}, "mode": {"type": "string"}, "scheme": {"type": "string"}, "ipAddress": {"type": "string"}, "port": {"type": "integer"}, "token": {"type": "string"}, "caCertData": {"type": "string"}, "clientCertData": {"type": "string"}, "clientKeyData": {"type": "string"}, "hostNodesInfo": {"type": "array", "items": {"type": "object", "properties": {"hostIp": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "string"}}}, "required": ["hostIp", "nodes"]}}}, "required": ["clusterName", "segmentId", "mode", "scheme", "ipAddress", "port", "token", "caCertData", "clientCertData", "clientKeyData", "hostNodesInfo"]}}}, "required": ["apiConfigs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"apiConfigs" : [{"clusterName" : "kubernetes", "segmentId" : 1, "mode" : "NORMAL", "scheme" : "HTTPS", "ipAddress" : "10.134.34.223", "port" : 6443, "token" : "token", "caCertData" : "caCertData", "clientCertData" : "clientCertData", "clientKeyData" : "clientKeyData", "hostNodesInfo" : [{"hostIp" : "192.168.10.10", "nodes" : ["master", "worker"]}]}]} | json_instruct | {"type": "object", "properties": {"apiConfigs": {"type": "array", "items": {"type": "object", "properties": {"clusterName": {"type": "string"}, "segmentId": {"type": "integer"}, "mode": {"type": "string"}, "scheme": {"type": "string"}, "ipAddress": {"type": "string"}, "port": {"type": "integer"}, "token": {"type": "string"}, "caCertData": {"type": "string"}, "clientCertData": {"type": "string"}, "clientKeyData": {"type": "string"}, "hostNodesInfo": {"type": "array", "items": {"type": "object", "properties": {"hostIp": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "string"}}}, "required": ["hostIp", "nodes"]}}}, "required": ["clusterName", "segmentId", "mode", "scheme", "ipAddress", "port", "token", "caCertData", "clientCertData", "clientKeyData", "hostNodesInfo"]}}}, "required": ["apiConfigs"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "string"}, "name": {"type": "string"}, "evm_code_coverage": {"type": "string"}}, "required": ["errors", "file", "name", "evm_code_coverage"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0xadaa8c29ab35c5bf74af37aa799904c7b283f11d", "tool" : "oyente", "start" : 1563687795.136328, "end" : 1563687811.2981312, "duration" : 16.161803245544434, "analysis" : [{"errors" : [], "file" : "/unique_chucks/36/0xadaa8c29ab35c5bf74af37aa799904c7b283f11d.sol", "name" : "CON0217", "evm_code_coverage" : "69.4%"}]} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "string"}, "name": {"type": "string"}, "evm_code_coverage": {"type": "string"}}, "required": ["errors", "file", "name", "evm_code_coverage"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "object", "properties": {"Anna Hornung": {"type": "string"}}, "required": ["Anna Hornung"]}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source": {"type": "object", "properties": {"http": {"type": "string"}}, "required": ["http"]}, "frameworks": {"type": "string"}, "ios": {"type": "object", "properties": {"vendored_frameworks": {"type": "string"}}, "required": ["vendored_frameworks"]}}, "required": ["name", "version", "summary", "homepage", "authors", "license", "platforms", "source", "frameworks", "ios"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "PatchApiSDK", "version" : "1.0", "summary" : "Patch api sdk. This sdk geve you a lot of endpoints for working with carpool tools.", "homepage" : "https://github.com/IvanovDeveloper/PatchApiSDK-Podspec-Test", "authors" : {"Anna Hornung" : "patch.anna.hornung@gmail.com"}, "license" : {"type" : "MIT", "file" : "LICENSE"}, "platforms" : {"ios" : "12.0"}, "source" : {"http" : "https://www.car-pool-it.com/media/PatchApiSDK.zip"}, "frameworks" : "UIKit", "ios" : {"vendored_frameworks" : "PatchApiSDK.framework"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "object", "properties": {"Anna Hornung": {"type": "string"}}, "required": ["Anna Hornung"]}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source": {"type": "object", "properties": {"http": {"type": "string"}}, "required": ["http"]}, "frameworks": {"type": "string"}, "ios": {"type": "object", "properties": {"vendored_frameworks": {"type": "string"}}, "required": ["vendored_frameworks"]}}, "required": ["name", "version", "summary", "homepage", "authors", "license", "platforms", "source", "frameworks", "ios"], "$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" : ["Programming", "Testing"], "desc" : "\n", "details" : {"authors" : "Andy Hunt, Matt Hargett", "format" : "pdf", "isbn-10" : "0977616673", "isbn-13" : "978-0977616671", "pages" : "239 pages", "publication date" : "September 9, 2007", "publisher" : "Pragmatic Bookshelf", "size" : "1.50Mb"}, "img" : "http://23.95.221.108/covers/3a/3aad82b0cbbfd45e575e9029d451ad4c.jpg", "link" : "https://rapidhosting.info/files/gti", "title" : "Pragmatic Unit Testing in C# with NUnit, 2nd Edition (Pragmatic Starter Kit Series, Vol. 2)"} | 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#"} |
Generate sample JSON data that conforms to the following 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" : "KOTA KOTAMOBAGU", "originalFilename" : "4 X 6 BIRU.jpg", "namaPartai" : "PARTAI DEMOKRAT", "id" : 150632, "noUrut" : 1, "nama" : "NOVY REGGIE MANOPPO, S.Sos", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KOTA KOTAMOBAGU", "originalFilename" : "Pas Photo.jpg", "namaPartai" : "PARTAI DEMOKRAT", "id" : 157757, "noUrut" : 2, "nama" : "SYAMSUL MAKALALAG", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KOTA KOTAMOBAGU", "originalFilename" : "Pas Photo Lydia.jpg", "namaPartai" : "PARTAI DEMOKRAT", "id" : 205651, "noUrut" : 3, "nama" : "LIDIAWATY MUKMIN, SE", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "KOTA KOTAMOBAGU", "originalFilename" : "Pas Foto.jpg", "namaPartai" : "PARTAI DEMOKRAT", "id" : 161966, "noUrut" : 4, "nama" : "TRI SUCIPTO LANTAPON, SH", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KOTA KOTAMOBAGU", "originalFilename" : "Poto Baru Yasin.jpg", "namaPartai" : "PARTAI DEMOKRAT", "id" : 159626, "noUrut" : 5, "nama" : "Drs. YASIN SUGEHA", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KOTA KOTAMOBAGU", "originalFilename" : "Pas Photo compres.jpg", "namaPartai" : "PARTAI DEMOKRAT", "id" : 158622, "noUrut" : 6, "nama" : "SITIAWATI MOKODONGAN", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "KOTA KOTAMOBAGU", "originalFilename" : "Pas Foto compres.jpg", "namaPartai" : "PARTAI DEMOKRAT", "id" : 298129, "noUrut" : 7, "nama" : "YAHYA MOKODOMPIT", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KOTA KOTAMOBAGU", "originalFilename" : "Pas Poto Dewi.jpg", "namaPartai" : "PARTAI DEMOKRAT", "id" : 248281, "noUrut" : 8, "nama" : "DEWI SARTIKA IRAWAN", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "KOTA KOTAMOBAGU", "originalFilename" : "Pas Foto.jpg", "namaPartai" : "PARTAI DEMOKRAT", "id" : 298261, "noUrut" : 9, "nama" : "FATMAH ISMAIL, SE", "stringJenisKelamin" : "Perempuan"}] | 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": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"userId" : 89246, "cartId" : "318f9aeb-7411-41fb-8268-3a9296b93557", "preferredProducts" : [], "productReviews" : []} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"description": {"type": "string"}, "kibanaSavedObjectMeta": {"type": "object", "properties": {"searchSourceJSON": {"type": "string"}}, "required": ["searchSourceJSON"]}, "title": {"type": "string"}, "uiStateJSON": {"type": "string"}, "version": {"type": "integer"}, "visState": {"type": "string"}}, "required": ["description", "kibanaSavedObjectMeta", "title", "uiStateJSON", "version", "visState"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"description" : "", "kibanaSavedObjectMeta" : {"searchSourceJSON" : "{\"filter\": [], \"index\": \"[template]_lobster_stats\", \"query\": {\"query_string\": {\"analyze_wildcard\": true, \"query\": \"*\"}}}"}, "title" : "[template] Worker deaths vs. time", "uiStateJSON" : "{}", "version" : 1, "visState" : "{\"aggs\": [{\"id\": \"3\", \"params\": {\"customLabel\": \"evicted\", \"field\": \"workers_lost_diff\"}, \"schema\": \"metric\", \"type\": \"sum\"}, {\"id\": \"1\", \"params\": {\"customLabel\": \"idled out\", \"field\": \"workers_idle_diff\"}, \"schema\": \"metric\", \"type\": \"sum\"}, {\"id\": \"2\", \"params\": {\"customInterval\": \"2h\", \"extended_bounds\": {}, \"field\": \"timestamp\", \"interval\": \"auto\", \"min_doc_count\": 1}, \"schema\": \"segment\", \"type\": \"date_histogram\"}, {\"id\": \"4\", \"params\": {\"customLabel\": \"fast aborted\", \"field\": \"workers_fast_aborted_diff\"}, \"schema\": \"metric\", \"type\": \"sum\"}, {\"id\": \"6\", \"params\": {\"customLabel\": \"blacklisted\", \"field\": \"workers_blacklisted_diff\"}, \"schema\": \"metric\", \"type\": \"sum\"}, {\"id\": \"5\", \"params\": {\"customLabel\": \"released\", \"field\": \"workers_released_diff\"}, \"schema\": \"metric\", \"type\": \"sum\"}], \"listeners\": {}, \"params\": {\"addLegend\": true, \"addTimeMarker\": false, \"addTooltip\": true, \"defaultYExtents\": false, \"mode\": \"stacked\", \"scale\": \"linear\", \"setYExtents\": false, \"shareYAxis\": true, \"times\": [], \"yAxis\": {}}, \"title\": \"[template] Worker deaths vs. time\", \"type\": \"histogram\"}"} | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "kibanaSavedObjectMeta": {"type": "object", "properties": {"searchSourceJSON": {"type": "string"}}, "required": ["searchSourceJSON"]}, "title": {"type": "string"}, "uiStateJSON": {"type": "string"}, "version": {"type": "integer"}, "visState": {"type": "string"}}, "required": ["description", "kibanaSavedObjectMeta", "title", "uiStateJSON", "version", "visState"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"towns": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["towns"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"towns" : [{"name" : "Loerbeek", "url" : "loerbeek"}]} | json_instruct | {"type": "object", "properties": {"towns": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["towns"], "$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"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {}, "required": []}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"webpack": {"type": "string"}, "webpack-cli": {"type": "string"}}, "required": ["webpack", "webpack-cli"]}, "dependencies": {"type": "object", "properties": {"@tailwindcss/typography": {"type": "string"}, "autoprefixer": {"type": "string"}, "css-loader": {"type": "string"}, "mini-css-extract-plugin": {"type": "string"}, "postcss": {"type": "string"}, "postcss-loader": {"type": "string"}, "tailwindcss": {"type": "string"}}, "required": ["@tailwindcss/typography", "autoprefixer", "css-loader", "mini-css-extract-plugin", "postcss", "postcss-loader", "tailwindcss"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "aspnet-tailwind", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {}, "author" : "", "license" : "ISC", "devDependencies" : {"webpack" : "^5.11.0", "webpack-cli" : "^4.2.0"}, "dependencies" : {"@tailwindcss/typography" : "^0.3.1", "autoprefixer" : "^10.1.0", "css-loader" : "^5.0.1", "mini-css-extract-plugin" : "^1.3.3", "postcss" : "^8.2.1", "postcss-loader" : "^4.1.0", "tailwindcss" : "^2.0.2"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {}, "required": []}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"webpack": {"type": "string"}, "webpack-cli": {"type": "string"}}, "required": ["webpack", "webpack-cli"]}, "dependencies": {"type": "object", "properties": {"@tailwindcss/typography": {"type": "string"}, "autoprefixer": {"type": "string"}, "css-loader": {"type": "string"}, "mini-css-extract-plugin": {"type": "string"}, "postcss": {"type": "string"}, "postcss-loader": {"type": "string"}, "tailwindcss": {"type": "string"}}, "required": ["@tailwindcss/typography", "autoprefixer", "css-loader", "mini-css-extract-plugin", "postcss", "postcss-loader", "tailwindcss"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"O": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "W": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "X": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["O", "W", "X"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}, "count": {"type": "integer"}}, "required": ["item", "count"]}}, "required": ["type", "pattern", "key", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "minecraft:crafting_shaped", "pattern" : [" W ", "OXO", " W "], "key" : {"O" : {"item" : "minecraft:leather"}, "W" : {"item" : "minecraft:iron_ingot"}, "X" : {"item" : "minecraft:gunpowder"}}, "result" : {"item" : "wzry:bojiquantao", "count" : 1}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"O": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "W": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "X": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["O", "W", "X"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}, "count": {"type": "integer"}}, "required": ["item", "count"]}}, "required": ["type", "pattern", "key", "result"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["royal-thing"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$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": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"chalk": {"type": "string"}, "readline-sync": {"type": "string"}, "yargs": {"type": "string"}}, "required": ["chalk", "readline-sync", "yargs"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "exam-questions", "version" : "1.0.0", "description" : "Asks random questions from the given files until you give the correct answer to all of them", "main" : "app.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "Attila Bagossy", "license" : "MIT", "dependencies" : {"chalk" : "^1.1.1", "readline-sync" : "^1.2.22", "yargs" : "^3.32.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"chalk": {"type": "string"}, "readline-sync": {"type": "string"}, "yargs": {"type": "string"}}, "required": ["chalk", "readline-sync", "yargs"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"listIndex": {"type": "number"}, "_guid": {"type": "string"}, "customId": {"type": "null"}, "uiElement": {"type": "object", "properties": {"keyFactors": {"type": "array", "items": {}}, "editableContents": {"type": "array", "items": {}}, "variants": {"type": "array", "items": {}}, "contents": {"type": "array", "items": {}}, "timestamp": {"type": "array", "items": {}}, "components": {"type": "array", "items": {}}, "accessPoints": {"type": "array", "items": {}}}, "required": ["keyFactors", "editableContents", "variants", "contents", "timestamp", "components", "accessPoints"]}, "line": {"type": "string"}, "url": {"type": "string"}, "typeRef": {"type": "string"}, "image": {"type": "null"}, "description": {"type": "string"}, "svgImage": {"type": "null"}, "svgImageTransform": {"type": "object", "properties": {"x": {"type": "null"}, "y": {"type": "null"}, "z": {"type": "null"}}, "required": ["x", "y", "z"]}, "timeStamp": {"type": "integer"}}, "required": ["listIndex", "_guid", "customId", "uiElement", "line", "url", "typeRef", "image", "description", "svgImage", "svgImageTransform", "timeStamp"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"listIndex" : 406.17665682256757, "_guid" : "006002c8-446d-4200-b1f1-df9aa91a4fe2", "customId" : null, "uiElement" : {"keyFactors" : [], "editableContents" : [], "variants" : [], "contents" : [], "timestamp" : [], "components" : [], "accessPoints" : []}, "line" : "Receiving rain forecasts", "url" : "", "typeRef" : "b7f8d0c8-9ff2-4c11-af9b-b4062624b8b7", "image" : null, "description" : "We call the weather service for particular location of the armadillo in order to tell users how long they can likely work before rain sets in.", "svgImage" : null, "svgImageTransform" : {"x" : null, "y" : null, "z" : null}, "timeStamp" : 1624009500018} | json_instruct | {"type": "object", "properties": {"listIndex": {"type": "number"}, "_guid": {"type": "string"}, "customId": {"type": "null"}, "uiElement": {"type": "object", "properties": {"keyFactors": {"type": "array", "items": {}}, "editableContents": {"type": "array", "items": {}}, "variants": {"type": "array", "items": {}}, "contents": {"type": "array", "items": {}}, "timestamp": {"type": "array", "items": {}}, "components": {"type": "array", "items": {}}, "accessPoints": {"type": "array", "items": {}}}, "required": ["keyFactors", "editableContents", "variants", "contents", "timestamp", "components", "accessPoints"]}, "line": {"type": "string"}, "url": {"type": "string"}, "typeRef": {"type": "string"}, "image": {"type": "null"}, "description": {"type": "string"}, "svgImage": {"type": "null"}, "svgImageTransform": {"type": "object", "properties": {"x": {"type": "null"}, "y": {"type": "null"}, "z": {"type": "null"}}, "required": ["x", "y", "z"]}, "timeStamp": {"type": "integer"}}, "required": ["listIndex", "_guid", "customId", "uiElement", "line", "url", "typeRef", "image", "description", "svgImage", "svgImageTransform", "timeStamp"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"localPath": {"type": "string"}, "repositoryType": {"type": "string"}, "uri": {"type": "string"}}, "required": ["localPath", "repositoryType", "uri"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"localPath" : "app/typings", "repositoryType" : "1", "uri" : "https://github.com/Diullei/tsd/raw/master/deploy/repository.json"} | json_instruct | {"type": "object", "properties": {"localPath": {"type": "string"}, "repositoryType": {"type": "string"}, "uri": {"type": "string"}}, "required": ["localPath", "repositoryType", "uri"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "version": {"type": "string"}, "libre_office_ver": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "namespace": {"type": "string"}, "parser_args": {"type": "object", "properties": {"sort": {"type": "boolean"}}, "required": ["sort"]}, "writer_args": {"type": "object", "properties": {"include_desc": {"type": "boolean"}}, "required": ["include_desc"]}, "data": {"type": "object", "properties": {"name": {"type": "string"}, "namespace": {"type": "string"}, "url": {"type": "string"}, "allow_db": {"type": "boolean"}, "quote": {"type": "array", "items": {}}, "typings": {"type": "array", "items": {}}, "desc": {"type": "string"}, "items": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "string"}, "desc": {"type": "array", "items": {}}}, "required": ["name", "value", "desc"]}}}, "required": ["name", "namespace", "url", "allow_db", "quote", "typings", "desc", "items"]}}, "required": ["id", "version", "libre_office_ver", "name", "type", "namespace", "parser_args", "writer_args", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "uno-ooo-parser", "version" : "0.2.7", "libre_office_ver" : "7.3", "name" : "SAXDocumentBuilderState", "type" : "enum", "namespace" : "com.sun.star.xml.dom", "parser_args" : {"sort" : true}, "writer_args" : {"include_desc" : true}, "data" : {"name" : "SAXDocumentBuilderState", "namespace" : "com.sun.star.xml.dom", "url" : "https://api.libreoffice.org/docs/idl/ref/namespacecom_1_1sun_1_1star_1_1xml_1_1dom.html#a8e1d723b2d19d95078879bf81b535b36", "allow_db" : true, "quote" : [], "typings" : [], "desc" : "ENUM SAXDocumentBuilderState", "items" : [{"name" : "BUILDING_DOCUMENT", "value" : "BUILDING_DOCUMENT", "desc" : []}, {"name" : "BUILDING_FRAGMENT", "value" : "BUILDING_FRAGMENT", "desc" : []}, {"name" : "DOCUMENT_FINISHED", "value" : "DOCUMENT_FINISHED", "desc" : []}, {"name" : "FRAGMENT_FINISHED", "value" : "FRAGMENT_FINISHED", "desc" : []}, {"name" : "READY", "value" : "READY", "desc" : []}]}} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "version": {"type": "string"}, "libre_office_ver": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "namespace": {"type": "string"}, "parser_args": {"type": "object", "properties": {"sort": {"type": "boolean"}}, "required": ["sort"]}, "writer_args": {"type": "object", "properties": {"include_desc": {"type": "boolean"}}, "required": ["include_desc"]}, "data": {"type": "object", "properties": {"name": {"type": "string"}, "namespace": {"type": "string"}, "url": {"type": "string"}, "allow_db": {"type": "boolean"}, "quote": {"type": "array", "items": {}}, "typings": {"type": "array", "items": {}}, "desc": {"type": "string"}, "items": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "string"}, "desc": {"type": "array", "items": {}}}, "required": ["name", "value", "desc"]}}}, "required": ["name", "namespace", "url", "allow_db", "quote", "typings", "desc", "items"]}}, "required": ["id", "version", "libre_office_ver", "name", "type", "namespace", "parser_args", "writer_args", "data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"user": {"type": "string"}, "value": {"type": "string"}, "type": {"type": "string"}, "time": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "list": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["type", "list"]}}}, "required": ["user", "value", "type", "time", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"user" : "Edouard DUPIN", "value" : "3", "type" : "hand", "time" : 1470843430963318016, "data" : [{"type" : "type::finger", "list" : [[422.275665, 547.62207], [417.764832, 547.621887], [415.597656, 547.6203], [430.229156, 549.45166], [448.760773, 550.515808], [471.210754, 550.385193], [492.628967, 546.593628], [505.519958, 538.572754], [509.654541, 528.928833], [502.856445, 513.971558], [486.824646, 500.577271], [470.573364, 492.734741], [457.972382, 487.141663], [454.072632, 486.238892], [451.498413, 484.938904], [456.670227, 486.836548], [478.650604, 490.186096], [496.565033, 490.930908], [512.140137, 487.98938], [521.164246, 478.166321], [520.976196, 462.06897], [510.302399, 446.759155], [492.088593, 433.051331], [470.666656, 423.226929], [452.921356, 417.472656], [448.30722, 416.195984], [447.273254, 415.909912]]}]} | json_instruct | {"type": "object", "properties": {"user": {"type": "string"}, "value": {"type": "string"}, "type": {"type": "string"}, "time": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "list": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["type", "list"]}}}, "required": ["user", "value", "type", "time", "data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "activationHooks": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "string"}, "license": {"type": "string"}, "engines": {"type": "object", "properties": {"atom": {"type": "string"}}, "required": ["atom"]}, "dependencies": {"type": "object", "properties": {"react": {"type": "string"}}, "required": ["react"]}}, "required": ["name", "main", "version", "description", "keywords", "activationHooks", "repository", "license", "engines", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "function-line", "main" : "./index", "version" : "0.0.0", "description" : "Add a line (a decorated marker) over a function definition", "keywords" : ["line", "function", "functions", "method", "methods", "separator", "color"], "activationHooks" : ["language-javascript:grammar-used", "language-typescript:grammar-used"], "repository" : "https://github.com/DamienDenorme/function-line", "license" : "MIT", "engines" : {"atom" : ">=1.0.0 <2.0.0"}, "dependencies" : {"react" : "^16.6.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "activationHooks": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "string"}, "license": {"type": "string"}, "engines": {"type": "object", "properties": {"atom": {"type": "string"}}, "required": ["atom"]}, "dependencies": {"type": "object", "properties": {"react": {"type": "string"}}, "required": ["react"]}}, "required": ["name", "main", "version", "description", "keywords", "activationHooks", "repository", "license", "engines", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "official_id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "school_type_entity": {"type": "string"}, "fax": {"type": "string"}, "state": {"type": "string"}, "phone": {"type": "string"}, "full_time_school": {"type": "boolean"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "official_id", "address", "school_type", "school_type_entity", "fax", "state", "phone", "full_time_school", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Konrad-Adenauer-Schule", "id" : "HE-3389-0", "official_id" : "3389", "address" : "Mainzer Stra\u00dfe 8, 64646 Heppenheim (Bergstra\u00dfe)", "school_type" : "Grundschule", "school_type_entity" : "Grundschule", "fax" : "06252/982038", "state" : "HE", "phone" : "06252/71795", "full_time_school" : false, "lon" : 8.627197, "lat" : 49.634782} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "official_id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "school_type_entity": {"type": "string"}, "fax": {"type": "string"}, "state": {"type": "string"}, "phone": {"type": "string"}, "full_time_school": {"type": "boolean"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "official_id", "address", "school_type", "school_type_entity", "fax", "state", "phone", "full_time_school", "lon", "lat"], "$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"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "GoogleApiProxy"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_cd": {"type": "integer"}, "station_name": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["pref_cd", "line_cd", "line_name", "station_cd", "station_g_cd", "station_name", "lon", "lat"]}}}, "required": ["station"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"station" : [{"pref_cd" : 27, "line_cd" : 32001, "line_name" : "\u5357\u6d77\u672c\u7dda", "station_cd" : 3200104, "station_g_cd" : 3200104, "station_name" : "\u5cb8\u91cc\u7389\u51fa", "lon" : 135.494388, "lat" : 34.628291}]} | json_instruct | {"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_cd": {"type": "integer"}, "station_name": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["pref_cd", "line_cd", "line_name", "station_cd", "station_g_cd", "station_name", "lon", "lat"]}}}, "required": ["station"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"db_host": {"type": "string"}, "db_port": {"type": "integer"}, "db_user": {"type": "string"}, "db_pass": {"type": "string"}, "db_name": {"type": "string"}}, "required": ["db_host", "db_port", "db_user", "db_pass", "db_name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"db_host" : "127.0.0.1", "db_port" : 3306, "db_user" : "your name", "db_pass" : "your pass", "db_name" : "dingo"} | json_instruct | {"type": "object", "properties": {"db_host": {"type": "string"}, "db_port": {"type": "integer"}, "db_user": {"type": "string"}, "db_pass": {"type": "string"}, "db_name": {"type": "string"}}, "required": ["db_host", "db_port", "db_user", "db_pass", "db_name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"startTime": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"time": {"type": "string"}, "gear": {"type": "string"}, "rpm": {"type": "integer"}, "speed": {"type": "integer"}}, "required": ["time", "gear", "rpm", "speed"]}}}, "required": ["startTime", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"startTime" : "2019-01-01T09:01:00+03:00", "data" : [{"time" : "2019-01-01T09:01:00.011+03:00", "gear" : "1", "rpm" : 10895, "speed" : 0}, {"time" : "2019-01-01T09:01:00.053+03:00", "gear" : "1", "rpm" : 11012, "speed" : 0}, {"time" : "2019-01-01T09:01:00.586+03:00", "gear" : "1", "rpm" : 10930, "speed" : 0}, {"time" : "2019-01-01T09:01:00.587+03:00", "gear" : "1", "rpm" : 11033, "speed" : 0}, {"time" : "2019-01-01T09:01:00.588+03:00", "gear" : "1", "rpm" : 11019, "speed" : 0}, {"time" : "2019-01-01T09:01:00.606+03:00", "gear" : "1", "rpm" : 11226, "speed" : 0}]} | json_instruct | {"type": "object", "properties": {"startTime": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"time": {"type": "string"}, "gear": {"type": "string"}, "rpm": {"type": "integer"}, "speed": {"type": "integer"}}, "required": ["time", "gear", "rpm", "speed"]}}}, "required": ["startTime", "data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"bomFormat": {"type": "string"}, "specVersion": {"type": "string"}, "serialNumber": {"type": "string"}, "version": {"type": "integer"}, "metadata": {"type": "object", "properties": {"properties": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "string"}}, "required": ["name", "value"]}}}, "required": ["properties"]}, "components": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "properties": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "string"}}, "required": ["name", "value"]}}}, "required": ["type", "name", "version", "properties"]}}, "services": {"type": "array", "items": {"type": "object", "properties": {"bom-ref": {"type": "string"}, "group": {"type": "string"}, "name": {"type": "string"}, "endpoints": {"type": "array", "items": {"type": "string"}}, "properties": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "string"}}, "required": ["name", "value"]}}}, "required": ["bom-ref", "group", "name", "endpoints", "properties"]}}}, "required": ["bomFormat", "specVersion", "serialNumber", "version", "metadata", "components", "services"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"bomFormat" : "CycloneDX", "specVersion" : "1.4", "serialNumber" : "urn:uuid:3e671687-395b-41f5-a30f-a58921a69b79", "version" : 1, "metadata" : {"properties" : [{"name" : "Foo", "value" : "Bar"}, {"name" : "Foo", "value" : "You"}, {"name" : "Foo", "value" : "Two"}, {"name" : "Bar", "value" : "Foo"}]}, "components" : [{"type" : "library", "name" : "acme-library", "version" : "1.0.0", "properties" : [{"name" : "Foo", "value" : "Bar"}]}], "services" : [{"bom-ref" : "b2a46a4b-8367-4bae-9820-95557cfe03a8", "group" : "org.partner", "name" : "Stock ticker service", "endpoints" : ["https://partner.org/api/v1/stock"], "properties" : [{"name" : "Foo", "value" : "Bar"}]}]} | json_instruct | {"type": "object", "properties": {"bomFormat": {"type": "string"}, "specVersion": {"type": "string"}, "serialNumber": {"type": "string"}, "version": {"type": "integer"}, "metadata": {"type": "object", "properties": {"properties": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "string"}}, "required": ["name", "value"]}}}, "required": ["properties"]}, "components": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "properties": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "string"}}, "required": ["name", "value"]}}}, "required": ["type", "name", "version", "properties"]}}, "services": {"type": "array", "items": {"type": "object", "properties": {"bom-ref": {"type": "string"}, "group": {"type": "string"}, "name": {"type": "string"}, "endpoints": {"type": "array", "items": {"type": "string"}}, "properties": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "string"}}, "required": ["name", "value"]}}}, "required": ["bom-ref", "group", "name", "endpoints", "properties"]}}}, "required": ["bomFormat", "specVersion", "serialNumber", "version", "metadata", "components", "services"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"_comment": {"type": "string"}, "vm_name": {"type": "string"}, "cpus": {"type": "string"}, "disk_size": {"type": "string"}, "http_directory": {"type": "string"}, "iso_checksum": {"type": "string"}, "iso_checksum_type": {"type": "string"}, "iso_name": {"type": "string"}, "iso_url": {"type": "string"}, "iso_path": {"type": "string"}, "memory": {"type": "string"}, "parallels_guest_os_type": {"type": "string"}, "update": {"type": "string"}}, "required": ["_comment", "vm_name", "cpus", "disk_size", "http_directory", "iso_checksum", "iso_checksum_type", "iso_name", "iso_url", "iso_path", "memory", "parallels_guest_os_type", "update"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"_comment" : "Build with `packer build -var-file=centos76-zola.json centos-zola.json", "vm_name" : "zola-dev-76-vbox6.0.12-20190911", "cpus" : "1", "disk_size" : "100000", "http_directory" : "kickstart/centos7", "iso_checksum" : "6d44331cc4f6c506c7bbe9feb8468fad6c51a88ca1393ca6b8b486ea04bec3c1", "iso_checksum_type" : "sha256", "iso_name" : "CentOS-7-x86_64-DVD-1810.iso", "iso_url" : "http://mirror.fileplanet.com/centos/7/isos/x86_64/CentOS-7-x86_64-DVD-1810.iso", "iso_path" : "/web/tools/packer/isos", "memory" : "512", "parallels_guest_os_type" : "centos7", "update" : "true"} | json_instruct | {"type": "object", "properties": {"_comment": {"type": "string"}, "vm_name": {"type": "string"}, "cpus": {"type": "string"}, "disk_size": {"type": "string"}, "http_directory": {"type": "string"}, "iso_checksum": {"type": "string"}, "iso_checksum_type": {"type": "string"}, "iso_name": {"type": "string"}, "iso_url": {"type": "string"}, "iso_path": {"type": "string"}, "memory": {"type": "string"}, "parallels_guest_os_type": {"type": "string"}, "update": {"type": "string"}}, "required": ["_comment", "vm_name", "cpus", "disk_size", "http_directory", "iso_checksum", "iso_checksum_type", "iso_name", "iso_url", "iso_path", "memory", "parallels_guest_os_type", "update"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}}, "required": ["f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}, "t": {"type": "string"}}, "required": ["h", "stem", "t"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : [{"d" : [{"f" : "\u5a36\u59bb\u7684\uff0c\u6709\u5bb6\u5ba4\u7684\u3002"}, {"e" : ["\ufff9`Cifafahiay~ `to~ `kora~ `kapah~.\ufffa\ufffb\u90a3\u4f4d\u5e74\u8f15\u4eba\u5df2\u7d93\u7d50\u5a5a\u4e86\u3002"], "f" : "\u6307\u5a36\u59bb\u3001\u6709\u5bb6\u5ba4\u7684\u4eba\u3002"}]}], "stem" : "fafahi", "t" : "cifafahiay"} | json_instruct | {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}}, "required": ["f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}, "t": {"type": "string"}}, "required": ["h", "stem", "t"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"Atauro": {"type": "string"}, "Dili": {"type": "string"}}, "required": ["Atauro", "Dili"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Atauro" : "AUT", "Dili" : "DIL"} | json_instruct | {"type": "object", "properties": {"Atauro": {"type": "string"}, "Dili": {"type": "string"}}, "required": ["Atauro", "Dili"], "$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": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-81.543013, 39.29376], [-81.540991, 39.293211], [-81.539471, 39.293875], [-81.534263, 39.299909], [-81.534189, 39.301701], [-81.531468, 39.30314], [-81.526123, 39.3026], [-81.524934, 39.298812], [-81.504616, 39.301969], [-81.505334, 39.299075], [-81.504678, 39.298214], [-81.506605, 39.29356], [-81.505811, 39.288805], [-81.509363, 39.285059], [-81.511313, 39.285573], [-81.513816, 39.284846], [-81.514889, 39.285936], [-81.520301, 39.287127], [-81.522714, 39.283039], [-81.526671, 39.285068], [-81.52573, 39.286677], [-81.533141, 39.28757], [-81.539415, 39.290642], [-81.543013, 39.29376]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 80395}}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}}, "required": ["Default"]}}, "required": ["LogLevel"]}, "AllowedHosts": {"type": "string"}, "ConnectionStrings": {"type": "object", "properties": {"DefaultConnection": {"type": "string"}}, "required": ["DefaultConnection"]}, "Authentication": {"type": "object", "properties": {"Secret": {"type": "string"}}, "required": ["Secret"]}, "IpRateLimiting": {"type": "object", "properties": {"EnableEndpointRateLimiting": {"type": "boolean"}, "StackBlockedRequests": {"type": "boolean"}, "RealIpHeader": {"type": "string"}, "ClientIdHeader": {"type": "string"}, "HttpStatusCode": {"type": "integer"}, "GeneralRules": {"type": "array", "items": {"type": "object", "properties": {"Endpoint": {"type": "string"}, "Period": {"type": "string"}, "Limit": {"type": "integer"}}, "required": ["Endpoint", "Period", "Limit"]}}}, "required": ["EnableEndpointRateLimiting", "StackBlockedRequests", "RealIpHeader", "ClientIdHeader", "HttpStatusCode", "GeneralRules"]}}, "required": ["Logging", "AllowedHosts", "ConnectionStrings", "Authentication", "IpRateLimiting"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Logging" : {"LogLevel" : {"Default" : "Warning"}}, "AllowedHosts" : "*", "ConnectionStrings" : {"DefaultConnection" : "{ConnectionStrings:DefaultConnection}"}, "Authentication" : {"Secret" : "{UserSecret}"}, "IpRateLimiting" : {"EnableEndpointRateLimiting" : true, "StackBlockedRequests" : false, "RealIpHeader" : "X-Real-IP", "ClientIdHeader" : "X-ClientId", "HttpStatusCode" : 429, "GeneralRules" : [{"Endpoint" : "*", "Period" : "10s", "Limit" : 100}, {"Endpoint" : "post:*", "Period" : "10s", "Limit" : 10}]}} | json_instruct | {"type": "object", "properties": {"Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}}, "required": ["Default"]}}, "required": ["LogLevel"]}, "AllowedHosts": {"type": "string"}, "ConnectionStrings": {"type": "object", "properties": {"DefaultConnection": {"type": "string"}}, "required": ["DefaultConnection"]}, "Authentication": {"type": "object", "properties": {"Secret": {"type": "string"}}, "required": ["Secret"]}, "IpRateLimiting": {"type": "object", "properties": {"EnableEndpointRateLimiting": {"type": "boolean"}, "StackBlockedRequests": {"type": "boolean"}, "RealIpHeader": {"type": "string"}, "ClientIdHeader": {"type": "string"}, "HttpStatusCode": {"type": "integer"}, "GeneralRules": {"type": "array", "items": {"type": "object", "properties": {"Endpoint": {"type": "string"}, "Period": {"type": "string"}, "Limit": {"type": "integer"}}, "required": ["Endpoint", "Period", "Limit"]}}}, "required": ["EnableEndpointRateLimiting", "StackBlockedRequests", "RealIpHeader", "ClientIdHeader", "HttpStatusCode", "GeneralRules"]}}, "required": ["Logging", "AllowedHosts", "ConnectionStrings", "Authentication", "IpRateLimiting"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "total": {"type": "integer"}, "delta": {"type": "integer"}, "version": {"type": "string"}}, "required": ["date", "total", "delta", "version"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"date" : "2022-04-02", "total" : 2977, "delta" : 2, "version" : "0.1"}, {"date" : "2022-04-08", "total" : 2992, "delta" : 15, "version" : "0.1"}, {"date" : "2022-04-10", "total" : 2997, "delta" : 5, "version" : "0.1"}, {"date" : "2022-04-12", "total" : 3001, "delta" : 4, "version" : "0.1"}, {"date" : "2022-04-13", "total" : 3003, "delta" : 2, "version" : "0.1"}, {"date" : "2022-04-29", "total" : 3038, "delta" : 35, "version" : "0.1"}, {"date" : "2022-04-30", "total" : 3040, "delta" : 2, "version" : "0.1"}, {"date" : "2022-05-03", "total" : 3046, "delta" : 6, "version" : "0.1"}, {"date" : "2022-05-10", "total" : 3062, "delta" : 16, "version" : "0.1"}, {"date" : "2022-05-13", "total" : 3070, "delta" : 8, "version" : "0.1"}, {"date" : "2022-05-14", "total" : 3072, "delta" : 2, "version" : "0.1"}, {"date" : "2022-05-17", "total" : 3077, "delta" : 5, "version" : "0.1"}, {"date" : "2022-06-01", "total" : 3111, "delta" : 34, "version" : "0.1"}, {"date" : "2022-06-05", "total" : 3120, "delta" : 9, "version" : "0.1"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "total": {"type": "integer"}, "delta": {"type": "integer"}, "version": {"type": "string"}}, "required": ["date", "total", "delta", "version"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "doc_path": {"type": "string"}, "repo": {"type": "string"}}, "required": ["name", "doc_path", "repo"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "chaosaws", "doc_path" : "../sources/drivers/aws.md", "repo" : "https://github.com/chaostoolkit-incubator/chaostoolkit-aws"}, {"name" : "chaosk8s", "doc_path" : "../sources/drivers/kubernetes.md", "repo" : "https://github.com/chaostoolkit/chaostoolkit-kubernetes"}, {"name" : "chaosgce", "doc_path" : "../sources/drivers/gce.md", "repo" : "https://github.com/chaostoolkit-incubator/chaostoolkit-google-cloud"}, {"name" : "chaoscf", "doc_path" : "../sources/drivers/cloudfoundry.md", "repo" : "https://github.com/chaostoolkit-incubator/chaostoolkit-cloud-foundry"}, {"name" : "chaosazure", "doc_path" : "../sources/drivers/azure.md", "repo" : "https://github.com/chaostoolkit-incubator/chaostoolkit-azure"}, {"name" : "chaosprometheus", "doc_path" : "../sources/drivers/prometheus.md", "repo" : "https://github.com/chaostoolkit-incubator/chaostoolkit-prometheus"}, {"name" : "chaoshumio", "doc_path" : "../sources/drivers/humio.md", "repo" : "https://github.com/chaostoolkit-incubator/chaostoolkit-humio"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "doc_path": {"type": "string"}, "repo": {"type": "string"}}, "required": ["name", "doc_path", "repo"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ast" : null, "code" : "import { speedCodes } from \"../../../SignworksJSON\"; //newCode is the mutcd.code that is being checked\n// signs - an array of signs on the signpost each sign should have a\n// property called MUTCD that has the info from the sign catalog\n\nexport function MutcdDuplicate(newCode, signs) {\n var isDupe = false;\n\n for (var i = 0; i < signs.length; i++) {\n if (signs[i].MUTCD.code === newCode) {\n isDupe = true;\n }\n }\n\n console.log('isDupe :', isDupe);\n return isDupe;\n}\nexport function isSpeedLimit(args) {\n return \"disabled\";\n}", "map" : {"version" : 3, "sources" : ["C:\\Projects\\Signworks3\\src\\components\\myModules\\Signs\\SignValidations.js"], "names" : ["speedCodes", "MutcdDuplicate", "newCode", "signs", "isDupe", "i", "length", "MUTCD", "code", "console", "log", "isSpeedLimit", "args"], "mappings" : "AAAA,SAASA,UAAT,QAA2B,wBAA3B,C,CAKA;AACA;AACA;;AACA,OAAO,SAASC,cAAT,CAAwBC,OAAxB,EAAiCC,KAAjC,EAAwC;AAG3C,MAAIC,MAAM,GAAG,KAAb;;AACA,OAAK,IAAIC,CAAC,GAAG,CAAb,EAAgBA,CAAC,GAAGF,KAAK,CAACG,MAA1B,EAAkCD,CAAC,EAAnC,EAAuC;AACnC,QAAIF,KAAK,CAACE,CAAD,CAAL,CAASE,KAAT,CAAeC,IAAf,KAAwBN,OAA5B,EAAqC;AACjCE,MAAAA,MAAM,GAAG,IAAT;AACH;AACJ;;AACJK,EAAAA,OAAO,CAACC,GAAR,CAAY,UAAZ,EAAwBN,MAAxB;AACA,SAAOA,MAAP;AACA;AAED,OAAO,SAASO,YAAT,CAAsBC,IAAtB,EAA2B;AAC9B,SAAO,UAAP;AAEH", "sourcesContent" : ["import { speedCodes } from \"../../../SignworksJSON\";\r\n\r\n\r\n\r\n\r\n//newCode is the mutcd.code that is being checked\r\n// signs - an array of signs on the signpost each sign should have a\r\n// property called MUTCD that has the info from the sign catalog\r\nexport function MutcdDuplicate(newCode, signs) {\r\n\r\n \r\n let isDupe = false;\r\n for (let i = 0; i < signs.length; i++) {\r\n if (signs[i].MUTCD.code === newCode) {\r\n isDupe = true;\r\n }\r\n }\r\n console.log('isDupe :', isDupe);\r\n return isDupe\r\n}\r\n\r\nexport function isSpeedLimit(args){\r\n return \"disabled\";\r\n\r\n}"]}, "metadata" : {}, "sourceType" : "module"} | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"publications": {"type": "array", "items": {"type": "object", "properties": {"eventType": {"type": "string"}, "description": {"type": "string"}, "eventTTL": {"type": "integer"}, "signed": {"type": "boolean"}}, "required": ["eventType", "description", "eventTTL", "signed"]}}, "subscriptions": {"type": "array", "items": {"type": "object", "properties": {"eventType": {"type": "string"}, "callbackAddress": {"type": "string"}}, "required": ["eventType", "callbackAddress"]}}}, "required": ["publications", "subscriptions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"publications" : [{"eventType" : "ITEM_CHECKED_OUT", "description" : "Item was checked out", "eventTTL" : 1, "signed" : false}, {"eventType" : "ITEM_CHECKED_IN", "description" : "Item was checked in", "eventTTL" : 1, "signed" : false}, {"eventType" : "ITEM_DECLARED_LOST", "description" : "Item has been declared lost", "eventTTL" : 1, "signed" : false}, {"eventType" : "LOAN_DUE_DATE_CHANGED", "description" : "Due date for a loan has been changed", "eventTTL" : 1, "signed" : false}], "subscriptions" : [{"eventType" : "LOAN_RELATED_FEE_FINE_CLOSED", "callbackAddress" : "/circulation/handlers/loan-related-fee-fine-closed"}]} | json_instruct | {"type": "object", "properties": {"publications": {"type": "array", "items": {"type": "object", "properties": {"eventType": {"type": "string"}, "description": {"type": "string"}, "eventTTL": {"type": "integer"}, "signed": {"type": "boolean"}}, "required": ["eventType", "description", "eventTTL", "signed"]}}, "subscriptions": {"type": "array", "items": {"type": "object", "properties": {"eventType": {"type": "string"}, "callbackAddress": {"type": "string"}}, "required": ["eventType", "callbackAddress"]}}}, "required": ["publications", "subscriptions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this 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" : 14500, "cartId" : "444263d9-8add-48c4-b0e9-51b61d8c01b4", "preferredProducts" : [442, 4976, 3467, 4581, 2180, 2484, 3414, 806, 4128], "productReviews" : [{"productId" : 1740, "reviewText" : "My peacock loves to play with it.", "reviewDate" : "2019-09-17T15:53:53.7117532+03:00"}]} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "pagetriage-filter-ns-all": {"type": "string"}, "pagetriage-more": {"type": "string"}, "pagetriage-filter-stat-all": {"type": "string"}, "pagetriage-tags-param-date-label": {"type": "string"}, "pagetriage-tags-param-free-no-label": {"type": "string"}, "pagetriage-info-history-header": {"type": "string"}, "pagetriage-info-help": {"type": "string"}}, "required": ["@metadata", "pagetriage-filter-ns-all", "pagetriage-more", "pagetriage-filter-stat-all", "pagetriage-tags-param-date-label", "pagetriage-tags-param-free-no-label", "pagetriage-info-history-header", "pagetriage-info-help"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"@metadata" : {"authors" : ["\u0db4\u0dc3\u0dd2\u0db3\u0dd4 \u0d9a\u0dcf\u0dc0\u0dd2\u0db1\u0dca\u0daf"]}, "pagetriage-filter-ns-all" : "An t-ioml\u00e1n", "pagetriage-more" : "N\u00edos m\u00f3", "pagetriage-filter-stat-all" : "An t-ioml\u00e1n", "pagetriage-tags-param-date-label" : "D\u00e1ta:", "pagetriage-tags-param-free-no-label" : "N\u00ed", "pagetriage-info-history-header" : "Stair", "pagetriage-info-help" : "Cuidi\u00fa"} | json_instruct | {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "pagetriage-filter-ns-all": {"type": "string"}, "pagetriage-more": {"type": "string"}, "pagetriage-filter-stat-all": {"type": "string"}, "pagetriage-tags-param-date-label": {"type": "string"}, "pagetriage-tags-param-free-no-label": {"type": "string"}, "pagetriage-info-history-header": {"type": "string"}, "pagetriage-info-help": {"type": "string"}}, "required": ["@metadata", "pagetriage-filter-ns-all", "pagetriage-more", "pagetriage-filter-stat-all", "pagetriage-tags-param-date-label", "pagetriage-tags-param-free-no-label", "pagetriage-info-history-header", "pagetriage-info-help"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"title": {"type": "string"}, "siteUrl": {"type": "string"}, "description": {"type": "string"}, "home": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}}, "required": ["title", "description"]}}, "required": ["title", "siteUrl", "description", "home"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Queenscript", "siteUrl" : "https://queenscript.netlify.com/", "description" : "Queenscript is an open diary of code", "home" : {"title" : "Hi! I'm Queen(script)", "description" : "I am a full stack engineer with a passion for front-end web technologies, frameworks, and libraries including vanilla Javascript, jQuery, React and Vue.js. When I dabble on the back end, you can find me working with Python, Ruby, Node and databases like MongoDB and PostgreSQL. I'd love to work with awesome programmers who are also versed in these technologies so that we can sharpen our skills as a team. When I'm not coding, I'm doing something creative with words from my lettering projects to my performative poetry.:)"}} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "siteUrl": {"type": "string"}, "description": {"type": "string"}, "home": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}}, "required": ["title", "description"]}}, "required": ["title", "siteUrl", "description", "home"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"body" : "AND TO KEEP THEM TO THAT IDEA IN OUR USE OF THEM:", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/9089.json"} | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "3319060001", "district_id" : "3319060", "name" : "SADANG"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"scripts": {"type": "object", "properties": {"package": {"type": "string"}, "gallery-publish": {"type": "string"}, "clean": {"type": "string"}, "compile": {"type": "string"}, "install-task-lib": {"type": "string"}}, "required": ["package", "gallery-publish", "clean", "compile", "install-task-lib"]}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "@types/q": {"type": "string"}, "tfx-cli": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/node", "@types/q", "tfx-cli", "typescript"]}, "name": {"type": "string"}, "private": {"type": "boolean"}, "version": {"type": "string"}}, "required": ["scripts", "devDependencies", "name", "private", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"scripts" : {"package" : "npm run clean && npm run compile && tfx extension create --rev-version", "gallery-publish" : "tfx extension publish --rev-version", "clean" : "rimraf ./*.vsix", "compile" : "tsc -p .", "install-task-lib" : "cd GetRevision && npm install --save-dev"}, "devDependencies" : {"@types/node" : "^10.17.0", "@types/q" : "^1.5.5", "tfx-cli" : "^0.4.5", "typescript" : "^4.0.2"}, "name" : "vstsexttask", "private" : true, "version" : "0.0.1"} | json_instruct | {"type": "object", "properties": {"scripts": {"type": "object", "properties": {"package": {"type": "string"}, "gallery-publish": {"type": "string"}, "clean": {"type": "string"}, "compile": {"type": "string"}, "install-task-lib": {"type": "string"}}, "required": ["package", "gallery-publish", "clean", "compile", "install-task-lib"]}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "@types/q": {"type": "string"}, "tfx-cli": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/node", "@types/q", "tfx-cli", "typescript"]}, "name": {"type": "string"}, "private": {"type": "boolean"}, "version": {"type": "string"}}, "required": ["scripts", "devDependencies", "name", "private", "version"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "MICHAEL JOEL", "frequency" : 33, "gender" : "male"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "result": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["type", "ingredients", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "minecraft:crafting_shapeless", "ingredients" : [{"item" : "extendedslabs:vertical_podzol_slab"}], "result" : {"item" : "extendedslabs:podzol_slab"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "result": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["type", "ingredients", "result"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"author": {"type": "string"}, "slides": {"type": "array", "items": {"type": "string"}}}, "required": ["author", "slides"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"author" : "Grigori Fursin", "slides" : ["7382acbb6b0b64d2", "9a4de89400e0ff21"]} | json_instruct | {"type": "object", "properties": {"author": {"type": "string"}, "slides": {"type": "array", "items": {"type": "string"}}}, "required": ["author", "slides"], "$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"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"check-types": {"type": "string"}, "prepare": {"type": "string"}, "lint-prettier": {"type": "string"}, "lint-eslint": {"type": "string"}, "lint": {"type": "string"}}, "required": ["check-types", "prepare", "lint-prettier", "lint-eslint", "lint"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "dependencies": {"type": "object", "properties": {"@types/lodash": {"type": "string"}, "@types/node-fetch": {"type": "string"}, "fp-ts": {"type": "string"}, "io-ts": {"type": "string"}, "knex": {"type": "string"}, "lodash": {"type": "string"}, "node-fetch": {"type": "string"}, "pg": {"type": "string"}}, "required": ["@types/lodash", "@types/node-fetch", "fp-ts", "io-ts", "knex", "lodash", "node-fetch", "pg"]}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "@unocha/hpc-repo-tools": {"type": "string"}, "eslint": {"type": "string"}, "husky": {"type": "string"}, "lint-staged": {"type": "string"}, "prettier": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/node", "@unocha/hpc-repo-tools", "eslint", "husky", "lint-staged", "prettier", "typescript"]}, "lint-staged": {"type": "object", "properties": {"*.{ts,js}": {"type": "array", "items": {"type": "string"}}, "*.{js,jsx,ts,tsx,md,json}": {"type": "string"}}, "required": ["*.{ts,js}", "*.{js,jsx,ts,tsx,md,json}"]}}, "required": ["name", "version", "description", "license", "private", "scripts", "engines", "dependencies", "devDependencies", "lint-staged"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@unocha/hpc-api-core", "version" : "2.0.0", "description" : "Core libraries supporting HPC.Tools API Backend", "license" : "Apache-2.0", "private" : false, "scripts" : {"check-types" : "tsc --noEmit", "prepare" : "husky install", "lint-prettier" : "prettier -c .", "lint-eslint" : "eslint --quiet .", "lint" : "yarn lint-prettier && yarn lint-eslint"}, "engines" : {"node" : "^12.20.0 || ^14.13.1 || >=16.0.0"}, "dependencies" : {"@types/lodash" : "^4.14.170", "@types/node-fetch" : "^2.5.12", "fp-ts" : "^2.6.6", "io-ts" : "2.2.9", "knex" : "0.21.1", "lodash" : "^4.17.21", "node-fetch" : "^2.6.5", "pg" : "^8.5.1"}, "devDependencies" : {"@types/node" : "^14.0.5", "@unocha/hpc-repo-tools" : "^0.2.2", "eslint" : "8.3.0", "husky" : "^7.0.2", "lint-staged" : "^12.1.2", "prettier" : "2.4.1", "typescript" : "^4.5.2"}, "lint-staged" : {"*.{ts,js}" : ["prettier --check", "eslint"], "*.{js,jsx,ts,tsx,md,json}" : "prettier --check"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"check-types": {"type": "string"}, "prepare": {"type": "string"}, "lint-prettier": {"type": "string"}, "lint-eslint": {"type": "string"}, "lint": {"type": "string"}}, "required": ["check-types", "prepare", "lint-prettier", "lint-eslint", "lint"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "dependencies": {"type": "object", "properties": {"@types/lodash": {"type": "string"}, "@types/node-fetch": {"type": "string"}, "fp-ts": {"type": "string"}, "io-ts": {"type": "string"}, "knex": {"type": "string"}, "lodash": {"type": "string"}, "node-fetch": {"type": "string"}, "pg": {"type": "string"}}, "required": ["@types/lodash", "@types/node-fetch", "fp-ts", "io-ts", "knex", "lodash", "node-fetch", "pg"]}, "devDependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "@unocha/hpc-repo-tools": {"type": "string"}, "eslint": {"type": "string"}, "husky": {"type": "string"}, "lint-staged": {"type": "string"}, "prettier": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/node", "@unocha/hpc-repo-tools", "eslint", "husky", "lint-staged", "prettier", "typescript"]}, "lint-staged": {"type": "object", "properties": {"*.{ts,js}": {"type": "array", "items": {"type": "string"}}, "*.{js,jsx,ts,tsx,md,json}": {"type": "string"}}, "required": ["*.{ts,js}", "*.{js,jsx,ts,tsx,md,json}"]}}, "required": ["name", "version", "description", "license", "private", "scripts", "engines", "dependencies", "devDependencies", "lint-staged"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "_img": {"type": "string"}, "_other img": {"type": "string"}, "layout": {"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}, "adi": {"type": "object", "properties": {"pivotX": {"type": "integer"}, "pivotY": {"type": "integer"}, "degInPx": {"type": "number"}}, "required": ["pivotX", "pivotY", "degInPx"]}, "asi": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "pointerY": {"type": "integer"}, "ktInPx": {"type": "number"}}, "required": ["x", "y", "width", "height", "pointerY", "ktInPx"]}, "altm": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "pointerY": {"type": "integer"}, "ftInPx": {"type": "number"}}, "required": ["x", "y", "width", "height", "pointerY", "ftInPx"]}, "vsi": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "pointerW": {"type": "integer"}, "fpmInPx": {"type": "number"}}, "required": ["x", "y", "width", "height", "pointerW", "fpmInPx"]}, "hsi": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}, "d": {"type": "integer"}, "bigLineWidth": {"type": "integer"}}, "required": ["x", "y", "d", "bigLineWidth"]}}, "required": ["width", "height", "adi", "asi", "altm", "vsi", "hsi"]}}, "required": ["name", "_img", "_other img", "layout"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Garmin G1000", "_img" : "https://en.wikipedia.org/wiki/Primary_flight_display#/media/File:PFD.png", "_other img" : "https://www.aopa.org/-/media/Images/AOPA-Main/News-and-Media/2017/January/0103_kingair_g1000_nxi_03.jpg", "layout" : {"width" : 854, "height" : 657, "adi" : {"pivotX" : 386, "pivotY" : 245, "degInPx" : 6.1}, "asi" : {"x" : 139, "y" : 105, "width" : 57, "height" : 305, "pointerY" : 140, "ktInPx" : 4.4}, "altm" : {"x" : 579, "y" : 103, "width" : 74, "height" : 305, "pointerY" : 140, "ftInPx" : 0.5}, "vsi" : {"x" : 653, "y" : 113, "width" : 29, "height" : 267, "pointerW" : 49, "fpmInPx" : 0.03}, "hsi" : {"x" : 387, "y" : 496, "d" : 241, "bigLineWidth" : 9}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "_img": {"type": "string"}, "_other img": {"type": "string"}, "layout": {"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}, "adi": {"type": "object", "properties": {"pivotX": {"type": "integer"}, "pivotY": {"type": "integer"}, "degInPx": {"type": "number"}}, "required": ["pivotX", "pivotY", "degInPx"]}, "asi": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "pointerY": {"type": "integer"}, "ktInPx": {"type": "number"}}, "required": ["x", "y", "width", "height", "pointerY", "ktInPx"]}, "altm": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "pointerY": {"type": "integer"}, "ftInPx": {"type": "number"}}, "required": ["x", "y", "width", "height", "pointerY", "ftInPx"]}, "vsi": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "pointerW": {"type": "integer"}, "fpmInPx": {"type": "number"}}, "required": ["x", "y", "width", "height", "pointerW", "fpmInPx"]}, "hsi": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}, "d": {"type": "integer"}, "bigLineWidth": {"type": "integer"}}, "required": ["x", "y", "d", "bigLineWidth"]}}, "required": ["width", "height", "adi", "asi", "altm", "vsi", "hsi"]}}, "required": ["name", "_img", "_other img", "layout"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"countries": {"type": "array", "items": {}}, "topics": {"type": "array", "items": {"type": "string"}}, "section_title": {"type": "string"}, "enb_start_date": {"type": "string"}, "enb_short_title": {"type": "string"}, "subtype": {"type": "string"}, "actors": {"type": "array", "items": {}}, "sentences": {"type": "array", "items": {"type": "string"}}, "enb_url": {"type": "string"}, "enb_long_title": {"type": "string"}, "type": {"type": "string"}, "id": {"type": "string"}, "enb_end_date": {"type": "string"}}, "required": ["countries", "topics", "section_title", "enb_start_date", "enb_short_title", "subtype", "actors", "sentences", "enb_url", "enb_long_title", "type", "id", "enb_end_date"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"countries" : [], "topics" : ["IPCC Governance", "UNFCCC and Kyoto Protocol Functioning"], "section_title" : "IPCC Decision", "enb_start_date" : "11-Oct-10", "enb_short_title" : "IPCC 32", "subtype" : "", "actors" : [], "sentences" : ["In its decision, the IPCC: noted the IAC Review recommendations limiting the terms of the IPCC Chair and the WG Co-Chairs to the timeframe of one assessment; requested the task group to consider issues related to the recommendations, including continuity issues; noted that any amendments to existing IPCC Rules of Procedure for elections could be applied only to subsequent elections; and requested the task group report their recommendations to IPCC-33 for decision."], "enb_url" : "http://www.iisd.ca/vol12/enb12486e.html", "enb_long_title" : "Thirty-second Session of the Intergovernmental Panel on Climate Change (IPCC)", "type" : "", "id" : "enb12486e_24", "enb_end_date" : "14-Oct-10"} | json_instruct | {"type": "object", "properties": {"countries": {"type": "array", "items": {}}, "topics": {"type": "array", "items": {"type": "string"}}, "section_title": {"type": "string"}, "enb_start_date": {"type": "string"}, "enb_short_title": {"type": "string"}, "subtype": {"type": "string"}, "actors": {"type": "array", "items": {}}, "sentences": {"type": "array", "items": {"type": "string"}}, "enb_url": {"type": "string"}, "enb_long_title": {"type": "string"}, "type": {"type": "string"}, "id": {"type": "string"}, "enb_end_date": {"type": "string"}}, "required": ["countries", "topics", "section_title", "enb_start_date", "enb_short_title", "subtype", "actors", "sentences", "enb_url", "enb_long_title", "type", "id", "enb_end_date"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "compressium:block/granite_5"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"webpackCompilationHash": {"type": "string"}}, "required": ["webpackCompilationHash"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"webpackCompilationHash" : "ecd3ef1f5faf407db3ff"} | json_instruct | {"type": "object", "properties": {"webpackCompilationHash": {"type": "string"}}, "required": ["webpackCompilationHash"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "SAHEJPREET", "frequency" : 1, "gender" : "male"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Learning to Match using Local and Distributed Representations of Text for Web Search.", "fields" : ["body text", "ranking", "web page", "latent semantic analysis"], "abstract" : "Models such as latent semantic analysis and those based on neural embeddings learn distributed representations of text, and match the query against the document in the latent semantic space. In traditional information retrieval models, on the other hand, terms have discrete or local representations, and the relevance of a document is determined by the exact matches of query terms in the body text. We hypothesize that matching with distributed representations complements matching with traditional local representations, and that a combination of the two is favourable. We propose a novel document ranking model composed of two separate deep neural networks, one that matches the query and the document using a local representation, and another that matches the query and the document using learned distributed representations. The two networks are jointly trained as part of a single neural network. We show that this combination or 'duet' performs significantly better than either neural network individually on a Web page ranking task, and significantly outperforms traditional baselines and other recently proposed models based on neural networks.", "citation" : "Citations (69)", "departments" : ["University College London", "Microsoft", "Microsoft"], "authors" : ["Bhaskar Mitra.....http://dblp.org/pers/hd/m/Mitra:Bhaskar", "Fernando Diaz.....http://dblp.org/pers/hd/d/Diaz_0001:Fernando", "Nick Craswell.....http://dblp.org/pers/hd/c/Craswell:Nick"], "conf" : "www", "year" : "2017", "pages" : 9} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"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 coe1mul2lem1 on Metamath](http://us.metamath.org/mpegif/coe1mul2lem1.html)"}], "names" : ["coe1mul2lem1"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_cA", "#T_wcel", "#T_cn0", "#T_wa", "#T_cX", "#T_wcel", "#T_cn0", "#T_cmap", "#T_c1o", "#T_wi", "#T_cX", "#T_cofr", "#T_cle", "#T_c1o", "#T_cxp", "#T_csn--1", "#T_cA", "#T_csn--2", "#T_wb", "#T_cX", "#T_cfv", "#T_c0", "#T_wcel", "#T_cc0", "#T_cfz", "#T_cA"], "metaLanguage" : "METAMATH", "remarks" : " An equivalence for ~ coe1mul2 . (Contributed by Stefan O'Rear, 25-Mar-2015.) ", "statement" : "coe1mul2lem1 $p |- ( ( A e. NN0 /\\ X e. ( NN0 ^m 1o ) ) -> ( X oR <_ ( 1o X. { A } ) <-> ( X ` (/) ) e. ( 0 ... A ) ) ) $."} | 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#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"guides": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}, "icon": {"type": "string"}, "link": {"type": "string"}, "image": {"type": "string"}, "external": {"type": "boolean"}}, "required": ["title", "type", "icon", "link", "image", "external"]}}, "news": {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "action": {"type": "string"}, "link": {"type": "string"}}, "required": ["date", "title", "description", "action", "link"]}}}, "required": ["guides", "news"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"guides" : [{"title" : "Setting Up Your Project", "type" : "Guide", "icon" : "ai", "link" : "https://medium.com/denali-design/getting-started-with-components-icons-in-denali-b694945a7dc9", "image" : "/images/splash/guides-getting-started.png", "external" : true}, {"title" : "UI Kits + HTML starter templates", "type" : "Resources", "icon" : "tools", "link" : "/design", "image" : "/images/splash/guides-templates.png", "external" : false}, {"title" : "Creating custom themes", "type" : "Guide", "icon" : "ai", "link" : "https://medium.com/denali-design/how-to-theme-your-app-using-denali-dcefcb92e9fd", "image" : "/images/splash/guides-custom-theme.png", "external" : true}], "news" : [{"date" : "Mar 2, 2021", "title" : "Yahoo Hack Together x Denali", "description" : "On March 21\u201328th, Yahoo/Verizon Media will be hosting Yahoo...", "action" : "Read More", "link" : "https://medium.com/denali-design/join-denali-at-yahoo-hack-together-march-21-28th-36670fc02ddf"}, {"date" : "Apr 29, 2020", "title" : "New & Improved Denali CSS", "description" : "We bundled up all the user feedback and enhanced components...", "action" : "Read More", "link" : "https://medium.com/denali-design/reimagining-themeable-design-systems-with-denali-open-source-738c9c2dab8d"}, {"date" : "Apr 8, 2020", "title" : "New Healthcare & Horoscope Icons", "description" : "100+ new icons. Our main focus for this release is healthcare and...", "action" : "View Icons", "link" : "https://denali-design.github.io/denali-icon-font/docs/#healthcare"}]} | json_instruct | {"type": "object", "properties": {"guides": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}, "icon": {"type": "string"}, "link": {"type": "string"}, "image": {"type": "string"}, "external": {"type": "boolean"}}, "required": ["title", "type", "icon", "link", "image", "external"]}}, "news": {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "action": {"type": "string"}, "link": {"type": "string"}}, "required": ["date", "title", "description", "action", "link"]}}}, "required": ["guides", "news"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"exclude": {"type": "string"}, "excludeNotExported": {"type": "boolean"}, "mode": {"type": "string"}, "out": {"type": "string"}}, "required": ["exclude", "excludeNotExported", "mode", "out"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"exclude" : "**/__tests__/**", "excludeNotExported" : true, "mode" : "file", "out" : "docs"} | json_instruct | {"type": "object", "properties": {"exclude": {"type": "string"}, "excludeNotExported": {"type": "boolean"}, "mode": {"type": "string"}, "out": {"type": "string"}}, "required": ["exclude", "excludeNotExported", "mode", "out"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"hash" : "0x787fbcc8ad3e03f07d7ec41615fe786e4de86722a0b8c336818cb49715dc5ef7", "parentHash" : "0x9c7859c40ff1b5d4866920af46d2993f951806f25207d84665ecbf382e7fdef5", "number" : 64682, "timestamp" : 1439224755, "nonce" : "0x41316587e4cd5e7d", "difficulty" : 1885753225304, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0xf927a40C8B7F6E07c5af7FA2155B4864a4112B13", "extraData" : "0x", "transactions" : []} | json_instruct | {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"categoryNameForTemporaryClasses": {"type": "string"}, "className": {"type": "string"}, "createClass": {"type": "string"}, "deleteCategory": {"type": "string"}, "deleteClass": {"type": "string"}, "existsInResults:": {"type": "string"}, "setUp": {"type": "string"}, "tearDown": {"type": "string"}, "testCreateAndDeleteClass": {"type": "string"}}, "required": ["categoryNameForTemporaryClasses", "className", "createClass", "deleteCategory", "deleteClass", "existsInResults:", "setUp", "tearDown", "testCreateAndDeleteClass"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"class" : {}, "instance" : {"categoryNameForTemporaryClasses" : "lm 6/6/2021 16:06", "className" : "b 8/5/2021 15:10", "createClass" : "b 8/5/2021 15:10", "deleteCategory" : "b 8/5/2021 15:05", "deleteClass" : "b 8/5/2021 15:10", "existsInResults:" : "b 8/5/2021 15:06", "setUp" : "b 8/5/2021 15:09", "tearDown" : "OH 6/9/2021 10:22", "testCreateAndDeleteClass" : "b 8/5/2021 15:10"}} | json_instruct | {"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"categoryNameForTemporaryClasses": {"type": "string"}, "className": {"type": "string"}, "createClass": {"type": "string"}, "deleteCategory": {"type": "string"}, "deleteClass": {"type": "string"}, "existsInResults:": {"type": "string"}, "setUp": {"type": "string"}, "tearDown": {"type": "string"}, "testCreateAndDeleteClass": {"type": "string"}}, "required": ["categoryNameForTemporaryClasses", "className", "createClass", "deleteCategory", "deleteClass", "existsInResults:", "setUp", "tearDown", "testCreateAndDeleteClass"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "number"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "number"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title": {"type": "string"}, "year": {"type": "integer"}}, "required": ["artist_id", "artist_latitude", "artist_location", "artist_longitude", "artist_name", "duration", "num_songs", "song_id", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"artist_id" : "ARLIIW01187FB5C9E3", "artist_latitude" : 51.45238, "artist_location" : "Reading", "artist_longitude" : -0.99603, "artist_name" : "Pete And The Pirates", "duration" : 191.4771, "num_songs" : 1, "song_id" : "SOBFFRY12A8C1377FA", "title" : "Bright Lights", "year" : 0} | json_instruct | {"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "number"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "number"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title": {"type": "string"}, "year": {"type": "integer"}}, "required": ["artist_id", "artist_latitude", "artist_location", "artist_longitude", "artist_name", "duration", "num_songs", "song_id", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Time" : "2021-07-19T12:00:00Z", "Temp" : 40.1, "RelHum" : 30, "WindSpeed" : 6.9, "WindDir" : 323} | 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#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "date": {"type": "string"}, "user": {"type": "string"}, "post": {"type": "string"}}, "required": ["id", "date", "user", "post"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "3183736", "date" : "2020-12-25T15:36:17+00:00", "user" : "rajat", "post" : "\n<div class=\"Message userContent\">\n<p>cPanel Hosting offers 75% off</p>\n<p>150 GB SSD Disk Space<br>\n10TB Monthly Transfer<br>\nUnlimited Databases<br>\nHost Unlimited Domains<br>\nFree SSL Certificates<br>\nNo CloudLinux Powered<br>\nSoftaculous Script Installer<br>\nApache Web Server<br>\ncPanel Control Panel<br>\nOffer Price: $26.00yr<br>\nUSA location <br>\n5 Stock<br>\n<strong><a rel=\"nofollow\" href=\"https://billing.visualwebtechnologies.com/cart.php?a=add&pid=404\" title=\"Order Here\">Order Here</a></strong></p>\n</div>\n"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "date": {"type": "string"}, "user": {"type": "string"}, "post": {"type": "string"}}, "required": ["id", "date", "user", "post"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"asGVariant": {"type": "string"}}, "required": ["asGVariant"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"class" : {}, "instance" : {"asGVariant" : "JulienDelplanque 6/3/2016 12:51"}} | json_instruct | {"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"asGVariant": {"type": "string"}}, "required": ["asGVariant"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"skyblock_id": {"type": "string"}, "quantity": {"type": "string"}, "item_name": {"type": "string"}}, "required": ["skyblock_id", "quantity", "item_name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"skyblock_id" : "ZOMBIE_HEART", "quantity" : "1", "item_name" : "Zombie heart"}, {"skyblock_id" : "ZOMBIE_HEART", "quantity" : "1", "item_name" : "Zombie heart"}, {"skyblock_id" : "ZOMBIE_HEART", "quantity" : "1", "item_name" : "Zombie heart"}, {"skyblock_id" : "ZOMBIE_HEART", "quantity" : "1", "item_name" : "Zombie heart"}, {"skyblock_id" : "ENCHANTED_EGG", "quantity" : "1", "item_name" : "Enchanted egg"}, {"skyblock_id" : "ZOMBIE_HEART", "quantity" : "1", "item_name" : "Zombie heart"}, {"skyblock_id" : "ZOMBIE_HEART", "quantity" : "1", "item_name" : "Zombie heart"}, {"skyblock_id" : "ZOMBIE_HEART", "quantity" : "1", "item_name" : "Zombie heart"}, {"skyblock_id" : "ZOMBIE_HEART", "quantity" : "1", "item_name" : "Zombie heart"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"skyblock_id": {"type": "string"}, "quantity": {"type": "string"}, "item_name": {"type": "string"}}, "required": ["skyblock_id", "quantity", "item_name"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"firstname": {"type": "string"}, "lastname": {"type": "string"}, "prize": {"type": "string"}, "value": {"type": "integer"}}, "required": ["firstname", "lastname", "prize", "value"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"firstname" : "Drake", "lastname" : "Mallard", "prize" : "yoyo", "value" : 100} | json_instruct | {"type": "object", "properties": {"firstname": {"type": "string"}, "lastname": {"type": "string"}, "prize": {"type": "string"}, "value": {"type": "integer"}}, "required": ["firstname", "lastname", "prize", "value"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "3403041002", "district_id" : "3403041", "name" : "KEMIRI"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}}, "required": ["symbol", "name", "decimals", "address"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"symbol" : "TING", "name" : "Tingles", "decimals" : 4, "address" : "0xd1b183f425f7e6a0c83ab1cd84cfde2d84ba049d"} | json_instruct | {"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}}, "required": ["symbol", "name", "decimals", "address"], "$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"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}}, "required": ["start", "build"]}, "devDependencies": {"type": "object", "properties": {"parcel-bundler": {"type": "string"}}, "required": ["parcel-bundler"]}, "dependencies": {"type": "object", "properties": {"csvtojson": {"type": "string"}}, "required": ["csvtojson"]}}, "required": ["name", "version", "main", "author", "license", "scripts", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "vis-course-peer-eval", "version" : "1.0.0", "main" : "index.js", "author" : "Chanwut Kittivorawong <chanwutk@gmail.com>", "license" : "MIT", "scripts" : {"start" : "rm -rf dist && parcel index.html", "build" : "rm -rf build && parcel build index.html --out-dir build"}, "devDependencies" : {"parcel-bundler" : "^1.12.5"}, "dependencies" : {"csvtojson" : "^2.0.10"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}}, "required": ["start", "build"]}, "devDependencies": {"type": "object", "properties": {"parcel-bundler": {"type": "string"}}, "required": ["parcel-bundler"]}, "dependencies": {"type": "object", "properties": {"csvtojson": {"type": "string"}}, "required": ["csvtojson"]}}, "required": ["name", "version", "main", "author", "license", "scripts", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"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" : ["Moores Prairie, IL", "Belle Rive, IL"], "state" : "IL", "postal_code" : "62810", "locality" : "Belle Rive, IL", "lat" : 38.201276, "region" : {"fips" : "17", "abbr" : "IL", "name" : "Illinois"}, "city" : "Belle Rive", "type" : "STANDARD", "lng" : -88.752318, "counties" : [{"fips" : "065", "name" : "Hamilton County"}, {"fips" : "081", "name" : "Jefferson 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": {"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" : 27014, "cartId" : "98e4c7bc-86ec-4aae-a710-61ca3982d5fa", "preferredProducts" : [1638, 4950, 4257, 1912, 2875, 154, 1404], "productReviews" : [{"productId" : 2427, "reviewText" : "I tried to shatter it but got potato all over it.", "reviewDate" : "2017-12-05T11:48:41.2551296+02:00"}, {"productId" : 3803, "reviewText" : "I saw one of these in Saint Pierre and Miquelon and I bought one.", "reviewDate" : "2020-02-24T01:44:18.521317+02:00"}, {"productId" : 4670, "reviewText" : "My vulture loves to play with it.", "reviewDate" : "2019-04-02T17:51:12.459469+03:00"}, {"productId" : 1862, "reviewText" : "This Rubber works outstandingly well. It beautifully improves my basketball by a lot.", "reviewDate" : "2019-01-26T18:26:45.3485844+02:00"}]} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "code": {"type": "string"}, "sort-code": {"type": "integer"}, "description": {"type": "string"}, "categories": {"type": "array", "items": {"type": "string"}}, "leaf": {"type": "boolean"}, "hierarchicalCategories.lvl1": {"type": "string"}, "hierarchicalCategories.lvl0": {"type": "string"}, "notes": {"type": "string"}, "parent": {"type": "string"}}, "required": ["id", "name", "type", "code", "sort-code", "description", "categories", "leaf", "hierarchicalCategories.lvl1", "hierarchicalCategories.lvl0", "notes", "parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "a8fec022f04e0b1931e55598df13387f", "name" : "Steuerfreie Einnahmen gemeinn\u00fctziger Vereine aus Verm\u00f6gensverwaltung", "type" : "Ertrag", "code" : "4000", "sort-code" : 4000, "description" : "Sonstige ertragsteuerfreie Einnahmen gemeinn\u00fctziger Vereine (gV)", "categories" : ["4000-4399 EINNAHMEN GV", "4 Erfolgskonten f\u00fcr Verm\u00f6gensverwaltung"], "leaf" : true, "hierarchicalCategories.lvl1" : "4 Erfolgskonten f\u00fcr Verm\u00f6gensverwaltung > 4000-4399 EINNAHMEN GV", "hierarchicalCategories.lvl0" : "4 Erfolgskonten f\u00fcr Verm\u00f6gensverwaltung", "notes" : "ehemals \u201eSteuerfreie Einnahmen gemeinn\u00fctziger Vereine\u201c\nzusammengefa\u00dft mit 4100 (ehemals \u201eEinnahmen aus Verm\u00f6gensverwaltung\u201c)", "parent" : "37605ee28b7de85b0105c855ca8aea4c"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "code": {"type": "string"}, "sort-code": {"type": "integer"}, "description": {"type": "string"}, "categories": {"type": "array", "items": {"type": "string"}}, "leaf": {"type": "boolean"}, "hierarchicalCategories.lvl1": {"type": "string"}, "hierarchicalCategories.lvl0": {"type": "string"}, "notes": {"type": "string"}, "parent": {"type": "string"}}, "required": ["id", "name", "type", "code", "sort-code", "description", "categories", "leaf", "hierarchicalCategories.lvl1", "hierarchicalCategories.lvl0", "notes", "parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"e_id": {"type": "string"}, "title": {"type": "string"}, "content": {"type": "string"}, "picNo": {"type": "string"}, "picUrl": {"type": "array", "items": {"type": "object", "properties": {"pic_title": {"type": "string"}, "suffix": {"type": "string"}, "id": {"type": "integer"}, "url": {"type": "string"}}, "required": ["pic_title", "suffix", "id", "url"]}}}, "required": ["e_id", "title", "content", "picNo", "picUrl"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"e_id" : "13158", "title" : "\u6e05\u653f\u5e9c\u4e0e\u82f1\u56fd\u7b7e\u8ba2\u300a\u4e2d\u82f1\u5317\u4eac\u6761\u7ea6\u300b", "content" : "\n\u00a0\u00a0\u00a0\u00a0\u5728161\u5e74\u524d\u7684\u4eca\u5929\uff0c1860\u5e7410\u670824\u65e5(\u519c\u53861860\u5e749\u670811\u65e5)\uff0c\u6e05\u653f\u5e9c\u4e0e\u82f1\u56fd\u7b7e\u8ba2\u300a\u4e2d\u82f1\u5317\u4eac\u6761\u7ea6\u300b\u3002\n\n\n\u56fe\u4e2d\u7684\u989d\u5c14\u91d1\u52cb\u7235\u624b\u6301\u52ab\u63a0\u7684\u4e2d\u56fd\u73cd\u5b9d\uff0c\u8fd9\u5728\u4ed6\u6b64\u884c\u6240\u652b\u53d6\u7684\u4e1c\u897f\u4e2d\u663e\u7136\u662f\u5fae\u4e0d\u8db3\u9053\u7684\u3002\n1860\u5e7410\u670824\u65e5\uff0c\u94a6\u5dee\u5927\u81e3\u5955\u5ffb\u4e0e\u82f1\u56fd\u5168\u6743\u4ee3\u8868\u989d\u5c14\u91d1\u7b7e\u8ba2\u300a\u4e2d\u82f1\u5317\u4eac\u6761\u7ea6\u300b\u300210\u670813\u65e5\uff0c\u82f1\u6cd5\u4fb5\u7565\u8054\u519b\u5360\u636e\u5b89\u5b9a\u95e8\uff0c\u8fdb\u5360\u5317\u4eac\u300216\u65e5\u82f1\u6cd5\u4ee3\u8868\u5411\u6e05\u653f\u5e9c\u4e3b\u6301\u548c\u8bae\u7684\u4ee3\u8868\u606d\u4eb2\u738b\u5955\u5ffb\u63d0\u51fa\u8d54\u507f\u82f1\u6cd5\u6064\u94f650\u4e07\u4e24\u572822\u65e5\u4ea4\u4ed8\u7684\u8981\u6c42\u3002\u5e76\u89c4\u5b9a23\u65e5\u4ea4\u6362\u300a\u5929\u6d25\u6761\u7ea6\u300b\u6279\u51c6\u4e66\uff0c\u8ba2\u201c\u7eed\u589e\u6761\u7ea6\u201d\u3002\u9003\u5230\u70ed\u6cb3\u7684\u54b8\u4e30\u5e1d\u4e0b\u4ee4\u201c\u53ea\u53ef\u59d4\u66f2\u5c06\u5c31\uff0c\u4ee5\u671f\u4fdd\u5168\u5927\u5c40\u201d\u3002\u4e8e\u662f\u5955\u5ffb\u79c9\u627f\u65e8\u610f\u5168\u76d8\u63a5\u53d7\u82f1\u4eba\u6761\u4ef6\uff0c\u5728\u5317\u4eac\u7b7e\u8ba2\u4e86\u4e0d\u5e73\u7b49\u6761\u7ea6\u3002\u6b64\u7ea6\u539f\u540d\u300a\u4e2d\u82f1\u7eed\u589e\u6761\u7ea6\u300b\uff0c\u5171\u4e5d\u6b3e\u3002\u9664\u786e\u8ba4\u4e2d\u82f1\u300a\u5929\u6d25\u6761\u7ea6\u300b\u4ecd\u5c5e\u6709\u6548\u5916\uff0c\u82f1\u56fd\u53c8\u6269\u5927\u4e86\u5982\u4e0b\u4fb5\u534e\u6743\u76ca\uff1a\u8d54\u6b3e\u589e\u4e3a800\u4e07\u4e24\uff1b\u589e\u5f00\u5929\u6d25\u4e3a\u5546\u57e0\uff1b\u51c6\u8bb8\u82f1\u56fd\u62db\u52df\u534e\u5de5\u51fa\u56fd\uff1b\u5c06\u754c\u9650\u8857\u4ee5\u5357\u7684\u4e5d\u9f99\u53f8\u5272\u8ba9\u7ed9\u82f1\u56fd\u3002\u5317\u4eac\u6761\u7ea6\u7684\u7b7e\u8ba2\u4f7f\u53d1\u52a8\u7b2c\u4e8c\u6b21\u9e26\u7247\u6218\u4e89\u7684\u82f1\u56fd\u4fb5\u7565\u8005\u5982\u613f\u4ee5\u507f\u3002\n\u7b7e\u7ea6\u540e\uff0c\u82f1\u56fd\u5373\u8868\u793a\u6276\u52a9\u6e05\u653f\u5e9c\u9547\u538b\u592a\u5e73\u5929\u56fd\u9769\u547d\uff0c\u5e76\u652f\u6301\u6d0b\u52a1\u6d3e\u5955\u6615\u5f53\u653f\u3002\n\n\n\n1860\u4e2d\u82f1\u5317\u4eac\u6761\u7ea6\u9644\u56fe\n\n\u8bc4\u8bba\uff1a\u8150\u673d\u6ca1\u843d\u7684\u6ee1\u6e05\u5728\u8fd1\u4ee3\u53f2\u4e0a\u65e0\u6570\u6b21\u8ba9\u4e2d\u56fd\u8499\u7f9e\u3002\n", "picNo" : "2", "picUrl" : [{"pic_title" : "\u56fe\u4e2d\u7684\u989d\u5c14\u91d1\u52cb\u7235\u624b\u6301\u52ab\u63a0\u7684\u4e2d\u56fd\u73cd\u5b9d\uff0c\u8fd9\u5728\u4ed6\u6b64\u884c\u6240\u652b\u53d6\u7684\u4e1c\u897f\u4e2d\u663e\u7136\u662f\u5fae\u4e0d\u8db3\u9053\u7684\u3002", "suffix" : "jpeg", "id" : 1, "url" : "https://aimgs.oss-cn-shenzhen.aliyuncs.com/history_2021/13158_1.jpeg"}, {"pic_title" : "1860\u4e2d\u82f1\u5317\u4eac\u6761\u7ea6\u9644\u56fe", "suffix" : "jpeg", "id" : 2, "url" : "https://aimgs.oss-cn-shenzhen.aliyuncs.com/history_2021/13158_2.jpeg"}]}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"e_id": {"type": "string"}, "title": {"type": "string"}, "content": {"type": "string"}, "picNo": {"type": "string"}, "picUrl": {"type": "array", "items": {"type": "object", "properties": {"pic_title": {"type": "string"}, "suffix": {"type": "string"}, "id": {"type": "integer"}, "url": {"type": "string"}}, "required": ["pic_title", "suffix", "id", "url"]}}}, "required": ["e_id", "title", "content", "picNo", "picUrl"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}, "build": {"type": "string"}, "lint:format": {"type": "string"}}, "required": ["test", "start", "build", "lint:format"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@babel/plugin-transform-runtime": {"type": "string"}, "parcel-bundler": {"type": "string"}, "prettier": {"type": "string"}}, "required": ["@babel/plugin-transform-runtime", "parcel-bundler", "prettier"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "dojo-escape-game", "version" : "1.0.0", "description" : "Le dojo escape game de Theodo", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "start" : "parcel src/index.html --out-dir build/", "build" : "parcel build src/index.html --out-dir dist/ --no-source-maps --public-url .", "lint:format" : "prettier --write src"}, "repository" : {"type" : "git", "url" : "git+https://github.com/theodo/dojo-escape-game.git"}, "keywords" : [], "author" : "", "license" : "MIT", "bugs" : {"url" : "https://github.com/theodo/dojo-escape-game/issues"}, "homepage" : "https://github.com/theodo/dojo-escape-game#readme", "devDependencies" : {"@babel/plugin-transform-runtime" : "^7.12.1", "parcel-bundler" : "^1.12.4", "prettier" : "2.1.2"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}, "build": {"type": "string"}, "lint:format": {"type": "string"}}, "required": ["test", "start", "build", "lint:format"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@babel/plugin-transform-runtime": {"type": "string"}, "parcel-bundler": {"type": "string"}, "prettier": {"type": "string"}}, "required": ["@babel/plugin-transform-runtime", "parcel-bundler", "prettier"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies"], "$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"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"mod": {"type": "string"}, "play": {"type": "integer"}, "type": {"type": "integer"}, "parent": {"type": "string"}, "subPlay": {"type": "integer"}}, "required": ["mod", "play", "type", "parent", "subPlay"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "1cbc5d4a-20c6-4c44-8f27-a9ccb6a40471", "playerTags" : ["8ba7e1ff-4c6d-4963-8e0f-7096d14f4b12"], "teamTags" : [], "gameTags" : ["3d0b39f9-2a12-4087-bb9f-cafc4fee8390"], "metadata" : {"mod" : "INHABITING", "play" : 341, "type" : 0, "parent" : "ad5521a4-bca4-44c8-b91c-22dcea21d448", "subPlay" : 0}, "created" : "2021-04-15T00:29:44.553Z", "season" : 15, "tournament" : -1, "type" : 106, "day" : 54, "phase" : 4, "category" : 1, "description" : "Jenna Maldonado is Inhabiting Esme Ramsey!", "nuts" : 0} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"mod": {"type": "string"}, "play": {"type": "integer"}, "type": {"type": "integer"}, "parent": {"type": "string"}, "subPlay": {"type": "integer"}}, "required": ["mod", "play", "type", "parent", "subPlay"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["simple-facebook", "socialconnect"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"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" : 63611, "cartId" : "6573478c-24b8-4a73-a97c-a65ef0187dd3", "preferredProducts" : [588, 2758, 503, 1202, 3210, 1080, 2368], "productReviews" : [{"productId" : 1729, "reviewText" : "i use it hardly when i'm in my prison.", "reviewDate" : "2020-04-04T20:21:23.8377562+03:00"}, {"productId" : 4107, "reviewText" : "It only works when I'm Rwanda.", "reviewDate" : "2018-10-21T09:48:08.9362893+03:00"}, {"productId" : 4010, "reviewText" : "one of my hobbies is skydiving. and when i'm skydiving this works great.", "reviewDate" : "2019-08-06T06:32:45.9332067+03:00"}, {"productId" : 378, "reviewText" : "The box this comes in is 3 inch by 6 centimeter and weights 15 ounce!", "reviewDate" : "2018-08-22T06:10:18.5913754+03:00"}]} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"sequential": {"type": "boolean"}, "examples": {"type": "array", "items": {"type": "string"}}}, "required": ["sequential", "examples"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"sequential" : false, "examples" : ["Function literals with receiver", "String and map builders", "The function apply", "Html builders", "Builders how it works"]} | json_instruct | {"type": "object", "properties": {"sequential": {"type": "boolean"}, "examples": {"type": "array", "items": {"type": "string"}}}, "required": ["sequential", "examples"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "number"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "number"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title": {"type": "string"}, "year": {"type": "integer"}}, "required": ["artist_id", "artist_latitude", "artist_location", "artist_longitude", "artist_name", "duration", "num_songs", "song_id", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"artist_id" : "ARK1PEX119B8668B7E", "artist_latitude" : 59.46148, "artist_location" : "Russian Federation", "artist_longitude" : 108.83178, "artist_name" : "FRONT", "duration" : 412.00281, "num_songs" : 1, "song_id" : "SOMJGGY12AB0188ED6", "title" : "Atlantic Shelf", "year" : 0} | json_instruct | {"type": "object", "properties": {"artist_id": {"type": "string"}, "artist_latitude": {"type": "number"}, "artist_location": {"type": "string"}, "artist_longitude": {"type": "number"}, "artist_name": {"type": "string"}, "duration": {"type": "number"}, "num_songs": {"type": "integer"}, "song_id": {"type": "string"}, "title": {"type": "string"}, "year": {"type": "integer"}}, "required": ["artist_id", "artist_latitude", "artist_location", "artist_longitude", "artist_name", "duration", "num_songs", "song_id", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"index": {"type": "integer"}, "redacted": {"type": "boolean"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "redacted", "hash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"index" : 864, "redacted" : false, "hash" : 205162625, "blacklisted" : false} | json_instruct | {"type": "object", "properties": {"index": {"type": "integer"}, "redacted": {"type": "boolean"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "redacted", "hash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"/drpapi/*": {"type": "object", "properties": {"target": {"type": "string"}, "secure": {"type": "boolean"}, "logLevel": {"type": "string"}, "changeOrigin": {"type": "boolean"}}, "required": ["target", "secure", "logLevel", "changeOrigin"]}}, "required": ["/drpapi/*"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"/drpapi/*" : {"target" : "http://13.58.142.13:3000", "secure" : false, "logLevel" : "debug", "changeOrigin" : true}} | json_instruct | {"type": "object", "properties": {"/drpapi/*": {"type": "object", "properties": {"target": {"type": "string"}, "secure": {"type": "boolean"}, "logLevel": {"type": "string"}, "changeOrigin": {"type": "boolean"}}, "required": ["target", "secure", "logLevel", "changeOrigin"]}}, "required": ["/drpapi/*"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"*": {"type": "object", "properties": {"*": {"type": "array", "items": {"type": "string"}}}, "required": ["*"]}}, "required": ["*"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"*" : {"*" : ["dateutil"]}} | json_instruct | {"type": "object", "properties": {"*": {"type": "object", "properties": {"*": {"type": "array", "items": {"type": "string"}}}, "required": ["*"]}}, "required": ["*"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"subscriptionId": {"type": "object", "properties": {"required": {"type": "boolean"}, "type": {"type": "string"}}, "required": ["required", "type"]}, "locationId": {"type": "object", "properties": {"required": {"type": "boolean"}, "type": {"type": "string"}}, "required": ["required", "type"]}, "requestBody": {"type": "object", "properties": {"description": {"type": "string"}, "properties": {"type": "object", "properties": {"featureName": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}}, "required": ["description", "type"]}, "featureType": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}}, "required": ["description", "type"]}}, "required": ["featureName", "featureType"]}, "type": {"type": "string"}}, "required": ["description", "properties", "type"]}, "api_version": {"type": "object", "properties": {"required": {"type": "boolean"}, "type": {"type": "string"}}, "required": ["required", "type"]}}, "required": ["subscriptionId", "locationId", "requestBody", "api_version"]}}, "required": ["type", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "object", "properties" : {"subscriptionId" : {"required" : true, "type" : "string"}, "locationId" : {"required" : true, "type" : "string"}, "requestBody" : {"description" : "The exposure control request.", "properties" : {"featureName" : {"description" : "The feature name.", "type" : "string"}, "featureType" : {"description" : "The feature type.", "type" : "string"}}, "type" : "object"}, "api_version" : {"required" : true, "type" : "string"}}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"subscriptionId": {"type": "object", "properties": {"required": {"type": "boolean"}, "type": {"type": "string"}}, "required": ["required", "type"]}, "locationId": {"type": "object", "properties": {"required": {"type": "boolean"}, "type": {"type": "string"}}, "required": ["required", "type"]}, "requestBody": {"type": "object", "properties": {"description": {"type": "string"}, "properties": {"type": "object", "properties": {"featureName": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}}, "required": ["description", "type"]}, "featureType": {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}}, "required": ["description", "type"]}}, "required": ["featureName", "featureType"]}, "type": {"type": "string"}}, "required": ["description", "properties", "type"]}, "api_version": {"type": "object", "properties": {"required": {"type": "boolean"}, "type": {"type": "string"}}, "required": ["required", "type"]}}, "required": ["subscriptionId", "locationId", "requestBody", "api_version"]}}, "required": ["type", "properties"], "$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": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"package" : "perl-gtdbtk", "downloads" : 6000, "count" : 5184}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "http://data.doremus.org/performance/c24fc2ef-90cb-3642-9734-c55e1e7abc9b", "expression" : [{"id" : "http://data.doremus.org/expression/5b1639c3-f637-3b41-a7e0-e28b11d041d0"}, {"id" : "http://data.doremus.org/expression/8fb7ef0b-459a-382a-9bda-35b0cf6202b9"}, {"id" : "http://data.doremus.org/expression/4347ff83-8e07-3693-a7f0-a37d0e8d887b"}, {"id" : "http://data.doremus.org/expression/8b49d4fb-07bf-3f8e-966c-1ffb3db3c935"}, {"id" : "http://data.doremus.org/expression/78da070e-5571-3af8-9398-ed3dc7bd7aa2"}, {"id" : "http://data.doremus.org/expression/a47a92c8-0058-3ad6-86c1-c7e5e8c175df"}, {"id" : "http://data.doremus.org/expression/19cebe29-4238-3ec4-bd8b-491747ec3c80"}, {"id" : "http://data.doremus.org/expression/07707484-1a8b-305d-9d6d-9687599290e5"}, {"id" : "http://data.doremus.org/expression/83d160c0-0a01-3ed7-808b-d7791ef0dff1"}, {"id" : "http://data.doremus.org/expression/39fd53be-308a-3b65-b3aa-d0bec741e937"}]} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"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": {"type": "object", "properties": {"type": {"type": "string"}, "score": {"type": "string"}}, "required": ["type", "score"]}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"schema_version" : "1.2.0", "id" : "GHSA-qqfx-463r-gfwq", "modified" : "2022-05-13T01:47:25Z", "published" : "2022-05-13T01:47:25Z", "aliases" : ["CVE-2017-8274"], "details" : "In Android before security patch level 2018-04-05 on Qualcomm Snapdragon Mobile and Snapdragon Wear MDM9206, MDM9607, MSM8909W, SD 210/SD 212/SD 205, SD 425, SD 430, SD 450, SD 625, SD 650/52, an access control vulnerability exists in Core.", "severity" : [{"type" : "CVSS_V3", "score" : "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"}], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2017-8274"}, {"type" : "WEB", "url" : "https://source.android.com/security/bulletin/2018-04-01"}, {"type" : "WEB", "url" : "http://www.securityfocus.com/bid/103671"}], "database_specific" : {"cwe_ids" : [], "severity" : "CRITICAL", "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": {"type": "object", "properties": {"type": {"type": "string"}, "score": {"type": "string"}}, "required": ["type", "score"]}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 404397115, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "8c0fe51e9afb6d5f601e99fda2efc4c4", "wof:id" : 404397115, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [-1.48530908220209, 47.18508983796524, -1.44047935381266, 47.24167117991539], "geometry" : {"coordinates" : [[[-1.44549017028775, 47.18508983796524], [-1.47419061929899, 47.18682396826688], [-1.47640414308013, 47.20054378351345], [-1.48530908220209, 47.21672766670013], [-1.48094960463425, 47.22634650933962], [-1.47881727889922, 47.22807914936671], [-1.46097678838317, 47.24167117991539], [-1.45098365070643, 47.23420187268847], [-1.44047935381266, 47.21923127181287], [-1.44879008664333, 47.20819098903389], [-1.44549017028775, 47.18508983796524]]], "type" : "Polygon"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source_url": {"type": "string"}, "licence": {"type": "string"}, "language": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "text": {"type": "string"}}, "required": ["authors", "doi", "publication_date", "id", "url", "source", "source_url", "licence", "language", "type", "description", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"authors" : [{"author" : "Gerhard Behre"}, {"author" : "Sebastian Theurich"}, {"author" : "Maximilian Christopeit"}, {"author" : "Thomas Weber"}], "doi" : "10.4076/1752-1947-3-6164", "publication_date" : "2009-10-16", "id" : "EN118340", "url" : "https://pubmed.ncbi.nlm.nih.gov/19830097", "source" : "Journal of medical case reports", "source_url" : "", "licence" : "CC BY", "language" : "en", "type" : "pubmed", "description" : "", "text" : "A 64-year-old Caucasian woman underwent allogeneic peripheral blood stem-cell transplantation from her human leukocyte antigen-identical sister against aggressive lymphoplasmocytoid immunocytoma. Seven days later, the patient developed severe sinusoidal obstruction syndrome according to the modified Seattle criteria. We initiated treatment with defibrotide. Despite early treatment, multiple organ failure with kidney failure requiring dialysis and ventilator-dependent lung failure aggravated the clinical course. Furthermore, central nervous dysfunction occurred as well as transfusion refractory thrombocytopenia."} | json_instruct | {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source_url": {"type": "string"}, "licence": {"type": "string"}, "language": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "text": {"type": "string"}}, "required": ["authors", "doi", "publication_date", "id", "url", "source", "source_url", "licence", "language", "type", "description", "text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"onopen-bookmark": {"type": "string"}, "last-load-timestamp": {"type": "string"}}, "required": ["onopen-bookmark", "last-load-timestamp"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"onopen-bookmark" : "55e3300c-f34f-4d89-888c-b642f189ee85", "last-load-timestamp" : "QmLPjA"} | json_instruct | {"type": "object", "properties": {"onopen-bookmark": {"type": "string"}, "last-load-timestamp": {"type": "string"}}, "required": ["onopen-bookmark", "last-load-timestamp"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"source_device": {"type": "string"}, "target_device": {"type": "string"}, "sync_entries": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "source": {"type": "string"}, "target": {"type": "string"}, "filter_regex": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "source", "target", "filter_regex"]}}}, "required": ["source_device", "target_device", "sync_entries"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"source_device" : "device1", "target_device" : "device2", "sync_entries" : [{"name" : "demo", "source" : "home/rahul/PythonProjects/in/", "target" : "home/rahul/PythonProjects/out/", "filter_regex" : [".*.jpg$"]}]} | json_instruct | {"type": "object", "properties": {"source_device": {"type": "string"}, "target_device": {"type": "string"}, "sync_entries": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "source": {"type": "string"}, "target": {"type": "string"}, "filter_regex": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "source", "target", "filter_regex"]}}}, "required": ["source_device", "target_device", "sync_entries"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "http://data.doremus.org/performance/defcd94c-cb3f-3e8d-823e-1aa8218a8083", "expression" : [{"id" : "http://data.doremus.org/expression/d86dfe1f-331c-34af-b997-37e2ccc94f04"}, {"id" : "http://data.doremus.org/expression/181f9bbd-6d21-3199-a8eb-1a2b424c1f92"}, {"id" : "http://data.doremus.org/expression/29a193f7-8c9e-36c4-9492-2b17a082aaf2"}, {"id" : "http://data.doremus.org/expression/c81b21ee-7060-382b-95bb-4a09543e8af0"}, {"id" : "http://data.doremus.org/expression/7d1f7696-9891-390b-ac1c-8dbe13da9804"}, {"id" : "http://data.doremus.org/expression/c43e986a-6172-3ca1-8862-a7c24d693215"}, {"id" : "http://data.doremus.org/expression/0794196b-88b2-3d7b-b13f-125f42dda1bf"}, {"id" : "http://data.doremus.org/expression/78b5c1ec-c9f1-3601-9255-0e383b6666d7"}, {"id" : "http://data.doremus.org/expression/e6f06013-7913-34d7-839a-0ef8d7a70a02"}, {"id" : "http://data.doremus.org/expression/b75ca081-0527-3c44-9d40-8b75e7ad2398"}, {"id" : "http://data.doremus.org/expression/786386b1-f4e5-3d6d-912a-308ed16572b5"}, {"id" : "http://data.doremus.org/expression/0132dc4c-2127-3ec4-9a2f-33ff2890f986"}, {"id" : "http://data.doremus.org/expression/c0d91e4e-f0cb-3365-8d5c-08fe60813520"}, {"id" : "http://data.doremus.org/expression/b4dd8829-e279-3391-b425-6abba1e84bcc"}, {"id" : "http://data.doremus.org/expression/eb6c6059-d357-328b-a580-c4e94f8b48ef"}, {"id" : "http://data.doremus.org/expression/0ebd882f-d0ea-352d-b7a9-7d748d0d5713"}, {"id" : "http://data.doremus.org/expression/606c9806-5fa7-31ac-aee7-1b587d3a0320"}]} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"author" : {"id" : "t2_nc1e9", "name" : "wizardoftrash"}, "date" : {"day" : 1519257600, "full" : 1519319589, "month" : 1517443200, "week" : 1518912000}, "id" : "t3_7zgho9", "picture" : {"filesize" : 144007, "fullUrl" : "https://external-preview.redd.it/BJYu6upvEu_PHzL5taBTsO_rU_bnfmE0To2q9iA64kE.jpg?auto=webp&s=fbd45dae3f7abfa8360f7afcc44e24db476c2623", "hash" : "c4831f041d", "height" : 853, "lqip" : "data:image/jpg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAQAAwDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQQG/8QAJBAAAgIABQQDAQAAAAAAAAAAAQIDBAAREhMhBQYiMUFRcbH/xAAUAQEAAAAAAAAAAAAAAAAAAAAE/8QAGhEAAgIDAAAAAAAAAAAAAAAAAAECAxESIv/aAAwDAQACEQMRAD8AE611avdknmviPeaV/JU1ZjVmOMvoDE/b9kSUn2KcDKshGp7DAt6Pr44I4xgTdsSNI5isMGYnxVm/meFe3rclanIJxtM8hcCQ6SRkOefzA7o8YGUN7n//2Q==", "url" : "https://external-preview.redd.it/BJYu6upvEu_PHzL5taBTsO_rU_bnfmE0To2q9iA64kE.jpg?width=640&crop=smart&auto=webp&s=0b2bd1906984f5cd29fa5b2bc52732ca4920f894", "width" : 640}, "score" : {"comments" : 24, "downs" : 0, "ratio" : 0.91, "ups" : 46, "value" : 46}, "subreddit" : {"id" : "t5_2xy5e", "name" : "TerrainBuilding"}, "tags" : [], "title" : "Those Pegasus Hobby kits are the real deal!", "url" : "https://www.reddit.com/r/TerrainBuilding/comments/7zgho9/those_pegasus_hobby_kits_are_the_real_deal/"} | json_instruct | {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"icao": {"type": "string"}, "usaf": {"type": "string"}}, "required": ["icao", "usaf"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "KEAN0", "name" : {"en" : "Wheatland / Chugcreek"}, "country" : "US", "region" : "WY", "identifiers" : {"icao" : "KEAN", "usaf" : "720684"}, "location" : {"latitude" : 42.0555, "longitude" : -104.9286, "elevation" : 1456}, "timezone" : "America/Denver"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"icao": {"type": "string"}, "usaf": {"type": "string"}}, "required": ["icao", "usaf"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "3316130001", "district_id" : "3316130", "name" : "NGAPUS"}, {"id" : "3316130002", "district_id" : "3316130", "name" : "KROCOK"}, {"id" : "3316130004", "district_id" : "3316130", "name" : "HARJOWINANGUN"}, {"id" : "3316130005", "district_id" : "3316130", "name" : "BEGANJING"}, {"id" : "3316130006", "district_id" : "3316130", "name" : "NGRAMBITAN"}, {"id" : "3316130007", "district_id" : "3316130", "name" : "PENGKOLREJO"}, {"id" : "3316130008", "district_id" : "3316130", "name" : "BOGOREJO"}, {"id" : "3316130009", "district_id" : "3316130", "name" : "WOTBAKAH"}, {"id" : "3316130010", "district_id" : "3316130", "name" : "PADAAN"}, {"id" : "3316130011", "district_id" : "3316130", "name" : "JAPAH"}, {"id" : "3316130012", "district_id" : "3316130", "name" : "DOLOGAN"}, {"id" : "3316130013", "district_id" : "3316130", "name" : "TLOGOWUNGU"}, {"id" : "3316130014", "district_id" : "3316130", "name" : "BOGEM"}, {"id" : "3316130015", "district_id" : "3316130", "name" : "SUMBEREJO"}, {"id" : "3316130016", "district_id" : "3316130", "name" : "NGIYONO"}, {"id" : "3316130017", "district_id" : "3316130", "name" : "GAPLOKAN"}, {"id" : "3316130018", "district_id" : "3316130", "name" : "KALINANAS"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"]}, "$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"}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "required": ["name", "version", "description", "main", "keywords", "author", "license", "repository"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@rdm/scss-base", "version" : "1.0.0", "description" : "A growing collection of my favorite SCSS tricks.", "main" : "_scss-base.scss", "keywords" : ["scss", "mixins"], "author" : "Ryan Murphy", "license" : "MIT", "repository" : {"type" : "git", "url" : "https://github.com/rdmurphy/scss-base"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "required": ["name", "version", "description", "main", "keywords", "author", "license", "repository"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"jobName": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "poolId": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "inputData": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "wavFile": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "outputs": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "dedicatedVmCount": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "vmSize": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}}, "required": ["jobName", "poolId", "inputData", "wavFile", "outputs", "dedicatedVmCount", "vmSize"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"jobName" : {"value" : "ffmpeg-wav-to-mp3"}, "poolId" : {"value" : "ffmpeg-wav-to-mp3"}, "inputData" : {"value" : "ffmpeg-wav"}, "wavFile" : {"value" : "ffmpeg.wav"}, "outputs" : {"value" : "runnertest-output"}, "dedicatedVmCount" : {"value" : "1"}, "vmSize" : {"value" : "Standard_D2_v2"}} | json_instruct | {"type": "object", "properties": {"jobName": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "poolId": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "inputData": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "wavFile": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "outputs": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "dedicatedVmCount": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "vmSize": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}}, "required": ["jobName", "poolId", "inputData", "wavFile", "outputs", "dedicatedVmCount", "vmSize"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "string"}}, "required": ["postal_code", "place_name", "place_type", "county", "state", "city"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"postal_code" : "63195", "place_name" : "La Joya", "place_type" : "Fraccionamiento", "county" : "Tepic", "state" : "Nayarit", "city" : "Tepic"}, {"postal_code" : "63195", "place_name" : "Las Islas", "place_type" : "Colonia", "county" : "Tepic", "state" : "Nayarit", "city" : "Tepic"}, {"postal_code" : "63195", "place_name" : "Paseo del Valle Real", "place_type" : "Fraccionamiento", "county" : "Tepic", "state" : "Nayarit", "city" : "Tepic"}, {"postal_code" : "63195", "place_name" : "Extamex", "place_type" : "Colonia", "county" : "Tepic", "state" : "Nayarit", "city" : "Tepic"}, {"postal_code" : "63195", "place_name" : "Conasupo", "place_type" : "Colonia", "county" : "Tepic", "state" : "Nayarit", "city" : "Tepic"}, {"postal_code" : "63195", "place_name" : "Marco Antonio Fern\u00e1ndez", "place_type" : "Fraccionamiento", "county" : "Tepic", "state" : "Nayarit", "city" : "Tepic"}, {"postal_code" : "63195", "place_name" : "Severiano Ocegueda", "place_type" : "Colonia", "county" : "Tepic", "state" : "Nayarit", "city" : "Tepic"}, {"postal_code" : "63195", "place_name" : "Los Sauces INFONAVIT", "place_type" : "Unidad habitacional", "county" : "Tepic", "state" : "Nayarit", "city" : "Tepic"}, {"postal_code" : "63195", "place_name" : "Valle de Matatipac", "place_type" : "Colonia", "county" : "Tepic", "state" : "Nayarit", "city" : "Tepic"}, {"postal_code" : "63195", "place_name" : "Los Ciruelos", "place_type" : "Fraccionamiento", "county" : "Tepic", "state" : "Nayarit", "city" : "Tepic"}, {"postal_code" : "63195", "place_name" : "Jacarandas", "place_type" : "Fraccionamiento", "county" : "Tepic", "state" : "Nayarit", "city" : "Tepic"}, {"postal_code" : "63195", "place_name" : "Las Palomas", "place_type" : "Colonia", "county" : "Tepic", "state" : "Nayarit", "city" : "Tepic"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "string"}}, "required": ["postal_code", "place_name", "place_type", "county", "state", "city"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"locationData": {"type": "object", "properties": {"relativeBoundingBox": {"type": "object", "properties": {"xmin": {"type": "number"}, "width": {"type": "number"}, "ymin": {"type": "number"}, "height": {"type": "number"}}, "required": ["xmin", "width", "ymin", "height"]}, "relativeKeypoints": {"type": "array", "items": {"type": "object", "properties": {"y": {"type": "number"}, "x": {"type": "number"}}, "required": ["y", "x"]}}, "format": {"type": "string"}}, "required": ["relativeBoundingBox", "relativeKeypoints", "format"]}, "score": {"type": "array", "items": {"type": "number"}}, "label": {"type": "array", "items": {"type": "string"}}}, "required": ["locationData", "score", "label"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"locationData" : {"relativeBoundingBox" : {"xmin" : 0.4776975, "width" : 0.09239042, "ymin" : 0.54805744, "height" : 0.16424973}, "relativeKeypoints" : [{"y" : 0.5877353, "x" : 0.56394273}, {"y" : 0.63794166, "x" : 0.48468816}, {"y" : 0.67333686, "x" : 0.5003686}, {"y" : 0.6959309, "x" : 0.51850426}, {"y" : 0.709624, "x" : 0.5371737}, {"y" : 0.55272496, "x" : 0.5374276}, {"y" : 0.56608224, "x" : 0.49846953}], "format" : "RELATIVE_BOUNDING_BOX"}, "score" : [0.9990264], "label" : ["Palm"]} | json_instruct | {"type": "object", "properties": {"locationData": {"type": "object", "properties": {"relativeBoundingBox": {"type": "object", "properties": {"xmin": {"type": "number"}, "width": {"type": "number"}, "ymin": {"type": "number"}, "height": {"type": "number"}}, "required": ["xmin", "width", "ymin", "height"]}, "relativeKeypoints": {"type": "array", "items": {"type": "object", "properties": {"y": {"type": "number"}, "x": {"type": "number"}}, "required": ["y", "x"]}}, "format": {"type": "string"}}, "required": ["relativeBoundingBox", "relativeKeypoints", "format"]}, "score": {"type": "array", "items": {"type": "number"}}, "label": {"type": "array", "items": {"type": "string"}}}, "required": ["locationData", "score", "label"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "start": {"type": "string"}, "end": {"type": "string"}}, "required": ["id", "type", "start", "end"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "stream-jacul__DROPS__cracked-bill", "type" : "DROPS", "start" : "stream-jacul", "end" : "cracked-bill"} | 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#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "8101052001", "district_id" : "8101052", "name" : "KILON"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "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.