input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"DURATION": {"type": "number"}, "package-0": {"type": "number"}, "dram": {"type": "number"}}, "required": ["DURATION", "package-0", "dram"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"DURATION" : 2382.842273, "package-0" : 43.421509329585405, "dram" : 6.247434062539816}
json_instruct
{"type": "object", "properties": {"DURATION": {"type": "number"}, "package-0": {"type": "number"}, "dram": {"type": "number"}}, "required": ["DURATION", "package-0", "dram"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"ExpandedNodes": {"type": "array", "items": {"type": "string"}}, "SelectedNode": {"type": "string"}, "PreviewInSolutionExplorer": {"type": "boolean"}}, "required": ["ExpandedNodes", "SelectedNode", "PreviewInSolutionExplorer"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ExpandedNodes" : ["", "\\SetteEMezzo"], "SelectedNode" : "\\SetteEMezzo\\CardSystem.cs", "PreviewInSolutionExplorer" : false}
json_instruct
{"type": "object", "properties": {"ExpandedNodes": {"type": "array", "items": {"type": "string"}}, "SelectedNode": {"type": "string"}, "PreviewInSolutionExplorer": {"type": "boolean"}}, "required": ["ExpandedNodes", "SelectedNode", "PreviewInSolutionExplorer"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"$schema": {"type": "string"}, "contentVersion": {"type": "string"}, "parameters": {"type": "object", "properties": {"location": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "newStorageAccountName": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "virtualNetworkName": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "subnetNameForBosh": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "subnetNameForCloudFoundry": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "vmName": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "vmSize": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "adminUsername": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "adminPassword": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "enableDNSOnDevbox": {"type": "object", "properties": {"value": {"type": "boolean"}}, "required": ["value"]}}, "required": ["location", "newStorageAccountName", "virtualNetworkName", "subnetNameForBosh", "subnetNameForCloudFoundry", "vmName", "vmSize", "adminUsername", "adminPassword", "enableDNSOnDevbox"]}}, "required": ["$schema", "contentVersion", "parameters"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"$schema" : "http://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#", "contentVersion" : "1.0.0.0", "parameters" : {"location" : {"value" : "East Asia"}, "newStorageAccountName" : {"value" : "binxibeta10"}, "virtualNetworkName" : {"value" : "boshvnet-crp"}, "subnetNameForBosh" : {"value" : "Bosh"}, "subnetNameForCloudFoundry" : {"value" : "CloudFoundry"}, "vmName" : {"value" : "binxibeta10"}, "vmSize" : {"value" : "Standard_A2"}, "adminUsername" : {"value" : "azureuser"}, "adminPassword" : {"value" : "User@123"}, "enableDNSOnDevbox" : {"value" : true}}}
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "contentVersion": {"type": "string"}, "parameters": {"type": "object", "properties": {"location": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "newStorageAccountName": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "virtualNetworkName": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "subnetNameForBosh": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "subnetNameForCloudFoundry": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "vmName": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "vmSize": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "adminUsername": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "adminPassword": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "enableDNSOnDevbox": {"type": "object", "properties": {"value": {"type": "boolean"}}, "required": ["value"]}}, "required": ["location", "newStorageAccountName", "virtualNetworkName", "subnetNameForBosh", "subnetNameForCloudFoundry", "vmName", "vmSize", "adminUsername", "adminPassword", "enableDNSOnDevbox"]}}, "required": ["$schema", "contentVersion", "parameters"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"pages": {"type": "array", "items": {"type": "string"}}, "window": {"type": "object", "properties": {"backgroundTextStyle": {"type": "string"}, "navigationBarBackgroundColor": {"type": "string"}, "navigationBarTitleText": {"type": "string"}, "navigationBarTextStyle": {"type": "string"}}, "required": ["backgroundTextStyle", "navigationBarBackgroundColor", "navigationBarTitleText", "navigationBarTextStyle"]}, "permission": {"type": "object", "properties": {"scope.userLocation": {"type": "object", "properties": {"desc": {"type": "string"}}, "required": ["desc"]}}, "required": ["scope.userLocation"]}, "cloud": {"type": "boolean"}, "tabBar": {"type": "object", "properties": {"color": {"type": "string"}, "selectedColor": {"type": "string"}, "list": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "pagePath": {"type": "string"}, "iconPath": {"type": "string"}, "selectedIconPath": {"type": "string"}}, "required": ["text", "pagePath", "iconPath", "selectedIconPath"]}}}, "required": ["color", "selectedColor", "list"]}, "sitemapLocation": {"type": "string"}}, "required": ["pages", "window", "permission", "cloud", "tabBar", "sitemapLocation"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"pages" : ["pages/calendar/calendar", "pages/weather/weather", "pages/about/about", "pages/citychoose/citychoose", "pages/setting/setting", "pages/systeminfo/systeminfo"], "window" : {"backgroundTextStyle" : "dark", "navigationBarBackgroundColor" : "#fff", "navigationBarTitleText" : "Quiet Weather", "navigationBarTextStyle" : "black"}, "permission" : {"scope.userLocation" : {"desc" : "\u5b9a\u4f4d\u4ee5\u83b7\u53d6\u5f53\u524d\u4f4d\u7f6e\u5929\u6c14\u4fe1\u606f"}}, "cloud" : false, "tabBar" : {"color" : "#353535", "selectedColor" : "#09BB07", "list" : [{"text" : "\u65e5\u5386", "pagePath" : "pages/calendar/calendar", "iconPath" : "img/calendar/calendar-normal.png", "selectedIconPath" : "img/calendar/calendar-selected.png"}, {"text" : "\u8bbe\u7f6e", "pagePath" : "pages/about/about", "iconPath" : "img/calendar/about-normal.png", "selectedIconPath" : "img/calendar/about-selected.png"}]}, "sitemapLocation" : "sitemap.json"}
json_instruct
{"type": "object", "properties": {"pages": {"type": "array", "items": {"type": "string"}}, "window": {"type": "object", "properties": {"backgroundTextStyle": {"type": "string"}, "navigationBarBackgroundColor": {"type": "string"}, "navigationBarTitleText": {"type": "string"}, "navigationBarTextStyle": {"type": "string"}}, "required": ["backgroundTextStyle", "navigationBarBackgroundColor", "navigationBarTitleText", "navigationBarTextStyle"]}, "permission": {"type": "object", "properties": {"scope.userLocation": {"type": "object", "properties": {"desc": {"type": "string"}}, "required": ["desc"]}}, "required": ["scope.userLocation"]}, "cloud": {"type": "boolean"}, "tabBar": {"type": "object", "properties": {"color": {"type": "string"}, "selectedColor": {"type": "string"}, "list": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "pagePath": {"type": "string"}, "iconPath": {"type": "string"}, "selectedIconPath": {"type": "string"}}, "required": ["text", "pagePath", "iconPath", "selectedIconPath"]}}}, "required": ["color", "selectedColor", "list"]}, "sitemapLocation": {"type": "string"}}, "required": ["pages", "window", "permission", "cloud", "tabBar", "sitemapLocation"], "$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"}, "alt_name": {"type": "null"}, "country": {"type": "string"}, "state": {"type": "string"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "string"}, "postal_code": {"type": "string"}}, "required": ["street", "city", "province", "postal_code"]}, "contact": {"type": "object", "properties": {"telephone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "fax": {"type": "string"}}, "required": ["telephone", "website", "email", "fax"]}, "funding": {"type": "string"}, "languages": {"type": "null"}, "academic_year": {"type": "string"}, "accrediting_agency": {"type": "string"}}, "required": ["name", "alt_name", "country", "state", "address", "contact", "funding", "languages", "academic_year", "accrediting_agency"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Providence College", "alt_name" : null, "country" : "United States", "state" : "Rhode Island", "address" : {"street" : "1 Cunningham Square", "city" : "Providence", "province" : "Rhode Island", "postal_code" : "02918"}, "contact" : {"telephone" : "+1(401) 865-1000", "website" : "http://www.providence.edu", "email" : "[email protected]", "fax" : "+1(401) 865-2057"}, "funding" : "Private", "languages" : null, "academic_year" : "August to May", "accrediting_agency" : "New England Association of Schools and Colleges"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "null"}, "country": {"type": "string"}, "state": {"type": "string"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "string"}, "postal_code": {"type": "string"}}, "required": ["street", "city", "province", "postal_code"]}, "contact": {"type": "object", "properties": {"telephone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "fax": {"type": "string"}}, "required": ["telephone", "website", "email", "fax"]}, "funding": {"type": "string"}, "languages": {"type": "null"}, "academic_year": {"type": "string"}, "accrediting_agency": {"type": "string"}}, "required": ["name", "alt_name", "country", "state", "address", "contact", "funding", "languages", "academic_year", "accrediting_agency"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"view_group": {"type": "string"}, "details.title": {"type": "string"}, "details.members": {"type": "string"}, "details.has_no_posts": {"type": "string"}, "details.latest_posts": {"type": "string"}}, "required": ["view_group", "details.title", "details.members", "details.has_no_posts", "details.latest_posts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"view_group" : "Vezi Grup", "details.title" : "Detalii Grup", "details.members" : "List\u0103 Membrii", "details.has_no_posts" : "Membrii acestui grup nu au facut nici o postare.", "details.latest_posts" : "Ultimele Mesaje"}
json_instruct
{"type": "object", "properties": {"view_group": {"type": "string"}, "details.title": {"type": "string"}, "details.members": {"type": "string"}, "details.has_no_posts": {"type": "string"}, "details.latest_posts": {"type": "string"}}, "required": ["view_group", "details.title", "details.members", "details.has_no_posts", "details.latest_posts"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"$schema": {"type": "string"}, "$id": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "items": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}}, "required": ["$schema", "$id", "title", "description", "type", "items"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"$schema" : "http://json-schema.org/draft-07/schema#", "$id" : "#/definitions/variable-list", "title" : "Variable List", "description" : "Collection variables allow you to define a set of variables, that are a *part of the collection*, as opposed to environments, which are separate entities.\n*Note: Collection variables must not contain any sensitive information.*", "type" : "array", "items" : {"$ref" : "variable.json"}}
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "$id": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "items": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}}, "required": ["$schema", "$id", "title", "description", "type", "items"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"schemaVersion": {"type": "string"}, "readme": {"type": "string"}, "modules": {"type": "array", "items": {"type": "object", "properties": {"kind": {"type": "string"}, "path": {"type": "string"}, "declarations": {"type": "array", "items": {"type": "object", "properties": {"kind": {"type": "string"}, "description": {"type": "string"}, "name": {"type": "string"}, "members": {"type": "array", "items": {"type": "object", "properties": {"kind": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]}, "description": {"type": "string"}, "summary": {"type": "string"}}, "required": ["kind", "name", "type", "description", "summary"]}}, "tagName": {"type": "string"}, "customElement": {"type": "boolean"}}, "required": ["kind", "description", "name", "members", "tagName", "customElement"]}}, "exports": {"type": "array", "items": {"type": "object", "properties": {"kind": {"type": "string"}, "name": {"type": "string"}, "declaration": {"type": "object", "properties": {"name": {"type": "string"}, "module": {"type": "string"}}, "required": ["name", "module"]}}, "required": ["kind", "name", "declaration"]}}}, "required": ["kind", "path", "declarations", "exports"]}}}, "required": ["schemaVersion", "readme", "modules"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"schemaVersion" : "1.0.0", "readme" : "", "modules" : [{"kind" : "javascript-module", "path" : "shoe-sizer.ts", "declarations" : [{"kind" : "class", "description" : "", "name" : "ShoeSizer", "members" : [{"kind" : "field", "name" : "options", "type" : {"text" : "BigBagOfProperties"}, "description" : "Sizes your shoes\n\n| Option | Type | Description |\n| ---------- | ------ | ----------- |\n| name | string | The name of the thing |\n| shoeSize | number | Act your age |\n", "summary" : "Shoe Size options"}], "tagName" : "shoe-sizer", "customElement" : true}], "exports" : [{"kind" : "js", "name" : "ShoeSizer", "declaration" : {"name" : "ShoeSizer", "module" : "shoe-sizer.ts"}}]}]}
json_instruct
{"type": "object", "properties": {"schemaVersion": {"type": "string"}, "readme": {"type": "string"}, "modules": {"type": "array", "items": {"type": "object", "properties": {"kind": {"type": "string"}, "path": {"type": "string"}, "declarations": {"type": "array", "items": {"type": "object", "properties": {"kind": {"type": "string"}, "description": {"type": "string"}, "name": {"type": "string"}, "members": {"type": "array", "items": {"type": "object", "properties": {"kind": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]}, "description": {"type": "string"}, "summary": {"type": "string"}}, "required": ["kind", "name", "type", "description", "summary"]}}, "tagName": {"type": "string"}, "customElement": {"type": "boolean"}}, "required": ["kind", "description", "name", "members", "tagName", "customElement"]}}, "exports": {"type": "array", "items": {"type": "object", "properties": {"kind": {"type": "string"}, "name": {"type": "string"}, "declaration": {"type": "object", "properties": {"name": {"type": "string"}, "module": {"type": "string"}}, "required": ["name", "module"]}}, "required": ["kind", "name", "declaration"]}}}, "required": ["kind", "path", "declarations", "exports"]}}}, "required": ["schemaVersion", "readme", "modules"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"success": {"type": "boolean"}, "shoppingList": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "integer"}, "product_name": {"type": "string"}, "quantity": {"type": "integer"}, "groupProduct": {"type": "boolean"}, "username": {"type": "string"}}, "required": ["id", "code", "product_name", "quantity", "groupProduct", "username"]}}}, "required": ["success", "shoppingList"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"success" : true, "shoppingList" : [{"id" : "1c4aaae8-daff-4810-b1d4-423f52bd63b3", "code" : 16612, "product_name" : "Organic Adzuki Beans", "quantity" : 2, "groupProduct" : false, "username" : "james"}, {"id" : "856bc1b0-4616-41e4-ab6a-deb4b62968f7", "code" : 16650, "product_name" : "Organic Penne Pasta", "quantity" : 3, "groupProduct" : true, "username" : "group"}, {"id" : "61b63a20-e603-41b8-ab31-15e60ce3e4ef", "code" : 18012, "product_name" : "Cinnamon Nut Granola", "quantity" : 1, "groupProduct" : false, "username" : "james"}]}
json_instruct
{"type": "object", "properties": {"success": {"type": "boolean"}, "shoppingList": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "integer"}, "product_name": {"type": "string"}, "quantity": {"type": "integer"}, "groupProduct": {"type": "boolean"}, "username": {"type": "string"}}, "required": ["id", "code", "product_name", "quantity", "groupProduct", "username"]}}}, "required": ["success", "shoppingList"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "slug": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}, "arch": {"type": "array", "items": {"type": "string"}}, "startup": {"type": "string"}, "boot": {"type": "string"}, "map": {"type": "array", "items": {"type": "string"}}, "ingress": {"type": "boolean"}, "panel_icon": {"type": "string"}, "options": {"type": "object", "properties": {"config_file": {"type": "null"}, "update_time_in_seconds": {"type": "string"}}, "required": ["config_file", "update_time_in_seconds"]}, "schema": {"type": "object", "properties": {"config_file": {"type": "string"}, "update_time_in_seconds": {"type": "string"}}, "required": ["config_file", "update_time_in_seconds"]}}, "required": ["name", "version", "slug", "description", "url", "arch", "startup", "boot", "map", "ingress", "panel_icon", "options", "schema"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Freenom-dns-updater", "version" : "1.1.1", "slug" : "freenom-dns-updater", "description" : "Freenom Registrar Domain Management - update dns records, Manage (add/update/remove) a domain's dns record, Auto renew domains and more", "url" : "https://github.com/FaserF/hassio-addons/tree/master/freenom-dns-updater", "arch" : ["armhf", "armv7", "aarch64", "amd64", "i386"], "startup" : "application", "boot" : "auto", "map" : ["share:rw"], "ingress" : false, "panel_icon" : "mdi:web-box", "options" : {"config_file" : null, "update_time_in_seconds" : "86400"}, "schema" : {"config_file" : "str", "update_time_in_seconds" : "str"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "slug": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}, "arch": {"type": "array", "items": {"type": "string"}}, "startup": {"type": "string"}, "boot": {"type": "string"}, "map": {"type": "array", "items": {"type": "string"}}, "ingress": {"type": "boolean"}, "panel_icon": {"type": "string"}, "options": {"type": "object", "properties": {"config_file": {"type": "null"}, "update_time_in_seconds": {"type": "string"}}, "required": ["config_file", "update_time_in_seconds"]}, "schema": {"type": "object", "properties": {"config_file": {"type": "string"}, "update_time_in_seconds": {"type": "string"}}, "required": ["config_file", "update_time_in_seconds"]}}, "required": ["name", "version", "slug", "description", "url", "arch", "startup", "boot", "map", "ingress", "panel_icon", "options", "schema"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"towns": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["towns"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"towns" : [{"name" : "Hilversum", "url" : "hilversum"}]}
json_instruct
{"type": "object", "properties": {"towns": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["towns"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"hash" : "0xc883412ead4a291eaa575b27bb0bda3f873514a1eea7ae130c5f5d55eb001763", "parentHash" : "0x8e6c1d9aaacd076a7ff0116b2689203fa51e609c3fa60b04e7198737639df48f", "number" : 106716, "timestamp" : 1439909221, "nonce" : "0x8c6578bbcc3fbfdd", "difficulty" : 4452983705422, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0xe6A7a1d47ff21B6321162AEA7C6CB457D5476Bca", "extraData" : "0x476574682f76312e302e312d38326566323666362f6c696e75782f676f312e34", "transactions" : []}
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source_url": {"type": "string"}, "licence": {"type": "string"}, "language": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "text": {"type": "string"}}, "required": ["authors", "doi", "publication_date", "id", "url", "source", "source_url", "licence", "language", "type", "description", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"authors" : [{"author" : "Zi-Ye Zhao"}, {"author" : "Yu-Liang Jiang"}, {"author" : "Bai-Rong Li"}, {"author" : "Jing Li"}, {"author" : "Xiao-Wei Jin"}, {"author" : "En-Da Yu"}, {"author" : "Shou-Bin Ning"}], "doi" : "10.1186/s12893-018-0357-8", "publication_date" : "2018-04-25", "id" : "EN113371", "url" : "https://pubmed.ncbi.nlm.nih.gov/29685139", "source" : "BMC surgery", "source_url" : "", "licence" : "CC BY", "language" : "en", "type" : "pubmed", "description" : "", "text" : "We report here a girl without a positive family history, who grew oral and fingertip MP at her age of 2 and got abdomen dull pain from 7\u00a0years old. Endoscopy revealed no obvious polyps in the stomach or the colon until 10\u00a0years old, when she received enteroscopy. Tens of polyps were resected during enteroscopy, and pathological examination confirmed them hamartomas. A heterozygous deletion in STK11, c.471_472delCT, was detected in the proband but not in her parents, which is not recorded in databases."}
json_instruct
{"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source_url": {"type": "string"}, "licence": {"type": "string"}, "language": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "text": {"type": "string"}}, "required": ["authors", "doi", "publication_date", "id", "url", "source", "source_url", "licence", "language", "type", "description", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"password": {"type": "string"}, "user": {"type": "string"}}, "required": ["password", "user"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"password" : "$argon2id$v=19$m=4096,t=3,p=1$t7WFrQ0mD9RyauO8GqGRXA$sdXRfR6madnDuPydOeEuscYhvcO/RvQrpvIkG0ixoBE", "user" : "admin"}
json_instruct
{"type": "object", "properties": {"password": {"type": "string"}, "user": {"type": "string"}}, "required": ["password", "user"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"hash" : "0x2f2d7511706f83c950cde7807088549530b06ca76ed2d05db3ca187c7c45705e", "parentHash" : "0xe6e559381abb5cd8cbcea36ade3bb412c556f412e0506a12c2cb4ba349de286e", "number" : 33944, "timestamp" : 1438714669, "nonce" : "0x56442ef4ded335e4", "difficulty" : 1250982262949, "gasLimit" : {"_hex" : "0x1388"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0x88D74a59454F6cF3B51ef6b9136AFb6b9D405A88", "extraData" : "0x476574682f76312e302e302d66633739643332642f6c696e75782f676f312e34", "transactions" : []}
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "lint": {"type": "string"}, "lint:staged": {"type": "string"}, "pack": {"type": "string"}, "tsc": {"type": "string"}}, "required": ["build", "lint", "lint:staged", "pack", "tsc"]}, "sideEffects": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"@neo-one/cli-common": {"type": "string"}, "@neo-one/client-core": {"type": "string"}, "@neo-one/client-full-core": {"type": "string"}, "@neo-one/utils": {"type": "string"}, "@types/lodash": {"type": "string"}, "cosmiconfig": {"type": "string"}, "fs-extra": {"type": "string"}, "lodash": {"type": "string"}, "prompts": {"type": "string"}, "schema-utils": {"type": "string"}, "ts-node": {"type": "string"}, "tslib": {"type": "string"}}, "required": ["@neo-one/cli-common", "@neo-one/client-core", "@neo-one/client-full-core", "@neo-one/utils", "@types/lodash", "cosmiconfig", "fs-extra", "lodash", "prompts", "schema-utils", "ts-node", "tslib"]}, "devDependencies": {"type": "object", "properties": {"@neo-one/build-tools": {"type": "string"}, "@types/fs-extra": {"type": "string"}, "@types/prompts": {"type": "string"}, "@types/schema-utils": {"type": "string"}, "gulp": {"type": "string"}}, "required": ["@neo-one/build-tools", "@types/fs-extra", "@types/prompts", "@types/schema-utils", "gulp"]}}, "required": ["name", "version", "description", "main", "module", "scripts", "sideEffects", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@neo-one/cli-common-node", "version" : "3.1.0", "description" : "NEO\u2022ONE code common to the node cli and other node packages in NEO\u2022ONE.", "main" : "./dist/cjs/index", "module" : "./dist/esm/index", "scripts" : {"build" : "gulp", "lint" : "node ./node_modules/@neo-one/build-tools/bin/neo-one-lint.js", "lint:staged" : "lint-staged --relative", "pack" : "gulp pack", "tsc" : "node ./node_modules/@neo-one/build-tools/bin/neo-one-tsc.js"}, "sideEffects" : false, "dependencies" : {"@neo-one/cli-common" : "^3.1.0", "@neo-one/client-core" : "^3.1.0", "@neo-one/client-full-core" : "^3.1.0", "@neo-one/utils" : "^3.1.0", "@types/lodash" : "^4.14.138", "cosmiconfig" : "^6.0.0", "fs-extra" : "^8.1.0", "lodash" : "^4.17.15", "prompts" : "^2.2.1", "schema-utils" : "^2.1.0", "ts-node" : "^8.4.1", "tslib" : "^1.10.0"}, "devDependencies" : {"@neo-one/build-tools" : "^1.0.0", "@types/fs-extra" : "^8.0.0", "@types/prompts" : "^2.0.1", "@types/schema-utils" : "^1.0.0", "gulp" : "~4.0.2"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "lint": {"type": "string"}, "lint:staged": {"type": "string"}, "pack": {"type": "string"}, "tsc": {"type": "string"}}, "required": ["build", "lint", "lint:staged", "pack", "tsc"]}, "sideEffects": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"@neo-one/cli-common": {"type": "string"}, "@neo-one/client-core": {"type": "string"}, "@neo-one/client-full-core": {"type": "string"}, "@neo-one/utils": {"type": "string"}, "@types/lodash": {"type": "string"}, "cosmiconfig": {"type": "string"}, "fs-extra": {"type": "string"}, "lodash": {"type": "string"}, "prompts": {"type": "string"}, "schema-utils": {"type": "string"}, "ts-node": {"type": "string"}, "tslib": {"type": "string"}}, "required": ["@neo-one/cli-common", "@neo-one/client-core", "@neo-one/client-full-core", "@neo-one/utils", "@types/lodash", "cosmiconfig", "fs-extra", "lodash", "prompts", "schema-utils", "ts-node", "tslib"]}, "devDependencies": {"type": "object", "properties": {"@neo-one/build-tools": {"type": "string"}, "@types/fs-extra": {"type": "string"}, "@types/prompts": {"type": "string"}, "@types/schema-utils": {"type": "string"}, "gulp": {"type": "string"}}, "required": ["@neo-one/build-tools", "@types/fs-extra", "@types/prompts", "@types/schema-utils", "gulp"]}}, "required": ["name", "version", "description", "main", "module", "scripts", "sideEffects", "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"}, "title": {"type": "string"}, "description": {"type": "string"}, "imageUrl": {"type": "string"}, "help": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "url"]}, "interface": {"type": "object", "properties": {"hidden": {"type": "boolean"}, "enabled": {"type": "boolean"}, "children": {"type": "string"}}, "required": ["hidden", "enabled", "children"]}, "parameters": {"type": "array", "items": {}}, "blockchains": {"type": "array", "items": {"type": "string"}}, "languages": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "title", "description", "imageUrl", "help", "interface", "parameters", "blockchains", "languages", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "fast_floward", "title" : "Fast Floward", "description" : "Kitty Items for the participants of the Fast Floward bootcamp.", "imageUrl" : "", "help" : {"title" : "", "url" : ""}, "interface" : {"hidden" : false, "enabled" : true, "children" : "form"}, "parameters" : [], "blockchains" : ["flow"], "languages" : ["cadence"], "dependencies" : {}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "imageUrl": {"type": "string"}, "help": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "url"]}, "interface": {"type": "object", "properties": {"hidden": {"type": "boolean"}, "enabled": {"type": "boolean"}, "children": {"type": "string"}}, "required": ["hidden", "enabled", "children"]}, "parameters": {"type": "array", "items": {}}, "blockchains": {"type": "array", "items": {"type": "string"}}, "languages": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "title", "description", "imageUrl", "help", "interface", "parameters", "blockchains", "languages", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"instructions": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "image": {"type": "string"}}, "required": ["instructions", "ingredients", "title", "image"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"instructions" : "Cook pasta according to package directions. Drain pasta; set aside. In a bowl, combine the egg, ricotta and 1/4 cup Parmesan cheese. Spread 1 cup spaghetti sauce in a 13-in. x 9-in. x 2-in. baking dish coated with nonstick cooking spray. Top with a third of the pasta, half of the ricotta mixture, 2/3 cup mozzarella cheese, 1 tablespoon Parmesan cheese and 1 cup sauce. Repeat layers of pasta, ricotta mixture and mozzarella cheese. Sprinkle with 2 tablespoons Parmesan cheese. Top with remaining pasta, sauce mozzarella cheese and Parmesan cheese. Cover and bake at 375 degrees F for 45-50 minutes or until heated through.", "ingredients" : ["1 (16 ounce) package ziti pasta", "1 egg, lightly beaten", "1 (15 ounce) container part-skim ricotta cheese", "1/2 cup grated Parmesan cheese, divided", "1 (28 ounce) jar meatless spaghetti sauce", "2 cups shredded part-skim mozzarella cheese"], "title" : "Baked Ziti Casserole", "image" : "https://images.media-allrecipes.com/userphotos/250x250/991102.jpg"}
json_instruct
{"type": "object", "properties": {"instructions": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "image": {"type": "string"}}, "required": ["instructions", "ingredients", "title", "image"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "sizes": {"type": "string"}, "type": {"type": "string"}}, "required": ["src", "sizes", "type"]}}, "name": {"type": "string"}, "short_name": {"type": "string"}, "orientation": {"type": "string"}, "display": {"type": "string"}, "start_url": {"type": "string"}, "description": {"type": "string"}, "background_color": {"type": "string"}}, "required": ["icons", "name", "short_name", "orientation", "display", "start_url", "description", "background_color"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"icons" : [{"src" : "icon_512x512.87021a27188f66cd4d6ed1d4993944e0.png", "sizes" : "512x512", "type" : "image/png"}, {"src" : "icon_384x384.635f02d51a8651ddc18cb43b8cf43744.png", "sizes" : "384x384", "type" : "image/png"}, {"src" : "icon_256x256.b4b454fa31cb9faab697903e204d0b49.png", "sizes" : "256x256", "type" : "image/png"}, {"src" : "icon_192x192.a862b78ae6f1883a65fe08ad11d4b00a.png", "sizes" : "192x192", "type" : "image/png"}, {"src" : "icon_128x128.75c4a107bf954e5cbc6faec3048aa215.png", "sizes" : "128x128", "type" : "image/png"}, {"src" : "icon_96x96.3b29a12d0daf5e8b1412373d12c15b80.png", "sizes" : "96x96", "type" : "image/png"}], "name" : "ohmyhn", "short_name" : "ohmyhn", "orientation" : "portrait", "display" : "standalone", "start_url" : ".", "description" : "UI client for Hackernews with nested comments and dark theme.", "background_color" : "#ffffff"}
json_instruct
{"type": "object", "properties": {"icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "sizes": {"type": "string"}, "type": {"type": "string"}}, "required": ["src", "sizes", "type"]}}, "name": {"type": "string"}, "short_name": {"type": "string"}, "orientation": {"type": "string"}, "display": {"type": "string"}, "start_url": {"type": "string"}, "description": {"type": "string"}, "background_color": {"type": "string"}}, "required": ["icons", "name", "short_name", "orientation", "display", "start_url", "description", "background_color"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "string"}, "town": {"type": "string"}, "longitude": {"type": "number"}, "latitude": {"type": "number"}, "status": {"type": "integer"}}, "required": ["stationId", "stationGroupId", "name", "lineId", "zipCode", "pref", "city", "town", "longitude", "latitude", "status"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"stationId" : 1141105, "stationGroupId" : 1141105, "name" : "\u5927\u66fd\u6839", "lineId" : 11411, "zipCode" : "461-0022", "pref" : "\u611b\u77e5\u770c", "city" : "\u540d\u53e4\u5c4b\u5e02\u6771\u533a", "town" : "\u6771\u5927\u66fd\u6839\u753a", "longitude" : 136.937161, "latitude" : 35.191508, "status" : 0}
json_instruct
{"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "string"}, "town": {"type": "string"}, "longitude": {"type": "number"}, "latitude": {"type": "number"}, "status": {"type": "integer"}}, "required": ["stationId", "stationGroupId", "name", "lineId", "zipCode", "pref", "city", "town", "longitude", "latitude", "status"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}, "s": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e", "s"]}}}, "required": ["d"]}}, "stem": {"type": "string"}, "tag": {"type": "string"}}, "required": ["t", "h", "stem", "tag"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"t" : "fafawfawen", "h" : [{"d" : [{"f" : "\u8981\u4e82\u653e\u4e00\u5730\uff0c\u8981\u6563\u653e\u6771\u897f\u3002", "e" : ["\ufff9`O~ `f~`a~`fawfawen~ `a~ `mipawali~ `ko~ `panay~.\ufffa\ufffb\u7a3b\u7a40\u8981\u6563\u653e\u8457\u66ec\u3002"], "s" : ["`lalaklaken~"]}]}], "stem" : "fawfaw", "tag" : "[\u758a 2]"}
json_instruct
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}, "s": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e", "s"]}}}, "required": ["d"]}}, "stem": {"type": "string"}, "tag": {"type": "string"}}, "required": ["t", "h", "stem", "tag"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this 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" : "KHATIJHA", "frequency" : 1, "gender" : "female"}]
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": {"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" : [[[149.5, 21.583333333333332], [149.5, 21.666666666666668], [149.625, 21.666666666666668], [149.625, 21.583333333333332], [149.5, 21.583333333333332]]]}, "properties" : {"code" : 324934, "url" : "http://madefor.github.io/0410/api/v1/324934.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/324934.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#"}
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"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"handlebars": {"type": "string"}, "http-server": {"type": "string"}, "lambduh": {"type": "string"}, "mochawesome-report-generator": {"type": "string"}, "tap-mochawesome-reporter": {"type": "string"}}, "required": ["handlebars", "http-server", "lambduh", "mochawesome-report-generator", "tap-mochawesome-reporter"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "mmadoctestsuite", "version" : "1.0.0", "description" : "[![Build Status](https://travis-ci.org/darvin/MMATestSuiteGenerator.svg?branch=master)](https://travis-ci.org/darvin/MMATestSuiteGenerator)", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/darvin/MMATestSuiteGenerator.git"}, "author" : "", "license" : "ISC", "bugs" : {"url" : "https://github.com/darvin/MMATestSuiteGenerator/issues"}, "homepage" : "https://github.com/darvin/MMATestSuiteGenerator#readme", "dependencies" : {"handlebars" : "^4.0.11", "http-server" : "^0.11.1", "lambduh" : "^3.1.0", "mochawesome-report-generator" : "^3.1.2", "tap-mochawesome-reporter" : "^1.0.5"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"handlebars": {"type": "string"}, "http-server": {"type": "string"}, "lambduh": {"type": "string"}, "mochawesome-report-generator": {"type": "string"}, "tap-mochawesome-reporter": {"type": "string"}}, "required": ["handlebars", "http-server", "lambduh", "mochawesome-report-generator", "tap-mochawesome-reporter"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "innutritious", "definition" : "Not nutritious; not furnishing nourishment."}
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": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ast" : null, "code" : "var _jsxFileName = \"/Users/daveregg/git-repository-projects/boilerplates/nextjs-boilerplate/components/layout/footer.js\";\nimport React from \"react\";\nvar __jsx = React.createElement;\n\nconst Footer = () => {\n return __jsx(\"footer\", {\n __self: this,\n __source: {\n fileName: _jsxFileName,\n lineNumber: 3,\n columnNumber: 5\n }\n }, __jsx(\"p\", {\n __self: this,\n __source: {\n fileName: _jsxFileName,\n lineNumber: 4,\n columnNumber: 7\n }\n }, \"Hello from footer\"));\n};\n\nexport default Footer;", "map" : {"version" : 3, "sources" : ["/Users/daveregg/git-repository-projects/boilerplates/nextjs-boilerplate/components/layout/footer.js"], "names" : ["Footer"], "mappings" : ";;;;AAAA,MAAMA,MAAM,GAAG,MAAM;AACnB,SACE;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,KACE;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,yBADF,CADF;AAKD,CAND;;AAQA,eAAeA,MAAf", "sourcesContent" : ["const Footer = () => {\n return (\n <footer>\n <p>Hello from footer</p>\n </footer>\n )\n}\n\nexport default Footer;"]}, "metadata" : {}, "sourceType" : "module"}
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"requires": {"type": "array", "items": {"type": "string"}}, "single_source": {"type": "object", "properties": {"kind": {"type": "string"}, "rel_path": {"type": "string"}}, "required": ["kind", "rel_path"]}}, "required": ["requires", "single_source"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"requires" : ["python", "dcos-image-deps"], "single_source" : {"kind" : "git_local", "rel_path" : "../../"}}
json_instruct
{"type": "object", "properties": {"requires": {"type": "array", "items": {"type": "string"}}, "single_source": {"type": "object", "properties": {"kind": {"type": "string"}, "rel_path": {"type": "string"}}, "required": ["kind", "rel_path"]}}, "required": ["requires", "single_source"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "output_item_id": {"type": "integer"}, "output_item_count": {"type": "integer"}, "time_to_craft_ms": {"type": "integer"}, "disciplines": {"type": "array", "items": {"type": "string"}}, "min_rating": {"type": "integer"}, "flags": {"type": "array", "items": {}}, "ingredients": {"type": "array", "items": {"type": "object", "properties": {"item_id": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["item_id", "count"]}}, "chat_link": {"type": "string"}, "guild_ingredients": {"type": "array", "items": {}}}, "required": ["id", "type", "output_item_id", "output_item_count", "time_to_craft_ms", "disciplines", "min_rating", "flags", "ingredients", "chat_link", "guild_ingredients"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 5574, "type" : "Axe", "output_item_id" : 14944, "output_item_count" : 1, "time_to_craft_ms" : 1000, "disciplines" : ["Weaponsmith"], "min_rating" : 25, "flags" : [], "ingredients" : [{"item_id" : 19787, "count" : 1}, {"item_id" : 12848, "count" : 1}, {"item_id" : 12891, "count" : 1}], "chat_link" : "[&CcYVAAA=]", "guild_ingredients" : []}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "output_item_id": {"type": "integer"}, "output_item_count": {"type": "integer"}, "time_to_craft_ms": {"type": "integer"}, "disciplines": {"type": "array", "items": {"type": "string"}}, "min_rating": {"type": "integer"}, "flags": {"type": "array", "items": {}}, "ingredients": {"type": "array", "items": {"type": "object", "properties": {"item_id": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["item_id", "count"]}}, "chat_link": {"type": "string"}, "guild_ingredients": {"type": "array", "items": {}}}, "required": ["id", "type", "output_item_id", "output_item_count", "time_to_craft_ms", "disciplines", "min_rating", "flags", "ingredients", "chat_link", "guild_ingredients"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "antimetabole", "definition" : "A figure in which the same words or ideas are repeated in transposed order."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "prepublish": {"type": "string"}, "start": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "prepublish", "start", "test"]}, "keywords": {"type": "array", "items": {}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/mocha": {"type": "string"}, "@types/node": {"type": "string"}, "@types/power-assert": {"type": "string"}, "espower-typescript": {"type": "string"}, "mocha": {"type": "string"}, "power-assert": {"type": "string"}, "ts-node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/mocha", "@types/node", "@types/power-assert", "espower-typescript", "mocha", "power-assert", "ts-node", "typescript"]}}, "required": ["name", "version", "description", "main", "types", "scripts", "keywords", "repository", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "webidir-server", "version" : "0.1.0-SNAPSHOT", "description" : "Web Bidirectional Server", "main" : "dist/lib/index.js", "types" : "dist/lib/index.d.ts", "scripts" : {"build" : "tsc", "prepublish" : "npm run build", "start" : "npm run build && node dist/src/index.js", "test" : "mocha --require ts-node/register test/**/*.ts"}, "keywords" : [], "repository" : {"type" : "git", "url" : "https://github.com/nwtgck/webidir-server"}, "author" : "Ryo Ota", "license" : "MIT", "devDependencies" : {"@types/mocha" : "^5.0.0", "@types/node" : "^10.12.24", "@types/power-assert" : "^1.5.0", "espower-typescript" : "^9.0.0", "mocha" : "^5.0.5", "power-assert" : "^1.4.4", "ts-node" : "^7.0.1", "typescript" : "^3.0.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "prepublish": {"type": "string"}, "start": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "prepublish", "start", "test"]}, "keywords": {"type": "array", "items": {}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@types/mocha": {"type": "string"}, "@types/node": {"type": "string"}, "@types/power-assert": {"type": "string"}, "espower-typescript": {"type": "string"}, "mocha": {"type": "string"}, "power-assert": {"type": "string"}, "ts-node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/mocha", "@types/node", "@types/power-assert", "espower-typescript", "mocha", "power-assert", "ts-node", "typescript"]}}, "required": ["name", "version", "description", "main", "types", "scripts", "keywords", "repository", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"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" : "KETAPANG", "originalFilename" : "Adrianu Dapil IV.jpg", "namaPartai" : "Partai Golongan Karya", "id" : 33030, "noUrut" : 1, "nama" : "ADRIANUS", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KETAPANG", "originalFilename" : "IMG_9276.JPG", "namaPartai" : "Partai Golongan Karya", "id" : 194129, "noUrut" : 2, "nama" : "JULIANI", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "KETAPANG", "originalFilename" : "baitul (2).jpg", "namaPartai" : "Partai Golongan Karya", "id" : 95307, "noUrut" : 3, "nama" : "BAITUL RAHMAN", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KETAPANG", "originalFilename" : "IMG-20180522-WA0023.jpg", "namaPartai" : "Partai Golongan Karya", "id" : 189800, "noUrut" : 4, "nama" : "THOMAS FERLYAN, S.IP", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KETAPANG", "originalFilename" : "Pele (2).jpg", "namaPartai" : "Partai Golongan Karya", "id" : 95594, "noUrut" : 5, "nama" : "FRANSISKUS PELE, S.Sos", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "KETAPANG", "originalFilename" : "PHOTO.jpg", "namaPartai" : "Partai Golongan Karya", "id" : 35311, "noUrut" : 6, "nama" : "MASAYU NOPIA ARIANI, S. Kep. Ners", "stringJenisKelamin" : "Perempuan"}]
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#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "reactant": {"type": "string"}, "catalyst": {"type": "string"}, "result": {"type": "object", "properties": {"id": {"type": "string"}, "stack": {"type": "string"}}, "required": ["id", "stack"]}}, "required": ["type", "reactant", "catalyst", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "fabricaeexnihilo:alchemy", "reactant" : "#c:blood", "catalyst" : "minecraft:smooth_sandstone", "result" : {"id" : "item", "stack" : "minecraft:smooth_red_sandstone"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "reactant": {"type": "string"}, "catalyst": {"type": "string"}, "result": {"type": "object", "properties": {"id": {"type": "string"}, "stack": {"type": "string"}}, "required": ["id", "stack"]}}, "required": ["type", "reactant", "catalyst", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"listIndex": {"type": "number"}, "_guid": {"type": "string"}, "customId": {"type": "null"}, "uiElement": {"type": "object", "properties": {"keyFactors": {"type": "array", "items": {}}, "editableContents": {"type": "array", "items": {}}, "variants": {"type": "array", "items": {}}, "contents": {"type": "array", "items": {}}, "timestamp": {"type": "array", "items": {}}, "components": {"type": "array", "items": {}}, "accessPoints": {"type": "array", "items": {}}}, "required": ["keyFactors", "editableContents", "variants", "contents", "timestamp", "components", "accessPoints"]}, "line": {"type": "string"}, "url": {"type": "string"}, "typeRef": {"type": "string"}, "image": {"type": "null"}, "description": {"type": "string"}, "svgImage": {"type": "null"}, "svgImageTransform": {"type": "object", "properties": {"x": {"type": "null"}, "y": {"type": "null"}, "z": {"type": "null"}}, "required": ["x", "y", "z"]}, "timeStamp": {"type": "integer"}}, "required": ["listIndex", "_guid", "customId", "uiElement", "line", "url", "typeRef", "image", "description", "svgImage", "svgImageTransform", "timeStamp"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"listIndex" : 1297.9745778515542, "_guid" : "37c1b65c-1780-4c99-9c31-7e89ea61d10e", "customId" : null, "uiElement" : {"keyFactors" : [], "editableContents" : [], "variants" : [], "contents" : [], "timestamp" : [], "components" : [], "accessPoints" : []}, "line" : "Circular inlets from large to small", "url" : "", "typeRef" : "b7f8d0c8-9ff2-4c11-af9b-b4062624b8b7", "image" : null, "description" : "Our idea is to provide an arrangement of circular holes with inlets in various sizes from large to small so that you are able to organize your stuff by size. For the smallest hole we could even go with an LED that shows the status of the Armadillo brain (the Raspberry Pi).", "svgImage" : null, "svgImageTransform" : {"x" : null, "y" : null, "z" : null}, "timeStamp" : 1627138774675}
json_instruct
{"type": "object", "properties": {"listIndex": {"type": "number"}, "_guid": {"type": "string"}, "customId": {"type": "null"}, "uiElement": {"type": "object", "properties": {"keyFactors": {"type": "array", "items": {}}, "editableContents": {"type": "array", "items": {}}, "variants": {"type": "array", "items": {}}, "contents": {"type": "array", "items": {}}, "timestamp": {"type": "array", "items": {}}, "components": {"type": "array", "items": {}}, "accessPoints": {"type": "array", "items": {}}}, "required": ["keyFactors", "editableContents", "variants", "contents", "timestamp", "components", "accessPoints"]}, "line": {"type": "string"}, "url": {"type": "string"}, "typeRef": {"type": "string"}, "image": {"type": "null"}, "description": {"type": "string"}, "svgImage": {"type": "null"}, "svgImageTransform": {"type": "object", "properties": {"x": {"type": "null"}, "y": {"type": "null"}, "z": {"type": "null"}}, "required": ["x", "y", "z"]}, "timeStamp": {"type": "integer"}}, "required": ["listIndex", "_guid", "customId", "uiElement", "line", "url", "typeRef", "image", "description", "svgImage", "svgImageTransform", "timeStamp"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"@context": {"type": "array", "items": {"type": "string"}}, "id": {"type": "string"}, "authentication": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "controller": {"type": "string"}, "publicKeyBase58": {"type": "string"}}, "required": ["id", "type", "controller", "publicKeyBase58"]}}, "capabilityDelegation": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "controller": {"type": "string"}, "publicKeyBase58": {"type": "string"}}, "required": ["id", "type", "controller", "publicKeyBase58"]}}, "capabilityInvocation": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "controller": {"type": "string"}, "publicKeyBase58": {"type": "string"}}, "required": ["id", "type", "controller", "publicKeyBase58"]}}}, "required": ["@context", "id", "authentication", "capabilityDelegation", "capabilityInvocation"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"@context" : ["https://w3id.org/did/v0.11", "https://w3id.org/veres-one/v1"], "id" : "did:v1:test:nym:z6MknhtcAH8sFkaZrweFpKF4yifrUyF2U6ej85WM87PhgSQ5", "authentication" : [{"id" : "did:v1:test:nym:z6MknhtcAH8sFkaZrweFpKF4yifrUyF2U6ej85WM87PhgSQ5#z6MkuC6Lt45qCjZ21rqfTpdt4s5yh2bsE7cjPh4WQFQYDxob", "type" : "Ed25519VerificationKey2018", "controller" : "did:v1:test:nym:z6MknhtcAH8sFkaZrweFpKF4yifrUyF2U6ej85WM87PhgSQ5", "publicKeyBase58" : "FjqJHoqPsC4YuMzxnFg3DmXysTL1pENNhg9aZySXJk2D"}], "capabilityDelegation" : [{"id" : "did:v1:test:nym:z6MknhtcAH8sFkaZrweFpKF4yifrUyF2U6ej85WM87PhgSQ5#z6Mkp9WuN3Hft34M3eE7UtZaLtaacpAKNpXKwhaN7im4KCWn", "type" : "Ed25519VerificationKey2018", "controller" : "did:v1:test:nym:z6MknhtcAH8sFkaZrweFpKF4yifrUyF2U6ej85WM87PhgSQ5", "publicKeyBase58" : "AhFrmo3EYVZsw9PQoKbjVo2aoEtTxwGyFgfSHSo3PyjQ"}], "capabilityInvocation" : [{"id" : "did:v1:test:nym:z6MknhtcAH8sFkaZrweFpKF4yifrUyF2U6ej85WM87PhgSQ5#z6MknhtcAH8sFkaZrweFpKF4yifrUyF2U6ej85WM87PhgSQ5", "type" : "Ed25519VerificationKey2018", "controller" : "did:v1:test:nym:z6MknhtcAH8sFkaZrweFpKF4yifrUyF2U6ej85WM87PhgSQ5", "publicKeyBase58" : "9FdZa2tRvD66kSoZ8kHE8d7rfPyB4DQNS4bRHqRgmDch"}]}
json_instruct
{"type": "object", "properties": {"@context": {"type": "array", "items": {"type": "string"}}, "id": {"type": "string"}, "authentication": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "controller": {"type": "string"}, "publicKeyBase58": {"type": "string"}}, "required": ["id", "type", "controller", "publicKeyBase58"]}}, "capabilityDelegation": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "controller": {"type": "string"}, "publicKeyBase58": {"type": "string"}}, "required": ["id", "type", "controller", "publicKeyBase58"]}}, "capabilityInvocation": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "controller": {"type": "string"}, "publicKeyBase58": {"type": "string"}}, "required": ["id", "type", "controller", "publicKeyBase58"]}}}, "required": ["@context", "id", "authentication", "capabilityDelegation", "capabilityInvocation"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"900535344": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900535345": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900535346": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900535347": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900535348": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900535344", "900535345", "900535346", "900535347", "900535348"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"900535344" : {"nama" : "TPS 1", "dapil" : [3509, 13512, 2352202]}, "900535345" : {"nama" : "TPS 2", "dapil" : [3509, 13512, 2352202]}, "900535346" : {"nama" : "TPS 3", "dapil" : [3509, 13512, 2352202]}, "900535347" : {"nama" : "TPS 4", "dapil" : [3509, 13512, 2352202]}, "900535348" : {"nama" : "TPS 5", "dapil" : [3509, 13512, 2352202]}}
json_instruct
{"type": "object", "properties": {"900535344": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900535345": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900535346": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900535347": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900535348": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900535344", "900535345", "900535346", "900535347", "900535348"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"meta": {"type": "object", "properties": {"created_date": {"type": "string"}, "updated_date": {"type": "string"}, "field_reference": {"type": "string"}, "api_version": {"type": "string"}, "api_url": {"type": "string"}, "object_url": {"type": "string"}, "process": {"type": "object", "properties": {"source_code": {"type": "string"}, "source_data": {"type": "string"}, "deployment_target": {"type": "string"}}, "required": ["source_code", "source_data", "deployment_target"]}, "refresh_frequency": {"type": "string"}}, "required": ["created_date", "updated_date", "field_reference", "api_version", "api_url", "object_url", "process", "refresh_frequency"]}, "data": {"type": "object", "properties": {"id": {"type": "integer"}, "date": {"type": "string"}, "date_gmt": {"type": "string"}, "guid": {"type": "string"}, "modified": {"type": "string"}, "modified_gmt": {"type": "string"}, "slug": {"type": "string"}, "status": {"type": "string"}, "type": {"type": "string"}, "link": {"type": "string"}, "title": {"type": "string"}, "excerpt": {"type": "string"}, "author": {"type": "string"}, "featured_media": {"type": "integer"}, "comment_status": {"type": "string"}, "ping_status": {"type": "string"}, "sticky": {"type": "boolean"}, "template": {"type": "string"}, "format": {"type": "string"}, "meta": {"type": "array", "items": {}}, "categories": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {"type": "string"}}, "wordpress_url": {"type": "string"}}, "required": ["id", "date", "date_gmt", "guid", "modified", "modified_gmt", "slug", "status", "type", "link", "title", "excerpt", "author", "featured_media", "comment_status", "ping_status", "sticky", "template", "format", "meta", "categories", "tags", "wordpress_url"]}}, "required": ["meta", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"meta" : {"created_date" : "2020-04-21T21:36:29", "updated_date" : "2020-04-21T22:12:05", "field_reference" : "https://developer.wordpress.org/rest-api/reference/posts/", "api_version" : "v2", "api_url" : "https://as-go-covid19-d-001.azurewebsites.net/wp-json/wp/v2/", "object_url" : "https://as-go-covid19-d-001.azurewebsites.net/wp-json/wp/v2/posts/1834", "process" : {"source_code" : "https://github.com/cagov/wordpress-to-github", "source_data" : "https://as-go-covid19-d-001.azurewebsites.net", "deployment_target" : "https://github.com/cagov/automation-development-target/tree/main"}, "refresh_frequency" : "as needed"}, "data" : {"id" : 1834, "date" : "2020-04-21T21:36:29", "date_gmt" : "2020-04-21T21:36:29", "guid" : "http://as-go-covid19-d-001.azurewebsites.net/?p=1834", "modified" : "2020-04-21T22:12:05", "modified_gmt" : "2020-04-21T22:12:05", "slug" : "do-dont-vi", "status" : "publish", "type" : "post", "link" : "https://as-go-covid19-d-001.azurewebsites.net/2020/04/21/do-dont-vi/", "title" : "do don&#8217;t vi", "excerpt" : "<p>used on the homepage Headers N\u00ean Kh\u00f4ng n\u00ean do donot \u1ede nh\u00e0 R\u1eddi kh\u1ecfi nh\u00e0 tr\u1eeb nh\u1eefng ho\u1ea1t \u0111\u1ed9ng thi\u1ebft y\u1ebfu Tr\u00e1nh ti\u1ebfp x\u00fac v\u1edbi nh\u1eefng ng\u01b0\u1eddi kh\u00f4ng ph\u1ea3i ng\u01b0\u1eddi c\u00f9ng nh\u00e0 c\u1ee7a qu\u00fd v\u1ecb B\u1eaft tay R\u1eeda tay th\u01b0\u1eddng xuy\u00ean b\u1eb1ng x\u00e0 ph\u00f2ng v\u00e0 n\u01b0\u1edbc trong \u00edt nh\u1ea5t 20 gi\u00e2y Ch\u1ea1m v\u00e0o m\u1eb7t qu\u00fd [&hellip;]</p>\n", "author" : "Aaron Hans", "featured_media" : 0, "comment_status" : "closed", "ping_status" : "open", "sticky" : false, "template" : "", "format" : "standard", "meta" : [], "categories" : ["do and do not"], "tags" : ["lang-vi", "table-data"], "wordpress_url" : "https://as-go-covid19-d-001.azurewebsites.net/2020/04/21/do-dont-vi/"}}
json_instruct
{"type": "object", "properties": {"meta": {"type": "object", "properties": {"created_date": {"type": "string"}, "updated_date": {"type": "string"}, "field_reference": {"type": "string"}, "api_version": {"type": "string"}, "api_url": {"type": "string"}, "object_url": {"type": "string"}, "process": {"type": "object", "properties": {"source_code": {"type": "string"}, "source_data": {"type": "string"}, "deployment_target": {"type": "string"}}, "required": ["source_code", "source_data", "deployment_target"]}, "refresh_frequency": {"type": "string"}}, "required": ["created_date", "updated_date", "field_reference", "api_version", "api_url", "object_url", "process", "refresh_frequency"]}, "data": {"type": "object", "properties": {"id": {"type": "integer"}, "date": {"type": "string"}, "date_gmt": {"type": "string"}, "guid": {"type": "string"}, "modified": {"type": "string"}, "modified_gmt": {"type": "string"}, "slug": {"type": "string"}, "status": {"type": "string"}, "type": {"type": "string"}, "link": {"type": "string"}, "title": {"type": "string"}, "excerpt": {"type": "string"}, "author": {"type": "string"}, "featured_media": {"type": "integer"}, "comment_status": {"type": "string"}, "ping_status": {"type": "string"}, "sticky": {"type": "boolean"}, "template": {"type": "string"}, "format": {"type": "string"}, "meta": {"type": "array", "items": {}}, "categories": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {"type": "string"}}, "wordpress_url": {"type": "string"}}, "required": ["id", "date", "date_gmt", "guid", "modified", "modified_gmt", "slug", "status", "type", "link", "title", "excerpt", "author", "featured_media", "comment_status", "ping_status", "sticky", "template", "format", "meta", "categories", "tags", "wordpress_url"]}}, "required": ["meta", "data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "dependencies": {"type": "object", "properties": {"constants": {"type": "string"}, "crypto": {"type": "string"}, "request": {"type": "string"}, "assert": {"type": "string"}, "dotenv": {"type": "string"}, "fs": {"type": "string"}}, "required": ["constants", "crypto", "request", "assert", "dotenv", "fs"]}, "devDependencies": {"type": "object", "properties": {"jshint": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["jshint", "mocha"]}, "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"}}, "required": ["name", "version", "description", "main", "directories", "dependencies", "devDependencies", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "mpesalib", "version" : "0.0.2", "description" : "Daraja API nodejs library", "main" : "src/mpesalib.js", "directories" : {"test" : "test"}, "dependencies" : {"constants" : "^0.0.2", "crypto" : "^1.0.1", "request" : "^2.88.0", "assert" : "^1.4.1", "dotenv" : "^6.2.0", "fs" : "^0.0.1-security"}, "devDependencies" : {"jshint" : "^2.9.7", "mocha" : "^5.2.0"}, "scripts" : {"test" : "jshint src/mpesalib.js"}, "repository" : {"type" : "git", "url" : "git+https://github.com/matrixjnr/mpesa-node-api.git"}, "keywords" : ["Mpesa", "Daraja", "MpesaAPI"], "author" : "John Simiyu", "license" : "MIT", "bugs" : {"url" : "https://github.com/matrixjnr/mpesa-node-api/issues"}, "homepage" : "https://github.com/matrixjnr/mpesa-node-api#readme"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "dependencies": {"type": "object", "properties": {"constants": {"type": "string"}, "crypto": {"type": "string"}, "request": {"type": "string"}, "assert": {"type": "string"}, "dotenv": {"type": "string"}, "fs": {"type": "string"}}, "required": ["constants", "crypto", "request", "assert", "dotenv", "fs"]}, "devDependencies": {"type": "object", "properties": {"jshint": {"type": "string"}, "mocha": {"type": "string"}}, "required": ["jshint", "mocha"]}, "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"}}, "required": ["name", "version", "description", "main", "directories", "dependencies", "devDependencies", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"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" : ["Wash the potato slices well and dry them on a towel. Pour a thin layer of heavy cream on the bottom of a 9\" by 12\" baking dish and alternate layers of potatoes and cheese.Top with cream. Add salt and pepper to taste. Cover with foil and place in a pan of hot water. Bake at 350\u00b0F. until the potatoes are just tender. If all the cream has been absorbed, add more. Remove from pan of water, take off foil and replace in the oven to brown lightly. Just before serving, sprinkle with cheese and brown again. This is delicious served with baby lamb."], "ingredients" : ["3-4 large potatoes, cut in thin slices", "1 cup or more heavy cream", "2/3 cup grated Gruy\u00e8re cheese", "Salt, pepper"], "language" : "en-US", "source" : "www.epicurious.com", "tags" : ["Milk/Cream", "Cheese", "Potato", "Side", "Bake", "Casserole/Gratin", "Winter", "Swiss Cheese", "House & Garden", "Sugar Conscious", "Vegetarian", "Pescatarian", "Wheat/Gluten-Free", "Peanut Free", "Tree Nut Free", "Soy Free", "No Sugar Added", "Kosher"], "title" : "Gratin of Potatoes", "url" : "http://www.epicurious.com/recipes/food/views/gratin-of-potatoes-20006"}
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#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "remarks": {"type": "string"}, "statement": {"type": "string"}}, "required": ["citations", "names", "language", "lookupTerms", "metaLanguage", "remarks", "statement"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"citations" : [{"textCitation" : "[See btwnzge0 on Metamath](http://us.metamath.org/mpegif/btwnzge0.html)"}], "names" : ["btwnzge0"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_cA", "#T_wcel", "#T_cr", "#T_wa", "#T_cN", "#T_wcel", "#T_cz", "#T_wa", "#T_cN", "#T_cle", "#T_cA", "#T_wa", "#T_cA", "#T_clt", "#T_cN", "#T_caddc", "#T_c1", "#T_wi", "#T_cc0", "#T_cle", "#T_cA", "#T_wb", "#T_cc0", "#T_cle", "#T_cN"], "metaLanguage" : "METAMATH", "remarks" : " A real bounded between an integer and its successor is nonnegative iff the integer is nonnegative. Second half of Lemma 13-4.1 of [Gleason] p. 217. (For the first half see ~ rebtwnz .) (Contributed by NM, 12-Mar-2005.) ", "statement" : "btwnzge0 $p |- ( ( ( A e. RR /\\ N e. ZZ ) /\\ ( N <_ A /\\ A < ( N + 1 ) ) ) -> ( 0 <_ A <-> 0 <_ N ) ) $."}
json_instruct
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "remarks": {"type": "string"}, "statement": {"type": "string"}}, "required": ["citations", "names", "language", "lookupTerms", "metaLanguage", "remarks", "statement"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "portemonnaie", "definition" : "A small pocketbook or wallet for carrying money."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "includedInParent": {"type": "boolean"}, "mtime": {"type": "integer"}}, "required": ["name", "includedInParent", "mtime"]}}, "generated": {"type": "object", "properties": {"js": {"type": "string"}}, "required": ["js"]}, "sourceMaps": {"type": "null"}, "error": {"type": "null"}, "hash": {"type": "string"}, "cacheData": {"type": "object", "properties": {"env": {"type": "object", "properties": {}, "required": []}}, "required": ["env"]}}, "required": ["id", "dependencies", "generated", "sourceMaps", "error", "hash", "cacheData"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "JhvP", "dependencies" : [{"name" : "/home/friday13/Documents/yuceltoluyag.github.io/.babelrc", "includedInParent" : true, "mtime" : 1617035339000}, {"name" : "/home/friday13/Documents/yuceltoluyag.github.io/package.json", "includedInParent" : true, "mtime" : 1619656072435}, {"name" : "/home/friday13/Documents/yuceltoluyag.github.io/.browserslistrc", "includedInParent" : true, "mtime" : 1617035339000}], "generated" : {"js" : "document.addEventListener(\"DOMContentLoaded\",function(t){var e=Array.prototype.slice.call(document.querySelectorAll(\".navbar-burger\"),0);e.length>0&&e.forEach(function(t){t.addEventListener(\"click\",function(){var e=t.dataset.target,n=document.getElementById(e);t.classList.toggle(\"is-active\"),n.classList.toggle(\"is-active\")})})});"}, "sourceMaps" : null, "error" : null, "hash" : "c3b2d1065dbf85a5d2062519cf2988eb", "cacheData" : {"env" : {}}}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "includedInParent": {"type": "boolean"}, "mtime": {"type": "integer"}}, "required": ["name", "includedInParent", "mtime"]}}, "generated": {"type": "object", "properties": {"js": {"type": "string"}}, "required": ["js"]}, "sourceMaps": {"type": "null"}, "error": {"type": "null"}, "hash": {"type": "string"}, "cacheData": {"type": "object", "properties": {"env": {"type": "object", "properties": {}, "required": []}}, "required": ["env"]}}, "required": ["id", "dependencies", "generated", "sourceMaps", "error", "hash", "cacheData"], "$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" : [[[124.625, 41.083333333333336], [124.625, 41.166666666666664], [124.75, 41.166666666666664], [124.75, 41.083333333333336], [124.625, 41.083333333333336]]]}, "properties" : {"code" : 612455, "url" : "http://madefor.github.io/0410/api/v1/612455.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/612455.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": {"user": {"type": "string"}, "repos": {"type": "integer"}, "login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "url": {"type": "string"}, "html_url": {"type": "string"}, "followers_url": {"type": "string"}, "following_url": {"type": "string"}, "gists_url": {"type": "string"}, "starred_url": {"type": "string"}, "subscriptions_url": {"type": "string"}, "organizations_url": {"type": "string"}, "repos_url": {"type": "string"}, "events_url": {"type": "string"}, "received_events_url": {"type": "string"}, "type": {"type": "string"}, "site_admin": {"type": "boolean"}, "name": {"type": "string"}, "company": {"type": "null"}, "blog": {"type": "null"}, "location": {"type": "null"}, "email": {"type": "null"}, "hireable": {"type": "null"}, "bio": {"type": "null"}, "public_repos": {"type": "integer"}, "public_gists": {"type": "integer"}, "followers": {"type": "integer"}, "following": {"type": "integer"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["user", "repos", "login", "id", "avatar_url", "url", "html_url", "followers_url", "following_url", "gists_url", "starred_url", "subscriptions_url", "organizations_url", "repos_url", "events_url", "received_events_url", "type", "site_admin", "name", "company", "blog", "location", "email", "hireable", "bio", "public_repos", "public_gists", "followers", "following", "created_at", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"user" : "bverjat", "repos" : 1, "login" : "bverjat", "id" : 1086570, "avatar_url" : "https://avatars0.githubusercontent.com/u/1086570?v=3", "url" : "https://api.github.com/users/bverjat", "html_url" : "https://github.com/bverjat", "followers_url" : "https://api.github.com/users/bverjat/followers", "following_url" : "https://api.github.com/users/bverjat/following{/other_user}", "gists_url" : "https://api.github.com/users/bverjat/gists{/gist_id}", "starred_url" : "https://api.github.com/users/bverjat/starred{/owner}{/repo}", "subscriptions_url" : "https://api.github.com/users/bverjat/subscriptions", "organizations_url" : "https://api.github.com/users/bverjat/orgs", "repos_url" : "https://api.github.com/users/bverjat/repos", "events_url" : "https://api.github.com/users/bverjat/events{/privacy}", "received_events_url" : "https://api.github.com/users/bverjat/received_events", "type" : "User", "site_admin" : false, "name" : "b", "company" : null, "blog" : null, "location" : null, "email" : null, "hireable" : null, "bio" : null, "public_repos" : 10, "public_gists" : 1, "followers" : 2, "following" : 7, "created_at" : "2011-09-28T10:44:52Z", "updated_at" : "2016-11-28T14:54:53Z"}
json_instruct
{"type": "object", "properties": {"user": {"type": "string"}, "repos": {"type": "integer"}, "login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "url": {"type": "string"}, "html_url": {"type": "string"}, "followers_url": {"type": "string"}, "following_url": {"type": "string"}, "gists_url": {"type": "string"}, "starred_url": {"type": "string"}, "subscriptions_url": {"type": "string"}, "organizations_url": {"type": "string"}, "repos_url": {"type": "string"}, "events_url": {"type": "string"}, "received_events_url": {"type": "string"}, "type": {"type": "string"}, "site_admin": {"type": "boolean"}, "name": {"type": "string"}, "company": {"type": "null"}, "blog": {"type": "null"}, "location": {"type": "null"}, "email": {"type": "null"}, "hireable": {"type": "null"}, "bio": {"type": "null"}, "public_repos": {"type": "integer"}, "public_gists": {"type": "integer"}, "followers": {"type": "integer"}, "following": {"type": "integer"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["user", "repos", "login", "id", "avatar_url", "url", "html_url", "followers_url", "following_url", "gists_url", "starred_url", "subscriptions_url", "organizations_url", "repos_url", "events_url", "received_events_url", "type", "site_admin", "name", "company", "blog", "location", "email", "hireable", "bio", "public_repos", "public_gists", "followers", "following", "created_at", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "version": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"pretest": {"type": "string"}, "test": {"type": "string"}}, "required": ["pretest", "test"]}, "devDependencies": {"type": "object", "properties": {"babel-core": {"type": "string"}, "babel-loader": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "babel-register": {"type": "string"}, "chai": {"type": "string"}, "grunt": {"type": "string"}, "grunt-contrib-copy": {"type": "string"}, "grunt-crx": {"type": "string"}, "grunt-webpack": {"type": "string"}, "mocha": {"type": "string"}, "ts-loader": {"type": "string"}, "typescript": {"type": "string"}, "webpack": {"type": "string"}, "webpack-dev-server": {"type": "string"}}, "required": ["babel-core", "babel-loader", "babel-preset-es2015", "babel-register", "chai", "grunt", "grunt-contrib-copy", "grunt-crx", "grunt-webpack", "mocha", "ts-loader", "typescript", "webpack", "webpack-dev-server"]}}, "required": ["name", "private", "version", "license", "repository", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "time-shield", "private" : true, "version" : "0.0.1", "license" : "MIT", "repository" : {"type" : "git", "url" : "https://github.com/twschiller/time-shield.git"}, "scripts" : {"pretest" : "tsc -p test", "test" : "mocha --require babel-core/register test-dist/**/*.js"}, "devDependencies" : {"babel-core" : "^6.3.26", "babel-loader" : "^6.2.0", "babel-preset-es2015" : "^6.3.13", "babel-register" : "^6.3.13", "chai" : "^3.4.1", "grunt" : "^0.4.5", "grunt-contrib-copy" : "^0.8.2", "grunt-crx" : "^1.0.3", "grunt-webpack" : "^1.0.11", "mocha" : "^2.3.4", "ts-loader" : "^0.7.2", "typescript" : "^1.7.5", "webpack" : "^1.12.9", "webpack-dev-server" : "^1.14.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "version": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"pretest": {"type": "string"}, "test": {"type": "string"}}, "required": ["pretest", "test"]}, "devDependencies": {"type": "object", "properties": {"babel-core": {"type": "string"}, "babel-loader": {"type": "string"}, "babel-preset-es2015": {"type": "string"}, "babel-register": {"type": "string"}, "chai": {"type": "string"}, "grunt": {"type": "string"}, "grunt-contrib-copy": {"type": "string"}, "grunt-crx": {"type": "string"}, "grunt-webpack": {"type": "string"}, "mocha": {"type": "string"}, "ts-loader": {"type": "string"}, "typescript": {"type": "string"}, "webpack": {"type": "string"}, "webpack-dev-server": {"type": "string"}}, "required": ["babel-core", "babel-loader", "babel-preset-es2015", "babel-register", "chai", "grunt", "grunt-contrib-copy", "grunt-crx", "grunt-webpack", "mocha", "ts-loader", "typescript", "webpack", "webpack-dev-server"]}}, "required": ["name", "private", "version", "license", "repository", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "integer"}, "date": {"type": "string"}, "user": {"type": "string"}, "post": {"type": "string"}}, "required": ["id", "date", "user", "post"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 152462, "date" : "2018-09-29 06:45:17", "user" : "AnthonySmith", "post" : "Hi Folks,\r\n\r\nThis is a new service offering from Inception Hosting, if it is popular I will ramp it up pretty quick.\r\n\r\nThe package that fits the LET pricing is as follows:\r\n\r\n1 CPU Core\r\n2 GB RAM\r\n400 GB Raid 5 Disk space\r\n2TB Outbound BW\r\nUnmetered inbound BW\r\n1 x IPv4\r\n\r\n&lt;a href=\"https://clients.inceptionhosting.com/cart.php?gid=30\" /&gt;Order Link&lt;/a&gt;\r\n\r\nRegular Price \u20ac5.25 p/month\r\n\r\nGet 50% off your first months payment with coupon code: JT7MZ58ZK8\r\n\r\nOther packages available up to 8GB Ram and 1600GB Disk space.\r\n\r\nThere are no specific restrictions however you should purchase this with the primary use being storage which is why all packages come with 1 CPU core, this is also a confirmation field on the order form.\r\n\r\nThe same packages in the UK are coming soon, follow Inception hosting on twitter for best price pre order offers: &lt;a href=\"https://twitter.com/Inception_VPS\"&gt;Twitter&lt;/a&gt;\r\n\r\nAnthony."}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "date": {"type": "string"}, "user": {"type": "string"}, "post": {"type": "string"}}, "required": ["id", "date", "user", "post"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"_blockType": {"type": "string"}, "_id": {"type": "string"}, "label": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["_blockType", "_id", "label", "required"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"_blockType" : "Checkbox", "_id" : "miam-requirement_acknowledgement", "label" : "I understand the legal requirements for attending a MIAM\r\n!abbr:MIAM!", "required" : true}
json_instruct
{"type": "object", "properties": {"_blockType": {"type": "string"}, "_id": {"type": "string"}, "label": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["_blockType", "_id", "label", "required"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"es6-promisify": {"type": "string"}, "firebase-admin": {"type": "string"}, "inquirer": {"type": "string"}, "lodash": {"type": "string"}, "transmutation": {"type": "string"}}, "required": ["es6-promisify", "firebase-admin", "inquirer", "lodash", "transmutation"]}, "private": {"type": "boolean"}}, "required": ["name", "description", "dependencies", "private"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "hermes", "description" : "Cards Against Humanity in Facebook Messenger", "dependencies" : {"es6-promisify" : "^5.0.0", "firebase-admin" : "~4.2.1", "inquirer" : "^3.3.0", "lodash" : "^4.17.4", "transmutation" : "^0.0.16"}, "private" : true}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"es6-promisify": {"type": "string"}, "firebase-admin": {"type": "string"}, "inquirer": {"type": "string"}, "lodash": {"type": "string"}, "transmutation": {"type": "string"}}, "required": ["es6-promisify", "firebase-admin", "inquirer", "lodash", "transmutation"]}, "private": {"type": "boolean"}}, "required": ["name", "description", "dependencies", "private"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"files": {"type": "object", "properties": {"Cargo.toml": {"type": "string"}, "LICENSE": {"type": "string"}, "Readme.md": {"type": "string"}, "src/asyncio.rs": {"type": "string"}, "src/enclave.rs": {"type": "string"}, "src/env.rs": {"type": "string"}, "src/event.rs": {"type": "string"}, "src/fd.rs": {"type": "string"}, "src/file.rs": {"type": "string"}, "src/lib.rs": {"type": "string"}, "src/mem.rs": {"type": "string"}, "src/net.rs": {"type": "string"}, "src/pipe.rs": {"type": "string"}, "src/process.rs": {"type": "string"}, "src/signal.rs": {"type": "string"}, "src/socket.rs": {"type": "string"}, "src/sys.rs": {"type": "string"}, "src/thread.rs": {"type": "string"}, "src/time.rs": {"type": "string"}}, "required": ["Cargo.toml", "LICENSE", "Readme.md", "src/asyncio.rs", "src/enclave.rs", "src/env.rs", "src/event.rs", "src/fd.rs", "src/file.rs", "src/lib.rs", "src/mem.rs", "src/net.rs", "src/pipe.rs", "src/process.rs", "src/signal.rs", "src/socket.rs", "src/sys.rs", "src/thread.rs", "src/time.rs"]}, "package": {"type": "null"}}, "required": ["files", "package"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"files" : {"Cargo.toml" : "6af71056561fded49f9c7f63c94e64cfaf7e6efae308987f7643c1ef6dd781a3", "LICENSE" : "cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30", "Readme.md" : "79cb6cc89cd6ffbf67897a5d1fa7b4db74511ffaf3f44740e286ee4eadc5a594", "src/asyncio.rs" : "ad4cb4041693c66c34478aa15c94fc6d731546f4cdbc6b6ea276c90c1d8f2e41", "src/enclave.rs" : "ddad4000c217e247d1487dc2be71bc3d9b2ff32e650b9e380ecd316f71e81850", "src/env.rs" : "02f51c98032ebacea725d6cc38604d67b695e3d6d415a32c0997a26ae7789ef1", "src/event.rs" : "da711eae162ad9d28d254c3d44192af137af1b5d345c160f8cad9c2b92aade52", "src/fd.rs" : "441b65927e4b85c2a93ab1f5aa59c89b86a32187d3bce7507a90d0247e17d982", "src/file.rs" : "472df94438758b1491bf403a7a477ff6b650222eabf2ee26f6747a4e58f9d48f", "src/lib.rs" : "1b6b097aa871d3dec69da6df62bf16785926d4c08c0997ce7340f7fa7f0be922", "src/mem.rs" : "3349af262371b603bb879d3e1f52ecd7addc08cddf7613f01bf9cd881ea22565", "src/net.rs" : "5be3aa358251629faaec1bd23bbfe7e2e75711fd17b2842a26ba51256fce43a1", "src/pipe.rs" : "06e37cb9b8b35e86956f46af4f57459aad0aff6a0593bd56b6ad0e13e4deef3b", "src/process.rs" : "8c5920cf68e0fd5017ef865d5fb7b0250949d0ccff4a71a9d5774dbddce13765", "src/signal.rs" : "1ea66c1d5749004a8a2cb707fc4a6db7a2aa3f96397d3d006c4c688a859e4a08", "src/socket.rs" : "8fdaf01377a519931ae5276d82c6b238345a6bff60f5967e975830883182edb9", "src/sys.rs" : "122430bf551f47c3161c08b498f65dd393cd01ba7326a5e49bf7e3f291fe9a9f", "src/thread.rs" : "a976638ffb1580c7747dcba0b19bfefca32db40f8c2d505b092ff1365ffa33bd", "src/time.rs" : "bad980cb1b9ffac21f12fc765a3392ab3c4d4d6b3316a32e9a42c336e07ed171"}, "package" : null}
json_instruct
{"type": "object", "properties": {"files": {"type": "object", "properties": {"Cargo.toml": {"type": "string"}, "LICENSE": {"type": "string"}, "Readme.md": {"type": "string"}, "src/asyncio.rs": {"type": "string"}, "src/enclave.rs": {"type": "string"}, "src/env.rs": {"type": "string"}, "src/event.rs": {"type": "string"}, "src/fd.rs": {"type": "string"}, "src/file.rs": {"type": "string"}, "src/lib.rs": {"type": "string"}, "src/mem.rs": {"type": "string"}, "src/net.rs": {"type": "string"}, "src/pipe.rs": {"type": "string"}, "src/process.rs": {"type": "string"}, "src/signal.rs": {"type": "string"}, "src/socket.rs": {"type": "string"}, "src/sys.rs": {"type": "string"}, "src/thread.rs": {"type": "string"}, "src/time.rs": {"type": "string"}}, "required": ["Cargo.toml", "LICENSE", "Readme.md", "src/asyncio.rs", "src/enclave.rs", "src/env.rs", "src/event.rs", "src/fd.rs", "src/file.rs", "src/lib.rs", "src/mem.rs", "src/net.rs", "src/pipe.rs", "src/process.rs", "src/signal.rs", "src/socket.rs", "src/sys.rs", "src/thread.rs", "src/time.rs"]}, "package": {"type": "null"}}, "required": ["files", "package"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["00002", "00003", "00005", "00006", "00008", "00010", "00022", "00026", "00027", "00028", "00030", "00031", "00032", "00036"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"versions": {"type": "array", "items": {"type": "object", "properties": {"version": {"type": "string"}, "date": {"type": "string"}}, "required": ["version", "date"]}}}, "required": ["versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"versions" : [{"version" : "v1.20.4", "date" : "2021-04-12"}, {"version" : "v1.19.8", "date" : "2021-05-13"}, {"version" : "v1.19.6", "date" : "2021-01-05"}, {"version" : "v1.18.9", "date" : "2020-11-02"}, {"version" : "v1.17.12", "date" : "2020-11-02"}, {"version" : "v1.16.15", "date" : "2020-11-02"}]}
json_instruct
{"type": "object", "properties": {"versions": {"type": "array", "items": {"type": "object", "properties": {"version": {"type": "string"}, "date": {"type": "string"}}, "required": ["version", "date"]}}}, "required": ["versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "uuid": {"type": "string"}, "description": {"type": "string"}, "event_class__name": {"type": "string"}, "preference": {"type": "integer"}, "patterns": {"type": "array", "items": {"type": "object", "properties": {"key_re": {"type": "string"}, "value_re": {"type": "string"}}, "required": ["key_re", "value_re"]}}}, "required": ["name", "uuid", "description", "event_class__name", "preference", "patterns"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Linksys | SPS2xx | Unknown | Ignore Logging started (SYSLOG)", "uuid" : "ef9d2376-b9b0-42a3-8bc3-efc8ecc819bb", "description" : "%SYSLOG-N-LOGGING: Logging started.", "event_class__name" : "Unknown | Ignore", "preference" : 1000, "patterns" : [{"key_re" : "^source$", "value_re" : "^syslog$"}, {"key_re" : "^profile$", "value_re" : "^Linksys\\.SPS2xx$"}, {"key_re" : "^message$", "value_re" : "^%SYSLOG-N-LOGGING: Logging started\\.$"}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "uuid": {"type": "string"}, "description": {"type": "string"}, "event_class__name": {"type": "string"}, "preference": {"type": "integer"}, "patterns": {"type": "array", "items": {"type": "object", "properties": {"key_re": {"type": "string"}, "value_re": {"type": "string"}}, "required": ["key_re", "value_re"]}}}, "required": ["name", "uuid", "description", "event_class__name", "preference", "patterns"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0x04ec339271ed913ee4104cb3d03574d72d7e5ac9", "tool" : "oyente", "start" : 1563514350.993735, "end" : 1563514353.5763369, "duration" : 2.58260178565979, "analysis" : []}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"html2pdf.js": {"type": "string"}, "html2pdf.min.js": {"type": "string"}}, "required": ["html2pdf.js", "html2pdf.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"html2pdf.js" : "sha512-sNSLSk4VPwuhPFrnP9RXenEIa50ON/TWr3Ek2RU+1zvkYQlhStrov+OWAZYtj7Q8ze1HXXa3uURx8q5jidAwpw==", "html2pdf.min.js" : "sha512-VLfx9zL+gEz/+xkIWRRhrmanoQ3P5eWFqOdwX7HikPWGMRvXRKEX9V68wfS74kLdLtIEYuVPA0K9SXACKBT1JA=="}
json_instruct
{"type": "object", "properties": {"html2pdf.js": {"type": "string"}, "html2pdf.min.js": {"type": "string"}}, "required": ["html2pdf.js", "html2pdf.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["421126453498", "\u865a\u62df\u6cb3\u897f\u5de5\u4e1a\u56ed\u533a", "121", "0"]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "admin": {"type": "object", "properties": {"username": {"type": "string"}, "password": {"type": "string"}}, "required": ["username", "password"]}}, "required": ["type", "admin"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "MiniAccumuloCluster", "admin" : {"username" : "root", "password" : "root"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "admin": {"type": "object", "properties": {"username": {"type": "string"}, "password": {"type": "string"}}, "required": ["username", "password"]}}, "required": ["type", "admin"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"bottleneck.js": {"type": "string"}, "bottleneck.min.js": {"type": "string"}}, "required": ["bottleneck.js", "bottleneck.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"bottleneck.js" : "sha512-LE+qNuBPuCMaIzjuFc7XmiywDiR/+L9f/TGHhzGmIbJLco0mYN1dPaMpdL+anYKN3NHJ7JJNGvJFxu/occE44Q==", "bottleneck.min.js" : "sha512-1Udy6t58VRziOCdVIa0ctbyjt+Pv3gTylZs8ojKYY4BO1nke6227vEtAyKO7qExJIgM05CJaZY3TE7bycjsGfA=="}
json_instruct
{"type": "object", "properties": {"bottleneck.js": {"type": "string"}, "bottleneck.min.js": {"type": "string"}}, "required": ["bottleneck.js", "bottleneck.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : " Simplifying Radicals by Factoring - Simplify Radicals with Factor Tree\n\n[imath]\\sqrt{72}[/imath]\n\n\n", "url" : "https://www.youtube.com/watch?v=YBgi93bqk6g"}
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"feedstocks" : ["pyswmm"]}
json_instruct
{"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"requires": {"type": "boolean"}, "lockfileVersion": {"type": "integer"}, "dependencies": {"type": "object", "properties": {"bulma-extensions": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}}, "required": ["bulma-extensions"]}}, "required": ["requires", "lockfileVersion", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"requires" : true, "lockfileVersion" : 1, "dependencies" : {"bulma-extensions" : {"version" : "2.2.1", "resolved" : "https://registry.npmjs.org/bulma-extensions/-/bulma-extensions-2.2.1.tgz", "integrity" : "sha512-Ma1ersWOxRQgaOs/TRw3JaufUCPKDcUpLWIEli7z3OKkQ1YfcTOYIYgTMqlTlM4nipzCjCltivlXHWk3n6wS5w=="}}}
json_instruct
{"type": "object", "properties": {"requires": {"type": "boolean"}, "lockfileVersion": {"type": "integer"}, "dependencies": {"type": "object", "properties": {"bulma-extensions": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}}, "required": ["bulma-extensions"]}}, "required": ["requires", "lockfileVersion", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "bugs": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "lint": {"type": "string"}, "fix": {"type": "string"}}, "required": ["build", "lint", "fix"]}, "devDependencies": {"type": "object", "properties": {"rollup": {"type": "string"}, "standard": {"type": "string"}}, "required": ["rollup", "standard"]}, "standard": {"type": "object", "properties": {"envs": {"type": "array", "items": {"type": "string"}}, "globals": {"type": "array", "items": {"type": "string"}}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["envs", "globals", "ignore"]}}, "required": ["name", "version", "description", "main", "repository", "author", "license", "homepage", "bugs", "private", "scripts", "devDependencies", "standard"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "drafts-in-tweetdeck", "version" : "1.0.0", "description" : "Save drafts in TweetDeck", "main" : "src/index.js", "repository" : "github:ciffelia/drafts-in-tweetdeck", "author" : "Ciffelia <[email protected]> (https://ciffelia.com/)", "license" : "MIT", "homepage" : "https://github.com/ciffelia/drafts-in-tweetdeck#readme", "bugs" : "https://github.com/ciffelia/drafts-in-tweetdeck/issues", "private" : true, "scripts" : {"build" : "rollup --config", "lint" : "standard", "fix" : "standard --fix"}, "devDependencies" : {"rollup" : "^1.31.1", "standard" : "^14.3.1"}, "standard" : {"envs" : ["browser"], "globals" : ["jQuery"], "ignore" : ["bundle.js"]}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "bugs": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "lint": {"type": "string"}, "fix": {"type": "string"}}, "required": ["build", "lint", "fix"]}, "devDependencies": {"type": "object", "properties": {"rollup": {"type": "string"}, "standard": {"type": "string"}}, "required": ["rollup", "standard"]}, "standard": {"type": "object", "properties": {"envs": {"type": "array", "items": {"type": "string"}}, "globals": {"type": "array", "items": {"type": "string"}}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["envs", "globals", "ignore"]}}, "required": ["name", "version", "description", "main", "repository", "author", "license", "homepage", "bugs", "private", "scripts", "devDependencies", "standard"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"D": {"type": "object", "properties": {"fl": {"type": "string"}, "fl.": {"type": "string"}, "florins": {"type": "string"}}, "required": ["fl", "fl.", "florins"]}, "N": {"type": "object", "properties": {"fl": {"type": "string"}, "fl.": {"type": "string"}, "florins": {"type": "string"}}, "required": ["fl", "fl.", "florins"]}}, "required": ["D", "N"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"D" : {"fl" : "de florins", "fl." : "de florins", "florins" : "de florins"}, "N" : {"fl" : "dutch guilder", "fl." : "dutch guilder", "florins" : "dutch guilder"}}
json_instruct
{"type": "object", "properties": {"D": {"type": "object", "properties": {"fl": {"type": "string"}, "fl.": {"type": "string"}, "florins": {"type": "string"}}, "required": ["fl", "fl.", "florins"]}, "N": {"type": "object", "properties": {"fl": {"type": "string"}, "fl.": {"type": "string"}, "florins": {"type": "string"}}, "required": ["fl", "fl.", "florins"]}}, "required": ["D", "N"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"class": {"type": "object", "properties": {"label:data:": {"type": "string"}}, "required": ["label:data:"]}, "instance": {"type": "object", "properties": {"data": {"type": "string"}, "data:": {"type": "string"}}, "required": ["data", "data:"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"class" : {"label:data:" : "JH 5/3/2017 16:21"}, "instance" : {"data" : "JH 5/3/2017 14:21", "data:" : "JH 5/3/2017 14:21"}}
json_instruct
{"type": "object", "properties": {"class": {"type": "object", "properties": {"label:data:": {"type": "string"}}, "required": ["label:data:"]}, "instance": {"type": "object", "properties": {"data": {"type": "string"}, "data:": {"type": "string"}}, "required": ["data", "data:"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "harga": {"type": "string"}, "golongan": {"type": "string"}, "kandungan": {"type": "string"}, "indikasi": {"type": "string"}, "kontraindikasi": {"type": "string"}, "perhatian": {"type": "string"}, "efeksamping": {"type": "string"}, "indeksamanwanitahamil": {"type": "string"}, "kemasan": {"type": "string"}, "dosis": {"type": "string"}, "penyajian": {"type": "string"}, "pabrik": {"type": "string"}, "id": {"type": "string"}, "category_id": {"type": "string"}}, "required": ["name", "harga", "golongan", "kandungan", "indikasi", "kontraindikasi", "perhatian", "efeksamping", "indeksamanwanitahamil", "kemasan", "dosis", "penyajian", "pabrik", "id", "category_id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "PROXIME TABLET", "harga" : " Rp. 37.208/ kemasan", "golongan" : "http://medicastore.com/image_banner/obat_keras_dan_psikotropika.gif", "kandungan" : "Acetylsalicylic acid, glycine.", "indikasi" : "Pencegahan infark miokard, angina tidak stabil & serangan iskemik sementara.", "kontraindikasi" : "Alergi termasuk asma, ulkus peptik atau perdarahan subkutan ( pada pemberian obat ).Hemophilia & trombositopenia.Chicken pox & gejala flu.Kehamilan pada trimester selanjutnya.Anak < 12 tahun.", "perhatian" : "Tinnitus, gangguan pendengaran ( Hentikan ).Gangguan lambung permanen.Kejadian kardiovaskuler trombotik, hipertensi, gagal jantung kongestif & edema.Resiko ulserasi, perdarahan gastrointestinal & perforasi.Dehidrasi, kerusakan fungsi hati.Kehamilan & menyusui.", "efeksamping" : "Iritasi lambung, mual, muntah.Perdarahan gastrointestinal & gastritis (pemakaian jangka panjang).Reaksi hipersensitifitas ( seperti: dyspnea, dermatitis ).Trombositopenia.", "indeksamanwanitahamil" : "", "kemasan" : "Tablet 30's.", "dosis" : "Dewasa sehari 1 tablet.Infark miokard Maksimal: 300 mg sehari.Serangan Iskemik sementara Maksimal: 1000 mg sehari.", "penyajian" : "Tak ada pilihan", "pabrik" : "Sanbe Farma.", "id" : "12431", "category_id" : "2"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "harga": {"type": "string"}, "golongan": {"type": "string"}, "kandungan": {"type": "string"}, "indikasi": {"type": "string"}, "kontraindikasi": {"type": "string"}, "perhatian": {"type": "string"}, "efeksamping": {"type": "string"}, "indeksamanwanitahamil": {"type": "string"}, "kemasan": {"type": "string"}, "dosis": {"type": "string"}, "penyajian": {"type": "string"}, "pabrik": {"type": "string"}, "id": {"type": "string"}, "category_id": {"type": "string"}}, "required": ["name", "harga", "golongan", "kandungan", "indikasi", "kontraindikasi", "perhatian", "efeksamping", "indeksamanwanitahamil", "kemasan", "dosis", "penyajian", "pabrik", "id", "category_id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"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" : 79462, "cartId" : "586fe016-d53d-40f4-950e-3502cf4ce379", "preferredProducts" : [564, 4894], "productReviews" : [{"productId" : 2011, "reviewText" : "this Ferry is awesome.", "reviewDate" : "2018-02-02T07:16:50.2233585+02:00"}, {"productId" : 1611, "reviewText" : "The box this comes in is 5 kilometer by 6 meter and weights 20 ounce!", "reviewDate" : "2020-04-06T19:21:38.1782605+03:00"}, {"productId" : 1479, "reviewText" : "this Intelligent is vertical.", "reviewDate" : "2017-06-03T23:03:40.3545346+03:00"}, {"productId" : 1330, "reviewText" : "This Division works too well. It nonchalantly improves my baseball by a lot.", "reviewDate" : "2017-10-01T18:34:36.800694+03:00"}, {"productId" : 2164, "reviewText" : "this Awesome is revolting.", "reviewDate" : "2019-11-06T23:30:02.892329+02:00"}]}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"webpackCompilationHash": {"type": "string"}}, "required": ["webpackCompilationHash"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"webpackCompilationHash" : "9440e06d633814ae02eb"}
json_instruct
{"type": "object", "properties": {"webpackCompilationHash": {"type": "string"}}, "required": ["webpackCompilationHash"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"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" : 33497, "cartId" : "9ef649a5-4297-4473-9b6e-21c46795d18e", "preferredProducts" : [412, 1708], "productReviews" : [{"productId" : 384, "reviewText" : "talk about sadness!", "reviewDate" : "2017-03-19T09:31:16.7038898+02:00"}, {"productId" : 595, "reviewText" : "one of my hobbies is guitar. and when i'm playing guitar this works great.", "reviewDate" : "2018-10-25T09:06:33.6532802+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#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}, "email": {"type": "string"}}, "required": ["url", "email"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "dependencies": {"type": "object", "properties": {"bluebird": {"type": "string"}}, "required": ["bluebird"]}}, "required": ["name", "main", "version", "description", "author", "license", "keywords", "bugs", "repository", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "mongoose-batches", "main" : "index.js", "version" : "0.0.2", "description" : "A Mongoose plugin to work with large amounts of data via async batch processing.", "author" : "Charlie Mitchell <[email protected]>", "license" : "MIT", "keywords" : ["in batches", "find in batches", "mongoose batch", "batch processing", "mongoose async", "async batch processing"], "bugs" : {"url" : "http://github.com/charliemitchell/mongoose-batches", "email" : "[email protected]"}, "repository" : {"type" : "git", "url" : "http://github.com/charliemitchell/mongoose-batches.git"}, "dependencies" : {"bluebird" : "^2.9.x"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}, "email": {"type": "string"}}, "required": ["url", "email"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "dependencies": {"type": "object", "properties": {"bluebird": {"type": "string"}}, "required": ["bluebird"]}}, "required": ["name", "main", "version", "description", "author", "license", "keywords", "bugs", "repository", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}, "build": {"type": "string"}, "eslint": {"type": "string"}, "stats": {"type": "string"}}, "required": ["test", "start", "build", "eslint", "stats"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"react": {"type": "string"}}, "required": ["react"]}, "devDependencies": {"type": "object", "properties": {"babili-webpack-plugin": {"type": "string"}, "css-loader": {"type": "string"}, "eslint": {"type": "string"}, "eslint-loader": {"type": "string"}, "extract-text-webpack-plugin": {"type": "string"}, "html-webpack-plugin": {"type": "string"}, "style-loader": {"type": "string"}, "webpack": {"type": "string"}, "webpack-dev-server": {"type": "string"}}, "required": ["babili-webpack-plugin", "css-loader", "eslint", "eslint-loader", "extract-text-webpack-plugin", "html-webpack-plugin", "style-loader", "webpack", "webpack-dev-server"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "webpack_tourist", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "start" : "webpack-dev-server --env development", "build" : "webpack --env production", "eslint" : "eslint app/ webpack.*.js --cache --fix", "stats" : "webpack --env production --profile --json > stats.json"}, "author" : "", "license" : "ISC", "dependencies" : {"react" : "16.5.2"}, "devDependencies" : {"babili-webpack-plugin" : "0.1.1", "css-loader" : "^1.0.0", "eslint" : "^5.6.0", "eslint-loader" : "^2.1.1", "extract-text-webpack-plugin" : "^2.1.0", "html-webpack-plugin" : "^3.2.0", "style-loader" : "^0.23.0", "webpack" : "2.3.2", "webpack-dev-server" : "^2.4.2"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}, "build": {"type": "string"}, "eslint": {"type": "string"}, "stats": {"type": "string"}}, "required": ["test", "start", "build", "eslint", "stats"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"react": {"type": "string"}}, "required": ["react"]}, "devDependencies": {"type": "object", "properties": {"babili-webpack-plugin": {"type": "string"}, "css-loader": {"type": "string"}, "eslint": {"type": "string"}, "eslint-loader": {"type": "string"}, "extract-text-webpack-plugin": {"type": "string"}, "html-webpack-plugin": {"type": "string"}, "style-loader": {"type": "string"}, "webpack": {"type": "string"}, "webpack-dev-server": {"type": "string"}}, "required": ["babili-webpack-plugin", "css-loader", "eslint", "eslint-loader", "extract-text-webpack-plugin", "html-webpack-plugin", "style-loader", "webpack", "webpack-dev-server"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"hash" : "0x6d61087207ddf82e1fff76ae14507d92cd641daced742d2f2823fb1b8fed566d", "parentHash" : "0x0e23d2a8949b5b8e858a38b64191db69b716429f291f195e0b1135e4340f5e6f", "number" : 6322, "timestamp" : 1438296023, "nonce" : "0x346f500134a5ae21", "difficulty" : 283077073022, "gasLimit" : {"_hex" : "0x1388"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0xbb7B8287f3F0a933474a79eAe42CBCa977791171", "extraData" : "0x476574682f4c5649562f76312e302e302f6c696e75782f676f312e342e32", "transactions" : []}
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Name" : "Estuche para chapas de identificaci\u00f3n", "ShortName" : "Chapas", "Description" : "Un peque\u00f1o estuche que permite almacenar chapas de identificaci\u00f3n sin ocupar tanto espacio."}
json_instruct
{"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "string"}, "private": {"type": "boolean"}, "workspaces": {"type": "array", "items": {"type": "string"}}, "devDependencies": {"type": "object", "properties": {"@changesets/changelog-github": {"type": "string"}, "@changesets/cli": {"type": "string"}, "@types/jest": {"type": "string"}, "jest": {"type": "string"}, "lerna": {"type": "string"}, "prettier": {"type": "string"}, "rimraf": {"type": "string"}, "ts-jest": {"type": "string"}, "ts-node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@changesets/changelog-github", "@changesets/cli", "@types/jest", "jest", "lerna", "prettier", "rimraf", "ts-jest", "ts-node", "typescript"]}, "dependencies": {"type": "object", "properties": {}, "required": []}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "changeset": {"type": "string"}, "lint": {"type": "string"}, "format": {"type": "string"}, "lerna": {"type": "string"}, "release": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "changeset", "lint", "format", "lerna", "release", "test"]}, "version": {"type": "string"}}, "required": ["name", "license", "author", "private", "workspaces", "devDependencies", "dependencies", "scripts", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "root", "license" : "MIT", "author" : "J\u00e9r\u00e9mie Parker <[email protected]>", "private" : true, "workspaces" : ["packages/*"], "devDependencies" : {"@changesets/changelog-github" : "0.4.2", "@changesets/cli" : "2.18.1", "@types/jest" : "27.0.3", "jest" : "27.4.3", "lerna" : "4.0.0", "prettier" : "2.5.0", "rimraf" : "3.0.2", "ts-jest" : "27.0.7", "ts-node" : "10.4.0", "typescript" : "4.5.2"}, "dependencies" : {}, "scripts" : {"build" : "lerna run build", "changeset" : "changeset", "lint" : "prettier --check '**/*.{ts,js,css,json}'", "format" : "prettier --write '**/*.{ts,js,css,json,md}'", "lerna" : "lerna", "release" : "yarn build && changeset publish", "test" : "lerna run test -- --passWithNoTests --ci --coverage"}, "version" : "0.0.0"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "string"}, "private": {"type": "boolean"}, "workspaces": {"type": "array", "items": {"type": "string"}}, "devDependencies": {"type": "object", "properties": {"@changesets/changelog-github": {"type": "string"}, "@changesets/cli": {"type": "string"}, "@types/jest": {"type": "string"}, "jest": {"type": "string"}, "lerna": {"type": "string"}, "prettier": {"type": "string"}, "rimraf": {"type": "string"}, "ts-jest": {"type": "string"}, "ts-node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@changesets/changelog-github", "@changesets/cli", "@types/jest", "jest", "lerna", "prettier", "rimraf", "ts-jest", "ts-node", "typescript"]}, "dependencies": {"type": "object", "properties": {}, "required": []}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "changeset": {"type": "string"}, "lint": {"type": "string"}, "format": {"type": "string"}, "lerna": {"type": "string"}, "release": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "changeset", "lint", "format", "lerna", "release", "test"]}, "version": {"type": "string"}}, "required": ["name", "license", "author", "private", "workspaces", "devDependencies", "dependencies", "scripts", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "start_url": {"type": "string"}, "xwalk_package_id": {"type": "string"}, "xwalk_android_permissions": {"type": "array", "items": {"type": "string"}}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "sizes": {"type": "string"}}, "required": ["src", "sizes"]}}}, "required": ["name", "start_url", "xwalk_package_id", "xwalk_android_permissions", "icons"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "webapi-webspeech-w3c-tests", "start_url" : "index.html", "xwalk_package_id" : "org.xwalk.webapi_webspeech_w3c_tests", "xwalk_android_permissions" : ["MODIFY_AUDIO_SETTINGS", "RECORD_AUDIO"], "icons" : [{"src" : "icon.png", "sizes" : "72x72"}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "start_url": {"type": "string"}, "xwalk_package_id": {"type": "string"}, "xwalk_android_permissions": {"type": "array", "items": {"type": "string"}}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "sizes": {"type": "string"}}, "required": ["src", "sizes"]}}}, "required": ["name", "start_url", "xwalk_package_id", "xwalk_android_permissions", "icons"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[2002, 5], [2003, 5], [2004, 6], [2006, 15], [2007, 7], [2008, 13], [2009, 8], [2010, 19], [2011, 17], [2012, 17], [2013, 10], [2014, 8]]
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": {"id": {"type": "string"}, "province_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "province_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "1471", "province_id" : "14", "name" : "KOTA PEKANBARU"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "province_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "province_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}}, "required": ["symbol", "name", "decimals", "address"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"symbol" : "YIELDX", "name" : "YieldX", "decimals" : 18, "address" : "0xe52d53c8c9aa7255f8c2fa9f7093fea7192d2933"}
json_instruct
{"type": "object", "properties": {"symbol": {"type": "string"}, "name": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}}, "required": ["symbol", "name", "decimals", "address"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "object", "properties": {"totalSubs": {"type": "integer"}, "subsInEachSource": {"type": "object", "properties": {"feedly": {"type": "integer"}, "inoreader": {"type": "integer"}, "feedsPub": {"type": "integer"}}, "required": ["feedly", "inoreader", "feedsPub"]}, "failedSources": {"type": "object", "properties": {}, "required": []}}, "required": ["totalSubs", "subsInEachSource", "failedSources"]}, "lastModified": {"type": "integer"}}, "required": ["status", "data", "lastModified"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"status" : 200, "data" : {"totalSubs" : 108, "subsInEachSource" : {"feedly" : 37, "inoreader" : 70, "feedsPub" : 1}, "failedSources" : {}}, "lastModified" : 1613349699241}
json_instruct
{"type": "object", "properties": {"status": {"type": "integer"}, "data": {"type": "object", "properties": {"totalSubs": {"type": "integer"}, "subsInEachSource": {"type": "object", "properties": {"feedly": {"type": "integer"}, "inoreader": {"type": "integer"}, "feedsPub": {"type": "integer"}}, "required": ["feedly", "inoreader", "feedsPub"]}, "failedSources": {"type": "object", "properties": {}, "required": []}}, "required": ["totalSubs", "subsInEachSource", "failedSources"]}, "lastModified": {"type": "integer"}}, "required": ["status", "data", "lastModified"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "lastModifiedAt": {"type": "integer"}, "entries": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "lastModifiedAt": {"type": "integer"}}, "required": ["name", "lastModifiedAt"]}}}, "required": ["name", "lastModifiedAt", "entries"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "UIEvent", "lastModifiedAt" : 1629769789000, "entries" : [{"name" : "UIEvent", "lastModifiedAt" : 1604978285073}, {"name" : "__type__", "lastModifiedAt" : 1629769789000}, {"name" : "cancelBubble", "lastModifiedAt" : 1597192481688}, {"name" : "detail", "lastModifiedAt" : 1604978286103}, {"name" : "initUIEvent", "lastModifiedAt" : 1604978290495}, {"name" : "layerX", "lastModifiedAt" : 1600305843920}, {"name" : "layerY", "lastModifiedAt" : 1600305844163}, {"name" : "pageY", "lastModifiedAt" : 1600305844972}, {"name" : "sourceCapabilities", "lastModifiedAt" : 1604978288284}, {"name" : "view", "lastModifiedAt" : 1604978289848}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "lastModifiedAt": {"type": "integer"}, "entries": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "lastModifiedAt": {"type": "integer"}}, "required": ["name", "lastModifiedAt"]}}}, "required": ["name", "lastModifiedAt", "entries"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"interface/itemdescriptions/staff.itemdescription": {"type": "array", "items": {"type": "string"}}, "interface/tooltips/staff.tooltip": {"type": "array", "items": {"type": "string"}}}, "required": ["interface/itemdescriptions/staff.itemdescription", "interface/tooltips/staff.tooltip"]}, "Texts": {"type": "object", "properties": {"Chs": {"type": "string"}, "Eng": {"type": "string"}}, "required": ["Chs", "Eng"]}}, "required": ["DeniedAlternatives", "Files", "Texts"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"DeniedAlternatives" : [], "Files" : {"interface/itemdescriptions/staff.itemdescription" : ["/staffProjectileTitleLabel/value"], "interface/tooltips/staff.tooltip" : ["/staffProjectileTitleLabel/value"]}, "Texts" : {"Chs" : "# \u6295\u5c04\u7269", "Eng" : "# Projectiles:"}}, {"DeniedAlternatives" : [], "Files" : {"interface/itemdescriptions/staff.itemdescription" : ["/staffDamageTitleLabel/value"], "interface/tooltips/staff.tooltip" : ["/staffDamageTitleLabel/value"]}, "Texts" : {"Chs" : "\u57fa\u7840\u4f24\u5bb3\uff1a", "Eng" : "Base Damage:"}}, {"DeniedAlternatives" : [], "Files" : {"interface/itemdescriptions/staff.itemdescription" : ["/staffEnergyTitleLabel/value"], "interface/tooltips/staff.tooltip" : ["/staffEnergyTitleLabel/value"]}, "Texts" : {"Chs" : "\u80fd\u91cf\u6d88\u8017\uff1a", "Eng" : "Energy Cost:"}}, {"DeniedAlternatives" : [], "Files" : {"interface/itemdescriptions/staff.itemdescription" : ["/staffRangeTitleLabel/value"], "interface/tooltips/staff.tooltip" : ["/staffRangeTitleLabel/value"]}, "Texts" : {"Chs" : "\u6700\u5927\u8303\u56f4\uff1a", "Eng" : "Max Range:"}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"interface/itemdescriptions/staff.itemdescription": {"type": "array", "items": {"type": "string"}}, "interface/tooltips/staff.tooltip": {"type": "array", "items": {"type": "string"}}}, "required": ["interface/itemdescriptions/staff.itemdescription", "interface/tooltips/staff.tooltip"]}, "Texts": {"type": "object", "properties": {"Chs": {"type": "string"}, "Eng": {"type": "string"}}, "required": ["Chs", "Eng"]}}, "required": ["DeniedAlternatives", "Files", "Texts"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ast" : null, "code" : "import _objectSpread from \"/home/nikola/github/robots-app-redux/node_modules/@babel/runtime/helpers/esm/objectSpread\";\nimport { CHANGE_SEARCH_FIELD, REQUEST_ROBOTS_PENDING, REQUEST_ROBOTS_SUCCEED, REQUEST_ROBOTS_FAILED } from './constants';\nvar initialState = {\n searchField: ''\n};\nexport var searchRobots = function searchRobots() {\n var state = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : initialState;\n var action = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};\n\n switch (action.type) {\n case CHANGE_SEARCH_FIELD:\n return _objectSpread({}, state, {\n searchField: action.payload\n });\n break;\n\n default:\n return state;\n }\n};", "map" : {"version" : 3, "sources" : ["/home/nikola/github/robots-app-redux/src/redux/reducers.js"], "names" : ["CHANGE_SEARCH_FIELD", "REQUEST_ROBOTS_PENDING", "REQUEST_ROBOTS_SUCCEED", "REQUEST_ROBOTS_FAILED", "initialState", "searchField", "searchRobots", "state", "action", "type", "payload"], "mappings" : ";AAAA,SACEA,mBADF,EAEEC,sBAFF,EAGEC,sBAHF,EAIEC,qBAJF,QAKO,aALP;AAOA,IAAMC,YAAY,GAAG;AACpBC,EAAAA,WAAW,EAAE;AADO,CAArB;AAIA,OAAO,IAAMC,YAAY,GAAG,SAAfA,YAAe,GAAmC;AAAA,MAAlCC,KAAkC,uEAA5BH,YAA4B;AAAA,MAAdI,MAAc,uEAAP,EAAO;;AAC9D,UAAOA,MAAM,CAACC,IAAd;AACC,SAAKT,mBAAL;AACC,+BAAWO,KAAX;AAAiBF,QAAAA,WAAW,EAAEG,MAAM,CAACE;AAArC;AACD;;AACA;AACC,aAAOH,KAAP;AALF;AAOA,CARM", "sourcesContent" : ["import {\r\n\t\tCHANGE_SEARCH_FIELD,\r\n\t\tREQUEST_ROBOTS_PENDING,\r\n\t\tREQUEST_ROBOTS_SUCCEED,\r\n\t\tREQUEST_ROBOTS_FAILED\r\n} from './constants';\r\n\r\nconst initialState = {\r\n\tsearchField: ''\r\n}\r\n\r\nexport const searchRobots = (state=initialState, action={}) => {\r\n\tswitch(action.type) {\r\n\t\tcase CHANGE_SEARCH_FIELD:\r\n\t\t\treturn {...state,searchField: action.payload};\r\n\t\tbreak;\r\n\t\tdefault:\r\n\t\t\treturn state;\r\n\t}\r\n}"]}, "metadata" : {}, "sourceType" : "module"}
json_instruct
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "conquest:block/metal_plating_window_small"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dev": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "dev", "test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"apollo-server": {"type": "string"}, "apollo-server-express": {"type": "string"}, "cors": {"type": "string"}, "express": {"type": "string"}, "graphql": {"type": "string"}, "pg": {"type": "string"}, "sequelize": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["apollo-server", "apollo-server-express", "cors", "express", "graphql", "pg", "sequelize", "uuid"]}, "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", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "graphql-tutorial-1", "version" : "0.1.0", "description" : "coba pakai graphql", "main" : "app.js", "scripts" : {"start" : "node ./src/app.js", "dev" : "nodemon ./src/app.js", "test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "bm", "license" : "ISC", "dependencies" : {"apollo-server" : "^2.0.5", "apollo-server-express" : "^2.0.4", "cors" : "^2.8.4", "express" : "^4.16.3", "graphql" : "^0.13.2", "pg" : "^7.4.3", "sequelize" : "^4.38.0", "uuid" : "^3.3.2"}, "devDependencies" : {"eslint" : "^5.4.0", "eslint-config-airbnb-base" : "^13.1.0", "eslint-plugin-import" : "^2.14.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "dev": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "dev", "test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"apollo-server": {"type": "string"}, "apollo-server-express": {"type": "string"}, "cors": {"type": "string"}, "express": {"type": "string"}, "graphql": {"type": "string"}, "pg": {"type": "string"}, "sequelize": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["apollo-server", "apollo-server-express", "cors", "express", "graphql", "pg", "sequelize", "uuid"]}, "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", "description", "main", "scripts", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"timestamp": {"type": "string"}, "towers": {"type": "array", "items": {"type": "object", "properties": {"city": {"type": "string"}, "city_id": {"type": "integer"}, "city_locode": {"type": "string"}, "city_slug": {"type": "string"}, "completed": {"type": "integer"}, "country_chinese": {"type": "string"}, "country_id": {"type": "integer"}, "country_locode": {"type": "string"}, "country_slug": {"type": "string"}, "floors_above": {"type": "integer"}, "functions": {"type": "string"}, "height_architecture": {"type": "integer"}, "height_architecture_formatted": {"type": "integer"}, "height_architecture_ft_formatted": {"type": "string"}, "id": {"type": "integer"}, "image": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "name": {"type": "string"}, "name_linked": {"type": "string"}, "rank": {"type": "integer"}, "retrofit_functions": {"type": "string"}, "start": {"type": "string"}, "status": {"type": "string"}, "structural_material": {"type": "string"}, "url": {"type": "string"}}, "required": ["city", "city_id", "city_locode", "city_slug", "completed", "country_chinese", "country_id", "country_locode", "country_slug", "floors_above", "functions", "height_architecture", "height_architecture_formatted", "height_architecture_ft_formatted", "id", "image", "latitude", "longitude", "name", "name_linked", "rank", "retrofit_functions", "start", "status", "structural_material", "url"]}}}, "required": ["timestamp", "towers"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"timestamp" : "2019-Jan-20 16:05:16", "towers" : [{"city" : "Hoofddorp", "city_id" : 1224, "city_locode" : "HFD", "city_slug" : "hoofddorp", "completed" : 2003, "country_chinese" : "", "country_id" : 118, "country_locode" : "NL", "country_slug" : "netherlands", "floors_above" : 20, "functions" : "office", "height_architecture" : 80, "height_architecture_formatted" : 80, "height_architecture_ft_formatted" : "262", "id" : 6660, "image" : "", "latitude" : 52.292992, "longitude" : 4.69721, "name" : "Pharos", "name_linked" : "<a href='/building/pharos/6660' target='_blank'>Pharos</a>", "rank" : 1, "retrofit_functions" : "", "start" : "-", "status" : "COM", "structural_material" : "", "url" : "/building/pharos/6660"}, {"city" : "Hoofddorp", "city_id" : 1224, "city_locode" : "HFD", "city_slug" : "hoofddorp", "completed" : 2003, "country_chinese" : "", "country_id" : 118, "country_locode" : "NL", "country_slug" : "netherlands", "floors_above" : 19, "functions" : "office", "height_architecture" : 75, "height_architecture_formatted" : 75, "height_architecture_ft_formatted" : "246", "id" : 6661, "image" : "", "latitude" : 52.291672, "longitude" : 4.69917, "name" : "Zuidtoren", "name_linked" : "<a href='/building/zuidtoren/6661' target='_blank'>Zuidtoren</a>", "rank" : 2, "retrofit_functions" : "", "start" : "-", "status" : "COM", "structural_material" : "", "url" : "/building/zuidtoren/6661"}]}
json_instruct
{"type": "object", "properties": {"timestamp": {"type": "string"}, "towers": {"type": "array", "items": {"type": "object", "properties": {"city": {"type": "string"}, "city_id": {"type": "integer"}, "city_locode": {"type": "string"}, "city_slug": {"type": "string"}, "completed": {"type": "integer"}, "country_chinese": {"type": "string"}, "country_id": {"type": "integer"}, "country_locode": {"type": "string"}, "country_slug": {"type": "string"}, "floors_above": {"type": "integer"}, "functions": {"type": "string"}, "height_architecture": {"type": "integer"}, "height_architecture_formatted": {"type": "integer"}, "height_architecture_ft_formatted": {"type": "string"}, "id": {"type": "integer"}, "image": {"type": "string"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}, "name": {"type": "string"}, "name_linked": {"type": "string"}, "rank": {"type": "integer"}, "retrofit_functions": {"type": "string"}, "start": {"type": "string"}, "status": {"type": "string"}, "structural_material": {"type": "string"}, "url": {"type": "string"}}, "required": ["city", "city_id", "city_locode", "city_slug", "completed", "country_chinese", "country_id", "country_locode", "country_slug", "floors_above", "functions", "height_architecture", "height_architecture_formatted", "height_architecture_ft_formatted", "id", "image", "latitude", "longitude", "name", "name_linked", "rank", "retrofit_functions", "start", "status", "structural_material", "url"]}}}, "required": ["timestamp", "towers"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "variable1": {"type": "number"}, "variable2": {"type": "number"}, "variable3": {"type": "string"}}, "required": ["id", "variable1", "variable2", "variable3"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "170402150402", "variable1" : 0.7032, "variable2" : 0.0722, "variable3" : "B"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "variable1": {"type": "number"}, "variable2": {"type": "number"}, "variable3": {"type": "string"}}, "required": ["id", "variable1", "variable2", "variable3"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"hour positive count": {"type": "integer"}, "hour neutral count": {"type": "integer"}, "hour negative count": {"type": "integer"}, "hour distri": {"type": "object", "properties": {"0.39": {"type": "integer"}, "0.0": {"type": "integer"}, "0.05": {"type": "integer"}, "0.44": {"type": "integer"}, "0.99": {"type": "integer"}, "0.83": {"type": "integer"}, "0.01": {"type": "integer"}, "0.08": {"type": "integer"}}, "required": ["0.39", "0.0", "0.05", "0.44", "0.99", "0.83", "0.01", "0.08"]}}, "required": ["hour positive count", "hour neutral count", "hour negative count", "hour distri"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"hour positive count" : 2, "hour neutral count" : 2, "hour negative count" : 14, "hour distri" : {"0.39" : 1, "0.0" : 10, "0.05" : 1, "0.44" : 1, "0.99" : 2, "0.83" : 1, "0.01" : 1, "0.08" : 1}}
json_instruct
{"type": "object", "properties": {"hour positive count": {"type": "integer"}, "hour neutral count": {"type": "integer"}, "hour negative count": {"type": "integer"}, "hour distri": {"type": "object", "properties": {"0.39": {"type": "integer"}, "0.0": {"type": "integer"}, "0.05": {"type": "integer"}, "0.44": {"type": "integer"}, "0.99": {"type": "integer"}, "0.83": {"type": "integer"}, "0.01": {"type": "integer"}, "0.08": {"type": "integer"}}, "required": ["0.39", "0.0", "0.05", "0.44", "0.99", "0.83", "0.01", "0.08"]}}, "required": ["hour positive count", "hour neutral count", "hour negative count", "hour distri"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {}, "required": []}, "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" : "also catalysing R09829", "definition" : "Halima-5(6),13-dien-15-yl diphosphate + H2O <=> Tuberculosinol + Diphosphate", "orthologs" : {}, "name" : "tuberculosinyl diphosphate diphosphohydrolase (tuberculosinol forming)", "product_stoichiometries" : ["1", "1"], "enzymes" : ["3.1.7.8"], "equation" : "C19836 + C00001 <=> C19963 + C00013", "glycans" : false, "substrate_stoichiometries" : ["1", "1"], "rpairs" : {}, "entry_id" : "R09828", "pathways" : {}, "products" : ["C19963", "C00013"], "substrates" : ["C19836", "C00001"]}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {}, "required": []}, "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#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "level": {"type": "integer"}, "rarity": {"type": "string"}, "vendor_value": {"type": "integer"}, "game_types": {"type": "array", "items": {"type": "string"}}, "flags": {"type": "array", "items": {"type": "string"}}, "restrictions": {"type": "array", "items": {}}, "id": {"type": "integer"}, "chat_link": {"type": "string"}, "icon": {"type": "string"}, "details": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["name", "description", "type", "level", "rarity", "vendor_value", "game_types", "flags", "restrictions", "id", "chat_link", "icon", "details"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Adept's Training Manual", "description" : "Double-click to use. This item will unlock the ability to spend up to 10 points in all trait lines, and will refund your currently spent trait points. This item can only be used once.", "type" : "Gizmo", "level" : 11, "rarity" : "Fine", "vendor_value" : 125, "game_types" : ["Wvw", "Dungeon", "Pve"], "flags" : ["NoSell"], "restrictions" : [], "id" : 22332, "chat_link" : "[&AgE8VwAA]", "icon" : "https://render.guildwars2.com/file/C5787913CC53E94FE477D106B1AD30A926F5D716/66752.png", "details" : {"type" : "Default"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "level": {"type": "integer"}, "rarity": {"type": "string"}, "vendor_value": {"type": "integer"}, "game_types": {"type": "array", "items": {"type": "string"}}, "flags": {"type": "array", "items": {"type": "string"}}, "restrictions": {"type": "array", "items": {}}, "id": {"type": "integer"}, "chat_link": {"type": "string"}, "icon": {"type": "string"}, "details": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["name", "description", "type", "level", "rarity", "vendor_value", "game_types", "flags", "restrictions", "id", "chat_link", "icon", "details"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"900743816": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900743817": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900743818": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900743819": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900743816", "900743817", "900743818", "900743819"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"900743816" : {"nama" : "TPS 1", "dapil" : [7401, 17402, 2740504]}, "900743817" : {"nama" : "TPS 2", "dapil" : [7401, 17402, 2740504]}, "900743818" : {"nama" : "TPS 3", "dapil" : [7401, 17402, 2740504]}, "900743819" : {"nama" : "TPS 4", "dapil" : [7401, 17402, 2740504]}}
json_instruct
{"type": "object", "properties": {"900743816": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900743817": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900743818": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900743819": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900743816", "900743817", "900743818", "900743819"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"layer0": {"type": "string"}}, "required": ["layer0"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "ephemeralworlds:block/spirit_planks", "textures" : {"layer0" : "ephemeralworlds:blocks/spirit_planks"}}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"layer0": {"type": "string"}}, "required": ["layer0"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"ud1.3:5.4": {"type": "string"}}, "required": ["ud1.3:5.4"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ud1.3:5.4" : "S\u016briyova \u2192 suriyova (bj, sya-all, km, pts-vp-pli1)"}
json_instruct
{"type": "object", "properties": {"ud1.3:5.4": {"type": "string"}}, "required": ["ud1.3:5.4"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"declaration": {"type": "boolean"}, "module": {"type": "string"}, "outDir": {"type": "string"}, "pretty": {"type": "boolean"}, "target": {"type": "string"}, "lib": {"type": "array", "items": {"type": "string"}}}, "required": ["declaration", "module", "outDir", "pretty", "target", "lib"]}, "include": {"type": "array", "items": {"type": "string"}}, "exclude": {"type": "array", "items": {"type": "string"}}}, "required": ["compilerOptions", "include", "exclude"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"compilerOptions" : {"declaration" : true, "module" : "es2015", "outDir" : "dist/", "pretty" : true, "target" : "es2018", "lib" : ["es2018"]}, "include" : ["src/main.ts"], "exclude" : ["dist/"]}
json_instruct
{"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"declaration": {"type": "boolean"}, "module": {"type": "string"}, "outDir": {"type": "string"}, "pretty": {"type": "boolean"}, "target": {"type": "string"}, "lib": {"type": "array", "items": {"type": "string"}}}, "required": ["declaration", "module", "outDir", "pretty", "target", "lib"]}, "include": {"type": "array", "items": {"type": "string"}}, "exclude": {"type": "array", "items": {"type": "string"}}}, "required": ["compilerOptions", "include", "exclude"], "$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"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}}, "required": ["express"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "docker-nodemon-nodejs-express", "version" : "1.0.0", "description" : "Quick start Node.js + Express on Docker with nodemon", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/cipas/docker-nodejs-nodemon-express.git"}, "keywords" : ["Docker", "Node.js", "Express", "nodemon"], "author" : "cipas https://github.com/cipas", "license" : "MIT", "bugs" : {"url" : "https://github.com/cipas/docker-nodejs-nodemon-express/issues"}, "homepage" : "https://github.com/cipas/docker-nodejs-nodemon-express#readme", "dependencies" : {"express" : "*"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}}, "required": ["express"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "alpine-validator", "version" : "1.0.2", "description" : "Input validator for Alpine & Livewire", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/aldozumaran/alpine-validator.git"}, "keywords" : ["alpine", "validator", "livewire"], "author" : "Aldo Zumaran", "license" : "MIT", "bugs" : {"url" : "https://github.com/aldozumaran/alpine-validator/issues"}, "homepage" : "https://github.com/aldozumaran/alpine-validator#readme"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-73.91237, 42.125089], [-73.901766, 42.140947], [-73.898154, 42.151715], [-73.893842, 42.15692], [-73.892866, 42.16024], [-73.892905, 42.166341], [-73.89155, 42.168541], [-73.888896, 42.169845], [-73.883048, 42.17006], [-73.878454, 42.173161], [-73.874761, 42.173916], [-73.863877, 42.182462], [-73.859685, 42.18012], [-73.857009, 42.17564], [-73.854788, 42.174563], [-73.856743, 42.17268], [-73.855129, 42.170209], [-73.855164, 42.168599], [-73.852354, 42.166147], [-73.849852, 42.161663], [-73.849466, 42.158754], [-73.846781, 42.155619], [-73.844786, 42.154569], [-73.844207, 42.152659], [-73.846318, 42.152738], [-73.84786, 42.140322], [-73.848789, 42.122083], [-73.854041, 42.123036], [-73.854732, 42.117619], [-73.854579, 42.107365], [-73.843835, 42.101557], [-73.845303, 42.083498], [-73.875072, 42.099017], [-73.915321, 42.121337], [-73.91237, 42.125089]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 42624}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"simulation": {"type": "string"}, "simulationId": {"type": "string"}, "start": {"type": "integer"}, "description": {"type": "string"}, "scenarios": {"type": "array", "items": {"type": "string"}}, "assertions": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "target": {"type": "string"}, "condition": {"type": "string"}, "expectedValues": {"type": "array", "items": {"type": "number"}}, "result": {"type": "boolean"}, "message": {"type": "string"}, "actualValue": {"type": "array", "items": {"type": "number"}}}, "required": ["path", "target", "condition", "expectedValues", "result", "message", "actualValue"]}}}, "required": ["simulation", "simulationId", "start", "description", "scenarios", "assertions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"simulation" : "com.redhat.kogito.gatling.simulation.KogitoOrderProcessLoadTestSimulation", "simulationId" : "kogitoorderprocessloadtestsimulation", "start" : 1631692960674, "description" : "", "scenarios" : ["HttpRequestBuilder(CommonAttributes(<function1>,POST,Left(<function1>),None,List(),Map(accept -> <function1>, content-type -> <function1>),None,None,None,None,false),HttpAttributes(List(HttpCheck(io.gatling.core.check.CheckBase@267bbe1a,Status)),false,None,true,None,List(),Some(<function1>),List(),List(),None,None))"], "assertions" : [{"path" : "Global", "target" : "max of response time", "condition" : "is less than", "expectedValues" : [500000.0], "result" : true, "message" : "Global: max of response time is less than 500000.0", "actualValue" : [48.0]}]}
json_instruct
{"type": "object", "properties": {"simulation": {"type": "string"}, "simulationId": {"type": "string"}, "start": {"type": "integer"}, "description": {"type": "string"}, "scenarios": {"type": "array", "items": {"type": "string"}}, "assertions": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "target": {"type": "string"}, "condition": {"type": "string"}, "expectedValues": {"type": "array", "items": {"type": "number"}}, "result": {"type": "boolean"}, "message": {"type": "string"}, "actualValue": {"type": "array", "items": {"type": "number"}}}, "required": ["path", "target", "condition", "expectedValues", "result", "message", "actualValue"]}}}, "required": ["simulation", "simulationId", "start", "description", "scenarios", "assertions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "object", "properties": {"src": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "aspectRatio": {"type": "number"}, "originalName": {"type": "string"}}, "required": ["src", "width", "height", "aspectRatio", "originalName"]}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"expireTime" : 9007200867822889000, "key" : "d0a2dd713ab55f3775563905b5b58f1a{\"background\":\"rgba(0,0,0,1)\",\"duotone\":false,\"grayscale\":false,\"rotate\":0,\"trim\":false,\"toFormat\":\"png\",\"toFormatBase64\":\"\",\"cropFocus\":17,\"fit\":\"cover\",\"width\":20,\"height\":19}", "val" : {"src" : "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAATCAYAAACQjC21AAAACXBIWXMAAAsTAAALEwEAmpwYAAAENklEQVQ4y3WUa0ybVRjHu8QP8olE/IjyZS5mRmN0xsuHqRniZmCYQsFly1QUNSM6JhIxa5AQDGxzXMMuqVwMQptSrMBoxzY67Cj0AoUVBrSMsr1hZa3U9m3phbanf8/7SivE7UmevO85OeeX/3M5jyAWiyEej/O+3RJ7hMQRi0X5vVGVDKJ39yDrrb2oP1fL7/l9PkSjUYTDYd4F22F/ezzo61eiubUFA0NX4A9sJOGcLczooZRUQdbeCLNRt0NAKBQCJ44HksQFmxX37t+H4+EaFun/8oodPp8fXo8XXq8HwWAI0RgBd5r7hqiiUCiIGCG8uv+AdIMz/aQJNTU1aGxoQN3ZM5ArFKhtuACFXAlJ3VnUVf6IquoGdLQ142J9FdTDg5BLO7G65kAkEuFD54EcmbNrIzeQmpqKtLQ07N7zHFpaL0CUI0RzVTV+OHEK2Vn5qDxdC/E3IhTn78Pw1UGcaWqF1W4HoYz/AUduapCeno6MjAy8su9VtHe049DbmTgnrkT/lWs4dvRLdHZ0o7tLgrZLP0PWK8PX5d/Dcmfu8QpTUlKQ9lQa0p99BhMGPfR6A2ZmLFiYX6Sh92FoQJUsxOysBQb9ONzu9UfncMJowImSElRUVODkqVJY7y4lL5P4v2e4gnBFiG3dSdgOYKIt/Bt+LNnvwrZMncIitII8YgtGEwUaG/1uwek60cdJIKcu4QkFfAuxAbw2+QAvja/ghUkH9pqdeJH667ddeMPyF16edmJqI7KlfptCPMa07CaepyDZ8iraVh7ilwU7xGYrdqnmIFCaeVcsMQh53IhQUBJ4sbkJ+QezUFSQj6J8IT4VCfFZYR6Eubl481A2Cj84iNz3MiGvE8PmcOBptQVPDJixa2AafdZ7CLMexLaHLJYqcaBbhcO/a5Ddr0X2wC0UqHQoHNKhQWuk1Z2H5tYYLjc3ouumDk+O2CC4ugiBehFDax6ao9hO4BHVON6ffoCTS24ULXnw1aITu42rEFy34/gdJ5chcNk9UiDCt+VlMPjC0DhZaD0heKKEz/qOohSrdeg3TWJ+SI4ZlRweowafG6wQSMfxidYC1rkGZnUVurExhPmqP9qSwI8GtWj6oxfqnl/R1Xoey2YjcnQ0LJkJonErQCeOa30dPd0yOiBYOoECYOnACNP2CW1GwLI+fkolgZcmpkltRwfJfGc/OSwUko9FQlKtNZEvbG4idXi5mIh/Y4OUlpYRq9VGWJYlbrebBINBolTISFeXhPR2SujAihP69IhgzjyFGfMkenp+g0zaA4VCDi8Nk3Y1jSOIzUgUTqcL4rJyrNAhQGFwuVz0EQRQX/kdjuYcQG9bKx82954Ft2dnmdHRPxmz2cxMTU0xJpOJGb5+g1FTl8qkTE3Vaaak+DhzLO9DxulyMVQZEwgEGHqfuXz+JyYvcz8jk7Twawpk/gFcafHlPJ7KtgAAAABJRU5ErkJggg==", "width" : 20, "height" : 19, "aspectRatio" : 1.0526315789473684, "originalName" : "89bd4fb9e76aa87866e388b48eed6ec1.png"}}
json_instruct
{"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "object", "properties": {"src": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "aspectRatio": {"type": "number"}, "originalName": {"type": "string"}}, "required": ["src", "width", "height", "aspectRatio", "originalName"]}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"url": {"type": "string"}, "sha1": {"type": "string"}}, "required": ["url", "sha1"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"url" : "https://static.wikia.nocookie.net/griftlands_gamepedia_en/images/3/39/Graft_fleximator.png/revision/latest?cb=20200731165647", "sha1" : "f2e9872cc48b1714e7f1d5f3f7b7d6036a33ca77"}
json_instruct
{"type": "object", "properties": {"url": {"type": "string"}, "sha1": {"type": "string"}}, "required": ["url", "sha1"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}}, "required": ["id", "type", "name", "code"]}}, "required": ["type", "coordinates", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "MultiPolygon", "coordinates" : [[[[-117.8665759429999, 33.722441015000065], [-117.86525294299989, 33.72242801500004], [-117.8641459439999, 33.722418015000066], [-117.86372794299989, 33.722414016000066], [-117.86347194399988, 33.72241201600007], [-117.8597939409999, 33.72238496000005], [-117.85873094399992, 33.72237101500007], [-117.85765094399991, 33.72235601600004], [-117.85705694299989, 33.72234801500007], [-117.85697494299987, 33.72235001500007], [-117.8565739439999, 33.72235401600005], [-117.85647988899989, 33.722357011000035], [-117.85648494399992, 33.72150201500005], [-117.85649594399987, 33.720707015000066], [-117.85649594399987, 33.71964201600007], [-117.8565079439999, 33.71914101600003], [-117.85654394399987, 33.71778201500006], [-117.85656494399987, 33.71696401500008], [-117.85656894299987, 33.71619101600003], [-117.85657594399991, 33.71596401500005], [-117.85661018699992, 33.71229848800004], [-117.85943639999992, 33.71237513200003], [-117.85951252099991, 33.70867057900005], [-117.8680084779999, 33.70890467800006], [-117.86793994399991, 33.71601400500003], [-117.86792694399989, 33.71676801500006], [-117.8678829429999, 33.717870016000056], [-117.86788594299989, 33.71969901500005], [-117.8678729439999, 33.72039101600005], [-117.8678579439999, 33.72174801600004], [-117.86785799799989, 33.72243601400003], [-117.86776094399991, 33.72243501500008], [-117.8665759429999, 33.722441015000065]]]], "properties" : {"id" : "usa-ca-santa-ana-delhi-neighborhood", "type" : "neighborhood", "name" : "Delhi", "code" : "276293"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}}, "required": ["id", "type", "name", "code"]}}, "required": ["type", "coordinates", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "commit": {"type": "string"}, "lint": {"type": "string"}, "prerelease": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "commit", "lint", "prerelease", "test"]}, "author": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "dependencies": {"type": "object", "properties": {"lodash": {"type": "string"}}, "required": ["lodash"]}, "devDependencies": {"type": "object", "properties": {"@types/jasmine": {"type": "string"}, "@types/lodash": {"type": "string"}, "commitizen": {"type": "string"}, "cz-conventional-changelog": {"type": "string"}, "jasmine": {"type": "string"}, "jasmine-core": {"type": "string"}, "rimraf": {"type": "string"}, "tslint": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/jasmine", "@types/lodash", "commitizen", "cz-conventional-changelog", "jasmine", "jasmine-core", "rimraf", "tslint", "typescript"]}, "config": {"type": "object", "properties": {"commitizen": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}}, "required": ["commitizen"]}}, "required": ["name", "version", "license", "description", "main", "module", "types", "scripts", "author", "repository", "dependencies", "devDependencies", "config"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "js-utility", "version" : "0.0.1", "license" : "MIT", "description" : "Utility scripts for JavaScript projects", "main" : "./dist", "module" : "./src", "types" : "./dist", "scripts" : {"build" : "rimraf dist && tsc", "commit" : "git-cz", "lint" : "tslint ./src/**/*.ts -t verbose", "prerelease" : "npm run lint && npm run build && npm run test", "test" : "jasmine"}, "author" : "Charles Louw <[email protected]>", "repository" : {"type" : "git", "url" : "https://github.com/cubitworx/js-utility.git"}, "dependencies" : {"lodash" : "^4.17.4"}, "devDependencies" : {"@types/jasmine" : "^2.5.36", "@types/lodash" : "^4.14.62", "commitizen" : "^2.8.1", "cz-conventional-changelog" : "^2.0.0", "jasmine" : "^2.5.3", "jasmine-core" : "^2.5.2", "rimraf" : "^2.5.4", "tslint" : "^4.5.1", "typescript" : "^2.2.1"}, "config" : {"commitizen" : {"path" : "node_modules/cz-conventional-changelog"}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "module": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "commit": {"type": "string"}, "lint": {"type": "string"}, "prerelease": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "commit", "lint", "prerelease", "test"]}, "author": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "dependencies": {"type": "object", "properties": {"lodash": {"type": "string"}}, "required": ["lodash"]}, "devDependencies": {"type": "object", "properties": {"@types/jasmine": {"type": "string"}, "@types/lodash": {"type": "string"}, "commitizen": {"type": "string"}, "cz-conventional-changelog": {"type": "string"}, "jasmine": {"type": "string"}, "jasmine-core": {"type": "string"}, "rimraf": {"type": "string"}, "tslint": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/jasmine", "@types/lodash", "commitizen", "cz-conventional-changelog", "jasmine", "jasmine-core", "rimraf", "tslint", "typescript"]}, "config": {"type": "object", "properties": {"commitizen": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}}, "required": ["commitizen"]}}, "required": ["name", "version", "license", "description", "main", "module", "types", "scripts", "author", "repository", "dependencies", "devDependencies", "config"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"events": {"type": "array", "items": {"type": "object", "properties": {"data": {"type": "object", "properties": {"eventContext": {"type": "object", "properties": {"payrollGroupCode": {"type": "object", "properties": {"codeValue": {"type": "string"}}, "required": ["codeValue"]}, "payrollWeekNumber": {"type": "string"}, "payrollRunNumber": {"type": "string"}, "payrollProcessingJobID": {"type": "string"}}, "required": ["payrollGroupCode", "payrollWeekNumber", "payrollRunNumber", "payrollProcessingJobID"]}, "transform": {"type": "object", "properties": {"payDataInput": {"type": "object", "properties": {"payeePayInputs": {"type": "array", "items": {"type": "object", "properties": {"associateOID": {"type": "string"}, "payNumber": {"type": "string"}, "payrollProfilePayInputs": {"type": "array", "items": {"type": "object", "properties": {"payrollFileNumber": {"type": "string"}, "payInputs": {"type": "array", "items": {"type": "object", "properties": {"memoInputs": {"type": "array", "items": {"type": "object", "properties": {"memoCode": {"type": "object", "properties": {"codeValue": {"type": "string"}}, "required": ["codeValue"]}, "memoAmount": {"type": "object", "properties": {"amountValue": {"type": "string"}}, "required": ["amountValue"]}}, "required": ["memoCode", "memoAmount"]}}}, "required": ["memoInputs"]}}}, "required": ["payrollFileNumber", "payInputs"]}}}, "required": ["associateOID", "payNumber", "payrollProfilePayInputs"]}}}, "required": ["payeePayInputs"]}}, "required": ["payDataInput"]}}, "required": ["eventContext", "transform"]}, "links": {"type": "array", "items": {"type": "object", "properties": {"href": {"type": "string"}, "rel": {"type": "string"}}, "required": ["href", "rel"]}}}, "required": ["data", "links"]}}}, "required": ["events"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"events" : [{"data" : {"eventContext" : {"payrollGroupCode" : {"codeValue" : "VK2"}, "payrollWeekNumber" : "", "payrollRunNumber" : "", "payrollProcessingJobID" : ""}, "transform" : {"payDataInput" : {"payeePayInputs" : [{"associateOID" : "G3DKVW69A4E6FR5R", "payNumber" : "1", "payrollProfilePayInputs" : [{"payrollFileNumber" : "201496", "payInputs" : [{"memoInputs" : [{"memoCode" : {"codeValue" : "CMB"}, "memoAmount" : {"amountValue" : "45"}}]}]}]}]}}}, "links" : [{"href" : "/core/v1/operations/payrollManagement/vantage/355372", "rel" : "/adp/status-monitor"}]}]}
json_instruct
{"type": "object", "properties": {"events": {"type": "array", "items": {"type": "object", "properties": {"data": {"type": "object", "properties": {"eventContext": {"type": "object", "properties": {"payrollGroupCode": {"type": "object", "properties": {"codeValue": {"type": "string"}}, "required": ["codeValue"]}, "payrollWeekNumber": {"type": "string"}, "payrollRunNumber": {"type": "string"}, "payrollProcessingJobID": {"type": "string"}}, "required": ["payrollGroupCode", "payrollWeekNumber", "payrollRunNumber", "payrollProcessingJobID"]}, "transform": {"type": "object", "properties": {"payDataInput": {"type": "object", "properties": {"payeePayInputs": {"type": "array", "items": {"type": "object", "properties": {"associateOID": {"type": "string"}, "payNumber": {"type": "string"}, "payrollProfilePayInputs": {"type": "array", "items": {"type": "object", "properties": {"payrollFileNumber": {"type": "string"}, "payInputs": {"type": "array", "items": {"type": "object", "properties": {"memoInputs": {"type": "array", "items": {"type": "object", "properties": {"memoCode": {"type": "object", "properties": {"codeValue": {"type": "string"}}, "required": ["codeValue"]}, "memoAmount": {"type": "object", "properties": {"amountValue": {"type": "string"}}, "required": ["amountValue"]}}, "required": ["memoCode", "memoAmount"]}}}, "required": ["memoInputs"]}}}, "required": ["payrollFileNumber", "payInputs"]}}}, "required": ["associateOID", "payNumber", "payrollProfilePayInputs"]}}}, "required": ["payeePayInputs"]}}, "required": ["payDataInput"]}}, "required": ["eventContext", "transform"]}, "links": {"type": "array", "items": {"type": "object", "properties": {"href": {"type": "string"}, "rel": {"type": "string"}}, "required": ["href", "rel"]}}}, "required": ["data", "links"]}}}, "required": ["events"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"demo-server": {"type": "string"}, "demo-webpack": {"type": "string"}, "demo": {"type": "string"}, "start": {"type": "string"}, "build": {"type": "string"}}, "required": ["demo-server", "demo-webpack", "demo", "start", "build"]}, "dependencies": {"type": "object", "properties": {"@joecritch/behave.js": {"type": "string"}, "immer": {"type": "string"}, "lodash": {"type": "string"}, "shallow-equal": {"type": "string"}}, "required": ["@joecritch/behave.js", "immer", "lodash", "shallow-equal"]}, "devDependencies": {"type": "object", "properties": {"babel-core": {"type": "string"}, "babel-loader": {"type": "string"}, "babel-preset-stage-2": {"type": "string"}, "concurrently": {"type": "string"}, "mkdirp": {"type": "string"}, "serve": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}}, "required": ["babel-core", "babel-loader", "babel-preset-stage-2", "concurrently", "mkdirp", "serve", "webpack", "webpack-cli"]}}, "required": ["name", "version", "private", "repository", "author", "license", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "behave.js-demo", "version" : "0.1.0", "private" : true, "repository" : "[email protected]:joecritch/behave.js.git", "author" : "Joe Critchley <[email protected]>", "license" : "MIT", "scripts" : {"demo-server" : "http-server -p 8081 .", "demo-webpack" : "mkdirp dist && webpack --module-bind js=babel-loader -w --mode=development", "demo" : "concurrently \"npm:demo-server\" \"npm:demo-webpack\"", "start" : "serve . --single", "build" : "mkdirp && webpack --module-bind js=babel-loader --mode=development"}, "dependencies" : {"@joecritch/behave.js" : "0.1.0", "immer" : "^1.5.0", "lodash" : "^4.17.10", "shallow-equal" : "^1.0.0"}, "devDependencies" : {"babel-core" : "^6.26.3", "babel-loader" : "^7.1.5", "babel-preset-stage-2" : "^6.24.1", "concurrently" : "^3.6.1", "mkdirp" : "^0.5.1", "serve" : "^9.4.0", "webpack" : "^4.16.3", "webpack-cli" : "^3.1.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"demo-server": {"type": "string"}, "demo-webpack": {"type": "string"}, "demo": {"type": "string"}, "start": {"type": "string"}, "build": {"type": "string"}}, "required": ["demo-server", "demo-webpack", "demo", "start", "build"]}, "dependencies": {"type": "object", "properties": {"@joecritch/behave.js": {"type": "string"}, "immer": {"type": "string"}, "lodash": {"type": "string"}, "shallow-equal": {"type": "string"}}, "required": ["@joecritch/behave.js", "immer", "lodash", "shallow-equal"]}, "devDependencies": {"type": "object", "properties": {"babel-core": {"type": "string"}, "babel-loader": {"type": "string"}, "babel-preset-stage-2": {"type": "string"}, "concurrently": {"type": "string"}, "mkdirp": {"type": "string"}, "serve": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}}, "required": ["babel-core", "babel-loader", "babel-preset-stage-2", "concurrently", "mkdirp", "serve", "webpack", "webpack-cli"]}}, "required": ["name", "version", "private", "repository", "author", "license", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}