input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"courts": {"type": "object", "properties": {}, "required": []}, "jurisdictions": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "name": {"type": "string"}, "courts": {"type":... | {"courts" : {}, "jurisdictions" : [{"path" : "cs", "name" : "Czechoslovakia", "courts" : []}]} | json_instruct | {"type": "object", "properties": {"courts": {"type": "object", "properties": {}, "required": []}, "jurisdictions": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "name": {"type": "string"}, "courts": {"type": "array", "items": {}}}, "required": ["path", "name", "courts"]}}}, "r... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"title": {"type": "array", "items": {"type": "string"}}, "Directed by": {"type": "array", "items": {"type": "string"}}, "Produced by": {"type": "array", "items": {"type": "string"}}, "Screenplay by": {"type": "array", "items": ... | {"title" : ["Goldfinger"], "Directed by" : ["Guy Hamilton"], "Produced by" : ["Harry Saltzman", "Albert R. Broccoli"], "Screenplay by" : ["Richard Maibaum", "Paul Dehn", "Uncredited:", "Berkely Mather"], "Story by" : ["Uncredited:", "Johanna Harwood", "Berkely Mather"], "Based on" : ["Goldfinger , by Ian Fleming"], "S... | json_instruct | {"type": "object", "properties": {"title": {"type": "array", "items": {"type": "string"}}, "Directed by": {"type": "array", "items": {"type": "string"}}, "Produced by": {"type": "array", "items": {"type": "string"}}, "Screenplay by": {"type": "array", "items": {"type": "string"}}, "Story by": {"type": "array", "items":... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "title": {"type": "string"}, "author": {"type": "string"}, "module_name": {"type": "string"}, "publish_date": {"type... | {"id" : 362, "created_at" : "2018-01-23", "updated_at" : "2018-01-23", "title" : "Reflected Cross-Site Scripting", "author" : "Yasin Soliman (ysx)", "module_name" : "redis-commander", "publish_date" : "2018-01-23", "cves" : [], "vulnerable_versions" : "<=0.13.12", "patched_versions" : null, "overview" : "An injection i... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "title": {"type": "string"}, "author": {"type": "string"}, "module_name": {"type": "string"}, "publish_date": {"type": "string"}, "cves": {"type": "array", "items": {}}, "vulnerable_versions"... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"liveServer.settings.multiRootWorkspaceName": {"type": "string"}}, "required": ["liveServer.settings.multiRootWorkspaceName"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"liveServer.settings.multiRootWorkspaceName" : "Genius - DIO"} | json_instruct | {"type": "object", "properties": {"liveServer.settings.multiRootWorkspaceName": {"type": "string"}}, "required": ["liveServer.settings.multiRootWorkspaceName"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "lava", "definition" : "The melted rock ejected by a volcano from its top or fissured sides. It flows out in streams sometimes miles in length. It also issues from fissures in the earth's surface, and forms beds covering many square miles, as in the Northwestern United States. Note: Lavas are classed, accordi... | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": [... | {"h" : [{"d" : [{"e" : ["\ufff9`Sapipamatangaw~ `niyam~ `hasapaloma~ `to~ `panay~.\ufffa\ufffb\u6211\u5011\u60f3\u958b\u8352\u6e96\u5099\u7a2e\u690d\u7a3b\u5b50\u3002"], "f" : "\u60f3\u58be\u8352\u3001\u958b\u8352\u3002"}]}], "stem" : "matang", "t" : "sapipamatangaw"} | json_instruct | {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e", "f"]}}}, "required": ["d"]}}, "stem": {"type": "string"},... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "ha... | {"index" : 10037, "hash" : 3052208915, "artDyeHash" : 3052208915, "redacted" : false, "dyeManifestHash" : 3389315347, "blacklisted" : false} | json_instruct | {"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "hash", "artDyeHash", "redacted", "dyeManifestHash", "blackl... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}}, "required": ["name", "symbol", "decimals", "address", "chai... | {"name" : "Token 6oDf", "symbol" : "6oDfb", "decimals" : 6, "address" : "6oDfbdFNuFTNE5DUncJgkFk2f5m74rBiWnXBaumHygqn", "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#"} |
Based on the schema below, produce a valid JSON object:
{"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", "st... | {"contract" : "0x559eecd43e7e9e9f9f9d5c72aaf855436c51f8d5", "tool" : "osiris", "start" : 1564614621.4120107, "end" : 1564614624.7281003, "duration" : 3.316089630126953, "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://... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"shutdown": {"type": "string"}}, "required": ["shutdown"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"shutdown" : "Bot Shutdown"} | json_instruct | {"type": "object", "properties": {"shutdown": {"type": "string"}}, "required": ["shutdown"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"dataset": {"type": "string"}, "datetime": {"type": "string"}, "organisation": {"type": "string"}, "resource": {"type": "string"}, "url": {"type": "string"}}, "required": ["dataset", "datetime", "organisation", "reso... | {"dataset" : "brownfield-land", "datetime" : "2018-05-22T00:00:00.0", "organisation" : "local-authority-eng:ELM", "resource" : "520a566a469a4b7c0e3d9f24dc75a5e293a91b427813bd5b09502d4cca1d1ada", "url" : "http://www.elmbridge.gov.uk/EasySiteWeb/GatewayLink.aspx?alId=4071"} | json_instruct | {"type": "object", "properties": {"dataset": {"type": "string"}, "datetime": {"type": "string"}, "organisation": {"type": "string"}, "resource": {"type": "string"}, "url": {"type": "string"}}, "required": ["dataset", "datetime", "organisation", "resource", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"ok": {"type": "boolean"}, "error_code": {"type": "integer"}, "description": {"type": "string"}}, "required": ["ok", "error_code", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ok" : false, "error_code" : 400, "description" : "[Error]: Bad Request: user not found"} | json_instruct | {"type": "object", "properties": {"ok": {"type": "boolean"}, "error_code": {"type": "integer"}, "description": {"type": "string"}}, "required": ["ok", "error_code", "description"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"viewBox": {"type": "string"}, "font": {"type": "string"}, "code": {"type": "string"}, "ref": {"type": "string"}, "path": {"type": "string"}}, "required": ["viewBox", "font", "code", "ref", "path"], "$schema": "http... | {"viewBox" : "0 0 1536 1792", "font" : "font-awesome", "code" : "f011", "ref" : "off", "path" : "M1536 896q0 156-61 298t-164 245q-103 103-245 164t-298 61q-156 0-298-61t-245-164q-103-103-164-245T0 896q0-182 80.5-343T307 283q43-32 95.5-25t83.5 50q32 42 24.5 94.5T461 487q-98 74-151.5 181T256 896q0 104 40.5 198.5T406 1258q... | json_instruct | {"type": "object", "properties": {"viewBox": {"type": "string"}, "font": {"type": "string"}, "code": {"type": "string"}, "ref": {"type": "string"}, "path": {"type": "string"}}, "required": ["viewBox", "font", "code", "ref", "path"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "... | {"0" : "0", "1" : "1", "2" : "2", "3" : "3", "4" : "4", "5" : "5", "6" : "6", "7" : "7", "8" : "8", "9" : "9", "Esc" : "\u001b", "F1" : "\u001b[[A", "F2" : "\u001b[[B", "F3" : "\u001b[[C", "F4" : "\u001b[[D", "F5" : "\u001b[[E", "F6" : "\u001b[17~", "F7" : "\u001b[18~", "F8" : "\u001b[19~", "F9" : "\u001b[20~", "F10" :... | json_instruct | {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}, "Esc": {"type": "string"}, "F1": {"t... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"717263f-a": {"type": "object", "properties": {"width": {"type": "integer"}, "thumb_url": {"type": "string"}, "image_url": {"type": "string"}, "title": {"type": "string"}, "date": {"type": "string"}, "text": {"type": "string"},... | {"717263f-a" : {"width" : 600, "thumb_url" : "http://oldnyc-assets.nypl.org/thumb/717263f-a.jpg", "image_url" : "http://oldnyc-assets.nypl.org/600px/717263f-a.jpg", "title" : "", "date" : "1870?", "text" : "Broadway, north across Grand Street, showing mainly the westerly side of this thoroughfare. At the left is the fi... | json_instruct | {"type": "object", "properties": {"717263f-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": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "minecraft:block/polished_blackstone_button_inventory"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "surahNumber": {"type": "string"}, "ayatNumber": {"type": "string"}, "arabic": {"type": "string"}, "english": {"type": "string"}, "bengali": {"type": "string"}}, "required": ["id", "surahNumber", "aya... | {"id" : 1502, "surahNumber" : "011", "ayatNumber" : "029", "arabic" : "\u0648\u064e\u064a\u064e\u0627 \u0642\u064e\u0648\u0652\u0645\u0650 \u0644\u064e\u0627 \u0623\u064e\u0633\u0652\u0623\u064e\u0644\u064f\u0643\u064f\u0645\u0652 \u0639\u064e\u0644\u064e\u064a\u0652\u0647\u0650 \u0645\u064e\u0627\u0644\u064b\u0627 \u0... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "surahNumber": {"type": "string"}, "ayatNumber": {"type": "string"}, "arabic": {"type": "string"}, "english": {"type": "string"}, "bengali": {"type": "string"}}, "required": ["id", "surahNumber", "ayatNumber", "arabic", "english", "bengali"], "$schema": "http... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract"... | {"contract" : "0x7c8efa4cdcd3c1c1287dde290d8d96868c294fb6", "tool" : "honeybadger", "start" : 1565881983.9990065, "end" : 1565881986.6108744, "duration" : 2.611867904663086, "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://... |
Based on the schema below, produce a valid JSON object:
{"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" : "ADIS", "frequency" : 1397, "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#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"generator": {"type": "string"}, "summary": {"type": "string"}, "license": {"type": "string"}, "metadata_version": {"type": "string"}, "name": {"type": "string"}, "run_requires": {"type": "array", "items": {"type": "object", "pro... | {"generator" : "bdist_wheel (0.26.0)", "summary" : "UNKNOWN", "license" : "LICENSE.txt", "metadata_version" : "2.0", "name" : "pypeflow", "run_requires" : [{"requires" : ["future (>=0.16.0)", "networkx (>=1.9.1)"]}], "extras" : [], "version" : "2.2.0+git.0593d496d3376ce0e2de4abd75708fae814d570d", "extensions" : {"pytho... | json_instruct | {"type": "object", "properties": {"generator": {"type": "string"}, "summary": {"type": "string"}, "license": {"type": "string"}, "metadata_version": {"type": "string"}, "name": {"type": "string"}, "run_requires": {"type": "array", "items": {"type": "object", "properties": {"requires": {"type": "array", "items": {"type"... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"port": {"type": "integer"}, "bodyLimit": {"type": "string"}, "corsHeaders": {"type": "array", "items": {"type": "string"}}, "dbUrl": {"type": "string"}, "dbUrlProd": {"type": "string"}, "csvPath": {"type": "string"}}, "requ... | {"port" : 8080, "bodyLimit" : "100kb", "corsHeaders" : ["Link"], "dbUrl" : "mongodb://localhost/test", "dbUrlProd" : "mongodb://cabot:cabot1234@ds129936.mlab.com:29936/cabot-employees", "csvPath" : "src/employee-list.csv"} | json_instruct | {"type": "object", "properties": {"port": {"type": "integer"}, "bodyLimit": {"type": "string"}, "corsHeaders": {"type": "array", "items": {"type": "string"}}, "dbUrl": {"type": "string"}, "dbUrlProd": {"type": "string"}, "csvPath": {"type": "string"}}, "required": ["port", "bodyLimit", "corsHeaders", "dbUrl", "dbUrlPro... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "migrate": {"type": ... | {"name" : "kanban", "version" : "1.0.0", "description" : "Kanban", "main" : "src/server.js", "scripts" : {"build" : "babel src --out-dir dist --copy-files", "migrate" : "npx sequelize-cli db:migrate", "migrate:reset" : "npx sequelize-cli db:migrate:undo:all && npm run migrate", "start" : "node dist/server.js", "db:seed... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "migrate": {"type": "string"}, "migrate:reset": {"type": "string"}, "start": {"type": "str... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"data.json": {"type": "object", "... | {"address" : "1oranGeS2xsKZ4jVsu9SVttzgkYXu4k9v", "cert_auth_type" : "web", "cert_sign" : "HDpCX1ij9Q+mVfVJskUw7OllU72E3x2KBna0LBOOQ71ThZvJqIeNSTGnvtWhOTJIAH5H04hUlNHCLvdLqkl90eY=", "cert_user_id" : "galochkin@zeroid.bit", "files" : {"data.json" : {"sha512" : "0d4d7d334fbd605d5b19d08f4e670746b7041c45e2b70256c0b565eadfd... | json_instruct | {"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"data.json": {"type": "object", "properties": {"sha512": {"type": "string"}, "size": {"type": "integer"}}... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"review": {"type": "string"}, "date": {"type": "string"}, "rating": {"type": "string"}, "author": {"type": "string"}, "review_id": {"type": "string"}, "movie_id": {"type": "string"}}... | [{"review" : "\uc7ac\ubbf8\ub3c4 \uac10\ub3d9\ub3c4 \uc5c6\ub124...", "date" : "14.09.08", "rating" : "3", "author" : "dbzh****", "review_id" : "9181609", "movie_id" : "25587"}, {"review" : "\uc2a4\ud3ec\uce20 \uc601\ud654\ub85c\uc11c\uc758 \uc990\uac70\uc6c0\uc740 \ucda9\ubd84", "date" : "11.07.12", "rating" : "5", "a... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"review": {"type": "string"}, "date": {"type": "string"}, "rating": {"type": "string"}, "author": {"type": "string"}, "review_id": {"type": "string"}, "movie_id": {"type": "string"}}, "required": ["review", "date", "rating", "author", "review_id", "movie_id"]... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"t... | {"citations" : [{"textCitation" : "[See mplmon2cl on Metamath](http://us.metamath.org/mpegif/mplmon2cl.html)"}], "names" : ["mplmon2cl"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_cP", "#T_wceq", "#T_cI", "#T_cmpl", "#T_cR", "#T_cD", "#T_wceq", "#T_crab--1", "#T_vf", "#T_crab--2", "#T_cn0", "#T_cmap", "#T_cI... | 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": "st... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"allowJs": {"type": "boolean"}, "checkJs": {"type": "boolean"}, "types": {"type": "array", "items": {"type": "string"}}}, "required": ["allowJs", "checkJs", "types"... | {"compilerOptions" : {"allowJs" : true, "checkJs" : true, "types" : ["google-apps-script"]}} | json_instruct | {"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"allowJs": {"type": "boolean"}, "checkJs": {"type": "boolean"}, "types": {"type": "array", "items": {"type": "string"}}}, "required": ["allowJs", "checkJs", "types"]}}, "required": ["compilerOptions"], "$schema": "http://json-schema.... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "description": {"type": "string"}, "feed": {"type": "object", "properties": {"subtitle": {"type": "string"}, "filename": {"type": "string"}, "path": {"type": "string"}, "i... | {"title" : "Owls", "url" : "https://owls.mysteryspot.net/", "description" : "We are trying to figure it out.", "feed" : {"subtitle" : "We are trying to figure it out.", "filename" : "feed.xml", "path" : "/feed/feed.xml", "id" : "https://owls.mysteryspot.net"}, "author" : {"name" : "Jay", "email" : "owls@mysteryspot.net... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "description": {"type": "string"}, "feed": {"type": "object", "properties": {"subtitle": {"type": "string"}, "filename": {"type": "string"}, "path": {"type": "string"}, "id": {"type": "string"}}, "required": ["subtitle", "filename... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"package": {"type": "string"}, "name": {"type": "string"}, "versionName": {"type": "string"}, "versionCode": {"type": "integer"}, "minPlatformVersion": {"type": "integer"}, "icon": {"type": "string"}, "orientation": {"type":... | {"package" : "test.game.oppo", "name" : "\u6d4b\u8bd5OPPO\u5c0f\u6e38\u620f", "versionName" : "1.0", "versionCode" : 1, "minPlatformVersion" : 1050, "icon" : "./logo.png", "orientation" : "portrait", "type" : "game", "config" : {"logLevel" : "log"}, "features" : [{"name" : "system.prompt"}, {"name" : "system.router"}, ... | json_instruct | {"type": "object", "properties": {"package": {"type": "string"}, "name": {"type": "string"}, "versionName": {"type": "string"}, "versionCode": {"type": "integer"}, "minPlatformVersion": {"type": "integer"}, "icon": {"type": "string"}, "orientation": {"type": "string"}, "type": {"type": "string"}, "config": {"type": "ob... |
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": {"test": {"type": "string"}}, "required": ["test"]}, "reposit... | {"name" : "nbased", "version" : "1.2.0", "description" : "Utilities to write Event Driven & Serverless architectures on AWS adapted for Naranja", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git://github.com/aeberdinelli/nbased.git"}... | 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"]}, "repository": {"type": "object", "properties": {"type": {"type": "s... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "d429-64", "text" : "/W h-v /Tv [fa^\nJzfY \u00a3<-/ V'-'' \u2014 pzT flArrf.\nS >^C* ***. !L^~' k* Zj ck^J\n^ 0U ^/Ot\n\u00a3 4 L<-'$~6^\n\u00a3 / l' ^-<J2_\ns7~/C^A\nCifjft\u00b0?-d\u2019 afA-~Zt<ai-v~\u2014r a~y CZZfi-tZ'jf\nJltf ^ ^ iVl^f ^e.\ngaX'-^cc \u25a0 \u00a3 C-O ttuJLJ y^\nf~ #X4c $> ^rv- u u^Jal- y... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "description": {"type": "string"}, "repository": {"type": "object", "pro... | {"name" : "ciffi-js-webpack2", "version" : "0.4.7", "author" : {"name" : "Ciffi"}, "description" : "Ciffi-js frontend base project for webpack2 installation", "repository" : {"type" : "git", "url" : "git+https://github.com/ciffi/ciffi-js-webpack2.git"}, "license" : "ISC", "homepage" : "https://github.com/ciffi/ciffi-js... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "str... |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["outdates", "plover", "plover-assets-webpack", "plover-benchmark"] | 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": {"display": {"type": "object", "properties": {"icon": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "title": {"type": "object", "properties": {"translate": {"type": "string"}}, "... | {"display" : {"icon" : {"item" : "rifts:rift_shard"}, "title" : {"translate" : "rifts.advancements.tab.name"}, "description" : {"translate" : "rifts.advancements.tab.description"}, "frame" : "task", "show_toast" : true, "annouce_to_chat" : true, "background" : "rifts:textures/blocks/rift_block.png"}, "criteria" : {"req... | json_instruct | {"type": "object", "properties": {"display": {"type": "object", "properties": {"icon": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "title": {"type": "object", "properties": {"translate": {"type": "string"}}, "required": ["translate"]}, "description": {"type": "object", "propert... |
Generate sample JSON data that conforms to the following 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" : "1471060006", "district_id" : "1471060", "name" : "HARJOSARI"} | 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": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "reabsorption", "definition" : "The act or process of rearbsorbing."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"projectId": {"type": "string"}}, "required": ["projectId"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"projectId" : "inng35"} | json_instruct | {"type": "object", "properties": {"projectId": {"type": "string"}}, "required": ["projectId"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"WorkItem": {"type": "object", "properties": {"AffectedComponent": {"type": "object", "properties": {"Name": {"type": "string"}, "DisplayName": {"type": "string"}}, "required": ["Name", "DisplayName"]}, "ClosedComment": {"type": ... | {"WorkItem" : {"AffectedComponent" : {"Name" : "PHPExcel_Writer_Excel5", "DisplayName" : "PHPExcel_Writer_Excel5"}, "ClosedComment" : "Fixed in SVN", "ClosedDate" : "2009-09-25T18:56:24.947-07:00", "CommentCount" : 0, "Custom" : null, "Description" : "The function ereg() is deprecated in php 5.3, and will be removed si... | json_instruct | {"type": "object", "properties": {"WorkItem": {"type": "object", "properties": {"AffectedComponent": {"type": "object", "properties": {"Name": {"type": "string"}, "DisplayName": {"type": "string"}}, "required": ["Name", "DisplayName"]}, "ClosedComment": {"type": "string"}, "ClosedDate": {"type": "string"}, "CommentCoun... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"payment_type": {"type": "string"}, "payment_type_id": {"type": "integer"}}, "required": ["payment_type", "payment_type_id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"payment_type" : "credit", "payment_type_id" : 1}, {"payment_type" : "cash", "payment_type_id" : 2}, {"payment_type" : "no charge", "payment_type_id" : 3}, {"payment_type" : "dispute", "payment_type_id" : 4}, {"payment_type" : "unknown", "payment_type_id" : 5}, {"payment_type" : "voided trip", "payment_type_id" : 6}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"payment_type": {"type": "string"}, "payment_type_id": {"type": "integer"}}, "required": ["payment_type", "payment_type_id"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft... | {"word" : "Abuse", "definitions" : ["The improper use of something.", "Unjust or corrupt practice.", "Cruel and violent treatment of a person or animal.", "Violent treatment involving sexual assault, especially on a regular basis.", "Insulting and offensive language."], "parts-of-speech" : "Noun"} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "manifest_version": {"type": "integer"}, "background": {"type": "object", "properties": {"service_worker": {"type":... | {"name" : "Toggle webpage background color", "description" : "Chrome extension for Toggling webpage background color with a color from 4 different colors", "version" : "1.0", "manifest_version" : 3, "background" : {"service_worker" : "background.js"}, "options_page" : "options.html", "permissions" : ["storage", "active... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "manifest_version": {"type": "integer"}, "background": {"type": "object", "properties": {"service_worker": {"type": "string"}}, "required": ["service_worker"]}, "options_page": {"type": "strin... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "descriptio... | {"name" : "adam", "main" : ["dist/adam.js", "dist/adam.min.js"], "version" : "1.3.0", "homepage" : "https://github.com/gamtiq/adam", "authors" : ["Denis Sikuler"], "description" : "Functions to create, process and test objects, maps, arrays, sets", "keywords" : ["object", "array", "process", "create", "check", "field",... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["md-pages", "trailpack-markdown-doc"] | 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"}, "slug": {"type": "string"}, "namespace": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "str... | {"name" : "Arma Life", "slug" : "armalife", "namespace" : "ArmaLife", "version" : "1.0", "author" : "Cyberbyte Studios", "license" : "GNU GPLv3", "description" : "Provides support for the arma life framework V4.4r3+"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "slug": {"type": "string"}, "namespace": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "slug", "namespace", "version", "author", "licen... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"5706": {"type": "string"}, "5708": {"type": "string"}}, "required": ["5706", "5708"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"5706" : "5707", "5708" : "5709"} | json_instruct | {"type": "object", "properties": {"5706": {"type": "string"}, "5708": {"type": "string"}}, "required": ["5706", "5708"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"usul": {"type": "array", "items": {"type": "object", "properties": {"attribute_key": {"type": "string"}, "mb_tag": {"type": "string"}, "source": {"type": "string"}}, "required": ["attribute_key", "mb_tag", "source"]}}, "form": {... | {"usul" : [{"attribute_key" : "serbest", "mb_tag" : "serbest", "source" : "http://musicbrainz.org/recording/ae2fe39c-2fed-4f36-bb1b-1d28fc15f4d5"}], "form" : [{"attribute_key" : "taksim", "mb_tag" : "taksim", "source" : "http://musicbrainz.org/recording/ae2fe39c-2fed-4f36-bb1b-1d28fc15f4d5"}], "releases" : [{"mbid" : "... | json_instruct | {"type": "object", "properties": {"usul": {"type": "array", "items": {"type": "object", "properties": {"attribute_key": {"type": "string"}, "mb_tag": {"type": "string"}, "source": {"type": "string"}}, "required": ["attribute_key", "mb_tag", "source"]}}, "form": {"type": "array", "items": {"type": "object", "properties"... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"/js/app.js": {"type": "string"}, "/css/app.css": {"type": "string"}, "/vali-admin/js/pace.min.js": {"type": "string"}}, "required": ["/js/app.js", "/css/app.css", "/vali-admin/js/pace.min.js"], "$schema": "http://j... | {"/js/app.js" : "/js/app.js?id=b0fa7bd4bd8cd7c194e6", "/css/app.css" : "/css/app.css?id=26871fdf71d6fa123ca5", "/vali-admin/js/pace.min.js" : "/vali-admin/js/pace.min.js?id=248f37358dd94120dc84"} | json_instruct | {"type": "object", "properties": {"/js/app.js": {"type": "string"}, "/css/app.css": {"type": "string"}, "/vali-admin/js/pace.min.js": {"type": "string"}}, "required": ["/js/app.js", "/css/app.css", "/vali-admin/js/pace.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"short_name": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "sizes": {"type": "string"}, "... | {"short_name" : "L2Savings", "name" : "L2Savings", "description" : "How much have you saved by using Ethereum L2's?", "icons" : [{"src" : "favicon.ico", "sizes" : "256x256", "type" : "image/x-icon"}], "start_url" : ".", "display" : "standalone", "theme_color" : "#000000", "background_color" : "#ffffff"} | json_instruct | {"type": "object", "properties": {"short_name": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "sizes": {"type": "string"}, "type": {"type": "string"}}, "required": ["src", "sizes", "type... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"poem": {"type": "object", "properties": {"title": {"type": "null"}, "author": {"type": "string"}, "text": {"type": "string"}}, "required": ["title", "author", "text"]}}, "required": ["poem"], "$schema": "http... | {"poem" : {"title" : null, "author" : "Peter McCarey", "text" : "Deans under investigation\nDons in undervestigation\nDreams of fiscal subterfusc.\nProfessor Doctor Proctor deems\nTheir under-the-table deals on deeds and bonds\nQuite unbecoming. Quite.\nAfter the crash they went back to their crosswords."}} | json_instruct | {"type": "object", "properties": {"poem": {"type": "object", "properties": {"title": {"type": "null"}, "author": {"type": "string"}, "text": {"type": "string"}}, "required": ["title", "author", "text"]}}, "required": ["poem"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"delay": {"type": "integer"}, "file": {"type": "string"}, "msg": {"type": "object", "properties": {"help": {"type": "array", "items": {"type": "string"}}}, "required": ["help"]}}, "required": ["delay", "file", "msg"]... | {"delay" : 1, "file" : "conf/autoreply.csv", "msg" : {"help" : ["Random message when the chatbot received a message\n", "- _No argument_\n", "The bot pickup one information from the CSV file and provide it after a delay of 2s. The CSV file content can be managed via the **CSV** module."]}} | json_instruct | {"type": "object", "properties": {"delay": {"type": "integer"}, "file": {"type": "string"}, "msg": {"type": "object", "properties": {"help": {"type": "array", "items": {"type": "string"}}}, "required": ["help"]}}, "required": ["delay", "file", "msg"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "lastModifiedAt": {"type": "integer"}, "entries": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "lastModifiedAt": {"type": "integer"}}, "required": ["name", "... | {"name" : "AbstractWorker", "lastModifiedAt" : 1629769803000, "entries" : [{"name" : "__type__", "lastModifiedAt" : 1629769803000}, {"name" : "onerror", "lastModifiedAt" : 1604975279392}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "lastModifiedAt": {"type": "integer"}, "entries": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "lastModifiedAt": {"type": "integer"}}, "required": ["name", "lastModifiedAt"]}}}, "required": ["name", "lastModifiedAt... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"ink": {"type": "string"}}, "required": ["ink"]}}, "required": ["name", "private", "dependencies"], "$schema": "ht... | {"name" : "<%= _.slugify(appname) %>", "private" : true, "dependencies" : {"ink" : "~1.0.5"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"ink": {"type": "string"}}, "required": ["ink"]}}, "required": ["name", "private", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"A": {"type": "object", "properties": {"tag": {"type": "string"}}, "required": ["tag"]}, "B": {"type"... | {"type" : "minecraft:crafting_shaped", "pattern" : ["ABA", "BAB", "ABA"], "key" : {"A" : {"tag" : "forge:ingots/iron"}, "B" : {"item" : "minecraft:glass"}}, "result" : {"item" : "icbm:reinforced_glass", "count" : 8}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"A": {"type": "object", "properties": {"tag": {"type": "string"}}, "required": ["tag"]}, "B": {"type": "object", "properties": {"item": {"type": "string"}}, "... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"success": {"type": "integer"}, "avg_pg_create_time_ms": {"type": "number"}, "avg_pg_remove_time_ms": {"type": "number"}, "_runtime": {"type": "number"}, "_session_url": {"type": "string"}, "_commit_url": {"type": "string"},... | {"success" : 1, "avg_pg_create_time_ms" : 0.6551887567598629, "avg_pg_remove_time_ms" : 3.2382229564551754, "_runtime" : 294.8811585903168, "_session_url" : "https://beta.anyscale.com/o/anyscale-internal/projects/prj_2xR6uT6t7jJuu1aCwWMsle/clusters/ses_JrxFXTCkW1yA9mnRZKTayGEe", "_commit_url" : "https://s3-us-west-2.am... | json_instruct | {"type": "object", "properties": {"success": {"type": "integer"}, "avg_pg_create_time_ms": {"type": "number"}, "avg_pg_remove_time_ms": {"type": "number"}, "_runtime": {"type": "number"}, "_session_url": {"type": "string"}, "_commit_url": {"type": "string"}, "_stable": {"type": "boolean"}}, "required": ["success", "avg... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "env": {"type": "object", "properties": {"DJANGO_SECRET_KEY": {"type": "... | {"name" : "theresumator", "description" : "A Resumator Website", "repository" : "https://github.com/AmmsA/theresumator", "keywords" : ["python", "django", "resumator"], "env" : {"DJANGO_SECRET_KEY" : {"description" : "A randomly generated secret to secure your Django installation", "generator" : "secret"}, "ADMIN_USER"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "env": {"type": "object", "properties": {"DJANGO_SECRET_KEY": {"type": "object", "properties": {"description": {"type": "string"}... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "150421106200", "text" : "\u67e5\u5e72\u8bfa\u5c14\u560e\u67e5\u6751"}, {"id" : "150421106201", "text" : "\u4e4c\u548c\u5c14\u695a\u9c81\u560e\u67e5\u6751"}, {"id" : "150421106202", "text" : "\u8fbe\u62c9\u54c8\u560e\u67e5\u6751"}, {"id" : "150421106203", "text" : "\u82b1\u6839\u5854\u62c9\u560e\u67e5\u6751"},... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"html_attributions": {"type": "array", "items": {}}, "results": {"type": "array", "items": {"type": "object", "properties": {"business_status": {"type": "string"}, "geometry": {"type": "object", "properties": {"locat... | {"html_attributions" : [], "results" : [{"business_status" : "CLOSED_TEMPORARILY", "geometry" : {"location" : {"lat" : 23.419408, "lng" : 86.46200739999999}, "viewport" : {"northeast" : {"lat" : 23.4208299802915, "lng" : 86.46339383029151}, "southwest" : {"lat" : 23.4181320197085, "lng" : 86.4606958697085}}}, "icon" : ... | 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... |
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": {... | {"userId" : 38400, "cartId" : "9ce005da-2214-4943-b000-b9a41ec9d8fe", "preferredProducts" : [1956, 557], "productReviews" : [{"productId" : 2755, "reviewText" : "this grey is smooth.", "reviewDate" : "2017-02-14T04:49:23.4796893+02:00"}, {"productId" : 3584, "reviewText" : "heard about this on chicha radio, decided to ... | 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... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ... | {"name" : "canvas-zoom-component", "version" : "1.0.0", "description" : "Starter project for static sites", "main" : "index.js", "scripts" : {"start" : "http-server -o"}, "author" : "L\u00f3th G\u00e1bor <lgbster@gmail.com>", "license" : "MIT", "dependencies" : {"bootstrap" : "^3.3.7", "http-server" : "^0.9.0", "jquery... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dep... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"pages/index": {"type": "boolean"}}, "required": ["pages/index"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : "59d0e5e2e3fe98e9a216", "c" : {"pages/index" : true}} | json_instruct | {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"pages/index": {"type": "boolean"}}, "required": ["pages/index"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"/css/bootstrap-icons.css": {"type": "string"}, "/css/bootstrap.css": {"type": "string"}, "/js/jquery.js": {"type": "string"}, "/js/sweetalert.min.js": {"type": "string"}, "/js/bootstrap.js": {"type": "string"}}, "r... | {"/css/bootstrap-icons.css" : "/css/bootstrap-icons.css", "/css/bootstrap.css" : "/css/bootstrap.css", "/js/jquery.js" : "/js/jquery.js", "/js/sweetalert.min.js" : "/js/sweetalert.min.js", "/js/bootstrap.js" : "/js/bootstrap.js"} | json_instruct | {"type": "object", "properties": {"/css/bootstrap-icons.css": {"type": "string"}, "/css/bootstrap.css": {"type": "string"}, "/js/jquery.js": {"type": "string"}, "/js/sweetalert.min.js": {"type": "string"}, "/js/bootstrap.js": {"type": "string"}}, "required": ["/css/bootstrap-icons.css", "/css/bootstrap.css", "/js/jquer... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "body": {"type": "string"}}, "required": ["title", "body"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"title" : "add title", "body" : "add body"}, {"title" : "add title2", "body" : "add body2"}, {"title" : "add title3", "body" : "add body3"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "body": {"type": "string"}}, "required": ["title", "body"]}, "$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"}, "browser": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "bui... | {"name" : "dababy", "version" : "1.1.0", "description" : "Data binding so simple even DaBaby could do it!", "main" : "dist/dababy.min.js", "browser" : "dist/dababy.min.js", "scripts" : {"dev" : "esbuild src/dababy.ts --bundle --global-name=Dababy --watch --outfile=dist/dababy.js", "build" : "sh build.sh", "cleanup" : "... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "browser": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "cleanup": {"type": "string"}}, ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"label:cs": {"type": "string"}, "P31":... | {"type" : "FeatureCollection", "features" : [{"type" : "Feature", "properties" : {"label:cs" : "Centr\u00e1ln\u00ed k\u0159\u00ed\u017e na h\u0159bitov\u011b ve V\u0161emilech", "P31" : "http://www.wikidata.org/entity/Q2309609", "P31^label:cs" : "Pam\u011btn\u00ed k\u0159\u00ed\u017e", "P131^label:cs" : "Jet\u0159ichov... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"label:cs": {"type": "string"}, "P31": {"type": "string"}, "P31^label:cs": {"type": "string"}, "P131^label:cs... |
The schema below describes a JSON structure. Generate a valid example:
{"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": {"t... | [{"province" : "\u65b0\u7586\u7ef4\u543e\u5c14\u81ea\u6cbb\u533a", "city" : "\u4f0a\u7281\u54c8\u8428\u514b\u81ea\u6cbb\u5dde", "area" : "\u594e\u5c6f\u5e02", "name" : "\u8f66\u6392\u5b50\u90ae\u653f\u652f\u5c40", "code" : "833208", "address" : "\u594e\u5c6f\u5e02123\u56e2\u5149\u660e\u91cc13\u53f7", "phone" : "0992-39... | 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... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"symfony/http-client": {"type": "string"}}, "requi... | {"name" : "stereoflo/tmdb-api", "description" : "desc", "type" : "library", "license" : "MIT", "require" : {"symfony/http-client" : "^4.3"}, "autoload" : {"psr-4" : {"TMDB\\" : "src/"}}, "require-dev" : {"friendsofphp/php-cs-fixer" : "^2.14"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"symfony/http-client": {"type": "string"}}, "required": ["symfony/http-client"]}, "autoload": {"type": "object", "prope... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "a... | {"title" : "Food practices as situated action: exploring and designing for everyday food practices with households.", "fields" : ["contextual inquiry", "knowledge management", "environmental resource management", "multimedia", "situated"], "abstract" : "Household food practices are complex. Many people are unable to ef... | 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": {"typ... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["230126106200", "\u5fb7\u5b89\u6751\u6751\u59d4\u4f1a", "220", "0"], ["230126106201", "\u53cc\u5174\u6751\u6751\u59d4\u4f1a", "220", "0"], ["230126106202", "\u548c\u5e73\u6751\u6751\u59d4\u4f1a", "220", "0"], ["230126106203", "\u5f97\u5229\u6751\u6751\u59d4\u4f1a", "220", "0"], ["230126106204", "\u5f66\u9f99\u6751\u6... | json_instruct | {"type": "array", "items": {"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": {"event": {"type": "string"}, "sid": {"type": "integer"}, "payload": {"type": "object", "properties": {"paths": {"type": "array", "items": {"type": "object", "properties": {"class": {"type": "string"}, "traffic... | {"event" : "showTraffic", "sid" : 62, "payload" : {"paths" : [{"class" : "primary", "traffic" : false, "links" : ["0E:2A:69:30:13:8A/-1/0-of:0000ffffffff0008/1", "of:0000ffffffff0008/20-of:0000ffffffff0007/10", "of:0000ffffffff0007/1-0E:2A:69:30:13:89/-1/0"], "labels" : ["123 bytes", "10 bytes", "0 bytes"]}]}} | json_instruct | {"type": "object", "properties": {"event": {"type": "string"}, "sid": {"type": "integer"}, "payload": {"type": "object", "properties": {"paths": {"type": "array", "items": {"type": "object", "properties": {"class": {"type": "string"}, "traffic": {"type": "boolean"}, "links": {"type": "array", "items": {"type": "string"... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"status": {"type": "string"}, "request_id": {"type": "string"}, "message": {"type": "string"}}, "required": ["status", "request_id", "message"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"status" : "Not Found", "request_id" : "be9cd5fd857254a4059357b2354edb92", "message" : "Record not found."} | json_instruct | {"type": "object", "properties": {"status": {"type": "string"}, "request_id": {"type": "string"}, "message": {"type": "string"}}, "required": ["status", "request_id", "message"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"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"}}, "b... | {"n_dim" : 8, "n_trials" : 80, "objective" : "markowitz_analytic_on_cube", "white" : "platypus_moead", "black" : "scipy_powell", "traceback" : ["passing", "passing"], "best_val" : [2.026629141310124, 1.4540827747836653], "best_x" : [[0.5750186036102425, 0.6437454888164278, 2.6384117968181187e-06, 0.32684632157450044, 0... | 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": {... |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "path": {"type": "string"}, "value": {"type": "number"}}, "required": ["name", "path", "value"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "Capital goods", "path" : "Capital goods", "value" : 1515561.733}, {"name" : "Consumer goods", "path" : "Consumer goods", "value" : 1229944.939}, {"name" : "Intermediate goods", "path" : "Intermediate goods", "value" : 1891651.364}, {"name" : "Mach and Elec", "path" : "Mach and Elec", "value" : 1131386.708},... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "path": {"type": "string"}, "value": {"type": "number"}}, "required": ["name", "path", "value"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nu... | {"nom" : "Sains-l\u00e8s-Marquion", "circ" : "1\u00e8re circonscription", "dpt" : "Pas-de-Calais", "inscrits" : 266, "abs" : 128, "votants" : 138, "blancs" : 5, "nuls" : 4, "exp" : 129, "res" : [{"nuance" : "MDM", "nom" : "M. Bruno DUVERG\u00c9", "voix" : 68}, {"nuance" : "FN", "nom" : "Mme Agn\u00e8s CAUDRON", "voix" ... | 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"... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"p": {"type": "string"}, "d": {"type": "integer"}}, "required": ["p", "d"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"p" : "a76e9b97-1220-4574-9c84-fbee3c8ef4be", "d" : 195}, {"p" : "1a56a626-1828-40f7-9b99-bb1096610262", "d" : 133}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"p": {"type": "string"}, "d": {"type": "integer"}}, "required": ["p", "d"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "venue": {"type": "string"}, "year": {"type": "string"}, "publisher": {"type": "string"}, "pages": ... | {"type" : "conference", "title" : "Leveraging Data and Structure in Ontology Integration", "authors" : ["Octavian Udrea", "Lise Getoor", "Ren\u00e9e J. Miller"], "venue" : "International Conference on Management of Data", "year" : "2007", "publisher" : "ACM", "pages" : "449--460", "address" : "Beijing, China", "links" ... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "venue": {"type": "string"}, "year": {"type": "string"}, "publisher": {"type": "string"}, "pages": {"type": "string"}, "address": {"type": "string"}, "links": {"type": "a... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"orderedHearingId": {"type": "string"}, "label": {"type": "string"}, "isAdjournmentResult": {"type": "boolean"}, "isFinancialResult": {"type": "boolean"}, "isConvictedResult": {"type": "boolean"}, "isAvailableFo... | {"orderedHearingId" : "dafbe7f9-2f42-4781-8bbf-24ce47d51fd5", "label" : "Legal Aid Transfer Granted", "isAdjournmentResult" : false, "isFinancialResult" : false, "isConvictedResult" : false, "isAvailableForCourtExtract" : true, "orderedDate" : "2021-03-10", "category" : "FINAL"} | json_instruct | {"type": "object", "properties": {"orderedHearingId": {"type": "string"}, "label": {"type": "string"}, "isAdjournmentResult": {"type": "boolean"}, "isFinancialResult": {"type": "boolean"}, "isConvictedResult": {"type": "boolean"}, "isAvailableForCourtExtract": {"type": "boolean"}, "orderedDate": {"type": "string"}, "ca... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1990, 5], [1992, 7], [1995, 5], [1999, 5], [2000, 6], [2001, 7], [2002, 7], [2003, 8], [2004, 6], [2005, 8], [2006, 13], [2007, 8], [2008, 5], [2009, 10], [2010, 11], [2012, 5], [2014, 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": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "wildnature:block/granite_slab_bricks_small"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "start": {"type": "string"}}, "required": ["build", "start"]},... | {"name" : "schedule_manager", "version" : "0.0.0", "private" : true, "scripts" : {"build" : "tsc", "start" : "npm run build && node ./dist/bin/www.js"}, "dependencies" : {"@types/debug" : "^4.1.7", "@types/express" : "^4.17.13", "@types/node" : "^16.11.6", "cookie-parser" : "~1.4.4", "debug" : "~2.6.9", "express" : "~4... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "start": {"type": "string"}}, "required": ["build", "start"]}, "dependencies": {"type": "object", "properties": {"@types/... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "The Minimalist", "description" : "A table designed for gaming.", "url" : "http://www.geekchichq.com/the-minimalist-gaming-table.html"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "screenshots": {"type": "string"}, "license": {"type": "object", "properties": {"type":... | {"name" : "DDDemo1", "version" : "1.0.3", "summary" : "This is DDDemo1 first App .", "homepage" : "https://github.com/dkumarq3/DDDemo1", "screenshots" : "https://images.macrumors.com/t/unGmZZ6o_sPgxmaK7J7-m0oKFl8=/1600x0/article-new/2019/12/iphonetopcharts2019-800x779.jpg", "license" : {"type" : "MIT", "file" : "LICEN... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "screenshots": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "command": {"type": "string"}, "locked": {"type": "boolean"}, "starred": {"type": "boolean"}}, "required": ["name", "command", "locked", "starred"], "$schema": "http://json-schema.org/draft-07/sch... | {"name" : "source2", "command" : "const name = (IRC.command.params[0]||'').replace(/\\s+/g, ''); print(`${name}`);", "locked" : false, "starred" : false} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "command": {"type": "string"}, "locked": {"type": "boolean"}, "starred": {"type": "boolean"}}, "required": ["name", "command", "locked", "starred"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"parent": {"type": "string"}, "pid": {"type": "integer"}, "argv": {"type": "array", "items": {"type": "string"}}, "execArgv": {"type": "array", "items": {}}, "cwd": {"type": "string"}, "time": {"type": "integer"}, "pp... | {"parent" : "50d327a8-8793-4bf9-b308-b0403f4699a7", "pid" : 5792, "argv" : ["/home/travis/.nvm/versions/node/v10.23.1/bin/node", "/home/travis/build/commitizen/cz-cli/test/.tmp/enduser-app/node_modules/spawn-sync/postinstall"], "execArgv" : [], "cwd" : "/home/travis/build/commitizen/cz-cli/test/.tmp/enduser-app/node_mo... | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}, "pid": {"type": "integer"}, "argv": {"type": "array", "items": {"type": "string"}}, "execArgv": {"type": "array", "items": {}}, "cwd": {"type": "string"}, "time": {"type": "integer"}, "ppid": {"type": "integer"}, "coverageFilename": {"type": "string"}, "ex... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"VisitsSummary": {"type": "object", "properties": {"AverageGenerationTime": {"type": "string"}, "AverageVisitDuration": {"type": "string"}, "GenerateQueries": {"type": "string"}, "GenerateTime": {"type": "string"}, "MaxNbActions"... | {"VisitsSummary" : {"AverageGenerationTime" : "%s povpre\u010dni \u010das generiranja", "AverageVisitDuration" : "%s povpre\u010dno trajanje obiska", "GenerateQueries" : "%s ukazov izvr\u0161enih", "GenerateTime" : "%s sekund za prikaz strani", "MaxNbActions" : "%s najve\u010dje \u0161tevilo akcij v enem obisku", "NbAc... | json_instruct | {"type": "object", "properties": {"VisitsSummary": {"type": "object", "properties": {"AverageGenerationTime": {"type": "string"}, "AverageVisitDuration": {"type": "string"}, "GenerateQueries": {"type": "string"}, "GenerateTime": {"type": "string"}, "MaxNbActions": {"type": "string"}, "NbActionsDescription": {"type": "s... |
Generate a valid JSON object that conforms to the following schema:
{"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" : [[[122.25, 31.75], [122.25, 31.833333333333332], [122.375, 31.833333333333332], [122.375, 31.75], [122.25, 31.75]]]}, "properties" : {"code" : 472252, "url" : "http://madefor.github.io/0410/api/v1/472252.geojson", "view" : "https://github.com/madefo... | 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... |
Create a JSON structure that matches this schema definition:
{"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", "propertie... | {"localities" : ["Indianola, MS", "Holly Ridge, MS"], "state" : "MS", "postal_code" : "38749", "locality" : "Holly Ridge, MS", "lat" : 33.447423, "region" : {"fips" : "28", "abbr" : "MS", "name" : "Mississippi"}, "city" : "Holly Ridge", "type" : "POBOX", "lng" : -90.752367, "counties" : []} | json_instruct | {"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "town": {"type": "string"}, "county": {"type": "string... | {"id" : "9ac4721b-cc54-43df-9396-e24c2ff06682", "name" : "St Augustine's Priory", "code" : "G", "address" : {"addressLine1" : "Hillcrest Road", "town" : "London", "county" : "London", "postcode" : "W5 2JL"}, "organisation" : {"id" : "e5573d32-1684-4472-9e2b-c6743eddce31", "code" : "2BV", "name" : "West London Teacher T... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "town": {"type": "string"}, "county": {"type": "string"}, "postcode": {"type": "string"}}, "required": ["addressLine1", "to... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "... | {"directions" : ["Heat the oil in a skillet over medium heat. In a bowl, mix the flour, salt and pepper, and paprika. Dredge the steaks in the flour mixture, and place in the skillet. Brown steaks on both sides, and remove from heat.", "In a slow cooker, alternate layers of steak, green bell pepper, red bell pepper, on... | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "r... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"ty... | {"userId" : 21532, "cartId" : "8fca34ea-010f-47cc-8df2-3b0761c4e0c3", "preferredProducts" : [2178, 2943, 401], "productReviews" : [{"productId" : 1841, "reviewText" : "I tried to hang it but got jelly bean all over it.", "reviewDate" : "2020-01-28T04:28:09.3866633+02:00"}, {"productId" : 1200, "reviewText" : "one of my... | 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... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "cc4375f55b35b8ea5119faea76e75efa5799a582"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$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"}, "properties": {"type": "object", "properties": {}, "required": []}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items... | {"type" : "Feature", "properties" : {}, "geometry" : {"type" : "LineString", "coordinates" : [[37.731641, 10.256141], [7.931798, 21.878067], [6.644766, 15.190109], [27.984331, 9.256647], [37.662038, 5.289255], [36.227134, 12.691253]]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {}, "required": []}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["type", "co... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required... | {"ETag" : "W/\"d55bf056f77157dd0884464bbd3f31a6f21bda5aa97a11ae09ffdc94d86b448e\"", "Last-Modified" : "Thu, 17 Dec 2020 16:26:59 GMT", "base" : {"repo" : {"name" : "limix-inference-feedstock"}}, "closed_at" : null, "created_at" : "2020-09-23T16:23:40Z", "draft" : false, "head" : {"ref" : "rebuild-python38-0-1_h80d79c"}... | json_instruct | {"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "null"}, "created_at": {"type": "string... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string... | {"name" : "University of Cinema Studies", "alt_name" : "Universidad del Cine \u2013 FUC (UCINE)", "country" : "Argentina", "state" : null, "address" : {"street" : "Pasaje J. M. Giuffra 330,, San Telmo", "city" : "Buenos Aires", "province" : "Capital Federal", "postal_code" : "C1064ADD"}, "contact" : {"telephone" : "+54... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "string"}, "postal_code": {"type": "string"}... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"min": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}, "max": {"type": "object", "pr... | {"title" : "StorageBalanceBounds", "type" : "object", "properties" : {"min" : {"$ref" : "./U128.json"}, "max" : {"$ref" : "./U128.json"}}} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"min": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}, "max": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref... |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "xp": {"type": "integer"}, "level": {"type": "integer"}}, "required": ["id", "xp", "level"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "6285849261085@s.whatsapp.net", "xp" : 8078, "level" : 2}, {"id" : "6285789004732@s.whatsapp.net", "xp" : 723, "level" : 1}, {"id" : "6285853960298@s.whatsapp.net", "xp" : 19406, "level" : 3}, {"id" : "6281398860278@s.whatsapp.net", "xp" : 12910, "level" : 2}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "xp": {"type": "integer"}, "level": {"type": "integer"}}, "required": ["id", "xp", "level"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"b5963ecab8d95c1024a46117fce4e907": {"type": "array", "items": {"type": "string"}}, "e295e625ca1afa091751bcc3d43e373c": {"type": "array", "items": {"type": "string"}}, "58676715ecac734d527fbae5735e9938": {"type": "arr... | {"b5963ecab8d95c1024a46117fce4e907" : ["/spec/course_spec.rb", "/app/course.rb", "/spec/spec_helper.rb"], "e295e625ca1afa091751bcc3d43e373c" : ["/spec/course_spec.rb", "/app/course.rb", "/app/student.rb", "/spec/spec_helper.rb"], "58676715ecac734d527fbae5735e9938" : ["/spec/student_spec.rb", "/app/student.rb", "/spec/s... | json_instruct | {"type": "object", "properties": {"b5963ecab8d95c1024a46117fce4e907": {"type": "array", "items": {"type": "string"}}, "e295e625ca1afa091751bcc3d43e373c": {"type": "array", "items": {"type": "string"}}, "58676715ecac734d527fbae5735e9938": {"type": "array", "items": {"type": "string"}}, "62794ad377b63a78ce9764f4638117a5"... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "preview": {"type": "string"}}, "required": ["dev", "build", "preview"]}, "dependencies": {... | {"private" : true, "scripts" : {"dev" : "vite --port 3333 --open", "build" : "cross-env NODE_ENV=production vite build", "preview" : "vite preview"}, "dependencies" : {"@vueuse/core" : "^6.5.3", "axios" : "^0.23.0", "lodash-es" : "^4.17.21", "pinia" : "^2.0.0-rc.13", "tom-select" : "^2.0.0-rc.4", "vue" : "^3.2.20", "vu... | json_instruct | {"type": "object", "properties": {"private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "preview": {"type": "string"}}, "required": ["dev", "build", "preview"]}, "dependencies": {"type": "object", "properties": {"@vueuse/core": {"type": "str... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": ... | {"nom" : "Le Juch", "dpt" : "Finist\u00e8re", "inscrits" : 541, "abs" : 84, "votants" : 457, "blancs" : 55, "nuls" : 17, "exp" : 385, "res" : [{"panneau" : "1", "voix" : 305}, {"panneau" : "2", "voix" : 80}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object"... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "430473400205", "text" : "\u4e09\u91cc\u6751\u59d4\u4f1a"}, {"id" : "430473400401", "text" : "\u91d1\u6e90\u7ba1\u7406\u5904\u793e\u533a"}, {"id" : "430473400402", "text" : "\u65b0\u5b89\u7ba1\u7406\u5904\u793e\u533a"}, {"id" : "430473400403", "text" : "\u65b0\u7af9\u7ba1\u7406\u5904\u793e\u533a"}, {"id" : "43... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"topic": {"type": "string"}, "category": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "body": {"type": "string"}, "id": {... | {"topic" : "trying to implement isotropic reflection model", "category" : "radiance-general", "attachments" : [], "created_by_name" : "Tarik Rahman", "created_at" : "October 08, 2004 at 04:47PM", "body" : "Hi there\nI'm trying to implement the isotropic reflection model where\n [ exp(-tan^2(delta/alpha^2)]... | json_instruct | {"type": "object", "properties": {"topic": {"type": "string"}, "category": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "body": {"type": "string"}, "id": {"type": "string"}, "created_by": {"type": "string"}}, "required": ["to... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"slug": {"type": "string"}, "relevant-countries": {"type": "array", "items": {"type": "string"}}, "categories": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "runs": {"type": "array", ... | {"slug" : "drk-brandenburg", "relevant-countries" : ["de"], "categories" : ["health"], "name" : "DRK-Landesverband Brandenburg e.V.", "runs" : ["Deutsches Rotes Kreuz Brandenburg"], "address" : "c/o BfbA GmbH\nEisenbahnstra\u00dfe 109\n14542 Werder (Havel)\nDeutschland", "phone" : "+49 331 28640", "fax" : "+49 3327 732... | json_instruct | {"type": "object", "properties": {"slug": {"type": "string"}, "relevant-countries": {"type": "array", "items": {"type": "string"}}, "categories": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "runs": {"type": "array", "items": {"type": "string"}}, "address": {"type": "string"}, "phone": {"... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.