input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "protocol": {"type": "string"}, "method": {"type": "string"}, "pathPattern": {"type": "string"}, "parameters": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "position": {"type": "string"}, "type": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["name", "position", "type", "required"]}}}, "required": ["name", "protocol", "method", "pathPattern", "parameters"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "ListJobsWithFilters", "protocol" : "HTTP|HTTPS", "method" : "GET", "pathPattern" : "", "parameters" : [{"name" : "ClusterId", "position" : "Query", "type" : "String", "required" : false}, {"name" : "CreateTimeEnd", "position" : "Query", "type" : "String", "required" : false}, {"name" : "CreateTimeStart", "position" : "Query", "type" : "String", "required" : false}, {"name" : "ExecuteOrder", "position" : "Query", "type" : "String", "required" : false}, {"name" : "JobName", "position" : "Query", "type" : "String", "required" : false}, {"name" : "JobStatus", "position" : "Query", "type" : "String", "required" : false}, {"name" : "Nodes", "position" : "Query", "type" : "Array", "required" : false}, {"name" : "PageNumber", "position" : "Query", "type" : "Long", "required" : false}, {"name" : "PageSize", "position" : "Query", "type" : "Long", "required" : false}, {"name" : "PendOrder", "position" : "Query", "type" : "String", "required" : false}, {"name" : "Queues", "position" : "Query", "type" : "Array", "required" : false}, {"name" : "RegionId", "position" : "Query", "type" : "String", "required" : false}, {"name" : "SubmitOrder", "position" : "Query", "type" : "String", "required" : false}, {"name" : "Users", "position" : "Query", "type" : "Array", "required" : false}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "protocol": {"type": "string"}, "method": {"type": "string"}, "pathPattern": {"type": "string"}, "parameters": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "position": {"type": "string"}, "type": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["name", "position", "type", "required"]}}}, "required": ["name", "protocol", "method", "pathPattern", "parameters"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Polygon", "coordinates" : [[[-2.569228483, 53.54751532], [-2.530345911, 53.522249598], [-2.542155935, 53.520116634], [-2.538202489, 53.513423726], [-2.559011344, 53.511351648], [-2.566585516, 53.499357649], [-2.582435659, 53.501462062], [-2.596478822, 53.489650082], [-2.607850865, 53.49336796], [-2.609756885, 53.48060891], [-2.645540396, 53.480236603], [-2.666295547, 53.499742106], [-2.69889258, 53.502015999], [-2.710006571, 53.514626253], [-2.723777675, 53.510350408], [-2.730520648, 53.520584268], [-2.717925274, 53.527195301], [-2.718607985, 53.543544077], [-2.704738664, 53.561844582], [-2.698345461, 53.532823931], [-2.68419842, 53.530774631], [-2.647656629, 53.540976158], [-2.637326035, 53.534950896], [-2.625964682, 53.539635543], [-2.617004756, 53.529274348], [-2.578995874, 53.541856897], [-2.586359811, 53.54457689], [-2.580775425, 53.549377909], [-2.569228483, 53.54751532]]]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"], "$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"}, "slug": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}, "startup": {"type": "string"}, "boot": {"type": "string"}, "ports": {"type": "object", "properties": {"8266/tcp": {"type": "integer"}}, "required": ["8266/tcp"]}, "map": {"type": "array", "items": {"type": "string"}}, "options": {"type": "object", "properties": {}, "required": []}, "schema": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "slug", "description", "url", "startup", "boot", "ports", "map", "options", "schema"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "arwiupser - Arduino Wireless Update Server", "version" : "0.0.3", "slug" : "arwiupser", "description" : "Simple update server for arduino IoT devices", "url" : "https://github.com/danimtb/arwiupser", "startup" : "services", "boot" : "auto", "ports" : {"8266/tcp" : 8266}, "map" : ["share"], "options" : {}, "schema" : {}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "slug": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}, "startup": {"type": "string"}, "boot": {"type": "string"}, "ports": {"type": "object", "properties": {"8266/tcp": {"type": "integer"}}, "required": ["8266/tcp"]}, "map": {"type": "array", "items": {"type": "string"}}, "options": {"type": "object", "properties": {}, "required": []}, "schema": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "slug", "description", "url", "startup", "boot", "ports", "map", "options", "schema"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about": {"type": "null"}, "license": {"type": "null"}}, "required": ["id", "name", "email", "paypal_email", "homepage", "about", "license"]}, "updated": {"type": "string"}, "weekly_install_count": {"type": "integer"}, "total_install_count": {"type": "integer"}, "rating": {"type": "null"}, "after_screenshot_name": {"type": "string"}, "obsoleting_style_id": {"type": "null"}, "obsoleting_style_name": {"type": "null"}, "obsolete": {"type": "integer"}, "admin_delete_reason_id": {"type": "null"}, "obsoletion_message": {"type": "string"}, "screenshots": {"type": "null"}, "license": {"type": "null"}, "created": {"type": "string"}, "category": {"type": "string"}, "raw_subcategory": {"type": "string"}, "subcategory": {"type": "string"}, "additional_info": {"type": "null"}, "style_tags": {"type": "array", "items": {}}, "css": {"type": "string"}, "discussions": {"type": "array", "items": {}}, "discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}, "userjs_url": {"type": "string"}, "style_settings": {"type": "array", "items": {}}}, "required": ["id", "name", "description", "user", "updated", "weekly_install_count", "total_install_count", "rating", "after_screenshot_name", "obsoleting_style_id", "obsoleting_style_name", "obsolete", "admin_delete_reason_id", "obsoletion_message", "screenshots", "license", "created", "category", "raw_subcategory", "subcategory", "additional_info", "style_tags", "css", "discussions", "discussionsCount", "commentsCount", "userjs_url", "style_settings"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 122914, "name" : "ARMORGAMES ad free", "description" : "Remove ads from armorgames.com", "user" : {"id" : 308094, "name" : "MADPEPPER", "email" : "redacted", "paypal_email" : null, "homepage" : null, "about" : null, "license" : null}, "updated" : "2016-01-10T10:22:50.000Z", "weekly_install_count" : 0, "total_install_count" : 91, "rating" : null, "after_screenshot_name" : "https://userstyles.org/auto_style_screenshots/122914-after.png?r=1589443410", "obsoleting_style_id" : null, "obsoleting_style_name" : null, "obsolete" : 0, "admin_delete_reason_id" : null, "obsoletion_message" : "", "screenshots" : null, "license" : null, "created" : "2016-01-10T09:18:26.000Z", "category" : "site", "raw_subcategory" : "armorgames", "subcategory" : "armorgames", "additional_info" : null, "style_tags" : [], "css" : "@-moz-document url-prefix(\"http://armorgames.com/\") {\r\nbody {\r\n background: #154360 !important;\r\n}\r\niframe {\r\n display: none !important;\r\n}\r\ndiv#ag-skin {\r\n display: none !important;\r\n}\r\ndiv#leaderboard {\r\n display: none !important;\r\n}\r\ndiv.ad-leaderboard {\r\n display: none !important;\r\n}\r\ndiv.ad-large-leaderboard-90 {\r\n display: none !important;\r\n}\r\ndiv#wrapper {\r\n padding: 0px 15px 10px 15px !important;\r\n}\r\ndiv[style=\"position: fixed; top: 0px; left: 0px; z-index: 1; width: 100%; height: 768px; overflow: hidden; visibility: hidden;\"] {\r\n display: none !important;\r\n}\r\ndiv[style=\"position: fixed; top: 0px; right: 0px; z-index: 1; width: 100%; height: 768px; overflow: hidden; visibility: hidden;\"] {\r\n display: none !important;\r\n}\r\ndiv[style=\"width:728px;min-height:90px;margin:13px auto;position:relative;\"] {\r\n display: none !important;\r\n}\r\ndiv.ad-lrgrec {\r\n display: none !important;\r\n}\r\n}", "discussions" : [], "discussionsCount" : 0, "commentsCount" : 0, "userjs_url" : "/styles/userjs/122914/armorgames-ad-free.user.js", "style_settings" : []}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about": {"type": "null"}, "license": {"type": "null"}}, "required": ["id", "name", "email", "paypal_email", "homepage", "about", "license"]}, "updated": {"type": "string"}, "weekly_install_count": {"type": "integer"}, "total_install_count": {"type": "integer"}, "rating": {"type": "null"}, "after_screenshot_name": {"type": "string"}, "obsoleting_style_id": {"type": "null"}, "obsoleting_style_name": {"type": "null"}, "obsolete": {"type": "integer"}, "admin_delete_reason_id": {"type": "null"}, "obsoletion_message": {"type": "string"}, "screenshots": {"type": "null"}, "license": {"type": "null"}, "created": {"type": "string"}, "category": {"type": "string"}, "raw_subcategory": {"type": "string"}, "subcategory": {"type": "string"}, "additional_info": {"type": "null"}, "style_tags": {"type": "array", "items": {}}, "css": {"type": "string"}, "discussions": {"type": "array", "items": {}}, "discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}, "userjs_url": {"type": "string"}, "style_settings": {"type": "array", "items": {}}}, "required": ["id", "name", "description", "user", "updated", "weekly_install_count", "total_install_count", "rating", "after_screenshot_name", "obsoleting_style_id", "obsoleting_style_name", "obsolete", "admin_delete_reason_id", "obsoletion_message", "screenshots", "license", "created", "category", "raw_subcategory", "subcategory", "additional_info", "style_tags", "css", "discussions", "discussionsCount", "commentsCount", "userjs_url", "style_settings"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"is_lock_vulnerable": {"type": "boolean"}, "is_prodigal_vulnerable": {"type": "boolean"}, "is_suicidal_vulnerable": {"type": "boolean"}}, "required": ["is_lock_vulnerable", "is_prodigal_vulnerable", "is_suicidal_vulnerable"]}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0x4bd70556ae3f8a6ec6c4080a0c327b24325438f3", "tool" : "maian", "start" : 1565233703.489765, "end" : 1565233890.0513096, "duration" : 186.56154465675354, "analysis" : {"is_lock_vulnerable" : false, "is_prodigal_vulnerable" : false, "is_suicidal_vulnerable" : false}}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"is_lock_vulnerable": {"type": "boolean"}, "is_prodigal_vulnerable": {"type": "boolean"}, "is_suicidal_vulnerable": {"type": "boolean"}}, "required": ["is_lock_vulnerable", "is_prodigal_vulnerable", "is_suicidal_vulnerable"]}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"manufacturer" : "TCL", "market_name" : "TCL 10 SE", "codename" : "Oakland", "model" : "T766A"}, {"manufacturer" : "TCL", "market_name" : "TCL 10 SE", "codename" : "Oakland", "model" : "T766H"}, {"manufacturer" : "TCL", "market_name" : "TCL 10 SE", "codename" : "Oakland", "model" : "T766H_EEA"}, {"manufacturer" : "TCL", "market_name" : "TCL 10 SE", "codename" : "Oakland", "model" : "T766H_RU"}, {"manufacturer" : "TCL", "market_name" : "TCL 10 SE", "codename" : "Oakland", "model" : "T766H_TR"}, {"manufacturer" : "TCL", "market_name" : "TCL 10 SE", "codename" : "Oakland", "model" : "T766J"}, {"manufacturer" : "TCL", "market_name" : "TCL 10 SE", "codename" : "Oakland", "model" : "T766S"}, {"manufacturer" : "TCL", "market_name" : "TCL 10 SE", "codename" : "Oakland", "model" : "T766U"}, {"manufacturer" : "TCL", "market_name" : "TCL 10 SE", "codename" : "Oakland", "model" : "T766U_EEA"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "year": {"type": "integer"}, "type": {"type": "string"}, "imageName": {"type": "string"}, "nominations": {"type": "integer"}, "wins": {"type": "integer"}}, "required": ["id", "title", "year", "type", "imageName", "nominations", "wins"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : 17876, "title" : "Seeing the Light", "year" : 2014, "type" : "novel", "imageName" : "ecb_seeingth.jpg", "nominations" : 0, "wins" : -1}, {"id" : 17877, "title" : "Drowning in Amber", "year" : 2015, "type" : "novel", "imageName" : "ecb_drowning.jpg", "nominations" : 1, "wins" : -1}, {"id" : 36574, "title" : "Stalking the Dead", "year" : 2016, "type" : "novel", "imageName" : "ecb_stalking.jpg", "nominations" : 0, "wins" : -1}, {"id" : 36575, "title" : "Dying on Second", "year" : 2017, "type" : "novel", "imageName" : "ecb_dyingons.jpg", "nominations" : 0, "wins" : -1}, {"id" : 36576, "title" : "Hearing Voices", "year" : 2018, "type" : "novel", "imageName" : "ecb_hearingv.jpg", "nominations" : 0, "wins" : -1}, {"id" : 36577, "title" : "Haunting the Haunted", "year" : 2019, "type" : "novel", "imageName" : "ecb_haunting.jpg", "nominations" : 1, "wins" : -1}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "year": {"type": "integer"}, "type": {"type": "string"}, "imageName": {"type": "string"}, "nominations": {"type": "integer"}, "wins": {"type": "integer"}}, "required": ["id", "title", "year", "type", "imageName", "nominations", "wins"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"stackHeaders": {"type": "object", "properties": {"api_key": {"type": "string"}}, "required": ["api_key"]}, "urlPath": {"type": "string"}, "uid": {"type": "string"}, "content_type": {"type": "string"}, "file_size": {"type": "string"}, "tags": {"type": "array", "items": {}}, "filename": {"type": "string"}, "url": {"type": "string"}, "ACL": {"type": "object", "properties": {}, "required": []}, "is_dir": {"type": "boolean"}, "parent_uid": {"type": "string"}, "_version": {"type": "integer"}, "title": {"type": "string"}, "publish_details": {"type": "array", "items": {"type": "object", "properties": {"environment": {"type": "string"}, "locale": {"type": "string"}, "time": {"type": "string"}, "user": {"type": "string"}, "version": {"type": "integer"}}, "required": ["environment", "locale", "time", "user", "version"]}}}, "required": ["stackHeaders", "urlPath", "uid", "content_type", "file_size", "tags", "filename", "url", "ACL", "is_dir", "parent_uid", "_version", "title", "publish_details"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"stackHeaders" : {"api_key" : "blt2be4b9eac1b7b008"}, "urlPath" : "/assets/blta8048dde6e2de6fe", "uid" : "blta8048dde6e2de6fe", "content_type" : "image/jpeg", "file_size" : "8494", "tags" : [], "filename" : "AlbertEinstein.jpeg", "url" : "https://images.contentstack.io/v3/assets/blt2be4b9eac1b7b008/blta8048dde6e2de6fe/60ad70efb687443ef794b557/AlbertEinstein.jpeg", "ACL" : {}, "is_dir" : false, "parent_uid" : "bltd2142ea229d0c63c", "_version" : 1, "title" : "AlbertEinstein.jpeg", "publish_details" : [{"environment" : "blt1c694d95d4438e12", "locale" : "fr-fr", "time" : "2021-05-25T21:49:35.486Z", "user" : "blt49100a71c57545b1", "version" : 1}, {"environment" : "blt04016daa0f0fa1c2", "locale" : "fr-fr", "time" : "2021-05-25T21:49:35.487Z", "user" : "blt49100a71c57545b1", "version" : 1}, {"environment" : "bltfd207e8dacdc9f5e", "locale" : "fr-fr", "time" : "2021-05-25T21:49:35.487Z", "user" : "blt49100a71c57545b1", "version" : 1}, {"environment" : "blt1c694d95d4438e12", "locale" : "en-us", "time" : "2021-05-25T21:49:35.495Z", "user" : "blt49100a71c57545b1", "version" : 1}, {"environment" : "blt04016daa0f0fa1c2", "locale" : "en-us", "time" : "2021-05-25T21:49:35.495Z", "user" : "blt49100a71c57545b1", "version" : 1}, {"environment" : "bltfd207e8dacdc9f5e", "locale" : "en-us", "time" : "2021-05-25T21:49:35.495Z", "user" : "blt49100a71c57545b1", "version" : 1}]}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"stackHeaders": {"type": "object", "properties": {"api_key": {"type": "string"}}, "required": ["api_key"]}, "urlPath": {"type": "string"}, "uid": {"type": "string"}, "content_type": {"type": "string"}, "file_size": {"type": "string"}, "tags": {"type": "array", "items": {}}, "filename": {"type": "string"}, "url": {"type": "string"}, "ACL": {"type": "object", "properties": {}, "required": []}, "is_dir": {"type": "boolean"}, "parent_uid": {"type": "string"}, "_version": {"type": "integer"}, "title": {"type": "string"}, "publish_details": {"type": "array", "items": {"type": "object", "properties": {"environment": {"type": "string"}, "locale": {"type": "string"}, "time": {"type": "string"}, "user": {"type": "string"}, "version": {"type": "integer"}}, "required": ["environment", "locale", "time", "user", "version"]}}}, "required": ["stackHeaders", "urlPath", "uid", "content_type", "file_size", "tags", "filename", "url", "ACL", "is_dir", "parent_uid", "_version", "title", "publish_details"]}, "$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"}, "description": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "sampleUrl": {"type": "string"}, "template": {"type": "object", "properties": {"forceLanguage": {"type": "string"}, "withCompare": {"type": "boolean"}, "withGenerator": {"type": "boolean"}, "jQueryAjaxSetup": {"type": "object", "properties": {"data": {"type": "object", "properties": {"cmd": {"type": "string"}, "data": {"type": "object", "properties": {}, "required": []}}, "required": ["cmd", "data"]}}, "required": ["data"]}}, "required": ["forceLanguage", "withCompare", "withGenerator", "jQueryAjaxSetup"]}}, "required": ["name", "version", "description", "title", "url", "sampleUrl", "template"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "\u6d4b\u8bd5\u63a5\u53e3", "version" : "0.1.0", "description" : "\u6d4b\u8bd5\u63a5\u53e3", "title" : "Custom apiDoc browser title", "url" : "http://127.0.0.1:3001", "sampleUrl" : "http://127.0.0.1:3001", "template" : {"forceLanguage" : "zh_cn", "withCompare" : true, "withGenerator" : true, "jQueryAjaxSetup" : {"data" : {"cmd" : "cmd", "data" : {}}}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "sampleUrl": {"type": "string"}, "template": {"type": "object", "properties": {"forceLanguage": {"type": "string"}, "withCompare": {"type": "boolean"}, "withGenerator": {"type": "boolean"}, "jQueryAjaxSetup": {"type": "object", "properties": {"data": {"type": "object", "properties": {"cmd": {"type": "string"}, "data": {"type": "object", "properties": {}, "required": []}}, "required": ["cmd", "data"]}}, "required": ["data"]}}, "required": ["forceLanguage", "withCompare", "withGenerator", "jQueryAjaxSetup"]}}, "required": ["name", "version", "description", "title", "url", "sampleUrl", "template"], "$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"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"dotenv": {"type": "string"}, "koa": {"type": "string"}, "koa-route": {"type": "string"}, "koa-static": {"type": "string"}, "lodash": {"type": "string"}, "lowdb": {"type": "string"}, "twitch-bot": {"type": "string"}}, "required": ["dotenv", "koa", "koa-route", "koa-static", "lodash", "lowdb", "twitch-bot"]}, "keywords": {"type": "array", "items": {}}, "description": {"type": "string"}}, "required": ["name", "version", "main", "scripts", "author", "license", "dependencies", "keywords", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "koa-twitch-bot", "version" : "0.5.2", "main" : "app.js", "scripts" : {"start" : "node app.js"}, "author" : "Ivan Teoreez B", "license" : "MIT", "dependencies" : {"dotenv" : "^8.0.0", "koa" : "^2.7.0", "koa-route" : "^3.2.0", "koa-static" : "^5.0.0", "lodash" : "^4.17.11", "lowdb" : "^1.0.0", "twitch-bot" : "^1.2.5"}, "keywords" : [], "description" : ""}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"dotenv": {"type": "string"}, "koa": {"type": "string"}, "koa-route": {"type": "string"}, "koa-static": {"type": "string"}, "lodash": {"type": "string"}, "lowdb": {"type": "string"}, "twitch-bot": {"type": "string"}}, "required": ["dotenv", "koa", "koa-route", "koa-static", "lodash", "lowdb", "twitch-bot"]}, "keywords": {"type": "array", "items": {}}, "description": {"type": "string"}}, "required": ["name", "version", "main", "scripts", "author", "license", "dependencies", "keywords", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "app": {"type": "string"}, "name": {"type": "string"}, "appSecret": {"type": "string"}, "masterSecret": {"type": "string"}, "apiVersion": {"type": "integer"}, "numberOfCollaborators": {"type": "integer"}, "numberOfAdmins": {"type": "integer"}}, "required": ["id", "app", "name", "appSecret", "masterSecret", "apiVersion", "numberOfCollaborators", "numberOfAdmins"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "kid_Sy4yRNV_M", "app" : "885f5d307afd4168bebca1a64f815c1e", "name" : "Development", "appSecret" : "f006f2fda0fd4fc7b154e12a15ae81fe", "masterSecret" : "f09347efa9394ffdb4b0e8a39bc518f8", "apiVersion" : 3, "numberOfCollaborators" : 0, "numberOfAdmins" : 1}, {"id" : "kid_Ty4yRNV_O", "app" : "885f5d307afd4168bebca1a64f815c1e", "name" : "Staging", "appSecret" : "f006f2fda0fd4fc7b154e12a15ae81fe", "masterSecret" : "f09347efa9394ffdb4b0e8a39bc518f8", "apiVersion" : 3, "numberOfCollaborators" : 0, "numberOfAdmins" : 1}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "app": {"type": "string"}, "name": {"type": "string"}, "appSecret": {"type": "string"}, "masterSecret": {"type": "string"}, "apiVersion": {"type": "integer"}, "numberOfCollaborators": {"type": "integer"}, "numberOfAdmins": {"type": "integer"}}, "required": ["id", "app", "name", "appSecret", "masterSecret", "apiVersion", "numberOfCollaborators", "numberOfAdmins"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"test_cases": {"type": "array", "items": {"type": "object", "properties": {"args": {"type": "object", "properties": {"n": {"type": "integer"}, "dislikes": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["n", "dislikes"]}, "expected": {"type": "boolean"}}, "required": ["args", "expected"]}}}, "required": ["test_cases"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"test_cases" : [{"args" : {"n" : 4, "dislikes" : [[1, 2], [1, 3], [2, 4]]}, "expected" : true}, {"args" : {"n" : 3, "dislikes" : [[1, 2], [1, 3], [2, 3]]}, "expected" : false}, {"args" : {"n" : 5, "dislikes" : [[1, 2], [2, 3], [3, 4], [4, 5], [1, 5]]}, "expected" : false}]}
json_instruct
{"type": "object", "properties": {"test_cases": {"type": "array", "items": {"type": "object", "properties": {"args": {"type": "object", "properties": {"n": {"type": "integer"}, "dislikes": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["n", "dislikes"]}, "expected": {"type": "boolean"}}, "required": ["args", "expected"]}}}, "required": ["test_cases"], "$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" : [98.4648, 241.417, 0.930575, 88.6868, 276.759, 0.901106, 55.3742, 274.876, 0.920865, 37.6797, 331.574, 0.877366, 27.9375, 380.592, 0.859651, 125.85, 278.686, 0.840723, 153.34, 323.746, 0.874026, 133.796, 366.888, 0.983178, 84.7947, 355.092, 0.874309, 63.2242, 353.23, 0.798811, 67.0459, 404.086, 0.798314, 70.9437, 478.489, 0.903962, 104.362, 355.13, 0.82091, 129.76, 396.176, 0.812172, 120.007, 476.505, 0.842253, 88.657, 229.798, 0.901731, 102.434, 231.725, 0.899831, 78.8505, 239.451, 0.866717, 115.97, 241.45, 0.905981, 135.679, 490.207, 0.710434, 143.507, 480.56, 0.693809, 114.109, 480.459, 0.737803, 72.9785, 494.155, 0.873606, 63.1815, 492.318, 0.833951, 72.9704, 482.451, 0.707889], "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#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}, "id": {"type": "string"}}, "required": ["title", "text", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"title" : "Sample Note", "text" : "Welcome to your brand new Note Taker!\nTo add a note click the + in the upper right.\nOnce you've filled the title and text fields, click the Save button to store your note for later.\nYou can delete a note by clicking its trash can button. Be careful: once you delete a note it's gone forever!", "id" : "123"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}, "id": {"type": "string"}}, "required": ["title", "text", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"extends": {"type": "string"}, "compilerOptions": {"type": "object", "properties": {"outDir": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}}, "required": ["outDir", "types"]}, "include": {"type": "array", "items": {"type": "string"}}, "references": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}}}, "required": ["extends", "compilerOptions", "include", "references"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"extends" : "../../tsconfig-settings.json", "compilerOptions" : {"outDir" : "dist", "types" : ["node", "mocha", "chai"]}, "include" : ["test"], "references" : [{"path" : "../aft-ui-browsers"}, {"path" : "../aft-ui-mobile-apps"}, {"path" : "../aft-logging-awskinesis"}, {"path" : "../aft-logging-html"}, {"path" : "../aft-testrail"}]}
json_instruct
{"type": "object", "properties": {"extends": {"type": "string"}, "compilerOptions": {"type": "object", "properties": {"outDir": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}}, "required": ["outDir", "types"]}, "include": {"type": "array", "items": {"type": "string"}}, "references": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}}}, "required": ["extends", "compilerOptions", "include", "references"], "$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"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "2028", "provinceId" : "62", "regencyId" : "12", "districtId" : "03", "name" : "Muara Maruwei II"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"domain": {"type": "string"}, "name": {"type": "string"}, "documentation": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "string"}}, "codeowners": {"type": "array", "items": {"type": "string"}}, "requirements": {"type": "array", "items": {"type": "string"}}, "config_flow": {"type": "boolean"}, "iot_class": {"type": "string"}}, "required": ["domain", "name", "documentation", "dependencies", "codeowners", "requirements", "config_flow", "iot_class"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"domain" : "ezviz", "name" : "Ezviz", "documentation" : "https://www.home-assistant.io/integrations/ezviz", "dependencies" : ["ffmpeg"], "codeowners" : ["@RenierM26", "@baqs"], "requirements" : ["pyezviz==0.1.8.9"], "config_flow" : true, "iot_class" : "cloud_polling"}
json_instruct
{"type": "object", "properties": {"domain": {"type": "string"}, "name": {"type": "string"}, "documentation": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "string"}}, "codeowners": {"type": "array", "items": {"type": "string"}}, "requirements": {"type": "array", "items": {"type": "string"}}, "config_flow": {"type": "boolean"}, "iot_class": {"type": "string"}}, "required": ["domain", "name", "documentation", "dependencies", "codeowners", "requirements", "config_flow", "iot_class"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"APP_DESC": {"type": "string"}, "APP_NAME": {"type": "string"}}, "required": ["APP_DESC", "APP_NAME"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"APP_DESC" : "Demo site", "APP_NAME" : "the-demo-site"}
json_instruct
{"type": "object", "properties": {"APP_DESC": {"type": "string"}, "APP_NAME": {"type": "string"}}, "required": ["APP_DESC", "APP_NAME"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "2001", "provinceId" : "62", "regencyId" : "02", "districtId" : "07", "name" : "Pondok Damar"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "integer"}, "name": {"type": "string"}, "level": {"type": "integer"}, "pods": {"type": "integer"}, "ethereal": {"type": "boolean"}, "stats": {"type": "string"}}, "required": ["id", "type", "name", "level", "pods", "ethereal", "stats"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 8276, "type" : 11, "name" : "Botas del Minotauroro", "level" : 113, "pods" : 40, "ethereal" : false, "stats" : ""}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "integer"}, "name": {"type": "string"}, "level": {"type": "integer"}, "pods": {"type": "integer"}, "ethereal": {"type": "boolean"}, "stats": {"type": "string"}}, "required": ["id", "type", "name", "level", "pods", "ethereal", "stats"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"versionEnd": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"]}, "versionStart": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"]}, "changes": {"type": "array", "items": {"type": "string"}}}, "required": ["versionEnd", "versionStart", "changes"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"versionEnd" : {"versionNum" : 1507, "commit" : "d54b280f9fce850c405f9fa70e50b4a63af463f6", "date" : "2021-05-20T10:05:02.271Z"}, "versionStart" : {"versionNum" : 1506, "commit" : "2ddca7b649cdfe534319285c0590c8941097b93e", "date" : "2021-05-20T10:03:31.015Z"}, "changes" : ["blockchains/smartchain/allowlist.json", "blockchains/smartchain/assets/0x667bEbFf5cda3C4A460B514aB478Da0A8cF80910/info.json"]}
json_instruct
{"type": "object", "properties": {"versionEnd": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"]}, "versionStart": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"]}, "changes": {"type": "array", "items": {"type": "string"}}}, "required": ["versionEnd", "versionStart", "changes"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "OperatorsReference": {"type": "string"}, "UsageTypeID": {"type": "integer"}, "UsageCost": {"type": "string"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "Postcode", "CountryID", "Latitude", "Longitude", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "Amps": {"type": "integer"}, "Voltage": {"type": "integer"}, "PowerKW": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}, "Quantity": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "Amps", "Voltage", "PowerKW", "CurrentTypeID", "Quantity"]}}, "NumberOfPoints": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "OperatorID", "OperatorsReference", "UsageTypeID", "UsageCost", "AddressInfo", "Connections", "NumberOfPoints", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"IsRecentlyVerified" : false, "ID" : 93605, "UUID" : "C7EE26E1-2486-4949-8A28-B02E1F77FA51", "DataProviderID" : 1, "OperatorID" : 25, "OperatorsReference" : "hounslow-welsteadwaycarpark", "UsageTypeID" : 4, "UsageCost" : "\u00a30.059/minute; min \u00a31.18; other tariffs available", "AddressInfo" : {"ID" : 93951, "Title" : "Welstead Way Car Park", "AddressLine1" : "19C Welstead Way", "Town" : "LONDON", "Postcode" : "W4 1NH", "CountryID" : 1, "Latitude" : 51.495351, "Longitude" : -0.247966, "DistanceUnit" : 0}, "Connections" : [{"ID" : 132553, "ConnectionTypeID" : 25, "StatusTypeID" : 50, "LevelID" : 2, "Amps" : 32, "Voltage" : 230, "PowerKW" : 7, "CurrentTypeID" : 10, "Quantity" : 5}, {"ID" : 132554, "ConnectionTypeID" : 1, "StatusTypeID" : 50, "LevelID" : 2, "Amps" : 16, "Voltage" : 230, "PowerKW" : 4, "CurrentTypeID" : 10, "Quantity" : 5}, {"ID" : 142154, "ConnectionTypeID" : 25, "StatusTypeID" : 50, "LevelID" : 2, "Amps" : 32, "Voltage" : 400, "PowerKW" : 22, "CurrentTypeID" : 20, "Quantity" : 1}], "NumberOfPoints" : 5, "StatusTypeID" : 50, "DateLastStatusUpdate" : "2019-05-11T05:26:00Z", "DataQualityLevel" : 1, "DateCreated" : "2017-10-04T05:49:00Z", "SubmissionStatusTypeID" : 200}
json_instruct
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "OperatorsReference": {"type": "string"}, "UsageTypeID": {"type": "integer"}, "UsageCost": {"type": "string"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "Postcode", "CountryID", "Latitude", "Longitude", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "Amps": {"type": "integer"}, "Voltage": {"type": "integer"}, "PowerKW": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}, "Quantity": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "Amps", "Voltage", "PowerKW", "CurrentTypeID", "Quantity"]}}, "NumberOfPoints": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "OperatorID", "OperatorsReference", "UsageTypeID", "UsageCost", "AddressInfo", "Connections", "NumberOfPoints", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"folder": {"type": "string"}}, "required": ["folder"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"folder" : "file:///home/tinku/Documents/projects/Tinku10"}
json_instruct
{"type": "object", "properties": {"folder": {"type": "string"}}, "required": ["folder"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["360802400498", "\u865a\u62df\u793e\u533a", "123", "0"]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"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"}, "devDependencies": {"type": "object", "properties": {"mocha": {"type": "string"}, "rewire": {"type": "string"}, "xo": {"type": "string"}}, "required": ["mocha", "rewire", "xo"]}, "dependencies": {"type": "object", "properties": {"fs-extra": {"type": "string"}, "through2": {"type": "string"}}, "required": ["fs-extra", "through2"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "jscs-html-output", "version" : "1.0.0", "description" : "A JSCS plugin for producing a pretty HTML report for viewing in browser", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "https://github.com/boldfacedesign/jscs-html-output.git"}, "keywords" : ["JSCS", "HTML", "Gulp", "Grunt"], "author" : "David Parker", "license" : "MIT", "bugs" : {"url" : "https://github.com/boldfacedesign/jscs-html-output/issues"}, "homepage" : "https://github.com/boldfacedesign/jscs-html-output", "devDependencies" : {"mocha" : "^2.3.3", "rewire" : "^2.3.4", "xo" : "^0.10.0"}, "dependencies" : {"fs-extra" : "^0.26.0", "through2" : "^2.0.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "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"}, "devDependencies": {"type": "object", "properties": {"mocha": {"type": "string"}, "rewire": {"type": "string"}, "xo": {"type": "string"}}, "required": ["mocha", "rewire", "xo"]}, "dependencies": {"type": "object", "properties": {"fs-extra": {"type": "string"}, "through2": {"type": "string"}}, "required": ["fs-extra", "through2"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "firstName": {"type": "string"}, "lastName": {"type": "string"}, "email": {"type": "string"}, "username": {"type": "string"}, "password": {"type": "string"}, "organisations": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "permissions": {"type": "array", "items": {}}, "notifications": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "code", "name", "permissions", "notifications"]}}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "active": {"type": "boolean"}}, "required": ["id", "firstName", "lastName", "email", "username", "password", "organisations", "createdAt", "updatedAt", "active"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "05808b30-e403-43f9-a415-375ab7dfa3d2", "firstName" : "Rosendo", "lastName" : "Schmeler", "email" : "[email protected]", "username" : "[email protected]", "password" : "bat", "organisations" : [{"id" : "4151da2c-ff17-46d4-bbfa-11fb57e76a24", "code" : "1AA", "name" : "St Marys Menston", "permissions" : [], "notifications" : ["course_published", "course_changed", "course_withdrawn", "course_vacancies_changed"]}], "createdAt" : "2022-03-07T12:33:46.525Z", "updatedAt" : "2022-03-08T20:09:44.121Z", "active" : true}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "firstName": {"type": "string"}, "lastName": {"type": "string"}, "email": {"type": "string"}, "username": {"type": "string"}, "password": {"type": "string"}, "organisations": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "permissions": {"type": "array", "items": {}}, "notifications": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "code", "name", "permissions", "notifications"]}}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "active": {"type": "boolean"}}, "required": ["id", "firstName", "lastName", "email", "username", "password", "organisations", "createdAt", "updatedAt", "active"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"dev": {"type": "object", "properties": {"domainName": {"type": "string"}, "audience": {"type": "string"}}, "required": ["domainName", "audience"]}, "prod": {"type": "object", "properties": {"domainName": {"type": "string"}, "audience": {"type": "string"}}, "required": ["domainName", "audience"]}, "misc": {"type": "object", "properties": {"tokenUrl": {"type": "string"}}, "required": ["tokenUrl"]}}, "required": ["dev", "prod", "misc"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"dev" : {"domainName" : "api-lambda-dev.rosaenlg.org", "audience" : "https://api-lambda-dev.rosaenlg.org"}, "prod" : {"domainName" : "api-lambda-prod.rosaenlg.org", "audience" : "https://api-lambda-prod.rosaenlg.org"}, "misc" : {"tokenUrl" : "https://dev-bjq72juz.eu.auth0.com/oauth/token"}}
json_instruct
{"type": "object", "properties": {"dev": {"type": "object", "properties": {"domainName": {"type": "string"}, "audience": {"type": "string"}}, "required": ["domainName", "audience"]}, "prod": {"type": "object", "properties": {"domainName": {"type": "string"}, "audience": {"type": "string"}}, "required": ["domainName", "audience"]}, "misc": {"type": "object", "properties": {"tokenUrl": {"type": "string"}}, "required": ["tokenUrl"]}}, "required": ["dev", "prod", "misc"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"\u5de5\u5ee0\u540d\u7a31" : "\u81ea\u7136\u98a8\u751f\u7269\u79d1\u6280\u6709\u9650\u516c\u53f8\u98df\u54c1\u5ee0", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99602477", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u65b0\u5317\u5e02\u6a39\u6797\u5340\u67d1\u5712\u8857\u4e8c\u6bb5\u4e00\u4e8c\u4e8c\u5df7\u4e8c\u865f\u4e8c\u6a13", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc" : "\u65b0\u5317\u5e02\u6a39\u6797\u5340", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d" : "\u5289\u9326\u60e0", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f" : "28744170", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b" : "\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f" : "", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f" : "0901218", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b" : "\u751f\u7522\u4e2d", "\u7522\u696d\u985e\u5225" : ["08\u98df\u54c1\u88fd\u9020\u696d", "09\u98f2\u6599\u88fd\u9020\u696d"], "\u4e3b\u8981\u7522\u54c1" : ["089\u5176\u4ed6\u98df\u54c1"]}
json_instruct
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "\u3010\uff2d\uff2d\uff24\u3011LUVORATORRRRRY!\uff08\u30c7\u30c3\u30c9\u30d7\u30fc\u30eb\uff09", "author" : "yagami_nue", "description" : "\u307f\u3093\u306a\u3082\u30c7\u30c3\u30d7\u30fc\u3092\u6620\u753b\u9928\u306b\u898b\u306b\u884c\u3053\u3046\u305c\u3002<br>\uff08\u3061\u3087\u3063\u3068\u4fee\u6b63\u3057\u305f\u7a0b\u5ea6\u3067\u3059\u304c\u3088\u308d\u3057\u304f\u304a\u9858\u3044\u3057\u307e\u3059\u3002\uff09<br>\u304a\u501f\u308a\u3057\u305f\u3082\u306e<br>\u30e2\u30c7\u30eb\uff1a\u30c7\u30c3\u30c9\u30d7\u30fc\u30eb\uff08watanave\u69d8\uff09<br>\u30e2\u30fc\u30b7\u30e7\u30f3\uff1a\u3010MMD\u9280\u9b42\u3011LUVORATORRRRRY\uff01\u3010\u30e2\u30fc\u30b7\u30e7\u30f3\u914d\u5e03\u3011\uff08moca\u69d8\uff09<br>\u30ab\u30e1\u30e9\uff1a\u3010MMD\u3011\u6469\u8036\u3067LUVORATORRRRRY!\u3010\u30ab\u30e1\u30e9\u914d\u5e03\u3011(\u30af\u30ea\u30a2\u30af\u30ed\u30b9\u69d8)<br>\u30a8\u30d5\u30a7\u30af\u30c8\uff1ao_Diffusion<br>\u30b9\u30c6\u30fc\u30b8\uff1a\u5ec3\u30d3\u30eb\u30b9\u30c6\u30fc\u30b8undefined(NOB\u69d8)", "thumb" : "//i.iwara.tv/sites/default/files/styles/thumbnail/public/videos/thumbnails/46550/thumbnail-46550_0001.jpg?itok=PMxbEyp8", "download" : "https://www.iwara.tv/api/video/qk4vt32aukzoead", "origin" : "https://www.iwara.tv/videos/qk4vt32aukzoead"}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"bounds": {"type": "array", "items": {"type": "number"}}, "id": {"type": "string"}, "inserts": {"type": "integer"}, "path": {"type": "string"}, "points": {"type": "integer"}, "status": {"type": "string"}, "url": {"type": "string"}}, "required": ["bounds", "id", "inserts", "path", "points", "status", "url"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"bounds" : [-50.2505, -59.0863, -53.1389, 54.957200000000014, 59.445800000000006, 56.9975], "id" : "birthResistance.las", "inserts" : 100000, "path" : "/usr/data/SIM_23/models/birthResistance.las", "points" : 100000, "status" : "inserted", "url" : "0.json"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"bounds": {"type": "array", "items": {"type": "number"}}, "id": {"type": "string"}, "inserts": {"type": "integer"}, "path": {"type": "string"}, "points": {"type": "integer"}, "status": {"type": "string"}, "url": {"type": "string"}}, "required": ["bounds", "id", "inserts", "path", "points", "status", "url"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"slug": {"type": "string"}, "title": {"type": "string"}, "parent_slug": {"type": "string"}, "path": {"type": "string"}, "repoCount": {"type": "integer"}, "userCount": {"type": "integer"}, "popularity": {"type": "integer"}}, "required": ["slug", "title", "parent_slug", "path", "repoCount", "userCount", "popularity"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"slug" : "reality-cards", "title" : "Reality Cards", "parent_slug" : "ethereum", "path" : "ethereum/reality-cards", "repoCount" : 3, "userCount" : 4, "popularity" : 1289}
json_instruct
{"type": "object", "properties": {"slug": {"type": "string"}, "title": {"type": "string"}, "parent_slug": {"type": "string"}, "path": {"type": "string"}, "repoCount": {"type": "integer"}, "userCount": {"type": "integer"}, "popularity": {"type": "integer"}}, "required": ["slug", "title", "parent_slug", "path", "repoCount", "userCount", "popularity"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"apiVersion": {"type": "string"}, "kind": {"type": "string"}, "metadata": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "spec": {"type": "object", "properties": {"selector": {"type": "object", "properties": {"matchLabels": {"type": "object", "properties": {"app": {"type": "string"}}, "required": ["app"]}}, "required": ["matchLabels"]}, "template": {"type": "object", "properties": {"metadata": {"type": "object", "properties": {"name": {"type": "string"}, "labels": {"type": "object", "properties": {"app": {"type": "string"}}, "required": ["app"]}}, "required": ["name", "labels"]}, "spec": {"type": "object", "properties": {"volumes": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "persistentVolumeClaim": {"type": "object", "properties": {"claimName": {"type": "string"}}, "required": ["claimName"]}}, "required": ["name", "persistentVolumeClaim"]}}, "containers": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "image": {"type": "string"}, "volumeMounts": {"type": "array", "items": {"type": "object", "properties": {"mountPath": {"type": "string"}, "name": {"type": "string"}, "readOnly": {"type": "boolean"}}, "required": ["mountPath", "name", "readOnly"]}}, "env": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "string"}}, "required": ["name", "value"]}}}, "required": ["name", "image", "volumeMounts", "env"]}}, "restartPolicy": {"type": "string"}}, "required": ["volumes", "containers", "restartPolicy"]}}, "required": ["metadata", "spec"]}}, "required": ["selector", "template"]}}, "required": ["apiVersion", "kind", "metadata", "spec"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"apiVersion" : "extensions/v1beta1", "kind" : "Job", "metadata" : {"name" : "backup-job-nfs"}, "spec" : {"selector" : {"matchLabels" : {"app" : "backup-job-nfs"}}, "template" : {"metadata" : {"name" : "backup-job-nfs", "labels" : {"app" : "backup-job-nfs"}}, "spec" : {"volumes" : [{"name" : "pgdata", "persistentVolumeClaim" : {"claimName" : "backup-job-pvc"}}], "containers" : [{"name" : "backup-job-nfs", "image" : "crunchydata/crunchy-backup:$CCP_IMAGE_TAG", "volumeMounts" : [{"mountPath" : "/pgdata", "name" : "pgdata", "readOnly" : false}], "env" : [{"name" : "BACKUP_HOST", "value" : "single-master"}, {"name" : "BACKUP_USER", "value" : "master"}, {"name" : "BACKUP_PASS", "value" : "password"}, {"name" : "BACKUP_PORT", "value" : "5432"}]}], "restartPolicy" : "Never"}}}}
json_instruct
{"type": "object", "properties": {"apiVersion": {"type": "string"}, "kind": {"type": "string"}, "metadata": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "spec": {"type": "object", "properties": {"selector": {"type": "object", "properties": {"matchLabels": {"type": "object", "properties": {"app": {"type": "string"}}, "required": ["app"]}}, "required": ["matchLabels"]}, "template": {"type": "object", "properties": {"metadata": {"type": "object", "properties": {"name": {"type": "string"}, "labels": {"type": "object", "properties": {"app": {"type": "string"}}, "required": ["app"]}}, "required": ["name", "labels"]}, "spec": {"type": "object", "properties": {"volumes": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "persistentVolumeClaim": {"type": "object", "properties": {"claimName": {"type": "string"}}, "required": ["claimName"]}}, "required": ["name", "persistentVolumeClaim"]}}, "containers": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "image": {"type": "string"}, "volumeMounts": {"type": "array", "items": {"type": "object", "properties": {"mountPath": {"type": "string"}, "name": {"type": "string"}, "readOnly": {"type": "boolean"}}, "required": ["mountPath", "name", "readOnly"]}}, "env": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "string"}}, "required": ["name", "value"]}}}, "required": ["name", "image", "volumeMounts", "env"]}}, "restartPolicy": {"type": "string"}}, "required": ["volumes", "containers", "restartPolicy"]}}, "required": ["metadata", "spec"]}}, "required": ["selector", "template"]}}, "required": ["apiVersion", "kind", "metadata", "spec"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01013824": {"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": ["E01013824"]}, "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" : {"E01013824" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00069736", "LAD11CD" : "E06000018"}, "arcs" : [[0, 1, 2, 3]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00069737", "LAD11CD" : "E06000018"}, "arcs" : [[4, -1, 5]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00069738", "LAD11CD" : "E06000018"}, "arcs" : [[6, 7, -5]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00069740", "LAD11CD" : "E06000018"}, "arcs" : [[8, 9, -3]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00069742", "LAD11CD" : "E06000018"}, "arcs" : [[10, -9, -2, -8]]}]}}, "arcs" : [[[4464, 6566], [10, -1041]], [[4474, 5525], [-863, 1], [-827, -999]], [[2784, 4527], [-1342, 242], [389, 4350]], [[1831, 9119], [842, 880], [544, -889], [1247, -2544]], [[9398, 3073], [-4924, 2452]], [[4464, 6566], [466, 534], [-293, 1294], [473, 687], [836, -2532], [1216, -675], [1766, 93], [176, -1987], [568, 111], [-274, -1018]], [[9398, 3073], [-490, -716], [1091, -1349], [-447, -685], [-746, 532], [-775, -537], [-1539, 1018]], [[6492, 1336], [-422, 2306], [-1582, 989], [-14, 894]], [[2784, 4527], [305, -1780], [691, -184], [443, -1085], [1769, -80]], [[5992, 1398], [-89, -1398], [-3520, 1587], [-698, 410], [-158, 1023], [-1527, 722], [279, 1324], [807, 652], [74, 1887], [671, 1514]], [[6492, 1336], [-500, 62]]], "transform" : {"scale" : [1.097366891438431e-06, 4.522950558965721e-07], "translate" : [-1.210911156124942, 52.97213741029938]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01013824": {"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": ["E01013824"]}, "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#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userId" : 86223, "cartId" : "2fd05e47-84e2-46cc-a84e-7532a5d32735", "preferredProducts" : [522, 4035, 4057, 7, 3464], "productReviews" : [{"productId" : 2259, "reviewText" : "My neighbor Julisa has one of these. She works as a bartender and she says it looks crooked.", "reviewDate" : "2018-05-24T10:35:25.0227427+03:00"}, {"productId" : 2510, "reviewText" : "My chicken loves to play with it.", "reviewDate" : "2019-04-17T13:19:28.3620835+03:00"}]}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$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": {"agent_version": {"type": "string"}, "integration": {"type": "string"}, "check": {"type": "string"}, "statuses": {"type": "array", "items": {"type": "string"}}, "groups": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "description": {"type": "string"}}, "required": ["agent_version", "integration", "check", "statuses", "groups", "name", "description"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"agent_version" : "5.0.0", "integration" : "elasticsearch", "check" : "elasticsearch.cluster_health", "statuses" : ["ok", "warning", "critical"], "groups" : ["host", "port"], "name" : "Sant\u00e9 du cluster", "description" : "Renvoie le `status` de [l'API Cluster Health d'Elasticsearch](http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/cluster-health.html). Des informations suppl\u00e9mentaires sur l'\u00e9tat des shard au moment de la collecte de donn\u00e9es sont incluses dans le message du check."}, {"agent_version" : "5.1.0", "integration" : "elasticsearch", "check" : "elasticsearch.can_connect", "statuses" : ["ok", "critical"], "groups" : ["host", "port"], "name" : "Peut se connecter", "description" : "Renvoie `CRITICAL` si l'Agent n'est pas capable de se connecter a l'instance Elasticsearch qu'il monitor. Sinon renvoie `OK`."}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"agent_version": {"type": "string"}, "integration": {"type": "string"}, "check": {"type": "string"}, "statuses": {"type": "array", "items": {"type": "string"}}, "groups": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "description": {"type": "string"}}, "required": ["agent_version", "integration", "check", "statuses", "groups", "name", "description"]}, "$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": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"planning-permission-date": {"type": "string"}, "maximum-net-dwellings": {"type": "string"}, "notes": {"type": "string"}, "site-address": {"type": "string"}, "deliverable": {"type": "string"}, "minimum-net-dwellings": {"type": "string"}, "planning-permission-type": {"type": "string"}, "hectares": {"type": "string"}, "name": {"type": "string"}, "point": {"type": "string"}, "site": {"type": "string"}, "start-date": {"type": "string"}, "organisation": {"type": "string"}, "planning-permission-status": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}}, "required": ["planning-permission-date", "maximum-net-dwellings", "notes", "site-address", "deliverable", "minimum-net-dwellings", "planning-permission-type", "hectares", "name", "point", "site", "start-date", "organisation", "planning-permission-status", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-0.067696, 51.471978]}, "properties" : {"planning-permission-date" : "2016-07-14", "maximum-net-dwellings" : "0", "notes" : "Conversion of an existing single dwelling into x3 flats facilitated by rear and side single storey ground floor extensions and rear dormer extension.", "site-address" : "26 Hanover Park SE15 5HS", "deliverable" : "yes", "minimum-net-dwellings" : "0", "planning-permission-type" : "full planning permission", "hectares" : "0.02", "name" : "16-AP-1958", "point" : "POINT(-0.067696 51.471978)", "site" : "16-AP-1958", "start-date" : "2017-12-20", "organisation" : "local-authority-eng:SWK", "planning-permission-status" : "permissioned", "slug" : "/brownfield-land/local-authority-eng/SWK/16-AP-1958", "entity" : 495627, "entry-date" : "2017-12-20"}}
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": {"planning-permission-date": {"type": "string"}, "maximum-net-dwellings": {"type": "string"}, "notes": {"type": "string"}, "site-address": {"type": "string"}, "deliverable": {"type": "string"}, "minimum-net-dwellings": {"type": "string"}, "planning-permission-type": {"type": "string"}, "hectares": {"type": "string"}, "name": {"type": "string"}, "point": {"type": "string"}, "site": {"type": "string"}, "start-date": {"type": "string"}, "organisation": {"type": "string"}, "planning-permission-status": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}}, "required": ["planning-permission-date", "maximum-net-dwellings", "notes", "site-address", "deliverable", "minimum-net-dwellings", "planning-permission-type", "hectares", "name", "point", "site", "start-date", "organisation", "planning-permission-status", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"class": {"type": "object", "properties": {"new": {"type": "string"}}, "required": ["new"]}, "instance": {"type": "object", "properties": {"doFullRepaint": {"type": "string"}, "invalidRectsFullBounds:": {"type": "string"}, "recordInvalidRect:": {"type": "string"}, "reset": {"type": "string"}, "updateIsNeeded": {"type": "string"}}, "required": ["doFullRepaint", "invalidRectsFullBounds:", "recordInvalidRect:", "reset", "updateIsNeeded"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"class" : {"new" : ""}, "instance" : {"doFullRepaint" : "", "invalidRectsFullBounds:" : "StephaneDucasse 2/7/2011 22:25", "recordInvalidRect:" : "MarcusDenker 9/26/2014 15:02", "reset" : "sma 6/5/2000 11:55", "updateIsNeeded" : "dgd 2/22/2003 14:43"}}
json_instruct
{"type": "object", "properties": {"class": {"type": "object", "properties": {"new": {"type": "string"}}, "required": ["new"]}, "instance": {"type": "object", "properties": {"doFullRepaint": {"type": "string"}, "invalidRectsFullBounds:": {"type": "string"}, "recordInvalidRect:": {"type": "string"}, "reset": {"type": "string"}, "updateIsNeeded": {"type": "string"}}, "required": ["doFullRepaint", "invalidRectsFullBounds:", "recordInvalidRect:", "reset", "updateIsNeeded"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"description": {"type": "string"}, "duration": {"type": "integer"}, "id": {"type": "string"}, "publishedAt": {"type": "integer"}, "ranking": {"type": "object", "properties": {"likes": {"type": "integer"}, "views": {"type": "integer"}}, "required": ["likes", "views"]}, "thumbnails": {"type": "object", "properties": {"huge": {"type": "string"}, "large": {"type": "string"}, "medium": {"type": "string"}, "small": {"type": "string"}, "tiny": {"type": "string"}}, "required": ["huge", "large", "medium", "small", "tiny"]}, "title": {"type": "string"}}, "required": ["description", "duration", "id", "publishedAt", "ranking", "thumbnails", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"description" : "Netlify recently opened the build layer, making it possible to add custom functionality to your builds with community-contributed plugins. Meet a few of the community members who built and shared some of the first plugins available. You\u2019ll learn about the plugins they built and see a live demo of how these plugins can improve site performance and lighten development work.", "duration" : 2336, "id" : "YYCCUfJ4ie0", "publishedAt" : 1592498451, "ranking" : {"likes" : 4, "views" : 403}, "thumbnails" : {"huge" : "https://i.ytimg.com/vi/YYCCUfJ4ie0/maxresdefault.jpg", "large" : "https://i.ytimg.com/vi/YYCCUfJ4ie0/sddefault.jpg", "medium" : "https://i.ytimg.com/vi/YYCCUfJ4ie0/hqdefault.jpg", "small" : "https://i.ytimg.com/vi/YYCCUfJ4ie0/mqdefault.jpg", "tiny" : "https://i.ytimg.com/vi/YYCCUfJ4ie0/default.jpg"}, "title" : "Topic Table: Meet the Builders of Build Plugins"}
json_instruct
{"type": "object", "properties": {"description": {"type": "string"}, "duration": {"type": "integer"}, "id": {"type": "string"}, "publishedAt": {"type": "integer"}, "ranking": {"type": "object", "properties": {"likes": {"type": "integer"}, "views": {"type": "integer"}}, "required": ["likes", "views"]}, "thumbnails": {"type": "object", "properties": {"huge": {"type": "string"}, "large": {"type": "string"}, "medium": {"type": "string"}, "small": {"type": "string"}, "tiny": {"type": "string"}}, "required": ["huge", "large", "medium", "small", "tiny"]}, "title": {"type": "string"}}, "required": ["description", "duration", "id", "publishedAt", "ranking", "thumbnails", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "heroku-postbuild": {"type": "string"}, "start": {"type": "string"}}, "required": ["dev", "build", "heroku-postbuild", "start"]}, "dependencies": {"type": "object", "properties": {"@zeit/next-sass": {"type": "string"}, "autoprefixer": {"type": "string"}, "format-currency": {"type": "string"}, "next": {"type": "string"}, "node-sass": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-redux": {"type": "string"}, "redux": {"type": "string"}, "redux-devtools-extension": {"type": "string"}, "redux-thunk": {"type": "string"}}, "required": ["@zeit/next-sass", "autoprefixer", "format-currency", "next", "node-sass", "react", "react-dom", "react-redux", "redux", "redux-devtools-extension", "redux-thunk"]}}, "required": ["name", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "basic-product-screen-react", "scripts" : {"dev" : "next", "build" : "./node_modules/next/dist/bin/next build", "heroku-postbuild" : "npm run build", "start" : "./node_modules/next/dist/bin/next start -p $PORT"}, "dependencies" : {"@zeit/next-sass" : "^1.0.1", "autoprefixer" : "^9.4.7", "format-currency" : "^1.0.0", "next" : "^7.0.2", "node-sass" : "^4.11.0", "react" : "^16.8.1", "react-dom" : "^16.8.1", "react-redux" : "^6.0.0", "redux" : "^4.0.1", "redux-devtools-extension" : "^2.13.8", "redux-thunk" : "^2.3.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "heroku-postbuild": {"type": "string"}, "start": {"type": "string"}}, "required": ["dev", "build", "heroku-postbuild", "start"]}, "dependencies": {"type": "object", "properties": {"@zeit/next-sass": {"type": "string"}, "autoprefixer": {"type": "string"}, "format-currency": {"type": "string"}, "next": {"type": "string"}, "node-sass": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-redux": {"type": "string"}, "redux": {"type": "string"}, "redux-devtools-extension": {"type": "string"}, "redux-thunk": {"type": "string"}}, "required": ["@zeit/next-sass", "autoprefixer", "format-currency", "next", "node-sass", "react", "react-dom", "react-redux", "redux", "redux-devtools-extension", "redux-thunk"]}}, "required": ["name", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"code": {"type": "string"}, "fieldcode": {"type": "string"}, "description": {"type": "string"}, "groupcode": {"type": "string"}, "@context": {"type": "string"}, "descriptionFull": {"type": "string"}}, "required": ["code", "fieldcode", "description", "groupcode", "@context", "descriptionFull"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : "29.060", "fieldcode" : "29", "description" : "Electrical wires and cables", "groupcode" : "060", "@context" : "https://isoics.org/jsonld/group.jsonld", "descriptionFull" : "Electrical engineering. Electrical wires and cables."}
json_instruct
{"type": "object", "properties": {"code": {"type": "string"}, "fieldcode": {"type": "string"}, "description": {"type": "string"}, "groupcode": {"type": "string"}, "@context": {"type": "string"}, "descriptionFull": {"type": "string"}}, "required": ["code", "fieldcode", "description", "groupcode", "@context", "descriptionFull"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"json_provider": {"type": "object", "properties": {"top_level": {"type": "string"}}, "required": ["top_level"]}}, "required": ["json_provider"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"json_provider" : {"top_level" : "top level!"}}
json_instruct
{"type": "object", "properties": {"json_provider": {"type": "object", "properties": {"top_level": {"type": "string"}}, "required": ["top_level"]}}, "required": ["json_provider"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"variants" : {"" : {"model" : "chipped:block/green_wool_3"}}}
json_instruct
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"metadata": {"type": "object", "properties": {"duration": {"type": "integer"}, "title": {"type": "string"}}, "required": ["duration", "title"]}, "streams": {"type": "array", "items": {"type": "object", "properties": {"sources": {"type": "object", "properties": {"hls": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "mimetype": {"type": "string"}, "isLiveStream": {"type": "boolean"}}, "required": ["src", "mimetype", "isLiveStream"]}}}, "required": ["hls"]}, "preview": {"type": "string"}, "content": {"type": "string"}}, "required": ["sources", "preview", "content"]}}, "frameList": {"type": "array", "items": {}}}, "required": ["metadata", "streams", "frameList"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"metadata" : {"duration" : 887, "title" : "HLS live streaming demo"}, "streams" : [{"sources" : {"hls" : [{"src" : "https://streaming.upv.es/test-media/smil:soloUnaResolucion.smil/playlist.m3u8", "mimetype" : "video/mp4", "isLiveStream" : true}]}, "preview" : "", "content" : "presenter"}], "frameList" : []}
json_instruct
{"type": "object", "properties": {"metadata": {"type": "object", "properties": {"duration": {"type": "integer"}, "title": {"type": "string"}}, "required": ["duration", "title"]}, "streams": {"type": "array", "items": {"type": "object", "properties": {"sources": {"type": "object", "properties": {"hls": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "mimetype": {"type": "string"}, "isLiveStream": {"type": "boolean"}}, "required": ["src", "mimetype", "isLiveStream"]}}}, "required": ["hls"]}, "preview": {"type": "string"}, "content": {"type": "string"}}, "required": ["sources", "preview", "content"]}}, "frameList": {"type": "array", "items": {}}}, "required": ["metadata", "streams", "frameList"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "name": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "main": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "_npmUser": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "_id": {"type": "string"}, "_engineSupported": {"type": "boolean"}, "_npmVersion": {"type": "string"}, "_nodeVersion": {"type": "string"}, "_defaultsLoaded": {"type": "boolean"}, "dist": {"type": "object", "properties": {"shasum": {"type": "string"}, "tarball": {"type": "string"}}, "required": ["shasum", "tarball"]}, "maintainers": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "directories": {"type": "object", "properties": {}, "required": []}, "_shasum": {"type": "string"}, "_from": {"type": "string"}, "_resolved": {"type": "string"}}, "required": ["author", "name", "tags", "description", "version", "homepage", "repository", "main", "engines", "dependencies", "devDependencies", "_npmUser", "_id", "_engineSupported", "_npmVersion", "_nodeVersion", "_defaultsLoaded", "dist", "maintainers", "directories", "_shasum", "_from", "_resolved"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"author" : {"name" : "Jeff Guo", "email" : "[email protected]"}, "name" : "cryptojs", "tags" : ["Hash", "MD5", "SHA1", "SHA-1", "SHA256", "SHA-256", "RC4", "Rabbit", "AES", "DES", "PBKDF2", "HMAC", "OFB", "CFB", "CTR", "CBC", "Base64"], "description" : "Following googlecode project crypto-js, provide standard and secure cryptographic algorithms for NodeJS. Support MD5, SHA-1, SHA-256, RC4, Rabbit, AES, DES, PBKDF2, HMAC, OFB, CFB, CTR, CBC, Base64", "version" : "2.5.3", "homepage" : "https://github.com/gwjjeff/cryptojs", "repository" : {"type" : "git", "url" : "git://github.com/gwjjeff/cryptojs.git"}, "main" : "cryptojs.js", "engines" : {"node" : "*"}, "dependencies" : {}, "devDependencies" : {}, "_npmUser" : {"name" : "gwjjeff", "email" : "[email protected]"}, "_id" : "[email protected]", "_engineSupported" : true, "_npmVersion" : "1.1.0-beta-10", "_nodeVersion" : "v0.6.7", "_defaultsLoaded" : true, "dist" : {"shasum" : "909547ecf15bac456e275459b39f2ef45d7fcbb9", "tarball" : "http://registry.npmjs.org/cryptojs/-/cryptojs-2.5.3.tgz"}, "maintainers" : [{"name" : "gwjjeff", "email" : "[email protected]"}], "directories" : {}, "_shasum" : "909547ecf15bac456e275459b39f2ef45d7fcbb9", "_from" : "cryptojs@", "_resolved" : "https://registry.npmjs.org/cryptojs/-/cryptojs-2.5.3.tgz"}
json_instruct
{"type": "object", "properties": {"author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "name": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "main": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "_npmUser": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "_id": {"type": "string"}, "_engineSupported": {"type": "boolean"}, "_npmVersion": {"type": "string"}, "_nodeVersion": {"type": "string"}, "_defaultsLoaded": {"type": "boolean"}, "dist": {"type": "object", "properties": {"shasum": {"type": "string"}, "tarball": {"type": "string"}}, "required": ["shasum", "tarball"]}, "maintainers": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "directories": {"type": "object", "properties": {}, "required": []}, "_shasum": {"type": "string"}, "_from": {"type": "string"}, "_resolved": {"type": "string"}}, "required": ["author", "name", "tags", "description", "version", "homepage", "repository", "main", "engines", "dependencies", "devDependencies", "_npmUser", "_id", "_engineSupported", "_npmVersion", "_nodeVersion", "_defaultsLoaded", "dist", "maintainers", "directories", "_shasum", "_from", "_resolved"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"LavaSurfing": {"type": "array", "items": {"type": "string"}}}, "required": ["LavaSurfing"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"LavaSurfing" : ["ExactlyWhatItSaysOnTheTin", "Pun", "LethalLavaLand", "ChekhovsVolcano", "MagmaMan", "ImplausibleBoardingSkills", "ClimacticVolcanoBackdrop", "ConvectionSchmonvection", "LavaIsBoilingKoolAid", "RideTheLightning", "GrandFinale", "PlayingWithFire", "BattleAura", "LethalLavaLand", "LethalLavaLand", "DeflectorShields", "RingWorldPlanet", "BigBad", "EasterEgg", "RequiredSecondaryPowers", "RequiredSecondaryPowers", "Mook", "WhatDoYouMeanItWasntMadeOnDrugs", "ConvectionSchmonvection", "ShieldSurf", "UpToEleven", "ExactlyWhatItSaysOnTheTin", "LampshadeHanging"]}
json_instruct
{"type": "object", "properties": {"LavaSurfing": {"type": "array", "items": {"type": "string"}}}, "required": ["LavaSurfing"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "brand_id": {"type": "string"}, "series_id": {"type": "string"}, "value": {"type": "string"}, "nameL": {"type": "string"}, "price": {"type": "string"}, "year": {"type": "string"}, "max_year": {"type": "string"}, "min_year": {"type": "string"}}, "required": ["key", "brand_id", "series_id", "value", "nameL", "price", "year", "max_year", "min_year"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"key" : "14117", "brand_id" : "104", "series_id" : "1020", "value" : "2008\u6b3e 1.4L MT CNG", "nameL" : "2008\u6b3e \u9510\u6b27 1.4L MT CNG", "price" : "7.18", "year" : "2008", "max_year" : "2012", "min_year" : "2008"}, {"key" : "14118", "brand_id" : "104", "series_id" : "1020", "value" : "2007\u6b3e 1.4 GL M/T", "nameL" : "2007\u6b3e \u9510\u6b27 1.4 GL M/T", "price" : "6.98", "year" : "2007", "max_year" : "2011", "min_year" : "2006"}, {"key" : "14119", "brand_id" : "104", "series_id" : "1020", "value" : "2007\u6b3e 1.4 GLS M/T", "nameL" : "2007\u6b3e \u9510\u6b27 1.4 GLS M/T", "price" : "7.78", "year" : "2007", "max_year" : "2011", "min_year" : "2007"}, {"key" : "14120", "brand_id" : "104", "series_id" : "1020", "value" : "2007\u6b3e 1.4 GLS A/T", "nameL" : "2007\u6b3e \u9510\u6b27 1.4 GLS A/T", "price" : "8.48", "year" : "2007", "max_year" : "2011", "min_year" : "2006"}, {"key" : "14121", "brand_id" : "104", "series_id" : "1020", "value" : "2007\u6b3e 1.6 GLS M/T", "nameL" : "2007\u6b3e \u9510\u6b27 1.6 GLS M/T", "price" : "9.18", "year" : "2007", "max_year" : "2011", "min_year" : "2006"}, {"key" : "14122", "brand_id" : "104", "series_id" : "1020", "value" : "2007\u6b3e 1.6 GLS A/T", "nameL" : "2007\u6b3e \u9510\u6b27 1.6 GLS A/T", "price" : "10.48", "year" : "2007", "max_year" : "2011", "min_year" : "2006"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "brand_id": {"type": "string"}, "series_id": {"type": "string"}, "value": {"type": "string"}, "nameL": {"type": "string"}, "price": {"type": "string"}, "year": {"type": "string"}, "max_year": {"type": "string"}, "min_year": {"type": "string"}}, "required": ["key", "brand_id", "series_id", "value", "nameL", "price", "year", "max_year", "min_year"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "spec_version": {"type": "string"}, "objects": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "created": {"type": "string"}, "modified": {"type": "string"}, "relationship_type": {"type": "string"}, "source_ref": {"type": "string"}, "target_ref": {"type": "string"}}, "required": ["type", "id", "created", "modified", "relationship_type", "source_ref", "target_ref"]}}}, "required": ["type", "id", "spec_version", "objects"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "bundle", "id" : "bundle--870f79e3-18e5-4a30-885f-fd9e90d9bf13", "spec_version" : "2.0", "objects" : [{"type" : "relationship", "id" : "relationship--bf0a0418-c17b-4b10-991d-c8eb55e21ab2", "created" : "2019-12-08T02:27:58.373Z", "modified" : "2019-12-08T02:27:58.373Z", "relationship_type" : "uses", "source_ref" : "campaign--35a2cc8a-3a6f-496f-9c6c-1fdf9d610008", "target_ref" : "attack-pattern--1d3041c9-1b9f-48f0-9e2b-4e5ed5910e07"}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "spec_version": {"type": "string"}, "objects": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "created": {"type": "string"}, "modified": {"type": "string"}, "relationship_type": {"type": "string"}, "source_ref": {"type": "string"}, "target_ref": {"type": "string"}}, "required": ["type", "id", "created", "modified", "relationship_type", "source_ref", "target_ref"]}}}, "required": ["type", "id", "spec_version", "objects"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}}, "required": ["name", "tags", "authors", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Archer's Silhouette", "tags" : ["archer", "silhouette", ""], "authors" : [""], "license" : "CC0 1.0 Universal"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}}, "required": ["name", "tags", "authors", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "score": {"type": "string"}}, "required": ["type", "score"]}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {"type": "string"}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"schema_version" : "1.2.0", "id" : "GHSA-jxp3-8j73-7x4p", "modified" : "2022-05-13T01:38:22Z", "published" : "2022-05-13T01:38:22Z", "aliases" : ["CVE-2017-10614"], "details" : "A vulnerability in telnetd service on Junos OS allows a remote attacker to cause a limited memory and/or CPU consumption denial of service attack. This issue was found during internal product security testing. Affected releases are Juniper Networks Junos OS 12.1X46 prior to 12.1X46-D45; 12.3X48 prior to 12.3X48-D30; 14.1 prior to 14.1R4-S9, 14.1R8; 14.2 prior to 14.2R6; 15.1 prior to 15.1F5, 15.1R3; 15.1X49 prior to 15.1X49-D40; 15.1X53 prior to 15.1X53-D232, 15.1X53-D47.", "severity" : [{"type" : "CVSS_V3", "score" : "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"}], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2017-10614"}, {"type" : "WEB", "url" : "https://kb.juniper.net/JSA10817"}], "database_specific" : {"cwe_ids" : ["CWE-400"], "severity" : "HIGH", "github_reviewed" : false}}
json_instruct
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "score": {"type": "string"}}, "required": ["type", "score"]}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {"type": "string"}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"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" : "120\u53d15.45x39 PS gs\u5f39\u836f\u5305", "ShortName" : "PS gs", "Description" : "\u4e00\u5305120\u53d1\u7684\u9632\u6c34\u5305\u88c55.45x39 PS gs\u5b50\u5f39\u3002"}
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#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"sentences": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "object", "properties": {"content": {"type": "string"}, "beginOffset": {"type": "integer"}}, "required": ["content", "beginOffset"]}, "sentiment": {"type": "object", "properties": {"magnitude": {"type": "integer"}, "score": {"type": "integer"}}, "required": ["magnitude", "score"]}}, "required": ["text", "sentiment"]}}, "tokens": {"type": "array", "items": {}}, "entities": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "metadata": {"type": "object", "properties": {}, "required": []}, "salience": {"type": "number"}, "mentions": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "object", "properties": {"content": {"type": "string"}, "beginOffset": {"type": "integer"}}, "required": ["content", "beginOffset"]}, "type": {"type": "string"}}, "required": ["text", "type"]}}}, "required": ["name", "type", "metadata", "salience", "mentions"]}}, "documentSentiment": {"type": "object", "properties": {"magnitude": {"type": "integer"}, "score": {"type": "integer"}}, "required": ["magnitude", "score"]}, "language": {"type": "string"}, "categories": {"type": "array", "items": {}}}, "required": ["sentences", "tokens", "entities", "documentSentiment", "language", "categories"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"sentences" : [{"text" : {"content" : "Have really no time to take care anymore.", "beginOffset" : -1}, "sentiment" : {"magnitude" : 0, "score" : 0}}, {"text" : {"content" : "Know to pee and poo on the grass if bring her out at the correct time.", "beginOffset" : -1}, "sentiment" : {"magnitude" : 0, "score" : 0}}], "tokens" : [], "entities" : [{"name" : "care", "type" : "OTHER", "metadata" : {}, "salience" : 0.6169229, "mentions" : [{"text" : {"content" : "care", "beginOffset" : -1}, "type" : "COMMON"}]}, {"name" : "poo", "type" : "OTHER", "metadata" : {}, "salience" : 0.19937645, "mentions" : [{"text" : {"content" : "poo", "beginOffset" : -1}, "type" : "COMMON"}]}, {"name" : "grass", "type" : "OTHER", "metadata" : {}, "salience" : 0.18370065, "mentions" : [{"text" : {"content" : "grass", "beginOffset" : -1}, "type" : "COMMON"}]}], "documentSentiment" : {"magnitude" : 0, "score" : 0}, "language" : "en", "categories" : []}
json_instruct
{"type": "object", "properties": {"sentences": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "object", "properties": {"content": {"type": "string"}, "beginOffset": {"type": "integer"}}, "required": ["content", "beginOffset"]}, "sentiment": {"type": "object", "properties": {"magnitude": {"type": "integer"}, "score": {"type": "integer"}}, "required": ["magnitude", "score"]}}, "required": ["text", "sentiment"]}}, "tokens": {"type": "array", "items": {}}, "entities": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "metadata": {"type": "object", "properties": {}, "required": []}, "salience": {"type": "number"}, "mentions": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "object", "properties": {"content": {"type": "string"}, "beginOffset": {"type": "integer"}}, "required": ["content", "beginOffset"]}, "type": {"type": "string"}}, "required": ["text", "type"]}}}, "required": ["name", "type", "metadata", "salience", "mentions"]}}, "documentSentiment": {"type": "object", "properties": {"magnitude": {"type": "integer"}, "score": {"type": "integer"}}, "required": ["magnitude", "score"]}, "language": {"type": "string"}, "categories": {"type": "array", "items": {}}}, "required": ["sentences", "tokens", "entities", "documentSentiment", "language", "categories"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"lang": {"type": "object", "properties": {"en": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}}, "required": ["title", "description"]}}, "required": ["en"]}, "hunt": {"type": "object", "properties": {"minecraft:enderman": {"type": "integer"}}, "required": ["minecraft:enderman"]}, "rewards": {"type": "object", "properties": {"items": {"type": "object", "properties": {"minecraft:emerald": {"type": "integer"}, "minecraft:diamond_chestplate[enchanted] | minecraft:diamond_sword[enchanted]": {"type": "integer"}, "StoneCircleTotem": {"type": "integer"}}, "required": ["minecraft:emerald", "minecraft:diamond_chestplate[enchanted] | minecraft:diamond_sword[enchanted]", "StoneCircleTotem"]}, "xp": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}}, "required": ["items", "xp"]}}, "required": ["lang", "hunt", "rewards"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"lang" : {"en" : {"title" : "Ender Purge", "description" : "Find and kill endermen."}}, "hunt" : {"minecraft:enderman" : 50}, "rewards" : {"items" : {"minecraft:emerald" : 4, "minecraft:diamond_chestplate[enchanted] | minecraft:diamond_sword[enchanted]" : 1, "StoneCircleTotem" : 1}, "xp" : {"count" : 120}}}
json_instruct
{"type": "object", "properties": {"lang": {"type": "object", "properties": {"en": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}}, "required": ["title", "description"]}}, "required": ["en"]}, "hunt": {"type": "object", "properties": {"minecraft:enderman": {"type": "integer"}}, "required": ["minecraft:enderman"]}, "rewards": {"type": "object", "properties": {"items": {"type": "object", "properties": {"minecraft:emerald": {"type": "integer"}, "minecraft:diamond_chestplate[enchanted] | minecraft:diamond_sword[enchanted]": {"type": "integer"}, "StoneCircleTotem": {"type": "integer"}}, "required": ["minecraft:emerald", "minecraft:diamond_chestplate[enchanted] | minecraft:diamond_sword[enchanted]", "StoneCircleTotem"]}, "xp": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}}, "required": ["items", "xp"]}}, "required": ["lang", "hunt", "rewards"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d33-94", "text" : "-2-\nNATIONAL ASSOCIATION OF EDUCATIONAL BROADCASTERS\nProposed Budget for July 1, 1954-June 30, 1955\nNAEB BUDGET SUMMARY\nSalaries and Wages $ 46,330.00\nSeminars, Travel, Research 15,500.00\nSupplies and Expenses 20,250.00\nAdministrative Charge (5% of Kellogg Grant) 2,525.00\nContingencies (general) 1.000.00\nTotal $ 85,605.00\nNAEB HEADQUARTERS (KELLOGG)\nSalaries and Wages $ 27,721.28\nSeminars, Travel, Research 15,200.00\nSupplies and Expenses 6,750.00\nAdministrative Charge {% of Kellogg Grant) 2,200.00\nContingencies (general) 500.00\nTotal $ 52,371.28\nNAEB NETWORK (NAEB & KELLOGG)\nSalaries and Wages $ 18,608.72\nTravel 300.00\nSupplies and Expenses 13,500.00\nAdministrative Charge (5% of Kellogg Grant) 325.00\nContingencies (general) 500.00\nTotal $ 33,233.72\nIncome\nHeadquarters\nKellogg\nOther Income (l)\n$ 44,000.00\n7.530.00 $ 51,530.00\nNetwork\nKellogg $ 6,500.00\nAssessment Fees (2) 29.075.00\nLess Anticipated Deficit from 1952-54\n^25,QQ\n$ 87,105.00\n.l.r.5,00rQP\n$ 85,605.00\n(1) From Materials and Services provided by Headquarters on a reimbursable basis.\n(2) Calculated as follows:\nClass A - 23 Stations @ $600.00\nClass B - 18 Stations @ 375.00\nClass C - 31 Stations @ 275.00\nIt was estimated that the increase in fees on July 1, 1954 would result in\nno decrease in Class A subscribers, a loss of three Class B stations, and a\nloss of six class C stations. The following table was used as a basis for\nthis estimate:\nClass\nActual\nOn Net\nNever\nDropped\nNumber\n4/1/54\nOn Net\nSince Fees\nA\n25\n23\n1\n1\nB\n27\n21\n2\n4\nC\n53\n37\n7\n9"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "names": {"type": "array", "items": {"type": "string"}}, "features": {"type": "array", "items": {"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": {"description": {"type": "string"}}, "required": ["description"]}}, "required": ["type", "geometry", "properties"]}}}, "required": ["type", "title", "id", "bbox", "description", "names", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "title" : "Theotimaion", "id" : "373905", "bbox" : [20.056569, 32.031418, 20.056569, 32.031418], "description" : "An ancient place, cited: BAtlas 38 B1 Theotimaion", "names" : ["Theotimaion"], "features" : [{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [20.056569, 32.031418]}, "properties" : {"description" : "representative point"}}, {"geometry" : {"type" : "Point", "coordinates" : [20.056569, 32.031418]}, "id" : "darmc-location-19752", "type" : "Feature", "properties" : {"description" : "1M scale point location", "location_precision" : "precise", "title" : "DARMC location 19752", "link" : "http://pleiades.stoa.org/places/373905/darmc-location-19752"}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "names": {"type": "array", "items": {"type": "string"}}, "features": {"type": "array", "items": {"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": {"description": {"type": "string"}}, "required": ["description"]}}, "required": ["type", "geometry", "properties"]}}}, "required": ["type", "title", "id", "bbox", "description", "names", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userId" : 38105, "cartId" : "773aab74-ca7e-4501-8b3b-4ebee0f0fe84", "preferredProducts" : [2451, 3928, 1375, 4658, 3863, 1183, 4438, 2037, 2450], "productReviews" : [{"productId" : 2097, "reviewText" : "My neighbor Isabela has one of these. She works as a taxidermist and she says it looks monochromatic.", "reviewDate" : "2019-09-23T20:57:32.1834268+03:00"}, {"productId" : 3767, "reviewText" : "My goldfinch loves to play with it.", "reviewDate" : "2016-12-04T10:37:07.929559+02:00"}, {"productId" : 3511, "reviewText" : "one of my hobbies is antique-shopping. and when i'm antique-shopping this works great.", "reviewDate" : "2019-12-10T08:09:56.5188048+02:00"}, {"productId" : 1681, "reviewText" : "heard about this on powerviolence radio, decided to give it a try.", "reviewDate" : "2017-11-22T23:13:44.121179+02:00"}, {"productId" : 488, "reviewText" : "I saw one of these in South Korea and I bought one.", "reviewDate" : "2016-10-25T15:19:23.9127226+03:00"}]}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "integer"}, "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-09-20T19:00:00Z", "Temp" : 23, "RelHum" : 40, "WindSpeed" : 8.2, "WindDir" : 330}
json_instruct
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "integer"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "audit": {"type": "null"}}, "required": ["id", "source", "verse_id", "verse_count", "reference", "title", "html", "audit"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 13931, "source" : "hcc", "verse_id" : 18162, "verse_count" : 1, "reference" : "27:10", "title" : "", "html" : " <p> <i>City. </i> Jerusalem, (Challoner) or more probably Babylon, of which he is going to speak. </p> ", "audit" : null}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "audit": {"type": "null"}}, "required": ["id", "source", "verse_id", "verse_count", "reference", "title", "html", "audit"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"skipLibCheck": {"type": "boolean"}, "outDir": {"type": "string"}, "lib": {"type": "array", "items": {"type": "string"}}}, "required": ["skipLibCheck", "outDir", "lib"]}, "include": {"type": "array", "items": {"type": "string"}}}, "required": ["compilerOptions", "include"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"compilerOptions" : {"skipLibCheck" : true, "outDir" : "./dist", "lib" : ["es2017", "es7", "dom", "dom.iterable", "scripthost", "es2017.object"]}, "include" : ["src"]}
json_instruct
{"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"skipLibCheck": {"type": "boolean"}, "outDir": {"type": "string"}, "lib": {"type": "array", "items": {"type": "string"}}}, "required": ["skipLibCheck", "outDir", "lib"]}, "include": {"type": "array", "items": {"type": "string"}}}, "required": ["compilerOptions", "include"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"registry": {"type": "string"}, "dependencies": {"type": "object", "properties": {"jquery": {"type": "string"}}, "required": ["jquery"]}}, "required": ["registry", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"registry" : "jspm", "dependencies" : {"jquery" : "*"}}
json_instruct
{"type": "object", "properties": {"registry": {"type": "string"}, "dependencies": {"type": "object", "properties": {"jquery": {"type": "string"}}, "required": ["jquery"]}}, "required": ["registry", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "03", "provinceId" : "51", "regencyId" : "05", "name" : "Klungkung"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"meta": {"type": "object", "properties": {"author": {"type": "string"}, "version": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["author", "version", "uuid"]}, "decks": {"type": "object", "properties": {"d1": {"type": "object", "properties": {"meta": {"type": "object", "properties": {"deck_name": {"type": "string"}, "next_card_id": {"type": "integer"}, "description": {"type": "string"}}, "required": ["deck_name", "next_card_id", "description"]}, "cards": {"type": "object", "properties": {"0": {"type": "object", "properties": {"q": {"type": "string"}, "a": {"type": "string"}}, "required": ["q", "a"]}}, "required": ["0"]}}, "required": ["meta", "cards"]}}, "required": ["d1"]}}, "required": ["meta", "decks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"meta" : {"author" : "Michael Spengler et al.", "version" : "0.0.1", "uuid" : ""}, "decks" : {"d1" : {"meta" : {"deck_name" : "Open Source Contributor Skills", "next_card_id" : 1, "description" : "Open Source Contributor Skills"}, "cards" : {"0" : {"q" : "Where can I get some information about the GitHub CLI?", "a" : "Just try it https://cli.github.com/"}}}}}
json_instruct
{"type": "object", "properties": {"meta": {"type": "object", "properties": {"author": {"type": "string"}, "version": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["author", "version", "uuid"]}, "decks": {"type": "object", "properties": {"d1": {"type": "object", "properties": {"meta": {"type": "object", "properties": {"deck_name": {"type": "string"}, "next_card_id": {"type": "integer"}, "description": {"type": "string"}}, "required": ["deck_name", "next_card_id", "description"]}, "cards": {"type": "object", "properties": {"0": {"type": "object", "properties": {"q": {"type": "string"}, "a": {"type": "string"}}, "required": ["q", "a"]}}, "required": ["0"]}}, "required": ["meta", "cards"]}}, "required": ["d1"]}}, "required": ["meta", "decks"], "$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"}, "main": {"type": "string"}, "homepage": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "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"]}, "dependencies": {"type": "object", "properties": {"moment": {"type": "string"}}, "required": ["moment"]}, "devDependencies": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "_id": {"type": "string"}, "_shasum": {"type": "string"}, "_from": {"type": "string"}}, "required": ["name", "version", "description", "main", "homepage", "scripts", "keywords", "author", "license", "repository", "bugs", "dependencies", "devDependencies", "engines", "_id", "_shasum", "_from"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "bob-validator", "version" : "1.4.4", "description" : "A library of validators", "main" : "index.js", "homepage" : "https://github.com/alexeybob/bob-validator.git", "scripts" : {"test" : "node test/validators.js"}, "keywords" : ["assert", "scheme", "schema", "constraints", "constraint", "validate", "validation", "validator"], "author" : {"name" : "Alexey Bob", "email" : "[email protected]"}, "license" : "MIT", "repository" : {"type" : "git", "url" : "https://github.com/alexeybob/bob-validator.git"}, "bugs" : {"url" : "https://github.com/alexeybob/bob-validator/issues"}, "dependencies" : {"moment" : ">=2.11.2"}, "devDependencies" : {"test" : ">=0.0.5"}, "engines" : {"node" : ">=4.0.0"}, "_id" : "[email protected]", "_shasum" : "877b4f9fd845b5573548b247aa6e8768fb62d33e", "_from" : "bob-validator@latest"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "homepage": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "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"]}, "dependencies": {"type": "object", "properties": {"moment": {"type": "string"}}, "required": ["moment"]}, "devDependencies": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "_id": {"type": "string"}, "_shasum": {"type": "string"}, "_from": {"type": "string"}}, "required": ["name", "version", "description", "main", "homepage", "scripts", "keywords", "author", "license", "repository", "bugs", "dependencies", "devDependencies", "engines", "_id", "_shasum", "_from"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "fal-lals", "definition" : "Gay ornaments; frippery; gewgaws. [Colloq.] Thackeray."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "filename": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "maintainers": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "web": {"type": "string"}}, "required": ["name", "email", "web"]}}, "repositories": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "npmName": {"type": "string"}, "npmFileMap": {"type": "array", "items": {"type": "object", "properties": {"basePath": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["basePath", "files"]}}}, "required": ["name", "filename", "version", "description", "homepage", "keywords", "maintainers", "repositories", "npmName", "npmFileMap"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "backbone.js", "filename" : "backbone-min.js", "version" : "1.1.2", "description" : "Backbone supplies structure to JavaScript-heavy applications by providing models with key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing application over a RESTful JSON interface.", "homepage" : "http://documentcloud.github.com/backbone/", "keywords" : ["collections", "models", "controllers", "events", "popular"], "maintainers" : [{"name" : "Jeremy Ashkenas", "email" : "[email protected]", "web" : "http://ashkenas.com/"}], "repositories" : [{"type" : "git", "url" : "https://github.com/documentcloud/backbone"}], "npmName" : "backbone", "npmFileMap" : [{"basePath" : "/", "files" : ["backbone.js", "backbone-min.js", "backbone-min.map"]}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "filename": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "maintainers": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "web": {"type": "string"}}, "required": ["name", "email", "web"]}}, "repositories": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "npmName": {"type": "string"}, "npmFileMap": {"type": "array", "items": {"type": "object", "properties": {"basePath": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["basePath", "files"]}}}, "required": ["name", "filename", "version", "description", "homepage", "keywords", "maintainers", "repositories", "npmName", "npmFileMap"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"already_configured": {"type": "string"}}, "required": ["already_configured"]}}, "required": ["abort"]}}, "required": ["config"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"config" : {"abort" : {"already_configured" : "Slu\u017eba u\u017e je nakonfigurovan\u00e1"}}}
json_instruct
{"type": "object", "properties": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"already_configured": {"type": "string"}}, "required": ["already_configured"]}}, "required": ["abort"]}}, "required": ["config"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"package" : "r-rcpptoml", "downloads" : 3100, "count" : 2884}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Time" : "2021-03-19T17:00:00Z", "Temp" : 16.8, "RelHum" : 63, "WindSpeed" : 4.2, "WindDir" : 329}
json_instruct
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : " Multivariable Calculus | The gradient and directional derivatives.\n\ndirectionol\\n[imath]\\mathbf{D}_{\\hat{\\mathbf{u}}} \\mathbf{f}=[/imath][imath]abla \\mathbf{f} \\cdot \\hat{\\mathbf{u}}[/imath]\\nderivative\n\n\n", "url" : "https://www.youtube.com/watch?v=p38hMzyZcmA"}
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"pages": {"type": "array", "items": {"type": "string"}}, "window": {"type": "object", "properties": {"backgroundTextStyle": {"type": "string"}, "backgroundColor": {"type": "string"}, "navigationBarBackgroundColor": {"type": "string"}, "navigationBarTitleText": {"type": "string"}, "navigationBarTextStyle": {"type": "string"}}, "required": ["backgroundTextStyle", "backgroundColor", "navigationBarBackgroundColor", "navigationBarTitleText", "navigationBarTextStyle"]}, "tabBar": {"type": "object", "properties": {"list": {"type": "array", "items": {"type": "object", "properties": {"pagePath": {"type": "string"}, "text": {"type": "string"}, "iconPath": {"type": "string"}, "selectedIconPath": {"type": "string"}}, "required": ["pagePath", "text", "iconPath", "selectedIconPath"]}}}, "required": ["list"]}, "networkTimeout": {"type": "object", "properties": {"request": {"type": "integer"}}, "required": ["request"]}}, "required": ["pages", "window", "tabBar", "networkTimeout"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"pages" : ["pages/gangUp/index", "pages/myPocket/index", "pages/gangUp/subscribe/index", "pages/integralRank/index", "pages/home/index"], "window" : {"backgroundTextStyle" : "dark", "backgroundColor" : "#efefef", "navigationBarBackgroundColor" : "#ffffff", "navigationBarTitleText" : "BigCGame", "navigationBarTextStyle" : "black"}, "tabBar" : {"list" : [{"pagePath" : "pages/integralRank/index", "text" : "RANK", "iconPath" : "common/img/rank.png", "selectedIconPath" : "common/img/rank-st.png"}, {"pagePath" : "pages/gangUp/index", "text" : "GAN!", "iconPath" : "common/img/gan.png", "selectedIconPath" : "common/img/gan-st.png"}, {"pagePath" : "pages/myPocket/index", "text" : "POCKET", "iconPath" : "common/img/pocket.png", "selectedIconPath" : "common/img/pocket-st.png"}]}, "networkTimeout" : {"request" : 10000}}
json_instruct
{"type": "object", "properties": {"pages": {"type": "array", "items": {"type": "string"}}, "window": {"type": "object", "properties": {"backgroundTextStyle": {"type": "string"}, "backgroundColor": {"type": "string"}, "navigationBarBackgroundColor": {"type": "string"}, "navigationBarTitleText": {"type": "string"}, "navigationBarTextStyle": {"type": "string"}}, "required": ["backgroundTextStyle", "backgroundColor", "navigationBarBackgroundColor", "navigationBarTitleText", "navigationBarTextStyle"]}, "tabBar": {"type": "object", "properties": {"list": {"type": "array", "items": {"type": "object", "properties": {"pagePath": {"type": "string"}, "text": {"type": "string"}, "iconPath": {"type": "string"}, "selectedIconPath": {"type": "string"}}, "required": ["pagePath", "text", "iconPath", "selectedIconPath"]}}}, "required": ["list"]}, "networkTimeout": {"type": "object", "properties": {"request": {"type": "integer"}}, "required": ["request"]}}, "required": ["pages", "window", "tabBar", "networkTimeout"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "prepublish": {"type": "string"}}, "required": ["test", "prepublish"]}, "devDependencies": {"type": "object", "properties": {"coffee-script": {"type": "string"}}, "required": ["coffee-script"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"meta-class": {"type": "string"}, "tosource": {"type": "string"}, "yang-parser": {"type": "string"}}, "required": ["meta-class", "tosource", "yang-parser"]}}, "required": ["name", "version", "description", "author", "main", "scripts", "devDependencies", "repository", "keywords", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "yang-compiler", "version" : "0.6.1", "description" : "A YANG module/compiler which parses text/json based input YANG schema into JS class hierarchy (among other things)", "author" : "Peter K Lee <[email protected]>", "main" : "lib/yang-compiler.js", "scripts" : {"test" : "mocha test", "prepublish" : "mkdir -p lib; coffee -o lib -c src"}, "devDependencies" : {"coffee-script" : ">=1.7"}, "repository" : {"type" : "git", "url" : "http://github.com/stormstack/yang-compiler"}, "keywords" : ["stormify", "stormstack", "data-storm", "yang-storm", "yang-compiler", "datastore", "datamodel", "model", "yang", "restconf", "yang-json"], "license" : "MIT", "bugs" : {"url" : "https://github.com/stormstack/yang-compiler/issues"}, "homepage" : "https://github.com/stormstack/yang-compiler", "dependencies" : {"meta-class" : "^0.4.1", "tosource" : "^0.1.3", "yang-parser" : "^0.1.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "prepublish": {"type": "string"}}, "required": ["test", "prepublish"]}, "devDependencies": {"type": "object", "properties": {"coffee-script": {"type": "string"}}, "required": ["coffee-script"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"meta-class": {"type": "string"}, "tosource": {"type": "string"}, "yang-parser": {"type": "string"}}, "required": ["meta-class", "tosource", "yang-parser"]}}, "required": ["name", "version", "description", "author", "main", "scripts", "devDependencies", "repository", "keywords", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"@odata.context": {"type": "string"}, "@odata.nextLink": {"type": "string"}, "value": {"type": "array", "items": {"type": "object", "properties": {"@odata.id": {"type": "string"}, "@odata.etag": {"type": "string"}, "@odata.editLink": {"type": "string"}, "UserName": {"type": "string"}, "FirstName": {"type": "string"}, "LastName": {"type": "string"}, "Emails": {"type": "array", "items": {"type": "string"}}, "AddressInfo": {"type": "array", "items": {"type": "object", "properties": {"Address": {"type": "string"}, "City": {"type": "object", "properties": {"CountryRegion": {"type": "string"}, "Name": {"type": "string"}, "Region": {"type": "string"}}, "required": ["CountryRegion", "Name", "Region"]}}, "required": ["Address", "City"]}}, "Gender": {"type": "string"}, "Concurrency": {"type": "integer"}}, "required": ["@odata.id", "@odata.etag", "@odata.editLink", "UserName", "FirstName", "LastName", "Emails", "AddressInfo", "Gender", "Concurrency"]}}}, "required": ["@odata.context", "@odata.nextLink", "value"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"@odata.context" : "serviceRoot/$metadata#People", "@odata.nextLink" : "serviceRoot/People?%24skiptoken=8", "value" : [{"@odata.id" : "serviceRoot/People('russellwhyte')", "@odata.etag" : "W08D1694BD49A0F11", "@odata.editLink" : "serviceRoot/People('russellwhyte')", "UserName" : "russellwhyte", "FirstName" : "Russell", "LastName" : "Whyte", "Emails" : ["[email protected]", "[email protected]"], "AddressInfo" : [{"Address" : "187 Suffolk Ln.", "City" : {"CountryRegion" : "United States", "Name" : "Boise", "Region" : "ID"}}], "Gender" : "Male", "Concurrency" : 635404796846280400}, {"@odata.id" : "serviceRoot/People('keithpinckney')", "@odata.etag" : "W08D1694BD49A0F11", "@odata.editLink" : "serviceRoot/People('keithpinckney')", "UserName" : "keithpinckney", "FirstName" : "Keith", "LastName" : "Pinckney", "Emails" : ["[email protected]", "[email protected]"], "AddressInfo" : [], "Gender" : "Male", "Concurrency" : 635404796846280400}]}
json_instruct
{"type": "object", "properties": {"@odata.context": {"type": "string"}, "@odata.nextLink": {"type": "string"}, "value": {"type": "array", "items": {"type": "object", "properties": {"@odata.id": {"type": "string"}, "@odata.etag": {"type": "string"}, "@odata.editLink": {"type": "string"}, "UserName": {"type": "string"}, "FirstName": {"type": "string"}, "LastName": {"type": "string"}, "Emails": {"type": "array", "items": {"type": "string"}}, "AddressInfo": {"type": "array", "items": {"type": "object", "properties": {"Address": {"type": "string"}, "City": {"type": "object", "properties": {"CountryRegion": {"type": "string"}, "Name": {"type": "string"}, "Region": {"type": "string"}}, "required": ["CountryRegion", "Name", "Region"]}}, "required": ["Address", "City"]}}, "Gender": {"type": "string"}, "Concurrency": {"type": "integer"}}, "required": ["@odata.id", "@odata.etag", "@odata.editLink", "UserName", "FirstName", "LastName", "Emails", "AddressInfo", "Gender", "Concurrency"]}}}, "required": ["@odata.context", "@odata.nextLink", "value"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"namaKab" : "PASURUAN", "originalFilename" : "Kelana Aprilianto jatim2.PNG", "namaPartai" : "Partai Hati Nurani Rakyat", "id" : 244713, "noUrut" : 1, "nama" : "H. KELANA APRILIANTO, SE", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KOTA BEKASI", "originalFilename" : "mochammad jatim 2.PNG", "namaPartai" : "Partai Hati Nurani Rakyat", "id" : 119177, "noUrut" : 2, "nama" : "MOCHAMMAD THORIQ, SE", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KOTA TANGERANG", "originalFilename" : "ayu putrianne jatim 2.PNG", "namaPartai" : "Partai Hati Nurani Rakyat", "id" : 259341, "noUrut" : 3, "nama" : "AYU PUTRIANNIE", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "KOTA TANGERANG", "originalFilename" : "13_4.PNG", "namaPartai" : "Partai Hati Nurani Rakyat", "id" : 302883, "noUrut" : 4, "nama" : "KHOMARIAH", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "JAKARTA PUSAT", "originalFilename" : "tegar yusuf nugraha putuhena jatim 2.PNG", "namaPartai" : "Partai Hati Nurani Rakyat", "id" : 147655, "noUrut" : 5, "nama" : "TEGAR YUSUF", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "JAKARTA PUSAT", "originalFilename" : "13_6.PNG", "namaPartai" : "Partai Hati Nurani Rakyat", "id" : 302817, "noUrut" : 6, "nama" : "AHMED ROY", "stringJenisKelamin" : "Laki-Laki"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"resources": {"type": "array", "items": {}}}, "required": ["resources"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"resources" : []}
json_instruct
{"type": "object", "properties": {"resources": {"type": "array", "items": {}}}, "required": ["resources"], "$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"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"Rex": {"type": "string"}}, "required": ["Rex"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "swift_version": {"type": "string"}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "source_files": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"SDWebImage": {"type": "array", "items": {}}}, "required": ["SDWebImage"]}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "platforms", "swift_version", "source", "source_files", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "CardSlidingView", "version" : "0.0.2", "summary" : "A similar sliding view like the one in Google News App.", "description" : "The sliding view can be used in cells of UITableView or UICollectionView.\nBe able to work as a single UIView as well.", "homepage" : "https://github.com/chunta/CardSlidingView", "license" : "MIT", "authors" : {"Rex" : "[email protected]"}, "platforms" : {"ios" : "10.0"}, "swift_version" : "4.2", "source" : {"git" : "https://github.com/chunta/CardSlidingView.git", "tag" : "0.0.2"}, "source_files" : ["CardSlidingView", "CardSlidingView/**/*.{h,swift,png}"], "dependencies" : {"SDWebImage" : []}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"Rex": {"type": "string"}}, "required": ["Rex"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "swift_version": {"type": "string"}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "source_files": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"SDWebImage": {"type": "array", "items": {}}}, "required": ["SDWebImage"]}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "platforms", "swift_version", "source", "source_files", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0xb725213a735ae34e1903d1971700dd7f0858f212", "tool" : "oyente", "start" : 1563764653.698743, "end" : 1563764657.381601, "duration" : 3.6828579902648926, "analysis" : []}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"success": {"type": "boolean"}, "response": {"type": "object", "properties": {"enabled": {"type": "boolean"}, "id": {"type": "string"}, "expandTimeout": {"type": "string"}, "disableExpandChatSound": {"type": "boolean"}, "disableNewMessagesSound": {"type": "boolean"}, "disableButtonTooltip": {"type": "boolean"}, "tooltipButtonText": {"type": "string"}}, "required": ["enabled", "id", "expandTimeout", "disableExpandChatSound", "disableNewMessagesSound", "disableButtonTooltip", "tooltipButtonText"]}}, "required": ["success", "response"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"success" : true, "response" : {"enabled" : true, "id" : "209402600", "expandTimeout" : "0", "disableExpandChatSound" : true, "disableNewMessagesSound" : false, "disableButtonTooltip" : false, "tooltipButtonText" : "\u0415\u0441\u0442\u044c \u0432\u043e\u043f\u0440\u043e\u0441?"}}
json_instruct
{"type": "object", "properties": {"success": {"type": "boolean"}, "response": {"type": "object", "properties": {"enabled": {"type": "boolean"}, "id": {"type": "string"}, "expandTimeout": {"type": "string"}, "disableExpandChatSound": {"type": "boolean"}, "disableNewMessagesSound": {"type": "boolean"}, "disableButtonTooltip": {"type": "boolean"}, "tooltipButtonText": {"type": "string"}}, "required": ["enabled", "id", "expandTimeout", "disableExpandChatSound", "disableNewMessagesSound", "disableButtonTooltip", "tooltipButtonText"]}}, "required": ["success", "response"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "typings": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}, "typecheck": {"type": "string"}}, "required": ["test", "build", "typecheck"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "@babel/preset-typescript": {"type": "string"}, "@types/jest": {"type": "string"}, "@typescript-eslint/eslint-plugin": {"type": "string"}, "@typescript-eslint/parser": {"type": "string"}, "babel-jest": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-standard": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "eslint-plugin-node": {"type": "string"}, "eslint-plugin-promise": {"type": "string"}, "jest": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@babel/core", "@babel/preset-env", "@babel/preset-typescript", "@types/jest", "@typescript-eslint/eslint-plugin", "@typescript-eslint/parser", "babel-jest", "eslint", "eslint-config-standard", "eslint-plugin-import", "eslint-plugin-node", "eslint-plugin-promise", "jest", "typescript"]}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "description", "main", "typings", "private", "scripts", "keywords", "repository", "author", "license", "devDependencies", "files"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@alehuo/coffee-ratio", "version" : "1.0.2", "description" : "Coffee ratio calculator", "main" : "dist/src/index.js", "typings" : "dist/src/index.d.ts", "private" : false, "scripts" : {"test" : "jest", "build" : "tsc -p tsconfig.json", "typecheck" : "tsc -p tsconfig.json --noEmit"}, "keywords" : ["coffee", "calculator"], "repository" : {"type" : "git", "url" : "https://github.com/alehuo/coffee-ratio"}, "author" : {"name" : "Aleksi Huotala", "email" : "[email protected]"}, "license" : "MIT", "devDependencies" : {"@babel/core" : "^7.12.3", "@babel/preset-env" : "^7.12.1", "@babel/preset-typescript" : "^7.12.1", "@types/jest" : "^26.0.15", "@typescript-eslint/eslint-plugin" : "^4.6.0", "@typescript-eslint/parser" : "^4.6.0", "babel-jest" : "^26.6.1", "eslint" : "^7.12.1", "eslint-config-standard" : "^16.0.1", "eslint-plugin-import" : "^2.22.1", "eslint-plugin-node" : "^11.1.0", "eslint-plugin-promise" : "^4.2.1", "jest" : "^26.6.1", "typescript" : "^4.0.5"}, "files" : ["dist/src/**"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "typings": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}, "typecheck": {"type": "string"}}, "required": ["test", "build", "typecheck"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "@babel/preset-typescript": {"type": "string"}, "@types/jest": {"type": "string"}, "@typescript-eslint/eslint-plugin": {"type": "string"}, "@typescript-eslint/parser": {"type": "string"}, "babel-jest": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-standard": {"type": "string"}, "eslint-plugin-import": {"type": "string"}, "eslint-plugin-node": {"type": "string"}, "eslint-plugin-promise": {"type": "string"}, "jest": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@babel/core", "@babel/preset-env", "@babel/preset-typescript", "@types/jest", "@typescript-eslint/eslint-plugin", "@typescript-eslint/parser", "babel-jest", "eslint", "eslint-config-standard", "eslint-plugin-import", "eslint-plugin-node", "eslint-plugin-promise", "jest", "typescript"]}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "description", "main", "typings", "private", "scripts", "keywords", "repository", "author", "license", "devDependencies", "files"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"success": {"type": "boolean"}, "code": {"type": "string"}, "data": {"type": "object", "properties": {"states": {"type": "null"}, "districts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "registeredUsers": {"type": "integer"}}, "required": ["name", "registeredUsers"]}}, "pincodes": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "registeredUsers": {"type": "integer"}}, "required": ["name", "registeredUsers"]}}}, "required": ["states", "districts", "pincodes"]}, "responseTimestamp": {"type": "integer"}}, "required": ["success", "code", "data", "responseTimestamp"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"success" : true, "code" : "SUCCESS", "data" : {"states" : null, "districts" : [{"name" : "indore", "registeredUsers" : 1524036}, {"name" : "bhopal", "registeredUsers" : 1162000}, {"name" : "gwalior", "registeredUsers" : 603096}, {"name" : "jabalpur", "registeredUsers" : 555235}, {"name" : "ujjain", "registeredUsers" : 436068}, {"name" : "sagar", "registeredUsers" : 368745}, {"name" : "dhar", "registeredUsers" : 346394}, {"name" : "rewa", "registeredUsers" : 343897}, {"name" : "chhindwara", "registeredUsers" : 336306}, {"name" : "satna", "registeredUsers" : 311884}], "pincodes" : [{"name" : "482002", "registeredUsers" : 173274}, {"name" : "452001", "registeredUsers" : 162767}, {"name" : "455001", "registeredUsers" : 155823}, {"name" : "452010", "registeredUsers" : 149318}, {"name" : "462001", "registeredUsers" : 127166}, {"name" : "457001", "registeredUsers" : 122974}, {"name" : "482001", "registeredUsers" : 119294}, {"name" : "480001", "registeredUsers" : 114237}, {"name" : "485001", "registeredUsers" : 107317}, {"name" : "452016", "registeredUsers" : 107084}]}, "responseTimestamp" : 1630501499173}
json_instruct
{"type": "object", "properties": {"success": {"type": "boolean"}, "code": {"type": "string"}, "data": {"type": "object", "properties": {"states": {"type": "null"}, "districts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "registeredUsers": {"type": "integer"}}, "required": ["name", "registeredUsers"]}}, "pincodes": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "registeredUsers": {"type": "integer"}}, "required": ["name", "registeredUsers"]}}}, "required": ["states", "districts", "pincodes"]}, "responseTimestamp": {"type": "integer"}}, "required": ["success", "code", "data", "responseTimestamp"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "email", "homepage"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "illuminate/notifications": {"type": "string"}, "thibaud-dauce/mattermost-php": {"type": "string"}}, "required": ["php", "illuminate/notifications", "thibaud-dauce/mattermost-php"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"ThibaudDauce\\Mattermost\\": {"type": "string"}}, "required": ["ThibaudDauce\\Mattermost\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "homepage", "license", "authors", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "thibaud-dauce/laravel-notifications-mattermost", "description" : "Send Laravel Notifications via Mattermost", "homepage" : "https://github.com/thibaud-dauce/laravel-notifications-mattermost", "license" : "MIT", "authors" : [{"name" : "Thibaud Dauce", "email" : "[email protected]", "homepage" : "https://www.formation-laravel.fr"}], "require" : {"php" : ">=5.6.4", "illuminate/notifications" : "^5.3|^6.0|^7.0|^8.0", "thibaud-dauce/mattermost-php" : "^1.0"}, "autoload" : {"psr-4" : {"ThibaudDauce\\Mattermost\\" : "src"}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "email", "homepage"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "illuminate/notifications": {"type": "string"}, "thibaud-dauce/mattermost-php": {"type": "string"}}, "required": ["php", "illuminate/notifications", "thibaud-dauce/mattermost-php"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"ThibaudDauce\\Mattermost\\": {"type": "string"}}, "required": ["ThibaudDauce\\Mattermost\\"]}}, "required": ["psr-4"]}}, "required": ["name", "description", "homepage", "license", "authors", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"<page title>": {"type": "string"}, "brand": {"type": "string"}, "bundled items": {"type": "string"}, "model": {"type": "string"}}, "required": ["<page title>", "brand", "bundled items", "model"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"<page title>" : "Contour 1080p Nflightcam Camera System Flight Cam | eBay", "brand" : "Contour, Inc", "bundled items" : "Case or Bag", "model" : "CONTOUR GPS"}
json_instruct
{"type": "object", "properties": {"<page title>": {"type": "string"}, "brand": {"type": "string"}, "bundled items": {"type": "string"}, "model": {"type": "string"}}, "required": ["<page title>", "brand", "bundled items", "model"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"guzzlehttp/guzzle": {"type": "string"}, "nesbot/carbon": {"type": "string"}, "ext-json": {"type": "string"}}, "required": ["guzzlehttp/guzzle", "nesbot/carbon", "ext-json"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Imdhemy\\AppStore\\": {"type": "string"}}, "required": ["Imdhemy\\AppStore\\"]}}, "required": ["psr-4"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Imdhemy\\AppStore\\Tests\\": {"type": "string"}}, "required": ["Imdhemy\\AppStore\\Tests\\"]}}, "required": ["psr-4"]}, "scripts": {"type": "object", "properties": {"psalm": {"type": "string"}, "psalm-info": {"type": "string"}, "format": {"type": "string"}}, "required": ["psalm", "psalm-info", "format"]}}, "required": ["name", "description", "authors", "require", "autoload", "autoload-dev", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "leehwui/appstore-iap", "description" : "PHP Appstore In-App Purchase implementation", "authors" : [{"name" : "leehwui", "email" : "[email protected]"}], "require" : {"guzzlehttp/guzzle" : "6.2.3", "nesbot/carbon" : "1.22.1", "ext-json" : "*"}, "autoload" : {"psr-4" : {"Imdhemy\\AppStore\\" : "src/"}}, "autoload-dev" : {"psr-4" : {"Imdhemy\\AppStore\\Tests\\" : "tests/"}}, "scripts" : {"psalm" : "vendor/bin/psalm", "psalm-info" : "vendor/bin/psalm --show-info=true", "format" : "vendor/bin/php-cs-fixer fix --allow-risky=yes"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"guzzlehttp/guzzle": {"type": "string"}, "nesbot/carbon": {"type": "string"}, "ext-json": {"type": "string"}}, "required": ["guzzlehttp/guzzle", "nesbot/carbon", "ext-json"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Imdhemy\\AppStore\\": {"type": "string"}}, "required": ["Imdhemy\\AppStore\\"]}}, "required": ["psr-4"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Imdhemy\\AppStore\\Tests\\": {"type": "string"}}, "required": ["Imdhemy\\AppStore\\Tests\\"]}}, "required": ["psr-4"]}, "scripts": {"type": "object", "properties": {"psalm": {"type": "string"}, "psalm-info": {"type": "string"}, "format": {"type": "string"}}, "required": ["psalm", "psalm-info", "format"]}}, "required": ["name", "description", "authors", "require", "autoload", "autoload-dev", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "result": {"type": "object", "properties": {"item": {"type": "string"}, "count": {"type": "integer"}}, "required": ["item", "count"]}}, "required": ["type", "ingredients", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "minecraft:crafting_shapeless", "ingredients" : [{"item" : "techreborn:nickel_dust"}], "result" : {"item" : "techreborn:nickel_small_dust", "count" : 4}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "result": {"type": "object", "properties": {"item": {"type": "string"}, "count": {"type": "integer"}}, "required": ["item", "count"]}}, "required": ["type", "ingredients", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"Office Depot": {"type": "object", "properties": {"domain": {"type": "string"}, "url": {"type": "string"}, "contact": {"type": "object", "properties": {"facebook": {"type": "string"}, "twitter": {"type": "string"}}, "required": ["facebook", "twitter"]}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["domain", "url", "contact", "keywords"]}}, "required": ["Office Depot"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Office Depot" : {"domain" : "officedepot.com", "url" : "https://www.officedepot.com", "contact" : {"facebook" : "OfficeDepot", "twitter" : "officedepot"}, "keywords" : ["retail"]}}
json_instruct
{"type": "object", "properties": {"Office Depot": {"type": "object", "properties": {"domain": {"type": "string"}, "url": {"type": "string"}, "contact": {"type": "object", "properties": {"facebook": {"type": "string"}, "twitter": {"type": "string"}}, "required": ["facebook", "twitter"]}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["domain", "url", "contact", "keywords"]}}, "required": ["Office Depot"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["360802102001", "\u957f\u5cad\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"], ["360802102200", "\u6dc7\u5858\u6751\u59d4\u4f1a", "112", "0"], ["360802102201", "\u4e1c\u5bb6\u5e84\u6751\u59d4\u4f1a", "122", "0"], ["360802102202", "\u8def\u53e3\u6751\u59d4\u4f1a", "122", "0"], ["360802102203", "\u5927\u5858\u6751\u59d4\u4f1a", "111", "0"], ["360802102204", "\u5e99\u80cc\u6751\u59d4\u4f1a", "122", "0"], ["360802102205", "\u65b0\u6c11\u6751\u59d4\u4f1a", "112", "0"], ["360802102206", "\u6848\u524d\u6751\u59d4\u4f1a", "220", "0"], ["360802102207", "\u57f9\u6a21\u6751\u59d4\u4f1a", "220", "0"], ["360802102208", "\u6bdb\u5c71\u6751\u59d4\u4f1a", "220", "0"], ["360802102209", "\u8377\u6d01\u6751\u59d4\u4f1a", "220", "0"], ["360802102210", "\u91d1\u534e\u6751\u59d4\u4f1a", "220", "0"], ["360802102211", "\u9648\u5bb6\u6751\u59d4\u4f1a", "220", "0"], ["360802102212", "\u6865\u5357\u6751\u59d4\u4f1a", "220", "0"], ["360802102213", "\u957f\u5858\u6751\u59d4\u4f1a", "112", "0"], ["360802102214", "\u897f\u9038\u4ead\u6751\u59d4\u4f1a", "220", "0"], ["360802102215", "\u7530\u7554\u6751\u59d4\u4f1a", "220", "0"], ["360802102216", "\u5e99\u4e0b\u6751\u59d4\u4f1a", "220", "0"], ["360802102217", "\u897f\u6751\u6751\u59d4\u4f1a", "220", "0"], ["360802102218", "\u5e97\u4e0b\u6751\u59d4\u4f1a", "220", "0"], ["360802102219", "\u674e\u5bb6\u574a\u6751\u59d4\u4f1a", "220", "0"], ["360802102220", "\u8d75\u5858\u6751\u59d4\u4f1a", "220", "0"]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"eggPlugin": {"type": "object", "properties": {"name": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "dependencies"]}}, "required": ["eggPlugin"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"eggPlugin" : {"name" : "ldc", "dependencies" : ["rpc", "zoneclient", "vip"]}}
json_instruct
{"type": "object", "properties": {"eggPlugin": {"type": "object", "properties": {"name": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "dependencies"]}}, "required": ["eggPlugin"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "tooltip-pt-notifications-alert": {"type": "string"}, "notification-link-text-expand-all": {"type": "string"}, "notification-inbox-filter-read": {"type": "string"}, "notification-inbox-filter-all": {"type": "string"}}, "required": ["@metadata", "tooltip-pt-notifications-alert", "notification-link-text-expand-all", "notification-inbox-filter-read", "notification-inbox-filter-all"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"@metadata" : {"authors" : ["Iyuqciyang"]}, "tooltip-pt-notifications-alert" : "{{GENDER:|Su}} ptqlahang", "notification-link-text-expand-all" : "muda", "notification-inbox-filter-read" : "smpug patas", "notification-inbox-filter-all" : "Kana"}
json_instruct
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "tooltip-pt-notifications-alert": {"type": "string"}, "notification-link-text-expand-all": {"type": "string"}, "notification-inbox-filter-read": {"type": "string"}, "notification-inbox-filter-all": {"type": "string"}}, "required": ["@metadata", "tooltip-pt-notifications-alert", "notification-link-text-expand-all", "notification-inbox-filter-read", "notification-inbox-filter-all"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"user": {"type": "string"}, "database": {"type": "string"}, "password": {"type": "string"}, "host": {"type": "string"}, "port": {"type": "integer"}, "max": {"type": "integer"}, "idleTimeoutMillis": {"type": "integer"}, "sqlQuery": {"type": "string"}}, "required": ["user", "database", "password", "host", "port", "max", "idleTimeoutMillis", "sqlQuery"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"user" : "thihara", "database" : "haraka", "password" : "", "host" : "127.0.0.1", "port" : 5432, "max" : 20, "idleTimeoutMillis" : 30000, "sqlQuery" : "SELECT EXISTS(SELECT 1 FROM valid_emails WHERE email_id=$1) AS \"exists\""}
json_instruct
{"type": "object", "properties": {"user": {"type": "string"}, "database": {"type": "string"}, "password": {"type": "string"}, "host": {"type": "string"}, "port": {"type": "integer"}, "max": {"type": "integer"}, "idleTimeoutMillis": {"type": "integer"}, "sqlQuery": {"type": "string"}}, "required": ["user", "database", "password", "host", "port", "max", "idleTimeoutMillis", "sqlQuery"], "$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" : "enderscar", "scores" : [{"xp" : 8516, "rank" : 463, "cardId" : 220}, {"xp" : 13316, "rank" : 421, "cardId" : 406}, {"xp" : 15620, "rank" : 473, "cardId" : 266}]}
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#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["name", "version", "repository", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Seeed ArduPy Ultrasonic Sensor ", "version" : "1.0.0", "repository" : {"type" : "git", "url" : "https://github.com/Seeed-Studio/seeed-ardupy-ultrasonic-sensor.git"}, "dependencies" : [{"name" : "Seeed_Arduino_UltrasonicSensor", "url" : "https://github.com/Seeed-Studio/Grove_Ultrasonic_Ranger.git"}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["name", "version", "repository", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"Title": {"type": "string"}, "Welcome": {"type": "string"}, "Button": {"type": "string"}}, "required": ["Title", "Welcome", "Button"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Title" : "Internationalisering met Node.js", "Welcome" : "Hallo, welkom bij de i18n demo voor Medell\u00edn JS", "Button" : "Ik ben een knop"}
json_instruct
{"type": "object", "properties": {"Title": {"type": "string"}, "Welcome": {"type": "string"}, "Button": {"type": "string"}}, "required": ["Title", "Welcome", "Button"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-117.115759, 32.755609], [-117.115179, 32.760953], [-117.111694, 32.759925], [-117.109178, 32.760771], [-117.10942, 32.763267], [-117.108357, 32.76326], [-117.108332, 32.764959], [-117.104724, 32.764918], [-117.104792, 32.758846], [-117.102427, 32.758832], [-117.102901, 32.757073], [-117.100783, 32.757076], [-117.100807, 32.755116], [-117.115759, 32.755609]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 7644}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "isCurated": {"type": "boolean"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "isCurated", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"author" : {"id" : "t2_34kfhooe", "name" : "axis1970"}, "date" : {"day" : 1641859200, "full" : 1641920969, "month" : 1640995200, "week" : 1641686400}, "id" : "t3_s1hvzj", "picture" : {"filesize" : 101409, "fullUrl" : "https://preview.redd.it/h8wauwrcc3b81.jpg?auto=webp&s=f9f4ddec055e961abc4302b456ba5ab3bad99183", "hash" : "26f939747a", "height" : 384, "lqip" : "data:image/jpg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAKABADASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAABQEE/8QAIxAAAgEDAwQDAAAAAAAAAAAAAQIDAAQhBRGBEhMUM1HB0f/EABUBAQEAAAAAAAAAAAAAAAAAAAQF/8QAGREBAAIDAAAAAAAAAAAAAAAAAQARAhIh/9oADAMBAAIRAxEAPwAZdNtpIh499BKSNj1ExjgnFbda02xjl78Mka2yIgdUmVndyDuFHxjJoCAkSS7EjH2Kg9PP5U3YGqhDLk//2Q==", "url" : "https://preview.redd.it/h8wauwrcc3b81.jpg?width=640&crop=smart&auto=webp&s=91db1fe9ecb22b936b58d36419dec581b939f37d", "width" : 640}, "score" : {"comments" : 0, "downs" : 0, "isCurated" : false, "ratio" : 0.96, "ups" : 56, "value" : 56}, "subreddit" : {"id" : "t5_3isai", "name" : "dndmaps"}, "tags" : ["Encounter"], "title" : "Forest Tomb near a Waterfall (50 x 30)", "url" : "https://www.reddit.com/r/dndmaps/comments/s1hvzj/forest_tomb_near_a_waterfall_50_x_30/"}
json_instruct
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "isCurated": {"type": "boolean"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "isCurated", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"uuid": {"type": "string"}, "parent": {"type": "string"}, "pid": {"type": "integer"}, "argv": {"type": "array", "items": {"type": "string"}}, "execArgv": {"type": "array", "items": {}}, "cwd": {"type": "string"}, "time": {"type": "integer"}, "ppid": {"type": "integer"}, "root": {"type": "string"}, "coverageFilename": {"type": "string"}, "files": {"type": "array", "items": {}}}, "required": ["uuid", "parent", "pid", "argv", "execArgv", "cwd", "time", "ppid", "root", "coverageFilename", "files"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"uuid" : "f17bccfb-7c97-4481-ba0e-d54ff33c1c4f", "parent" : "7f1cee20-eafb-4fdd-a091-4385b95e4721", "pid" : 9037, "argv" : ["/home/travis/.nvm/versions/node/v10.16.0/bin/node", "/tmp/shelljs_9d26d7f15fc386de0a1d"], "execArgv" : [], "cwd" : "/home/travis/build/commitizen/cz-cli/test/.tmp/enduser-app", "time" : 1563602898622, "ppid" : 9036, "root" : "4f35f925-0e60-404e-89dd-2e59e80557e4", "coverageFilename" : "/home/travis/build/commitizen/cz-cli/.nyc_output/f17bccfb-7c97-4481-ba0e-d54ff33c1c4f.json", "files" : []}
json_instruct
{"type": "object", "properties": {"uuid": {"type": "string"}, "parent": {"type": "string"}, "pid": {"type": "integer"}, "argv": {"type": "array", "items": {"type": "string"}}, "execArgv": {"type": "array", "items": {}}, "cwd": {"type": "string"}, "time": {"type": "integer"}, "ppid": {"type": "integer"}, "root": {"type": "string"}, "coverageFilename": {"type": "string"}, "files": {"type": "array", "items": {}}}, "required": ["uuid", "parent", "pid", "argv", "execArgv", "cwd", "time", "ppid", "root", "coverageFilename", "files"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "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": ["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.2, "people" : [{"pose_keypoints_2d" : [967.233, 219.232, 1, 961.62, 247.387, 1, 921.324, 246.557, 1, 910.878, 309.468, 1, 941.209, 293.179, 1, 997.68, 245.304, 1, 1015.85, 307.745, 1, 1012.86, 365.913, 1, 940.362, 359.916, 1, 921.83, 444.423, 1, 913.37, 530.864, 1, 990.927, 359.999, 1, 995.638, 447.602, 1, 1000.48, 524.176, 1, 962.305, 207.216, 1, 977.158, 206.311, 1, 944.36, 208.991, 1, 980.165, 206.315, 1], "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": {"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": ["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#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"data": {"type": "object", "properties": {"html": {"type": "string"}}, "required": ["html"]}, "code": {"type": "integer"}}, "required": ["data", "code"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"data" : {"html" : "PGgzPkphdmHkuK3nmoRSZWFkV3JpdGVMb2Nr5piv5LuA5LmI77yfPC9oMz4KPGhyIC8+CjxwPuS4gOiIrOiAjOiogO+8jOivu+WGmemUgeaYr+eUqOadpeaPkOWNh+W5tuWPkeeoi+W6j+aAp+iDveeahOmUgeWIhuemu+aKgOacr+eahOaIkOaenOOAgkphdmEg5Lit55qEIDxjb2RlPlJlYWRXcml0ZUxvY2s8L2NvZGU+IOaYryBKYXZhIDUg5Lit5paw5aKe55qE5LiA5Liq5o6l5Y+j77yM5LiA5LiqPGNvZGU+UmVhZFdyaXRlTG9jazwvY29kZT4g57u05oqk5LiA5a+55YWz6IGU55qE6ZSB77yM5LiA5Liq55So5LqO5Y+q6K+75pON5L2c5LiA5Liq55So5LqO5YaZ44CC5Zyo5rKh5pyJ5YaZ57q/56iL55qE5oOF5Ya15LiL5LiA5Liq6K+76ZSB5Y+v6IO95Lya5ZCM5pe26KKr5aSa5Liq6K+757q/56iL5oyB5pyJ44CC5YaZ6ZSB5piv54us5Y2g55qE77yM5L2g5Y+v5Lul5L2/55SoIEpESyDkuK3nmoQgPGNvZGU+UmVlbnRyYW50UmVhZFdyaXRlTG9jazwvY29kZT4g5p2l5a6e546w6L+Z5Liq6KeE5YiZ77yM5a6D5pyA5aSa5pSv5oyBIDxjb2RlPjY1NTM1PC9jb2RlPiDkuKrlhpnplIHlkowgPGNvZGU+NjU1MzU8L2NvZGU+IOS4quivu+mUgeOAgjwvcD4K"}, "code" : 200}
json_instruct
{"type": "object", "properties": {"data": {"type": "object", "properties": {"html": {"type": "string"}}, "required": ["html"]}, "code": {"type": "integer"}}, "required": ["data", "code"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"nft": {"type": "object", "properties": {"id": {"type": "integer"}, "image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}}, "required": ["trait_type", "value"]}}}, "required": ["id", "image", "attributes"]}, "attributeRarities": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}, "count": {"type": "integer"}, "ratio": {"type": "number"}, "ratioScore": {"type": "number"}}, "required": ["trait_type", "value", "count", "ratio", "ratioScore"]}}, "rarityScore": {"type": "number"}, "rank": {"type": "integer"}}, "required": ["nft", "attributeRarities", "rarityScore", "rank"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nft" : {"id" : 9286, "image" : "ipfs://QmWjgNuUNnJCsd9DWF3rXgU7jhePuPg4qiA2oYGwG56PTs", "attributes" : [{"trait_type" : "Eyes", "value" : "Scumbag"}, {"trait_type" : "Background", "value" : "Orange"}, {"trait_type" : "Fur", "value" : "Golden Brown"}, {"trait_type" : "Mouth", "value" : "Dumbfounded"}, {"trait_type" : "Hat", "value" : "Beanie"}, {"trait_type" : "Trait Count", "value" : "5"}, {"trait_type" : "Clothes", "value" : "[Missing]"}, {"trait_type" : "Earring", "value" : "[Missing]"}]}, "attributeRarities" : [{"trait_type" : "Eyes", "value" : "Scumbag", "count" : 233, "ratio" : 0.0233, "ratioScore" : 42.918454935622314}, {"trait_type" : "Background", "value" : "Orange", "count" : 1273, "ratio" : 0.1273, "ratioScore" : 7.855459544383347}, {"trait_type" : "Fur", "value" : "Golden Brown", "count" : 778, "ratio" : 0.0778, "ratioScore" : 12.853470437017997}, {"trait_type" : "Mouth", "value" : "Dumbfounded", "count" : 505, "ratio" : 0.0505, "ratioScore" : 19.801980198019802}, {"trait_type" : "Hat", "value" : "Beanie", "count" : 578, "ratio" : 0.0578, "ratioScore" : 17.301038062283737}, {"trait_type" : "Trait Count", "value" : "5", "count" : 2540, "ratio" : 0.254, "ratioScore" : 3.937007874015748}, {"trait_type" : "Clothes", "value" : "[Missing]", "count" : 1886, "ratio" : 0.1886, "ratioScore" : 5.302226935312832}, {"trait_type" : "Earring", "value" : "[Missing]", "count" : 7023, "ratio" : 0.7023, "ratioScore" : 1.4238929232521713}], "rarityScore" : 111.39353090990794, "rank" : 8643}
json_instruct
{"type": "object", "properties": {"nft": {"type": "object", "properties": {"id": {"type": "integer"}, "image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}}, "required": ["trait_type", "value"]}}}, "required": ["id", "image", "attributes"]}, "attributeRarities": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}, "count": {"type": "integer"}, "ratio": {"type": "number"}, "ratioScore": {"type": "number"}}, "required": ["trait_type", "value", "count", "ratio", "ratioScore"]}}, "rarityScore": {"type": "number"}, "rank": {"type": "integer"}}, "required": ["nft", "attributeRarities", "rarityScore", "rank"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"author": {"type": "string"}, "classifications": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "groupIdentity": {"type": "string"}, "identity": {"type": "string"}, "shortName": {"type": "string"}, "tags": {"type": "object", "properties": {"language": {"type": "string"}, "type": {"type": "string"}}, "required": ["language", "type"]}, "primaryOutputs": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}}, "sourceName": {"type": "string"}, "preferNameDirectory": {"type": "string"}, "description": {"type": "string"}, "symbols": {"type": "object", "properties": {"framework": {"type": "object", "properties": {"type": {"type": "string"}, "defaultValue": {"type": "string"}, "replaces": {"type": "string"}}, "required": ["type", "defaultValue", "replaces"]}}, "required": ["framework"]}}, "required": ["author", "classifications", "name", "groupIdentity", "identity", "shortName", "tags", "primaryOutputs", "sourceName", "preferNameDirectory", "description", "symbols"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"author" : "Thin2d Team", "classifications" : ["Thin2d"], "name" : "Thin2d Windows Desktop Application (Windows DirectX)", "groupIdentity" : "Thin2d.Application.WindowsDX", "identity" : "Thin2d.Application.WindowsDX.CSharp", "shortName" : "tdwindowsdx", "tags" : {"language" : "C#", "type" : "project"}, "primaryOutputs" : [{"path" : "MGNamespace.csproj"}], "sourceName" : "MGNamespace", "preferNameDirectory" : "true", "description" : "A Thin2d game project for Windows using DirectX.", "symbols" : {"framework" : {"type" : "parameter", "defaultValue" : "net6.0-windows", "replaces" : "net6.0-windows"}}}
json_instruct
{"type": "object", "properties": {"author": {"type": "string"}, "classifications": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "groupIdentity": {"type": "string"}, "identity": {"type": "string"}, "shortName": {"type": "string"}, "tags": {"type": "object", "properties": {"language": {"type": "string"}, "type": {"type": "string"}}, "required": ["language", "type"]}, "primaryOutputs": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}}, "sourceName": {"type": "string"}, "preferNameDirectory": {"type": "string"}, "description": {"type": "string"}, "symbols": {"type": "object", "properties": {"framework": {"type": "object", "properties": {"type": {"type": "string"}, "defaultValue": {"type": "string"}, "replaces": {"type": "string"}}, "required": ["type", "defaultValue", "replaces"]}}, "required": ["framework"]}}, "required": ["author", "classifications", "name", "groupIdentity", "identity", "shortName", "tags", "primaryOutputs", "sourceName", "preferNameDirectory", "description", "symbols"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"objects": {"type": "object", "properties": {"vectile": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"id": {"type": "integer"}, "nazev": {"type": "string"}}, "required": ["id", "nazev"]}, "clipped": {"type": "boolean"}, "id": {"type": "string"}}, "required": ["arcs", "type", "properties", "clipped", "id"]}}}, "required": ["type", "geometries"]}}, "required": ["vectile"]}, "type": {"type": "string"}, "transform": {"type": "object", "properties": {"translate": {"type": "array", "items": {"type": "number"}}, "scale": {"type": "array", "items": {"type": "number"}}}, "required": ["translate", "scale"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}}, "required": ["objects", "type", "transform", "arcs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"objects" : {"vectile" : {"type" : "GeometryCollection", "geometries" : [{"arcs" : [[0]], "type" : "Polygon", "properties" : {"id" : 27, "nazev" : "Tachov"}, "clipped" : true, "id" : "d0f61e2431"}]}}, "type" : "Topology", "transform" : {"translate" : [12.52441406250001, 49.61070993807422], "scale" : [4.29153442382639e-05, 2.7800057066512673e-05]}, "arcs" : [[[851, 0], [-87, 150], [101, 151], [-98, 53], [-274, 10], [-203, -109], [-192, 35], [-29, 132], [129, 59], [37, 89], [-235, 38], [0, 255], [86, 114], [3, 47], [935, 0], [0, -1024], [-173, 0]]]}
json_instruct
{"type": "object", "properties": {"objects": {"type": "object", "properties": {"vectile": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"id": {"type": "integer"}, "nazev": {"type": "string"}}, "required": ["id", "nazev"]}, "clipped": {"type": "boolean"}, "id": {"type": "string"}}, "required": ["arcs", "type", "properties", "clipped", "id"]}}}, "required": ["type", "geometries"]}}, "required": ["vectile"]}, "type": {"type": "string"}, "transform": {"type": "object", "properties": {"translate": {"type": "array", "items": {"type": "number"}}, "scale": {"type": "array", "items": {"type": "number"}}}, "required": ["translate", "scale"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}}, "required": ["objects", "type", "transform", "arcs"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"react-router.js": {"type": "string"}, "react-router.min.js": {"type": "string"}}, "required": ["react-router.js", "react-router.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"react-router.js" : "sha256-8tIcwNDdOJ2corZvjcZ+pO9i29KZANn4T7Ct2onKBUo=", "react-router.min.js" : "sha256-2p3dIJOGm0oPMyOIWBeVJ4ff27ZbS7ONjBhOohfdVCY="}
json_instruct
{"type": "object", "properties": {"react-router.js": {"type": "string"}, "react-router.min.js": {"type": "string"}}, "required": ["react-router.js", "react-router.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"conditions": {"type": "object", "properties": {"5a03282286f77456b91542ef": {"type": "string"}, "5a03289686f7745dbc6c5063": {"type": "string"}, "5a0328b086f77457a7099ea5": {"type": "string"}, "5a0328cb86f77456b91543b8": {"type": "string"}, "5a0328f586f774580168ced4": {"type": "string"}, "5a03290586f774584d1594c4": {"type": "string"}, "5a280b3c86f7741b16366337": {"type": "string"}, "5a280b5486f7741f751bfeea": {"type": "string"}}, "required": ["5a03282286f77456b91542ef", "5a03289686f7745dbc6c5063", "5a0328b086f77457a7099ea5", "5a0328cb86f77456b91543b8", "5a0328f586f774580168ced4", "5a03290586f774584d1594c4", "5a280b3c86f7741b16366337", "5a280b5486f7741f751bfeea"]}, "name": {"type": "string"}, "description": {"type": "string"}, "note": {"type": "string"}, "failMessageText": {"type": "string"}, "startedMessageText": {"type": "string"}, "successMessageText": {"type": "string"}, "location": {"type": "string"}}, "required": ["conditions", "name", "description", "note", "failMessageText", "startedMessageText", "successMessageText", "location"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"conditions" : {"5a03282286f77456b91542ef" : "Hitta i r\u00e4d WD-40, 100 ml", "5a03289686f7745dbc6c5063" : "\u00d6verl\u00e4mna WD-40, 100 ml", "5a0328b086f77457a7099ea5" : "Hitta i raid Clin torkare, 2 st", "5a0328cb86f77456b91543b8" : "\u00d6verl\u00e4mna Clin torkar, 2 st", "5a0328f586f774580168ced4" : "Hitta i raid korrugerade slangar, 2 st", "5a03290586f774584d1594c4" : "\u00d6verl\u00e4mna korrugerade slangar, 2 st", "5a280b3c86f7741b16366337" : "Hitta i raid Oxblekmedel, 2 st", "5a280b5486f7741f751bfeea" : "\u00d6verl\u00e4mna Oxblekmedel, 2 st"}, "name" : "Spa Tour. Part 3", "description" : "5abe61a886f7746ad512da72", "note" : "", "failMessageText" : "5c6a78c186f77425b467b3fd", "startedMessageText" : "5c6a78c186f77425b467b3fe", "successMessageText" : "5ab0f32686f7745dd409f59b", "location" : "any"}
json_instruct
{"type": "object", "properties": {"conditions": {"type": "object", "properties": {"5a03282286f77456b91542ef": {"type": "string"}, "5a03289686f7745dbc6c5063": {"type": "string"}, "5a0328b086f77457a7099ea5": {"type": "string"}, "5a0328cb86f77456b91543b8": {"type": "string"}, "5a0328f586f774580168ced4": {"type": "string"}, "5a03290586f774584d1594c4": {"type": "string"}, "5a280b3c86f7741b16366337": {"type": "string"}, "5a280b5486f7741f751bfeea": {"type": "string"}}, "required": ["5a03282286f77456b91542ef", "5a03289686f7745dbc6c5063", "5a0328b086f77457a7099ea5", "5a0328cb86f77456b91543b8", "5a0328f586f774580168ced4", "5a03290586f774584d1594c4", "5a280b3c86f7741b16366337", "5a280b5486f7741f751bfeea"]}, "name": {"type": "string"}, "description": {"type": "string"}, "note": {"type": "string"}, "failMessageText": {"type": "string"}, "startedMessageText": {"type": "string"}, "successMessageText": {"type": "string"}, "location": {"type": "string"}}, "required": ["conditions", "name", "description", "note", "failMessageText", "startedMessageText", "successMessageText", "location"], "$schema": "http://json-schema.org/draft-07/schema#"}