input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "primoId": {"type": "string"}, "slug": {"type": "string"}, "shortcode": {"type": "string"}, "imageUrl": {"type": "string"}, "content": {"type": "string"}, "imageType": {"type": "string"}, "date": {"type": "string"}, "dateText": {"type": "string"}, "timestamp": {"type": "string"}, "instagramUsername": {"type": "string"}, "featuredMedia": {"type": "object", "properties": {"sourceUrl": {"type": "string"}, "sizes": {"type": "object", "properties": {"medium": {"type": "object", "properties": {"sourceUrl": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "__typename": {"type": "string"}}, "required": ["sourceUrl", "width", "height", "__typename"]}, "full": {"type": "object", "properties": {"sourceUrl": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "__typename": {"type": "string"}}, "required": ["sourceUrl", "width", "height", "__typename"]}, "__typename": {"type": "string"}}, "required": ["medium", "full", "__typename"]}, "__typename": {"type": "string"}}, "required": ["sourceUrl", "sizes", "__typename"]}, "__typename": {"type": "string"}}, "required": ["id", "title", "primoId", "slug", "shortcode", "imageUrl", "content", "imageType", "date", "dateText", "timestamp", "instagramUsername", "featuredMedia", "__typename"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"data" : {"id" : 29338, "title" : "Bridget Watson, wife of John Barton Hack, 1874- / photographer S. Solomon, Rundle Street, Adelaide", "primoId" : "ADLIB110358718", "slug" : "adlib110358718", "shortcode" : "", "imageUrl" : "https://dxlab.sl.nsw.gov.au/images-newselfwales/selfie1525327689148.jpg", "content" : "portraits, Adult Females", "imageType" : "portrait", "date" : "2018-05-03 06:08:08", "dateText" : "1874-", "timestamp" : "", "instagramUsername" : "", "featuredMedia" : {"sourceUrl" : "https://dxlab.sl.nsw.gov.au/images-newselfwales/selfie1525327689148.jpg", "sizes" : {"medium" : {"sourceUrl" : "https://dxlab.sl.nsw.gov.au/images-newselfwales/selfie1525327689148-183x300.jpg", "width" : 183, "height" : 300, "__typename" : "MediaSize"}, "full" : {"sourceUrl" : "https://dxlab.sl.nsw.gov.au/images-newselfwales/selfie1525327689148.jpg", "width" : 642, "height" : 1050, "__typename" : "MediaSize"}, "__typename" : "MediaSizes"}, "__typename" : "Media"}, "__typename" : "NewSelfWalesPortrait"}} | json_instruct | {"type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "primoId": {"type": "string"}, "slug": {"type": "string"}, "shortcode": {"type": "string"}, "imageUrl": {"type": "string"}, "content": {"type": "string"}, "imageType": {"type": "string"}, "date": {"type": "string"}, "dateText": {"type": "string"}, "timestamp": {"type": "string"}, "instagramUsername": {"type": "string"}, "featuredMedia": {"type": "object", "properties": {"sourceUrl": {"type": "string"}, "sizes": {"type": "object", "properties": {"medium": {"type": "object", "properties": {"sourceUrl": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "__typename": {"type": "string"}}, "required": ["sourceUrl", "width", "height", "__typename"]}, "full": {"type": "object", "properties": {"sourceUrl": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "__typename": {"type": "string"}}, "required": ["sourceUrl", "width", "height", "__typename"]}, "__typename": {"type": "string"}}, "required": ["medium", "full", "__typename"]}, "__typename": {"type": "string"}}, "required": ["sourceUrl", "sizes", "__typename"]}, "__typename": {"type": "string"}}, "required": ["id", "title", "primoId", "slug", "shortcode", "imageUrl", "content", "imageType", "date", "dateText", "timestamp", "instagramUsername", "featuredMedia", "__typename"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"loss": {"type": "array", "items": {"type": "number"}}, "accuracy": {"type": "array", "items": {"type": "number"}}, "val_loss": {"type": "array", "items": {"type": "number"}}, "val_accuracy": {"type": "array", "items": {"type": "number"}}}, "required": ["loss", "accuracy", "val_loss", "val_accuracy"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"loss" : [3.5043585300445557, 1.3355293273925781, 1.0586358308792114, 0.8926597833633423, 0.8791239857673645, 0.7752147912979126, 0.704551100730896, 0.6224755644798279, 0.5786503553390503, 0.5782318711280823], "accuracy" : [0.9366185069084167, 0.9717912673950195, 0.9750529527664185, 0.9757581353187561, 0.9769040942192078, 0.9791079163551331, 0.9791960716247559, 0.9802539348602295, 0.9803420901298523, 0.9803420901298523], "val_loss" : [1.1700903177261353, 0.9974473714828491, 0.7594959735870361, 0.8467140793800354, 0.9117419123649597, 0.5094193816184998, 0.8201726078987122, 0.5555860996246338, 0.5882285237312317, 0.4330482482910156], "val_accuracy" : [0.9743590354919434, 0.9748932123184204, 0.9834402203559875, 0.9813034534454346, 0.9802350997924805, 0.9834402203559875, 0.9748932123184204, 0.9850428104400635, 0.9802350997924805, 0.9845085740089417]} | json_instruct | {"type": "object", "properties": {"loss": {"type": "array", "items": {"type": "number"}}, "accuracy": {"type": "array", "items": {"type": "number"}}, "val_loss": {"type": "array", "items": {"type": "number"}}, "val_accuracy": {"type": "array", "items": {"type": "number"}}}, "required": ["loss", "accuracy", "val_loss", "val_accuracy"], "$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" : "\ub098\uacbd\uc6d0", "\ud55c\ubb38\uba85" : "\uf90f\u537f\u7457", "\uc0dd\ub144\uc6d4\uc77c" : "1963-12-06", "\uc815\ub2f9" : "\uc0c8\ub204\ub9ac\ub2f9", "\uc120\uac70\uad6c" : "\uc11c\uc6b8 \ub3d9\uc791\uad6c\uc744", "\ub2f9\uc120\ud69f\uc218" : "4\uc120", "\ub2f9\uc120\ub300\uc218" : "17, 18, 19, 20"} | 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#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"result": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "image": {"type": "string"}, "publish_date": {"type": "string"}}, "required": ["id", "title", "image", "publish_date"]}}, "pagination": {"type": "object", "properties": {"after_id": {"type": "integer"}}, "required": ["after_id"]}}, "required": ["result", "pagination"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"result" : [{"id" : 31, "title" : "My Favorite Teacher", "image" : "https://img.freepik.com/free-vector/icons-big-data-background_23-2148006396.jpg", "publish_date" : "2018-04-26 16:20:00"}, {"id" : 32, "title" : "A Visit to an Exhibition", "image" : "https://img.freepik.com/free-vector/icons-big-data-background_23-2148006396.jpg", "publish_date" : "2018-04-26 16:18:00"}, {"id" : 33, "title" : "The Saddest Day of My Life", "image" : "https://img.freepik.com/free-vector/icons-big-data-background_23-2148006396.jpg", "publish_date" : "2018-04-26 16:15:00"}, {"id" : 34, "title" : "When My Teacher Scolded Me", "image" : "https://img.freepik.com/free-vector/icons-big-data-background_23-2148006396.jpg", "publish_date" : "2018-04-26 16:12:00"}, {"id" : 35, "title" : "A Football Match", "image" : "https://img.freepik.com/free-vector/icons-big-data-background_23-2148006396.jpg", "publish_date" : "2018-04-26 16:25:00"}, {"id" : 36, "title" : "Rising Prices", "image" : "https://img.freepik.com/free-vector/icons-big-data-background_23-2148006396.jpg", "publish_date" : "2018-04-26 16:24:00"}], "pagination" : {"after_id" : 36}} | json_instruct | {"type": "object", "properties": {"result": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "image": {"type": "string"}, "publish_date": {"type": "string"}}, "required": ["id", "title", "image", "publish_date"]}}, "pagination": {"type": "object", "properties": {"after_id": {"type": "integer"}}, "required": ["after_id"]}}, "required": ["result", "pagination"], "$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"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "platinum_ore_node"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"columns": {"type": "array", "items": {"type": "string"}}, "data": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["columns", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"columns" : ["goal", "guesses"], "data" : [["ADRAD", "0: ABIES 1: ACTIN 2: ADDAX 3: ADSUM 4: ADOBO 5: ADDAX "]]} | json_instruct | {"type": "object", "properties": {"columns": {"type": "array", "items": {"type": "string"}}, "data": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["columns", "data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"actions": {"type": "array", "items": {}}, "body": {"type": "array", "items": {"type": "object", "properties": {"inlines": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "type": {"type": "string"}}, "required": ["text", "type"]}}, "type": {"type": "string"}}, "required": ["inlines", "type"]}}, "type": {"type": "string"}, "version": {"type": "string"}}, "required": ["actions", "body", "type", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"actions" : [], "body" : [{"inlines" : [{"text" : "This is the first inline. ", "type" : "TextRun"}, {"color" : "Good", "text" : "We support colors,", "type" : "TextRun"}, {"isSubtle" : true, "text" : " both regular and subtle. ", "type" : "TextRun"}, {"size" : "Small", "text" : "Text ", "type" : "TextRun"}, {"size" : "Medium", "text" : "of ", "type" : "TextRun"}, {"size" : "Large", "text" : "all ", "type" : "TextRun"}, {"size" : "ExtraLarge", "text" : "sizes! ", "type" : "TextRun"}, {"text" : "Light weight text. ", "type" : "TextRun", "weight" : "Lighter"}, {"text" : "Bold weight text. ", "type" : "TextRun", "weight" : "Bolder"}, {"highlight" : true, "text" : "Highlights. ", "type" : "TextRun"}, {"italic" : true, "text" : "Italics. ", "type" : "TextRun"}, {"strikethrough" : true, "text" : "Strikethrough. ", "type" : "TextRun"}, {"fontType" : "Monospace", "text" : "Monospace too!", "type" : "TextRun"}], "type" : "RichTextBlock"}, {"inlines" : [{"text" : "Date-Time parsing: {{DATE(2017-02-14T06:08:39Z,LONG)}} {{TIME(2017-02-14T06:08:39Z)}}", "type" : "TextRun"}], "type" : "RichTextBlock"}, {"horizontalAlignment" : "center", "inlines" : [{"text" : "Rich text blocks also support center alignment. Lorem ipsum dolor Lorem ipsum dolor Lorem ipsum dolor Lorem ipsum dolor Lorem ipsum dolor ", "type" : "TextRun"}], "type" : "RichTextBlock"}, {"horizontalAlignment" : "right", "inlines" : [{"text" : "Rich text blocks also support right alignment. Lorem ipsum dolor Lorem ipsum dolor Lorem ipsum dolor Lorem ipsum dolor Lorem ipsum dolor ", "type" : "TextRun"}], "type" : "RichTextBlock"}, {"inlines" : [], "type" : "RichTextBlock"}], "type" : "AdaptiveCard", "version" : "1.2"} | json_instruct | {"type": "object", "properties": {"actions": {"type": "array", "items": {}}, "body": {"type": "array", "items": {"type": "object", "properties": {"inlines": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "type": {"type": "string"}}, "required": ["text", "type"]}}, "type": {"type": "string"}}, "required": ["inlines", "type"]}}, "type": {"type": "string"}, "version": {"type": "string"}}, "required": ["actions", "body", "type", "version"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "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" : "\"use strict\";\n\nexports.__esModule = true;\nexports.notify = notify;\nexports.instanceId = instanceId;\nexports.isFirstFocusedRender = isFirstFocusedRender;\nvar idCount = 0;\n\nfunction uniqueId(prefix) {\n return '' + ((prefix == null ? '' : prefix) + ++idCount);\n}\n\nfunction notify(handler, args) {\n handler && handler.apply(null, [].concat(args));\n}\n\nfunction instanceId(component, suffix) {\n if (suffix === void 0) {\n suffix = '';\n }\n\n component.__id || (component.__id = uniqueId('rw_'));\n return (component.props.id || component.__id) + suffix;\n}\n\nfunction isFirstFocusedRender(component) {\n return component._firstFocus || component.state.focused && (component._firstFocus = true);\n}", "map" : null, "metadata" : {}, "sourceType" : "script"} | 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 a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"ractive.js": {"type": "string"}, "ractive.min.js": {"type": "string"}}, "required": ["ractive.js", "ractive.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ractive.js" : "sha512-16WohdcmulsberNQ1T9bFzwvaIeqXi8KtcTciEZc0wdV6RIapG7ZuqrTkgjLHoANAmksC9FFF64ik39YnaUg/A==", "ractive.min.js" : "sha512-IDXABEVKmpypvMDzr+X2lN45RjYA+NUJfAxBzL7dUN2SKNLR3Cb5lvN+1JWCfRJ1aM/hqReR49MhorFn1dQXsg=="} | json_instruct | {"type": "object", "properties": {"ractive.js": {"type": "string"}, "ractive.min.js": {"type": "string"}}, "required": ["ractive.js", "ractive.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"stringList": {"type": "array", "items": {}}, "intArray": {"type": "array", "items": {"type": "integer"}}, "intArgument": {"type": "integer"}}, "required": ["stringList", "intArray", "intArgument"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"stringList" : [], "intArray" : [1, 2, 3], "intArgument" : 1} | json_instruct | {"type": "object", "properties": {"stringList": {"type": "array", "items": {}}, "intArray": {"type": "array", "items": {"type": "integer"}}, "intArgument": {"type": "integer"}}, "required": ["stringList", "intArray", "intArgument"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "created_object_id"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"DURATION": {"type": "number"}, "package-0": {"type": "number"}, "dram": {"type": "number"}}, "required": ["DURATION", "package-0", "dram"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"DURATION" : 10.048329, "package-0" : 41.70603430679867, "dram" : 6.309467375122768} | json_instruct | {"type": "object", "properties": {"DURATION": {"type": "number"}, "package-0": {"type": "number"}, "dram": {"type": "number"}}, "required": ["DURATION", "package-0", "dram"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"Keymap": {"type": "object", "properties": {"C-]": {"type": "string"}}, "required": ["C-]"]}}, "required": ["Keymap"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Keymap" : {"C-]" : "peco.ToggleSelectionAndSelectNext"}} | json_instruct | {"type": "object", "properties": {"Keymap": {"type": "object", "properties": {"C-]": {"type": "string"}}, "required": ["C-]"]}}, "required": ["Keymap"], "$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#"}
| ["instantly"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"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" : [[[143.375, 33.166666666666664], [143.375, 33.25], [143.5, 33.25], [143.5, 33.166666666666664], [143.375, 33.166666666666664]]]}, "properties" : {"code" : 494363, "url" : "http://madefor.github.io/0410/api/v1/494363.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/494363.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#"} |
Based on the schema below, produce a valid JSON object:
{"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": {"name": {"type": "string"}, "site-plan-url": {"type": "string"}, "hectares": {"type": "string"}, "start-date": {"type": "string"}, "deliverable": {"type": "string"}, "ownership-status": {"type": "string"}, "point": {"type": "string"}, "site": {"type": "string"}, "maximum-net-dwellings": {"type": "string"}, "site-address": {"type": "string"}, "notes": {"type": "string"}, "organisation": {"type": "string"}, "planning-permission-status": {"type": "string"}, "minimum-net-dwellings": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}}, "required": ["name", "site-plan-url", "hectares", "start-date", "deliverable", "ownership-status", "point", "site", "maximum-net-dwellings", "site-address", "notes", "organisation", "planning-permission-status", "minimum-net-dwellings", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-0.477161, 52.660995]}, "properties" : {"name" : "SKBFR-69", "site-plan-url" : "http://www.southkesteven.gov.uk/CHttpHandler.ashx?id=22397&p=0", "hectares" : "0.1", "start-date" : "2017-12-22", "deliverable" : "yes", "ownership-status" : "owned by a public authority", "point" : "POINT(-0.477161 52.660995)", "site" : "SKBFR-69", "maximum-net-dwellings" : "5", "site-address" : "Garage Court, Kesteven Road", "notes" : "Site taken off NULD data. Site is hard standing garages. Site is brownfield", "organisation" : "local-authority-eng:SKE", "planning-permission-status" : "not permissioned", "minimum-net-dwellings" : "5", "slug" : "/brownfield-land/local-authority-eng/SKE/SKBFR-69", "entity" : 493578, "entry-date" : "2018-01-12"}} | 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": {"name": {"type": "string"}, "site-plan-url": {"type": "string"}, "hectares": {"type": "string"}, "start-date": {"type": "string"}, "deliverable": {"type": "string"}, "ownership-status": {"type": "string"}, "point": {"type": "string"}, "site": {"type": "string"}, "maximum-net-dwellings": {"type": "string"}, "site-address": {"type": "string"}, "notes": {"type": "string"}, "organisation": {"type": "string"}, "planning-permission-status": {"type": "string"}, "minimum-net-dwellings": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}}, "required": ["name", "site-plan-url", "hectares", "start-date", "deliverable", "ownership-status", "point", "site", "maximum-net-dwellings", "site-address", "notes", "organisation", "planning-permission-status", "minimum-net-dwellings", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"raster": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}}, "required": ["raster", "name", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"raster" : "hexagons/201617/hack_kings.png", "name" : "hack_kings", "description" : "2017 season I demoed sticker"} | json_instruct | {"type": "object", "properties": {"raster": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}}, "required": ["raster", "name", "description"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"chrome-launcher": {"type": "string"}, "connect": {"type": "string"}, "lighthouse": {"type": "string"}, "serve-static": {"type": "string"}, "shelljs": {"type": "string"}}, "required": ["chrome-launcher", "connect", "lighthouse", "serve-static", "shelljs"]}}, "required": ["name", "version", "main", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "tests", "version" : "1.0.0", "main" : "index.js", "dependencies" : {"chrome-launcher" : "^0.12.0", "connect" : "3.6.1", "lighthouse" : "4.2.0", "serve-static" : "1.12.1", "shelljs" : "0.7.7"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"chrome-launcher": {"type": "string"}, "connect": {"type": "string"}, "lighthouse": {"type": "string"}, "serve-static": {"type": "string"}, "shelljs": {"type": "string"}}, "required": ["chrome-launcher", "connect", "lighthouse", "serve-static", "shelljs"]}}, "required": ["name", "version", "main", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"development": {"type": "object", "properties": {"database": {"type": "string"}, "dialect": {"type": "string"}, "storage": {"type": "string"}}, "required": ["database", "dialect", "storage"]}, "test": {"type": "object", "properties": {"database": {"type": "string"}, "dialect": {"type": "string"}, "storage": {"type": "string"}}, "required": ["database", "dialect", "storage"]}, "production": {"type": "object", "properties": {"database": {"type": "string"}, "dialect": {"type": "string"}, "storage": {"type": "string"}}, "required": ["database", "dialect", "storage"]}}, "required": ["development", "test", "production"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"development" : {"database" : "db_development", "dialect" : "sqlite", "storage" : "db-dev.sqlite3"}, "test" : {"database" : "db_test", "dialect" : "sqlite", "storage" : "db-dev.sqlite3"}, "production" : {"database" : "db_product", "dialect" : "sqlite", "storage" : "db-dev.sqlite3"}} | json_instruct | {"type": "object", "properties": {"development": {"type": "object", "properties": {"database": {"type": "string"}, "dialect": {"type": "string"}, "storage": {"type": "string"}}, "required": ["database", "dialect", "storage"]}, "test": {"type": "object", "properties": {"database": {"type": "string"}, "dialect": {"type": "string"}, "storage": {"type": "string"}}, "required": ["database", "dialect", "storage"]}, "production": {"type": "object", "properties": {"database": {"type": "string"}, "dialect": {"type": "string"}, "storage": {"type": "string"}}, "required": ["database", "dialect", "storage"]}}, "required": ["development", "test", "production"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"kind": {"type": "string"}, "name": {"type": "string"}, "href": {"type": "string"}, "description": {"type": "string"}, "refs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "href": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "href", "description"]}}}, "required": ["kind", "name", "href", "description", "refs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"kind" : "Method", "name" : "Selection.removeAllRanges", "href" : "https://developer.mozilla.org/en-US/docs/Web/API/Selection/removeAllRanges", "description" : "The Selection.removeAllRanges() method removes all ranges from the selection, leaving the anchorNode and focusNode properties equal to null and leaving nothing selected.", "refs" : [{"name" : "Selection API", "href" : "https://w3c.github.io/selection-api/#dom-selection-removeallranges", "description" : "Selection.removeAllRanges() - Selection API"}]} | json_instruct | {"type": "object", "properties": {"kind": {"type": "string"}, "name": {"type": "string"}, "href": {"type": "string"}, "description": {"type": "string"}, "refs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "href": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "href", "description"]}}}, "required": ["kind", "name", "href", "description", "refs"], "$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"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "devdb": {"type": "string"}}, "required": ["start", "devdb"]}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"serverless-localstack": {"type": "string"}}, "required": ["serverless-localstack"]}}, "required": ["name", "version", "description", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "eco-server-offline-test", "version" : "1.0.0", "description" : "Offline Testing Stack", "scripts" : {"start" : "serverless offline", "devdb" : "sls dynamodb start --migrate --stage dev"}, "dependencies" : {}, "devDependencies" : {"serverless-localstack" : "^0.4.29"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "devdb": {"type": "string"}}, "required": ["start", "devdb"]}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"serverless-localstack": {"type": "string"}}, "required": ["serverless-localstack"]}}, "required": ["name", "version", "description", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"disambiguation": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "sort-name": {"type": "string"}}, "required": ["disambiguation", "id", "name", "sort-name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"disambiguation" : "Founder Pablo Alvear, Chile", "id" : "dcf965b5-322c-4898-a639-f46d53083967", "name" : "Alt G", "sort-name" : "Alt G"} | json_instruct | {"type": "object", "properties": {"disambiguation": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}, "sort-name": {"type": "string"}}, "required": ["disambiguation", "id", "name", "sort-name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"tdbAsTextWithAttribute:": {"type": "string"}}, "required": ["tdbAsTextWithAttribute:"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"class" : {}, "instance" : {"tdbAsTextWithAttribute:" : "ct 3/21/2022 19:07"}} | json_instruct | {"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"tdbAsTextWithAttribute:": {"type": "string"}}, "required": ["tdbAsTextWithAttribute:"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"priority": {"type": "integer"}, "request": {"type": "object", "properties": {"method": {"type": "string"}, "urlPattern": {"type": "string"}}, "required": ["method", "urlPattern"]}, "response": {"type": "object", "properties": {"status": {"type": "integer"}, "fixedDelayMilliseconds": {"type": "integer"}, "jsonBody": {"type": "object", "properties": {"articles": {"type": "array", "items": {}}, "articlesCount": {"type": "integer"}}, "required": ["articles", "articlesCount"]}, "headers": {"type": "object", "properties": {"Content-Type": {"type": "string"}, "X-Powered-By": {"type": "string"}}, "required": ["Content-Type", "X-Powered-By"]}}, "required": ["status", "fixedDelayMilliseconds", "jsonBody", "headers"]}}, "required": ["priority", "request", "response"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"priority" : 500, "request" : {"method" : "GET", "urlPattern" : "/articles/feed\\?.*"}, "response" : {"status" : 200, "fixedDelayMilliseconds" : 500, "jsonBody" : {"articles" : [], "articlesCount" : 0}, "headers" : {"Content-Type" : "application/json", "X-Powered-By" : "Phusion Passenger 4.0.60"}}} | json_instruct | {"type": "object", "properties": {"priority": {"type": "integer"}, "request": {"type": "object", "properties": {"method": {"type": "string"}, "urlPattern": {"type": "string"}}, "required": ["method", "urlPattern"]}, "response": {"type": "object", "properties": {"status": {"type": "integer"}, "fixedDelayMilliseconds": {"type": "integer"}, "jsonBody": {"type": "object", "properties": {"articles": {"type": "array", "items": {}}, "articlesCount": {"type": "integer"}}, "required": ["articles", "articlesCount"]}, "headers": {"type": "object", "properties": {"Content-Type": {"type": "string"}, "X-Powered-By": {"type": "string"}}, "required": ["Content-Type", "X-Powered-By"]}}, "required": ["status", "fixedDelayMilliseconds", "jsonBody", "headers"]}}, "required": ["priority", "request", "response"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "string"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "string"}, "postal_code": {"type": "string"}}, "required": ["street", "city", "province", "postal_code"]}, "contact": {"type": "object", "properties": {"telephone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "fax": {"type": "string"}}, "required": ["telephone", "website", "email", "fax"]}, "funding": {"type": "string"}, "languages": {"type": "null"}, "academic_year": {"type": "string"}, "accrediting_agency": {"type": "string"}}, "required": ["name", "alt_name", "country", "state", "address", "contact", "funding", "languages", "academic_year", "accrediting_agency"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "University of Houston-Victoria", "alt_name" : "(UHV)", "country" : "United States", "state" : "Texas", "address" : {"street" : "3007 N.Ben Wilson", "city" : "Victoria", "province" : "Texas", "postal_code" : "77901-4450"}, "contact" : {"telephone" : "+1(361) 570-4848", "website" : "http://www.uhv.edu", "email" : "landryf@uhv.edu", "fax" : "+1(361) 570-4334"}, "funding" : "Public", "languages" : null, "academic_year" : "August to May. Also Summer Session (June-August)", "accrediting_agency" : "Southern Association of Colleges and Schools"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "string"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "string"}, "postal_code": {"type": "string"}}, "required": ["street", "city", "province", "postal_code"]}, "contact": {"type": "object", "properties": {"telephone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "fax": {"type": "string"}}, "required": ["telephone", "website", "email", "fax"]}, "funding": {"type": "string"}, "languages": {"type": "null"}, "academic_year": {"type": "string"}, "accrediting_agency": {"type": "string"}}, "required": ["name", "alt_name", "country", "state", "address", "contact", "funding", "languages", "academic_year", "accrediting_agency"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "illuminate/support": {"type": "string"}, "symfony/filesystem": {"type": "string"}, "symfony/http-foundation": {"type": "string"}}, "required": ["php", "illuminate/support", "symfony/filesystem", "symfony/http-foundation"]}, "require-dev": {"type": "object", "properties": {"mockery/mockery": {"type": "string"}, "mikey179/vfsStream": {"type": "string"}}, "required": ["mockery/mockery", "mikey179/vfsStream"]}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "minimum-stability": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-0": {"type": "object", "properties": {"Thapp": {"type": "string"}}, "required": ["Thapp"]}, "classmap": {"type": "array", "items": {"type": "string"}}}, "required": ["psr-0", "classmap"]}}, "required": ["name", "description", "keywords", "require", "require-dev", "license", "authors", "minimum-stability", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "thapp/jitimage", "description" : "Just in time image manipulation with support for laravel 4", "keywords" : ["image", "gd", "imagemagick", "imagick", "laravel", "filter", "thumbnail", "just in time"], "require" : {"php" : ">=5.4.0", "illuminate/support" : "~4.1", "symfony/filesystem" : "~2.4", "symfony/http-foundation" : "~2.4"}, "require-dev" : {"mockery/mockery" : "dev-master", "mikey179/vfsStream" : "dev-master"}, "license" : "MIT", "authors" : [{"name" : "Thomas Appel", "email" : "mail@thomas-appel.com"}], "minimum-stability" : "dev", "autoload" : {"psr-0" : {"Thapp" : "src/"}, "classmap" : ["tests/"]}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "illuminate/support": {"type": "string"}, "symfony/filesystem": {"type": "string"}, "symfony/http-foundation": {"type": "string"}}, "required": ["php", "illuminate/support", "symfony/filesystem", "symfony/http-foundation"]}, "require-dev": {"type": "object", "properties": {"mockery/mockery": {"type": "string"}, "mikey179/vfsStream": {"type": "string"}}, "required": ["mockery/mockery", "mikey179/vfsStream"]}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "minimum-stability": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-0": {"type": "object", "properties": {"Thapp": {"type": "string"}}, "required": ["Thapp"]}, "classmap": {"type": "array", "items": {"type": "string"}}}, "required": ["psr-0", "classmap"]}}, "required": ["name", "description", "keywords", "require", "require-dev", "license", "authors", "minimum-stability", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "652328103205", "text" : "\u65b0\u6c9f\u6751\u59d4\u4f1a"}, {"id" : "652328103206", "text" : "\u65b0\u6237\u6751\u59d4\u4f1a"}, {"id" : "652328103207", "text" : "\u5934\u7566\u6751\u59d4\u4f1a"}, {"id" : "652328103208", "text" : "\u4e09\u7566\u6751\u59d4\u4f1a"}, {"id" : "652328103209", "text" : "\u970d\u65af\u7ae0\u6751\u59d4\u4f1a"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01030591": {"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": ["E01030591"]}, "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" : {"E01030591" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00156015", "LAD11CD" : "E07000211"}, "arcs" : [[0, 1]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00156025", "LAD11CD" : "E07000211"}, "arcs" : [[2, 3, 4]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00156026", "LAD11CD" : "E07000211"}, "arcs" : [[5, -3, 6]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00170401", "LAD11CD" : "E07000211"}, "arcs" : [[-7, -5, 7, -1, 8]]}]}}, "arcs" : [[[1371, 4996], [581, -395], [-240, -903], [1133, -95]], [[2845, 3603], [368, -317], [-18, -239], [-258, -198], [1016, -1184], [18, -145], [168, -30], [-231, -92], [-148, -251], [261, 36], [-293, -746], [-2504, -437], [-250, 592], [30, 375], [-796, 503], [199, 742], [-407, 93], [847, 2329], [409, -18], [115, 380]], [[2260, 5826], [-154, 168], [314, 192], [-253, 369], [-383, -61], [-204, 357], [342, 142], [-24, 129], [468, -79], [194, 158], [670, 118], [358, -500], [391, -192], [215, -264], [421, 314], [-716, 820], [71, 194], [318, -9], [341, 181], [53, -228], [466, 49]], [[5148, 7684], [1154, 97], [589, 839], [490, 419], [93, 379], [-153, 360], [413, 221], [503, -674], [1091, -902], [-37, -418], [708, -369], [-446, -92], [73, -678], [-1899, -85], [-344, 424], [-1054, -11], [-575, -110], [-298, -74], [-130, -570], [-172, -48], [186, -226], [-402, -202]], [[4938, 5964], [-925, -174], [-1619, 99], [-134, -63]], [[1349, 5304], [220, 501], [-400, 226], [-141, 954], [236, 428], [-451, 916], [-285, 1069], [1058, 72], [212, -159], [-58, -348], [200, -150], [747, -155], [627, -465], [804, -136], [979, -353], [51, -20]], [[2260, 5826], [59, -160], [-397, -57], [-573, -305]], [[4938, 5964], [204, -146], [-318, -333], [268, -727], [-639, -126], [-1180, 293], [-474, -136], [440, -795], [-25, -270], [-369, -121]], [[1371, 4996], [-22, 308]]], "transform" : {"scale" : [2.7309362627337707e-06, 2.765986626270664e-06], "translate" : [-0.22337815262598, 51.26366387597239]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01030591": {"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": ["E01030591"]}, "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": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Name" : "30mm ring-mount made by JP", "ShortName" : "JP 30mm", "Description" : "Universal 30mm scope base mount for installation on Picatinny rails."} | json_instruct | {"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {}, "required": []}, "timeto": {"type": "object", "properties": {}, "required": []}, "image": {"type": "string"}, "image_coords": {"type": "array", "items": {"type": "integer"}}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto", "image", "image_coords"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 25800, "title" : ["[Dawe's Home, Study]"], "description" : ["This room is rendered semi-private by the frosted glass walls. Warm-hued hardwood bookshelves are filled with a variety of knick-knacks and assorted treasures, and a large hardwood desk is covered with an assortment of maps and notes. An ornately framed full-length mirror stands in one corner of the room."], "paths" : ["Obvious exits: none"], "location" : "Mist Harbor", "wayto" : {}, "timeto" : {}, "image" : "ifw-eastern_waterway-1489553700.png", "image_coords" : [2261, 660, 2300, 699]} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {}, "required": []}, "timeto": {"type": "object", "properties": {}, "required": []}, "image": {"type": "string"}, "image_coords": {"type": "array", "items": {"type": "integer"}}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto", "image", "image_coords"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"prepublishOnly": {"type": "string"}, "dev": {"type": "string"}}, "required": ["prepublishOnly", "dev"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}, "types": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@rbxts/compiler-types": {"type": "string"}, "@rbxts/types": {"type": "string"}, "@typescript-eslint/eslint-plugin": {"type": "string"}, "@typescript-eslint/parser": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-prettier": {"type": "string"}, "eslint-plugin-prettier": {"type": "string"}, "eslint-plugin-roblox-ts": {"type": "string"}, "prettier": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@rbxts/compiler-types", "@rbxts/types", "@typescript-eslint/eslint-plugin", "@typescript-eslint/parser", "eslint", "eslint-config-prettier", "eslint-plugin-prettier", "eslint-plugin-roblox-ts", "prettier", "typescript"]}, "dependencies": {"type": "object", "properties": {"@rbxts/delay-spawn-wait": {"type": "string"}}, "required": ["@rbxts/delay-spawn-wait"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "repository", "bugs", "publishConfig", "types", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@rbxts/webhooks", "version" : "1.0.0", "description" : "A very simple layer of abstraction for interacting with Discord webhooks with Roblox-TS", "main" : "out/init.lua", "scripts" : {"prepublishOnly" : "rbxtsc", "dev" : "rbxtsc -w"}, "keywords" : [], "author" : "oonqt", "license" : "MIT", "repository" : {"type" : "git", "url" : "https://github.com/oonqt/rbxts-webhooks/"}, "bugs" : {"url" : "https://github.com/oonqt/rbxts-webhooks/issues"}, "publishConfig" : {"access" : "public"}, "types" : "out/index.d.ts", "devDependencies" : {"@rbxts/compiler-types" : "^1.0.0-beta.16.1", "@rbxts/types" : "^1.0.459", "@typescript-eslint/eslint-plugin" : "^4.16.1", "@typescript-eslint/parser" : "^4.16.1", "eslint" : "^7.21.0", "eslint-config-prettier" : "^8.1.0", "eslint-plugin-prettier" : "^3.3.1", "eslint-plugin-roblox-ts" : "^0.0.24", "prettier" : "^2.2.1", "typescript" : "^4.2.2"}, "dependencies" : {"@rbxts/delay-spawn-wait" : "^2.0.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"prepublishOnly": {"type": "string"}, "dev": {"type": "string"}}, "required": ["prepublishOnly", "dev"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}, "types": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@rbxts/compiler-types": {"type": "string"}, "@rbxts/types": {"type": "string"}, "@typescript-eslint/eslint-plugin": {"type": "string"}, "@typescript-eslint/parser": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-prettier": {"type": "string"}, "eslint-plugin-prettier": {"type": "string"}, "eslint-plugin-roblox-ts": {"type": "string"}, "prettier": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@rbxts/compiler-types", "@rbxts/types", "@typescript-eslint/eslint-plugin", "@typescript-eslint/parser", "eslint", "eslint-config-prettier", "eslint-plugin-prettier", "eslint-plugin-roblox-ts", "prettier", "typescript"]}, "dependencies": {"type": "object", "properties": {"@rbxts/delay-spawn-wait": {"type": "string"}}, "required": ["@rbxts/delay-spawn-wait"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "repository", "bugs", "publishConfig", "types", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"year" : 1970, "sex" : "F", "n" : 6, "prop" : 3.28e-06}, {"year" : 1971, "sex" : "F", "n" : 5, "prop" : 2.85e-06}, {"year" : 1972, "sex" : "F", "n" : 5, "prop" : 3.1e-06}, {"year" : 1973, "sex" : "F", "n" : 7, "prop" : 4.5e-06}, {"year" : 1976, "sex" : "F", "n" : 6, "prop" : 3.82e-06}, {"year" : 1978, "sex" : "F", "n" : 9, "prop" : 5.48e-06}, {"year" : 1982, "sex" : "F", "n" : 6, "prop" : 3.31e-06}, {"year" : 1983, "sex" : "F", "n" : 10, "prop" : 5.59e-06}, {"year" : 1984, "sex" : "F", "n" : 8, "prop" : 4.44e-06}, {"year" : 1985, "sex" : "F", "n" : 10, "prop" : 5.42e-06}, {"year" : 1986, "sex" : "F", "n" : 6, "prop" : 3.25e-06}, {"year" : 1987, "sex" : "F", "n" : 7, "prop" : 3.74e-06}, {"year" : 1988, "sex" : "F", "n" : 15, "prop" : 7.8e-06}, {"year" : 1989, "sex" : "F", "n" : 14, "prop" : 7.03e-06}, {"year" : 1990, "sex" : "F", "n" : 16, "prop" : 7.79e-06}, {"year" : 1991, "sex" : "F", "n" : 9, "prop" : 4.43e-06}, {"year" : 1992, "sex" : "F", "n" : 15, "prop" : 7.48e-06}, {"year" : 1993, "sex" : "F", "n" : 11, "prop" : 5.58e-06}, {"year" : 1994, "sex" : "F", "n" : 11, "prop" : 5.64e-06}, {"year" : 1995, "sex" : "F", "n" : 7, "prop" : 3.64e-06}, {"year" : 1996, "sex" : "F", "n" : 8, "prop" : 4.17e-06}, {"year" : 1997, "sex" : "F", "n" : 5, "prop" : 2.62e-06}, {"year" : 1999, "sex" : "F", "n" : 7, "prop" : 3.6e-06}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"Description": {"type": "string"}, "Format": {"type": "string"}, "UserBucket": {"type": "object", "properties": {"S3Bucket": {"type": "string"}, "S3Key": {"type": "string"}}, "required": ["S3Bucket", "S3Key"]}}, "required": ["Description", "Format", "UserBucket"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"Description" : "My Server OVA", "Format" : "vmdk", "UserBucket" : {"S3Bucket" : "my-export-bucket12", "S3Key" : "redhat_7.3-disk1.vmdk"}}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"Description": {"type": "string"}, "Format": {"type": "string"}, "UserBucket": {"type": "object", "properties": {"S3Bucket": {"type": "string"}, "S3Key": {"type": "string"}}, "required": ["S3Bucket", "S3Key"]}}, "required": ["Description", "Format", "UserBucket"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"resource.resolver.mapping": {"type": "array", "items": {"type": "string"}}}, "required": ["resource.resolver.mapping"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"resource.resolver.mapping" : ["/content/srmgp/</", "/:/"]} | json_instruct | {"type": "object", "properties": {"resource.resolver.mapping": {"type": "array", "items": {"type": "string"}}}, "required": ["resource.resolver.mapping"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"stationGroupId" : 1180146, "stations" : ["1180146"]} | json_instruct | {"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "nesbot/carbon": {"type": "string"}, "illuminate/support": {"type": "string"}, "google/apiclient": {"type": "string"}}, "required": ["php", "nesbot/carbon", "illuminate/support", "google/apiclient"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}, "phpunit/phpcov": {"type": "string"}}, "required": ["phpunit/phpunit", "phpunit/phpcov"]}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"aiden\\Youtube\\": {"type": "string"}}, "required": ["aiden\\Youtube\\"]}}, "required": ["psr-4"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"aiden\\Youtube\\Tests\\": {"type": "string"}}, "required": ["aiden\\Youtube\\Tests\\"]}}, "required": ["psr-4"]}, "minimum-stability": {"type": "string"}, "extra": {"type": "object", "properties": {"laravel": {"type": "object", "properties": {"providers": {"type": "array", "items": {"type": "string"}}, "aliases": {"type": "object", "properties": {"Youtube": {"type": "string"}}, "required": ["Youtube"]}}, "required": ["providers", "aliases"]}}, "required": ["laravel"]}}, "required": ["name", "description", "type", "require", "require-dev", "license", "authors", "autoload", "autoload-dev", "minimum-stability", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "aidens/youtube", "description" : "Api Youtube 3 Package For Laravel", "type" : "library", "require" : {"php" : "^5.6|^7.1|^8.0", "nesbot/carbon" : "^2.17", "illuminate/support" : "^5.2|^6.0|^7.0|^8.0", "google/apiclient" : "^2.7"}, "require-dev" : {"phpunit/phpunit" : "^9.3", "phpunit/phpcov" : "^8.1"}, "license" : "MIT", "authors" : [{"name" : "aidensV", "email" : "nameblacllis@gmail.com"}], "autoload" : {"psr-4" : {"aiden\\Youtube\\" : "src/"}}, "autoload-dev" : {"psr-4" : {"aiden\\Youtube\\Tests\\" : "tests/"}}, "minimum-stability" : "stable", "extra" : {"laravel" : {"providers" : ["aiden\\Youtube\\YoutubeAPIServiceProvider"], "aliases" : {"Youtube" : "aiden\\Youtube\\Facades\\YoutubeAPI"}}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "nesbot/carbon": {"type": "string"}, "illuminate/support": {"type": "string"}, "google/apiclient": {"type": "string"}}, "required": ["php", "nesbot/carbon", "illuminate/support", "google/apiclient"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}, "phpunit/phpcov": {"type": "string"}}, "required": ["phpunit/phpunit", "phpunit/phpcov"]}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"aiden\\Youtube\\": {"type": "string"}}, "required": ["aiden\\Youtube\\"]}}, "required": ["psr-4"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"aiden\\Youtube\\Tests\\": {"type": "string"}}, "required": ["aiden\\Youtube\\Tests\\"]}}, "required": ["psr-4"]}, "minimum-stability": {"type": "string"}, "extra": {"type": "object", "properties": {"laravel": {"type": "object", "properties": {"providers": {"type": "array", "items": {"type": "string"}}, "aliases": {"type": "object", "properties": {"Youtube": {"type": "string"}}, "required": ["Youtube"]}}, "required": ["providers", "aliases"]}}, "required": ["laravel"]}}, "required": ["name", "description", "type", "require", "require-dev", "license", "authors", "autoload", "autoload-dev", "minimum-stability", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"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": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 101753773, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "05de4e41b596b987092f5f3695650741", "wof:id" : 101753773, "wof:repo" : "whosonfirst-data-admin-es"}, "bbox" : [-4.10468, 40.96817, -4.10468, 40.96817], "geometry" : {"coordinates" : [-4.10468, 40.96817], "type" : "Point"}} | 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": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["person_id", "pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : 1.3, "people" : [{"person_id" : [-1], "pose_keypoints_2d" : [192.506, 131.825, 0.954085, 196.412, 178.723, 0.967921, 165.029, 178.777, 0.914341, 129.744, 165.031, 0.920957, 147.417, 116.115, 0.854864, 227.788, 178.677, 0.904001, 259.031, 149.484, 0.959553, 231.723, 102.339, 0.848739, 196.322, 286.485, 0.799653, 174.883, 284.557, 0.726509, 165.081, 370.833, 0.832829, 165.117, 460.932, 0.900174, 216.009, 286.512, 0.73739, 217.997, 376.616, 0.7852, 215.993, 460.929, 0.86287, 180.817, 127.847, 0.912434, 196.512, 123.939, 0.895356, 176.841, 135.678, 0.728961, 212.081, 131.817, 0.930885, 219.945, 476.586, 0.827473, 227.743, 476.466, 0.836277, 212.078, 466.752, 0.752657, 151.392, 476.618, 0.860039, 147.396, 472.665, 0.828629, 174.868, 466.815, 0.783451], "face_keypoints_2d" : [], "hand_left_keypoints_2d" : [], "hand_right_keypoints_2d" : [], "pose_keypoints_3d" : [], "face_keypoints_3d" : [], "hand_left_keypoints_3d" : [], "hand_right_keypoints_3d" : []}]} | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["person_id", "pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "env": {"type": "object", "properties": {"NAME": {"type": "string"}}, "required": ["NAME"]}, "monorepo": {"type": "object", "properties": {"apps": {"type": "array", "items": {"type": "string"}}}, "required": ["apps"]}}, "required": ["type", "env", "monorepo"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "monorepo", "env" : {"NAME" : "Sergio"}, "monorepo" : {"apps" : ["date", "hello"]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "env": {"type": "object", "properties": {"NAME": {"type": "string"}}, "required": ["NAME"]}, "monorepo": {"type": "object", "properties": {"apps": {"type": "array", "items": {"type": "string"}}}, "required": ["apps"]}}, "required": ["type", "env", "monorepo"], "$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"}, "description": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "coverage": {"type": "string"}, "coveralls": {"type": "string"}}, "required": ["test", "coverage", "coveralls"]}, "dependencies": {"type": "object", "properties": {"yargs": {"type": "string"}}, "required": ["yargs"]}, "devDependencies": {"type": "object", "properties": {"coveralls": {"type": "string"}, "jasmine": {"type": "string"}, "nyc": {"type": "string"}}, "required": ["coveralls", "jasmine", "nyc"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "bin": {"type": "object", "properties": {"find-google-docs": {"type": "string"}, "find-google-docs-in-string": {"type": "string"}}, "required": ["find-google-docs", "find-google-docs-in-string"]}}, "required": ["name", "version", "description", "license", "author", "scripts", "dependencies", "devDependencies", "repository", "main", "keywords", "bin"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "find-google-docs-in-string", "version" : "1.0.2", "description" : "Find links from Google Docs in string or file", "license" : "MIT", "author" : {"name" : "Piotr Kowalski", "email" : "piecioshka@gmail.com", "url" : "https://piecioshka.pl/"}, "scripts" : {"test" : "jasmine test/**/*.js", "coverage" : "nyc npm run test && nyc report --reporter=html", "coveralls" : "nyc npm run test && nyc report --reporter=text-lcov | coveralls -v"}, "dependencies" : {"yargs" : "^17.3.1"}, "devDependencies" : {"coveralls" : "^3.1.1", "jasmine" : "^4.0.2", "nyc" : "^15.1.0"}, "repository" : {"type" : "git", "url" : "git@github.com:piecioshka/find-google-docs-in-string.git"}, "main" : "index.js", "keywords" : ["google", "documents", "find", "regexp", "text", "plain"], "bin" : {"find-google-docs" : "./bin/cli.js", "find-google-docs-in-string" : "./bin/cli.js"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "coverage": {"type": "string"}, "coveralls": {"type": "string"}}, "required": ["test", "coverage", "coveralls"]}, "dependencies": {"type": "object", "properties": {"yargs": {"type": "string"}}, "required": ["yargs"]}, "devDependencies": {"type": "object", "properties": {"coveralls": {"type": "string"}, "jasmine": {"type": "string"}, "nyc": {"type": "string"}}, "required": ["coveralls", "jasmine", "nyc"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "bin": {"type": "object", "properties": {"find-google-docs": {"type": "string"}, "find-google-docs-in-string": {"type": "string"}}, "required": ["find-google-docs", "find-google-docs-in-string"]}}, "required": ["name", "version", "description", "license", "author", "scripts", "dependencies", "devDependencies", "repository", "main", "keywords", "bin"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}, "required": ["main"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 37962, "info" : {"name" : "Scrollbars: white gradient", "description" : "The code are from: http://userstyles.org/styles/36862 (written by gen-m) , just edit it a little bit :)\r\n\r\nEnjoy!", "additionalInfo" : null, "format" : "uso", "category" : "browser", "createdAt" : "2010-10-09T01:01:09.000Z", "updatedAt" : "2010-10-09T01:01:09.000Z", "license" : "NO-REDISTRIBUTION", "author" : {"id" : 34809, "name" : "Mirvil"}}, "stats" : {"installs" : {"total" : 566, "weekly" : 0}}, "screenshots" : {"main" : {"name" : "37962_after.png", "archived" : false}}, "discussions" : {"stats" : {"discussionsCount" : 0, "commentsCount" : 0}, "data" : []}, "style" : {"css" : "/* AGENT_SHEET */\n@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);\r\n\r\nscrollbar[orient=\"vertical\"] \r\n{-moz-appearance: none !important;\r\nborder: none !important;\r\nbackground: rgb(0, 0, 0) !important;}\r\n\r\nscrollbar[orient=\"horizontal\"]\r\n{-moz-appearance: none !important;\r\nborder: none !important;\r\nbackground: rgb(0, 0, 0) !important;}\r\n\r\nscrollbar thumb[orient=\"vertical\"]\r\n{-moz-appearance: none !important;\r\nborder: none !important;\r\nbackground: -moz-linear-gradient(left, #898989, #dddddd) !important;\r\n-moz-border-radius: 6px !important;}\r\n\r\nscrollbar thumb[orient=\"horizontal\"]\r\n{-moz-appearance: none !important;\r\nborder: none !important;\r\nbackground: -moz-linear-gradient(top, #898989, #dddddd) !important;\r\n-moz-border-radius: 6px !important;}\r\n\r\nscrollbar scrollbarbutton, scrollbar gripper\r\n{-moz-appearance: none ! important;\r\nbackground-color: rgb(0, 0, 0) !important;\r\nmin-height: 14px !important;\r\nmax-height: 14px !important;\r\nmin-width: 14px !important;\r\nmax-width: 14px !important;\r\nborder: none !important;\r\n-moz-border-radius: 6px !important;\r\n-moz-box-shadow: 0 0 4px 1px #000000 !important;}\r\n\r\n"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}, "required": ["main"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"directions" : ["Combine the garlic, onion and pepper in a saucepan over medium-low heat. Whisk in cream 1/2 cup at a time while stirring constantly. Cook and stir until cream has thickened slightly and vegetables are warm. Cover, and set aside. Keep warm.", "Preheat a grill for high heat. It can be an indoor grill, or your oven's broiler. Make a 1 inch slit in the center of each beef fillet. Grill each fillet for 1 to 2 minutes per side just to sear.", "Preheat the oven to 350 degrees F (175 degrees C). Roll out the puff pastry sheet to 1/3 inch thickness, and cut into three 8 inch squares. You may have some scraps left over. Place a fillet onto the center of each square, and spoon some of the cream mixture over the top. Pull pastry up around the sides, and pinch together at the top. Place onto a baking sheet.", "Bake for about 40 minutes in the preheated oven, until the pastry is nicely browned. The beef should be medium well by then, you may check with a meat thermometer to see that it is 145 to 150 degrees F (62 to 65 degrees C) for medium rare or medium doneness. Halfway through baking, drizzle the Worcestershire sauce over the pastries.", "To serve, place each pastry on a serving plate. Cut a 1 inch slit through the top of each one, and insert a thyme leaf."], "ingredients" : ["3 cloves garlic, crushed", "1/2 onion, thinly sliced", "1/4 teaspoon freshly ground black pepper", "2 1/2 cups heavy cream", "1 sheet frozen puff pastry, thawed", "1 tablespoon Worcestershire sauce", "3 (4 ounce) beef tenderloin filets", "salt to taste", "3 fresh thyme leaves"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Beef Wellingtons", "url" : "http://allrecipes.com/recipe/79310/beef-wellingtons/"} | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "mobile-frontend-copyright": {"type": "string"}, "mobile-frontend-desc": {"type": "string"}, "mobile-frontend-featured-article": {"type": "string"}, "mobile-frontend-news-items": {"type": "string"}, "mobile-frontend-opt-in-explain": {"type": "string"}, "mobile-frontend-view": {"type": "string"}}, "required": ["@metadata", "mobile-frontend-copyright", "mobile-frontend-desc", "mobile-frontend-featured-article", "mobile-frontend-news-items", "mobile-frontend-opt-in-explain", "mobile-frontend-view"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"@metadata" : {"authors" : ["Juanpabl", "Carlos Cristia"]}, "mobile-frontend-copyright" : "O texto ye disponible baixo a <a href='http://en.wikipedia.org/wiki/{{SITENAME}}:Text_of_Creative_Commons_Attribution-ShareAlike_3.0_Unported_License'>Creative Commons Attribution/Share-Alike License</a>; puede que sigan d'aplicaci\u00f3n atros termins. Se veiga as <a href='http://wikimediafoundation.org/wiki/Terms_of_Use'>Condicions d'uso</a> ta m\u00e1s detalles. {{SITENAME}} ye una marca rechistrada d'a <a href='http://www.wikimediafoundation.org/'>Wikimedia Foundation, Inc.</a>, una organizaci\u00f3n sin animo de lucro.", "mobile-frontend-desc" : "Interficie mobil", "mobile-frontend-featured-article" : "Articlo destacau de hue", "mobile-frontend-news-items" : "Actualidat", "mobile-frontend-opt-in-explain" : "Prebando a beta, tendr\u00e1 acceso a caracteristicas experimentals, con o risgo de trobar problemas u errors.", "mobile-frontend-view" : "Versi\u00f3n ta mobils"} | json_instruct | {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "mobile-frontend-copyright": {"type": "string"}, "mobile-frontend-desc": {"type": "string"}, "mobile-frontend-featured-article": {"type": "string"}, "mobile-frontend-news-items": {"type": "string"}, "mobile-frontend-opt-in-explain": {"type": "string"}, "mobile-frontend-view": {"type": "string"}}, "required": ["@metadata", "mobile-frontend-copyright", "mobile-frontend-desc", "mobile-frontend-featured-article", "mobile-frontend-news-items", "mobile-frontend-opt-in-explain", "mobile-frontend-view"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"data": {"type": "string"}, "gasprice": {"type": "string"}, "hex": {"type": "string"}, "nonce": {"type": "integer"}, "r": {"type": "string"}, "s": {"type": "string"}, "startgas": {"type": "integer"}, "to": {"type": "string"}, "txhash": {"type": "string"}, "v": {"type": "integer"}, "value": {"type": "string"}}, "required": ["data", "gasprice", "hex", "nonce", "r", "s", "startgas", "to", "txhash", "v", "value"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"data" : "", "gasprice" : "21000000000", "hex" : "f86d808504e3b2920083015f909469c86c0c6a1ef1be9ddc74f2cf6dc811c63931dd8806f05b59d3b200008025a01c9e484d4b3a1c5a9e5281a88e4aaef7c39c82167d90c2551ff73214c3eeb817a02a355ff2945859029cd5e08cc44b428ac1641200b4a216fdf22e35d134a13dfa", "nonce" : 0, "r" : "12944420606141633144028590186639542930986117186047641425687694202937403160599", "s" : "19091444740763044536255433022848760730292793053423171359106430618074959920634", "startgas" : 90000, "to" : "0x69c86c0c6a1ef1be9ddc74f2cf6dc811c63931dd", "txhash" : "e1a8d7a717de9ce2925758664b5b0aef65fdeb6b63b4a48b76f0f178af810abd", "v" : 37, "value" : "500000000000000000"} | json_instruct | {"type": "object", "properties": {"data": {"type": "string"}, "gasprice": {"type": "string"}, "hex": {"type": "string"}, "nonce": {"type": "integer"}, "r": {"type": "string"}, "s": {"type": "string"}, "startgas": {"type": "integer"}, "to": {"type": "string"}, "txhash": {"type": "string"}, "v": {"type": "integer"}, "value": {"type": "string"}}, "required": ["data", "gasprice", "hex", "nonce", "r", "s", "startgas", "to", "txhash", "v", "value"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"__type__": {"type": "string"}, "content": {"type": "object", "properties": {"name": {"type": "string"}, "texture": {"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", "rect", "offset", "originalSize", "capInsets"]}}, "required": ["__type__", "content"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"__type__" : "cc.SpriteFrame", "content" : {"name" : "theme4_6", "texture" : "a9rxLOVd5K/rsMQOE8jvmi", "rect" : [0, 0, 184, 184], "offset" : [0, 0], "originalSize" : [184, 184], "capInsets" : [0, 0, 0, 0]}} | json_instruct | {"type": "object", "properties": {"__type__": {"type": "string"}, "content": {"type": "object", "properties": {"name": {"type": "string"}, "texture": {"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", "rect", "offset", "originalSize", "capInsets"]}}, "required": ["__type__", "content"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"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" : ["Preheat the oven to 150\u00b0C/300\u00b0F/gas mark 2.", "Layer the cabbage, onion, sultanas, vinegar, sugar, apples, butter and mixed spice into a baking dish and season with the salt and some black pepper. Add the orange rind and juice.", "Cover the dish with kitchen foil and bake for 2 1/2 hours, removing the foil for the last 20 minutes of cooking. Serve hot or cold."], "ingredients" : ["500g (1lb 2oz) red cabbage (or 1 small head), core removed and leaves thinly sliced", "1 onion, thinly sliced", "50g (1/3 cup) sultanas (golden raisins)", "2 tbsp white wine vinegar", "2 tbsp muscovado sugar or light brown sugar", "250g (9oz) cooking apples (or 2 cooking apples), peeled, cored and sliced", "15g (1 tbsp) butter", "1/2 tsp ground mixed spice (allspice)", "1 tsp salt", "Freshly ground black pepper", "Grated rind and juice of 1 orange"], "language" : "en-US", "source" : "www.epicurious.com", "tags" : ["Leafy Green", "Side", "Bake", "St. Patrick's Day", "Apple", "Cabbage", "Vegetarian", "Pescatarian", "Wheat/Gluten-Free", "Peanut Free", "Tree Nut Free", "Soy Free", "Kosher"], "title" : "Pickled Sweet and Sour Red Cabbage", "url" : "http://www.epicurious.com/recipes/food/views/pickled-sweet-and-sour-red-cabbage-51225020"} | 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#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "conquest:block/brown_clay_beaver_tail_tiles_vertical_corner_4"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"Id": {"type": "string"}, "Name": {"type": "string"}, "MoveId": {"type": "integer"}, "Description": {"type": "string"}, "Category": {"type": "integer"}, "BasePower": {"type": "integer"}, "Type": {"type": "integer"}, "BasePP": {"type": "integer"}, "Accuracy": {"type": "integer"}}, "required": ["Id", "Name", "MoveId", "Description", "Category", "BasePower", "Type", "BasePP", "Accuracy"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Id" : "withdraw", "Name" : "Withdraw", "MoveId" : 70, "Description" : "Boosts the user's Defense by 1 level.\nRange: User", "Category" : 2, "BasePower" : 0, "Type" : 3, "BasePP" : 16, "Accuracy" : 125} | json_instruct | {"type": "object", "properties": {"Id": {"type": "string"}, "Name": {"type": "string"}, "MoveId": {"type": "integer"}, "Description": {"type": "string"}, "Category": {"type": "integer"}, "BasePower": {"type": "integer"}, "Type": {"type": "integer"}, "BasePP": {"type": "integer"}, "Accuracy": {"type": "integer"}}, "required": ["Id", "Name", "MoveId", "Description", "Category", "BasePower", "Type", "BasePP", "Accuracy"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "files": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"mocha": {"type": "string"}, "pegjs": {"type": "string"}, "should": {"type": "string"}}, "required": ["mocha", "pegjs", "should"]}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "test": {"type": "string"}, "prepublish": {"type": "string"}}, "required": ["build", "test", "prepublish"]}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "keywords", "repository", "bugs", "files", "main", "devDependencies", "scripts", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "fiql-parser", "version" : "0.1.2", "description" : "grammar for fiql parser", "keywords" : ["FIQL", "parser"], "repository" : {"type" : "git", "url" : "https://github.com/vmoebius/node-fiql-parser.git"}, "bugs" : {"url" : "https://github.com/vmoebius/node-fiql-parser/issues"}, "files" : ["src/index.js", "src/constants.js", "src/parser.js"], "main" : "src/index.js", "devDependencies" : {"mocha" : "^9.1.1", "pegjs" : "^0.10.0", "should" : "^13.2.3"}, "scripts" : {"build" : "pegjs src/parser.pegjs", "test" : "mocha --require should test", "prepublish" : "npm run build"}, "author" : "Volker Moebius <vmoebius@gmail.com>", "license" : "MIT"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "files": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"mocha": {"type": "string"}, "pegjs": {"type": "string"}, "should": {"type": "string"}}, "required": ["mocha", "pegjs", "should"]}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "test": {"type": "string"}, "prepublish": {"type": "string"}}, "required": ["build", "test", "prepublish"]}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "keywords", "repository", "bugs", "files", "main", "devDependencies", "scripts", "author", "license"], "$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"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"discord.js": {"type": "string"}, "dotenv": {"type": "string"}, "hastebin-gen": {"type": "string"}, "mongoose": {"type": "string"}}, "required": ["discord.js", "dotenv", "hastebin-gen", "mongoose"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies", "repository", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "memebot", "version" : "1.0.0", "description" : "A bot template made by Sax#6211, please drop a credit.", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "Sax#6211", "license" : "MIT", "dependencies" : {"discord.js" : "^12.5.1", "dotenv" : "^8.2.0", "hastebin-gen" : "^2.0.5", "mongoose" : "^5.11.16"}, "devDependencies" : {}, "repository" : {"type" : "git", "url" : "git+https://github.com/SaxDev/MemeBot.git"}, "bugs" : {"url" : "https://github.com/SaxDev/MemeBot/issues"}, "homepage" : "https://github.com/SaxDev/MemeBot#readme"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"discord.js": {"type": "string"}, "dotenv": {"type": "string"}, "hastebin-gen": {"type": "string"}, "mongoose": {"type": "string"}}, "required": ["discord.js", "dotenv", "hastebin-gen", "mongoose"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies", "repository", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"deprecated": {"type": "string"}, "authority-code": {"type": "string"}, "identifier": {"type": "string"}, "about": {"type": "string"}, "prefLabel": {"type": "object", "properties": {"@lang": {"type": "string"}, "#text": {"type": "string"}}, "required": ["@lang", "#text"]}, "start.use": {"type": "string"}}, "required": ["deprecated", "authority-code", "identifier", "about", "prefLabel", "start.use"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"deprecated" : "false", "authority-code" : "SVB", "identifier" : "SVB", "about" : "http://publications.europa.eu/resource/authority/language/SVB", "prefLabel" : {"@lang" : "svb", "#text" : "ulau-Suain"}, "start.use" : "1950-05-09"} | json_instruct | {"type": "object", "properties": {"deprecated": {"type": "string"}, "authority-code": {"type": "string"}, "identifier": {"type": "string"}, "about": {"type": "string"}, "prefLabel": {"type": "object", "properties": {"@lang": {"type": "string"}, "#text": {"type": "string"}}, "required": ["@lang", "#text"]}, "start.use": {"type": "string"}}, "required": ["deprecated", "authority-code", "identifier", "about", "prefLabel", "start.use"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id_10121": {"type": "object", "properties": {"publicdate": {"type": "string"}, "downloads": {"type": "integer"}}, "required": ["publicdate", "downloads"]}}, "required": ["id_10121"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id_10121" : {"publicdate" : "2015-11-28 04:37:25", "downloads" : 4081}} | json_instruct | {"type": "object", "properties": {"id_10121": {"type": "object", "properties": {"publicdate": {"type": "string"}, "downloads": {"type": "integer"}}, "required": ["publicdate", "downloads"]}}, "required": ["id_10121"], "$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" : "1501040001", "district_id" : "1501040", "name" : "SANGGARAN AGUNG"} | 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#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "generate": {"type": "string"}}, "required": ["test", "generate"]}, "dependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "antlr4": {"type": "string"}}, "required": ["@types/node", "antlr4"]}, "devDependencies": {"type": "object", "properties": {"ts-node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["ts-node", "typescript"]}}, "required": ["name", "version", "main", "repository", "author", "license", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "ksql", "version" : "0.0.1", "main" : "index.js", "repository" : "git@github.com:nodefluent/ksql.git", "author" : "Chris Froehlingsdorf <chris@5cf.de>", "license" : "MIT", "scripts" : {"test" : "ts-node test/int/General.test.ts", "generate" : "antlr4 -Xexact-output-dir -Dlanguage=JavaScript ./parser/SqlBase.g4 -o parser/ksql"}, "dependencies" : {"@types/node" : "^9.6.5", "antlr4" : "^4.7.1"}, "devDependencies" : {"ts-node" : "^6.0.0", "typescript" : "^2.8.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "generate": {"type": "string"}}, "required": ["test", "generate"]}, "dependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "antlr4": {"type": "string"}}, "required": ["@types/node", "antlr4"]}, "devDependencies": {"type": "object", "properties": {"ts-node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["ts-node", "typescript"]}}, "required": ["name", "version", "main", "repository", "author", "license", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["Lawful Good", "Lawful Neutral", "Lawful Evil", "Neutral Good", "True Neutral", "Neutral Evil", "Chaotic Good", "Chaotic Neutral", "Chaotic Evil"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"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-08-11T07:00:00Z", "Temp" : 26.5, "RelHum" : 49, "WindSpeed" : 1.5, "WindDir" : 259} | 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": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["/films/1203", "/films/1297", "/films/2641", "/films/4055", "/films/267", "/films/837", "/films/2760", "/films/7431", "/films/1228", "/films/3667", "/films/9025", "/films/3103", "/films/14556", "/films/1597", "/films/513", "/films/1303", "/films/1249", "/films/3606", "/films/428", "/films/224973", "/films/790", "/films/1304", "/films/5880", "/films/13824", "/films/6641", "/films/488", "/films/1220", "/films/1221", "/films/592", "/films/1375", "/films/733", "/films/416", "/films/225980", "/films/38286", "/films/78099", "/films/1291", "/films/1355", "/films/5357", "/films/243", "/films/1230", "/films/2049", "/films/6823", "/films/13636", "/films/1205", "/films/899", "/films/364", "/films/330", "/films/3294", "/films/6289", "/films/491", "/films/614", "/films/14652", "/films/46818", "/films/43", "/films/9053", "/films/2039", "/films/20131", "/films/995", "/films/1262", "/films/676", "/films/11473", "/films/916", "/films/965", "/films/5430", "/films/6771", "/films/4883", "/films/18318", "/films/784", "/films/158", "/films/263", "/films/67214", "/films/70976", "/films/94", "/films/78538", "/films/9426", "/films/68213", "/films/1247", "/films/38099", "/films/78312", "/films/23127", "/films/249294", "/films/247791", "/films/48465", "/films/25310", "/films/1309", "/films/246433", "/films/1332", "/films/7971", "/films/3867", "/films/1383", "/films/313", "/films/11237", "/films/6796", "/films/168", "/films/67163", "/films/14124", "/films/1346", "/films/1212", "/films/718", "/films/123"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"Total": {"type": "object", "properties": {"transaction": {"type": "string"}, "sampleCount": {"type": "integer"}, "errorCount": {"type": "integer"}, "errorPct": {"type": "number"}, "meanResTime": {"type": "number"}, "minResTime": {"type": "number"}, "maxResTime": {"type": "number"}, "pct1ResTime": {"type": "number"}, "pct2ResTime": {"type": "number"}, "pct3ResTime": {"type": "number"}, "throughput": {"type": "number"}, "receivedKBytesPerSec": {"type": "number"}, "sentKBytesPerSec": {"type": "number"}}, "required": ["transaction", "sampleCount", "errorCount", "errorPct", "meanResTime", "minResTime", "maxResTime", "pct1ResTime", "pct2ResTime", "pct3ResTime", "throughput", "receivedKBytesPerSec", "sentKBytesPerSec"]}, "reserve-order": {"type": "object", "properties": {"transaction": {"type": "string"}, "sampleCount": {"type": "integer"}, "errorCount": {"type": "integer"}, "errorPct": {"type": "number"}, "meanResTime": {"type": "number"}, "minResTime": {"type": "number"}, "maxResTime": {"type": "number"}, "pct1ResTime": {"type": "number"}, "pct2ResTime": {"type": "number"}, "pct3ResTime": {"type": "number"}, "throughput": {"type": "number"}, "receivedKBytesPerSec": {"type": "number"}, "sentKBytesPerSec": {"type": "number"}}, "required": ["transaction", "sampleCount", "errorCount", "errorPct", "meanResTime", "minResTime", "maxResTime", "pct1ResTime", "pct2ResTime", "pct3ResTime", "throughput", "receivedKBytesPerSec", "sentKBytesPerSec"]}}, "required": ["Total", "reserve-order"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Total" : {"transaction" : "Total", "sampleCount" : 38, "errorCount" : 0, "errorPct" : 0.0, "meanResTime" : 9019.473684210527, "minResTime" : 5333.0, "maxResTime" : 12453.0, "pct1ResTime" : 10481.6, "pct2ResTime" : 12032.15, "pct3ResTime" : 12453.0, "throughput" : 1.024673048402319, "receivedKBytesPerSec" : 0.28218535122016986, "sentKBytesPerSec" : 2.358549194418228}, "reserve-order" : {"transaction" : "reserve-order", "sampleCount" : 38, "errorCount" : 0, "errorPct" : 0.0, "meanResTime" : 9019.473684210527, "minResTime" : 5333.0, "maxResTime" : 12453.0, "pct1ResTime" : 10481.6, "pct2ResTime" : 12032.15, "pct3ResTime" : 12453.0, "throughput" : 1.024673048402319, "receivedKBytesPerSec" : 0.28218535122016986, "sentKBytesPerSec" : 2.358549194418228}} | json_instruct | {"type": "object", "properties": {"Total": {"type": "object", "properties": {"transaction": {"type": "string"}, "sampleCount": {"type": "integer"}, "errorCount": {"type": "integer"}, "errorPct": {"type": "number"}, "meanResTime": {"type": "number"}, "minResTime": {"type": "number"}, "maxResTime": {"type": "number"}, "pct1ResTime": {"type": "number"}, "pct2ResTime": {"type": "number"}, "pct3ResTime": {"type": "number"}, "throughput": {"type": "number"}, "receivedKBytesPerSec": {"type": "number"}, "sentKBytesPerSec": {"type": "number"}}, "required": ["transaction", "sampleCount", "errorCount", "errorPct", "meanResTime", "minResTime", "maxResTime", "pct1ResTime", "pct2ResTime", "pct3ResTime", "throughput", "receivedKBytesPerSec", "sentKBytesPerSec"]}, "reserve-order": {"type": "object", "properties": {"transaction": {"type": "string"}, "sampleCount": {"type": "integer"}, "errorCount": {"type": "integer"}, "errorPct": {"type": "number"}, "meanResTime": {"type": "number"}, "minResTime": {"type": "number"}, "maxResTime": {"type": "number"}, "pct1ResTime": {"type": "number"}, "pct2ResTime": {"type": "number"}, "pct3ResTime": {"type": "number"}, "throughput": {"type": "number"}, "receivedKBytesPerSec": {"type": "number"}, "sentKBytesPerSec": {"type": "number"}}, "required": ["transaction", "sampleCount", "errorCount", "errorPct", "meanResTime", "minResTime", "maxResTime", "pct1ResTime", "pct2ResTime", "pct3ResTime", "throughput", "receivedKBytesPerSec", "sentKBytesPerSec"]}}, "required": ["Total", "reserve-order"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"entry": {"type": "array", "items": {"type": "object", "properties": {"time": {"type": "integer"}, "id": {"type": "string"}, "changed_fields": {"type": "array", "items": {"type": "string"}}, "uid": {"type": "string"}}, "required": ["time", "id", "changed_fields", "uid"]}}, "object": {"type": "string"}}, "required": ["entry", "object"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"entry" : [{"time" : 1514912232, "id" : "0", "changed_fields" : ["manage_pages"], "uid" : "0"}], "object" : "permissions"} | json_instruct | {"type": "object", "properties": {"entry": {"type": "array", "items": {"type": "object", "properties": {"time": {"type": "integer"}, "id": {"type": "string"}, "changed_fields": {"type": "array", "items": {"type": "string"}}, "uid": {"type": "string"}}, "required": ["time", "id", "changed_fields", "uid"]}}, "object": {"type": "string"}}, "required": ["entry", "object"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible 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" : "3522130021", "district_id" : "3522130", "name" : "SEKARAN"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "iso2": {"type": "string"}, "admin_level": {"type": "integer"}, "osm_id": {"type": "integer"}, "wikidata_id": {"type": "string"}, "wikipedia_id": {"type": "string"}, "population": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "osm_data": {"type": "object", "properties": {"localname": {"type": "string"}, "official_name": {"type": "string"}, "alltags": {"type": "object", "properties": {"name:ar": {"type": "string"}, "name:el": {"type": "string"}, "name:en": {"type": "string"}, "name:ku": {"type": "string"}, "name:ru": {"type": "string"}, "name:tr": {"type": "string"}, "name:uk": {"type": "string"}, "network": {"type": "string"}, "ref:NUTS": {"type": "string"}}, "required": ["name:ar", "name:el", "name:en", "name:ku", "name:ru", "name:tr", "name:uk", "network", "ref:NUTS"]}}, "required": ["localname", "official_name", "alltags"]}}, "required": ["name", "iso2", "admin_level", "osm_id", "wikidata_id", "wikipedia_id", "population", "countrylevel_id", "osm_data"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "properties" : {"name" : "Osmaniye", "iso2" : "TR-80", "admin_level" : 4, "osm_id" : 167232, "wikidata_id" : "Q281206", "wikipedia_id" : "tr:Osmaniye (il)", "population" : 534415, "countrylevel_id" : "iso2:TR-80", "osm_data" : {"localname" : "Osmaniye", "official_name" : "", "alltags" : {"name:ar" : "\u0639\u062b\u0645\u0627\u0646\u064a\u0629", "name:el" : "\u039f\u03c3\u03bc\u03b1\u03bd\u03af\u03b3\u03b9\u03b5", "name:en" : "Osmaniye", "name:ku" : "Osmaniye", "name:ru" : "\u041e\u0441\u043c\u0430\u043d\u0438\u0435", "name:tr" : "Osmaniye", "name:uk" : "\u041e\u0441\u043c\u0430\u043d\u0456\u0454", "network" : "TR-provinces", "ref:NUTS" : "TR633"}}}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[36.058, 37.008], [36.443, 36.933], [36.693, 37.216], [36.285, 37.353], [36.261, 37.75], [35.972, 37.566], [35.881, 37.176], [36.058, 37.008]]]]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "iso2": {"type": "string"}, "admin_level": {"type": "integer"}, "osm_id": {"type": "integer"}, "wikidata_id": {"type": "string"}, "wikipedia_id": {"type": "string"}, "population": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "osm_data": {"type": "object", "properties": {"localname": {"type": "string"}, "official_name": {"type": "string"}, "alltags": {"type": "object", "properties": {"name:ar": {"type": "string"}, "name:el": {"type": "string"}, "name:en": {"type": "string"}, "name:ku": {"type": "string"}, "name:ru": {"type": "string"}, "name:tr": {"type": "string"}, "name:uk": {"type": "string"}, "network": {"type": "string"}, "ref:NUTS": {"type": "string"}}, "required": ["name:ar", "name:el", "name:en", "name:ku", "name:ru", "name:tr", "name:uk", "network", "ref:NUTS"]}}, "required": ["localname", "official_name", "alltags"]}}, "required": ["name", "iso2", "admin_level", "osm_id", "wikidata_id", "wikipedia_id", "population", "countrylevel_id", "osm_data"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"file": {"type": "string"}, "line": {"type": "string"}, "column": {"type": "string"}, "message": {"type": "string"}, "level": {"type": "string"}, "type": {"type": "string"}}, "required": ["file", "line", "column", "message", "level", "type"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0x8a69cf9d1d85bc150f69feb80cc34c552f5fbea9", "tool" : "solhint", "start" : 1563205986.9653246, "end" : 1563206002.0145137, "duration" : 15.04918909072876, "analysis" : [{"file" : "/unique_contracts/0x8a69cf9d1d85bc150f69feb80cc34c552f5fbea9.sol", "line" : "205", "column" : "2", "message" : "Line length must be no more than 120 but current length is 121.", "level" : "Error", "type" : "max-line-length"}]} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"file": {"type": "string"}, "line": {"type": "string"}, "column": {"type": "string"}, "message": {"type": "string"}, "level": {"type": "string"}, "type": {"type": "string"}}, "required": ["file", "line", "column", "message", "level", "type"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"organisation": {"type": "string"}, "name": {"type": "string"}, "point": {"type": "string"}, "planning-permission-date": {"type": "string"}, "ownership-status": {"type": "string"}, "site-address": {"type": "string"}, "planning-permission-status": {"type": "string"}, "planning-permission-type": {"type": "string"}, "site": {"type": "string"}, "deliverable": {"type": "string"}, "minimum-net-dwellings": {"type": "string"}, "hectares": {"type": "string"}, "start-date": {"type": "string"}, "site-plan-url": {"type": "string"}, "notes": {"type": "string"}, "maximum-net-dwellings": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}}, "required": ["organisation", "name", "point", "planning-permission-date", "ownership-status", "site-address", "planning-permission-status", "planning-permission-type", "site", "deliverable", "minimum-net-dwellings", "hectares", "start-date", "site-plan-url", "notes", "maximum-net-dwellings", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-0.3132, 51.61638]}, "properties" : {"organisation" : "local-authority-eng:HRW", "name" : "P/3388/15", "point" : "POINT(-0.3132 51.61638)", "planning-permission-date" : "2015-09-09", "ownership-status" : "not owned by a public authority", "site-address" : "Church Road, land rear of 56 to 58, Stanmore", "planning-permission-status" : "permissioned", "planning-permission-type" : "full planning permission", "site" : "P/3388/15", "deliverable" : "yes", "minimum-net-dwellings" : "6", "hectares" : "0.07", "start-date" : "2017-11-28", "site-plan-url" : "https://maps.london.gov.uk/brownfield-site-register", "notes" : "Redevelopment: Single storey building with accommodation in roof to provide six flats; parking, bin/cycle storage, landscaping and amenity space", "maximum-net-dwellings" : "6", "slug" : "/brownfield-land/local-authority-eng/HRW/P-3388-15", "entity" : 484254, "entry-date" : "2018-05-22"}} | 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": {"organisation": {"type": "string"}, "name": {"type": "string"}, "point": {"type": "string"}, "planning-permission-date": {"type": "string"}, "ownership-status": {"type": "string"}, "site-address": {"type": "string"}, "planning-permission-status": {"type": "string"}, "planning-permission-type": {"type": "string"}, "site": {"type": "string"}, "deliverable": {"type": "string"}, "minimum-net-dwellings": {"type": "string"}, "hectares": {"type": "string"}, "start-date": {"type": "string"}, "site-plan-url": {"type": "string"}, "notes": {"type": "string"}, "maximum-net-dwellings": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}}, "required": ["organisation", "name", "point", "planning-permission-date", "ownership-status", "site-address", "planning-permission-status", "planning-permission-type", "site", "deliverable", "minimum-net-dwellings", "hectares", "start-date", "site-plan-url", "notes", "maximum-net-dwellings", "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"]}, "app-title": {"type": "string"}, "app-subtitle": {"type": "string"}, "app-description": {"type": "string"}, "header-sections": {"type": "string"}, "header-settings": {"type": "string"}, "search-placeholder": {"type": "string"}, "centerkey-select": {"type": "string"}, "softkey-close": {"type": "string"}, "softkey-read": {"type": "string"}, "settings-language": {"type": "string"}, "settings-textsize": {"type": "string"}, "settings-about-wikipedia": {"type": "string"}, "settings-privacy": {"type": "string"}, "settings-term": {"type": "string"}, "settings-rate": {"type": "string"}, "settings-help-feedback": {"type": "string"}, "settings-about-app": {"type": "string"}}, "required": ["@metadata", "app-title", "app-subtitle", "app-description", "header-sections", "header-settings", "search-placeholder", "centerkey-select", "softkey-close", "softkey-read", "settings-language", "settings-textsize", "settings-about-wikipedia", "settings-privacy", "settings-term", "settings-rate", "settings-help-feedback", "settings-about-app"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"@metadata" : {"authors" : ["KaleemBhatti", "Mehtab ahmed", "Eduardo Addad de Oliveira"]}, "app-title" : "\u0648\u06aa\u064a\u067e\u064a\u068a\u064a\u0627", "app-subtitle" : "\u0645\u0641\u062a \u0627\u0646\u0633\u0627\u0626\u064a\u06aa\u0644\u0648\u067e\u064a\u068a\u064a\u0627", "app-description" : "\u0645\u0641\u062a \u0648\u06aa\u064a\u067e\u064a\u068a\u064a\u0627 \u0627\u064a\u067e \u0633\u0627\u0646\u060c 300+ \u067b\u0648\u0644\u064a\u0646 \u06fe \u062f\u0646\u064a\u0627 \u0680\u0631 \u062c\u064a \u0645\u0639\u0644\u0648\u0645\u0627\u062a \u06b3\u0648\u0644\u064a\u0648 \u06fd \u06a9\u0648\u062c\u064a\u0648.", "header-sections" : "\u062d\u0635\u0627", "header-settings" : "\u062a\u0631\u062a\u064a\u0628\u0648\u0646", "search-placeholder" : "\u06b3\u0648\u0644\u064a\u0648", "centerkey-select" : "\u0686\u0648\u0646\u068a\u064a\u0648", "softkey-close" : "\u0628\u0646\u062f \u06aa\u0631\u064a\u0648", "softkey-read" : "\u067e\u0699\u0647\u0648", "settings-language" : "\u067b\u0648\u0644\u064a", "settings-textsize" : "\u0645\u062a\u0646 \u062c\u064a \u0645\u0627\u067e", "settings-about-wikipedia" : "\u0648\u06aa\u064a\u067e\u064a\u068a\u064a\u0627 \u0628\u0627\u0628\u062a", "settings-privacy" : "\u0630\u0627\u062a\u064a\u0627\u062a \u067e\u0627\u0644\u064a\u0633\u064a", "settings-term" : "\u0627\u0633\u062a\u0639\u0645\u0627\u0644 \u062c\u0627 \u0634\u0631\u0637", "settings-rate" : "\u0627\u064a\u067e \u06a9\u064a \u0631\u064a\u067d \u06aa\u0631\u064a\u0648", "settings-help-feedback" : "\u0645\u062f\u062f \u06fd \u067e\u0630\u064a\u0631\u0627\u0626\u064a", "settings-about-app" : "\u0627\u064a\u067e \u0628\u0627\u0628\u062a"} | json_instruct | {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "app-title": {"type": "string"}, "app-subtitle": {"type": "string"}, "app-description": {"type": "string"}, "header-sections": {"type": "string"}, "header-settings": {"type": "string"}, "search-placeholder": {"type": "string"}, "centerkey-select": {"type": "string"}, "softkey-close": {"type": "string"}, "softkey-read": {"type": "string"}, "settings-language": {"type": "string"}, "settings-textsize": {"type": "string"}, "settings-about-wikipedia": {"type": "string"}, "settings-privacy": {"type": "string"}, "settings-term": {"type": "string"}, "settings-rate": {"type": "string"}, "settings-help-feedback": {"type": "string"}, "settings-about-app": {"type": "string"}}, "required": ["@metadata", "app-title", "app-subtitle", "app-description", "header-sections", "header-settings", "search-placeholder", "centerkey-select", "softkey-close", "softkey-read", "settings-language", "settings-textsize", "settings-about-wikipedia", "settings-privacy", "settings-term", "settings-rate", "settings-help-feedback", "settings-about-app"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"department": {"type": "string"}, "description": {"type": "array", "items": {"type": "string"}}, "fullname": {"type": "string"}, "number": {"type": "integer"}, "section": {"type": "string"}, "semester": {"type": "integer"}, "shortname": {"type": "string"}, "type": {"type": "string"}, "year": {"type": "integer"}}, "required": ["department", "description", "fullname", "number", "section", "semester", "shortname", "type", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"department" : "FREN", "description" : ["Students expand their ability to communicate in French, understand French texts and interpret", "French and U.S. cultures through study and discussion of specific social and cultural topics that", "are relevant (e.g. stereotypes, the family, education, immigration). Explicit focus on", "cross-cultural comparison/contrast and analysis. Students develop their ability to listen, speak,", "read and write, while paying particular attention to listening and reading strategies.", "Prerequisite: French 112 or placement. Offered Fall and Spring Semesters."], "fullname" : "Intermediate French I", "number" : 231, "section" : "B", "semester" : 1, "shortname" : "Intermed French I", "type" : "R", "year" : 2008} | json_instruct | {"type": "object", "properties": {"department": {"type": "string"}, "description": {"type": "array", "items": {"type": "string"}}, "fullname": {"type": "string"}, "number": {"type": "integer"}, "section": {"type": "string"}, "semester": {"type": "integer"}, "shortname": {"type": "string"}, "type": {"type": "string"}, "year": {"type": "integer"}}, "required": ["department", "description", "fullname", "number", "section", "semester", "shortname", "type", "year"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "array", "items": {}}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0xcd7a421e5cd2e82ec8e06bc2851a4bf6dd88f9b1", "tool" : "manticore", "start" : 1563850802.3062642, "end" : 1563852604.131251, "duration" : 1801.8249869346619, "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": {"type": "array", "items": {}}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"totvsLanguageServer.welcomePage": {"type": "boolean"}, "totvsLanguageServer.editor.toggle.autocomplete": {"type": "string"}}, "required": ["totvsLanguageServer.welcomePage", "totvsLanguageServer.editor.toggle.autocomplete"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"totvsLanguageServer.welcomePage" : false, "totvsLanguageServer.editor.toggle.autocomplete" : "LS"} | json_instruct | {"type": "object", "properties": {"totvsLanguageServer.welcomePage": {"type": "boolean"}, "totvsLanguageServer.editor.toggle.autocomplete": {"type": "string"}}, "required": ["totvsLanguageServer.welcomePage", "totvsLanguageServer.editor.toggle.autocomplete"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "long": {"type": "object", "properties": {"default": {"type": "string"}}, "required": ["default"]}}, "required": ["code", "long"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"code" : "620127", "long" : {"default" : "\u7ef4\u6377\u5e03\u65af\u514b"}}, {"code" : "621741", "long" : {"default" : "\u65af\u76e7\u8328\u514b"}}, {"code" : "621754", "long" : {"default" : "\u65af\u6d1b\u5c3c\u59c6"}}, {"code" : "622428", "long" : {"default" : "\u7d22\u5229\u6208\u5c14\u65af\u514b"}}, {"code" : "623317", "long" : {"default" : "\u6ce2\u6d1b\u8328\u514b"}}, {"code" : "623549", "long" : {"default" : "\u5e73\u65af\u514b"}}, {"code" : "624079", "long" : {"default" : "\u5965\u5c14\u6c99"}}, {"code" : "624784", "long" : {"default" : "\u65b0\u6ce2\u6d1b\u8328\u514b"}}, {"code" : "625144", "long" : {"default" : "\u660e\u65af\u514b"}}, {"code" : "625324", "long" : {"default" : "\u83ab\u6d4e\u91cc"}}, {"code" : "626081", "long" : {"default" : "\u5229\u8fbe"}}, {"code" : "627145", "long" : {"default" : "\u79d1\u5e03\u6797"}}, {"code" : "627904", "long" : {"default" : "\u683c\u7f57\u5fb7\u8bfa"}}, {"code" : "627907", "long" : {"default" : "\u6208\u6885\u5229"}}, {"code" : "629634", "long" : {"default" : "\u5e03\u5217\u65af\u7279"}}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "long": {"type": "object", "properties": {"default": {"type": "string"}}, "required": ["default"]}}, "required": ["code", "long"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {}}, "division": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "title": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "chapter": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "subchapter": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "heading": {"type": "object", "properties": {"title": {"type": "string"}, "chaptersection": {"type": "string"}, "identifier": {"type": "string"}, "catch_text": {"type": "string"}}, "required": ["title", "chaptersection", "identifier", "catch_text"]}}, "required": ["text", "historical", "credits", "sections", "division", "title", "chapter", "subchapter", "heading"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"text" : "This subchapter may be cited as the \"Housing and Community Development Reform Advisory Commission Act of 2002\".", "historical" : "Emergency Act Amendments\n\nFor temporary (90 day) addition of \u00a7\u00a7 6-1031 to 6-1037, see \u00a7\u00a7 1141 to 1147 of Fiscal Year 2003 Budget Support Emergency Act of 2002 (D.C. Act 14-453, July 23, 2002, 49 DCR 8026).\n\nLegislative History of Laws\n\nLaw 14-190, the \"Fiscal Year 2003 Budget Support Act of 2002\", was introduced in Council and assigned Bill No. 14-609, which was referred to the Committee of the Whole. The Bill was adopted on first and second readings on May 7, 2002, and June 4, 2002, respectively. Signed by the Mayor on July 3, 2002, it was assigned Act No. 14-403 and transmitted to both Houses of Congress for its review. D.C. Law 14-190 became effective on October 1, 2002.\n\nDC CODE \u00a7 6-1031\n\nCurrent through December 11, 2012", "credits" : "(Oct. 1, 2002, D.C. Law 14-190, \u00a7 1141, 49 DCR 6968.)", "sections" : [], "division" : {"identifier" : "I", "text" : "Government of District."}, "title" : {"identifier" : "6", "text" : "Housing and Building Restrictions and Regulations. (Refs & Annos)"}, "chapter" : {"identifier" : "10", "text" : "Community Development. (Refs & Annos)"}, "subchapter" : {"identifier" : "II", "text" : "Housing and Community Development Reform Advisory Commission."}, "heading" : {"title" : "6", "chaptersection" : "1031", "identifier" : "6-1031", "catch_text" : "Short title."}} | json_instruct | {"type": "object", "properties": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {}}, "division": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "title": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "chapter": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "subchapter": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "heading": {"type": "object", "properties": {"title": {"type": "string"}, "chaptersection": {"type": "string"}, "identifier": {"type": "string"}, "catch_text": {"type": "string"}}, "required": ["title", "chaptersection", "identifier", "catch_text"]}}, "required": ["text", "historical", "credits", "sections", "division", "title", "chapter", "subchapter", "heading"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["person_id", "pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : 1.3, "people" : [{"person_id" : [-1], "pose_keypoints_2d" : [96.4922, 108.225, 0.818667, 22.1522, 137.627, 0.780267, 5.34173, 131.659, 0.788555, 5.36257, 208.168, 0.297481, 67.0745, 233.663, 0.79784, 39.7416, 149.356, 0.735702, 25.9453, 241.442, 0.717507, 53.3485, 302.179, 0.886927, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 88.733, 96.4461, 0.837717, 0, 0, 0, 59.2502, 86.6593, 0.898772, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "face_keypoints_2d" : [], "hand_left_keypoints_2d" : [], "hand_right_keypoints_2d" : [], "pose_keypoints_3d" : [], "face_keypoints_3d" : [], "hand_left_keypoints_3d" : [], "hand_right_keypoints_3d" : []}]} | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["person_id", "pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "net.edrake.darkcoinbalance", "name" : "darkcoinBalance"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"], "$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": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"code" : 1213200009, "parent" : 1213200, "name" : "BUKIT JENGKOL", "latitude" : null, "longitude" : null, "postal" : [20858], "children" : []} | json_instruct | {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$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"}, "license": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "files": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"isnumber": {"type": "string"}}, "required": ["isnumber"]}, "devDependencies": {"type": "object", "properties": {"ava": {"type": "string"}, "xo": {"type": "string"}}, "required": ["ava", "xo"]}}, "required": ["name", "version", "description", "license", "repository", "author", "engines", "scripts", "files", "keywords", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "decbin", "version" : "1.0.0", "description" : "decbin \u2014 Decimal to binary. Returns a string containing a binary representation of the given number argument.", "license" : "MIT", "repository" : "dmitrylebedev/decbin", "author" : {"name" : "Dmitry Lebedev", "email" : "dimitrylebedev@yandex.ru", "url" : "github.com/dmitrylebedev"}, "engines" : {"node" : ">=4"}, "scripts" : {"test" : "xo && ava"}, "files" : ["index.js"], "keywords" : ["number", "math", "decbin", "decimal-to-binary"], "dependencies" : {"isnumber" : "^1.0.0"}, "devDependencies" : {"ava" : "^0.20.0", "xo" : "^0.18.2"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "files": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"isnumber": {"type": "string"}}, "required": ["isnumber"]}, "devDependencies": {"type": "object", "properties": {"ava": {"type": "string"}, "xo": {"type": "string"}}, "required": ["ava", "xo"]}}, "required": ["name", "version", "description", "license", "repository", "author", "engines", "scripts", "files", "keywords", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"width": {"type": "number"}, "rotation": {"type": "number"}, "xCenter": {"type": "number"}, "yCenter": {"type": "number"}, "height": {"type": "number"}}, "required": ["width", "rotation", "xCenter", "yCenter", "height"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"width" : 0.21443523, "rotation" : -0.428589, "xCenter" : 0.5078682, "yCenter" : 0.49454248, "height" : 0.3812182} | json_instruct | {"type": "object", "properties": {"width": {"type": "number"}, "rotation": {"type": "number"}, "xCenter": {"type": "number"}, "yCenter": {"type": "number"}, "height": {"type": "number"}}, "required": ["width", "rotation", "xCenter", "yCenter", "height"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"config": {"type": "object", "properties": {"error": {"type": "object", "properties": {"name_exists": {"type": "string"}}, "required": ["name_exists"]}, "step": {"type": "object", "properties": {"user": {"type": "object", "properties": {"data": {"type": "object", "properties": {"latitude": {"type": "string"}, "longitude": {"type": "string"}, "mode": {"type": "string"}, "name": {"type": "string"}}, "required": ["latitude", "longitude", "mode", "name"]}, "description": {"type": "string"}, "title": {"type": "string"}}, "required": ["data", "description", "title"]}}, "required": ["user"]}}, "required": ["error", "step"]}, "system_health": {"type": "object", "properties": {"info": {"type": "object", "properties": {"api_endpoint_reachable": {"type": "string"}}, "required": ["api_endpoint_reachable"]}}, "required": ["info"]}}, "required": ["config", "system_health"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"config" : {"error" : {"name_exists" : "\uc774\ub984\uc774 \uc774\ubbf8 \uc874\uc7ac\ud569\ub2c8\ub2e4"}, "step" : {"user" : {"data" : {"latitude" : "\uc704\ub3c4", "longitude" : "\uacbd\ub3c4", "mode" : "\ubaa8\ub4dc", "name" : "\uc774\ub984"}, "description" : "\ud3ec\ub974\ud22c\uac08 \ud574\uc591 \ubc0f \ub300\uae30 \uc5f0\uad6c\uc18c (Instituto Portugu\u00eas do Mar e Atmosfera)", "title" : "\uc704\uce58"}}}, "system_health" : {"info" : {"api_endpoint_reachable" : "IPMA API \uc5d4\ub4dc\ud3ec\uc778\ud2b8 \uc5f0\uacb0"}}} | json_instruct | {"type": "object", "properties": {"config": {"type": "object", "properties": {"error": {"type": "object", "properties": {"name_exists": {"type": "string"}}, "required": ["name_exists"]}, "step": {"type": "object", "properties": {"user": {"type": "object", "properties": {"data": {"type": "object", "properties": {"latitude": {"type": "string"}, "longitude": {"type": "string"}, "mode": {"type": "string"}, "name": {"type": "string"}}, "required": ["latitude", "longitude", "mode", "name"]}, "description": {"type": "string"}, "title": {"type": "string"}}, "required": ["data", "description", "title"]}}, "required": ["user"]}}, "required": ["error", "step"]}, "system_health": {"type": "object", "properties": {"info": {"type": "object", "properties": {"api_endpoint_reachable": {"type": "string"}}, "required": ["api_endpoint_reachable"]}}, "required": ["info"]}}, "required": ["config", "system_health"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"946892230627": {"type": "object", "properties": {"type": {"type": "string"}, "bookName": {"type": "string"}, "subjectName": {"type": "string"}, "fName": {"type": "string"}}, "required": ["type", "bookName", "subjectName", "fName"]}}, "required": ["946892230627"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"946892230627" : {"type" : "book open", "bookName" : "Epic%20Quest", "subjectName" : "school", "fName" : "users/NC0vYW5kcm9pZF9hc3NldC93d3cvc2Nob29sL0VwaWMlMjBRdWVzdC92YXJpYWJsZS1FUV9TYW1wbGVyLUVRX1NhbXBsZXIuaHRtbC1hbmFseXRpY3MtOTQ2ODkyMjMwMjc5.json"}} | json_instruct | {"type": "object", "properties": {"946892230627": {"type": "object", "properties": {"type": {"type": "string"}, "bookName": {"type": "string"}, "subjectName": {"type": "string"}, "fName": {"type": "string"}}, "required": ["type", "bookName", "subjectName", "fName"]}}, "required": ["946892230627"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"limit": {"type": "integer"}, "name": {"type": "string"}, "value": {"type": "integer"}, "highalch": {"type": "integer"}, "id": {"type": "integer"}, "lowalch": {"type": "integer"}, "name_pt": {"type": "string"}, "price": {"type": "integer"}, "last": {"type": "integer"}}, "required": ["limit", "name", "value", "highalch", "id", "lowalch", "name_pt", "price", "last"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"limit" : 100, "name" : "Oak blackjack (d)", "value" : 400, "highalch" : 240, "id" : 6410, "lowalch" : 160, "name_pt" : "Cassetete de carvalho (d)", "price" : 1212, "last" : 1212} | json_instruct | {"type": "object", "properties": {"limit": {"type": "integer"}, "name": {"type": "string"}, "value": {"type": "integer"}, "highalch": {"type": "integer"}, "id": {"type": "integer"}, "lowalch": {"type": "integer"}, "name_pt": {"type": "string"}, "price": {"type": "integer"}, "last": {"type": "integer"}}, "required": ["limit", "name", "value", "highalch", "id", "lowalch", "name_pt", "price", "last"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible 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" : "9418025018", "district_id" : "9418025", "name" : "KIBUR"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "object", "properties": {"totalSubs": {"type": "integer"}, "subsInEachSource": {"type": "object", "properties": {"feedly": {"type": "integer"}, "inoreader": {"type": "integer"}, "feedsPub": {"type": "integer"}}, "required": ["feedly", "inoreader", "feedsPub"]}, "failedSources": {"type": "object", "properties": {}, "required": []}}, "required": ["totalSubs", "subsInEachSource", "failedSources"]}, "lastModified": {"type": "integer"}}, "required": ["status", "data", "lastModified"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"status" : 200, "data" : {"totalSubs" : 564, "subsInEachSource" : {"feedly" : 316, "inoreader" : 242, "feedsPub" : 6}, "failedSources" : {}}, "lastModified" : 1609061562443} | json_instruct | {"type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "object", "properties": {"totalSubs": {"type": "integer"}, "subsInEachSource": {"type": "object", "properties": {"feedly": {"type": "integer"}, "inoreader": {"type": "integer"}, "feedsPub": {"type": "integer"}}, "required": ["feedly", "inoreader", "feedsPub"]}, "failedSources": {"type": "object", "properties": {}, "required": []}}, "required": ["totalSubs", "subsInEachSource", "failedSources"]}, "lastModified": {"type": "integer"}}, "required": ["status", "data", "lastModified"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "required": ["xp", "rank", "cardId"]}}}, "required": ["lastUpdated", "username", "scores"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"lastUpdated" : 1655019279666, "username" : "dipirones", "scores" : [{"xp" : 3531, "rank" : 289, "cardId" : 572}, {"xp" : 2889, "rank" : 317, "cardId" : 640}, {"xp" : 3546, "rank" : 389, "cardId" : 507}]} | json_instruct | {"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "required": ["xp", "rank", "cardId"]}}}, "required": ["lastUpdated", "username", "scores"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible 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" : "3204250002", "district_id" : "3204250", "name" : "MEKAR RAHAYU"} | 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": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nom" : "Les Thons", "circ" : "4\u00e8me circonscription", "dpt" : "Vosges", "inscrits" : 112, "abs" : 62, "votants" : 50, "blancs" : 2, "nuls" : 2, "exp" : 46, "res" : [{"nuance" : "LR", "nom" : "M. Jean-Jacques GAULTIER", "voix" : 30}, {"nuance" : "SOC", "nom" : "M. Christian FRANQUEVILLE", "voix" : 16}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "recommend": {"type": "object", "properties": {"ext-curl": {"type": "string"}}, "required": ["ext-curl"]}, "autoload": {"type": "object", "properties": {"classmap": {"type": "array", "items": {"type": "string"}}}, "required": ["classmap"]}}, "required": ["name", "description", "type", "keywords", "homepage", "license", "authors", "recommend", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "trueapps/simbila-php-api", "description" : "PHP client for simbila.com service", "type" : "library", "keywords" : ["Simbila"], "homepage" : "https://simbila.com", "license" : "MIT", "authors" : [{"name" : "Tomas Hnilica", "email" : "tomas@trueapps.cz"}], "recommend" : {"ext-curl" : "*"}, "autoload" : {"classmap" : ["lib/", "Simbila.php"]}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "recommend": {"type": "object", "properties": {"ext-curl": {"type": "string"}}, "required": ["ext-curl"]}, "autoload": {"type": "object", "properties": {"classmap": {"type": "array", "items": {"type": "string"}}}, "required": ["classmap"]}}, "required": ["name", "description", "type", "keywords", "homepage", "license", "authors", "recommend", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"code" : 3514140001, "parent" : 3514140, "name" : "BAUJENG", "latitude" : null, "longitude" : null, "postal" : [67154], "children" : []} | json_instruct | {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "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": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "server": {"type": "string"}, "netlify": {"type": "string"}}, "required": ["test", "server", "netlify"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"mocha": {"type": "string"}}, "required": ["mocha"]}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "pug": {"type": "string"}, "pug-cli": {"type": "string"}, "table": {"type": "string"}, "tableify": {"type": "string"}}, "required": ["express", "pug", "pug-cli", "table", "tableify"]}}, "required": ["name", "version", "description", "main", "directories", "scripts", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "circle_a_word", "version" : "1.0.0", "description" : "A circle a word solver", "main" : "node index.js", "directories" : {"test" : "tests"}, "scripts" : {"test" : "npx mocha", "server" : "node index.js", "netlify" : "npm install pug-cli; node node_modules/pug-cli/index.js views/ --out ./public && node index.js"}, "author" : "Ben Simpson", "license" : "ISC", "devDependencies" : {"mocha" : "^8.1.3"}, "dependencies" : {"express" : "^4.17.1", "pug" : "^3.0.0", "pug-cli" : "^1.0.0-alpha6", "table" : "^6.0.3", "tableify" : "^1.1.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "server": {"type": "string"}, "netlify": {"type": "string"}}, "required": ["test", "server", "netlify"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"mocha": {"type": "string"}}, "required": ["mocha"]}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "pug": {"type": "string"}, "pug-cli": {"type": "string"}, "table": {"type": "string"}, "tableify": {"type": "string"}}, "required": ["express", "pug", "pug-cli", "table", "tableify"]}}, "required": ["name", "version", "description", "main", "directories", "scripts", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "patternId": {"type": "string"}, "severity": {"type": "integer"}, "line": {"type": "integer"}, "column": {"type": "integer"}, "content": {"type": "string"}}, "required": ["name", "patternId", "severity", "line", "column", "content"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0xe5a5f138005e19a3e6d0fe68b039397eeef2322b", "tool" : "smartcheck", "start" : 1563543393.496544, "end" : 1563543402.8503587, "duration" : 9.353814840316772, "analysis" : [{"name" : "SOLIDITY_ADDRESS_HARDCODED", "patternId" : "a91b18", "severity" : 1, "line" : 45, "column" : 4, "content" : "owner=address(0)"}, {"name" : "SOLIDITY_ADDRESS_HARDCODED", "patternId" : "a91b18", "severity" : 1, "line" : 99, "column" : 4, "content" : "pendingOwner=address(0)"}, {"name" : "SOLIDITY_SHOULD_RETURN_STRUCT", "patternId" : "7d54ca", "severity" : 1, "line" : 553, "column" : 78, "content" : "(uintnonce,Requestmemoryrequest)"}, {"name" : "SOLIDITY_SHOULD_RETURN_STRUCT", "patternId" : "7d54ca", "severity" : 1, "line" : 560, "column" : 78, "content" : "(uintnonce,Requestmemoryrequest)"}, {"name" : "SOLIDITY_UPGRADE_TO_050", "patternId" : "341gim", "severity" : 1, "line" : 572, "column" : 29, "content" : "Requestrequest"}, {"name" : "SOLIDITY_UPGRADE_TO_050", "patternId" : "341gim", "severity" : 1, "line" : 583, "column" : 29, "content" : "stringa"}, {"name" : "SOLIDITY_UPGRADE_TO_050", "patternId" : "341gim", "severity" : 1, "line" : 583, "column" : 39, "content" : "stringb"}, {"name" : "SOLIDITY_UPGRADE_TO_050", "patternId" : "341gim", "severity" : 1, "line" : 587, "column" : 28, "content" : "stringa"}, {"name" : "SOLIDITY_UPGRADE_TO_050", "patternId" : "341gim", "severity" : 1, "line" : 591, "column" : 74, "content" : "string"}]} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "patternId": {"type": "string"}, "severity": {"type": "integer"}, "line": {"type": "integer"}, "column": {"type": "integer"}, "content": {"type": "string"}}, "required": ["name", "patternId", "severity", "line", "column", "content"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"wmo": {"type": "string"}}, "required": ["wmo"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "16055", "name" : {"en" : "Senin"}, "country" : "IT", "region" : "AO", "identifiers" : {"wmo" : "16055"}, "location" : {"latitude" : 45.73, "longitude" : 7.35, "elevation" : 547}, "timezone" : "Europe/Rome"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"wmo": {"type": "string"}}, "required": ["wmo"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"angular-material.css": {"type": "string"}, "angular-material.js": {"type": "string"}, "angular-material.min.css": {"type": "string"}, "angular-material.min.js": {"type": "string"}}, "required": ["angular-material.css", "angular-material.js", "angular-material.min.css", "angular-material.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"angular-material.css" : "sha256-RZ/rS8whwR0PVlE1WTBV7OAVUvC1F8Aw/N+JK+dSbgg=", "angular-material.js" : "sha256-S95nBVqq1wdIuiWH7UMe66MH2UOh9JFDK2KBSfgNLLg=", "angular-material.min.css" : "sha256-xwM1lzSl+GsbYCO5ZKBqsDE9TCTI9tsFaezqqJT4Qg8=", "angular-material.min.js" : "sha256-8Wf0UA5NzcbHIOKZIoiL0wsEQshfveM6eVTaDs9vZK8="} | json_instruct | {"type": "object", "properties": {"angular-material.css": {"type": "string"}, "angular-material.js": {"type": "string"}, "angular-material.min.css": {"type": "string"}, "angular-material.min.js": {"type": "string"}}, "required": ["angular-material.css", "angular-material.js", "angular-material.min.css", "angular-material.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}}, "required": ["start", "build"]}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "autoprefixer": {"type": "string"}, "babel-loader": {"type": "string"}, "clean-webpack-plugin": {"type": "string"}, "copy-webpack-plugin": {"type": "string"}, "html-webpack-plugin": {"type": "string"}, "path": {"type": "string"}, "ts-loader": {"type": "string"}, "typescript": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}, "webpack-dev-server": {"type": "string"}, "webpack-md5-hash": {"type": "string"}}, "required": ["@babel/core", "@babel/preset-env", "autoprefixer", "babel-loader", "clean-webpack-plugin", "copy-webpack-plugin", "html-webpack-plugin", "path", "ts-loader", "typescript", "webpack", "webpack-cli", "webpack-dev-server", "webpack-md5-hash"]}, "dependencies": {"type": "object", "properties": {"@types/ajv": {"type": "string"}, "@types/node": {"type": "string"}, "ajv": {"type": "string"}, "tabbouleh": {"type": "string"}}, "required": ["@types/ajv", "@types/node", "ajv", "tabbouleh"]}}, "required": ["name", "version", "main", "scripts", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "tabbouleh-sample-ajv", "version" : "1.0.0", "main" : "index.js", "scripts" : {"start" : "webpack-dev-server --mode development --open", "build" : "webpack --mode production"}, "license" : "MIT", "devDependencies" : {"@babel/core" : "^7.9.6", "@babel/preset-env" : "^7.9.6", "autoprefixer" : "^9.7.6", "babel-loader" : "^8.1.0", "clean-webpack-plugin" : "^3.0.0", "copy-webpack-plugin" : "^6.0.0", "html-webpack-plugin" : "^4.3.0", "path" : "^0.12.7", "ts-loader" : "^7.0.4", "typescript" : "^3.8.3", "webpack" : "^4.43.0", "webpack-cli" : "^3.3.11", "webpack-dev-server" : "^3.11.0", "webpack-md5-hash" : "^0.0.6"}, "dependencies" : {"@types/ajv" : "1.0.0", "@types/node" : "^14.0.1", "ajv" : "^6.12.2", "tabbouleh" : "^1.0.2"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}}, "required": ["start", "build"]}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "autoprefixer": {"type": "string"}, "babel-loader": {"type": "string"}, "clean-webpack-plugin": {"type": "string"}, "copy-webpack-plugin": {"type": "string"}, "html-webpack-plugin": {"type": "string"}, "path": {"type": "string"}, "ts-loader": {"type": "string"}, "typescript": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}, "webpack-dev-server": {"type": "string"}, "webpack-md5-hash": {"type": "string"}}, "required": ["@babel/core", "@babel/preset-env", "autoprefixer", "babel-loader", "clean-webpack-plugin", "copy-webpack-plugin", "html-webpack-plugin", "path", "ts-loader", "typescript", "webpack", "webpack-cli", "webpack-dev-server", "webpack-md5-hash"]}, "dependencies": {"type": "object", "properties": {"@types/ajv": {"type": "string"}, "@types/node": {"type": "string"}, "ajv": {"type": "string"}, "tabbouleh": {"type": "string"}}, "required": ["@types/ajv", "@types/node", "ajv", "tabbouleh"]}}, "required": ["name", "version", "main", "scripts", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"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-09-29T21:00:00+03:00", "Temp" : 26.3, "RelHum" : 82, "WindSpeed" : 1.3, "WindDir" : 333} | 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#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"welcome": {"type": "string"}, "test": {"type": "string"}}, "required": ["welcome", "test"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"welcome" : "\u6b22\u8fce, {name}\uff0c{unreadCount} \u6d88\u606f", "test" : "\u6d4b\u8bd5\uff0c{count}"} | json_instruct | {"type": "object", "properties": {"welcome": {"type": "string"}, "test": {"type": "string"}}, "required": ["welcome", "test"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"locationData": {"type": "object", "properties": {"relativeBoundingBox": {"type": "object", "properties": {"xmin": {"type": "number"}, "width": {"type": "number"}, "ymin": {"type": "number"}, "height": {"type": "number"}}, "required": ["xmin", "width", "ymin", "height"]}, "relativeKeypoints": {"type": "array", "items": {"type": "object", "properties": {"y": {"type": "number"}, "x": {"type": "number"}}, "required": ["y", "x"]}}, "format": {"type": "string"}}, "required": ["relativeBoundingBox", "relativeKeypoints", "format"]}, "score": {"type": "array", "items": {"type": "number"}}, "label": {"type": "array", "items": {"type": "string"}}}, "required": ["locationData", "score", "label"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"locationData" : {"relativeBoundingBox" : {"xmin" : 0.44070017, "width" : 0.05276692, "ymin" : 0.25667313, "height" : 0.065958574}, "relativeKeypoints" : [{"y" : 0.3001121, "x" : 0.4847995}, {"y" : 0.28829774, "x" : 0.45317224}, {"y" : 0.28659496, "x" : 0.45293075}, {"y" : 0.2846295, "x" : 0.4554254}, {"y" : 0.282798, "x" : 0.459519}, {"y" : 0.29798564, "x" : 0.481923}, {"y" : 0.28935662, "x" : 0.46773085}], "format" : "RELATIVE_BOUNDING_BOX"}, "score" : [0.92656994], "label" : ["Palm"]} | json_instruct | {"type": "object", "properties": {"locationData": {"type": "object", "properties": {"relativeBoundingBox": {"type": "object", "properties": {"xmin": {"type": "number"}, "width": {"type": "number"}, "ymin": {"type": "number"}, "height": {"type": "number"}}, "required": ["xmin", "width", "ymin", "height"]}, "relativeKeypoints": {"type": "array", "items": {"type": "object", "properties": {"y": {"type": "number"}, "x": {"type": "number"}}, "required": ["y", "x"]}}, "format": {"type": "string"}}, "required": ["relativeBoundingBox", "relativeKeypoints", "format"]}, "score": {"type": "array", "items": {"type": "number"}}, "label": {"type": "array", "items": {"type": "string"}}}, "required": ["locationData", "score", "label"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"watch": {"type": "array", "items": {"type": "string"}}, "ext": {"type": "string"}}, "required": ["watch", "ext"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"watch" : ["src/**/*"], "ext" : "js, json, html, css"} | json_instruct | {"type": "object", "properties": {"watch": {"type": "array", "items": {"type": "string"}}, "ext": {"type": "string"}}, "required": ["watch", "ext"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"url": {"type": "string"}, "sha1": {"type": "string"}}, "required": ["url", "sha1"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"url" : "https://static.wikia.nocookie.net/griftlands_gamepedia_en/images/8/8e/Booste_Overwhelm.png/revision/latest?cb=20200908154527", "sha1" : "775b765973beaccfe37e956b6b5e228c433121ad"} | json_instruct | {"type": "object", "properties": {"url": {"type": "string"}, "sha1": {"type": "string"}}, "required": ["url", "sha1"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "deep_trenches:block/enstatite_block"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "typings": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "reflect-metadata": {"type": "string"}, "tsyringe": {"type": "string"}, "user": {"type": "string"}}, "required": ["express", "reflect-metadata", "tsyringe", "user"]}, "devDependencies": {"type": "object", "properties": {"@types/express": {"type": "string"}}, "required": ["@types/express"]}}, "required": ["name", "version", "description", "main", "typings", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "zesway-express-service", "version" : "1.0.11", "description" : "node express service register", "main" : "dist/index.js", "typings" : "./dist/index.d.ts", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/zhihesoft/node-express-service.git"}, "keywords" : ["express", "service", "meta"], "author" : "", "license" : "MIT", "bugs" : {"url" : "https://github.com/zhihesoft/node-express-service/issues"}, "homepage" : "https://github.com/zhihesoft/node-express-service#readme", "dependencies" : {"express" : "^4.17.1", "reflect-metadata" : "^0.1.13", "tsyringe" : "^4.6.0", "user" : "^0.0.0"}, "devDependencies" : {"@types/express" : "^4.17.13"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "typings": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "reflect-metadata": {"type": "string"}, "tsyringe": {"type": "string"}, "user": {"type": "string"}}, "required": ["express", "reflect-metadata", "tsyringe", "user"]}, "devDependencies": {"type": "object", "properties": {"@types/express": {"type": "string"}}, "required": ["@types/express"]}}, "required": ["name", "version", "description", "main", "typings", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"School": {"type": "object", "properties": {"Id": {"type": "integer"}, "Name": {"type": "string"}, "CountyId": {"type": "integer"}, "DistrictId": {"type": "integer"}, "Lat": {"type": "integer"}, "Lon": {"type": "integer"}}, "required": ["Id", "Name", "CountyId", "DistrictId", "Lat", "Lon"]}, "EnrollmentByYear": {"type": "array", "items": {"type": "object", "properties": {"Year": {"type": "string"}, "Teachers": {"type": "integer"}, "Students": {"type": "integer"}, "GradeEnrollment": {"type": "array", "items": {"type": "object", "properties": {"Grade": {"type": "string"}, "EnrollmentSize": {"type": "integer"}}, "required": ["Grade", "EnrollmentSize"]}}}, "required": ["Year", "Teachers", "Students", "GradeEnrollment"]}}}, "required": ["School", "EnrollmentByYear"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"School" : {"Id" : 280017037, "Name" : "Young Adult Program", "CountyId" : 28, "DistrictId" : 280017, "Lat" : 0, "Lon" : 0}, "EnrollmentByYear" : [{"Year" : "20022003", "Teachers" : 0, "Students" : 34, "GradeEnrollment" : [{"Grade" : "11", "EnrollmentSize" : 1}, {"Grade" : "12", "EnrollmentSize" : 33}]}, {"Year" : "20032004", "Teachers" : 0, "Students" : 39, "GradeEnrollment" : [{"Grade" : "12", "EnrollmentSize" : 39}]}, {"Year" : "20042005", "Teachers" : 0, "Students" : 33, "GradeEnrollment" : [{"Grade" : "12", "EnrollmentSize" : 33}]}, {"Year" : "20052006", "Teachers" : 0, "Students" : 41, "GradeEnrollment" : [{"Grade" : "12", "EnrollmentSize" : 41}]}, {"Year" : "20062007", "Teachers" : 0, "Students" : 50, "GradeEnrollment" : [{"Grade" : "12", "EnrollmentSize" : 50}]}, {"Year" : "20072008", "Teachers" : 0, "Students" : 46, "GradeEnrollment" : [{"Grade" : "12", "EnrollmentSize" : 46}]}]} | json_instruct | {"type": "object", "properties": {"School": {"type": "object", "properties": {"Id": {"type": "integer"}, "Name": {"type": "string"}, "CountyId": {"type": "integer"}, "DistrictId": {"type": "integer"}, "Lat": {"type": "integer"}, "Lon": {"type": "integer"}}, "required": ["Id", "Name", "CountyId", "DistrictId", "Lat", "Lon"]}, "EnrollmentByYear": {"type": "array", "items": {"type": "object", "properties": {"Year": {"type": "string"}, "Teachers": {"type": "integer"}, "Students": {"type": "integer"}, "GradeEnrollment": {"type": "array", "items": {"type": "object", "properties": {"Grade": {"type": "string"}, "EnrollmentSize": {"type": "integer"}}, "required": ["Grade", "EnrollmentSize"]}}}, "required": ["Year", "Teachers", "Students", "GradeEnrollment"]}}}, "required": ["School", "EnrollmentByYear"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"counters": {"type": "object", "properties": {"hentai_counter": {"type": "integer"}, "jeremyleesh_counter": {"type": "integer"}, "av1an_counter": {"type": "integer"}, "hav1t_counter": {"type": "integer"}, "cursed_expressionless": {"type": "integer"}}, "required": ["hentai_counter", "jeremyleesh_counter", "av1an_counter", "hav1t_counter", "cursed_expressionless"]}}, "required": ["counters"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"counters" : {"hentai_counter" : 1011, "jeremyleesh_counter" : 109, "av1an_counter" : 2434, "hav1t_counter" : 29, "cursed_expressionless" : 46}} | json_instruct | {"type": "object", "properties": {"counters": {"type": "object", "properties": {"hentai_counter": {"type": "integer"}, "jeremyleesh_counter": {"type": "integer"}, "av1an_counter": {"type": "integer"}, "hav1t_counter": {"type": "integer"}, "cursed_expressionless": {"type": "integer"}}, "required": ["hentai_counter", "jeremyleesh_counter", "av1an_counter", "hav1t_counter", "cursed_expressionless"]}}, "required": ["counters"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"data": {"type": "object", "properties": {"site": {"type": "object", "properties": {"siteMetadata": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}}, "required": ["title", "description", "author"]}}, "required": ["siteMetadata"]}}, "required": ["site"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"data" : {"site" : {"siteMetadata" : {"title" : "Openess", "description" : "Openess emojis for everyone!.", "author" : "Openess Team"}}}} | json_instruct | {"type": "object", "properties": {"data": {"type": "object", "properties": {"site": {"type": "object", "properties": {"siteMetadata": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}}, "required": ["title", "description", "author"]}}, "required": ["siteMetadata"]}}, "required": ["site"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nom" : "Lavall\u00e9e", "circ" : "1\u00e8re circonscription", "dpt" : "Meuse", "inscrits" : 78, "abs" : 30, "votants" : 48, "blancs" : 4, "nuls" : 0, "exp" : 44, "res" : [{"nuance" : "UDI", "nom" : "M. Bertrand PANCHER", "voix" : 32}, {"nuance" : "REM", "nom" : "Mme Diana ANDR\u00c9", "voix" : 12}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$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.