input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Based on the schema below, produce a valid JSON object:
{"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" : 1654069169483, "username" : "RunningSaurian", "scores" : [{"xp" : 1791, "rank" : 500, "cardId" : 555}]} | 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#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"Kebbi": {"type": "string"}}, "required": ["Kebbi"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Kebbi" : "KEB"} | json_instruct | {"type": "object", "properties": {"Kebbi": {"type": "string"}}, "required": ["Kebbi"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"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": "null"}, "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" : 26864, "name" : "last.fm simple play counter", "description" : "plain text", "user" : {"id" : 45882, "name" : "dpmccabe", "email" : "redacted", "paypal_email" : null, "homepage" : null, "about" : null, "license" : null}, "updated" : "2010-03-30T02:23:33.000Z", "weekly_install_count" : 0, "total_install_count" : 256, "rating" : null, "after_screenshot_name" : "https://userstyles.org/auto_style_screenshots/26864-after.png?r=1589357004", "obsoleting_style_id" : null, "obsoleting_style_name" : null, "obsolete" : 0, "admin_delete_reason_id" : null, "obsoletion_message" : null, "screenshots" : null, "license" : null, "created" : "2010-03-30T02:23:33.000Z", "category" : "site", "raw_subcategory" : "last.fm", "subcategory" : "last.fm", "additional_info" : null, "style_tags" : [], "css" : "@namespace url(http://www.w3.org/1999/xhtml);\r\n\r\n@-moz-document domain(\"last.fm\") {\r\n#userBadge .badgeInfo .userPlays span.flip {\r\nbackground: none !important;\r\ncolor: inherit !important;\r\nmargin-right: 0 !important;\r\nwidth: auto !important;\r\n}\r\n}", "discussions" : [], "discussionsCount" : 0, "commentsCount" : 0, "userjs_url" : "/styles/userjs/26864/last-fm-simple-play-counter.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": "null"}, "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#"} |
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": "object", "properties": {"error": {"type": "null"}, "issues": {"type": "array", "items": {}}, "success": {"type": "boolean"}}, "required": ["error", "issues", "success"]}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0x8e99ee85f468878ac25533a3e6b558a2572f33ab", "tool" : "mythril", "start" : 1563741030.2269576, "end" : 1563741039.7161293, "duration" : 9.489171743392944, "analysis" : {"error" : null, "issues" : [], "success" : true}} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type": "null"}, "issues": {"type": "array", "items": {}}, "success": {"type": "boolean"}}, "required": ["error", "issues", "success"]}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "integer"}, "cites": {"type": "integer"}, "cited_by": {"type": "integer"}, "reference": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "cites", "cited_by", "reference"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 2352, "cites" : 2, "cited_by" : 4, "reference" : ["(Washington: GPO). U.S. Department of Energy, l986a, Petroleum Supply Outlook 1985,", "(Chicago: University of Chicago Press), 23-82. Source Notes for Tables and Figures"]} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "cites": {"type": "integer"}, "cited_by": {"type": "integer"}, "reference": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "cites", "cited_by", "reference"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "8107022004", "district_id" : "8107022", "name" : "NEKAN"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "url"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"title" : "\u83ab\u70e6Python\u4e3b\u9875", "url" : "https://mofanpy.com/"}, {"title" : "\u6709\u8da3\u7684\u673a\u5668\u5b66\u4e60 | \u83ab\u70e6Python", "url" : "https://mofanpy.com/tutorials/machine-learning/ML-intro/"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "url"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"meta": {"type": "object", "properties": {"username": {"type": "string"}, "repositoryName": {"type": "string"}, "branch": {"type": "string"}, "cname": {"type": "string"}, "delay": {"type": "string"}}, "required": ["username", "repositoryName", "branch", "cname", "delay"]}, "site": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "logo": {"type": "string"}, "cover": {"type": "string"}, "postsPerPage": {"type": "string"}, "googleAnalytics": {"type": "string"}, "disqus": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "description", "logo", "cover", "postsPerPage", "googleAnalytics", "disqus", "url"]}, "socialnetwork": {"type": "object", "properties": {"email": {"type": "string"}, "twitter": {"type": "string"}, "facebook": {"type": "string"}}, "required": ["email", "twitter", "facebook"]}, "theme": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}, "required": ["meta", "site", "socialnetwork", "theme"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"meta" : {"username" : "fwalloe", "repositoryName" : "infosecbriefly", "branch" : "gh-pages", "cname" : "www.infosecbriefly.com", "delay" : "200"}, "site" : {"title" : "InfoSec briefly", "description" : "Information Security news and how-tos in 200 words or less", "logo" : "images/logo.png", "cover" : "images/cover-image.png", "postsPerPage" : "20", "googleAnalytics" : "UA-75413407-1", "disqus" : "infosecdiscussbriefly", "url" : "http://www.infosecbriefly.com"}, "socialnetwork" : {"email" : "contact@infosecbriefly.com", "twitter" : "https://twitter.com/InfoSecbriefly", "facebook" : "https://www.facebook.com/infosecbriefly/"}, "theme" : {"name" : "Casper", "url" : "//www.infosecbriefly.com/themes/Casper"}} | json_instruct | {"type": "object", "properties": {"meta": {"type": "object", "properties": {"username": {"type": "string"}, "repositoryName": {"type": "string"}, "branch": {"type": "string"}, "cname": {"type": "string"}, "delay": {"type": "string"}}, "required": ["username", "repositoryName", "branch", "cname", "delay"]}, "site": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "logo": {"type": "string"}, "cover": {"type": "string"}, "postsPerPage": {"type": "string"}, "googleAnalytics": {"type": "string"}, "disqus": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "description", "logo", "cover", "postsPerPage", "googleAnalytics", "disqus", "url"]}, "socialnetwork": {"type": "object", "properties": {"email": {"type": "string"}, "twitter": {"type": "string"}, "facebook": {"type": "string"}}, "required": ["email", "twitter", "facebook"]}, "theme": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}, "required": ["meta", "site", "socialnetwork", "theme"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "repository", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Joint-Bert and Dual-Annotated Datasets for In-Game Toxicity Detection", "description" : "In-game toxicity detection using PyTorch", "repository" : "https://github.com/usydnlp-conda/usydnlp-conda", "keywords" : ["python", "flask", "pytorch", "toxic", "joint-bert", "in-game"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "repository", "keywords"], "$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" : "septentrial", "definition" : "Septentrional. Drayton."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$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": {"__symbolic": {"type": "string"}, "version": {"type": "integer"}, "metadata": {"type": "object", "properties": {"IConfig": {"type": "object", "properties": {"__symbolic": {"type": "string"}}, "required": ["__symbolic"]}, "IDatePickerConfig": {"type": "object", "properties": {"__symbolic": {"type": "string"}}, "required": ["__symbolic"]}, "IDatePickerConfigInternal": {"type": "object", "properties": {"__symbolic": {"type": "string"}}, "required": ["__symbolic"]}}, "required": ["IConfig", "IDatePickerConfig", "IDatePickerConfigInternal"]}}, "required": ["__symbolic", "version", "metadata"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"__symbolic" : "module", "version" : 3, "metadata" : {"IConfig" : {"__symbolic" : "interface"}, "IDatePickerConfig" : {"__symbolic" : "interface"}, "IDatePickerConfigInternal" : {"__symbolic" : "interface"}}}, {"__symbolic" : "module", "version" : 1, "metadata" : {"IConfig" : {"__symbolic" : "interface"}, "IDatePickerConfig" : {"__symbolic" : "interface"}, "IDatePickerConfigInternal" : {"__symbolic" : "interface"}}}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"__symbolic": {"type": "string"}, "version": {"type": "integer"}, "metadata": {"type": "object", "properties": {"IConfig": {"type": "object", "properties": {"__symbolic": {"type": "string"}}, "required": ["__symbolic"]}, "IDatePickerConfig": {"type": "object", "properties": {"__symbolic": {"type": "string"}}, "required": ["__symbolic"]}, "IDatePickerConfigInternal": {"type": "object", "properties": {"__symbolic": {"type": "string"}}, "required": ["__symbolic"]}}, "required": ["IConfig", "IDatePickerConfig", "IDatePickerConfigInternal"]}}, "required": ["__symbolic", "version", "metadata"]}, "$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": {"Similarity": {"type": "string"}, "Title": {"type": "string"}, "Year": {"type": "integer"}}, "required": ["Similarity", "Title", "Year"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"Similarity" : "0.989", "Title" : "Somatic Markers and Frequency Effects Does Emotion Really Play a Role on Decision Making in the Iowa Gambling Task", "Year" : 2008}, {"Similarity" : "0.985", "Title" : "Neurophysiological Effects of Negotiation Framing", "Year" : 2016}, {"Similarity" : "0.977", "Title" : "The Influence of Affect on Risky Behavior From the Lab to Real World Financial Behavior", "Year" : 2003}, {"Similarity" : "0.97", "Title" : "The Recognition Heuristic Fast and frugal but not as simple as it seems", "Year" : 2004}, {"Similarity" : "0.967", "Title" : "Gender Differences in the Effect of Impatience on Men and Womens Timing Decisions", "Year" : 2016}, {"Similarity" : "0.963", "Title" : "Stopping Rules in Information Acquisition at Varying Probabilities and Consequences an EEG Study", "Year" : 2017}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"Similarity": {"type": "string"}, "Title": {"type": "string"}, "Year": {"type": "integer"}}, "required": ["Similarity", "Title", "Year"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["teasim-boilerplate", "teasim-plugins", "teasim-samples"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "arfo:block/byg_fresh_water_lake_dark_oak_leaves_carpet"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["godaddy-style"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "surahNumber": {"type": "string"}, "ayatNumber": {"type": "string"}, "arabic": {"type": "string"}, "english": {"type": "string"}, "bengali": {"type": "string"}}, "required": ["id", "surahNumber", "ayatNumber", "arabic", "english", "bengali"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 602, "surahNumber" : "004", "ayatNumber" : "109", "arabic" : "\u0647\u064e\u0627 \u0623\u064e\u0646\u0652\u062a\u064f\u0645\u0652 \u0647\u064e\u0670\u0624\u064f\u0644\u064e\u0627\u0621\u0650 \u062c\u064e\u0627\u062f\u064e\u0644\u0652\u062a\u064f\u0645\u0652 \u0639\u064e\u0646\u0652\u0647\u064f\u0645\u0652 \u0641\u0650\u064a \u0627\u0644\u0652\u062d\u064e\u064a\u064e\u0627\u0629\u0650 \u0627\u0644\u062f\u0651\u064f\u0646\u0652\u064a\u064e\u0627 \u0641\u064e\u0645\u064e\u0646\u0652 \u064a\u064f\u062c\u064e\u0627\u062f\u0650\u0644\u064f \u0627\u0644\u0644\u0651\u064e\u0647\u064e \u0639\u064e\u0646\u0652\u0647\u064f\u0645\u0652 \u064a\u064e\u0648\u0652\u0645\u064e \u0627\u0644\u0652\u0642\u0650\u064a\u064e\u0627\u0645\u064e\u0629\u0650 \u0623\u064e\u0645\u0652 \u0645\u064e\u0646\u0652 \u064a\u064e\u0643\u064f\u0648\u0646\u064f \u0639\u064e\u0644\u064e\u064a\u0652\u0647\u0650\u0645\u0652 \u0648\u064e\u0643\u0650\u064a\u0644\u064b\u0627", "english" : "Lo! You are those who have argued for them in the life of this world, but who will argue for them on the Day of Resurrection against Allah, or who will then be their defender?", "bengali" : "\u09b6\u09c1\u09a8\u099b? \u09a4\u09c7\u09be\u09ae\u09b0\u09be \u09a4\u09be\u09a6\u09c7\u09b0 \u09aa\u0995\u09cd\u09b7 \u09a5\u09c7\u0995\u09c7 \u09aa\u09be\u09b0\u09cd\u09a5\u09bf\u09ac \u099c\u09c0\u09ac\u09a8\u09c7 \u09ac\u09bf\u09ac\u09be\u09a6 \u0995\u09b0\u099b, \u0985\u09a4\u0983\u09aa\u09b0 \u0995\u09c7\u09df\u09be\u09ae\u09a4\u09c7\u09b0 \u09a6\u09bf\u09a8\u09c7 \u09a4\u09be\u09a6\u09c7\u09b0 \u09aa\u0995\u09cd\u09b7 \u09b9\u09df\u09c7 \u0986\u09b2\u09cd\u09b2\u09be\u09b9\u09b0 \u09b8\u09be\u09a5\u09c7 \u0995\u09c7 \u09ac\u09bf\u09ac\u09be\u09a6 \u0995\u09b0\u09ac\u09c7 \u0985\u09a5\u09ac\u09be \u0995\u09c7 \u09a4\u09be\u09a6\u09c7\u09b0 \u0995\u09be\u09b0\u09cd\u09af\u09a8\u09bf\u09b0\u09cd\u09ac\u09be\u09b9\u09c0 \u09b9\u09ac\u09c7\u0964"} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "surahNumber": {"type": "string"}, "ayatNumber": {"type": "string"}, "arabic": {"type": "string"}, "english": {"type": "string"}, "bengali": {"type": "string"}}, "required": ["id", "surahNumber", "ayatNumber", "arabic", "english", "bengali"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"county": {"type": "string"}, "executionId": {"type": "string"}, "race": {"type": "string"}, "link": {"type": "string"}, "prisonerId": {"type": "string"}, "firstName": {"type": "string"}, "date": {"type": "string"}, "lastName": {"type": "string"}, "age": {"type": "string"}, "statement": {"type": "string"}}, "required": ["county", "executionId", "race", "link", "prisonerId", "firstName", "date", "lastName", "age", "statement"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"county" : "Nueces", "executionId" : "291", "race" : "Hispanic", "link" : "http://www.tdcj.state.tx.us/stat/dr_info/no_last_statement.html", "prisonerId" : "999257", "firstName" : "John", "date" : "01/15/2003", "lastName" : "Baltazar", "age" : "30", "statement" : "No"} | json_instruct | {"type": "object", "properties": {"county": {"type": "string"}, "executionId": {"type": "string"}, "race": {"type": "string"}, "link": {"type": "string"}, "prisonerId": {"type": "string"}, "firstName": {"type": "string"}, "date": {"type": "string"}, "lastName": {"type": "string"}, "age": {"type": "string"}, "statement": {"type": "string"}}, "required": ["county", "executionId", "race", "link", "prisonerId", "firstName", "date", "lastName", "age", "statement"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "hexo": {"type": "object", "properties": {"version": {"type": "string"}}, "required": ["version"]}, "dependencies": {"type": "object", "properties": {"hexo": {"type": "string"}, "hexo-fs": {"type": "string"}, "hexo-renderer-ejs": {"type": "string"}, "hexo-renderer-marked": {"type": "string"}, "hexo-renderer-scss": {"type": "string"}, "hexo-renderer-stylus": {"type": "string"}, "hexo-server": {"type": "string"}}, "required": ["hexo", "hexo-fs", "hexo-renderer-ejs", "hexo-renderer-marked", "hexo-renderer-scss", "hexo-renderer-stylus", "hexo-server"]}, "devDependencies": {"type": "object", "properties": {"ejs-lint": {"type": "string"}, "hexo-cli": {"type": "string"}}, "required": ["ejs-lint", "hexo-cli"]}}, "required": ["name", "version", "private", "hexo", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "hexo-site", "version" : "0.0.0", "private" : true, "hexo" : {"version" : "3.4.4"}, "dependencies" : {"hexo" : "^3.3.9", "hexo-fs" : "^0.2.2", "hexo-renderer-ejs" : "^0.3.0", "hexo-renderer-marked" : "^0.3.2", "hexo-renderer-scss" : "^1.0.3", "hexo-renderer-stylus" : "^0.3.1", "hexo-server" : "^0.2.0"}, "devDependencies" : {"ejs-lint" : "^0.3.0", "hexo-cli" : "^1.0.3"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "hexo": {"type": "object", "properties": {"version": {"type": "string"}}, "required": ["version"]}, "dependencies": {"type": "object", "properties": {"hexo": {"type": "string"}, "hexo-fs": {"type": "string"}, "hexo-renderer-ejs": {"type": "string"}, "hexo-renderer-marked": {"type": "string"}, "hexo-renderer-scss": {"type": "string"}, "hexo-renderer-stylus": {"type": "string"}, "hexo-server": {"type": "string"}}, "required": ["hexo", "hexo-fs", "hexo-renderer-ejs", "hexo-renderer-marked", "hexo-renderer-scss", "hexo-renderer-stylus", "hexo-server"]}, "devDependencies": {"type": "object", "properties": {"ejs-lint": {"type": "string"}, "hexo-cli": {"type": "string"}}, "required": ["ejs-lint", "hexo-cli"]}}, "required": ["name", "version", "private", "hexo", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"data": {"type": "object", "properties": {"query": {"type": "string"}, "access_purpose": {"type": "string"}, "access_utilizer": {"type": "string"}}, "required": ["query", "access_purpose", "access_utilizer"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"data" : {"query" : "SELECT breed, dob, email, gender, name, comment FROM \"user\".\"user\" WHERE email = 'panda@allthedogs.com'", "access_purpose" : "General-Purpose.Marketing.Direct.Email.Special-Offer", "access_utilizer" : "General-Utilizer.Non-Profit.University.TU-Berlin"}} | json_instruct | {"type": "object", "properties": {"data": {"type": "object", "properties": {"query": {"type": "string"}, "access_purpose": {"type": "string"}, "access_utilizer": {"type": "string"}}, "required": ["query", "access_purpose", "access_utilizer"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "Values": {"type": "array", "items": {"type": "string"}}}, "required": ["Name", "Values"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"Name" : "tag:project", "Values" : ["elkk-stack"]}, {"Name" : "instance-state-name", "Values" : ["running"]}, {"Name" : "tag:aws:cloudformation:stack-name", "Values" : ["elkk-elastic"]}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "Values": {"type": "array", "items": {"type": "string"}}}, "required": ["Name", "Values"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"Cotacao": {"type": "number"}, "Cresc. Rec.5a": {"type": "number"}, "Div.Brut/ Patrim.": {"type": "number"}, "Div.Yield": {"type": "number"}, "EV/EBIT": {"type": "number"}, "EV/EBITDA": {"type": "number"}, "Liq. Corr.": {"type": "number"}, "Liq.2meses": {"type": "number"}, "Mrg Ebit": {"type": "number"}, "Mrg. Liq.": {"type": "number"}, "P/Ativ Circ.Liq": {"type": "number"}, "P/Ativo": {"type": "number"}, "P/Cap.Giro": {"type": "number"}, "P/EBIT": {"type": "number"}, "P/L": {"type": "number"}, "P/VP": {"type": "number"}, "PSR": {"type": "number"}, "Patrim. Liq": {"type": "number"}, "ROE": {"type": "number"}, "ROIC": {"type": "number"}}, "required": ["Cotacao", "Cresc. Rec.5a", "Div.Brut/ Patrim.", "Div.Yield", "EV/EBIT", "EV/EBITDA", "Liq. Corr.", "Liq.2meses", "Mrg Ebit", "Mrg. Liq.", "P/Ativ Circ.Liq", "P/Ativo", "P/Cap.Giro", "P/EBIT", "P/L", "P/VP", "PSR", "Patrim. Liq", "ROE", "ROIC"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Cotacao" : 10.21, "Cresc. Rec.5a" : 0.221, "Div.Brut/ Patrim." : 0.39, "Div.Yield" : 0.0, "EV/EBIT" : 8.46, "EV/EBITDA" : 2.85, "Liq. Corr." : 0.99, "Liq.2meses" : 0.0, "Mrg Ebit" : 0.0853, "Mrg. Liq." : -0.0103, "P/Ativ Circ.Liq" : -0.73, "P/Ativo" : 0.353, "P/Cap.Giro" : -502.47, "P/EBIT" : 6.42, "P/L" : -43.56, "P/VP" : 1.17, "PSR" : 0.548, "Patrim. Liq" : 10782200000.0, "ROE" : -0.0268, "ROIC" : 0.0603} | json_instruct | {"type": "object", "properties": {"Cotacao": {"type": "number"}, "Cresc. Rec.5a": {"type": "number"}, "Div.Brut/ Patrim.": {"type": "number"}, "Div.Yield": {"type": "number"}, "EV/EBIT": {"type": "number"}, "EV/EBITDA": {"type": "number"}, "Liq. Corr.": {"type": "number"}, "Liq.2meses": {"type": "number"}, "Mrg Ebit": {"type": "number"}, "Mrg. Liq.": {"type": "number"}, "P/Ativ Circ.Liq": {"type": "number"}, "P/Ativo": {"type": "number"}, "P/Cap.Giro": {"type": "number"}, "P/EBIT": {"type": "number"}, "P/L": {"type": "number"}, "P/VP": {"type": "number"}, "PSR": {"type": "number"}, "Patrim. Liq": {"type": "number"}, "ROE": {"type": "number"}, "ROIC": {"type": "number"}}, "required": ["Cotacao", "Cresc. Rec.5a", "Div.Brut/ Patrim.", "Div.Yield", "EV/EBIT", "EV/EBITDA", "Liq. Corr.", "Liq.2meses", "Mrg Ebit", "Mrg. Liq.", "P/Ativ Circ.Liq", "P/Ativo", "P/Cap.Giro", "P/EBIT", "P/L", "P/VP", "PSR", "Patrim. Liq", "ROE", "ROIC"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"stationGroupId" : 1131129, "stations" : ["1131129"]} | json_instruct | {"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"file_num": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "content": {"type": "string"}}, "required": ["id", "content"]}}}, "required": ["file_num", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"file_num" : 1321, "data" : [{"id" : 1322, "content" : "\u597d\u8eab\u6750\u7684\u56e0\u7d20\u5f88\u591a\u3002\u4e0d\u662f\u8282\u98df\u548c\u953b\u70bc\u5c31\u80fd\u62e5\u6709\u597d\u8eab\u6750\u7684\u3002"}]} | json_instruct | {"type": "object", "properties": {"file_num": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "content": {"type": "string"}}, "required": ["id", "content"]}}}, "required": ["file_num", "data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"ConnectionStrings": {"type": "object", "properties": {"DefaultConnection": {"type": "string"}}, "required": ["DefaultConnection"]}, "Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}, "Microsoft.AspNetCore": {"type": "string"}}, "required": ["Default", "Microsoft.AspNetCore"]}}, "required": ["LogLevel"]}, "IdentityServer": {"type": "object", "properties": {"Clients": {"type": "object", "properties": {"Blog.Client": {"type": "object", "properties": {"Profile": {"type": "string"}}, "required": ["Profile"]}}, "required": ["Blog.Client"]}}, "required": ["Clients"]}, "AllowedHosts": {"type": "string"}, "EmailSettings": {"type": "object", "properties": {"EmailAddress": {"type": "string"}, "EmailPassword": {"type": "string"}, "EmailHost": {"type": "string"}, "EmailPort": {"type": "integer"}}, "required": ["EmailAddress", "EmailPassword", "EmailHost", "EmailPort"]}}, "required": ["ConnectionStrings", "Logging", "IdentityServer", "AllowedHosts", "EmailSettings"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ConnectionStrings" : {"DefaultConnection" : "Server=(localdb)\\mssqllocaldb;Database=BlogDatabase;Trusted_Connection=True;MultipleActiveResultSets=true"}, "Logging" : {"LogLevel" : {"Default" : "Information", "Microsoft.AspNetCore" : "Warning"}}, "IdentityServer" : {"Clients" : {"Blog.Client" : {"Profile" : "IdentityServerSPA"}}}, "AllowedHosts" : "*", "EmailSettings" : {"EmailAddress" : "---to fill---", "EmailPassword" : "---to fill---", "EmailHost" : "---to fill---", "EmailPort" : 587}} | json_instruct | {"type": "object", "properties": {"ConnectionStrings": {"type": "object", "properties": {"DefaultConnection": {"type": "string"}}, "required": ["DefaultConnection"]}, "Logging": {"type": "object", "properties": {"LogLevel": {"type": "object", "properties": {"Default": {"type": "string"}, "Microsoft.AspNetCore": {"type": "string"}}, "required": ["Default", "Microsoft.AspNetCore"]}}, "required": ["LogLevel"]}, "IdentityServer": {"type": "object", "properties": {"Clients": {"type": "object", "properties": {"Blog.Client": {"type": "object", "properties": {"Profile": {"type": "string"}}, "required": ["Profile"]}}, "required": ["Blog.Client"]}}, "required": ["Clients"]}, "AllowedHosts": {"type": "string"}, "EmailSettings": {"type": "object", "properties": {"EmailAddress": {"type": "string"}, "EmailPassword": {"type": "string"}, "EmailHost": {"type": "string"}, "EmailPort": {"type": "integer"}}, "required": ["EmailAddress", "EmailPassword", "EmailHost", "EmailPort"]}}, "required": ["ConnectionStrings", "Logging", "IdentityServer", "AllowedHosts", "EmailSettings"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "null"}, "email": {"type": "string"}, "headmaster": {"type": "string"}, "state": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "full_time_school": {"type": "boolean"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "fax", "phone", "website", "email", "headmaster", "state", "programs", "full_time_school", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Tom-Mutters-Schule - Schule mit F\u00f6rderschwerpunkt geistige Entwicklung, Neustrelitz", "id" : "MV-75235546", "address" : "H\u00f6henstra\u00dfe 51, 17235 Neustrelitz", "school_type" : "F\u00f6rderschule", "fax" : "03981/443494", "phone" : "03981/443492", "website" : null, "email" : "tom-mutters-schule@t-online.de", "headmaster" : " Gritt Weidemann", "state" : "MV", "programs" : {"programs" : []}, "full_time_school" : false, "lon" : 13.085988, "lat" : 53.357005} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "null"}, "email": {"type": "string"}, "headmaster": {"type": "string"}, "state": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "full_time_school": {"type": "boolean"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "fax", "phone", "website", "email", "headmaster", "state", "programs", "full_time_school", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"_id": {"type": "string"}, "brewery": {"type": "string"}, "name": {"type": "string"}, "updated": {"type": "string"}}, "required": ["_id", "brewery", "name", "updated"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"_id" : "beer_Verich_Gold", "brewery" : "Ohio Brewing", "name" : "Verich Gold", "updated" : "2010-07-22 20:00:20"} | json_instruct | {"type": "object", "properties": {"_id": {"type": "string"}, "brewery": {"type": "string"}, "name": {"type": "string"}, "updated": {"type": "string"}}, "required": ["_id", "brewery", "name", "updated"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}}, "required": ["f"]}}}, "required": ["d"]}}, "t": {"type": "string"}}, "required": ["h", "t"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : [{"d" : [{"f" : "\ufff9\ufffato drop in single drops\ufffb\u758f\u758f\u843d\u843d\u7684\u6c34\u6ef4\u6216\u96e8\u6ef4"}]}], "t" : "merak"} | json_instruct | {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}}, "required": ["f"]}}}, "required": ["d"]}}, "t": {"type": "string"}}, "required": ["h", "t"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"data.json": {"type": "object", "properties": {"sha512": {"type": "string"}, "size": {"type": "integer"}}, "required": ["sha512", "size"]}}, "required": ["data.json"]}, "inner_path": {"type": "string"}, "modified": {"type": "integer"}, "signs": {"type": "object", "properties": {"1HFgQAVFpWppF6iAg6p6bNwZr34yHGYnCW": {"type": "string"}}, "required": ["1HFgQAVFpWppF6iAg6p6bNwZr34yHGYnCW"]}}, "required": ["address", "cert_auth_type", "cert_sign", "cert_user_id", "files", "inner_path", "modified", "signs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"address" : "1TaLkFrMwvbNsooF4ioKAY9EuxTBTjipT", "cert_auth_type" : "web", "cert_sign" : "G+aW1Moh1qoJLpxHYSRDR7lJhhCXnVHGbfL0A2sfyfx0QHkOwDrw5bM+MlRNxF299pnLiEsKRS0nFaH/G5Kd/c8=", "cert_user_id" : "megumin@zeroid.bit", "files" : {"data.json" : {"sha512" : "d4ab6b22a1ae4c84fcb30cb39d7c867b35915dd83640853b5789d25941d1b8f6", "size" : 252}}, "inner_path" : "data/users/1HFgQAVFpWppF6iAg6p6bNwZr34yHGYnCW/content.json", "modified" : 1490719748, "signs" : {"1HFgQAVFpWppF6iAg6p6bNwZr34yHGYnCW" : "G4yUNX+il7wU7aJYehx8kWg/0J+ygwNxUEqC4NjVUOB+x4mpTxkPeCH9aIt7JTLK0XevRh+AEJLnsFHoJgK+Svc="}} | json_instruct | {"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"data.json": {"type": "object", "properties": {"sha512": {"type": "string"}, "size": {"type": "integer"}}, "required": ["sha512", "size"]}}, "required": ["data.json"]}, "inner_path": {"type": "string"}, "modified": {"type": "integer"}, "signs": {"type": "object", "properties": {"1HFgQAVFpWppF6iAg6p6bNwZr34yHGYnCW": {"type": "string"}}, "required": ["1HFgQAVFpWppF6iAg6p6bNwZr34yHGYnCW"]}}, "required": ["address", "cert_auth_type", "cert_sign", "cert_user_id", "files", "inner_path", "modified", "signs"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0xdbe615c10ce4336fcbaed628e76fbe84e4b7dc44", "tool" : "solhint", "start" : 1563584768.9563367, "end" : 1563584773.105453, "duration" : 4.149116277694702, "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#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {}}, "division": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "title": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "chapter": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "subchapter": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "heading": {"type": "object", "properties": {"title": {"type": "string"}, "chaptersection": {"type": "string"}, "identifier": {"type": "string"}, "catch_text": {"type": "string"}}, "required": ["title", "chaptersection", "identifier", "catch_text"]}}, "required": ["text", "historical", "credits", "sections", "division", "title", "chapter", "subchapter", "heading"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"text" : "", "historical" : "Prior Codifications\n\n1981 Ed., \u00a7 26-808.\n\nLegislative History of Laws\n\nFor legislative history of D.C. Law 6-107, see Historical and Statutory Notes following \u00a7 26-702.01.\n\nDC CODE \u00a7 26-708\n\nCurrent through December 11, 2012", "credits" : "(Apr. 11, 1986, D.C. Law 6-107, \u00a7 2(i), 33 DCR 1168.)", "sections" : [], "division" : {"identifier" : "V", "text" : "Local Business Affairs"}, "title" : {"identifier" : "26", "text" : "Banks and Other Financial Institutions. (Refs & Annos)"}, "chapter" : {"identifier" : "7", "text" : "Interstate Banking and Branching. (Refs & Annos)"}, "subchapter" : {"identifier" : "I", "text" : "Regional Interstate Banking. (Refs & Annos)"}, "heading" : {"title" : "26", "chaptersection" : "708", "identifier" : "26-708", "catch_text" : "Nonseverability. [Repealed]"}} | json_instruct | {"type": "object", "properties": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {}}, "division": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "title": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "chapter": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "subchapter": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "heading": {"type": "object", "properties": {"title": {"type": "string"}, "chaptersection": {"type": "string"}, "identifier": {"type": "string"}, "catch_text": {"type": "string"}}, "required": ["title", "chaptersection", "identifier", "catch_text"]}}, "required": ["text", "historical", "credits", "sections", "division", "title", "chapter", "subchapter", "heading"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"angular": {"type": "string"}, "angular-animate": {"type": "string"}, "angular-aria": {"type": "string"}, "angular-messages": {"type": "string"}, "angular-meteor": {"type": "string"}, "angular-sortable-view": {"type": "string"}, "angular-ui-router": {"type": "string"}, "angular-utils-pagination": {"type": "string"}, "lodash": {"type": "string"}, "meteor-node-stubs": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "simplewebrtc": {"type": "string"}, "ws": {"type": "string"}}, "required": ["angular", "angular-animate", "angular-aria", "angular-messages", "angular-meteor", "angular-sortable-view", "angular-ui-router", "angular-utils-pagination", "lodash", "meteor-node-stubs", "react", "react-dom", "simplewebrtc", "ws"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}}, "required": ["eslint"]}}, "required": ["name", "version", "description", "private", "scripts", "repository", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "randmly", "version" : "0.0.4", "description" : "randmly WebRtc - Angular - Meteor", "private" : true, "scripts" : {"start" : "meteor --settings settings.json"}, "repository" : {"type" : "git", "url" : "git+https://github.com/flaviocarvalho/randmly.git"}, "license" : "SEE LICENSE IN \"license\"", "bugs" : {"url" : "https://github.com/flaviocarvalho/randmly/issues"}, "homepage" : "http://randmly.com", "dependencies" : {"angular" : "^1.5.3", "angular-animate" : "^1.5.3", "angular-aria" : "^1.5.3", "angular-messages" : "^1.5.3", "angular-meteor" : "^1.3.9", "angular-sortable-view" : "0.0.15", "angular-ui-router" : "^0.2.18", "angular-utils-pagination" : "^0.11.1", "lodash" : "^4.13.1", "meteor-node-stubs" : "~0.2.0", "react" : "^15.2.1", "react-dom" : "^15.2.1", "simplewebrtc" : "^2.2.0", "ws" : "^1.1.1"}, "devDependencies" : {"eslint" : "^2.13.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"angular": {"type": "string"}, "angular-animate": {"type": "string"}, "angular-aria": {"type": "string"}, "angular-messages": {"type": "string"}, "angular-meteor": {"type": "string"}, "angular-sortable-view": {"type": "string"}, "angular-ui-router": {"type": "string"}, "angular-utils-pagination": {"type": "string"}, "lodash": {"type": "string"}, "meteor-node-stubs": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "simplewebrtc": {"type": "string"}, "ws": {"type": "string"}}, "required": ["angular", "angular-animate", "angular-aria", "angular-messages", "angular-meteor", "angular-sortable-view", "angular-ui-router", "angular-utils-pagination", "lodash", "meteor-node-stubs", "react", "react-dom", "simplewebrtc", "ws"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}}, "required": ["eslint"]}}, "required": ["name", "version", "description", "private", "scripts", "repository", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"astro.intersect": {"type": "number"}, "turf.intersect": {"type": "number"}}, "required": ["astro.intersect", "turf.intersect"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"astro.intersect" : 4740.329575021683, "turf.intersect" : 1251.1848341232214} | json_instruct | {"type": "object", "properties": {"astro.intersect": {"type": "number"}, "turf.intersect": {"type": "number"}}, "required": ["astro.intersect", "turf.intersect"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "UsageCost": {"type": "string"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "StateOrProvince": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "StateOrProvince", "Postcode", "CountryID", "Latitude", "Longitude", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "PowerKW": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}, "Quantity": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "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", "UsageTypeID", "UsageCost", "AddressInfo", "Connections", "NumberOfPoints", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"IsRecentlyVerified" : false, "ID" : 175950, "UUID" : "4F612CA0-C072-4858-B767-658E55C5C27D", "DataProviderID" : 1, "OperatorID" : 45, "UsageTypeID" : 1, "UsageCost" : "Free", "AddressInfo" : {"ID" : 176309, "Title" : "Penny Market Pitesti", "AddressLine1" : "Bulevardul B\u0103lcescu Nicolae", "Town" : "Pite\u0219ti", "StateOrProvince" : "Arge\u0219", "Postcode" : "117591", "CountryID" : 184, "Latitude" : 44.87847003886125, "Longitude" : 24.842226223948956, "DistanceUnit" : 0}, "Connections" : [{"ID" : 273260, "ConnectionTypeID" : 2, "StatusTypeID" : 50, "LevelID" : 3, "PowerKW" : 50, "CurrentTypeID" : 30, "Quantity" : 1}, {"ID" : 273261, "ConnectionTypeID" : 1036, "StatusTypeID" : 50, "LevelID" : 2, "Amps" : 32, "Voltage" : 400, "PowerKW" : 22, "CurrentTypeID" : 20, "Quantity" : 1}, {"ID" : 273262, "ConnectionTypeID" : 33, "StatusTypeID" : 50, "LevelID" : 3, "PowerKW" : 50, "CurrentTypeID" : 30, "Quantity" : 1}], "NumberOfPoints" : 2, "StatusTypeID" : 50, "DateLastStatusUpdate" : "2021-06-21T03:20:00Z", "DataQualityLevel" : 1, "DateCreated" : "2021-06-20T10:30:00Z", "SubmissionStatusTypeID" : 200} | json_instruct | {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "UsageCost": {"type": "string"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "StateOrProvince": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "StateOrProvince", "Postcode", "CountryID", "Latitude", "Longitude", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "PowerKW": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}, "Quantity": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "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", "UsageTypeID", "UsageCost", "AddressInfo", "Connections", "NumberOfPoints", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"border": {"type": "boolean"}, "padding": {"type": "boolean"}, "borderWidth": {"type": "number"}, "borderColor": {"type": "object", "properties": {"R": {"type": "integer"}, "G": {"type": "integer"}, "B": {"type": "integer"}}, "required": ["R", "G", "B"]}, "strokeWidth": {"type": "number"}, "strokeColor": {"type": "object", "properties": {"R": {"type": "integer"}, "G": {"type": "integer"}, "B": {"type": "integer"}}, "required": ["R", "G", "B"]}, "backgroundColor": {"type": "object", "properties": {"R": {"type": "integer"}, "G": {"type": "integer"}, "B": {"type": "integer"}}, "required": ["R", "G", "B"]}, "canvasWidth": {"type": "integer"}}, "required": ["border", "padding", "borderWidth", "borderColor", "strokeWidth", "strokeColor", "backgroundColor", "canvasWidth"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"border" : true, "padding" : true, "borderWidth" : 1.2, "borderColor" : {"R" : 27, "G" : 95, "B" : 133}, "strokeWidth" : 1.2, "strokeColor" : {"R" : 27, "G" : 95, "B" : 133}, "backgroundColor" : {"R" : 253, "G" : 246, "B" : 227}, "canvasWidth" : 480} | json_instruct | {"type": "object", "properties": {"border": {"type": "boolean"}, "padding": {"type": "boolean"}, "borderWidth": {"type": "number"}, "borderColor": {"type": "object", "properties": {"R": {"type": "integer"}, "G": {"type": "integer"}, "B": {"type": "integer"}}, "required": ["R", "G", "B"]}, "strokeWidth": {"type": "number"}, "strokeColor": {"type": "object", "properties": {"R": {"type": "integer"}, "G": {"type": "integer"}, "B": {"type": "integer"}}, "required": ["R", "G", "B"]}, "backgroundColor": {"type": "object", "properties": {"R": {"type": "integer"}, "G": {"type": "integer"}, "B": {"type": "integer"}}, "required": ["R", "G", "B"]}, "canvasWidth": {"type": "integer"}}, "required": ["border", "padding", "borderWidth", "borderColor", "strokeWidth", "strokeColor", "backgroundColor", "canvasWidth"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Time" : "2021-01-25T07:00:00Z", "Temp" : 9.4, "RelHum" : 34, "WindSpeed" : 5.9, "WindDir" : 84} | json_instruct | {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["152528200200", "\u8fbe\u5e03\u68ee\u9ad8\u52d2\u560e\u67e5", "210", "0"], ["152528200201", "\u4e4c\u5170\u6dd6\u5c14\u560e\u67e5", "220", "0"], ["152528200202", "\u5d29\u6d2a\u9ad8\u52d2\u560e\u67e5", "220", "0"], ["152528200203", "\u4e43\u4ec1\u9676\u52d2\u76d6\u560e\u67e5", "220", "0"], ["152528200204", "\u5fb7\u65af\u683c\u56fe\u560e\u67e5", "220", "0"], ["152528200205", "\u65b0\u82cf\u83ab\u560e\u67e5", "220", "0"], ["152528200206", "\u963f\u62c9\u5766\u6bdb\u90fd\u560e\u67e5", "220", "0"], ["152528200207", "\u7fc1\u8d21\u6dd6\u5c14\u560e\u67e5", "220", "0"], ["152528200208", "\u5b9d\u65e5\u80e1\u5409\u5c14\u560e\u67e5", "220", "0"], ["152528200209", "\u6d69\u4f0a\u5c14\u547c\u90fd\u560e\u560e\u67e5", "220", "0"], ["152528200210", "\u963f\u65e5\u8212\u7279\u560e\u67e5", "220", "0"], ["152528200211", "\u67e5\u5e72\u6dd6\u5c14\u560e\u67e5", "220", "0"], ["152528200212", "\u67e5\u5e72\u989d\u5c14\u683c\u560e\u67e5", "220", "0"], ["152528200213", "\u5854\u6797\u547c\u90fd\u560e\u560e\u67e5", "220", "0"], ["152528200214", "\u963f\u65e5\u5b9d\u62c9\u683c\u560e\u67e5", "220", "0"], ["152528200215", "\u5df4\u5f66\u67e5\u5e72\u6dd6\u5c14\u560e\u67e5", "220", "0"], ["152528200216", "\u5e03\u65e5\u90fd\u6dd6\u5c14\u560e\u67e5\u6751", "220", "0"], ["152528200217", "\u4f0a\u548c\u4e4c\u62c9\u560e\u67e5", "220", "0"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01010160": {"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": ["E01010160"]}, "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" : {"E01010160" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00051354", "LAD11CD" : "E08000029"}, "arcs" : [[0, 1]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00051358", "LAD11CD" : "E08000029"}, "arcs" : [[2, 3, 4, 5, 6]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00051360", "LAD11CD" : "E08000029"}, "arcs" : [[7, -3, 8]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00051362", "LAD11CD" : "E08000029"}, "arcs" : [[-4, -8, 9]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00051384", "LAD11CD" : "E08000029"}, "arcs" : [[10, -6, 11, -1]]}]}}, "arcs" : [[[2817, 7018], [-791, 147], [-461, -661], [203, -513], [-531, -17]], [[1237, 5974], [-204, 317], [566, 711], [-983, 1056], [835, 1941], [761, -382], [1341, -619], [-736, -1980]], [[5492, 4486], [616, -598], [-664, -763]], [[5444, 3125], [-402, -69], [-1062, 756], [-434, -260], [65, -539], [-617, 218], [-948, -562]], [[2046, 2669], [-382, -256], [-1323, 2108]], [[341, 4521], [4520, 400], [354, 660]], [[5215, 5581], [36, 34], [307, 58], [413, -563], [-479, -624]], [[5057, 1189], [806, 690], [28, 801], [-447, 445]], [[5492, 4486], [1234, 80], [-32, 695], [1181, -122], [-90, -397], [-647, -105], [22, -477], [990, -306], [-26, -346], [-1693, -289], [1510, -1339], [784, 582], [838, 93], [389, -1972], [47, -375], [-922, -113], [-33, -6], [-544, -89], [-3443, 1189]], [[5057, 1189], [-2635, 169], [417, 684], [-793, 627]], [[2817, 7018], [1095, 48], [1092, -858], [211, -627]], [[341, 4521], [-341, 1041], [384, 10], [36, 521], [469, -132], [348, 13]]], "transform" : {"scale" : [1.3124693566838696e-06, 8.279028893882801e-07], "translate" : [-1.79704995778837, 52.43962863235185]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01010160": {"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": ["E01010160"]}, "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#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"app": {"type": "array", "items": {"type": "string"}}, "component---node-modules-gatsby-plugin-offline-app-shell-js": {"type": "array", "items": {"type": "string"}}, "component---src-templates-category-template-js": {"type": "array", "items": {"type": "string"}}, "component---src-templates-post-template-js": {"type": "array", "items": {"type": "string"}}, "component---src-templates-page-template-js": {"type": "array", "items": {"type": "string"}}, "component---src-pages-404-js": {"type": "array", "items": {"type": "string"}}, "component---src-pages-category-js": {"type": "array", "items": {"type": "string"}}, "component---src-pages-contact-js": {"type": "array", "items": {"type": "string"}}, "component---src-pages-index-js": {"type": "array", "items": {"type": "string"}}, "component---src-pages-search-js": {"type": "array", "items": {"type": "string"}}}, "required": ["app", "component---node-modules-gatsby-plugin-offline-app-shell-js", "component---src-templates-category-template-js", "component---src-templates-post-template-js", "component---src-templates-page-template-js", "component---src-pages-404-js", "component---src-pages-category-js", "component---src-pages-contact-js", "component---src-pages-index-js", "component---src-pages-search-js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"app" : ["/app-674ff20624b8839544ec.js"], "component---node-modules-gatsby-plugin-offline-app-shell-js" : ["/component---node-modules-gatsby-plugin-offline-app-shell-js-ec1da19b77b8d79a622f.js"], "component---src-templates-category-template-js" : ["/component---src-templates-category-template-js-b1181455d2e0bb349c16.js"], "component---src-templates-post-template-js" : ["/component---src-templates-post-template-js-81fba53a2d40a99520de.js"], "component---src-templates-page-template-js" : ["/component---src-templates-page-template-js-b090ccb6fd178521ae7d.js"], "component---src-pages-404-js" : ["/component---src-pages-404-js-4f8d6db98a9824c2b75e.js"], "component---src-pages-category-js" : ["/component---src-pages-category-js-495ad9e0134a134be940.js"], "component---src-pages-contact-js" : ["/component---src-pages-contact-js-527047d1be948e57e1c7.js"], "component---src-pages-index-js" : ["/component---src-pages-index-js-dcce95d3ffeccb64878d.js"], "component---src-pages-search-js" : ["/component---src-pages-search-js-053691669fe811852d58.js"]} | json_instruct | {"type": "object", "properties": {"app": {"type": "array", "items": {"type": "string"}}, "component---node-modules-gatsby-plugin-offline-app-shell-js": {"type": "array", "items": {"type": "string"}}, "component---src-templates-category-template-js": {"type": "array", "items": {"type": "string"}}, "component---src-templates-post-template-js": {"type": "array", "items": {"type": "string"}}, "component---src-templates-page-template-js": {"type": "array", "items": {"type": "string"}}, "component---src-pages-404-js": {"type": "array", "items": {"type": "string"}}, "component---src-pages-category-js": {"type": "array", "items": {"type": "string"}}, "component---src-pages-contact-js": {"type": "array", "items": {"type": "string"}}, "component---src-pages-index-js": {"type": "array", "items": {"type": "string"}}, "component---src-pages-search-js": {"type": "array", "items": {"type": "string"}}}, "required": ["app", "component---node-modules-gatsby-plugin-offline-app-shell-js", "component---src-templates-category-template-js", "component---src-templates-post-template-js", "component---src-templates-page-template-js", "component---src-pages-404-js", "component---src-pages-category-js", "component---src-pages-contact-js", "component---src-pages-index-js", "component---src-pages-search-js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "build:watch": {"type": "string"}, "check": {"type": "string"}, "lint": {"type": "string"}, "lint:fix": {"type": "string"}}, "required": ["build", "build:watch", "check", "lint", "lint:fix"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "dependencies": {"type": "object", "properties": {"apollo-server-core": {"type": "string"}, "apollo-server-plugin-base": {"type": "string"}, "graphql": {"type": "string"}, "graphql-query-complexity": {"type": "string"}}, "required": ["apollo-server-core", "apollo-server-plugin-base", "graphql", "graphql-query-complexity"]}, "gitHead": {"type": "string"}}, "required": ["name", "version", "description", "keywords", "author", "homepage", "license", "main", "files", "repository", "scripts", "bugs", "dependencies", "gitHead"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "apollo-query-complexity", "version" : "0.2.1", "description" : "An Apollo-Server plugin to perform query complexity control", "keywords" : ["Apollo-Server"], "author" : "linbudu599", "homepage" : "https://github.com/linbudu599/apollo-server-midway#readme", "license" : "MIT", "main" : "./dist/index.js", "files" : ["dist/**/*.js", "dist/**/*.d.ts"], "repository" : {"type" : "git", "url" : "git+https://github.com/linbudu599/apollo-server-midway.git"}, "scripts" : {"build" : "tsc", "build:watch" : "tsc --watch", "check" : "tsc --noEmit", "lint" : "mwts check", "lint:fix" : "mwts fix"}, "bugs" : {"url" : "https://github.com/linbudu599/apollo-server-midway/issues"}, "dependencies" : {"apollo-server-core" : "^3.1.2", "apollo-server-plugin-base" : "^3.1.1", "graphql" : "^15.5.1", "graphql-query-complexity" : "^0.9.0"}, "gitHead" : "b0fa3e7d2ad3a04442ecdf23e252e3cc1630bce0"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "main": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "build:watch": {"type": "string"}, "check": {"type": "string"}, "lint": {"type": "string"}, "lint:fix": {"type": "string"}}, "required": ["build", "build:watch", "check", "lint", "lint:fix"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "dependencies": {"type": "object", "properties": {"apollo-server-core": {"type": "string"}, "apollo-server-plugin-base": {"type": "string"}, "graphql": {"type": "string"}, "graphql-query-complexity": {"type": "string"}}, "required": ["apollo-server-core", "apollo-server-plugin-base", "graphql", "graphql-query-complexity"]}, "gitHead": {"type": "string"}}, "required": ["name", "version", "description", "keywords", "author", "homepage", "license", "main", "files", "repository", "scripts", "bugs", "dependencies", "gitHead"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"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"}, "dependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "image-decode": {"type": "string"}}, "required": ["@types/node", "image-decode"]}, "devDependencies": {"type": "object", "properties": {"@types/mocha": {"type": "string"}, "mocha": {"type": "string"}, "ts-node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/mocha", "mocha", "ts-node", "typescript"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@zerasul/image-read-helper", "version" : "0.0.1", "description" : "Image Reader For get information from BMP, PNG and JPEG Images", "main" : "build/index.js", "scripts" : {"test" : "mocha -r ts-node/register src/**/*.spec.ts"}, "repository" : {"type" : "git", "url" : "https://github.com/zerasul/image-reader-helper"}, "keywords" : ["image", "jpg", "bmp", "png", "reader", "helper", "palette"], "author" : "Zerasul", "license" : "SEE LICENSE IN LICENSE", "dependencies" : {"@types/node" : "^17.0.8", "image-decode" : "^1.2.2"}, "devDependencies" : {"@types/mocha" : "^9.0.0", "mocha" : "^9.1.3", "ts-node" : "^10.0.0", "typescript" : "^4.3.2"}} | 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"}, "dependencies": {"type": "object", "properties": {"@types/node": {"type": "string"}, "image-decode": {"type": "string"}}, "required": ["@types/node", "image-decode"]}, "devDependencies": {"type": "object", "properties": {"@types/mocha": {"type": "string"}, "mocha": {"type": "string"}, "ts-node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/mocha", "mocha", "ts-node", "typescript"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "dependencies", "devDependencies"], "$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"}, "private": {"type": "boolean"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "dependencies": {"type": "object", "properties": {"@material-ui/core": {"type": "string"}, "cosmicjs": {"type": "string"}, "eslint-module-utils": {"type": "string"}, "express": {"type": "string"}, "lodash.chunk": {"type": "string"}, "lodash.flatten": {"type": "string"}, "lodash.startcase": {"type": "string"}, "lodash.uniq": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-scripts": {"type": "string"}, "spotify-web-api-js": {"type": "string"}}, "required": ["@material-ui/core", "cosmicjs", "eslint-module-utils", "express", "lodash.chunk", "lodash.flatten", "lodash.startcase", "lodash.uniq", "react", "react-dom", "react-scripts", "spotify-web-api-js"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "productionstart": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}, "eject": {"type": "string"}}, "required": ["start", "productionstart", "build", "test", "eject"]}, "license": {"type": "string"}}, "required": ["name", "version", "private", "engines", "dependencies", "scripts", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "oldschoolshuffle", "version" : "0.1.0", "private" : true, "engines" : {"node" : "7.10.0"}, "dependencies" : {"@material-ui/core" : "^3.0.1", "cosmicjs" : "^3.2.12", "eslint-module-utils" : "^2.2.0", "express" : "^4.16.3", "lodash.chunk" : "^4.2.0", "lodash.flatten" : "^4.4.0", "lodash.startcase" : "^4.4.0", "lodash.uniq" : "^4.5.0", "react" : "^16.4.2", "react-dom" : "^16.4.2", "react-scripts" : "1.1.5", "spotify-web-api-js" : "^1.1.1"}, "scripts" : {"start" : "react-scripts start", "productionstart" : "npm run build && node app.js", "build" : "react-scripts build", "test" : "react-scripts test --env=jsdom", "eject" : "react-scripts eject"}, "license" : "MIT"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "dependencies": {"type": "object", "properties": {"@material-ui/core": {"type": "string"}, "cosmicjs": {"type": "string"}, "eslint-module-utils": {"type": "string"}, "express": {"type": "string"}, "lodash.chunk": {"type": "string"}, "lodash.flatten": {"type": "string"}, "lodash.startcase": {"type": "string"}, "lodash.uniq": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-scripts": {"type": "string"}, "spotify-web-api-js": {"type": "string"}}, "required": ["@material-ui/core", "cosmicjs", "eslint-module-utils", "express", "lodash.chunk", "lodash.flatten", "lodash.startcase", "lodash.uniq", "react", "react-dom", "react-scripts", "spotify-web-api-js"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "productionstart": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}, "eject": {"type": "string"}}, "required": ["start", "productionstart", "build", "test", "eject"]}, "license": {"type": "string"}}, "required": ["name", "version", "private", "engines", "dependencies", "scripts", "license"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"tag": {"type": "string"}}, "required": ["tag"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"tag" : "hello"} | json_instruct | {"type": "object", "properties": {"tag": {"type": "string"}}, "required": ["tag"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "force": {"type": "string"}, "level": {"type": "string"}, "mechanic": {"type": "string"}, "equipment": {"type": "string"}, "primaryMuscles": {"type": "array", "items": {"type": "string"}}, "secondaryMuscles": {"type": "array", "items": {"type": "string"}}, "instructions": {"type": "array", "items": {"type": "string"}}, "category": {"type": "string"}}, "required": ["name", "force", "level", "mechanic", "equipment", "primaryMuscles", "secondaryMuscles", "instructions", "category"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Clean from Blocks", "force" : "pull", "level" : "intermediate", "mechanic" : "compound", "equipment" : "barbell", "primaryMuscles" : ["quadriceps"], "secondaryMuscles" : ["calves", "glutes", "hamstrings", "shoulders", "traps"], "instructions" : ["With a barbell on boxes or stands of the desired height, take an overhand or hook grip just outside the legs. Lower your hips with the weight focused on the heels, back straight, head facing forward, chest up, with your shoulders just in front of the bar. This will be your starting position.", "Begin the first pull by driving through the heels, extending your knees. Your back angle should stay the same, and your arms should remain straight with the elbows pointed out.", "As full extension is achieved, transition into the receiving position by aggressively shrugging and flexing the arms with the elbows up and out. Aggressively pull yourself down, rotating your elbows under the bar as you do so. Receive the bar in a front squat position, the depth of which is dependent upon the height of the bar at the end of the third pull. The bar should be racked onto the protracted shoulders, lightly touching the throat with the hands relaxed. Continue to descend to the bottom squat position, which will help in the recovery.", "Immediately recover by driving through the heels, keeping the torso upright and elbows up. Continue until you have risen to a standing position. Return the weight to the boxes for the next rep."], "category" : "olympic weightlifting"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "force": {"type": "string"}, "level": {"type": "string"}, "mechanic": {"type": "string"}, "equipment": {"type": "string"}, "primaryMuscles": {"type": "array", "items": {"type": "string"}}, "secondaryMuscles": {"type": "array", "items": {"type": "string"}}, "instructions": {"type": "array", "items": {"type": "string"}}, "category": {"type": "string"}}, "required": ["name", "force", "level", "mechanic", "equipment", "primaryMuscles", "secondaryMuscles", "instructions", "category"], "$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"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "18", "provinceId" : "73", "regencyId" : "17", "name" : "Lamasi Timur"} | 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#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nom" : "Hontanx", "dpt" : "Landes", "inscrits" : 497, "abs" : 67, "votants" : 430, "blancs" : 4, "nuls" : 4, "exp" : 422, "res" : [{"panneau" : "3", "voix" : 91}, {"panneau" : "2", "voix" : 85}, {"panneau" : "9", "voix" : 67}, {"panneau" : "11", "voix" : 66}, {"panneau" : "4", "voix" : 49}, {"panneau" : "8", "voix" : 34}, {"panneau" : "1", "voix" : 25}, {"panneau" : "6", "voix" : 3}, {"panneau" : "7", "voix" : 1}, {"panneau" : "10", "voix" : 1}, {"panneau" : "5", "voix" : 0}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"stationGroupId" : 1120431, "stations" : ["1120431"]} | json_instruct | {"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "debug": {"type": "string"}, "dev": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "debug", "dev", "test"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"cron": {"type": "string"}, "express": {"type": "string"}, "mongoose": {"type": "string"}, "trending-github": {"type": "string"}}, "required": ["cron", "express", "mongoose", "trending-github"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "trending-crawler", "version" : "0.1.0", "description" : "", "main" : "index.js", "scripts" : {"start" : "node src/index.js", "debug" : "PORT=4001 node --nolazy --inspect-brk=9229 src/index.js", "dev" : "PORT=4001 nodemon src/index.js", "test" : "echo \"Error: no test specified\" && exit 1"}, "keywords" : [], "author" : "me@jfroffice.me", "license" : "MIT", "dependencies" : {"cron" : "^1.7.1", "express" : "^4.16.2", "mongoose" : "^5.0.8", "trending-github" : "^1.1.16"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "debug": {"type": "string"}, "dev": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "debug", "dev", "test"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"cron": {"type": "string"}, "express": {"type": "string"}, "mongoose": {"type": "string"}, "trending-github": {"type": "string"}}, "required": ["cron", "express", "mongoose", "trending-github"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"sender": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "to": {"type": "array", "items": {"type": "object", "properties": {"email": {"type": "string"}, "name": {"type": "string"}}, "required": ["email", "name"]}}, "bcc": {"type": "array", "items": {"type": "object", "properties": {"email": {"type": "string"}, "name": {"type": "string"}}, "required": ["email", "name"]}}, "cc": {"type": "array", "items": {"type": "object", "properties": {"email": {"type": "string"}, "name": {"type": "string"}}, "required": ["email", "name"]}}, "htmlContent": {"type": "string"}, "textContent": {"type": "string"}, "subject": {"type": "string"}, "replyTo": {"type": "array", "items": {"type": "object", "properties": {"email": {"type": "string"}, "name": {"type": "string"}}, "required": ["email", "name"]}}, "headers": {"type": "object", "properties": {"MIME-Version": {"type": "string"}, "Subject": {"type": "string"}, "X-Mailin-Tag": {"type": "string"}}, "required": ["MIME-Version", "Subject", "X-Mailin-Tag"]}}, "required": ["sender", "to", "bcc", "cc", "htmlContent", "textContent", "subject", "replyTo", "headers"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"sender" : {"name" : "from email!", "email" : "from@email.com"}, "to" : [{"email" : "to@example.net", "name" : "to whom!"}], "bcc" : [{"email" : "bcc@example.net", "name" : "bcc whom!"}], "cc" : [{"email" : "cc@example.net", "name" : "cc whom!"}], "htmlContent" : "This is the <h1>HTML</h1>", "textContent" : "This is the text", "subject" : "My subject", "replyTo" : [{"email" : "replyto@email.com", "name" : "reply to!"}], "headers" : {"MIME-Version" : "1.0", "Subject" : "My subject", "X-Mailin-Tag" : "test"}} | json_instruct | {"type": "object", "properties": {"sender": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "to": {"type": "array", "items": {"type": "object", "properties": {"email": {"type": "string"}, "name": {"type": "string"}}, "required": ["email", "name"]}}, "bcc": {"type": "array", "items": {"type": "object", "properties": {"email": {"type": "string"}, "name": {"type": "string"}}, "required": ["email", "name"]}}, "cc": {"type": "array", "items": {"type": "object", "properties": {"email": {"type": "string"}, "name": {"type": "string"}}, "required": ["email", "name"]}}, "htmlContent": {"type": "string"}, "textContent": {"type": "string"}, "subject": {"type": "string"}, "replyTo": {"type": "array", "items": {"type": "object", "properties": {"email": {"type": "string"}, "name": {"type": "string"}}, "required": ["email", "name"]}}, "headers": {"type": "object", "properties": {"MIME-Version": {"type": "string"}, "Subject": {"type": "string"}, "X-Mailin-Tag": {"type": "string"}}, "required": ["MIME-Version", "Subject", "X-Mailin-Tag"]}}, "required": ["sender", "to", "bcc", "cc", "htmlContent", "textContent", "subject", "replyTo", "headers"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"userId" : 28865, "cartId" : "36838489-ceb3-4e46-a912-9de89bb58c88", "preferredProducts" : [1726], "productReviews" : []} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$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"}, "version": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "contributors": {"type": "array", "items": {}}, "dependencies": {"type": "object", "properties": {"aws-iot-device-sdk": {"type": "string"}}, "required": ["aws-iot-device-sdk"]}}, "required": ["name", "version", "keywords", "author", "contributors", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "TempSensor", "version" : "1.0.0", "keywords" : ["util", "functional", "server", "client", "browser"], "author" : "Mario Contreras <marioc@nazul.net>", "contributors" : [], "dependencies" : {"aws-iot-device-sdk" : "*"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "contributors": {"type": "array", "items": {}}, "dependencies": {"type": "object", "properties": {"aws-iot-device-sdk": {"type": "string"}}, "required": ["aws-iot-device-sdk"]}}, "required": ["name", "version", "keywords", "author", "contributors", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"inputs": {"type": "array", "items": {"type": "object", "properties": {"topic": {"type": "string"}, "key": {"type": "null"}, "value": {"type": "object", "properties": {"TITLE": {"type": "string"}, "movie_id": {"type": "string"}, "release_year": {"type": "integer"}}, "required": ["TITLE", "movie_id", "release_year"]}}, "required": ["topic", "key", "value"]}}}, "required": ["inputs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"inputs" : [{"topic" : "json-movies", "key" : null, "value" : {"TITLE" : "Lethal Weapon", "movie_id" : "1", "release_year" : 1992}}, {"topic" : "json-movies", "key" : null, "value" : {"TITLE" : "Die Hard", "movie_id" : "2", "release_year" : 1988}}, {"topic" : "json-movies", "key" : null, "value" : {"TITLE" : "Predator", "movie_id" : "3", "release_year" : 1997}}]} | json_instruct | {"type": "object", "properties": {"inputs": {"type": "array", "items": {"type": "object", "properties": {"topic": {"type": "string"}, "key": {"type": "null"}, "value": {"type": "object", "properties": {"TITLE": {"type": "string"}, "movie_id": {"type": "string"}, "release_year": {"type": "integer"}}, "required": ["TITLE", "movie_id", "release_year"]}}, "required": ["topic", "key", "value"]}}}, "required": ["inputs"], "$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"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "6209060009", "district_id" : "6209060", "name" : "TEWANG RANGKANG"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"blind-structure": {"type": "string"}, "timeouts": {"type": "object", "properties": {"update-pots": {"type": "integer"}, "update-equities": {"type": "integer"}, "next-phase": {"type": "integer"}, "next-phase-allin": {"type": "integer"}, "next-phase-allin-pre": {"type": "integer"}, "show-winner": {"type": "integer"}, "show-winner-sidepot-interval": {"type": "integer"}}, "required": ["update-pots", "update-equities", "next-phase", "next-phase-allin", "next-phase-allin-pre", "show-winner", "show-winner-sidepot-interval"]}}, "required": ["blind-structure", "timeouts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"blind-structure" : "tourney-turbo", "timeouts" : {"update-pots" : 400, "update-equities" : 500, "next-phase" : 1000, "next-phase-allin" : 1500, "next-phase-allin-pre" : 2000, "show-winner" : 1500, "show-winner-sidepot-interval" : 500}} | json_instruct | {"type": "object", "properties": {"blind-structure": {"type": "string"}, "timeouts": {"type": "object", "properties": {"update-pots": {"type": "integer"}, "update-equities": {"type": "integer"}, "next-phase": {"type": "integer"}, "next-phase-allin": {"type": "integer"}, "next-phase-allin-pre": {"type": "integer"}, "show-winner": {"type": "integer"}, "show-winner-sidepot-interval": {"type": "integer"}}, "required": ["update-pots", "update-equities", "next-phase", "next-phase-allin", "next-phase-allin-pre", "show-winner", "show-winner-sidepot-interval"]}}, "required": ["blind-structure", "timeouts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "title-overview": {"type": "string"}, "title-error": {"type": "string"}, "title-updatelog": {"type": "string"}, "updatelog-intro": {"type": "string"}, "updatelog-active": {"type": "string"}, "download-button": {"type": "string"}, "title-downloadpage": {"type": "string"}, "err-snapshotindex": {"type": "string"}, "err-invalid-repo": {"type": "string"}, "err-invalid-branch": {"type": "string"}, "err-nosnapshot": {"type": "string"}, "err-noupdatelog": {"type": "string"}, "repo-site-link": {"type": "string"}, "repo-browse-link": {"type": "string"}, "repo-branches-label": {"type": "string"}, "repo-lastmoddate-label": {"type": "string"}, "branches-submit-button": {"type": "string"}, "updatelog-link": {"type": "string"}, "tablehead-repo": {"type": "string"}, "tablehead-snapshots": {"type": "string"}, "tablehead-branch": {"type": "string"}, "tablehead-filesize": {"type": "string"}, "tablehead-hash": {"type": "string"}}, "required": ["@metadata", "title-overview", "title-error", "title-updatelog", "updatelog-intro", "updatelog-active", "download-button", "title-downloadpage", "err-snapshotindex", "err-invalid-repo", "err-invalid-branch", "err-nosnapshot", "err-noupdatelog", "repo-site-link", "repo-browse-link", "repo-branches-label", "repo-lastmoddate-label", "branches-submit-button", "updatelog-link", "tablehead-repo", "tablehead-snapshots", "tablehead-branch", "tablehead-filesize", "tablehead-hash"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"@metadata" : {"authors" : ["Borich\u00e8t", "Dragon\u00f2t", "\u0db4\u0dc3\u0dd2\u0db3\u0dd4 \u0d9a\u0dcf\u0dc0\u0dd2\u0db1\u0dca\u0daf"]}, "title-overview" : "F\u00f2to", "title-error" : "Eror", "title-updatelog" : "Agiorn\u00e9 \u00ebl registr", "updatelog-intro" : "\u00cbl copion d'agiornament a l'\u00e9 program\u00e0 p\u00ebr marc\u00e9 tute j'ore. S\u00ec-sota a-i \u00e9 la surt\u00eca dla plancia dl'\u00f9ltima esecussion.", "updatelog-active" : "\u00cbl copion d'agiornament a l'\u00e9 an camin ch'a marcia. Ch'a torna pi tard p\u00ebr \u00ebl registr complet.", "download-button" : "D\u00ebscaria $1", "title-downloadpage" : "D\u00ebscaria: $1", "err-snapshotindex" : "T\u00e0ula dle f\u00f2to al moment nen dispon\u00ecbij. P\u00ebr pias\u00ec, ch'a preuva torna pi tard.", "err-invalid-repo" : "Dep\u00f2sit pa conoss\u00f9: \"$1\".", "err-invalid-branch" : "Session pa conoss\u00f9a: \"$1\" ant \u00ebl dep\u00f2sit \"$2\".", "err-nosnapshot" : "Le plance a son gener\u00e0 minca p\u00f2che ore. Antramentre ch'as generavo le plance p\u00ebr \u00ab$1\u00bb, a l'\u00e9 capitaje n'eror. P\u00ebr pias\u00ec, ch'a preuva torna pi tard.", "err-noupdatelog" : "Gnun agiornament \u00ebd registr a son st\u00e0it trov\u00e0.", "repo-site-link" : "Sit dl'aragn\u00e0", "repo-browse-link" : "Navigh\u00e9 ant \u00ebl dep\u00f2sit", "repo-branches-label" : "Session:", "repo-lastmoddate-label" : "Data:", "branches-submit-button" : "Otenlo!", "updatelog-link" : "agiorn\u00e9 el registr", "tablehead-repo" : "Dep\u00f2sit", "tablehead-snapshots" : "F\u00f2to", "tablehead-branch" : "Session", "tablehead-filesize" : "Amzure dl'archivi", "tablehead-hash" : "Gifre \u00ebd contr\u00f2l"} | json_instruct | {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "title-overview": {"type": "string"}, "title-error": {"type": "string"}, "title-updatelog": {"type": "string"}, "updatelog-intro": {"type": "string"}, "updatelog-active": {"type": "string"}, "download-button": {"type": "string"}, "title-downloadpage": {"type": "string"}, "err-snapshotindex": {"type": "string"}, "err-invalid-repo": {"type": "string"}, "err-invalid-branch": {"type": "string"}, "err-nosnapshot": {"type": "string"}, "err-noupdatelog": {"type": "string"}, "repo-site-link": {"type": "string"}, "repo-browse-link": {"type": "string"}, "repo-branches-label": {"type": "string"}, "repo-lastmoddate-label": {"type": "string"}, "branches-submit-button": {"type": "string"}, "updatelog-link": {"type": "string"}, "tablehead-repo": {"type": "string"}, "tablehead-snapshots": {"type": "string"}, "tablehead-branch": {"type": "string"}, "tablehead-filesize": {"type": "string"}, "tablehead-hash": {"type": "string"}}, "required": ["@metadata", "title-overview", "title-error", "title-updatelog", "updatelog-intro", "updatelog-active", "download-button", "title-downloadpage", "err-snapshotindex", "err-invalid-repo", "err-invalid-branch", "err-nosnapshot", "err-noupdatelog", "repo-site-link", "repo-browse-link", "repo-branches-label", "repo-lastmoddate-label", "branches-submit-button", "updatelog-link", "tablehead-repo", "tablehead-snapshots", "tablehead-branch", "tablehead-filesize", "tablehead-hash"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "variable1": {"type": "number"}, "variable2": {"type": "number"}, "variable3": {"type": "string"}}, "required": ["id", "variable1", "variable2", "variable3"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "010801010502", "variable1" : 0.4136, "variable2" : 0.2207, "variable3" : "A"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "variable1": {"type": "number"}, "variable2": {"type": "number"}, "variable3": {"type": "string"}}, "required": ["id", "variable1", "variable2", "variable3"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"national": {"type": "null"}, "wmo": {"type": "null"}, "ghcn": {"type": "null"}, "wban": {"type": "null"}, "usaf": {"type": "null"}, "mosmix": {"type": "null"}, "icao": {"type": "string"}, "iata": {"type": "null"}}, "required": ["national", "wmo", "ghcn", "wban", "usaf", "mosmix", "icao", "iata"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}, "history": {"type": "array", "items": {}}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone", "history"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "GEHM0", "name" : {"en" : "Melilla (hel Militar)"}, "country" : "ES", "region" : "ML", "identifiers" : {"national" : null, "wmo" : null, "ghcn" : null, "wban" : null, "usaf" : null, "mosmix" : null, "icao" : "GEHM", "iata" : null}, "location" : {"latitude" : 35.2803, "longitude" : -2.9581, "elevation" : 37}, "timezone" : "Africa/Ceuta", "history" : []} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"national": {"type": "null"}, "wmo": {"type": "null"}, "ghcn": {"type": "null"}, "wban": {"type": "null"}, "usaf": {"type": "null"}, "mosmix": {"type": "null"}, "icao": {"type": "string"}, "iata": {"type": "null"}}, "required": ["national", "wmo", "ghcn", "wban", "usaf", "mosmix", "icao", "iata"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}, "history": {"type": "array", "items": {}}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone", "history"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"fn_name": {"type": "string"}, "inputs": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "outputs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["fn_name", "inputs", "outputs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"fn_name" : "count_consonants", "inputs" : [["sillystring"], ["aeiou"], ["abcdefghijklmnopqrstuvwxyz"], ["Count my unique consonants!!"]], "outputs" : [[7], [0], [21], [7]]} | json_instruct | {"type": "object", "properties": {"fn_name": {"type": "string"}, "inputs": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "outputs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "required": ["fn_name", "inputs", "outputs"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"through2": {"type": "string"}}, "required": ["through2"]}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["chai", "mocha"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "coverage": {"type": "string"}}, "required": ["test", "coverage"]}, "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"}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "promise-spawner", "version" : "1.1.2", "description" : "Lazy nodejs spawner with stdout/stderr streams and error handling through promises", "main" : "index.js", "dependencies" : {"through2" : "~2.0.3"}, "devDependencies" : {"chai" : "~3.5.0", "mocha" : "~3.4.2"}, "scripts" : {"test" : "mocha --reporter spec", "coverage" : "istanbul cover _mocha"}, "repository" : {"type" : "git", "url" : "https://github.com/soyuka/promise-spawner.git"}, "keywords" : ["spawn", "exec", "promise", "stream", "though"], "author" : "soyuka", "license" : "MIT", "bugs" : {"url" : "https://github.com/soyuka/promise-spawner/issues"}, "homepage" : "https://github.com/soyuka/promise-spawner"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"through2": {"type": "string"}}, "required": ["through2"]}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["chai", "mocha"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "coverage": {"type": "string"}}, "required": ["test", "coverage"]}, "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"}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage"], "$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"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "dependencies": {"type": "object", "properties": {"react": {"type": "string"}, "react-native": {"type": "string"}, "react-native-calendars": {"type": "string"}, "react-native-datepicker": {"type": "string"}, "react-native-maps": {"type": "string"}, "react-native-pathjs-charts": {"type": "string"}, "react-native-slider": {"type": "string"}, "react-navigation": {"type": "string"}}, "required": ["react", "react-native", "react-native-calendars", "react-native-datepicker", "react-native-maps", "react-native-pathjs-charts", "react-native-slider", "react-navigation"]}, "devDependencies": {"type": "object", "properties": {"babel-jest": {"type": "string"}, "babel-preset-react-native": {"type": "string"}, "jest": {"type": "string"}, "react-test-renderer": {"type": "string"}}, "required": ["babel-jest", "babel-preset-react-native", "jest", "react-test-renderer"]}, "jest": {"type": "object", "properties": {"preset": {"type": "string"}}, "required": ["preset"]}}, "required": ["name", "version", "private", "scripts", "dependencies", "devDependencies", "jest"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "clusterbomb", "version" : "0.0.1", "private" : true, "scripts" : {"start" : "NODE_PATH=. node node_modules/react-native/local-cli/cli.js start", "test" : "NODE_PATH=. jest"}, "dependencies" : {"react" : "^16.0.0-beta.5", "react-native" : "^0.61.5", "react-native-calendars" : "^1.7.1", "react-native-datepicker" : "^1.6.0", "react-native-maps" : "^0.17.1", "react-native-pathjs-charts" : "0.0.31", "react-native-slider" : "^0.11.0", "react-navigation" : "^1.0.0-beta.15"}, "devDependencies" : {"babel-jest" : "^25.0.0", "babel-preset-react-native" : "4.0.0", "jest" : "^25.0.0", "react-test-renderer" : "16.0.0-beta.5"}, "jest" : {"preset" : "react-native"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "dependencies": {"type": "object", "properties": {"react": {"type": "string"}, "react-native": {"type": "string"}, "react-native-calendars": {"type": "string"}, "react-native-datepicker": {"type": "string"}, "react-native-maps": {"type": "string"}, "react-native-pathjs-charts": {"type": "string"}, "react-native-slider": {"type": "string"}, "react-navigation": {"type": "string"}}, "required": ["react", "react-native", "react-native-calendars", "react-native-datepicker", "react-native-maps", "react-native-pathjs-charts", "react-native-slider", "react-navigation"]}, "devDependencies": {"type": "object", "properties": {"babel-jest": {"type": "string"}, "babel-preset-react-native": {"type": "string"}, "jest": {"type": "string"}, "react-test-renderer": {"type": "string"}}, "required": ["babel-jest", "babel-preset-react-native", "jest", "react-test-renderer"]}, "jest": {"type": "object", "properties": {"preset": {"type": "string"}}, "required": ["preset"]}}, "required": ["name", "version", "private", "scripts", "dependencies", "devDependencies", "jest"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"activities-heart": {"type": "array", "items": {"type": "object", "properties": {"dateTime": {"type": "string"}, "value": {"type": "object", "properties": {"customHeartRateZones": {"type": "array", "items": {}}, "heartRateZones": {"type": "array", "items": {"type": "object", "properties": {"caloriesOut": {"type": "number"}, "max": {"type": "integer"}, "min": {"type": "integer"}, "minutes": {"type": "integer"}, "name": {"type": "string"}}, "required": ["caloriesOut", "max", "min", "minutes", "name"]}}}, "required": ["customHeartRateZones", "heartRateZones"]}}, "required": ["dateTime", "value"]}}, "activities-heart-intraday": {"type": "object", "properties": {"dataset": {"type": "array", "items": {"type": "object", "properties": {"time": {"type": "string"}, "value": {"type": "integer"}}, "required": ["time", "value"]}}, "datasetInterval": {"type": "integer"}, "datasetType": {"type": "string"}}, "required": ["dataset", "datasetInterval", "datasetType"]}}, "required": ["activities-heart", "activities-heart-intraday"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"activities-heart" : [{"dateTime" : "2016-04-03", "value" : {"customHeartRateZones" : [], "heartRateZones" : [{"caloriesOut" : 92.0788, "max" : 100, "min" : 30, "minutes" : 25, "name" : "Out of Range"}, {"caloriesOut" : 21.9118, "max" : 140, "min" : 100, "minutes" : 3, "name" : "Fat Burn"}, {"caloriesOut" : 0, "max" : 170, "min" : 140, "minutes" : 0, "name" : "Cardio"}, {"caloriesOut" : 0, "max" : 220, "min" : 170, "minutes" : 0, "name" : "Peak"}]}}], "activities-heart-intraday" : {"dataset" : [{"time" : "00:00:00", "value" : 96}, {"time" : "00:01:00", "value" : 102}, {"time" : "00:02:00", "value" : 102}, {"time" : "00:03:00", "value" : 98}, {"time" : "00:04:00", "value" : 104}, {"time" : "00:05:00", "value" : 87}, {"time" : "00:06:00", "value" : 80}, {"time" : "00:07:00", "value" : 84}, {"time" : "00:08:00", "value" : 81}, {"time" : "00:09:00", "value" : 83}, {"time" : "00:10:00", "value" : 77}, {"time" : "00:11:00", "value" : 69}, {"time" : "00:12:00", "value" : 72}, {"time" : "00:13:00", "value" : 77}, {"time" : "00:14:00", "value" : 79}, {"time" : "00:15:00", "value" : 82}, {"time" : "00:16:00", "value" : 78}, {"time" : "00:17:00", "value" : 73}, {"time" : "00:18:00", "value" : 74}, {"time" : "00:19:00", "value" : 78}, {"time" : "00:20:00", "value" : 76}, {"time" : "00:21:00", "value" : 76}, {"time" : "00:22:00", "value" : 76}, {"time" : "00:23:00", "value" : 96}, {"time" : "00:24:00", "value" : 93}, {"time" : "00:25:00", "value" : 93}, {"time" : "00:26:00", "value" : 87}, {"time" : "00:27:00", "value" : 87}], "datasetInterval" : 1, "datasetType" : "minute"}} | json_instruct | {"type": "object", "properties": {"activities-heart": {"type": "array", "items": {"type": "object", "properties": {"dateTime": {"type": "string"}, "value": {"type": "object", "properties": {"customHeartRateZones": {"type": "array", "items": {}}, "heartRateZones": {"type": "array", "items": {"type": "object", "properties": {"caloriesOut": {"type": "number"}, "max": {"type": "integer"}, "min": {"type": "integer"}, "minutes": {"type": "integer"}, "name": {"type": "string"}}, "required": ["caloriesOut", "max", "min", "minutes", "name"]}}}, "required": ["customHeartRateZones", "heartRateZones"]}}, "required": ["dateTime", "value"]}}, "activities-heart-intraday": {"type": "object", "properties": {"dataset": {"type": "array", "items": {"type": "object", "properties": {"time": {"type": "string"}, "value": {"type": "integer"}}, "required": ["time", "value"]}}, "datasetInterval": {"type": "integer"}, "datasetType": {"type": "string"}}, "required": ["dataset", "datasetInterval", "datasetType"]}}, "required": ["activities-heart", "activities-heart-intraday"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01025973": {"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": ["E01025973"]}, "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" : {"E01025973" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00131807", "LAD11CD" : "E07000135"}, "arcs" : [[0, 1, 2]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00131808", "LAD11CD" : "E07000135"}, "arcs" : [[3, 4, 5]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00131809", "LAD11CD" : "E07000135"}, "arcs" : [[6, -4, 7]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00174266", "LAD11CD" : "E07000135"}, "arcs" : [[-3, 8, 9]]}, {"type" : "Polygon", "properties" : {"OA11CD" : "E00174267", "LAD11CD" : "E07000135"}, "arcs" : [[10, -9, -2, 11, -5, -7]]}]}}, "arcs" : [[[259, 5368], [49, 305], [244, 2823], [1075, -190], [483, -246]], [[2110, 8060], [-277, -488], [-352, 97], [-57, -177], [-9, -735], [312, -169], [-137, -464], [170, -471], [-205, -317], [95, -333], [433, 425], [531, -359]], [[2614, 5069], [-218, -451], [-2137, 750]], [[3673, 7315], [-86, -400], [201, -394], [966, -7], [1393, -487], [-515, -1264], [-279, -193], [-9, -355], [283, -460], [-103, -1238]], [[5524, 2517], [-180, -438], [-136, 68], [26, 244], [-465, 920], [-961, 361], [-250, 1088], [-454, 107], [-32, 531], [-353, 102], [6, 541], [-160, 43], [-22, 280], [533, 620], [81, 563]], [[3157, 7547], [516, -232]], [[6741, 1161], [-225, 198], [136, 898], [-1128, 260]], [[3673, 7315], [766, 16], [134, -7], [-30, 766], [581, -188], [-88, -736], [1627, -489], [929, -811], [887, 3665], [339, 468], [1181, -934], [-394, -1469], [-644, -549], [-291, -750], [571, -586], [-127, -493], [-396, -1602], [-986, 378], [-509, -541], [-256, -1918], [63, -573], [-289, 199]], [[2614, 5069], [199, -1953]], [[2813, 3116], [-232, -1905], [-55, 369], [-618, 385], [132, 1410], [-210, -68], [-178, -782], [-139, 43], [43, 472], [-446, -20], [-761, 556], [-349, 229], [88, 512], [171, 1051]], [[6741, 1161], [-10, -783], [-372, -378], [-1437, 741], [119, 123], [-164, 660], [-437, 895], [-1627, 697]], [[2110, 8060], [1047, -513]]], "transform" : {"scale" : [3.1628536200419088e-06, 1.1228253314101297e-06], "translate" : [-1.098387001152354, 52.60682111606259]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01025973": {"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": ["E01025973"]}, "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#"} |
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" : "spriteful", "definition" : "See Sprightful, Sprightfully, Sprightliness, Sprightly, etc."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "mintable": {"type": "boolean"}, "ethereum_address": {"type": "string"}}, "required": ["symbol", "name", "decimals", "address", "mintable", "ethereum_address"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"symbol" : "sETH", "name" : "Synth sETH (PoS)", "decimals" : 18, "address" : "0x53c1ab7a25f1a44921de8bf479f5528845fc1254", "mintable" : false, "ethereum_address" : "0x5e74c9036fb86bd7ecdcb084a0673efc32ea31cb"} | json_instruct | {"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "mintable": {"type": "boolean"}, "ethereum_address": {"type": "string"}}, "required": ["symbol", "name", "decimals", "address", "mintable", "ethereum_address"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "string"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}, "required": ["main"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 135416, "info" : {"name" : "Akiba-souken Article Width Changer", "description" : "\u30a2\u30ad\u30d0\u7dcf\u7814\u306e\u8a18\u4e8b\u306e\u5e45\u56fa\u5b9a\u3092\u89e3\u9664\u3057\u307e\u3059\u3002\r\nThis script enables the fixed width of articles to be adjusted accordingly to the browser size.", "additionalInfo" : "Tested browser: Firefox 49.0.2 + Stylish", "format" : "uso", "category" : "akiba-souken", "createdAt" : "2016-11-20T14:50:46.000Z", "updatedAt" : "2016-11-20T14:50:46.000Z", "license" : "NO-REDISTRIBUTION", "author" : {"id" : 369218, "name" : "maron"}}, "stats" : {"installs" : {"total" : 66, "weekly" : 0}}, "screenshots" : {"main" : {"name" : "135416_after.jpeg", "archived" : false}}, "discussions" : {"stats" : {"discussionsCount" : 0, "commentsCount" : 0}, "data" : []}, "style" : {"css" : "@namespace url(http://www.w3.org/1999/xhtml);\r\n\r\n@-moz-document domain(\"akiba-souken.com\") {\r\n #container{\r\n min-width: 990px;\r\n width: 100%;\r\n }\r\n .main{\r\n min-width: 680px;\r\n width: calc(100% - 310px);\r\n }\r\n .articleList .articleListFrame .listBox .rightText {\r\n min-width: 510px;\r\n width: calc(100% - 140px);\r\n }\r\n .categoryTitle {\r\n min-width: 678px;\r\n width: calc(100% - 310px);\r\n }\r\n div.table01 {\r\n min-width: 624px;\r\n width: auto;\r\n }\r\n .indexArticleNew .box ul {\r\n min-width: 520px;\r\n width: calc(100% - 150px);\r\n }\r\n .indexArticleNew .box li a {\r\n min-width: 420px;\r\n width: calc(100% - 100px);\r\n }\r\n .indexArticleHot .left, .indexArticleHot .right {\r\n min-width: 335px;\r\n width: calc(50% - 20px);\r\n }\r\n .indexArticleHot .hotNews .text {\r\n min-width: 220px;\r\n width: calc(100% - 70px);\r\n }\r\n .animeContents .official {\r\n min-width: 388px;\r\n width: calc(50% - 20px);\r\n }\r\n}"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "string"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}, "required": ["main"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}, "message": {"type": "string"}}, "required": ["line", "column", "message"]}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0x540e67af900d2cc981ffc5d4cf4732f0dd0ca502", "tool" : "osiris", "start" : 1564599814.2525816, "end" : 1564599867.1281505, "duration" : 52.875568866729736, "analysis" : [{"errors" : [{"line" : 50, "column" : 33, "message" : "overflow_bugs"}, {"line" : 56, "column" : 16, "message" : "overflow_bugs"}, {"line" : 147, "column" : 9, "message" : "underflow_bugs"}, {"line" : 130, "column" : 9, "message" : "underflow_bugs"}], "file" : "/unique_chucks/45/0x540e67af900d2cc981ffc5d4cf4732f0dd0ca502.sol", "name" : "EvolutionCoin"}]} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}, "message": {"type": "string"}}, "required": ["line", "column", "message"]}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {"type": "object", "properties": {"prefix": {"type": "string"}, "text": {"type": "string"}}, "required": ["prefix", "text"]}}, "division": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "title": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "chapter": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "subchapter": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "heading": {"type": "object", "properties": {"title": {"type": "string"}, "chaptersection": {"type": "string"}, "identifier": {"type": "string"}, "catch_text": {"type": "string"}}, "required": ["title", "chaptersection", "identifier", "catch_text"]}}, "required": ["text", "historical", "credits", "sections", "division", "title", "chapter", "subchapter", "heading"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"text" : "", "historical" : "Prior Codifications\n\n1981 Ed., \u00a7 1-2233.\n\nLegislative History of Laws\n\nFor legislative history of D.C. Law 6-71, see Historical and Statutory Notes following \u00a7 2-1209.01.\n\nDC CODE \u00a7 2-1209.03\n\nCurrent through December 11, 2012", "credits" : "(Dec. 12, 1985, D.C. Law 6-71, \u00a7 4, 32 DCR 6334.)", "sections" : [{"prefix" : "a", "text" : " The Mayor shall define eligibility criteria for business incubators receiving public support. These criteria shall be stated in terms of business and economic development objectives, including, but not limited to, consideration of the following recommendations:"}, {"prefix" : "1", "text" : " The Mayor shall rank the types of businesses that would be eligible tenants."}, {"prefix" : "2", "text" : " The Mayor shall rank-order the District government's preferences in such a way that businesses with little job creation potential are ranked lower than those businesses which have more employment potential."}, {"prefix" : "3", "text" : " The Mayor shall give priority to potential tenant businesses such as light industrial, research and development, and business services companies that are potential major contributors to job creation efforts in the District."}, {"prefix" : "b", "text" : " To be an eligible tenant business for occupancy in a business incubator, a business shall be based and incorporated in the District, shall have its corporate headquarters and principal place of business located in the District, and shall not be a subsidiary of another business."}], "division" : {"identifier" : "I", "text" : "Government of District."}, "title" : {"identifier" : "2", "text" : "Government Administration. (Refs & Annos)"}, "chapter" : {"identifier" : "12", "text" : "Business and Economic Development."}, "subchapter" : {"identifier" : "V", "text" : "Business Incubator Facilitation."}, "heading" : {"title" : "2", "chaptersection" : "1209", "identifier" : "2-1209.03", "catch_text" : "Eligibility criteria."}} | json_instruct | {"type": "object", "properties": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {"type": "object", "properties": {"prefix": {"type": "string"}, "text": {"type": "string"}}, "required": ["prefix", "text"]}}, "division": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "title": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "chapter": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "subchapter": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "heading": {"type": "object", "properties": {"title": {"type": "string"}, "chaptersection": {"type": "string"}, "identifier": {"type": "string"}, "catch_text": {"type": "string"}}, "required": ["title", "chaptersection", "identifier", "catch_text"]}}, "required": ["text", "historical", "credits", "sections", "division", "title", "chapter", "subchapter", "heading"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "CBT": {"type": "integer"}, "AGI": {"type": "integer"}, "HP": {"type": "integer"}, "dmg": {"type": "object", "properties": {"san": {"type": "integer"}, "sta": {"type": "integer"}}, "required": ["san", "sta"]}, "feature": {"type": "string"}}, "required": ["name", "CBT", "AGI", "HP", "dmg", "feature"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "Ghoul", "CBT" : 3, "AGI" : 2, "HP" : 3, "dmg" : {"san" : 1, "sta" : 1}, "feature" : ""}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "CBT": {"type": "integer"}, "AGI": {"type": "integer"}, "HP": {"type": "integer"}, "dmg": {"type": "object", "properties": {"san": {"type": "integer"}, "sta": {"type": "integer"}}, "required": ["san", "sta"]}, "feature": {"type": "string"}}, "required": ["name", "CBT", "AGI", "HP", "dmg", "feature"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"technos": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["id", "name", "description", "url"]}}}, "required": ["technos"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"technos" : [{"id" : 1, "name" : "Angular", "description" : "le framework front-end", "url" : "https://angular.io/"}, {"id" : 2, "name" : "Node", "description" : "JavaScript c\u00f4t\u00e9 back-end", "url" : "https://nodejs.org/en/"}, {"id" : 3, "name" : "MongoDB", "description" : "la c\u00e9l\u00e8bre base noSQL", "url" : "https://www.mongodb.com/"}, {"id" : 4, "name" : "PWA", "description" : "rendre vos applications ++", "url" : "https://developer.mozilla.org/en-US/Apps/Progressive"}, {"name" : "Meteor", "description" : "Fullstack JavaScript", "url" : "https://www.meteor.com/", "id" : 5}]} | json_instruct | {"type": "object", "properties": {"technos": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["id", "name", "description", "url"]}}}, "required": ["technos"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"I": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "C": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["I", "C"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}, "count": {"type": "integer"}}, "required": ["item", "count"]}}, "required": ["type", "pattern", "key", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "minecraft:crafting_shaped", "pattern" : ["C C", "CIC", "CCC"], "key" : {"I" : {"item" : "valoegheses_be:ingot_vanadium"}, "C" : {"item" : "valoegheses_be:chain_vanadium"}}, "result" : {"item" : "valoegheses_be:armour_chestplate_vanadium", "count" : 1}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"I": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "C": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["I", "C"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}, "count": {"type": "integer"}}, "required": ["item", "count"]}}, "required": ["type", "pattern", "key", "result"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"average_occupancy": {"type": "array", "items": {"type": "number"}}}, "required": ["average_occupancy"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"average_occupancy" : [2.6894694378056943, 2.8347826094885322, 2.7511656771694866, 2.6957453793876143, 2.816503757457636, 2.777800534162359, 2.6777581224512663, 2.716700335241069, 2.7945788492940915, 2.7161402279778093, 2.9560228009666814, 2.8872463716733128, 2.7075721867249025, 2.883518269453416, 2.831644122408275, 2.828244133700656, 2.8863974477270604, 2.875376799315649, 2.867266465159658, 2.651767857654023, 2.6433738315198756, 2.591562063654587, 2.5493640285303445, 2.949816377602435, 3.244713379177808, 3.151302415186803, 3.2028480895380955, 2.961466078069042, 2.695628899589543, 2.441314321502232, 2.059574207830439, 2.0134661612820994, 2.018481904282628, 1.9118306262065097, 1.7641063208773433, 1.811306502927553, 12.454333293512725, 1.8104268446620762, 1.831404065811261, 1.9015825444046857, 1.8203776131142266, 2.0123068995436086, 2.2835123913660187, 2.455618532541118, 2.659956023837804, 2.884425420177771, 3.028040860925702, 3.0617903730308624, 3.0659889769669486, 2.9601942727316533, 2.939975872637964, 2.691745111761264, 2.6073927925995073, 2.7026152785916464, 2.536094804398437, 2.769466059301414, 2.9462413141820094, 2.7235975749813117, 2.9166448489749364, 3.0287146005065817, 2.9214253023416856, 2.811829250166696, 2.7902482048242194, 2.6661438164079785, 2.6257153802321707, 2.6953559244372762, 2.5372169613660724, 2.721446065248621, 2.7552297206616663, 3.033549682521961, 3.083772012015219, 2.934375365553796, 2.762323933620873, 2.878670899772713, 2.8343945172704195]} | json_instruct | {"type": "object", "properties": {"average_occupancy": {"type": "array", "items": {"type": "number"}}}, "required": ["average_occupancy"], "$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"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "1110090007", "district_id" : "1110090", "name" : "MEUREUBO"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "string"}, "formation": {"type": "object", "properties": {"web": {"type": "object", "properties": {"quantity": {"type": "integer"}, "size": {"type": "string"}}, "required": ["quantity", "size"]}}, "required": ["web"]}, "addons": {"type": "array", "items": {"type": "string"}}, "buildpacks": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}}, "required": ["name", "description", "keywords", "repository", "formation", "addons", "buildpacks"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Research Server", "description" : "A server for collecting, aggregating, and summarizing research data", "keywords" : ["research", "server"], "repository" : "https://github.com/mmgfrcs/research-server", "formation" : {"web" : {"quantity" : 1, "size" : "free"}}, "addons" : ["mongolab:sandbox"], "buildpacks" : [{"url" : "heroku/nodejs"}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "string"}, "formation": {"type": "object", "properties": {"web": {"type": "object", "properties": {"quantity": {"type": "integer"}, "size": {"type": "string"}}, "required": ["quantity", "size"]}}, "required": ["web"]}, "addons": {"type": "array", "items": {"type": "string"}}, "buildpacks": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}}, "required": ["name", "description", "keywords", "repository", "formation", "addons", "buildpacks"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"main": {"type": "string"}}, "required": ["main"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"main" : "JobParts"} | json_instruct | {"type": "object", "properties": {"main": {"type": "string"}}, "required": ["main"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"directions" : ["Mix the rice and vegetable broth in a pot, and bring to a boil. Reduce heat to low, cover, and simmer 45 minutes, or until rice is tender.", "Preheat oven to 350 degrees F (175 degrees C). Lightly grease a large casserole dish.", "Heat the olive oil in a skillet over medium heat, and cook the onion until tender. Mix in the zucchini, chicken, and mushrooms. Season with cumin, salt, and ground cayenne pepper. Cook and stir until zucchini is lightly browned and chicken is heated through.", "In large bowl, mix the cooked rice, onion, zucchini, chicken, mushrooms, beans, chiles, carrots, and 1/2 the Swiss cheese. Transfer to the prepared casserole dish, and sprinkle with remaining cheese.", "Cover casserole loosely with foil, and bake 30 minutes in the preheated oven. Uncover, and continue baking 10 minutes, or until bubbly and lightly browned."], "ingredients" : ["1/3 cup brown rice", "1 cup vegetable broth", "1 tablespoon olive oil", "1/3 cup diced onion", "1 medium zucchini, thinly sliced", "2 cooked skinless boneless chicken breast halves, chopped", "1/2 cup sliced mushrooms", "1/2 teaspoon cumin", "salt to taste", "ground cayenne pepper to taste", "1 (15 ounce) can black beans, drained", "1 (4 ounce) can diced green chile peppers, drained", "1/3 cup shredded carrots", "2 cups shredded Swiss cheese"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Brown Rice and Black Bean Casserole", "url" : "http://allrecipes.com/recipe/75445/brown-rice-and-black-bean-casserole/"} | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "iso2": {"type": "string"}, "admin_level": {"type": "integer"}, "osm_id": {"type": "integer"}, "wikidata_id": {"type": "string"}, "wikipedia_id": {"type": "null"}, "population": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "osm_data": {"type": "object", "properties": {"localname": {"type": "string"}, "official_name": {"type": "string"}, "alltags": {"type": "object", "properties": {"ref:gss": {"type": "string"}, "website": {"type": "string"}, "ons_code": {"type": "string"}, "designation": {"type": "string"}, "council_name": {"type": "string"}}, "required": ["ref:gss", "website", "ons_code", "designation", "council_name"]}}, "required": ["localname", "official_name", "alltags"]}}, "required": ["name", "iso2", "admin_level", "osm_id", "wikidata_id", "wikipedia_id", "population", "countrylevel_id", "osm_data"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "properties" : {"name" : "London Borough of Wandsworth", "iso2" : "GB-WND", "admin_level" : 8, "osm_id" : 51906, "wikidata_id" : "Q210563", "wikipedia_id" : null, "population" : 326474, "countrylevel_id" : "iso2:GB-WND", "osm_data" : {"localname" : "London Borough of Wandsworth", "official_name" : "", "alltags" : {"ref:gss" : "E09000032", "website" : "http://www.wandsworth.gov.uk/", "ons_code" : "00BJ", "designation" : "london_borough", "council_name" : "Wandsworth Council"}}}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[-0.254, 51.437], [-0.251, 51.433], [-0.231, 51.438], [-0.19, 51.441], [-0.182, 51.425], [-0.14, 51.419], [-0.142, 51.451], [-0.151, 51.468], [-0.137, 51.473], [-0.129, 51.486], [-0.15, 51.485], [-0.178, 51.478], [-0.185, 51.466], [-0.206, 51.465], [-0.222, 51.472], [-0.233, 51.464], [-0.253, 51.465], [-0.259, 51.455], [-0.242, 51.443], [-0.254, 51.437]]]]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "iso2": {"type": "string"}, "admin_level": {"type": "integer"}, "osm_id": {"type": "integer"}, "wikidata_id": {"type": "string"}, "wikipedia_id": {"type": "null"}, "population": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "osm_data": {"type": "object", "properties": {"localname": {"type": "string"}, "official_name": {"type": "string"}, "alltags": {"type": "object", "properties": {"ref:gss": {"type": "string"}, "website": {"type": "string"}, "ons_code": {"type": "string"}, "designation": {"type": "string"}, "council_name": {"type": "string"}}, "required": ["ref:gss", "website", "ons_code", "designation", "council_name"]}}, "required": ["localname", "official_name", "alltags"]}}, "required": ["name", "iso2", "admin_level", "osm_id", "wikidata_id", "wikipedia_id", "population", "countrylevel_id", "osm_data"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"FIELD1": {"type": "integer"}, "key": {"type": "string"}, "star_name": {"type": "string"}, "planet_letter": {"type": "string"}, "discovery_method": {"type": "string"}, "pl_pnum": {"type": "integer"}, "orbital_period": {"type": "number"}, "semi_major": {"type": "number"}, "orbital_eccentricity": {"type": "string"}, "star_temp": {"type": "integer"}, "star_radius": {"type": "number"}, "planet_temp": {"type": "integer"}, "radius": {"type": "number"}, "discovery_year": {"type": "integer"}, "light_years": {"type": "string"}}, "required": ["FIELD1", "key", "star_name", "planet_letter", "discovery_method", "pl_pnum", "orbital_period", "semi_major", "orbital_eccentricity", "star_temp", "star_radius", "planet_temp", "radius", "discovery_year", "light_years"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"FIELD1" : 2117, "key" : "Kepler-452_b", "star_name" : "Kepler-452", "planet_letter" : "b", "discovery_method" : "Transit", "pl_pnum" : 1, "orbital_period" : 384.843, "semi_major" : 1.046, "orbital_eccentricity" : "NA", "star_temp" : 5757, "star_radius" : 1.11, "planet_temp" : 265, "radius" : 1.63, "discovery_year" : 2015, "light_years" : "NA"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"FIELD1": {"type": "integer"}, "key": {"type": "string"}, "star_name": {"type": "string"}, "planet_letter": {"type": "string"}, "discovery_method": {"type": "string"}, "pl_pnum": {"type": "integer"}, "orbital_period": {"type": "number"}, "semi_major": {"type": "number"}, "orbital_eccentricity": {"type": "string"}, "star_temp": {"type": "integer"}, "star_radius": {"type": "number"}, "planet_temp": {"type": "integer"}, "radius": {"type": "number"}, "discovery_year": {"type": "integer"}, "light_years": {"type": "string"}}, "required": ["FIELD1", "key", "star_name", "planet_letter", "discovery_method", "pl_pnum", "orbital_period", "semi_major", "orbital_eccentricity", "star_temp", "star_radius", "planet_temp", "radius", "discovery_year", "light_years"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"resource_name": {"type": "string"}, "lineages": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "step_name": {"type": "string"}, "start_time": {"type": "string"}, "execution_time_seconds": {"type": "number"}, "parameters": {"type": "object", "properties": {"buoy": {"type": "integer"}}, "required": ["buoy"]}, "input_resources": {"type": "array", "items": {"type": "object", "properties": {"resource_name": {"type": "string"}, "subpath": {"type": "string"}, "certificate": {"type": "object", "properties": {"cert_type": {"type": "string"}, "hashval": {"type": "string"}, "comment": {"type": "string"}}, "required": ["cert_type", "hashval", "comment"]}}, "required": ["resource_name", "subpath", "certificate"]}}, "code_resources": {"type": "array", "items": {"type": "object", "properties": {"resource_name": {"type": "string"}, "subpath": {"type": "null"}, "certificate": {"type": "object", "properties": {"cert_type": {"type": "string"}, "hashval": {"type": "string"}, "comment": {"type": "string"}}, "required": ["cert_type", "hashval", "comment"]}}, "required": ["resource_name", "subpath", "certificate"]}}, "output_resources": {"type": "array", "items": {"type": "object", "properties": {"resource_name": {"type": "string"}, "subpath": {"type": "null"}, "certificate": {"type": "object", "properties": {"cert_type": {"type": "string"}, "hashval": {"type": "string"}, "comment": {"type": "string"}}, "required": ["cert_type", "hashval", "comment"]}}, "required": ["resource_name", "subpath", "certificate"]}}, "command_line": {"type": "null"}}, "required": ["type", "step_name", "start_time", "execution_time_seconds", "parameters", "input_resources", "code_resources", "output_resources", "command_line"]}}}, "required": ["resource_name", "lineages"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"resource_name" : "results", "lineages" : [{"type" : "step", "step_name" : "anomaly-analysis-buoy-46026", "start_time" : "2019-05-05T09:38:52.229022", "execution_time_seconds" : 0.025617, "parameters" : {"buoy" : 46026}, "input_resources" : [{"resource_name" : "intermediate-data", "subpath" : "processed_46026.csv.gz", "certificate" : {"cert_type" : "hash", "hashval" : "6732b217cfe9138070f9f9fb6487d1ec8879d921", "comment" : "Written by step preprocess at 2019-05-04 19:59:58.438532"}}], "code_resources" : [{"resource_name" : "code", "subpath" : null, "certificate" : {"cert_type" : "hash", "hashval" : "c298bf0c7c8654241f0088a6ec642fab15e66612", "comment" : "Read by step preprocess at 2019-05-04 19:57:42.174827"}}], "output_resources" : [{"resource_name" : "results", "subpath" : null, "certificate" : {"cert_type" : "hash", "hashval" : "d3d54818726302bbef3e7eea2f25cad954060119", "comment" : "Written by step anomaly-analysis-buoy-46026 at 2019-05-05 09:38:52.229022"}}], "command_line" : null}]} | json_instruct | {"type": "object", "properties": {"resource_name": {"type": "string"}, "lineages": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "step_name": {"type": "string"}, "start_time": {"type": "string"}, "execution_time_seconds": {"type": "number"}, "parameters": {"type": "object", "properties": {"buoy": {"type": "integer"}}, "required": ["buoy"]}, "input_resources": {"type": "array", "items": {"type": "object", "properties": {"resource_name": {"type": "string"}, "subpath": {"type": "string"}, "certificate": {"type": "object", "properties": {"cert_type": {"type": "string"}, "hashval": {"type": "string"}, "comment": {"type": "string"}}, "required": ["cert_type", "hashval", "comment"]}}, "required": ["resource_name", "subpath", "certificate"]}}, "code_resources": {"type": "array", "items": {"type": "object", "properties": {"resource_name": {"type": "string"}, "subpath": {"type": "null"}, "certificate": {"type": "object", "properties": {"cert_type": {"type": "string"}, "hashval": {"type": "string"}, "comment": {"type": "string"}}, "required": ["cert_type", "hashval", "comment"]}}, "required": ["resource_name", "subpath", "certificate"]}}, "output_resources": {"type": "array", "items": {"type": "object", "properties": {"resource_name": {"type": "string"}, "subpath": {"type": "null"}, "certificate": {"type": "object", "properties": {"cert_type": {"type": "string"}, "hashval": {"type": "string"}, "comment": {"type": "string"}}, "required": ["cert_type", "hashval", "comment"]}}, "required": ["resource_name", "subpath", "certificate"]}}, "command_line": {"type": "null"}}, "required": ["type", "step_name", "start_time", "execution_time_seconds", "parameters", "input_resources", "code_resources", "output_resources", "command_line"]}}}, "required": ["resource_name", "lineages"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"colors": {"type": "object", "properties": {"color0": {"type": "string"}, "color1": {"type": "string"}, "color2": {"type": "string"}, "color3": {"type": "string"}, "color4": {"type": "string"}, "color5": {"type": "string"}, "color6": {"type": "string"}, "color7": {"type": "string"}, "color8": {"type": "string"}, "color9": {"type": "string"}, "color10": {"type": "string"}, "color11": {"type": "string"}, "color12": {"type": "string"}, "color13": {"type": "string"}, "color14": {"type": "string"}, "color15": {"type": "string"}, "color16": {"type": "string"}, "color17": {"type": "string"}}, "required": ["color0", "color1", "color2", "color3", "color4", "color5", "color6", "color7", "color8", "color9", "color10", "color11", "color12", "color13", "color14", "color15", "color16", "color17"]}, "special": {"type": "object", "properties": {"foreground": {"type": "string"}, "background": {"type": "string"}, "cursor": {"type": "string"}}, "required": ["foreground", "background", "cursor"]}}, "required": ["colors", "special"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"colors" : {"color0" : "#353535", "color1" : "#744B40", "color2" : "#6D6137", "color3" : "#765636", "color4" : "#61564B", "color5" : "#6B4A49", "color6" : "#435861", "color7" : "#B3B3B3", "color8" : "#5F5F5F", "color9" : "#744B40", "color10" : "#6D6137", "color11" : "#765636", "color12" : "#61564B", "color13" : "#6B4A49", "color14" : "#435861", "color15" : "#B3B3B3", "color16" : "#5F5F5F", "color17" : "#785850"}, "special" : {"foreground" : "#9B9081", "background" : "#181B20", "cursor" : "#785850"}} | json_instruct | {"type": "object", "properties": {"colors": {"type": "object", "properties": {"color0": {"type": "string"}, "color1": {"type": "string"}, "color2": {"type": "string"}, "color3": {"type": "string"}, "color4": {"type": "string"}, "color5": {"type": "string"}, "color6": {"type": "string"}, "color7": {"type": "string"}, "color8": {"type": "string"}, "color9": {"type": "string"}, "color10": {"type": "string"}, "color11": {"type": "string"}, "color12": {"type": "string"}, "color13": {"type": "string"}, "color14": {"type": "string"}, "color15": {"type": "string"}, "color16": {"type": "string"}, "color17": {"type": "string"}}, "required": ["color0", "color1", "color2", "color3", "color4", "color5", "color6", "color7", "color8", "color9", "color10", "color11", "color12", "color13", "color14", "color15", "color16", "color17"]}, "special": {"type": "object", "properties": {"foreground": {"type": "string"}, "background": {"type": "string"}, "cursor": {"type": "string"}}, "required": ["foreground", "background", "cursor"]}}, "required": ["colors", "special"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "start": {"type": "string"}}, "required": ["dev", "start"]}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "cookie-parser": {"type": "string"}, "debug": {"type": "string"}, "dotenv": {"type": "string"}, "express": {"type": "string"}, "jsonwebtoken": {"type": "string"}, "morgan": {"type": "string"}, "mysql2": {"type": "string"}, "sequelize": {"type": "string"}, "sequelize-cli": {"type": "string"}}, "required": ["axios", "cookie-parser", "debug", "dotenv", "express", "jsonwebtoken", "morgan", "mysql2", "sequelize", "sequelize-cli"]}, "devDependencies": {"type": "object", "properties": {"babel-eslint": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-prettier": {"type": "string"}, "eslint-plugin-prettier": {"type": "string"}, "nodemon": {"type": "string"}, "prettier": {"type": "string"}}, "required": ["babel-eslint", "eslint", "eslint-config-prettier", "eslint-plugin-prettier", "nodemon", "prettier"]}}, "required": ["name", "version", "private", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "server", "version" : "0.0.0", "private" : true, "scripts" : {"dev" : "nodemon ./src/www", "start" : "node ./src/www"}, "dependencies" : {"axios" : "^0.21.0", "cookie-parser" : "~1.4.4", "debug" : "~2.6.9", "dotenv" : "^8.2.0", "express" : "~4.16.1", "jsonwebtoken" : "^8.5.1", "morgan" : "~1.9.1", "mysql2" : "^2.2.5", "sequelize" : "^6.3.5", "sequelize-cli" : "^6.2.0"}, "devDependencies" : {"babel-eslint" : "^10.1.0", "eslint" : "^7.12.1", "eslint-config-prettier" : "^6.15.0", "eslint-plugin-prettier" : "^3.1.4", "nodemon" : "^2.0.6", "prettier" : "^2.1.2"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "start": {"type": "string"}}, "required": ["dev", "start"]}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "cookie-parser": {"type": "string"}, "debug": {"type": "string"}, "dotenv": {"type": "string"}, "express": {"type": "string"}, "jsonwebtoken": {"type": "string"}, "morgan": {"type": "string"}, "mysql2": {"type": "string"}, "sequelize": {"type": "string"}, "sequelize-cli": {"type": "string"}}, "required": ["axios", "cookie-parser", "debug", "dotenv", "express", "jsonwebtoken", "morgan", "mysql2", "sequelize", "sequelize-cli"]}, "devDependencies": {"type": "object", "properties": {"babel-eslint": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-prettier": {"type": "string"}, "eslint-plugin-prettier": {"type": "string"}, "nodemon": {"type": "string"}, "prettier": {"type": "string"}}, "required": ["babel-eslint", "eslint", "eslint-config-prettier", "eslint-plugin-prettier", "nodemon", "prettier"]}}, "required": ["name", "version", "private", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ast" : null, "code" : "var _jsxFileName = \"/Users/jasper.huang/Desktop/Personal_Projects/mern-todolist/client/src/todolist/Todolist.js\";\nimport React, { Component } from \"react\";\nimport Details from \"./Details.js\";\nimport ListItem from \"./ListItem.js\";\nimport \"./Todolist.css\"; // assume we are already getting name, color, folder, items from props\n\nexport default class Todolist extends Component {\n constructor(...args) {\n super(...args);\n this.state = {\n name: \"\",\n color: \"\",\n folder: \"\",\n items: []\n };\n }\n\n render() {\n return /*#__PURE__*/React.createElement(\"div\", {\n __self: this,\n __source: {\n fileName: _jsxFileName,\n lineNumber: 16,\n columnNumber: 12\n }\n }, \"Todolist!\");\n }\n\n}", "map" : {"version" : 3, "sources" : ["/Users/jasper.huang/Desktop/Personal_Projects/mern-todolist/client/src/todolist/Todolist.js"], "names" : ["React", "Component", "Details", "ListItem", "Todolist", "state", "name", "color", "folder", "items", "render"], "mappings" : ";AAAA,OAAOA,KAAP,IAAgBC,SAAhB,QAAiC,OAAjC;AACA,OAAOC,OAAP,MAAoB,cAApB;AACA,OAAOC,QAAP,MAAqB,eAArB;AAEA,OAAO,gBAAP,C,CAEA;;AACA,eAAe,MAAMC,QAAN,SAAuBH,SAAvB,CAAiC;AAAA;AAAA;AAAA,SAC9CI,KAD8C,GACtC;AACNC,MAAAA,IAAI,EAAE,EADA;AAENC,MAAAA,KAAK,EAAE,EAFD;AAGNC,MAAAA,MAAM,EAAE,EAHF;AAINC,MAAAA,KAAK,EAAE;AAJD,KADsC;AAAA;;AAO9CC,EAAAA,MAAM,GAAG;AACP,wBAAO;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAAP;AACD;;AAT6C", "sourcesContent" : ["import React, { Component } from \"react\";\nimport Details from \"./Details.js\";\nimport ListItem from \"./ListItem.js\";\n\nimport \"./Todolist.css\";\n\n// assume we are already getting name, color, folder, items from props\nexport default class Todolist extends Component {\n state = {\n name: \"\",\n color: \"\",\n folder: \"\",\n items: [],\n };\n render() {\n return <div>Todolist!</div>;\n }\n}\n"]}, "metadata" : {}, "sourceType" : "module"} | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"postinstall": {"type": "string"}, "bootstrap": {"type": "string"}, "test": {"type": "string"}, "test:install": {"type": "string"}, "lint": {"type": "string"}, "dev": {"type": "string"}, "build": {"type": "string"}, "build:inkline": {"type": "string"}, "build:docs": {"type": "string"}}, "required": ["postinstall", "bootstrap", "test", "test:install", "lint", "dev", "build", "build:inkline", "build:docs"]}, "devDependencies": {"type": "object", "properties": {"lerna": {"type": "string"}}, "required": ["lerna"]}}, "required": ["name", "private", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "root", "private" : true, "scripts" : {"postinstall" : "npm run bootstrap", "bootstrap" : "lerna exec npm install && npm run test:install && lerna link", "test" : "lerna run test --parallel", "test:install" : "lerna exec npm run test:install --scope @inkline/nuxt --scope @inkline/vue-cli-plugin-inkline --parallel", "lint" : "lerna run lint --parallel", "dev" : "lerna run dev --parallel", "build" : "npm run build:inkline && npm run build:docs", "build:inkline" : "lerna run build --scope @inkline/inkline", "build:docs" : "lerna run generate --scope @inkline/docs"}, "devDependencies" : {"lerna" : "^3.20.2"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"postinstall": {"type": "string"}, "bootstrap": {"type": "string"}, "test": {"type": "string"}, "test:install": {"type": "string"}, "lint": {"type": "string"}, "dev": {"type": "string"}, "build": {"type": "string"}, "build:inkline": {"type": "string"}, "build:docs": {"type": "string"}}, "required": ["postinstall", "bootstrap", "test", "test:install", "lint", "dev", "build", "build:inkline", "build:docs"]}, "devDependencies": {"type": "object", "properties": {"lerna": {"type": "string"}}, "required": ["lerna"]}}, "required": ["name", "private", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"@types/react-router-dom": {"type": "string"}, "firebase": {"type": "string"}}, "required": ["@types/react-router-dom", "firebase"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"dependencies" : {"@types/react-router-dom" : "^5.1.6", "firebase" : "^8.0.0"}} | json_instruct | {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"@types/react-router-dom": {"type": "string"}, "firebase": {"type": "string"}}, "required": ["@types/react-router-dom", "firebase"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"0": {"type": "boolean"}}, "required": ["0"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : "70374228e50158b6eb57", "c" : {"0" : true}} | json_instruct | {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"0": {"type": "boolean"}}, "required": ["0"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "fixable", "definition" : "Capable of being fixed."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["commander-to-markdown", "yankee"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"dom-to-image.js": {"type": "string"}, "dom-to-image.min.js": {"type": "string"}}, "required": ["dom-to-image.js", "dom-to-image.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"dom-to-image.js" : "sha256-/DX46OoaIuiTZCg4qq117Hq4iAFNA7TWDyZtphoT6TI=", "dom-to-image.min.js" : "sha256-XsEDZUcrGVcBuzY4UAjPY/ryj4SrTk6bfhezwpWWbcA="} | json_instruct | {"type": "object", "properties": {"dom-to-image.js": {"type": "string"}, "dom-to-image.min.js": {"type": "string"}}, "required": ["dom-to-image.js", "dom-to-image.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"qualityModel": {"type": "boolean"}, "transactionsConfiguration": {"type": "boolean"}, "name": {"type": "string"}, "href": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "versions": {"type": "object", "properties": {"name": {"type": "string"}, "href": {"type": "string"}}, "required": ["name", "href"]}}, "required": ["qualityModel", "transactionsConfiguration", "name", "href", "title", "description", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"qualityModel" : false, "transactionsConfiguration" : false, "name" : "com.castsoftware.webfilesdiscoverer", "href" : "AIP/extensions/com.castsoftware.webfilesdiscoverer", "title" : "Web Files Discoverer", "description" : "This discoverer detects projects based on the presence of web technology files (for example .HTML, .JS etc.)", "versions" : {"name" : "versions from latest to oldest", "href" : "AIP/extensions/com.castsoftware.webfilesdiscoverer/versions"}} | json_instruct | {"type": "object", "properties": {"qualityModel": {"type": "boolean"}, "transactionsConfiguration": {"type": "boolean"}, "name": {"type": "string"}, "href": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "versions": {"type": "object", "properties": {"name": {"type": "string"}, "href": {"type": "string"}}, "required": ["name", "href"]}}, "required": ["qualityModel", "transactionsConfiguration", "name", "href", "title", "description", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_cd": {"type": "integer"}, "station_name": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["pref_cd", "line_cd", "line_name", "station_cd", "station_g_cd", "station_name", "lon", "lat"]}}}, "required": ["station"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"station" : [{"pref_cd" : 43, "line_cd" : 99922, "line_name" : "\u718a\u672c\u5e02\u96fb\uff21\u7cfb\u7d71", "station_cd" : 9992221, "station_g_cd" : 9992221, "station_name" : "\u516b\u4e01\u99ac\u5834", "lon" : 130.741746, "lat" : 32.783739}]} | json_instruct | {"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_cd": {"type": "integer"}, "station_name": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["pref_cd", "line_cd", "line_name", "station_cd", "station_g_cd", "station_name", "lon", "lat"]}}}, "required": ["station"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"place_name" : "Pickens", "state_name" : "Mississippi", "state_abbrv" : "MS", "lat" : "32.8905", "long" : "-89.9737"} | json_instruct | {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "d1058-4", "text" : "2\nC vae 'CAg.c -VvN<x - 2-\nSLOKV DISSOLVE TO SET C v t.\nAND SLOW PAN ACROSS\nTO INN\n\u2022 pi*\n(S) o j C va e~\nQS fWVU. j\nCl- Cf/ Vc'w\nNARRATOR: Once upon a time, not so very long\nago, there came to this little village - a witch!\nShe moved into the village inn and there she\nstayed until a brave soldier came. Those are\nsome of the village girls and they've just heard\nthat the Sergeant is coming and that's Martha,\nthe landlady of the inn, there on the porch -\nputting up a banner in honor of Sergeant Klooque,\nthe greatest hero in the army, who's coming to\nthe village for a visit. i^\\u S\\c. Ovf\nBut here comes the old lady - the witch\nI told you about - though, of course, Martha\ndoesn't know she's a witch.\nC-^e. VJJ. VcV - \\t - 7.\nC N o se.\nA\u00bb\u201ec\nO\nO o vv\\\n-2-"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "summary": {"type": "string"}, "parent": {"type": "string"}, "url": {"type": "string"}, "updated": {"type": "string"}, "children": {"type": "array", "items": {}}}, "required": ["type", "title", "summary", "parent", "url", "updated", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "wiki", "title" : "sw_vers \uba85\ub839\uc5b4", "summary" : "Mac OS X \uc758 \uc6b4\uc601\uccb4\uc81c \ubc84\uc804 \uc815\ubcf4\ub97c \ucd9c\ub825\ud55c\ub2e4", "parent" : "cmd", "url" : "/wiki/sw_vers-cmd", "updated" : "2020-01-03 22:24:28 +0900", "children" : []} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "summary": {"type": "string"}, "parent": {"type": "string"}, "url": {"type": "string"}, "updated": {"type": "string"}, "children": {"type": "array", "items": {}}}, "required": ["type", "title", "summary", "parent", "url", "updated", "children"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"hosting": {"type": "object", "properties": {"rules": {"type": "array", "items": {"type": "object", "properties": {"include": {"type": "string"}, "headers": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "string"}}, "required": ["name", "value"]}}}, "required": ["include", "headers"]}}}, "required": ["rules"]}}, "required": ["hosting"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"hosting" : {"rules" : [{"include" : "/", "headers" : [{"name" : "Link", "value" : "</build/app/app.eeqcbigw.js>;rel=preload;as=script"}, {"name" : "Link", "value" : "</build/app/hwnkro3u.js>;rel=preload;as=script"}]}, {"include" : "/build/app/**", "headers" : [{"name" : "Cache-Control", "value" : "public, max-age=31536000"}]}, {"include" : "/sw.js", "headers" : [{"name" : "Cache-Control", "value" : "no-cache, no-store, must-revalidate"}]}]}} | json_instruct | {"type": "object", "properties": {"hosting": {"type": "object", "properties": {"rules": {"type": "array", "items": {"type": "object", "properties": {"include": {"type": "string"}, "headers": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "string"}}, "required": ["name", "value"]}}}, "required": ["include", "headers"]}}}, "required": ["rules"]}}, "required": ["hosting"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"webserver.local": {"type": "string"}}, "required": ["webserver.local"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"chalk": {"type": "string"}, "express": {"type": "string"}, "morgan": {"type": "string"}, "update-notifier": {"type": "string"}, "yargs": {"type": "string"}}, "required": ["chalk", "express", "morgan", "update-notifier", "yargs"]}}, "required": ["name", "version", "description", "main", "bin", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "webserver.local", "version" : "1.0.5", "description" : "A simple express local server with client-side routing", "main" : "run.js", "bin" : {"webserver.local" : "run.js"}, "scripts" : {"test" : "echo 'tests'"}, "repository" : {"type" : "git", "url" : "git+https://github.com/raulanatol/webserver.local.git"}, "keywords" : ["express", "server", "local", "client-side routing"], "author" : "raulanatol", "license" : "MIT", "bugs" : {"url" : "https://github.com/raulanatol/webserver.local/issues"}, "homepage" : "https://github.com/raulanatol/webserver.local#readme", "dependencies" : {"chalk" : "^4.1.0", "express" : "^4.17.1", "morgan" : "^1.10.0", "update-notifier" : "^4.1.0", "yargs" : "^15.4.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"webserver.local": {"type": "string"}}, "required": ["webserver.local"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"chalk": {"type": "string"}, "express": {"type": "string"}, "morgan": {"type": "string"}, "update-notifier": {"type": "string"}, "yargs": {"type": "string"}}, "required": ["chalk", "express", "morgan", "update-notifier", "yargs"]}}, "required": ["name", "version", "description", "main", "bin", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"url": {"type": "string"}, "sha1": {"type": "string"}}, "required": ["url", "sha1"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"url" : "https://static.wikia.nocookie.net/griftlands_gamepedia_en/images/e/ec/Mutator_starved.png/revision/latest?cb=20200801161140", "sha1" : "6c3981c0fd3b1c5e4c0b5aa3c637b11f43fdc400"} | json_instruct | {"type": "object", "properties": {"url": {"type": "string"}, "sha1": {"type": "string"}}, "required": ["url", "sha1"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "lines": {"type": "object", "properties": {"87": {"type": "string"}, "89": {"type": "string"}}, "required": ["87", "89"]}}, "required": ["id", "lines"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "64531463", "lines" : {"87" : "HSSFPalette palette = workbook.getCustomPalette();\n", "89" : " palette.addColor( (byte)111, (byte)123, (byte)146);\n"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "lines": {"type": "object", "properties": {"87": {"type": "string"}, "89": {"type": "string"}}, "required": ["87", "89"]}}, "required": ["id", "lines"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"selfAssessmentUniqueTaxPayerRef": {"type": "string"}, "taxPayerType": {"type": "string"}, "taxPayerName": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "postcode": {"type": "string"}}, "required": ["addressLine1", "postcode"]}, "_links": {"type": "object", "properties": {"self": {"type": "object", "properties": {"href": {"type": "string"}}, "required": ["href"]}, "getSelfAssessmentDetails": {"type": "object", "properties": {"href": {"type": "string"}, "title": {"type": "string"}}, "required": ["href", "title"]}, "getEmployeeCount": {"type": "object", "properties": {"href": {"type": "string"}, "title": {"type": "string"}}, "required": ["href", "title"]}}, "required": ["self", "getSelfAssessmentDetails", "getEmployeeCount"]}}, "required": ["selfAssessmentUniqueTaxPayerRef", "taxPayerType", "taxPayerName", "address", "_links"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"selfAssessmentUniqueTaxPayerRef" : "1234567890", "taxPayerType" : "Partnership", "taxPayerName" : "Partnership Name", "address" : {"addressLine1" : "123 Long Road", "postcode" : "AB12 3CD"}, "_links" : {"self" : {"href" : "organisations/matching/self-assessment?matchId=57072660-1df9-4aeb-b4ea-cd2d7f96e430"}, "getSelfAssessmentDetails" : {"href" : "organisations/details?matchId=57072660-1df9-4aeb-b4ea-cd2d7f96e430", "title" : "Get an organisation's self-assessment details"}, "getEmployeeCount" : {"href" : "organisations/details/number-of-employees?matchId=57072660-1df9-4aeb-b4ea-cd2d7f96e430", "title" : "Find the number of employees for an organisation"}}} | json_instruct | {"type": "object", "properties": {"selfAssessmentUniqueTaxPayerRef": {"type": "string"}, "taxPayerType": {"type": "string"}, "taxPayerName": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "postcode": {"type": "string"}}, "required": ["addressLine1", "postcode"]}, "_links": {"type": "object", "properties": {"self": {"type": "object", "properties": {"href": {"type": "string"}}, "required": ["href"]}, "getSelfAssessmentDetails": {"type": "object", "properties": {"href": {"type": "string"}, "title": {"type": "string"}}, "required": ["href", "title"]}, "getEmployeeCount": {"type": "object", "properties": {"href": {"type": "string"}, "title": {"type": "string"}}, "required": ["href", "title"]}}, "required": ["self", "getSelfAssessmentDetails", "getEmployeeCount"]}}, "required": ["selfAssessmentUniqueTaxPayerRef", "taxPayerType", "taxPayerName", "address", "_links"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "price": {"type": "object", "properties": {"totalPaymentPrice": {"type": "object", "properties": {"paymentCurrencyAmount": {"type": "integer"}, "paymentCurrencyCode": {"type": "string"}, "paymentCurrencyExchangeRate": {"type": "integer"}, "paymentCurrencySymbol": {"type": "string"}}, "required": ["paymentCurrencyAmount", "paymentCurrencyCode", "paymentCurrencyExchangeRate", "paymentCurrencySymbol"]}, "totalPrice": {"type": "object", "properties": {"basePayoutCurrencyCode": {"type": "string"}, "basePayoutPrice": {"type": "integer"}, "convenienceFee": {"type": "integer"}, "currencyCode": {"type": "string"}, "discount": {"type": "integer"}, "discountPrice": {"type": "integer"}, "originalPrice": {"type": "integer"}, "originalUnitPrice": {"type": "null"}, "unitPrice": {"type": "null"}, "vat": {"type": "integer"}, "voucherDiscount": {"type": "integer"}}, "required": ["basePayoutCurrencyCode", "basePayoutPrice", "convenienceFee", "currencyCode", "discount", "discountPrice", "originalPrice", "originalUnitPrice", "unitPrice", "vat", "voucherDiscount"]}}, "required": ["totalPaymentPrice", "totalPrice"]}}, "required": ["id", "price"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "0542c7901aaf4841b75f0446af309feb", "price" : {"totalPaymentPrice" : {"paymentCurrencyAmount" : 54050000, "paymentCurrencyCode" : "IDR", "paymentCurrencyExchangeRate" : 1, "paymentCurrencySymbol" : "Rp"}, "totalPrice" : {"basePayoutCurrencyCode" : "USD", "basePayoutPrice" : 3471, "convenienceFee" : 0, "currencyCode" : "IDR", "discount" : 54050000, "discountPrice" : 54050000, "originalPrice" : 108100000, "originalUnitPrice" : null, "unitPrice" : null, "vat" : 4913600, "voucherDiscount" : 0}}} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "price": {"type": "object", "properties": {"totalPaymentPrice": {"type": "object", "properties": {"paymentCurrencyAmount": {"type": "integer"}, "paymentCurrencyCode": {"type": "string"}, "paymentCurrencyExchangeRate": {"type": "integer"}, "paymentCurrencySymbol": {"type": "string"}}, "required": ["paymentCurrencyAmount", "paymentCurrencyCode", "paymentCurrencyExchangeRate", "paymentCurrencySymbol"]}, "totalPrice": {"type": "object", "properties": {"basePayoutCurrencyCode": {"type": "string"}, "basePayoutPrice": {"type": "integer"}, "convenienceFee": {"type": "integer"}, "currencyCode": {"type": "string"}, "discount": {"type": "integer"}, "discountPrice": {"type": "integer"}, "originalPrice": {"type": "integer"}, "originalUnitPrice": {"type": "null"}, "unitPrice": {"type": "null"}, "vat": {"type": "integer"}, "voucherDiscount": {"type": "integer"}}, "required": ["basePayoutCurrencyCode", "basePayoutPrice", "convenienceFee", "currencyCode", "discount", "discountPrice", "originalPrice", "originalUnitPrice", "unitPrice", "vat", "voucherDiscount"]}}, "required": ["totalPaymentPrice", "totalPrice"]}}, "required": ["id", "price"], "$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": {"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"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {}}, "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_b5txw", "name" : "wikingwarrior"}, "date" : {"day" : 1426291200, "full" : 1426371049, "month" : 1425168000, "week" : 1425772800}, "id" : "t3_2z29ix", "picture" : {"filesize" : 78485, "fullUrl" : "https://external-preview.redd.it/Npfih-lY-8g00GrVmw54Tk0_tYwfeKf2v-4RELk8xCA.jpg?auto=webp&s=65c467482d1ea100ce336db259b8173a0f02c931", "hash" : "f097a0cfc0", "height" : 480, "lqip" : "data:image/jpg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAMABADASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABAL/xAAgEAACAgMAAQUAAAAAAAAAAAABAgMEABEhBRIxQVGh/8QAFQEBAQAAAAAAAAAAAAAAAAAABAX/xAAYEQADAQEAAAAAAAAAAAAAAAAAARECIf/aAAwDAQACEQMRAD8ALTr6jsXpJmSOJWcaHdAb+8u8zPZqzJO5V0VwwGifkY7w0YNWZJCZEaT0lX6Nc5+4TzYEcsSoAqqAAB7DJF7GMWVKj//Z", "url" : "https://external-preview.redd.it/Npfih-lY-8g00GrVmw54Tk0_tYwfeKf2v-4RELk8xCA.jpg?width=640&crop=smart&auto=webp&s=7288c755361928ea580de8e2698d9757e2ea32c5", "width" : 640}, "score" : {"comments" : 13, "downs" : 0, "ratio" : 0.91, "ups" : 36, "value" : 36}, "subreddit" : {"id" : "t5_2xy5e", "name" : "TerrainBuilding"}, "tags" : [], "title" : "Trenchworks section", "url" : "https://www.reddit.com/r/TerrainBuilding/comments/2z29ix/trenchworks_section/"} | 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"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"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" : "2004", "provinceId" : "32", "regencyId" : "07", "districtId" : "30", "name" : "Wangunjaya"} | 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#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "string"}, "generate": {"type": "string"}, "lint": {"type": "string"}, "precommit": {"type": "string"}}, "required": ["dev", "build", "start", "generate", "lint", "precommit"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "browserslist": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"gsap": {"type": "string"}, "nuxt": {"type": "string"}, "vuex": {"type": "string"}}, "required": ["gsap", "nuxt", "vuex"]}, "devDependencies": {"type": "object", "properties": {"babel-eslint": {"type": "string"}, "eslint": {"type": "string"}, "eslint-friendly-formatter": {"type": "string"}, "eslint-loader": {"type": "string"}, "eslint-plugin-vue": {"type": "string"}, "node-sass": {"type": "string"}, "postcss": {"type": "string"}, "sass-loader": {"type": "string"}}, "required": ["babel-eslint", "eslint", "eslint-friendly-formatter", "eslint-loader", "eslint-plugin-vue", "node-sass", "postcss", "sass-loader"]}}, "required": ["name", "version", "description", "author", "private", "scripts", "repository", "bugs", "homepage", "browserslist", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "aclon", "version" : "1.0.0", "description" : "Nuxt.js project", "author" : "Cheremnov Vladislav", "private" : true, "scripts" : {"dev" : "nuxt", "build" : "nuxt build", "start" : "nuxt start", "generate" : "nuxt generate", "lint" : "eslint --ext .js,.vue --ignore-path .gitignore .", "precommit" : "npm run lint"}, "repository" : {"type" : "git", "url" : "git+https://github.com/VlCheremnov/Aclon.git"}, "bugs" : {"url" : "https://github.com/VlCheremnov/Aclon/issues"}, "homepage" : "https://github.com/VlCheremnov/Aclon#readme", "browserslist" : ["> 1%", "ie >= 9", "edge >= 15", "ie_mob >= 10", "ff >= 45", "chrome >= 45", "safari >= 7", "opera >= 23", "ios >= 7", "android >= 4", "bb >= 10"], "dependencies" : {"gsap" : "^3.2.5", "nuxt" : "^2.0.0", "vuex" : "^3.1.1"}, "devDependencies" : {"babel-eslint" : "^10.0.1", "eslint" : "^4.19.1", "eslint-friendly-formatter" : "^4.0.1", "eslint-loader" : "^2.1.1", "eslint-plugin-vue" : "^4.0.0", "node-sass" : "^4.13.0", "postcss" : "^7.0.18", "sass-loader" : "^7.3.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "string"}, "generate": {"type": "string"}, "lint": {"type": "string"}, "precommit": {"type": "string"}}, "required": ["dev", "build", "start", "generate", "lint", "precommit"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "browserslist": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"gsap": {"type": "string"}, "nuxt": {"type": "string"}, "vuex": {"type": "string"}}, "required": ["gsap", "nuxt", "vuex"]}, "devDependencies": {"type": "object", "properties": {"babel-eslint": {"type": "string"}, "eslint": {"type": "string"}, "eslint-friendly-formatter": {"type": "string"}, "eslint-loader": {"type": "string"}, "eslint-plugin-vue": {"type": "string"}, "node-sass": {"type": "string"}, "postcss": {"type": "string"}, "sass-loader": {"type": "string"}}, "required": ["babel-eslint", "eslint", "eslint-friendly-formatter", "eslint-loader", "eslint-plugin-vue", "node-sass", "postcss", "sass-loader"]}}, "required": ["name", "version", "description", "author", "private", "scripts", "repository", "bugs", "homepage", "browserslist", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.