input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "tubesreloaded:block/distributor"}
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": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {"K15922": {"type": "string"}}, "required": ["K15922"]}, "name": {"type": "string"}, "product_stoichiometries": {"type": "array", "items": {"type": "string"}}, "enzymes": {"type": "array", "items": {"type": "string"}}, "equation": {"type": "string"}, "glycans": {"type": "boolean"}, "substrate_stoichiometries": {"type": "array", "items": {"type": "string"}}, "rpairs": {"type": "object", "properties": {}, "required": []}, "entry_id": {"type": "string"}, "pathways": {"type": "object", "properties": {}, "required": []}, "products": {"type": "array", "items": {"type": "string"}}, "substrates": {"type": "array", "items": {"type": "string"}}}, "required": ["comment", "definition", "orthologs", "name", "product_stoichiometries", "enzymes", "equation", "glycans", "substrate_stoichiometries", "rpairs", "entry_id", "pathways", "products", "substrates"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"comment" : "", "definition" : "Sulfoquinovosyldiacylglycerol + H2O <=> Sulfoquinovose + 1,2-Diacyl-sn-glycerol", "orthologs" : {"K15922" : "sulfoquinovosidase [EC:3.2.1.199]"}, "name" : "sulfoquinovosyldiacylglycerol sulfoquinovohydrolase", "product_stoichiometries" : ["1", "1"], "enzymes" : ["3.2.1.199"], "equation" : "C13508 + C00001 <=> C20829 + C00641", "glycans" : false, "substrate_stoichiometries" : ["1", "1"], "rpairs" : {}, "entry_id" : "R11543", "pathways" : {}, "products" : ["C20829", "C00641"], "substrates" : ["C13508", "C00001"]}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {"K15922": {"type": "string"}}, "required": ["K15922"]}, "name": {"type": "string"}, "product_stoichiometries": {"type": "array", "items": {"type": "string"}}, "enzymes": {"type": "array", "items": {"type": "string"}}, "equation": {"type": "string"}, "glycans": {"type": "boolean"}, "substrate_stoichiometries": {"type": "array", "items": {"type": "string"}}, "rpairs": {"type": "object", "properties": {}, "required": []}, "entry_id": {"type": "string"}, "pathways": {"type": "object", "properties": {}, "required": []}, "products": {"type": "array", "items": {"type": "string"}}, "substrates": {"type": "array", "items": {"type": "string"}}}, "required": ["comment", "definition", "orthologs", "name", "product_stoichiometries", "enzymes", "equation", "glycans", "substrate_stoichiometries", "rpairs", "entry_id", "pathways", "products", "substrates"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "bin": {"type": "object", "properties": {"complete-all-contacts": {"type": "string"}}, "required": ["complete-all-contacts"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"tape": {"type": "string"}, "tape-dots": {"type": "string"}}, "required": ["tape", "tape-dots"]}, "dependencies": {"type": "object", "properties": {"pouchdb": {"type": "string"}, "pouchdb-migrate": {"type": "string"}}, "required": ["pouchdb", "pouchdb-migrate"]}}, "required": ["name", "version", "description", "bin", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "complete-all-contacts-migration", "version" : "1.0.0", "description" : "Set status of all person docs that have a contact to complete", "bin" : {"complete-all-contacts" : "bin/main.js"}, "scripts" : {"test" : "tape-dots test/index.js"}, "repository" : {"type" : "git", "url" : "git+https://github.com/eHealthAfrica/complete-all-contacts-migration.git"}, "keywords" : ["data", "migration", "person", "contact", "couchdb", "pouchdb", "cli"], "author" : "Tibor Claassen <tibor@gmah.net> (http://codebeige.net)", "license" : "Apache-2.0", "bugs" : {"url" : "https://github.com/eHealthAfrica/complete-all-contacts-migration/issues"}, "homepage" : "https://github.com/eHealthAfrica/complete-all-contacts-migration#readme", "devDependencies" : {"tape" : "^4.0.0", "tape-dots" : "^1.0.0"}, "dependencies" : {"pouchdb" : "^3.6.0", "pouchdb-migrate" : "^1.0.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "bin": {"type": "object", "properties": {"complete-all-contacts": {"type": "string"}}, "required": ["complete-all-contacts"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"tape": {"type": "string"}, "tape-dots": {"type": "string"}}, "required": ["tape", "tape-dots"]}, "dependencies": {"type": "object", "properties": {"pouchdb": {"type": "string"}, "pouchdb-migrate": {"type": "string"}}, "required": ["pouchdb", "pouchdb-migrate"]}}, "required": ["name", "version", "description", "bin", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"xbox": {"type": "integer"}, "ps": {"type": "integer"}}, "required": ["xbox", "ps"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"xbox" : 6813, "ps" : 2}
json_instruct
{"type": "object", "properties": {"xbox": {"type": "integer"}, "ps": {"type": "integer"}}, "required": ["xbox", "ps"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"statistics": {"type": "object", "properties": {"successpercentage": {"type": "array", "items": {"type": "number"}}, "meanarrivaltime": {"type": "array", "items": {"type": "number"}}, "minarrivaltime": {"type": "array", "items": {"type": "number"}}}, "required": ["successpercentage", "meanarrivaltime", "minarrivaltime"]}}, "required": ["statistics"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"statistics" : {"successpercentage" : [8.0, 11.5, 13.5, 20.0, 25.0, 19.0, 28.000000000000004, 33.0, 24.5, 35.0], "meanarrivaltime" : [6.784763135772521, 4.29051372204507, 3.94286497995195, 4.731490626978965, 3.9240051406772225, 6.427110971115863, 4.7104086989954554, 4.4852312612122525, 3.834398941531735, 3.006250760666789], "minarrivaltime" : [11.129999999999807, 12.589999999999776, 7.019999999999895, 6.859999999999898, 6.509999999999906, 8.139999999999871, 6.399999999999908, 6.369999999999909, 6.549999999999905, 5.879999999999919]}}
json_instruct
{"type": "object", "properties": {"statistics": {"type": "object", "properties": {"successpercentage": {"type": "array", "items": {"type": "number"}}, "meanarrivaltime": {"type": "array", "items": {"type": "number"}}, "minarrivaltime": {"type": "array", "items": {"type": "number"}}}, "required": ["successpercentage", "meanarrivaltime", "minarrivaltime"]}}, "required": ["statistics"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"language": {"type": "string"}, "before_block": {"type": "string"}, "indent": {"type": "string"}, "after_line": {"type": "string"}, "after_block": {"type": "string"}, "if": {"type": "string"}, "while": {"type": "string"}, "for": {"type": "string"}, "def": {"type": "string"}, "print": {"type": "string"}, "ask": {"type": "string"}}, "required": ["language", "before_block", "indent", "after_line", "after_block", "if", "while", "for", "def", "print", "ask"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"language" : "Python", "before_block" : ":\n", "indent" : " ", "after_line" : "\n", "after_block" : "\n", "if" : "if {0}", "while" : "while {0}", "for" : "for {0} in {1}", "def" : "def {0}({1})", "print" : "print({0})", "ask" : "{0} = input('{1}')"}
json_instruct
{"type": "object", "properties": {"language": {"type": "string"}, "before_block": {"type": "string"}, "indent": {"type": "string"}, "after_line": {"type": "string"}, "after_block": {"type": "string"}, "if": {"type": "string"}, "while": {"type": "string"}, "for": {"type": "string"}, "def": {"type": "string"}, "print": {"type": "string"}, "ask": {"type": "string"}}, "required": ["language", "before_block", "indent", "after_line", "after_block", "if", "while", "for", "def", "print", "ask"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about": {"type": "null"}, "license": {"type": "null"}}, "required": ["id", "name", "email", "paypal_email", "homepage", "about", "license"]}, "updated": {"type": "string"}, "weekly_install_count": {"type": "integer"}, "total_install_count": {"type": "integer"}, "rating": {"type": "null"}, "after_screenshot_name": {"type": "string"}, "obsoleting_style_id": {"type": "null"}, "obsoleting_style_name": {"type": "null"}, "obsolete": {"type": "integer"}, "admin_delete_reason_id": {"type": "null"}, "obsoletion_message": {"type": "null"}, "screenshots": {"type": "array", "items": {"type": "string"}}, "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" : 94762, "name" : "Voobly Site: Remove Signatures", "description" : "Removes signatures from the Voobly forums and comments on profile pages. (Some users have way too large signatures, so things can be hard to read.)", "user" : {"id" : 241780, "name" : "Idle Beaver", "email" : "redacted", "paypal_email" : null, "homepage" : null, "about" : null, "license" : null}, "updated" : "2013-11-04T04:18:52.000Z", "weekly_install_count" : 0, "total_install_count" : 12, "rating" : null, "after_screenshot_name" : "https://userstyles.org/style_screenshots/94762_after.png?r=1524355561", "obsoleting_style_id" : null, "obsoleting_style_name" : null, "obsolete" : 0, "admin_delete_reason_id" : null, "obsoletion_message" : null, "screenshots" : ["https://userstyles.org/style_screenshots/94762_additional_9185.jpeg?r=1524355561"], "license" : "publicdomain", "created" : "2013-11-04T04:18:52.000Z", "category" : "site", "raw_subcategory" : "voobly", "subcategory" : "voobly", "additional_info" : null, "style_tags" : [], "css" : "@-moz-document domain(\"voobly.com\") {\r\n\r\n .comment-content > div ~ *,\r\n .comment-content > div,\r\n .postcontent > .signature {\r\n display: none; \r\n }\r\n\r\n}", "discussions" : [], "discussionsCount" : 0, "commentsCount" : 0, "userjs_url" : "/styles/userjs/94762/voobly-site-remove-signatures.user.js", "style_settings" : []}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about": {"type": "null"}, "license": {"type": "null"}}, "required": ["id", "name", "email", "paypal_email", "homepage", "about", "license"]}, "updated": {"type": "string"}, "weekly_install_count": {"type": "integer"}, "total_install_count": {"type": "integer"}, "rating": {"type": "null"}, "after_screenshot_name": {"type": "string"}, "obsoleting_style_id": {"type": "null"}, "obsoleting_style_name": {"type": "null"}, "obsolete": {"type": "integer"}, "admin_delete_reason_id": {"type": "null"}, "obsoletion_message": {"type": "null"}, "screenshots": {"type": "array", "items": {"type": "string"}}, "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#"}
Generate a valid JSON object that conforms to the following schema: {"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" : "7603083004", "district_id" : "7603083", "name" : "LEKO SUKAMAJU"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"__created_at": {"type": "integer"}, "__updated_at": {"type": "integer"}, "user": {"type": "string"}, "token": {"type": "string"}}, "required": ["__created_at", "__updated_at", "user", "token"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"__created_at" : 1638459196, "__updated_at" : 1638459196, "user" : "a784a7d6-cbb6-3123-bd1a-bdf203d473a9", "token" : "Sovep9DsuuDCecvbbpjRwmV7RPOhxYdUovAMdt8Z"}
json_instruct
{"type": "object", "properties": {"__created_at": {"type": "integer"}, "__updated_at": {"type": "integer"}, "user": {"type": "string"}, "token": {"type": "string"}}, "required": ["__created_at", "__updated_at", "user", "token"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"ClassName": {"type": "string"}, "Size": {"type": "integer"}, "Grade": {"type": "integer"}, "Type": {"type": "string"}, "Name": {"type": "string"}, "Description": {"type": "string"}, "Manufacturer": {"type": "object", "properties": {"Code": {"type": "string"}, "Name": {"type": "string"}}, "required": ["Code", "Name"]}}, "required": ["ClassName", "Size", "Grade", "Type", "Name", "Description", "Manufacturer"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ClassName" : "Food_fruit_watermelon_01_a", "Size" : 1, "Grade" : 1, "Type" : "Food.Plant", "Name" : "Watermelon (Slice)", "Description" : "NDR: 14\nHEI: 10\nEffects: Hydrating, Hyper-Metabolic\n\nDeliciously refreshing and juicy melon that makes a perfect treat on warmer days. ", "Manufacturer" : {"Code" : "GENF", "Name" : "[PH] PH Generic Food"}}
json_instruct
{"type": "object", "properties": {"ClassName": {"type": "string"}, "Size": {"type": "integer"}, "Grade": {"type": "integer"}, "Type": {"type": "string"}, "Name": {"type": "string"}, "Description": {"type": "string"}, "Manufacturer": {"type": "object", "properties": {"Code": {"type": "string"}, "Name": {"type": "string"}}, "required": ["Code", "Name"]}}, "required": ["ClassName", "Size", "Grade", "Type", "Name", "Description", "Manufacturer"], "$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"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "type": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}, "autoload": {"type": "object", "properties": {"classmap": {"type": "array", "items": {"type": "string"}}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["classmap", "files"]}}, "required": ["name", "description", "homepage", "license", "type", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "voku/php-csv", "description" : "PHP-CSV reader and writer", "homepage" : "https://github.com/voku/php-csv/", "license" : "MIT", "type" : "library", "require" : {"php" : ">=5.2.4"}, "autoload" : {"classmap" : ["CsvFile.php"], "files" : ["CsvFile.php"]}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "type": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}, "autoload": {"type": "object", "properties": {"classmap": {"type": "array", "items": {"type": "string"}}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["classmap", "files"]}}, "required": ["name", "description", "homepage", "license", "type", "require", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"merged" : "D:\\Proyectos\\AppVisita\\ar\\build\\intermediates\\res\\merged\\debug\\drawable-ldpi-v4\\osm.png", "source" : "D:\\Proyectos\\AppVisita\\ar\\src\\main\\res\\drawable-ldpi\\osm.png"}, {"merged" : "D:\\Proyectos\\AppVisita\\ar\\build\\intermediates\\res\\merged\\debug\\drawable-ldpi-v4\\wikipedia.png", "source" : "D:\\Proyectos\\AppVisita\\ar\\src\\main\\res\\drawable-ldpi\\wikipedia.png"}, {"merged" : "D:\\Proyectos\\AppVisita\\ar\\build\\intermediates\\res\\merged\\debug\\drawable-ldpi-v4\\ic_launcher.png", "source" : "D:\\Proyectos\\AppVisita\\ar\\src\\main\\res\\drawable-ldpi\\ic_launcher.png"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"900014841": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900014842": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900014843": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900014844": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900014845": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900014846": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900014847": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900014841", "900014842", "900014843", "900014844", "900014845", "900014846", "900014847"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"900014841" : {"nama" : "TPS 1", "dapil" : [1102, 11107, 2117402]}, "900014842" : {"nama" : "TPS 2", "dapil" : [1102, 11107, 2117402]}, "900014843" : {"nama" : "TPS 3", "dapil" : [1102, 11107, 2117402]}, "900014844" : {"nama" : "TPS 4", "dapil" : [1102, 11107, 2117402]}, "900014845" : {"nama" : "TPS 5", "dapil" : [1102, 11107, 2117402]}, "900014846" : {"nama" : "TPS 6", "dapil" : [1102, 11107, 2117402]}, "900014847" : {"nama" : "TPS 7", "dapil" : [1102, 11107, 2117402]}}
json_instruct
{"type": "object", "properties": {"900014841": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900014842": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900014843": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900014844": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900014845": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900014846": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900014847": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900014841", "900014842", "900014843", "900014844", "900014845", "900014846", "900014847"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}, "prepublish": {"type": "string"}}, "required": ["test", "build", "prepublish"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/bcrypt": {"type": "string"}, "@types/chai": {"type": "string"}, "@types/mocha": {"type": "string"}, "@types/node": {"type": "string"}, "chai": {"type": "string"}, "mocha": {"type": "string"}, "nyc": {"type": "string"}, "prettier": {"type": "string"}, "ts-node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/bcrypt", "@types/chai", "@types/mocha", "@types/node", "chai", "mocha", "nyc", "prettier", "ts-node", "typescript"]}, "dependencies": {"type": "object", "properties": {"bcrypt": {"type": "string"}}, "required": ["bcrypt"]}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "description", "main", "module", "types", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "dependencies", "files"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "simple-bcrypt", "version" : "1.0.1", "description" : "Simplify handling and hashing of passwords with bcrypt.", "main" : "lib/cjs/index.js", "module" : "lib/esm/index.js", "types" : "lib/types/index.d.ts", "scripts" : {"test" : "nyc mocha", "build" : "tsc -p tsconfig.cjs.json && tsc -p tsconfig.esm.json && tsc -p tsconfig.ts.json", "prepublish" : "npm run build"}, "repository" : {"type" : "git", "url" : "git+https://github.com/miladiir/simple-bcrypt.git"}, "keywords" : ["bcrypt", "hash", "hashing", "password", "utility"], "author" : "Oliver Conzen", "license" : "Unlicense", "bugs" : {"url" : "https://github.com/miladiir/simple-bcrypt/issues"}, "homepage" : "https://github.com/miladiir/simple-bcrypt#readme", "devDependencies" : {"@types/bcrypt" : "^5.0.0", "@types/chai" : "^4.2.21", "@types/mocha" : "^9.0.0", "@types/node" : "^17.0.0", "chai" : "^4.3.4", "mocha" : "^9.1.1", "nyc" : "^15.1.0", "prettier" : "^2.4.1", "ts-node" : "^10.2.1", "typescript" : "^4.4.3"}, "dependencies" : {"bcrypt" : "^5.0.1"}, "files" : ["lib"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}, "prepublish": {"type": "string"}}, "required": ["test", "build", "prepublish"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/bcrypt": {"type": "string"}, "@types/chai": {"type": "string"}, "@types/mocha": {"type": "string"}, "@types/node": {"type": "string"}, "chai": {"type": "string"}, "mocha": {"type": "string"}, "nyc": {"type": "string"}, "prettier": {"type": "string"}, "ts-node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/bcrypt", "@types/chai", "@types/mocha", "@types/node", "chai", "mocha", "nyc", "prettier", "ts-node", "typescript"]}, "dependencies": {"type": "object", "properties": {"bcrypt": {"type": "string"}}, "required": ["bcrypt"]}, "files": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "description", "main", "module", "types", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "dependencies", "files"], "$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"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "runet-id/api-client": {"type": "string"}}, "required": ["php", "runet-id/api-client"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"RunetId\\ApiClientBundle\\": {"type": "string"}}, "required": ["RunetId\\ApiClientBundle\\"]}}, "required": ["psr-4"]}, "minimum-stability": {"type": "string"}, "extra": {"type": "object", "properties": {"branch-alias": {"type": "object", "properties": {"dev-master": {"type": "string"}}, "required": ["dev-master"]}}, "required": ["branch-alias"]}}, "required": ["name", "description", "type", "license", "authors", "require", "autoload", "minimum-stability", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "runet-id/api-client-bundle", "description" : "RUNET-ID API Client Bundle", "type" : "symfony-bundle", "license" : "MIT", "authors" : [{"name" : "Valentin Udaltsov", "email" : "udaltsov@ruvents.com"}], "require" : {"php" : ">=5.4.0", "runet-id/api-client" : "^2.0"}, "autoload" : {"psr-4" : {"RunetId\\ApiClientBundle\\" : ""}}, "minimum-stability" : "dev", "extra" : {"branch-alias" : {"dev-master" : "1.0-dev"}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "runet-id/api-client": {"type": "string"}}, "required": ["php", "runet-id/api-client"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"RunetId\\ApiClientBundle\\": {"type": "string"}}, "required": ["RunetId\\ApiClientBundle\\"]}}, "required": ["psr-4"]}, "minimum-stability": {"type": "string"}, "extra": {"type": "object", "properties": {"branch-alias": {"type": "object", "properties": {"dev-master": {"type": "string"}}, "required": ["dev-master"]}}, "required": ["branch-alias"]}}, "required": ["name", "description", "type", "license", "authors", "require", "autoload", "minimum-stability", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "31d8bbc6dc1f5faa2513227f61b18223cfd3933f"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "friendlyName": {"type": "string"}, "description": {"type": "string"}, "helpMarkDown": {"type": "string"}, "category": {"type": "string"}, "author": {"type": "string"}, "version": {"type": "object", "properties": {"Major": {"type": "integer"}, "Minor": {"type": "integer"}, "Patch": {"type": "integer"}}, "required": ["Major", "Minor", "Patch"]}, "instanceNameFormat": {"type": "string"}, "groups": {"type": "array", "items": {}}, "inputs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "label": {"type": "string"}, "defaultValue": {"type": "string"}, "required": {"type": "boolean"}, "helpMarkDown": {"type": "string"}}, "required": ["name", "type", "label", "defaultValue", "required", "helpMarkDown"]}}, "execution": {"type": "object", "properties": {"Node": {"type": "object", "properties": {"target": {"type": "string"}}, "required": ["target"]}}, "required": ["Node"]}}, "required": ["id", "name", "friendlyName", "description", "helpMarkDown", "category", "author", "version", "instanceNameFormat", "groups", "inputs", "execution"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "b721bb9b-9a4d-4ee5-aa08-a6b053d4fd8a", "name" : "vsts-habitat-install", "friendlyName" : "Install Habitat", "description" : "Install Habitat onto an agent", "helpMarkDown" : "[More information](https://chef-partners.github.io/azuredevops-habitat/install-habitat.html)", "category" : "Build", "author" : "Chef", "version" : {"Major" : 0, "Minor" : 0, "Patch" : 6}, "instanceNameFormat" : "Install Habitat", "groups" : [], "inputs" : [{"name" : "habitatOrigin", "type" : "connectedService:habitatoriginendpoint", "label" : "Habitat Origin", "defaultValue" : "", "required" : true, "helpMarkDown" : "Select or create new Habitat Origin endpoint"}], "execution" : {"Node" : {"target" : "habitat_install.js"}}}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "friendlyName": {"type": "string"}, "description": {"type": "string"}, "helpMarkDown": {"type": "string"}, "category": {"type": "string"}, "author": {"type": "string"}, "version": {"type": "object", "properties": {"Major": {"type": "integer"}, "Minor": {"type": "integer"}, "Patch": {"type": "integer"}}, "required": ["Major", "Minor", "Patch"]}, "instanceNameFormat": {"type": "string"}, "groups": {"type": "array", "items": {}}, "inputs": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "label": {"type": "string"}, "defaultValue": {"type": "string"}, "required": {"type": "boolean"}, "helpMarkDown": {"type": "string"}}, "required": ["name", "type", "label", "defaultValue", "required", "helpMarkDown"]}}, "execution": {"type": "object", "properties": {"Node": {"type": "object", "properties": {"target": {"type": "string"}}, "required": ["target"]}}, "required": ["Node"]}}, "required": ["id", "name", "friendlyName", "description", "helpMarkDown", "category", "author", "version", "instanceNameFormat", "groups", "inputs", "execution"], "$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"}, "bin": {"type": "object", "properties": {"lob-check": {"type": "string"}}, "required": ["lob-check"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"filter-obj": {"type": "string"}, "just-camel-case": {"type": "string"}, "lob-check": {"type": "string"}, "map-obj": {"type": "string"}, "mri": {"type": "string"}}, "required": ["filter-obj", "just-camel-case", "lob-check", "map-obj", "mri"]}, "devDependencies": {"type": "object", "properties": {"tap-color": {"type": "string"}, "zora": {"type": "string"}}, "required": ["tap-color", "zora"]}}, "required": ["name", "version", "description", "bin", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "lob-check-cli", "version" : "1.0.2", "description" : "A CLI for sending checks", "bin" : {"lob-check" : "index.js"}, "scripts" : {"test" : "node test.js | tap-color"}, "repository" : {"type" : "git", "url" : "git+https://github.com/TehShrike/lob-check-cli.git"}, "keywords" : ["lob", "cli", "check"], "author" : "TehShrike", "license" : "WTFPL", "bugs" : {"url" : "https://github.com/TehShrike/lob-check-cli/issues"}, "homepage" : "https://github.com/TehShrike/lob-check-cli#readme", "dependencies" : {"filter-obj" : "^2.0.0", "just-camel-case" : "^4.0.2", "lob-check" : "~1.0.0", "map-obj" : "^3.1.0", "mri" : "^1.1.4"}, "devDependencies" : {"tap-color" : "^1.1.0", "zora" : "^3.0.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "bin": {"type": "object", "properties": {"lob-check": {"type": "string"}}, "required": ["lob-check"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"filter-obj": {"type": "string"}, "just-camel-case": {"type": "string"}, "lob-check": {"type": "string"}, "map-obj": {"type": "string"}, "mri": {"type": "string"}}, "required": ["filter-obj", "just-camel-case", "lob-check", "map-obj", "mri"]}, "devDependencies": {"type": "object", "properties": {"tap-color": {"type": "string"}, "zora": {"type": "string"}}, "required": ["tap-color", "zora"]}}, "required": ["name", "version", "description", "bin", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : 6208010006, "parent" : 6208010, "name" : "PEMATANG LIMAU", "latitude" : null, "longitude" : null, "postal" : [74213], "children" : []}
json_instruct
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"review": {"type": "string"}, "date": {"type": "string"}, "rating": {"type": "string"}, "author": {"type": "string"}, "review_id": {"type": "string"}, "movie_id": {"type": "string"}}, "required": ["review", "date", "rating", "author", "review_id", "movie_id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"review" : "\uc9c0\uae08\uc758 \uc0c9\uc2dc\ub791 \uc5f0\uc560 \ud560 \ub54c \uc2a4\uce74\ub77c \uadf9\uc7a5\uc5d0\uc11c \ubcf8 \uc601\ud654. \uc5c4\uccad \uc7ac\ubc0c\uac8c \ubd24\uc2b4.", "date" : "09.07.14", "rating" : "10", "author" : "minh****", "review_id" : "3631247", "movie_id" : "20623"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"review": {"type": "string"}, "date": {"type": "string"}, "rating": {"type": "string"}, "author": {"type": "string"}, "review_id": {"type": "string"}, "movie_id": {"type": "string"}}, "required": ["review", "date", "rating", "author", "review_id", "movie_id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"year" : 1995, "sex" : "F", "n" : 6, "prop" : 3.12e-06}, {"year" : 1996, "sex" : "F", "n" : 8, "prop" : 4.17e-06}, {"year" : 1997, "sex" : "F", "n" : 11, "prop" : 5.76e-06}, {"year" : 1999, "sex" : "F", "n" : 5, "prop" : 2.57e-06}, {"year" : 2000, "sex" : "F", "n" : 5, "prop" : 2.51e-06}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"namaKab" : "MANOKWARI", "originalFilename" : "ALOYSIUS SIEP JPG.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 23075, "noUrut" : 1, "nama" : "ALOYSIUS PAULUS SIEP, SE", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "MANOKWARI", "originalFilename" : "LEWI MANDACAN JPG.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 34735, "noUrut" : 2, "nama" : "LEWI MANDACAN", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "MANOKWARI", "originalFilename" : "INDRIA AYARBABA JPG.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 34782, "noUrut" : 3, "nama" : "INDRIA AYARBABA", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "MANOKWARI", "originalFilename" : "DRS.F.M.LALENOH Jpg.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 50355, "noUrut" : 4, "nama" : "Drs. F. M. LALENOH", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "MANOKWARI", "originalFilename" : "BERTHA WANGGAI JPG.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 27347, "noUrut" : 5, "nama" : "BERTHA WANGGAI", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "MANOKWARI", "originalFilename" : "ISAK MANSAWAN JPG.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 34846, "noUrut" : 6, "nama" : "ISAK SAMUEL KEJNE MANSAWAN, SH", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "MANOKWARI", "originalFilename" : "HELENA OKTAVIA ORENG JPG.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 50859, "noUrut" : 7, "nama" : "HELENA OKTAVIA ORENG", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "MANOKWARI", "originalFilename" : "DONAL RUMBRUREN JPG.jpg", "namaPartai" : "Persatuan Indonesia", "id" : 34820, "noUrut" : 8, "nama" : "DONALD RUMBRUREN", "stringJenisKelamin" : "Laki-Laki"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "scripts": {"type": "object", "properties": {"prepublish": {"type": "string"}}, "required": ["prepublish"]}, "dependencies": {"type": "object", "properties": {"request-promise": {"type": "string"}}, "required": ["request-promise"]}, "devDependencies": {"type": "object", "properties": {"babel-cli": {"type": "string"}, "babel-core": {"type": "string"}, "babel-preset-es2015": {"type": "string"}}, "required": ["babel-cli", "babel-core", "babel-preset-es2015"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}}, "required": ["name", "version", "main", "description", "author", "scripts", "dependencies", "devDependencies", "repository", "bugs", "keywords", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "tesco", "version" : "0.1.5", "main" : "lib/index.js", "description" : "A complimentary Node wrapper for the public Tesco Supermarket API.", "author" : "James Martin-Davies <hello@devjmd.com> (https://devjmd.com)", "scripts" : {"prepublish" : "node_modules/babel-cli/bin/babel.js src --out-dir lib"}, "dependencies" : {"request-promise" : "^2.0.1"}, "devDependencies" : {"babel-cli" : "^6.7.5", "babel-core" : "^6.7.6", "babel-preset-es2015" : "^6.6.0"}, "repository" : {"type" : "git", "url" : "https://github.com/DevJMD/TescoNodeAPI"}, "bugs" : {"url" : "https://github.com/DevJMD/TescoNodeAPI/issues"}, "keywords" : ["food", "tesco", "supermarket", "api"], "license" : "MIT"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "scripts": {"type": "object", "properties": {"prepublish": {"type": "string"}}, "required": ["prepublish"]}, "dependencies": {"type": "object", "properties": {"request-promise": {"type": "string"}}, "required": ["request-promise"]}, "devDependencies": {"type": "object", "properties": {"babel-cli": {"type": "string"}, "babel-core": {"type": "string"}, "babel-preset-es2015": {"type": "string"}}, "required": ["babel-cli", "babel-core", "babel-preset-es2015"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}}, "required": ["name", "version", "main", "description", "author", "scripts", "dependencies", "devDependencies", "repository", "bugs", "keywords", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "bin": {"type": "object", "properties": {"millify": {"type": "string"}}, "required": ["millify"]}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "test": {"type": "string"}, "lint": {"type": "string"}, "prepublishOnly": {"type": "string"}}, "required": ["build", "test", "lint", "prepublishOnly"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@typescript-eslint/eslint-plugin": {"type": "string"}, "@typescript-eslint/parser": {"type": "string"}, "ava": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-prettier": {"type": "string"}, "eslint-plugin-prettier": {"type": "string"}, "prettier": {"type": "string"}, "ts-node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@typescript-eslint/eslint-plugin", "@typescript-eslint/parser", "ava", "eslint", "eslint-config-prettier", "eslint-plugin-prettier", "prettier", "ts-node", "typescript"]}, "dependencies": {"type": "object", "properties": {"yargs": {"type": "string"}}, "required": ["yargs"]}}, "required": ["name", "version", "description", "main", "types", "bin", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "millify", "version" : "4.0.0", "description" : "Converts long numbers to pretty, human-readable strings", "main" : "dist/millify.js", "types" : "dist/millify.d.ts", "bin" : {"millify" : "bin/millify"}, "scripts" : {"build" : "tsc", "test" : "npm run build && ava --verbose", "lint" : "eslint . --ext .ts --fix", "prepublishOnly" : "npm run build"}, "repository" : {"type" : "git", "url" : "git+https://github.com/izolate/millify.git"}, "keywords" : ["big", "large", "numbers", "short", "pretty", "human", "format", "readable", "simplify", "beautify", "thousand", "million", "billion", "trillion", "millify"], "author" : "izolate <izolate@gmail.com> (http://izolate.net/)", "license" : "MIT", "bugs" : {"url" : "https://github.com/izolate/millify/issues"}, "homepage" : "https://github.com/izolate/millify#readme", "devDependencies" : {"@typescript-eslint/eslint-plugin" : "^4.24.0", "@typescript-eslint/parser" : "^4.24.0", "ava" : "^3.15.0", "eslint" : "^7.26.0", "eslint-config-prettier" : "^8.3.0", "eslint-plugin-prettier" : "^3.4.0", "prettier" : "^2.3.0", "ts-node" : "^9.1.1", "typescript" : "^4.2.4"}, "dependencies" : {"yargs" : "^17.0.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "bin": {"type": "object", "properties": {"millify": {"type": "string"}}, "required": ["millify"]}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "test": {"type": "string"}, "lint": {"type": "string"}, "prepublishOnly": {"type": "string"}}, "required": ["build", "test", "lint", "prepublishOnly"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@typescript-eslint/eslint-plugin": {"type": "string"}, "@typescript-eslint/parser": {"type": "string"}, "ava": {"type": "string"}, "eslint": {"type": "string"}, "eslint-config-prettier": {"type": "string"}, "eslint-plugin-prettier": {"type": "string"}, "prettier": {"type": "string"}, "ts-node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@typescript-eslint/eslint-plugin", "@typescript-eslint/parser", "ava", "eslint", "eslint-config-prettier", "eslint-plugin-prettier", "prettier", "ts-node", "typescript"]}, "dependencies": {"type": "object", "properties": {"yargs": {"type": "string"}}, "required": ["yargs"]}}, "required": ["name", "version", "description", "main", "types", "bin", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1936, 5], [1938, 8], [1940, 11], [1941, 10], [1942, 7], [1943, 13], [1944, 5], [1945, 5], [1946, 6], [1947, 8], [1948, 7], [1949, 10], [1950, 10], [1951, 7], [1952, 15], [1953, 22], [1954, 22], [1955, 11], [1956, 15], [1957, 18], [1958, 10], [1959, 8], [1960, 7], [1961, 12], [1962, 11], [1963, 12], [1964, 13], [1965, 6], [1966, 6], [1967, 6], [1969, 9], [1970, 9], [1971, 10], [1973, 6], [1976, 7], [1977, 5], [1978, 7], [1987, 5], [1988, 5], [1989, 6], [1990, 5], [1993, 5], [1996, 5], [1998, 6]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"sn1.40:0.1": {"type": "string"}, "sn1.40:0.2": {"type": "string"}, "sn1.40:0.3": {"type": "string"}, "sn1.40:1.1": {"type": "string"}, "sn1.40:1.2": {"type": "string"}, "sn1.40:1.3": {"type": "string"}, "sn1.40:1.4": {"type": "string"}, "sn1.40:2.1": {"type": "string"}, "sn1.40:2.2": {"type": "string"}, "sn1.40:2.3": {"type": "string"}, "sn1.40:2.4": {"type": "string"}, "sn1.40:3.1": {"type": "string"}, "sn1.40:3.2": {"type": "string"}, "sn1.40:3.3": {"type": "string"}, "sn1.40:3.4": {"type": "string"}, "sn1.40:4.1": {"type": "string"}, "sn1.40:4.2": {"type": "string"}, "sn1.40:4.3": {"type": "string"}, "sn1.40:4.4": {"type": "string"}, "sn1.40:4.5": {"type": "string"}, "sn1.40:5.0": {"type": "string"}, "sn1.40:5.1": {"type": "string"}, "sn1.40:5.2": {"type": "string"}, "sn1.40:5.3": {"type": "string"}, "sn1.40:5.4": {"type": "string"}}, "required": ["sn1.40:0.1", "sn1.40:0.2", "sn1.40:0.3", "sn1.40:1.1", "sn1.40:1.2", "sn1.40:1.3", "sn1.40:1.4", "sn1.40:2.1", "sn1.40:2.2", "sn1.40:2.3", "sn1.40:2.4", "sn1.40:3.1", "sn1.40:3.2", "sn1.40:3.3", "sn1.40:3.4", "sn1.40:4.1", "sn1.40:4.2", "sn1.40:4.3", "sn1.40:4.4", "sn1.40:4.5", "sn1.40:5.0", "sn1.40:5.1", "sn1.40:5.2", "sn1.40:5.3", "sn1.40:5.4"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"sn1.40:0.1" : "Sa\u1e41yutta Nik\u0101ya 1 ", "sn1.40:0.2" : "4. Satullapak\u0101yikavagga ", "sn1.40:0.3" : "40. Dutiyapajjunnadh\u012btusutta\u1e41 ", "sn1.40:1.1" : "Eva\u1e41 me suta\u1e41\u2014", "sn1.40:1.2" : "eka\u1e41 samaya\u1e41 bhagav\u0101 ves\u0101liya\u1e41 viharati mah\u0101vane k\u016b\u1e6d\u0101g\u0101ras\u0101l\u0101ya\u1e41. ", "sn1.40:1.3" : "Atha kho c\u016b\u1e37akokanad\u0101 pajjunnassa dh\u012bt\u0101 abhikkant\u0101ya rattiy\u0101 abhikkantava\u1e47\u1e47\u0101 kevalakappa\u1e41 mah\u0101vana\u1e41 obh\u0101setv\u0101 yena bhagav\u0101 tenupasa\u1e45kami; upasa\u1e45kamitv\u0101 bhagavanta\u1e41 abhiv\u0101detv\u0101 ekamanta\u1e41 a\u1e6d\u1e6dh\u0101si. ", "sn1.40:1.4" : "Ekamanta\u1e41 \u1e6dhit\u0101 kho s\u0101 devat\u0101 c\u016b\u1e37akokanad\u0101 pajjunnassa dh\u012bt\u0101 bhagavato santike im\u0101 g\u0101th\u0101yo abh\u0101si: ", "sn1.40:2.1" : "\u201cIdh\u0101gam\u0101 vijjupabh\u0101sava\u1e47\u1e47\u0101, ", "sn1.40:2.2" : "Kokanad\u0101 pajjunnassa dh\u012bt\u0101; ", "sn1.40:2.3" : "Buddha\u00f1ca dhamma\u00f1ca namassam\u0101n\u0101, ", "sn1.40:2.4" : "G\u0101th\u0101cim\u0101 atthavat\u012b abh\u0101si. ", "sn1.40:3.1" : "Bahun\u0101pi kho ta\u1e41 vibhajeyya\u1e41, ", "sn1.40:3.2" : "Pariy\u0101yena t\u0101diso dhammo; ", "sn1.40:3.3" : "Sa\u1e45khittamattha\u1e41 lapayiss\u0101mi, ", "sn1.40:3.4" : "Y\u0101vat\u0101 me manas\u0101 pariyatta\u1e41. ", "sn1.40:4.1" : "P\u0101pa\u1e41 na kayir\u0101 vacas\u0101 manas\u0101, ", "sn1.40:4.2" : "K\u0101yena v\u0101 ki\u00f1cana sabbaloke; ", "sn1.40:4.3" : "K\u0101me pah\u0101ya satim\u0101 sampaj\u0101no, ", "sn1.40:4.4" : "Dukkha\u1e41 na sevetha anatthasa\u1e41hitan\u201dti. ", "sn1.40:4.5" : "Satullapak\u0101yikavaggo catuttho. ", "sn1.40:5.0" : "Tassudd\u0101na\u1e41", "sn1.40:5.1" : "Sabbhimaccharin\u0101 s\u0101dhu, ", "sn1.40:5.2" : "na santujjh\u0101nasa\u00f1\u00f1ino; ", "sn1.40:5.3" : "Saddh\u0101 samayo sakalika\u1e41, ", "sn1.40:5.4" : "ubho pajjunnadh\u012btaroti. "}
json_instruct
{"type": "object", "properties": {"sn1.40:0.1": {"type": "string"}, "sn1.40:0.2": {"type": "string"}, "sn1.40:0.3": {"type": "string"}, "sn1.40:1.1": {"type": "string"}, "sn1.40:1.2": {"type": "string"}, "sn1.40:1.3": {"type": "string"}, "sn1.40:1.4": {"type": "string"}, "sn1.40:2.1": {"type": "string"}, "sn1.40:2.2": {"type": "string"}, "sn1.40:2.3": {"type": "string"}, "sn1.40:2.4": {"type": "string"}, "sn1.40:3.1": {"type": "string"}, "sn1.40:3.2": {"type": "string"}, "sn1.40:3.3": {"type": "string"}, "sn1.40:3.4": {"type": "string"}, "sn1.40:4.1": {"type": "string"}, "sn1.40:4.2": {"type": "string"}, "sn1.40:4.3": {"type": "string"}, "sn1.40:4.4": {"type": "string"}, "sn1.40:4.5": {"type": "string"}, "sn1.40:5.0": {"type": "string"}, "sn1.40:5.1": {"type": "string"}, "sn1.40:5.2": {"type": "string"}, "sn1.40:5.3": {"type": "string"}, "sn1.40:5.4": {"type": "string"}}, "required": ["sn1.40:0.1", "sn1.40:0.2", "sn1.40:0.3", "sn1.40:1.1", "sn1.40:1.2", "sn1.40:1.3", "sn1.40:1.4", "sn1.40:2.1", "sn1.40:2.2", "sn1.40:2.3", "sn1.40:2.4", "sn1.40:3.1", "sn1.40:3.2", "sn1.40:3.3", "sn1.40:3.4", "sn1.40:4.1", "sn1.40:4.2", "sn1.40:4.3", "sn1.40:4.4", "sn1.40:4.5", "sn1.40:5.0", "sn1.40:5.1", "sn1.40:5.2", "sn1.40:5.3", "sn1.40:5.4"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"data": {"type": "string"}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"data" : "AQECAHg490FeRCYZtBnWrd1uEiaOXt4Jq8wH3NY28Dife/9tmgAAAHUwcwYJKoZIhvcNAQcGoGYw\nZAIBADBfBgkqhkiG9w0BBwEwHgYJYIZIAWUDBAEuMBEEDB/gguy4odE86JNWNwIBEIAyb7uO8yku\nTVABhmWk0ULmmwKu6XhqmoIr6zMlAwEYY6kmESfCs/NgwFjmuYQfVQgC8nY=\n"}
json_instruct
{"type": "object", "properties": {"data": {"type": "string"}}, "required": ["data"], "$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" : "recognizer", "definition" : "One who recognizes; a recognizor. [Written also recogniser.]"}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 101930237, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "62d42920c392b62fb34d416f6a1c7064", "wof:id" : 101930237, "wof:repo" : "whosonfirst-data-admin-au"}, "bbox" : [151.53333, -33.08333, 151.53333, -33.08333], "geometry" : {"coordinates" : [151.53333, -33.08333], "type" : "Point"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"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"}, "publication date": {"type": "string"}, "publisher": {"type": "string"}, "size": {"type": "string"}}, "required": ["authors", "format", "isbn-10", "isbn-13", "pages", "publication date", "publisher", "size"]}, "img": {"type": "string"}, "link": {"type": "string"}, "title": {"type": "string"}}, "required": ["categories", "desc", "details", "img", "link", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"categories" : ["Data Management", "Linux", "Operating Systems", "Sysadmin"], "desc" : "\n", "details" : {"authors" : "Darl Kuhn, Bernard Lopuz, Charles Kim", "format" : "pdf", "isbn-10" : "1430215755", "isbn-13" : "978-1430215752", "pages" : "528 pages", "publication date" : "November 21, 2008", "publisher" : "Apress", "size" : "17.45Mb"}, "img" : "http://23.95.221.108/covers/39/393f269ff39c1e102629dccf6ba39650.jpg", "link" : "https://rapidhosting.info/files/b8j", "title" : "Linux Recipes for Oracle DBAs (Recipes: a Problem-solution Approach)"}
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"}, "publication date": {"type": "string"}, "publisher": {"type": "string"}, "size": {"type": "string"}}, "required": ["authors", "format", "isbn-10", "isbn-13", "pages", "publication date", "publisher", "size"]}, "img": {"type": "string"}, "link": {"type": "string"}, "title": {"type": "string"}}, "required": ["categories", "desc", "details", "img", "link", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"auroc": {"type": "array", "items": {"type": "number"}}, "acc": {"type": "array", "items": {"type": "number"}}, "aps": {"type": "array", "items": {"type": "number"}}, "f1": {"type": "array", "items": {"type": "number"}}, "auprc": {"type": "array", "items": {"type": "number"}}}, "required": ["auroc", "acc", "aps", "f1", "auprc"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"auroc" : [0.20710059171597633, 0.3905325443786982, 0.4319526627218935, 0.5562130177514794, 0.38461538461538464], "acc" : [0.46153846153846156, 0.5384615384615384, 0.3076923076923077, 0.5769230769230769, 0.2692307692307692], "aps" : [0.39251986381276993, 0.578866558054201, 0.6004794480881437, 0.5794720877413185, 0.5129322730409687], "f1" : [0.125, 0.4, 0.47058823529411764, 0.5925925925925927, 0.4242424242424242], "auprc" : [0.353183132168346, 0.5627514078237853, 0.583896031504727, 0.5364907725179711, 0.4704831089571892]}
json_instruct
{"type": "object", "properties": {"auroc": {"type": "array", "items": {"type": "number"}}, "acc": {"type": "array", "items": {"type": "number"}}, "aps": {"type": "array", "items": {"type": "number"}}, "f1": {"type": "array", "items": {"type": "number"}}, "auprc": {"type": "array", "items": {"type": "number"}}}, "required": ["auroc", "acc", "aps", "f1", "auprc"], "$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"}, "lsg_code": {"type": "string"}, "district": {"type": "string"}, "state": {"type": "string"}, "no_of_wards": {"type": "integer"}, "wards": {"type": "array", "items": {"type": "object", "properties": {"ward_no": {"type": "string"}, "ward_name": {"type": "string"}, "ward_id": {"type": "string"}}, "required": ["ward_no", "ward_name", "ward_id"]}}}, "required": ["name", "lsg_code", "district", "state", "no_of_wards", "wards"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Rani", "lsg_code" : "248780", "district" : "Pali", "state" : "Rajasthan", "no_of_wards" : 25, "wards" : [{"ward_no" : "6", "ward_name" : "Rani (M) - Ward No.6", "ward_id" : "73815"}, {"ward_no" : "10", "ward_name" : "Rani (M) - Ward No.10", "ward_id" : "73819"}, {"ward_no" : "14", "ward_name" : "Rani (M) - Ward No.14", "ward_id" : "1305058"}, {"ward_no" : "21", "ward_name" : "Rani (M) - Ward No.21", "ward_id" : "1305065"}, {"ward_no" : "9", "ward_name" : "Rani (M) - Ward No.9", "ward_id" : "73818"}, {"ward_no" : "25", "ward_name" : "Rani (M) - Ward No.25", "ward_id" : "1305069"}, {"ward_no" : "12", "ward_name" : "Rani (M) - Ward No.12", "ward_id" : "73821"}, {"ward_no" : "16", "ward_name" : "Rani (M) - Ward No.16", "ward_id" : "1305060"}, {"ward_no" : "1", "ward_name" : "Rani (M) - Ward No.1", "ward_id" : "73810"}, {"ward_no" : "23", "ward_name" : "Rani (M) - Ward No.23", "ward_id" : "1305067"}, {"ward_no" : "22", "ward_name" : "Rani (M) - Ward No.22", "ward_id" : "1305066"}, {"ward_no" : "20", "ward_name" : "Rani (M) - Ward No.20", "ward_id" : "1305064"}, {"ward_no" : "5", "ward_name" : "Rani (M) - Ward No.5", "ward_id" : "73814"}, {"ward_no" : "17", "ward_name" : "Rani (M) - Ward No.17", "ward_id" : "1305061"}, {"ward_no" : "19", "ward_name" : "Rani (M) - Ward No.19", "ward_id" : "1305063"}, {"ward_no" : "13", "ward_name" : "Rani (M) - Ward No.13", "ward_id" : "73822"}, {"ward_no" : "4", "ward_name" : "Rani (M) - Ward No.4", "ward_id" : "73813"}, {"ward_no" : "7", "ward_name" : "Rani (M) - Ward No.7", "ward_id" : "73816"}, {"ward_no" : "18", "ward_name" : "Rani (M) - Ward No.18", "ward_id" : "1305062"}, {"ward_no" : "11", "ward_name" : "Rani (M) - Ward No.11", "ward_id" : "73820"}, {"ward_no" : "3", "ward_name" : "Rani (M) - Ward No.3", "ward_id" : "73812"}, {"ward_no" : "24", "ward_name" : "Rani (M) - Ward No.24", "ward_id" : "1305068"}, {"ward_no" : "8", "ward_name" : "Rani (M) - Ward No.8", "ward_id" : "73817"}, {"ward_no" : "2", "ward_name" : "Rani (M) - Ward No.2", "ward_id" : "73811"}, {"ward_no" : "15", "ward_name" : "Rani (M) - Ward No.15", "ward_id" : "1305059"}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "lsg_code": {"type": "string"}, "district": {"type": "string"}, "state": {"type": "string"}, "no_of_wards": {"type": "integer"}, "wards": {"type": "array", "items": {"type": "object", "properties": {"ward_no": {"type": "string"}, "ward_name": {"type": "string"}, "ward_id": {"type": "string"}}, "required": ["ward_no", "ward_name", "ward_id"]}}}, "required": ["name", "lsg_code", "district", "state", "no_of_wards", "wards"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"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" : 78104, "cartId" : "7d99a0df-b097-4a6a-b8c8-9c4a43a62b8a", "preferredProducts" : [3028, 3554, 1412], "productReviews" : [{"productId" : 3416, "reviewText" : "this Identity is slurpee.", "reviewDate" : "2020-02-29T17:01:51.2573603+02:00"}, {"productId" : 2969, "reviewText" : "I saw one of these in Saint Pierre and Miquelon and I bought one.", "reviewDate" : "2019-12-05T00:44:26.403883+02:00"}, {"productId" : 2356, "reviewText" : "The box this comes in is 4 mile by 5 yard and weights 18 pound!!", "reviewDate" : "2017-04-22T01:11:53.674373+03:00"}, {"productId" : 4232, "reviewText" : "It only works when I'm Singapore.", "reviewDate" : "2019-06-12T10:50:19.1493547+03:00"}]}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "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" : [[[141.5, 25.416666666666668], [141.5, 25.5], [141.625, 25.5], [141.625, 25.416666666666668], [141.5, 25.416666666666668]]]}, "properties" : {"code" : 384114, "url" : "http://madefor.github.io/0410/api/v1/384114.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/384114.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": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "[MMD] \u30e9\u30d6\u30e9\u30a4\u30d6\uff01\u03bc\u2019\uff53\u3067\u266a\u50d5\u3089\u306f\u4eca\u306e\u4e2d\u3067\u266ashort_ver", "author" : "yamatohime", "description" : "\u3061\u3087\u3053\u3063\u3068\u30ed\u30fc\u30a2\u30f3\u30b0\u30eb\u306b\u306a\u3063\u3066\u307e\u3059\u3002", "thumb" : "//i.iwara.tv/sites/default/files/styles/thumbnail/public/videos/thumbnails/340996/thumbnail-340996_0003.jpg?itok=oXYIbbCB", "download" : "https://www.iwara.tv/api/video/mb2mvs2kxh8omj5q", "origin" : "https://www.iwara.tv/videos/mb2mvs2kxh8omj5q"}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "start": {"type": "string"}}, "required": ["lint", "start"]}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "express": {"type": "string"}, "socket.io": {"type": "string"}}, "required": ["body-parser", "express", "socket.io"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-config-airbnb-base": {"type": "string"}, "eslint-plugin-import": {"type": "string"}}, "required": ["eslint", "eslint-config-airbnb-base", "eslint-plugin-import"]}}, "required": ["name", "version", "engines", "repository", "main", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "shoutbox", "version" : "0.0.3", "engines" : {"node" : ">10"}, "repository" : {"type" : "git", "url" : "https://github.com/dhwaneetbhatt/shoutbox.git"}, "main" : "server.js", "scripts" : {"lint" : "eslint .", "start" : "node server.js"}, "dependencies" : {"body-parser" : "^1.19.1", "express" : "^4.17.2", "socket.io" : "^4.4.0"}, "devDependencies" : {"eslint" : "^6.8.0", "eslint-config-airbnb-base" : "^14.2.1", "eslint-plugin-import" : "^2.25.3"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "start": {"type": "string"}}, "required": ["lint", "start"]}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "express": {"type": "string"}, "socket.io": {"type": "string"}}, "required": ["body-parser", "express", "socket.io"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-config-airbnb-base": {"type": "string"}, "eslint-plugin-import": {"type": "string"}}, "required": ["eslint", "eslint-config-airbnb-base", "eslint-plugin-import"]}}, "required": ["name", "version", "engines", "repository", "main", "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": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about": {"type": "null"}, "license": {"type": "null"}}, "required": ["id", "name", "email", "paypal_email", "homepage", "about", "license"]}, "updated": {"type": "string"}, "weekly_install_count": {"type": "integer"}, "total_install_count": {"type": "integer"}, "rating": {"type": "null"}, "after_screenshot_name": {"type": "string"}, "obsoleting_style_id": {"type": "null"}, "obsoleting_style_name": {"type": "null"}, "obsolete": {"type": "integer"}, "admin_delete_reason_id": {"type": "null"}, "obsoletion_message": {"type": "null"}, "screenshots": {"type": "null"}, "license": {"type": "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" : 157460, "name" : "Crytopia Buy Book On Left", "description" : "Simply switches the buy book to the left of the page.", "user" : {"id" : 588155, "name" : "Josiah Leas", "email" : "redacted", "paypal_email" : null, "homepage" : null, "about" : null, "license" : null}, "updated" : "2018-03-22T17:52:49.000Z", "weekly_install_count" : 0, "total_install_count" : 8, "rating" : null, "after_screenshot_name" : "https://userstyles.org/style_screenshots/157460_after.png?r=1541318477", "obsoleting_style_id" : null, "obsoleting_style_name" : null, "obsolete" : 0, "admin_delete_reason_id" : null, "obsoletion_message" : null, "screenshots" : null, "license" : "ccby", "created" : "2018-03-22T17:52:49.000Z", "category" : "site", "raw_subcategory" : "cryptopia", "subcategory" : "cryptopia", "additional_info" : null, "style_tags" : [], "css" : "@-moz-document domain(\"cryptopia.co.nz\") {\r\n.col-lg-6,\r\ncol-md-6,\r\ncol-sm-12,\r\ncol-xs-12 {\r\n\tfloat: right;\r\n}\r\n}", "discussions" : [], "discussionsCount" : 0, "commentsCount" : 0, "userjs_url" : "/styles/userjs/157460/crytopia-buy-book-on-left.user.js", "style_settings" : []}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about": {"type": "null"}, "license": {"type": "null"}}, "required": ["id", "name", "email", "paypal_email", "homepage", "about", "license"]}, "updated": {"type": "string"}, "weekly_install_count": {"type": "integer"}, "total_install_count": {"type": "integer"}, "rating": {"type": "null"}, "after_screenshot_name": {"type": "string"}, "obsoleting_style_id": {"type": "null"}, "obsoleting_style_name": {"type": "null"}, "obsolete": {"type": "integer"}, "admin_delete_reason_id": {"type": "null"}, "obsoletion_message": {"type": "null"}, "screenshots": {"type": "null"}, "license": {"type": "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#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "LESLEY-ANNE", "frequency" : 0, "gender" : "male"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"primaryKeys": {"type": "array", "items": {"type": "string"}}, "foreignKeys": {"type": "array", "items": {}}}, "required": ["primaryKeys", "foreignKeys"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"primaryKeys" : ["contractSubjectTypeCode"], "foreignKeys" : []}
json_instruct
{"type": "object", "properties": {"primaryKeys": {"type": "array", "items": {"type": "string"}}, "foreignKeys": {"type": "array", "items": {}}}, "required": ["primaryKeys", "foreignKeys"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"verdaccio": {"type": "string"}}, "required": ["verdaccio"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"dependencies" : {"verdaccio" : "2.5.0"}}
json_instruct
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"verdaccio": {"type": "string"}}, "required": ["verdaccio"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"publisher_name": {"type": "string"}, "journals": {"type": "integer"}, "scihub": {"type": "integer"}, "crossref_open_access": {"type": "integer"}, "crossref_active": {"type": "integer"}, "crossref": {"type": "integer"}, "coverage": {"type": "number"}, "publisher_slug": {"type": "string"}, "access_logs": {"type": "object", "properties": {"downloads": {"type": "number"}, "visitors": {"type": "number"}, "countries": {"type": "number"}, "days": {"type": "number"}, "months": {"type": "number"}, "n_articles_requested": {"type": "integer"}, "n_articles": {"type": "integer"}}, "required": ["downloads", "visitors", "countries", "days", "months", "n_articles_requested", "n_articles"]}}, "required": ["publisher_name", "journals", "scihub", "crossref_open_access", "crossref_active", "crossref", "coverage", "publisher_slug", "access_logs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"publisher_name" : "Universidad de Cordoba", "journals" : 3, "scihub" : 0, "crossref_open_access" : 42, "crossref_active" : 211, "crossref" : 211, "coverage" : 0.0, "publisher_slug" : "universidad-de-cordoba", "access_logs" : {"downloads" : 0.0, "visitors" : 0.0, "countries" : 0.0, "days" : 0.0, "months" : 0.0, "n_articles_requested" : 0, "n_articles" : 8}}
json_instruct
{"type": "object", "properties": {"publisher_name": {"type": "string"}, "journals": {"type": "integer"}, "scihub": {"type": "integer"}, "crossref_open_access": {"type": "integer"}, "crossref_active": {"type": "integer"}, "crossref": {"type": "integer"}, "coverage": {"type": "number"}, "publisher_slug": {"type": "string"}, "access_logs": {"type": "object", "properties": {"downloads": {"type": "number"}, "visitors": {"type": "number"}, "countries": {"type": "number"}, "days": {"type": "number"}, "months": {"type": "number"}, "n_articles_requested": {"type": "integer"}, "n_articles": {"type": "integer"}}, "required": ["downloads", "visitors", "countries", "days", "months", "n_articles_requested", "n_articles"]}}, "required": ["publisher_name", "journals", "scihub", "crossref_open_access", "crossref_active", "crossref", "coverage", "publisher_slug", "access_logs"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "b86d1468be4af47b6282c25d835b577e6345838c"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$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"}, "name": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "website": {"type": "string"}, "license": {"type": "array", "items": {"type": "object", "properties": {"spdx": {"type": "string"}, "licenseURL": {"type": "string"}}, "required": ["spdx", "licenseURL"]}}, "SDGs": {"type": "array", "items": {"type": "object", "properties": {"SDGNumber": {"type": "integer"}}, "required": ["SDGNumber"]}}, "type": {"type": "array", "items": {"type": "string"}}, "repositoryURL": {"type": "string"}, "organizations": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "org_type": {"type": "string"}}, "required": ["name", "org_type"]}}, "stage": {"type": "string"}}, "required": ["id", "name", "aliases", "description", "website", "license", "SDGs", "type", "repositoryURL", "organizations", "stage"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "common-forms-toolkit", "name" : "Common Forms Toolkit", "aliases" : ["COMFORT"], "description" : "COMFORT is an opinionated toolkit approach to designing and managing multi-tenanted forms. The Government of British Columbia is using this software to create screening forms that protect employees, contractors, and employers by ensuring a safe workplace and demonstrating proof of an Infection Prevention Control protocol (IPCP).", "website" : "https://silviculture-ipc-dev.pathfinder.gov.bc.ca/app/#/home", "license" : [{"spdx" : "Apache-2.0", "licenseURL" : "https://github.com/bcgov/common-forms-toolkit/blob/master/LICENSE"}], "SDGs" : [{"SDGNumber" : 3}], "type" : ["software"], "repositoryURL" : "https://github.com/bcgov/common-forms-toolkit", "organizations" : [{"name" : "Government of British Columbia", "org_type" : "owner"}], "stage" : "nominee"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "website": {"type": "string"}, "license": {"type": "array", "items": {"type": "object", "properties": {"spdx": {"type": "string"}, "licenseURL": {"type": "string"}}, "required": ["spdx", "licenseURL"]}}, "SDGs": {"type": "array", "items": {"type": "object", "properties": {"SDGNumber": {"type": "integer"}}, "required": ["SDGNumber"]}}, "type": {"type": "array", "items": {"type": "string"}}, "repositoryURL": {"type": "string"}, "organizations": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "org_type": {"type": "string"}}, "required": ["name", "org_type"]}}, "stage": {"type": "string"}}, "required": ["id", "name", "aliases", "description", "website", "license", "SDGs", "type", "repositoryURL", "organizations", "stage"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"contacts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "designation": {"type": "string"}, "mobile": {"type": "array", "items": {}}}, "required": ["name", "email", "designation", "mobile"]}}, "guideStarURL": {"type": "string"}, "name": {"type": "string"}, "primaryEmail": {"type": "string"}, "telephone": {"type": "array", "items": {"type": "string"}}, "mainAddrress": {"type": "object", "properties": {"state": {"type": "string"}, "address": {"type": "array", "items": {"type": "string"}}}, "required": ["state", "address"]}}, "required": ["contacts", "guideStarURL", "name", "primaryEmail", "telephone", "mainAddrress"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contacts" : [{"name" : "Dhananjay Ray", "email" : "rdjoy@rediffmail.com", "designation" : "Secretary", "mobile" : []}], "guideStarURL" : "http://www.guidestarindia.org/Summary.aspx?CCReg=4194", "name" : "Jalpaiguri Centre for the Development of Human Initiatives", "primaryEmail" : "jcdhi@rediffmail.com", "telephone" : ["913561255207", "913561255207"], "mainAddrress" : {"state" : "West Bengal", "address" : ["Composite complex", "Jalpaiguri", "West Bengal", "735121"]}}
json_instruct
{"type": "object", "properties": {"contacts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "designation": {"type": "string"}, "mobile": {"type": "array", "items": {}}}, "required": ["name", "email", "designation", "mobile"]}}, "guideStarURL": {"type": "string"}, "name": {"type": "string"}, "primaryEmail": {"type": "string"}, "telephone": {"type": "array", "items": {"type": "string"}}, "mainAddrress": {"type": "object", "properties": {"state": {"type": "string"}, "address": {"type": "array", "items": {"type": "string"}}}, "required": ["state", "address"]}}, "required": ["contacts", "guideStarURL", "name", "primaryEmail", "telephone", "mainAddrress"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"oid": {"type": "string"}, "hafta": {"type": "integer"}, "buyukIkramiyeKazananIl": {"type": "string"}, "cekilisTarihi": {"type": "string"}, "cekilisTuru": {"type": "string"}, "rakamlar": {"type": "string"}, "rakamlarNumaraSirasi": {"type": "string"}, "devretti": {"type": "boolean"}, "devirSayisi": {"type": "integer"}, "bilenKisiler": {"type": "array", "items": {"type": "object", "properties": {"oid": {"type": "string"}, "kisiBasinaDusenIkramiye": {"type": "number"}, "kisiSayisi": {"type": "integer"}, "tur": {"type": "string"}}, "required": ["oid", "kisiBasinaDusenIkramiye", "kisiSayisi", "tur"]}}, "buyukIkrKazananIlIlceler": {"type": "array", "items": {}}}, "required": ["oid", "hafta", "buyukIkramiyeKazananIl", "cekilisTarihi", "cekilisTuru", "rakamlar", "rakamlarNumaraSirasi", "devretti", "devirSayisi", "bilenKisiler", "buyukIkrKazananIlIlceler"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"oid" : "st_2008-05-14", "hafta" : 361, "buyukIkramiyeKazananIl" : "", "cekilisTarihi" : "14/05/2008", "cekilisTuru" : "SANS_TOPU", "rakamlar" : "02#11#29#31#34#10", "rakamlarNumaraSirasi" : "2 - 11 - 29 - 31 - 34 - <b>10</b>", "devretti" : true, "devirSayisi" : 0, "bilenKisiler" : [{"oid" : "st_2008-05-14_51", "kisiBasinaDusenIkramiye" : 568318.41, "kisiSayisi" : 0, "tur" : "$5_1_BILEN"}, {"oid" : "st_2008-05-14_5", "kisiBasinaDusenIkramiye" : 3039.5, "kisiSayisi" : 17, "tur" : "$5_BILEN"}, {"oid" : "st_2008-05-14_41", "kisiBasinaDusenIkramiye" : 163.35, "kisiSayisi" : 317, "tur" : "$4_1_BILEN"}, {"oid" : "st_2008-05-14_4", "kisiBasinaDusenIkramiye" : 20.7, "kisiSayisi" : 3338, "tur" : "$4_BILEN"}, {"oid" : "st_2008-05-14_31", "kisiBasinaDusenIkramiye" : 10.6, "kisiSayisi" : 8115, "tur" : "$3_1_BILEN"}, {"oid" : "st_2008-05-14_3", "kisiBasinaDusenIkramiye" : 2.35, "kisiSayisi" : 103586, "tur" : "$3_BILEN"}, {"oid" : "st_2008-05-14_2", "kisiBasinaDusenIkramiye" : 3.1, "kisiSayisi" : 81073, "tur" : "$2_1_BILEN"}, {"oid" : "st_2008-05-14_11", "kisiBasinaDusenIkramiye" : 1.4, "kisiSayisi" : 286097, "tur" : "$1_1_BILEN"}], "buyukIkrKazananIlIlceler" : []}
json_instruct
{"type": "object", "properties": {"oid": {"type": "string"}, "hafta": {"type": "integer"}, "buyukIkramiyeKazananIl": {"type": "string"}, "cekilisTarihi": {"type": "string"}, "cekilisTuru": {"type": "string"}, "rakamlar": {"type": "string"}, "rakamlarNumaraSirasi": {"type": "string"}, "devretti": {"type": "boolean"}, "devirSayisi": {"type": "integer"}, "bilenKisiler": {"type": "array", "items": {"type": "object", "properties": {"oid": {"type": "string"}, "kisiBasinaDusenIkramiye": {"type": "number"}, "kisiSayisi": {"type": "integer"}, "tur": {"type": "string"}}, "required": ["oid", "kisiBasinaDusenIkramiye", "kisiSayisi", "tur"]}}, "buyukIkrKazananIlIlceler": {"type": "array", "items": {}}}, "required": ["oid", "hafta", "buyukIkramiyeKazananIl", "cekilisTarihi", "cekilisTuru", "rakamlar", "rakamlarNumaraSirasi", "devretti", "devirSayisi", "bilenKisiler", "buyukIkrKazananIlIlceler"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"request": {"type": "object", "properties": {"method": {"type": "string"}, "url": {"type": "string"}, "customMatcher": {"type": "object", "properties": {"name": {"type": "string"}, "parameters": {"type": "object", "properties": {"json": {"type": "object", "properties": {"field_1": {"type": "string"}, "field_2": {"type": "string"}}, "required": ["field_1", "field_2"]}, "ignoreArrayOrder": {"type": "boolean"}, "ignoreExtraElements": {"type": "boolean"}}, "required": ["json", "ignoreArrayOrder", "ignoreExtraElements"]}}, "required": ["name", "parameters"]}}, "required": ["method", "url", "customMatcher"]}, "response": {"type": "object", "properties": {"status": {"type": "integer"}, "body": {"type": "string"}}, "required": ["status", "body"]}}, "required": ["request", "response"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"request" : {"method" : "POST", "url" : "/via_file/test", "customMatcher" : {"name" : "equalToJcv", "parameters" : {"json" : {"field_1" : "Some value", "field_2" : "{#uuid#}"}, "ignoreArrayOrder" : false, "ignoreExtraElements" : false}}}, "response" : {"status" : 200, "body" : "OK"}}
json_instruct
{"type": "object", "properties": {"request": {"type": "object", "properties": {"method": {"type": "string"}, "url": {"type": "string"}, "customMatcher": {"type": "object", "properties": {"name": {"type": "string"}, "parameters": {"type": "object", "properties": {"json": {"type": "object", "properties": {"field_1": {"type": "string"}, "field_2": {"type": "string"}}, "required": ["field_1", "field_2"]}, "ignoreArrayOrder": {"type": "boolean"}, "ignoreExtraElements": {"type": "boolean"}}, "required": ["json", "ignoreArrayOrder", "ignoreExtraElements"]}}, "required": ["name", "parameters"]}}, "required": ["method", "url", "customMatcher"]}, "response": {"type": "object", "properties": {"status": {"type": "integer"}, "body": {"type": "string"}}, "required": ["status", "body"]}}, "required": ["request", "response"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"noflo": {"type": "string"}, "knex": {"type": "string"}}, "required": ["noflo", "knex"]}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "coffeelint": {"type": "string"}, "coffeescript": {"type": "string"}, "mocha": {"type": "string"}, "sqlite3": {"type": "string"}}, "required": ["chai", "coffeelint", "coffeescript", "mocha", "sqlite3"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"pretest": {"type": "string"}, "test": {"type": "string"}}, "required": ["pretest", "test"]}, "noflo": {"type": "object", "properties": {"icon": {"type": "string"}}, "required": ["icon"]}}, "required": ["name", "description", "version", "author", "repository", "license", "dependencies", "devDependencies", "keywords", "scripts", "noflo"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "noflo-knex", "description" : "Knex.js database query components for NoFlo", "version" : "0.1.0", "author" : {"name" : "Henri Bergius", "email" : "henri.bergius@iki.fi"}, "repository" : {"type" : "git", "url" : "git://github.com/noflo/noflo-knex.git"}, "license" : "MIT", "dependencies" : {"noflo" : "^1.0.0", "knex" : "^0.16.0"}, "devDependencies" : {"chai" : "^4.1.2", "coffeelint" : "^2.1.0", "coffeescript" : "^2.0.2", "mocha" : "^5.0.1", "sqlite3" : "^4.0.0"}, "keywords" : ["noflo"], "scripts" : {"pretest" : "coffeelint -f .coffeelint.json -r components", "test" : "mocha --exit --require coffeescript/register -R spec -t 2000 spec/*.coffee"}, "noflo" : {"icon" : "database"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"noflo": {"type": "string"}, "knex": {"type": "string"}}, "required": ["noflo", "knex"]}, "devDependencies": {"type": "object", "properties": {"chai": {"type": "string"}, "coffeelint": {"type": "string"}, "coffeescript": {"type": "string"}, "mocha": {"type": "string"}, "sqlite3": {"type": "string"}}, "required": ["chai", "coffeelint", "coffeescript", "mocha", "sqlite3"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"pretest": {"type": "string"}, "test": {"type": "string"}}, "required": ["pretest", "test"]}, "noflo": {"type": "object", "properties": {"icon": {"type": "string"}}, "required": ["icon"]}}, "required": ["name", "description", "version", "author", "repository", "license", "dependencies", "devDependencies", "keywords", "scripts", "noflo"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}}, "required": ["name", "main"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Container", "main" : "./Container.js"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}}, "required": ["name", "main"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"body": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}, "parent_id": {"type": "string"}, "id": {"type": "string"}}, "required": ["body", "attachments", "created_by_name", "created_at", "created_by", "parent_id", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "Thank you, everyone, for the information. It sounds like gendaylit\njust can't handle some of the sky params and I need to enhance my\nscripts a bit. I imagine I'll be following Rob's lead. Or perhaps I'll\njust use his scripts.\n\n\nIn that short run, what if I just adjust the diffuse value up from 65\nto 65.07. Then I get a valid sky. The change is only 0.1%. Should I\nreduce the direct to compensate? Or just not worry about it?\n\n\nThanks,\nTim\n\n\nOn Wed, Oct 17, 2012 at 7:41 AM, Guglielmetti, Robert\n<Robert.Guglielmetti at nrel.gov> wrote:\n___\n<sup>Automatically generated content from [radiance mailing-list](https://radiance-online.org/pipermail/radiance-dev/2012-October/001262.html).</sup>", "attachments" : [], "created_by_name" : "Tim Perry", "created_at" : "October 17, 2012 at 11:18AM", "created_by" : "Tim_Perry", "parent_id" : "radiance-dev_001258", "id" : "radiance-dev_001262"}
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "created_by": {"type": "string"}, "parent_id": {"type": "string"}, "id": {"type": "string"}}, "required": ["body", "attachments", "created_by_name", "created_at", "created_by", "parent_id", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"year" : 1991, "sex" : "F", "n" : 5, "prop" : 2.46e-06}, {"year" : 1992, "sex" : "F", "n" : 5, "prop" : 2.49e-06}, {"year" : 1993, "sex" : "F", "n" : 20, "prop" : 0}, {"year" : 1994, "sex" : "F", "n" : 10, "prop" : 5.13e-06}, {"year" : 1995, "sex" : "F", "n" : 8, "prop" : 4.16e-06}, {"year" : 1996, "sex" : "F", "n" : 6, "prop" : 3.13e-06}, {"year" : 1997, "sex" : "F", "n" : 6, "prop" : 3.14e-06}, {"year" : 1998, "sex" : "F", "n" : 10, "prop" : 5.16e-06}, {"year" : 2003, "sex" : "F", "n" : 7, "prop" : 3.49e-06}, {"year" : 2004, "sex" : "F", "n" : 6, "prop" : 2.98e-06}, {"year" : 2005, "sex" : "F", "n" : 5, "prop" : 2.47e-06}, {"year" : 2006, "sex" : "F", "n" : 11, "prop" : 5.27e-06}, {"year" : 2008, "sex" : "F", "n" : 9, "prop" : 4.32e-06}, {"year" : 2009, "sex" : "F", "n" : 6, "prop" : 2.97e-06}, {"year" : 2010, "sex" : "F", "n" : 8, "prop" : 4.09e-06}, {"year" : 2011, "sex" : "F", "n" : 9, "prop" : 4.65e-06}, {"year" : 2012, "sex" : "F", "n" : 6, "prop" : 3.1e-06}, {"year" : 2013, "sex" : "F", "n" : 5, "prop" : 2.6e-06}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 1343887279, "type" : "Feature", "properties" : {"src:alt_label" : "geonames", "src:geom" : "geonames", "wof:geomhash" : "2df0b73e20fc21c0dfd93e78fe0e6a67", "wof:id" : 1343887279, "wof:repo" : "whosonfirst-data-admin-gb"}, "bbox" : [-3.79077, 50.45747, -3.79077, 50.45747], "geometry" : {"coordinates" : [-3.79077, 50.45747], "type" : "Point"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "SubscriptionRegistry"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "integer"}, "ot": {"type": "integer"}, "alias": {"type": "integer"}, "setcode": {"type": "integer"}, "type": {"type": "integer"}, "atk": {"type": "integer"}, "def": {"type": "integer"}, "level": {"type": "integer"}, "race": {"type": "integer"}, "attribute": {"type": "integer"}, "category": {"type": "integer"}, "name": {"type": "string"}, "desc": {"type": "string"}, "str1": {"type": "string"}, "str2": {"type": "string"}, "str3": {"type": "string"}, "str4": {"type": "string"}, "str5": {"type": "string"}, "str6": {"type": "string"}, "str7": {"type": "string"}, "str8": {"type": "string"}, "str9": {"type": "string"}, "str10": {"type": "string"}, "str11": {"type": "string"}, "str12": {"type": "string"}, "str13": {"type": "string"}, "str14": {"type": "string"}, "str15": {"type": "string"}, "str16": {"type": "string"}, "links": {"type": "array", "items": {}}, "cardpool": {"type": "string"}, "ocg": {"type": "object", "properties": {"pack": {"type": "string"}, "pack_id": {"type": "string"}, "date": {"type": "string"}}, "required": ["pack", "pack_id", "date"]}, "tcg": {"type": "object", "properties": {"pack": {"type": "string"}, "pack_id": {"type": "string"}, "date": {"type": "string"}}, "required": ["pack", "pack_id", "date"]}, "picture": {"type": "string"}}, "required": ["id", "ot", "alias", "setcode", "type", "atk", "def", "level", "race", "attribute", "category", "name", "desc", "str1", "str2", "str3", "str4", "str5", "str6", "str7", "str8", "str9", "str10", "str11", "str12", "str13", "str14", "str15", "str16", "links", "cardpool", "ocg", "tcg", "picture"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 27217742, "ot" : 3, "alias" : 0, "setcode" : 0, "type" : 33, "atk" : 900, "def" : 400, "level" : 4, "race" : 4096, "attribute" : 16, "category" : 1, "name" : "Brohunder", "desc" : "When this card is Normal Summoned: You can add 1 Level 4 LIGHT Thunder-Type monster from your Deck to your hand, except \"Brohunder\".", "str1" : "", "str2" : "", "str3" : "", "str4" : "", "str5" : "", "str6" : "", "str7" : "", "str8" : "", "str9" : "", "str10" : "", "str11" : "", "str12" : "", "str13" : "", "str14" : "", "str15" : "", "str16" : "", "links" : [], "cardpool" : "OCG/TCG", "ocg" : {"pack" : "Premium Pack 19", "pack_id" : "PP19-JP009", "date" : "2017-03-11"}, "tcg" : {"pack" : "Duelist Saga", "pack_id" : "DUSA-DE012", "date" : "2017-03-30"}, "picture" : "https://vignette.wikia.nocookie.net/yugioh/images/f/fa/Brohunder-DUSA-EN-UR-1E.png"}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "ot": {"type": "integer"}, "alias": {"type": "integer"}, "setcode": {"type": "integer"}, "type": {"type": "integer"}, "atk": {"type": "integer"}, "def": {"type": "integer"}, "level": {"type": "integer"}, "race": {"type": "integer"}, "attribute": {"type": "integer"}, "category": {"type": "integer"}, "name": {"type": "string"}, "desc": {"type": "string"}, "str1": {"type": "string"}, "str2": {"type": "string"}, "str3": {"type": "string"}, "str4": {"type": "string"}, "str5": {"type": "string"}, "str6": {"type": "string"}, "str7": {"type": "string"}, "str8": {"type": "string"}, "str9": {"type": "string"}, "str10": {"type": "string"}, "str11": {"type": "string"}, "str12": {"type": "string"}, "str13": {"type": "string"}, "str14": {"type": "string"}, "str15": {"type": "string"}, "str16": {"type": "string"}, "links": {"type": "array", "items": {}}, "cardpool": {"type": "string"}, "ocg": {"type": "object", "properties": {"pack": {"type": "string"}, "pack_id": {"type": "string"}, "date": {"type": "string"}}, "required": ["pack", "pack_id", "date"]}, "tcg": {"type": "object", "properties": {"pack": {"type": "string"}, "pack_id": {"type": "string"}, "date": {"type": "string"}}, "required": ["pack", "pack_id", "date"]}, "picture": {"type": "string"}}, "required": ["id", "ot", "alias", "setcode", "type", "atk", "def", "level", "race", "attribute", "category", "name", "desc", "str1", "str2", "str3", "str4", "str5", "str6", "str7", "str8", "str9", "str10", "str11", "str12", "str13", "str14", "str15", "str16", "links", "cardpool", "ocg", "tcg", "picture"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["152222400500", "\u4e00\u961f", "220", "0"], ["152222400501", "\u4e8c\u961f", "123", "0"], ["152222400502", "\u4e09\u961f", "123", "0"], ["152222400503", "\u56db\u961f", "123", "0"], ["152222400504", "\u4e94\u961f", "220", "0"], ["152222400505", "\u516d\u961f", "220", "0"], ["152222400506", "\u516b\u4e00\u5206\u573a\u4e00\u961f", "220", "0"], ["152222400507", "\u516b\u4e00\u5206\u573a\u4e8c\u961f", "220", "0"], ["152222400508", "\u516b\u4e00\u5206\u573a\u4e09\u961f", "220", "0"], ["152222400509", "\u516b\u4e00\u5206\u573a\u56db\u961f", "220", "0"], ["152222400510", "\u54c8\u65e5\u52aa\u62c9\u5206\u573a\u751f\u6d3b\u533a", "220", "0"]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "website": {"type": "string"}, "short_description": {"type": "string"}, "explorer": {"type": "string"}}, "required": ["name", "website", "short_description", "explorer"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Ampleforth", "website" : "https://ampleforth.org", "short_description" : "Ampleforth describes itself as smart commodity money. It is chain-agnostic and reportedly less-correlated to Bitcoin and other digital assets.", "explorer" : "https://etherscan.io/token/0xD46bA6D942050d489DBd938a2C909A5d5039A161"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "website": {"type": "string"}, "short_description": {"type": "string"}, "explorer": {"type": "string"}}, "required": ["name", "website", "short_description", "explorer"], "$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"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "postalCode": {"type": "string"}, "country": {"type": "string"}, "addressLines": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "latitude", "longitude", "postalCode", "country", "addressLines"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "B&Q Witney", "latitude" : "51.7764", "longitude" : "-1.493454", "postalCode" : "OX28 4GF", "country" : "gb", "addressLines" : ["Thorney Leys Park", "Ducklington", "", "Witney", "Oxfordshire"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "postalCode": {"type": "string"}, "country": {"type": "string"}, "addressLines": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "latitude", "longitude", "postalCode", "country", "addressLines"], "$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"}, "icon": {"type": "string"}, "order": {"type": "integer"}, "item_id": {"type": "integer"}}, "required": ["id", "name", "icon", "order", "item_id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 206, "name" : "Mini Toxic Nimross", "icon" : "https://render.guildwars2.com/file/9DA3485C5FDAB0041E192A0A693A26C203350C53/665772.png", "order" : 187, "item_id" : 48879}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "icon": {"type": "string"}, "order": {"type": "integer"}, "item_id": {"type": "integer"}}, "required": ["id", "name", "icon", "order", "item_id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"userId": {"type": "integer"}, "id": {"type": "integer"}, "title": {"type": "string"}}, "required": ["userId", "id", "title"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"userId" : 1, "id" : 1, "title" : "quidem molestiae enim"}, {"userId" : 1, "id" : 2, "title" : "sunt qui excepturi placeat culpa"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"userId": {"type": "integer"}, "id": {"type": "integer"}, "title": {"type": "string"}}, "required": ["userId", "id", "title"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"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"}}, "extensions": {"type": "object", "properties": {"twitter": {"type": "string"}, "discord": {"type": "string"}, "description": {"type": "string"}}, "required": ["twitter", "discord", "description"]}}, "required": ["name", "symbol", "logoURI", "decimals", "address", "chainId", "tags", "extensions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Millionaire Mafia Club Whitelist", "symbol" : "MMC", "logoURI" : "https://raw.githubusercontent.com/nftmmc/MMCTOKEN/main/logowl.png", "decimals" : 0, "address" : "26nPfD9S6Eiqm6f27ob74uQ5u6BDmMWFKbRoMPZKgNjF", "chainId" : 101, "tags" : ["NFT"], "extensions" : {"twitter" : "https://twitter.com/nftmmc", "discord" : "https://www.discord.gg/millionairemafiaclub", "description" : "Credits to Millionaire Mafia Club"}}
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"}}, "extensions": {"type": "object", "properties": {"twitter": {"type": "string"}, "discord": {"type": "string"}, "description": {"type": "string"}}, "required": ["twitter", "discord", "description"]}}, "required": ["name", "symbol", "logoURI", "decimals", "address", "chainId", "tags", "extensions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "size": {"type": "object", "properties": {"height": {"type": "integer"}, "width": {"type": "integer"}}, "required": ["height", "width"]}, "show": {"type": "boolean"}, "hideOnClose": {"type": "boolean"}}, "required": ["title", "url", "size", "show", "hideOnClose"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "console", "url" : "http://localhost:3000", "size" : {"height" : 800, "width" : 600}, "show" : false, "hideOnClose" : true}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "size": {"type": "object", "properties": {"height": {"type": "integer"}, "width": {"type": "integer"}}, "required": ["height", "width"]}, "show": {"type": "boolean"}, "hideOnClose": {"type": "boolean"}}, "required": ["title", "url", "size", "show", "hideOnClose"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"python.pythonPath": {"type": "string"}}, "required": ["python.pythonPath"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"python.pythonPath" : "/home/fracasso/envs/gp/bin/python"}
json_instruct
{"type": "object", "properties": {"python.pythonPath": {"type": "string"}}, "required": ["python.pythonPath"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"model": {"type": "string"}, "fields": {"type": "object", "properties": {"name": {"type": "string"}, "parent": {"type": "string"}, "order": {"type": "integer"}, "uid": {"type": "string"}}, "required": ["name", "parent", "order", "uid"]}}, "required": ["model", "fields"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"model" : "workflows.category", "fields" : {"name" : "Clustering", "parent" : "cf7b1d24-7c6d-4cd1-bcc9-16e43e1ab5a7", "order" : 4, "uid" : "a6ce3f5e-a0fa-4faa-8be4-5657fcd10b4e"}}
json_instruct
{"type": "object", "properties": {"model": {"type": "string"}, "fields": {"type": "object", "properties": {"name": {"type": "string"}, "parent": {"type": "string"}, "order": {"type": "integer"}, "uid": {"type": "string"}}, "required": ["name", "parent", "order", "uid"]}}, "required": ["model", "fields"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"abstractClassReferences": {"type": "string"}, "abstractInstanceReferences": {"type": "string"}, "accessorsRefactoring": {"type": "string"}, "createAccessors": {"type": "string"}, "preconditions": {"type": "string"}, "transform": {"type": "string"}}, "required": ["abstractClassReferences", "abstractInstanceReferences", "accessorsRefactoring", "createAccessors", "preconditions", "transform"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"class" : {}, "instance" : {"abstractClassReferences" : "lr 11/2/2009 00:14", "abstractInstanceReferences" : "TestRunner 11/3/2009 09:40", "accessorsRefactoring" : "lr 9/8/2011 20:11", "createAccessors" : "", "preconditions" : "", "transform" : ""}}
json_instruct
{"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"abstractClassReferences": {"type": "string"}, "abstractInstanceReferences": {"type": "string"}, "accessorsRefactoring": {"type": "string"}, "createAccessors": {"type": "string"}, "preconditions": {"type": "string"}, "transform": {"type": "string"}}, "required": ["abstractClassReferences", "abstractInstanceReferences", "accessorsRefactoring", "createAccessors", "preconditions", "transform"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"html.sortable.js": {"type": "string"}, "html.sortable.min.js": {"type": "string"}}, "required": ["html.sortable.js", "html.sortable.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"html.sortable.js" : "sha256-rPyibyM6CFw/6sphAPAwUIaHPn2KR7emjVKz6n2EhEc=", "html.sortable.min.js" : "sha256-60C5yRGdMl4TIFlzNbCC2mKPB79rUUf7sDitjXbgW0o="}
json_instruct
{"type": "object", "properties": {"html.sortable.js": {"type": "string"}, "html.sortable.min.js": {"type": "string"}}, "required": ["html.sortable.js", "html.sortable.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "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" : "Isashii Coin", "symbol" : "ISHA", "logoURI" : "https://raw.githubusercontent.com/MIpito/isashii/main/logo.png", "decimals" : 8, "address" : "24iJjSNbD3nZdjBi3UPcgwxDLZhAGd1GQozSy8JRpvaW", "chainId" : 101, "tags" : ["natural", "technology", "economy", "mining", "ecology", "electricity"]}
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#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"merged" : "/Users/FabrizioKruisland/Downloads/SeriesGuide/SeriesGuide/build/intermediates/res/merged/amazon/debug/anim-v21/design_bottom_sheet_slide_out.xml", "source" : "/Users/FabrizioKruisland/.android/build-cache/a36df5a8adbd42c57bd7d48f44b10e0302665f0b/output/res/anim-v21/design_bottom_sheet_slide_out.xml"}, {"merged" : "/Users/FabrizioKruisland/Downloads/SeriesGuide/SeriesGuide/build/intermediates/res/merged/amazon/debug/anim-v21/design_bottom_sheet_slide_in.xml", "source" : "/Users/FabrizioKruisland/.android/build-cache/a36df5a8adbd42c57bd7d48f44b10e0302665f0b/output/res/anim-v21/design_bottom_sheet_slide_in.xml"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["https://twitter.com/netflixuie/status/923374215041912833", "http://geekswithblogs.net/SoftwareDoneRight/archive/2017/10/26/.net-corendashpush-nuget-package-after-build.aspx", "https://mspoweruser.com/more-than-75-of-windows-phones-no-longer-receive-security-updates/", "https://www.noupe.com/design/the-ugliest-fonts-are-used-in-the-east-of-the-usa.html", "https://github.com/bower/bower/issues/2298", "https://blogs.msdn.microsoft.com/tomholl/2014/09/21/deploying-multiple-virtual-directories-to-a-single-azure-website/", "https://codeblog.jonskeet.uk/2017/06/16/imposter-syndrome-part-1/"]
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": {"\uc774\ub984": {"type": "string"}, "\ud55c\ubb38\uba85": {"type": "string"}, "\uc0dd\ub144\uc6d4\uc77c": {"type": "string"}, "\uc815\ub2f9": {"type": "string"}, "\uc120\uac70\uad6c": {"type": "string"}, "\ub2f9\uc120\ud69f\uc218": {"type": "string"}, "\ub2f9\uc120\ub300\uc218": {"type": "string"}}, "required": ["\uc774\ub984", "\ud55c\ubb38\uba85", "\uc0dd\ub144\uc6d4\uc77c", "\uc815\ub2f9", "\uc120\uac70\uad6c", "\ub2f9\uc120\ud69f\uc218", "\ub2f9\uc120\ub300\uc218"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"\uc774\ub984" : "\uae40\ub3d9\uc6b1", "\ud55c\ubb38\uba85" : "\u91d1\u6771\u90c1", "\uc0dd\ub144\uc6d4\uc77c" : "1918-04-16", "\uc815\ub2f9" : "\ubb34\uc18c\uc18d", "\uc120\uac70\uad6c" : "\uacbd\ub0a8 \ubd80\uc0b0\uc815", "\ub2f9\uc120\ud69f\uc218" : "3\uc120", "\ub2f9\uc120\ub300\uc218" : "3, 4, 5"}
json_instruct
{"type": "object", "properties": {"\uc774\ub984": {"type": "string"}, "\ud55c\ubb38\uba85": {"type": "string"}, "\uc0dd\ub144\uc6d4\uc77c": {"type": "string"}, "\uc815\ub2f9": {"type": "string"}, "\uc120\uac70\uad6c": {"type": "string"}, "\ub2f9\uc120\ud69f\uc218": {"type": "string"}, "\ub2f9\uc120\ub300\uc218": {"type": "string"}}, "required": ["\uc774\ub984", "\ud55c\ubb38\uba85", "\uc0dd\ub144\uc6d4\uc77c", "\uc815\ub2f9", "\uc120\uac70\uad6c", "\ub2f9\uc120\ud69f\uc218", "\ub2f9\uc120\ub300\uc218"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"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-v26c-6f8f-q8r8", "modified" : "2022-05-02T03:38:01Z", "published" : "2022-05-02T03:38:01Z", "aliases" : ["CVE-2009-2704"], "details" : "CA SiteMinder allows remote attackers to bypass cross-site scripting (XSS) protections for J2EE applications via a request containing a %00 (encoded null byte).", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2009-2704"}, {"type" : "WEB", "url" : "http://i8jesus.com/?p=55"}], "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#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "dukkanLogin", "displayName" : "dukkanLogin"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}}, "required": ["name", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"parameters": {"type": "object", "properties": {"subscriptionId": {"type": "string"}, "resourceGroupName": {"type": "string"}, "configurationProfilePreferenceName": {"type": "string"}, "api-version": {"type": "string"}, "parameters": {"type": "object", "properties": {"tags": {"type": "object", "properties": {"Organization": {"type": "string"}}, "required": ["Organization"]}, "properties": {"type": "object", "properties": {"vmBackup": {"type": "object", "properties": {"timeZone": {"type": "string"}}, "required": ["timeZone"]}, "antiMalware": {"type": "object", "properties": {"enableRealTimeProtection": {"type": "string"}}, "required": ["enableRealTimeProtection"]}}, "required": ["vmBackup", "antiMalware"]}}, "required": ["tags", "properties"]}}, "required": ["subscriptionId", "resourceGroupName", "configurationProfilePreferenceName", "api-version", "parameters"]}, "responses": {"type": "object", "properties": {"200": {"type": "object", "properties": {"headers": {"type": "object", "properties": {}, "required": []}, "body": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "location": {"type": "string"}, "tags": {"type": "object", "properties": {"Organization": {"type": "string"}}, "required": ["Organization"]}, "properties": {"type": "object", "properties": {"vmBackup": {"type": "object", "properties": {"timeZone": {"type": "string"}}, "required": ["timeZone"]}, "antiMalware": {"type": "object", "properties": {"enableRealTimeProtection": {"type": "string"}}, "required": ["enableRealTimeProtection"]}}, "required": ["vmBackup", "antiMalware"]}}, "required": ["id", "name", "type", "location", "tags", "properties"]}}, "required": ["headers", "body"]}}, "required": ["200"]}}, "required": ["parameters", "responses"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parameters" : {"subscriptionId" : "mySubscriptionId", "resourceGroupName" : "myResourceGroupName", "configurationProfilePreferenceName" : "defaultProfilePreference", "api-version" : "2020-06-30-preview", "parameters" : {"tags" : {"Organization" : "Administration"}, "properties" : {"vmBackup" : {"timeZone" : "Pacific Standard Time"}, "antiMalware" : {"enableRealTimeProtection" : "True"}}}}, "responses" : {"200" : {"headers" : {}, "body" : {"id" : "/subscriptions/subscriptionId/resourceGroups/myResourceGroupName/providers/Microsoft.Automanage/configurationProfilePreferences/defaultProfilePreference", "name" : "defaultProfilePreference", "type" : "Microsoft.Automanage/configurationProfilePreferences", "location" : "East US", "tags" : {"Organization" : "Administration"}, "properties" : {"vmBackup" : {"timeZone" : "Pacific Standard Time"}, "antiMalware" : {"enableRealTimeProtection" : "True"}}}}}}
json_instruct
{"type": "object", "properties": {"parameters": {"type": "object", "properties": {"subscriptionId": {"type": "string"}, "resourceGroupName": {"type": "string"}, "configurationProfilePreferenceName": {"type": "string"}, "api-version": {"type": "string"}, "parameters": {"type": "object", "properties": {"tags": {"type": "object", "properties": {"Organization": {"type": "string"}}, "required": ["Organization"]}, "properties": {"type": "object", "properties": {"vmBackup": {"type": "object", "properties": {"timeZone": {"type": "string"}}, "required": ["timeZone"]}, "antiMalware": {"type": "object", "properties": {"enableRealTimeProtection": {"type": "string"}}, "required": ["enableRealTimeProtection"]}}, "required": ["vmBackup", "antiMalware"]}}, "required": ["tags", "properties"]}}, "required": ["subscriptionId", "resourceGroupName", "configurationProfilePreferenceName", "api-version", "parameters"]}, "responses": {"type": "object", "properties": {"200": {"type": "object", "properties": {"headers": {"type": "object", "properties": {}, "required": []}, "body": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "location": {"type": "string"}, "tags": {"type": "object", "properties": {"Organization": {"type": "string"}}, "required": ["Organization"]}, "properties": {"type": "object", "properties": {"vmBackup": {"type": "object", "properties": {"timeZone": {"type": "string"}}, "required": ["timeZone"]}, "antiMalware": {"type": "object", "properties": {"enableRealTimeProtection": {"type": "string"}}, "required": ["enableRealTimeProtection"]}}, "required": ["vmBackup", "antiMalware"]}}, "required": ["id", "name", "type", "location", "tags", "properties"]}}, "required": ["headers", "body"]}}, "required": ["200"]}}, "required": ["parameters", "responses"], "$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"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "serve": {"type": "string"}, "heroku-serve": {"type": "string"}}, "required": ["start", "build", "serve", "heroku-serve"]}, "dependencies": {"type": "object", "properties": {"discord.js": {"type": "string"}, "dotenv": {"type": "string"}}, "required": ["discord.js", "dotenv"]}, "devDependencies": {"type": "object", "properties": {"nodemon": {"type": "string"}, "rollup": {"type": "string"}}, "required": ["nodemon", "rollup"]}}, "required": ["name", "version", "main", "author", "license", "private", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "discord-bot", "version" : "1.0.0", "main" : "dist/index.js", "author" : "Tanner Linsley", "license" : "MIT", "private" : true, "scripts" : {"start" : "rollup src/index.js --file dist/index.js --format cjs --watch", "build" : "rollup src/index.js --file dist/index.js --format cjs", "serve" : "nodemon ./dist/index.js localhost 8080", "heroku-serve" : "node ./dist/index.js"}, "dependencies" : {"discord.js" : "^12.5.1", "dotenv" : "^8.2.0"}, "devDependencies" : {"nodemon" : "^2.0.7", "rollup" : "^2.38.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "serve": {"type": "string"}, "heroku-serve": {"type": "string"}}, "required": ["start", "build", "serve", "heroku-serve"]}, "dependencies": {"type": "object", "properties": {"discord.js": {"type": "string"}, "dotenv": {"type": "string"}}, "required": ["discord.js", "dotenv"]}, "devDependencies": {"type": "object", "properties": {"nodemon": {"type": "string"}, "rollup": {"type": "string"}}, "required": ["nodemon", "rollup"]}}, "required": ["name", "version", "main", "author", "license", "private", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}, "coverage": {"type": "string"}}, "required": ["test", "build", "coverage"]}, "devDependencies": {"type": "object", "properties": {"json-schema-test-suite": {"type": "string"}, "browserify": {"type": "string"}, "coveralls": {"type": "string"}, "istanbul": {"type": "string"}, "mocha": {"type": "string"}, "uglify": {"type": "string"}}, "required": ["json-schema-test-suite", "browserify", "coveralls", "istanbul", "mocha", "uglify"]}, "testling": {"type": "object", "properties": {"harness": {"type": "string"}, "files": {"type": "string"}, "browsers": {"type": "array", "items": {"type": "string"}}}, "required": ["harness", "files", "browsers"]}}, "required": ["name", "version", "description", "author", "homepage", "repository", "bugs", "keywords", "license", "main", "scripts", "devDependencies", "testling"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "jsen", "version" : "0.6.6", "description" : "JSON-Schema validator built for speed", "author" : "Veli Pehlivanov <bugventure@gmail.com>", "homepage" : "https://github.com/bugventure/jsen", "repository" : {"type" : "git", "url" : "https://github.com/bugventure/jsen.git"}, "bugs" : "https://github.com/bugventure/jsen/issues", "keywords" : ["JSON", "schema", "validator", "speed"], "license" : "MIT", "main" : "index.js", "scripts" : {"test" : "./node_modules/.bin/mocha", "build" : "sed -e \"s/##VERSION##/v$npm_package_version/g\" ./lib/header > ./dist/jsen.js && ./node_modules/.bin/browserify index.js -s jsen >> ./dist/jsen.js && ./node_modules/.bin/uglify -s ./dist/jsen.js -o ./dist/jsen.min.temp && sed -e \"s/##VERSION##/v$npm_package_version/g\" ./lib/header > ./dist/jsen.min.js && cat ./dist/jsen.min.temp >> ./dist/jsen.min.js && rm ./dist/jsen.min.temp", "coverage" : "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage"}, "devDependencies" : {"json-schema-test-suite" : "0.0.10", "browserify" : "latest", "coveralls" : "latest", "istanbul" : "latest", "mocha" : "latest", "uglify" : "latest"}, "testling" : {"harness" : "mocha-bdd", "files" : "test/*.js", "browsers" : ["ie/8..latest", "chrome/latest", "firefox/latest", "firefox/latest", "safari/latest", "opera/11.0..latest", "iphone/6", "ipad/6", "android-browser/latest"]}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}, "coverage": {"type": "string"}}, "required": ["test", "build", "coverage"]}, "devDependencies": {"type": "object", "properties": {"json-schema-test-suite": {"type": "string"}, "browserify": {"type": "string"}, "coveralls": {"type": "string"}, "istanbul": {"type": "string"}, "mocha": {"type": "string"}, "uglify": {"type": "string"}}, "required": ["json-schema-test-suite", "browserify", "coveralls", "istanbul", "mocha", "uglify"]}, "testling": {"type": "object", "properties": {"harness": {"type": "string"}, "files": {"type": "string"}, "browsers": {"type": "array", "items": {"type": "string"}}}, "required": ["harness", "files", "browsers"]}}, "required": ["name", "version", "description", "author", "homepage", "repository", "bugs", "keywords", "license", "main", "scripts", "devDependencies", "testling"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"backup_data_uid": {"type": "string"}, "backup_module_uid": {"type": "string"}, "backup_module_uoa": {"type": "string"}, "data_name": {"type": "string"}}, "required": ["backup_data_uid", "backup_module_uid", "backup_module_uoa", "data_name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"backup_data_uid" : "4e1abd55b87bf60f", "backup_module_uid" : "1dc07ee0f4742028", "backup_module_uoa" : "package", "data_name" : "spack-perl-class-data-inheritable"}
json_instruct
{"type": "object", "properties": {"backup_data_uid": {"type": "string"}, "backup_module_uid": {"type": "string"}, "backup_module_uoa": {"type": "string"}, "data_name": {"type": "string"}}, "required": ["backup_data_uid", "backup_module_uid", "backup_module_uoa", "data_name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"desc": {"type": "string"}, "home": {"type": "string"}, "license": {"type": "string"}}, "required": ["desc", "home", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"desc" : "Fast implementation of asyncio event loop on top of libuv", "home" : "http://github.com/MagicStack/uvloop", "license" : "MIT"}
json_instruct
{"type": "object", "properties": {"desc": {"type": "string"}, "home": {"type": "string"}, "license": {"type": "string"}}, "required": ["desc", "home", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"format_version": {"type": "string"}, "minecraft:block": {"type": "object", "properties": {"description": {"type": "object", "properties": {"identifier": {"type": "string"}}, "required": ["identifier"]}, "components": {"type": "object", "properties": {"minecraft:destroy_time": {"type": "integer"}, "minecraft:explosion_resistance": {"type": "integer"}, "minecraft:loot": {"type": "string"}, "minecraft:map_color": {"type": "string"}}, "required": ["minecraft:destroy_time", "minecraft:explosion_resistance", "minecraft:loot", "minecraft:map_color"]}}, "required": ["description", "components"]}}, "required": ["format_version", "minecraft:block"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"format_version" : "1.16.100", "minecraft:block" : {"description" : {"identifier" : "{{PROJECT_PREFIX}}:double_{{IDENTIFIER}}"}, "components" : {"minecraft:destroy_time" : 3, "minecraft:explosion_resistance" : 6, "minecraft:loot" : "loot_tables/blocks/double_{{IDENTIFIER}}.json", "minecraft:map_color" : "#707070"}}}
json_instruct
{"type": "object", "properties": {"format_version": {"type": "string"}, "minecraft:block": {"type": "object", "properties": {"description": {"type": "object", "properties": {"identifier": {"type": "string"}}, "required": ["identifier"]}, "components": {"type": "object", "properties": {"minecraft:destroy_time": {"type": "integer"}, "minecraft:explosion_resistance": {"type": "integer"}, "minecraft:loot": {"type": "string"}, "minecraft:map_color": {"type": "string"}}, "required": ["minecraft:destroy_time", "minecraft:explosion_resistance", "minecraft:loot", "minecraft:map_color"]}}, "required": ["description", "components"]}}, "required": ["format_version", "minecraft:block"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"xsappname": {"type": "string"}, "tenant-mode": {"type": "string"}, "description": {"type": "string"}, "scopes": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "description"]}}, "role-templates": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "scope-references": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "scope-references"]}}}, "required": ["xsappname", "tenant-mode", "description", "scopes", "role-templates"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"xsappname" : "sapcpcfhwxs", "tenant-mode" : "dedicated", "description" : "Sample SAP-CP-CF Hello World Restful Service with App Router and XSUAA", "scopes" : [{"name" : "$XSAPPNAME.Display", "description" : "Display Users"}, {"name" : "$XSAPPNAME.Update", "description" : "Update Users"}], "role-templates" : [{"name" : "Viewer", "description" : "View Users", "scope-references" : ["$XSAPPNAME.Display"]}, {"name" : "Manager", "description" : "Maintain Users", "scope-references" : ["$XSAPPNAME.Display", "$XSAPPNAME.Update"]}]}
json_instruct
{"type": "object", "properties": {"xsappname": {"type": "string"}, "tenant-mode": {"type": "string"}, "description": {"type": "string"}, "scopes": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "description"]}}, "role-templates": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "scope-references": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "scope-references"]}}}, "required": ["xsappname", "tenant-mode", "description", "scopes", "role-templates"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userId" : 61014, "cartId" : "0d8f3974-2cbc-477b-abd3-7ba95e18beea", "preferredProducts" : [2519, 3521, 838, 3150], "productReviews" : []}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"552010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "491011": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "412010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "411012": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "3590XX": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "493023": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}}, "required": ["552010", "count", "491011", "N.A.//", "412010", "411012", "3590XX", "493023"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"552010" : {"count" : 1}, "count" : 13, "491011" : {"count" : 1}, "N.A.//" : {"count" : 7}, "412010" : {"count" : 1}, "411012" : {"count" : 1}, "3590XX" : {"count" : 1}, "493023" : {"count" : 1}}
json_instruct
{"type": "object", "properties": {"552010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "491011": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "412010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "411012": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "3590XX": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "493023": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}}, "required": ["552010", "count", "491011", "N.A.//", "412010", "411012", "3590XX", "493023"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"tech": {"type": "string"}, "headers": {"type": "array", "items": {"type": "string"}}, "displayName": {"type": "string"}}, "required": ["tech", "headers", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"tech" : "dxmath", "headers" : ["directxmath.h", "directxpackedvector.h", "directxmathvector.inl", "directxcollision.h", "directxpackedvector.inl"], "displayName" : "DirectXMath"}
json_instruct
{"type": "object", "properties": {"tech": {"type": "string"}, "headers": {"type": "array", "items": {"type": "string"}}, "displayName": {"type": "string"}}, "required": ["tech", "headers", "displayName"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d957-54", "text" : "October 17, 1952\nOr* A* L. Chapman\nHohrer Hebler Reploge 601\nThomas Building\nDallas 1, Texas\nDear Al:\nWe are beating the bushes ferociously to secure a\nreplacement of Jim Miles as Executive Director of the Na\u00ac\ntional Association of Educational Broadcasters. One of the\npeople whom we are considering at this point its Sail Adkins.\nI. shall appreciate from you a confidential but detailed\nevaluation of Gail and your estimate of his possible effec\u00ac\ntiveness on this job.\nThe Executive Director of HAEB must be a person\nwith real organizational ability, a man capable of holding\nhis own with national organizations and people in strategic\ngovernment and education circles: he must have imagination,\ntact, and ambition and must be a real loader. In replacixg\nJim we hope to secure a man who will stay with us a minimum\nof four years and this person must not only represent us\nwell with all groups on \u00a3 national level but must carry the\nresponsibility of welding and developing a strong national\norganization of 1IAEB. We have been looking for a man in\nthe ten to twelve thousand dollar class but have not found\nhim. If we should employ some one on 0311*3 level, we would\nexpect to start him at seven or eight thousand dollars and\nraise him on up as his growth merits.\nXou can understand that we should like to request\nthis information kept confidential and X assure you your\nrdply will be treated with the same courtesy*\n&\nfly kindest personal regards.\nSincerely yours.\nGraydon Ausmus\nVice President\nGArpse"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"javascript.validate.enable": {"type": "boolean"}, "miramac.node.legacyMode": {"type": "boolean"}, "miramac.node.options": {"type": "array", "items": {"type": "string"}}}, "required": ["javascript.validate.enable", "miramac.node.legacyMode", "miramac.node.options"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"javascript.validate.enable" : false, "miramac.node.legacyMode" : false, "miramac.node.options" : ["--require", "babel-register"]}
json_instruct
{"type": "object", "properties": {"javascript.validate.enable": {"type": "boolean"}, "miramac.node.legacyMode": {"type": "boolean"}, "miramac.node.options": {"type": "array", "items": {"type": "string"}}}, "required": ["javascript.validate.enable", "miramac.node.legacyMode", "miramac.node.options"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"coordinate": {"type": "object", "properties": {"coordinate": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["x", "y"]}, "floor": {"type": "string"}}, "required": ["coordinate", "floor"]}, "identification": {"type": "integer"}, "route": {"type": "array", "items": {"type": "object", "properties": {"coordinate": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["x", "y"]}, "floor": {"type": "string"}}, "required": ["coordinate", "floor"]}}}, "required": ["coordinate", "identification", "route"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"coordinate" : {"coordinate" : {"x" : 14, "y" : 11}, "floor" : "floor_0"}, "identification" : 52, "route" : [{"coordinate" : {"x" : 14, "y" : 11}, "floor" : "floor_0"}, {"coordinate" : {"x" : 14, "y" : 10}, "floor" : "floor_0"}, {"coordinate" : {"x" : 15, "y" : 9}, "floor" : "floor_0"}, {"coordinate" : {"x" : 16, "y" : 9}, "floor" : "floor_0"}, {"coordinate" : {"x" : 17, "y" : 8}, "floor" : "floor_0"}, {"coordinate" : {"x" : 18, "y" : 7}, "floor" : "floor_0"}, {"coordinate" : {"x" : 19, "y" : 6}, "floor" : "floor_0"}, {"coordinate" : {"x" : 20, "y" : 6}, "floor" : "floor_0"}, {"coordinate" : {"x" : 21, "y" : 6}, "floor" : "floor_0"}, {"coordinate" : {"x" : 22, "y" : 6}, "floor" : "floor_0"}, {"coordinate" : {"x" : 23, "y" : 6}, "floor" : "floor_0"}, {"coordinate" : {"x" : 24, "y" : 6}, "floor" : "floor_0"}, {"coordinate" : {"x" : 25, "y" : 6}, "floor" : "floor_0"}, {"coordinate" : {"x" : 26, "y" : 6}, "floor" : "floor_0"}, {"coordinate" : {"x" : 27, "y" : 6}, "floor" : "floor_0"}, {"coordinate" : {"x" : 28, "y" : 6}, "floor" : "floor_0"}, {"coordinate" : {"x" : 29, "y" : 6}, "floor" : "floor_0"}]}
json_instruct
{"type": "object", "properties": {"coordinate": {"type": "object", "properties": {"coordinate": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["x", "y"]}, "floor": {"type": "string"}}, "required": ["coordinate", "floor"]}, "identification": {"type": "integer"}, "route": {"type": "array", "items": {"type": "object", "properties": {"coordinate": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["x", "y"]}, "floor": {"type": "string"}}, "required": ["coordinate", "floor"]}}}, "required": ["coordinate", "identification", "route"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1913, 5], [1915, 5], [1923, 5], [1925, 5], [1927, 5], [1943, 5], [1944, 5], [1953, 5], [1956, 5], [1957, 8], [1965, 5]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"porcupine dynamic library path": {"type": "string"}, "porcupine model file path": {"type": "string"}, "porcupine keyword file": {"type": "array", "items": {"type": "string"}}, "google credentials file": {"type": "string"}, "timeout for command": {"type": "integer"}, "sensitivities": {"type": "array", "items": {"type": "number"}}, "interval": {"type": "integer"}, "recogniser": {"type": "string"}}, "required": ["porcupine dynamic library path", "porcupine model file path", "porcupine keyword file", "google credentials file", "timeout for command", "sensitivities", "interval", "recogniser"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"porcupine dynamic library path" : ".tox/py37/lib/python3.7/site-packages/pvporcupine/lib/linux/x86_64/libpv_porcupine.so", "porcupine model file path" : ".tox/py37/lib/python3.7/site-packages/pvporcupine/lib/common/porcupine_params.pv", "porcupine keyword file" : [".tox/py37/lib/python3.7/site-packages/pvporcupine/resources/keyword_files/linux/jarvis_linux.ppn"], "google credentials file" : "snappy-speech-6ff24bf3e262.json", "timeout for command" : 3, "sensitivities" : [1.0], "interval" : 10, "recogniser" : "google_cloud"}
json_instruct
{"type": "object", "properties": {"porcupine dynamic library path": {"type": "string"}, "porcupine model file path": {"type": "string"}, "porcupine keyword file": {"type": "array", "items": {"type": "string"}}, "google credentials file": {"type": "string"}, "timeout for command": {"type": "integer"}, "sensitivities": {"type": "array", "items": {"type": "number"}}, "interval": {"type": "integer"}, "recogniser": {"type": "string"}}, "required": ["porcupine dynamic library path", "porcupine model file path", "porcupine keyword file", "google credentials file", "timeout for command", "sensitivities", "interval", "recogniser"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"p": {"type": "string"}}, "required": ["p"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "2": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "required": ["0", "1", "2"]}}, "required": ["text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : {"0" : {"p" : "\u0644\u0642\u0645\u0627\u0646 \u0631\u0627 \u06af\u0641\u062a\u0646\u062f \u0627\u062f\u0628 \u0627\u0632 \u06a9\u0647 \u0622\u0645\u0648\u062e\u062a\u06cc \u06af\u0641\u062a \u0627\u0632 \u0628\u06cc \u0627\u062f\u0628\u0627\u0646 \u0647\u0631 \u0686\u0647 \u0627\u0632 \u0627\u06cc\u0634\u0627\u0646 \u062f\u0631 \u0646\u0638\u0631\u0645 \u0646\u0627\u067e\u0633\u0646\u062f \u0622\u0645\u062f \u0627\u0632 \u0641\u0639\u0644 \u0622\u0646 \u067e\u0631\u0647\u06cc\u0632 \u06a9\u0631\u062f\u0645"}, "1" : {"m1" : "\u0646\u06af\u0648\u06cc\u0646\u062f \u0627\u0632 \u0633\u0631 \u0628\u0627\u0632\u06cc\u0686\u0647 \u062d\u0631\u0641\u06cc", "m2" : "\u06a9\u0632\u0627\u0646 \u067e\u0646\u062f\u06cc \u0646\u06af\u06cc\u0631\u062f \u0635\u0627\u062d\u0628 \u0647\u0648\u0634"}, "2" : {"m1" : "\u0648 \u06af\u0631 \u0635\u062f \u0628\u0627\u0628 \u062d\u06a9\u0645\u062a \u067e\u06cc\u0634 \u0646\u0627\u062f\u0627\u0646", "m2" : "\u0628\u062e\u0648\u0627\u0646\u062f \u0622\u06cc\u062f\u0634 \u0628\u0627\u0632\u06cc\u0686\u0647 \u062f\u0631 \u06af\u0648\u0634"}}}
json_instruct
{"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"p": {"type": "string"}}, "required": ["p"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "2": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "required": ["0", "1", "2"]}}, "required": ["text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"directions" : ["Combine garlic, rosemary, and 1/4 cup oil in a large bowl. Working one at a time, pound lamb chops between 2 sheets of plastic wrap to about 1/4\" thick; trim any excess fat. Season with salt and pepper and add to marinade; turn to coat. Cover and chill at least 2 hours and up to 1 day.", "Prepare a grill for medium-high heat. Remove lamb chops from marinade and wipe off marinade. Grill lamb chops, turning often and moving around on grill as needed, until charred on both sides, about 3 minutes. Transfer to a platter.", "Drizzle tomatoes with oil; season with salt and pepper. Grill in a grill basket or large cast-iron skillet until lightly charred and blistered, about 4 minutes.", "Serve tomatoes alongside lamb."], "ingredients" : ["4 garlic cloves, finely chopped", "1/2 cup finely chopped rosemary", "1/4 cup olive oil, plus more for drizzling", "12 lamb rib chops (about 2 1/4 pounds total)", "Kosher salt, freshly ground pepper", "1 pound cherry tomatoes, preferably on the vine"], "language" : "en-US", "source" : "www.epicurious.com", "tags" : ["Lamb", "Grill", "Tomato", "Garlic", "Rosemary", "Summer", "Dinner", "Sugar Conscious", "Paleo", "Dairy Free", "Wheat/Gluten-Free", "Peanut Free", "Tree Nut Free", "Soy Free", "No Sugar Added", "Kosher"], "title" : "Lamb Chops Scottadito With Charred Cherry Tomatoes", "url" : "http://www.epicurious.com/recipes/food/views/grilled-lamb-chops-scottadito-with-charred-cherry-tomatoes"}
json_instruct
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"en-us": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "order": {"type": "integer"}}, "required": ["name", "description", "order"]}}, "required": ["en-us"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"en-us" : {"name" : "Retention", "description" : "", "order" : 500}}
json_instruct
{"type": "object", "properties": {"en-us": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "order": {"type": "integer"}}, "required": ["name", "description", "order"]}}, "required": ["en-us"], "$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"}, "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"}}, "node-red": {"type": "object", "properties": {"nodes": {"type": "object", "properties": {"pid-autotune": {"type": "string"}, "kettle-sim": {"type": "string"}}, "required": ["pid-autotune", "kettle-sim"]}}, "required": ["nodes"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"mocha": {"type": "string"}, "node-red": {"type": "string"}, "node-red-node-test-helper": {"type": "string"}, "should": {"type": "string"}, "sinon": {"type": "string"}}, "required": ["mocha", "node-red", "node-red-node-test-helper", "should", "sinon"]}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "description", "scripts", "repository", "keywords", "node-red", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "node-red-contrib-pid-autotune", "version" : "1.3.0", "description" : "A node-red node to performe PID autotune on a brew rig", "scripts" : {"test" : "mocha \"test/**/*_spec.js\""}, "repository" : {"type" : "git", "url" : "git+https://github.com/enorfelt/node-red-contrib-pid-autotune.git"}, "keywords" : ["node-red", "pid", "autotune"], "node-red" : {"nodes" : {"pid-autotune" : "pid-autotune.js", "kettle-sim" : "kettle-sim.js"}}, "author" : "Erik Norfelt", "license" : "MIT", "bugs" : {"url" : "https://github.com/enorfelt/node-red-contrib-pid-autotune/issues"}, "homepage" : "https://github.com/enorfelt/node-red-contrib-pid-autotune#readme", "devDependencies" : {"mocha" : "^8.2.1", "node-red" : "^1.2.6", "node-red-node-test-helper" : "^0.2.5", "should" : "^13.2.3", "sinon" : "^9.2.2"}, "dependencies" : {}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"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"}}, "node-red": {"type": "object", "properties": {"nodes": {"type": "object", "properties": {"pid-autotune": {"type": "string"}, "kettle-sim": {"type": "string"}}, "required": ["pid-autotune", "kettle-sim"]}}, "required": ["nodes"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"mocha": {"type": "string"}, "node-red": {"type": "string"}, "node-red-node-test-helper": {"type": "string"}, "should": {"type": "string"}, "sinon": {"type": "string"}}, "required": ["mocha", "node-red", "node-red-node-test-helper", "should", "sinon"]}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "version", "description", "scripts", "repository", "keywords", "node-red", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ast" : null, "code" : "import clipRectangle from \"./rectangle.js\";\nexport default function () {\n var x0 = 0,\n y0 = 0,\n x1 = 960,\n y1 = 500,\n cache,\n cacheStream,\n clip;\n return clip = {\n stream: function (stream) {\n return cache && cacheStream === stream ? cache : cache = clipRectangle(x0, y0, x1, y1)(cacheStream = stream);\n },\n extent: function (_) {\n return arguments.length ? (x0 = +_[0][0], y0 = +_[0][1], x1 = +_[1][0], y1 = +_[1][1], cache = cacheStream = null, clip) : [[x0, y0], [x1, y1]];\n }\n };\n}", "map" : null, "metadata" : {}, "sourceType" : "module"}
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"n_dim" : 3, "n_trials" : 210, "objective" : "markowitz_realized_on_cube", "white" : "platypus_genetic", "black" : "hebo_batch", "traceback" : ["passing", "passing"], "best_val" : [-0.019340951285236573, -0.025048428496168403], "best_x" : [[0.07071338804742178, 0.4705649821192598, 0.4540918963702152], [0.9999989442602771, 8.096864915208002e-07, 1.1399812798185138e-06]], "feval_count" : [193, 193], "n_trials_instructed" : [147, 193], "passing" : [true, true], "completed" : true, "points" : 0.0, "winner" : "hebo_batch_cube", "loser" : "platypus_genetic_cube"}
json_instruct
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[152.125, 33.916666666666664], [152.125, 34.0], [152.25, 34.0], [152.25, 33.916666666666664], [152.125, 33.916666666666664]]]}, "properties" : {"code" : 505271, "url" : "http://madefor.github.io/0410/api/v1/505271.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/505271.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#"}
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": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Hilaba, Barugo, Leyte, Eastern Visayas (Region VIII), PH", "locale" : "ph.eastern-visayas-region-viii.leyte.barugo.hilaba", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "10", "region_reference" : "8", "region_name" : "Eastern Visayas (Region VIII)", "province_id" : "43", "province_reference" : "43", "province_name" : "Leyte", "city_id" : "165", "city_reference" : "860", "city_name" : "Barugo", "barangay_id" : "4137", "barangay_reference" : "21613", "barangay_name" : "Hilaba"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[124.73143, 11.31867], [124.733223, 11.3196], [124.735718, 11.32089], [124.737457, 11.31836], [124.739273, 11.31773], [124.740547, 11.31681], [124.742447, 11.31502], [124.741364, 11.31346], [124.742012, 11.31177], [124.741722, 11.31053], [124.740646, 11.30992], [124.73143, 11.31867]]]]}}
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": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"myLocal": {"type": "object", "properties": {"name": {"type": "string"}, "localStorage": {"type": "string"}, "file": {"type": "string"}, "connector": {"type": "string"}}, "required": ["name", "localStorage", "file", "connector"]}}, "required": ["myLocal"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"myLocal" : {"name" : "myLocal", "localStorage" : "", "file" : "myData.json", "connector" : "memory"}}
json_instruct
{"type": "object", "properties": {"myLocal": {"type": "object", "properties": {"name": {"type": "string"}, "localStorage": {"type": "string"}, "file": {"type": "string"}, "connector": {"type": "string"}}, "required": ["name", "localStorage", "file", "connector"]}}, "required": ["myLocal"], "$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"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 85793417, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "50cd7fd8b7e554a900a997d7883d5b94", "wof:id" : 85793417, "wof:repo" : "whosonfirst-data-admin-gb"}, "bbox" : [-5.9, 54.55, -5.9, 54.55], "geometry" : {"coordinates" : [-5.9, 54.55], "type" : "Point"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"Meng Li": {"type": "string"}}, "required": ["Meng Li"]}, "social_media_url": {"type": "string"}, "platforms": {"type": "object", "properties": {"ios": {"type": "null"}}, "required": ["ios"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "source_files": {"type": "string"}, "requires_arc": {"type": "boolean"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "social_media_url", "platforms", "source", "source_files", "requires_arc"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "UIImageView+Extension", "version" : "0.1.0", "summary" : "A extension category for UIImageView.", "description" : "# Features\n- Add border for image view\n- Add shadow for image view", "homepage" : "https://github.com/lm2343635/UIImageView-Extension", "license" : {"type" : "MIT", "file" : "LICENSE.md"}, "authors" : {"Meng Li" : "lm2343635@126.com"}, "social_media_url" : "http://fczm.pw", "platforms" : {"ios" : null}, "source" : {"git" : "https://github.com/lm2343635/UIImageView-Extension.git", "tag" : "0.1.0"}, "source_files" : "UIImageView+Extension/**/*.{h,m}", "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": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"Meng Li": {"type": "string"}}, "required": ["Meng Li"]}, "social_media_url": {"type": "string"}, "platforms": {"type": "object", "properties": {"ios": {"type": "null"}}, "required": ["ios"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "source_files": {"type": "string"}, "requires_arc": {"type": "boolean"}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "social_media_url", "platforms", "source", "source_files", "requires_arc"], "$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-string": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version-string", "description", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "vcglib", "version-string" : "2022.02", "description" : "library for manipulation, processing, cleaning, simplifying triangle meshes.", "license" : "GPL-3.0-only", "dependencies" : ["eigen3"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version-string": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version-string", "description", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {}, "required": []}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "id" : "jp-ntt-east.geojson", "properties" : {}, "geometry" : {"type" : "Polygon", "coordinates" : [[[139.02649, 35.15079], [138.97588, 35.23585], [139.01852, 35.32955], [138.99971, 35.412], [138.62651, 35.34627], [138.58962, 35.45033], [138.51425, 35.40864], [138.53406, 35.18657], [137.53062, 35.18181], [137.77453, 36.48704], [137.28516, 38.28994], [140.57032, 45.68878], [146.09897, 45.77489], [145.27762, 43.71269], [146.26898, 43.16071], [154.79019, 23.20491], [133.4531, 18.50646], [139.37241, 35.03735], [139.02649, 35.15079]]]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {}, "required": []}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"identifier": {"type": "string"}, "url": {"type": "string"}}, "required": ["identifier", "url"]}, "architecture": {"type": "object", "properties": {"64bit": {"type": "object", "properties": {"url": {"type": "string"}, "hash": {"type": "string"}}, "required": ["url", "hash"]}, "32bit": {"type": "object", "properties": {"url": {"type": "string"}, "hash": {"type": "string"}}, "required": ["url", "hash"]}}, "required": ["64bit", "32bit"]}, "bin": {"type": "string"}, "checkver": {"type": "string"}, "autoupdate": {"type": "object", "properties": {"architecture": {"type": "object", "properties": {"64bit": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "32bit": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["64bit", "32bit"]}, "hash": {"type": "object", "properties": {"url": {"type": "string"}, "mode": {"type": "string"}}, "required": ["url", "mode"]}}, "required": ["architecture", "hash"]}}, "required": ["version", "description", "homepage", "license", "architecture", "bin", "checkver", "autoupdate"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : "3.4.0", "description" : "Micro is a platform for cloud native application development", "homepage" : "https://github.com/micro/micro", "license" : {"identifier" : "PolyForm Shield License", "url" : "https://github.com/micro/micro/blob/master/LICENSE"}, "architecture" : {"64bit" : {"url" : "https://github.com/micro/micro/releases/download/v3.4.0/micro-v3.4.0-windows-amd64.zip", "hash" : "d94b1e7168d139410beef3ff85e80b7986d64437b683b9f3f67e6e82a8a5fa54"}, "32bit" : {"url" : "https://github.com/micro/micro/releases/download/v3.4.0/micro-v3.4.0-windows-386.zip", "hash" : "58ba026f01535aa67295e464d360c3d45340ab97163bece3f52e7f4d4ed61902"}}, "bin" : "micro.exe", "checkver" : "github", "autoupdate" : {"architecture" : {"64bit" : {"url" : "https://github.com/micro/micro/releases/download/v$version/micro-v$version-windows-amd64.zip"}, "32bit" : {"url" : "https://github.com/micro/micro/releases/download/v$version/micro-v$version-windows-386.zip"}}, "hash" : {"url" : "https://github.com/micro/micro/releases/download/v$version/checksums.txt", "mode" : "extract"}}}
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"identifier": {"type": "string"}, "url": {"type": "string"}}, "required": ["identifier", "url"]}, "architecture": {"type": "object", "properties": {"64bit": {"type": "object", "properties": {"url": {"type": "string"}, "hash": {"type": "string"}}, "required": ["url", "hash"]}, "32bit": {"type": "object", "properties": {"url": {"type": "string"}, "hash": {"type": "string"}}, "required": ["url", "hash"]}}, "required": ["64bit", "32bit"]}, "bin": {"type": "string"}, "checkver": {"type": "string"}, "autoupdate": {"type": "object", "properties": {"architecture": {"type": "object", "properties": {"64bit": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "32bit": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["64bit", "32bit"]}, "hash": {"type": "object", "properties": {"url": {"type": "string"}, "mode": {"type": "string"}}, "required": ["url", "mode"]}}, "required": ["architecture", "hash"]}}, "required": ["version", "description", "homepage", "license", "architecture", "bin", "checkver", "autoupdate"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"k\u0259\u00b7\u0161um": {"type": "object", "properties": {"dan.4.8|8": {"type": "array", "items": {"type": "string"}}}, "required": ["dan.4.8|8"]}, "b\u0259\u00b7\u0161um": {"type": "object", "properties": {"ezr.5.1|12": {"type": "array", "items": {"type": "string"}}}, "required": ["ezr.5.1|12"]}, "\u0161um": {"type": "object", "properties": {"ezr.5.10|6": {"type": "array", "items": {"type": "string"}}}, "required": ["ezr.5.10|6"]}, "\u0161\u0259\u00b7m\u0101\u00b7h\u0101\u1e6f": {"type": "object", "properties": {"ezr.5.4|5": {"type": "array", "items": {"type": "string"}}}, "required": ["ezr.5.4|5"]}}, "required": ["k\u0259\u00b7\u0161um", "b\u0259\u00b7\u0161um", "\u0161um", "\u0161\u0259\u00b7m\u0101\u00b7h\u0101\u1e6f"]}, "meanings": {"type": "object", "properties": {"name": {"type": "integer"}}, "required": ["name"]}, "meaningsCount": {"type": "integer"}, "occurences": {"type": "integer"}}, "required": ["pos", "translits", "meanings", "meaningsCount", "occurences"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"pos" : "3ms", "translits" : {"k\u0259\u00b7\u0161um" : {"dan.4.8|8" : ["Belteshazzar\uff64", "according to the name", "of my god\uff64"]}, "b\u0259\u00b7\u0161um" : {"ezr.5.1|12" : ["and Jerusalem", "in the name", "of the God"]}, "\u0161um" : {"ezr.5.10|6" : ["we might write", "the names", "of men the"]}, "\u0161\u0259\u00b7m\u0101\u00b7h\u0101\u1e6f" : {"ezr.5.4|5" : ["were", "the names", "of men the"]}}, "meanings" : {"name" : 4}, "meaningsCount" : 1, "occurences" : 4}
json_instruct
{"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"k\u0259\u00b7\u0161um": {"type": "object", "properties": {"dan.4.8|8": {"type": "array", "items": {"type": "string"}}}, "required": ["dan.4.8|8"]}, "b\u0259\u00b7\u0161um": {"type": "object", "properties": {"ezr.5.1|12": {"type": "array", "items": {"type": "string"}}}, "required": ["ezr.5.1|12"]}, "\u0161um": {"type": "object", "properties": {"ezr.5.10|6": {"type": "array", "items": {"type": "string"}}}, "required": ["ezr.5.10|6"]}, "\u0161\u0259\u00b7m\u0101\u00b7h\u0101\u1e6f": {"type": "object", "properties": {"ezr.5.4|5": {"type": "array", "items": {"type": "string"}}}, "required": ["ezr.5.4|5"]}}, "required": ["k\u0259\u00b7\u0161um", "b\u0259\u00b7\u0161um", "\u0161um", "\u0161\u0259\u00b7m\u0101\u00b7h\u0101\u1e6f"]}, "meanings": {"type": "object", "properties": {"name": {"type": "integer"}}, "required": ["name"]}, "meaningsCount": {"type": "integer"}, "occurences": {"type": "integer"}}, "required": ["pos", "translits", "meanings", "meaningsCount", "occurences"], "$schema": "http://json-schema.org/draft-07/schema#"}