input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"merged" : "/home/deki/Projects/Messaging/app/build/intermediates/res/merged/debug/xml-mcc214-mnc003/mms_config.xml", "source" : "/home/deki/Projects/Messaging/app/src/main/res/xml-mcc214-mnc03/mms_config.xml"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"thresholds": {"type": "object", "properties": {"performance": {"type": "number"}, "pwa": {"type": "number"}, "bestpractices": {"type": "number"}, "seo": {"type": "number"}, "accessibility": {"type": "number"}}, "required": ["performance", "pwa", "bestpractices", "seo", "accessibility"]}}, "required": ["thresholds"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"thresholds" : {"performance" : 5.0, "pwa" : 5.0, "bestpractices" : 5.0, "seo" : 5.0, "accessibility" : 5.0}}
json_instruct
{"type": "object", "properties": {"thresholds": {"type": "object", "properties": {"performance": {"type": "number"}, "pwa": {"type": "number"}, "bestpractices": {"type": "number"}, "seo": {"type": "number"}, "accessibility": {"type": "number"}}, "required": ["performance", "pwa", "bestpractices", "seo", "accessibility"]}}, "required": ["thresholds"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"$schema": {"type": "string"}, "dest": {"type": "string"}, "lib": {"type": "object", "properties": {"entryFile": {"type": "string"}, "umdModuleIds": {"type": "object", "properties": {"ng-click-outside": {"type": "string"}, "ngx-spinner": {"type": "string"}, "url-parse": {"type": "string"}, "uuid": {"type": "string"}, "@mica/controls": {"type": "string"}}, "required": ["ng-click-outside", "ngx-spinner", "url-parse", "uuid", "@mica/controls"]}}, "required": ["entryFile", "umdModuleIds"]}}, "required": ["$schema", "dest", "lib"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"$schema" : "../../node_modules/ng-packagr/ng-package.schema.json", "dest" : "../../dist/mica-shared", "lib" : {"entryFile" : "src/public_api.ts", "umdModuleIds" : {"ng-click-outside" : "ngClickOutside", "ngx-spinner" : "ngxSpinner", "url-parse" : "URL", "uuid" : "uuid", "@mica/controls" : "@mica/controls"}}}
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "dest": {"type": "string"}, "lib": {"type": "object", "properties": {"entryFile": {"type": "string"}, "umdModuleIds": {"type": "object", "properties": {"ng-click-outside": {"type": "string"}, "ngx-spinner": {"type": "string"}, "url-parse": {"type": "string"}, "uuid": {"type": "string"}, "@mica/controls": {"type": "string"}}, "required": ["ng-click-outside", "ngx-spinner", "url-parse", "uuid", "@mica/controls"]}}, "required": ["entryFile", "umdModuleIds"]}}, "required": ["$schema", "dest", "lib"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "spec_version": {"type": "string"}, "objects": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "created_by_ref": {"type": "string"}, "created": {"type": "string"}, "modified": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "object_marking_refs": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "id", "created_by_ref", "created", "modified", "name", "description", "object_marking_refs"]}}}, "required": ["type", "id", "spec_version", "objects"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "bundle", "id" : "bundle--89f79b23-1f83-4b9d-8a86-cf32af244385", "spec_version" : "2.0", "objects" : [{"type" : "course-of-action", "id" : "course-of-action--03b327e5-f806-4fa7-bcf9-a8ed3dd9ddb2", "created_by_ref" : "identity--31f421d4-bb36-4dbf-9dfc-c116a91de14b", "created" : "2014-06-23T00:00:00.000Z", "modified" : "2018-07-31T00:00:00.000Z", "name" : "coa-35-2", "description" : "Implementation: Perform testing such as pen-testing and vulnerability scanning to identify directories, programs, and interfaces that grant direct access to executables.", "object_marking_refs" : ["marking-definition--b345b2a9-b539-4d88-8a9a-1ebcc9f77507"]}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "spec_version": {"type": "string"}, "objects": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "created_by_ref": {"type": "string"}, "created": {"type": "string"}, "modified": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "object_marking_refs": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "id", "created_by_ref", "created", "modified", "name", "description", "object_marking_refs"]}}}, "required": ["type", "id", "spec_version", "objects"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"title": {"type": "string"}, "xAxis": {"type": "string"}, "yAxis": {"type": "string"}, "columnType": {"type": "string"}, "graphType": {"type": "string"}, "summaryType": {"type": "string"}, "summary": {"type": "array", "items": {"type": "string"}}, "trends": {"type": "array", "items": {"type": "object", "properties": {}, "required": []}}, "data": {"type": "array", "items": {"type": "object", "properties": {"Country": {"type": "string"}, "Manufacturing Price": {"type": "string"}}, "required": ["Country", "Manufacturing Price"]}}, "gold": {"type": "string"}}, "required": ["title", "xAxis", "yAxis", "columnType", "graphType", "summaryType", "summary", "trends", "data", "gold"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "min of Manufacturing Price by Country", "xAxis" : "Country", "yAxis" : "Manufacturing Price", "columnType" : "two", "graphType" : "bar", "summaryType" : "nlp", "summary" : ["This statistic shows the number of Price Country Manufacturing farm projects Price in leading Manufacturing power countries as of October . ", "There were 3 Manufacturing farm projects Price in Germany . ", "Higher Manufacturing speeds that occur Price Country in comparison to land , allows for a higher supply of electricity from Price Country Manufacturing energy ."], "trends" : [{}, {"2" : "1", "9" : "2"}, {}], "data" : [{"Country" : "Canada", "Manufacturing Price" : "3"}, {"Country" : "France", "Manufacturing Price" : "3"}, {"Country" : "Germany", "Manufacturing Price" : "3"}, {"Country" : "Mexico", "Manufacturing Price" : "3"}, {"Country" : "United States of America", "Manufacturing Price" : "3"}], "gold" : "0\n"}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "xAxis": {"type": "string"}, "yAxis": {"type": "string"}, "columnType": {"type": "string"}, "graphType": {"type": "string"}, "summaryType": {"type": "string"}, "summary": {"type": "array", "items": {"type": "string"}}, "trends": {"type": "array", "items": {"type": "object", "properties": {}, "required": []}}, "data": {"type": "array", "items": {"type": "object", "properties": {"Country": {"type": "string"}, "Manufacturing Price": {"type": "string"}}, "required": ["Country", "Manufacturing Price"]}}, "gold": {"type": "string"}}, "required": ["title", "xAxis", "yAxis", "columnType", "graphType", "summaryType", "summary", "trends", "data", "gold"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "repository_url": {"type": "string"}}, "required": ["title", "description", "repository_url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "JonSingh.com", "description" : "Jon's Blog", "repository_url" : ""}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "repository_url": {"type": "string"}}, "required": ["title", "description", "repository_url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"jodit.min.css": {"type": "string"}, "jodit.min.js": {"type": "string"}}, "required": ["jodit.min.css", "jodit.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"jodit.min.css" : "sha512-8gCthSrQtNVjy8s3HAZVRTr+pRZmW02ipMBDtwdvIRJk7tg8iKbJrHId5UGdzTGUvGJ40oFQkmb0WijlGVnXkg==", "jodit.min.js" : "sha512-DAC2pa6c8EBvHYqBr0WJWzb2p2UK5dyjSg2F4dcq4GRtP/xkIwHPj+pMrA4DleKhRjraKetUHsv9M1sH8+o1pA=="}
json_instruct
{"type": "object", "properties": {"jodit.min.css": {"type": "string"}, "jodit.min.js": {"type": "string"}}, "required": ["jodit.min.css", "jodit.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "bin": {"type": "string"}, "author": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "dependencies": {"type": "object", "properties": {"docker-machine": {"type": "string"}, "run-series": {"type": "string"}, "unixify": {"type": "string"}, "yargs": {"type": "string"}}, "required": ["docker-machine", "run-series", "unixify", "yargs"]}, "devDependencies": {"type": "object", "properties": {"standard": {"type": "string"}}, "required": ["standard"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "repository": {"type": "string"}, "bugs": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "license", "bin", "author", "scripts", "dependencies", "devDependencies", "keywords", "engines", "repository", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "docker-share", "version" : "1.0.0", "description" : "Share local folders with a Docker Machine VM", "license" : "MIT", "bin" : "bin.js", "author" : "Vincent Weevers", "scripts" : {"test" : "standard"}, "dependencies" : {"docker-machine" : "~3.0.1", "run-series" : "~1.1.4", "unixify" : "~1.0.0", "yargs" : "~14.2.0"}, "devDependencies" : {"standard" : "^14.3.1"}, "keywords" : ["docker-machine", "docker", "machine", "mount", "share"], "engines" : {"node" : ">=8"}, "repository" : "vweevers/node-docker-share", "bugs" : "https://github.com/vweevers/node-docker-share/issues", "homepage" : "https://github.com/vweevers/node-docker-share"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "bin": {"type": "string"}, "author": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "dependencies": {"type": "object", "properties": {"docker-machine": {"type": "string"}, "run-series": {"type": "string"}, "unixify": {"type": "string"}, "yargs": {"type": "string"}}, "required": ["docker-machine", "run-series", "unixify", "yargs"]}, "devDependencies": {"type": "object", "properties": {"standard": {"type": "string"}}, "required": ["standard"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "repository": {"type": "string"}, "bugs": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "version", "description", "license", "bin", "author", "scripts", "dependencies", "devDependencies", "keywords", "engines", "repository", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"prefecture": {"type": "string"}, "city": {"type": "string"}, "prefecture_kana": {"type": "string"}, "city_kana": {"type": "string"}, "code": {"type": "string"}, "code5": {"type": "string"}}, "required": ["prefecture", "city", "prefecture_kana", "city_kana", "code", "code5"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"prefecture" : "\u611b\u5a9b\u770c", "city" : "\u4e0a\u5cf6\u753a", "prefecture_kana" : "\u30a8\u30d2\u30e1\u30b1\u30f3", "city_kana" : "\u30ab\u30df\u30b8\u30de\u30c1\u30e7\u30a6", "code" : "383562", "code5" : "38356"}
json_instruct
{"type": "object", "properties": {"prefecture": {"type": "string"}, "city": {"type": "string"}, "prefecture_kana": {"type": "string"}, "city_kana": {"type": "string"}, "code": {"type": "string"}, "code5": {"type": "string"}}, "required": ["prefecture", "city", "prefecture_kana", "city_kana", "code", "code5"], "$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"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "PaymentGateway.IO", "version" : "1.0.0", "description" : "PaymentGateway.IO helps you gain access to the payment gateways to accept cards and payments online. ================", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "PaymentGateway.IO", "license" : "Apache 2.0", "keywords" : ["payment", "gateway", "accept", "credit", "cards"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "division": {"type": "string"}, "department": {"type": "string"}, "prerequisites": {"type": "string"}, "exclusions": {"type": "string"}, "level": {"type": "integer"}, "campus": {"type": "string"}, "term": {"type": "string"}, "breadths": {"type": "array", "items": {"type": "integer"}}, "meeting_sections": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "instructors": {"type": "array", "items": {}}, "times": {"type": "array", "items": {}}, "size": {"type": "integer"}, "enrolment": {"type": "integer"}}, "required": ["code", "instructors", "times", "size", "enrolment"]}}}, "required": ["id", "code", "name", "description", "division", "department", "prerequisites", "exclusions", "level", "campus", "term", "breadths", "meeting_sections"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "ANT491Y1F20199", "code" : "ANT491Y1F", "name" : "Internship in Anthropology", "description" : "This course is an opportunity to apply acquired knowledge in anthropology or archeology in a work placement environment. Opportunities may include local community organizations, international development organizations, museum or heritage projects, or media production projects. Only internships that require knowledge and skills in anthropology and/or archeology will be considered. Student must fulfill responsibilities of the internship as well as complete a final research paper. If qualified, the student\u00e2\u20ac\u2122s internship supervisor will mark the final paper for the course; if not, an appropriate academic supervisor will be assigned from within the Dept. of Anthropology. Not eligible for CR/NCR option.", "division" : "Faculty of Arts and Science", "department" : "Anthropology", "prerequisites" : "Fourth year; major or specialist in a program in Anthropology; 3.0 FCEs in Anthropology", "exclusions" : "", "level" : 400, "campus" : "UTSG", "term" : "2019 Fall", "breadths" : [3], "meeting_sections" : [{"code" : "L0101", "instructors" : [], "times" : [], "size" : 99, "enrolment" : 0}]}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "division": {"type": "string"}, "department": {"type": "string"}, "prerequisites": {"type": "string"}, "exclusions": {"type": "string"}, "level": {"type": "integer"}, "campus": {"type": "string"}, "term": {"type": "string"}, "breadths": {"type": "array", "items": {"type": "integer"}}, "meeting_sections": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "instructors": {"type": "array", "items": {}}, "times": {"type": "array", "items": {}}, "size": {"type": "integer"}, "enrolment": {"type": "integer"}}, "required": ["code", "instructors", "times", "size", "enrolment"]}}}, "required": ["id", "code", "name", "description", "division", "department", "prerequisites", "exclusions", "level", "campus", "term", "breadths", "meeting_sections"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"Id": {"type": "string"}, "ProductId": {"type": "string"}, "UserId": {"type": "string"}, "ProfileName": {"type": "string"}, "HelpfulnessNumerator": {"type": "integer"}, "HelpfulnessDenominator": {"type": "integer"}, "Score": {"type": "integer"}, "date": {"type": "string"}, "Summary": {"type": "string"}, "text": {"type": "string"}}, "required": ["Id", "ProductId", "UserId", "ProfileName", "HelpfulnessNumerator", "HelpfulnessDenominator", "Score", "date", "Summary", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Id" : "132989", "ProductId" : "B0090X8IPM", "UserId" : "A2NMQWBDWT3SQF", "ProfileName" : "Lorel Shea", "HelpfulnessNumerator" : 0, "HelpfulnessDenominator" : 0, "Score" : 4, "date" : "2010-12-29", "Summary" : "a pleasant brew", "text" : "Starbucks coffee has a signature taste that my husband describes as \"burnt beans\". This SB vanilla blend has the same subtle \"burnt\" aftertaste, with a hint of vanilla that is just right- not too faint and not too pronounced. For those who don't usually care for flavored coffees, it might be a nice change."}
json_instruct
{"type": "object", "properties": {"Id": {"type": "string"}, "ProductId": {"type": "string"}, "UserId": {"type": "string"}, "ProfileName": {"type": "string"}, "HelpfulnessNumerator": {"type": "integer"}, "HelpfulnessDenominator": {"type": "integer"}, "Score": {"type": "integer"}, "date": {"type": "string"}, "Summary": {"type": "string"}, "text": {"type": "string"}}, "required": ["Id", "ProductId", "UserId", "ProfileName", "HelpfulnessNumerator", "HelpfulnessDenominator", "Score", "date", "Summary", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"\u5de5\u5ee0\u540d\u7a31" : "\u806f\u83ef\u6c23\u9ad4\u5de5\u696d\u80a1\u4efd\u6709\u9650\u516c\u53f8\u524d\u93ae\u5de5\u5ee0", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "90K00976", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u9ad8\u96c4\u5e02\u524d\u93ae\u5340\u9ad8\u96c4\u52a0\u5de5\u51fa\u53e3\u5340\u6771\u5341\u4e8c\u88577\u865f", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc" : "\u9ad8\u96c4\u5e02\u524d\u93ae\u5340", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d" : "\u6797\u5f65\u4e32", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f" : "05258865", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b" : "\u80a1\u4efd\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f" : "", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f" : "1030411", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b" : "\u751f\u7522\u4e2d", "\u7522\u696d\u985e\u5225" : ["18\u5316\u5b78\u6750\u6599\u88fd\u9020\u696d"], "\u4e3b\u8981\u7522\u54c1" : ["181\u57fa\u672c\u5316\u5b78\u6750\u6599"]}
json_instruct
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "string"}, "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d": {"type": "string"}, "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b": {"type": "string"}, "\u7522\u696d\u985e\u5225": {"type": "array", "items": {"type": "string"}}, "\u4e3b\u8981\u7522\u54c1": {"type": "array", "items": {"type": "string"}}}, "required": ["\u5de5\u5ee0\u540d\u7a31", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f", "\u5de5\u5ee0\u5730\u5740", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b", "\u7522\u696d\u985e\u5225", "\u4e3b\u8981\u7522\u54c1"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"vanityfox": {"type": "object", "properties": {"title": {"type": "string"}, "channel_id": {"type": "integer"}, "link": {"type": "string"}, "desc": {"type": "null"}, "plans": {"type": "object", "properties": {"$4.99": {"type": "string"}, "$9.99": {"type": "string"}, "$24.99": {"type": "string"}}, "required": ["$4.99", "$9.99", "$24.99"]}, "id": {"type": "string"}, "first_seen": {"type": "string"}, "badge": {"type": "null"}, "badge_starting": {"type": "null"}, "badge_3m": {"type": "null"}, "badge_6m": {"type": "null"}, "badge_12m": {"type": "null"}, "badge_24m": {"type": "null"}, "badges": {"type": "null"}, "bits_badges": {"type": "null"}, "cheermote1": {"type": "null"}, "cheermote100": {"type": "null"}, "cheermote1000": {"type": "null"}, "cheermote5000": {"type": "null"}, "cheermote10000": {"type": "null"}, "set": {"type": "integer"}, "emotes": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "image_id": {"type": "integer"}, "set": {"type": "integer"}}, "required": ["code", "image_id", "set"]}}}, "required": ["title", "channel_id", "link", "desc", "plans", "id", "first_seen", "badge", "badge_starting", "badge_3m", "badge_6m", "badge_12m", "badge_24m", "badges", "bits_badges", "cheermote1", "cheermote100", "cheermote1000", "cheermote5000", "cheermote10000", "set", "emotes"]}}, "required": ["vanityfox"]}}, "required": ["template", "channels"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"template" : {"small" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/1.0", "medium" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/2.0", "large" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/3.0"}, "channels" : {"vanityfox" : {"title" : "VanityFox", "channel_id" : 84850658, "link" : "http://twitch.tv/vanityfox", "desc" : null, "plans" : {"$4.99" : "166582", "$9.99" : "166583", "$24.99" : "166584"}, "id" : "vanityfox", "first_seen" : "2017-06-29 12:50:07", "badge" : null, "badge_starting" : null, "badge_3m" : null, "badge_6m" : null, "badge_12m" : null, "badge_24m" : null, "badges" : null, "bits_badges" : null, "cheermote1" : null, "cheermote100" : null, "cheermote1000" : null, "cheermote5000" : null, "cheermote10000" : null, "set" : 166582, "emotes" : [{"code" : "vanity2FF", "image_id" : 223616, "set" : 166582}, {"code" : "vanity2FOX", "image_id" : 223647, "set" : 166584}, {"code" : "vanity2LIVE", "image_id" : 240589, "set" : 166583}]}}}
json_instruct
{"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"vanityfox": {"type": "object", "properties": {"title": {"type": "string"}, "channel_id": {"type": "integer"}, "link": {"type": "string"}, "desc": {"type": "null"}, "plans": {"type": "object", "properties": {"$4.99": {"type": "string"}, "$9.99": {"type": "string"}, "$24.99": {"type": "string"}}, "required": ["$4.99", "$9.99", "$24.99"]}, "id": {"type": "string"}, "first_seen": {"type": "string"}, "badge": {"type": "null"}, "badge_starting": {"type": "null"}, "badge_3m": {"type": "null"}, "badge_6m": {"type": "null"}, "badge_12m": {"type": "null"}, "badge_24m": {"type": "null"}, "badges": {"type": "null"}, "bits_badges": {"type": "null"}, "cheermote1": {"type": "null"}, "cheermote100": {"type": "null"}, "cheermote1000": {"type": "null"}, "cheermote5000": {"type": "null"}, "cheermote10000": {"type": "null"}, "set": {"type": "integer"}, "emotes": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "image_id": {"type": "integer"}, "set": {"type": "integer"}}, "required": ["code", "image_id", "set"]}}}, "required": ["title", "channel_id", "link", "desc", "plans", "id", "first_seen", "badge", "badge_starting", "badge_3m", "badge_6m", "badge_12m", "badge_24m", "badges", "bits_badges", "cheermote1", "cheermote100", "cheermote1000", "cheermote5000", "cheermote10000", "set", "emotes"]}}, "required": ["vanityfox"]}}, "required": ["template", "channels"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"$schema": {"type": "string"}, "contentVersion": {"type": "string"}, "parameters": {"type": "object", "properties": {"name": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "location": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "sqlpoolName": {"type": "object", "properties": {"type": {"type": "string"}, "defaultValue": {"type": "string"}}, "required": ["type", "defaultValue"]}, "sku": {"type": "object", "properties": {"type": {"type": "string"}, "defaultValue": {"type": "string"}}, "required": ["type", "defaultValue"]}}, "required": ["name", "location", "sqlpoolName", "sku"]}, "variables": {"type": "object", "properties": {}, "required": []}, "resources": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "apiVersion": {"type": "string"}, "name": {"type": "string"}, "sku": {"type": "object", "properties": {"name": {"type": "string"}, "capacity": {"type": "integer"}}, "required": ["name", "capacity"]}, "location": {"type": "string"}, "properties": {"type": "object", "properties": {"status": {"type": "string"}, "maxSizeBytes": {"type": "integer"}, "collation": {"type": "string"}, "provisioningState": {"type": "string"}}, "required": ["status", "maxSizeBytes", "collation", "provisioningState"]}}, "required": ["type", "apiVersion", "name", "sku", "location", "properties"]}}, "outputs": {"type": "object", "properties": {}, "required": []}}, "required": ["$schema", "contentVersion", "parameters", "variables", "resources", "outputs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"$schema" : "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion" : "1.0.0.1", "parameters" : {"name" : {"type" : "string"}, "location" : {"type" : "string"}, "sqlpoolName" : {"type" : "string", "defaultValue" : "sqlpool1"}, "sku" : {"type" : "string", "defaultValue" : "DW100c"}}, "variables" : {}, "resources" : [{"type" : "Microsoft.Synapse/workspaces/sqlPools", "apiVersion" : "2019-06-01-preview", "name" : "[concat(parameters('name'),'/',parameters('sqlpoolName'))]", "sku" : {"name" : "[parameters('sku')]", "capacity" : 0}, "location" : "[parameters('location')]", "properties" : {"status" : "Paused", "maxSizeBytes" : 263882790666240, "collation" : "SQL_Latin1_General_CP1_CI_AS", "provisioningState" : "Succeeded"}}], "outputs" : {}}
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "contentVersion": {"type": "string"}, "parameters": {"type": "object", "properties": {"name": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "location": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "sqlpoolName": {"type": "object", "properties": {"type": {"type": "string"}, "defaultValue": {"type": "string"}}, "required": ["type", "defaultValue"]}, "sku": {"type": "object", "properties": {"type": {"type": "string"}, "defaultValue": {"type": "string"}}, "required": ["type", "defaultValue"]}}, "required": ["name", "location", "sqlpoolName", "sku"]}, "variables": {"type": "object", "properties": {}, "required": []}, "resources": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "apiVersion": {"type": "string"}, "name": {"type": "string"}, "sku": {"type": "object", "properties": {"name": {"type": "string"}, "capacity": {"type": "integer"}}, "required": ["name", "capacity"]}, "location": {"type": "string"}, "properties": {"type": "object", "properties": {"status": {"type": "string"}, "maxSizeBytes": {"type": "integer"}, "collation": {"type": "string"}, "provisioningState": {"type": "string"}}, "required": ["status", "maxSizeBytes", "collation", "provisioningState"]}}, "required": ["type", "apiVersion", "name", "sku", "location", "properties"]}}, "outputs": {"type": "object", "properties": {}, "required": []}}, "required": ["$schema", "contentVersion", "parameters", "variables", "resources", "outputs"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"<page title>": {"type": "string"}, "camera type": {"type": "string"}, "deal first added on": {"type": "string"}, "ean13": {"type": "string"}, "last updated": {"type": "string"}, "manufacturer": {"type": "string"}, "product name": {"type": "string"}, "retail price": {"type": "string"}, "upc": {"type": "string"}}, "required": ["<page title>", "camera type", "deal first added on", "ean13", "last updated", "manufacturer", "product name", "retail price", "upc"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"<page title>" : "Nikon D3200 24.2MP Digital SLR on sale for $379.00", "camera type" : "SLR", "deal first added on" : "4-May-2012", "ean13" : "0018208254927", "last updated" : "10-October-2014", "manufacturer" : "Nikon", "product name" : "Nikon D3200 24.2MP Digital SLR with 18-55mm f/3.5-5.6 AF-S DX VR Zoom Lens", "retail price" : "$699.95", "upc" : "018208254927"}
json_instruct
{"type": "object", "properties": {"<page title>": {"type": "string"}, "camera type": {"type": "string"}, "deal first added on": {"type": "string"}, "ean13": {"type": "string"}, "last updated": {"type": "string"}, "manufacturer": {"type": "string"}, "product name": {"type": "string"}, "retail price": {"type": "string"}, "upc": {"type": "string"}}, "required": ["<page title>", "camera type", "deal first added on", "ean13", "last updated", "manufacturer", "product name", "retail price", "upc"], "$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"}, "homepage": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "homepage", "description", "main", "license", "ignore"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "ngTagsInput", "version" : "2.1.9", "homepage" : "https://github.com/margielm/ngTagsInput", "description" : "ngTagsInput with customizable auto-complete popup", "main" : ["./build/ng-tags-input.min.js", "./build/ng-tags-input.min.css", "./build/ng-tags-input.bootstrap.min.css"], "license" : "MIT", "ignore" : ["**/.*", "node_modules", "bower_components", "test", "tests"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "homepage", "description", "main", "license", "ignore"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"assetSecuritizationTransactionInitiateActionRecord": {"type": "object", "properties": {}, "required": []}, "assetSecuritizationTransactionInstanceStatus": {"type": "string"}, "assetSecuritizationTransactionStatus": {"type": "string"}, "assetSecuritizationTransactionSelectedOption": {"type": "string"}, "assetSecuritizationTransactionInitiateActionReference": {"type": "string"}, "assetSecuritizationTransactionParameterType": {"type": "string"}, "assetSecuritizationTransactionInstanceReference": {"type": "string"}}, "required": ["assetSecuritizationTransactionInitiateActionRecord", "assetSecuritizationTransactionInstanceStatus", "assetSecuritizationTransactionStatus", "assetSecuritizationTransactionSelectedOption", "assetSecuritizationTransactionInitiateActionReference", "assetSecuritizationTransactionParameterType", "assetSecuritizationTransactionInstanceReference"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"assetSecuritizationTransactionInitiateActionRecord" : {}, "assetSecuritizationTransactionInstanceStatus" : "assetSecuritizationTransactionInstanceStatus", "assetSecuritizationTransactionStatus" : "assetSecuritizationTransactionStatus", "assetSecuritizationTransactionSelectedOption" : "assetSecuritizationTransactionSelectedOption", "assetSecuritizationTransactionInitiateActionReference" : "ASTIAR777605", "assetSecuritizationTransactionParameterType" : "assetSecuritizationTransactionParameterType", "assetSecuritizationTransactionInstanceReference" : "ASTIR761457"}
json_instruct
{"type": "object", "properties": {"assetSecuritizationTransactionInitiateActionRecord": {"type": "object", "properties": {}, "required": []}, "assetSecuritizationTransactionInstanceStatus": {"type": "string"}, "assetSecuritizationTransactionStatus": {"type": "string"}, "assetSecuritizationTransactionSelectedOption": {"type": "string"}, "assetSecuritizationTransactionInitiateActionReference": {"type": "string"}, "assetSecuritizationTransactionParameterType": {"type": "string"}, "assetSecuritizationTransactionInstanceReference": {"type": "string"}}, "required": ["assetSecuritizationTransactionInitiateActionRecord", "assetSecuritizationTransactionInstanceStatus", "assetSecuritizationTransactionStatus", "assetSecuritizationTransactionSelectedOption", "assetSecuritizationTransactionInitiateActionReference", "assetSecuritizationTransactionParameterType", "assetSecuritizationTransactionInstanceReference"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"face_keypoints": {"type": "array", "items": {}}, "pose_keypoints": {"type": "array", "items": {"type": "number"}}, "hand_right_keypoints": {"type": "array", "items": {}}, "hand_left_keypoints": {"type": "array", "items": {}}}, "required": ["face_keypoints", "pose_keypoints", "hand_right_keypoints", "hand_left_keypoints"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : 1.0, "people" : [{"face_keypoints" : [], "pose_keypoints" : [122.96062992126, 38.4, 0.918898522853851, 92.7244094488189, 80.9890909090909, 0.693881332874298, 54.6771653543307, 74.9381818181818, 0.58719926327467, 3.77952755905512, 118.690909090909, 0.646688632667065, 51.1496062992126, 158.72, 0.627707082778215, 133.03937007874, 85.6436363636364, 0.659233413636684, 142.866141732283, 131.490909090909, 0.815808892250061, 138.330708661417, 162.443636363636, 0.609952762722969, 77.3543307086614, 186.647272727273, 0.26945744236582, 0, 0, 0, 0, 0, 0, 124.724409448819, 182.690909090909, 0.255708634387702, 0, 0, 0, 0, 0, 0, 114.393700787402, 28.8581818181818, 0.946771532297134, 129.007874015748, 31.1854545454545, 0.954424127936363, 95.244094488189, 30.4872727272727, 0.585886046290398, 0, 0, 0], "hand_right_keypoints" : [], "hand_left_keypoints" : []}]}
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"face_keypoints": {"type": "array", "items": {}}, "pose_keypoints": {"type": "array", "items": {"type": "number"}}, "hand_right_keypoints": {"type": "array", "items": {}}, "hand_left_keypoints": {"type": "array", "items": {}}}, "required": ["face_keypoints", "pose_keypoints", "hand_right_keypoints", "hand_left_keypoints"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "ext-gd": {"type": "string"}, "ext-json": {"type": "string"}, "slim/slim": {"type": "string"}, "slim/php-view": {"type": "string"}, "monolog/monolog": {"type": "string"}, "psr/container": {"type": "string"}, "guzzlehttp/guzzle": {"type": "string"}, "gumlet/php-image-resize": {"type": "string"}, "symfony/cache": {"type": "string"}}, "required": ["php", "ext-gd", "ext-json", "slim/slim", "slim/php-view", "monolog/monolog", "psr/container", "guzzlehttp/guzzle", "gumlet/php-image-resize", "symfony/cache"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}}, "required": ["phpunit/phpunit"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Blog\\": {"type": "string"}}, "required": ["Blog\\"]}}, "required": ["psr-4"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Tests\\": {"type": "string"}}, "required": ["Tests\\"]}}, "required": ["psr-4"]}, "config": {"type": "object", "properties": {"process-timeout": {"type": "integer"}}, "required": ["process-timeout"]}, "scripts": {"type": "object", "properties": {"serve": {"type": "string"}, "test": {"type": "string"}}, "required": ["serve", "test"]}}, "required": ["name", "description", "homepage", "license", "authors", "require", "require-dev", "autoload", "autoload-dev", "config", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "mweimann/vanilla-blog", "description" : "Vanilla framework test", "homepage" : "https://github.com/weeman1337/vanilla-blog", "license" : "MIT", "authors" : [{"name" : "Michael Weimann", "email" : "[email protected]"}], "require" : {"php" : ">=7.1.0", "ext-gd" : "*", "ext-json" : "*", "slim/slim" : "^3.1", "slim/php-view" : "^2.0", "monolog/monolog" : "^1.17", "psr/container" : "^1.0", "guzzlehttp/guzzle" : "^6.3", "gumlet/php-image-resize" : "^1.9", "symfony/cache" : "^4.2"}, "require-dev" : {"phpunit/phpunit" : ">=4.8 < 6.0"}, "autoload" : {"psr-4" : {"Blog\\" : "src/"}}, "autoload-dev" : {"psr-4" : {"Tests\\" : "tests/"}}, "config" : {"process-timeout" : 0}, "scripts" : {"serve" : "php -S localhost:8080 -t public public/index.php", "test" : "phpunit"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "ext-gd": {"type": "string"}, "ext-json": {"type": "string"}, "slim/slim": {"type": "string"}, "slim/php-view": {"type": "string"}, "monolog/monolog": {"type": "string"}, "psr/container": {"type": "string"}, "guzzlehttp/guzzle": {"type": "string"}, "gumlet/php-image-resize": {"type": "string"}, "symfony/cache": {"type": "string"}}, "required": ["php", "ext-gd", "ext-json", "slim/slim", "slim/php-view", "monolog/monolog", "psr/container", "guzzlehttp/guzzle", "gumlet/php-image-resize", "symfony/cache"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}}, "required": ["phpunit/phpunit"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Blog\\": {"type": "string"}}, "required": ["Blog\\"]}}, "required": ["psr-4"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Tests\\": {"type": "string"}}, "required": ["Tests\\"]}}, "required": ["psr-4"]}, "config": {"type": "object", "properties": {"process-timeout": {"type": "integer"}}, "required": ["process-timeout"]}, "scripts": {"type": "object", "properties": {"serve": {"type": "string"}, "test": {"type": "string"}}, "required": ["serve", "test"]}}, "required": ["name", "description", "homepage", "license", "authors", "require", "require-dev", "autoload", "autoload-dev", "config", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[2002, 5], [2008, 5], [2010, 8], [2013, 5], [2014, 6]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$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"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"chainfetch": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}, "requires": {"type": "object", "properties": {"node-fetch": {"type": "string"}}, "required": ["node-fetch"]}}, "required": ["version", "resolved", "integrity", "requires"]}, "node-fetch": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}, "os-tmpdir": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}, "tmp": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}, "requires": {"type": "object", "properties": {"os-tmpdir": {"type": "string"}}, "required": ["os-tmpdir"]}}, "required": ["version", "resolved", "integrity", "requires"]}, "wallpaper": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}}, "required": ["chainfetch", "node-fetch", "os-tmpdir", "tmp", "wallpaper"]}}, "required": ["name", "version", "lockfileVersion", "requires", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "wallurl", "version" : "1.0.0", "lockfileVersion" : 1, "requires" : true, "dependencies" : {"chainfetch" : {"version" : "1.2.0", "resolved" : "https://registry.npmjs.org/chainfetch/-/chainfetch-1.2.0.tgz", "integrity" : "sha512-cALMo/W7G63iiliY/Rh/2CZE7fnbKAhedF2AMKwFZJhnFmh1j+BeeLNgtlz7K5F23ApHeY2I0TyteoRF8PU8Dg==", "requires" : {"node-fetch" : "^2.2.0"}}, "node-fetch" : {"version" : "2.3.0", "resolved" : "https://registry.npmjs.org/node-fetch/-/node-fetch-2.3.0.tgz", "integrity" : "sha512-MOd8pV3fxENbryESLgVIeaGKrdl+uaYhCSSVkjeOb/31/njTpcis5aWfdqgNlHIrKOLRbMnfPINPOML2CIFeXA=="}, "os-tmpdir" : {"version" : "1.0.2", "resolved" : "http://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", "integrity" : "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ="}, "tmp" : {"version" : "0.0.33", "resolved" : "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz", "integrity" : "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==", "requires" : {"os-tmpdir" : "~1.0.2"}}, "wallpaper" : {"version" : "4.1.0", "resolved" : "https://registry.npmjs.org/wallpaper/-/wallpaper-4.1.0.tgz", "integrity" : "sha512-wCgKRoRMXlNHzr0TPGAjcPqmh3yWBOK6AmWWqW9ufZ6x6Ntjj7j+iAhpNtfF8gXNCfppDi3r1KIt5a5ZvWA/CA=="}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"chainfetch": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}, "requires": {"type": "object", "properties": {"node-fetch": {"type": "string"}}, "required": ["node-fetch"]}}, "required": ["version", "resolved", "integrity", "requires"]}, "node-fetch": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}, "os-tmpdir": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}, "tmp": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}, "requires": {"type": "object", "properties": {"os-tmpdir": {"type": "string"}}, "required": ["os-tmpdir"]}}, "required": ["version", "resolved", "integrity", "requires"]}, "wallpaper": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}}, "required": ["chainfetch", "node-fetch", "os-tmpdir", "tmp", "wallpaper"]}}, "required": ["name", "version", "lockfileVersion", "requires", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"total": {"type": "integer"}, "pass": {"type": "integer"}, "fail": {"type": "integer"}, "skip": {"type": "integer"}, "classes": {"type": "array", "items": {"type": "string"}}, "startTime": {"type": "integer"}, "endTime": {"type": "integer"}}, "required": ["total", "pass", "fail", "skip", "classes", "startTime", "endTime"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"total" : 5, "pass" : 0, "fail" : 4, "skip" : 0, "classes" : ["com.qmetry.qaf.automation.step.client.Scenario", "com.qmetry.qaf.automation.step.client.DataDrivenScenario"], "startTime" : 1520969948859, "endTime" : 1520969955663}
json_instruct
{"type": "object", "properties": {"total": {"type": "integer"}, "pass": {"type": "integer"}, "fail": {"type": "integer"}, "skip": {"type": "integer"}, "classes": {"type": "array", "items": {"type": "string"}}, "startTime": {"type": "integer"}, "endTime": {"type": "integer"}}, "required": ["total", "pass", "fail", "skip", "classes", "startTime", "endTime"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"variants": {"type": "object", "properties": {"lit=false": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "lit=true": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": ["lit=false", "lit=true"]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"variants" : {"lit=false" : {"model" : "chipped:block/redstone_torch_14_off"}, "lit=true" : {"model" : "chipped:block/redstone_torch_14"}}}
json_instruct
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"lit=false": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "lit=true": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": ["lit=false", "lit=true"]}}, "required": ["variants"], "$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#"}
["graphql-compose-mongoose"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"other_cities": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "county": {"type": "string"}}, "required": ["other_cities", "city", "state", "county"]}}, "required": ["geometry", "type", "id", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"geometry" : {"type" : "Point", "coordinates" : [-74.0, 40.23]}, "type" : "Feature", "id" : "07711", "properties" : {"other_cities" : "Loch Arbour, W Allenhurst, West Allenhurst", "city" : "Allenhurst", "state" : "NJ", "county" : "Monmouth County"}}
json_instruct
{"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"other_cities": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "county": {"type": "string"}}, "required": ["other_cities", "city", "state", "county"]}}, "required": ["geometry", "type", "id", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"className": {"type": "string"}, "methods": {"type": "object", "properties": {"canMemoize": {"type": "string"}, "copy": {"type": "string"}, "create": {"type": "string"}, "init": {"type": "string"}, "isRefreshing": {"type": "string"}, "renameFilter": {"type": "string"}}, "required": ["canMemoize", "copy", "create", "init", "isRefreshing", "renameFilter"]}, "path": {"type": "string"}, "text": {"type": "string"}, "typeName": {"type": "string"}}, "required": ["className", "methods", "path", "text", "typeName"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"className" : "io.deephaven.db.v2.select.python.ConditionFilterPython", "methods" : {"canMemoize" : "Can this filter operation be memoized?\n\n:return: (boolean) if this filter can be memoized", "copy" : "Create a copy of this SelectFilter.\n\n:return: (io.deephaven.db.v2.select.AbstractConditionFilter) an independent copy of this SelectFilter.", "create" : ":param dcf: io.deephaven.db.v2.select.python.DeephavenCompatibleFunction\n:return: io.deephaven.db.v2.select.python.ConditionFilterPython", "init" : "Initialize this select filter given the table definition\n\n:param tableDefinition: io.deephaven.db.tables.TableDefinition", "isRefreshing" : "Is this filter refreshing?\n\n:return: (boolean) if this filter is refreshing", "renameFilter" : ":param renames: java.util.Map<java.lang.String,java.lang.String>\n:return: io.deephaven.db.v2.select.AbstractConditionFilter"}, "path" : "io.deephaven.db.v2.select.python.ConditionFilterPython", "text" : "A condition filter for python native code.", "typeName" : "class"}
json_instruct
{"type": "object", "properties": {"className": {"type": "string"}, "methods": {"type": "object", "properties": {"canMemoize": {"type": "string"}, "copy": {"type": "string"}, "create": {"type": "string"}, "init": {"type": "string"}, "isRefreshing": {"type": "string"}, "renameFilter": {"type": "string"}}, "required": ["canMemoize", "copy", "create", "init", "isRefreshing", "renameFilter"]}, "path": {"type": "string"}, "text": {"type": "string"}, "typeName": {"type": "string"}}, "required": ["className", "methods", "path", "text", "typeName"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"compatibility.js": {"type": "string"}, "compatibility.min.js": {"type": "string"}, "pdf_viewer.css": {"type": "string"}, "pdf_viewer.js": {"type": "string"}, "pdf_viewer.min.css": {"type": "string"}, "pdf_viewer.min.js": {"type": "string"}, "pdf.combined.js": {"type": "string"}, "pdf.combined.min.js": {"type": "string"}, "pdf.js": {"type": "string"}, "pdf.min.js": {"type": "string"}, "pdf.worker.js": {"type": "string"}, "pdf.worker.min.js": {"type": "string"}}, "required": ["compatibility.js", "compatibility.min.js", "pdf_viewer.css", "pdf_viewer.js", "pdf_viewer.min.css", "pdf_viewer.min.js", "pdf.combined.js", "pdf.combined.min.js", "pdf.js", "pdf.min.js", "pdf.worker.js", "pdf.worker.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"compatibility.js" : "sha256-zthcGd4EsOu+9mdSIHTx82u9cGZb8wfVFbJtDOCyl6M=", "compatibility.min.js" : "sha256-j09EByemDiuWdVDqrJce4du6dghT/hu5JRNcWIYghHA=", "pdf_viewer.css" : "sha256-xb2S9uwsLkKCW7Lg836Kaz5AiiXLhVNuOwERHxPIbG8=", "pdf_viewer.js" : "sha256-0qdSXx0c3pvscbxm00zb5ThXfoq92IjhxqpZ85+/Xw0=", "pdf_viewer.min.css" : "sha256-bW2bu5lXFnfGiNiOGETQHM5hs9LHCGsp2lH7jV8Toqw=", "pdf_viewer.min.js" : "sha256-kw8gGOTlgab0hVrBoYw1IJxS8x+nMLm/8HYymMIv6/A=", "pdf.combined.js" : "sha256-SJ+pYVbA/X6QV/4Bp5p93fZoTiu2LTQI+JsMYpu7B0k=", "pdf.combined.min.js" : "sha256-ITuL6xPXjXt91nJP1zOwXZUBlQ/XANnNOLzoZ6flEXg=", "pdf.js" : "sha256-fXumC8M90e2kKeUZChIr855PCsDm9Wkc7sFUgYMqvJo=", "pdf.min.js" : "sha256-9w9wl0VG48DJyjnROgHQ3SQRCs5qDmRbhtbYFPRyoTY=", "pdf.worker.js" : "sha256-lC/HWVCIFwsjr/+fFqEzUuNwDS/Q+Z5UFbR7hq02Zqk=", "pdf.worker.min.js" : "sha256-Meh0Q5yAcC42qOpideT7rOVTR0+1PTc8SSks4goz00g="}
json_instruct
{"type": "object", "properties": {"compatibility.js": {"type": "string"}, "compatibility.min.js": {"type": "string"}, "pdf_viewer.css": {"type": "string"}, "pdf_viewer.js": {"type": "string"}, "pdf_viewer.min.css": {"type": "string"}, "pdf_viewer.min.js": {"type": "string"}, "pdf.combined.js": {"type": "string"}, "pdf.combined.min.js": {"type": "string"}, "pdf.js": {"type": "string"}, "pdf.min.js": {"type": "string"}, "pdf.worker.js": {"type": "string"}, "pdf.worker.min.js": {"type": "string"}}, "required": ["compatibility.js", "compatibility.min.js", "pdf_viewer.css", "pdf_viewer.js", "pdf_viewer.min.css", "pdf_viewer.min.js", "pdf.combined.js", "pdf.combined.min.js", "pdf.js", "pdf.min.js", "pdf.worker.js", "pdf.worker.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 101854907, "type" : "Feature", "properties" : {"src:alt_label" : "whosonfirst", "src:geom" : "whosonfirst", "wof:geomhash" : "63d94bba76f62cf21c74b25d31e3c866", "wof:id" : 101854907, "wof:repo" : "whosonfirst-data-admin-gb"}, "bbox" : [0.111733, 52.247848, 0.111733, 52.247848], "geometry" : {"coordinates" : [0.111733, 52.247848], "type" : "Point"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "year": {"type": "string"}}, "required": ["author", "classification", "keywords", "period", "reference", "region", "text", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"author" : "Rachel Hadas", "classification" : "", "keywords" : [], "period" : "", "reference" : "http://www.poetryfoundation.org/poetrymagazine/poem/146671", "region" : "", "text" : ["The taste is strong as ever,", "figs and cheese and wine.", "I recall each savor;", "the taste is strong as ever,", "even if it will never", "be quite so fresh again.", "The taste is strong as ever,", "figs and cheese and wine.", "Two sides of one coin", "love and worry seem.", "Both of them are mine:", "two sides of one coin,", "two links in one chain,", "left/right of one brain?", "Two sides of one coin", "love and worry seem.", "Why does transformation", "sneak up on us so?", "In life, not just narration,", "why does transformation", "creep up\u2014yes, in slow motion,", "inexorably, though?", "Why does transformation", "sneak up on us so?", "Where are worry beads", "now people have cell phones", "clamped against their heads?", "Where are worry beads?", "Ancient human needs,", "new millennium;", "where are worry beads?", "People have cell phones.", "Before we reach the top,", "street sounds fade away.", "Many steep steps up", "before we reach the top;", "just when did they stop?", "Silence; scalding sky.", "Before we reach the top,", "street sounds fade away.", "Tino's counting on his fingers.", "Syllables and rhyme;", "a faint Sapphic cadence lingers.", "Tino's counting on his fingers.", "Generations of singers", "keeping, conquering time.", "Tino's counting on his fingers;", "syllables and rhyme."], "title" : "Triolets in the Argolid", "year" : ""}
json_instruct
{"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "year": {"type": "string"}}, "required": ["author", "classification", "keywords", "period", "reference", "region", "text", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"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" : "Mira hologr\u00e1fica EOTech XPS3-0", "ShortName" : "XPS3-0", "Description" : "O XPS3 \u00e9 mais compacto do que os outras miras hologr\u00e1ficas, mas t\u00e3o eficaz quanto; Al\u00e9m disso, essa abordagem deixa mais espa\u00e7o de montagem para equipamentos adicionais. Tanto os ca\u00e7adores como as for\u00e7as armadas as valorizam equipamentos pequenos e leves, que s\u00e3o particularmente not\u00e1veis \u200b\u200bem miss\u00f5es longas. O modelo 3-0 apresenta um ret\u00edculo de dois pontos de 1 MOA."}
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#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "icons": {"type": "object", "properties": {}, "required": []}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"matches": {"type": "array", "items": {"type": "string"}}, "js": {"type": "array", "items": {"type": "string"}}}, "required": ["matches", "js"]}}}, "required": ["manifest_version", "name", "version", "description", "icons", "content_scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"manifest_version" : 2, "name" : "mini-note", "version" : "0.1", "description" : "Adds persistent notes to the browser", "icons" : {}, "content_scripts" : [{"matches" : ["*://*.mozilla.org/*"], "js" : ["mini-note.js"]}]}
json_instruct
{"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "icons": {"type": "object", "properties": {}, "required": []}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"matches": {"type": "array", "items": {"type": "string"}}, "js": {"type": "array", "items": {"type": "string"}}}, "required": ["matches", "js"]}}}, "required": ["manifest_version", "name", "version", "description", "icons", "content_scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"parameters": {"type": "object", "properties": {"api-version": {"type": "string"}, "subscriptionId": {"type": "string"}, "ascLocation": {"type": "string"}, "taskName": {"type": "string"}}, "required": ["api-version", "subscriptionId", "ascLocation", "taskName"]}, "responses": {"type": "object", "properties": {"200": {"type": "object", "properties": {"body": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"state": {"type": "string"}, "subState": {"type": "string"}, "creationTimeUtc": {"type": "string"}, "lastStateChangeTimeUtc": {"type": "string"}, "securityTaskParameters": {"type": "object", "properties": {"resourceName": {"type": "string"}, "resourceType": {"type": "string"}, "resourceParent": {"type": "string"}, "location": {"type": "string"}, "resourceGroup": {"type": "string"}, "name": {"type": "string"}, "uniqueKey": {"type": "string"}, "resourceId": {"type": "string"}}, "required": ["resourceName", "resourceType", "resourceParent", "location", "resourceGroup", "name", "uniqueKey", "resourceId"]}}, "required": ["state", "subState", "creationTimeUtc", "lastStateChangeTimeUtc", "securityTaskParameters"]}}, "required": ["id", "name", "type", "properties"]}}, "required": ["body"]}}, "required": ["200"]}}, "required": ["parameters", "responses"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parameters" : {"api-version" : "2015-06-01-preview", "subscriptionId" : "20ff7fc3-e762-44dd-bd96-b71116dcdc23", "ascLocation" : "westeurope", "taskName" : "62609ee7-d0a5-8616-9fe4-1df5cca7758d"}, "responses" : {"200" : {"body" : {"id" : "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/providers/Microsoft.Security/locations/westeurope/tasks/62609ee7-d0a5-8616-9fe4-1df5cca7758d", "name" : "62609ee7-d0a5-8616-9fe4-1df5cca7758d", "type" : "Microsoft.Security/locations/tasks", "properties" : {"state" : "Active", "subState" : "NA", "creationTimeUtc" : "2018-03-05T10:42:03.9935508Z", "lastStateChangeTimeUtc" : "2018-03-05T10:42:03.9935508Z", "securityTaskParameters" : {"resourceName" : "default", "resourceType" : "Subnet", "resourceParent" : "vnet1", "location" : "uksouth", "resourceGroup" : "myRg", "name" : "NetworkSecurityGroupMissingOnSubnet", "uniqueKey" : "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/myRg/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/default", "resourceId" : "/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/myRg/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/default"}}}}}}
json_instruct
{"type": "object", "properties": {"parameters": {"type": "object", "properties": {"api-version": {"type": "string"}, "subscriptionId": {"type": "string"}, "ascLocation": {"type": "string"}, "taskName": {"type": "string"}}, "required": ["api-version", "subscriptionId", "ascLocation", "taskName"]}, "responses": {"type": "object", "properties": {"200": {"type": "object", "properties": {"body": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"state": {"type": "string"}, "subState": {"type": "string"}, "creationTimeUtc": {"type": "string"}, "lastStateChangeTimeUtc": {"type": "string"}, "securityTaskParameters": {"type": "object", "properties": {"resourceName": {"type": "string"}, "resourceType": {"type": "string"}, "resourceParent": {"type": "string"}, "location": {"type": "string"}, "resourceGroup": {"type": "string"}, "name": {"type": "string"}, "uniqueKey": {"type": "string"}, "resourceId": {"type": "string"}}, "required": ["resourceName", "resourceType", "resourceParent", "location", "resourceGroup", "name", "uniqueKey", "resourceId"]}}, "required": ["state", "subState", "creationTimeUtc", "lastStateChangeTimeUtc", "securityTaskParameters"]}}, "required": ["id", "name", "type", "properties"]}}, "required": ["body"]}}, "required": ["200"]}}, "required": ["parameters", "responses"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"rating": {"type": "string"}, "episodes": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "rating": {"type": "string"}, "episode-num": {"type": "string"}, "episode-name": {"type": "string"}}, "required": ["date", "rating", "episode-num", "episode-name"]}}, "2": {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "rating": {"type": "string"}, "episode-num": {"type": "string"}, "episode-name": {"type": "string"}}, "required": ["date", "rating", "episode-num", "episode-name"]}}}, "required": ["1", "2"]}, "name": {"type": "string"}}, "required": ["rating", "episodes", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"rating" : "9.2", "episodes" : {"1" : [{"date" : "12 Jan. 2014", "rating" : "8.9", "episode-num" : "1", "episode-name" : "The Long Bright Dark"}, {"date" : "19 Jan. 2014", "rating" : "8.9", "episode-num" : "2", "episode-name" : "Seeing Things"}, {"date" : "26 Jan. 2014", "rating" : "9.1", "episode-num" : "3", "episode-name" : "The Locked Room"}, {"date" : "9 Feb. 2014", "rating" : "9.4", "episode-num" : "4", "episode-name" : "Who Goes There"}, {"date" : "16 Feb. 2014", "rating" : "9.1", "episode-num" : "5", "episode-name" : "The Secret Fate of All Life"}, {"date" : "23 Feb. 2014", "rating" : "9.1", "episode-num" : "6", "episode-name" : "Haunted Houses"}, {"date" : "2 Mar. 2014", "rating" : "9.1", "episode-num" : "7", "episode-name" : "After You've Gone"}, {"date" : "9 Mar. 2014", "rating" : "9.1", "episode-num" : "8", "episode-name" : "Form and Void"}], "2" : [{"date" : "21 Jun. 2015", "rating" : "8.1", "episode-num" : "1", "episode-name" : "The Western Book of the Dead"}, {"date" : "28 Jun. 2015", "rating" : "8.2", "episode-num" : "2", "episode-name" : "Night Finds You"}, {"date" : "5 Jul. 2015", "rating" : "7.8", "episode-num" : "3", "episode-name" : "Maybe Tomorrow"}, {"date" : "12 Jul. 2015", "rating" : "8.6", "episode-num" : "4", "episode-name" : "Down Will Come"}, {"date" : "19 Jul. 2015", "rating" : "8.3", "episode-num" : "5", "episode-name" : "Other Lives"}, {"date" : "26 Jul. 2015", "rating" : "8.8", "episode-num" : "6", "episode-name" : "Church in Ruins"}, {"date" : "2 Aug. 2015", "rating" : "9.1", "episode-num" : "7", "episode-name" : "Black Maps and Motel Rooms"}, {"date" : "9 Aug. 2015", "rating" : "8.5", "episode-num" : "8", "episode-name" : "Omega Station"}]}, "name" : "True Detective"}
json_instruct
{"type": "object", "properties": {"rating": {"type": "string"}, "episodes": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "rating": {"type": "string"}, "episode-num": {"type": "string"}, "episode-name": {"type": "string"}}, "required": ["date", "rating", "episode-num", "episode-name"]}}, "2": {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "rating": {"type": "string"}, "episode-num": {"type": "string"}, "episode-name": {"type": "string"}}, "required": ["date", "rating", "episode-num", "episode-name"]}}}, "required": ["1", "2"]}, "name": {"type": "string"}}, "required": ["rating", "episodes", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"layer0": {"type": "string"}}, "required": ["layer0"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "minecraft:item/handheld", "textures" : {"layer0" : "astral:item/metaphoric_flesh"}}
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#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"n_dim" : 2, "n_trials" : 50, "objective" : "rastrigin_on_cube", "white" : "bayesopt_poi", "black" : "pymoo_nsga3", "traceback" : ["passing", "passing"], "best_val" : [0.17352181615613654, 3.1487252170677285], "best_x" : [[0.5321415685628397, 0.6245344883558559], [0.8023703235258222, 0.23962683262844087]], "feval_count" : [50, 50], "n_trials_instructed" : [50, 50], "passing" : [true, true], "completed" : true, "points" : 1.0, "winner" : "bayesopt_poi", "loser" : "pymoo_nsga3"}
json_instruct
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"run": {"type": "string"}}, "required": ["run"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"koa": {"type": "string"}, "koa-router": {"type": "string"}}, "required": ["koa", "koa-router"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "proxy", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"run" : "node index.js"}, "author" : "", "license" : "ISC", "devDependencies" : {"koa" : "^2.13.0", "koa-router" : "^10.0.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"run": {"type": "string"}}, "required": ["run"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"koa": {"type": "string"}, "koa-router": {"type": "string"}}, "required": ["koa", "koa-router"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "ureide", "definition" : "Any one of the many complex derivatives of urea; thus, hydantoin, and, in an extended dense, guanidine, caffeine, et., are ureides. [Written also ureid.]"}
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": {"manifestVersion": {"type": "integer"}, "id": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "publisher": {"type": "string"}, "galleryFlags": {"type": "array", "items": {"type": "string"}}, "targets": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}, "description": {"type": "string"}, "categories": {"type": "array", "items": {"type": "string"}}, "icons": {"type": "object", "properties": {"default": {"type": "string"}}, "required": ["default"]}, "branding": {"type": "object", "properties": {"color": {"type": "string"}, "theme": {"type": "string"}}, "required": ["color", "theme"]}, "content": {"type": "object", "properties": {"details": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}}, "required": ["details"]}, "links": {"type": "object", "properties": {"license": {"type": "object", "properties": {"uri": {"type": "string"}}, "required": ["uri"]}}, "required": ["license"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "uri": {"type": "string"}}, "required": ["type", "uri"]}, "files": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "packagePath": {"type": "string"}}, "required": ["path", "packagePath"]}}, "contributions": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "targets": {"type": "array", "items": {"type": "string"}}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["id", "type", "targets", "properties"]}}}, "required": ["manifestVersion", "id", "name", "version", "publisher", "galleryFlags", "targets", "description", "categories", "icons", "branding", "content", "links", "repository", "files", "contributions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"manifestVersion" : 1, "id" : "powerapps-ox-build-tools", "name" : "PowerApps Ox Build Tools", "version" : "1.6.0", "publisher" : "ThomasOchsenbein", "galleryFlags" : ["Public", "Preview"], "targets" : [{"id" : "Microsoft.VisualStudio.Services"}], "description" : "This Azure DevOps Extension delivers build automation Tasks that haven't been provided by the Microsoft PowerApps Build Tool.", "categories" : ["Azure Pipelines"], "icons" : {"default" : "images/extension-icon.png"}, "branding" : {"color" : "rgb(163, 73, 164)", "theme" : "dark"}, "content" : {"details" : {"path" : "readme.md"}}, "links" : {"license" : {"uri" : "https://github.com/ThomasOchsenbein/powerapps-ox-build-tools/blob/master/LICENSE.txt"}}, "repository" : {"type" : "git", "uri" : "https://github.com/ThomasOchsenbein/powerapps-ox-build-tools"}, "files" : [{"path" : "src/ConfigureServiceBusEndPoint", "packagePath" : "ConfigureServiceBusEndPoint"}, {"path" : "src/ConfigureWebHook", "packagePath" : "ConfigureWebHook"}], "contributions" : [{"id" : "ConfigureServiceBusEndPoint-task", "type" : "ms.vss-distributed-task.task", "targets" : ["ms.vss-distributed-task.tasks"], "properties" : {"name" : "ConfigureServiceBusEndPoint"}}, {"id" : "ConfigureWebHook-task", "type" : "ms.vss-distributed-task.task", "targets" : ["ms.vss-distributed-task.tasks"], "properties" : {"name" : "ConfigureWebHook"}}]}
json_instruct
{"type": "object", "properties": {"manifestVersion": {"type": "integer"}, "id": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "publisher": {"type": "string"}, "galleryFlags": {"type": "array", "items": {"type": "string"}}, "targets": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}, "description": {"type": "string"}, "categories": {"type": "array", "items": {"type": "string"}}, "icons": {"type": "object", "properties": {"default": {"type": "string"}}, "required": ["default"]}, "branding": {"type": "object", "properties": {"color": {"type": "string"}, "theme": {"type": "string"}}, "required": ["color", "theme"]}, "content": {"type": "object", "properties": {"details": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}}, "required": ["details"]}, "links": {"type": "object", "properties": {"license": {"type": "object", "properties": {"uri": {"type": "string"}}, "required": ["uri"]}}, "required": ["license"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "uri": {"type": "string"}}, "required": ["type", "uri"]}, "files": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "packagePath": {"type": "string"}}, "required": ["path", "packagePath"]}}, "contributions": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "targets": {"type": "array", "items": {"type": "string"}}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["id", "type", "targets", "properties"]}}}, "required": ["manifestVersion", "id", "name", "version", "publisher", "galleryFlags", "targets", "description", "categories", "icons", "branding", "content", "links", "repository", "files", "contributions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"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" : [[[-118.017638, 33.954616], [-118.010459, 33.963601], [-118.006298, 33.963378], [-118.001947, 33.96191], [-118.001951, 33.963915], [-118.000909, 33.965318], [-117.992347, 33.969507], [-117.982791, 33.976834], [-117.976652, 33.975091], [-117.976574, 33.964804], [-117.983633, 33.965007], [-117.983859, 33.964035], [-117.982115, 33.960758], [-117.983293, 33.960796], [-117.983717, 33.959777], [-117.980783, 33.957808], [-117.992997, 33.949929], [-117.993969, 33.948414], [-117.994356, 33.944656], [-118.007849, 33.949149], [-118.017638, 33.954616]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 6855}}]}
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": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "required": ["0"]}}, "required": ["text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : {"0" : {"m1" : "\u062f\u0648 \u0644\u0628 \u0686\u0648 \u0646\u0627\u0631 \u06a9\u0641\u06cc\u062f\u0647 \u062f\u0648 \u0628\u0631\u06af \u0633\u0648\u0633\u0646 \u0633\u0631\u062e", "m2" : "\u062f\u0648 \u0631\u062e \u0646\u0627\u0631 \u0634\u06a9\u0641\u062a\u0647 \u062f\u0648 \u0628\u0631\u06af \u0644\u0627\u0644\u06c0 \u0644\u0627\u0644"}}}
json_instruct
{"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "required": ["0"]}}, "required": ["text"], "$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 vtoclegft on Metamath](http://us.metamath.org/mpegif/vtoclegft.html)"}], "names" : ["vtoclegft"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_cA", "#T_wcel", "#T_cB", "#T_w3a--1", "#T_wnf", "#T_vx", "#T_wph", "#T_w3a--2", "#T_wal", "#T_vx", "#T_vx", "#T_wceq", "#T_cA", "#T_wi", "#T_wph", "#T_wi", "#T_wph", "#T_cA", "#T_vx"], "metaLanguage" : "METAMATH", "remarks" : " Implicit substitution of a class for a setvar variable. (Closed theorem version of ~ vtoclef .) (Contributed by NM, 7-Nov-2005.) (Revised by Mario Carneiro, 11-Oct-2016.) ", "statement" : "vtoclegft $p |- ( ( A e. B /\\ F/ x ph /\\ A. x ( x = A -> ph ) ) -> ph ) $.\n$d A x $."}
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#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "misc": {"type": "object", "properties": {"postHint": {"type": "string"}}, "required": ["postHint"]}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "thumbnailUrl": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "thumbnailUrl", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "isCurated": {"type": "boolean"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "isCurated", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "misc", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"author" : {"id" : "t2_3k896n1i", "name" : "ultimategeek213"}, "date" : {"day" : 1584576000, "full" : 1584657327, "month" : 1583020800, "week" : 1584230400}, "id" : "t3_fljd4g", "misc" : {"postHint" : "image"}, "picture" : {"filesize" : 79963, "fullUrl" : "https://preview.redd.it/xi0q8iqaipn41.jpg?auto=webp&s=5cd14c13b9b47a8dc4024135fe5ca7a045ac9c7f", "hash" : "eaeaf174f7", "height" : 853, "lqip" : "data:image/jpg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAQAAwDASIAAhEBAxEB/8QAFQABAQAAAAAAAAAAAAAAAAAABQb/xAAkEAACAQMDAwUAAAAAAAAAAAABAgMABAUREiEGEzEUIiNRwf/EABUBAQEAAAAAAAAAAAAAAAAAAAME/8QAGREAAgMBAAAAAAAAAAAAAAAAAQIAAxEx/9oADAMBAAIRAxEAPwBa572L2yqkPv5VygO8ftWOD6nsnxsZcx2zjgx6aDX7FROMuoMlg/Q3chV0PxFj5FDjv2rvC6tqrcceRUbVrYcfojh2QavDP//Z", "thumbnailUrl" : "https://b.thumbs.redditmedia.com/E0kaoVBFIrVTP-WXkA_X4zaNMYvsTWAtNXq5a5Z2gfw.jpg", "url" : "https://preview.redd.it/xi0q8iqaipn41.jpg?width=640&crop=smart&auto=webp&s=694ebe8dbe11acc4306ca628787d6bc5aff91334", "width" : 640}, "score" : {"comments" : 4, "downs" : 0, "isCurated" : false, "ratio" : 0.94, "ups" : 21, "value" : 21}, "subreddit" : {"id" : "t5_3isai", "name" : "dndmaps"}, "tags" : ["World"], "title" : "My first world map", "url" : "https://www.reddit.com/r/dndmaps/comments/fljd4g/my_first_world_map/"}
json_instruct
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}}, "required": ["day", "full", "month", "week"]}, "id": {"type": "string"}, "misc": {"type": "object", "properties": {"postHint": {"type": "string"}}, "required": ["postHint"]}, "picture": {"type": "object", "properties": {"filesize": {"type": "integer"}, "fullUrl": {"type": "string"}, "hash": {"type": "string"}, "height": {"type": "integer"}, "lqip": {"type": "string"}, "thumbnailUrl": {"type": "string"}, "url": {"type": "string"}, "width": {"type": "integer"}}, "required": ["filesize", "fullUrl", "hash", "height", "lqip", "thumbnailUrl", "url", "width"]}, "score": {"type": "object", "properties": {"comments": {"type": "integer"}, "downs": {"type": "integer"}, "isCurated": {"type": "boolean"}, "ratio": {"type": "number"}, "ups": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["comments", "downs", "isCurated", "ratio", "ups", "value"]}, "subreddit": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["author", "date", "id", "misc", "picture", "score", "subreddit", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"objects/skath/skathbanner1/skathbanner1.object": {"type": "array", "items": {"type": "string"}}}, "required": ["objects/skath/skathbanner1/skathbanner1.object"]}, "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" : {"objects/skath/skathbanner1/skathbanner1.object" : ["/description"]}, "Texts" : {"Chs" : "\u4e00\u4e2a\u6a2a\u5e45\uff0c\u5e26\u6709\u5370\u8ff9\u7684\u65af\u62c9\u7279\u7684\u5fbd\u7ae0\u3002", "Eng" : "A banner with the emblem of the Skath imprinted on it."}}, {"DeniedAlternatives" : [], "Files" : {"objects/skath/skathbanner1/skathbanner1.object" : ["/shortdescription"]}, "Texts" : {"Chs" : "Skath\u7406\u4e8b\u4f1a\u6a2a\u5e45", "Eng" : "Skath Council Banner"}}, {"DeniedAlternatives" : [], "Files" : {"objects/skath/skathbanner1/skathbanner1.object" : ["/skathDescription"]}, "Texts" : {"Chs" : "\u8fd9\u4e2a\u6a2a\u5e45\u62e5\u6709\u6211\u4eec\u7684\u4f1a\u5fbd\uff0c\u5b83\u4ee3\u8868\u4e86\u6211\u4eec\u7684\u5584\u826f\uff0c\u4ee5\u53ca\u56db\u4f4d\u8bae\u5458\uff0c\u7edf\u6cbb\u6211\u4eec\u7684\u804c\u8d23\u3002", "Eng" : "This banner has our emblem, which represents our kind, as well as the four councillors, that rule our kind."}}, {"DeniedAlternatives" : [], "Files" : {"objects/skath/skathbanner1/skathbanner1.object" : ["/glitchDescription/glitchEmotedText"]}, "Texts" : {"Chs" : "\u8fd9\u65d7\u5e1c\u5728\u67d0\u79cd\u7a0b\u5ea6\u4e0a\u4ee3\u8868\u4e86\u65af\u62c9\u7279\u4ee5\u53ca\u4ed6\u4eec\u7684\u653f\u5e9c\u3002", "Eng" : "This banner represents the Skath as well as their government in some way."}}, {"DeniedAlternatives" : [], "Files" : {"objects/skath/skathbanner1/skathbanner1.object" : ["/apexDescription"]}, "Texts" : {"Chs" : "\u8fd9\u4e2a\u6a2a\u5e45\u4f3c\u4e4e\u627f\u62c5\u4e86\u65af\u51ef\u7684\u6807\u5fd7\u3002", "Eng" : "This banner seems to bear the emblem of the Skath."}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"objects/skath/skathbanner1/skathbanner1.object": {"type": "array", "items": {"type": "string"}}}, "required": ["objects/skath/skathbanner1/skathbanner1.object"]}, "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#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"946887996827": {"type": "object", "properties": {"type": {"type": "string"}, "bookName": {"type": "string"}, "subjectName": {"type": "string"}, "fName": {"type": "string"}}, "required": ["type", "bookName", "subjectName", "fName"]}, "946887997025": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "946887997027": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "946888012937": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["946887996827", "946887997025", "946887997027", "946888012937"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"946887996827" : {"type" : "book open", "bookName" : "Epic%20Quest", "subjectName" : "school", "fName" : "users/NS0vYW5kcm9pZF9hc3NldC93d3cvc2Nob29sL0VwaWMlMjBRdWVzdC92YXJpYWJsZS1FUV9NYXBfdmlkZW9zLUVRX01hcF92aWRfQmFycmFjdWRhLmh0bWwtYW5hbHl0aWNzLTk0Njg4Nzk5NjczNQ==.json"}, "946887997025" : {"type" : "st"}, "946887997027" : {"type" : "ss"}, "946888012937" : {"type" : "sf"}}
json_instruct
{"type": "object", "properties": {"946887996827": {"type": "object", "properties": {"type": {"type": "string"}, "bookName": {"type": "string"}, "subjectName": {"type": "string"}, "fName": {"type": "string"}}, "required": ["type", "bookName", "subjectName", "fName"]}, "946887997025": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "946887997027": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "946888012937": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["946887996827", "946887997025", "946887997027", "946888012937"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"@context": {"type": "string"}, "@type": {"type": "array", "items": {"type": "string"}}, "identifier": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "url": {"type": "string"}, "dataset": {"type": "array", "items": {"type": "string"}}, "additionalProperty": {"type": "array", "items": {"type": "object", "properties": {"@type": {"type": "string"}, "name": {"type": "string"}, "value": {"type": "string"}, "valueReference": {"type": "array", "items": {"type": "object", "properties": {"@type": {"type": "string"}, "name": {"type": "string"}, "url": {"type": "string"}}, "required": ["@type", "name", "url"]}}}, "required": ["@type", "name", "value", "valueReference"]}}}, "required": ["@context", "@type", "identifier", "name", "url", "dataset", "additionalProperty"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"@context" : "http://schema.org", "@type" : ["BioChemEntity", "Sample"], "identifier" : ["biosamples:SAMN02603627", "mmp.ref:MMP02603627"], "name" : "Vibrio fischeri MJ11", "url" : "https://mmp.sfb.uit.no/databases/marref/#/records/MMP02603627", "dataset" : ["http://www.ebi.ac.uk/ena/data/search?query=PRJNA19393", "https://www.arb-silva.de/search/show/ssu/insdc/19393", "https://www.arb-silva.de/search/show/lsu/insdc/19393", "http://www.ebi.ac.uk/ena/data/view/GCA_000020845.1"], "additionalProperty" : [{"@type" : "PropertyValue", "name" : "Geographic Location (GAZ)", "value" : "San Francisco", "valueReference" : [{"@type" : "CategoryCode", "name" : "San Francisco", "url" : "https://www.ebi.ac.uk/ols/ontologies/gaz/terms?iri=http%3A%2F%2Fpurl.obolibrary.org%2Fobo%2FGAZ_00003145"}]}, {"@type" : "PropertyValue", "name" : "Organism", "value" : "Vibrio fischeri", "valueReference" : [{"@type" : "CategoryCode", "name" : "Vibrio fischeri", "url" : "https://www.ncbi.nlm.nih.gov/Taxonomy/Browser/wwwtax.cgi?id=388396"}]}]}
json_instruct
{"type": "object", "properties": {"@context": {"type": "string"}, "@type": {"type": "array", "items": {"type": "string"}}, "identifier": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "url": {"type": "string"}, "dataset": {"type": "array", "items": {"type": "string"}}, "additionalProperty": {"type": "array", "items": {"type": "object", "properties": {"@type": {"type": "string"}, "name": {"type": "string"}, "value": {"type": "string"}, "valueReference": {"type": "array", "items": {"type": "object", "properties": {"@type": {"type": "string"}, "name": {"type": "string"}, "url": {"type": "string"}}, "required": ["@type", "name", "url"]}}}, "required": ["@type", "name", "value", "valueReference"]}}}, "required": ["@context", "@type", "identifier", "name", "url", "dataset", "additionalProperty"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Katipunan, Quezon City, Metropolitan Manila, National Capital Region, PH", "locale" : "ph.national-capital-region.metropolitan-manila.quezon-city.katipunan", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "12", "region_reference" : "141", "region_name" : "National Capital Region", "province_id" : "47", "province_reference" : "47", "province_name" : "Metropolitan Manila", "city_id" : "1071", "city_reference" : "963", "city_name" : "Quezon City", "barangay_id" : "30583", "barangay_reference" : "25672", "barangay_name" : "Katipunan"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[121.016937, 14.65672], [121.017738, 14.65672], [121.01754, 14.65637], [121.017181, 14.655581], [121.016716, 14.654531], [121.016472, 14.65398], [121.015831, 14.65414], [121.015663, 14.654111], [121.015526, 14.654091], [121.015251, 14.654191], [121.015053, 14.654171], [121.014847, 14.654131], [121.014748, 14.65416], [121.014633, 14.654201], [121.014496, 14.65412], [121.014381, 14.653951], [121.014221, 14.653821], [121.013916, 14.653821], [121.013603, 14.653891], [121.013428, 14.65392], [121.01329, 14.6539], [121.013062, 14.653881], [121.012871, 14.65379], [121.012726, 14.65379], [121.012703, 14.654581], [121.012741, 14.654921], [121.012787, 14.655181], [121.012863, 14.65538], [121.012993, 14.655681], [121.013092, 14.655931], [121.013206, 14.656091], [121.013336, 14.656172], [121.013496, 14.656361], [121.013527, 14.656481], [121.013542, 14.65661], [121.013519, 14.656751], [121.016937, 14.65672]]]]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "legal_status": {"type": "integer"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "provider": {"type": "string"}, "headmaster": {"type": "string"}, "state": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "full_time_school": {"type": "boolean"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "legal_status", "fax", "phone", "provider", "headmaster", "state", "programs", "full_time_school", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Max-Tau-Grund- und Gemeinschaftsschule der Stadt Kiel", "id" : "SH-0707066", "address" : "Odensestra\u00dfe 6, 24109 Kiel", "school_type" : "Gemeinschaftsschule ohne Oberstufe", "legal_status" : 1, "fax" : "0431 - 26095746", "phone" : "0431 - 2609570", "provider" : "Landeshauptstadt Kiel", "headmaster" : "Herr Lange", "state" : "SH", "programs" : {"programs" : []}, "full_time_school" : true, "lon" : 10.051782, "lat" : 54.316633}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "legal_status": {"type": "integer"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "provider": {"type": "string"}, "headmaster": {"type": "string"}, "state": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["programs"]}, "full_time_school": {"type": "boolean"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["name", "id", "address", "school_type", "legal_status", "fax", "phone", "provider", "headmaster", "state", "programs", "full_time_school", "lon", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"other_cities": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "county": {"type": "string"}}, "required": ["other_cities", "city", "state", "county"]}}, "required": ["geometry", "type", "id", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"geometry" : {"type" : "Point", "coordinates" : [-94.53, 38.81]}, "type" : "Feature", "id" : "64012", "properties" : {"other_cities" : "Village Of Loch Lloyd, Vlg Loch Loyd", "city" : "Belton", "state" : "MO", "county" : "Cass County"}}
json_instruct
{"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"other_cities": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "county": {"type": "string"}}, "required": ["other_cities", "city", "state", "county"]}}, "required": ["geometry", "type", "id", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version-string": {"type": "string"}, "port-version": {"type": "integer"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "supports": {"type": "string"}, "features": {"type": "object", "properties": {"xaudio2-7": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"]}, "xinput1-3": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"]}, "xp": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"]}}, "required": ["xaudio2-7", "xinput1-3", "xp"]}}, "required": ["name", "version-string", "port-version", "description", "homepage", "supports", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "directxsdk", "version-string" : "jun10", "port-version" : 5, "description" : "Legacy DirectX SDK", "homepage" : "https://docs.microsoft.com/en-us/windows/win32/directx-sdk--august-2009-", "supports" : "windows & !uwp & !arm", "features" : {"xaudio2-7" : {"description" : "Include headers/libs for legacy XAudio 2.7 (prefer use of XAudio2Redist)"}, "xinput1-3" : {"description" : "Include headers for legacy XInput 1.3 (prefer use of XInput 9.1.0 or 1.4)"}, "xp" : {"description" : "Include headers/libs needed for Windows 7.1A targeting Windows XP / Server 2003"}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version-string": {"type": "string"}, "port-version": {"type": "integer"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "supports": {"type": "string"}, "features": {"type": "object", "properties": {"xaudio2-7": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"]}, "xinput1-3": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"]}, "xp": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"]}}, "required": ["xaudio2-7", "xinput1-3", "xp"]}}, "required": ["name", "version-string", "port-version", "description", "homepage", "supports", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "devDependencies": {"type": "object", "properties": {"@mrbuilder/cli": {"type": "string"}}, "required": ["@mrbuilder/cli"]}, "scripts": {"type": "object", "properties": {"clean": {"type": "string"}, "start": {"type": "string"}, "prepare": {"type": "string"}}, "required": ["clean", "start", "prepare"]}, "license": {"type": "string"}}, "required": ["name", "description", "version", "private", "devDependencies", "scripts", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@mrbuilder/example-multi-app-cli", "description" : "Shows how you can use cli to configure mrbuilder", "version" : "4.4.7-alpha.9", "private" : true, "devDependencies" : {"@mrbuilder/cli" : "^4.4.7-alpha.9"}, "scripts" : {"clean" : "mrbuilder-clean app", "start" : "mrbuilder --entry index=./public/index.js other=./public/other --@mrbuilder/plugin-html.pages='{\"index\":{\"exported\":false,\"title\":\"Index\"},\"other\":{\"title\":\"Other\"}}'", "prepare" : "mrbuilder --app app --entry index=./public/index.js other=./public/other --@mrbuilder/plugin-html.pages='{\"index\":{\"exported\":false,\"title\":\"Index\"},\"other\":{\"title\":\"Other\"}}'"}, "license" : "0BSD"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "devDependencies": {"type": "object", "properties": {"@mrbuilder/cli": {"type": "string"}}, "required": ["@mrbuilder/cli"]}, "scripts": {"type": "object", "properties": {"clean": {"type": "string"}, "start": {"type": "string"}, "prepare": {"type": "string"}}, "required": ["clean", "start", "prepare"]}, "license": {"type": "string"}}, "required": ["name", "description", "version", "private", "devDependencies", "scripts", "license"], "$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"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "build:ts": {"type": "string"}, "build:babel": {"type": "string"}}, "required": ["build", "build:ts", "build:babel"]}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@babel/cli": {"type": "string"}, "@babel/core": {"type": "string"}, "@babel/plugin-proposal-class-properties": {"type": "string"}, "@babel/plugin-proposal-object-rest-spread": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "@babel/preset-typescript": {"type": "string"}, "@types/aws-lambda": {"type": "string"}, "@types/jsonwebtoken": {"type": "string"}, "rollup": {"type": "string"}, "rollup-plugin-babel": {"type": "string"}, "rollup-plugin-commonjs": {"type": "string"}, "rollup-plugin-json": {"type": "string"}, "rollup-plugin-node-resolve": {"type": "string"}, "rollup-plugin-terser": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@babel/cli", "@babel/core", "@babel/plugin-proposal-class-properties", "@babel/plugin-proposal-object-rest-spread", "@babel/preset-env", "@babel/preset-typescript", "@types/aws-lambda", "@types/jsonwebtoken", "rollup", "rollup-plugin-babel", "rollup-plugin-commonjs", "rollup-plugin-json", "rollup-plugin-node-resolve", "rollup-plugin-terser", "typescript"]}, "dependencies": {"type": "object", "properties": {"jsonwebtoken": {"type": "string"}, "jwks-rsa": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["jsonwebtoken", "jwks-rsa", "uuid"]}}, "required": ["name", "version", "description", "scripts", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "rollup-typescript-babel", "version" : "1.0.0", "description" : "A sample setup using Rollup and Babel to build TypeScript code, and using TypeScript for type-checking.", "scripts" : {"build" : "rollup -c", "build:ts" : "tsc --rootDir ./src --outDir ./dist", "build:babel" : "babel src -d ./dist --extensions '.ts'"}, "author" : {"name" : "George Sumpster", "email" : "[email protected]"}, "license" : "MIT", "devDependencies" : {"@babel/cli" : "^7.5.5", "@babel/core" : "7.5.5", "@babel/plugin-proposal-class-properties" : "7.5.5", "@babel/plugin-proposal-object-rest-spread" : "7.5.5", "@babel/preset-env" : "7.5.5", "@babel/preset-typescript" : "7.3.3", "@types/aws-lambda" : "^8.10.31", "@types/jsonwebtoken" : "^8.3.3", "rollup" : "1.20.0", "rollup-plugin-babel" : "4.3.3", "rollup-plugin-commonjs" : "10.0.2", "rollup-plugin-json" : "^4.0.0", "rollup-plugin-node-resolve" : "5.2.0", "rollup-plugin-terser" : "^5.1.1", "typescript" : "3.5.3"}, "dependencies" : {"jsonwebtoken" : "^8.5.1", "jwks-rsa" : "^1.6.0", "uuid" : "^3.3.3"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "build:ts": {"type": "string"}, "build:babel": {"type": "string"}}, "required": ["build", "build:ts", "build:babel"]}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@babel/cli": {"type": "string"}, "@babel/core": {"type": "string"}, "@babel/plugin-proposal-class-properties": {"type": "string"}, "@babel/plugin-proposal-object-rest-spread": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "@babel/preset-typescript": {"type": "string"}, "@types/aws-lambda": {"type": "string"}, "@types/jsonwebtoken": {"type": "string"}, "rollup": {"type": "string"}, "rollup-plugin-babel": {"type": "string"}, "rollup-plugin-commonjs": {"type": "string"}, "rollup-plugin-json": {"type": "string"}, "rollup-plugin-node-resolve": {"type": "string"}, "rollup-plugin-terser": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@babel/cli", "@babel/core", "@babel/plugin-proposal-class-properties", "@babel/plugin-proposal-object-rest-spread", "@babel/preset-env", "@babel/preset-typescript", "@types/aws-lambda", "@types/jsonwebtoken", "rollup", "rollup-plugin-babel", "rollup-plugin-commonjs", "rollup-plugin-json", "rollup-plugin-node-resolve", "rollup-plugin-terser", "typescript"]}, "dependencies": {"type": "object", "properties": {"jsonwebtoken": {"type": "string"}, "jwks-rsa": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["jsonwebtoken", "jwks-rsa", "uuid"]}}, "required": ["name", "version", "description", "scripts", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"contacts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "designation": {"type": "string"}, "mobile": {"type": "array", "items": {}}}, "required": ["name", "email", "designation", "mobile"]}}, "guideStarURL": {"type": "string"}, "name": {"type": "string"}, "primaryEmail": {"type": "string"}, "website": {"type": "string"}, "organisationType": {"type": "array", "items": {"type": "string"}}, "telephone": {"type": "array", "items": {"type": "string"}}, "mainAddrress": {"type": "object", "properties": {"state": {"type": "string"}, "address": {"type": "array", "items": {"type": "string"}}}, "required": ["state", "address"]}, "regiseredAddrress": {"type": "object", "properties": {"state": {"type": "string"}, "address": {"type": "array", "items": {"type": "string"}}}, "required": ["state", "address"]}}, "required": ["contacts", "guideStarURL", "name", "primaryEmail", "website", "organisationType", "telephone", "mainAddrress", "regiseredAddrress"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contacts" : [{"name" : "Dr. Sunita banerji", "email" : "", "designation" : "chairperson", "mobile" : []}], "guideStarURL" : "http://www.guidestarindia.org/Summary.aspx?CCReg=916", "name" : "Ballygunj Society for Children in Pain", "primaryEmail" : "[email protected]", "website" : "www.chipmumbai.org", "organisationType" : ["Support"], "telephone" : ["+919930303909"], "mainAddrress" : {"state" : "Maharashtra", "address" : ["Chip mumbai, 365/2928/1 motilal nagar no. 2, off m.g. road, near badi masjid, goregaon west", "Mumbai", "Maharashtra", "400062"]}, "regiseredAddrress" : {"state" : "West Bengal", "address" : ["57/14, Ballygunj Circular Road", "Ballyganj", "Kolkata", "West Bengal", "700019"]}}
json_instruct
{"type": "object", "properties": {"contacts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "designation": {"type": "string"}, "mobile": {"type": "array", "items": {}}}, "required": ["name", "email", "designation", "mobile"]}}, "guideStarURL": {"type": "string"}, "name": {"type": "string"}, "primaryEmail": {"type": "string"}, "website": {"type": "string"}, "organisationType": {"type": "array", "items": {"type": "string"}}, "telephone": {"type": "array", "items": {"type": "string"}}, "mainAddrress": {"type": "object", "properties": {"state": {"type": "string"}, "address": {"type": "array", "items": {"type": "string"}}}, "required": ["state", "address"]}, "regiseredAddrress": {"type": "object", "properties": {"state": {"type": "string"}, "address": {"type": "array", "items": {"type": "string"}}}, "required": ["state", "address"]}}, "required": ["contacts", "guideStarURL", "name", "primaryEmail", "website", "organisationType", "telephone", "mainAddrress", "regiseredAddrress"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Napnot, Madalag, Aklan, Western Visayas (Region VI), PH", "locale" : "ph.western-visayas-region-vi.aklan.madalag.napnot", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "16", "region_reference" : "6", "region_name" : "Western Visayas (Region VI)", "province_id" : "4", "province_reference" : "4", "province_name" : "Aklan", "city_id" : "752", "city_reference" : "64", "city_name" : "Madalag", "barangay_id" : "21168", "barangay_reference" : "1059", "barangay_name" : "Napnot"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[122.334419, 11.51264], [122.332687, 11.51191], [122.331467, 11.51125], [122.331688, 11.51031], [122.331917, 11.50937], [122.331657, 11.50845], [122.331192, 11.50793], [122.330566, 11.50767], [122.328903, 11.50774], [122.327858, 11.508], [122.326767, 11.50794], [122.325417, 11.50724], [122.324188, 11.50637], [122.323067, 11.50438], [122.322456, 11.50309], [122.322067, 11.50207], [122.321671, 11.50126], [122.321907, 11.5004], [122.322548, 11.49981], [122.323097, 11.49902], [122.322708, 11.49826], [122.321648, 11.4981], [122.320702, 11.49918], [122.319977, 11.49935], [122.318542, 11.49936], [122.317108, 11.49978], [122.316223, 11.50123], [122.315033, 11.50282], [122.314621, 11.50369], [122.313591, 11.50393], [122.313263, 11.50392], [122.313553, 11.50524], [122.313652, 11.50584], [122.313927, 11.50636], [122.31427, 11.50709], [122.314499, 11.50775], [122.314873, 11.50839], [122.315483, 11.50905], [122.315987, 11.50951], [122.316353, 11.51003], [122.316757, 11.5105], [122.31723, 11.51113], [122.317497, 11.51177], [122.317703, 11.51247], [122.317741, 11.51322], [122.318039, 11.51386], [122.318283, 11.51449], [122.318687, 11.51498], [122.318947, 11.51568], [122.319237, 11.51637], [122.319237, 11.51701], [122.319099, 11.51777], [122.320412, 11.51847], [122.321419, 11.51892], [122.322647, 11.51892], [122.323776, 11.51883], [122.325203, 11.51867], [122.326782, 11.51824], [122.328697, 11.51721], [122.330353, 11.51591], [122.334419, 11.51264]]]]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"animations": {"type": "array", "items": {"type": "object", "properties": {"loop": {"type": "boolean"}, "offsets": {"type": "array", "items": {"type": "integer"}}, "anim": {"type": "string"}, "fps": {"type": "integer"}, "name": {"type": "string"}, "indices": {"type": "array", "items": {}}}, "required": ["loop", "offsets", "anim", "fps", "name", "indices"]}}, "no_antialiasing": {"type": "boolean"}, "image": {"type": "string"}, "position": {"type": "array", "items": {"type": "integer"}}, "healthicon": {"type": "string"}, "flip_x": {"type": "boolean"}, "healthbar_colors": {"type": "array", "items": {"type": "integer"}}, "camera_position": {"type": "array", "items": {"type": "integer"}}, "sing_duration": {"type": "integer"}, "scale": {"type": "integer"}}, "required": ["animations", "no_antialiasing", "image", "position", "healthicon", "flip_x", "healthbar_colors", "camera_position", "sing_duration", "scale"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"animations" : [{"loop" : false, "offsets" : [70, -160], "anim" : "idle", "fps" : 24, "name" : "Tankman Idle Dance", "indices" : []}, {"loop" : true, "offsets" : [139, -102], "anim" : "singLEFT", "fps" : 24, "name" : "Tankman Note Left", "indices" : []}, {"loop" : true, "offsets" : [140, -258], "anim" : "singDOWN", "fps" : 24, "name" : "Tankman DOWN note", "indices" : []}, {"loop" : true, "offsets" : [78, -85], "anim" : "singUP", "fps" : 24, "name" : "Tankman UP note", "indices" : []}, {"loop" : true, "offsets" : [1, -166], "anim" : "singRIGHT", "fps" : 24, "name" : "Tankman Right Note", "indices" : []}, {"loop" : false, "offsets" : [68, -92], "anim" : "ugh", "fps" : 24, "name" : "TANKMAN UGH", "indices" : []}, {"offsets" : [60, -109], "indices" : [], "fps" : 24, "anim" : "good", "loop" : false, "name" : "VERY GOOD tankman"}], "no_antialiasing" : false, "image" : "characters/Tankman_Glitch_Assets_2", "position" : [0, 0], "healthicon" : "tankman", "flip_x" : true, "healthbar_colors" : [255, 255, 255], "camera_position" : [0, 150], "sing_duration" : 4, "scale" : 1}
json_instruct
{"type": "object", "properties": {"animations": {"type": "array", "items": {"type": "object", "properties": {"loop": {"type": "boolean"}, "offsets": {"type": "array", "items": {"type": "integer"}}, "anim": {"type": "string"}, "fps": {"type": "integer"}, "name": {"type": "string"}, "indices": {"type": "array", "items": {}}}, "required": ["loop", "offsets", "anim", "fps", "name", "indices"]}}, "no_antialiasing": {"type": "boolean"}, "image": {"type": "string"}, "position": {"type": "array", "items": {"type": "integer"}}, "healthicon": {"type": "string"}, "flip_x": {"type": "boolean"}, "healthbar_colors": {"type": "array", "items": {"type": "integer"}}, "camera_position": {"type": "array", "items": {"type": "integer"}}, "sing_duration": {"type": "integer"}, "scale": {"type": "integer"}}, "required": ["animations", "no_antialiasing", "image", "position", "healthicon", "flip_x", "healthbar_colors", "camera_position", "sing_duration", "scale"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id_1567": {"type": "object", "properties": {"publicdate": {"type": "string"}, "title": {"type": "string"}}, "required": ["publicdate", "title"]}}, "required": ["id_1567"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id_1567" : {"publicdate" : "2008-10-17 08:20:45", "title" : "The Meaning of the Glorious Koran"}}
json_instruct
{"type": "object", "properties": {"id_1567": {"type": "object", "properties": {"publicdate": {"type": "string"}, "title": {"type": "string"}}, "required": ["publicdate", "title"]}}, "required": ["id_1567"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "group": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"#": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["#"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}, "count": {"type": "integer"}}, "required": ["item", "count"]}}, "required": ["type", "group", "pattern", "key", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "crafting_shaped", "group" : "smoky_quartz_wall", "pattern" : ["###", "###"], "key" : {"#" : {"item" : "assorteddiscoveries:smoky_quartz_block"}}, "result" : {"item" : "assorteddiscoveries:smoky_quartz_wall", "count" : 6}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "group": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"#": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["#"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}, "count": {"type": "integer"}}, "required": ["item", "count"]}}, "required": ["type", "group", "pattern", "key", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "meta": {"type": "object", "properties": {"source": {"type": "string"}}, "required": ["source"]}, "url": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "title": {"type": "string"}, "status": {"type": "string"}, "date": {"type": "string"}, "description": {"type": "string"}, "compose": {"type": "object", "properties": {"include": {"type": "array", "items": {"type": "object", "properties": {"system": {"type": "string"}, "version": {"type": "string"}, "concept": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "display": {"type": "string"}}, "required": ["code", "display"]}}}, "required": ["system", "version", "concept"]}}}, "required": ["include"]}}, "required": ["resourceType", "id", "meta", "url", "version", "name", "title", "status", "date", "description", "compose"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"resourceType" : "ValueSet", "id" : "2.16.840.1.114222.4.11.7651", "meta" : {"source" : "https://phinvads.cdc.gov/vads/ViewValueSet.action?oid=2.16.840.1.114222.4.11.7651"}, "url" : "http://phinvads.cdc.gov/fhir/ValueSet/2.16.840.1.114222.4.11.7651", "version" : "2", "name" : "PHVS_PreviousCaseDiagnosedBy_Rubella", "title" : "Previous Case Diagnosed By (Rubella)", "status" : "active", "date" : "2017-01-09T00:11:00+11:00", "description" : "Indicate who diagnosed the previous illness; if none of the choices apply choose Other", "compose" : {"include" : [{"system" : "http://snomed.info/sct", "version" : "http://snomed.info/sct/731000124108/version/20200301", "concept" : [{"code" : "309343006", "display" : "Physician and or healthcare provider"}, {"code" : "40683002", "display" : "Parent"}]}, {"system" : "http://terminology.hl7.org/CodeSystem/v3-NullFlavor", "version" : "20090501", "concept" : [{"code" : "OTH", "display" : "Other"}]}]}}
json_instruct
{"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "meta": {"type": "object", "properties": {"source": {"type": "string"}}, "required": ["source"]}, "url": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}, "title": {"type": "string"}, "status": {"type": "string"}, "date": {"type": "string"}, "description": {"type": "string"}, "compose": {"type": "object", "properties": {"include": {"type": "array", "items": {"type": "object", "properties": {"system": {"type": "string"}, "version": {"type": "string"}, "concept": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "display": {"type": "string"}}, "required": ["code", "display"]}}}, "required": ["system", "version", "concept"]}}}, "required": ["include"]}}, "required": ["resourceType", "id", "meta", "url", "version", "name", "title", "status", "date", "description", "compose"], "$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"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"materialize": {"type": "string"}}, "required": ["materialize"]}}, "required": ["name", "version", "authors", "description", "license", "private", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "repr", "version" : "0.0.1", "authors" : ["Greizgh <[email protected]>"], "description" : "Pelican theme", "license" : "MIT", "private" : true, "dependencies" : {"materialize" : "~0.96.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"materialize": {"type": "string"}}, "required": ["materialize"]}}, "required": ["name", "version", "authors", "description", "license", "private", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"SantaOranges": {"type": "number"}, "LargeOranges": {"type": "number"}, "SmallOranges": {"type": "number"}, "RedApples": {"type": "number"}, "GoldApples": {"type": "number"}, "GalaApples": {"type": "number"}, "SmallGrapefruit": {"type": "number"}, "LargeGrapefruit": {"type": "number"}, "Clementines": {"type": "number"}}, "required": ["SantaOranges", "LargeOranges", "SmallOranges", "RedApples", "GoldApples", "GalaApples", "SmallGrapefruit", "LargeGrapefruit", "Clementines"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"SantaOranges" : 12.25, "LargeOranges" : 29.5, "SmallOranges" : 16.5, "RedApples" : 29.75, "GoldApples" : 29.75, "GalaApples" : 31.0, "SmallGrapefruit" : 20.5, "LargeGrapefruit" : 36.5, "Clementines" : 6.0}
json_instruct
{"type": "object", "properties": {"SantaOranges": {"type": "number"}, "LargeOranges": {"type": "number"}, "SmallOranges": {"type": "number"}, "RedApples": {"type": "number"}, "GoldApples": {"type": "number"}, "GalaApples": {"type": "number"}, "SmallGrapefruit": {"type": "number"}, "LargeGrapefruit": {"type": "number"}, "Clementines": {"type": "number"}}, "required": ["SantaOranges", "LargeOranges", "SmallOranges", "RedApples", "GoldApples", "GalaApples", "SmallGrapefruit", "LargeGrapefruit", "Clementines"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "charm:block/bookcase/spruce_bookcase_0"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "StateOrProvince": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "RelatedURL": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "StateOrProvince", "Postcode", "CountryID", "Latitude", "Longitude", "RelatedURL", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "Amps": {"type": "integer"}, "Voltage": {"type": "integer"}, "PowerKW": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}, "Quantity": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "Amps", "Voltage", "PowerKW", "CurrentTypeID", "Quantity"]}}, "NumberOfPoints": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "OperatorID", "UsageTypeID", "AddressInfo", "Connections", "NumberOfPoints", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"IsRecentlyVerified" : false, "ID" : 167190, "UUID" : "9E7B63AF-317B-4F16-97B4-917823C7079F", "DataProviderID" : 1, "OperatorID" : 80, "UsageTypeID" : 4, "AddressInfo" : {"ID" : 167549, "Title" : "SAN PAOLO Via Dante | ENELX", "AddressLine1" : "Via Dante", "Town" : "San Paolo", "StateOrProvince" : "BS", "Postcode" : "25020", "CountryID" : 112, "Latitude" : 45.371508743696694, "Longitude" : 10.023439343165137, "RelatedURL" : "https://www.enelx.com/it/it/emobility", "DistanceUnit" : 0}, "Connections" : [{"ID" : 253174, "ConnectionTypeID" : 25, "StatusTypeID" : 50, "LevelID" : 2, "Amps" : 32, "Voltage" : 400, "PowerKW" : 22, "CurrentTypeID" : 20, "Quantity" : 2}], "NumberOfPoints" : 2, "StatusTypeID" : 50, "DateLastStatusUpdate" : "2020-08-28T09:47:00Z", "DataQualityLevel" : 1, "DateCreated" : "2020-08-28T09:47:00Z", "SubmissionStatusTypeID" : 200}
json_instruct
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "StateOrProvince": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "RelatedURL": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "StateOrProvince", "Postcode", "CountryID", "Latitude", "Longitude", "RelatedURL", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "Amps": {"type": "integer"}, "Voltage": {"type": "integer"}, "PowerKW": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}, "Quantity": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "Amps", "Voltage", "PowerKW", "CurrentTypeID", "Quantity"]}}, "NumberOfPoints": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "OperatorID", "UsageTypeID", "AddressInfo", "Connections", "NumberOfPoints", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["jjve", "json-schema-consolidate", "jvu"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"ajv.bundle.js": {"type": "string"}, "ajv.min.js": {"type": "string"}, "nodent.min.js": {"type": "string"}, "regenerator.min.js": {"type": "string"}}, "required": ["ajv.bundle.js", "ajv.min.js", "nodent.min.js", "regenerator.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"ajv.bundle.js" : "sha256-gWQRQWiNSboCVIxodOz2hJSAcbyM1y8DFryC1t6jGRc=", "ajv.min.js" : "sha256-BZH4ZtWs9Q2kdoyNNDOHx0jJapMP2BBQgacbdXA4Tq4=", "nodent.min.js" : "sha256-hR3tAvTDz2Q7OjgfBREeZLhMi/srSJBY2za4/1/gewA=", "regenerator.min.js" : "sha256-DCn2+JpjVoKg7vwWEMlzVpAsTDuM/MWmAaWigD06omM="}
json_instruct
{"type": "object", "properties": {"ajv.bundle.js": {"type": "string"}, "ajv.min.js": {"type": "string"}, "nodent.min.js": {"type": "string"}, "regenerator.min.js": {"type": "string"}}, "required": ["ajv.bundle.js", "ajv.min.js", "nodent.min.js", "regenerator.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "number"}}, "required": ["name", "value"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "Brunei", "value" : 42768.669}, {"name" : "Cambodia", "value" : 25563.963}, {"name" : "Indonesia", "value" : 0.0}, {"name" : "Lao PDR", "value" : 22574.268}, {"name" : "Malaysia", "value" : 9058604.613}, {"name" : "Myanmar", "value" : 142778.752}, {"name" : "Philippines", "value" : 832743.636}, {"name" : "Singapore", "value" : 16992133.22}, {"name" : "Thailand", "value" : 9035564.323}, {"name" : "Vietnam", "value" : 3075870.159}, {"name" : "Australia", "value" : 7055497.218}, {"name" : "China", "value" : 34520725.3}, {"name" : "India", "value" : 3965349.984}, {"name" : "Japan", "value" : 14133608.27}, {"name" : "New Zealand", "value" : 734177.425}, {"name" : "South Korea", "value" : 7874212.005}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "number"}}, "required": ["name", "value"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "teapoy", "definition" : "An ornamental stand, usually with three legs, having caddies for holding tea."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"doi": {"type": "string"}, "filepath": {"type": "string"}, "url": {"type": "string"}, "abstract": {"type": "string"}, "title": {"type": "string"}, "year": {"type": "string"}, "filename": {"type": "string"}, "vol": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}}, "required": ["doi", "filepath", "url", "abstract", "title", "year", "filename", "vol", "authors"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"doi" : "http://dx.doi.org/10.1557/PROC-62-129", "filepath" : "abstracts/62/http%3A%2F%2Fjournals.cambridge.org%2Faction%2FdisplayAbstract%3FfromPage%3Donline%26aid%3D8143003%26fulltextType%3DRA%26fileId%3DS1946427400446920.html", "url" : "http://journals.cambridge.org/action/displayAbstract?fromPage=online&aid=8143003&fulltextType=RA&fileId=S1946427400446920.html", "abstract" : "Transition metal carbides and nitrides are important in a wide range of materials problems which include precipitates in high strength alloys and ceramic wear coatings. Electron energy loss spectroscopy (EELS) is a high spatial resolution (probe sizes < 100nm) analytical technique which is sensitive to variations in carbon or nitrogen stoichiometry. This sensitivity to light elements depends on the ability to relate the measured EELS spectrum to a material's electronic structure. The unique capabilities of EELS for the characterization of carbonitrides with high spatial resolution are discussed along with some of the experimental and analytical methods used to relate measured spectra to electronic structure. Data are presented for several members of the systems Ti-N-C and Cr-Fe-C.", "title" : "Electron Energy Loss Fine Structure of Carbides and Nitrides", "year" : "2012", "filename" : "http%3A%2F%2Fjournals.cambridge.org%2Faction%2FdisplayAbstract%3FfromPage%3Donline%26aid%3D8143003%26fulltextType%3DRA%26fileId%3DS1946427400446920.html", "vol" : "62", "authors" : ["Mark M. Disko"]}
json_instruct
{"type": "object", "properties": {"doi": {"type": "string"}, "filepath": {"type": "string"}, "url": {"type": "string"}, "abstract": {"type": "string"}, "title": {"type": "string"}, "year": {"type": "string"}, "filename": {"type": "string"}, "vol": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}}, "required": ["doi", "filepath", "url", "abstract", "title", "year", "filename", "vol", "authors"], "$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": {"queryName": {"type": "string"}, "severity": {"type": "string"}, "line": {"type": "integer"}, "filename": {"type": "string"}}, "required": ["queryName", "severity", "line", "filename"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"queryName" : "Cluster Master Authentication Disabled", "severity" : "HIGH", "line" : 4, "filename" : "positive1.yaml"}, {"queryName" : "Cluster Master Authentication Disabled", "severity" : "HIGH", "line" : 5, "filename" : "positive2.yaml"}, {"queryName" : "Cluster Master Authentication Disabled", "severity" : "HIGH", "line" : 5, "filename" : "positive3.yaml"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"queryName": {"type": "string"}, "severity": {"type": "string"}, "line": {"type": "integer"}, "filename": {"type": "string"}}, "required": ["queryName", "severity", "line", "filename"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"app": {"type": "array", "items": {"type": "string"}}, "component---node-modules-gatsby-plugin-offline-app-shell-js": {"type": "array", "items": {"type": "string"}}, "component---src-pages-404-js": {"type": "array", "items": {"type": "string"}}, "component---src-pages-index-js": {"type": "array", "items": {"type": "string"}}, "component---src-pages-page-2-js": {"type": "array", "items": {"type": "string"}}}, "required": ["app", "component---node-modules-gatsby-plugin-offline-app-shell-js", "component---src-pages-404-js", "component---src-pages-index-js", "component---src-pages-page-2-js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"app" : ["/app-7c4e2776e2519bf56fb5.js"], "component---node-modules-gatsby-plugin-offline-app-shell-js" : ["/component---node-modules-gatsby-plugin-offline-app-shell-js-0691004cd9de246c1542.js"], "component---src-pages-404-js" : ["/component---src-pages-404-js.705ee3421f43471047da.css", "/component---src-pages-404-js-987ca880c7ac12e322a3.js"], "component---src-pages-index-js" : ["/component---src-pages-index-js.705ee3421f43471047da.css", "/component---src-pages-index-js-57ce46dbcb1cb98d3bac.js"], "component---src-pages-page-2-js" : ["/component---src-pages-page-2-js.705ee3421f43471047da.css", "/component---src-pages-page-2-js-4aed446b7de9d1899210.js"]}
json_instruct
{"type": "object", "properties": {"app": {"type": "array", "items": {"type": "string"}}, "component---node-modules-gatsby-plugin-offline-app-shell-js": {"type": "array", "items": {"type": "string"}}, "component---src-pages-404-js": {"type": "array", "items": {"type": "string"}}, "component---src-pages-index-js": {"type": "array", "items": {"type": "string"}}, "component---src-pages-page-2-js": {"type": "array", "items": {"type": "string"}}}, "required": ["app", "component---node-modules-gatsby-plugin-offline-app-shell-js", "component---src-pages-404-js", "component---src-pages-index-js", "component---src-pages-page-2-js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}, "yarn": {"type": "string"}}, "required": ["node", "yarn"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "test:perform": {"type": "string"}, "test:concurrent": {"type": "string"}, "test:sequential": {"type": "string"}, "test:concurrent:run-in-band": {"type": "string"}, "test:sequential:run-in-band": {"type": "string"}}, "required": ["test", "test:perform", "test:concurrent", "test:sequential", "test:concurrent:run-in-band", "test:sequential:run-in-band"]}, "devDependencies": {"type": "object", "properties": {"debug": {"type": "string"}, "jest": {"type": "string"}, "supports-color": {"type": "string"}}, "required": ["debug", "jest", "supports-color"]}}, "required": ["name", "version", "main", "repository", "author", "license", "private", "engines", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "display-all-setup-teardown-lifecycle-of-jest", "version" : "0.1.0", "main" : "index.test.js", "repository" : "[email protected]:noriaki/display-all-setup-teardown-lifecycle-of-jest.git", "author" : "Noriaki Uchiyama <[email protected]>", "license" : "MIT", "private" : true, "engines" : {"node" : "12.x", "yarn" : "1.x"}, "scripts" : {"test" : "jest", "test:perform" : "DEBUG=jest:* jest --no-cache", "test:concurrent" : "yarn test:perform ./concurrent", "test:sequential" : "yarn test:perform ./sequential", "test:concurrent:run-in-band" : "yarn test:concurrent --run-in-band", "test:sequential:run-in-band" : "yarn test:sequential --run-in-band"}, "devDependencies" : {"debug" : "^4.1.1", "jest" : "^25.1.0", "supports-color" : "^7.1.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}, "yarn": {"type": "string"}}, "required": ["node", "yarn"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "test:perform": {"type": "string"}, "test:concurrent": {"type": "string"}, "test:sequential": {"type": "string"}, "test:concurrent:run-in-band": {"type": "string"}, "test:sequential:run-in-band": {"type": "string"}}, "required": ["test", "test:perform", "test:concurrent", "test:sequential", "test:concurrent:run-in-band", "test:sequential:run-in-band"]}, "devDependencies": {"type": "object", "properties": {"debug": {"type": "string"}, "jest": {"type": "string"}, "supports-color": {"type": "string"}}, "required": ["debug", "jest", "supports-color"]}}, "required": ["name", "version", "main", "repository", "author", "license", "private", "engines", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Configuration synthesis for programmable analog devices with Arco.", "fields" : ["analog computer", "compiler", "neuromorphic engineering", "dynamical system", "solver"], "abstract" : "Programmable analog devices have emerged as a powerful computing substrate for performing complex neuromorphic and cytomorphic computations. We present Arco, a new solver that, given a dynamical system specification in the form of a set of differential equations, generates physically realizable configurations for programmable analog devices that are algebraically equivalent to the specified system. On a set of benchmarks from the biological domain, Arco generates configurations with 35 to 534 connections and 28 to 326 components in 1 to 54 minutes.", "citation" : "Not cited", "departments" : ["Massachusetts Institute of Technology", "Massachusetts Institute of Technology", "Massachusetts Institute of Technology"], "authors" : ["Sara Achour.....http://dblp.org/pers/hd/a/Achour:Sara", "Rahul Sarpeshkar.....http://dblp.org/pers/hd/s/Sarpeshkar:Rahul", "Martin C. Rinard.....http://dblp.org/pers/hd/r/Rinard:Martin_C="], "conf" : "pldi", "year" : "2016", "pages" : 17}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"hello.all.js": {"type": "string"}, "hello.all.min.js": {"type": "string"}, "hello.js": {"type": "string"}, "hello.min.js": {"type": "string"}}, "required": ["hello.all.js", "hello.all.min.js", "hello.js", "hello.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"hello.all.js" : "sha512-9cVQYGPNTwhFSL1CJzq4crg8JkQk/twQIBCHlVml9+sa2TNgf+yGp97bXaSrbm5dv2sNG/Mg6YkQEwVF2kGv7Q==", "hello.all.min.js" : "sha512-AOvJZWCmTkBM/caGPxaGVTNx0PvKsMrBf/NXgTJCetny2n090SAFLiruBWTpt3BvzOuf0qw+HQEEKoUayRmBcA==", "hello.js" : "sha512-fetkUNNavUtqnCz6WpyLwDhafrlo4IuW2xECd9VsgjU1QpR9MWqOStI3HUOa0e2mpGun2fawNnoplfBBw2ilqA==", "hello.min.js" : "sha512-9i/rn8u0KCFZvoIYw+BtBfh8qjC6bI6n5cE3ffFQKyIpYBPndIDFdotQ03dGFQPFT2stg5gH91gDpflG32fByg=="}
json_instruct
{"type": "object", "properties": {"hello.all.js": {"type": "string"}, "hello.all.min.js": {"type": "string"}, "hello.js": {"type": "string"}, "hello.min.js": {"type": "string"}}, "required": ["hello.all.js", "hello.all.min.js", "hello.js", "hello.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon": {"type": "number"}, "tags": {"type": "object", "properties": {"created_by": {"type": "string"}}, "required": ["created_by"]}}, "required": ["type", "id", "lat", "lon", "tags"]}}, "volunteer_postcode": {"type": "string"}, "closest_distance": {"type": "integer"}}, "required": ["id", "name", "nodes", "volunteer_postcode", "closest_distance"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "43141966", "name" : "Virginia Close", "nodes" : [{"type" : "node", "id" : 26352423, "lat" : 52.5744864, "lon" : -0.2888824, "tags" : {"created_by" : "JOSM"}}, {"type" : "node", "id" : 26352439, "lat" : 52.5740785, "lon" : -0.2884405, "tags" : {"created_by" : "JOSM"}}], "volunteer_postcode" : "PE8 6QF", "closest_distance" : 15614}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon": {"type": "number"}, "tags": {"type": "object", "properties": {"created_by": {"type": "string"}}, "required": ["created_by"]}}, "required": ["type", "id", "lat", "lon", "tags"]}}, "volunteer_postcode": {"type": "string"}, "closest_distance": {"type": "integer"}}, "required": ["id", "name", "nodes", "volunteer_postcode", "closest_distance"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"width": {"type": "number"}, "rotation": {"type": "number"}, "xCenter": {"type": "number"}, "yCenter": {"type": "number"}, "height": {"type": "number"}}, "required": ["width", "rotation", "xCenter", "yCenter", "height"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"width" : 0.19841695, "rotation" : 2.952692, "xCenter" : 0.8673917, "yCenter" : 0.71860296, "height" : 0.24802117}
json_instruct
{"type": "object", "properties": {"width": {"type": "number"}, "rotation": {"type": "number"}, "xCenter": {"type": "number"}, "yCenter": {"type": "number"}, "height": {"type": "number"}}, "required": ["width", "rotation", "xCenter", "yCenter", "height"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "210281116200", "text" : "\u4ed9\u6d74\u6e7e\u6751\u59d4\u4f1a"}, {"id" : "210281116204", "text" : "\u5b81\u5bb6\u6751\u59d4\u4f1a"}, {"id" : "210281116207", "text" : "\u53cc\u5c71\u6751\u59d4\u4f1a"}, {"id" : "210281116208", "text" : "\u80dc\u5229\u6751\u59d4\u4f1a"}, {"id" : "210281116209", "text" : "\u5927\u6cb3\u6751\u59d4\u4f1a"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"python.pythonPath": {"type": "string"}, "C_Cpp.intelliSenseEngineFallback": {"type": "string"}, "python.linting.enabled": {"type": "boolean"}, "python.unitTest.unittestArgs": {"type": "array", "items": {"type": "string"}}, "python.unitTest.pyTestEnabled": {"type": "boolean"}, "python.unitTest.nosetestsEnabled": {"type": "boolean"}, "python.unitTest.unittestEnabled": {"type": "boolean"}}, "required": ["python.pythonPath", "C_Cpp.intelliSenseEngineFallback", "python.linting.enabled", "python.unitTest.unittestArgs", "python.unitTest.pyTestEnabled", "python.unitTest.nosetestsEnabled", "python.unitTest.unittestEnabled"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"python.pythonPath" : "/Users/wesley/.virtualenvs/homework-D6bsV7pH/bin/python", "C_Cpp.intelliSenseEngineFallback" : "Enabled", "python.linting.enabled" : true, "python.unitTest.unittestArgs" : ["-v", "-s", "./hw2", "-p", "test_*.py"], "python.unitTest.pyTestEnabled" : false, "python.unitTest.nosetestsEnabled" : false, "python.unitTest.unittestEnabled" : true}
json_instruct
{"type": "object", "properties": {"python.pythonPath": {"type": "string"}, "C_Cpp.intelliSenseEngineFallback": {"type": "string"}, "python.linting.enabled": {"type": "boolean"}, "python.unitTest.unittestArgs": {"type": "array", "items": {"type": "string"}}, "python.unitTest.pyTestEnabled": {"type": "boolean"}, "python.unitTest.nosetestsEnabled": {"type": "boolean"}, "python.unitTest.unittestEnabled": {"type": "boolean"}}, "required": ["python.pythonPath", "C_Cpp.intelliSenseEngineFallback", "python.linting.enabled", "python.unitTest.unittestArgs", "python.unitTest.pyTestEnabled", "python.unitTest.nosetestsEnabled", "python.unitTest.unittestEnabled"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"type": {"type": "string"}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}, "objects": {"type": "object", "properties": {"provinces": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "properties": {"type": "object", "properties": {"adm1_code": {"type": "string"}, "iso_a2": {"type": "string"}, "name": {"type": "string"}}, "required": ["adm1_code", "iso_a2", "name"]}}, "required": ["type", "arcs", "properties"]}}}, "required": ["type", "geometries"]}, "countries": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "postal": {"type": "string"}, "iso_a2": {"type": "string"}}, "required": ["name", "postal", "iso_a2"]}}, "required": ["type", "arcs", "properties"]}}}, "required": ["type", "geometries"]}}, "required": ["provinces", "countries"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}}, "required": ["type", "transform", "objects", "arcs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Topology", "transform" : {"scale" : [4.5617721429055803e-07, 4.3217002828970637e-07], "translate" : [-63.42882239499997, 18.169094142880397]}, "objects" : {"provinces" : {"type" : "GeometryCollection", "geometries" : [{"type" : "MultiPolygon", "arcs" : [[[0]]], "properties" : {"adm1_code" : "AIA+00?", "iso_a2" : "AI", "name" : "AIA-00 (Anguilla aggregation)"}}]}, "countries" : {"type" : "GeometryCollection", "geometries" : [{"type" : "MultiPolygon", "arcs" : [[[0]]], "properties" : {"name" : "Anguilla", "postal" : "AI", "iso_a2" : "AI"}}]}}, "arcs" : [[[572115, 564], [56462, 66660], [123272, 45289], [104452, 115714], [143162, 3578], [-84737, -112984], [-192847, -102439], [-149764, -15818]]]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "transform": {"type": "object", "properties": {"scale": {"type": "array", "items": {"type": "number"}}, "translate": {"type": "array", "items": {"type": "number"}}}, "required": ["scale", "translate"]}, "objects": {"type": "object", "properties": {"provinces": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "properties": {"type": "object", "properties": {"adm1_code": {"type": "string"}, "iso_a2": {"type": "string"}, "name": {"type": "string"}}, "required": ["adm1_code", "iso_a2", "name"]}}, "required": ["type", "arcs", "properties"]}}}, "required": ["type", "geometries"]}, "countries": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "postal": {"type": "string"}, "iso_a2": {"type": "string"}}, "required": ["name", "postal", "iso_a2"]}}, "required": ["type", "arcs", "properties"]}}}, "required": ["type", "geometries"]}}, "required": ["provinces", "countries"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}}, "required": ["type", "transform", "objects", "arcs"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"1700,4480": {"type": "string"}, "3640,5940": {"type": "string"}, "2380,2680": {"type": "string"}, "4100,3940": {"type": "string"}, "5660,6020": {"type": "string"}, "4120,1700": {"type": "string"}, "6500,1660": {"type": "string"}, "7500,3260": {"type": "string"}, "8180,5060": {"type": "string"}}, "required": ["1700,4480", "3640,5940", "2380,2680", "4100,3940", "5660,6020", "4120,1700", "6500,1660", "7500,3260", "8180,5060"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"1700,4480" : "1", "3640,5940" : "E", "2380,2680" : "A", "4100,3940" : "D", "5660,6020" : "F", "4120,1700" : "B", "6500,1660" : "C", "7500,3260" : "G", "8180,5060" : "H"}
json_instruct
{"type": "object", "properties": {"1700,4480": {"type": "string"}, "3640,5940": {"type": "string"}, "2380,2680": {"type": "string"}, "4100,3940": {"type": "string"}, "5660,6020": {"type": "string"}, "4120,1700": {"type": "string"}, "6500,1660": {"type": "string"}, "7500,3260": {"type": "string"}, "8180,5060": {"type": "string"}}, "required": ["1700,4480", "3640,5940", "2380,2680", "4100,3940", "5660,6020", "4120,1700", "6500,1660", "7500,3260", "8180,5060"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"published": {"type": "string"}, "media-type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "content": {"type": "string"}, "source": {"type": "string"}}, "required": ["published", "media-type", "title", "id", "content", "source"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"published" : "2015-09-01T15:49:04Z", "media-type" : "News", "title" : "West Brom turn down another Tottenham bid for Saido Berahino", "id" : "a309cbe4-e2f8-4a40-90d4-802e16b0b32d", "content" : "West Brom have rejected a third bid from Tottenham for Saido Berahino, Press Association Sport understands. \n \nThe offer, which arrived late on Tuesday, was only marginally better than Spurs' previous bid, which would have only risen to \u00a321million with clauses and add-ons. \n \nThe Baggies have instantly dismissed Tottenham's third approach and remain determined to keep the England Under-21 striker at The Hawthorns. \n \nBerahino had a transfer request rejected last month with Albion angered by Tottenham's continued pursuit of the 22-year-old. \n \nThe Baggies are understood to be unhappy with Spurs' approach to the deal which has only strengthened their resolve to keep Berahino. \n \nThe forward has been left out of West Brom's last three squads during the speculation with boss Tony Pulis insisting he was not in the right state of mind to play. \n \n Share article \n \nSpurs have been searching for more firepower to help Harry Kane and, despite signing Son Heung-min from Bayer Leverkusen, maintained their interest in Berahino. \n \nHe scored 20 goals last season, and earned a call-up to the England senior squad, but missed Euro 2015 for the Under-21s with a knee injury.", "source" : "Stroud News and Journal"}
json_instruct
{"type": "object", "properties": {"published": {"type": "string"}, "media-type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "content": {"type": "string"}, "source": {"type": "string"}}, "required": ["published", "media-type", "title", "id", "content", "source"], "$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"}, "title": {"type": "string"}, "url": {"type": "string"}, "reasons": {"type": "array", "items": {"type": "string"}}, "status": {"type": "string"}, "risk_level": {"type": "null"}, "start_date": {"type": "string"}, "end_date": {"type": "null"}, "summary": {"type": "string"}, "establishment": {"type": "null"}, "impacted_products": {"type": "array", "items": {"type": "string"}}, "quantity_recovered": {"type": "null"}, "quantity_unit": {"type": "null"}, "states": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "title", "url", "reasons", "status", "risk_level", "start_date", "end_date", "summary", "establishment", "impacted_products", "quantity_recovered", "quantity_unit", "states"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "PHA-01072021-01", "title" : "FSIS Issues Public Health Alert for Not-Ready-to-Eat, Heat Treated, Not Fully Cooked Chicken Enchilada Products Due to Misbranding and an Undeclared Allergen ", "url" : "https://www.fsis.usda.gov/recalls-alerts/fsis-issues-public-health-alert-not-ready-eat-heat-treated-not-fully-cooked-chicken", "reasons" : ["Misbranding", "Unreported Allergens"], "status" : "Active", "risk_level" : null, "start_date" : "2021-01-07", "end_date" : null, "summary" : "The U.S. Department of Agriculture\u2019s Food Safety and Inspection Service (FSIS) is issuing a public health alert for approximately 43 pounds of not-ready-to-eat (NRTE), heat treated, not fully cooked chicken enchilada products due to misbranding and an undeclared allergen. FSIS is issuing this public health...\n", "establishment" : null, "impacted_products" : ["HyVee mealtime Chicken enchiladas "], "quantity_recovered" : null, "quantity_unit" : null, "states" : ["Illinois", "Kansas", "Minnesota", "Missouri", "Nebraska", "South Dakota", "Wisconsin"]}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "reasons": {"type": "array", "items": {"type": "string"}}, "status": {"type": "string"}, "risk_level": {"type": "null"}, "start_date": {"type": "string"}, "end_date": {"type": "null"}, "summary": {"type": "string"}, "establishment": {"type": "null"}, "impacted_products": {"type": "array", "items": {"type": "string"}}, "quantity_recovered": {"type": "null"}, "quantity_unit": {"type": "null"}, "states": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "title", "url", "reasons", "status", "risk_level", "start_date", "end_date", "summary", "establishment", "impacted_products", "quantity_recovered", "quantity_unit", "states"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"inputs": {"type": "array", "items": {"type": "string"}}, "outputs": {"type": "array", "items": {"type": "string"}}}, "required": ["inputs", "outputs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"inputs" : ["5 2\n50 110 130 40 120\n", "4 1\n2 3 4 1\n", "1 1\n4\n", "2 2\n7 5\n", "3 2\n34 3 75\n", "5 2\n932 328 886 96 589\n", "10 4\n810 8527 9736 3143 2341 6029 7474 707 2513 2023\n", "20 11\n924129 939902 178964 918687 720767 695035 577430 407131 213304 810868 596349 266075 123602 376312 36680 18426 716200 121546 61834 851586\n", "100 28\n1 2 3 5 1 1 1 4 1 5 2 4 3 2 5 4 1 1 4 1 4 5 4 1 4 5 1 3 5 1 1 1 4 2 5 2 3 5 2 2 3 2 4 5 5 5 5 1 2 4 1 3 1 1 1 4 3 1 5 2 5 1 3 3 2 4 5 1 1 3 4 1 1 3 3 1 2 4 3 3 4 4 3 1 2 1 5 1 4 4 2 3 1 3 3 4 2 4 1 1\n", "101 9\n3 2 2 1 4 1 3 2 3 4 3 2 3 1 4 4 1 1 4 1 3 3 4 1 2 1 1 3 1 2 2 4 3 1 4 3 1 1 4 4 1 2 1 1 4 2 3 4 1 2 1 4 4 1 4 3 1 4 2 1 2 1 4 3 4 3 4 2 2 4 3 2 1 3 4 3 2 2 4 3 3 2 4 1 3 2 2 4 1 3 4 2 1 3 3 2 2 1 1 3 1\n", "2 2\n1 1000000000\n", "2 1\n1 1000000000\n", "11 3\n412 3306 3390 2290 1534 316 1080 2860 253 230 3166\n", "10 3\n2414 294 184 666 2706 1999 2201 1270 904 653\n", "24 4\n33 27 12 65 19 6 46 33 57 2 21 50 73 13 59 69 51 45 39 1 6 64 39 27\n"], "outputs" : ["20\n", "0\n", "0\n", "2\n", "72\n", "343\n", "3707\n", "921476\n", "1\n", "0\n", "999999999\n", "0\n", "1122\n", "707\n", "9\n"]}
json_instruct
{"type": "object", "properties": {"inputs": {"type": "array", "items": {"type": "string"}}, "outputs": {"type": "array", "items": {"type": "string"}}}, "required": ["inputs", "outputs"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "_type": {"type": "string"}, "_source": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "hits": {"type": "integer"}, "columns": {"type": "array", "items": {"type": "string"}}, "sort": {"type": "array", "items": {"type": "string"}}, "version": {"type": "integer"}, "kibanaSavedObjectMeta": {"type": "object", "properties": {"searchSourceJSON": {"type": "string"}}, "required": ["searchSourceJSON"]}}, "required": ["title", "description", "hits", "columns", "sort", "version", "kibanaSavedObjectMeta"]}}, "required": ["_id", "_type", "_source"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"_id" : "85998220-762f-11e7-a385-0f2eb986f8d0", "_type" : "search", "_source" : {"title" : "Alert Search", "description" : "", "hits" : 0, "columns" : ["src_ip", "src_port", "dest_ip", "dest_port", "alert.category", "alert.signature"], "sort" : ["@timestamp", "desc"], "version" : 1, "kibanaSavedObjectMeta" : {"searchSourceJSON" : "{\n \"index\": \"filebeat-*\",\n \"highlightAll\": true,\n \"version\": true,\n \"query\": {\n \"query_string\": {\n \"query\": \"event_type:alert\",\n \"analyze_wildcard\": true\n }\n },\n \"filter\": []\n}"}}}, {"_id" : "31522580-9139-11e7-a228-f5baa3b209de", "_type" : "search", "_source" : {"title" : "Event Overview", "description" : "", "hits" : 0, "columns" : ["event_type", "src_ip", "src_port", "dest_ip", "dest_port"], "sort" : ["@timestamp", "desc"], "version" : 1, "kibanaSavedObjectMeta" : {"searchSourceJSON" : "{\"index\":\"filebeat-*\",\"highlightAll\":true,\"version\":true,\"filter\":[],\"query\":{\"query_string\":{\"query\":\"*\",\"analyze_wildcard\":true}}}"}}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "_type": {"type": "string"}, "_source": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "hits": {"type": "integer"}, "columns": {"type": "array", "items": {"type": "string"}}, "sort": {"type": "array", "items": {"type": "string"}}, "version": {"type": "integer"}, "kibanaSavedObjectMeta": {"type": "object", "properties": {"searchSourceJSON": {"type": "string"}}, "required": ["searchSourceJSON"]}}, "required": ["title", "description", "hits", "columns", "sort", "version", "kibanaSavedObjectMeta"]}}, "required": ["_id", "_type", "_source"]}, "$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"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}, "role": {"type": "string"}}, "required": ["name", "email", "homepage", "role"]}}, "support": {"type": "object", "properties": {"forum": {"type": "string"}, "source": {"type": "string"}}, "required": ["forum", "source"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Sabre\\Event\\": {"type": "string"}}, "required": ["Sabre\\Event\\"]}}, "required": ["psr-4"]}, "require-dev": {"type": "object", "properties": {"squizlabs/php_codesniffer": {"type": "string"}}, "required": ["squizlabs/php_codesniffer"]}}, "required": ["name", "description", "keywords", "homepage", "license", "require", "authors", "support", "autoload", "require-dev"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "sabre/event", "description" : "sabre/event is a library for lightweight event-based programming", "keywords" : ["Events", "EventEmitter", "Promise", "Hooks", "Plugin", "Signal"], "homepage" : "http://sabre.io/event/", "license" : "BSD-3-Clause", "require" : {"php" : ">=5.4.1"}, "authors" : [{"name" : "Evert Pot", "email" : "[email protected]", "homepage" : "http://evertpot.com/", "role" : "Developer"}], "support" : {"forum" : "https://groups.google.com/group/sabredav-discuss", "source" : "https://github.com/fruux/sabre-event"}, "autoload" : {"psr-4" : {"Sabre\\Event\\" : "lib/"}}, "require-dev" : {"squizlabs/php_codesniffer" : "*"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}, "role": {"type": "string"}}, "required": ["name", "email", "homepage", "role"]}}, "support": {"type": "object", "properties": {"forum": {"type": "string"}, "source": {"type": "string"}}, "required": ["forum", "source"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Sabre\\Event\\": {"type": "string"}}, "required": ["Sabre\\Event\\"]}}, "required": ["psr-4"]}, "require-dev": {"type": "object", "properties": {"squizlabs/php_codesniffer": {"type": "string"}}, "required": ["squizlabs/php_codesniffer"]}}, "required": ["name", "description", "keywords", "homepage", "license", "require", "authors", "support", "autoload", "require-dev"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"assemblea": {"type": "string"}, "codice": {"type": "string"}, "status": {"type": "string"}, "elettori": {"type": "string"}, "votanti": {"type": "string"}, "perc_votanti": {"type": "string"}, "aggiornamento": {"type": "string"}, "sezioni_perv": {"type": "string"}, "sezioni": {"type": "string"}, "coll_uni_perv": {"type": "string"}, "coll_uni": {"type": "string"}, "sezioni_coll_uni_perv": {"type": "string"}, "sk_bianche": {"type": "string"}, "sk_nulle": {"type": "string"}, "sk_contestate": {"type": "string"}, "livello": {"type": "string"}, "fine_riparto": {"type": "null"}}, "required": ["assemblea", "codice", "status", "elettori", "votanti", "perc_votanti", "aggiornamento", "sezioni_perv", "sezioni", "coll_uni_perv", "coll_uni", "sezioni_coll_uni_perv", "sk_bianche", "sk_nulle", "sk_contestate", "livello", "fine_riparto"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"assemblea" : "scrutiniCI", "codice" : "05240000000", "status" : "ESERCIZIO", "elettori" : "196900", "votanti" : "158410", "perc_votanti" : "80,45", "aggiornamento" : "Dato aggiornato al 06/03/2018 - 00:48", "sezioni_perv" : "226", "sezioni" : "226", "coll_uni_perv" : "", "coll_uni" : "", "sezioni_coll_uni_perv" : "226", "sk_bianche" : "2483", "sk_nulle" : "5126", "sk_contestate" : "11", "livello" : "U", "fine_riparto" : null}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"assemblea": {"type": "string"}, "codice": {"type": "string"}, "status": {"type": "string"}, "elettori": {"type": "string"}, "votanti": {"type": "string"}, "perc_votanti": {"type": "string"}, "aggiornamento": {"type": "string"}, "sezioni_perv": {"type": "string"}, "sezioni": {"type": "string"}, "coll_uni_perv": {"type": "string"}, "coll_uni": {"type": "string"}, "sezioni_coll_uni_perv": {"type": "string"}, "sk_bianche": {"type": "string"}, "sk_nulle": {"type": "string"}, "sk_contestate": {"type": "string"}, "livello": {"type": "string"}, "fine_riparto": {"type": "null"}}, "required": ["assemblea", "codice", "status", "elettori", "votanti", "perc_votanti", "aggiornamento", "sezioni_perv", "sezioni", "coll_uni_perv", "coll_uni", "sezioni_coll_uni_perv", "sk_bianche", "sk_nulle", "sk_contestate", "livello", "fine_riparto"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"code": {"type": "string"}, "lang": {"type": "string"}, "description": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["code", "lang", "description", "name", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : "ERW006", "lang" : "en", "description" : "\nRegistered unemployed\n\nExplanatory notes for the following statistics:\n13211 Labour market statistics of the Federal Employment\nAgency\n\nDefinition:\nAs defined by Section 16 of the Social Code, Book III, the\nunemployed include all those who\n- are temporarily not employed or work in a job for fewer\nthan 15 hours per week,\n- seek employment subject to social insurance contributions\nfor at least 15 hours per week, and\n- in the process are available for placement efforts\nundertaken by the employment agency or job centre, which\nmeans that they are able and prepared to work,\n- live in the Federal Republic of Germany,\n- are not aged under 15 years and have not reached\nretirement age,\n- have registered in person as unemployed with an employment\nagency or job centre.\n\nPursuant to Section 53a (1) of the Social Code, Book II, the\nunemployment definition given in Section 16 of the Social\nCode, Book III, applies accordingly to people in need as\ndefined by Book II.\n\n\n\u00a9 Statistisches Bundesamt, Wiesbaden 2017", "name" : "Registered unemployed", "type" : "variable"}
json_instruct
{"type": "object", "properties": {"code": {"type": "string"}, "lang": {"type": "string"}, "description": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["code", "lang", "description", "name", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"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" : "AAMMUNIRENWETH", "name" : "Aave AMM UniRENWETH", "decimals" : 18, "address" : "0xa9e201a4e269d6cd5e9f0fcbcb78520cf815878b"}
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#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "email", "homepage"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "laravel/framework": {"type": "string"}}, "required": ["php", "laravel/framework"]}, "require-dev": {"type": "object", "properties": {"nunomaduro/larastan": {"type": "string"}, "orchestra/testbench": {"type": "string"}}, "required": ["nunomaduro/larastan", "orchestra/testbench"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Glamstack\\Okta\\": {"type": "string"}}, "required": ["Glamstack\\Okta\\"]}}, "required": ["psr-4"]}, "extra": {"type": "object", "properties": {"laravel": {"type": "object", "properties": {"providers": {"type": "array", "items": {"type": "string"}}}, "required": ["providers"]}}, "required": ["laravel"]}}, "required": ["name", "description", "license", "authors", "require", "require-dev", "autoload", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "glamstack/okta-sdk", "description" : "Okta API SDK for Laravel", "license" : "Apache-2.0", "authors" : [{"name" : "Dillon Wheeler", "email" : "[email protected]", "homepage" : "https://gitlab.com/dillonwheeler"}, {"name" : "Jeff Martin", "email" : "[email protected]", "homepage" : "https://gitlab.com/jeffersonmartin"}], "require" : {"php" : "^8.0 || ^8.1", "laravel/framework" : "^8.0 || ^9.0"}, "require-dev" : {"nunomaduro/larastan" : "^1.0 || ^2.0", "orchestra/testbench" : "^6.23 || ^7.0"}, "autoload" : {"psr-4" : {"Glamstack\\Okta\\" : "src/"}}, "extra" : {"laravel" : {"providers" : ["Glamstack\\Okta\\OktaServiceProvider"]}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "email", "homepage"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "laravel/framework": {"type": "string"}}, "required": ["php", "laravel/framework"]}, "require-dev": {"type": "object", "properties": {"nunomaduro/larastan": {"type": "string"}, "orchestra/testbench": {"type": "string"}}, "required": ["nunomaduro/larastan", "orchestra/testbench"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Glamstack\\Okta\\": {"type": "string"}}, "required": ["Glamstack\\Okta\\"]}}, "required": ["psr-4"]}, "extra": {"type": "object", "properties": {"laravel": {"type": "object", "properties": {"providers": {"type": "array", "items": {"type": "string"}}}, "required": ["providers"]}}, "required": ["laravel"]}}, "required": ["name", "description", "license", "authors", "require", "require-dev", "autoload", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"schema_version" : "1.2.0", "id" : "GHSA-3mjh-87v6-2677", "modified" : "2022-05-02T00:01:45Z", "published" : "2022-05-02T00:01:45Z", "aliases" : ["CVE-2008-3605"], "details" : "Unspecified vulnerability in McAfee Encrypted USB Manager 3.1.0.0, when the Re-use Threshold for passwords is nonzero, allows remote attackers to conduct offline brute force attacks via unknown vectors.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2008-3605"}, {"type" : "WEB", "url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/44368"}, {"type" : "WEB", "url" : "http://secunia.com/advisories/31433"}, {"type" : "WEB", "url" : "http://www.mcafee.com/apps/downloads/security_updates/hotfixes.asp?region=us&segment=enterprise"}, {"type" : "WEB", "url" : "http://www.securityfocus.com/bid/30630"}, {"type" : "WEB", "url" : "http://www.securitytracker.com/id?1020648"}, {"type" : "WEB", "url" : "http://www.vupen.com/english/advisories/2008/2324"}], "database_specific" : {"cwe_ids" : [], "severity" : "MODERATE", "github_reviewed" : false}}
json_instruct
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"App\\": {"type": "string"}}, "required": ["App\\"]}}, "required": ["psr-4"]}, "bin": {"type": "array", "items": {"type": "string"}}}, "required": ["autoload", "bin"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"autoload" : {"psr-4" : {"App\\" : "app/"}}, "bin" : ["application"]}
json_instruct
{"type": "object", "properties": {"autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"App\\": {"type": "string"}}, "required": ["App\\"]}}, "required": ["psr-4"]}, "bin": {"type": "array", "items": {"type": "string"}}}, "required": ["autoload", "bin"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "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.158783, 41.174325], [-73.155424, 41.177973], [-73.154326, 41.183823], [-73.143078, 41.184854], [-73.139475, 41.186722], [-73.134284, 41.187045], [-73.134387, 41.182594], [-73.136221, 41.182869], [-73.137337, 41.179432], [-73.130289, 41.17943], [-73.130064, 41.175796], [-73.127241, 41.171389], [-73.130661, 41.168899], [-73.135248, 41.168916], [-73.142998, 41.166602], [-73.157831, 41.173208], [-73.158783, 41.174325]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 13390}}]}
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#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nom" : "Lison", "dpt" : "Calvados", "inscrits" : 348, "abs" : 75, "votants" : 273, "blancs" : 36, "nuls" : 3, "exp" : 234, "res" : [{"panneau" : "2", "voix" : 140}, {"panneau" : "1", "voix" : 94}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nom" : "Saint-Martin-du-Mont", "dpt" : "Sa\u00f4ne-et-Loire", "inscrits" : 141, "abs" : 25, "votants" : 116, "blancs" : 3, "nuls" : 2, "exp" : 111, "res" : [{"panneau" : "3", "voix" : 33}, {"panneau" : "2", "voix" : 24}, {"panneau" : "9", "voix" : 19}, {"panneau" : "11", "voix" : 19}, {"panneau" : "1", "voix" : 7}, {"panneau" : "4", "voix" : 5}, {"panneau" : "5", "voix" : 1}, {"panneau" : "6", "voix" : 1}, {"panneau" : "7", "voix" : 1}, {"panneau" : "8", "voix" : 1}, {"panneau" : "10", "voix" : 0}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "email", "homepage"]}}, "type": {"type": "string"}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}, "squizlabs/php_codesniffer": {"type": "string"}, "phpmd/phpmd": {"type": "string"}}, "required": ["phpunit/phpunit", "squizlabs/php_codesniffer", "phpmd/phpmd"]}, "autoload": {"type": "object", "properties": {"psr-0": {"type": "object", "properties": {"CotaPreco": {"type": "string"}}, "required": ["CotaPreco"]}}, "required": ["psr-0"]}, "autoload-dev": {"type": "object", "properties": {"psr-0": {"type": "object", "properties": {"CotaPreco": {"type": "string"}}, "required": ["CotaPreco"]}}, "required": ["psr-0"]}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "authors", "type", "license", "require", "require-dev", "autoload", "autoload-dev", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "cotapreco/horus", "description" : "A simple PHP client for sending messages to Horus receivers :-)", "authors" : [{"name" : "Andrey K. Vital", "email" : "[email protected]", "homepage" : "https://github.com/CentaurWarchief"}], "type" : "library", "license" : "MIT", "require" : {"php" : "~5.5"}, "require-dev" : {"phpunit/phpunit" : "4.6.4", "squizlabs/php_codesniffer" : "2.3.0", "phpmd/phpmd" : "2.2.3"}, "autoload" : {"psr-0" : {"CotaPreco" : "src"}}, "autoload-dev" : {"psr-0" : {"CotaPreco" : "tests"}}, "keywords" : ["realtime", "messaging", "horus", "websocket", "udp"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "email", "homepage"]}}, "type": {"type": "string"}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}, "squizlabs/php_codesniffer": {"type": "string"}, "phpmd/phpmd": {"type": "string"}}, "required": ["phpunit/phpunit", "squizlabs/php_codesniffer", "phpmd/phpmd"]}, "autoload": {"type": "object", "properties": {"psr-0": {"type": "object", "properties": {"CotaPreco": {"type": "string"}}, "required": ["CotaPreco"]}}, "required": ["psr-0"]}, "autoload-dev": {"type": "object", "properties": {"psr-0": {"type": "object", "properties": {"CotaPreco": {"type": "string"}}, "required": ["CotaPreco"]}}, "required": ["psr-0"]}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "authors", "type", "license", "require", "require-dev", "autoload", "autoload-dev", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}, "message": {"type": "string"}}, "required": ["line", "column", "message"]}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0x790f935eb7643f84a4a59cdbeed73655bb2777be", "tool" : "osiris", "start" : 1564595048.212607, "end" : 1564595115.7288475, "duration" : 67.51624059677124, "analysis" : [{"errors" : [{"line" : 1, "column" : 1, "message" : "overflow_bugs"}], "file" : "/unique_chucks/27/0x790f935eb7643f84a4a59cdbeed73655bb2777be.sol", "name" : "Smetana"}]}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {"type": "object", "properties": {"line": {"type": "integer"}, "column": {"type": "integer"}, "message": {"type": "string"}}, "required": ["line", "column", "message"]}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "source": {"type": "array", "items": {}}, "location": {"type": "string"}, "rarity": {"type": "integer"}, "domain": {"type": "string"}, "days": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "name", "description", "source", "location", "rarity", "domain", "days"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "teachings_of_gold", "name" : "Enseignement de l'Or", "description" : "L'or est le symbole du Pays de la Roche.<br/>Abondant sous ses terres, il est le nerf de la guerre de Liyue qui tient debout gr\u00e2ce \u00e0 lui.", "source" : [], "location" : "Mondstadt", "rarity" : 2, "domain" : "Manoir Taishan", "days" : ["Mercredi", "Samedi", "Dimanche"]}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "source": {"type": "array", "items": {}}, "location": {"type": "string"}, "rarity": {"type": "integer"}, "domain": {"type": "string"}, "days": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "name", "description", "source", "location", "rarity", "domain", "days"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"skrollr.min.js": {"type": "string"}}, "required": ["skrollr.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"skrollr.min.js" : "sha256-c7vSH4QYKnCcuyfAAAck0peE4OAjcJwbBYx2713nDQU="}
json_instruct
{"type": "object", "properties": {"skrollr.min.js": {"type": "string"}}, "required": ["skrollr.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"vidom.js": {"type": "string"}, "vidom.min.js": {"type": "string"}}, "required": ["vidom.js", "vidom.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"vidom.js" : "sha256-Zw5WeFWScZBoo685SrYG0wOSRabmWqJYWcXxoYOMRo4=", "vidom.min.js" : "sha256-CDit0VYfrQBd5Nhgj2YHzK+RoQU1oAIIYGGw4F8DUYs="}
json_instruct
{"type": "object", "properties": {"vidom.js": {"type": "string"}, "vidom.min.js": {"type": "string"}}, "required": ["vidom.js", "vidom.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "chain": {"type": "string"}, "network": {"type": "string"}, "rpc": {"type": "array", "items": {"type": "string"}}, "faucets": {"type": "array", "items": {"type": "string"}}, "nativeCurrency": {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}}, "required": ["name", "symbol", "decimals"]}, "infoURL": {"type": "string"}, "shortName": {"type": "string"}, "chainId": {"type": "integer"}, "networkId": {"type": "integer"}}, "required": ["name", "chain", "network", "rpc", "faucets", "nativeCurrency", "infoURL", "shortName", "chainId", "networkId"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "ELA-ETH-Sidechain Testnet", "chain" : "ETH", "network" : "testnet", "rpc" : ["https://rpc.elaeth.io"], "faucets" : ["https://faucet.elaeth.io/"], "nativeCurrency" : {"name" : "Ether", "symbol" : "ETH", "decimals" : 18}, "infoURL" : "https://elaeth.io/", "shortName" : "ELAETHSC", "chainId" : 21, "networkId" : 21}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "chain": {"type": "string"}, "network": {"type": "string"}, "rpc": {"type": "array", "items": {"type": "string"}}, "faucets": {"type": "array", "items": {"type": "string"}}, "nativeCurrency": {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}}, "required": ["name", "symbol", "decimals"]}, "infoURL": {"type": "string"}, "shortName": {"type": "string"}, "chainId": {"type": "integer"}, "networkId": {"type": "integer"}}, "required": ["name", "chain", "network", "rpc", "faucets", "nativeCurrency", "infoURL", "shortName", "chainId", "networkId"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"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" : [[[-81.475828, 28.539103], [-81.464988, 28.537924], [-81.458054, 28.538082], [-81.459386, 28.53206], [-81.459395, 28.527986], [-81.467939, 28.527846], [-81.471816, 28.525937], [-81.475601, 28.530235], [-81.475828, 28.539103]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 14992}}]}
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#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"vessi": {"type": "object", "properties": {"title": {"type": "string"}, "channel_id": {"type": "integer"}, "link": {"type": "string"}, "desc": {"type": "null"}, "plans": {"type": "object", "properties": {"$4.99": {"type": "string"}, "$9.99": {"type": "string"}, "$24.99": {"type": "string"}}, "required": ["$4.99", "$9.99", "$24.99"]}, "id": {"type": "string"}, "first_seen": {"type": "string"}, "badge": {"type": "null"}, "badge_starting": {"type": "null"}, "badge_3m": {"type": "null"}, "badge_6m": {"type": "null"}, "badge_12m": {"type": "null"}, "badge_24m": {"type": "null"}, "badges": {"type": "null"}, "bits_badges": {"type": "null"}, "cheermote1": {"type": "null"}, "cheermote100": {"type": "null"}, "cheermote1000": {"type": "null"}, "cheermote5000": {"type": "null"}, "cheermote10000": {"type": "null"}, "set": {"type": "integer"}, "emotes": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "image_id": {"type": "integer"}, "set": {"type": "integer"}}, "required": ["code", "image_id", "set"]}}}, "required": ["title", "channel_id", "link", "desc", "plans", "id", "first_seen", "badge", "badge_starting", "badge_3m", "badge_6m", "badge_12m", "badge_24m", "badges", "bits_badges", "cheermote1", "cheermote100", "cheermote1000", "cheermote5000", "cheermote10000", "set", "emotes"]}}, "required": ["vessi"]}}, "required": ["template", "channels"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"template" : {"small" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/1.0", "medium" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/2.0", "large" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/3.0"}, "channels" : {"vessi" : {"title" : "Vessi", "channel_id" : 15324713, "link" : "http://twitch.tv/vessi", "desc" : null, "plans" : {"$4.99" : "253237", "$9.99" : "253241", "$24.99" : "253242"}, "id" : "vessi", "first_seen" : "2017-07-07 12:40:07", "badge" : null, "badge_starting" : null, "badge_3m" : null, "badge_6m" : null, "badge_12m" : null, "badge_24m" : null, "badges" : null, "bits_badges" : null, "cheermote1" : null, "cheermote100" : null, "cheermote1000" : null, "cheermote5000" : null, "cheermote10000" : null, "set" : 253237, "emotes" : [{"code" : "vessiLove", "image_id" : 290428, "set" : 253237}, {"code" : "vessiToto", "image_id" : 289958, "set" : 253241}]}}}
json_instruct
{"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"vessi": {"type": "object", "properties": {"title": {"type": "string"}, "channel_id": {"type": "integer"}, "link": {"type": "string"}, "desc": {"type": "null"}, "plans": {"type": "object", "properties": {"$4.99": {"type": "string"}, "$9.99": {"type": "string"}, "$24.99": {"type": "string"}}, "required": ["$4.99", "$9.99", "$24.99"]}, "id": {"type": "string"}, "first_seen": {"type": "string"}, "badge": {"type": "null"}, "badge_starting": {"type": "null"}, "badge_3m": {"type": "null"}, "badge_6m": {"type": "null"}, "badge_12m": {"type": "null"}, "badge_24m": {"type": "null"}, "badges": {"type": "null"}, "bits_badges": {"type": "null"}, "cheermote1": {"type": "null"}, "cheermote100": {"type": "null"}, "cheermote1000": {"type": "null"}, "cheermote5000": {"type": "null"}, "cheermote10000": {"type": "null"}, "set": {"type": "integer"}, "emotes": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "image_id": {"type": "integer"}, "set": {"type": "integer"}}, "required": ["code", "image_id", "set"]}}}, "required": ["title", "channel_id", "link", "desc", "plans", "id", "first_seen", "badge", "badge_starting", "badge_3m", "badge_6m", "badge_12m", "badge_24m", "badges", "bits_badges", "cheermote1", "cheermote100", "cheermote1000", "cheermote5000", "cheermote10000", "set", "emotes"]}}, "required": ["vessi"]}}, "required": ["template", "channels"], "$schema": "http://json-schema.org/draft-07/schema#"}