input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Create a JSON structure that matches this schema definition:
{"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": {"er... | {"contract" : "0xbd94be84aa04738ed6a8971082cf0dd46be5f7b1", "tool" : "honeybadger", "start" : 1565791532.3628514, "end" : 1565791585.6866777, "duration" : 53.3238263130188, "analysis" : [{"errors" : [], "file" : "/unique_chucks/13/0xbd94be84aa04738ed6a8971082cf0dd46be5f7b1.sol", "name" : "Simply33"}]} | 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": "strin... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"vue-router.cjs.js": {"type": "string"}, "vue-router.cjs.prod.js": {"type": "string"}, "vue-router.esm-bundler.js": {"type": "string"}, "vue-router.esm.js": {"type": "string"}, "vue-router.global.js": {"type": "... | {"vue-router.cjs.js" : "sha512-irrIobhqaUnlVDkFZdrpw+R2b1rE+fngwgO5ZOyTYwHKu/wwkcd5RB+EAOlcgj3OYjvmOPLCVHtBCVyA4tJI/w==", "vue-router.cjs.prod.js" : "sha512-DTKlGN0RESsBJekvuTt8n/MfUxqszm2ydIDjuDzm5r8Lid3pVKRj0wzAhMpT3fXcMird4IDSgzgOGDgV9vBp4w==", "vue-router.esm-bundler.js" : "sha512-mUY8DiPxoGGl4iVSWjptqbLwk0NBLQ/oF6... | json_instruct | {"type": "object", "properties": {"vue-router.cjs.js": {"type": "string"}, "vue-router.cjs.prod.js": {"type": "string"}, "vue-router.esm-bundler.js": {"type": "string"}, "vue-router.esm.js": {"type": "string"}, "vue-router.global.js": {"type": "string"}, "vue-router.global.prod.js": {"type": "string"}}, "required": ["v... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type... | {"userId" : 14465, "cartId" : "4844242b-1838-40db-9973-c95a474c5333", "preferredProducts" : [678, 3732, 2670, 1828, 2776, 2742, 1737, 327], "productReviews" : [{"productId" : 100, "reviewText" : "My chicken loves to play with it.", "reviewDate" : "2020-03-04T10:23:26.0708354+02:00"}, {"productId" : 3417, "reviewText" :... | 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"}, "reviewD... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"config": {"type": "object", "properties": {"step": {"type": "object", "properties": {"site": {"type": "object", "properties": {"data": {"type": "object", "properties": {"site_name": {"type": "string"}}, "required":... | {"config" : {"step" : {"site" : {"data" : {"site_name" : "\u038c\u03bd\u03bf\u03bc\u03b1 \u03c4\u03bf\u03c0\u03bf\u03b8\u03b5\u03c3\u03af\u03b1\u03c2"}}}}} | json_instruct | {"type": "object", "properties": {"config": {"type": "object", "properties": {"step": {"type": "object", "properties": {"site": {"type": "object", "properties": {"data": {"type": "object", "properties": {"site_name": {"type": "string"}}, "required": ["site_name"]}}, "required": ["data"]}}, "required": ["site"]}}, "requ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "b764c6b52b393957a2f6e125784eda40896c686d"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"quill.js": {"type": "string"}, "quill.min.js": {"type": "string"}, "quill.snow.css": {"type": "string"}, "quill.snow.min.css": {"type": "string"}}, "required": ["quill.js", "quill.min.js", "quill.snow.css", "quill.... | {"quill.js" : "sha256-hywj1K9NxDybSwfiZQ5dXNuFgdij7GXwuPtb6MiiAqE=", "quill.min.js" : "sha256-uZeeXr3a7oEpqq+VfoGzZjUOFfhyaq8dck6zalbSv7Q=", "quill.snow.css" : "sha256-H9KWbryd7YdO950rT1bCov6H61cT79XTApE2LTt6zbg=", "quill.snow.min.css" : "sha256-pOvFWE7YOSAMAlzrKUIc6kzuhTEt5EC5qsQDRVXgiKk="} | json_instruct | {"type": "object", "properties": {"quill.js": {"type": "string"}, "quill.min.js": {"type": "string"}, "quill.snow.css": {"type": "string"}, "quill.snow.min.css": {"type": "string"}}, "required": ["quill.js", "quill.min.js", "quill.snow.css", "quill.snow.min.css"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "... | {"contract" : "0x9c235ac2c33077a30593a3fd27a0087c687a80a3", "tool" : "slither", "start" : 1563591816.3535275, "end" : 1563591819.9285834, "duration" : 3.5750558376312256, "analysis" : []} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array",... | {"version" : 1.2, "people" : [{"pose_keypoints_2d" : [304.969, 148.167, 1, 308.3, 159.124, 1, 293.545, 159.42, 1, 287.835, 181.622, 1, 287.556, 189.106, 1, 326.319, 159.373, 1, 334.554, 172.498, 1, 314.758, 189.284, 1, 292.004, 203.404, 1, 293.11, 252.872, 1, 310.797, 282.292, 1, 316.901, 205.374, 1, 311.459, 241.716, ... | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "han... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "status": {"type": "string"}, "code": {"type": "object", "properties": {"coding": {"type": "array", "items": {"type": "object", "properties": {"system":... | {"resourceType" : "Observation", "id" : "Observation-218785", "status" : "final", "code" : {"coding" : [{"system" : "http://loinc.org", "code" : "29771-3", "display" : "Hemoglobin.gastrointestinal [Presence] in Stool by Immunologic method"}]}, "subject" : {"reference" : "Patient/Patient-6503", "display" : "Becky Trevin... | json_instruct | {"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "status": {"type": "string"}, "code": {"type": "object", "properties": {"coding": {"type": "array", "items": {"type": "object", "properties": {"system": {"type": "string"}, "code": {"type": "string"}, "display": {"type": "st... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "userDefined": {"type": "boolean"}}, "required": ["text", "... | [{"id" : "907625b1-b00a-4999-a049-f2495991c167", "data" : [{"text" : "Where can I find out more about transportation?", "userDefined" : false}], "isTemplate" : false, "count" : 0, "updated" : 1516680440}, {"id" : "cb7b014a-79fd-49ac-872f-69ff5885d5cd", "data" : [{"text" : "Where can I find out more about housing?", "us... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "userDefined": {"type": "boolean"}}, "required": ["text", "userDefined"]}}, "isTemplate": {"type": "boolean"}, "count": {"type": "intege... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"message": {"type": "string"}, "statusCode": {"type": "integer"}, "httpStatusCode": {"type": "string"}, "oauth_problem": {"type": "string"}, "oauth_problem_advice": {"type": "string"}}, "required": ["message", "statusCode", ... | {"message" : "oauth_problem=token_rejected&oauth_problem_advice=Token%20D1TK0QGE29WVEWIYK0TQNUO6VGDGXGx%20does%20not%20match%20an%20expected%20ACCESS%20token", "statusCode" : 401, "httpStatusCode" : "Unauthorized", "oauth_problem" : "token_rejected", "oauth_problem_advice" : "Token D1TK0QGE29WVEWIYK0TQNUO6VGDGXGx does ... | json_instruct | {"type": "object", "properties": {"message": {"type": "string"}, "statusCode": {"type": "integer"}, "httpStatusCode": {"type": "string"}, "oauth_problem": {"type": "string"}, "oauth_problem_advice": {"type": "string"}}, "required": ["message", "statusCode", "httpStatusCode", "oauth_problem", "oauth_problem_advice"], "$... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"AB": {"type": "array", "items": {"type": "string"}}, "AW": {"type": "array", "items": {"type": "string"}}, "SZ": {"type": "string"}, "C": {"type": "string"}, "SOL": {"type": "array", "items": {"type": "array", "items": {"type"... | {"AB" : ["pp", "nq", "on", "qn", "qm", "qk", "pr", "pq"], "AW" : ["qo", "qp", "qq", "rr"], "SZ" : "19", "C" : "Black to play", "SOL" : [["B", "sn", "", ""]]} | json_instruct | {"type": "object", "properties": {"AB": {"type": "array", "items": {"type": "string"}}, "AW": {"type": "array", "items": {"type": "string"}}, "SZ": {"type": "string"}, "C": {"type": "string"}, "SOL": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["AB", "AW", "SZ", "C", "SOL"],... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "... | {"contract" : "0x2c787cd0b4b342b5d4606e4fca61a9d85fd6d32f", "tool" : "osiris", "start" : 1564582083.6465867, "end" : 1564582088.4767225, "duration" : 4.830135822296143, "analysis" : []} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"actors": {"type": "array", "items": {"type": "string"}}, "countries": {"type": "array", "items": {"type": "string"}}, "enb_end_date": {"type": "string"}, "enb_long_title": {"type": "string"}, "enb_short_title":... | {"actors" : ["European Union", "African Group", "Group of 77", "Alliance of Small Island States"], "countries" : ["United States", "India", "China"], "enb_end_date" : "13-Jun-08", "enb_long_title" : "Twenty-eighth Sessions of the UNFCCC Subsidiary Bodies, Second Session of the Ad Hoc Working Group Under the Convention,... | json_instruct | {"type": "object", "properties": {"actors": {"type": "array", "items": {"type": "string"}}, "countries": {"type": "array", "items": {"type": "string"}}, "enb_end_date": {"type": "string"}, "enb_long_title": {"type": "string"}, "enb_short_title": {"type": "string"}, "enb_start_date": {"type": "string"}, "enb_url": {"typ... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "dependencies": {"type": "object", "properties": {"handy": {"... | {"name" : "jsonchatlib", "description" : "json chat library", "homepage" : "https://github.com/hapim/jsonchatlib", "version" : "0.1.3", "author" : "el aras <openmason@gmail.com>", "dependencies" : {"handy" : ">= 0.0.13", "underscore" : ">= 1.8.1"}, "devDependencies" : {"mocha" : ">= 2.1.0", "should" : ">= 5.0.0"}, "key... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "dependencies": {"type": "object", "properties": {"handy": {"type": "string"}, "underscore": {"type": "string"}}, "required": ["ha... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dev": {"type": "s... | {"name" : "rsstest", "version" : "1.0.0", "private" : true, "license" : "MIT", "scripts" : {"start" : "ts-node ./server/index.ts", "dev" : "cross-env NODE_ENV=dev nodemon ./server/index.ts", "test" : "ts-node ./test.ts", "build" : "tsc"}, "dependencies" : {"axios" : "^0.19.2", "cheerio" : "^1.0.0-rc.3", "https-proxy-ag... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dev": {"type": "string"}, "test": {"type": "string"}, "build": {"type": "string"}}, "requ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "int... | {"nom" : "Rieulay", "circ" : "16\u00e8me circonscription", "dpt" : "Nord", "inscrits" : 1075, "abs" : 604, "votants" : 471, "blancs" : 38, "nuls" : 19, "exp" : 414, "res" : [{"nuance" : "COM", "nom" : "M. Alain BRUNEEL", "voix" : 247}, {"nuance" : "FN", "nom" : "Mme Hortense DE MEREUIL", "voix" : 167}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array"... |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "integer"}, "link": {"type": "string"}, "created_at": {"type": "string"}, "downloads": {"type": "integer"}, "linkid": {"type": "string"}, "convert": {"type... | [{"name" : "\u674e\u5bfb\u6b22\u63a2\u82b1\u7ea6\u4e86\u4e2a\u9ad8\u989c\u503c\u751c\u7f8e\u59b9\u5b50\u6fc0\u60c5\u556a\u556a\uff0c\u8fd1\u8ddd\u79bb\u62cd\u6444\u5f00\u6863\u9ed1\u4e1d\u540e\u5165\u5927\u529b\u62bd\u63d2\u731b\u64cd", "size" : 116147497, "link" : "https://streamtape.com/e/G6qR37ROwJT1v4A", "created_a... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "integer"}, "link": {"type": "string"}, "created_at": {"type": "string"}, "downloads": {"type": "integer"}, "linkid": {"type": "string"}, "convert": {"type": "string"}, "achorname": {"type": "string"}, "subscribe":... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"TIME": {"type": "integer"}, "monsterNumber": {"type": "integer"}, "plantNumber": {"type": "integer"}, "startSunlight": {"type": "integer"}, "plantCanUse": {"type": "array", "items": {"type": "string"}}, "monsterTim... | {"TIME" : 30, "monsterNumber" : 2, "plantNumber" : 1, "startSunlight" : 200, "plantCanUse" : ["pea"], "monsterTime" : [10, 18]} | json_instruct | {"type": "object", "properties": {"TIME": {"type": "integer"}, "monsterNumber": {"type": "integer"}, "plantNumber": {"type": "integer"}, "startSunlight": {"type": "integer"}, "plantCanUse": {"type": "array", "items": {"type": "string"}}, "monsterTime": {"type": "array", "items": {"type": "integer"}}}, "required": ["TIM... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"issuer_ca_id": {"type": "integer"}, "issuer_name": {"type": "string"}, "name_value": {"type": "string"}, "min_cert_id": {"type": "integer"}, "min_entry_timestamp": {"type": "string"}, "not_before": {"type": "st... | {"issuer_ca_id" : 16418, "issuer_name" : "C=US, O=Let's Encrypt, CN=Let's Encrypt Authority X3", "name_value" : "mail.shashank.113.35.176.10.xip.io", "min_cert_id" : 1202438221, "min_entry_timestamp" : "2019-02-14T09:30:15.394", "not_before" : "2019-02-14T08:30:14", "not_after" : "2019-05-15T08:30:14"} | json_instruct | {"type": "object", "properties": {"issuer_ca_id": {"type": "integer"}, "issuer_name": {"type": "string"}, "name_value": {"type": "string"}, "min_cert_id": {"type": "integer"}, "min_entry_timestamp": {"type": "string"}, "not_before": {"type": "string"}, "not_after": {"type": "string"}}, "required": ["issuer_ca_id", "iss... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"AUTHOR": {"type": "string"}, "INSTALL_MSG": {"type": "string"}, "NAME": {"type": "string"}, "SHORT": {"type": "string"}, "DESCRIPTION": {"type": "string"}, "HIDDEN": {"type": "boolean"}}, "required": ["AUTHOR", "INSTALL_MSG", ... | {"AUTHOR" : "mikeshardmind", "INSTALL_MSG" : "Not supporting this, use at your own risk", "NAME" : "Raffle", "SHORT" : "", "DESCRIPTION" : "", "HIDDEN" : true} | json_instruct | {"type": "object", "properties": {"AUTHOR": {"type": "string"}, "INSTALL_MSG": {"type": "string"}, "NAME": {"type": "string"}, "SHORT": {"type": "string"}, "DESCRIPTION": {"type": "string"}, "HIDDEN": {"type": "boolean"}}, "required": ["AUTHOR", "INSTALL_MSG", "NAME", "SHORT", "DESCRIPTION", "HIDDEN"], "$schema": "http... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "strin... | {"n_dim" : 55, "n_trials" : 210, "objective" : "risk_on_cube", "white" : "bobyqa_noise", "black" : "pymoo_nsga3", "traceback" : ["passing", "passing"], "best_val" : [2.6460514816878904, 240.08762320577847], "best_x" : [[0.23436669394374118, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.33... | json_instruct | {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"html_attributions": {"type": "array", "items": {}}, "results": {"type": "array", "items": {"type": "object", "properties": {"business_status": {"type": "string"}, "geometry": {"type": "object", "properties": {"location": {"typ... | {"html_attributions" : [], "results" : [{"business_status" : "OPERATIONAL", "geometry" : {"location" : {"lat" : 24.37990049999999, "lng" : 85.9170662}, "viewport" : {"northeast" : {"lat" : 24.3812283302915, "lng" : 85.9184732302915}, "southwest" : {"lat" : 24.3785303697085, "lng" : 85.91577526970849}}}, "icon" : "https... | json_instruct | {"type": "object", "properties": {"html_attributions": {"type": "array", "items": {}}, "results": {"type": "array", "items": {"type": "object", "properties": {"business_status": {"type": "string"}, "geometry": {"type": "object", "properties": {"location": {"type": "object", "properties": {"lat": {"type": "number"}, "ln... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["420322200200", "\u6e56\u5cad\u6751\u59d4\u4f1a", "220", "0"], ["420322200201", "\u5b5f\u5ddd\u6751\u59d4\u4f1a", "220", "0"], ["420322200202", "\u516d\u6597\u6751\u59d4\u4f1a", "220", "0"], ["420322200203", "\u767d\u679c\u6c9f\u6751\u59d4\u4f1a", "220", "0"], ["420322200204", "\u67a3\u6811\u576a\u6751\u59d4\u4f1a", ... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metada... | {"id" : "73dcf09c-2aab-4ca1-b10c-442a412f4d43", "playerTags" : ["1301ee81-406e-43d9-b2bb-55ca6e0f7765"], "teamTags" : ["105bc3ff-1320-4e37-8ef0-8d595cb95dd0", "979aee4a-6d80-4863-bf1c-ee1a78e06024"], "gameTags" : ["63790212-388c-4ea2-9fda-9c30274be523"], "metadata" : {"play" : 106, "subPlay" : -1}, "created" : "2021-04... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "su... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"angular-material.css": {"type": "string"}, "angular-material.js": {"type": "string"}, "angular-material.min.css": {"type": "string"}, "angular-material.min.js": {"type": "string"}}, "required": ["angular-material.css", "angular-... | {"angular-material.css" : "sha512-j6K4t/zGmkedWuYLB0mcqxZXV615XKC6gYsoXSxVjLAevxd0vEYsgV4g7JXhjBzDpdp+0gMKItQ0SoUJOwtyBQ==", "angular-material.js" : "sha512-uj8105IPLl+QhtjPUJxnvASlkQX6+YpFBYeU/C3aAWIuN0YaLzx0jjaoKFyBNidmDr8P6VfVwf/hzDoKvllOUg==", "angular-material.min.css" : "sha512-NFPFF7sgk1Z6FFWA1VWg7LMQYEEEEADTlMy... | json_instruct | {"type": "object", "properties": {"angular-material.css": {"type": "string"}, "angular-material.js": {"type": "string"}, "angular-material.min.css": {"type": "string"}, "angular-material.min.js": {"type": "string"}}, "required": ["angular-material.css", "angular-material.js", "angular-material.min.css", "angular-materi... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "db41191f12c54ecd87f1a9219c0716b1037460cb"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"accession_number": {"type": "string"}, "actors": {"type": "array", "items": {}}, "creation_date": {"type": "string"}, "credit_line": {"type": "string"}, "cultures": {"type": "array", "items": {}}, "dimensions": {"type": "strin... | {"accession_number" : "S3738.82.1", "actors" : [], "creation_date" : "about 1804", "credit_line" : "Gift of Benjamin Rifkin Fine Arts", "cultures" : [], "dimensions" : "29 x 36 in. | 73.7 x 91.4 cm. (unframed)", "dynasty" : null, "images" : [], "irn" : 36338, "materials" : "oil on canvas", "on_view" : false, "period" ... | json_instruct | {"type": "object", "properties": {"accession_number": {"type": "string"}, "actors": {"type": "array", "items": {}}, "creation_date": {"type": "string"}, "credit_line": {"type": "string"}, "cultures": {"type": "array", "items": {}}, "dimensions": {"type": "string"}, "dynasty": {"type": "null"}, "images": {"type": "array... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07... | [{"name" : "MUWADDA", "frequency" : 1, "gender" : "female"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"jquery.magnific-popup.js": {"type": "string"}, "jquery.magnific-popup.min.js": {"type": "string"}, "magnific-popup.css": {"type": "string"}, "magnific-popup.min.css": {"type": "string"}}, "required": ["jquery.magnif... | {"jquery.magnific-popup.js" : "sha256-Ckj0HMbivJ6ysuRnw/y0rVN4sx4Pa/2rERpXb3j9UZI=", "jquery.magnific-popup.min.js" : "sha256-60AMDGGa7KeVoA2m+L//geg4ZLuWaRSQ09GzDv/Xo0E=", "magnific-popup.css" : "sha256-b+T0CahwjNPanQ5mKnTGHX+ePF0TNmfsqfXVXeNlnOA=", "magnific-popup.min.css" : "sha256-XsaMDLFc/0uTJQ+ZDkznellEZXsylbaPcr... | json_instruct | {"type": "object", "properties": {"jquery.magnific-popup.js": {"type": "string"}, "jquery.magnific-popup.min.js": {"type": "string"}, "magnific-popup.css": {"type": "string"}, "magnific-popup.min.css": {"type": "string"}}, "required": ["jquery.magnific-popup.js", "jquery.magnific-popup.min.js", "magnific-popup.css", "m... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals", "dha... | {"name" : "dodoex.io", "symbol" : "DODO", "address" : "0x663503Dc0cF9cb5A834276caece5eAacBA18E3aF", "decimals" : 18, "dharmaVerificationStatus" : "UNVERIFIED"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals", "dharmaVerificationStatus"], "$schema": "http://json-schema.o... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}}, "required": ["name", "symbol", "decimals", "address", ... | {"name" : "Token 2DfG", "symbol" : "2DfGS", "decimals" : 6, "address" : "2DfGSYfJnQNuRwRgrKQvY42Pu5Uvjrqc6kyn4SQdurbk", "chainId" : 103} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}}, "required": ["name", "symbol", "decimals", "address", "chainId"], "$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": {"name": {"type": "string"}, "ext_min": {"type": "string"}, "php_min": {"type": "string"}}, "required": ["name", "ext_min", "php_min"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
... | [{"name" : "uopz_get_return", "ext_min" : "5.0.1", "php_min" : "7.0.0"}, {"name" : "uopz_set_return", "ext_min" : "5.0.1", "php_min" : "7.0.0"}, {"name" : "uopz_unset_return", "ext_min" : "5.0.1", "php_min" : "7.0.0"}, {"name" : "uopz_get_mock", "ext_min" : "5.0.1", "php_min" : "7.0.0"}, {"name" : "uopz_set_mock", "ext... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "ext_min": {"type": "string"}, "php_min": {"type": "string"}}, "required": ["name", "ext_min", "php_min"]}, "$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"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regency... | [{"id" : "1001", "provinceId" : "15", "regencyId" : "03", "districtId" : "09", "name" : "Sungaibenteng"}, {"id" : "2002", "provinceId" : "15", "regencyId" : "03", "districtId" : "09", "name" : "Bukittigo"}, {"id" : "2003", "provinceId" : "15", "regencyId" : "03", "districtId" : "09", "name" : "Sungaigedang"}, {"id" : "... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"]}, "$schema": "http://json-schema.or... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "re... | {"name" : "paho-client", "description" : "Eclipse Paho JavaScript MQTT client", "version" : "1.1.0", "main" : "./src/paho-mqtt.js", "repository" : {"type" : "git", "url" : "https://github.com/eclipse/paho.mqtt.javascript.git"}, "license" : "EPL-1.0", "devDependencies" : {"dotenv" : "^4.0.0", "eslint" : "^4.12.1", "jasm... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "license": {"type": "string"},... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"shortcuts": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "url": {"type": "string"}, "id": {"type": "string"}}, "required": ["shortcuts", "name", "url", "id"], "$schema": "http://json-schema.org/d... | {"shortcuts" : ["corona"], "name" : "Corona SDK Documentation", "url" : "http://docs.coronalabs.com", "id" : "corona"} | json_instruct | {"type": "object", "properties": {"shortcuts": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "url": {"type": "string"}, "id": {"type": "string"}}, "required": ["shortcuts", "name", "url", "id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"MovieBonusSong": {"type": "array", "items": {"type": "string"}}}, "required": ["MovieBonusSong"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"MovieBonusSong" : ["AwardBaitSong", "OscarBait", "RetCanon", "CutSong", "SettingUpdate", "ValuesDissonance", "SignatureSong", "UrExample", "AuthorExistenceFailure", "CutSong", "CutSong", "ExecutiveMeddling", "CutSong", "AuthorExistenceFailure", "GlamorousWartimeSinger", "InTheStyleOf"]} | json_instruct | {"type": "object", "properties": {"MovieBonusSong": {"type": "array", "items": {"type": "string"}}}, "required": ["MovieBonusSong"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"stats/effects/fu_armoreffects/set_bonuses/reptilesetbonuseffect.statuseffect": {"type": "a... | [{"DeniedAlternatives" : [], "Files" : {"stats/effects/fu_armoreffects/set_bonuses/reptilesetbonuseffect.statuseffect" : ["/label"]}, "Texts" : {"Chs" : "\u5251&\u76fe\u724c\uff1a\u7269\u7406\u6297\u6027+10%\n\u65a7&\u76fe\u3001\u77ed\u77db&\u76fe\uff1a\u4f24\u5bb3+25%", "Eng" : "Shield+Sword: 10% Physical Resist. Shie... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"stats/effects/fu_armoreffects/set_bonuses/reptilesetbonuseffect.statuseffect": {"type": "array", "items": {"type": "string"}}}, "required": ["stats/effects/fu_ar... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"prefix": {"type": "string"}, "seconds_between_check": {"type": "integer"}, "seconds_to_remind": {"type": "integer"}, "admins": {"type": "array", "items": {"type": "string"}}, "bot": {"type": "object", "properties": {... | {"prefix" : "~", "seconds_between_check" : 600, "seconds_to_remind" : 60, "admins" : ["456594537645867029"], "bot" : {"cid" : "", "token" : ""}, "datastore" : "./data/users.db", "guild" : "551327428203511809", "channel" : {"start" : "822355099111129108", "reminder" : "822355099111129108"}} | json_instruct | {"type": "object", "properties": {"prefix": {"type": "string"}, "seconds_between_check": {"type": "integer"}, "seconds_to_remind": {"type": "integer"}, "admins": {"type": "array", "items": {"type": "string"}}, "bot": {"type": "object", "properties": {"cid": {"type": "string"}, "token": {"type": "string"}}, "required": ... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"/js/admin-app.js": {"type": "string"}, "/css/admin-app.css": {"type": "string"}, "/js/modules.js": {"type": "string"}, "/js/vue.js": {"type": "string"}}, "required": ["/js/admin-app.js", "/css/admin-app.css", "/js/modules.js", "... | {"/js/admin-app.js" : "/js/admin-app.js", "/css/admin-app.css" : "/css/admin-app.css", "/js/modules.js" : "/js/modules.js", "/js/vue.js" : "/js/vue.js"} | json_instruct | {"type": "object", "properties": {"/js/admin-app.js": {"type": "string"}, "/css/admin-app.css": {"type": "string"}, "/js/modules.js": {"type": "string"}, "/js/vue.js": {"type": "string"}}, "required": ["/js/admin-app.js", "/css/admin-app.css", "/js/modules.js", "/js/vue.js"], "$schema": "http://json-schema.org/draft-07... |
Create a JSON structure that matches this schema definition:
{"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"... | {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-81.340371, 41.645989], [-81.339717, 41.676787], [-81.333955, 41.679615], [-81.327189, 41.680402], [-81.323885, 41.682726], [-81.318082, 41.684538], [-81.31644, 41.675444], [-81.315664, 41.658894], [-81.320024, 41.654925]... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"core": {"type": "string"}, "SSD1306_OLE... | {"name" : "smarthon-iotbit", "version" : "0.5.13", "description" : "The WiFi Extension for the iot:bit with BBC micro:bit", "license" : "MIT", "dependencies" : {"core" : "*", "SSD1306_OLED" : "github:tinkertanker/pxt-oled-ssd1306#v2.0.13"}, "files" : ["README.md", "ns.ts", "wifi.ts", "_locales/zh-TW/smarthon-iotbit-jsd... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"core": {"type": "string"}, "SSD1306_OLED": {"type": "string"}}, "required": ["core", "SSD1306_OLED"]}, "files"... |
Generate a valid JSON object that conforms to the following 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", "item... | {"ast" : null, "code" : "var _jsxFileName = \"C:\\\\Users\\\\ali_9\\\\Desktop\\\\StrawBerry_UI\\\\src\\\\components\\\\Card\\\\Card.tsx\";\nimport React from 'react';\nimport styled from 'styled-components';\n\nconst Card = _ref => {\n let {\n children\n } = _ref;\n return /*#__PURE__*/React.createElement(StyledC... | 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"}, "sourcesCont... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"an5.159:2.4": {"type": "string"}}, "required": ["an5.159:2.4"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"an5.159:2.4" : "Anupubbi\u1e41 katha\u1e41 \u2192 \u0101nupubbikatha\u1e41 (bj); anupubbikatha\u1e41 (sya-all, pts1ed, mr)"} | json_instruct | {"type": "object", "properties": {"an5.159:2.4": {"type": "string"}}, "required": ["an5.159:2.4"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"PAGES": {"type": "object", "properties": {"HOME": {"type": "object", "properties": {"TITLE": {"type": "string"}}, "required": ["TITLE"]}}, "required": ["HOME"]}}, "required": ["PAGES"], "$schema": "http://json-sche... | {"PAGES" : {"HOME" : {"TITLE" : "Chris isn't working properly today !"}}} | json_instruct | {"type": "object", "properties": {"PAGES": {"type": "object", "properties": {"HOME": {"type": "object", "properties": {"TITLE": {"type": "string"}}, "required": ["TITLE"]}}, "required": ["HOME"]}}, "required": ["PAGES"], "$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"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "i... | {"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Maasin, Hindang, Leyte, Eastern Visayas (Region VIII), PH", "locale" : "ph.eastern-visayas-region-viii.leyte.hindang.maasin", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "10", "region_ref... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properti... | {"name" : "iPlayer", "version" : "1.0.7", "summary" : "Fully customisable AVPlayer Library", "description" : "A fully customisable AVPlayer Library. Just load the player in your UI by passing a video url. Its that simple!", "homepage" : "https://github.com/pushsoftdev/iPlayer", "license" : "MIT", "authors" : {"Pushpara... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"Pushparaj Jayaseelan": {"type": "string"}}, "require... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[0, 6, 5, 5], [2, 4, 2, 4], [0, 6, 5, 4], [], [1, 6, 3, 0], [1, 1], [1, 6, 3, 3], [0, 5], [3, 4, 2, 2]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"format_version": {"type": "string"}, "animation_controllers": {"type": "object", "properties": {"controller.animation.bridge_player.execute_commands": {"type": "object", "properties": {"states": {"type": "object", ... | {"format_version" : "1.10.0", "animation_controllers" : {"controller.animation.bridge_player.execute_commands" : {"states" : {"default" : {"transitions" : [{"execute_command_id_1" : "query.skin_id == 1"}]}, "execute_command_id_1" : {"transitions" : [{"default" : "query.skin_id != 1"}], "on_entry" : ["/replaceitem entit... | json_instruct | {"type": "object", "properties": {"format_version": {"type": "string"}, "animation_controllers": {"type": "object", "properties": {"controller.animation.bridge_player.execute_commands": {"type": "object", "properties": {"states": {"type": "object", "properties": {"default": {"type": "object", "properties": {"transition... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"arg": {"type": "string"}, "docx4js": {"type": "string"}, "... | {"name" : "@alvinlai/word-translation", "version" : "1.0.5", "main" : "./src/tranlateFile.js", "license" : "MIT", "dependencies" : {"arg" : "^5.0.0", "docx4js" : "^3.2.11", "esm" : "^3.2.25", "inquirer" : "^7.3.3", "progress" : "^2.0.3", "puppeteer" : "^5.5.0"}, "scripts" : {"commit" : "cz"}, "publishConfig" : {"access... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"arg": {"type": "string"}, "docx4js": {"type": "string"}, "esm": {"type": "string"}, "inquirer": {"type": "string"}, "... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"timestamp": {"type": "number"}, "object_list": {"type": "array", "items": {"type": "object", "properties": {"position": {"type": "array", "items": {"type": "number"}}, "velocity": {"type": "array", "items": {"type": ... | {"timestamp" : 4.33, "object_list" : [{"position" : [101.73, 191.65], "velocity" : [5.22, -0.08], "heading" : 90.9, "angular velocity" : -0.02, "acceleration" : [2.87, -0.04], "light status" : {"stopped" : 0, "lightID" : 0}, "id" : 20}, {"position" : [136.0, 209.91], "velocity" : [-0.0, 0.0], "heading" : 178.4, "angula... | json_instruct | {"type": "object", "properties": {"timestamp": {"type": "number"}, "object_list": {"type": "array", "items": {"type": "object", "properties": {"position": {"type": "array", "items": {"type": "number"}}, "velocity": {"type": "array", "items": {"type": "number"}}, "heading": {"type": "number"}, "angular velocity": {"type... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "num... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[152.5, 27.916666666666668], [152.5, 28.0], [152.625, 28.0], [152.625, 27.916666666666668], [152.5, 27.916666666666668]]]}, "properties" : {"code" : 415274, "url" : "http://madefor.github.io/0410/api/v1/415274.geojson", "view" : "https://github.co... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"workbench.colorCustomizations": {"type": "object", "properties": {"activityBar.background": {"type": "string"}, "titleBar.activeBackground": {"type": "string"}, "titleBar.activeForeground": {"type": "string"}}, "re... | {"workbench.colorCustomizations" : {"activityBar.background" : "#322D1F", "titleBar.activeBackground" : "#473F2C", "titleBar.activeForeground" : "#FBFBF9"}} | json_instruct | {"type": "object", "properties": {"workbench.colorCustomizations": {"type": "object", "properties": {"activityBar.background": {"type": "string"}, "titleBar.activeBackground": {"type": "string"}, "titleBar.activeForeground": {"type": "string"}}, "required": ["activityBar.background", "titleBar.activeBackground", "title... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array",... | {"title" : "Fairness in an Unfair World: Fair Multiparty Computation from Public Bulletin Boards.", "fields" : ["distributed computing", "certificate transparency", "business", "encryption", "secure multi party computation", "impossibility", "computation", "witness"], "abstract" : "Secure multiparty computation allows ... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"typ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"body": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}, "parent_id": {"type": "string"}, ... | {"body" : "hi kyle,\ndid you try to compile radiance as well?\ni just did it yesterday (official 5.0 release) for mavericks and yosemite and both installed completely (including evalglare v17) without problems in less than 3min.\n(of course you need the xcode and x11 package as well).\nJan\n___\n<sup>Automatically gene... | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}, "parent_id": {"type": "string"}, "id": {"type": "string"}}, "required": ["body", "attachments", "created... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties... | {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-1.793292, 51.561311]}, "properties" : {"listed-building" : "1023480", "start-date" : "1970-02-17", "documentation-url" : "https://historicengland.org.uk/listing/the-list/list-entry/1023480", "listed-building-grade" : "II", "point" : "POINT (-1.79329... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"listed-building": {"type": "strin... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1935, 5], [1938, 5], [1939, 5], [1940, 6], [1945, 5], [1947, 6], [1951, 5], [1952, 6], [1954, 6], [1956, 7], [1957, 5], [1962, 5], [1963, 11], [1964, 5], [1965, 5], [1966, 5], [1969, 8], [1970, 8], [1971, 13], [1974, 5], [1978, 9]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "homepage": {"type": "string"}, "pr... | {"name" : "hosting-reseller", "description" : "Basic Digital Ocean Hosting Reseller application", "main" : "app.js", "authors" : ["hutchgrant <h.g.utchinson@gmail.com>"], "license" : "Apache2.0", "homepage" : "", "private" : true, "ignore" : ["**/.*", "node_modules", "bower_components", "test", "tests"], "dependencies"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "homepage": {"type": "string"}, "private": {"type": "boolean"}, "ignore": {"type": "array", "items": {"ty... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "upgrades": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "options": {"type": "object", "properties": {"from": {"ty... | {"name" : "@fluentui.react", "upgrades" : [{"name" : "Renaming 'isDisabled' to 'disabled' in Dropdown", "type" : "renameProp", "options" : {"from" : {"importName" : "Dropdown", "paths" : ["office-ui-fabric-react/lib"], "toRename" : "isDisabled"}, "to" : {"replacementName" : "disabled"}}}, {"name" : "Renaming 'toggled' ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "upgrades": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "options": {"type": "object", "properties": {"from": {"type": "object", "properties": {"importName": {"type": "string"}, "paths":... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"subreddit": {"type": "string"}, "author": {"type": "string"}, "count": {"type": "integer"}}, "required": ["subreddit", "author", "count"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"subreddit" : "yuzu", "author" : "leafn2", "count" : 17} | json_instruct | {"type": "object", "properties": {"subreddit": {"type": "string"}, "author": {"type": "string"}, "count": {"type": "integer"}}, "required": ["subreddit", "author", "count"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"CollectiveOrigin": {"type": "object", "properties": {"_enum": {"type": "object", "properties": {"Members": {"type": "string"}, "Member": {"type": "string"}}, "required": ["Members", "Member"]}}, "required": ["_enum"]}, "MemberCo... | {"CollectiveOrigin" : {"_enum" : {"Members" : "(MemberCount, MemberCount)", "Member" : "AccountId"}}, "MemberCount" : "u32", "ProposalIndex" : "u32", "VotesTo230" : {"index" : "ProposalIndex", "threshold" : "MemberCount", "ayes" : "Vec<AccountId>", "nays" : "Vec<AccountId>"}, "Votes" : {"index" : "ProposalIndex", "thre... | json_instruct | {"type": "object", "properties": {"CollectiveOrigin": {"type": "object", "properties": {"_enum": {"type": "object", "properties": {"Members": {"type": "string"}, "Member": {"type": "string"}}, "required": ["Members", "Member"]}}, "required": ["_enum"]}, "MemberCount": {"type": "string"}, "ProposalIndex": {"type": "stri... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"unversionedId": {"type": "string"}, "id": {"type": "string"}, "isDocsHomePage": {"type": "boolean"}, "title": {"type": "string"}, "description": {"type": "string"}, "source": {"type": "string"}, "slug": {"type": "st... | {"unversionedId" : "text", "id" : "version-0.61/text", "isDocsHomePage" : false, "title" : "Text", "description" : "A React component for displaying text.", "source" : "@site/versioned_docs/version-0.61/text.md", "slug" : "/text", "permalink" : "/docs/0.61/text", "editUrl" : "https://github.com/facebook/react-native-we... | json_instruct | {"type": "object", "properties": {"unversionedId": {"type": "string"}, "id": {"type": "string"}, "isDocsHomePage": {"type": "boolean"}, "title": {"type": "string"}, "description": {"type": "string"}, "source": {"type": "string"}, "slug": {"type": "string"}, "permalink": {"type": "string"}, "editUrl": {"type": "string"}... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "... | {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-74.302275, 41.011556], [-74.301922, 41.012814], [-74.296834, 41.01287], [-74.287415, 41.01638], [-74.285904, 41.019231], [-74.281276, 41.024035], [-74.281359, 41.025173], [-74.270521, 41.022131], [-74.272484, 41.018312],... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "img": {"type": "string"}, "email": {"type": "string"}, "links": {"type": "object", "properties": {"website": {"type": "string"}, "linkedin": {"type": "string"}, "github": {"type": "string"}}, "requi... | {"name" : "Alejandro La Rosa", "img" : "https://avatars3.githubusercontent.com/u/64037397?v=4", "email" : "", "links" : {"website" : "www.alejandrolarosa.com", "linkedin" : "https://www.linkedin.com/in/alejandro-la-rosa-4497a995/", "github" : "https://github.com/Alejandro1709"}, "jobTitle" : "Full Stack Developer", "lo... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "img": {"type": "string"}, "email": {"type": "string"}, "links": {"type": "object", "properties": {"website": {"type": "string"}, "linkedin": {"type": "string"}, "github": {"type": "string"}}, "required": ["website", "linkedin", "github"]}, "jobTitle": {"typ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "411628206001", "text" : "\u5510\u96c6\u5c45\u6c11\u59d4\u5458\u4f1a"}, {"id" : "411628206002", "text" : "\u4e8c\u95e8\u5c45\u6c11\u59d4\u5458\u4f1a"}, {"id" : "411628206200", "text" : "\u5218\u8d2f\u6597\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "411628206201", "text" : "\u4e1a\u5e84\u6751\u6c11\u59d4\u5458\u4... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[131.125, 34.583333333333336], [131.125, 34.666666666666664], [131.25, 34.666666666666664], [131.25, 34.583333333333336], [131.125, 34.583333333333336]]]}, "properties" : {"code" : 513171, "url" : "http://madefor.github.io/0410/api/v1/513171.geojs... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"703649f-a": {"type": "object", "properties": {"width": {"type": "integer"}, "thumb_url": {"type": "string"}, "image_url": {"type": "string"}, "title": {"type": "string"}, "date": {"type": "string"}, "text": {"type"... | {"703649f-a" : {"width" : 600, "thumb_url" : "http://oldnyc-assets.nypl.org/thumb/703649f-a.jpg", "image_url" : "http://oldnyc-assets.nypl.org/600px/703649f-a.jpg", "title" : "", "date" : "", "text" : "P.L. Sperr, photographer 6-19-1942\nNeg. A-531\n", "folder" : "Clinton Avenue & Greene Avenue, Brooklyn, NY", "height"... | json_instruct | {"type": "object", "properties": {"703649f-a": {"type": "object", "properties": {"width": {"type": "integer"}, "thumb_url": {"type": "string"}, "image_url": {"type": "string"}, "title": {"type": "string"}, "date": {"type": "string"}, "text": {"type": "string"}, "folder": {"type": "string"}, "height": {"type": "integer"... |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["ANDROID", "ANDROID"], ["IOS", "IOS"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["star... | {"name" : "luffahub-example-nodejs", "version" : "1.0.0", "description" : "Example for middle-user to connect to Hub", "main" : "app.js", "scripts" : {"start" : "node app.js"}, "repository" : {"type" : "git", "url" : "git+https://github.com/luffanet/luffahub-example-nodejs.git"}, "author" : "cube@luffanet.com.tw", "lic... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "repository": {"type": "object", "properties": {"type": {"type": ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"expireTime" : 9007200867590255000, "key" : "/static/2fec6874a3ee7aaba7bacb05d928b916/9dc27/gift.jpg", "val" : "fa71eeab107cb350be78f64671949348"} | json_instruct | {"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "saikyr", "definition" : "Same as Saker. [Obs.]"} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"C__gamma": {"type": "number"}, "C__gamma__shrinking": {"type": "number"}, "C__gamma__strategy": {"type": "number"}, "C__gamma__tol": {"type": "number"}, "C__shrinking": {"type": "number"}, "C__shrinking__strategy": ... | {"C__gamma" : 0.04789205915302286, "C__gamma__shrinking" : 0.0011331174229791104, "C__gamma__strategy" : 0.004755890527290731, "C__gamma__tol" : 0.0050323654347523145, "C__shrinking" : 0.0012358299096077489, "C__shrinking__strategy" : 6.377683856217953e-05, "C__shrinking__tol" : 2.9350023026397665e-05, "C__strategy" : ... | json_instruct | {"type": "object", "properties": {"C__gamma": {"type": "number"}, "C__gamma__shrinking": {"type": "number"}, "C__gamma__strategy": {"type": "number"}, "C__gamma__tol": {"type": "number"}, "C__shrinking": {"type": "number"}, "C__shrinking__strategy": {"type": "number"}, "C__shrinking__tol": {"type": "number"}, "C__strat... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"commands": {"type": "array", "items": {"type": "string"}}}, "required": ["commands"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"commands" : ["Set-ExecutionPolicy Bypass -Scope Process -Force ;iex ((New-Object System.Net.WebClient).DownloadString(\"https://chocolatey.org/install.ps1\"))"]} | json_instruct | {"type": "object", "properties": {"commands": {"type": "array", "items": {"type": "string"}}}, "required": ["commands"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "abv": {"type": "number"}, "ibu": {"type": "number"}, "srm": {"type": "number"}, "upc": {"type": "integer"}, "type": {"type": "string"}, "brewery_id": {"type": "string"}, "updated": {"type": "string"},... | {"name" : "Mad Hatter IPA", "abv" : 5.8, "ibu" : 0.0, "srm" : 0.0, "upc" : 0, "type" : "beer", "brewery_id" : "new_holland_brewing_company", "updated" : "2010-07-22 20:00:20", "description" : "Dry-hopping provides a distinctive and floral hop aroma, while the lively and hoppy body is subtly balanced with delicious malt... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "abv": {"type": "number"}, "ibu": {"type": "number"}, "srm": {"type": "number"}, "upc": {"type": "integer"}, "type": {"type": "string"}, "brewery_id": {"type": "string"}, "updated": {"type": "string"}, "description": {"type": "string"}, "style": {"type": "st... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"content": {"type": "object", "properties": {"heading": {"type": "string"}, "preamble": {"type": "string"}, "url": {"type": "string"}, "articles": {"type": "array", "items": {"type": "object", "properties": {"headin... | {"content" : {"heading" : "Welcome to Lorem", "preamble" : "Percipit nullam intellegat tota te justo accusam mentitum ubique meliore expetendis appareat possit suscipiantur.", "url" : "/", "articles" : [{"heading" : "Malis reprimique voluptua convenire nostrud", "preamble" : "Civibus denique id animal fastidii definiti... | json_instruct | {"type": "object", "properties": {"content": {"type": "object", "properties": {"heading": {"type": "string"}, "preamble": {"type": "string"}, "url": {"type": "string"}, "articles": {"type": "array", "items": {"type": "object", "properties": {"heading": {"type": "string"}, "preamble": {"type": "string"}, "url": {"type":... |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"province": {"type": "string"}, "city": {"type": "string"}, "area": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "string"}, "phone": {"type": "str... | [{"province" : "\u56db\u5ddd\u7701", "city" : "\u6210\u90fd\u5e02", "area" : "\u65b0\u90fd\u533a", "name" : "\u6210\u90fd\u5e02\u9f99\u6865\u90ae\u653f\u652f\u5c40", "code" : "610505", "address" : "\u6210\u90fd\u5e02\u65b0\u90fd\u533a\u9f99\u6865\u9547\u5357\u8857350-352\u53f7", "phone" : "028-83079506"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"province": {"type": "string"}, "city": {"type": "string"}, "area": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "string"}, "phone": {"type": "string"}}, "required": ["province", "city", "area", "name", "code... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type... | {"id" : 150640, "info" : {"name" : "azlyrics.com for lyrics projection", "description" : "For live karaoke or similar occassions when one needs lyrics on big screen quickly and without distractions. Strips the logo, buttons etc from lyrics view.", "additionalInfo" : null, "format" : "uso", "category" : "azlyrics", "cre... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "... |
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": {"start": {"type": "string"}, "test": {"type": "string"}}, "r... | {"name" : "03-es6-features-lab", "version" : "1.0.0", "description" : "es6 examples", "main" : "index.js", "scripts" : {"start" : "lite-server", "test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/iproduct/fullstack-typescript-react.git"}, "keywords" ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "repository": {"type": "objec... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "validator": {"type": "boolean"}, "public_key": {"type": "string"}}, "required": ["name", "validator", "public_key"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "thuy-validator", "validator" : true, "public_key" : "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxeuwX2uncMV2ZCYJgLH6\n8akOWa6LNJvzfMvj64BxEIvAbOwnRs+l/UAH7MSOhuBQP672fqjXFa9dWbLjQAgy\ngz4zkMv4MJkFpze049zVDCDdV9Q/AjmQ9XeZlw71PUxJx11BszchrRMAV3yv8nnr\nprq81pxkcHog0Xn52BC6iBe2h5OPyT... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "validator": {"type": "boolean"}, "public_key": {"type": "string"}}, "required": ["name", "validator", "public_key"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"version": {"type": "string"}, "book": {"type": "string"}, "chapter": {"type": "integer"}, "verse": {"type": "integer"}, "word": {"type": "string"}}, "required": ["version", "book", "chapter", "verse", "word"], "$s... | {"version" : "english_NIV", "book" : "Jeremiah", "chapter" : 8, "verse" : 17, "word" : "\u201cSee, I will send venomous snakes among you, vipers that cannot be charmed, and they will bite you,\u201d declares the LORD."} | json_instruct | {"type": "object", "properties": {"version": {"type": "string"}, "book": {"type": "string"}, "chapter": {"type": "integer"}, "verse": {"type": "integer"}, "word": {"type": "string"}}, "required": ["version", "book", "chapter", "verse", "word"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"noAction": {"type": "object", "properties": {"cumulativeAffected": {"type": "string"}, "overloadedHospitals": {"type": "string"}, "estimatedDeaths": {"type": "string"}}, "required": ["cumulativeAffected", "overloade... | {"noAction" : {"cumulativeAffected" : ">70%", "overloadedHospitals" : "2020-04-07T07:00:00.000Z", "estimatedDeaths" : "153,000"}, "lockdown" : {"cumulativeAffected" : "<1%", "overloadedHospitals" : "never", "estimatedDeaths" : "<1000"}, "shelterInPlace" : {"cumulativeAffected" : "14%", "overloadedHospitals" : "outside ... | json_instruct | {"type": "object", "properties": {"noAction": {"type": "object", "properties": {"cumulativeAffected": {"type": "string"}, "overloadedHospitals": {"type": "string"}, "estimatedDeaths": {"type": "string"}}, "required": ["cumulativeAffected", "overloadedHospitals", "estimatedDeaths"]}, "lockdown": {"type": "object", "prop... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "... | {"schema_version" : "1.2.0", "id" : "GHSA-8pm9-x397-wxmf", "modified" : "2022-05-13T01:52:49Z", "published" : "2022-05-13T01:52:49Z", "aliases" : ["CVE-2018-5508"], "details" : "On F5 BIG-IP PEM versions 13.0.0, 12.0.0-12.1.3.1, 11.6.0-11.6.2, 11.5.1-11.5.5, or 11.2.1, under certain conditions, TMM may crash when proce... | 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", "properti... |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[2003, 5], [2005, 5], [2006, 5], [2012, 5]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", ... | [{"id" : "1005", "provinceId" : "33", "regencyId" : "12", "districtId" : "16", "name" : "Kismantoro"}, {"id" : "1008", "provinceId" : "33", "regencyId" : "12", "districtId" : "16", "name" : "Gesing"}, {"id" : "2001", "provinceId" : "33", "regencyId" : "12", "districtId" : "16", "name" : "Pucung"}, {"id" : "2002", "prov... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"]}, "$schema": "http://json-schema.or... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"code": {"type": "string"}, "lang": {"type": "string"}, "description": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["code", "lang", "description", "name", "type"], "$sch... | {"code" : "BBU001", "lang" : "de", "description" : "\nBruttobetriebs\u00fcberschuss (Anteil am Umsatz)\n\nErl\u00e4uterung f\u00fcr folgende Statistik(en):\n45341 Jahresstatistik im Handel\n45342 Jahresstatistik im Gastgewerbe\n\nBegriffsinhalt:\nDer Bruttobetriebs\u00fcberschuss errechnet sich wie folgt:\n\nBruttobetr... | json_instruct | {"type": "object", "properties": {"code": {"type": "string"}, "lang": {"type": "string"}, "description": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["code", "lang", "description", "name", "type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"issuer_ca_id": {"type": "integer"}, "issuer_name": {"type": "string"}, "name_value": {"type": "string"}, "min_cert_id": {"type": "integer"}, "min_entry_timestamp": {"type": "string"}, "not_before": {"type": "string"}, "not_aft... | {"issuer_ca_id" : 12404, "issuer_name" : "C=BE, O=GlobalSign nv-sa, CN=GlobalSign Organization Validation CA - SHA256 - G3", "name_value" : "*.live.com", "min_cert_id" : 261486771, "min_entry_timestamp" : "2017-11-22T05:34:42.975", "not_before" : "2017-11-22T05:34:41", "not_after" : "2019-11-23T05:34:41"} | json_instruct | {"type": "object", "properties": {"issuer_ca_id": {"type": "integer"}, "issuer_name": {"type": "string"}, "name_value": {"type": "string"}, "min_cert_id": {"type": "integer"}, "min_entry_timestamp": {"type": "string"}, "not_before": {"type": "string"}, "not_after": {"type": "string"}}, "required": ["issuer_ca_id", "iss... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "county": {"type": "string"}, "elevation": {"type": "integer"}, "location": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array",... | {"id" : "1521470", "name" : "Jordan Creek Trail", "county" : "Lewis", "elevation" : 1133, "location" : {"type" : "Point", "coordinates" : [-121.5756403, 46.5048369]}} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "county": {"type": "string"}, "elevation": {"type": "integer"}, "location": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordina... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"appName": {"type": "object", "properties": {"message": {"type": "string"}, "description": {"type": "string"}}, "required": ["message", "description"]}, "appDescription": {"type": "object", "properties": {"messa... | {"appName" : {"message" : "Markdown Outline for GitHub", "description" : "The name of the application"}, "appDescription" : {"message" : "It will show you the outline of the markdown file on GitHub.", "description" : "The description of the application"}} | json_instruct | {"type": "object", "properties": {"appName": {"type": "object", "properties": {"message": {"type": "string"}, "description": {"type": "string"}}, "required": ["message", "description"]}, "appDescription": {"type": "object", "properties": {"message": {"type": "string"}, "description": {"type": "string"}}, "required": ["... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"examine": {"type": "string"}, "bonuses": {"type": "array", "items": {"type": "integer"}}, "realPrice": {"type": "integer"}}, "required": ["examine", "bonuses", "realPrice"], "$schema": "http://json-schema.org/draft-07/schem... | {"examine" : "A medium square shield.", "bonuses" : [0, 0, 0, -6, -2, 38, 40, 36, 0, 38, 35, 3, 0, 7, 0, 0, 0, 0], "realPrice" : 22695} | json_instruct | {"type": "object", "properties": {"examine": {"type": "string"}, "bonuses": {"type": "array", "items": {"type": "integer"}}, "realPrice": {"type": "integer"}}, "required": ["examine", "bonuses", "realPrice"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool"... | {"contract" : "0x578fa4ab3b27a94fe97bd52167f1b02da20d31e8", "tool" : "slither", "start" : 1563527459.8914013, "end" : 1563527463.5644093, "duration" : 3.6730079650878906, "analysis" : []} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["binder-deploy-kubernetes", "fb-spam", "frames-simulator", "goodreads-ssrm", "grpcli", "gulp-more-less", "housecontroller", "hyco-websocket", "isilist", "jcore-api", "joule-node-local", "ledger-pivot", "mathjax-pandoc-filter", "mojio-js-sdk", "plus.garden", "qap-cli", "sankey-report", "staticip", "substeps.js", "teamc... | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bluebird": {"type": "string"}, "ejs"... | {"name" : "raml-to-slate", "version" : "1.0.0", "description" : "", "main" : "index.js", "dependencies" : {"bluebird" : "^3.5.0", "ejs" : "^2.5.7", "fs-extra" : "^4.0.1", "http-status-codes" : "^1.2.0", "lodash" : "^4.17.4", "raml-1-parser" : "^1.1.29"}, "devDependencies" : {}, "scripts" : {"test" : "echo \"Error: no t... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bluebird": {"type": "string"}, "ejs": {"type": "string"}, "fs-extra": {"type": "string"}, "http-status-codes": {"... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"lib": {"type": "string"}, "api": {"type": "stri... | {"name" : "api", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"lib" : "./node_modules/.bin/babel *.js --out-dir lib --presets=@babel/env ", "api" : "npm run lib && node lib/api.js", "start" : "micro -p 3002"}, "author" : "", "license" : "ISC", "dependencies" : {"@babel/polyfill" : "^7.0.0"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"lib": {"type": "string"}, "api": {"type": "string"}, "start": {"type": "string"}}, "required": ["lib", "api", "start"]... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "string"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "provi... | {"name" : "Indiana State University", "alt_name" : "(ISU)", "country" : "United States", "state" : "Indiana", "address" : {"street" : "200 North Seventh Street", "city" : "Terre Haute", "province" : "Indiana", "postal_code" : "47809-0001"}, "contact" : {"telephone" : "+1(812) 237-6311", "website" : "http://www.indstate... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "string"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "string"}, "postal_code": {"type": "string... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wo... | {"id" : 102031085, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "a03d4d1d611738951f670cf3c9b6d3d1", "wof:id" : 102031085, "wof:repo" : "whosonfirst-data-admin-in"}, "bbox" : [74.95, 30.23, 74.95, 30.23], "geometry" : {"coordinates" : [74.95,... | 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": ["... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"appid": {"type": "integer"}, "name": {"type": "string"}, "windows": {"type": "boolean"}, "mac": {"type": "boolean"}, "linux": {"type": "boolean"}, "early_access": {"type": "boolean"}, "lookup_time": {"type": "integer"}}, "r... | {"appid" : 234490, "name" : "Rush Bros", "windows" : true, "mac" : true, "linux" : false, "early_access" : false, "lookup_time" : 1490971694} | json_instruct | {"type": "object", "properties": {"appid": {"type": "integer"}, "name": {"type": "string"}, "windows": {"type": "boolean"}, "mac": {"type": "boolean"}, "linux": {"type": "boolean"}, "early_access": {"type": "boolean"}, "lookup_time": {"type": "integer"}}, "required": ["appid", "name", "windows", "mac", "linux", "early_... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"polyfill": {"type": "array", "items": {"type": "string"}}, "app": {"type": "array", "items": {"type": "string"}}, "component---src-pages-index-tsx": {"type": "array", "items": {"type": "string"}}, "component---src-pages-pag... | {"polyfill" : ["/polyfill-b15e1d40e341e44dea87.js"], "app" : ["/app-907b6b6ddc783b4eee6c.js"], "component---src-pages-index-tsx" : ["/component---src-pages-index-tsx-85aab5df616250f0d781.js"], "component---src-pages-pages-tsx" : ["/component---src-pages-pages-tsx-2fcb822e2606c12b2ea2.js"], "component---src-pages-plugin... | json_instruct | {"type": "object", "properties": {"polyfill": {"type": "array", "items": {"type": "string"}}, "app": {"type": "array", "items": {"type": "string"}}, "component---src-pages-index-tsx": {"type": "array", "items": {"type": "string"}}, "component---src-pages-pages-tsx": {"type": "array", "items": {"type": "string"}}, "comp... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type"... | {"name" : "node-red-contrib-azure-iot-device", "description" : "Node-RED node to connect to the Azure IoT platform as a device.", "version" : "0.2.3", "repository" : {"type" : "git", "url" : "git+https://github.com/iotblackbelt/node-red-contrib-azure-iot-device.git"}, "bugs" : {"url" : "https://github.com/iotblackbelt/... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": ... |
Create an example JSON object that satisfies 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" : "7314070003", "district_id" : "7314070", "name" : "SUMPANG MANGO"} | 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#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "modern.css": {"type": "string"}, "modern.js": {"type": "string"}, "skinname-moder... | {"@metadata" : {"authors" : ["Shirayuki", "Umherirrender"]}, "modern.css" : "{{optional}}", "modern.js" : "{{optional}}", "skinname-modern" : "{{optional}}\n{{Identical|Modern}}"} | json_instruct | {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "modern.css": {"type": "string"}, "modern.js": {"type": "string"}, "skinname-modern": {"type": "string"}}, "required": ["@metadata", "modern.css", "moder... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.