input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "079bc9b768ba2f4dbe2f304e59de347c4ddcf26a"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"app": {"type": "string"}, "context": {"type": "object", "properties": {}, "required": []}}, "required": ["app", "context"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"app" : "npx ts-node --prefer-ts-exts bin/multi-step-functions-eventbridge.ts", "context" : {}} | json_instruct | {"type": "object", "properties": {"app": {"type": "string"}, "context": {"type": "object", "properties": {}, "required": []}}, "required": ["app", "context"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [3.0, 2.0, 0.0, 1.0, 1.0, 2.0, 2.0, 3.0, 1.0, 0.0] | json_instruct | {"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}, "mappingIndex": {"type": "integer"}, "redacted": {"type": "boolean"}, "scope": {"type": "integer"}, "aggregationType": {... | {"index" : 8745, "hash" : 1952925031, "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", "mapp... |
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": "obj... | {"hash" : "0xa842c74117a39c20ea64070b0ae63c8df10dbdd5d0ba61596913b2faf6402878", "parentHash" : "0xe411f86c9c597173a1d87a15c3747e95b6d9a26b529193022be45971b378c9d4", "number" : 104878, "timestamp" : 1439877417, "nonce" : "0xccc7b28c82c703c3", "difficulty" : 4346536883762, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : ... | 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"]... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"special": {"type": "object", "properties": {"background": {"type": "string"}, "foreground": {"type": "string"}, "cursor": {"type": "string"}}, "required": ["background", "foreground", "cursor"]}, "colors": {"type": "object", "pr... | {"special" : {"background" : "#000000", "foreground" : "#c0c0c0", "cursor" : "#c0c0c0"}, "colors" : {"color0" : "#000000", "color1" : "#ff0000", "color2" : "#00ff00", "color3" : "#ffff00", "color4" : "#0000ff", "color5" : "#ff00ff", "color6" : "#00ffff", "color7" : "#c0c0c0", "color8" : "#808080", "color9" : "#000000",... | json_instruct | {"type": "object", "properties": {"special": {"type": "object", "properties": {"background": {"type": "string"}, "foreground": {"type": "string"}, "cursor": {"type": "string"}}, "required": ["background", "foreground", "cursor"]}, "colors": {"type": "object", "properties": {"color0": {"type": "string"}, "color1": {"typ... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"project_name": {"type": "string"}, "files": {"type": "object", "properties": {"/src/main/java/com/yineng/ynedut/service/util/RandomUtil.java": {"type": "integer"}}, "required": ["/src/main/java/com/yineng/ynedut/service/uti... | {"project_name" : "goushijie/fs", "files" : {"/src/main/java/com/yineng/ynedut/service/util/RandomUtil.java" : 2}, "pull_request" : "https://github.com/goushijie/fs/pull/1", "report" : {"files_fixed" : 1, "vulnerabilities_fixed" : 2}} | json_instruct | {"type": "object", "properties": {"project_name": {"type": "string"}, "files": {"type": "object", "properties": {"/src/main/java/com/yineng/ynedut/service/util/RandomUtil.java": {"type": "integer"}}, "required": ["/src/main/java/com/yineng/ynedut/service/util/RandomUtil.java"]}, "pull_request": {"type": "string"}, "rep... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schema.org/draft-0... | {"id" : "http://data.doremus.org/performance/02c3f201-d76b-3f4b-9da6-9b480cb10903", "expression" : [{"id" : "http://data.doremus.org/expression/e0106410-813b-38ad-89ac-f5dd1248e720"}, {"id" : "http://data.doremus.org/expression/c034573a-10db-3ec9-8667-651586a9138d"}, {"id" : "http://data.doremus.org/expression/a5d29af1... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"billing_autorenew_service_update_title": {"type": "string"}, "billing_autorenew_service_update_description": {"type": "string"}, "billing_autorenew_service_update_service_renewal": {"type": "string"}, "billing_autor... | {"billing_autorenew_service_update_title" : "Configuration du renouvellement", "billing_autorenew_service_update_description" : "Choisissez le type de renouvellement souhait\u00e9 (automatique ou manuel). Pour le renouvellement automatique, vous pourrez \u00e9galement choisir la fr\u00e9quence des pr\u00e9l\u00e8vement... | json_instruct | {"type": "object", "properties": {"billing_autorenew_service_update_title": {"type": "string"}, "billing_autorenew_service_update_description": {"type": "string"}, "billing_autorenew_service_update_service_renewal": {"type": "string"}, "billing_autorenew_service_update_service_automatic": {"type": "string"}, "billing_a... |
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" : "652827504498", "text" : "\u65b0\u7586\u7eff\u539f\u7cd6\u4e1a\u6709\u9650\u516c\u53f8\u865a\u62df\u793e\u533a"}] | 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#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "integer"}, "inv... | [{"results" : [{"tech" : 3, "pts" : 33, "connections" : 67, "capacity" : 12239, "investments" : 67314}, {"tech" : 4, "pts" : 1, "connections" : 27, "capacity" : 3372, "investments" : 11598}]}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "integer"}, "investments": {"type": "integer"}}, "required": ["tech", "pt... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindD... | {"Time" : "2020-08-29T00:00:00Z", "Temp" : 26.5, "RelHum" : 83, "WindSpeed" : 3.8, "WindDir" : 354} | 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#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "brewery_type": {"type": "string"}, "street": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "post... | [{"id" : "old-bust-head-brewing-co", "name" : "Old Bust Head Brewing Co.", "brewery_type" : "micro", "street" : "7134 Lineweaver Rd", "city" : "Warrenton", "state" : "Virginia", "postal_code" : "20187-3949", "website_url" : "http://www.oldbusthead.com", "phone" : "5403474777", "created_at" : "2018-07-24 01:34:26.211914... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "brewery_type": {"type": "string"}, "street": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "website_url": {"type": "string"}, "phone": {"t... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"authors": {"type": "array", "items": {}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source_url": {"type": "... | {"authors" : [], "doi" : "", "publication_date" : "2020-MM-DD", "id" : "IT102966", "url" : "https://elearning.uniroma1.it/pluginfile.php/909109/mod_folder/content/0/Casi%20Clinici%202%20anno%20aggiornato.pdf?forcedownload=1", "source" : "Sapienza Universit\u00e0 di Roma", "source_url" : "https://elearning.uniroma1.it",... | json_instruct | {"type": "object", "properties": {"authors": {"type": "array", "items": {}}, "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... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"key": {"type": "object", "properties": {"type": {"type": "string"}, "descr... | {"title" : "Refresh Status", "description" : "Tracks which ranking models have started/ended", "type" : "object", "properties" : {"key" : {"type" : "string", "description" : "Key of the ranking model being refreshed"}, "status" : {"type" : "string", "description" : "Status of the refresh e.g. STARTED / ENDED"}}} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"key": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "description"]}, "st... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "id": {"type": "integer"}, "image_url": {"type": "string"}, "updated_at": {"type": "string"}, "deleted_at": {"type": "null"}, "recipe_type": {"type": "i... | {"name" : "pistachio RY4 deluxe ", "description" : "figured i\u2019d make my own Version of pistachio RY4 U so go ahead and try it . ", "id" : 194803, "image_url" : "https://storage.googleapis.com/dev-images.alltheflavors.com/uploads/recipe/imageUrl/194803/C3B4EE76-F3D7-4EFD-89FE-728DB069E3FA.png", "updated_at" : "2020... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "id": {"type": "integer"}, "image_url": {"type": "string"}, "updated_at": {"type": "string"}, "deleted_at": {"type": "null"}, "recipe_type": {"type": "integer"}, "recipe_flavors": {"type": "array", "items": {"type": "object... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"FileAPI.js": {"type": "string"}, "FileAPI.min.js": {"type": "string"}, "ng-file-upload-all.js": {"type": "string"}, "ng-file-upload-all.min.js": {"type": "string"}, "ng-file-upload-shim.js": {"type": "string"}, "ng... | {"FileAPI.js" : "sha512-7tiGAnLS/AoP79zTr/YJ4MnCUQEWfKQGNPHY2QzZl6F2Z8FRJvv262XiOhUjXmeH7/1yUqju5UOuxrbe5smfcA==", "FileAPI.min.js" : "sha512-epUkTA+SF2+5FaMmu9GlXo4KAVRWtyzOEvblthDpuUV2xbzRHoPedFNwe43qwUHFw1fzXcjoqCkroVEY9AQ/Bg==", "ng-file-upload-all.js" : "sha512-UhEP7AxC1pGv5TuUh8EdVe/C6GqXINdtCck5AzALyv9u/zmG8CbuF... | json_instruct | {"type": "object", "properties": {"FileAPI.js": {"type": "string"}, "FileAPI.min.js": {"type": "string"}, "ng-file-upload-all.js": {"type": "string"}, "ng-file-upload-all.min.js": {"type": "string"}, "ng-file-upload-shim.js": {"type": "string"}, "ng-file-upload-shim.min.js": {"type": "string"}, "ng-file-upload.js": {"t... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"_id": {"type": "string"}, "brewery": {"type": "string"}, "name": {"type": "string"}, "updated": {"type": "string"}}, "required": ["_id", "brewery", "name", "updated"], "$schema": "http://json-schema.org/draft-07/sche... | {"_id" : "beer_Alexander", "brewery" : "Brouwerij Rodenbach", "name" : "Alexander", "updated" : "2010-07-22 20:00:20"} | json_instruct | {"type": "object", "properties": {"_id": {"type": "string"}, "brewery": {"type": "string"}, "name": {"type": "string"}, "updated": {"type": "string"}}, "required": ["_id", "brewery", "name", "updated"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "... | {"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Solano, Tanauan, Leyte, Eastern Visayas (Region VIII), PH", "locale" : "ph.eastern-visayas-region-viii.leyte.tanauan.solano", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "10", "region_ref... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {... |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"divisionCode": {"type": "integer"}, "post": {"type": "string"}, "divisionName": {"type": "string"}, "isLeaf": {"type": "integer"}}, "required": ["divisionCode", "post", "divisionName", "isLeaf"]},... | [{"divisionCode" : 330302006, "post" : "325000", "divisionName" : "\u4e94\u9a6c\u8857\u9053", "isLeaf" : 1}, {"divisionCode" : 330302023, "post" : "325000", "divisionName" : "\u4e03\u90fd\u8857\u9053", "isLeaf" : 1}, {"divisionCode" : 330302024, "post" : "325000", "divisionName" : "\u6ee8\u6c5f\u8857\u9053", "isLeaf" :... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"divisionCode": {"type": "integer"}, "post": {"type": "string"}, "divisionName": {"type": "string"}, "isLeaf": {"type": "integer"}}, "required": ["divisionCode", "post", "divisionName", "isLeaf"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"text": {"type": "string"}, "href": {"type": "string"}, "icon": {"type": "string"}}, "required": ["text", "href", "icon"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"text" : "start", "href" : "index", "icon" : "nitro"} | json_instruct | {"type": "object", "properties": {"text": {"type": "string"}, "href": {"type": "string"}, "icon": {"type": "string"}}, "required": ["text", "href", "icon"], "$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" : "6577f1b8dd814679ec123acb5e3699f8aa7ea19a"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"cloud_connect_tasks_decription": {"type": "string"}, "cloud_connect_tasks_id": {"type": "string"}, "cloud_connect_tasks_action": {"type": "string"}, "cloud_connect_tasks_lockInterface": {"type": "string"}, "c... | {"cloud_connect_tasks_decription" : "Wartende, laufende und fehlgeschlagene Aufgaben.", "cloud_connect_tasks_id" : "ID der Aufgabe", "cloud_connect_tasks_action" : "Aktion", "cloud_connect_tasks_lockInterface" : "Interface zur Sperrung", "cloud_connect_tasks_unlockInterface" : "Das Interface entsperren", "cloud_connect... | json_instruct | {"type": "object", "properties": {"cloud_connect_tasks_decription": {"type": "string"}, "cloud_connect_tasks_id": {"type": "string"}, "cloud_connect_tasks_action": {"type": "string"}, "cloud_connect_tasks_lockInterface": {"type": "string"}, "cloud_connect_tasks_unlockInterface": {"type": "string"}, "cloud_connect_tasks... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "conquest:block/brown_sandstone_stairs"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}, "originJurisdiction": {"type": "string"}, "state": {"type": "string"}, "hold": {"type": "string"}, "lastModified": {"type": "string"}, "referenced... | {"description" : "This file has a legal hold", "type" : "X", "originJurisdiction" : "Y", "state" : "resolved", "hold" : "true", "lastModified" : "2007-12-31T00:00:00-08:00", "referencedUris" : ["/LegalHoldsTest/file3.json"]} | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "type": {"type": "string"}, "originJurisdiction": {"type": "string"}, "state": {"type": "string"}, "hold": {"type": "string"}, "lastModified": {"type": "string"}, "referencedUris": {"type": "array", "items": {"type": "string"}}}, "required": ["descrip... |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["charts"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["ty... | {"name" : "@vhadianto/sns-validator", "version" : "0.3.4", "description" : "sns-validator fork. With request instead of https. A standalone validator for inbound SNS HTTP messages. No dependency on the AWS SDK for JavaScript.", "repository" : {"type" : "git", "url" : "https://github.com/vhadianto/aws-js-sns-message-val... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "main": {"type": "string"}, "devDependencies": {"type": "o... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"900801729": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900801729"], "$schema": "http:... | {"900801729" : {"nama" : "TPS 1", "dapil" : [5301, 15304, 2531502]}} | json_instruct | {"type": "object", "properties": {"900801729": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900801729"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"Update": {"type": "string"}, "answer": {"type": "array", "items": {"type": "string"}}, "category": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "detail": {"type": "string"}, "explana... | {"Update" : "2020-03-23 15:28:16", "answer" : ["A", "C", "E"], "category" : "saa", "choices" : ["A.Source and destination buckets must have versioning enabled", "B.Source and destination buckets must have versioning disabled", "C.Source and destination buckets must be in different AWS Regions", "D.Source and destinatio... | json_instruct | {"type": "object", "properties": {"Update": {"type": "string"}, "answer": {"type": "array", "items": {"type": "string"}}, "category": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "detail": {"type": "string"}, "explanation": {"type": "array", "items": {"type": "string"}}, "id": {"type":... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}, "tournament": {"type": "string"}, "type": {"type": "string"}, "date": {"type": "string"}, "time": {"type": "string"}, "visitor": {"type": "string"}, "visitorScore": {"type": "string"}, "home... | {"id" : "kitchener_ringette_u14a_11", "tournament" : "kitchener_ringette", "type" : "GS", "date" : "Sun Feb 2", "time" : "12:15P", "visitor" : "Kitchener", "visitorScore" : "2", "home" : "Forest", "homeScore" : "8", "status" : "Official", "isoDate" : 1580627700000, "tournamentName" : "Kitchener"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "tournament": {"type": "string"}, "type": {"type": "string"}, "date": {"type": "string"}, "time": {"type": "string"}, "visitor": {"type": "string"}, "visitorScore": {"type": "string"}, "home": {"type": "string"}, "homeScore": {"type": "string"}, "status": {"ty... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"327230": {"type": "object", "properties": {"success": {"type": "boolean"}}, "required": ["success"]}}, "required": ["327230"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"327230" : {"success" : false}} | json_instruct | {"type": "object", "properties": {"327230": {"type": "object", "properties": {"success": {"type": "boolean"}}, "required": ["success"]}}, "required": ["327230"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"bbox": {"type": "string"}, "used": {"type": "boolean"}, "class_name": {"type": "string"}}, "required": ["bbox", "used", "class_name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"bbox" : "110 52 500 374", "used" : false, "class_name" : "cat"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"bbox": {"type": "string"}, "used": {"type": "boolean"}, "class_name": {"type": "string"}}, "required": ["bbox", "used", "class_name"]}, "$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"}, "weapontype": {"type": "string"}, "rarity": {"type": "string"}, "baseatk": {"type": "integer"}, "substat": {"type": "string"}, "subvalue": {"type": "string"}, "e... | {"name" : "Royal Longsword", "description" : "An old longsword that belonged to the erstwhile rulers of Mondstadt. Exquisitely crafted, the carvings and embellishments testify to the stature of its owner.", "weapontype" : "Sword", "rarity" : "4", "baseatk" : 42, "substat" : "ATK", "subvalue" : "9", "effectname" : "Focu... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "weapontype": {"type": "string"}, "rarity": {"type": "string"}, "baseatk": {"type": "integer"}, "substat": {"type": "string"}, "subvalue": {"type": "string"}, "effectname": {"type": "string"}, "effect": {"type": "string"}, ... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "license": ... | {"name" : "artifact-generator-version", "version" : "0.1.0", "description" : "Retrieves the generator version from a YAML configuration file (see https://github.com/inrupt/solid-common-artifact-generator for details).", "main" : "index.js", "author" : {"name" : "Nicolas Seydoux"}, "license" : "MIT", "dependencies" : {"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "license": {"type": "string"}, "dependencies": {"type": "object", "p... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type... | {"title" : "Surface Motion Capture Transfer with Gaussian Process Regression.", "fields" : ["motion capture", "principal component analysis", "gaussian process", "kriging", "interpolation"], "abstract" : "We address the problem of transferring motion between captured 4D models. We particularly focus on human subjects f... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"typ... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "keywords": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["typ... | {"name" : "SignalState", "keywords" : "infrared, ir, signal, signals, remote, state, repeat", "description" : "Manage single and repeated observations of input signals", "repository" : {"type" : "git", "url" : "https://github.com/ubunatic/arduino/signalstate.git"}, "version" : "1.0.0", "frameworks" : "arduino", "platfo... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "keywords": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "version": {"type": "string"}, "frameworks": {"type": "st... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"nft": {"type": "object", "properties": {"id": {"type": "integer"}, "image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "st... | {"nft" : {"id" : 6338, "image" : "ipfs://QmNLijobERK4VhSDZdKjt5SrezdRM6k813qcSHd68f3Mqg", "attributes" : [{"trait_type" : "Earring", "value" : "Gold Stud"}, {"trait_type" : "Background", "value" : "Army Green"}, {"trait_type" : "Mouth", "value" : "Dumbfounded"}, {"trait_type" : "Fur", "value" : "Red"}, {"trait_type" : ... | json_instruct | {"type": "object", "properties": {"nft": {"type": "object", "properties": {"id": {"type": "integer"}, "image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}}, "required": ["trait_type", "value"]}}}, "required"... |
Following the schema specification below, generate a valid JSON instance:
{"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... | {"nom" : "Le Castellard-Melan", "dpt" : "Alpes-de-Haute-Provence", "inscrits" : 66, "abs" : 19, "votants" : 47, "blancs" : 8, "nuls" : 1, "exp" : 38, "res" : [{"panneau" : "1", "voix" : 23}, {"panneau" : "2", "voix" : 15}]} | 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"... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "fips": {"type": "string"}, "state_code": {"type": "integer"}, "county_code": {"type": "integer"}, "population... | {"type" : "Feature", "properties" : {"name" : "Lauderdale County", "fips" : "01077", "state_code" : 1, "county_code" : 77, "population" : 92729, "countrylevel_id" : "fips:01077", "census_data" : {"COUNTYNS" : "00161564", "AFFGEOID" : "0500000US01077", "LSAD" : "06", "ALAND" : 1730146083, "AWATER" : 133608930}}, "geomet... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "fips": {"type": "string"}, "state_code": {"type": "integer"}, "county_code": {"type": "integer"}, "population": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "census_d... |
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": "int... | {"nom" : "Eletot", "circ" : "9\u00e8me circonscription", "dpt" : "Seine-Maritime", "inscrits" : 489, "abs" : 280, "votants" : 209, "blancs" : 19, "nuls" : 6, "exp" : 184, "res" : [{"nuance" : "REM", "nom" : "Mme St\u00e9phanie KERBARH", "voix" : 99}, {"nuance" : "FN", "nom" : "Mme Genevi\u00e8ve SALVISBERG", "voix" : 8... | 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"... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"browser-polyfill.js": {"type": "string"}, "browser-polyfill.min.js": {"type": "string"}, "browser.js": {"type": "string"}, "browser.min.js": {"type": "string"}}, "required": ["browser-polyfill.js", "browser-polyfill.min.js", "... | {"browser-polyfill.js" : "sha256-Z69X2n58WxMH4KLJUcc212TuWJOwFCkpLeCLQRV0viY=", "browser-polyfill.min.js" : "sha256-BQ+aATuLcA6t4hrtAOYtK1Dx5VUQDSnFjOyXoO9qNz4=", "browser.js" : "sha256-x3//NK8tww8DSpNIsIsXaMGKilQKtWsEHCBn9bFrXFg=", "browser.min.js" : "sha256-/kO8SFXS14s4YN0gVAJeldZLWqvMUIOeQSRL+cokK8k="} | json_instruct | {"type": "object", "properties": {"browser-polyfill.js": {"type": "string"}, "browser-polyfill.min.js": {"type": "string"}, "browser.js": {"type": "string"}, "browser.min.js": {"type": "string"}}, "required": ["browser-polyfill.js", "browser-polyfill.min.js", "browser.js", "browser.min.js"], "$schema": "http://json-sch... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "i... | {"id" : 85927345, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "34d350443a33ac320f829fa12cc86c4d", "wof:id" : 85927345, "wof:repo" : "whosonfirst-data-admin-kr"}, "bbox" : [126.451193, 37.450468, 126.451193, 37.450468], "geometry" : {"coordi... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "proper... | {"hash" : "0x2d5c10698507b4e6235ed91fe9696404c0e13b609786f9cd6ec61e036583e7cc", "parentHash" : "0x84480dc5a78b87069c57f6761d73205937caa3d4d89ac65dcb522bf2e293a305", "number" : 93343, "timestamp" : 1439688402, "nonce" : "0xe627bbfc566efb79", "difficulty" : 3526497798034, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {... | 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"]... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "9210202001", "nama" : "Fiane"}, {"id" : "9210202002", "nama" : "Kartapura"}, {"id" : "9210202003", "nama" : "Men"}, {"id" : "9210202004", "nama" : "Semu"}, {"id" : "9210202005", "nama" : "Isme"}, {"id" : "9210202006", "nama" : "Rindu"}, {"id" : "9210202007", "nama" : "Tut"}, {"id" : "9210202008", "nama" : "Yo... | 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#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "propertie... | {"contract" : "0xcfb4b300da0d996702838a5a418903dcfc059869", "tool" : "osiris", "start" : 1564604960.2113166, "end" : 1564605007.1635242, "duration" : 46.95220756530762, "analysis" : [{"errors" : [], "file" : "/unique_chucks/28/0xcfb4b300da0d996702838a5a418903dcfc059869.sol", "name" : "SafeMath"}, {"errors" : [], "file"... | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "strin... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"collections": {"type": "array", "items": {"type": "object", "properties": {"fullName": {"type": "string"}, "methods": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "s... | {"collections" : [{"fullName" : "System.Runtime.InteropServices.ComTypes.FILETIME", "methods" : [{"name" : "System.Runtime.InteropServices.ComTypes.FILETIME()", "type" : "CTOR", "count" : 100}, {"name" : "(System.Runtime.InteropServices.ComTypes.FILETIME) object", "type" : "CAST", "count" : 20}]}]} | json_instruct | {"type": "object", "properties": {"collections": {"type": "array", "items": {"type": "object", "properties": {"fullName": {"type": "string"}, "methods": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "count": {"type": "integer"}}, "required": ["name"... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"mean": {"type": "object", "properties": {"Random Forest": {"type": "number"}, "Decision Tree": {"type": "number"}, "Ridge Regression": {"type": "number"}, "Linear Regression": {"type": "number"}}, "required":... | {"mean" : {"Random Forest" : 0.5742892263935458, "Decision Tree" : 0.5541274575688641, "Ridge Regression" : 0.5521569543510771, "Linear Regression" : 0.552311461223636}, "std" : {"Random Forest" : 0.042509024312592424, "Decision Tree" : 0.0434191763600148, "Ridge Regression" : 0.04028988647764896, "Linear Regression" :... | json_instruct | {"type": "object", "properties": {"mean": {"type": "object", "properties": {"Random Forest": {"type": "number"}, "Decision Tree": {"type": "number"}, "Ridge Regression": {"type": "number"}, "Linear Regression": {"type": "number"}}, "required": ["Random Forest", "Decision Tree", "Ridge Regression", "Linear Regression"]}... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": "... | {"categories" : ["Engineering", "Programming"], "desc" : " This is a practical, step by step guide that will help you to quickly become proficient in the data analysis using R. The book is packed with clear examples, screenshots, and code to carry on your data analysis without any hurdle. If you are a data analyst, bus... | json_instruct | {"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": "string"}, "isbn-13": {"type": "string"}, "pages": {"type": "string"},... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "propertie... | {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [0.462567, 51.569027]}, "properties" : {"planning-permission-history" : "http://planning.basildon.gov.uk/online-applications/search.do?action=simple&searchType=Application", "hectares" : "0.11", "site-address" : "Kelting House, Southernhay, Basildon, ... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"planning-permission-history": {"t... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"composer_setup": {"type": "string"}, "composer_install_ok": {"type": "string"}, "composer_archive_ok": {"type": "string"}, "composer_archive_pattern": {"type": "string"}}, "required": ["composer_setup", "composer_ins... | {"composer_setup" : "https://getcomposer.org/installer", "composer_install_ok" : " successfully installed", "composer_archive_ok" : "Created: ", "composer_archive_pattern" : "#\\./.*\\.(zip|tar)#"} | json_instruct | {"type": "object", "properties": {"composer_setup": {"type": "string"}, "composer_install_ok": {"type": "string"}, "composer_archive_ok": {"type": "string"}, "composer_archive_pattern": {"type": "string"}}, "required": ["composer_setup", "composer_install_ok", "composer_archive_ok", "composer_archive_pattern"], "$schem... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["... | {"name" : "node-csv-example", "version" : "1.0.0", "description" : "Small script to show how to use package to read/write csvs", "main" : "main.js", "scripts" : {"start" : "node main.js"}, "repository" : "git@github.com:teamzerolabs/node-csv-example.git", "author" : "Jack Yeh <yayajacky@gmail.com>", "license" : "MIT", ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "repository": {"type": "string"}, "author": {"type": "string"}, "... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "object", "properties": {"name": {... | {"name" : "@types/react-router-native", "version" : "4.0.4", "description" : "TypeScript definitions for React Router Native", "license" : "MIT", "contributors" : [{"name" : "Pierre Pirnay", "url" : "https://github.com/pierre-H"}], "main" : "", "repository" : {"type" : "git", "url" : "https://www.github.com/DefinitelyT... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "contributors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}... |
The schema below describes a JSON structure. Generate a valid example:
{"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"}... | {"id" : 1338, "name" : "Readable SeedQuest", "description" : "Larger font and wider screen.", "user" : {"id" : 1114, "name" : "toni", "email" : "redacted", "paypal_email" : null, "homepage" : null, "about" : null, "license" : null}, "updated" : "2006-11-15T18:14:58.000Z", "weekly_install_count" : 0, "total_install_coun... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "private": {"type": "boolean"}, "hexo": {"type": "object", "properties": {"version": {"type": "string"}}, "required": ["version"]}, "dependencies": {"type": "object... | {"name" : "blog-keepitsimple", "description" : "Hexo blog Keepitsimple", "private" : true, "hexo" : {"version" : "3.8.0"}, "dependencies" : {"hexo" : "3.8.0", "hexo-cli" : "1.1.0", "hexo-generator-archive" : "0.1.5", "hexo-generator-category" : "0.1.3", "hexo-generator-feed" : "1.2.2", "hexo-generator-index" : "0.2.1",... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "private": {"type": "boolean"}, "hexo": {"type": "object", "properties": {"version": {"type": "string"}}, "required": ["version"]}, "dependencies": {"type": "object", "properties": {"hexo": {"type": "string"}, "hexo-cli": {... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"pro... | {"userId" : 15444, "cartId" : "b69ca4e6-0128-4c66-8767-9ce5a223f5ba", "preferredProducts" : [1816], "productReviews" : [{"productId" : 1677, "reviewText" : "The box this comes in is 5 inch by 6 mile and weights 15 ton!!", "reviewDate" : "2016-10-10T23:37:54.3812625+03:00"}, {"productId" : 3636, "reviewText" : "I tried ... | 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"}, "reviewD... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"cname": {"type": "string"}, "description": {"type": "string"}, "path": {"type": "string"}, "isEnabled": {"type": "boolean"}, "treasuryAddresses": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "dis... | {"cname" : "piedao", "description" : "Pie DAO makes diversified asset allocation and rebalancing as easy as pie.", "path" : "piedao", "isEnabled" : true, "treasuryAddresses" : ["0x4efD8CEad66bb0fA64C8d53eBE65f31663199C6d"], "type" : "snapshot", "discourseForum" : {"url" : "https://forum.piedao.org", "categoryId" : "6"}... | json_instruct | {"type": "object", "properties": {"cname": {"type": "string"}, "description": {"type": "string"}, "path": {"type": "string"}, "isEnabled": {"type": "boolean"}, "treasuryAddresses": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "discourseForum": {"type": "object", "properties": {"url": {"ty... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]... | {"name" : "gulp-vinyl-size", "version" : "1.1.2", "description" : "Log size of files in the stream", "main" : "index.js", "scripts" : {"test" : "jest"}, "jest" : {"coverageDirectory" : "./coverage/", "collectCoverage" : true}, "repository" : {"type" : "git", "url" : "git+https://github.com/burntcustard/gulp-vinyl-size.... | 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"]}, "jest": {"type": "object", "properties": {"coverageDirectory": {"ty... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision... | {"id" : 11447, "citation_title" : "The Influence of University Research on Industrial Innovation", "citation_author" : ["Jinyoung Kim", "Sangjoon John Lee", "Gerald Marschke"], "citation_publication_date" : "2005-07-04", "issue_date" : "2005-07-04", "revision_date" : "None", "topics" : ["Labor Economics", "Unemployment... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_date": {"type": "string"}, "topics": {"type": "array", "items... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "type"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "wr_returned_date_sk", "type" : "INTEGER"}, {"name" : "wr_returned_time_sk", "type" : "INTEGER"}, {"name" : "wr_item_sk", "type" : "INTEGER"}, {"name" : "wr_refunded_customer_sk", "type" : "INTEGER"}, {"name" : "wr_refunded_cdemo_sk", "type" : "INTEGER"}, {"name" : "wr_refunded_hdemo_sk", "type" : "INTEGER"}... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "type"]}, "$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"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}},... | {"name" : "could-be-class", "version" : "0.2.0", "description" : "Checks if an object could be an instantiable class.", "main" : "index.js", "types" : "index.d.ts", "scripts" : {"test" : "node test"}, "repository" : {"type" : "git", "url" : "git+https://github.com/hyurl/could-be-class.git"}, "keywords" : ["is-class", "... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "prop... |
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" : "6301112001", "nama" : "Handil Babirik"}, {"id" : "6301112002", "nama" : "Kurau Utara"}, {"id" : "6301112003", "nama" : "Bumi Harapan"}, {"id" : "6301112004", "nama" : "Sungai Rasau"}, {"id" : "6301112005", "nama" : "Pantai Harapan"}, {"id" : "6301112006", "nama" : "Handil Suruk"}, {"id" : "6301112007", "nama"... | 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": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "propertie... | {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-0.329412, 51.232507]}, "properties" : {"listed-building-grade" : "II", "documentation-url" : "https://historicengland.org.uk/listing/the-list/list-entry/1028894", "point" : "POINT (-0.329412 51.232507)", "listed-building" : "1028894", "name" : "63, ... | 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": {"listed-building-grade": {"type": ... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "st... | {"name" : "omega", "version" : "0.1.0", "description" : "Omega: Advanced CryptoCurrency Ticker", "main" : "index.js", "scripts" : {"test" : "electron .", "build" : "electron-packager --all"}, "repository" : {"type" : "git", "url" : "git+https://github.com/r00t1000/omega.git"}, "keywords" : ["omega", "bitcoin", "cryptoc... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}}, "required": ["test", "build"]}, "repository": {"type": "objec... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"version": {"type": "string"}}, "required": ["version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : "1.4.1"} | json_instruct | {"type": "object", "properties": {"version": {"type": "string"}}, "required": ["version"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "tallyman", "definition" : "1. One who keeps the tally, or marks the sticks. 2. One who keeps a tally shop, or conducts his business as tally trade."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"Summary": {"type": "string"}, "Key": {"type": "string"}, "Issue Type": {"type": "string"}}, "required": ["Summary", "Key", "Issue Type"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Summary" : "EDR: Process Execution [ID(223:b9ebc13238ujwedn07ceb4735006:2521120))", "Key" : "Detection-19", "Issue Type" : "Detection"} | json_instruct | {"type": "object", "properties": {"Summary": {"type": "string"}, "Key": {"type": "string"}, "Issue Type": {"type": "string"}}, "required": ["Summary", "Key", "Issue Type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"\uc774\ub984": {"type": "string"}, "\ud55c\ubb38\uba85": {"type": "string"}, "\uc0dd\ub144\uc6d4\uc77c": {"type": "string"}, "\uc815\ub2f9": {"type": "string"}, "\uc120\uac70\uad6c": {"type": "string"}, "\ub2f9\uc120\ud69f\... | {"\uc774\ub984" : "\uae40\uc644\ud0dc", "\ud55c\ubb38\uba85" : "\u91d1\u5b8c\u6cf0", "\uc0dd\ub144\uc6d4\uc77c" : "1931-01-30", "\uc815\ub2f9" : "\ubbfc\uc8fc\uc815\uc758\ub2f9", "\uc120\uac70\uad6c" : "\ucda9\ubd81 \uc9c4\ucc9c,\uc74c\uc131\uad70", "\ub2f9\uc120\ud69f\uc218" : "3\uc120", "\ub2f9\uc120\ub300\uc218" : "... | json_instruct | {"type": "object", "properties": {"\uc774\ub984": {"type": "string"}, "\ud55c\ubb38\uba85": {"type": "string"}, "\uc0dd\ub144\uc6d4\uc77c": {"type": "string"}, "\uc815\ub2f9": {"type": "string"}, "\uc120\uac70\uad6c": {"type": "string"}, "\ub2f9\uc120\ud69f\uc218": {"type": "string"}, "\ub2f9\uc120\ub300\uc218": {"type... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"elementWithAttr": {"type": "object", "properties": {"number": {"type": "integer"}, "price": {"type": "null"}}, "required": ["number", "price"]}}, "required": ["elementWithAttr"], "$schema": "http://json-schema.... | {"elementWithAttr" : {"number" : 12, "price" : null}} | json_instruct | {"type": "object", "properties": {"elementWithAttr": {"type": "object", "properties": {"number": {"type": "integer"}, "price": {"type": "null"}}, "required": ["number", "price"]}}, "required": ["elementWithAttr"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "d504-68", "text" : "ITEM_lMd)\nRad. Con.\nIstanbul\nSPORT :\nCOMPOSITION AMD ROLE OF PROPOSED SMALL WORKING PARTY ON THIS SUBJECT\nThe Bureau felt that there would \"be considerable advantage\nin the Committee having available to it a small working party on\nsport which would establish a calendar of forthcomin... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": [... | {"name" : "design-patterns-examples", "version" : "1.0.0", "description" : "Repository created to study some Design Patterns written in PHP and TypeScript languages.", "main" : "index.ts", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.c... | 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": "s... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"versionEnd": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"]}, "versionStart": {"type": "ob... | {"versionEnd" : {"versionNum" : 852, "commit" : "527ac4a3113c133d7e80da8c7b5d5e73463e40ea", "date" : "2021-04-28T17:03:49.343Z"}, "versionStart" : {"versionNum" : 851, "commit" : "84d7cb012a1a71bbf432695a00d07d2c289d3aad", "date" : "2021-04-28T15:57:56.195Z"}, "changes" : ["blockchains/smartchain/assets/0x1F82a9b541FE4... | json_instruct | {"type": "object", "properties": {"versionEnd": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"]}, "versionStart": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["... | {"ETag" : "W/\"7d1418e8a755b1c77e6239670d1285e4\"", "Last-Modified" : "Tue, 27 Aug 2019 07:21:49 GMT", "base" : {"repo" : {"name" : "r-ggextra-feedstock"}}, "closed_at" : "2019-08-27T07:21:48Z", "created_at" : "2019-08-27T05:22:48Z", "head" : {"ref" : "0.9"}, "html_url" : "https://github.com/conda-forge/r-ggextra-feeds... | json_instruct | {"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "stri... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"... | {"name" : "seo-crawler", "version" : "1.0.0", "description" : "full site crawler for seo prerender", "main" : "index.js", "author" : "Andy Chen <shinningstar1001@gmail.com>", "license" : "MIT", "scripts" : {"install" : "node install.js", "start" : "node index.js", "test" : "ava *.test.js", "test:w" : "ava *.test.js -v ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"install": {"type": "string"}, "start": {"type": "string"}... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["t... | {"name" : "nnote", "version" : "0.0.2", "description" : "No-nonsense notes in Node!", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "Tony McCoy <toonytony@gmail.com>", "license" : "MIT", "keywords" : ["notes", "notetaking", "todo", "organization", "productivity", ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "keywo... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "stri... | {"name" : "@askbid/client", "version" : "0.0.1", "description" : "A JS/TS client for the AskBid Decentralized Search Market", "main" : "dist/client.js", "types" : "dist/client.d.ts", "repository" : "https://github.com/Wildebeest/askbid/tree/main/client", "author" : "Matt Wilde <matthewcwilde@gmail.com>", "license" : "M... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "propertie... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "e... | {"nom" : "Paris-l'H\u00f4pital", "dpt" : "Sa\u00f4ne-et-Loire", "inscrits" : 212, "abs" : 26, "votants" : 186, "blancs" : 26, "nuls" : 11, "exp" : 149, "res" : [{"panneau" : "1", "voix" : 97}, {"panneau" : "2", "voix" : 52}]} | 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"... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "musicType": {"type": "string"}, "musicNo": {"type": "string"}}, "required": ["title", "author", "musicType", "musicNo"], "$schema": "http://json-schema.org/... | {"title" : "Undecided-Chris Brown", "author" : "Chris Brown", "musicType" : "\u6d41\u884c", "musicNo" : "0010384"} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "musicType": {"type": "string"}, "musicNo": {"type": "string"}}, "required": ["title", "author", "musicType", "musicNo"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"source": {"type": "string"}, "trackCount": {"type": "integer"}, "tracks": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "names": {"type": "array", "items": {"type": "string"}}, "releas... | {"source" : "Joe Bradley", "trackCount" : 2, "tracks" : [{"_id" : "4718", "names" : ["Born To Be A Man"], "releases" : [{"_id" : "962", "names" : ["\"Born To Be A Man\" b/w \"Hippys\" 7\""]}], "artists" : [{"_id" : "760", "names" : ["Black Lips"]}]}, {"_id" : "4719", "names" : ["Hippys"], "releases" : [{"_id" : "962", ... | json_instruct | {"type": "object", "properties": {"source": {"type": "string"}, "trackCount": {"type": "integer"}, "tracks": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "names": {"type": "array", "items": {"type": "string"}}, "releases": {"type": "array", "items": {"type": "object", "propert... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "object", "properties": {"src": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "aspectRatio": {"type": ... | {"expireTime" : 9007200841230963000, "key" : "9bf655ee-0c6a-5d8f-b7b5-f08312303ff8{\"duotone\":false,\"grayscale\":false,\"rotate\":0,\"toFormat\":\"png\",\"toFormatBase64\":\"\",\"width\":20,\"height\":13}", "val" : {"src" : "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAANCAIAAAAmMtkJAAAACXBIWXMAAA7EAAAOxAGVKw4... | json_instruct | {"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "object", "properties": {"src": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "aspectRatio": {"type": "number"}, "originalName": {"type": "string"}}, "required": ["src", "wi... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"typeAcquisition": {"type": "object", "properties": {"include": {"type": "array", "items": {"type": "string"}}}, "required": ["include"]}, "compilerOptions": {"type": "object", "properties": {"target": {"type": "st... | {"typeAcquisition" : {"include" : ["react", "react-redux", "redux-saga"]}, "compilerOptions" : {"target" : "ES6"}, "exclude" : ["node_modules", "**/node_modules/*"], "include" : ["Client/**/*", "Server/**/*"]} | json_instruct | {"type": "object", "properties": {"typeAcquisition": {"type": "object", "properties": {"include": {"type": "array", "items": {"type": "string"}}}, "required": ["include"]}, "compilerOptions": {"type": "object", "properties": {"target": {"type": "string"}}, "required": ["target"]}, "exclude": {"type": "array", "items": ... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"tables": {"type": "object", "properties": {"[dbo].[Person]": {"type": "object", "properties": {"columns": {"type": "object", "properties": {"Id": {"type": "object", "properties": {"type": {"type": "string"}, "nullable": {"type... | {"tables" : {"[dbo].[Person]" : {"columns" : {"Id" : {"type" : "int identity", "nullable" : false, "primaryKey" : false}, "Name" : {"type" : "nvarchar(255)", "nullable" : false, "primaryKey" : false}, "Title" : {"type" : "varchar(10)", "primaryKey" : false}, "Age" : {"type" : "int", "primaryKey" : false}, "Price" : {"t... | json_instruct | {"type": "object", "properties": {"tables": {"type": "object", "properties": {"[dbo].[Person]": {"type": "object", "properties": {"columns": {"type": "object", "properties": {"Id": {"type": "object", "properties": {"type": {"type": "string"}, "nullable": {"type": "boolean"}, "primaryKey": {"type": "boolean"}}, "require... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"t... | {"name" : "react-carrefour", "version" : "0.0.15", "description" : "Conditional tags for ReactJs.", "keywords" : ["ReactJs", "Conditional tags"], "author" : "AdamasAntares", "license" : "MIT", "scripts" : {"demo" : "webpack --config demo/webpack.config.js --mode=development && ./demo/openpage.sh", "release" : "npm run ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"demo": {"type": "string"}... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "kvstore"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array",... | {"name" : "chippyash/matrix", "description" : "PHP Matrix data structure support package", "license" : "BSD-3-Clause", "homepage" : "http://zf4.biz/packages?utm_source=packagist&utm_medium=web&utm_campaign=blinks&utm_content=matrix", "keywords" : ["math", "matrix"], "authors" : [{"name" : "Ashley Kitson", "email" : "as... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, ... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "pr... | {"name" : "ipfs-webpack-plugin", "description" : "Webpack plugin for loading assets via IPFS in the browser", "version" : "0.1.0", "main" : "ipfs-webpack-plugin.js", "author" : "Victor Bjelkholm <victorbjelkholm@gmail.com>", "license" : "MIT", "scripts" : {"build" : "cd example/ && webpack"}, "dependencies" : {"ipfs" :... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "dep... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["social-likes"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "VideoClipsExample", "displayName" : "VideoClips Example"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"0": {"type": "object", "properties": {"id": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "string"}}, "required": ["type", "value"]}}, "type": {"type... | {"0" : {"id" : [{"type" : "com.symphony.user.userId", "value" : "13056700580915"}], "type" : "com.symphony.user.mention"}, "1" : {"id" : [{"type" : "org.symphonyoss.taxonomy.hashtag", "value" : "bot"}], "type" : "org.symphonyoss.taxonomy", "version" : "1.0"}, "2" : {"id" : [{"type" : "org.symphonyoss.fin.security.id.ti... | json_instruct | {"type": "object", "properties": {"0": {"type": "object", "properties": {"id": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "value": {"type": "string"}}, "required": ["type", "value"]}}, "type": {"type": "string"}}, "required": ["id", "type"]}, "1": {"type": "object", "proper... |
Construct a JSON document that adheres to this schema specification:
{"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"}}, "requir... | {"id" : 260577, "node" : [{"id" : 260577, "name" : "\u6d41\u661f\u8774\u8776\u528d", "image" : "//lain.bgm.tv/pic/cover/m/4b/f4/260577_CNRcS.jpg", "date" : "unknown"}, {"id" : 296231, "name" : "\u65b0\u6d41\u661f\u8774\u8776\u5251", "image" : "//lain.bgm.tv/pic/cover/m/f7/91/296231_Yqhsq.jpg", "date" : "1993-01-16"}], ... | 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", "i... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "... | {"name" : "Crab_WeatherKitchen", "version" : "1.0.0", "summary" : "Weather background for some weather conditions.", "description" : "Some customized weather situations made by Xib for all kinds of apps using for weather modules.\nRainy/dazzle/Snowy weather made in emitter layer.\nSunny/Cloudy weather made by images an... | 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": "string"}, "platforms": {"type": "object", "properties": {"ios": {"type": "str... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "requir... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[129.0, 24.916666666666668], [129.0, 25.0], [129.125, 25.0], [129.125, 24.916666666666668], [129.0, 24.916666666666668]]]}, "properties" : {"code" : 372930, "url" : "http://madefor.github.io/0410/api/v1/372930.geojson", "view" : "https://github.co... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": ... | {"id" : "36175968-27f7-4c0a-8e04-fb7f5e314801", "playerTags" : ["2b157c5c-9a6a-45a6-858f-bf4cf4cbc0bd"], "teamTags" : ["b72f3061-f573-40d7-832a-5ad475bd7909"], "gameTags" : ["413fe2e3-c656-470a-89ac-1893869111a9"], "metadata" : {"mod" : "COFFEE_RALLY", "play" : 303, "type" : 0, "parent" : "8d72fb4c-cc7c-4a9f-be4f-6c2ff... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"mod": {"type": "string"}, "play... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "verticality:block/climbable_jungle_fence_inventory"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "7307030009", "district_id" : "7307030", "name" : "TALLE"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"sourceHash": {"type": "integer"}, "sourceString": {"type": "string"}, "blacklisted": {"type": "boolean"}, "acquisitionInfo": {"type": "object", "properties": {"runOnlyAcquisitionRewardSite": {"type": "boolean"}}, ... | {"sourceHash" : 3937492340, "sourceString" : "Complete Seraph Bounty", "blacklisted" : false, "acquisitionInfo" : {"runOnlyAcquisitionRewardSite" : false}, "index" : 4659, "presentationNodeType" : 2, "traitHashes" : [], "redacted" : false, "stateInfo" : {"requirements" : {"entitlementUnavailableMessage" : ""}}, "parent... | json_instruct | {"type": "object", "properties": {"sourceHash": {"type": "integer"}, "sourceString": {"type": "string"}, "blacklisted": {"type": "boolean"}, "acquisitionInfo": {"type": "object", "properties": {"runOnlyAcquisitionRewardSite": {"type": "boolean"}}, "required": ["runOnlyAcquisitionRewardSite"]}, "index": {"type": "intege... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"layer0": {"type": "string"}}, "required": ["layer0"]}, "overrides": {"type": "array", "items": {"type": "object", "properties": {"predica... | {"parent" : "minecraft:item/generated", "textures" : {"layer0" : "minecraft:item/shears"}, "overrides" : [{"predicate" : {"custom_model_data" : 10000}, "model" : "itemsadder:auto_generated/black_shears"}, {"predicate" : {"custom_model_data" : 10001}, "model" : "itemsadder:auto_generated/red_shears"}, {"predicate" : {"c... | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"layer0": {"type": "string"}}, "required": ["layer0"]}, "overrides": {"type": "array", "items": {"type": "object", "properties": {"predicate": {"type": "object", "properties": {"custom_model_data": {"type": "in... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, ... | {"title" : "Precision reuse for efficient regression verification.", "fields" : ["intelligent verification", "continuous modelling", "continuous testing", "high level verification", "functional verification"], "abstract" : "Continuous testing during development is a well-established technique for software-quality assur... | 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": {"typ... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"deprecated": {"type": "string"}, "authority-code": {"type": "string"}, "identifier": {"type": "string"}, "about": {"type": "string"}, "prefLabel": {"type": "object", "properties": {"@lang": {"type": "string"}, "#text": {"type"... | {"deprecated" : "false", "authority-code" : "VKU", "identifier" : "VKU", "about" : "http://publications.europa.eu/resource/authority/language/VKU", "prefLabel" : {"@lang" : "vku", "#text" : "kurrama"}, "start.use" : "1950-05-09"} | json_instruct | {"type": "object", "properties": {"deprecated": {"type": "string"}, "authority-code": {"type": "string"}, "identifier": {"type": "string"}, "about": {"type": "string"}, "prefLabel": {"type": "object", "properties": {"@lang": {"type": "string"}, "#text": {"type": "string"}}, "required": ["@lang", "#text"]}, "start.use":... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"startCenter": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}}, "required": ["latitude", "longitude"]}, "startZoom": {"type": "integer"}, "startLanguage": {"typ... | {"startCenter" : {"latitude" : -33.465921, "longitude" : -70.660072}, "startZoom" : 9, "startLanguage" : "en", "serviceUrls" : ["http://geoprocessing.demo.52north.org:8080/wps/WebProcessingService", "https://riesgos.52north.org/wps/WebProcessingService", "http://geoprocessing.demo.52north.org:8080/javaps/service"], "se... | json_instruct | {"type": "object", "properties": {"startCenter": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}}, "required": ["latitude", "longitude"]}, "startZoom": {"type": "integer"}, "startLanguage": {"type": "string"}, "serviceUrls": {"type": "array", "items": {"type": "string"}... |
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": "o... | {"hash" : "0xb569c0c1d88e6bf8bec05fe1ef1773e98db5e83599b1ef7f1514d1ba19f83554", "parentHash" : "0x391c33135d1e0704624bfb9f3bdd90fb2cbc73071e4a2d8aa4e4056c99662820", "number" : 97035, "timestamp" : 1439749874, "nonce" : "0xcd1530dce0c6246a", "difficulty" : 3744964030682, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {... | 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"]... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.