input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "6101020011", "nama" : "PERAPAKAN"}, {"id" : "6101020012", "nama" : "JELUTUNG"}, {"id" : "6101020013", "nama" : "HARAPAN"}, {"id" : "6101020014", "nama" : "PENJAJAP"}, {"id" : "6101020015", "nama" : "PEMANGKAT KOTA"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$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"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"Yan": {"type": "string"}}, "required": ["Yan"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "source_files": {"type": "array", "items": {"type": "string"}}, "exclude_files": {"type": "string"}, "requires_arc": {"type": "boolean"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "platforms", "source", "source_files", "exclude_files", "requires_arc"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "HYTableViewSection", "version" : "1.0.1", "summary" : "HYTableViewSection for UITableView", "description" : "HYTableViewSection is for using models to make styles.", "homepage" : "https://github.com/yansaid/HYTableViewSection", "license" : "MIT", "authors" : {"Yan" : "yan_1564335@126.com"}, "platforms" : {"ios" : "7.0"}, "source" : {"git" : "https://github.com/yansaid/HYTableViewSection.git", "tag" : "1.0.1"}, "source_files" : ["HYTableViewSection", "HYTableViewSection/**/*.{h,m}"], "exclude_files" : "Classes/Exclude", "requires_arc" : true}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"Yan": {"type": "string"}}, "required": ["Yan"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "source_files": {"type": "array", "items": {"type": "string"}}, "exclude_files": {"type": "string"}, "requires_arc": {"type": "boolean"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "platforms", "source", "source_files", "exclude_files", "requires_arc"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"appName": {"type": "string"}, "roleName": {"type": "string"}, "cloudformationPolicyName": {"type": "string"}, "cloudWatchPolicyName": {"type": "string"}, "pinpointPolicyName": {"type": "string"}, "authPolicyName": {"type": "string"}, "unauthPolicyName": {"type": "string"}, "authRoleName": {"type": "object", "properties": {"Ref": {"type": "string"}}, "required": ["Ref"]}, "unauthRoleName": {"type": "object", "properties": {"Ref": {"type": "string"}}, "required": ["Ref"]}, "authRoleArn": {"type": "object", "properties": {"Fn::GetAtt": {"type": "array", "items": {"type": "string"}}}, "required": ["Fn::GetAtt"]}}, "required": ["appName", "roleName", "cloudformationPolicyName", "cloudWatchPolicyName", "pinpointPolicyName", "authPolicyName", "unauthPolicyName", "authRoleName", "unauthRoleName", "authRoleArn"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"appName" : "memoteamgen", "roleName" : "pinpointLambdaRoleeb120bc5", "cloudformationPolicyName" : "cloudformationPolicyeb120bc5", "cloudWatchPolicyName" : "cloudWatchPolicyeb120bc5", "pinpointPolicyName" : "pinpointPolicyeb120bc5", "authPolicyName" : "pinpoint_amplify_eb120bc5", "unauthPolicyName" : "pinpoint_amplify_eb120bc5", "authRoleName" : {"Ref" : "AuthRoleName"}, "unauthRoleName" : {"Ref" : "UnauthRoleName"}, "authRoleArn" : {"Fn::GetAtt" : ["AuthRole", "Arn"]}}
json_instruct
{"type": "object", "properties": {"appName": {"type": "string"}, "roleName": {"type": "string"}, "cloudformationPolicyName": {"type": "string"}, "cloudWatchPolicyName": {"type": "string"}, "pinpointPolicyName": {"type": "string"}, "authPolicyName": {"type": "string"}, "unauthPolicyName": {"type": "string"}, "authRoleName": {"type": "object", "properties": {"Ref": {"type": "string"}}, "required": ["Ref"]}, "unauthRoleName": {"type": "object", "properties": {"Ref": {"type": "string"}}, "required": ["Ref"]}, "authRoleArn": {"type": "object", "properties": {"Fn::GetAtt": {"type": "array", "items": {"type": "string"}}}, "required": ["Fn::GetAtt"]}}, "required": ["appName", "roleName", "cloudformationPolicyName", "cloudWatchPolicyName", "pinpointPolicyName", "authPolicyName", "unauthPolicyName", "authRoleName", "unauthRoleName", "authRoleArn"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"brief" : "twig", "long" : "<i>Meaning:</i> a \"twig\" (as \"pruned\").<br/><i>Usage:</i> vine, branch, slip.<br/><i>Source:</i> or \"\u05d6\u05b0\u05de\u05b9\u05e8\u05b8\u05d4\" (feminine); and \"\u05d6\u05b0\u05de\u05b9\u05e8\" (masculine); from \"H2168\";"}
json_instruct
{"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"require": {"type": "object", "properties": {"google/recaptcha": {"type": "string"}, "vlucas/phpdotenv": {"type": "string"}}, "required": ["google/recaptcha", "vlucas/phpdotenv"]}}, "required": ["require"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"require" : {"google/recaptcha" : "^1.2", "vlucas/phpdotenv" : "^5.3"}}
json_instruct
{"type": "object", "properties": {"require": {"type": "object", "properties": {"google/recaptcha": {"type": "string"}, "vlucas/phpdotenv": {"type": "string"}}, "required": ["google/recaptcha", "vlucas/phpdotenv"]}}, "required": ["require"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"clusters": {"type": "array", "items": {}}, "doc_key": {"type": "string"}, "sentence_map": {"type": "array", "items": {"type": "integer"}}, "sentences": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "speakers": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "subtoken_map": {"type": "array", "items": {"type": "integer"}}}, "required": ["clusters", "doc_key", "sentence_map", "sentences", "speakers", "subtoken_map"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"clusters" : [], "doc_key" : "nw", "sentence_map" : [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1], "sentences" : [["[CLS]", "I", "got", "a", "fine", "two", "weeks", "ago", "because", "I", "was", "speeding", "!", "I", "need", "to", "pay", "it", "as", "##ap", "[SEP]"]], "speakers" : [["[SPL]", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "-", "[SPL]"]], "subtoken_map" : [0, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 10, 11, 12, 13, 14, 15, 16, 16, 16]}
json_instruct
{"type": "object", "properties": {"clusters": {"type": "array", "items": {}}, "doc_key": {"type": "string"}, "sentence_map": {"type": "array", "items": {"type": "integer"}}, "sentences": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "speakers": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "subtoken_map": {"type": "array", "items": {"type": "integer"}}}, "required": ["clusters", "doc_key", "sentence_map", "sentences", "speakers", "subtoken_map"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"schema_version" : "1.2.0", "id" : "GHSA-8pmh-c886-gpc2", "modified" : "2022-05-01T06:44:47Z", "published" : "2022-05-01T06:44:47Z", "aliases" : ["CVE-2006-0993"], "details" : "The web management interface in 3Com TippingPoint SMS Server before 2.2.1.4478 does not restrict access to certain directories, which might allow remote attackers to obtain potentially sensitive information such as configuration settings.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2006-0993"}, {"type" : "WEB", "url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/26338"}, {"type" : "WEB", "url" : "http://secunia.com/advisories/20058"}, {"type" : "WEB", "url" : "http://securityreason.com/securityalert/870"}, {"type" : "WEB", "url" : "http://securitytracker.com/id?1016051"}, {"type" : "WEB", "url" : "http://www.3com.com/securityalert/alerts/3COM-06-002.html"}, {"type" : "WEB", "url" : "http://www.osvdb.org/25360"}, {"type" : "WEB", "url" : "http://www.securityfocus.com/archive/1/433432/100/0/threaded"}, {"type" : "WEB", "url" : "http://www.securityfocus.com/bid/17935"}, {"type" : "WEB", "url" : "http://www.vupen.com/english/advisories/2006/1752"}, {"type" : "WEB", "url" : "http://www.zerodayinitiative.com/advisories/ZDI-06-013.html"}], "database_specific" : {"cwe_ids" : [], "severity" : "MODERATE", "github_reviewed" : false}}
json_instruct
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"text": {"type": "string"}, "user_id": {"type": "integer"}, "screen_name": {"type": "string"}, "id": {"type": "integer"}, "bid": {"type": "string"}, "article_url": {"type": "string"}, "pics": {"type": "string"}, "video_url": {"type": "string"}, "location": {"type": "string"}, "created_at": {"type": "string"}, "source": {"type": "string"}, "attitudes_count": {"type": "integer"}, "comments_count": {"type": "integer"}, "reposts_count": {"type": "integer"}, "topics": {"type": "string"}, "at_users": {"type": "string"}, "history_date": {"type": "string"}, "type": {"type": "integer"}}, "required": ["text", "user_id", "screen_name", "id", "bid", "article_url", "pics", "video_url", "location", "created_at", "source", "attitudes_count", "comments_count", "reposts_count", "topics", "at_users", "history_date", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : "#\u957f\u8861\u4f1a\u6218#1944\u5e748\u67088\u65e5\u8baf\uff1a\u65b9\u5148\u89c9\u7387\u5176\u7b2c3\u5e08\u5e08\u957f\u5468\u5e86\u7965\u3001\u7b2c190\u5e08\u5e08\u957f\u5bb9\u6709\u7565\u3001\u988410\u5e08\u5e08\u957f\u845b\u5148\u624d\u3001\u668254\u5e08\u5e08\u957f\u9976\u5c11\u4f1f\u53ca\u526f\u5b98\u5904\u5904\u957f\u5b59\u5e7f\u5bbd\u5728\u57ce\u5357\u5929\u4e3b\u5802\u4e0e\u65e5\u519b\u7b2c68\u5e08\u56e2\u5e08\u56e2\u957f\u5824\u4e09\u6811\u7537\u4f1a\u89c1\uff0c\u6b63\u5f0f\u7f34\u68b0\u6295\u964d\u3002\u8861\u9633\u4e3a\u65e5\u519b\u5360\u9886\u3002\u6b64\u65f6\uff0c\u7b2c\u56db\u6218\u533a\u62bd\u8c03\u6765\u63f4\u7684\u7b2c46\u519b\u7b49\u5df2\u8fdb\u62b5\u8ddd\u8861\u96338\u516c\u91cc\u7684\u4e8c\u5858\u3002 ", "user_id" : 2896390104, "screen_name" : "\u6297\u6218\u76f4\u64ad", "id" : 4402924522047667, "bid" : "I1e4Y8AGT", "article_url" : "", "pics" : "", "video_url" : "", "location" : "", "created_at" : "2019-08-08", "source" : "\u76ae\u76ae\u65f6\u5149\u673a", "attitudes_count" : 12, "comments_count" : 10, "reposts_count" : 5, "topics" : "\u957f\u8861\u4f1a\u6218", "at_users" : "", "history_date" : "1944\u5e7408\u670808\u65e5", "type" : 0}
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "user_id": {"type": "integer"}, "screen_name": {"type": "string"}, "id": {"type": "integer"}, "bid": {"type": "string"}, "article_url": {"type": "string"}, "pics": {"type": "string"}, "video_url": {"type": "string"}, "location": {"type": "string"}, "created_at": {"type": "string"}, "source": {"type": "string"}, "attitudes_count": {"type": "integer"}, "comments_count": {"type": "integer"}, "reposts_count": {"type": "integer"}, "topics": {"type": "string"}, "at_users": {"type": "string"}, "history_date": {"type": "string"}, "type": {"type": "integer"}}, "required": ["text", "user_id", "screen_name", "id", "bid", "article_url", "pics", "video_url", "location", "created_at", "source", "attitudes_count", "comments_count", "reposts_count", "topics", "at_users", "history_date", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["361002002001", "\u897f\u5927\u8857\u5c45\u59d4\u4f1a", "111", "0"], ["361002002003", "\u82e5\u58eb\u8def\u5c45\u59d4\u4f1a", "111", "0"], ["361002002004", "\u8425\u4e0a\u5df7\u5c45\u59d4\u4f1a", "111", "0"], ["361002002006", "\u516c\u56ed\u5c45\u59d4\u4f1a", "111", "0"], ["361002002007", "\u77f3\u9a6c\u5df7\u5c45\u59d4\u4f1a", "111", "0"], ["361002002008", "\u540e\u6e56\u7530\u5c45\u59d4\u4f1a", "111", "0"], ["361002002009", "\u6e56\u6ee8\u793e\u533a\u5c45\u59d4\u4f1a", "111", "0"]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"commentStamp": {"type": "string"}, "super": {"type": "string"}, "category": {"type": "string"}, "classinstvars": {"type": "array", "items": {}}, "pools": {"type": "array", "items": {}}, "classvars": {"type": "array", "items": {}}, "instvars": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["commentStamp", "super", "category", "classinstvars", "pools", "classvars", "instvars", "name", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"commentStamp" : "", "super" : "CGShieldsBadge", "category" : "CodeGenerator-Readme-Badges-ShieldsIO", "classinstvars" : [], "pools" : [], "classvars" : [], "instvars" : ["subject", "status", "color", "style", "logo", "colorA", "colorB", "imgFormat", "service", "repository", "user"], "name" : "CGShieldsCustomBadge", "type" : "normal"}
json_instruct
{"type": "object", "properties": {"commentStamp": {"type": "string"}, "super": {"type": "string"}, "category": {"type": "string"}, "classinstvars": {"type": "array", "items": {}}, "pools": {"type": "array", "items": {}}, "classvars": {"type": "array", "items": {}}, "instvars": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["commentStamp", "super", "category", "classinstvars", "pools", "classvars", "instvars", "name", "type"], "$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"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "symbol", "logoURI", "decimals", "address", "chainId", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "deMonopoly Whitelist Token", "symbol" : "RCHWST", "logoURI" : "https://raw.githubusercontent.com/solana-labs/token-list/main/assets/mainnet/CSKh2PUQ3WENAKBjMTd2su8MFENU9roRw5p1hJ5meTSC/logo.png", "decimals" : 0, "address" : "CSKh2PUQ3WENAKBjMTd2su8MFENU9roRw5p1hJ5meTSC", "chainId" : 101, "tags" : ["whitelist-token"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "logoURI": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "symbol", "logoURI", "decimals", "address", "chainId", "tags"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "connectsWith": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"]}}, "required": ["type", "geometry", "properties"]}}}, "required": ["type", "title", "id", "bbox", "description", "connectsWith", "names", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "title" : "Opis", "id" : "894056", "bbox" : [44.702767, 33.185613, 44.702767, 33.185613], "description" : "Opis was an ancient city of Babylonia located on the Tigris river close to the site of modern Baghdad.", "connectsWith" : ["912964"], "names" : ["Opis", "Upi", "Tall No\u1e63rat P\u0101\u0161\u0101", "Up\u012b", "Tall Na\u1e63rat Pa\u0161a", "Tul\u016bl al-Mu\u01e7aili\u02bf", "Up\u0101", "Upi", "\u014cpis", "Opis"], "features" : [{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [44.702767, 33.185613]}, "properties" : {"description" : "representative point"}}, {"geometry" : {"type" : "Point", "coordinates" : [44.702767, 33.185613]}, "id" : "darmc-location-22479", "type" : "Feature", "properties" : {"description" : "Point location", "location_precision" : "precise", "title" : "DARMC location 22479", "link" : "http://pleiades.stoa.org/places/894056/darmc-location-22479"}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "connectsWith": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"]}}, "required": ["type", "geometry", "properties"]}}}, "required": ["type", "title", "id", "bbox", "description", "connectsWith", "names", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "citethispage": {"type": "string"}}, "required": ["@metadata", "citethispage"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"@metadata" : {"authors" : ["Abastillas"]}, "citethispage" : "Kutloa"}
json_instruct
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "citethispage": {"type": "string"}}, "required": ["@metadata", "citethispage"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"Rank": {"type": "integer"}, "Time Spent (seconds)": {"type": "integer"}, "Number of People": {"type": "integer"}, "Category": {"type": "string"}}, "required": ["Rank", "Time Spent (seconds)", "Number of People", "Category"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"Rank" : 1, "Time Spent (seconds)" : 8529, "Number of People" : 1, "Category" : "Utilities"}, {"Rank" : 2, "Time Spent (seconds)" : 1987, "Number of People" : 1, "Category" : "Software Development"}, {"Rank" : 3, "Time Spent (seconds)" : 991, "Number of People" : 1, "Category" : "Communication & Scheduling"}, {"Rank" : 4, "Time Spent (seconds)" : 8, "Number of People" : 1, "Category" : "Uncategorized"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"Rank": {"type": "integer"}, "Time Spent (seconds)": {"type": "integer"}, "Number of People": {"type": "integer"}, "Category": {"type": "string"}}, "required": ["Rank", "Time Spent (seconds)", "Number of People", "Category"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Time" : "2020-10-12T21:00:00+03:00", "Temp" : 26.3, "RelHum" : 62, "WindSpeed" : 3.4, "WindDir" : 349}
json_instruct
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userId" : 6788, "cartId" : "0340f140-3251-43b9-bca5-8068ac7e36d3", "preferredProducts" : [2401, 3089, 2883, 1854, 4890], "productReviews" : [{"productId" : 3475, "reviewText" : "I saw one of these in Bhutan and I bought one.", "reviewDate" : "2018-02-01T16:14:57.4195206+02:00"}, {"productId" : 4724, "reviewText" : "This Universal works very well. It harmonically improves my tennis by a lot.", "reviewDate" : "2017-11-07T11:22:52.3658342+02:00"}]}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "node": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "image": {"type": "string"}, "date": {"type": "string"}}, "required": ["id", "name", "image", "date"]}}, "relate": {"type": "array", "items": {"type": "object", "properties": {"relate": {"type": "string"}, "src": {"type": "integer"}, "dst": {"type": "integer"}}, "required": ["relate", "src", "dst"]}}}, "required": ["id", "node", "relate"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 113436, "node" : [{"id" : 113436, "name" : "\u3044\u3051\u3044\u3051\uff01\u3082\u3082\u3093\u3061\u3083\u3093", "image" : "//lain.bgm.tv/pic/cover/m/64/07/113436_3Q4ju.jpg", "date" : "2012-11-28"}, {"id" : 113438, "name" : "\u3044\u3051\u3044\u3051\uff01\u3082\u3082\u3093\u3061\u3083\u3093 \u622f", "image" : "//lain.bgm.tv/pic/cover/m/d1/7f/113438_95FzF.jpg", "date" : "2013-01-31"}, {"id" : 238306, "name" : "\u3082\u3082\u3093\u305a \u3055\u3093\u3069\u3046\u3043\u3063\u3061", "image" : "//lain.bgm.tv/pic/cover/m/51/c6/238306_l0lmw.jpg", "date" : "2014-04-02"}], "relate" : [{"relate" : "\u7eed\u96c6", "src" : 113436, "dst" : 113438}, {"relate" : "\u524d\u4f20", "src" : 113438, "dst" : 113436}, {"relate" : "\u524d\u4f20", "src" : 238306, "dst" : 113436}]}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "node": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "image": {"type": "string"}, "date": {"type": "string"}}, "required": ["id", "name", "image", "date"]}}, "relate": {"type": "array", "items": {"type": "object", "properties": {"relate": {"type": "string"}, "src": {"type": "integer"}, "dst": {"type": "integer"}}, "required": ["relate", "src", "dst"]}}}, "required": ["id", "node", "relate"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"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": "string"}, "homepage": {"type": "string"}, "about": {"type": "null"}, "license": {"type": "string"}}, "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": "string"}, "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" : 117472, "name" : "Minimalism Google", "description" : "More clean google with no crap.", "user" : {"id" : 296925, "name" : "m31271n", "email" : "redacted", "paypal_email" : "m31271n@gmail.com", "homepage" : "https://index.m31271n.com", "about" : null, "license" : "ccbync"}, "updated" : "2016-01-13T03:38:20.000Z", "weekly_install_count" : 0, "total_install_count" : 84, "rating" : null, "after_screenshot_name" : "https://userstyles.org/auto_style_screenshots/117472-after.png?r=1594454869", "obsoleting_style_id" : null, "obsoleting_style_name" : null, "obsolete" : 0, "admin_delete_reason_id" : null, "obsoletion_message" : null, "screenshots" : null, "license" : "ccbync", "created" : "2015-08-09T02:08:02.000Z", "category" : "site", "raw_subcategory" : "google", "subcategory" : "google", "additional_info" : null, "style_tags" : [], "css" : "@-moz-document url-prefix(\"http://www.google\"), url-prefix(\"http://images.google\"), url-prefix(\"https://www.google\"), url-prefix(\"https://images.google\"), url-prefix(\"https://encrypted.google\"), url-prefix(\"https://maps.google.com/\"), url-prefix(\"http://maps.google.com/\") {\r\n#hplogo {\r\n display: none;\r\n}\r\n#logo {\r\n display: none;\r\n}\r\n.sfbgg {\r\n background-color: #ffffff;\r\n}\r\n.fbar {\r\n display: none;\r\n}\r\n.gsst_b.sbib_c {\r\n display: none;\r\n}\r\n}\r\n", "discussions" : [], "discussionsCount" : 0, "commentsCount" : 0, "userjs_url" : "/styles/userjs/117472/minimalism-google.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": "string"}, "homepage": {"type": "string"}, "about": {"type": "null"}, "license": {"type": "string"}}, "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": "string"}, "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#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"addr:city": {"type": "string"}, "addr:postcode": {"type": "string"}, "addr:street": {"type": "string"}, "description": {"type": "string"}, "name": {"type": "string"}, "opening_hours": {"type": "string"}, "opening_hours:covid19": {"type": "string"}, "operator": {"type": "string"}, "organic": {"type": "string"}, "payment:cash": {"type": "string"}, "phone": {"type": "string"}, "shop": {"type": "string"}, "website": {"type": "string"}, "id": {"type": "string"}}, "required": ["addr:city", "addr:postcode", "addr:street", "description", "name", "opening_hours", "opening_hours:covid19", "operator", "organic", "payment:cash", "phone", "shop", "website", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "id" : "node/9167964283", "properties" : {"addr:city" : "Sch\u00fcpfheim", "addr:postcode" : "6170", "addr:street" : "Reh\u00e4rze", "description" : "Selbstbedienung: Selbstgemachte Produkte, Frozen-Joghurt, Schoko-Kuchen, salzige Snacks, Kartoffeln, Eier, div. Sirupe, Pesto", "name" : "Hofkiosk Reh\u00e4rze", "opening_hours" : "May-Oct 24/7", "opening_hours:covid19" : "same", "operator" : "Familie Steffen-Odermatt", "organic" : "yes", "payment:cash" : "yes", "phone" : "+41 41 484 34 68", "shop" : "farm", "website" : "https://hof-kiosk-rehaerze.business.site", "id" : "node/9167964283"}, "geometry" : {"type" : "Point", "coordinates" : [7.9677137, 46.9502951]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"addr:city": {"type": "string"}, "addr:postcode": {"type": "string"}, "addr:street": {"type": "string"}, "description": {"type": "string"}, "name": {"type": "string"}, "opening_hours": {"type": "string"}, "opening_hours:covid19": {"type": "string"}, "operator": {"type": "string"}, "organic": {"type": "string"}, "payment:cash": {"type": "string"}, "phone": {"type": "string"}, "shop": {"type": "string"}, "website": {"type": "string"}, "id": {"type": "string"}}, "required": ["addr:city", "addr:postcode", "addr:street", "description", "name", "opening_hours", "opening_hours:covid19", "operator", "organic", "payment:cash", "phone", "shop", "website", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}, "mappingIndex": {"type": "integer"}, "redacted": {"type": "boolean"}, "scope": {"type": "integer"}, "aggregationType": {"type": "integer"}}, "required": ["index", "hash", "blacklisted", "mappingIndex", "redacted", "scope", "aggregationType"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"index" : 11981, "hash" : 4072171844, "blacklisted" : false, "mappingIndex" : 0, "redacted" : false, "scope" : 0, "aggregationType" : 0}
json_instruct
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}, "mappingIndex": {"type": "integer"}, "redacted": {"type": "boolean"}, "scope": {"type": "integer"}, "aggregationType": {"type": "integer"}}, "required": ["index", "hash", "blacklisted", "mappingIndex", "redacted", "scope", "aggregationType"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "MOO", "frequency" : 36, "males" : "33.33333333333333 %", "females" : "66.66666666666666 %"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$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"}, "method": {"type": "string"}, "args": {"type": "array", "items": {"type": "string"}}, "next": {"type": "null"}}, "required": ["type", "method", "args", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "fun", "method" : "splitkv", "args" : [",", ":"], "next" : null}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "method": {"type": "string"}, "args": {"type": "array", "items": {"type": "string"}}, "next": {"type": "null"}}, "required": ["type", "method", "args", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[135.625, 40.333333333333336], [135.625, 40.416666666666664], [135.75, 40.416666666666664], [135.75, 40.333333333333336], [135.625, 40.333333333333336]]]}, "properties" : {"code" : 603545, "url" : "http://madefor.github.io/0410/api/v1/603545.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/603545.geojson"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "Wench", "definitions" : ["(of a man) habitually associate with prostitutes."], "parts-of-speech" : "Verb"}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"browserify": {"type": "string"}, "start": {"type": "string"}, "deploy": {"type": "string"}, "ghpages": {"type": "string"}}, "required": ["browserify", "start", "deploy", "ghpages"]}, "devDependencies": {"type": "object", "properties": {"budo": {"type": "string"}, "ghpages": {"type": "string"}}, "required": ["budo", "ghpages"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"aframe": {"type": "string"}}, "required": ["aframe"]}}, "required": ["name", "description", "version", "license", "scripts", "devDependencies", "keywords", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "spinning-cubes", "description" : "Spinning cubes in A-Frame. Testing adding components with JavaScript.", "version" : "0.3.0", "license" : "MIT", "scripts" : {"browserify" : "browserify ./js/* -o bundle.js", "start" : "budo --live --verbose --port 3000", "deploy" : "ghpages", "ghpages" : "ghpages"}, "devDependencies" : {"budo" : "^7.0.0", "ghpages" : "0.0.3"}, "keywords" : ["aframe", "aframe-example", "aframe-spinning-cubes", "aframe-scene", "webvr", "vr"], "dependencies" : {"aframe" : "^0.3.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"browserify": {"type": "string"}, "start": {"type": "string"}, "deploy": {"type": "string"}, "ghpages": {"type": "string"}}, "required": ["browserify", "start", "deploy", "ghpages"]}, "devDependencies": {"type": "object", "properties": {"budo": {"type": "string"}, "ghpages": {"type": "string"}}, "required": ["budo", "ghpages"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"aframe": {"type": "string"}}, "required": ["aframe"]}}, "required": ["name", "description", "version", "license", "scripts", "devDependencies", "keywords", "dependencies"], "$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" : "Peltre", "dpt" : "Moselle", "inscrits" : 1367, "abs" : 217, "votants" : 1150, "blancs" : 109, "nuls" : 30, "exp" : 1011, "res" : [{"panneau" : "1", "voix" : 711}, {"panneau" : "2", "voix" : 300}]}
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#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"cf0973a4-2ff7-4a05-9c80-db66fb4f5943": {"type": "integer"}, "program": {"type": "integer"}}, "required": ["cf0973a4-2ff7-4a05-9c80-db66fb4f5943", "program"]}}, "required": ["configuration", "regionsToProcessedPerformance"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"configuration" : ["IGNORELEADINGBLANKS", "REVERSE", "GENERALNUMRICSORT"], "regionsToProcessedPerformance" : {"cf0973a4-2ff7-4a05-9c80-db66fb4f5943" : 102602798868, "program" : 914410}}
json_instruct
{"type": "object", "properties": {"configuration": {"type": "array", "items": {"type": "string"}}, "regionsToProcessedPerformance": {"type": "object", "properties": {"cf0973a4-2ff7-4a05-9c80-db66fb4f5943": {"type": "integer"}, "program": {"type": "integer"}}, "required": ["cf0973a4-2ff7-4a05-9c80-db66fb4f5943", "program"]}}, "required": ["configuration", "regionsToProcessedPerformance"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"loss": {"type": "number"}, "elapsed_time": {"type": "number"}, "epoch": {"type": "integer"}, "worker": {"type": "integer"}}, "required": ["loss", "elapsed_time", "epoch", "worker"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"loss" : 2.1904726028442383, "elapsed_time" : 206.215581, "epoch" : 4, "worker" : 1}
json_instruct
{"type": "object", "properties": {"loss": {"type": "number"}, "elapsed_time": {"type": "number"}, "epoch": {"type": "integer"}, "worker": {"type": "integer"}}, "required": ["loss", "elapsed_time", "epoch", "worker"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"survey.css": {"type": "string"}, "survey.min.css": {"type": "string"}, "survey.react.js": {"type": "string"}, "survey.react.min.js": {"type": "string"}}, "required": ["survey.css", "survey.min.css", "survey.react.js", "survey.react.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"survey.css" : "sha512-+qs9rgJTcIiZENOcJQfO9alA8IjajN8H5QdTFDYl9wPIMDJ8Hqh8xb2PsAyYX4/ciaFdWDD+hvxnzRBC+XmiVw==", "survey.min.css" : "sha512-4g+Ay43kzZ3y7/i8yIAlAwChDVLcAUkIfSzTjGg4Hxh8Kq0V6lsvUai90+eCeGDSbjOzNg1P2l6de2Xz1sacjw==", "survey.react.js" : "sha512-3Ao9Gn2rY9EEIc9+TG1W8EXJ+LTo2ITybS7qtJBRni3aVpUtW7LzxI4wilGC8eWIwt7/yIgjDQ0Ef/qz7GUk3Q==", "survey.react.min.js" : "sha512-gQHHzUh1JdyiDP/+H6tT2tiyUFkl3boL9sBu1fFxv1N9NB5x5QHucegkP/dVZG7Bm70S28guJHhp+utLDL4FRg=="}
json_instruct
{"type": "object", "properties": {"survey.css": {"type": "string"}, "survey.min.css": {"type": "string"}, "survey.react.js": {"type": "string"}, "survey.react.min.js": {"type": "string"}}, "required": ["survey.css", "survey.min.css", "survey.react.js", "survey.react.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"AGE_AT_FIRST_EXPOSURE": {"type": "object", "properties": {"CATEGORY": {"type": "string"}, "MIN_VALUE": {"type": "integer"}, "P10_VALUE": {"type": "integer"}, "P25_VALUE": {"type": "integer"}, "MEDIAN_VALUE": {"type": "integer"}, "P75_VALUE": {"type": "integer"}, "P90_VALUE": {"type": "integer"}, "MAX_VALUE": {"type": "integer"}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}, "PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["TRELLIS_NAME", "SERIES_NAME", "X_CALENDAR_YEAR", "Y_PREVALENCE_1000PP"]}, "PREVALENCE_BY_MONTH": {"type": "object", "properties": {"X_CALENDAR_MONTH": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["X_CALENDAR_MONTH", "Y_PREVALENCE_1000PP"]}, "LENGTH_OF_ERA": {"type": "object", "properties": {"CATEGORY": {"type": "string"}, "MIN_VALUE": {"type": "integer"}, "P10_VALUE": {"type": "integer"}, "P25_VALUE": {"type": "integer"}, "MEDIAN_VALUE": {"type": "integer"}, "P75_VALUE": {"type": "integer"}, "P90_VALUE": {"type": "integer"}, "MAX_VALUE": {"type": "integer"}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}}, "required": ["AGE_AT_FIRST_EXPOSURE", "PREVALENCE_BY_GENDER_AGE_YEAR", "PREVALENCE_BY_MONTH", "LENGTH_OF_ERA"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"AGE_AT_FIRST_EXPOSURE" : {"CATEGORY" : "FEMALE", "MIN_VALUE" : 41, "P10_VALUE" : 52, "P25_VALUE" : 54, "MEDIAN_VALUE" : 58, "P75_VALUE" : 64, "P90_VALUE" : 67, "MAX_VALUE" : 72}, "PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : [], "SERIES_NAME" : [], "X_CALENDAR_YEAR" : [], "Y_PREVALENCE_1000PP" : []}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : [], "Y_PREVALENCE_1000PP" : []}, "LENGTH_OF_ERA" : {"CATEGORY" : "Length of Era", "MIN_VALUE" : 7, "P10_VALUE" : 14, "P25_VALUE" : 28, "MEDIAN_VALUE" : 28, "P75_VALUE" : 82, "P90_VALUE" : 157, "MAX_VALUE" : 758}}
json_instruct
{"type": "object", "properties": {"AGE_AT_FIRST_EXPOSURE": {"type": "object", "properties": {"CATEGORY": {"type": "string"}, "MIN_VALUE": {"type": "integer"}, "P10_VALUE": {"type": "integer"}, "P25_VALUE": {"type": "integer"}, "MEDIAN_VALUE": {"type": "integer"}, "P75_VALUE": {"type": "integer"}, "P90_VALUE": {"type": "integer"}, "MAX_VALUE": {"type": "integer"}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}, "PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["TRELLIS_NAME", "SERIES_NAME", "X_CALENDAR_YEAR", "Y_PREVALENCE_1000PP"]}, "PREVALENCE_BY_MONTH": {"type": "object", "properties": {"X_CALENDAR_MONTH": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["X_CALENDAR_MONTH", "Y_PREVALENCE_1000PP"]}, "LENGTH_OF_ERA": {"type": "object", "properties": {"CATEGORY": {"type": "string"}, "MIN_VALUE": {"type": "integer"}, "P10_VALUE": {"type": "integer"}, "P25_VALUE": {"type": "integer"}, "MEDIAN_VALUE": {"type": "integer"}, "P75_VALUE": {"type": "integer"}, "P90_VALUE": {"type": "integer"}, "MAX_VALUE": {"type": "integer"}}, "required": ["CATEGORY", "MIN_VALUE", "P10_VALUE", "P25_VALUE", "MEDIAN_VALUE", "P75_VALUE", "P90_VALUE", "MAX_VALUE"]}}, "required": ["AGE_AT_FIRST_EXPOSURE", "PREVALENCE_BY_GENDER_AGE_YEAR", "PREVALENCE_BY_MONTH", "LENGTH_OF_ERA"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nom" : "Saint-Ch\u00e9ron", "circ" : "3\u00e8me circonscription", "dpt" : "Essonne", "inscrits" : 3666, "abs" : 2096, "votants" : 1570, "blancs" : 124, "nuls" : 47, "exp" : 1399, "res" : [{"nuance" : "REM", "nom" : "Mme La\u00ebtitia ROMEIRO DIAS", "voix" : 836}, {"nuance" : "FI", "nom" : "Mme Virginie ARAUJO", "voix" : 563}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "target": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "string"}}, "sources": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "title", "description", "target", "dependencies", "sources"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "crochet.examples.browser.cloak-of-darkness", "title" : "Cloak of Darkness", "description" : "A simple interactive fiction demo.", "target" : "browser", "dependencies" : ["crochet.core", "crochet.novella"], "sources" : ["cloak-of-darkness.crochet"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "target": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "string"}}, "sources": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "title", "description", "target", "dependencies", "sources"], "$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"}, "main": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "watch": {"type": "string"}}, "required": ["build", "watch"]}, "dependencies": {"type": "object", "properties": {"tailwindcss": {"type": "string"}}, "required": ["tailwindcss"]}}, "required": ["name", "version", "main", "license", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "tailwind", "version" : "1.0.0", "main" : "index.js", "license" : "MIT", "scripts" : {"build" : "tailwindcss -i ./src/main.css -o ../main.css", "watch" : "tailwindcss -i ./src/main.css -o ../main.css --watch"}, "dependencies" : {"tailwindcss" : "^3.0.24"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "watch": {"type": "string"}}, "required": ["build", "watch"]}, "dependencies": {"type": "object", "properties": {"tailwindcss": {"type": "string"}}, "required": ["tailwindcss"]}}, "required": ["name", "version", "main", "license", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Alo Moves", "description" : "A service providing online yoga classes.", "url" : "https://www.alomoves.com/"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"Plugins": {"type": "array", "items": {"type": "object", "properties": {"Info": {"type": "object", "properties": {"Types": {"type": "object", "properties": {"TestUsdUtilsBaseOneAPI": {"type": "object", "properties": {"alias": {"type": "object", "properties": {"UsdSchemaBase": {"type": "string"}}, "required": ["UsdSchemaBase"]}, "bases": {"type": "array", "items": {"type": "string"}}, "schemaKind": {"type": "string"}}, "required": ["alias", "bases", "schemaKind"]}, "TestUsdUtilsBaseTwoAPI": {"type": "object", "properties": {"alias": {"type": "object", "properties": {"UsdSchemaBase": {"type": "string"}}, "required": ["UsdSchemaBase"]}, "bases": {"type": "array", "items": {"type": "string"}}, "schemaKind": {"type": "string"}}, "required": ["alias", "bases", "schemaKind"]}}, "required": ["TestUsdUtilsBaseOneAPI", "TestUsdUtilsBaseTwoAPI"]}}, "required": ["Types"]}, "Name": {"type": "string"}, "ResourcePath": {"type": "string"}, "Type": {"type": "string"}}, "required": ["Info", "Name", "ResourcePath", "Type"]}}}, "required": ["Plugins"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Plugins" : [{"Info" : {"Types" : {"TestUsdUtilsBaseOneAPI" : {"alias" : {"UsdSchemaBase" : "BaseOneAPI"}, "bases" : ["UsdAPISchemaBase"], "schemaKind" : "singleApplyAPI"}, "TestUsdUtilsBaseTwoAPI" : {"alias" : {"UsdSchemaBase" : "BaseTwoAPI"}, "bases" : ["UsdAPISchemaBase"], "schemaKind" : "singleApplyAPI"}}}, "Name" : "TestUsdUtilsUpdateSchemaWithSdrAttrPruning", "ResourcePath" : "", "Type" : "resource"}]}
json_instruct
{"type": "object", "properties": {"Plugins": {"type": "array", "items": {"type": "object", "properties": {"Info": {"type": "object", "properties": {"Types": {"type": "object", "properties": {"TestUsdUtilsBaseOneAPI": {"type": "object", "properties": {"alias": {"type": "object", "properties": {"UsdSchemaBase": {"type": "string"}}, "required": ["UsdSchemaBase"]}, "bases": {"type": "array", "items": {"type": "string"}}, "schemaKind": {"type": "string"}}, "required": ["alias", "bases", "schemaKind"]}, "TestUsdUtilsBaseTwoAPI": {"type": "object", "properties": {"alias": {"type": "object", "properties": {"UsdSchemaBase": {"type": "string"}}, "required": ["UsdSchemaBase"]}, "bases": {"type": "array", "items": {"type": "string"}}, "schemaKind": {"type": "string"}}, "required": ["alias", "bases", "schemaKind"]}}, "required": ["TestUsdUtilsBaseOneAPI", "TestUsdUtilsBaseTwoAPI"]}}, "required": ["Types"]}, "Name": {"type": "string"}, "ResourcePath": {"type": "string"}, "Type": {"type": "string"}}, "required": ["Info", "Name", "ResourcePath", "Type"]}}}, "required": ["Plugins"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"next_comment_id": {"type": "integer"}, "user_name": {"type": "string"}, "hub": {"type": "string"}, "post_like": {"type": "object", "properties": {"12EgeG4vgNHzuPJYZqVJQwy2W9vkywbQQu_1478890231": {"type": "integer"}, "1KN1Au7SRmeTmffcxxoyPABDpvqmq7iMbN_1480866389": {"type": "integer"}}, "required": ["12EgeG4vgNHzuPJYZqVJQwy2W9vkywbQQu_1478890231", "1KN1Au7SRmeTmffcxxoyPABDpvqmq7iMbN_1480866389"]}, "comment": {"type": "array", "items": {}}}, "required": ["next_comment_id", "user_name", "hub", "post_like", "comment"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"next_comment_id" : 1, "user_name" : "Facepalm", "hub" : "1oranGeS2xsKZ4jVsu9SVttzgkYXu4k9v", "post_like" : {"12EgeG4vgNHzuPJYZqVJQwy2W9vkywbQQu_1478890231" : 1481125032, "1KN1Au7SRmeTmffcxxoyPABDpvqmq7iMbN_1480866389" : 1481126262}, "comment" : []}
json_instruct
{"type": "object", "properties": {"next_comment_id": {"type": "integer"}, "user_name": {"type": "string"}, "hub": {"type": "string"}, "post_like": {"type": "object", "properties": {"12EgeG4vgNHzuPJYZqVJQwy2W9vkywbQQu_1478890231": {"type": "integer"}, "1KN1Au7SRmeTmffcxxoyPABDpvqmq7iMbN_1480866389": {"type": "integer"}}, "required": ["12EgeG4vgNHzuPJYZqVJQwy2W9vkywbQQu_1478890231", "1KN1Au7SRmeTmffcxxoyPABDpvqmq7iMbN_1480866389"]}, "comment": {"type": "array", "items": {}}}, "required": ["next_comment_id", "user_name", "hub", "post_like", "comment"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"components": {"type": "array", "items": {"type": "string"}}, "phases": {"type": "array", "items": {"type": "string"}}, "solver": {"type": "object", "properties": {"mode": {"type": "string"}, "sublattice_site_ratios": {"type": "array", "items": {"type": "integer"}}, "sublattice_occupancies": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "sublattice_configurations": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}}, "required": ["mode", "sublattice_site_ratios", "sublattice_occupancies", "sublattice_configurations"]}, "conditions": {"type": "object", "properties": {"P": {"type": "integer"}, "T": {"type": "integer"}}, "required": ["P", "T"]}, "output": {"type": "string"}, "values": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "reference": {"type": "string"}}, "required": ["components", "phases", "solver", "conditions", "output", "values", "reference"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"components" : ["CU", "MG"], "phases" : ["LIQUID"], "solver" : {"mode" : "manual", "sublattice_site_ratios" : [1], "sublattice_occupancies" : [[[0.1, 0.9]], [[0.2, 0.8]], [[0.3, 0.7]], [[0.4, 0.6]], [[0.5, 0.5]], [[0.6, 0.4]], [[0.7, 0.3]], [[0.8, 0.2]], [[0.9, 0.1]]], "sublattice_configurations" : [[["CU", "MG"]], [["CU", "MG"]], [["CU", "MG"]], [["CU", "MG"]], [["CU", "MG"]], [["CU", "MG"]], [["CU", "MG"]], [["CU", "MG"]], [["CU", "MG"]]]}, "conditions" : {"P" : 101325, "T" : 1100}, "output" : "HM_MIX", "values" : [[[-3700, -5610, -6800, -7600, -7950, -7700, -6700, -5100, -2600]]], "reference" : "Batalin1987"}
json_instruct
{"type": "object", "properties": {"components": {"type": "array", "items": {"type": "string"}}, "phases": {"type": "array", "items": {"type": "string"}}, "solver": {"type": "object", "properties": {"mode": {"type": "string"}, "sublattice_site_ratios": {"type": "array", "items": {"type": "integer"}}, "sublattice_occupancies": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "sublattice_configurations": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}}, "required": ["mode", "sublattice_site_ratios", "sublattice_occupancies", "sublattice_configurations"]}, "conditions": {"type": "object", "properties": {"P": {"type": "integer"}, "T": {"type": "integer"}}, "required": ["P", "T"]}, "output": {"type": "string"}, "values": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "reference": {"type": "string"}}, "required": ["components", "phases", "solver", "conditions", "output", "values", "reference"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "2001", "provinceId" : "82", "regencyId" : "02", "districtId" : "05", "name" : "Tilope"}, {"id" : "2002", "provinceId" : "82", "regencyId" : "02", "districtId" : "05", "name" : "Sosowomo"}, {"id" : "2003", "provinceId" : "82", "regencyId" : "02", "districtId" : "05", "name" : "Loleo"}, {"id" : "2004", "provinceId" : "82", "regencyId" : "02", "districtId" : "05", "name" : "Wairoro Indah"}, {"id" : "2005", "provinceId" : "82", "regencyId" : "02", "districtId" : "05", "name" : "Kluting Jaya"}, {"id" : "2006", "provinceId" : "82", "regencyId" : "02", "districtId" : "05", "name" : "Lembah Asri"}, {"id" : "2007", "provinceId" : "82", "regencyId" : "02", "districtId" : "05", "name" : "Sumber Sari"}, {"id" : "2008", "provinceId" : "82", "regencyId" : "02", "districtId" : "05", "name" : "Air Salobar"}]
json_instruct
{"type": "array", "items": {"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#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d566-109", "text" : "Page $\nLeg VIII\nlo KWSC\nState College of Washington\nPullrnan, Washington\nAllen Miller\n2o KUOW\nUniversity of Washington\nSeattle, Washington\nBurce ^alhoun\n3o KBPS\nPortland Public School:\nPortland, Oregon\nPatricia L\u00ab Green\nho KOAC\nOregon State College\nCorvallis, Oregon\nJanies M. Morris\n5* MAX KWAX\nUniversity of Oregon\nKugene, uregon\nDo Glenn Starlin\n60 KCVN\nCollege of the Pacific\nStockton, California\nMrSo Marilyn Hvingston\n7o KUSC\nUniversity of Southern California\nLos Angeles, Califoma\nIvan Mo Campbell\n8. KANW\nAlbuquerque **igh School\nAlbuquerque, ^ew Mexico\nRose Jeanne Carlisle\n9, KVOF-FM\nTexas' Western College\nbl Paso, Texas\nVirgil 0o Hicks\nSpecial\nWIPR\nOficina de Radioemision r ublica\nban ^uan, Puerto Rico\nJose Buitrago"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"hash" : "0x05c8b7fa92e4c8d74e4a85b1833c13757eceaae749f5f64c56170f06fccba14f", "parentHash" : "0xb0f63edbaabf8c862deda673bcbf8846ee2c5f190326346d31b9be58edfbd06b", "number" : 117631, "timestamp" : 1440112855, "nonce" : "0xddced250332eb191", "difficulty" : 4325125529352, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0x52bc44d5378309EE2abF1539BF71dE1b7d7bE3b5", "extraData" : "0xd783010002844765746887676f312e342e32856c696e7578", "transactions" : []}
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "enabled": {"type": "boolean"}, "description": {"type": "string"}, "documentation": {"type": "string"}, "defaultPayload": {"type": "object", "properties": {"imageURL": {"type": "string"}}, "required": ["imageURL"]}}, "required": ["name", "type", "enabled", "description", "documentation", "defaultPayload"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Image", "type" : "image", "enabled" : true, "description" : "A link to an image that will be displayed as a message", "documentation" : "https://github.com/samtecspg/articulate/blob/master/api/lib/rich-responses/image/README.MD", "defaultPayload" : {"imageURL" : "http://example.com/image.jpg"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "enabled": {"type": "boolean"}, "description": {"type": "string"}, "documentation": {"type": "string"}, "defaultPayload": {"type": "object", "properties": {"imageURL": {"type": "string"}}, "required": ["imageURL"]}}, "required": ["name", "type", "enabled", "description", "documentation", "defaultPayload"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "string"}, "strongs_def": {"type": "string"}, "xlit": {"type": "string"}}, "required": ["derivation", "pron", "outline", "kjv_def", "lemma", "frequency", "strongs_def", "xlit"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"derivation" : "from an unused root probably meaning to elongate;", "pron" : "tan", "outline" : "", "kjv_def" : "dragon, whale. Compare H8577 (\u05ea\u05bc\u05b7\u05e0\u05bc\u05b4\u05d9\u05df).", "lemma" : "\u05ea\u05bc\u05b7\u05df", "frequency" : "", "strongs_def" : "a monster (as preternaturally formed), i.e. a sea-serpent (or other huge marine animal); also a jackal (or other hideous land animal)", "xlit" : "tan"}
json_instruct
{"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "string"}, "strongs_def": {"type": "string"}, "xlit": {"type": "string"}}, "required": ["derivation", "pron", "outline", "kjv_def", "lemma", "frequency", "strongs_def", "xlit"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Static Typing for Ruby on Rails.", "fields" : ["scripting language", "type inference", "software bug", "software maintenance", "debugging"], "abstract" : "Ruby on Rails (or just \"Rails\") is a popular web application framework built on top of Ruby, an object-oriented scripting language. While Ruby\u2019s powerful features such as dynamic typing help make Rails development extremely lightweight, this comes at a cost. Dynamic typing in particular means that type errors in Rails applications remain latent until run time, making debugging and maintenance harder. In this paper, we describe DRails, a novel tool that brings static typing to Rails applications to detect a range of run time errors. DRails works by translating Rails programs into pure Ruby code in which Rails\u2019s numerous implicit conventions are made explicit. We then discover type errors by applying DRuby, a previously developed static type inference system, to the translated program. We ran DRails on a suite of applications and found that it was able to detect several previously unknown errors.", "citation" : "Citations (25)", "departments" : ["University of Maryland, College Park", "University of Maryland, College Park", "University of Maryland, College Park"], "authors" : ["Jong-hoon (David) An.....http://dblp.org/pers/hd/a/An:Jong=hoon_=David=", "Avik Chaudhuri.....http://dblp.org/pers/hd/c/Chaudhuri:Avik", "Jeffrey S. Foster.....http://dblp.org/pers/hd/f/Foster:Jeffrey_S="], "conf" : "kbse", "year" : "2009", "pages" : 5}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"allowJs": {"type": "boolean"}, "baseUrl": {"type": "string"}, "checkJs": {"type": "boolean"}, "lib": {"type": "array", "items": {"type": "string"}}, "outDir": {"type": "string"}}, "required": ["allowJs", "baseUrl", "checkJs", "lib", "outDir"]}, "include": {"type": "array", "items": {"type": "string"}}}, "required": ["compilerOptions", "include"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"compilerOptions" : {"allowJs" : true, "baseUrl" : "C:/Users/Koushik/AppData/Local/Temp/19347f3da086ff2314290b7941f5b73c1906b/skylight-typedefs", "checkJs" : true, "lib" : ["ES2015"], "outDir" : "C:/Users/Koushik/AppData/Local/Temp/19347f3da086ff2314290b7941f5b73c1906b/skylight-typedefs/out-dir"}, "include" : ["*.js"]}
json_instruct
{"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"allowJs": {"type": "boolean"}, "baseUrl": {"type": "string"}, "checkJs": {"type": "boolean"}, "lib": {"type": "array", "items": {"type": "string"}}, "outDir": {"type": "string"}}, "required": ["allowJs", "baseUrl", "checkJs", "lib", "outDir"]}, "include": {"type": "array", "items": {"type": "string"}}}, "required": ["compilerOptions", "include"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"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": "string"}, "orbital_eccentricity": {"type": "string"}, "star_temp": {"type": "integer"}, "star_radius": {"type": "number"}, "planet_temp": {"type": "string"}, "radius": {"type": "number"}, "discovery_year": {"type": "integer"}, "light_years": {"type": "number"}}, "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" : 2456, "key" : "Kepler-1319_b", "star_name" : "Kepler-1319", "planet_letter" : "b", "discovery_method" : "Transit", "pl_pnum" : 1, "orbital_period" : 2.88676265, "semi_major" : "NA", "orbital_eccentricity" : "NA", "star_temp" : 3655, "star_radius" : 0.54, "planet_temp" : "NA", "radius" : 1.34, "discovery_year" : 2016, "light_years" : 371.81784}]
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": "string"}, "orbital_eccentricity": {"type": "string"}, "star_temp": {"type": "integer"}, "star_radius": {"type": "number"}, "planet_temp": {"type": "string"}, "radius": {"type": "number"}, "discovery_year": {"type": "integer"}, "light_years": {"type": "number"}}, "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#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"replace" : false, "values" : ["techreborn:platinum_plate"]}
json_instruct
{"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"telephony_fax_assist_orders_breadcrumb": {"type": "string"}}, "required": ["telephony_fax_assist_orders_breadcrumb"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"telephony_fax_assist_orders_breadcrumb" : "Stato dei buoni d'ordine"}
json_instruct
{"type": "object", "properties": {"telephony_fax_assist_orders_breadcrumb": {"type": "string"}}, "required": ["telephony_fax_assist_orders_breadcrumb"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Time" : "2021-04-30T04:00:00Z", "Temp" : 17.4, "RelHum" : 74, "WindSpeed" : 1.5, "WindDir" : 102}
json_instruct
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"images": {"type": "array", "items": {"type": "object", "properties": {"startdate": {"type": "string"}, "fullstartdate": {"type": "string"}, "enddate": {"type": "string"}, "url": {"type": "string"}, "urlbase": {"type": "string"}, "copyright": {"type": "string"}, "copyrightlink": {"type": "string"}, "title": {"type": "string"}, "quiz": {"type": "string"}, "wp": {"type": "boolean"}, "hsh": {"type": "string"}, "drk": {"type": "integer"}, "top": {"type": "integer"}, "bot": {"type": "integer"}, "hs": {"type": "array", "items": {}}}, "required": ["startdate", "fullstartdate", "enddate", "url", "urlbase", "copyright", "copyrightlink", "title", "quiz", "wp", "hsh", "drk", "top", "bot", "hs"]}}, "tooltips": {"type": "object", "properties": {"loading": {"type": "string"}, "previous": {"type": "string"}, "next": {"type": "string"}, "walle": {"type": "string"}, "walls": {"type": "string"}}, "required": ["loading", "previous", "next", "walle", "walls"]}}, "required": ["images", "tooltips"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"images" : [{"startdate" : "20210812", "fullstartdate" : "202108120700", "enddate" : "20210813", "url" : "/th?id=OHR.OkavangoHerd_EN-US9805568447_1920x1080.jpg&rf=LaDigue_1920x1080.jpg&pid=hp", "urlbase" : "/th?id=OHR.OkavangoHerd_EN-US9805568447", "copyright" : "African bush elephant herd, Okavango Delta, Botswana (\u00a9 Juan-Carlos Munoz/Minden Pictures)", "copyrightlink" : "https://www.bing.com/search?q=african+bush+elephant&form=hpcapt&filters=HpDate%3a%2220210812_0700%22", "title" : "Haven't you herd? It's World Elephant Day!", "quiz" : "/search?q=Bing+homepage+quiz&filters=WQOskey:%22HPQuiz_20210812_OkavangoHerd%22&FORM=HPQUIZ", "wp" : true, "hsh" : "16f478c842ae08db63d8d3294705c849", "drk" : 1, "top" : 1, "bot" : 1, "hs" : []}], "tooltips" : {"loading" : "Loading...", "previous" : "Previous image", "next" : "Next image", "walle" : "This image is not available to download as wallpaper.", "walls" : "Download this image. Use of this image is restricted to wallpaper only."}}
json_instruct
{"type": "object", "properties": {"images": {"type": "array", "items": {"type": "object", "properties": {"startdate": {"type": "string"}, "fullstartdate": {"type": "string"}, "enddate": {"type": "string"}, "url": {"type": "string"}, "urlbase": {"type": "string"}, "copyright": {"type": "string"}, "copyrightlink": {"type": "string"}, "title": {"type": "string"}, "quiz": {"type": "string"}, "wp": {"type": "boolean"}, "hsh": {"type": "string"}, "drk": {"type": "integer"}, "top": {"type": "integer"}, "bot": {"type": "integer"}, "hs": {"type": "array", "items": {}}}, "required": ["startdate", "fullstartdate", "enddate", "url", "urlbase", "copyright", "copyrightlink", "title", "quiz", "wp", "hsh", "drk", "top", "bot", "hs"]}}, "tooltips": {"type": "object", "properties": {"loading": {"type": "string"}, "previous": {"type": "string"}, "next": {"type": "string"}, "walle": {"type": "string"}, "walls": {"type": "string"}}, "required": ["loading", "previous", "next", "walle", "walls"]}}, "required": ["images", "tooltips"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"Kevin Vugts": {"type": "string"}}, "required": ["Kevin Vugts"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "source_files": {"type": "string"}, "exclude_files": {"type": "string"}}, "required": ["name", "version", "platforms", "summary", "description", "homepage", "license", "authors", "source", "source_files", "exclude_files"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "KevinFramework", "version" : "1.0.3", "platforms" : {"ios" : "8.0"}, "summary" : "Small test to test code sharing via cocoapods.", "description" : "This is some superl oco framework that was made by kevin vugts.", "homepage" : "https://github.com/kevinvugts/", "license" : "MIT", "authors" : {"Kevin Vugts" : "kevin-vugts@live.com"}, "source" : {"git" : "https://github.com/kevinvugts/iMessageFramework.git", "tag" : "1.0.3"}, "source_files" : "KevinFramework/**/*", "exclude_files" : "KevinFramework/**/*.plist"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"Kevin Vugts": {"type": "string"}}, "required": ["Kevin Vugts"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "source_files": {"type": "string"}, "exclude_files": {"type": "string"}}, "required": ["name", "version", "platforms", "summary", "description", "homepage", "license", "authors", "source", "source_files", "exclude_files"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "3bfcb01ad752e0be7fc4c8594cb45eb492ea38f4"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"action_fingerprints": {"type": "object", "properties": {"action_listen": {"type": "object", "properties": {"slots": {"type": "array", "items": {"type": "string"}}}, "required": ["slots"]}, "action_restaurant": {"type": "object", "properties": {"slots": {"type": "array", "items": {"type": "string"}}}, "required": ["slots"]}, "action_sendmail": {"type": "object", "properties": {"slots": {"type": "array", "items": {"type": "string"}}}, "required": ["slots"]}, "utter_final_bye": {"type": "object", "properties": {"slots": {"type": "array", "items": {}}}, "required": ["slots"]}, "action_check_location": {"type": "object", "properties": {"slots": {"type": "array", "items": {"type": "string"}}}, "required": ["slots"]}}, "required": ["action_listen", "action_restaurant", "action_sendmail", "utter_final_bye", "action_check_location"]}, "rasa_core": {"type": "string"}, "max_histories": {"type": "array", "items": {"type": "integer"}}, "ensemble_name": {"type": "string"}, "policy_names": {"type": "array", "items": {"type": "string"}}}, "required": ["action_fingerprints", "rasa_core", "max_histories", "ensemble_name", "policy_names"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"action_fingerprints" : {"action_listen" : {"slots" : ["email", "location", "cuisine", "price"]}, "action_restaurant" : {"slots" : ["search_results", "location_found", "cuisine_found", "price_found"]}, "action_sendmail" : {"slots" : ["emailsent"]}, "utter_final_bye" : {"slots" : []}, "action_check_location" : {"slots" : ["location_found"]}}, "rasa_core" : "0.10.1", "max_histories" : [4, 5], "ensemble_name" : "rasa_core.policies.ensemble.SimplePolicyEnsemble", "policy_names" : ["rasa_core.policies.memoization.MemoizationPolicy", "rasa_core.policies.keras_policy.KerasPolicy"]}
json_instruct
{"type": "object", "properties": {"action_fingerprints": {"type": "object", "properties": {"action_listen": {"type": "object", "properties": {"slots": {"type": "array", "items": {"type": "string"}}}, "required": ["slots"]}, "action_restaurant": {"type": "object", "properties": {"slots": {"type": "array", "items": {"type": "string"}}}, "required": ["slots"]}, "action_sendmail": {"type": "object", "properties": {"slots": {"type": "array", "items": {"type": "string"}}}, "required": ["slots"]}, "utter_final_bye": {"type": "object", "properties": {"slots": {"type": "array", "items": {}}}, "required": ["slots"]}, "action_check_location": {"type": "object", "properties": {"slots": {"type": "array", "items": {"type": "string"}}}, "required": ["slots"]}}, "required": ["action_listen", "action_restaurant", "action_sendmail", "utter_final_bye", "action_check_location"]}, "rasa_core": {"type": "string"}, "max_histories": {"type": "array", "items": {"type": "integer"}}, "ensemble_name": {"type": "string"}, "policy_names": {"type": "array", "items": {"type": "string"}}}, "required": ["action_fingerprints", "rasa_core", "max_histories", "ensemble_name", "policy_names"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"data": {"type": "object", "properties": {"allAirtable": {"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "object", "properties": {"node": {"type": "object", "properties": {"id": {"type": "string"}, "data": {"type": "object", "properties": {"Namn": {"type": "string"}, "Body": {"type": "string"}, "Pris": {"type": "integer"}}, "required": ["Namn", "Body", "Pris"]}}, "required": ["id", "data"]}}, "required": ["node"]}}}, "required": ["edges"]}}, "required": ["allAirtable"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"data" : {"allAirtable" : {"edges" : [{"node" : {"id" : "2f710dee-b7d9-5065-ab4c-a0b7e220114f", "data" : {"Namn" : "67", "Body" : "Oxfil\u00e9 med potatisgrat\u00e4ng, husets varma gr\u00f6nsaker. V\u00e4lj mellan r\u00f6dvins\u00e5s eller husets bearnaises\u00e5s", "Pris" : 249}}}, {"node" : {"id" : "53462b8c-05d4-51ca-9667-7c85828c62b3", "data" : {"Namn" : "68", "Body" : "Husets hamburgare(200g) med br\u00f6d sallad ,l\u00f6k, dressingar,pepperjack ost och krispiga pommes frites", "Pris" : 149}}}, {"node" : {"id" : "0100b299-bc39-535c-ad5f-061b8bf51c24", "data" : {"Namn" : "69", "Body" : "Friterad sp\u00e4tta med husets tartars\u00e5s, citron, husets varma gr\u00f6nsaker och krispiga pommes frites", "Pris" : 179}}}, {"node" : {"id" : "ab9d68d5-f9c6-57d3-acf2-2e978d0e5d86", "data" : {"Namn" : "70", "Body" : "Stekt laxfil\u00e9 med varma stekta gr\u00f6nsaker, stekt potatis och frisk citrons\u00e5s", "Pris" : 189}}}, {"node" : {"id" : "b1fe00aa-3f51-51f1-b26e-4f4aad1be7f6", "data" : {"Namn" : "71", "Body" : "Husets hamburgare(200g) med br\u00f6d,sallad,dressingar krispiga pommes frittes,l\u00f6k buffelmozzarella och jalapenos", "Pris" : 169}}}]}}}
json_instruct
{"type": "object", "properties": {"data": {"type": "object", "properties": {"allAirtable": {"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "object", "properties": {"node": {"type": "object", "properties": {"id": {"type": "string"}, "data": {"type": "object", "properties": {"Namn": {"type": "string"}, "Body": {"type": "string"}, "Pris": {"type": "integer"}}, "required": ["Namn", "Body", "Pris"]}}, "required": ["id", "data"]}}, "required": ["node"]}}}, "required": ["edges"]}}, "required": ["allAirtable"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"a": {"type": "string"}, "n": {"type": "integer"}, "trackr_id": {"type": "string"}}, "required": ["a", "n", "trackr_id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"a" : "a", "n" : 4, "trackr_id" : "21430802cf1c2fc104be4c6652d558b753a3d1de_6a109527641a0358607e98ed010530a5a9a16301, 21430802cf1c2fc104be4c6652d558b753a3d1de_6cd1c23779a63c269859421c0fe38118332adeb7, 21430802cf1c2fc104be4c6652d558b753a3d1de_07e7bec040b17ebc4b31e7029509134e73a4b203, 21430802cf1c2fc104be4c6652d558b753a3d1de_e9f0fcac9c3d0c800beff2dbd86c2d0b4efc3dc5"}, {"a" : "b", "n" : 4, "trackr_id" : "21430802cf1c2fc104be4c6652d558b753a3d1de_923ca9ef9b6882fb224bf1da6f35b64334fcec92, 21430802cf1c2fc104be4c6652d558b753a3d1de_39177dadb6877400501f7a03503089fde6a40b48, 21430802cf1c2fc104be4c6652d558b753a3d1de_16d8c9386943309342b8b211fa4797cb68da42e4, 21430802cf1c2fc104be4c6652d558b753a3d1de_646742bd2dbd3c765d0516169f34763025b8e918"}, {"a" : "c", "n" : 4, "trackr_id" : "21430802cf1c2fc104be4c6652d558b753a3d1de_af4c071029915fb2e38b299102efb4e836ea342d, 21430802cf1c2fc104be4c6652d558b753a3d1de_3fcfd3d80687f0218edf4a00181c16b0d818c321, 21430802cf1c2fc104be4c6652d558b753a3d1de_74088bb61c862866be1604f7a8da00b5357e415a, 21430802cf1c2fc104be4c6652d558b753a3d1de_054162523f0dad6cf0b61bfe28bea86a447e90ee"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"a": {"type": "string"}, "n": {"type": "integer"}, "trackr_id": {"type": "string"}}, "required": ["a", "n", "trackr_id"]}, "$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"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "phone": {"type": "string"}, "full_time_school": {"type": "boolean"}, "email": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "state": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "phone", "full_time_school", "email", "programs", "state", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Berufsbildende Schulen Ritterplan\nBerufsbildende Schulen III des Landkreises G\u00f6ttingen", "id" : "NI-71080-0", "address" : "Ritterplan 6, 37073\u00a0G\u00f6ttingen", "school_type" : "Berufsbildende Schule(n)", "phone" : "0551 4950912", "full_time_school" : false, "email" : "buero-schulleitung@bbs-ritterplan.de", "programs" : {"programs" : []}, "state" : "NI", "lon" : 9.937841, "lat" : 51.536089}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "phone": {"type": "string"}, "full_time_school": {"type": "boolean"}, "email": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "state": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "phone", "full_time_school", "email", "programs", "state", "lon", "lat"], "$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": "integer"}, "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_d6zwe", "name" : "radecthered"}, "date" : {"day" : 1437350400, "full" : 1437430694, "month" : 1435708800, "week" : 1437264000}, "id" : "t3_3e0078", "picture" : {"filesize" : 33562, "fullUrl" : "https://external-preview.redd.it/i5VI4bWX3bx2DPX9WqRHlRXd6tr9kTJgE2LRq3pUMTY.jpg?auto=webp&s=ac29d2b61d04d110cacf42648ca283a6b594d0cd", "hash" : "e1c4e73383", "height" : 427, "lqip" : "data:image/jpg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAALABADASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABQf/xAAkEAACAgAEBgMAAAAAAAAAAAABAgMEAAUGURESEyExQTJhcf/EABQBAQAAAAAAAAAAAAAAAAAAAAX/xAAYEQACAwAAAAAAAAAAAAAAAAAAAQMRIf/aAAwDAQACEQMRAD8AEo2pi1SKqayrC3HqozRrHt8RykADxw8nvhXOWy2pp2a/ZjKWEjlaOZJC7SP6H0D+e8THQeZ3DywmdjGGACkDfCOvppErSKjkLIQWG/fBagV6Kud1h//Z", "url" : "https://external-preview.redd.it/i5VI4bWX3bx2DPX9WqRHlRXd6tr9kTJgE2LRq3pUMTY.jpg?width=640&crop=smart&auto=webp&s=7600b604080022427d74dcf8d5e423d38311b8f3", "width" : 640}, "score" : {"comments" : 3, "downs" : 0, "ratio" : 1, "ups" : 12, "value" : 12}, "subreddit" : {"id" : "t5_2xy5e", "name" : "TerrainBuilding"}, "tags" : [], "title" : "Space Platform", "url" : "https://www.reddit.com/r/TerrainBuilding/comments/3e0078/wip_space_platform/"}
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": "integer"}, "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#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"]}}, "required": ["type", "geometry", "properties"]}}}, "required": ["type", "title", "id", "bbox", "description", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "title" : "U045", "id" : "912970", "bbox" : [45.553629, 31.723911, 45.553629, 31.723911], "description" : "An ancient place, cited: BAtlas 93 B2 U045", "features" : [{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [45.553629, 31.723911]}, "properties" : {"description" : "representative point"}}, {"geometry" : {"type" : "Point", "coordinates" : [45.553629, 31.723911]}, "id" : "darmc-location-21916", "type" : "Feature", "properties" : {"description" : "Point location", "location_precision" : "precise", "title" : "DARMC location 21916", "link" : "http://pleiades.stoa.org/places/912970/darmc-location-21916"}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"]}}, "required": ["type", "geometry", "properties"]}}}, "required": ["type", "title", "id", "bbox", "description", "features"], "$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": {"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": {"react-native-autoheight-webview": {"type": "string"}}, "required": ["react-native-autoheight-webview"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@shankarmorwal/react-native-mathjax", "version" : "2.1.3", "description" : "Render Mathjax content in React Native Webview", "main" : "index.js", "scripts" : {"test" : "npm run test"}, "repository" : {"type" : "git", "url" : "git+https://github.com/habilelabs/react-native-mathjax.git"}, "keywords" : ["react", "native", "mathjax", "latex", "maths", "equation"], "author" : "Shankar Morwal <shankar@habilelabs.io>", "license" : "MIT", "dependencies" : {"react-native-autoheight-webview" : "^1.4.1"}}
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": {"react-native-autoheight-webview": {"type": "string"}}, "required": ["react-native-autoheight-webview"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nom" : "Lagardelle", "circ" : "1\u00e8re circonscription", "dpt" : "Lot", "inscrits" : 111, "abs" : 51, "votants" : 60, "blancs" : 8, "nuls" : 0, "exp" : 52, "res" : [{"nuance" : "REM", "nom" : "M. S\u00e9bastien MAUREL", "voix" : 36}, {"nuance" : "LR", "nom" : "M. Aur\u00e9lien PRADI\u00c9", "voix" : 16}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"cache.adderall.js": {"type": "string"}}, "required": ["cache.adderall.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"cache.adderall.js" : "sha512-uMEj18ZJcTMy+vVwhNpy5uP4O1JtVvMdn1VSRpjv7vzSU/0MhM4O6U0qMd4XDhhRsbQ6kVYklBMDpiIaP5HBZg=="}
json_instruct
{"type": "object", "properties": {"cache.adderall.js": {"type": "string"}}, "required": ["cache.adderall.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"success_resources": {"type": "array", "items": {"type": "object", "properties": {"resource_id": {"type": "string"}, "os_vol_host_attr": {"type": "string"}, "availability_zone": {"type": "string"}, "resource_type": {"type": "string"}}, "required": ["resource_id", "os_vol_host_attr", "availability_zone", "resource_type"]}}, "fail_resources": {"type": "array", "items": {}}}, "required": ["success_resources", "fail_resources"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"success_resources" : [{"resource_id" : "bce8d47a-af17-4169-901f-4c7ae9f29c2c", "os_vol_host_attr" : "pod01.eu-de-01sa-brazil-1cn-north-1", "availability_zone" : "eu-de-01sa-brazil-1cn-north-1", "resource_type" : "volume"}], "fail_resources" : []}
json_instruct
{"type": "object", "properties": {"success_resources": {"type": "array", "items": {"type": "object", "properties": {"resource_id": {"type": "string"}, "os_vol_host_attr": {"type": "string"}, "availability_zone": {"type": "string"}, "resource_type": {"type": "string"}}, "required": ["resource_id", "os_vol_host_attr", "availability_zone", "resource_type"]}}, "fail_resources": {"type": "array", "items": {}}}, "required": ["success_resources", "fail_resources"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0xfe139e9c13755d8dd21550aaa27466ff40870227", "tool" : "osiris", "start" : 1564634822.545315, "end" : 1564634827.6424675, "duration" : 5.097152471542358, "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#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"date": {"type": "integer"}, "states": {"type": "integer"}, "positive": {"type": "integer"}, "negative": {"type": "integer"}, "pending": {"type": "integer"}, "hospitalizedCurrently": {"type": "integer"}, "hospitalizedCumulative": {"type": "integer"}, "inIcuCurrently": {"type": "null"}, "inIcuCumulative": {"type": "null"}, "onVentilatorCurrently": {"type": "null"}, "onVentilatorCumulative": {"type": "null"}, "dateChecked": {"type": "string"}, "death": {"type": "integer"}, "hospitalized": {"type": "integer"}, "totalTestResults": {"type": "integer"}, "lastModified": {"type": "string"}, "recovered": {"type": "null"}, "total": {"type": "integer"}, "posNeg": {"type": "integer"}, "deathIncrease": {"type": "integer"}, "hospitalizedIncrease": {"type": "integer"}, "negativeIncrease": {"type": "integer"}, "positiveIncrease": {"type": "integer"}, "totalTestResultsIncrease": {"type": "integer"}, "hash": {"type": "string"}}, "required": ["date", "states", "positive", "negative", "pending", "hospitalizedCurrently", "hospitalizedCumulative", "inIcuCurrently", "inIcuCumulative", "onVentilatorCurrently", "onVentilatorCumulative", "dateChecked", "death", "hospitalized", "totalTestResults", "lastModified", "recovered", "total", "posNeg", "deathIncrease", "hospitalizedIncrease", "negativeIncrease", "positiveIncrease", "totalTestResultsIncrease", "hash"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"date" : 20200319, "states" : 56, "positive" : 17427, "negative" : 39928, "pending" : 2940, "hospitalizedCurrently" : 617, "hospitalizedCumulative" : 128, "inIcuCurrently" : null, "inIcuCumulative" : null, "onVentilatorCurrently" : null, "onVentilatorCumulative" : null, "dateChecked" : "2020-03-19T24:00:00Z", "death" : 203, "hospitalized" : 128, "totalTestResults" : 181094, "lastModified" : "2020-03-19T24:00:00Z", "recovered" : null, "total" : 0, "posNeg" : 0, "deathIncrease" : 51, "hospitalizedIncrease" : 34, "negativeIncrease" : 8359, "positiveIncrease" : 4611, "totalTestResultsIncrease" : 39211, "hash" : "15e510e35670e974cfcb24839926c20fb0ba4f3e"}
json_instruct
{"type": "object", "properties": {"date": {"type": "integer"}, "states": {"type": "integer"}, "positive": {"type": "integer"}, "negative": {"type": "integer"}, "pending": {"type": "integer"}, "hospitalizedCurrently": {"type": "integer"}, "hospitalizedCumulative": {"type": "integer"}, "inIcuCurrently": {"type": "null"}, "inIcuCumulative": {"type": "null"}, "onVentilatorCurrently": {"type": "null"}, "onVentilatorCumulative": {"type": "null"}, "dateChecked": {"type": "string"}, "death": {"type": "integer"}, "hospitalized": {"type": "integer"}, "totalTestResults": {"type": "integer"}, "lastModified": {"type": "string"}, "recovered": {"type": "null"}, "total": {"type": "integer"}, "posNeg": {"type": "integer"}, "deathIncrease": {"type": "integer"}, "hospitalizedIncrease": {"type": "integer"}, "negativeIncrease": {"type": "integer"}, "positiveIncrease": {"type": "integer"}, "totalTestResultsIncrease": {"type": "integer"}, "hash": {"type": "string"}}, "required": ["date", "states", "positive", "negative", "pending", "hospitalizedCurrently", "hospitalizedCumulative", "inIcuCurrently", "inIcuCumulative", "onVentilatorCurrently", "onVentilatorCumulative", "dateChecked", "death", "hospitalized", "totalTestResults", "lastModified", "recovered", "total", "posNeg", "deathIncrease", "hospitalizedIncrease", "negativeIncrease", "positiveIncrease", "totalTestResultsIncrease", "hash"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"_id": {"type": "string"}, "asset": {"type": "string"}, "platform": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "logo": {"type": "string"}, "changelly": {"type": "object", "properties": {"ticker": {"type": "string"}}, "required": ["ticker"]}, "coingecko": {"type": "object", "properties": {"id": {"type": "string"}, "platform": {"type": "string"}}, "required": ["id", "platform"]}, "coinmarketcap": {"type": "object", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}}, "required": ["id", "slug"]}}, "required": ["_id", "asset", "platform", "type", "name", "symbol", "address", "decimals", "logo", "changelly", "coingecko", "coinmarketcap"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"_id" : "dusk-network@ethereum", "asset" : "dusk-network", "platform" : "ethereum", "type" : "token", "name" : "Dusk Network", "symbol" : "DUSK", "address" : "0x940a2db1b7008b6c776d4faaca729d6d4a4aa551", "decimals" : 18, "logo" : "dusk-network.png", "changelly" : {"ticker" : "dusk"}, "coingecko" : {"id" : "dusk-network", "platform" : "ethereum"}, "coinmarketcap" : {"id" : 4092, "slug" : "dusk-network"}}
json_instruct
{"type": "object", "properties": {"_id": {"type": "string"}, "asset": {"type": "string"}, "platform": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "logo": {"type": "string"}, "changelly": {"type": "object", "properties": {"ticker": {"type": "string"}}, "required": ["ticker"]}, "coingecko": {"type": "object", "properties": {"id": {"type": "string"}, "platform": {"type": "string"}}, "required": ["id", "platform"]}, "coinmarketcap": {"type": "object", "properties": {"id": {"type": "integer"}, "slug": {"type": "string"}}, "required": ["id", "slug"]}}, "required": ["_id", "asset", "platform", "type", "name", "symbol", "address", "decimals", "logo", "changelly", "coingecko", "coinmarketcap"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"key 1": {"type": "string"}}, "required": ["key 1"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"key 1" : "value from config directory"}
json_instruct
{"type": "object", "properties": {"key 1": {"type": "string"}}, "required": ["key 1"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {"type": "integer"}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : 7314030, "parent" : 7314, "name" : "WATANG PULU", "latitude" : "-3.9497234820018", "longitude" : "119.73258810505", "postal" : [91661], "children" : [7314030001, 7314030002, 7314030003, 7314030004, 7314030005, 7314030006, 7314030007, 7314030008, 7314030009, 7314030010]}
json_instruct
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {"type": "integer"}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source_url": {"type": "string"}, "licence": {"type": "string"}, "language": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "text": {"type": "string"}}, "required": ["authors", "doi", "publication_date", "id", "url", "source", "source_url", "licence", "language", "type", "description", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"authors" : [{"author" : "Nasser Alharbi"}, {"author" : "Maryam Dabbour"}], "doi" : "10.1186/s12887-020-02168-9", "publication_date" : "2020-05-31", "id" : "EN110992", "url" : "https://pubmed.ncbi.nlm.nih.gov/32471401", "source" : "BMC pediatrics", "source_url" : "", "licence" : "CC BY", "language" : "en", "type" : "pubmed", "description" : "", "text" : "A 3-year-old boy presented to our hospital with persistent cough and recurrent hospitalizations to the general ward and intensive care unit. The boy was diagnosed with focal lung bronchiectasis in the left lower lobe, which occurred after the patient aspirated an Orbeez bead before a year. The bead was removed using flexible bronchoscopy and a retrieval basket."}
json_instruct
{"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source_url": {"type": "string"}, "licence": {"type": "string"}, "language": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "text": {"type": "string"}}, "required": ["authors", "doi", "publication_date", "id", "url", "source", "source_url", "licence", "language", "type", "description", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "originalId": {"type": "integer"}, "rarity": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "load": {"type": "integer"}, "energy": {"type": "integer"}, "exp": {"type": "integer"}, "category": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "category": {"type": "string"}}, "required": ["id", "category"]}}, "recipe": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "amount": {"type": "integer"}}, "required": ["id", "name", "amount"]}}}, "required": ["id", "originalId", "rarity", "name", "description", "load", "energy", "exp", "category", "recipe"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "maple_wood_tanuki", "originalId" : 373323, "rarity" : 3, "name" : "Tanuki en bois d'\u00e9rable", "description" : "Une figurine de Tanuki de bonne facture. \u00c0 premi\u00e8re vue, elle ressemble \u00e0 un objet en argile laqu\u00e9. En r\u00e9alit\u00e9, ces figurines sont faites avec une ossature en bois \u00e0 la fabrication soign\u00e9e, qui est ensuite recouverte de tissus et peinte avec une laque de couleur sp\u00e9ciale. Les poup\u00e9es fabriqu\u00e9es selon cette technique sont l\u00e9g\u00e8res, solides et bon march\u00e9. Elles sont de bonne qualit\u00e9 et robustes, tout en \u00e9tant disponibles \u00e0 bas prix.", "load" : 24, "energy" : 60, "exp" : 60, "category" : [{"id" : 11002, "category" : "Objets divers"}], "recipe" : [{"id" : "maple_wood", "name" : "Bois d'\u00e9rable", "amount" : 6}, {"id" : "fabric", "name" : "Tissu", "amount" : 6}]}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "originalId": {"type": "integer"}, "rarity": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "load": {"type": "integer"}, "energy": {"type": "integer"}, "exp": {"type": "integer"}, "category": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "category": {"type": "string"}}, "required": ["id", "category"]}}, "recipe": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "amount": {"type": "integer"}}, "required": ["id", "name", "amount"]}}}, "required": ["id", "originalId", "rarity", "name", "description", "load", "energy", "exp", "category", "recipe"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"count": {"type": "integer"}, "self": {"type": "number"}, "total": {"type": "number"}, "children": {"type": "object", "properties": {"InitializeSensors": {"type": "object", "properties": {"count": {"type": "integer"}, "self": {"type": "number"}, "total": {"type": "number"}, "children": {"type": "null"}}, "required": ["count", "self", "total", "children"]}, "AgentSendState": {"type": "object", "properties": {"count": {"type": "integer"}, "self": {"type": "number"}, "total": {"type": "number"}, "children": {"type": "null"}}, "required": ["count", "self", "total", "children"]}, "DecideAction": {"type": "object", "properties": {"count": {"type": "integer"}, "self": {"type": "number"}, "total": {"type": "number"}, "children": {"type": "null"}}, "required": ["count", "self", "total", "children"]}, "AgentAct": {"type": "object", "properties": {"count": {"type": "integer"}, "self": {"type": "number"}, "total": {"type": "number"}, "children": {"type": "null"}}, "required": ["count", "self", "total", "children"]}}, "required": ["InitializeSensors", "AgentSendState", "DecideAction", "AgentAct"]}, "gauges": {"type": "object", "properties": {}, "required": []}, "metadata": {"type": "object", "properties": {"timer_format_version": {"type": "string"}, "start_time_seconds": {"type": "string"}, "unity_version": {"type": "string"}, "command_line_arguments": {"type": "string"}, "communication_protocol_version": {"type": "string"}, "com.unity.ml-agents_version": {"type": "string"}, "scene_name": {"type": "string"}, "end_time_seconds": {"type": "string"}}, "required": ["timer_format_version", "start_time_seconds", "unity_version", "command_line_arguments", "communication_protocol_version", "com.unity.ml-agents_version", "scene_name", "end_time_seconds"]}}, "required": ["count", "self", "total", "children", "gauges", "metadata"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"count" : 1, "self" : 8.7960288, "total" : 8.811953599999999, "children" : {"InitializeSensors" : {"count" : 32, "self" : 0.0039882, "total" : 0.0039882, "children" : null}, "AgentSendState" : {"count" : 358, "self" : 0.0029713, "total" : 0.0029713, "children" : null}, "DecideAction" : {"count" : 358, "self" : 0.0039895, "total" : 0.0039895, "children" : null}, "AgentAct" : {"count" : 358, "self" : 0.003979, "total" : 0.003979, "children" : null}}, "gauges" : {}, "metadata" : {"timer_format_version" : "0.1.0", "start_time_seconds" : "1604048923", "unity_version" : "2018.4.24f1", "command_line_arguments" : "C:\\Program Files\\Unity 2019\\2018.4.24f1\\Editor\\Unity.exe -projectpath D:/Autonomous Racing/Autonomous Racing Simulator -useHub -hubIPC -cloudEnvironment production -hubSessionId 16a301a0-1a66-11eb-a427-b17f078413bc -accessToken cBoPYGs0bWPW2gEnRH7s5cDzsOf-IVzgwz9fiqJRwd400cf", "communication_protocol_version" : "1.0.0", "com.unity.ml-agents_version" : "1.3.0-preview", "scene_name" : "PushBlock", "end_time_seconds" : "1604048932"}}
json_instruct
{"type": "object", "properties": {"count": {"type": "integer"}, "self": {"type": "number"}, "total": {"type": "number"}, "children": {"type": "object", "properties": {"InitializeSensors": {"type": "object", "properties": {"count": {"type": "integer"}, "self": {"type": "number"}, "total": {"type": "number"}, "children": {"type": "null"}}, "required": ["count", "self", "total", "children"]}, "AgentSendState": {"type": "object", "properties": {"count": {"type": "integer"}, "self": {"type": "number"}, "total": {"type": "number"}, "children": {"type": "null"}}, "required": ["count", "self", "total", "children"]}, "DecideAction": {"type": "object", "properties": {"count": {"type": "integer"}, "self": {"type": "number"}, "total": {"type": "number"}, "children": {"type": "null"}}, "required": ["count", "self", "total", "children"]}, "AgentAct": {"type": "object", "properties": {"count": {"type": "integer"}, "self": {"type": "number"}, "total": {"type": "number"}, "children": {"type": "null"}}, "required": ["count", "self", "total", "children"]}}, "required": ["InitializeSensors", "AgentSendState", "DecideAction", "AgentAct"]}, "gauges": {"type": "object", "properties": {}, "required": []}, "metadata": {"type": "object", "properties": {"timer_format_version": {"type": "string"}, "start_time_seconds": {"type": "string"}, "unity_version": {"type": "string"}, "command_line_arguments": {"type": "string"}, "communication_protocol_version": {"type": "string"}, "com.unity.ml-agents_version": {"type": "string"}, "scene_name": {"type": "string"}, "end_time_seconds": {"type": "string"}}, "required": ["timer_format_version", "start_time_seconds", "unity_version", "command_line_arguments", "communication_protocol_version", "com.unity.ml-agents_version", "scene_name", "end_time_seconds"]}}, "required": ["count", "self", "total", "children", "gauges", "metadata"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"repetitions": {"type": "integer"}, "decimals": {"type": "integer"}, "timing": {"type": "object", "properties": {"timeTaken": {"type": "object", "properties": {"seconds": {"type": "integer"}, "nanos": {"type": "integer"}}, "required": ["seconds", "nanos"]}, "totalTimeTaken": {"type": "string"}}, "required": ["timeTaken", "totalTimeTaken"]}, "allNeuronCount": {"type": "integer"}, "compressedNeuronCount": {"type": "integer"}, "preventedByIsoCheck": {"type": "integer"}}, "required": ["repetitions", "decimals", "timing", "allNeuronCount", "compressedNeuronCount", "preventedByIsoCheck"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"repetitions" : 1, "decimals" : 6, "timing" : {"timeTaken" : {"seconds" : 12, "nanos" : 653000000}, "totalTimeTaken" : "PT12.653S"}, "allNeuronCount" : 156438, "compressedNeuronCount" : 24437, "preventedByIsoCheck" : 0}, {"repetitions" : 1, "decimals" : 6, "timing" : {"timeTaken" : {"seconds" : 12, "nanos" : 18000000}, "totalTimeTaken" : "PT12.018S"}, "allNeuronCount" : 159344, "compressedNeuronCount" : 24050, "preventedByIsoCheck" : 0}, {"repetitions" : 1, "decimals" : 6, "timing" : {"timeTaken" : {"seconds" : 11, "nanos" : 897000000}, "totalTimeTaken" : "PT11.897S"}, "allNeuronCount" : 159488, "compressedNeuronCount" : 24620, "preventedByIsoCheck" : 0}, {"repetitions" : 1, "decimals" : 6, "timing" : {"timeTaken" : {"seconds" : 12, "nanos" : 446000000}, "totalTimeTaken" : "PT12.446S"}, "allNeuronCount" : 158926, "compressedNeuronCount" : 24669, "preventedByIsoCheck" : 0}, {"repetitions" : 1, "decimals" : 6, "timing" : {"timeTaken" : {"seconds" : 11, "nanos" : 617000000}, "totalTimeTaken" : "PT11.617S"}, "allNeuronCount" : 160802, "compressedNeuronCount" : 25276, "preventedByIsoCheck" : 0}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"repetitions": {"type": "integer"}, "decimals": {"type": "integer"}, "timing": {"type": "object", "properties": {"timeTaken": {"type": "object", "properties": {"seconds": {"type": "integer"}, "nanos": {"type": "integer"}}, "required": ["seconds", "nanos"]}, "totalTimeTaken": {"type": "string"}}, "required": ["timeTaken", "totalTimeTaken"]}, "allNeuronCount": {"type": "integer"}, "compressedNeuronCount": {"type": "integer"}, "preventedByIsoCheck": {"type": "integer"}}, "required": ["repetitions", "decimals", "timing", "allNeuronCount", "compressedNeuronCount", "preventedByIsoCheck"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"version": {"type": "string"}, "book": {"type": "string"}, "chapter": {"type": "integer"}, "verse": {"type": "integer"}, "word": {"type": "string"}}, "required": ["version", "book", "chapter", "verse", "word"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : "english_NIV", "book" : "Job", "chapter" : 4, "verse" : 5, "word" : "But now trouble comes to you, and you are discouraged; it strikes you, and you are dismayed."}
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "book": {"type": "string"}, "chapter": {"type": "integer"}, "verse": {"type": "integer"}, "word": {"type": "string"}}, "required": ["version", "book", "chapter", "verse", "word"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"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" : "Burcin", "dpt" : "Is\u00e8re", "inscrits" : 321, "abs" : 47, "votants" : 274, "blancs" : 26, "nuls" : 9, "exp" : 239, "res" : [{"panneau" : "1", "voix" : 142}, {"panneau" : "2", "voix" : 97}]}
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#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"hash" : "0x06fafb744f925e11f66641be0c4ce9ef57b6819e143da043e6e38f1bcf978df1", "parentHash" : "0x11b4c53b31ff819f130d85cbe85a11a9f413ec78669a84affaa517bed3bcbe0c", "number" : 754, "timestamp" : 1438271693, "nonce" : "0xcfbf25eb198bcca4", "difficulty" : 24654921950, "gasLimit" : {"_hex" : "0x1388"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0x1B7047b4338ACf65bE94C1A3e8c5c9338ad7d67C", "extraData" : "0x426974636f696e2069732054484520426c6f636b636861696e2e", "transactions" : []}
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"maximum-net-dwellings": {"type": "string"}, "planning-permission-history": {"type": "string"}, "start-date": {"type": "string"}, "site-address": {"type": "string"}, "ownership-status": {"type": "string"}, "hectares": {"type": "string"}, "minimum-net-dwellings": {"type": "string"}, "point": {"type": "string"}, "deliverable": {"type": "string"}, "organisation": {"type": "string"}, "planning-permission-type": {"type": "string"}, "notes": {"type": "string"}, "site": {"type": "string"}, "planning-permission-date": {"type": "string"}, "site-plan-url": {"type": "string"}, "name": {"type": "string"}, "planning-permission-status": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}}, "required": ["maximum-net-dwellings", "planning-permission-history", "start-date", "site-address", "ownership-status", "hectares", "minimum-net-dwellings", "point", "deliverable", "organisation", "planning-permission-type", "notes", "site", "planning-permission-date", "site-plan-url", "name", "planning-permission-status", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [0.178482, 51.451434]}, "properties" : {"maximum-net-dwellings" : "18", "planning-permission-history" : "https://pa.bexley.gov.uk/online-applications/propertyDetails.do?activeTab=relatedCases&keyVal=Q822YRBE06401", "start-date" : "2020-03-31", "site-address" : "152, 152a, 154, 156 And 160 Crayford Road", "ownership-status" : "not owned by a public authority", "hectares" : "0.048", "minimum-net-dwellings" : "18", "point" : "POINT(0.178482 51.451434)", "deliverable" : "yes", "organisation" : "local-authority-eng:BEX", "planning-permission-type" : "full planning permission", "notes" : "18/00440/FULM, Demolition of existing buildings and erection of a four storey development comprising 2 commercial units at ground floor with 6 x 1 bed and 12 x 2 bed apartments above with access through ALDI.", "site" : "BLR275", "planning-permission-date" : "2019-12-09", "site-plan-url" : "https://www.bexley.gov.uk/services/planning-and-building-control/planning-policy/brownfield-land-register", "name" : "BLR275", "planning-permission-status" : "permissioned", "slug" : "/brownfield-land/local-authority-eng/BEX/BLR275", "entity" : 475644, "entry-date" : "2020-03-31"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"maximum-net-dwellings": {"type": "string"}, "planning-permission-history": {"type": "string"}, "start-date": {"type": "string"}, "site-address": {"type": "string"}, "ownership-status": {"type": "string"}, "hectares": {"type": "string"}, "minimum-net-dwellings": {"type": "string"}, "point": {"type": "string"}, "deliverable": {"type": "string"}, "organisation": {"type": "string"}, "planning-permission-type": {"type": "string"}, "notes": {"type": "string"}, "site": {"type": "string"}, "planning-permission-date": {"type": "string"}, "site-plan-url": {"type": "string"}, "name": {"type": "string"}, "planning-permission-status": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}}, "required": ["maximum-net-dwellings", "planning-permission-history", "start-date", "site-address", "ownership-status", "hectares", "minimum-net-dwellings", "point", "deliverable", "organisation", "planning-permission-type", "notes", "site", "planning-permission-date", "site-plan-url", "name", "planning-permission-status", "slug", "entity", "entry-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "string"}, "generate": {"type": "string"}, "test": {"type": "string"}, "build:gh-pages": {"type": "string"}, "generate:gh-pages": {"type": "string"}}, "required": ["dev", "build", "start", "generate", "test", "build:gh-pages", "generate:gh-pages"]}, "dependencies": {"type": "object", "properties": {"@nuxtjs/firebase": {"type": "string"}, "@nuxtjs/pwa": {"type": "string"}, "cross-env": {"type": "string"}, "cryflow": {"type": "string"}, "firebase": {"type": "string"}, "nuxt": {"type": "string"}}, "required": ["@nuxtjs/firebase", "@nuxtjs/pwa", "cross-env", "cryflow", "firebase", "nuxt"]}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "@vue/test-utils": {"type": "string"}, "babel-core": {"type": "string"}, "babel-jest": {"type": "string"}, "dotenv": {"type": "string"}, "jest": {"type": "string"}, "jest-serializer-vue": {"type": "string"}, "node-sass": {"type": "string"}, "nodemon": {"type": "string"}, "sass-loader": {"type": "string"}, "vue-jest": {"type": "string"}}, "required": ["@babel/core", "@babel/preset-env", "@vue/test-utils", "babel-core", "babel-jest", "dotenv", "jest", "jest-serializer-vue", "node-sass", "nodemon", "sass-loader", "vue-jest"]}}, "required": ["name", "version", "description", "author", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "personal", "version" : "1.0.0", "description" : "personal site powered by nuxt + vue", "author" : {"name" : "Randell Quitain", "email" : "cprjk.buzz@gmail.com", "url" : "https://mugetsu.github.io/personal"}, "scripts" : {"dev" : "nuxt", "build" : "nuxt build", "start" : "nuxt start", "generate" : "nuxt generate", "test" : "jest", "build:gh-pages" : "cross-env NODE_ENV=production DEPLOY_ENV=GH_PAGES nuxt build", "generate:gh-pages" : "cross-env NODE_ENV=production DEPLOY_ENV=GH_PAGES nuxt generate && firebase deploy --only hosting"}, "dependencies" : {"@nuxtjs/firebase" : "^4.0.0", "@nuxtjs/pwa" : "^3.0.0-beta.20", "cross-env" : "^5.2.0", "cryflow" : "^1.4.0", "firebase" : "^7.9.1", "nuxt" : "^2.11.0"}, "devDependencies" : {"@babel/core" : "^7.8.4", "@babel/preset-env" : "^7.8.4", "@vue/test-utils" : "^1.0.0-beta.31", "babel-core" : "^7.0.0-bridge.0", "babel-jest" : "^25.1.0", "dotenv" : "^8.2.0", "jest" : "^25.1.0", "jest-serializer-vue" : "^2.0.2", "node-sass" : "^4.13.1", "nodemon" : "^1.11.0", "sass-loader" : "^8.0.2", "vue-jest" : "^3.0.5"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "string"}, "generate": {"type": "string"}, "test": {"type": "string"}, "build:gh-pages": {"type": "string"}, "generate:gh-pages": {"type": "string"}}, "required": ["dev", "build", "start", "generate", "test", "build:gh-pages", "generate:gh-pages"]}, "dependencies": {"type": "object", "properties": {"@nuxtjs/firebase": {"type": "string"}, "@nuxtjs/pwa": {"type": "string"}, "cross-env": {"type": "string"}, "cryflow": {"type": "string"}, "firebase": {"type": "string"}, "nuxt": {"type": "string"}}, "required": ["@nuxtjs/firebase", "@nuxtjs/pwa", "cross-env", "cryflow", "firebase", "nuxt"]}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "@vue/test-utils": {"type": "string"}, "babel-core": {"type": "string"}, "babel-jest": {"type": "string"}, "dotenv": {"type": "string"}, "jest": {"type": "string"}, "jest-serializer-vue": {"type": "string"}, "node-sass": {"type": "string"}, "nodemon": {"type": "string"}, "sass-loader": {"type": "string"}, "vue-jest": {"type": "string"}}, "required": ["@babel/core", "@babel/preset-env", "@vue/test-utils", "babel-core", "babel-jest", "dotenv", "jest", "jest-serializer-vue", "node-sass", "nodemon", "sass-loader", "vue-jest"]}}, "required": ["name", "version", "description", "author", "scripts", "dependencies", "devDependencies"], "$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"}, "variable1": {"type": "number"}, "variable2": {"type": "number"}, "variable3": {"type": "string"}}, "required": ["id", "variable1", "variable2", "variable3"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "170602040604", "variable1" : 0.346, "variable2" : 0.1785, "variable3" : "C"}
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": {"open": {"type": "string"}, "high": {"type": "string"}, "low": {"type": "string"}, "volume": {"type": "string"}, "last": {"type": "string"}, "volume_30day": {"type": "string"}}, "required": ["open", "high", "low", "volume", "last", "volume_30day"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"open" : "0.7287", "high" : "0.7385", "low" : "0.728", "volume" : "4630193.83", "last" : "0.7317", "volume_30day" : "136807795.98"}
json_instruct
{"type": "object", "properties": {"open": {"type": "string"}, "high": {"type": "string"}, "low": {"type": "string"}, "volume": {"type": "string"}, "last": {"type": "string"}, "volume_30day": {"type": "string"}}, "required": ["open", "high", "low", "volume", "last", "volume_30day"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"ok": {"type": "boolean"}, "meta": {"type": "array", "items": {}}, "results": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "label": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "status": {"type": "string"}, "availableBikes": {"type": "integer"}, "availableDocks": {"type": "integer"}}, "required": ["id", "label", "latitude", "longitude", "status", "availableBikes", "availableDocks"]}}, "lastUpdate": {"type": "integer"}}, "required": ["ok", "meta", "results", "lastUpdate"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ok" : true, "meta" : [], "results" : [{"id" : 1, "label" : "Station 1", "latitude" : 10.1, "longitude" : -10.2, "status" : "Active", "availableBikes" : 25, "availableDocks" : 30}, {"id" : 2, "label" : "Station 2", "latitude" : 10.3, "longitude" : -10.4, "status" : "Active", "availableBikes" : 35, "availableDocks" : 40}], "lastUpdate" : 1389067157}
json_instruct
{"type": "object", "properties": {"ok": {"type": "boolean"}, "meta": {"type": "array", "items": {}}, "results": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "label": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "status": {"type": "string"}, "availableBikes": {"type": "integer"}, "availableDocks": {"type": "integer"}}, "required": ["id", "label", "latitude", "longitude", "status", "availableBikes", "availableDocks"]}}, "lastUpdate": {"type": "integer"}}, "required": ["ok", "meta", "results", "lastUpdate"], "$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"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "preview": {"type": "string"}}, "required": ["dev", "build", "preview"]}, "dependencies": {"type": "object", "properties": {"modern-normalize": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-redux": {"type": "string"}, "redux": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["modern-normalize", "react", "react-dom", "react-redux", "redux", "uuid"]}, "devDependencies": {"type": "object", "properties": {"@vitejs/plugin-react": {"type": "string"}, "sass": {"type": "string"}, "vite": {"type": "string"}}, "required": ["@vitejs/plugin-react", "sass", "vite"]}}, "required": ["name", "version", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "jana-readux-practice", "version" : "0.0.0", "scripts" : {"dev" : "vite", "build" : "vite build", "preview" : "vite preview"}, "dependencies" : {"modern-normalize" : "^1.1.0", "react" : "^17.0.2", "react-dom" : "^17.0.2", "react-redux" : "^7.2.6", "redux" : "^4.1.2", "uuid" : "^8.3.2"}, "devDependencies" : {"@vitejs/plugin-react" : "^1.0.7", "sass" : "^1.44.0", "vite" : "^2.7.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "preview": {"type": "string"}}, "required": ["dev", "build", "preview"]}, "dependencies": {"type": "object", "properties": {"modern-normalize": {"type": "string"}, "react": {"type": "string"}, "react-dom": {"type": "string"}, "react-redux": {"type": "string"}, "redux": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["modern-normalize", "react", "react-dom", "react-redux", "redux", "uuid"]}, "devDependencies": {"type": "object", "properties": {"@vitejs/plugin-react": {"type": "string"}, "sass": {"type": "string"}, "vite": {"type": "string"}}, "required": ["@vitejs/plugin-react", "sass", "vite"]}}, "required": ["name", "version", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"token": {"type": "string"}, "server": {"type": "string"}, "log_channel": {"type": "string"}}, "required": ["token", "server", "log_channel"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"token" : "", "server" : "", "log_channel" : ""}
json_instruct
{"type": "object", "properties": {"token": {"type": "string"}, "server": {"type": "string"}, "log_channel": {"type": "string"}}, "required": ["token", "server", "log_channel"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}, "id": {"type": "string"}}, "required": ["title", "text", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"title" : "Test Title", "text" : "Test text", "id" : "41668ba0-3c03-11eb-8c4b-5704dc535cc1"}, {"title" : "Will this work?", "text" : "let's find out..", "id" : "4d2taczcx8knnd72bm"}, {"title" : "Will this work?", "text" : "let's find out..", "id" : "4d2taczcx8knnd7hpc"}, {"title" : "redf", "text" : "asdfsdfsdf", "id" : "4d2tacz9k0knnsbtah"}, {"title" : "blah", "text" : "blah", "id" : "4d2tacz88cknnvpyak"}, {"title" : "hmmm", "text" : "hay gurl", "id" : "4d2taczfikknnwat67"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}, "id": {"type": "string"}}, "required": ["title", "text", "id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"created_at": {"type": "integer"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "updated_at": {"type": "integer"}, "uuid": {"type": "string"}}, "required": ["created_at", "tags", "title", "updated_at", "uuid"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"created_at" : 1508926584, "tags" : [], "title" : "Redis Client\u6bd4\u8f83", "updated_at" : 1508926601, "uuid" : "12E67519-ED6B-4180-B224-A228760BE82A"}
json_instruct
{"type": "object", "properties": {"created_at": {"type": "integer"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "updated_at": {"type": "integer"}, "uuid": {"type": "string"}}, "required": ["created_at", "tags", "title", "updated_at", "uuid"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}, "10": {"type": "string"}, "11": {"type": "string"}}, "required": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"0" : "v1", "1" : "Accueil", "2" : "Populaires", "3" : "R\u00e9cents", "4" : "Se connecter avec Google", "5" : "Nouveau pipe", "6" : "Ma chaine", "7" : "Historique", "8" : "Favoris", "9" : "Param\u00e8tres", "10" : "D\u00e9connexion", "11" : "Connexion"}
json_instruct
{"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}, "10": {"type": "string"}, "11": {"type": "string"}}, "required": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "511702114001", "text" : "\u9752\u5b81\u793e\u533a\u5c45\u6c11\u59d4\u5458\u4f1a"}, {"id" : "511702114201", "text" : "\u5316\u9a6c\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "511702114202", "text" : "\u6f5c\u529b\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "511702114203", "text" : "\u957f\u68af\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "511702114204", "text" : "\u5ca9\u95e8\u6751\u793e\u533a\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "511702114206", "text" : "\u5929\u65ad\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "511702114208", "text" : "\u7ea2\u4e13\u6751\u6c11\u59d4\u5458\u4f1a"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "49872e0a6bff0b88f830358b8688e68b8112a1e9"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"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" : "2033", "provinceId" : "53", "regencyId" : "15", "districtId" : "03", "name" : "LIang Sola"}
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": {"files.associations": {"type": "object", "properties": {"unordered_map": {"type": "string"}, "iosfwd": {"type": "string"}, "fstream": {"type": "string"}, "unordered_set": {"type": "string"}, "algorithm": {"type": "string"}}, "required": ["unordered_map", "iosfwd", "fstream", "unordered_set", "algorithm"]}}, "required": ["files.associations"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"files.associations" : {"unordered_map" : "cpp", "iosfwd" : "cpp", "fstream" : "cpp", "unordered_set" : "cpp", "algorithm" : "cpp"}}
json_instruct
{"type": "object", "properties": {"files.associations": {"type": "object", "properties": {"unordered_map": {"type": "string"}, "iosfwd": {"type": "string"}, "fstream": {"type": "string"}, "unordered_set": {"type": "string"}, "algorithm": {"type": "string"}}, "required": ["unordered_map", "iosfwd", "fstream", "unordered_set", "algorithm"]}}, "required": ["files.associations"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"slurp": {"type": "string"}, "build:typescript": {"type": "string"}, "build:perms": {"type": "string"}, "build": {"type": "string"}, "clean": {"type": "string"}, "start": {"type": "string"}}, "required": ["slurp", "build:typescript", "build:perms", "build", "clean", "start"]}, "dependencies": {"type": "object", "properties": {"@types/archiver": {"type": "string"}, "@types/byline": {"type": "string"}, "@types/flat": {"type": "string"}, "@types/lru-cache": {"type": "string"}, "@types/mkdirp": {"type": "string"}, "@types/mongodb": {"type": "string"}, "@types/node": {"type": "string"}, "@types/promise-retry": {"type": "string"}, "archiver": {"type": "string"}, "byline": {"type": "string"}, "commander": {"type": "string"}, "csv": {"type": "string"}, "csv-parse": {"type": "string"}, "csv-stringify": {"type": "string"}, "flat": {"type": "string"}, "lru-cache": {"type": "string"}, "mkdirp": {"type": "string"}, "moment": {"type": "string"}, "mongodb": {"type": "string"}, "promise-retry": {"type": "string"}, "shx": {"type": "string"}, "stream-transform": {"type": "string"}}, "required": ["@types/archiver", "@types/byline", "@types/flat", "@types/lru-cache", "@types/mkdirp", "@types/mongodb", "@types/node", "@types/promise-retry", "archiver", "byline", "commander", "csv", "csv-parse", "csv-stringify", "flat", "lru-cache", "mkdirp", "moment", "mongodb", "promise-retry", "shx", "stream-transform"]}}, "required": ["name", "version", "license", "private", "main", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@newsthreads/scripts", "version" : "0.0.1", "license" : "MIT", "private" : true, "main" : "lib/index.js", "scripts" : {"slurp" : "node ./lib/index.js", "build:typescript" : "tsc", "build:perms" : "shx chmod +x lib/index.js", "build" : "run-s build:typescript build:perms", "clean" : "essex clean", "start" : "essex watch"}, "dependencies" : {"@types/archiver" : "^3.1.1", "@types/byline" : "^4.2.32", "@types/flat" : "^5.0.1", "@types/lru-cache" : "^5.1.0", "@types/mkdirp" : "^1.0.1", "@types/mongodb" : "^3.5.28", "@types/node" : "^14.11.10", "@types/promise-retry" : "^1.1.3", "archiver" : "^4.0.2", "byline" : "^5.0.0", "commander" : "^5.1.0", "csv" : "^5.3.2", "csv-parse" : "^4.12.0", "csv-stringify" : "^5.5.1", "flat" : "^5.0.2", "lru-cache" : "^5.1.1", "mkdirp" : "^1.0.4", "moment" : "^2.29.1", "mongodb" : "^3.6.2", "promise-retry" : "^1.1.1", "shx" : "^0.3.2", "stream-transform" : "^2.0.2"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"slurp": {"type": "string"}, "build:typescript": {"type": "string"}, "build:perms": {"type": "string"}, "build": {"type": "string"}, "clean": {"type": "string"}, "start": {"type": "string"}}, "required": ["slurp", "build:typescript", "build:perms", "build", "clean", "start"]}, "dependencies": {"type": "object", "properties": {"@types/archiver": {"type": "string"}, "@types/byline": {"type": "string"}, "@types/flat": {"type": "string"}, "@types/lru-cache": {"type": "string"}, "@types/mkdirp": {"type": "string"}, "@types/mongodb": {"type": "string"}, "@types/node": {"type": "string"}, "@types/promise-retry": {"type": "string"}, "archiver": {"type": "string"}, "byline": {"type": "string"}, "commander": {"type": "string"}, "csv": {"type": "string"}, "csv-parse": {"type": "string"}, "csv-stringify": {"type": "string"}, "flat": {"type": "string"}, "lru-cache": {"type": "string"}, "mkdirp": {"type": "string"}, "moment": {"type": "string"}, "mongodb": {"type": "string"}, "promise-retry": {"type": "string"}, "shx": {"type": "string"}, "stream-transform": {"type": "string"}}, "required": ["@types/archiver", "@types/byline", "@types/flat", "@types/lru-cache", "@types/mkdirp", "@types/mongodb", "@types/node", "@types/promise-retry", "archiver", "byline", "commander", "csv", "csv-parse", "csv-stringify", "flat", "lru-cache", "mkdirp", "moment", "mongodb", "promise-retry", "shx", "stream-transform"]}}, "required": ["name", "version", "license", "private", "main", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "array", "items": {}}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0xcc857f9a89c55de54f3d56961dcd48231c1bdd67", "tool" : "manticore", "start" : 1563975625.9086375, "end" : 1563977427.9723897, "duration" : 1802.0637521743774, "analysis" : [[], [], [], []]}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "array", "items": {}}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"feedId": {"type": "string"}, "id": {"type": "string"}, "title": {"type": "string"}, "updated": {"type": "integer"}, "velocity": {"type": "number"}, "subscribers": {"type": "integer"}, "website": {"type": "string"}, "language": {"type": "string"}}, "required": ["feedId", "id", "title", "updated", "velocity", "subscribers", "website", "language"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"feedId" : "feed/https://blog.aqours.life/feed/", "id" : "feed/https://blog.aqours.life/feed/", "title" : "SunSnow's Blog", "updated" : 1584026171000, "velocity" : 0.7, "subscribers" : 0, "website" : "https://blog.aqours.life", "language" : "en"}
json_instruct
{"type": "object", "properties": {"feedId": {"type": "string"}, "id": {"type": "string"}, "title": {"type": "string"}, "updated": {"type": "integer"}, "velocity": {"type": "number"}, "subscribers": {"type": "integer"}, "website": {"type": "string"}, "language": {"type": "string"}}, "required": ["feedId", "id", "title", "updated", "velocity", "subscribers", "website", "language"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"width": {"type": "number"}, "rotation": {"type": "number"}, "xCenter": {"type": "number"}, "yCenter": {"type": "number"}, "height": {"type": "number"}}, "required": ["width", "rotation", "xCenter", "yCenter", "height"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"width" : 0.18476188, "rotation" : 2.899395, "xCenter" : 0.83413553, "yCenter" : 0.7673352, "height" : 0.23095235}
json_instruct
{"type": "object", "properties": {"width": {"type": "number"}, "rotation": {"type": "number"}, "xCenter": {"type": "number"}, "yCenter": {"type": "number"}, "height": {"type": "number"}}, "required": ["width", "rotation", "xCenter", "yCenter", "height"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"kind": {"type": "string"}, "state": {"type": "string"}}, "required": ["kind", "state"]}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"kind": {"type": "string"}, "name": {"type": "string"}, "state": {"type": "string"}}, "required": ["kind", "name", "state"]}, "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"]}}}, "required": ["type", "properties", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "properties" : {"kind" : "state", "state" : "AZ"}, "features" : [{"type" : "Feature", "properties" : {"kind" : "county", "name" : "Navajo", "state" : "AZ"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[-110.001, 37.0003], [-110.001, 35.6639], [-109.8257, 35.6639], [-109.8586, 33.7798], [-109.8914, 33.7798], [-109.8914, 33.5662], [-110.001, 33.5772], [-110.001, 33.9989], [-110.7513, 33.9989], [-110.7513, 34.2618], [-110.7513, 37.0057]]]]}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"kind": {"type": "string"}, "state": {"type": "string"}}, "required": ["kind", "state"]}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"kind": {"type": "string"}, "name": {"type": "string"}, "state": {"type": "string"}}, "required": ["kind", "name", "state"]}, "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"]}}}, "required": ["type", "properties", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"subreddit": {"type": "string"}, "hour": {"type": "string"}, "avg": {"type": "number"}}, "required": ["subreddit", "hour", "avg"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"subreddit" : "sketches", "hour" : "01", "avg" : 24.686274509803923}, {"subreddit" : "sketches", "hour" : "02", "avg" : 14.833333333333334}, {"subreddit" : "sketches", "hour" : "03", "avg" : 14.698412698412698}, {"subreddit" : "sketches", "hour" : "04", "avg" : 15.648148148148149}, {"subreddit" : "sketches", "hour" : "05", "avg" : 19.89189189189189}, {"subreddit" : "sketches", "hour" : "06", "avg" : 15.55}, {"subreddit" : "sketches", "hour" : "07", "avg" : 19.470588235294116}, {"subreddit" : "sketches", "hour" : "08", "avg" : 21.82857142857143}, {"subreddit" : "sketches", "hour" : "09", "avg" : 24.266666666666666}, {"subreddit" : "sketches", "hour" : "10", "avg" : 17.891304347826086}, {"subreddit" : "sketches", "hour" : "11", "avg" : 12.285714285714286}, {"subreddit" : "sketches", "hour" : "12", "avg" : 11.795918367346939}, {"subreddit" : "sketches", "hour" : "13", "avg" : 26.21153846153846}, {"subreddit" : "sketches", "hour" : "14", "avg" : 26.35}, {"subreddit" : "sketches", "hour" : "15", "avg" : 25.03125}, {"subreddit" : "sketches", "hour" : "16", "avg" : 23.125}, {"subreddit" : "sketches", "hour" : "17", "avg" : 17.0}, {"subreddit" : "sketches", "hour" : "18", "avg" : 22.784615384615385}, {"subreddit" : "sketches", "hour" : "19", "avg" : 14.35820895522388}, {"subreddit" : "sketches", "hour" : "20", "avg" : 23.0}, {"subreddit" : "sketches", "hour" : "21", "avg" : 23.59090909090909}, {"subreddit" : "sketches", "hour" : "22", "avg" : 9.948051948051948}, {"subreddit" : "sketches", "hour" : "23", "avg" : 11.455882352941176}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"subreddit": {"type": "string"}, "hour": {"type": "string"}, "avg": {"type": "number"}}, "required": ["subreddit", "hour", "avg"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "xlit": {"type": "string"}}, "required": ["derivation", "pron", "outline", "kjv_def", "lemma", "frequency", "strongs_def", "xlit"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"derivation" : "from H5810 (\u05e2\u05b8\u05d6\u05b7\u05d6);", "pron" : "aze", "outline" : "<ol><li> female goat, she-goat, goat, kid</li></ol>", "kjv_def" : "(she) goat, kid.", "lemma" : "\u05e2\u05b5\u05d6", "frequency" : 74, "strongs_def" : "a she-goat (as strong), but masculine in plural (which also is used elliptically for goat's hair)", "xlit" : "\u02bb\u00eaz"}
json_instruct
{"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "xlit": {"type": "string"}}, "required": ["derivation", "pron", "outline", "kjv_def", "lemma", "frequency", "strongs_def", "xlit"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"devdoc": {"type": "array", "items": {"type": "string"}}, "out": {"type": "array", "items": {"type": "string"}}}, "required": ["devdoc", "out"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"devdoc" : ["/share/man/man3/Module::Install::GithubMeta.3.gz"], "out" : ["/lib/perl5/5.34.0/x86_64-linux-thread-multi/perllocal.pod", "/lib/perl5/site_perl/5.34.0/Module/Install/GithubMeta.pm", "/lib/perl5/site_perl/5.34.0/x86_64-linux-thread-multi/auto/Module/Install/GithubMeta/.packlist", "/nix-support/propagated-build-inputs"]}
json_instruct
{"type": "object", "properties": {"devdoc": {"type": "array", "items": {"type": "string"}}, "out": {"type": "array", "items": {"type": "string"}}}, "required": ["devdoc", "out"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "pic_thumbnail": {"type": "string"}}, "required": ["id", "pic_thumbnail"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "1", "pic_thumbnail" : "../imgs/ugc/glass-1.jpg"}, {"id" : "2", "pic_thumbnail" : "../imgs/ugc/glass-2.jpg"}, {"id" : "3", "pic_thumbnail" : "../imgs/ugc/glass-3.jpg"}, {"id" : "4", "pic_thumbnail" : "../imgs/ugc/glass-4.jpg"}, {"id" : "5", "pic_thumbnail" : "../imgs/ugc/glass-5.jpg"}, {"id" : "6", "pic_thumbnail" : "../imgs/ugc/glass-6.jpg"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "pic_thumbnail": {"type": "string"}}, "required": ["id", "pic_thumbnail"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "category": {"type": "string"}, "games": {"type": "object", "properties": {"nl": {"type": "object", "properties": {"orderable": {"type": "boolean"}, "fashionThemes": {"type": "array", "items": {"type": "string"}}, "sellPrice": {"type": "object", "properties": {"currency": {"type": "string"}, "value": {"type": "integer"}}, "required": ["currency", "value"]}, "sources": {"type": "array", "items": {"type": "string"}}, "buyPrices": {"type": "array", "items": {"type": "object", "properties": {"currency": {"type": "string"}, "value": {"type": "integer"}}, "required": ["currency", "value"]}}}, "required": ["orderable", "fashionThemes", "sellPrice", "sources", "buyPrices"]}, "nh": {"type": "object", "properties": {"orderable": {"type": "boolean"}, "sources": {"type": "array", "items": {"type": "string"}}, "sellPrice": {"type": "object", "properties": {"currency": {"type": "string"}, "value": {"type": "integer"}}, "required": ["currency", "value"]}, "buyPrices": {"type": "array", "items": {"type": "object", "properties": {"currency": {"type": "string"}, "value": {"type": "integer"}}, "required": ["currency", "value"]}}, "variations": {"type": "object", "properties": {"navy-blue": {"type": "string"}, "orange": {"type": "string"}, "light-blue": {"type": "string"}, "green": {"type": "string"}, "brown": {"type": "string"}, "purple": {"type": "string"}, "red": {"type": "string"}, "pink": {"type": "string"}}, "required": ["navy-blue", "orange", "light-blue", "green", "brown", "purple", "red", "pink"]}}, "required": ["orderable", "sources", "sellPrice", "buyPrices", "variations"]}}, "required": ["nl", "nh"]}}, "required": ["id", "name", "category", "games"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "sailor-skirt", "name" : "Sailor Skirt", "category" : "Bottoms", "games" : {"nl" : {"orderable" : true, "fashionThemes" : ["Official"], "sellPrice" : {"currency" : "bells", "value" : 150}, "sources" : ["Able Sisters"], "buyPrices" : [{"currency" : "bells", "value" : 600}]}, "nh" : {"orderable" : true, "sources" : ["Able Sisters"], "sellPrice" : {"currency" : "bells", "value" : 245}, "buyPrices" : [{"currency" : "bells", "value" : 980}], "variations" : {"navy-blue" : "Navy blue", "orange" : "Orange", "light-blue" : "Light blue", "green" : "Green", "brown" : "Brown", "purple" : "Purple", "red" : "Red", "pink" : "Pink"}}}}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "category": {"type": "string"}, "games": {"type": "object", "properties": {"nl": {"type": "object", "properties": {"orderable": {"type": "boolean"}, "fashionThemes": {"type": "array", "items": {"type": "string"}}, "sellPrice": {"type": "object", "properties": {"currency": {"type": "string"}, "value": {"type": "integer"}}, "required": ["currency", "value"]}, "sources": {"type": "array", "items": {"type": "string"}}, "buyPrices": {"type": "array", "items": {"type": "object", "properties": {"currency": {"type": "string"}, "value": {"type": "integer"}}, "required": ["currency", "value"]}}}, "required": ["orderable", "fashionThemes", "sellPrice", "sources", "buyPrices"]}, "nh": {"type": "object", "properties": {"orderable": {"type": "boolean"}, "sources": {"type": "array", "items": {"type": "string"}}, "sellPrice": {"type": "object", "properties": {"currency": {"type": "string"}, "value": {"type": "integer"}}, "required": ["currency", "value"]}, "buyPrices": {"type": "array", "items": {"type": "object", "properties": {"currency": {"type": "string"}, "value": {"type": "integer"}}, "required": ["currency", "value"]}}, "variations": {"type": "object", "properties": {"navy-blue": {"type": "string"}, "orange": {"type": "string"}, "light-blue": {"type": "string"}, "green": {"type": "string"}, "brown": {"type": "string"}, "purple": {"type": "string"}, "red": {"type": "string"}, "pink": {"type": "string"}}, "required": ["navy-blue", "orange", "light-blue", "green", "brown", "purple", "red", "pink"]}}, "required": ["orderable", "sources", "sellPrice", "buyPrices", "variations"]}}, "required": ["nl", "nh"]}}, "required": ["id", "name", "category", "games"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"from": {"type": "string"}, "name": {"type": "string"}, "num": {"type": "integer"}, "comps": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "place": {"type": "string"}, "date": {"type": "string"}, "highest": {"type": "integer"}, "QP": {"type": "integer"}, "RP": {"type": "integer"}, "matches": {"type": "integer"}}, "required": ["name", "place", "date", "highest", "QP", "RP", "matches"]}}}, "required": ["from", "name", "num", "comps"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"from" : "Wapello, IA USA", "name" : "Wildbots", "num" : 6072, "comps" : [{"name" : "IA FTC Qualifying Tournament", "place" : "Hills Community College", "date" : "26-Jan-13", "highest" : 15, "QP" : 6, "RP" : 10, "matches" : 6}]}
json_instruct
{"type": "object", "properties": {"from": {"type": "string"}, "name": {"type": "string"}, "num": {"type": "integer"}, "comps": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "place": {"type": "string"}, "date": {"type": "string"}, "highest": {"type": "integer"}, "QP": {"type": "integer"}, "RP": {"type": "integer"}, "matches": {"type": "integer"}}, "required": ["name", "place", "date", "highest", "QP", "RP", "matches"]}}}, "required": ["from", "name", "num", "comps"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}}, "required": ["id", "type", "name", "code"]}}, "required": ["type", "coordinates", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "MultiPolygon", "coordinates" : [[[[-122.5469, 45.60755], [-122.54650099999988, 45.60749], [-122.546, 45.60749], [-122.54549, 45.60744], [-122.54502999999987, 45.60726], [-122.54458, 45.60704], [-122.54408099999986, 45.60674], [-122.54356999999987, 45.6065], [-122.54312, 45.60634], [-122.54249999999986, 45.6062200000001], [-122.54185999999989, 45.60621], [-122.54160999999988, 45.6062], [-122.54093, 45.60625], [-122.53934542299989, 45.606407582000074], [-122.53912, 45.60643], [-122.53799999999985, 45.60662], [-122.53717, 45.60677], [-122.53652999999983, 45.60685], [-122.53608, 45.60686], [-122.5354399999999, 45.60678], [-122.53497, 45.60662], [-122.53468999999983, 45.6065], [-122.53451999999989, 45.6046400000001], [-122.53429, 45.60403], [-122.534, 45.60363], [-122.53305494799989, 45.6027990260001], [-122.53295094799981, 45.60269202600005], [-122.53272594799986, 45.60240402600002], [-122.53263394799988, 45.60228502600003], [-122.53258594799989, 45.60217802600006], [-122.53253394799987, 45.60200502600004], [-122.53251694799988, 45.60187302600005], [-122.53249494799984, 45.600515026000046], [-122.53247294799988, 45.60006402600003], [-122.53245394799983, 45.59998402600008], [-122.5516589479999, 45.60378102599999], [-122.55167494799987, 45.603903026000054], [-122.55170794799989, 45.60407302599999], [-122.55173494799989, 45.604267026000066], [-122.55176194799989, 45.604382026000074], [-122.5518039479999, 45.604584026], [-122.5518479479999, 45.604846026000104], [-122.55188194799989, 45.60512002600004], [-122.55195494799989, 45.605507026000076], [-122.55198894799987, 45.60570702600002], [-122.55205794799988, 45.606144026000024], [-122.55208594799987, 45.606307026000096], [-122.55209694799989, 45.606369026], [-122.55211494799988, 45.60650602600005], [-122.55219694799983, 45.60711302599999], [-122.55118495499994, 45.60764952300007], [-122.54954242599986, 45.607913501000056], [-122.54836919099984, 45.60779617800003], [-122.547211, 45.60763], [-122.5469, 45.60755]]]], "properties" : {"id" : "usa-wa-vancouver-wildwood-neighborhood", "type" : "neighborhood", "name" : "Wildwood", "code" : "276072"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}}, "required": ["id", "type", "name", "code"]}}, "required": ["type", "coordinates", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"data": {"type": "object", "properties": {"site": {"type": "object", "properties": {"siteMetadata": {"type": "object", "properties": {"defaultTitle": {"type": "string"}, "defaultDescription": {"type": "string"}, "siteUrl": {"type": "string"}}, "required": ["defaultTitle", "defaultDescription", "siteUrl"]}}, "required": ["siteMetadata"]}}, "required": ["site"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"data" : {"site" : {"siteMetadata" : {"defaultTitle" : "Portfolio", "defaultDescription" : "This is My Portfolio Site", "siteUrl" : "https://roseneezar.dev"}}}}
json_instruct
{"type": "object", "properties": {"data": {"type": "object", "properties": {"site": {"type": "object", "properties": {"siteMetadata": {"type": "object", "properties": {"defaultTitle": {"type": "string"}, "defaultDescription": {"type": "string"}, "siteUrl": {"type": "string"}}, "required": ["defaultTitle", "defaultDescription", "siteUrl"]}}, "required": ["siteMetadata"]}}, "required": ["site"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}