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", "nam... | {"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.4166... | 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": {"typ... |
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:peta... | 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"}, ... | {"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 use... | 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": "st... |
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":... | {"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"... | 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"},... |
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": ... | {"__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"}}, "orig... |
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"]}, "proper... | {"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... | 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": "stri... |
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... | {"@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"... | {"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-b... | 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", "proper... |
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", "me... | {"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" : {... | 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/s... |
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", "ite... | {"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"]}}, "s... |
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/sche... | {"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":... | {"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 objec... | 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": ["descript... |
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": ["contrac... | {"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://... |
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"}, "exclus... | {"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 t... | 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"}, "c... |
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": "obje... | {"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"}, {... | 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": ... |
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/dr... | {"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": {... | {"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... | 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_ver... |
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"... | {"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.... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob... |
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": {"t... | {"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"}}, "requir... |
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"... | {"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": ... |
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": {"... | {"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\u00f8... | 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"}, "n... |
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"],... | {"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... | {"baseObjects" : ["[\"g{\",\"_\",\">)\",\"`wM\",\"_\",\"`&\",\"K\"]", "[\"g{\",\"_\",\">)\",\"`wM\",\"_\",\"`&\",\"K\"]", "[\"g{\",\"_\",\">)\",\"`wM\",\"_\",\"`&\",\"K\"]", "[\"g{\",\"_\",\">)\",\"`wM\",\"_\",\"`&\",\"K\"]"], "returnObjects" : ["\"Error\"", "\"Error\"", "\"Error\"", "\"Error\""], "callbackArgs" : [{"0... | 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"... |
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": "stri... | {"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", "prope... | 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": "str... |
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"], "$s... | {"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": "st... | {"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 expre... | 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": {... |
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"}, "\ub2... | {"\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... |
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/draf... | {"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_... | {"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_pa... | 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": {"... |
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_... | {"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_sta... | 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"... |
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"], "$... | {"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",... | {"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", "... | 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": {... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "st... | {"contract" : "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://... |
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": ... | {"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", ... | 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": ... |
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... | [{"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": {"... | {"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"]}, "rustfla... |
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",... | {"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, 84... | 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"... |
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", "ayatN... | {"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... | 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... |
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... | {"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"... | 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": {... |
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"... | {"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" : "mach... | 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_appnam... |
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": ["GREE... | {"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-... |
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": {"typ... | {"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... |
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",... | {"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-Crede... | 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"], "$sch... |
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"}}, "requi... | {"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", "gjelderTilOgM... |
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"... | [{"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.gserviceacc... | 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": "htt... |
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... | {"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": {"... | {"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\... | 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_... |
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"... | {"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 ... | 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"... |
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... | {"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": ... |
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": "str... | [{"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, "n... | 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", "... |
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... | 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"... | {"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": {"typ... |
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":... | {"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", "dha... | {"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.o... |
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... | [{"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" : "F... | 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", "githubLogi... |
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-s... | {"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"], "$sc... | {"tslib.es6.js" : "sha512-F+Uj1E0r4oF7IE948XePdFdy2m/iwOLK/WL4gf+g5BIpVC0j7XuO8QgesJhmS4FijxZxdgHfCBdR64uLzetzQg==", "tslib.es6.min.js" : "sha512-z28eb6uj7D4+Mn8PTvALeb0Vd8O5QCkb+abiCclOLHoUGwsiuSyJZg5+GO5PZenVPRfdnigMpNglGNCmkzkkGg==", "tslib.js" : "sha512-j1slop5xtW4ajgU6fGvA3FEYLZxIgRMw6B7kuCbB3DCJPt05o4imQpwTQlXQib... | 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"],... | {"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"]}}, "... | [{"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... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "userDefined": {"type": "boolean"}}, "required": ["text", "userDefined"]}}, "isTemplate": {"type": "boolean"}, "count": {"type": "intege... |
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"... | {"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 s... | 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": {"t... |
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-... | {"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"... | {"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 sta... | 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... | {"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" : {"pref... | 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": "strin... |
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"], "$schem... | {"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-sch... | {"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-sch... | {"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": {... | {"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/... | 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... |
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": ["... | {"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":... |
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",... | {"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"], "$schem... | {"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/... | {"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-201... | {"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-sc... |
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-000... | {"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":... |
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": "obj... | {"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, "to... | 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":... |
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"... | {"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” mon... | 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": "int... |
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"}},... | {"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"}, "autho... | 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"... |
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... | {"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", "prope... | {"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://gith... | 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-encodin... |
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": {"t... | {"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": ... |
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"}, "read... | {"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... | 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": {"typ... |
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... | {"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.582257275190... | 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": ["... |
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": {"... | {"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 how... | 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": {... |
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"... | {"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" :... | 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": {"t... |
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"}... | {"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.7... | 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",... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.