input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"status": {"type": "integer"}, "nodelist": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "label": {"type": "string"}}, "required": ["id", "name", "label"]}}, "userdata": {"type": "object", "properties": {"lang": {"type": "string"}, "language_id": {"type": "string"}}, "required": ["lang", "language_id"]}}, "required": ["status", "nodelist", "userdata"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"status" : 0, "nodelist" : [{"id" : "1239", "name" : "gnid:6255148", "label" : "Europe"}, {"id" : "1240", "name" : "gnid:2658434", "label" : "Switzerland"}, {"id" : "1295", "name" : "gnid:2657895", "label" : "Canton of Zurich", "wikipedia" : "en.wikipedia.org/wiki/Canton_of_Zurich", "lng" : "8.66667", "lat" : "47.41667"}, {"id" : "1664", "name" : "gnid:6458760", "label" : "Bezirk Dietikon", "wikipedia" : "en.wikipedia.org/wiki/Dietikon_District", "lng" : "8.4426", "lat" : "47.38804"}, {"id" : "4731", "name" : "gnid:2661496", "label" : "Birmensdorf", "wikipedia" : "en.wikipedia.org/wiki/Birmensdorf%2C_Z%C3%BCrich", "lng" : "8.44256", "lat" : "47.35515"}], "userdata" : {"lang" : "en", "language_id" : "4"}} | json_instruct | {"type": "object", "properties": {"status": {"type": "integer"}, "nodelist": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "label": {"type": "string"}}, "required": ["id", "name", "label"]}}, "userdata": {"type": "object", "properties": {"lang": {"type": "string"}, "language_id": {"type": "string"}}, "required": ["lang", "language_id"]}}, "required": ["status", "nodelist", "userdata"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"replace" : false, "values" : ["#floricraft3:petals/raw/white", "#floricraft3:petals/raw/orange", "#floricraft3:petals/raw/magenta", "#floricraft3:petals/raw/light_blue", "#floricraft3:petals/raw/yellow", "#floricraft3:petals/raw/lime", "#floricraft3:petals/raw/pink", "#floricraft3:petals/raw/gray", "#floricraft3:petals/raw/light_gray", "#floricraft3:petals/raw/cyan", "#floricraft3:petals/raw/purple", "#floricraft3:petals/raw/blue", "#floricraft3:petals/raw/brown", "#floricraft3:petals/raw/green", "#floricraft3:petals/raw/red", "#floricraft3:petals/raw/black"]} | json_instruct | {"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"GoogleChronicleBackstory.Rules(val.ruleId == obj.ruleId)": {"type": "array", "items": {"type": "object", "properties": {"ruleId": {"type": "string"}, "versionId": {"type": "string"}, "ruleName": {"type": "string"}, "metadata": {"type": "object", "properties": {"severity": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}}, "required": ["severity", "author", "description"]}, "ruleText": {"type": "string"}, "alertingEnabled": {"type": "boolean"}, "liveRuleEnabled": {"type": "boolean"}, "versionCreateTime": {"type": "string"}, "compilationState": {"type": "string"}}, "required": ["ruleId", "versionId", "ruleName", "metadata", "ruleText", "alertingEnabled", "liveRuleEnabled", "versionCreateTime", "compilationState"]}}}, "required": ["GoogleChronicleBackstory.Rules(val.ruleId == obj.ruleId)"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"GoogleChronicleBackstory.Rules(val.ruleId == obj.ruleId)" : [{"ruleId" : "ru_42f02f52-544c-4b6e-933c-df17648d5831", "versionId" : "ru_42f02f52-544c-4b6e-933c-df17648d5831@v_1617202960_558863000", "ruleName" : "email_execution", "metadata" : {"severity" : "High", "author" : "test", "description" : "Check whether a user opened/executed a malicious file or not."}, "ruleText" : "rule email_execution {\n meta:\n author = \"test\"\n description = \"Check whether a user opened/executed a malicious file or not.\"\n severity = \"High\"\n\n events:\n $email_event.metadata.event_type = \"EMAIL_TRANSACTION\"\n $email_event.about.file.mime_type = /^(com|exe|bat|cmd|cpl|jar|js|msi|rar|reg|der|fxp|gadget|hpj|inf|ins|isp|its|jse|ksh|lnk|mad|maf|mag|mam|maq|mar|mas|mat|mau|mav|maw|mda|mdb|mde|mdt|mdw|mdz|msc|msh|msh1|msh2|mshxml|msh1xml|msh2xml|msp|mst|ops|osd|pcd|plg|prf|prg|shs|ps1xml|ps2|ps2xml|psc1|psc2|tmp|url|vb|vbe|vbp|vsmacros|vsw|ws|wsc|wsh|xnk|ade|cla|class|grp|mcf|ocx|pl|xbap|pst|scf|sct|shb)$/\n $email_event.about.file.sha256 = $sha256\n\n // re.regex($edr_event.target.process.file.full_path, `^(C:\\\\Users\\\\.*)|(.*\\\\Local\\\\Temp\\\\.*)$`)\n $edr_event.target.process.file.sha256 = $sha256\n\n match:\n $sha256 over 48h\n\n condition:\n $email_event and $edr_event\n}\n", "alertingEnabled" : true, "liveRuleEnabled" : true, "versionCreateTime" : "2021-03-31T15:02:40.558863Z", "compilationState" : "SUCCEEDED"}]} | json_instruct | {"type": "object", "properties": {"GoogleChronicleBackstory.Rules(val.ruleId == obj.ruleId)": {"type": "array", "items": {"type": "object", "properties": {"ruleId": {"type": "string"}, "versionId": {"type": "string"}, "ruleName": {"type": "string"}, "metadata": {"type": "object", "properties": {"severity": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}}, "required": ["severity", "author", "description"]}, "ruleText": {"type": "string"}, "alertingEnabled": {"type": "boolean"}, "liveRuleEnabled": {"type": "boolean"}, "versionCreateTime": {"type": "string"}, "compilationState": {"type": "string"}}, "required": ["ruleId", "versionId", "ruleName", "metadata", "ruleText", "alertingEnabled", "liveRuleEnabled", "versionCreateTime", "compilationState"]}}}, "required": ["GoogleChronicleBackstory.Rules(val.ruleId == obj.ruleId)"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": "string"}, "isbn-13": {"type": "string"}, "pages": {"type": "string"}, "publication date": {"type": "string"}, "publisher": {"type": "string"}, "size": {"type": "string"}}, "required": ["authors", "format", "isbn-10", "isbn-13", "pages", "publication date", "publisher", "size"]}, "img": {"type": "string"}, "link": {"type": "string"}, "title": {"type": "string"}}, "required": ["categories", "desc", "details", "img", "link", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"categories" : ["Engineering", "Web Development"], "desc" : "\n", "details" : {"authors" : "Bo Wu, Nripan Mathews, Tze-Chien Sum", "format" : "pdf", "isbn-10" : "9811020191", "isbn-13" : "978-9811020193", "pages" : "106 pages", "publication date" : "October 4, 2016", "publisher" : "Springer", "size" : "5.00Mb"}, "img" : "http://23.95.221.108/covers/b4/b4bad54be620dd21b9fea11f5df36240.jpg", "link" : "https://rapidhosting.info/files/asm", "title" : "Plasmonic Organic Solar Cells: Charge Generation and Recombination (SpringerBriefs in Applied Sciences and Technology)"} | json_instruct | {"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": "string"}, "isbn-13": {"type": "string"}, "pages": {"type": "string"}, "publication date": {"type": "string"}, "publisher": {"type": "string"}, "size": {"type": "string"}}, "required": ["authors", "format", "isbn-10", "isbn-13", "pages", "publication date", "publisher", "size"]}, "img": {"type": "string"}, "link": {"type": "string"}, "title": {"type": "string"}}, "required": ["categories", "desc", "details", "img", "link", "title"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"__type__": {"type": "string"}, "content": {"type": "object", "properties": {"name": {"type": "string"}, "texture": {"type": "string"}, "atlas": {"type": "string"}, "rect": {"type": "array", "items": {"type": "integer"}}, "offset": {"type": "array", "items": {"type": "integer"}}, "originalSize": {"type": "array", "items": {"type": "integer"}}, "capInsets": {"type": "array", "items": {"type": "integer"}}}, "required": ["name", "texture", "atlas", "rect", "offset", "originalSize", "capInsets"]}}, "required": ["__type__", "content"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"__type__" : "cc.SpriteFrame", "content" : {"name" : "img_yinghangka", "texture" : "cd2891c9-6bf6-4c57-8d18-8f3d9abdb808", "atlas" : "", "rect" : [0, 0, 314, 44], "offset" : [0, 0], "originalSize" : [314, 44], "capInsets" : [0, 0, 0, 0]}} | json_instruct | {"type": "object", "properties": {"__type__": {"type": "string"}, "content": {"type": "object", "properties": {"name": {"type": "string"}, "texture": {"type": "string"}, "atlas": {"type": "string"}, "rect": {"type": "array", "items": {"type": "integer"}}, "offset": {"type": "array", "items": {"type": "integer"}}, "originalSize": {"type": "array", "items": {"type": "integer"}}, "capInsets": {"type": "array", "items": {"type": "integer"}}}, "required": ["name", "texture", "atlas", "rect", "offset", "originalSize", "capInsets"]}}, "required": ["__type__", "content"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"ownership-status": {"type": "string"}, "start-date": {"type": "string"}, "minimum-net-dwellings": {"type": "string"}, "notes": {"type": "string"}, "site-address": {"type": "string"}, "planning-permission-status": {"type": "string"}, "hectares": {"type": "string"}, "organisation": {"type": "string"}, "deliverable": {"type": "string"}, "name": {"type": "string"}, "site-plan-url": {"type": "string"}, "maximum-net-dwellings": {"type": "string"}, "point": {"type": "string"}, "site": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}}, "required": ["ownership-status", "start-date", "minimum-net-dwellings", "notes", "site-address", "planning-permission-status", "hectares", "organisation", "deliverable", "name", "site-plan-url", "maximum-net-dwellings", "point", "site", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-0.7552, 51.3176]}, "properties" : {"ownership-status" : "not owned by a public authority", "start-date" : "2017-12-18", "minimum-net-dwellings" : "5", "notes" : "http://www.surreyheath.gov.uk/sites/default/files/documents/residents/planning/planning-policy/SLAA2017/8SLAA2017Ap2CamberleySiteAssmts.pdf", "site-address" : "Peerless Site P2, Wood Road, Camberley", "planning-permission-status" : "Not permissioned", "hectares" : "0.14", "organisation" : "local-authority-eng:SUR", "deliverable" : "yes", "name" : "SHBR41", "site-plan-url" : "http://www.surreyheath.gov.uk/sites/default/files/documents/residents/planning/planning-policy/SLAA2017/8SLAA2017Ap2CamberleySiteAssmts.pdf", "maximum-net-dwellings" : "5", "point" : "POINT(-0.7552 51.3176)", "site" : "SHBR41", "slug" : "/brownfield-land/local-authority-eng/SUR/SHBR41", "entity" : 495252, "entry-date" : "2017-12-18"}} | 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": {"ownership-status": {"type": "string"}, "start-date": {"type": "string"}, "minimum-net-dwellings": {"type": "string"}, "notes": {"type": "string"}, "site-address": {"type": "string"}, "planning-permission-status": {"type": "string"}, "hectares": {"type": "string"}, "organisation": {"type": "string"}, "deliverable": {"type": "string"}, "name": {"type": "string"}, "site-plan-url": {"type": "string"}, "maximum-net-dwellings": {"type": "string"}, "point": {"type": "string"}, "site": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}}, "required": ["ownership-status", "start-date", "minimum-net-dwellings", "notes", "site-address", "planning-permission-status", "hectares", "organisation", "deliverable", "name", "site-plan-url", "maximum-net-dwellings", "point", "site", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "googledocs4mw-desc": {"type": "string"}}, "required": ["@metadata", "googledocs4mw-desc"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"@metadata" : {"authors" : ["Metalhead64"]}, "googledocs4mw-desc" : "Erg\u00e4nzt das Tag <code><googlespreadsheet></code> zur Anzeige von Google-Docs-Tabellenkalkulationsbl\u00e4ttern"} | json_instruct | {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "googledocs4mw-desc": {"type": "string"}}, "required": ["@metadata", "googledocs4mw-desc"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "webpackCompilationHash": {"type": "string"}, "result": {"type": "object", "properties": {"data": {"type": "object", "properties": {"site": {"type": "object", "properties": {"siteMetadata": {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}}, "required": ["title", "author"]}}, "required": ["siteMetadata"]}, "markdownRemark": {"type": "object", "properties": {"id": {"type": "string"}, "excerpt": {"type": "string"}, "html": {"type": "string"}, "frontmatter": {"type": "object", "properties": {"title": {"type": "string"}, "date": {"type": "string"}}, "required": ["title", "date"]}}, "required": ["id", "excerpt", "html", "frontmatter"]}}, "required": ["site", "markdownRemark"]}, "pageContext": {"type": "object", "properties": {"isCreatedByStatefulCreatePages": {"type": "boolean"}, "slug": {"type": "string"}, "previous": {"type": "object", "properties": {"fields": {"type": "object", "properties": {"slug": {"type": "string"}}, "required": ["slug"]}, "frontmatter": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}}, "required": ["fields", "frontmatter"]}, "next": {"type": "object", "properties": {"fields": {"type": "object", "properties": {"slug": {"type": "string"}}, "required": ["slug"]}, "frontmatter": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}}, "required": ["fields", "frontmatter"]}}, "required": ["isCreatedByStatefulCreatePages", "slug", "previous", "next"]}}, "required": ["data", "pageContext"]}}, "required": ["componentChunkName", "path", "webpackCompilationHash", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"componentChunkName" : "component---src-templates-blog-post-js", "path" : "/2019-06-29-some-telegram-rablings/", "webpackCompilationHash" : "225a25dac73efe655bbc", "result" : {"data" : {"site" : {"siteMetadata" : {"title" : "Ten's Thoughts", "author" : "Ten Zhi Yang"}}, "markdownRemark" : {"id" : "7f6f0048-87c2-5747-b135-f47ef21615fe", "excerpt" : "I have made it a point to write some of my ideas down on telegram, I will need to find a sustainable solution to update this list as and when I write more stuff\u2026", "html" : "<p>I have made it a point to write some of my ideas down on telegram, I will need to find a sustainable solution to update this list as and when I write more stuff in it, for now I\u2019ll just write the ideas down here</p>\n<ul>\n<li>\u201cwho wrote this project\u201d git crawler</li>\n<li>graph ui (basically the graphql of ui. write garph query in templating engine, generate ui?)</li>\n<li>slide controller using posenet</li>\n<li>shadow boxing guide</li>\n<li>Text to picture</li>\n<li>Electric ukulele visualisation</li>\n<li>Speech to text but with tone (represented with emoji?)</li>\n</ul>", "frontmatter" : {"title" : "Telegram ramblings", "date" : "June 29, 2019"}}}, "pageContext" : {"isCreatedByStatefulCreatePages" : false, "slug" : "/2019-06-29-some-telegram-rablings/", "previous" : {"fields" : {"slug" : "/2019-06-28-start-of-new-era-maybe-maybenot/"}, "frontmatter" : {"title" : "Start of a new Era? maybe?"}}, "next" : {"fields" : {"slug" : "/2019-07-07-new-blog-who-dis/"}, "frontmatter" : {"title" : "New blog, who dis?"}}}}} | json_instruct | {"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "webpackCompilationHash": {"type": "string"}, "result": {"type": "object", "properties": {"data": {"type": "object", "properties": {"site": {"type": "object", "properties": {"siteMetadata": {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}}, "required": ["title", "author"]}}, "required": ["siteMetadata"]}, "markdownRemark": {"type": "object", "properties": {"id": {"type": "string"}, "excerpt": {"type": "string"}, "html": {"type": "string"}, "frontmatter": {"type": "object", "properties": {"title": {"type": "string"}, "date": {"type": "string"}}, "required": ["title", "date"]}}, "required": ["id", "excerpt", "html", "frontmatter"]}}, "required": ["site", "markdownRemark"]}, "pageContext": {"type": "object", "properties": {"isCreatedByStatefulCreatePages": {"type": "boolean"}, "slug": {"type": "string"}, "previous": {"type": "object", "properties": {"fields": {"type": "object", "properties": {"slug": {"type": "string"}}, "required": ["slug"]}, "frontmatter": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}}, "required": ["fields", "frontmatter"]}, "next": {"type": "object", "properties": {"fields": {"type": "object", "properties": {"slug": {"type": "string"}}, "required": ["slug"]}, "frontmatter": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}}, "required": ["fields", "frontmatter"]}}, "required": ["isCreatedByStatefulCreatePages", "slug", "previous", "next"]}}, "required": ["data", "pageContext"]}}, "required": ["componentChunkName", "path", "webpackCompilationHash", "result"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ast" : null, "code" : "export var tauDocs = {\n name: 'tau',\n category: 'Constants',\n syntax: ['tau'],\n description: 'Tau is the ratio constant of a circle\\'s circumference to radius, equal to 2 * pi, approximately 6.2832.',\n examples: ['tau', '2 * pi'],\n seealso: ['pi']\n};", "map" : null, "metadata" : {}, "sourceType" : "module"} | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"value": {"type": "number"}, "updateDate": {"type": "integer"}, "checkDate": {"type": "integer"}}, "required": ["value", "updateDate", "checkDate"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"value" : 161.94364412351908, "updateDate" : 1653436800000, "checkDate" : 1653509668118} | json_instruct | {"type": "object", "properties": {"value": {"type": "number"}, "updateDate": {"type": "integer"}, "checkDate": {"type": "integer"}}, "required": ["value", "updateDate", "checkDate"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"t" : "sakongaan", "h" : [{"d" : [{"f" : "\u756a\u85af\u5712\uff0c\u5730\u74dc\u5712\u3002", "e" : ["\ufff9`Ira~ `ko~ `sakonga~`a~`n~ `i~ `'apilis~ `to~ `lotok~.\ufffa\ufffb\u5c71\u908a\u6709\u756a\u85af\u5712\u3002"]}]}], "stem" : "konga"} | json_instruct | {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"towns": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["towns"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"towns" : [{"name" : "Wad Madani", "url" : "wad-madani"}]} | json_instruct | {"type": "object", "properties": {"towns": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["towns"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"role": {"type": "string"}}, "required": ["role"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"role" : "sys_admin"} | json_instruct | {"type": "object", "properties": {"role": {"type": "string"}}, "required": ["role"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"description": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "enum": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "description"]}}}, "required": ["description", "name", "type", "enum"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"description" : "Subscription sort by types.", "name" : "SortByType", "type" : "string", "enum" : [{"name" : "SUBSCRIPTION_ID", "description" : "Sort by the subscription ID"}, {"name" : "SUBSCRIBER_ID", "description" : "Sort by the subscriber ID"}, {"name" : "OBJECT_ID", "description" : "Sort by the subscription object ID"}, {"name" : "OBJECT_TYPE", "description" : "Sort by the subscription object type"}, {"name" : "CREATED_ON", "description" : "Sort by the subscription creation date"}]} | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "enum": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "description"]}}}, "required": ["description", "name", "type", "enum"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0x0bb5867166aa38189b5bbf1ed64bb26079901b02", "tool" : "osiris", "start" : 1564634551.5909612, "end" : 1564634554.2636027, "duration" : 2.6726415157318115, "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://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "division": {"type": "string"}, "department": {"type": "string"}, "prerequisites": {"type": "string"}, "exclusions": {"type": "string"}, "level": {"type": "integer"}, "campus": {"type": "string"}, "term": {"type": "string"}, "breadths": {"type": "array", "items": {"type": "integer"}}, "meeting_sections": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "instructors": {"type": "array", "items": {"type": "string"}}, "times": {"type": "array", "items": {"type": "object", "properties": {"day": {"type": "string"}, "start": {"type": "integer"}, "end": {"type": "integer"}, "duration": {"type": "integer"}, "location": {"type": "string"}}, "required": ["day", "start", "end", "duration", "location"]}}, "size": {"type": "integer"}, "enrolment": {"type": "integer"}}, "required": ["code", "instructors", "times", "size", "enrolment"]}}}, "required": ["id", "code", "name", "description", "division", "department", "prerequisites", "exclusions", "level", "campus", "term", "breadths", "meeting_sections"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "POLC21H3S20201", "code" : "POLC21H3S", "name" : "Voting and Elections", "description" : "Why do some citizens vote when others do not? What motivates voters? This course reviews theories of voting behaviour, the social and psychological bases of such behaviour, and how candidate and party campaigns influence the vote. By applying quantitative methods introduced in STAB23H3 or other courses on statistical methods, students will complete assignments examining voter behaviour in recent Canadian and/or foreign elections using survey data and election returns.Areas of Focus: Canadian Government and Politics; Comparative Politics", "division" : "University of Toronto Scarborough", "department" : "Political Science (UTSC)", "prerequisites" : "[STAB23H3 or equivalent] or POL242Y", "exclusions" : "POL314H, POL314Y", "level" : 300, "campus" : "UTSC", "term" : "2020 Winter", "breadths" : [4], "meeting_sections" : [{"code" : "L01", "instructors" : ["R Levine"], "times" : [{"day" : "WEDNESDAY", "start" : 39600, "end" : 46800, "duration" : 7200, "location" : "BV 471"}], "size" : 35, "enrolment" : 35}]} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "division": {"type": "string"}, "department": {"type": "string"}, "prerequisites": {"type": "string"}, "exclusions": {"type": "string"}, "level": {"type": "integer"}, "campus": {"type": "string"}, "term": {"type": "string"}, "breadths": {"type": "array", "items": {"type": "integer"}}, "meeting_sections": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "instructors": {"type": "array", "items": {"type": "string"}}, "times": {"type": "array", "items": {"type": "object", "properties": {"day": {"type": "string"}, "start": {"type": "integer"}, "end": {"type": "integer"}, "duration": {"type": "integer"}, "location": {"type": "string"}}, "required": ["day", "start", "end", "duration", "location"]}}, "size": {"type": "integer"}, "enrolment": {"type": "integer"}}, "required": ["code", "instructors", "times", "size", "enrolment"]}}}, "required": ["id", "code", "name", "description", "division", "department", "prerequisites", "exclusions", "level", "campus", "term", "breadths", "meeting_sections"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"nft": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}}, "required": ["trait_type", "value"]}}}, "required": ["id", "name", "description", "image", "attributes"]}, "attributeRarities": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}, "count": {"type": "integer"}, "ratio": {"type": "number"}, "ratioScore": {"type": "number"}}, "required": ["trait_type", "value", "count", "ratio", "ratioScore"]}}, "rarityScore": {"type": "number"}, "rank": {"type": "integer"}}, "required": ["nft", "attributeRarities", "rarityScore", "rank"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nft" : {"id" : "3358", "name" : "PixelFreak #03358", "description" : "They call us ugly, and misfits, but we prefer to call ourselves freaks", "image" : "ipfs://QmeVPpgtEPVJPser5LrvJyekDknZnyBcwzhR9LZAxsBUSE", "attributes" : [{"trait_type" : "pet", "value" : "None"}, {"trait_type" : "body", "value" : "Overalls D"}, {"trait_type" : "eyes", "value" : "Cyclop-Lil"}, {"trait_type" : "head", "value" : "Zapi"}, {"trait_type" : "nose", "value" : "Pixel"}, {"trait_type" : "extra", "value" : "Zolpidem"}, {"trait_type" : "mouth", "value" : "Hairy"}, {"trait_type" : "background", "value" : "RandomColor"}, {"trait_type" : "Trait Count", "value" : "8"}]}, "attributeRarities" : [{"trait_type" : "pet", "value" : "None", "count" : 9511, "ratio" : 0.9511, "ratioScore" : 1.0514141520344864}, {"trait_type" : "body", "value" : "Overalls D", "count" : 244, "ratio" : 0.0244, "ratioScore" : 40.983606557377044}, {"trait_type" : "eyes", "value" : "Cyclop-Lil", "count" : 338, "ratio" : 0.0338, "ratioScore" : 29.58579881656805}, {"trait_type" : "head", "value" : "Zapi", "count" : 602, "ratio" : 0.0602, "ratioScore" : 16.611295681063122}, {"trait_type" : "nose", "value" : "Pixel", "count" : 1464, "ratio" : 0.1464, "ratioScore" : 6.830601092896175}, {"trait_type" : "extra", "value" : "Zolpidem", "count" : 92, "ratio" : 0.0092, "ratioScore" : 108.69565217391305}, {"trait_type" : "mouth", "value" : "Hairy", "count" : 420, "ratio" : 0.042, "ratioScore" : 23.809523809523807}, {"trait_type" : "background", "value" : "RandomColor", "count" : 9595, "ratio" : 0.9595, "ratioScore" : 1.0422094841063054}, {"trait_type" : "Trait Count", "value" : "8", "count" : 10000, "ratio" : 1, "ratioScore" : 1}], "rarityScore" : 229.61010176748204, "rank" : 4033} | json_instruct | {"type": "object", "properties": {"nft": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}}, "required": ["trait_type", "value"]}}}, "required": ["id", "name", "description", "image", "attributes"]}, "attributeRarities": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}, "count": {"type": "integer"}, "ratio": {"type": "number"}, "ratioScore": {"type": "number"}}, "required": ["trait_type", "value", "count", "ratio", "ratioScore"]}}, "rarityScore": {"type": "number"}, "rank": {"type": "integer"}}, "required": ["nft", "attributeRarities", "rarityScore", "rank"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"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#"}
| {"word" : "Inflict", "definitions" : ["Cause (something unpleasant or painful) to be suffered by someone or something.", "Impose something unwelcome on."], "parts-of-speech" : "Verb"} | 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#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"author": {"type": "array", "items": {"type": "string"}}, "install_msg": {"type": "string"}, "name": {"type": "string"}, "disabled": {"type": "boolean"}, "short": {"type": "string"}, "description": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "min_bot_version": {"type": "string"}, "hidden": {"type": "boolean"}}, "required": ["author", "install_msg", "name", "disabled", "short", "description", "tags", "min_bot_version", "hidden"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"author" : ["flare(flare#0001)"], "install_msg" : "Respond to server invites sent to the bot. To configure the permissions, use the built in `[p]inviteset perms` command if using the bot supplied URL.", "name" : "DmInvites", "disabled" : false, "short" : "Respond with the bot invite link when DM'd a server invite link.", "description" : "Respond with the bots invite link if the bot recieves a message containing a server invite.", "tags" : ["dminvite", "invites"], "min_bot_version" : "3.4.0", "hidden" : false} | json_instruct | {"type": "object", "properties": {"author": {"type": "array", "items": {"type": "string"}}, "install_msg": {"type": "string"}, "name": {"type": "string"}, "disabled": {"type": "boolean"}, "short": {"type": "string"}, "description": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "min_bot_version": {"type": "string"}, "hidden": {"type": "boolean"}}, "required": ["author", "install_msg", "name", "disabled", "short", "description", "tags", "min_bot_version", "hidden"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[134.0, 35.666666666666664], [134.0, 35.75], [134.125, 35.75], [134.125, 35.666666666666664], [134.0, 35.666666666666664]]]}, "properties" : {"code" : 533440, "url" : "http://madefor.github.io/0410/api/v1/533440.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/533440.geojson"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"D": {"type": "object", "properties": {"deficient": {"type": "boolean"}}, "required": ["deficient"]}, "E": {"type": "object", "properties": {"delinquent": {"type": "boolean"}}, "required": ["delinquent"]}, "Q": {"type": "object", "properties": {"bankrupt": {"type": "boolean"}}, "required": ["bankrupt"]}, "N": {"type": "object", "properties": {"normal": {"type": "boolean"}}, "required": ["normal"]}, "G": {"type": "object", "properties": {"deficient": {"type": "boolean"}, "bankrupt": {"type": "boolean"}}, "required": ["deficient", "bankrupt"]}, "H": {"type": "object", "properties": {"deficient": {"type": "boolean"}, "delinquent": {"type": "boolean"}}, "required": ["deficient", "delinquent"]}, "J": {"type": "object", "properties": {"delinquent": {"type": "boolean"}, "bankrupt": {"type": "boolean"}}, "required": ["delinquent", "bankrupt"]}, "K": {"type": "object", "properties": {"deficient": {"type": "boolean"}, "delinquent": {"type": "boolean"}, "bankrupt": {"type": "boolean"}}, "required": ["deficient", "delinquent", "bankrupt"]}}, "required": ["D", "E", "Q", "N", "G", "H", "J", "K"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"D" : {"deficient" : true}, "E" : {"delinquent" : true}, "Q" : {"bankrupt" : true}, "N" : {"normal" : true}, "G" : {"deficient" : true, "bankrupt" : true}, "H" : {"deficient" : true, "delinquent" : true}, "J" : {"delinquent" : true, "bankrupt" : true}, "K" : {"deficient" : true, "delinquent" : true, "bankrupt" : true}} | json_instruct | {"type": "object", "properties": {"D": {"type": "object", "properties": {"deficient": {"type": "boolean"}}, "required": ["deficient"]}, "E": {"type": "object", "properties": {"delinquent": {"type": "boolean"}}, "required": ["delinquent"]}, "Q": {"type": "object", "properties": {"bankrupt": {"type": "boolean"}}, "required": ["bankrupt"]}, "N": {"type": "object", "properties": {"normal": {"type": "boolean"}}, "required": ["normal"]}, "G": {"type": "object", "properties": {"deficient": {"type": "boolean"}, "bankrupt": {"type": "boolean"}}, "required": ["deficient", "bankrupt"]}, "H": {"type": "object", "properties": {"deficient": {"type": "boolean"}, "delinquent": {"type": "boolean"}}, "required": ["deficient", "delinquent"]}, "J": {"type": "object", "properties": {"delinquent": {"type": "boolean"}, "bankrupt": {"type": "boolean"}}, "required": ["delinquent", "bankrupt"]}, "K": {"type": "object", "properties": {"deficient": {"type": "boolean"}, "delinquent": {"type": "boolean"}, "bankrupt": {"type": "boolean"}}, "required": ["deficient", "delinquent", "bankrupt"]}}, "required": ["D", "E", "Q", "N", "G", "H", "J", "K"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}, "redacted": {"type": "boolean"}, "unlockType": {"type": "integer"}, "displayProperties": {"type": "object", "properties": {"hasIcon": {"type": "boolean"}}, "required": ["hasIcon"]}, "scope": {"type": "integer"}}, "required": ["index", "hash", "blacklisted", "redacted", "unlockType", "displayProperties", "scope"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"index" : 881, "hash" : 4230105316, "blacklisted" : false, "redacted" : false, "unlockType" : 0, "displayProperties" : {"hasIcon" : false}, "scope" : 0} | json_instruct | {"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}, "redacted": {"type": "boolean"}, "unlockType": {"type": "integer"}, "displayProperties": {"type": "object", "properties": {"hasIcon": {"type": "boolean"}}, "required": ["hasIcon"]}, "scope": {"type": "integer"}}, "required": ["index", "hash", "blacklisted", "redacted", "unlockType", "displayProperties", "scope"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"already_configured": {"type": "string"}}, "required": ["already_configured"]}, "error": {"type": "object", "properties": {"cannot_connect": {"type": "string"}, "invalid_auth": {"type": "string"}, "no_devices": {"type": "string"}, "no_username": {"type": "string"}}, "required": ["cannot_connect", "invalid_auth", "no_devices", "no_username"]}, "step": {"type": "object", "properties": {"user": {"type": "object", "properties": {"data": {"type": "object", "properties": {"api_key": {"type": "string"}, "name": {"type": "string"}}, "required": ["api_key", "name"]}}, "required": ["data"]}}, "required": ["user"]}}, "required": ["abort", "error", "step"]}}, "required": ["config"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"config" : {"abort" : {"already_configured" : "Kontoen er allerede konfigurert"}, "error" : {"cannot_connect" : "Tilkobling mislyktes", "invalid_auth" : "Ugyldig godkjenning", "no_devices" : "Ingen enheter oppdaget", "no_username" : "Kunne ikke hente brukernavn"}, "step" : {"user" : {"data" : {"api_key" : "API-n\u00f8kkel", "name" : "Navn"}}}}} | json_instruct | {"type": "object", "properties": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"already_configured": {"type": "string"}}, "required": ["already_configured"]}, "error": {"type": "object", "properties": {"cannot_connect": {"type": "string"}, "invalid_auth": {"type": "string"}, "no_devices": {"type": "string"}, "no_username": {"type": "string"}}, "required": ["cannot_connect", "invalid_auth", "no_devices", "no_username"]}, "step": {"type": "object", "properties": {"user": {"type": "object", "properties": {"data": {"type": "object", "properties": {"api_key": {"type": "string"}, "name": {"type": "string"}}, "required": ["api_key", "name"]}}, "required": ["data"]}}, "required": ["user"]}}, "required": ["abort", "error", "step"]}}, "required": ["config"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"editor.formatOnSave": {"type": "boolean"}, "editor.formatOnPaste": {"type": "boolean"}, "html.format.enable": {"type": "boolean"}}, "required": ["editor.formatOnSave", "editor.formatOnPaste", "html.format.enable"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"editor.formatOnSave" : true, "editor.formatOnPaste" : true, "html.format.enable" : true} | json_instruct | {"type": "object", "properties": {"editor.formatOnSave": {"type": "boolean"}, "editor.formatOnPaste": {"type": "boolean"}, "html.format.enable": {"type": "boolean"}}, "required": ["editor.formatOnSave", "editor.formatOnPaste", "html.format.enable"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"baseObjects": {"type": "array", "items": {"type": "string"}}, "returnObjects": {"type": "array", "items": {"type": "string"}}, "callbackArgs": {"type": "array", "items": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "integer"}, "2": {"type": "array", "items": {"type": "string"}}}, "required": ["0", "1", "2"]}}}, "required": ["baseObjects", "returnObjects", "callbackArgs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"baseObjects" : ["[\"g{\",\"_\",\">)\",\"`wM\",\"_\",\"`&\",\"K\"]", "[\"g{\",\"_\",\">)\",\"`wM\",\"_\",\"`&\",\"K\"]", "[\"g{\",\"_\",\">)\",\"`wM\",\"_\",\"`&\",\"K\"]", "[\"g{\",\"_\",\">)\",\"`wM\",\"_\",\"`&\",\"K\"]"], "returnObjects" : ["\"Error\"", "\"Error\"", "\"Error\"", "\"Error\""], "callbackArgs" : [{"0" : "g{", "1" : 0, "2" : ["g{", "_", ">)", "`wM", "_", "`&", "K"]}, {"0" : "g{", "1" : 0, "2" : ["g{", "_", ">)", "`wM", "_", "`&", "K"]}, {"0" : "g{", "1" : 0, "2" : ["g{", "_", ">)", "`wM", "_", "`&", "K"]}, {"0" : "g{", "1" : 0, "2" : ["g{", "_", ">)", "`wM", "_", "`&", "K"]}]} | json_instruct | {"type": "object", "properties": {"baseObjects": {"type": "array", "items": {"type": "string"}}, "returnObjects": {"type": "array", "items": {"type": "string"}}, "callbackArgs": {"type": "array", "items": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "integer"}, "2": {"type": "array", "items": {"type": "string"}}}, "required": ["0", "1", "2"]}}}, "required": ["baseObjects", "returnObjects", "callbackArgs"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01013360": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01013360"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Topology", "objects" : {"E01013360" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00067433", "LAD11CD" : "E06000014"}, "arcs" : [[0, 1, 2]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00067446", "LAD11CD" : "E06000014"}, "arcs" : [[-3, 3, 4, 5]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00067448", "LAD11CD" : "E06000014"}, "arcs" : [[-4, -2, 6, 7]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00067449", "LAD11CD" : "E06000014"}, "arcs" : [[8, -5, 9]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00067450", "LAD11CD" : "E06000014"}, "arcs" : [[-10, -8, 10]]}]}}, "arcs" : [[[5350, 6973], [499, 571], [-697, 2455], [1051, -614], [1753, -184], [652, 314], [180, -3915], [13, -37], [1198, -1438], [-137, -260], [-1079, -537], [-87, -62], [-360, -318]], [[8336, 2948], [-670, -335], [-1170, 185], [106, -207], [-562, -141], [-2393, 163]], [[3647, 2613], [-317, 97], [375, 323], [-559, 75], [1408, 307], [-353, 596], [378, 164], [248, 622], [523, 2176]], [[3647, 2613], [-27, -230]], [[3620, 2383], [-1351, 127], [-1480, -295], [51, 374], [948, 206], [-51, 342], [809, 204], [-78, 332]], [[2468, 3673], [-174, 1861], [-1202, -72], [-87, 1149], [448, 30], [2004, 147], [106, -1287], [1787, 1472]], [[8336, 2948], [-1970, -1962], [-845, -501], [-1583, -225]], [[3938, 260], [-23, 295], [1185, 155], [55, 691], [-494, 944], [-586, -328], [-455, 366]], [[1422, 928], [-121, 520], [-68, 212], [-1023, -153], [-210, 1273], [269, 58], [-129, 355], [2328, 480]], [[3620, 2383], [-970, -988], [-152, 779], [-622, 25], [54, -1036], [-508, -235]], [[3938, 260], [-543, -50], [-1778, -210], [-195, 928]]], "transform" : {"scale" : [1.6110864267040883e-06, 1.0492875125515007e-06], "translate" : [-1.073606005417601, 53.937787810727755]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01013360": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"OA11CD": {"type": "string"}, "LAD11CD": {"type": "string"}}, "required": ["OA11CD", "LAD11CD"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["type", "properties", "arcs"]}}}, "required": ["type", "crs", "geometries"]}}, "required": ["E01013360"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}}, "required": ["type", "objects", "arcs", "transform"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"component": {"type": "boolean"}, "usingComponents": {"type": "object", "properties": {"cus-tree-template": {"type": "string"}}, "required": ["cus-tree-template"]}}, "required": ["component", "usingComponents"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"component" : true, "usingComponents" : {"cus-tree-template" : "./treeTemplate/treeTemplate"}} | json_instruct | {"type": "object", "properties": {"component": {"type": "boolean"}, "usingComponents": {"type": "object", "properties": {"cus-tree-template": {"type": "string"}}, "required": ["cus-tree-template"]}}, "required": ["component", "usingComponents"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"countries": {"type": "array", "items": {"type": "string"}}, "topics": {"type": "array", "items": {}}, "section_title": {"type": "string"}, "enb_start_date": {"type": "string"}, "enb_short_title": {"type": "string"}, "subtype": {"type": "string"}, "actors": {"type": "array", "items": {}}, "sentences": {"type": "array", "items": {"type": "string"}}, "enb_url": {"type": "string"}, "enb_long_title": {"type": "string"}, "type": {"type": "string"}, "id": {"type": "string"}, "enb_end_date": {"type": "string"}}, "required": ["countries", "topics", "section_title", "enb_start_date", "enb_short_title", "subtype", "actors", "sentences", "enb_url", "enb_long_title", "type", "id", "enb_end_date"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"countries" : ["China"], "topics" : [], "section_title" : "UNDERLYING SCIENTIFIC AND TECHNICAL ASSESSMENT", "enb_start_date" : "10-Mar-14", "enb_short_title" : "IPCC-38", "subtype" : "plenary", "actors" : [], "sentences" : ["The underlying assessment and the SPM were accepted by WGII without discussion.", "China expressed concern with misrepresentations concerning China's autonomous regions, autonomous provinces and administrative regions, and the use of controversial maps.", "Noting that this concern remained unaddressed despite China having communicated it to the WG, he called for inserting language indicating that maps contained in the report are for geographical reference only and urged that these problems be addressed in the final version of the WGII report. IPCC Secretary Renate Christ explained that the Secretariat was awaiting advice from the UN Secretariat on this issue and highlighted the inclusion in the SPM of the UN standard disclaimer noting that the designations quoted do not imply endorsement."], "enb_url" : "http://www.iisd.ca/vol12/enb12596e.html", "enb_long_title" : "Tenth Session of the Intergovernmental Panel on Climate Change (IPCC) Working Group II (WGII-10) and Thirty-eighth Session of the IPCC (IPCC-38)", "type" : "ipcc", "id" : "enb12596e_29", "enb_end_date" : "14-Mar-14"} | json_instruct | {"type": "object", "properties": {"countries": {"type": "array", "items": {"type": "string"}}, "topics": {"type": "array", "items": {}}, "section_title": {"type": "string"}, "enb_start_date": {"type": "string"}, "enb_short_title": {"type": "string"}, "subtype": {"type": "string"}, "actors": {"type": "array", "items": {}}, "sentences": {"type": "array", "items": {"type": "string"}}, "enb_url": {"type": "string"}, "enb_long_title": {"type": "string"}, "type": {"type": "string"}, "id": {"type": "string"}, "enb_end_date": {"type": "string"}}, "required": ["countries", "topics", "section_title", "enb_start_date", "enb_short_title", "subtype", "actors", "sentences", "enb_url", "enb_long_title", "type", "id", "enb_end_date"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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" : "1274021003", "district_id" : "1274021", "name" : "DURIAN"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"\uc774\ub984": {"type": "string"}, "\ud55c\ubb38\uba85": {"type": "string"}, "\uc0dd\ub144\uc6d4\uc77c": {"type": "string"}, "\uc815\ub2f9": {"type": "string"}, "\uc120\uac70\uad6c": {"type": "string"}, "\ub2f9\uc120\ud69f\uc218": {"type": "string"}, "\ub2f9\uc120\ub300\uc218": {"type": "string"}}, "required": ["\uc774\ub984", "\ud55c\ubb38\uba85", "\uc0dd\ub144\uc6d4\uc77c", "\uc815\ub2f9", "\uc120\uac70\uad6c", "\ub2f9\uc120\ud69f\uc218", "\ub2f9\uc120\ub300\uc218"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"\uc774\ub984" : "\uae40\ud604\uc790", "\ud55c\ubb38\uba85" : "\u91d1\u8ce2\u5b50", "\uc0dd\ub144\uc6d4\uc77c" : "1928-03-23", "\uc815\ub2f9" : "\ubbfc\uc8fc\uc815\uc758\ub2f9", "\uc120\uac70\uad6c" : "null", "\ub2f9\uc120\ud69f\uc218" : "\uc7ac\uc120", "\ub2f9\uc120\ub300\uc218" : "11, 12"} | json_instruct | {"type": "object", "properties": {"\uc774\ub984": {"type": "string"}, "\ud55c\ubb38\uba85": {"type": "string"}, "\uc0dd\ub144\uc6d4\uc77c": {"type": "string"}, "\uc815\ub2f9": {"type": "string"}, "\uc120\uac70\uad6c": {"type": "string"}, "\ub2f9\uc120\ud69f\uc218": {"type": "string"}, "\ub2f9\uc120\ub300\uc218": {"type": "string"}}, "required": ["\uc774\ub984", "\ud55c\ubb38\uba85", "\uc0dd\ub144\uc6d4\uc77c", "\uc815\ub2f9", "\uc120\uac70\uad6c", "\ub2f9\uc120\ud69f\uc218", "\ub2f9\uc120\ub300\uc218"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"morphext.css": {"type": "string"}, "morphext.js": {"type": "string"}, "morphext.min.js": {"type": "string"}}, "required": ["morphext.css", "morphext.js", "morphext.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"morphext.css" : "sha256-WslWDGBp0L6SzX3m+KFUTmv19vzLRCLnLFjTCkd4fe0=", "morphext.js" : "sha256-7WEfKFrHiaJija3NYNIsuowwO9CcxdtVIN8RuL3AoCo=", "morphext.min.js" : "sha256-ZY/Vfoolih7DlE/hmzwSQN7CzleGtw706Qpr9FDecJE="} | json_instruct | {"type": "object", "properties": {"morphext.css": {"type": "string"}, "morphext.js": {"type": "string"}, "morphext.min.js": {"type": "string"}}, "required": ["morphext.css", "morphext.js", "morphext.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"is_sample_playing": {"type": "boolean"}, "download_path": {"type": "string"}, "free_to": {"type": "integer"}, "name_fa": {"type": "string"}, "like_count": {"type": "integer"}, "lyric": {"type": "string"}, "thumbnail_list": {"type": "object", "properties": {}, "required": []}, "id": {"type": "integer"}, "file_duration_formatted": {"type": "string"}, "rtmp_path": {"type": "string"}, "free_to_download": {"type": "boolean"}, "dislike_count": {"type": "integer"}, "file_size_MB": {"type": "number"}, "rtmp_base": {"type": "string"}, "album_info": {"type": "object", "properties": {"album_name": {"type": "string"}, "album_id": {"type": "integer"}}, "required": ["album_name", "album_id"]}, "publish_time": {"type": "object", "properties": {"year": {"type": "null"}, "month": {"type": "null"}}, "required": ["year", "month"]}, "rbt_code": {"type": "string"}, "description": {"type": "string"}, "rtsp_path": {"type": "string"}, "hls_path": {"type": "string"}, "file_duration": {"type": "integer"}, "price": {"type": "number"}, "free_from": {"type": "integer"}, "file_checksum": {"type": "string"}, "name_en": {"type": "string"}, "image_path_absolute": {"type": "null"}, "file_duration_real": {"type": "integer"}, "track_number": {"type": "integer"}, "artists_info": {"type": "array", "items": {}}, "free_to_listen": {"type": "boolean"}, "user_activity": {"type": "null"}}, "required": ["is_sample_playing", "download_path", "free_to", "name_fa", "like_count", "lyric", "thumbnail_list", "id", "file_duration_formatted", "rtmp_path", "free_to_download", "dislike_count", "file_size_MB", "rtmp_base", "album_info", "publish_time", "rbt_code", "description", "rtsp_path", "hls_path", "file_duration", "price", "free_from", "file_checksum", "name_en", "image_path_absolute", "file_duration_real", "track_number", "artists_info", "free_to_listen", "user_activity"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"is_sample_playing" : true, "download_path" : "http://api.ritmo.media/api/tracks/3078/download", "free_to" : 0, "name_fa" : "\u0627\u0644\u0641\u0628\u0627\u06cc \u0627\u0646\u06af\u0644\u06cc\u0633\u06cc", "like_count" : 0, "lyric" : "", "thumbnail_list" : {}, "id" : 3078, "file_duration_formatted" : "29''", "rtmp_path" : "mp4:ritmo/128/sample_44100_2_1091660f3dff84fd648efe31391c5524.m4a", "free_to_download" : false, "dislike_count" : 0, "file_size_MB" : 5.71, "rtmp_base" : "rtmp://ritmo.ir:8080/saod", "album_info" : {"album_name" : "\u0632\u06cc\u0628\u0627\u062a\u0631\u06cc\u0646 \u0631\u0646\u06af\u06cc\u0646 \u06a9\u0645\u0627\u0646 ", "album_id" : 217}, "publish_time" : {"year" : null, "month" : null}, "rbt_code" : "", "description" : "", "rtsp_path" : "rtsp://ritmo.ir:8080/saod/_definst_/mp4:ritmo/128/sample_44100_2_1091660f3dff84fd648efe31391c5524.m4a", "hls_path" : "http://ritmo.ir:8080/saod/_definst_/mp4:ritmo/128/sample_44100_2_1091660f3dff84fd648efe31391c5524.m4a/playlist.m3u8", "file_duration" : 29, "price" : 200.0, "free_from" : 0, "file_checksum" : "244db5fcd5ac23c0273dfe5ea56c0583", "name_en" : "alefbaye engilisi", "image_path_absolute" : null, "file_duration_real" : 149, "track_number" : 2, "artists_info" : [], "free_to_listen" : false, "user_activity" : null} | json_instruct | {"type": "object", "properties": {"is_sample_playing": {"type": "boolean"}, "download_path": {"type": "string"}, "free_to": {"type": "integer"}, "name_fa": {"type": "string"}, "like_count": {"type": "integer"}, "lyric": {"type": "string"}, "thumbnail_list": {"type": "object", "properties": {}, "required": []}, "id": {"type": "integer"}, "file_duration_formatted": {"type": "string"}, "rtmp_path": {"type": "string"}, "free_to_download": {"type": "boolean"}, "dislike_count": {"type": "integer"}, "file_size_MB": {"type": "number"}, "rtmp_base": {"type": "string"}, "album_info": {"type": "object", "properties": {"album_name": {"type": "string"}, "album_id": {"type": "integer"}}, "required": ["album_name", "album_id"]}, "publish_time": {"type": "object", "properties": {"year": {"type": "null"}, "month": {"type": "null"}}, "required": ["year", "month"]}, "rbt_code": {"type": "string"}, "description": {"type": "string"}, "rtsp_path": {"type": "string"}, "hls_path": {"type": "string"}, "file_duration": {"type": "integer"}, "price": {"type": "number"}, "free_from": {"type": "integer"}, "file_checksum": {"type": "string"}, "name_en": {"type": "string"}, "image_path_absolute": {"type": "null"}, "file_duration_real": {"type": "integer"}, "track_number": {"type": "integer"}, "artists_info": {"type": "array", "items": {}}, "free_to_listen": {"type": "boolean"}, "user_activity": {"type": "null"}}, "required": ["is_sample_playing", "download_path", "free_to", "name_fa", "like_count", "lyric", "thumbnail_list", "id", "file_duration_formatted", "rtmp_path", "free_to_download", "dislike_count", "file_size_MB", "rtmp_base", "album_info", "publish_time", "rbt_code", "description", "rtsp_path", "hls_path", "file_duration", "price", "free_from", "file_checksum", "name_en", "image_path_absolute", "file_duration_real", "track_number", "artists_info", "free_to_listen", "user_activity"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"account": {"type": "object", "properties": {"aws_account_id": {"type": "string"}, "kms_key_alias": {"type": "string"}, "prefix": {"type": "string"}, "region": {"type": "string"}}, "required": ["aws_account_id", "kms_key_alias", "prefix", "region"]}, "infrastructure": {"type": "object", "properties": {"monitoring": {"type": "object", "properties": {"create_sns_topic": {"type": "boolean"}}, "required": ["create_sns_topic"]}}, "required": ["monitoring"]}, "terraform": {"type": "object", "properties": {"tfstate_bucket": {"type": "string"}, "tfstate_s3_key": {"type": "string"}, "tfvars": {"type": "string"}}, "required": ["tfstate_bucket", "tfstate_s3_key", "tfvars"]}}, "required": ["account", "infrastructure", "terraform"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"account" : {"aws_account_id" : "561020731041", "kms_key_alias" : "stream_alert_secrets_miq", "prefix" : "soen487g2", "region" : "us-east-1"}, "infrastructure" : {"monitoring" : {"create_sns_topic" : true}}, "terraform" : {"tfstate_bucket" : "soen487g2.streamalert.terraform.state", "tfstate_s3_key" : "stream_alert_state/terraform.tfstate", "tfvars" : "terraform.tfvars"}} | json_instruct | {"type": "object", "properties": {"account": {"type": "object", "properties": {"aws_account_id": {"type": "string"}, "kms_key_alias": {"type": "string"}, "prefix": {"type": "string"}, "region": {"type": "string"}}, "required": ["aws_account_id", "kms_key_alias", "prefix", "region"]}, "infrastructure": {"type": "object", "properties": {"monitoring": {"type": "object", "properties": {"create_sns_topic": {"type": "boolean"}}, "required": ["create_sns_topic"]}}, "required": ["monitoring"]}, "terraform": {"type": "object", "properties": {"tfstate_bucket": {"type": "string"}, "tfstate_s3_key": {"type": "string"}, "tfvars": {"type": "string"}}, "required": ["tfstate_bucket", "tfstate_s3_key", "tfvars"]}}, "required": ["account", "infrastructure", "terraform"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"pci_project_regions_list_continent_all": {"type": "string"}, "pci_project_regions_list_empty": {"type": "string"}}, "required": ["pci_project_regions_list_continent_all", "pci_project_regions_list_empty"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"pci_project_regions_list_continent_all" : "Alle Standorte", "pci_project_regions_list_empty" : "F\u00fcr diesen Standort ist keine Region verf\u00fcgbar."} | json_instruct | {"type": "object", "properties": {"pci_project_regions_list_continent_all": {"type": "string"}, "pci_project_regions_list_empty": {"type": "string"}}, "required": ["pci_project_regions_list_continent_all", "pci_project_regions_list_empty"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "nodemon": {"type": "string"}, "requirejs": {"type": "string"}, "sass": {"type": "string"}, "socket.io": {"type": "string"}, "socket.io-client": {"type": "string"}, "ts-node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["express", "nodemon", "requirejs", "sass", "socket.io", "socket.io-client", "ts-node", "typescript"]}}, "required": ["name", "version", "description", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "socket-tictactoe-online", "version" : "1.0.0", "description" : "Tic Tac Toe Game hosted in Heroku", "scripts" : {"start" : "./public/index.ts"}, "dependencies" : {"express" : "^4.17.1", "nodemon" : "^2.0.14", "requirejs" : "^2.3.6", "sass" : "^1.43.3", "socket.io" : "^4.3.1", "socket.io-client" : "^4.3.2", "ts-node" : "^10.4.0", "typescript" : "^4.4.4"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "nodemon": {"type": "string"}, "requirejs": {"type": "string"}, "sass": {"type": "string"}, "socket.io": {"type": "string"}, "socket.io-client": {"type": "string"}, "ts-node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["express", "nodemon", "requirejs", "sass", "socket.io", "socket.io-client", "ts-node", "typescript"]}}, "required": ["name", "version", "description", "scripts", "dependencies"], "$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", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0x7abfb26aba7425dc585c4d0595bbd49406a7fa2f", "tool" : "slither", "start" : 1563702682.396849, "end" : 1563702685.837429, "duration" : 3.440580129623413, "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://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "build:themes": {"type": "string"}, "build:schemes": {"type": "string"}, "build:icons": {"type": "string"}, "lint": {"type": "string"}, "lint:fix": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "build:themes", "build:schemes", "build:icons", "lint", "lint:fix", "test"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "devDependencies": {"type": "object", "properties": {"babel-core": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "babel-register": {"type": "string"}, "babel-root-import": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-eslint": {"type": "string"}, "eslint-plugin-json": {"type": "string"}, "eslint-plugin-node": {"type": "string"}, "eslint-plugin-prettier": {"type": "string"}, "gulp": {"type": "string"}, "gulp-svg2png": {"type": "string"}, "prettier": {"type": "string"}}, "required": ["babel-core", "babel-preset-es2015", "babel-register", "babel-root-import", "eslint", "eslint-config-eslint", "eslint-plugin-json", "eslint-plugin-node", "eslint-plugin-prettier", "gulp", "gulp-svg2png", "prettier"]}, "dependencies": {"type": "object", "properties": {"babel-eslint": {"type": "string"}}, "required": ["babel-eslint"]}}, "required": ["name", "version", "description", "bugs", "author", "license", "keywords", "scripts", "engines", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Meetio", "version" : "2.0.0", "description" : "Meetio is the most powerful theme for Sublime Text 3 with different Scheme variations only for 3176+ version.", "bugs" : {"url" : "https://github.com/mauroreisvieira/meetio/issues"}, "author" : "Mauro Reis Vieira <mauroreisvieira@gmail.com>", "license" : "MIT", "keywords" : ["sublime-text", "theme"], "scripts" : {"build" : "gulp", "build:themes" : "gulp themes", "build:schemes" : "gulp schemes", "build:icons" : "gulp icons", "lint" : "eslint \"*.js\" \"src/**/*.json\" \"src/**/**/*.json\" \"src/**/**/**/*.json\" \"gulp-tasks/*.js\"", "lint:fix" : "./node_modules/.bin/eslint src/**/*.json --fix", "test" : "echo \"Error: no test specified\" && exit 1"}, "engines" : {"node" : ">=6.0.0"}, "devDependencies" : {"babel-core" : "^6.14.0", "babel-preset-es2015" : "^6.24.1", "babel-register" : "^6.26.0", "babel-root-import" : "^4.1.8", "eslint" : "^5.12.1", "eslint-config-eslint" : "^5.0.1", "eslint-plugin-json" : "^1.3.2", "eslint-plugin-node" : "^8.0.1", "eslint-plugin-prettier" : "^3.0.1", "gulp" : "^4.0.0", "gulp-svg2png" : "^2.0.2", "prettier" : "^1.15.3"}, "dependencies" : {"babel-eslint" : "^10.0.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "build:themes": {"type": "string"}, "build:schemes": {"type": "string"}, "build:icons": {"type": "string"}, "lint": {"type": "string"}, "lint:fix": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "build:themes", "build:schemes", "build:icons", "lint", "lint:fix", "test"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "devDependencies": {"type": "object", "properties": {"babel-core": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "babel-register": {"type": "string"}, "babel-root-import": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-eslint": {"type": "string"}, "eslint-plugin-json": {"type": "string"}, "eslint-plugin-node": {"type": "string"}, "eslint-plugin-prettier": {"type": "string"}, "gulp": {"type": "string"}, "gulp-svg2png": {"type": "string"}, "prettier": {"type": "string"}}, "required": ["babel-core", "babel-preset-es2015", "babel-register", "babel-root-import", "eslint", "eslint-config-eslint", "eslint-plugin-json", "eslint-plugin-node", "eslint-plugin-prettier", "gulp", "gulp-svg2png", "prettier"]}, "dependencies": {"type": "object", "properties": {"babel-eslint": {"type": "string"}}, "required": ["babel-eslint"]}}, "required": ["name", "version", "description", "bugs", "author", "license", "keywords", "scripts", "engines", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"device": {"type": "string"}, "ci.min": {"type": "number"}, "auc": {"type": "number"}, "ci.max": {"type": "number"}}, "required": ["device", "ci.min", "auc", "ci.max"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"device" : "Eyelink", "ci.min" : 0.7204, "auc" : 0.7715, "ci.max" : 0.8226}, {"device" : "EyeSeeCam", "ci.min" : 0.847, "auc" : 0.8827, "ci.max" : 0.9183}, {"device" : "EyeTribe", "ci.min" : 0.7088, "auc" : 0.7595, "ci.max" : 0.8103}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"device": {"type": "string"}, "ci.min": {"type": "number"}, "auc": {"type": "number"}, "ci.max": {"type": "number"}}, "required": ["device", "ci.min", "auc", "ci.max"]}, "$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"}, "defaultMessage": {"type": "string"}}, "required": ["id", "defaultMessage"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "infoList.title", "defaultMessage" : "\u6807\u9898"}, {"id" : "inforList.public_time", "defaultMessage" : "\u53d1\u5e03\u65f6\u95f4"}, {"id" : "infoList.main_page", "defaultMessage" : "\u9996\u9875"}, {"id" : "infoList.more_new", "defaultMessage" : "\u66f4\u591a\u8d44\u8baf"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "defaultMessage": {"type": "string"}}, "required": ["id", "defaultMessage"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "cohort": {"type": "string"}, ":clinicalFeature": {"type": "string"}}, "required": ["type", "cohort", ":clinicalFeature"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "clinicalMatrix", "cohort" : "a cohort", ":clinicalFeature" : "clinical_feature2"} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "cohort": {"type": "string"}, ":clinicalFeature": {"type": "string"}}, "required": ["type", "cohort", ":clinicalFeature"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type": "object", "properties": {"Precalculated": {"type": "string"}}, "required": ["Precalculated"]}, "rustflags": {"type": "array", "items": {}}}, "required": ["rustc", "features", "target", "profile", "deps", "local", "rustflags"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"rustc" : 2692670034823971972, "features" : "[\"default\", \"use_std\"]", "target" : 10217081861235301688, "profile" : 4597243770934309319, "deps" : [], "local" : {"Precalculated" : "0.2.23"}, "rustflags" : []} | json_instruct | {"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type": "object", "properties": {"Precalculated": {"type": "string"}}, "required": ["Precalculated"]}, "rustflags": {"type": "array", "items": {}}}, "required": ["rustc", "features", "target", "profile", "deps", "local", "rustflags"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"status": {"type": "integer"}, "startTimes": {"type": "array", "items": {"type": "integer"}}, "objectiveValue": {"type": "number"}, "solverRuntimeInMilliseconds": {"type": "integer"}, "optional": {"type": "object", "properties": {}, "required": []}}, "required": ["status", "startTimes", "objectiveValue", "solverRuntimeInMilliseconds", "optional"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"status" : 3, "startTimes" : [55, 40, 23, 67, 104, 117, 163, 135, 89, 304, 209, 150, 180, 268, 239, 195, 367, 255, 316, 225, 283, 342, 477, 505, 459, 419, 528, 448, 432, 401, 358, 493, 649, 630, 379, 705, 554, 521, 717, 734, 687, 670, 585, 595, 570, 614, 825, 792, 773, 748, 758, 809, 937, 974, 862, 1004, 855, 1050, 840, 891, 915, 959, 928, 877, 985, 1065, 1124, 1077, 1035, 1020, 1090, 1153, 1107, 1200, 1132, 1183, 1277, 1251, 1215, 1229, 1161, 1239, 1265, 1360, 1345, 1315, 1412, 1388, 1397, 1332, 1470, 1437, 1539, 1454, 1576, 1484, 1562, 1530, 1512, 1549], "objectiveValue" : 43276.0, "solverRuntimeInMilliseconds" : 0, "optional" : {}} | json_instruct | {"type": "object", "properties": {"status": {"type": "integer"}, "startTimes": {"type": "array", "items": {"type": "integer"}}, "objectiveValue": {"type": "number"}, "solverRuntimeInMilliseconds": {"type": "integer"}, "optional": {"type": "object", "properties": {}, "required": []}}, "required": ["status", "startTimes", "objectiveValue", "solverRuntimeInMilliseconds", "optional"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"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://json-schema.org/draft-07/schema#"}
| {"id" : 424, "surahNumber" : "003", "ayatNumber" : "131", "arabic" : "\u0648\u064e\u0627\u062a\u0651\u064e\u0642\u064f\u0648\u0627 \u0627\u0644\u0646\u0651\u064e\u0627\u0631\u064e \u0627\u0644\u0651\u064e\u062a\u0650\u064a \u0623\u064f\u0639\u0650\u062f\u0651\u064e\u062a\u0652 \u0644\u0650\u0644\u0652\u0643\u064e\u0627\u0641\u0650\u0631\u0650\u064a\u0646\u064e", "english" : "And fear the Fire, which is prepared for the disbelievers.", "bengali" : "\u098f\u09ac\u0982 \u09a4\u09c7\u09be\u09ae\u09b0\u09be \u09b8\u09c7 \u0986\u0997\u09c1\u09a8 \u09a5\u09c7\u0995\u09c7 \u09ac\u09c7\u0981\u099a\u09c7 \u09a5\u09be\u0995, \u09af\u09be \u0995\u09be\u09ab\u09c7\u09b0\u09a6\u09c7\u09b0 \u099c\u09a8\u09cd\u09af \u09aa\u09cd\u09b0\u09b8\u09cd\u09a4\u09c1\u09a4 \u0995\u09b0\u09be \u09b9\u09df\u09c7\u099b\u09c7\u0964"} | 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://json-schema.org/draft-07/schema#"} |
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#"}
| [[1998, 10], [1999, 9], [2000, 6], [2001, 8], [2002, 10], [2003, 8], [2004, 16], [2005, 11], [2006, 15], [2007, 8], [2008, 21], [2009, 16], [2010, 9], [2011, 15], [2012, 15], [2013, 5]] | 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": {"average_accuracy": {"type": "number"}, "average_nrmse": {"type": "number"}, "average_error": {"type": "number"}, "average_learning_time": {"type": "number"}, "runs": {"type": "object", "properties": {"run_1": {"type": "object", "properties": {"accuracy": {"type": "number"}, "nrmse": {"type": "number"}, "average_error": {"type": "number"}, "learning_time": {"type": "integer"}}, "required": ["accuracy", "nrmse", "average_error", "learning_time"]}, "run_2": {"type": "object", "properties": {"accuracy": {"type": "number"}, "nrmse": {"type": "number"}, "average_error": {"type": "number"}, "learning_time": {"type": "integer"}}, "required": ["accuracy", "nrmse", "average_error", "learning_time"]}, "run_3": {"type": "object", "properties": {"accuracy": {"type": "number"}, "nrmse": {"type": "number"}, "average_error": {"type": "number"}, "learning_time": {"type": "integer"}}, "required": ["accuracy", "nrmse", "average_error", "learning_time"]}, "run_4": {"type": "object", "properties": {"accuracy": {"type": "number"}, "nrmse": {"type": "number"}, "average_error": {"type": "number"}, "learning_time": {"type": "integer"}}, "required": ["accuracy", "nrmse", "average_error", "learning_time"]}, "run_5": {"type": "object", "properties": {"accuracy": {"type": "number"}, "nrmse": {"type": "number"}, "average_error": {"type": "number"}, "learning_time": {"type": "integer"}}, "required": ["accuracy", "nrmse", "average_error", "learning_time"]}}, "required": ["run_1", "run_2", "run_3", "run_4", "run_5"]}}, "required": ["average_accuracy", "average_nrmse", "average_error", "average_learning_time", "runs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"average_accuracy" : 0.7353038446243314, "average_nrmse" : 0.17963669148704856, "average_error" : 0.18333492904742332, "average_learning_time" : 0.0002, "runs" : {"run_1" : {"accuracy" : 0.7563025210084033, "nrmse" : 0.1780336969792281, "average_error" : 0.18088864402324412, "learning_time" : 0}, "run_2" : {"accuracy" : 0.7027027027027027, "nrmse" : 0.1777529105198811, "average_error" : 0.18295049255368181, "learning_time" : 0}, "run_3" : {"accuracy" : 0.7350427350427351, "nrmse" : 0.17876843225332312, "average_error" : 0.1825157728056684, "learning_time" : 0}, "run_4" : {"accuracy" : 0.7241379310344828, "nrmse" : 0.18279802973107567, "average_error" : 0.18684429230648616, "learning_time" : 1}, "run_5" : {"accuracy" : 0.7583333333333333, "nrmse" : 0.18083038795173476, "average_error" : 0.18347544354803613, "learning_time" : 0}}} | json_instruct | {"type": "object", "properties": {"average_accuracy": {"type": "number"}, "average_nrmse": {"type": "number"}, "average_error": {"type": "number"}, "average_learning_time": {"type": "number"}, "runs": {"type": "object", "properties": {"run_1": {"type": "object", "properties": {"accuracy": {"type": "number"}, "nrmse": {"type": "number"}, "average_error": {"type": "number"}, "learning_time": {"type": "integer"}}, "required": ["accuracy", "nrmse", "average_error", "learning_time"]}, "run_2": {"type": "object", "properties": {"accuracy": {"type": "number"}, "nrmse": {"type": "number"}, "average_error": {"type": "number"}, "learning_time": {"type": "integer"}}, "required": ["accuracy", "nrmse", "average_error", "learning_time"]}, "run_3": {"type": "object", "properties": {"accuracy": {"type": "number"}, "nrmse": {"type": "number"}, "average_error": {"type": "number"}, "learning_time": {"type": "integer"}}, "required": ["accuracy", "nrmse", "average_error", "learning_time"]}, "run_4": {"type": "object", "properties": {"accuracy": {"type": "number"}, "nrmse": {"type": "number"}, "average_error": {"type": "number"}, "learning_time": {"type": "integer"}}, "required": ["accuracy", "nrmse", "average_error", "learning_time"]}, "run_5": {"type": "object", "properties": {"accuracy": {"type": "number"}, "nrmse": {"type": "number"}, "average_error": {"type": "number"}, "learning_time": {"type": "integer"}}, "required": ["accuracy", "nrmse", "average_error", "learning_time"]}}, "required": ["run_1", "run_2", "run_3", "run_4", "run_5"]}}, "required": ["average_accuracy", "average_nrmse", "average_error", "average_learning_time", "runs"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"captainVersion": {"type": "string"}, "documentation": {"type": "string"}, "description": {"type": "string"}, "displayName": {"type": "string"}, "dockerCompose": {"type": "object", "properties": {"version": {"type": "string"}, "services": {"type": "object", "properties": {"$$cap_appname": {"type": "object", "properties": {"image": {"type": "string"}, "containerHttpPort": {"type": "string"}, "volumes": {"type": "array", "items": {"type": "string"}}, "restart": {"type": "string"}}, "required": ["image", "containerHttpPort", "volumes", "restart"]}}, "required": ["$$cap_appname"]}}, "required": ["version", "services"]}, "instructions": {"type": "object", "properties": {"start": {"type": "string"}, "end": {"type": "string"}}, "required": ["start", "end"]}, "variables": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "label": {"type": "string"}, "defaultValue": {"type": "string"}, "description": {"type": "string"}}, "required": ["id", "label", "defaultValue", "description"]}}}, "required": ["captainVersion", "documentation", "description", "displayName", "dockerCompose", "instructions", "variables"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"captainVersion" : "2", "documentation" : "Filestash https://www.filestash.app", "description" : "A modern web client for SFTP, S3, FTP, WebDAV, Git, Minio, LDAP, CalDAV, CardDAV, Mysql, Backblaze, ...", "displayName" : "Filestash", "dockerCompose" : {"version" : "3.3", "services" : {"$$cap_appname" : {"image" : "machines/filestash:$$cap_filestash_version", "containerHttpPort" : "8334", "volumes" : ["$$cap_appname-app-data-state:/app/data/state"], "restart" : "always"}}}, "instructions" : {"start" : "Filestash is a modern web client for SFTP, S3, FTP, WebDAV, Git, Minio, LDAP, CalDAV, CardDAV, Mysql, Backblaze, ...", "end" : "Filestash is deployed and available as srv-captain--$$cap_appname-db:8334 to other apps."}, "variables" : [{"id" : "$$cap_filestash_version", "label" : "Filestash Version", "defaultValue" : "b7b45f2", "description" : "Check out their Docker page for the valid tags https://hub.docker.com/r/machines/filestash/tags"}]} | json_instruct | {"type": "object", "properties": {"captainVersion": {"type": "string"}, "documentation": {"type": "string"}, "description": {"type": "string"}, "displayName": {"type": "string"}, "dockerCompose": {"type": "object", "properties": {"version": {"type": "string"}, "services": {"type": "object", "properties": {"$$cap_appname": {"type": "object", "properties": {"image": {"type": "string"}, "containerHttpPort": {"type": "string"}, "volumes": {"type": "array", "items": {"type": "string"}}, "restart": {"type": "string"}}, "required": ["image", "containerHttpPort", "volumes", "restart"]}}, "required": ["$$cap_appname"]}}, "required": ["version", "services"]}, "instructions": {"type": "object", "properties": {"start": {"type": "string"}, "end": {"type": "string"}}, "required": ["start", "end"]}, "variables": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "label": {"type": "string"}, "defaultValue": {"type": "string"}, "description": {"type": "string"}}, "required": ["id", "label", "defaultValue", "description"]}}}, "required": ["captainVersion", "documentation", "description", "displayName", "dockerCompose", "instructions", "variables"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["mj-combine-js"] | json_instruct | {"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": {"GREETING": {"type": "object", "properties": {}, "required": []}, "console": {"type": "object", "properties": {}, "required": []}, "require": {"type": "object", "properties": {}, "required": []}}, "required": ["GREETING", "console", "require"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"GREETING" : {}, "console" : {}, "require" : {}} | json_instruct | {"type": "object", "properties": {"GREETING": {"type": "object", "properties": {}, "required": []}, "console": {"type": "object", "properties": {}, "required": []}, "require": {"type": "object", "properties": {}, "required": []}}, "required": ["GREETING", "console", "require"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"title": {"type": "string"}, "image": {"type": "object", "properties": {"byteSize": {"type": "integer"}, "width": {"type": "integer"}, "height": {"type": "integer"}}, "required": ["byteSize", "width", "height"]}, "snippet": {"type": "string"}, "mime": {"type": "string"}, "link": {"type": "string"}, "fileFormat": {"type": "string"}}, "required": ["title", "image", "snippet", "mime", "link", "fileFormat"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "The Best American Poetry: December 2013", "image" : {"byteSize" : 663093, "width" : 500, "height" : 500}, "snippet" : "The Best American Poetry: December 2013", "mime" : "image/", "link" : "http://blog.bestamericanpoetry.com/.a/6a00e54fe4158b8833019b03ed9147970d-500wi", "fileFormat" : "Image Document"} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "image": {"type": "object", "properties": {"byteSize": {"type": "integer"}, "width": {"type": "integer"}, "height": {"type": "integer"}}, "required": ["byteSize", "width", "height"]}, "snippet": {"type": "string"}, "mime": {"type": "string"}, "link": {"type": "string"}, "fileFormat": {"type": "string"}}, "required": ["title", "image", "snippet", "mime", "link", "fileFormat"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"caller": {"type": "string"}, "calledAt": {"type": "string"}, "purpose": {"type": "string"}, "transcript": {"type": "string"}, "download": {"type": "string"}, "expireDate": {"type": "string"}}, "required": ["caller", "calledAt", "purpose", "transcript", "download", "expireDate"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"caller" : "+16503363456", "calledAt" : "Thu Jan 1, 8:00 AM GMT+8", "purpose" : "", "transcript" : "Hello", "download" : "11https://tapecalls-recording.s3.amazonaws.com/connect/tapecalls/CallRecordings/2019/12/24/bff3146a-7c86-4839-b5c5-2f61d05f33ae_20191224T01%3A59_UTC.wav?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAT76SWD4BPNQFSDWA%2F20191224%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20191224T032311Z&X-Amz-Expires=604800&X-Amz-Signature=bee7c95275a67e9afc58e6e7b422fb0f900e0ec7ae1f625b2d4f39a56518a341&X-Amz-SignedHeaders=host\n\n-\n\nDownload (requires log-in): https://s3.console.aws.amazon.com/s3/object/tapecalls-recording/connect/tapecalls/CallRecordings/2019/12/24/bff3146a-7c86-4839-b5c5-2f61d05f33ae_20191224T01:59_UTC.wav", "expireDate" : "valid until Tue Dec 31, 11:23 AM GMT+8"} | json_instruct | {"type": "object", "properties": {"caller": {"type": "string"}, "calledAt": {"type": "string"}, "purpose": {"type": "string"}, "transcript": {"type": "string"}, "download": {"type": "string"}, "expireDate": {"type": "string"}}, "required": ["caller", "calledAt", "purpose", "transcript", "download", "expireDate"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"fordelinger": {"type": "array", "items": {"type": "object", "properties": {"antallDager": {"type": "integer"}, "til": {"type": "string"}, "gjelderFraOgMed": {"type": "string"}, "gjelderTilOgMed": {"type": "string"}}, "required": ["antallDager", "til", "gjelderFraOgMed", "gjelderTilOgMed"]}}}, "required": ["fordelinger"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"fordelinger" : [{"antallDager" : 1, "til" : "02028920544", "gjelderFraOgMed" : "2020-01-01", "gjelderTilOgMed" : "2022-12-31"}, {"antallDager" : 4, "til" : "02028920544", "gjelderFraOgMed" : "2020-01-01", "gjelderTilOgMed" : "2022-12-31"}]} | json_instruct | {"type": "object", "properties": {"fordelinger": {"type": "array", "items": {"type": "object", "properties": {"antallDager": {"type": "integer"}, "til": {"type": "string"}, "gjelderFraOgMed": {"type": "string"}, "gjelderTilOgMed": {"type": "string"}}, "required": ["antallDager", "til", "gjelderFraOgMed", "gjelderTilOgMed"]}}}, "required": ["fordelinger"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"condition": {"type": "null"}, "etag": {"type": "null"}, "id": {"type": "string"}, "member": {"type": "string"}, "project": {"type": "string"}, "role": {"type": "string"}}, "required": ["condition", "etag", "id", "member", "project", "role"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"condition" : null, "etag" : null, "id" : "/roles/storage.admin/user:martin.guibert@cloudskiff.com", "member" : "user:martin.guibert@cloudskiff.com", "project" : "", "role" : "roles/storage.admin"}, {"condition" : null, "etag" : null, "id" : "/roles/viewer/serviceAccount:driftctl@cloudskiff-dev-martin.iam.gserviceaccount.com", "member" : "serviceAccount:driftctl@cloudskiff-dev-martin.iam.gserviceaccount.com", "project" : "", "role" : "roles/viewer"}, {"condition" : null, "etag" : null, "id" : "/roles/cloudasset.viewer/serviceAccount:driftctl@cloudskiff-dev-martin.iam.gserviceaccount.com", "member" : "serviceAccount:driftctl@cloudskiff-dev-martin.iam.gserviceaccount.com", "project" : "", "role" : "roles/cloudasset.viewer"}, {"condition" : null, "etag" : null, "id" : "/roles/iam.securityReviewer/serviceAccount:driftctl@cloudskiff-dev-martin.iam.gserviceaccount.com", "member" : "serviceAccount:driftctl@cloudskiff-dev-martin.iam.gserviceaccount.com", "project" : "", "role" : "roles/iam.securityReviewer"}, {"condition" : null, "etag" : null, "id" : "/roles/editor/serviceAccount:drifctl-admin@cloudskiff-dev-martin.iam.gserviceaccount.com", "member" : "serviceAccount:drifctl-admin@cloudskiff-dev-martin.iam.gserviceaccount.com", "project" : "", "role" : "roles/editor"}, {"condition" : null, "etag" : null, "id" : "/roles/editor/user:martin.guibert@cloudskiff.com", "member" : "user:martin.guibert@cloudskiff.com", "project" : "", "role" : "roles/editor"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"condition": {"type": "null"}, "etag": {"type": "null"}, "id": {"type": "string"}, "member": {"type": "string"}, "project": {"type": "string"}, "role": {"type": "string"}}, "required": ["condition", "etag", "id", "member", "project", "role"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"block.chonkers.lasagna": {"type": "string"}, "item.chonkers.chonker_spawn_egg": {"type": "string"}}, "required": ["block.chonkers.lasagna", "item.chonkers.chonker_spawn_egg"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"block.chonkers.lasagna" : "Lasagne", "item.chonkers.chonker_spawn_egg" : "Chonker-Spawn-Ei"} | json_instruct | {"type": "object", "properties": {"block.chonkers.lasagna": {"type": "string"}, "item.chonkers.chonker_spawn_egg": {"type": "string"}}, "required": ["block.chonkers.lasagna", "item.chonkers.chonker_spawn_egg"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "4eba6d19-5fef-4d2f-a6da-9f2176ccf851", "name" : "Tactile material"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"text": {"type": "string"}, "user_id": {"type": "integer"}, "screen_name": {"type": "string"}, "id": {"type": "integer"}, "bid": {"type": "string"}, "article_url": {"type": "string"}, "pics": {"type": "string"}, "video_url": {"type": "string"}, "location": {"type": "string"}, "created_at": {"type": "string"}, "source": {"type": "string"}, "attitudes_count": {"type": "integer"}, "comments_count": {"type": "integer"}, "reposts_count": {"type": "integer"}, "topics": {"type": "string"}, "at_users": {"type": "string"}, "history_date": {"type": "string"}, "type": {"type": "integer"}}, "required": ["text", "user_id", "screen_name", "id", "bid", "article_url", "pics", "video_url", "location", "created_at", "source", "attitudes_count", "comments_count", "reposts_count", "topics", "at_users", "history_date", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"text" : "#\u6297\u6218\u88c5\u5907#\u56fd\u9020\u4e8c\u5341\u5f0f\u8feb\u51fb\u70ae(\u4e0b)\uff1a\u4e3a\u7edf\u4e00\u578b\u53f7\uff0c\u6c11\u56fd20(1931)\u5e74\uff0c\u91d1\u9675\u5175\u5de5\u5382\u4eff\u5236\u6cd5\u56fd\u5e03\u6717\u5fb71930\u5e74\u5f0f81\u6beb\u7c73\u8feb\u51fb\u70ae\u5e76\u653e\u5927\u81f382\u6beb\u7c73\u53e3\u5f84\uff0c\u5b9a\u578b\u4e8c\u5341\u5e74\u5f0f82\u6beb\u7c73\u8feb\u51fb\u70ae\uff0c1935\u5e74\u81f31947\u5e74\u751f\u4ea7\u7ea611,211\u95e8\uff0c\u4e3a\u6297\u6218\u4e2d\u56fd\u519b\u961f\u63d0\u4f9b\u91cd\u8981\u66f2\u5c04\u6b65\u5175\u706b\u529b\uff0c\u6df1\u5f97\u90e8\u961f\u597d\u8bc4\u3002\u5fb7\u5f0f\u5e08\u6b65\u5175\u56e2\u914d\u5c5e1\u4e2a\u8feb\u51fb\u70ae\u8fde\u88c5\u59076\u95e8\u8be5\u578b\u53f7\u8feb\u51fb\u70ae\u3002 ", "user_id" : 2896390104, "screen_name" : "\u6297\u6218\u76f4\u64ad", "id" : 3611899579069169, "bid" : "A4ZyRC3iV", "article_url" : "", "pics" : "https://ww2.sinaimg.cn/large/aca367d8jw1e7oe1q0g6gj20c10pe0tx.jpg", "video_url" : "", "location" : "", "created_at" : "2013-08-16", "source" : "\u76ae\u76ae\u65f6\u5149\u673a", "attitudes_count" : 2, "comments_count" : 2, "reposts_count" : 10, "topics" : "\u6297\u6218\u88c5\u5907", "at_users" : "", "history_date" : "1938\u5e7408\u670816\u65e5", "type" : 0} | json_instruct | {"type": "object", "properties": {"text": {"type": "string"}, "user_id": {"type": "integer"}, "screen_name": {"type": "string"}, "id": {"type": "integer"}, "bid": {"type": "string"}, "article_url": {"type": "string"}, "pics": {"type": "string"}, "video_url": {"type": "string"}, "location": {"type": "string"}, "created_at": {"type": "string"}, "source": {"type": "string"}, "attitudes_count": {"type": "integer"}, "comments_count": {"type": "integer"}, "reposts_count": {"type": "integer"}, "topics": {"type": "string"}, "at_users": {"type": "string"}, "history_date": {"type": "string"}, "type": {"type": "integer"}}, "required": ["text", "user_id", "screen_name", "id", "bid", "article_url", "pics", "video_url", "location", "created_at", "source", "attitudes_count", "comments_count", "reposts_count", "topics", "at_users", "history_date", "type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"directions" : ["In a small heavy saucepan stir together all ingredients except sesame seeds and cook over very low heat, stirring occasionally, 20 minutes. Cook, stirring frequently so mixture does not burn, 40 minutes more, or until very thick.", "Remove pan from heat and let mixture cool slightly. Form tablespoons of warm mixture into 1-inch balls and roll in sesame seeds to coat. Candies may be made 1 week ahead and kept in an airtight coriander in a cool dark place."], "ingredients" : ["1/2 pound blanched whole almonds (about 1 1/2 cups), toasted, cooled, and ground fine (use a food processor)", "1 cup golden raisins, half chopped fine and half chopped coarse", "1/3 cup honey", "3 tablespoons unsalted butter", "2 tablespoons minced crystallized ginger", "8 whole allspice berries, ground fine", "1/8 teaspoon ground mace", "1/8 teaspoon freshly ground nutmeg", "1/8 teaspoon fennel seeds, ground fine", "1/8 teaspoon cinnamon", "a pinch cayenne", "a pinch saffron threads, crumbled", "1/3 cup sesame seeds"], "language" : "en-US", "source" : "www.epicurious.com", "tags" : ["Candy", "Ginger", "Dessert", "Raisin", "Almond", "Spice", "Honey", "Simmer", "Gourmet"], "title" : "El Majoun", "url" : "http://www.epicurious.com/recipes/food/views/el-majoun-12482"} | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"900807374": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900807375": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900807376": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900807374", "900807375", "900807376"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"900807374" : {"nama" : "TPS 1", "dapil" : [5301, 15304, 2531001]}, "900807375" : {"nama" : "TPS 2", "dapil" : [5301, 15304, 2531001]}, "900807376" : {"nama" : "TPS 3", "dapil" : [5301, 15304, 2531001]}} | json_instruct | {"type": "object", "properties": {"900807374": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900807375": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900807376": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900807374", "900807375", "900807376"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"namaKab" : "BUTON UTARA", "originalFilename" : "IMG-20180527-WA0024.jpg", "namaPartai" : "Partai NasDem", "id" : 284732, "noUrut" : 1, "nama" : "ABDUL MALIK SAFARUNI", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KOTA KENDARI", "originalFilename" : "BB2-1.jpg", "namaPartai" : "Partai NasDem", "id" : 285751, "noUrut" : 2, "nama" : "ABIDIN, BE", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "BUTON UTARA", "originalFilename" : "Daria Kosma.jpg", "namaPartai" : "Partai NasDem", "id" : 285947, "noUrut" : 3, "nama" : "DARIA KOSMA", "stringJenisKelamin" : "Perempuan"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "d806-104", "text" : "Box 2002\nUniversity* Alabama\nHr* Earl wynn\nCommunications Division\nUniversity of North Carolina\nChapel Hill* North Carolina\nDear Earl,\nFirst, may I \u00a9ay it was good seeing you at Norman* Your work with the\nUFPA crowd deserves special commendation, and your suggestion concerning a\nconference Involving the college administrators needs more attention than we\nwere able to give it at the final board meeting* It is in this regard that\nI am writing*\nWould you fire to me by return mail, if possible, a concrete proposal\nfor implementing this suggestion* Perhaps we can discuss it briefly at the\nmeeting of the Advisory Committee in Ann Arbor on the evening of the 11th,\nbut most of that time must be devoted to discussing our conference the next\ndays so it would be well for you to put your mind to it and dash off a full\nproposal for consideration of the Executive Committee when we get together on\nthe l?th* I suggest that you send copies of the mem\u00a9 to all members of the\nBoard so we my have a reaction from them all before the meting*\nI\u00abve been sending notes to the Presidents and Superintendents of new\nmembers of the Board, congratulating them on the election of their represents^\ntivee to the Board and requesting that they give these representatives the\nbenefit of their own thinking on matters involving NAEB* Would it be helpful\nif I did a similar letter for Presidents of the continuing members?\nI look forward to another pleasant year of association with you on the\nBoard and hop\u00a9 you will continue to react to all matters facing us as you have\ndone in the past*\nWould you please consider this official notice of your reappointment to\nthe Chairmanship of our TV Operations Committee and give me an immediate reply\nsuggesting those on the previous committee you think should be continued and\nnew names you would like to have added*\nBest wishes for the year ahead*\nSincerely,\nGA/sbr\nGrsydon Ausmus\nPresident"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "string"}, "object": {"type": "string"}, "api_version": {"type": "string"}, "created": {"type": "integer"}, "data": {"type": "object", "properties": {"object": {"type": "object", "properties": {"object": {"type": "string"}, "integer": {"type": "integer"}, "string": {"type": "string"}}, "required": ["object", "integer", "string"]}}, "required": ["object"]}, "livemode": {"type": "boolean"}, "pending_webhooks": {"type": "integer"}, "request": {"type": "object", "properties": {"id": {"type": "string"}, "idempotency_key": {"type": "string"}}, "required": ["id", "idempotency_key"]}, "type": {"type": "string"}}, "required": ["id", "object", "api_version", "created", "data", "livemode", "pending_webhooks", "request", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "evt_123", "object" : "event", "api_version" : "2018-09-24", "created" : 1538742675, "data" : {"object" : {"object" : "foo", "integer" : 42, "string" : "Hello"}}, "livemode" : false, "pending_webhooks" : 0, "request" : {"id" : "req_123", "idempotency_key" : "key-123"}, "type" : "foo.created"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "object": {"type": "string"}, "api_version": {"type": "string"}, "created": {"type": "integer"}, "data": {"type": "object", "properties": {"object": {"type": "object", "properties": {"object": {"type": "string"}, "integer": {"type": "integer"}, "string": {"type": "string"}}, "required": ["object", "integer", "string"]}}, "required": ["object"]}, "livemode": {"type": "boolean"}, "pending_webhooks": {"type": "integer"}, "request": {"type": "object", "properties": {"id": {"type": "string"}, "idempotency_key": {"type": "string"}}, "required": ["id", "idempotency_key"]}, "type": {"type": "string"}}, "required": ["id", "object", "api_version", "created", "data", "livemode", "pending_webhooks", "request", "type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Time" : "2021-04-04T03:00:00Z", "Temp" : 5.3, "RelHum" : 97, "WindSpeed" : 0.5, "WindDir" : 310} | json_instruct | {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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" : "dishes:block/chickenburger"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
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", "dharmaVerificationStatus"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "MILL Finance", "symbol" : "MILL", "address" : "0x4c7cB8a50F4cB33Aeacd1dDF47f197e9aB21D9Eb", "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.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "githubLoginMasked": {"type": "string"}, "githubLoginEncrypted": {"type": "string"}, "githubLoginHashed": {"type": "string"}, "score": {"type": "integer"}}, "required": ["id", "githubLoginMasked", "githubLoginEncrypted", "githubLoginHashed", "score"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : 1388188, "githubLoginMasked" : "pu", "githubLoginEncrypted" : "BCc2wl+egkDeYqX/71X+PvZbEsYiD25W", "githubLoginHashed" : "BCc2wl+egkDeYqX/71X+PvZbEsYiD25W", "score" : 3355}, {"id" : 1388189, "githubLoginMasked" : "co", "githubLoginEncrypted" : "Fz0tzRGYnkP/B3kuQ/+nSnLlCCF0R2iqeTyWI+A=", "githubLoginHashed" : "Fz0tzRGYnkP/B3kuQ/+nSnLlCCF0R2iqeTyWI+A=", "score" : 2530}, {"id" : 1388294, "githubLoginMasked" : "pu", "githubLoginEncrypted" : "BCc2wl2VnUz+5adIgOeNsont7MEDcq2flQ==", "githubLoginHashed" : "BCc2wl2VnUz+5adIgOeNsont7MEDcq2flQ==", "score" : 55}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "githubLoginMasked": {"type": "string"}, "githubLoginEncrypted": {"type": "string"}, "githubLoginHashed": {"type": "string"}, "score": {"type": "integer"}}, "required": ["id", "githubLoginMasked", "githubLoginEncrypted", "githubLoginHashed", "score"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"anonymousId": {"type": "string"}, "traits": {"type": "object", "properties": {"projectCreated": {"type": "string"}}, "required": ["projectCreated"]}}, "required": ["anonymousId", "traits"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"anonymousId" : "a452791c-4cd4-4bc1-8719-7eae71978311", "traits" : {"projectCreated" : "2022-03-06T14:19:36.316Z"}} | json_instruct | {"type": "object", "properties": {"anonymousId": {"type": "string"}, "traits": {"type": "object", "properties": {"projectCreated": {"type": "string"}}, "required": ["projectCreated"]}}, "required": ["anonymousId", "traits"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"tslib.es6.js": {"type": "string"}, "tslib.es6.min.js": {"type": "string"}, "tslib.js": {"type": "string"}, "tslib.min.js": {"type": "string"}}, "required": ["tslib.es6.js", "tslib.es6.min.js", "tslib.js", "tslib.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"tslib.es6.js" : "sha512-F+Uj1E0r4oF7IE948XePdFdy2m/iwOLK/WL4gf+g5BIpVC0j7XuO8QgesJhmS4FijxZxdgHfCBdR64uLzetzQg==", "tslib.es6.min.js" : "sha512-z28eb6uj7D4+Mn8PTvALeb0Vd8O5QCkb+abiCclOLHoUGwsiuSyJZg5+GO5PZenVPRfdnigMpNglGNCmkzkkGg==", "tslib.js" : "sha512-j1slop5xtW4ajgU6fGvA3FEYLZxIgRMw6B7kuCbB3DCJPt05o4imQpwTQlXQibJjgCz9IZnZiZiYhO9AhR8B3w==", "tslib.min.js" : "sha512-4IEUkLfeVAXUU2vO7lifppza5h4U26CcrmAb0ruiL6nEDaq9mSBfxYMoK4klkk5xBSFmyA5cOyvGKgu3N4HC+w=="} | json_instruct | {"type": "object", "properties": {"tslib.es6.js": {"type": "string"}, "tslib.es6.min.js": {"type": "string"}, "tslib.js": {"type": "string"}, "tslib.min.js": {"type": "string"}}, "required": ["tslib.es6.js", "tslib.es6.min.js", "tslib.js", "tslib.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"hls.js": {"type": "string"}, "hls.light.js": {"type": "string"}, "hls.light.min.js": {"type": "string"}, "hls.min.js": {"type": "string"}}, "required": ["hls.js", "hls.light.js", "hls.light.min.js", "hls.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"hls.js" : "sha256-oA1xx4Dsy5VtFbpXWALwSrV1fGNVOMwBgruSEb8GFGA=", "hls.light.js" : "sha256-0xG5VYO/VJKsCIK/wqixbc5RAcayVoAZXkEiHoAYSNs=", "hls.light.min.js" : "sha256-fZzytBf7K7v3MmuBOv3k1LefaVbP6tLC+yB+lxwXQuc=", "hls.min.js" : "sha256-Al1s9IJ2ddgNlvLiwuLC9I+ZPofyIJeh5K5cVs0QBEg="} | json_instruct | {"type": "object", "properties": {"hls.js": {"type": "string"}, "hls.light.js": {"type": "string"}, "hls.light.min.js": {"type": "string"}, "hls.min.js": {"type": "string"}}, "required": ["hls.js", "hls.light.js", "hls.light.min.js", "hls.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"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": "integer"}, "lang": {"type": "string"}, "updated": {"type": "integer"}}, "required": ["id", "data", "isTemplate", "count", "lang", "updated"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "e9dacd35-4815-47c6-83df-0b86b8e2b6c2", "data" : [{"text" : "anything", "userDefined" : false}], "isTemplate" : false, "count" : 0, "lang" : "en", "updated" : 0}, {"id" : "f9219063-3f22-4102-8993-6e22bfba3985", "data" : [{"text" : "surprise me", "userDefined" : false}], "isTemplate" : false, "count" : 0, "lang" : "en", "updated" : 0}, {"id" : "c64e5ded-2580-480e-abd4-dba56ee70f98", "data" : [{"text" : "give me random dishes", "userDefined" : false}], "isTemplate" : false, "count" : 0, "lang" : "en", "updated" : 0}, {"id" : "87033181-b6ec-4da3-baed-1be1504c416f", "data" : [{"text" : "random", "userDefined" : false}], "isTemplate" : false, "count" : 0, "lang" : "en", "updated" : 0}] | 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": "integer"}, "lang": {"type": "string"}, "updated": {"type": "integer"}}, "required": ["id", "data", "isTemplate", "count", "lang", "updated"]}, "$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"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "ANXUE", "frequency" : 0, "gender" : "male"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "homepage": {"type": "string"}, "description": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "scripts": {"type": "object", "properties": {"coverall": {"type": "string"}, "coverage": {"type": "string"}, "test": {"type": "string"}, "test:unit": {"type": "string"}, "test:mutate": {"type": "string"}}, "required": ["coverall", "coverage", "test", "test:unit", "test:mutate"]}, "dependencies": {"type": "object", "properties": {"deep-get-set": {"type": "string"}, "kind-of": {"type": "string"}, "postcss": {"type": "string"}}, "required": ["deep-get-set", "kind-of", "postcss"]}, "devDependencies": {"type": "object", "properties": {"coveralls": {"type": "string"}, "jest": {"type": "string"}, "jest-cli": {"type": "string"}, "@stryker-mutator/core": {"type": "string"}, "@stryker-mutator/javascript-mutator": {"type": "string"}, "@stryker-mutator/jest-runner": {"type": "string"}}, "required": ["coveralls", "jest", "jest-cli", "@stryker-mutator/core", "@stryker-mutator/javascript-mutator", "@stryker-mutator/jest-runner"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "required": ["name", "version", "author", "license", "keywords", "main", "homepage", "description", "bugs", "scripts", "dependencies", "devDependencies", "repository"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "postcss-replace", "version" : "1.1.2", "author" : "Gridonic <hello@gridonic.ch>", "license" : "MIT", "keywords" : ["postcss", "css", "postcss-plugin", "replace", "strings"], "main" : "index.js", "homepage" : "https://github.com/gridonic/postcss-replace#readme", "description" : "PostCSS plugin for replacing strings.", "bugs" : {"url" : "https://github.com/gridonic/postcss-replace/issues"}, "scripts" : {"coverall" : "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js", "coverage" : "jest --coverage", "test" : "npm run test:unit && npm run test:mutate", "test:unit" : "jest", "test:mutate" : "stryker run"}, "dependencies" : {"deep-get-set" : "^1.1.0", "kind-of" : "^6.0.2", "postcss" : "^7.0.14"}, "devDependencies" : {"coveralls" : "^3.0.3", "jest" : "^26.2.1", "jest-cli" : "^26.0.1", "@stryker-mutator/core" : "^3.1.0", "@stryker-mutator/javascript-mutator" : "^3.1.0", "@stryker-mutator/jest-runner" : "^3.1.0"}, "repository" : {"type" : "git", "url" : "git+https://github.com/gridonic/postcss-replace.git"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "homepage": {"type": "string"}, "description": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "scripts": {"type": "object", "properties": {"coverall": {"type": "string"}, "coverage": {"type": "string"}, "test": {"type": "string"}, "test:unit": {"type": "string"}, "test:mutate": {"type": "string"}}, "required": ["coverall", "coverage", "test", "test:unit", "test:mutate"]}, "dependencies": {"type": "object", "properties": {"deep-get-set": {"type": "string"}, "kind-of": {"type": "string"}, "postcss": {"type": "string"}}, "required": ["deep-get-set", "kind-of", "postcss"]}, "devDependencies": {"type": "object", "properties": {"coveralls": {"type": "string"}, "jest": {"type": "string"}, "jest-cli": {"type": "string"}, "@stryker-mutator/core": {"type": "string"}, "@stryker-mutator/javascript-mutator": {"type": "string"}, "@stryker-mutator/jest-runner": {"type": "string"}}, "required": ["coveralls", "jest", "jest-cli", "@stryker-mutator/core", "@stryker-mutator/javascript-mutator", "@stryker-mutator/jest-runner"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "required": ["name", "version", "author", "license", "keywords", "main", "homepage", "description", "bugs", "scripts", "dependencies", "devDependencies", "repository"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"schemaVersion": {"type": "integer"}, "label": {"type": "string"}, "message": {"type": "string"}, "color": {"type": "string"}}, "required": ["schemaVersion", "label", "message", "color"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"schemaVersion" : 1, "label" : "response time", "message" : "317 ms", "color" : "green"} | json_instruct | {"type": "object", "properties": {"schemaVersion": {"type": "integer"}, "label": {"type": "string"}, "message": {"type": "string"}, "color": {"type": "string"}}, "required": ["schemaVersion", "label", "message", "color"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"VersionId": {"type": "string"}, "IsDefaultVersion": {"type": "boolean"}, "CreateDate": {"type": "string"}, "PolicyName": {"type": "string"}}, "required": ["VersionId", "IsDefaultVersion", "CreateDate", "PolicyName"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"VersionId" : "v1", "IsDefaultVersion" : false, "CreateDate" : "2017-09-18T19:19:45+00:00", "PolicyName" : "AmazonRedshiftServiceLinkedRolePolicy"} | json_instruct | {"type": "object", "properties": {"VersionId": {"type": "string"}, "IsDefaultVersion": {"type": "boolean"}, "CreateDate": {"type": "string"}, "PolicyName": {"type": "string"}}, "required": ["VersionId", "IsDefaultVersion", "CreateDate", "PolicyName"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "d496-106", "text" : "November 15, 1957\nHr. Burton Paulu\nKVOM\n1 Eddy Hal 1\nMinneapolis 14, Minnesota\nDear Burton:\nIn haste, and in brief, because i leave for Madison\nwithin the hour.\nI had read the Schwarzwalder and Vogl letters.\nI think you wrote a good reply, too.\nRegarding circuiarizing all ETV stations, I think\n1 would play this by ear. If you are sure that some station\ngot such a letter, then fill in that particular station. For\nexample, Schwarzwalder did not send me copy. Maybe he sent\nRider a copy, but it has not been mentioned to me by Rider.\nI do think it important to follow up in places\nwhere you are sure John fired the ammunition.\ni* 11 take dope with me and talk with McCarty and\nHarley in Madison this afternoon.\nRegards,\nFrank E. Schooley\nFESfb\ncc Skornia"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"HostConfigHash": {"type": "string"}, "CardHash": {"type": "string"}, "Error": {"type": "null"}}, "required": ["HostConfigHash", "CardHash", "Error"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"HostConfigHash" : "1bb97f8", "CardHash" : "869d87c", "Error" : null} | json_instruct | {"type": "object", "properties": {"HostConfigHash": {"type": "string"}, "CardHash": {"type": "string"}, "Error": {"type": "null"}}, "required": ["HostConfigHash", "CardHash", "Error"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"el": {"type": "string"}, "title": {"type": "string"}, "items": {"type": "array", "items": {"type": "string"}}}, "required": ["el", "title", "items"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"el" : "#slide-instant-prototyping", "title" : "Instant Prototyping", "items" : ["Global addon required <em>$ npm i -g @vue/cli-service-global</em>", "<em>$ echo '<template><h1>Hello World</h1></template>' > App.vue && vue serve</em>", "Dev server listining on port 8081"]} | json_instruct | {"type": "object", "properties": {"el": {"type": "string"}, "title": {"type": "string"}, "items": {"type": "array", "items": {"type": "string"}}}, "required": ["el", "title", "items"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"Create anchor tag with an area": {"type": "object", "properties": {"prefix": {"type": "string"}, "body": {"type": "array", "items": {"type": "string"}}}, "required": ["prefix", "body"]}, "Create anchor tag with a controller": {"type": "object", "properties": {"prefix": {"type": "string"}, "body": {"type": "array", "items": {"type": "string"}}}, "required": ["prefix", "body"]}, "Create anchor tag with an action only": {"type": "object", "properties": {"prefix": {"type": "string"}, "body": {"type": "array", "items": {"type": "string"}}}, "required": ["prefix", "body"]}}, "required": ["Create anchor tag with an area", "Create anchor tag with a controller", "Create anchor tag with an action only"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Create anchor tag with an area" : {"prefix" : "area", "body" : ["<a asp-area=\"$1\" asp-controller=\"$2\" asp-action=\"$3\">$4</a>$0"]}, "Create anchor tag with a controller" : {"prefix" : "controller", "body" : ["<a asp-controller=\"$1\" asp-action=\"$2\">$3</a>$0"]}, "Create anchor tag with an action only" : {"prefix" : "action", "body" : ["<a asp-action=\"$1\">$2</a>$0"]}} | json_instruct | {"type": "object", "properties": {"Create anchor tag with an area": {"type": "object", "properties": {"prefix": {"type": "string"}, "body": {"type": "array", "items": {"type": "string"}}}, "required": ["prefix", "body"]}, "Create anchor tag with a controller": {"type": "object", "properties": {"prefix": {"type": "string"}, "body": {"type": "array", "items": {"type": "string"}}}, "required": ["prefix", "body"]}, "Create anchor tag with an action only": {"type": "object", "properties": {"prefix": {"type": "string"}, "body": {"type": "array", "items": {"type": "string"}}}, "required": ["prefix", "body"]}}, "required": ["Create anchor tag with an area", "Create anchor tag with a controller", "Create anchor tag with an action only"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Time" : "2020-12-30T19:00:00Z", "Temp" : 13.2, "RelHum" : 62, "WindSpeed" : 2.1, "WindDir" : 111} | json_instruct | {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"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#"}
| {"word" : "Implication", "definitions" : ["The conclusion that can be drawn from something although it is not explicitly stated.", "A likely consequence of something.", "The action or state of being involved in something."], "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#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"schemaVersion": {"type": "integer"}, "label": {"type": "string"}, "message": {"type": "string"}, "color": {"type": "string"}}, "required": ["schemaVersion", "label", "message", "color"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"schemaVersion" : 1, "label" : "response time 24h", "message" : "2884 ms", "color" : "red"} | json_instruct | {"type": "object", "properties": {"schemaVersion": {"type": "integer"}, "label": {"type": "string"}, "message": {"type": "string"}, "color": {"type": "string"}}, "required": ["schemaVersion", "label", "message", "color"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"title": {"type": "string"}, "downloads": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}, "hxl": {"type": "integer"}, "org": {"type": "string"}, "id": {"type": "string"}, "resources": {"type": "array", "items": {"type": "object", "properties": {"update_date": {"type": "string"}, "link": {"type": "string"}}, "required": ["update_date", "link"]}}}, "required": ["title", "downloads", "tags", "hxl", "org", "id", "resources"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Netherlands - Science and Technology", "downloads" : 65, "tags" : ["economics", "hxl", "indicators", "Netherlands"], "hxl" : 1, "org" : "World Bank Group", "id" : "7c6b422a-f9d9-4ca1-b274-3a8a25365141", "resources" : [{"update_date" : "2021-01-29T05:16:47.825231", "link" : "https://data.humdata.org/dataset/7c6b422a-f9d9-4ca1-b274-3a8a25365141/resource/5498bd05-89e4-48e2-bfd2-1a5fc46bf3b0/download/science-and-technology_nld.csv"}, {"update_date" : "2021-01-29T05:16:47.825231", "link" : "https://data.humdata.org/dataset/7c6b422a-f9d9-4ca1-b274-3a8a25365141/resource/6a1aed8b-30ba-4db4-b79a-e6e08ca5aba5/download/qc_science-and-technology_nld.csv"}]} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "downloads": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}, "hxl": {"type": "integer"}, "org": {"type": "string"}, "id": {"type": "string"}, "resources": {"type": "array", "items": {"type": "object", "properties": {"update_date": {"type": "string"}, "link": {"type": "string"}}, "required": ["update_date", "link"]}}}, "required": ["title", "downloads", "tags", "hxl", "org", "id", "resources"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"username": {"type": "string"}, "additional_items": {"type": "array", "items": {}}, "items": {"type": "object", "properties": {"1": {"type": "string"}, "3": {"type": "string"}, "2": {"type": "string"}}, "required": ["1", "3", "2"]}, "tweet_id": {"type": "string"}, "timespent": {"type": "number"}, "starttime": {"type": "number"}, "itemcount": {"type": "string"}, "savingtime": {"type": "number"}}, "required": ["username", "additional_items", "items", "tweet_id", "timespent", "starttime", "itemcount", "savingtime"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"username" : "user03", "additional_items" : [], "items" : {"1" : "doesnotapply", "3" : "negative", "2" : "negative"}, "tweet_id" : "578700332651413505", "timespent" : 19.358856201172, "starttime" : 1429536665.9231, "itemcount" : "3", "savingtime" : 1429536685.2819} | json_instruct | {"type": "object", "properties": {"username": {"type": "string"}, "additional_items": {"type": "array", "items": {}}, "items": {"type": "object", "properties": {"1": {"type": "string"}, "3": {"type": "string"}, "2": {"type": "string"}}, "required": ["1", "3", "2"]}, "tweet_id": {"type": "string"}, "timespent": {"type": "number"}, "starttime": {"type": "number"}, "itemcount": {"type": "string"}, "savingtime": {"type": "number"}}, "required": ["username", "additional_items", "items", "tweet_id", "timespent", "starttime", "itemcount", "savingtime"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"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.org/draft-07/schema#"}
| {"id" : "2011", "provinceId" : "72", "regencyId" : "08", "districtId" : "21", "name" : "Sidomukti"} | json_instruct | {"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.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Time" : "2021-01-21T08:00:00Z", "Temp" : 12.1, "RelHum" : 69, "WindSpeed" : 1.6, "WindDir" : 164} | json_instruct | {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"variants" : {"" : {"model" : "mubble:block/green_christmas_bauble"}}} | json_instruct | {"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"17-01-2018": {"type": "integer"}, "18-01-2018": {"type": "integer"}, "19-01-2018": {"type": "integer"}, "22-01-2018": {"type": "integer"}, "24-01-2018": {"type": "integer"}}, "required": ["17-01-2018", "18-01-2018", "19-01-2018", "22-01-2018", "24-01-2018"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"17-01-2018" : 26, "18-01-2018" : 20, "19-01-2018" : 1, "22-01-2018" : 1, "24-01-2018" : 3} | json_instruct | {"type": "object", "properties": {"17-01-2018": {"type": "integer"}, "18-01-2018": {"type": "integer"}, "19-01-2018": {"type": "integer"}, "22-01-2018": {"type": "integer"}, "24-01-2018": {"type": "integer"}}, "required": ["17-01-2018", "18-01-2018", "19-01-2018", "22-01-2018", "24-01-2018"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToPerf": {"type": "object", "properties": {"00000000-0000-0000-0000-000000000000": {"type": "integer"}}, "required": ["00000000-0000-0000-0000-000000000000"]}, "regionsToUserPerf": {"type": "object", "properties": {"00000000-0000-0000-0000-000000000000": {"type": "integer"}}, "required": ["00000000-0000-0000-0000-000000000000"]}}, "required": ["configuration", "regionsToPerf", "regionsToUserPerf"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"configuration" : ["IOS_CREATE_IMAGESET_FOLDERS", "ANTI_ALIASING"], "regionsToPerf" : {"00000000-0000-0000-0000-000000000000" : 8830000000}, "regionsToUserPerf" : {"00000000-0000-0000-0000-000000000000" : 18090000000}} | json_instruct | {"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToPerf": {"type": "object", "properties": {"00000000-0000-0000-0000-000000000000": {"type": "integer"}}, "required": ["00000000-0000-0000-0000-000000000000"]}, "regionsToUserPerf": {"type": "object", "properties": {"00000000-0000-0000-0000-000000000000": {"type": "integer"}}, "required": ["00000000-0000-0000-0000-000000000000"]}}, "required": ["configuration", "regionsToPerf", "regionsToUserPerf"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "subPlay": {"type": "integer"}}, "required": ["play", "subPlay"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "9e66d5bd-5cba-40fb-b4f1-56012fdff318", "playerTags" : [], "teamTags" : ["ca3f1c8c-c025-4d8e-8eef-5be6accbeb16", "9debc64f-74b7-4ae1-a4d6-fce0144b6ea5"], "gameTags" : ["6bdaef8c-1ddf-440f-b210-3d0e4c13b565"], "metadata" : {"play" : 132, "subPlay" : -1}, "created" : "2021-04-15T14:11:08.521Z", "season" : 15, "tournament" : -1, "type" : 28, "day" : 68, "phase" : 4, "category" : 0, "description" : "Inning 4 is now an Outing.", "nuts" : 0} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "subPlay": {"type": "integer"}}, "required": ["play", "subPlay"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "ot": {"type": "integer"}, "alias": {"type": "integer"}, "setcode": {"type": "integer"}, "type": {"type": "integer"}, "atk": {"type": "integer"}, "def": {"type": "integer"}, "level": {"type": "integer"}, "race": {"type": "integer"}, "attribute": {"type": "integer"}, "category": {"type": "integer"}, "name": {"type": "string"}, "desc": {"type": "string"}, "str1": {"type": "string"}, "str2": {"type": "string"}, "str3": {"type": "string"}, "str4": {"type": "string"}, "str5": {"type": "string"}, "str6": {"type": "string"}, "str7": {"type": "string"}, "str8": {"type": "string"}, "str9": {"type": "string"}, "str10": {"type": "string"}, "str11": {"type": "string"}, "str12": {"type": "string"}, "str13": {"type": "string"}, "str14": {"type": "string"}, "str15": {"type": "string"}, "str16": {"type": "string"}, "cardpool": {"type": "string"}, "tcg": {"type": "object", "properties": {"pack": {"type": "string"}, "pack_id": {"type": "string"}, "date": {"type": "string"}}, "required": ["pack", "pack_id", "date"]}, "ocg": {"type": "object", "properties": {"pack": {"type": "string"}, "pack_id": {"type": "string"}, "date": {"type": "string"}}, "required": ["pack", "pack_id", "date"]}, "picture": {"type": "string"}}, "required": ["id", "ot", "alias", "setcode", "type", "atk", "def", "level", "race", "attribute", "category", "name", "desc", "str1", "str2", "str3", "str4", "str5", "str6", "str7", "str8", "str9", "str10", "str11", "str12", "str13", "str14", "str15", "str16", "cardpool", "tcg", "ocg", "picture"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 63956833, "ot" : 3, "alias" : 0, "setcode" : 123, "type" : 2, "atk" : 0, "def" : 0, "level" : 0, "race" : 0, "attribute" : 0, "category" : 2147753984, "name" : "Galaxy Trance", "desc" : "Pay 2000 LP, then target 1 “Photon” monster in your GY: Special Summon both it and 1 “Galaxy” monster from your Deck, with the same Level, both in Defense Position, and if you do, each monster's ATK becomes 2000, also their effects are negated. You can only activate 1 \"Galaxy Trance\" per turn. You cannot Normal or Special Summon monsters during the turn you activate this card, except “Photon” and “Galaxy” monsters.", "str1" : "", "str2" : "Affected by \"Galaxy Trance\"", "str3" : "", "str4" : "", "str5" : "", "str6" : "", "str7" : "", "str8" : "", "str9" : "", "str10" : "", "str11" : "", "str12" : "", "str13" : "", "str14" : "", "str15" : "", "str16" : "", "cardpool" : "OCG/TCG", "tcg" : {"pack" : "Soul Fusion", "pack_id" : "SOFU-DE056", "date" : "2018-10-18"}, "ocg" : {"pack" : "Soul Fusion", "pack_id" : "SOFU-JP056", "date" : "2018-07-14"}, "picture" : "https://vignette.wikia.nocookie.net/yugioh/images/e/e6/GalaxyTrance-SOFU-EN-R-1E.png"} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "ot": {"type": "integer"}, "alias": {"type": "integer"}, "setcode": {"type": "integer"}, "type": {"type": "integer"}, "atk": {"type": "integer"}, "def": {"type": "integer"}, "level": {"type": "integer"}, "race": {"type": "integer"}, "attribute": {"type": "integer"}, "category": {"type": "integer"}, "name": {"type": "string"}, "desc": {"type": "string"}, "str1": {"type": "string"}, "str2": {"type": "string"}, "str3": {"type": "string"}, "str4": {"type": "string"}, "str5": {"type": "string"}, "str6": {"type": "string"}, "str7": {"type": "string"}, "str8": {"type": "string"}, "str9": {"type": "string"}, "str10": {"type": "string"}, "str11": {"type": "string"}, "str12": {"type": "string"}, "str13": {"type": "string"}, "str14": {"type": "string"}, "str15": {"type": "string"}, "str16": {"type": "string"}, "cardpool": {"type": "string"}, "tcg": {"type": "object", "properties": {"pack": {"type": "string"}, "pack_id": {"type": "string"}, "date": {"type": "string"}}, "required": ["pack", "pack_id", "date"]}, "ocg": {"type": "object", "properties": {"pack": {"type": "string"}, "pack_id": {"type": "string"}, "date": {"type": "string"}}, "required": ["pack", "pack_id", "date"]}, "picture": {"type": "string"}}, "required": ["id", "ot", "alias", "setcode", "type", "atk", "def", "level", "race", "attribute", "category", "name", "desc", "str1", "str2", "str3", "str4", "str5", "str6", "str7", "str8", "str9", "str10", "str11", "str12", "str13", "str14", "str15", "str16", "cardpool", "tcg", "ocg", "picture"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "lint": {"type": "string"}, "compile": {"type": "string"}}, "required": ["start", "lint", "compile"]}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"babel-core": {"type": "string"}, "babel-eslint": {"type": "string"}, "babel-loader": {"type": "string"}, "eslint-plugin-react": {"type": "string"}, "react-hot-loader": {"type": "string"}, "webpack": {"type": "string"}, "webpack-dev-server": {"type": "string"}}, "required": ["babel-core", "babel-eslint", "babel-loader", "eslint-plugin-react", "react-hot-loader", "webpack", "webpack-dev-server"]}, "dependencies": {"type": "object", "properties": {"react-sparkline": {"type": "string"}, "d3": {"type": "string"}}, "required": ["react-sparkline", "d3"]}, "peerDependencies": {"type": "object", "properties": {"react": {"type": "string"}, "font-awesome": {"type": "string"}}, "required": ["react", "font-awesome"]}}, "required": ["name", "version", "description", "scripts", "main", "repository", "author", "license", "homepage", "devDependencies", "dependencies", "peerDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "react-analog-gauge", "version" : "0.1.1", "description" : "Simple analog gauge built in React", "scripts" : {"start" : "node server.js", "lint" : "eslint src", "compile" : "webpack"}, "main" : "dist/Gauge.js", "repository" : {"type" : "git", "url" : "https://github.com/timmathews/react-analog-gauge"}, "author" : "Tim Mathews <tim@signalk.org> (http://github.com/timmathews)", "license" : "MIT", "homepage" : "https://github.com/timmathews/react-analog-gauge", "devDependencies" : {"babel-core" : "^5.4.7", "babel-eslint" : "^3.1.9", "babel-loader" : "^5.1.2", "eslint-plugin-react" : "^2.3.0", "react-hot-loader" : "^1.2.7", "webpack" : "^1.9.6", "webpack-dev-server" : "^1.8.2"}, "dependencies" : {"react-sparkline" : "~1.0.1", "d3" : "~3.5.6"}, "peerDependencies" : {"react" : "*", "font-awesome" : "*"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "lint": {"type": "string"}, "compile": {"type": "string"}}, "required": ["start", "lint", "compile"]}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"babel-core": {"type": "string"}, "babel-eslint": {"type": "string"}, "babel-loader": {"type": "string"}, "eslint-plugin-react": {"type": "string"}, "react-hot-loader": {"type": "string"}, "webpack": {"type": "string"}, "webpack-dev-server": {"type": "string"}}, "required": ["babel-core", "babel-eslint", "babel-loader", "eslint-plugin-react", "react-hot-loader", "webpack", "webpack-dev-server"]}, "dependencies": {"type": "object", "properties": {"react-sparkline": {"type": "string"}, "d3": {"type": "string"}}, "required": ["react-sparkline", "d3"]}, "peerDependencies": {"type": "object", "properties": {"react": {"type": "string"}, "font-awesome": {"type": "string"}}, "required": ["react", "font-awesome"]}}, "required": ["name", "version", "description", "scripts", "main", "repository", "author", "license", "homepage", "devDependencies", "dependencies", "peerDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id_5944": {"type": "object", "properties": {"publicdate": {"type": "string"}, "title": {"type": "string"}}, "required": ["publicdate", "title"]}}, "required": ["id_5944"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id_5944" : {"publicdate" : "2011-12-26 16:16:35", "title" : "The Defense of the Augsburg Confession"}} | json_instruct | {"type": "object", "properties": {"id_5944": {"type": "object", "properties": {"publicdate": {"type": "string"}, "title": {"type": "string"}}, "required": ["publicdate", "title"]}}, "required": ["id_5944"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "dependencies": {"type": "object", "properties": {"whatwg-encoding": {"type": "string"}}, "required": ["whatwg-encoding"]}, "description": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["eslint", "mocha"]}, "files": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "name": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "version": {"type": "string"}}, "required": ["author", "dependencies", "description", "devDependencies", "files", "homepage", "license", "main", "name", "repository", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"author" : {"name" : "Domenic Denicola", "email" : "d@domenic.me", "url" : "https://domenic.me/"}, "dependencies" : {"whatwg-encoding" : "^1.0.1"}, "description" : "Sniff the encoding from a HTML byte stream", "devDependencies" : {"eslint" : "^3.8.0", "mocha" : "^3.1.2"}, "files" : ["lib/"], "homepage" : "https://github.com/jsdom/html-encoding-sniffer#readme", "license" : "MIT", "main" : "lib/html-encoding-sniffer.js", "name" : "html-encoding-sniffer", "repository" : {"type" : "git", "url" : "git+https://github.com/jsdom/html-encoding-sniffer.git"}, "version" : "1.0.2"} | json_instruct | {"type": "object", "properties": {"author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "dependencies": {"type": "object", "properties": {"whatwg-encoding": {"type": "string"}}, "required": ["whatwg-encoding"]}, "description": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["eslint", "mocha"]}, "files": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "name": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "version": {"type": "string"}}, "required": ["author", "dependencies", "description", "devDependencies", "files", "homepage", "license", "main", "name", "repository", "version"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "c517a208e4779a898c086a0f89fb09db170c2559"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {"type": "integer"}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"code" : 1971020, "parent" : 1971, "name" : "BUKIT INTAN", "latitude" : "-2.121824802999", "longitude" : "106.14994112995", "postal" : [33147, 33149], "children" : [1971020008, 1971020009, 1971020010, 1971020011, 1971020012, 1971020013, 1971020014]} | json_instruct | {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {"type": "integer"}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id_6391": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "readers": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "string"}, "genres": {"type": "string"}}, "required": ["title", "language", "totaltime", "url_librivox", "url_iarchive", "readers", "authors", "genres"]}}, "required": ["id_6391"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id_6391" : {"title" : "Health", "language" : "English", "totaltime" : "0:17:30", "url_librivox" : "http://librivox.org/a-health-by-edward-coate-pinkney/", "url_iarchive" : "http://archive.org/details/ahealth_1307_librivox", "readers" : ["1212", "3470", "4697", "4738", "6735", "8362", "8445", "8470", "8481"], "authors" : "5912", "genres" : "Poetry"}} | json_instruct | {"type": "object", "properties": {"id_6391": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "readers": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "string"}, "genres": {"type": "string"}}, "required": ["title", "language", "totaltime", "url_librivox", "url_iarchive", "readers", "authors", "genres"]}}, "required": ["id_6391"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible 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"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 404363989, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "488698b4881995cb505aaf869896b754", "wof:id" : 404363989, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [-1.26739227236205, 43.51684489810741, -1.19316712857523, 43.58225727519012], "geometry" : {"coordinates" : [[[-1.25052916281348, 43.51684489810741], [-1.2492986260556, 43.52347057343198], [-1.26681428080835, 43.53838853390367], [-1.26739227236205, 43.54816013487746], [-1.25517583257433, 43.55598361991274], [-1.26265139250574, 43.5670523691022], [-1.24901937029413, 43.5767418011365], [-1.22513729294097, 43.57759326266934], [-1.21804401200983, 43.58225727519012], [-1.20123563794213, 43.57615160121915], [-1.20147468046447, 43.5750160659767], [-1.19316712857523, 43.56766977560562], [-1.19442706854064, 43.56439544452174], [-1.21244760120184, 43.5637783088897], [-1.21669258950481, 43.56236096926662], [-1.21604828527956, 43.55898915351707], [-1.20031028539941, 43.55167078689966], [-1.19561629813233, 43.54609504920467], [-1.20388444713247, 43.54026072555829], [-1.21760516329332, 43.53061876810978], [-1.25052916281348, 43.51684489810741]]], "type" : "Polygon"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"users": {"type": "integer"}, "id": {"type": "string"}}, "required": ["users", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"users" : 20, "id" : "AU-NT"}, {"users" : 1736, "id" : "AU-WA"}, {"users" : 10, "id" : "AU-ACT"}, {"users" : 259, "id" : "AU-NSW"}, {"users" : 1139, "id" : "AU-SA"}, {"users" : 4423, "id" : "AU-VIC"}, {"users" : 1256, "id" : "AU-QLD"}, {"users" : 551, "id" : "AU-TAS"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"users": {"type": "integer"}, "id": {"type": "string"}}, "required": ["users", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"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" : "1405011006", "district_id" : "1405011", "name" : "LUBUK JERING"} | 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#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"Id": {"type": "string"}, "ProductId": {"type": "string"}, "UserId": {"type": "string"}, "ProfileName": {"type": "string"}, "HelpfulnessNumerator": {"type": "integer"}, "HelpfulnessDenominator": {"type": "integer"}, "Score": {"type": "integer"}, "date": {"type": "string"}, "Summary": {"type": "string"}, "text": {"type": "string"}}, "required": ["Id", "ProductId", "UserId", "ProfileName", "HelpfulnessNumerator", "HelpfulnessDenominator", "Score", "date", "Summary", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Id" : "145473", "ProductId" : "B003D4F1QS", "UserId" : "A2AVAZ1ASRUJR", "ProfileName" : "Judy Minkoff", "HelpfulnessNumerator" : 1, "HelpfulnessDenominator" : 1, "Score" : 4, "date" : "2011-10-10", "Summary" : "A mild and pleasant flavor.", "text" : "I had expected this tea to have a stronger fragrance and flavor however, it is more like a hint of cinnamon and a hint of vanilla. The subtle flavor makes it a tea I can drink more frequently than I actually was expecting.<br /><br />As with all Stash teas the individual bags are easy to transport and the tea stays fresh.<br /><br />On the whole, it is a great product, even if it's not what I expected."} | json_instruct | {"type": "object", "properties": {"Id": {"type": "string"}, "ProductId": {"type": "string"}, "UserId": {"type": "string"}, "ProfileName": {"type": "string"}, "HelpfulnessNumerator": {"type": "integer"}, "HelpfulnessDenominator": {"type": "integer"}, "Score": {"type": "integer"}, "date": {"type": "string"}, "Summary": {"type": "string"}, "text": {"type": "string"}}, "required": ["Id", "ProductId", "UserId", "ProfileName", "HelpfulnessNumerator", "HelpfulnessDenominator", "Score", "date", "Summary", "text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"Name": {"type": "string"}, "Version": {"type": "string"}, "Author": {"type": "string"}, "Number of Nodes": {"type": "integer"}, "Number of Namespaces": {"type": "integer"}, "Number of Edges": {"type": "integer"}, "Number of Annotations": {"type": "integer"}, "Number of Citations": {"type": "integer"}, "Number of Authors": {"type": "integer"}, "Network Density": {"type": "string"}, "Number of Components": {"type": "integer"}, "Number of Warnings": {"type": "integer"}}, "required": ["Name", "Version", "Author", "Number of Nodes", "Number of Namespaces", "Number of Edges", "Number of Annotations", "Number of Citations", "Number of Authors", "Network Density", "Number of Components", "Number of Warnings"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Name" : "heme_24489717.bel", "Version" : "1.0.0", "Author" : "Farah Humayun", "Number of Nodes" : 17, "Number of Namespaces" : 4, "Number of Edges" : 26, "Number of Annotations" : 4, "Number of Citations" : 1, "Number of Authors" : 16, "Network Density" : "9.56E-02", "Number of Components" : 1, "Number of Warnings" : 0} | json_instruct | {"type": "object", "properties": {"Name": {"type": "string"}, "Version": {"type": "string"}, "Author": {"type": "string"}, "Number of Nodes": {"type": "integer"}, "Number of Namespaces": {"type": "integer"}, "Number of Edges": {"type": "integer"}, "Number of Annotations": {"type": "integer"}, "Number of Citations": {"type": "integer"}, "Number of Authors": {"type": "integer"}, "Network Density": {"type": "string"}, "Number of Components": {"type": "integer"}, "Number of Warnings": {"type": "integer"}}, "required": ["Name", "Version", "Author", "Number of Nodes", "Number of Namespaces", "Number of Edges", "Number of Annotations", "Number of Citations", "Number of Authors", "Network Density", "Number of Components", "Number of Warnings"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"timestamp": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"data_type": {"type": "string"}, "value": {"type": "string"}, "max": {"type": "string"}, "min": {"type": "string"}, "sd": {"type": "string"}}, "required": ["data_type", "value", "max", "min", "sd"]}}}, "required": ["timestamp", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"timestamp" : "2020-12-20T04:36:43Z", "data" : [{"data_type" : "pm10", "value" : "41.90", "max" : "46.00", "min" : "38.00", "sd" : "1.83"}, {"data_type" : "pm2.5", "value" : "35.57", "max" : "39.00", "min" : "32.00", "sd" : "1.55"}, {"data_type" : "pm1", "value" : "22.03", "max" : "23.00", "min" : "21.00", "sd" : "0.72"}, {"data_type" : "pm10", "value" : "40.20", "max" : "47.00", "min" : "32.00", "sd" : "4.77", "sensor" : 2}, {"data_type" : "pm2.5", "value" : "34.00", "max" : "38.00", "min" : "30.00", "sd" : "2.42", "sensor" : 2}, {"data_type" : "pm1", "value" : "22.67", "max" : "24.00", "min" : "21.00", "sd" : "0.92", "sensor" : 2}, {"data_type" : "pm10", "value" : "4083.40", "max" : "4386.00", "min" : "3822.00", "sd" : "157.24", "sensor" : 3}, {"data_type" : "pm2.5", "value" : "1272.60", "max" : "1362.00", "min" : "1188.00", "sd" : "48.97", "sensor" : 3}, {"data_type" : "pm1", "value" : "274.27", "max" : "310.00", "min" : "250.00", "sd" : "15.27", "sensor" : 3}, {"data_type" : "pm10", "value" : "13.40", "max" : "20.00", "min" : "6.00", "sd" : "3.64", "sensor" : 4}, {"data_type" : "pm2.5", "value" : "3.93", "max" : "6.00", "min" : "2.00", "sd" : "1.11", "sensor" : 4}, {"data_type" : "pm1", "value" : "0.00", "max" : "0.00", "min" : "0.00", "sd" : "0.00", "sensor" : 4}, {"data_type" : "pm10", "value" : "2300.30", "max" : "4980.00", "min" : "0.00", "sd" : "2297.92", "sensor" : 5}, {"data_type" : "pm2.5", "value" : "1233.87", "max" : "1405.00", "min" : "1109.00", "sd" : "87.03", "sensor" : 5}, {"data_type" : "pm1", "value" : "239.33", "max" : "280.00", "min" : "197.00", "sd" : "20.45", "sensor" : 5}, {"data_type" : "pm10", "value" : "19.17", "max" : "33.00", "min" : "10.00", "sd" : "6.57", "sensor" : 6}, {"data_type" : "pm2.5", "value" : "3.93", "max" : "6.00", "min" : "2.00", "sd" : "1.62", "sensor" : 6}, {"data_type" : "noise", "value" : "243.27", "max" : "306.78", "min" : "200.04", "sd" : "10.78"}, {"data_type" : "rain", "value" : "0.00", "max" : "0.00", "min" : "0.00", "sd" : "0.00"}]} | json_instruct | {"type": "object", "properties": {"timestamp": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"data_type": {"type": "string"}, "value": {"type": "string"}, "max": {"type": "string"}, "min": {"type": "string"}, "sd": {"type": "string"}}, "required": ["data_type", "value", "max", "min", "sd"]}}}, "required": ["timestamp", "data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.