input
stringlengths 159
2.05k
| output
stringlengths 5
10.3k
| task
stringclasses 1
value | schema
stringlengths 100
1.99k
|
---|---|---|---|
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "config": {"type": "object", "properties": {"connector.class": {"type": "string"}, "tasks.max": {"type": "string"}, "topics": {"type": "string"}, "contactPoints": {"type": "string"}, "loadBalancing.localDc": {"type": "string"}, "topic.basic_topic.connect.basic_table.mapping": {"type": "string"}, "key.converter": {"type": "string"}, "value.converter": {"type": "string"}, "key.converter.schemas.enable": {"type": "boolean"}, "value.converter.schemas.enable": {"type": "boolean"}}, "required": ["connector.class", "tasks.max", "topics", "contactPoints", "loadBalancing.localDc", "topic.basic_topic.connect.basic_table.mapping", "key.converter", "value.converter", "key.converter.schemas.enable", "value.converter.schemas.enable"]}}, "required": ["name", "config"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "cassandra-basic-sink", "config" : {"connector.class" : "com.datastax.oss.kafka.sink.CassandraSinkConnector", "tasks.max" : "1", "topics" : "basic_topic", "contactPoints" : "cassandra-server1", "loadBalancing.localDc" : "DC1", "topic.basic_topic.connect.basic_table.mapping" : "userid=key, username=value", "key.converter" : "org.apache.kafka.connect.storage.StringConverter", "value.converter" : "org.apache.kafka.connect.storage.StringConverter", "key.converter.schemas.enable" : false, "value.converter.schemas.enable" : false}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "config": {"type": "object", "properties": {"connector.class": {"type": "string"}, "tasks.max": {"type": "string"}, "topics": {"type": "string"}, "contactPoints": {"type": "string"}, "loadBalancing.localDc": {"type": "string"}, "topic.basic_topic.connect.basic_table.mapping": {"type": "string"}, "key.converter": {"type": "string"}, "value.converter": {"type": "string"}, "key.converter.schemas.enable": {"type": "boolean"}, "value.converter.schemas.enable": {"type": "boolean"}}, "required": ["connector.class", "tasks.max", "topics", "contactPoints", "loadBalancing.localDc", "topic.basic_topic.connect.basic_table.mapping", "key.converter", "value.converter", "key.converter.schemas.enable", "value.converter.schemas.enable"]}}, "required": ["name", "config"], "$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"}, "manifest_version": {"type": "integer"}, "icons": {"type": "object", "properties": {"16": {"type": "string"}, "48": {"type": "string"}, "128": {"type": "string"}}, "required": ["16", "48", "128"]}, "homepage_url": {"type": "string"}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"matches": {"type": "array", "items": {"type": "string"}}, "js": {"type": "array", "items": {"type": "string"}}, "run_at": {"type": "string"}}, "required": ["matches", "js", "run_at"]}}, "permissions": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "description", "manifest_version", "icons", "homepage_url", "content_scripts", "permissions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Gist Markdown Preview", "version" : "2.0.3", "description" : "helps to preview the markdown while creating a markdown gist", "manifest_version" : 2, "icons" : {"16" : "img/gist16.png", "48" : "img/gist48.png", "128" : "img/gist128.png"}, "homepage_url" : "https://github.com/revathskumar/gist-markdown-preview", "content_scripts" : [{"matches" : ["https://gist.github.com/", "https://gist.github.com/*/*/edit"], "js" : ["js/marked.js", "gist_markdown_preview.js"], "run_at" : "document_start"}], "permissions" : ["https://gist.github.com/"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "manifest_version": {"type": "integer"}, "icons": {"type": "object", "properties": {"16": {"type": "string"}, "48": {"type": "string"}, "128": {"type": "string"}}, "required": ["16", "48", "128"]}, "homepage_url": {"type": "string"}, "content_scripts": {"type": "array", "items": {"type": "object", "properties": {"matches": {"type": "array", "items": {"type": "string"}}, "js": {"type": "array", "items": {"type": "string"}}, "run_at": {"type": "string"}}, "required": ["matches", "js", "run_at"]}}, "permissions": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "description", "manifest_version", "icons", "homepage_url", "content_scripts", "permissions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"total": {"type": "integer"}, "positive": {"type": "integer"}, "negative": {"type": "integer"}, "Date": {"type": "integer"}, "p_percent": {"type": "number"}, "n_percent": {"type": "number"}}, "required": ["total", "positive", "negative", "Date", "p_percent", "n_percent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"total" : 62667211, "positive" : 6611078, "negative" : 56056133, "Date" : 1635638400000, "p_percent" : 10.5, "n_percent" : 89.5} | json_instruct | {"type": "object", "properties": {"total": {"type": "integer"}, "positive": {"type": "integer"}, "negative": {"type": "integer"}, "Date": {"type": "integer"}, "p_percent": {"type": "number"}, "n_percent": {"type": "number"}}, "required": ["total", "positive", "negative", "Date", "p_percent", "n_percent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "monobook-desc": {"type": "string"}}, "required": ["@metadata", "monobook-desc"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"@metadata" : {"authors" : ["Bachounda"]}, "monobook-desc" : "The classic MediaWiki skin since 2004, named after the black-and-white photo of a book in the page background"} | json_instruct | {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "monobook-desc": {"type": "string"}}, "required": ["@metadata", "monobook-desc"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"database": {"type": "object", "properties": {"rules": {"type": "string"}}, "required": ["rules"]}, "storage": {"type": "object", "properties": {"rules": {"type": "string"}}, "required": ["rules"]}, "hosting": {"type": "object", "properties": {"public": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["public", "ignore"]}}, "required": ["database", "storage", "hosting"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"database" : {"rules" : "database.rules.json"}, "storage" : {"rules" : "storage.rules.txt"}, "hosting" : {"public" : "public", "ignore" : [".gitignore", "firebase.json", "**/.*", "streets.json", "**/firebase/**", "!**/firebase/firebase.js", "**/neth-strap-ium/**", "!**/neth-strap-ium/dist/neth-strap-ium.min.css"]}} | json_instruct | {"type": "object", "properties": {"database": {"type": "object", "properties": {"rules": {"type": "string"}}, "required": ["rules"]}, "storage": {"type": "object", "properties": {"rules": {"type": "string"}}, "required": ["rules"]}, "hosting": {"type": "object", "properties": {"public": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["public", "ignore"]}}, "required": ["database", "storage", "hosting"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"olx": {"type": "object", "properties": {"host": {"type": "string"}, "clientId": {"type": "string"}, "clientSecret": {"type": "string"}}, "required": ["host", "clientId", "clientSecret"]}, "contact": {"type": "object", "properties": {"name": {"type": "string"}, "phone": {"type": "string"}}, "required": ["name", "phone"]}, "location": {"type": "object", "properties": {"city_id": {"type": "integer"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}}, "required": ["city_id", "latitude", "longitude"]}, "adviserType": {"type": "string"}, "webshopUrl": {"type": "string"}, "webShopProductUrl": {"type": "string"}}, "required": ["olx", "contact", "location", "adviserType", "webshopUrl", "webShopProductUrl"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"olx" : {"host" : "https://www.olx.ro/api", "clientId" : "id", "clientSecret" : "clientSecret"}, "contact" : {"name" : "testname", "phone" : "testphone"}, "location" : {"city_id" : 1, "latitude" : 44.43783, "longitude" : 26.09464}, "adviserType" : "private,", "webshopUrl" : "http://localhost", "webShopProductUrl" : "product"} | json_instruct | {"type": "object", "properties": {"olx": {"type": "object", "properties": {"host": {"type": "string"}, "clientId": {"type": "string"}, "clientSecret": {"type": "string"}}, "required": ["host", "clientId", "clientSecret"]}, "contact": {"type": "object", "properties": {"name": {"type": "string"}, "phone": {"type": "string"}}, "required": ["name", "phone"]}, "location": {"type": "object", "properties": {"city_id": {"type": "integer"}, "latitude": {"type": "number"}, "longitude": {"type": "number"}}, "required": ["city_id", "latitude", "longitude"]}, "adviserType": {"type": "string"}, "webshopUrl": {"type": "string"}, "webShopProductUrl": {"type": "string"}}, "required": ["olx", "contact", "location", "adviserType", "webshopUrl", "webShopProductUrl"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"Id": {"type": "string"}, "Name": {"type": "string"}, "Rarity": {"type": "integer"}, "RarityParameter": {"type": "null"}, "ItemCategory": {"type": "integer"}, "ShortDescription": {"type": "string"}, "LongDescription": {"type": "string"}, "BuyPrice": {"type": "integer"}, "SellPrice": {"type": "integer"}, "SpriteId": {"type": "integer"}, "ItemId": {"type": "integer"}, "Param1": {"type": "integer"}, "Param2": {"type": "integer"}, "Param3": {"type": "integer"}}, "required": ["Id", "Name", "Rarity", "RarityParameter", "ItemCategory", "ShortDescription", "LongDescription", "BuyPrice", "SellPrice", "SpriteId", "ItemId", "Param1", "Param2", "Param3"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Id" : "iq-booster", "Name" : "IQ Booster", "Rarity" : 0, "RarityParameter" : null, "ItemCategory" : 4, "ShortDescription" : "IQ steadily increases.", "LongDescription" : "A held item that occasionally boosts the Pok\u00e9mon's IQ as it moves between floors. Its effectiveness varies based on the dungeon.", "BuyPrice" : 5100, "SellPrice" : 510, "SpriteId" : 10, "ItemId" : 68, "Param1" : 0, "Param2" : 0, "Param3" : 0} | json_instruct | {"type": "object", "properties": {"Id": {"type": "string"}, "Name": {"type": "string"}, "Rarity": {"type": "integer"}, "RarityParameter": {"type": "null"}, "ItemCategory": {"type": "integer"}, "ShortDescription": {"type": "string"}, "LongDescription": {"type": "string"}, "BuyPrice": {"type": "integer"}, "SellPrice": {"type": "integer"}, "SpriteId": {"type": "integer"}, "ItemId": {"type": "integer"}, "Param1": {"type": "integer"}, "Param2": {"type": "integer"}, "Param3": {"type": "integer"}}, "required": ["Id", "Name", "Rarity", "RarityParameter", "ItemCategory", "ShortDescription", "LongDescription", "BuyPrice", "SellPrice", "SpriteId", "ItemId", "Param1", "Param2", "Param3"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"userId" : 13791, "cartId" : "df91548b-8b80-4101-844c-90fe8c239cb7", "preferredProducts" : [3207, 1668, 1137, 1542, 4717, 4576, 536, 4308, 799], "productReviews" : []} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"report_plugin_data": {"type": "array", "items": {"type": "string"}}}, "required": ["report_plugin_data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"report_plugin_data" : ["To report issues for DecoraterBot please go to:\n<https://bitbucket.org/AraHaan/decoraterbot/issues>\nor to:\n<https://github.com/DecoraterBot-devs/DecoraterBot/issues>\nor if you do not have an BitBucket nor a GitHub account you can report the issue(s) to the bot's Development Discord server here:\n<https://discord.gg/kSYStUq>"]} | json_instruct | {"type": "object", "properties": {"report_plugin_data": {"type": "array", "items": {"type": "string"}}}, "required": ["report_plugin_data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"900007848": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900007849": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900007850": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900007851": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900007852": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900007853": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900007848", "900007849", "900007850", "900007851", "900007852", "900007853"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"900007848" : {"nama" : "TPS 1", "dapil" : [1102, 11105, 2110801]}, "900007849" : {"nama" : "TPS 2", "dapil" : [1102, 11105, 2110801]}, "900007850" : {"nama" : "TPS 3", "dapil" : [1102, 11105, 2110801]}, "900007851" : {"nama" : "TPS 4", "dapil" : [1102, 11105, 2110801]}, "900007852" : {"nama" : "TPS 5", "dapil" : [1102, 11105, 2110801]}, "900007853" : {"nama" : "TPS 6", "dapil" : [1102, 11105, 2110801]}} | json_instruct | {"type": "object", "properties": {"900007848": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900007849": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900007850": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900007851": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900007852": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900007853": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900007848", "900007849", "900007850", "900007851", "900007852", "900007853"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "8c98fae03fa1f6b2837966c6bf58b0252b88d91f"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"text": {"type": "string"}, "heading": {"type": "object", "properties": {"title": {"type": "string"}, "chaptersection": {"type": "string"}, "identifier": {"type": "string"}, "catch_text": {"type": "string"}}, "required": ["title", "chaptersection", "identifier", "catch_text"]}}, "required": ["text", "heading"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"text" : "\n\u00a0 \u00a0 \u00a0The Director shall be responsible for administration of all aspects of the Nonprofit Performing Arts Loan Program. The Director and each City and County agency assigned responsibilities under this Chapter shall have all such authority as may be reasonably necessary to carry out those responsibilities, including the authority to enter into or amend any agreements that the Director deems necessary to help administer the Nonprofit Performing Arts Loan Program, including but not limited to, agreements with loan servicing agencies. While retaining the overall responsibility for the administration of the program, the Director may utilize the services of the Department of Public Works and the Fire Department in connection with the code enforcement aspects of the program, and the services of the Mayor's Office, Department of Administrative Services, Department of Building Inspection and Real Estate Department in connection with the loan financing aspects of the program. The Director may also request the assistance of any other City and County agency in meeting his or her responsibilities under this program. With respect to funds previously sent through interdepartmental work order from Grants for the Arts to the Non Profit Performing Arts Loan Program to supplement the original $500,000 in the Fund, the Director shall have the discretion to convert such funds for use in making capital grants. \n(Added by Ord. 69-84, App. 2/15/84; Ord. 114-06, File No. 051519, App. 6/1/2006)\n\n", "heading" : {"title" : "50", "chaptersection" : "10", "identifier" : "50.10", "catch_text" : "DUTIES OF CITY AND COUNTY AGENCIES."}} | json_instruct | {"type": "object", "properties": {"text": {"type": "string"}, "heading": {"type": "object", "properties": {"title": {"type": "string"}, "chaptersection": {"type": "string"}, "identifier": {"type": "string"}, "catch_text": {"type": "string"}}, "required": ["title", "chaptersection", "identifier", "catch_text"]}}, "required": ["text", "heading"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "text": {"type": "object", "properties": {"status": {"type": "string"}, "div": {"type": "string"}}, "required": ["status", "div"]}, "url": {"type": "string"}, "identifier": {"type": "array", "items": {"type": "object", "properties": {"system": {"type": "string"}, "value": {"type": "string"}}, "required": ["system", "value"]}}, "version": {"type": "string"}, "name": {"type": "string"}, "title": {"type": "string"}, "status": {"type": "string"}, "experimental": {"type": "boolean"}, "date": {"type": "string"}, "publisher": {"type": "string"}, "contact": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "description": {"type": "string"}, "content": {"type": "string"}}, "required": ["resourceType", "id", "text", "url", "identifier", "version", "name", "title", "status", "experimental", "date", "publisher", "contact", "description", "content"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"resourceType" : "CodeSystem", "id" : "icd10", "text" : {"status" : "empty", "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Redacted for size</div>"}, "url" : "http://hl7.org/fhir/sid/icd-10", "identifier" : [{"system" : "urn:ietf:rfc:3986", "value" : "urn:oid:2.16.840.1.113883.6.3"}], "version" : "2.1.0", "name" : "Icd10", "title" : "ICD-10", "status" : "retired", "experimental" : false, "date" : "2021-11-09T10:00:00+10:00", "publisher" : "TBD - External Body", "contact" : [{"name" : "World Health Organization"}], "description" : "International Classification of Diseases revision 10 (ICD 10)", "content" : "not-present"} | json_instruct | {"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "text": {"type": "object", "properties": {"status": {"type": "string"}, "div": {"type": "string"}}, "required": ["status", "div"]}, "url": {"type": "string"}, "identifier": {"type": "array", "items": {"type": "object", "properties": {"system": {"type": "string"}, "value": {"type": "string"}}, "required": ["system", "value"]}}, "version": {"type": "string"}, "name": {"type": "string"}, "title": {"type": "string"}, "status": {"type": "string"}, "experimental": {"type": "boolean"}, "date": {"type": "string"}, "publisher": {"type": "string"}, "contact": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "description": {"type": "string"}, "content": {"type": "string"}}, "required": ["resourceType", "id", "text", "url", "identifier", "version", "name", "title", "status", "experimental", "date", "publisher", "contact", "description", "content"], "$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"}, "type": {"type": "string"}, "syntax": {"type": "string"}, "returns": {"type": "string"}, "related": {"type": "array", "items": {}}, "description": {"type": "string"}, "params": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "required": {"type": "boolean"}, "default": {"type": "string"}, "type": {"type": "string"}, "values": {"type": "array", "items": {}}}, "required": ["name", "description", "required", "default", "type", "values"]}}, "engines": {"type": "object", "properties": {"coldfusion": {"type": "object", "properties": {"minimum_version": {"type": "string"}, "notes": {"type": "string"}, "docs": {"type": "string"}}, "required": ["minimum_version", "notes", "docs"]}, "lucee": {"type": "object", "properties": {"minimum_version": {"type": "string"}, "notes": {"type": "string"}, "docs": {"type": "string"}}, "required": ["minimum_version", "notes", "docs"]}, "railo": {"type": "object", "properties": {"minimum_version": {"type": "string"}, "notes": {"type": "string"}, "docs": {"type": "string"}}, "required": ["minimum_version", "notes", "docs"]}, "openbd": {"type": "object", "properties": {"minimum_version": {"type": "string"}, "notes": {"type": "string"}, "docs": {"type": "string"}}, "required": ["minimum_version", "notes", "docs"]}}, "required": ["coldfusion", "lucee", "railo", "openbd"]}, "links": {"type": "array", "items": {}}, "examples": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "code": {"type": "string"}, "result": {"type": "string"}, "runnable": {"type": "boolean"}}, "required": ["title", "description", "code", "result", "runnable"]}}}, "required": ["name", "type", "syntax", "returns", "related", "description", "params", "engines", "links", "examples"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "fileSetAccessMode", "type" : "function", "syntax" : "fileSetAccessMode(filePath, mode)", "returns" : "void", "related" : [], "description" : " Sets the attributes of an on-disk file on UNIX or Linux. This function does not work with in-memory files.", "params" : [{"name" : "filePath", "description" : "No Help Available", "required" : true, "default" : "", "type" : "string", "values" : []}, {"name" : "mode", "description" : "No Help Available", "required" : true, "default" : "", "type" : "string", "values" : []}], "engines" : {"coldfusion" : {"minimum_version" : "8", "notes" : "", "docs" : "https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-functions/functions-e-g/filesetaccessmode.html"}, "lucee" : {"minimum_version" : "", "notes" : "", "docs" : "http://docs.lucee.org/reference/functions/filesetaccessmode.html"}, "railo" : {"minimum_version" : "", "notes" : "", "docs" : "http://railodocs.org/index.cfm/function/filesetaccessmode"}, "openbd" : {"minimum_version" : "", "notes" : "", "docs" : "http://openbd.org/manual/?/function/filesetaccessmode"}}, "links" : [], "examples" : [{"title" : "Script Syntax", "description" : "", "code" : "<cfscript> \r\n fileSetAccessMode(\"test1.txt\", \"004\"); \r\n </cfscript> ", "result" : "", "runnable" : false}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "syntax": {"type": "string"}, "returns": {"type": "string"}, "related": {"type": "array", "items": {}}, "description": {"type": "string"}, "params": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "required": {"type": "boolean"}, "default": {"type": "string"}, "type": {"type": "string"}, "values": {"type": "array", "items": {}}}, "required": ["name", "description", "required", "default", "type", "values"]}}, "engines": {"type": "object", "properties": {"coldfusion": {"type": "object", "properties": {"minimum_version": {"type": "string"}, "notes": {"type": "string"}, "docs": {"type": "string"}}, "required": ["minimum_version", "notes", "docs"]}, "lucee": {"type": "object", "properties": {"minimum_version": {"type": "string"}, "notes": {"type": "string"}, "docs": {"type": "string"}}, "required": ["minimum_version", "notes", "docs"]}, "railo": {"type": "object", "properties": {"minimum_version": {"type": "string"}, "notes": {"type": "string"}, "docs": {"type": "string"}}, "required": ["minimum_version", "notes", "docs"]}, "openbd": {"type": "object", "properties": {"minimum_version": {"type": "string"}, "notes": {"type": "string"}, "docs": {"type": "string"}}, "required": ["minimum_version", "notes", "docs"]}}, "required": ["coldfusion", "lucee", "railo", "openbd"]}, "links": {"type": "array", "items": {}}, "examples": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "code": {"type": "string"}, "result": {"type": "string"}, "runnable": {"type": "boolean"}}, "required": ["title", "description", "code", "result", "runnable"]}}}, "required": ["name", "type", "syntax", "returns", "related", "description", "params", "engines", "links", "examples"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"objects/nightar/nightarmedievalwallshelf/nightarmedievalwallshelf.object": {"type": "array", "items": {"type": "string"}}}, "required": ["objects/nightar/nightarmedievalwallshelf/nightarmedievalwallshelf.object"]}, "Texts": {"type": "object", "properties": {"Eng": {"type": "string"}}, "required": ["Eng"]}}, "required": ["DeniedAlternatives", "Files", "Texts"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"DeniedAlternatives" : [], "Files" : {"objects/nightar/nightarmedievalwallshelf/nightarmedievalwallshelf.object" : ["/description"]}, "Texts" : {"Eng" : "A wooden wall shelf for displaying trinkets."}}, {"DeniedAlternatives" : [], "Files" : {"objects/nightar/nightarmedievalwallshelf/nightarmedievalwallshelf.object" : ["/shortdescription"]}, "Texts" : {"Eng" : "Medieval Wall Shelf"}}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"objects/nightar/nightarmedievalwallshelf/nightarmedievalwallshelf.object": {"type": "array", "items": {"type": "string"}}}, "required": ["objects/nightar/nightarmedievalwallshelf/nightarmedievalwallshelf.object"]}, "Texts": {"type": "object", "properties": {"Eng": {"type": "string"}}, "required": ["Eng"]}}, "required": ["DeniedAlternatives", "Files", "Texts"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"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" : "\u4e45\u9a30\u5efa\u6750\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99704608", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u82b1\u84ee\u7e23\u82b1\u84ee\u5e02\u6c11\u5fc3\u91cc\u7f8e\u5de5\u4e03\u8857\uff12\uff16\u865f", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc" : "\u82b1\u84ee\u7e23\u82b1\u84ee\u5e02\u6c11\u5fc3\u91cc", "\u5de5\u5ee0\u8ca0\u8cac\u4eba\u59d3\u540d" : "\u5f35\u8a18\u5f97", "\u71df\u5229\u4e8b\u696d\u7d71\u4e00\u7de8\u865f" : "27850139", "\u5de5\u5ee0\u7d44\u7e54\u578b\u614b" : "\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u8a2d\u7acb\u6838\u51c6\u65e5\u671f" : "", "\u5de5\u5ee0\u767b\u8a18\u6838\u51c6\u65e5\u671f" : "0941017", "\u5de5\u5ee0\u767b\u8a18\u72c0\u614b" : "\u751f\u7522\u4e2d", "\u7522\u696d\u985e\u5225" : ["32\u5bb6\u5177\u88fd\u9020\u696d"], "\u4e3b\u8981\u7522\u54c1" : ["321\u975e\u91d1\u5c6c\u5bb6\u5177"]} | 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#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "dependencies": {"type": "object", "properties": {"adm-zip": {"type": "string"}, "bulma": {"type": "string"}, "composer-common": {"type": "string"}, "fs-extra": {"type": "string"}, "lodash": {"type": "string"}, "mkdirp": {"type": "string"}, "nunjucks": {"type": "string"}, "plantuml-encoder": {"type": "string"}, "rimraf": {"type": "string"}, "showdown": {"type": "string"}}, "required": ["adm-zip", "bulma", "composer-common", "fs-extra", "lodash", "mkdirp", "nunjucks", "plantuml-encoder", "rimraf", "showdown"]}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["scripts", "dependencies", "name", "description", "version", "main", "devDependencies", "repository", "keywords", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"scripts" : {"build" : "node build.js"}, "dependencies" : {"adm-zip" : "^0.4.11", "bulma" : "^0.7.1", "composer-common" : "^0.19.7", "fs-extra" : "^6.0.1", "lodash" : "^4.17.10", "mkdirp" : "^0.5.1", "nunjucks" : "^3.1.3", "plantuml-encoder" : "^1.2.5", "rimraf" : "^2.6.2", "showdown" : "^1.8.6"}, "name" : "@accordproject/models", "description" : "This repository host all Accord Project models. Models are captured using the Hyperledger Composer modeling language; a platform and runtime neutral typed schema language.", "version" : "0.0.1", "main" : "build.js", "devDependencies" : {}, "repository" : {"type" : "git", "url" : "git+https://github.com/accordproject/models.git"}, "keywords" : ["accord", "legal", "model", "composer"], "author" : "Accord Project", "license" : "Apache-2.0", "bugs" : {"url" : "https://github.com/accordproject/models/issues"}, "homepage" : "https://github.com/accordproject/models#readme"} | json_instruct | {"type": "object", "properties": {"scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "dependencies": {"type": "object", "properties": {"adm-zip": {"type": "string"}, "bulma": {"type": "string"}, "composer-common": {"type": "string"}, "fs-extra": {"type": "string"}, "lodash": {"type": "string"}, "mkdirp": {"type": "string"}, "nunjucks": {"type": "string"}, "plantuml-encoder": {"type": "string"}, "rimraf": {"type": "string"}, "showdown": {"type": "string"}}, "required": ["adm-zip", "bulma", "composer-common", "fs-extra", "lodash", "mkdirp", "nunjucks", "plantuml-encoder", "rimraf", "showdown"]}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}}, "required": ["scripts", "dependencies", "name", "description", "version", "main", "devDependencies", "repository", "keywords", "author", "license", "bugs", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "chamomile", "definition" : "A genus of herbs (Anthemis) of the Composite family. The common camomile, A. nobilis, is used as a popular remedy. Its flowers have a strong and fragrant and a bitter, aromatic taste. They are tonic, febrifugal, and in large doses emetic, and the volatile oil is carminative.\n\nSee Camomile."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"username": {"type": "string"}, "email": {"type": "string"}, "password": {"type": "string"}}, "required": ["username", "email", "password"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"username" : "Nicco Eck", "email" : "[email protected]", "password" : "password"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"username": {"type": "string"}, "email": {"type": "string"}, "password": {"type": "string"}}, "required": ["username", "email", "password"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "components": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}}, "required": ["id", "components"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "fps-counter", "components" : [{"type" : "logic-fps-counter"}, {"type" : "dom-element", "className" : "fps-counter", "style" : {"position" : "absolute", "left" : "0.5em", "top" : "0.5em", "color" : "white", "fontSize" : "2em", "fontWeight" : "bold", "fontFamily" : "Arial", "pointerEvents" : "none", "zIndex" : 11}}]} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "components": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}}, "required": ["id", "components"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"place_name" : "Marana", "state_name" : "Arizona", "state_abbrv" : "AZ", "lat" : "32.4047", "long" : "-111.2736"} | json_instruct | {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$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": {"e_id": {"type": "string"}, "title": {"type": "string"}, "content": {"type": "string"}, "picNo": {"type": "string"}, "picUrl": {"type": "array", "items": {}}}, "required": ["e_id", "title", "content", "picNo", "picUrl"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"e_id" : "4105", "title" : "\u82cf\u8054\u5171\u4ea7\u515a\u51b3\u5b9a\u6539\u7ec4\u4e3a\u201c\u5171\u4ea7\u515a\u8054\u76df--\u82cf\u8054\u5171\u4ea7\u515a\u201d", "content" : "\n\u00a0\u00a0\u00a0\u00a0\u572828\u5e74\u524d\u7684\u4eca\u5929\uff0c1993\u5e743\u670826\u65e5(\u519c\u53861993\u5e743\u67084\u65e5)\uff0c\u82cf\u8054\u5171\u4ea7\u515a\u51b3\u5b9a\u6539\u7ec4\u4e3a\u201c\u5171\u4ea7\u515a\u8054\u76df--\u82cf\u8054\u5171\u4ea7\u515a\u201d\u30021993\u5e743\u670826\u65e5\u82cf\u8054\u5171\u4ea7\u515a\u51b3\u5b9a\u6539\u7ec4\u4e3a\u201c\u5171\u4ea7\u515a\u8054\u76df--\u82cf\u8054\u5171\u4ea7\u515a\u201d", "picNo" : "0", "picUrl" : []}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"e_id": {"type": "string"}, "title": {"type": "string"}, "content": {"type": "string"}, "picNo": {"type": "string"}, "picUrl": {"type": "array", "items": {}}}, "required": ["e_id", "title", "content", "picNo", "picUrl"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "author": {"type": "string"}, "subject": {"type": "string"}, "column": {"type": "string"}, "intro": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "cover": {"type": "string"}, "date": {"type": "string"}}, "required": ["name", "title", "author", "subject", "column", "intro", "keywords", "cover", "date"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "\u3010\u5e8a\u7b2b\u4e4b\u79c1\u3011<\u4e03\u661f\u89c6\u70b9>\u7b2c\u56db\u5341\u4e94\u671f\uff1a\u9633\u5149\u4e0b\u7684\u6854\u8272\u6210\u4eba\u2014\u2014\u6027\u6587\u5316\u4e0e\u6210\u4eba\u7528\u54c1\u5e02\u573a\u7684\u524d\u4e16\u4eca\u751f", "title" : "\u7b2c\u56db\u5341\u4e94\u671f\uff1a\u9633\u5149\u4e0b\u7684\u6854\u8272\u6210\u4eba\u2014\u2014\u6027\u6587\u5316\u4e0e\u6210\u4eba\u7528\u54c1\u5e02\u573a\u7684\u524d\u4e16\u4eca\u751f", "author" : "<\u4e03\u661f\u89c6\u70b9>", "subject" : "\u5e8a\u7b2b\u4e4b\u79c1", "column" : "\u4e03\u661f\u89c6\u70b9", "intro" : "\u4e2d\u56fd\u6027\u7528\u54c1\u5e02\u573a\u53d1\u5c55\u7ecf\u5386\u4e86\u8bb8\u591a\u6ce2\u6298\u3002\u4f34\u968f\u7740\u6027\u7528\u54c1\u5e02\u573a\u7684\u5feb\u901f\u53d1\u5c55\uff0c\u5728\u7ec8\u7aef\u96f6\u552e\u5546\u548c\u6d88\u8d39\u8005\u90fd\u53d1\u751f\u4e86\u8bb8\u591a\u7684\u8f6c\u53d8\u3002", "keywords" : ["\u95ee\u653f", "\u4e03\u661f\u89c6\u70b9", "<\u4e03\u661f\u89c6\u70b9>", "\u6027\u7231", "\u95ee\u653f\u9891\u9053", "\u6027\u6587\u5316", "\u7b2c\u56db\u5341\u4e94\u671f\uff1a\u9633\u5149\u4e0b\u7684\u6854\u8272\u6210\u4eba\u2014\u2014\u6027\u6587\u5316\u4e0e\u6210\u4eba\u7528\u54c1\u5e02\u573a\u7684\u524d\u4e16\u4eca\u751f", "\u603b\u7f16\u63a8\u8350", "\u5e8a\u7b2b\u4e4b\u79c1", "\u653f\u6cbb", "\u6027\u72af\u7f6a", "\u6210\u4eba\u7528\u54c1", "\u8c08\u6027\u8bf4\u7231"], "cover" : "79fd19fd-5c45-49d2-bcea-faef065a02b4.jpg", "date" : "2013-09-02T12:00:41.000Z"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "author": {"type": "string"}, "subject": {"type": "string"}, "column": {"type": "string"}, "intro": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "cover": {"type": "string"}, "date": {"type": "string"}}, "required": ["name", "title", "author", "subject", "column", "intro", "keywords", "cover", "date"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"Id": {"type": "string"}, "Name": {"type": "string"}, "Details": {"type": "string"}, "Icon": {"type": "string"}}, "required": ["Id", "Name", "Details", "Icon"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Id" : "HRTooltipTooManyOfType", "Name" : "Too Many Crew of Same Type", "Details" : "This crew cannot be hired because you already have too many crew of the same type.", "Icon" : ""} | json_instruct | {"type": "object", "properties": {"Id": {"type": "string"}, "Name": {"type": "string"}, "Details": {"type": "string"}, "Icon": {"type": "string"}}, "required": ["Id", "Name", "Details", "Icon"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "jade": {"type": "string"}, "neo4j": {"type": "string"}, "stylus": {"type": "string"}, "npm": {"type": "string"}, "redis": {"type": "string"}, "hiredis": {"type": "string"}, "array-query": {"type": "string"}, "async": {"type": "string"}, "csv": {"type": "string"}, "node-uuid": {"type": "string"}, "nodeunit": {"type": "string"}, "socket.io": {"type": "string"}}, "required": ["express", "jade", "neo4j", "stylus", "npm", "redis", "hiredis", "array-query", "async", "csv", "node-uuid", "nodeunit", "socket.io"]}, "devDependencies": {"type": "object", "properties": {"node-dev": {"type": "string"}}, "required": ["node-dev"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}, "npm": {"type": "string"}}, "required": ["node", "npm"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}}, "required": ["name", "description", "version", "author", "private", "dependencies", "devDependencies", "engines", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Smorgasbord", "description" : "MYOB coding co-opetition", "version" : "0.1.0", "author" : "Safwan Kamarrudin <[email protected]>", "private" : true, "dependencies" : {"express" : "~2.5.8", "jade" : "~0.26.1", "neo4j" : "~0.2.12", "stylus" : "~0.27.1", "npm" : "~1.1.49", "redis" : "~0.7.2", "hiredis" : "~0.1.14", "array-query" : "~0.1.0", "async" : "~0.1.22", "csv" : "~0.0.16", "node-uuid" : "~1.3.3", "nodeunit" : "~0.7.4", "socket.io" : "0.9.10"}, "devDependencies" : {"node-dev" : "~0.2.3"}, "engines" : {"node" : "~0.8.4", "npm" : "~1.1.49"}, "scripts" : {"start" : "node-dev app.js"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "jade": {"type": "string"}, "neo4j": {"type": "string"}, "stylus": {"type": "string"}, "npm": {"type": "string"}, "redis": {"type": "string"}, "hiredis": {"type": "string"}, "array-query": {"type": "string"}, "async": {"type": "string"}, "csv": {"type": "string"}, "node-uuid": {"type": "string"}, "nodeunit": {"type": "string"}, "socket.io": {"type": "string"}}, "required": ["express", "jade", "neo4j", "stylus", "npm", "redis", "hiredis", "array-query", "async", "csv", "node-uuid", "nodeunit", "socket.io"]}, "devDependencies": {"type": "object", "properties": {"node-dev": {"type": "string"}}, "required": ["node-dev"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}, "npm": {"type": "string"}}, "required": ["node", "npm"]}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}}, "required": ["name", "description", "version", "author", "private", "dependencies", "devDependencies", "engines", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "config": {"type": "object", "properties": {"cmafp": {"type": "object", "properties": {"libDir": {"type": "string"}, "lib": {"type": "string"}, "input": {"type": "string"}, "output": {"type": "string"}}, "required": ["libDir", "lib", "input", "output"]}}, "required": ["cmafp"]}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "build:cpp": {"type": "string"}, "test": {"type": "string"}, "test:cpp": {"type": "string"}}, "required": ["build", "build:cpp", "test", "test:cpp"]}, "dependencies": {"type": "object", "properties": {"chalk": {"type": "string"}}, "required": ["chalk"]}}, "required": ["name", "version", "description", "main", "license", "config", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "cmafp", "version" : "0.1.0", "description" : "Portable CMAF WASM parser", "main" : "cmafp.js", "license" : "MIT", "config" : {"cmafp" : {"libDir" : "lib/cmafp", "lib" : "libcmafp.a", "input" : "cmafp.cpp", "output" : "cmafp.js"}}, "scripts" : {"build" : "(cd ./scripts && ./build.sh)", "build:cpp" : "(cd ./scripts && ./build-cpp.sh)", "test" : "node ./test/index.js", "test:cpp" : "npm run build:cpp && (cd ./bin && ./CmafParser ../test/sample/video/avc1/init.mp4)"}, "dependencies" : {"chalk" : "^4.1.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "config": {"type": "object", "properties": {"cmafp": {"type": "object", "properties": {"libDir": {"type": "string"}, "lib": {"type": "string"}, "input": {"type": "string"}, "output": {"type": "string"}}, "required": ["libDir", "lib", "input", "output"]}}, "required": ["cmafp"]}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "build:cpp": {"type": "string"}, "test": {"type": "string"}, "test:cpp": {"type": "string"}}, "required": ["build", "build:cpp", "test", "test:cpp"]}, "dependencies": {"type": "object", "properties": {"chalk": {"type": "string"}}, "required": ["chalk"]}}, "required": ["name", "version", "description", "main", "license", "config", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "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" : "Conteville", "dpt" : "Somme", "inscrits" : 169, "abs" : 26, "votants" : 143, "blancs" : 10, "nuls" : 2, "exp" : 131, "res" : [{"panneau" : "2", "voix" : 68}, {"panneau" : "1", "voix" : 63}]} | 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#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source_url": {"type": "string"}, "licence": {"type": "string"}, "language": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "text": {"type": "string"}}, "required": ["authors", "doi", "publication_date", "id", "url", "source", "source_url", "licence", "language", "type", "description", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"authors" : [["author:", "Ander Intxaurrondo"], ["author:", "Jose Antonio Lopez Martin"], ["author:", "Heidy Rodriguez"], ["author:", "Aitor Gonzalez-Agirre"], ["author:", "Marta Villegas"], ["author:", "Montserrat Marimon"], ["author:", "Martin Krallinger"]], "doi" : "http://doi.org/10.5281/zenodo.2560316", "publication_date" : "2018-12-01", "id" : "ES101190", "url" : "https://github.com/PlanTL-SANIDAD/SPACCC", "source" : "SPACCC corpus", "source_url" : "https://github.com/PlanTL-SANIDAD/SPACCC", "licence" : "CC-BY", "language" : "es", "type" : "dataset", "description" : "SPACCC corpus", "text" : "Hombre de 47 a\u00f1os, con diabetes tipo 2 de larga evoluci\u00f3n en tratamiento con metformina (850 mg/8 h) y glimepirida (4 mg/d\u00eda), fumador activo y bebedor habitual. Hab\u00eda tenido varios episodios de pancreatitis aguda no liti\u00e1sica. Una semana antes de su ingreso tuvo un cuadro sincopal mientras trabajaba en el campo. Posteriormente present\u00f3 astenia intensa, hipoorexia y malestar general con ortostatismo. Acudi\u00f3 al centro de salud con una presi\u00f3n arterial de 70/35 mmHg y glucemia capilar de 20 mg/dl, por lo que se administr\u00f3 glucag\u00f3n i.v. En urgencias persist\u00eda la hipotensi\u00f3n, con signos de depleci\u00f3n de volumen extracelular y taquipnea. En la anal\u00edtica ten\u00eda Cr plasm\u00e1tica de 10,3 mg/dl, glucemia de 287 mg/dl y \u00e1cido l\u00e1ctico de 20 mmol/l. La gasometr\u00eda arterial revel\u00f3 un pH de 6.87 con bicarbonato de 2,2 mEq/l. Se realiz\u00f3 intubaci\u00f3n orotraqueal e ingres\u00f3 en la UCI con ventilaci\u00f3n asistida y administraci\u00f3n de inotr\u00f3picos. Posteriormente se realiz\u00f3 hemodi\u00e1lisis durante cuatro horas seguida de hemofiltraci\u00f3n venovenosa continua con mejor\u00eda anal\u00edtica. En el momento del alta ten\u00eda una Cr de 1,20 mg/dl, pH de 7,46 y bicarbonato de 24,6 mEq/l."} | json_instruct | {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source_url": {"type": "string"}, "licence": {"type": "string"}, "language": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "text": {"type": "string"}}, "required": ["authors", "doi", "publication_date", "id", "url", "source", "source_url", "licence", "language", "type", "description", "text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1962, 7], [1970, 6], [1971, 6], [1972, 5], [1974, 5], [1975, 8], [1976, 7], [1977, 5], [1978, 9], [1980, 5], [1982, 7], [1983, 7], [1986, 6], [1988, 7], [1989, 6], [1990, 5], [1991, 12], [1992, 5], [1993, 5], [1994, 5], [1995, 6], [1996, 5], [1997, 5], [1998, 7], [1999, 5], [2000, 7], [2001, 7], [2002, 5], [2003, 7], [2005, 7], [2007, 7], [2008, 7]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"n_dim" : 8, "n_trials" : 80, "objective" : "markowitz_realized_on_cube", "white" : "pymoo_unsga3", "black" : "optuna_tpe", "traceback" : ["passing", "passing"], "best_val" : [0.2862654565949966, 0.4615440439103308], "best_x" : [[0.32886646513880824, 0.07128077333761285, 0.20149221139767137, 0.009139178582896701, 0.26620098594360997, 0.24674499287369966, 0.23292962906840486, 0.007091507253779605], [0.3538064061910304, 0.004113093834578328, 0.005498397089410231, 0.08910051839925398, 0.4580949090000539, 0.024672486788898607, 0.2518854823683281, 0.3525267097050441]], "feval_count" : [80, 80], "n_trials_instructed" : [80, 80], "passing" : [true, true], "completed" : true, "points" : 1.0, "winner" : "pymoo_unsga3", "loser" : "optuna_tpe"} | 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#"} |
Create a JSON structure that matches this schema definition:
{"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"}, "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", "telephone", "mainAddrress", "regiseredAddrress"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contacts" : [{"name" : "Anuja Gupta", "email" : "", "designation" : "Founder & Executive Director", "mobile" : []}], "guideStarURL" : "http://www.guidestarindia.org/Summary.aspx?CCReg=681", "name" : "Rahi Foundation", "primaryEmail" : "[email protected]", "website" : "www.rahifoundation.org", "telephone" : ["911126274041", "911126274041"], "mainAddrress" : {"state" : "Delhi", "address" : ["M 50, Chitaranjan Park", "Ground Floor", "New Delhi", "Delhi", "110019"]}, "regiseredAddrress" : {"state" : "Delhi", "address" : ["M-79, Greater Kailash-II", "II Floor", "New Delhi", "Delhi", "110048"]}} | 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"}, "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", "telephone", "mainAddrress", "regiseredAddrress"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"stationGroupId" : 1192329, "stations" : ["1192329"]} | json_instruct | {"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$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"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "14ef9b3bf214369f998ef0bc557069dd12ef9608"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"interactionModel": {"type": "object", "properties": {"languageModel": {"type": "object", "properties": {"invocationName": {"type": "string"}, "intents": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "samples": {"type": "array", "items": {}}}, "required": ["name", "samples"]}}, "types": {"type": "array", "items": {}}, "modelConfiguration": {"type": "object", "properties": {"fallbackIntentSensitivity": {"type": "object", "properties": {"level": {"type": "string"}}, "required": ["level"]}}, "required": ["fallbackIntentSensitivity"]}}, "required": ["invocationName", "intents", "types", "modelConfiguration"]}}, "required": ["languageModel"]}, "version": {"type": "string"}}, "required": ["interactionModel", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"interactionModel" : {"languageModel" : {"invocationName" : "mein radio", "intents" : [{"name" : "AMAZON.CancelIntent", "samples" : []}, {"name" : "AMAZON.HelpIntent", "samples" : []}, {"name" : "AMAZON.StopIntent", "samples" : []}, {"name" : "MukeIntent", "slots" : [], "samples" : ["mein radio", "starte mein radio", "start mein radio", "mein radio start"]}, {"name" : "AMAZON.NavigateHomeIntent", "samples" : []}, {"name" : "AMAZON.FallbackIntent", "samples" : []}, {"name" : "AMAZON.PauseIntent", "samples" : []}, {"name" : "AMAZON.ResumeIntent", "samples" : []}, {"name" : "TitelIntent", "slots" : [], "samples" : ["was", "titel", "was spielst du da", "was h\u00f6r ich gerade", "wie lautet der aktuelle titel", "nach dem titel"]}, {"name" : "ArtistIntent", "slots" : [], "samples" : ["Wer", "Artist", "Interpret"]}], "types" : [], "modelConfiguration" : {"fallbackIntentSensitivity" : {"level" : "LOW"}}}}, "version" : "9"} | json_instruct | {"type": "object", "properties": {"interactionModel": {"type": "object", "properties": {"languageModel": {"type": "object", "properties": {"invocationName": {"type": "string"}, "intents": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "samples": {"type": "array", "items": {}}}, "required": ["name", "samples"]}}, "types": {"type": "array", "items": {}}, "modelConfiguration": {"type": "object", "properties": {"fallbackIntentSensitivity": {"type": "object", "properties": {"level": {"type": "string"}}, "required": ["level"]}}, "required": ["fallbackIntentSensitivity"]}}, "required": ["invocationName", "intents", "types", "modelConfiguration"]}}, "required": ["languageModel"]}, "version": {"type": "string"}}, "required": ["interactionModel", "version"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"site": {"type": "string"}, "ownership-status": {"type": "string"}, "site-plan-url": {"type": "string"}, "notes": {"type": "string"}, "minimum-net-dwellings": {"type": "string"}, "planning-permission-type": {"type": "string"}, "name": {"type": "string"}, "planning-permission-history": {"type": "string"}, "planning-permission-status": {"type": "string"}, "organisation": {"type": "string"}, "deliverable": {"type": "string"}, "point": {"type": "string"}, "hectares": {"type": "string"}, "site-address": {"type": "string"}, "maximum-net-dwellings": {"type": "string"}, "planning-permission-date": {"type": "string"}, "start-date": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}, "end-date": {"type": "string"}}, "required": ["site", "ownership-status", "site-plan-url", "notes", "minimum-net-dwellings", "planning-permission-type", "name", "planning-permission-history", "planning-permission-status", "organisation", "deliverable", "point", "hectares", "site-address", "maximum-net-dwellings", "planning-permission-date", "start-date", "slug", "entity", "entry-date", "end-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-0.207741, 52.332876]}, "properties" : {"site" : "HDCBLR01", "ownership-status" : "not owned by a public authority", "site-plan-url" : "https://publicaccess.huntingdonshire.gov.uk/online-applications/applicationDetails.do?activeTab=map&keyVal=OTNLYCIKG4I00", "notes" : "17/01597/FUL approved November 2017 for 103 dwellings. Application Description - Demolition of the former science laboratory and erection of 103 residential dwellings and associated infrastructure. Construction has commenced and some homes are already occupied.", "minimum-net-dwellings" : "103", "planning-permission-type" : "full planning permission", "name" : "HDCBLR01", "planning-permission-history" : "https://publicaccess.huntingdonshire.gov.uk/online-applications/propertyDetails.do?activeTab=relatedCases&keyVal=001L7G00LI000", "planning-permission-status" : "permissioned", "organisation" : "local-authority-eng:HUN", "deliverable" : "yes", "point" : "POINT(-0.207741 52.332876)", "hectares" : "2.7", "site-address" : "Former Forensic Science Laboratory, Hinchingbrooke Park, Hinchingbrooke Park Road, Huntingdon PE29 6NU", "maximum-net-dwellings" : "103", "planning-permission-date" : "2017-11-08", "start-date" : "2017-12-20", "slug" : "/brownfield-land/local-authority-eng/HUN/HDCBLR01", "entity" : 484566, "entry-date" : "2018-12-14", "end-date" : "2018-12-14"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"site": {"type": "string"}, "ownership-status": {"type": "string"}, "site-plan-url": {"type": "string"}, "notes": {"type": "string"}, "minimum-net-dwellings": {"type": "string"}, "planning-permission-type": {"type": "string"}, "name": {"type": "string"}, "planning-permission-history": {"type": "string"}, "planning-permission-status": {"type": "string"}, "organisation": {"type": "string"}, "deliverable": {"type": "string"}, "point": {"type": "string"}, "hectares": {"type": "string"}, "site-address": {"type": "string"}, "maximum-net-dwellings": {"type": "string"}, "planning-permission-date": {"type": "string"}, "start-date": {"type": "string"}, "slug": {"type": "string"}, "entity": {"type": "integer"}, "entry-date": {"type": "string"}, "end-date": {"type": "string"}}, "required": ["site", "ownership-status", "site-plan-url", "notes", "minimum-net-dwellings", "planning-permission-type", "name", "planning-permission-history", "planning-permission-status", "organisation", "deliverable", "point", "hectares", "site-address", "maximum-net-dwellings", "planning-permission-date", "start-date", "slug", "entity", "entry-date", "end-date"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "2001", "provinceId" : "72", "regencyId" : "10", "districtId" : "03", "name" : "Kamarora A"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "string"}, "card_title": {"type": "string"}, "house": {"type": "string"}, "card_type": {"type": "string"}, "front_image": {"type": "string"}, "card_text": {"type": "string"}, "traits": {"type": "string"}, "amber": {"type": "integer"}, "power": {"type": "null"}, "armor": {"type": "null"}, "rarity": {"type": "string"}, "flavor_text": {"type": "null"}, "card_number": {"type": "string"}, "expansion": {"type": "integer"}, "is_maverick": {"type": "boolean"}, "is_anomaly": {"type": "boolean"}, "is_enhanced": {"type": "boolean"}, "is_non_deck": {"type": "boolean"}}, "required": ["id", "card_title", "house", "card_type", "front_image", "card_text", "traits", "amber", "power", "armor", "rarity", "flavor_text", "card_number", "expansion", "is_maverick", "is_anomaly", "is_enhanced", "is_non_deck"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "235708ff-1e31-4da0-b43a-4bceafb5c918", "card_title" : "Materializador", "house" : "Star Alliance", "card_type" : "Artifact", "front_image" : "https://cdn.keyforgegame.com/media/card_front/pt/496_269_4MRJXP2963RH_pt.png", "card_text" : "You may play upgrades as if they belonged to the active house.", "traits" : "Item", "amber" : 1, "power" : null, "armor" : null, "rarity" : "Rare", "flavor_text" : null, "card_number" : "269", "expansion" : 496, "is_maverick" : false, "is_anomaly" : false, "is_enhanced" : false, "is_non_deck" : false} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "card_title": {"type": "string"}, "house": {"type": "string"}, "card_type": {"type": "string"}, "front_image": {"type": "string"}, "card_text": {"type": "string"}, "traits": {"type": "string"}, "amber": {"type": "integer"}, "power": {"type": "null"}, "armor": {"type": "null"}, "rarity": {"type": "string"}, "flavor_text": {"type": "null"}, "card_number": {"type": "string"}, "expansion": {"type": "integer"}, "is_maverick": {"type": "boolean"}, "is_anomaly": {"type": "boolean"}, "is_enhanced": {"type": "boolean"}, "is_non_deck": {"type": "boolean"}}, "required": ["id", "card_title", "house", "card_type", "front_image", "card_text", "traits", "amber", "power", "armor", "rarity", "flavor_text", "card_number", "expansion", "is_maverick", "is_anomaly", "is_enhanced", "is_non_deck"], "$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"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "connectsWith": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"]}}, "required": ["type", "geometry", "properties"]}}}, "required": ["type", "title", "id", "bbox", "description", "connectsWith", "names", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "FeatureCollection", "title" : "Trevignano", "id" : "413352", "bbox" : [12.241718, 42.158446, 12.241718, 42.158446], "description" : "Trevignano Romano, located on the shores of Lake Bracciano, lies some 47 km from Rome. Archaeological evidence for Etruscan occupation, in the form of tombs dating to the eighth - sixth centuries B.C., has been discovered to the north of the modern town. A medieval castle was built there under Innocent III ca. 1200.", "connectsWith" : ["413290"], "names" : ["Trevignano Romano"], "features" : [{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [12.241718, 42.158446]}, "properties" : {"description" : "representative point"}}, {"geometry" : {"type" : "Point", "coordinates" : [12.241718, 42.158446]}, "id" : "darmc-location-18967", "type" : "Feature", "properties" : {"description" : "500K scale point location", "location_precision" : "precise", "title" : "DARMC location 18967", "link" : "http://pleiades.stoa.org/places/413352/darmc-location-18967"}}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "connectsWith": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"]}}, "required": ["type", "geometry", "properties"]}}}, "required": ["type", "title", "id", "bbox", "description", "connectsWith", "names", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"globalDependencies": {"type": "object", "properties": {"angular": {"type": "string"}, "jquery": {"type": "string"}, "sharepoint": {"type": "string"}}, "required": ["angular", "jquery", "sharepoint"]}}, "required": ["globalDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"globalDependencies" : {"angular" : "registry:dt/angular#1.5.0+20160720071806", "jquery" : "registry:dt/jquery#1.10.0+20160704162008", "sharepoint" : "registry:dt/sharepoint#0.0.0+20160602140352"}} | json_instruct | {"type": "object", "properties": {"globalDependencies": {"type": "object", "properties": {"angular": {"type": "string"}, "jquery": {"type": "string"}, "sharepoint": {"type": "string"}}, "required": ["angular", "jquery", "sharepoint"]}}, "required": ["globalDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "turf:block/turf_stairs"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "3212140010", "district_id" : "3212140", "name" : "MAJAKERTA"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"relation": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "pageTitle": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "hasHeader": {"type": "boolean"}, "headerPosition": {"type": "string"}, "tableType": {"type": "string"}, "tableNum": {"type": "integer"}, "s3Link": {"type": "string"}, "recordEndOffset": {"type": "integer"}, "recordOffset": {"type": "integer"}, "tableOrientation": {"type": "string"}, "textBeforeTable": {"type": "string"}, "textAfterTable": {"type": "string"}, "hasKeyColumn": {"type": "boolean"}, "keyColumnIndex": {"type": "integer"}, "headerRowIndex": {"type": "integer"}}, "required": ["relation", "pageTitle", "title", "url", "hasHeader", "headerPosition", "tableType", "tableNum", "s3Link", "recordEndOffset", "recordOffset", "tableOrientation", "textBeforeTable", "textAfterTable", "hasKeyColumn", "keyColumnIndex", "headerRowIndex"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"relation" : [["Article", "Health Hints", "The American Weight Lifting Olympic Fund", "Editorial", "The Great Strength and Health Self Improvement Contest", "Why We Need Strength and Muscle", "Are You A Guinea Pig ?", "Build Health Through Abdominal Strength", "Physical Training for The Ladies", "No Colds This Winter", "The Worlds's Strongest Weight Lifting Team", "Stanley Kratkowski, U.S. Champion", "Brief Stories of Strong Men", "Genghis Khan, The Conqueror", "Life and Training of the Jahn Family", "Especially for S. & H. Boys", "Your Training Problems", "Ask Strength and Health", "How Much Can You Bent Press ?", "S & H League Notes", "Weight Lifting News", "Lifting Shows and Events", "A Free Contest Open to All"], ["Author", "Dr Frederick Tilney", "", "Bob Hoffman", "", "Bob Hoffman", "Dr D A Downing", "Dr Walter C LaBerge", "Rosetta Hoffman", "Dr Frederick Tilney", "Harry Good", "Alan Carse", "Norman Miller", "Charles L Collins", "Ray Van Cleef", "Bob Hoffman", "", "", "Siegmund Klein", "", "", "", ""], ["page", "3", "4", "5", "7", "8", "10", "11", "12", "14", "16", "18", "19", "20", "22", "23", "24", "25", "26", "28", "29", "31", "46"]], "pageTitle" : "Strength and Health", "title" : "", "url" : "http://www.musclememory.com/magCover.php?sh;193602;Strength+and+Health", "hasHeader" : true, "headerPosition" : "FIRST_ROW", "tableType" : "RELATION", "tableNum" : 0, "s3Link" : "common-crawl/crawl-data/CC-MAIN-2015-32/segments/1438042988458.74/warc/CC-MAIN-20150728002308-00156-ip-10-236-191-2.ec2.internal.warc.gz", "recordEndOffset" : 589916643, "recordOffset" : 589908441, "tableOrientation" : "HORIZONTAL", "textBeforeTable" : "Table of Contents Strength and Health, February 1936", "textAfterTable" : "\u00a9 MuscleMemory", "hasKeyColumn" : true, "keyColumnIndex" : 0, "headerRowIndex" : 0} | json_instruct | {"type": "object", "properties": {"relation": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "pageTitle": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "hasHeader": {"type": "boolean"}, "headerPosition": {"type": "string"}, "tableType": {"type": "string"}, "tableNum": {"type": "integer"}, "s3Link": {"type": "string"}, "recordEndOffset": {"type": "integer"}, "recordOffset": {"type": "integer"}, "tableOrientation": {"type": "string"}, "textBeforeTable": {"type": "string"}, "textAfterTable": {"type": "string"}, "hasKeyColumn": {"type": "boolean"}, "keyColumnIndex": {"type": "integer"}, "headerRowIndex": {"type": "integer"}}, "required": ["relation", "pageTitle", "title", "url", "hasHeader", "headerPosition", "tableType", "tableNum", "s3Link", "recordEndOffset", "recordOffset", "tableOrientation", "textBeforeTable", "textAfterTable", "hasKeyColumn", "keyColumnIndex", "headerRowIndex"], "$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": {"content_map_id": {"type": "integer"}, "name": {"type": "string"}, "map_type": {"type": "integer"}, "area_id": {"type": "integer"}, "condition_quest_id": {"type": "integer"}, "quest_position_x": {"type": "integer"}, "quest_position_y": {"type": "integer"}, "icon_id": {"type": "integer"}, "system_id": {"type": "integer"}, "start_time": {"type": "string"}, "end_time": {"type": "string"}}, "required": ["content_map_id", "name", "map_type", "area_id", "condition_quest_id", "quest_position_x", "quest_position_y", "icon_id", "system_id", "start_time", "end_time"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"content_map_id" : 1, "name" : "\u8056\u8de1\u8abf\u67e5\u5192\u96aaLv1", "map_type" : 101, "area_id" : 11009, "condition_quest_id" : 11009002, "quest_position_x" : -580, "quest_position_y" : -175, "icon_id" : 180010, "system_id" : 109, "start_time" : "2015/12/17 15:00:00", "end_time" : "2030/12/17 14:59:59"}, {"content_map_id" : 2, "name" : "\u8056\u8de1\u8abf\u67e5\u5192\u96aaLv2", "map_type" : 101, "area_id" : 11013, "condition_quest_id" : 11013001, "quest_position_x" : 200, "quest_position_y" : 30, "icon_id" : 180010, "system_id" : 109, "start_time" : "2015/12/17 15:00:00", "end_time" : "2030/12/17 14:59:59"}, {"content_map_id" : 3, "name" : "\u8056\u8de1\u8abf\u67e5\u5192\u96aaLv3", "map_type" : 101, "area_id" : 11024, "condition_quest_id" : 11024001, "quest_position_x" : 480, "quest_position_y" : 30, "icon_id" : 180010, "system_id" : 109, "start_time" : "2021/02/09 05:00:00", "end_time" : "2030/12/17 14:59:59"}, {"content_map_id" : 4, "name" : "\u795e\u6bbf\u8abf\u67e5\u5192\u96aaLv1", "map_type" : 101, "area_id" : 11018, "condition_quest_id" : 11018005, "quest_position_x" : 190, "quest_position_y" : 110, "icon_id" : 190010, "system_id" : 112, "start_time" : "2020/01/02 16:00:00", "end_time" : "2030/12/17 14:59:59"}, {"content_map_id" : 5, "name" : "\u795e\u6bbf\u8abf\u67e5\u5192\u96aaLv2", "map_type" : 101, "area_id" : 11026, "condition_quest_id" : 11026005, "quest_position_x" : -450, "quest_position_y" : 120, "icon_id" : 190010, "system_id" : 112, "start_time" : "2020/01/02 16:00:00", "end_time" : "2030/12/17 14:59:59"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"content_map_id": {"type": "integer"}, "name": {"type": "string"}, "map_type": {"type": "integer"}, "area_id": {"type": "integer"}, "condition_quest_id": {"type": "integer"}, "quest_position_x": {"type": "integer"}, "quest_position_y": {"type": "integer"}, "icon_id": {"type": "integer"}, "system_id": {"type": "integer"}, "start_time": {"type": "string"}, "end_time": {"type": "string"}}, "required": ["content_map_id", "name", "map_type", "area_id", "condition_quest_id", "quest_position_x", "quest_position_y", "icon_id", "system_id", "start_time", "end_time"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"providers": {"type": "object", "properties": {"awscloudformation": {"type": "object", "properties": {"AuthRoleName": {"type": "string"}, "UnauthRoleArn": {"type": "string"}, "AuthRoleArn": {"type": "string"}, "Region": {"type": "string"}, "DeploymentBucketName": {"type": "string"}, "UnauthRoleName": {"type": "string"}, "StackName": {"type": "string"}, "StackId": {"type": "string"}, "AmplifyAppId": {"type": "string"}}, "required": ["AuthRoleName", "UnauthRoleArn", "AuthRoleArn", "Region", "DeploymentBucketName", "UnauthRoleName", "StackName", "StackId", "AmplifyAppId"]}}, "required": ["awscloudformation"]}}, "required": ["providers"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"providers" : {"awscloudformation" : {"AuthRoleName" : "amplify-rightonstaging-staging-223739-authRole", "UnauthRoleArn" : "arn:aws:iam::484006752749:role/amplify-rightonstaging-staging-223739-unauthRole", "AuthRoleArn" : "arn:aws:iam::484006752749:role/amplify-rightonstaging-staging-223739-authRole", "Region" : "us-east-1", "DeploymentBucketName" : "amplify-rightonstaging-staging-223739-deployment", "UnauthRoleName" : "amplify-rightonstaging-staging-223739-unauthRole", "StackName" : "amplify-rightonstaging-staging-223739", "StackId" : "arn:aws:cloudformation:us-east-1:484006752749:stack/amplify-rightonstaging-staging-223739/3ca4cc50-f899-11eb-99be-0ac853a0932f", "AmplifyAppId" : "d16rtyobdm5og8"}}} | json_instruct | {"type": "object", "properties": {"providers": {"type": "object", "properties": {"awscloudformation": {"type": "object", "properties": {"AuthRoleName": {"type": "string"}, "UnauthRoleArn": {"type": "string"}, "AuthRoleArn": {"type": "string"}, "Region": {"type": "string"}, "DeploymentBucketName": {"type": "string"}, "UnauthRoleName": {"type": "string"}, "StackName": {"type": "string"}, "StackId": {"type": "string"}, "AmplifyAppId": {"type": "string"}}, "required": ["AuthRoleName", "UnauthRoleArn", "AuthRoleArn", "Region", "DeploymentBucketName", "UnauthRoleName", "StackName", "StackId", "AmplifyAppId"]}}, "required": ["awscloudformation"]}}, "required": ["providers"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"facets": {"type": "object", "properties": {"authority control": {"type": "integer"}, "sport": {"type": "integer"}, "sports organization": {"type": "integer"}, "organization": {"type": "integer"}, "Commons:Depicts": {"type": "integer"}, "Wikipedia:Notability": {"type": "integer"}, "human": {"type": "integer"}, "organization identifier": {"type": "integer"}, "unique identifier": {"type": "integer"}, "chronology": {"type": "integer"}, "work": {"type": "integer"}, "version, edition, or translation": {"type": "integer"}, "music": {"type": "integer"}, "taxon": {"type": "integer"}, "body of water": {"type": "integer"}}, "required": ["authority control", "sport", "sports organization", "organization", "Commons:Depicts", "Wikipedia:Notability", "human", "organization identifier", "unique identifier", "chronology", "work", "version, edition, or translation", "music", "taxon", "body of water"]}, "total_facet": {"type": "integer"}, "unique_facets": {"type": "integer"}, "properties_without_facets": {"type": "integer"}}, "required": ["facets", "total_facet", "unique_facets", "properties_without_facets"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"facets" : {"authority control" : 24, "sport" : 7, "sports organization" : 6, "organization" : 6, "Commons:Depicts" : 6, "Wikipedia:Notability" : 11, "human" : 34, "organization identifier" : 4, "unique identifier" : 11, "chronology" : 5, "work" : 7, "version, edition, or translation" : 7, "music" : 4, "taxon" : 4, "body of water" : 5}, "total_facet" : 283, "unique_facets" : 115, "properties_without_facets" : 24} | json_instruct | {"type": "object", "properties": {"facets": {"type": "object", "properties": {"authority control": {"type": "integer"}, "sport": {"type": "integer"}, "sports organization": {"type": "integer"}, "organization": {"type": "integer"}, "Commons:Depicts": {"type": "integer"}, "Wikipedia:Notability": {"type": "integer"}, "human": {"type": "integer"}, "organization identifier": {"type": "integer"}, "unique identifier": {"type": "integer"}, "chronology": {"type": "integer"}, "work": {"type": "integer"}, "version, edition, or translation": {"type": "integer"}, "music": {"type": "integer"}, "taxon": {"type": "integer"}, "body of water": {"type": "integer"}}, "required": ["authority control", "sport", "sports organization", "organization", "Commons:Depicts", "Wikipedia:Notability", "human", "organization identifier", "unique identifier", "chronology", "work", "version, edition, or translation", "music", "taxon", "body of water"]}, "total_facet": {"type": "integer"}, "unique_facets": {"type": "integer"}, "properties_without_facets": {"type": "integer"}}, "required": ["facets", "total_facet", "unique_facets", "properties_without_facets"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "IDIRIS", "frequency" : 14, "gender" : "male"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"event": {"type": "array", "items": {"type": "object", "properties": {"venue_id": {"type": "integer"}, "date": {"type": "string"}, "time": {"type": "string"}, "venue": {"type": "string"}, "lineup": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "musician_id": {"type": "integer"}}, "required": ["name", "musician_id"]}}}, "required": ["venue_id", "date", "time", "venue", "lineup"]}}, "regular_musician": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "musician_id": {"type": "integer"}, "event_count": {"type": "integer"}}, "required": ["name", "musician_id", "event_count"]}}, "name": {"type": "string"}, "musician_id": {"type": "integer"}}, "required": ["event", "regular_musician", "name", "musician_id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"event" : [{"venue_id" : 39, "date" : "2013-01-24", "time" : "20:00", "venue" : "\uc624\ub664\ub974 (AUTEUR)", "lineup" : [{"name" : "Ode", "musician_id" : 724}, {"name" : "Maison de J", "musician_id" : 2658}]}], "regular_musician" : [{"name" : "Maison de J", "musician_id" : 2658, "event_count" : 1}, {"name" : "Ode", "musician_id" : 724, "event_count" : 1}], "name" : "Maison de J", "musician_id" : 2658} | json_instruct | {"type": "object", "properties": {"event": {"type": "array", "items": {"type": "object", "properties": {"venue_id": {"type": "integer"}, "date": {"type": "string"}, "time": {"type": "string"}, "venue": {"type": "string"}, "lineup": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "musician_id": {"type": "integer"}}, "required": ["name", "musician_id"]}}}, "required": ["venue_id", "date", "time", "venue", "lineup"]}}, "regular_musician": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "musician_id": {"type": "integer"}, "event_count": {"type": "integer"}}, "required": ["name", "musician_id", "event_count"]}}, "name": {"type": "string"}, "musician_id": {"type": "integer"}}, "required": ["event", "regular_musician", "name", "musician_id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/throttle": {"type": "number"}, "timestamp": {"type": "string"}, "user/angle": {"type": "number"}, "user/mode": {"type": "string"}}, "required": ["cam/image_array", "user/throttle", "timestamp", "user/angle", "user/mode"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"cam/image_array" : "32_cam-image_array_.jpg", "user/throttle" : 0.0989776299325541, "timestamp" : "2019-02-17 21:47:39.895859", "user/angle" : 0.0, "user/mode" : "user"} | json_instruct | {"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/throttle": {"type": "number"}, "timestamp": {"type": "string"}, "user/angle": {"type": "number"}, "user/mode": {"type": "string"}}, "required": ["cam/image_array", "user/throttle", "timestamp", "user/angle", "user/mode"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"schemaType": {"type": "string"}, "id": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}}, "required": ["schemaType", "id", "displayName", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"schemaType" : "NERDPACK", "id" : "92af0365-7b3c-48f8-aecb-01fbe65f3173", "displayName" : "Tag Improver", "description" : "Achieve tagging best practices to get the most from New Relic One. Define tagging policy, report on tag compliance, and bulk-edit tags in the NR One UI."} | json_instruct | {"type": "object", "properties": {"schemaType": {"type": "string"}, "id": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}}, "required": ["schemaType", "id", "displayName", "description"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1880, 83], [1881, 82], [1882, 104], [1883, 114], [1884, 145], [1885, 101], [1886, 143], [1887, 140], [1888, 154], [1889, 188], [1890, 207], [1891, 207], [1892, 195], [1893, 202], [1894, 198], [1895, 212], [1896, 189], [1897, 199], [1898, 225], [1899, 175], [1900, 201], [1901, 156], [1902, 159], [1903, 179], [1904, 189], [1905, 172], [1906, 161], [1907, 217], [1908, 198], [1909, 210], [1910, 219], [1911, 219], [1912, 283], [1913, 303], [1914, 404], [1915, 499], [1916, 457], [1917, 459], [1918, 388], [1919, 424], [1920, 365], [1921, 333], [1922, 327], [1923, 272], [1924, 298], [1925, 283], [1926, 216], [1927, 220], [1928, 197], [1929, 185], [1930, 148], [1931, 135], [1932, 139], [1933, 124], [1934, 108], [1935, 106], [1936, 110], [1937, 87], [1938, 102], [1939, 77], [1940, 81], [1941, 51], [1942, 67], [1943, 55], [1944, 60], [1945, 48], [1946, 47], [1947, 51], [1948, 47], [1949, 52], [1950, 32], [1951, 32], [1952, 32], [1953, 46], [1954, 30], [1955, 30], [1956, 25], [1957, 40], [1958, 16], [1959, 32], [1960, 25], [1961, 12], [1962, 28], [1963, 33], [1964, 17], [1965, 26], [1966, 11], [1967, 8], [1968, 17], [1969, 10], [1970, 13], [1971, 11], [1972, 9], [1973, 20], [1974, 17], [1975, 22], [1976, 13], [1977, 13], [1978, 15], [1979, 9], [1980, 18], [1981, 13], [1982, 7], [1983, 11], [1984, 16], [1985, 13], [1986, 6], [1987, 9], [1988, 14], [1989, 9], [1990, 12], [1991, 10], [1993, 8], [1994, 7], [1995, 10], [1996, 8], [1997, 12], [1998, 9], [1999, 13], [2000, 18], [2001, 11], [2002, 13], [2003, 22], [2004, 13], [2005, 15], [2006, 29], [2007, 18], [2008, 24], [2009, 40], [2010, 23], [2011, 37], [2012, 41], [2013, 41], [2014, 52]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "1403090012", "district_id" : "1403090", "name" : "TANJUNG HARAPAN"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"angular": {"type": "string"}, "angular-file-upload": {"type": "string"}, "angular-route": {"type": "string"}, "bootstrap": {"type": "string"}, "papaparse": {"type": "string"}}, "required": ["angular", "angular-file-upload", "angular-route", "bootstrap", "papaparse"]}}, "required": ["name", "version", "authors", "description", "license", "ignore", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "iris-client", "version" : "0.1.0", "authors" : ["Andy Goldschmidt <[email protected]>"], "description" : "Frontend for Iris dataset.", "license" : "MIT", "ignore" : ["**/.*", "node_modules", "bower_components", "test", "tests"], "dependencies" : {"angular" : "~1.4.5", "angular-file-upload" : "~2.1.3", "angular-route" : "~1.4.5", "bootstrap" : "~3.3.5", "papaparse" : "~4.1.2"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"angular": {"type": "string"}, "angular-file-upload": {"type": "string"}, "angular-route": {"type": "string"}, "bootstrap": {"type": "string"}, "papaparse": {"type": "string"}}, "required": ["angular", "angular-file-upload", "angular-route", "bootstrap", "papaparse"]}}, "required": ["name", "version", "authors", "description", "license", "ignore", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"msg": {"type": "string"}, "reason": {"type": "string"}, "time": {"type": "string"}}, "required": ["msg", "reason", "time"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"msg" : "GOODBYE", "reason" : "UNKNOWN", "time" : "2017-07-30T16:00:13Z"} | json_instruct | {"type": "object", "properties": {"msg": {"type": "string"}, "reason": {"type": "string"}, "time": {"type": "string"}}, "required": ["msg", "reason", "time"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"duration": {"type": "integer"}, "predictions": {"type": "array", "items": {"type": "object", "properties": {"confidence": {"type": "number"}, "y_min": {"type": "integer"}, "y_max": {"type": "integer"}, "label": {"type": "string"}, "x_max": {"type": "integer"}, "x_min": {"type": "integer"}}, "required": ["confidence", "y_min", "y_max", "label", "x_max", "x_min"]}}, "success": {"type": "boolean"}}, "required": ["duration", "predictions", "success"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"duration" : 0, "predictions" : [{"confidence" : 0.41333345, "y_min" : 537, "y_max" : 850, "label" : "bottle", "x_max" : 395, "x_min" : 292}], "success" : true} | json_instruct | {"type": "object", "properties": {"duration": {"type": "integer"}, "predictions": {"type": "array", "items": {"type": "object", "properties": {"confidence": {"type": "number"}, "y_min": {"type": "integer"}, "y_max": {"type": "integer"}, "label": {"type": "string"}, "x_max": {"type": "integer"}, "x_min": {"type": "integer"}}, "required": ["confidence", "y_min", "y_max", "label", "x_max", "x_min"]}}, "success": {"type": "boolean"}}, "required": ["duration", "predictions", "success"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"basis": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "data": {"type": "object", "properties": {"type": {"type": "string"}, "values": {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["category", "value"]}}}, "required": ["type", "values"]}, "layer": {"type": "array", "items": {"type": "object", "properties": {"mark": {"type": "string"}, "encoding": {"type": "object", "properties": {"theta": {"type": "object", "properties": {"field": {"type": "string"}, "type": {"type": "string"}}, "required": ["field", "type"]}, "color": {"type": "object", "properties": {"field": {"type": "string"}, "type": {"type": "string"}}, "required": ["field", "type"]}}, "required": ["theta", "color"]}}, "required": ["mark", "encoding"]}}}, "required": ["basis", "data", "layer"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"basis" : {"type" : "chart"}, "data" : {"type" : "json-array", "values" : [{"category" : 1, "value" : 4}, {"category" : 2, "value" : 6}, {"category" : 3, "value" : 10}, {"category" : 4, "value" : 3}, {"category" : 5, "value" : 7}, {"category" : 6, "value" : 8}]}, "layer" : [{"mark" : "arc", "encoding" : {"theta" : {"field" : "value", "type" : "quantitative"}, "color" : {"field" : "category", "type" : "nominal"}}}]} | json_instruct | {"type": "object", "properties": {"basis": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "data": {"type": "object", "properties": {"type": {"type": "string"}, "values": {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "integer"}, "value": {"type": "integer"}}, "required": ["category", "value"]}}}, "required": ["type", "values"]}, "layer": {"type": "array", "items": {"type": "object", "properties": {"mark": {"type": "string"}, "encoding": {"type": "object", "properties": {"theta": {"type": "object", "properties": {"field": {"type": "string"}, "type": {"type": "string"}}, "required": ["field", "type"]}, "color": {"type": "object", "properties": {"field": {"type": "string"}, "type": {"type": "string"}}, "required": ["field", "type"]}}, "required": ["theta", "color"]}}, "required": ["mark", "encoding"]}}}, "required": ["basis", "data", "layer"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"_comment": {"type": "string"}, "path": {"type": "string"}, "platforms": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["_comment", "path", "platforms", "tags"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"_comment" : "When bumping the minor version (e.g., to 3.9.x) also update env_setup/virtualenv/init.py to check for the new version.", "path" : "infra/3pp/tools/cpython3/${platform}", "platforms" : ["linux-amd64", "linux-arm64", "mac-amd64", "windows-amd64"], "tags" : ["version:3.8.2.chromium.10"]}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"_comment": {"type": "string"}, "path": {"type": "string"}, "platforms": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {"type": "string"}}}, "required": ["_comment", "path", "platforms", "tags"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1900, 5], [1901, 5], [1903, 5], [1905, 5], [1908, 6], [1913, 5], [1917, 6], [1918, 10], [1919, 6], [1920, 10], [1921, 6], [1923, 8], [1924, 6], [1925, 7], [1928, 6], [1929, 6], [1933, 6], [1934, 5], [1949, 5], [1953, 5], [1961, 5], [1963, 8], [1964, 5], [1966, 5], [1967, 5], [1968, 5], [1970, 8], [1971, 5], [1975, 6], [1978, 5], [1979, 5], [1981, 11], [1982, 5], [1984, 7], [1985, 5], [1986, 5], [1987, 7], [1988, 6], [1989, 5], [1991, 5], [1992, 7], [1994, 10], [1996, 7], [1997, 8], [1999, 8], [2000, 7], [2001, 5], [2002, 7], [2003, 8], [2004, 15], [2005, 12], [2006, 12], [2007, 13], [2008, 11], [2009, 11], [2010, 14], [2011, 16], [2012, 15], [2013, 24], [2014, 10]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["rtp-formatted-id"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"Artist": {"type": "string"}, "Common name": {"type": "string"}, "Date created": {"type": "string"}, "Geographic origin": {"type": "string"}, "Physical description": {"type": "string"}, "Scientific name": {"type": "string"}, "Specimen": {"type": "string"}, "Variety": {"type": "string"}, "Year": {"type": "string"}, "Name": {"type": "string"}}, "required": ["Artist", "Common name", "Date created", "Geographic origin", "Physical description", "Scientific name", "Specimen", "Variety", "Year", "Name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Artist" : "Passmore, Deborah Griscom, 1840-1911", "Common name" : "peaches", "Date created" : "1897-09-11", "Geographic origin" : "York, York County, Pennsylvania, United States", "Physical description" : "1 art original : col. ; 17 x 25 cm.", "Scientific name" : "Prunus persica", "Specimen" : "14397", "Variety" : "Becker", "Year" : "1897", "Name" : "Prunus persica: Becker"} | json_instruct | {"type": "object", "properties": {"Artist": {"type": "string"}, "Common name": {"type": "string"}, "Date created": {"type": "string"}, "Geographic origin": {"type": "string"}, "Physical description": {"type": "string"}, "Scientific name": {"type": "string"}, "Specimen": {"type": "string"}, "Variety": {"type": "string"}, "Year": {"type": "string"}, "Name": {"type": "string"}}, "required": ["Artist", "Common name", "Date created", "Geographic origin", "Physical description", "Scientific name", "Specimen", "Variety", "Year", "Name"], "$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": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "CHIRLENE", "frequency" : 0, "gender" : "male"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"brandTitle": {"type": "string"}, "issuesLink": {"type": "string"}}, "required": ["brandTitle", "issuesLink"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"brandTitle" : "Just Ask!", "issuesLink" : "https://github.com/patricksimonian/just-ask/issues"} | json_instruct | {"type": "object", "properties": {"brandTitle": {"type": "string"}, "issuesLink": {"type": "string"}}, "required": ["brandTitle", "issuesLink"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "base_rgb": {"type": "array", "items": {"type": "integer"}}, "cloth": {"type": "object", "properties": {"brightness": {"type": "integer"}, "contrast": {"type": "number"}, "hue": {"type": "integer"}, "saturation": {"type": "number"}, "lightness": {"type": "number"}, "rgb": {"type": "array", "items": {"type": "integer"}}}, "required": ["brightness", "contrast", "hue", "saturation", "lightness", "rgb"]}, "leather": {"type": "object", "properties": {"brightness": {"type": "integer"}, "contrast": {"type": "number"}, "hue": {"type": "integer"}, "saturation": {"type": "number"}, "lightness": {"type": "number"}, "rgb": {"type": "array", "items": {"type": "integer"}}}, "required": ["brightness", "contrast", "hue", "saturation", "lightness", "rgb"]}, "metal": {"type": "object", "properties": {"brightness": {"type": "integer"}, "contrast": {"type": "number"}, "hue": {"type": "integer"}, "saturation": {"type": "number"}, "lightness": {"type": "number"}, "rgb": {"type": "array", "items": {"type": "integer"}}}, "required": ["brightness", "contrast", "hue", "saturation", "lightness", "rgb"]}, "fur": {"type": "object", "properties": {"brightness": {"type": "integer"}, "contrast": {"type": "number"}, "hue": {"type": "integer"}, "saturation": {"type": "number"}, "lightness": {"type": "number"}, "rgb": {"type": "array", "items": {"type": "integer"}}}, "required": ["brightness", "contrast", "hue", "saturation", "lightness", "rgb"]}, "item": {"type": "integer"}, "categories": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "name", "base_rgb", "cloth", "leather", "metal", "fur", "item", "categories"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 356, "name" : "Blue Tint", "base_rgb" : [128, 26, 26], "cloth" : {"brightness" : 10, "contrast" : 1.25, "hue" : 190, "saturation" : 0.117188, "lightness" : 1.99219, "rgb" : [115, 128, 131]}, "leather" : {"brightness" : 10, "contrast" : 1.25, "hue" : 190, "saturation" : 0.117188, "lightness" : 1.99219, "rgb" : [115, 128, 131]}, "metal" : {"brightness" : 10, "contrast" : 1.25, "hue" : 190, "saturation" : 0.117188, "lightness" : 1.99219, "rgb" : [115, 128, 131]}, "fur" : {"brightness" : 10, "contrast" : 1.25, "hue" : 190, "saturation" : 0.117188, "lightness" : 1.99219, "rgb" : [115, 128, 131]}, "item" : 20562, "categories" : ["Gray", "Metal", "Uncommon"]} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "base_rgb": {"type": "array", "items": {"type": "integer"}}, "cloth": {"type": "object", "properties": {"brightness": {"type": "integer"}, "contrast": {"type": "number"}, "hue": {"type": "integer"}, "saturation": {"type": "number"}, "lightness": {"type": "number"}, "rgb": {"type": "array", "items": {"type": "integer"}}}, "required": ["brightness", "contrast", "hue", "saturation", "lightness", "rgb"]}, "leather": {"type": "object", "properties": {"brightness": {"type": "integer"}, "contrast": {"type": "number"}, "hue": {"type": "integer"}, "saturation": {"type": "number"}, "lightness": {"type": "number"}, "rgb": {"type": "array", "items": {"type": "integer"}}}, "required": ["brightness", "contrast", "hue", "saturation", "lightness", "rgb"]}, "metal": {"type": "object", "properties": {"brightness": {"type": "integer"}, "contrast": {"type": "number"}, "hue": {"type": "integer"}, "saturation": {"type": "number"}, "lightness": {"type": "number"}, "rgb": {"type": "array", "items": {"type": "integer"}}}, "required": ["brightness", "contrast", "hue", "saturation", "lightness", "rgb"]}, "fur": {"type": "object", "properties": {"brightness": {"type": "integer"}, "contrast": {"type": "number"}, "hue": {"type": "integer"}, "saturation": {"type": "number"}, "lightness": {"type": "number"}, "rgb": {"type": "array", "items": {"type": "integer"}}}, "required": ["brightness", "contrast", "hue", "saturation", "lightness", "rgb"]}, "item": {"type": "integer"}, "categories": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "name", "base_rgb", "cloth", "leather", "metal", "fur", "item", "categories"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"acadYear": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "department": {"type": "string"}, "faculty": {"type": "string"}, "workload": {"type": "array", "items": {"type": "integer"}}, "prerequisite": {"type": "string"}, "moduleCredit": {"type": "string"}, "moduleCode": {"type": "string"}, "attributes": {"type": "object", "properties": {"su": {"type": "boolean"}}, "required": ["su"]}, "semesterData": {"type": "array", "items": {"type": "object", "properties": {"semester": {"type": "integer"}, "timetable": {"type": "array", "items": {"type": "object", "properties": {"classNo": {"type": "string"}, "startTime": {"type": "string"}, "endTime": {"type": "string"}, "weeks": {"type": "array", "items": {"type": "integer"}}, "venue": {"type": "string"}, "day": {"type": "string"}, "lessonType": {"type": "string"}, "size": {"type": "integer"}}, "required": ["classNo", "startTime", "endTime", "weeks", "venue", "day", "lessonType", "size"]}}}, "required": ["semester", "timetable"]}}, "fulfillRequirements": {"type": "array", "items": {"type": "string"}}}, "required": ["acadYear", "description", "title", "department", "faculty", "workload", "prerequisite", "moduleCredit", "moduleCode", "attributes", "semesterData", "fulfillRequirements"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"acadYear" : "2019/2020", "description" : "This is a module designed for chemistry majors and deals with laboratory experiments on selected topics of basic chemistry prinicples with theoretical contents selected from CM1111, CM1121 and CM1131. The experiments are designed to strengthen the students\u00e2\u0080\u0099 understanding of basic organic,\ninorganic and physical chemistry. Upon completion of the module, students should have learnt some essential laboratory skills and be able to perform basic data processing and write lab reports. In addition to the aforementioned activities, CM1191 will also cover errors in chemical analysis which will be taught during the lectures.", "title" : "Experiments in Chemistry 1", "department" : "Chemistry", "faculty" : "Science", "workload" : [2, 0, 6, 0, 2], "prerequisite" : "H2/A\u00e2\u0080\u0090level Chemistry or its equivalent or by permission", "moduleCredit" : "4", "moduleCode" : "CM1191", "attributes" : {"su" : true}, "semesterData" : [{"semester" : 2, "timetable" : [{"classNo" : "1", "startTime" : "1600", "endTime" : "1800", "weeks" : [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13], "venue" : "LT32", "day" : "Monday", "lessonType" : "Lecture", "size" : 200}, {"classNo" : "3", "startTime" : "1000", "endTime" : "1600", "weeks" : [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13], "venue" : "S5-01GEN", "day" : "Friday", "lessonType" : "Laboratory", "size" : 90}, {"classNo" : "2", "startTime" : "1000", "endTime" : "1600", "weeks" : [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13], "venue" : "S5-01PHYS", "day" : "Tuesday", "lessonType" : "Laboratory", "size" : 90}]}], "fulfillRequirements" : ["CM2192", "FST2107", "CM2191", "FST2102A", "CM2192A"]} | json_instruct | {"type": "object", "properties": {"acadYear": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "department": {"type": "string"}, "faculty": {"type": "string"}, "workload": {"type": "array", "items": {"type": "integer"}}, "prerequisite": {"type": "string"}, "moduleCredit": {"type": "string"}, "moduleCode": {"type": "string"}, "attributes": {"type": "object", "properties": {"su": {"type": "boolean"}}, "required": ["su"]}, "semesterData": {"type": "array", "items": {"type": "object", "properties": {"semester": {"type": "integer"}, "timetable": {"type": "array", "items": {"type": "object", "properties": {"classNo": {"type": "string"}, "startTime": {"type": "string"}, "endTime": {"type": "string"}, "weeks": {"type": "array", "items": {"type": "integer"}}, "venue": {"type": "string"}, "day": {"type": "string"}, "lessonType": {"type": "string"}, "size": {"type": "integer"}}, "required": ["classNo", "startTime", "endTime", "weeks", "venue", "day", "lessonType", "size"]}}}, "required": ["semester", "timetable"]}}, "fulfillRequirements": {"type": "array", "items": {"type": "string"}}}, "required": ["acadYear", "description", "title", "department", "faculty", "workload", "prerequisite", "moduleCredit", "moduleCode", "attributes", "semesterData", "fulfillRequirements"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}, "10": {"type": "string"}, "11": {"type": "string"}, "12": {"type": "string"}, "13": {"type": "string"}, "14": {"type": "string"}, "15": {"type": "string"}}, "required": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"0" : "rgb(88,95,109)", "1" : "rgb(217,83,96)", "2" : "rgb(90,185,119)", "3" : "rgb(223,181,99)", "4" : "rgb(77,137,196)", "5" : "rgb(213,81,25)", "6" : "rgb(68,168,182)", "7" : "rgb(230,229,255)", "8" : "rgb(88,95,109)", "9" : "rgb(217,83,96)", "10" : "rgb(90,185,119)", "11" : "rgb(223,181,99)", "12" : "rgb(76,137,197)", "13" : "rgb(213,81,25)", "14" : "rgb(68,168,182)", "15" : "rgb(230,229,255)"} | json_instruct | {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}, "10": {"type": "string"}, "11": {"type": "string"}, "12": {"type": "string"}, "13": {"type": "string"}, "14": {"type": "string"}, "15": {"type": "string"}}, "required": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"Id": {"type": "string"}, "ThreadId": {"type": "string"}, "Html": {"type": "string"}, "PostedDate": {"type": "string"}, "UserRole": {"type": "null"}, "MarkedAsAnswerDate": {"type": "null"}}, "required": ["Id", "ThreadId", "Html", "PostedDate", "UserRole", "MarkedAsAnswerDate"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"Id" : "835356", "ThreadId" : "355521", "Html" : "\r\n<p>My previous and next arrows disappear behind the large image in Internet Explorer.</p>\r\n<p>Try this page: http://bit.ly/JotoXJ in Internet Explorer.</p>\r\n<p>The left and right arrows appear on the first image because it doesn't take up the entire width of the box. However, on the second one they disappear.</p>\r\n<p>I don't have this in Chrome or Firefox, and other people have reported seeing this too. When I disable all my own CSS the problem is still there.</p>\r\n<p>Have you seen this before and do you know how to fix it? I tried setting the .ad-prev and .ad-next to z-index: 1000, but that doesn't help.</p>\r\n<p>Thanks!</p>\r\n", "PostedDate" : "2012-05-11T17:08:40.513-07:00", "UserRole" : null, "MarkedAsAnswerDate" : null}, {"Id" : "835415", "ThreadId" : "355521", "Html" : "<p>Hi,</p>\r\n<p>Which version of IE does it happen in? I currently only have access to IE9, and it seems to work there, but IE have given me a hard time with the prev/next buttons, so it might be that the fix for IE9 broke it for older IE versions.</p>", "PostedDate" : "2012-05-12T01:02:02.18-07:00", "UserRole" : null, "MarkedAsAnswerDate" : null}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"Id": {"type": "string"}, "ThreadId": {"type": "string"}, "Html": {"type": "string"}, "PostedDate": {"type": "string"}, "UserRole": {"type": "null"}, "MarkedAsAnswerDate": {"type": "null"}}, "required": ["Id", "ThreadId", "Html", "PostedDate", "UserRole", "MarkedAsAnswerDate"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"resistors": {"type": "array", "items": {"type": "object", "properties": {"polygon": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["x", "y"]}}, "colors": {"type": "array", "items": {"type": "string"}}}, "required": ["polygon", "colors"]}}}, "required": ["resistors"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"resistors" : [{"polygon" : [{"x" : 18, "y" : 160}, {"x" : 88, "y" : 166}, {"x" : 65, "y" : 324}, {"x" : -3, "y" : 315}], "colors" : ["green", "blue", "orange", "none", "gold", "none"]}, {"polygon" : [{"x" : 330, "y" : 168}, {"x" : 398, "y" : 167}, {"x" : 397, "y" : 326}, {"x" : 329, "y" : 328}], "colors" : ["green", "black", "red", "none", "gold", "none"]}]} | json_instruct | {"type": "object", "properties": {"resistors": {"type": "array", "items": {"type": "object", "properties": {"polygon": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["x", "y"]}}, "colors": {"type": "array", "items": {"type": "string"}}}, "required": ["polygon", "colors"]}}}, "required": ["resistors"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "paypalEmail": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["id", "name", "paypalEmail", "homepage"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}, "required": ["main"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 115051, "info" : {"name" : "TWIT.TV 2015", "description" : "Show image carousel without the text overlay", "additionalInfo" : null, "format" : "uso", "category" : "twit", "createdAt" : "2015-06-11T17:58:16.000Z", "updatedAt" : "2015-06-19T04:03:31.000Z", "license" : "NO-REDISTRIBUTION", "author" : {"id" : 186172, "name" : "SkipR", "paypalEmail" : "[email protected]", "homepage" : "https://www.pledgie.com/campaigns/24191"}}, "stats" : {"installs" : {"total" : 63, "weekly" : 0}}, "screenshots" : {"main" : {"name" : "115051-after.png", "archived" : false}}, "discussions" : {"stats" : {"discussionsCount" : 0, "commentsCount" : 0}, "data" : []}, "style" : {"css" : "/*\r\n * TWiT 2015 tweak the homepage\r\n *\r\n * Author : S Ryper \r\n * Contact info: @skipryper (twitter)\r\n * Updated : 12-Jun-2015\r\n * Description : Show image carousel without the text overlay\r\n * Usage : install with stylish or equivalent\r\n *\r\n * Changes:\r\n * 19-Jun-2015 1.01 domain change new.twit.tv to twit.tv\r\n */\r\n \r\n/* How to customise: \r\n * \"#name\" are id=name clauses on mark up \r\n * tag.name are class=name clauses \r\n * tag means that mark up everywhere on page\r\n */\r\n\r\n@namespace url(http://www.w3.org/1999/xhtml);\r\n\r\n@-moz-document domain(\"twit.tv\") {\r\n\r\np.hero-text\r\n {\r\n display:none !important;\r\n background:none !important;\r\n }\r\n\r\n}"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "paypalEmail": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["id", "name", "paypalEmail", "homepage"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}, "required": ["main"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"plugins/angular.js": {"type": "string"}, "plugins/angular.min.js": {"type": "string"}, "plugins/console.js": {"type": "string"}, "plugins/console.min.js": {"type": "string"}, "plugins/ember.js": {"type": "string"}, "plugins/ember.min.js": {"type": "string"}, "plugins/require.js": {"type": "string"}, "plugins/require.min.js": {"type": "string"}, "plugins/vue.js": {"type": "string"}, "plugins/vue.min.js": {"type": "string"}, "raven.js": {"type": "string"}, "raven.min.js": {"type": "string"}}, "required": ["plugins/angular.js", "plugins/angular.min.js", "plugins/console.js", "plugins/console.min.js", "plugins/ember.js", "plugins/ember.min.js", "plugins/require.js", "plugins/require.min.js", "plugins/vue.js", "plugins/vue.min.js", "raven.js", "raven.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"plugins/angular.js" : "sha256-ajghEKKM7KfUd+khKZp5rmanNkn04Quvw3iFep4825Y=", "plugins/angular.min.js" : "sha256-JxfiIpS0M1N9Ust9JxLOY+mBfXTptFQSlmhjKhXPj98=", "plugins/console.js" : "sha256-Xt+94uClFXe3oZWFTamLK+m+WyagqzM4qigwGaHZ/MY=", "plugins/console.min.js" : "sha256-FfLdezaNcVSZVMk4/rWaZZJ6cLTWeWz0to4cTScyc68=", "plugins/ember.js" : "sha256-AWDmum6xogCWbzgrs9nSQCKdlOPnUQ7DEpSSJFTna1s=", "plugins/ember.min.js" : "sha256-vhKkkaYaB6jfoRDW9UO+zKQZHwpf+unoOqzGgJzR+OE=", "plugins/require.js" : "sha256-L9epM2peyc6UgZtnhpUQniJhIwS110Yolo/LGTQjiSs=", "plugins/require.min.js" : "sha256-hlDkm/5vQoCRYIIu5VLEL7/JD6viLx6F4Mhw+lm6Nrk=", "plugins/vue.js" : "sha256-FOtB4GKcRq/ooXMCukvoUIt3qrxgQ9OFVXw92EYn7IM=", "plugins/vue.min.js" : "sha256-O10Mvpky9faFUbUMjWJpF1kiDAw1PCqsmzL9SzNyobs=", "raven.js" : "sha256-ru/PKaB+jXLiBMzRqRqWI5zaUtxt2G4JZ06TLlboipk=", "raven.min.js" : "sha256-nkG/KpIbEurqH2V8I/81isZuadCOjvEub4C2lDO/6jw="} | json_instruct | {"type": "object", "properties": {"plugins/angular.js": {"type": "string"}, "plugins/angular.min.js": {"type": "string"}, "plugins/console.js": {"type": "string"}, "plugins/console.min.js": {"type": "string"}, "plugins/ember.js": {"type": "string"}, "plugins/ember.min.js": {"type": "string"}, "plugins/require.js": {"type": "string"}, "plugins/require.min.js": {"type": "string"}, "plugins/vue.js": {"type": "string"}, "plugins/vue.min.js": {"type": "string"}, "raven.js": {"type": "string"}, "raven.min.js": {"type": "string"}}, "required": ["plugins/angular.js", "plugins/angular.min.js", "plugins/console.js", "plugins/console.min.js", "plugins/ember.js", "plugins/ember.min.js", "plugins/require.js", "plugins/require.min.js", "plugins/vue.js", "plugins/vue.min.js", "raven.js", "raven.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1992, 5], [1993, 13], [1994, 28], [1995, 14]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$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"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "string"}, "social_media_url": {"type": "string"}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "ios": {"type": "object", "properties": {"vendored_frameworks": {"type": "string"}}, "required": ["vendored_frameworks"]}, "source": {"type": "object", "properties": {"http": {"type": "string"}}, "required": ["http"]}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "social_media_url", "platforms", "ios", "source"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "PayBright", "version" : "0.1.1", "summary" : "Instant point-of-sale financing for e-commerce and in-store purchases", "description" : "PayBright\u2019s mission is to make life more affordable for Canadians. With our convenient payment plans, you can buy now and pay over time in affordable installments. We can help you cover a wide variety of purchases - and we use leading technology to make the process fast and easy.", "homepage" : "https://paybright.com/", "license" : {"type" : "Apache-2.0", "file" : "LICENSE"}, "authors" : "PayBright", "social_media_url" : "https://twitter.com/PayBrightCanada", "platforms" : {"ios" : "9.0"}, "ios" : {"vendored_frameworks" : "PayBright.framework"}, "source" : {"http" : "https://app.paybright.com/sdk/0.1.0/PayBright.zip"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "string"}, "social_media_url": {"type": "string"}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "ios": {"type": "object", "properties": {"vendored_frameworks": {"type": "string"}}, "required": ["vendored_frameworks"]}, "source": {"type": "object", "properties": {"http": {"type": "string"}}, "required": ["http"]}}, "required": ["name", "version", "summary", "description", "homepage", "license", "authors", "social_media_url", "platforms", "ios", "source"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "0abf66222339c9c628341dbe137a134617457093"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"class": {"type": "string"}, "rule": {"type": "string"}}, "required": ["class", "rule"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"class" : "bad1", "rule" : ""}, {"class" : "bad2", "rule" : "key:"}, {"class" : "bad2", "rule" : "42"}, {"class" : "bad2", "rule" : "\"bad"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"class": {"type": "string"}, "rule": {"type": "string"}}, "required": ["class", "rule"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "cleanchanges-language": {"type": "string"}}, "required": ["@metadata", "cleanchanges-language"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"@metadata" : {"authors" : ["Jose77"]}, "cleanchanges-language" : "Til:"} | json_instruct | {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "cleanchanges-language": {"type": "string"}}, "required": ["@metadata", "cleanchanges-language"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"Id": {"type": "string"}, "ThreadId": {"type": "string"}, "Html": {"type": "string"}, "PostedDate": {"type": "string"}, "UserRole": {"type": "null"}, "MarkedAsAnswerDate": {"type": "null"}}, "required": ["Id", "ThreadId", "Html", "PostedDate", "UserRole", "MarkedAsAnswerDate"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"Id" : "1138153", "ThreadId" : "474871", "Html" : "Hi, <br />\n<br />\nI have a default add-in project for PowerPoint generated by Netoffice Toolbox. The add-in contains a task pane with a user control. When I test the add-in in PowerPoint, the task pane's background is a gradient of gray (it looks exactly like other task panes), but the user control on the pane has a solid white background over it. I would like the user control to be transparent. I tried to use UserControl.SetStyle(ControlStyles.SupportsTransparentBackColor, true) and set its BackColor to transparent, but without any effects.<br />\n<br />\nThanks for help,<br />\nMartin<br />\n", "PostedDate" : "2013-12-19T03:22:08.68-08:00", "UserRole" : null, "MarkedAsAnswerDate" : null}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"Id": {"type": "string"}, "ThreadId": {"type": "string"}, "Html": {"type": "string"}, "PostedDate": {"type": "string"}, "UserRole": {"type": "null"}, "MarkedAsAnswerDate": {"type": "null"}}, "required": ["Id", "ThreadId", "Html", "PostedDate", "UserRole", "MarkedAsAnswerDate"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "path": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type": "array", "items": {"type": "object", "properties": {"CheckDepInfo": {"type": "object", "properties": {"dep_info": {"type": "string"}}, "required": ["dep_info"]}}, "required": ["CheckDepInfo"]}}, "rustflags": {"type": "array", "items": {}}, "metadata": {"type": "integer"}, "config": {"type": "integer"}, "compile_kind": {"type": "integer"}}, "required": ["rustc", "features", "target", "profile", "path", "deps", "local", "rustflags", "metadata", "config", "compile_kind"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"rustc" : 11502323459375525103, "features" : "[]", "target" : 5043405553421000395, "profile" : 12637318739757120569, "path" : 5484380978734071236, "deps" : [], "local" : [{"CheckDepInfo" : {"dep_info" : "debug/.fingerprint/json-bb8656e636806cca/dep-lib-json"}}], "rustflags" : [], "metadata" : 6678033801590456021, "config" : 2202906307356721367, "compile_kind" : 0} | json_instruct | {"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "path": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type": "array", "items": {"type": "object", "properties": {"CheckDepInfo": {"type": "object", "properties": {"dep_info": {"type": "string"}}, "required": ["dep_info"]}}, "required": ["CheckDepInfo"]}}, "rustflags": {"type": "array", "items": {}}, "metadata": {"type": "integer"}, "config": {"type": "integer"}, "compile_kind": {"type": "integer"}}, "required": ["rustc", "features", "target", "profile", "path", "deps", "local", "rustflags", "metadata", "config", "compile_kind"], "$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"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"amenity": {"type": "string"}, "description": {"type": "string"}, "operator": {"type": "string"}, "vending": {"type": "string"}, "id": {"type": "string"}}, "required": ["amenity", "description", "operator", "vending", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "id" : "node/8972914465", "properties" : {"amenity" : "vending_machine", "description" : "Verkauf von Wild-Spezialit\u00e4ten", "operator" : "Karl G\u00f6bel", "vending" : "food", "id" : "node/8972914465"}, "geometry" : {"type" : "Point", "coordinates" : [9.5775601, 48.708963]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"amenity": {"type": "string"}, "description": {"type": "string"}, "operator": {"type": "string"}, "vending": {"type": "string"}, "id": {"type": "string"}}, "required": ["amenity", "description", "operator", "vending", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"code" : 9109090004, "parent" : 9109090, "name" : "SAUKOREM", "latitude" : null, "longitude" : null, "postal" : [98371, 98381], "children" : []} | json_instruct | {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "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": "integer"}, "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_1pvz4inx", "name" : "RPGScenery"}, "date" : {"day" : 1612224000, "full" : 1612254663, "month" : 1612137600, "week" : 1612051200}, "id" : "t3_lar3hc", "misc" : {"postHint" : "image"}, "picture" : {"filesize" : 121929, "fullUrl" : "https://preview.redd.it/cjuz8nuuy0f61.jpg?auto=webp&s=565e4bac2f1fa33275cd53d9acffc8fc28c49df1", "hash" : "feff915fb5", "height" : 640, "lqip" : "data:image/jpg;base64,/9j/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAQABADASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAAECB//EACAQAAICAgICAwAAAAAAAAAAAAECAxEEEgAhBTEyYcH/xAAVAQEBAAAAAAAAAAAAAAAAAAACBP/EABcRAQADAAAAAAAAAAAAAAAAAAARITH/2gAMAwEAAhEDEQA/AMTgxZZYYmlTWLcqDsAVHvk+XwhhtjsZA8TR7qD8r9G64YmU6rKq6lTasldkHsV98crtIIZFsFVpg3Zo/vBiO5f/2Q==", "thumbnailUrl" : "https://b.thumbs.redditmedia.com/rHkRSrqFQDY6y-DXBWDE6qDsu5eE3fF3VXp6mNQt2Ss.jpg", "url" : "https://preview.redd.it/cjuz8nuuy0f61.jpg?width=640&crop=smart&auto=webp&s=cfac5051d2c3f9cb7a5a3eb019b1c5d543483847", "width" : 640}, "score" : {"comments" : 2, "downs" : 0, "isCurated" : true, "ratio" : 1, "ups" : 9, "value" : 9}, "subreddit" : {"id" : "t5_3isai", "name" : "dndmaps"}, "tags" : ["Encounter"], "title" : "Swamp Battlemap", "url" : "https://www.reddit.com/r/dndmaps/comments/lar3hc/oc_swamp_battlemap_50x50/"} | 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": "integer"}, "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#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "rarity": {"type": "array", "items": {"type": "string"}}, "2pc": {"type": "string"}, "4pc": {"type": "string"}, "flower": {"type": "object", "properties": {"name": {"type": "string"}, "relictype": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "relictype", "description"]}, "plume": {"type": "object", "properties": {"name": {"type": "string"}, "relictype": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "relictype", "description"]}, "sands": {"type": "object", "properties": {"name": {"type": "string"}, "relictype": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "relictype", "description"]}, "goblet": {"type": "object", "properties": {"name": {"type": "string"}, "relictype": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "relictype", "description"]}, "circlet": {"type": "object", "properties": {"name": {"type": "string"}, "relictype": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "relictype", "description"]}}, "required": ["name", "rarity", "2pc", "4pc", "flower", "plume", "sands", "goblet", "circlet"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Scholar", "rarity" : ["3", "4"], "2pc" : "Energy Recharge +20%.", "4pc" : "Mendapatkan Elemental Particle/Orb akan memberikan 3 Energy kepada seluruh anggota party yang mengenakan bow atau catalyst. Dapat terpicu setiap 3 detik.", "flower" : {"name" : "Scholar's Bookmark", "relictype" : "Flower of Life", "description" : "Bunga kering yang digunakan sebagai pembatas buku, aroma bunganya kini telah tergantikan dengan aroma buku."}, "plume" : {"name" : "Scholar's Quill Pen", "relictype" : "Plume of Death", "description" : "Bulu seekor burung yang digunakan sebagai pena untuk menulis. Ujungnya yang tadinya putih kini berwarna hitam pekat."}, "sands" : {"name" : "Scholar's Clock", "relictype" : "Sands of Eon", "description" : "Sebuah jam kecil yang cocok diletakkan di atas meja. Berguna sebagai satu-satunya petunjuk waktu bagi pelajar yang tenggelam dalam buku-buku bacaannya."}, "goblet" : {"name" : "Scholar's Goblet", "relictype" : "Goblet of Eonothem", "description" : "Awalnya merupakan alat penampung air yang digunakan untuk minum. Kini telah berubah warna menjadi hitam karena digunakan untuk mencuci kuas tinta."}, "circlet" : {"name" : "Scholar's Glasses", "relictype" : "Circlet of Logos", "description" : "Membaca terlalu banyak, terkadang dapat membuat penglihatan menjadi buruk. Alat ini digunakan untuk mengurangi dampak dari buruknya penglihatan mata."}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "rarity": {"type": "array", "items": {"type": "string"}}, "2pc": {"type": "string"}, "4pc": {"type": "string"}, "flower": {"type": "object", "properties": {"name": {"type": "string"}, "relictype": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "relictype", "description"]}, "plume": {"type": "object", "properties": {"name": {"type": "string"}, "relictype": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "relictype", "description"]}, "sands": {"type": "object", "properties": {"name": {"type": "string"}, "relictype": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "relictype", "description"]}, "goblet": {"type": "object", "properties": {"name": {"type": "string"}, "relictype": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "relictype", "description"]}, "circlet": {"type": "object", "properties": {"name": {"type": "string"}, "relictype": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "relictype", "description"]}}, "required": ["name", "rarity", "2pc", "4pc", "flower", "plume", "sands", "goblet", "circlet"], "$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"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "year", "departments", "conf", "authors", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "I Know What You Did Last Week! Do You?: Dynamic Security Questions for Fallback Authentication on Smartphones.", "fields" : ["authentication", "internet privacy", "adversary", "computer science", "computer security"], "abstract" : "In this paper, we present the design and evaluation of dynamic security questions for fallback authentication. In case users lose access to their device, the system asks questions about their usage behavior (e.g. calls, text messages or app usage). We performed two consecutive user studies with real users and real adversaries to identify questions that work well in the sense that they are easy to answer for the genuine user, but hard to guess for an adversary. The results show that app installations and communication are the most promising categories of questions. Using three questions from the evaluated categories was sufficient to get an accuracy of 95.5% - 100%.", "citation" : "Citations (11)", "year" : "2015", "departments" : ["Ludwig Maximilian University of Munich", "Ludwig Maximilian University of Munich", "Ludwig Maximilian University of Munich"], "conf" : "chi", "authors" : ["Alina Hang.....http://dblp.org/pers/hd/h/Hang:Alina", "Alexander De Luca.....http://dblp.org/pers/hd/l/Luca:Alexander_De", "Heinrich Hussmann.....http://dblp.org/pers/hd/h/Hussmann:Heinrich"], "pages" : 10} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "year", "departments", "conf", "authors", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "maintainers": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "string"}, "licenses": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "dependencies": {"type": "object", "properties": {"jquery": {"type": "string"}}, "required": ["jquery"]}}, "required": ["name", "version", "title", "description", "keywords", "homepage", "author", "maintainers", "repository", "bugs", "licenses", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "jqGoogleForms", "version" : "1.0.0", "title" : "jQuery Google Form Submission", "description" : "A demonstration of a method to submit Google Forms using AJAX.", "keywords" : ["jquery", "upload", "cross-domain", "cross-site", "google", "forms", "AJAX"], "homepage" : "https://github.com/kctess5/jqGoogleForms", "author" : {"name" : "Corey Walsh", "url" : "http://hzldv.com"}, "maintainers" : [{"name" : "Corey Walsh", "url" : "http://hzldv.com"}], "repository" : {"type" : "git", "url" : "git://github.com/kctess5/jqGoogleForms.git"}, "bugs" : "https://github.com/kctess5/jqGoogleForms/issues", "licenses" : [{"type" : "MIT", "url" : "http://www.opensource.org/licenses/MIT"}], "dependencies" : {"jquery" : ">=1.7.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "maintainers": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bugs": {"type": "string"}, "licenses": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "dependencies": {"type": "object", "properties": {"jquery": {"type": "string"}}, "required": ["jquery"]}}, "required": ["name", "version", "title", "description", "keywords", "homepage", "author", "maintainers", "repository", "bugs", "licenses", "dependencies"], "$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": {"Name": {"type": "string"}, "Title": {"type": "string"}, "Description": {"type": "string"}, "CveIDs": {"type": "array", "items": {"type": "string"}}, "References": {"type": "array", "items": {"type": "string"}}}, "required": ["Name", "Title", "Description", "CveIDs", "References"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"Name" : "dtls_fragment_overflow.rb", "Title" : "OpenSSL DTLS Fragment Buffer Overflow DoS", "Description" : "This module performs a Denial of Service Attack against Datagram TLS in OpenSSL before 0.9.8za, 1.0.0 before 1.0.0m, and 1.0.1 before 1.0.1h. This occurs when a DTLS ClientHello message has multiple fragments and the fragment lengths of later fragments are larger than that of the first, a buffer overflow occurs, causing a DoS.", "CveIDs" : ["CVE-2014-0195"], "References" : ["http://www.securityfocus.com/bid/67900", "http://www.zerodayinitiative.com/advisories/ZDI-14-173", "http://h30499.www3.hp.com/t5/HP-Security-Research-Blog/ZDI-14-173-CVE-2014-0195-OpenSSL-DTLS-Fragment-Out-of-Bounds/ba-p/6501002", "http://h30499.www3.hp.com/t5/HP-Security-Research-Blog/Once-Bled-Twice-Shy-OpenSSL-CVE-2014-0195/ba-p/6501048", "https://github.com/rapid7/metasploit-framework/blob/master/modules/auxiliary/dos/ssl/dtls_fragment_overflow.rb"]}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"Name": {"type": "string"}, "Title": {"type": "string"}, "Description": {"type": "string"}, "CveIDs": {"type": "array", "items": {"type": "string"}}, "References": {"type": "array", "items": {"type": "string"}}}, "required": ["Name", "Title", "Description", "CveIDs", "References"]}, "$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": {"type": {"type": "string"}, "category": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "category", "description"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"type" : "bugfix", "category" : "TypeScript", "description" : "Add `endpoint` property to AWS.S3 instance declaration."}, {"type" : "feature", "category" : "EC2", "description" : "This feature allows customers to associate an IAM profile to running instances that do not have any."}, {"type" : "feature", "category" : "Rekognition", "description" : "DetectFaces and IndexFaces operations now return an estimate of the age of the face as an age range."}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "category": {"type": "string"}, "description": {"type": "string"}}, "required": ["type", "category", "description"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "tel": {"type": "string"}, "fax": {"type": "string"}, "licensee": {"type": "string"}, "licensePeriod": {"type": "string"}, "licenseClass": {"type": "string"}, "hciCode": {"type": "string"}, "address": {"type": "string"}, "doctorInCharge": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "qualifications": {"type": "array", "items": {"type": "string"}}, "specialties": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "qualifications", "specialties"]}}, "mohApprovedSpecialServices": {"type": "array", "items": {"type": "string"}}, "detailedServices": {"type": "object", "properties": {"Specialist Medical": {"type": "array", "items": {"type": "string"}}}, "required": ["Specialist Medical"]}}, "required": ["name", "tel", "fax", "licensee", "licensePeriod", "licenseClass", "hciCode", "address", "doctorInCharge", "mohApprovedSpecialServices", "detailedServices"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "ADMIRALTY MEDICAL CENTRE", "tel" : "68078000", "fax" : "68078090", "licensee" : "ADMIRALTY MEDICAL CENTRE PTE. LTD.", "licensePeriod" : "07/07/2017 to 06/07/2019", "licenseClass" : "[ 2 Years ( 2A ) ]", "hciCode" : "17M0006", "address" : "BLK 676 WOODLANDS DRIVE 71, Kampung Admiralty, #03-01 Singapore 730676", "doctorInCharge" : [{"name" : "Yip Chee Chew", "qualifications" : ["MBBS (National University of Singapore, Singapore) 1991", "FRCSEd (Ophth) (Royal College of Surgeons of Edinburgh, United Kingdom) 1998", "M Med (Ophth) (National University of Singapore, Singapore) 1998"], "specialties" : ["Ophthalmology"]}], "mohApprovedSpecialServices" : ["Day Surgery", "Endoscopy"], "detailedServices" : {"Specialist Medical" : ["Anaesthesiology", "Diagnostic Radiology", "Endocrinology", "Gastroenterology", "General Surgery", "Hand Surgery", "Internal Medicine", "Ophthalmology", "Orthopaedic Surgery", "Otorhinolaryngology", "Pathology", "Renal Medicine"]}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "tel": {"type": "string"}, "fax": {"type": "string"}, "licensee": {"type": "string"}, "licensePeriod": {"type": "string"}, "licenseClass": {"type": "string"}, "hciCode": {"type": "string"}, "address": {"type": "string"}, "doctorInCharge": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "qualifications": {"type": "array", "items": {"type": "string"}}, "specialties": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "qualifications", "specialties"]}}, "mohApprovedSpecialServices": {"type": "array", "items": {"type": "string"}}, "detailedServices": {"type": "object", "properties": {"Specialist Medical": {"type": "array", "items": {"type": "string"}}}, "required": ["Specialist Medical"]}}, "required": ["name", "tel", "fax", "licensee", "licensePeriod", "licenseClass", "hciCode", "address", "doctorInCharge", "mohApprovedSpecialServices", "detailedServices"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 102599, "info" : {"name" : "Google Play Music - Dark Theme", "description" : "A dark theme for Google Play Music", "additionalInfo" : null, "format" : "uso", "category" : "google", "createdAt" : "2014-06-18T00:40:57.000Z", "updatedAt" : "2014-06-18T02:17:28.000Z", "license" : "NO-REDISTRIBUTION", "author" : {"id" : 267144, "name" : "Snicers"}}, "stats" : {"installs" : {"total" : 253, "weekly" : 0}}, "discussions" : {"stats" : {"discussionsCount" : 0, "commentsCount" : 0}, "data" : []}, "style" : {"css" : "@-moz-document url-prefix('https://play.google.com/music'){\r\ndiv#content {\r\n background-color: #0D0D0D;\r\n}\r\n.song-row td{\r\n background-color: #141414 !important;\r\n}\r\n}"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "410804002200", "text" : "\u4e1c\u5b54\u5e84\u6751\u59d4\u4f1a"}, {"id" : "410804002201", "text" : "\u5317\u5b54\u5e84\u6751\u59d4\u4f1a"}, {"id" : "410804002202", "text" : "\u897f\u5b54\u5e84\u6751\u59d4\u4f1a"}, {"id" : "410804002203", "text" : "\u79e6\u5e84\u6751\u59d4\u4f1a"}, {"id" : "410804002204", "text" : "\u5f20\u5f13\u6751\u59d4\u4f1a"}, {"id" : "410804002205", "text" : "\u90ed\u5f20\u5f13\u6751\u59d4\u4f1a"}, {"id" : "410804002206", "text" : "\u8303\u5f20\u5f13\u6751\u59d4\u4f1a"}, {"id" : "410804002207", "text" : "\u9093\u5e84\u6751\u59d4\u4f1a"}, {"id" : "410804002208", "text" : "\u738b\u6bcd\u6cc9\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#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"acadYear": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "department": {"type": "string"}, "faculty": {"type": "string"}, "workload": {"type": "array", "items": {"type": "integer"}}, "prerequisite": {"type": "string"}, "moduleCredit": {"type": "string"}, "moduleCode": {"type": "string"}, "semesterData": {"type": "array", "items": {"type": "object", "properties": {"semester": {"type": "integer"}, "timetable": {"type": "array", "items": {}}}, "required": ["semester", "timetable"]}}, "prereqTree": {"type": "string"}, "fulfillRequirements": {"type": "array", "items": {"type": "string"}}}, "required": ["acadYear", "description", "title", "department", "faculty", "workload", "prerequisite", "moduleCredit", "moduleCode", "semesterData", "prereqTree", "fulfillRequirements"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"acadYear" : "2019/2020", "description" : "A continuation of MUA2109, students will further study and perform works of chamber music for undirected ensembles as defined in the description of module MUA2109.\nStudents should participate in at least one public performance as well as in a final examination of the prepared work(s).", "title" : "Chamber Music", "department" : "YSTCM Dean's Office", "faculty" : "YST Conservatory of Music", "workload" : [0, 1, 0, 0, 4], "prerequisite" : "MUA2109", "moduleCredit" : "2", "moduleCode" : "MUA3109", "semesterData" : [{"semester" : 1, "timetable" : []}, {"semester" : 2, "timetable" : []}], "prereqTree" : "MUA2109", "fulfillRequirements" : ["MUA4109"]} | json_instruct | {"type": "object", "properties": {"acadYear": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "department": {"type": "string"}, "faculty": {"type": "string"}, "workload": {"type": "array", "items": {"type": "integer"}}, "prerequisite": {"type": "string"}, "moduleCredit": {"type": "string"}, "moduleCode": {"type": "string"}, "semesterData": {"type": "array", "items": {"type": "object", "properties": {"semester": {"type": "integer"}, "timetable": {"type": "array", "items": {}}}, "required": ["semester", "timetable"]}}, "prereqTree": {"type": "string"}, "fulfillRequirements": {"type": "array", "items": {"type": "string"}}}, "required": ["acadYear", "description", "title", "department", "faculty", "workload", "prerequisite", "moduleCredit", "moduleCode", "semesterData", "prereqTree", "fulfillRequirements"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"error": {"type": "object", "properties": {"code": {"type": "integer"}, "data": {"type": "object", "properties": {"moleQueueId": {"type": "integer"}}, "required": ["moleQueueId"]}, "message": {"type": "string"}}, "required": ["code", "data", "message"]}, "id": {"type": "integer"}, "jsonrpc": {"type": "string"}}, "required": ["error", "id", "jsonrpc"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"error" : {"code" : 3, "data" : {"moleQueueId" : 97868}, "message" : "Unknown MoleQueue ID"}, "id" : 104, "jsonrpc" : "2.0"} | json_instruct | {"type": "object", "properties": {"error": {"type": "object", "properties": {"code": {"type": "integer"}, "data": {"type": "object", "properties": {"moleQueueId": {"type": "integer"}}, "required": ["moleQueueId"]}, "message": {"type": "string"}}, "required": ["code", "data", "message"]}, "id": {"type": "integer"}, "jsonrpc": {"type": "string"}}, "required": ["error", "id", "jsonrpc"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"cylon": {"type": "string"}, "cylon-firmata": {"type": "string"}, "cylon-gpio": {"type": "string"}, "cylon-i2c": {"type": "string"}, "socket.io": {"type": "string"}, "socket.io-client": {"type": "string"}}, "required": ["cylon", "cylon-firmata", "cylon-gpio", "cylon-i2c", "socket.io", "socket.io-client"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "cylonin15", "version" : "0.0.1", "description" : "small iot app", "main" : "index.js", "scripts" : {"start" : "node index.js", "test" : "npm test"}, "repository" : {"type" : "git", "url" : "git+https://github.com/kanekotic/CylonIn15.git"}, "author" : "kanekotic", "license" : "MIT", "bugs" : {"url" : "https://github.com/kanekotic/CylonIn15/issues"}, "homepage" : "https://github.com/kanekotic/CylonIn15#readme", "dependencies" : {"cylon" : "^1.3.0", "cylon-firmata" : "^0.24.0", "cylon-gpio" : "^0.29.0", "cylon-i2c" : "^0.26.1", "socket.io" : "^1.4.6", "socket.io-client" : "^1.4.6"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"cylon": {"type": "string"}, "cylon-firmata": {"type": "string"}, "cylon-gpio": {"type": "string"}, "cylon-i2c": {"type": "string"}, "socket.io": {"type": "string"}, "socket.io-client": {"type": "string"}}, "required": ["cylon", "cylon-firmata", "cylon-gpio", "cylon-i2c", "socket.io", "socket.io-client"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"pl_disc": {"type": "string"}, "pl_pelink": {"type": "string"}, "st_rad": {"type": "string"}, "pl_massj": {"type": "string"}, "st_dist": {"type": "string"}, "null": {"type": "array", "items": {"type": "string"}}, "pl_dens": {"type": "string"}, "pl_eqt": {"type": "string"}, "st_optmag": {"type": "string"}, "ra": {"type": "string"}, "pl_discmethod": {"type": "string"}, "pl_hostname": {"type": "string"}, "pl_radj": {"type": "string"}, "rowupdate": {"type": "string"}, "pl_facility": {"type": "string"}, "pl_edelink": {"type": "string"}, "dec": {"type": "string"}}, "required": ["pl_disc", "pl_pelink", "st_rad", "pl_massj", "st_dist", "null", "pl_dens", "pl_eqt", "st_optmag", "ra", "pl_discmethod", "pl_hostname", "pl_radj", "rowupdate", "pl_facility", "pl_edelink", "dec"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"pl_disc" : "HD 180902", "pl_pelink" : "0", "st_rad" : "1", "pl_massj" : "0", "st_dist" : "HD 180902 b", "null" : ["2.800", "114.55", "1.52", "7.778", "4.10", "5030.00", "http://exoplanet.eu/catalog/hd_180902_b/", "http://exoplanets.org/detail/HD_180902_b"], "pl_dens" : "2009", "pl_eqt" : "Radial Velocity", "st_optmag" : "0", "ra" : "1", "pl_discmethod" : "0", "pl_hostname" : "-23.558155", "pl_radj" : "0", "rowupdate" : "2014-05-14", "pl_facility" : "W. M. Keck Observatory", "pl_edelink" : "289.823792", "dec" : "10 m Keck I Telescope"} | json_instruct | {"type": "object", "properties": {"pl_disc": {"type": "string"}, "pl_pelink": {"type": "string"}, "st_rad": {"type": "string"}, "pl_massj": {"type": "string"}, "st_dist": {"type": "string"}, "null": {"type": "array", "items": {"type": "string"}}, "pl_dens": {"type": "string"}, "pl_eqt": {"type": "string"}, "st_optmag": {"type": "string"}, "ra": {"type": "string"}, "pl_discmethod": {"type": "string"}, "pl_hostname": {"type": "string"}, "pl_radj": {"type": "string"}, "rowupdate": {"type": "string"}, "pl_facility": {"type": "string"}, "pl_edelink": {"type": "string"}, "dec": {"type": "string"}}, "required": ["pl_disc", "pl_pelink", "st_rad", "pl_massj", "st_dist", "null", "pl_dens", "pl_eqt", "st_optmag", "ra", "pl_discmethod", "pl_hostname", "pl_radj", "rowupdate", "pl_facility", "pl_edelink", "dec"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"cheerio": {"type": "string"}, "request": {"type": "string"}}, "required": ["cheerio", "request"]}}, "required": ["scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"scripts" : {"start" : "node ./index.js"}, "dependencies" : {"cheerio" : "^1.0.0-rc.2", "request" : "^2.85.0"}} | json_instruct | {"type": "object", "properties": {"scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"cheerio": {"type": "string"}, "request": {"type": "string"}}, "required": ["cheerio", "request"]}}, "required": ["scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "isComplete": {"type": "boolean"}}, "required": ["id", "name", "isComplete"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : 1, "name" : "Buy Soylent", "isComplete" : false}, {"id" : 2, "name" : "Drink Soylent", "isComplete" : true}, {"id" : 3, "name" : "Buy more Soylent", "isComplete" : false}, {"id" : 4, "name" : "Make French Toast", "isComplete" : false}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "isComplete": {"type": "boolean"}}, "required": ["id", "name", "isComplete"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"Id": {"type": "string"}, "ThreadId": {"type": "string"}, "Html": {"type": "string"}, "PostedDate": {"type": "string"}, "UserRole": {"type": "null"}, "MarkedAsAnswerDate": {"type": "null"}}, "required": ["Id", "ThreadId", "Html", "PostedDate", "UserRole", "MarkedAsAnswerDate"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"Id" : "186260", "ThreadId" : "55178", "Html" : "I have a DataGrid and a button which called a command. The command looks like this:<br>\r\n<br>\r\n<pre>if(dgResources.SelectedValue == null)<br> return;<br>string selectedValue = dgResources.SelectedValue.ToString();<br>foreach(SomeObjectType res in anObservableCollection) {<br> if(res.Name == selectedValue) {<br> resources.Remove(res);<br> break;<br> }<br>}<br>dgResources.ItemsSource = resources;</pre>\r\nBut when I change the SelectionUnit to Cell, neither the button nor the Del key delete the current row any more. If I could get the index of the row, or the cell I could probably delete it another way but all of the SelectedValue/SelectedIndex etc properties are null.<br>\r\n", "PostedDate" : "2009-05-03T06:45:44.02-07:00", "UserRole" : null, "MarkedAsAnswerDate" : null}, {"Id" : "186268", "ThreadId" : "55178", "Html" : "That is by design.\u00a0 The DeleteCommand for DataGrid works when a row is selected.\u00a0 One way to work around this is to intercept the delete key press and do the delete yourself based on the row of the selected cell (similar to what you are doing above).\r\n", "PostedDate" : "2009-05-03T07:34:02.627-07:00", "UserRole" : null, "MarkedAsAnswerDate" : null}, {"Id" : "186302", "ThreadId" : "55178", "Html" : "I just needed to use the right properties. The SelectedCell's item can be removed from the DataSource:<br>\r\n<br>\r\n<pre>if(dgResources.SelectedCells.Count == 0)<br> return;<br>SomeObject selectedValue = dgResources.SelectedCells[0].Item as SomeObject;<br>anObservableCollection.Remove(selectedValue);</pre>\r\n", "PostedDate" : "2009-05-03T10:35:24.763-07:00", "UserRole" : null, "MarkedAsAnswerDate" : null}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"Id": {"type": "string"}, "ThreadId": {"type": "string"}, "Html": {"type": "string"}, "PostedDate": {"type": "string"}, "UserRole": {"type": "null"}, "MarkedAsAnswerDate": {"type": "null"}}, "required": ["Id", "ThreadId", "Html", "PostedDate", "UserRole", "MarkedAsAnswerDate"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1987, 21], [1988, 14], [1989, 13], [1990, 13], [1991, 17], [1992, 7], [1993, 8], [1995, 8], [1997, 8], [2001, 10], [2003, 7], [2005, 9], [2006, 11], [2007, 13], [2008, 15], [2009, 13], [2010, 15], [2011, 19], [2012, 10], [2013, 14], [2014, 14]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"index": {"type": "integer"}, "redacted": {"type": "boolean"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "redacted", "hash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"index" : 383, "redacted" : false, "hash" : 3459959054, "blacklisted" : false} | json_instruct | {"type": "object", "properties": {"index": {"type": "integer"}, "redacted": {"type": "boolean"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "redacted", "hash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["TLV", "SDV", "VDA", "HFA", "ETH"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"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" : [[[-117.26077, 32.757749], [-117.25674, 32.758494], [-117.257013, 32.780401], [-117.258315, 32.790003], [-117.248245, 32.792156], [-117.248083, 32.791339], [-117.243235, 32.790695], [-117.24171, 32.78954], [-117.240286, 32.786015], [-117.239694, 32.786148], [-117.238753, 32.781368], [-117.237812, 32.780202], [-117.236178, 32.779887], [-117.234375, 32.782444], [-117.233965, 32.788651], [-117.230674, 32.793831], [-117.230868, 32.795986], [-117.221388, 32.798389], [-117.220819, 32.798949], [-117.222226, 32.801811], [-117.218611, 32.802415], [-117.215403, 32.801811], [-117.209418, 32.796386], [-117.207579, 32.792425], [-117.207114, 32.789036], [-117.208687, 32.777567], [-117.204222, 32.759931], [-117.248554, 32.755009], [-117.26017, 32.753049], [-117.25997, 32.755549], [-117.26077, 32.757749]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 6876}}]} | 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": {"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" : "Holistic configuration management at Facebook.", "fields" : ["voice over ip", "configuration management", "mobile device", "new product development", "use case"], "abstract" : "Facebook's web site and mobile apps are very dynamic. Every day, they undergo thousands of online configuration changes, and execute trillions of configuration checks to personalize the product features experienced by hundreds of million of daily active users. For example, configuration changes help manage the rollouts of new product features, perform A/B testing experiments on mobile devices to identify the best echo-canceling parameters for VoIP, rebalance the load across global regions, and deploy the latest machine learning models to improve News Feed ranking. This paper gives a comprehensive description of the use cases, design, implementation, and usage statistics of a suite of tools that manage Facebook's configuration end-to-end, including the frontend products, backend systems, and mobile apps.", "citation" : "Citations (23)", "departments" : ["Facebook", "Facebook", "Facebook", "Facebook", "Facebook"], "authors" : ["Chunqiang Tang.....http://dblp.org/pers/hd/t/Tang:Chunqiang", "Thawan Kooburat.....http://dblp.org/pers/hd/k/Kooburat:Thawan", "Pradeep Venkatachalam.....http://dblp.org/pers/hd/v/Venkatachalam:Pradeep", "Akshay Chander.....http://dblp.org/pers/hd/c/Chander:Akshay", "Zhe Wen.....http://dblp.org/pers/hd/w/Wen:Zhe", "Aravind Narayanan.....http://dblp.org/pers/hd/n/Narayanan:Aravind", "Patrick Dowell.....http://dblp.org/pers/hd/d/Dowell:Patrick", "Robert Karl.....http://dblp.org/pers/hd/k/Karl:Robert"], "conf" : "sosp", "year" : "2015", "pages" : 16} | 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#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "integer"}, "date": {"type": "string"}, "distance": {"type": "number"}, "distanceLabel": {"type": "string"}, "duration": {"type": "number"}, "runByRunner": {"type": "string"}}, "required": ["id", "date", "distance", "distanceLabel", "duration", "runByRunner"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 191, "date" : "2015-04-25", "distance" : 4.1, "distanceLabel" : "4.1 miles", "duration" : 33.989, "runByRunner" : "Tamera"} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "date": {"type": "string"}, "distance": {"type": "number"}, "distanceLabel": {"type": "string"}, "duration": {"type": "number"}, "runByRunner": {"type": "string"}}, "required": ["id", "date", "distance", "distanceLabel", "duration", "runByRunner"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "base": {"type": "string"}, "idInjection": {"type": "boolean"}, "options": {"type": "object", "properties": {"validateUpsert": {"type": "boolean"}}, "required": ["validateUpsert"]}, "properties": {"type": "object", "properties": {"location": {"type": "object", "properties": {"type": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["type", "required"]}}, "required": ["location"]}, "validations": {"type": "array", "items": {}}, "relations": {"type": "object", "properties": {"account": {"type": "object", "properties": {"type": {"type": "string"}, "model": {"type": "string"}, "foreignKey": {"type": "string"}}, "required": ["type", "model", "foreignKey"]}}, "required": ["account"]}, "acls": {"type": "array", "items": {}}, "methods": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "base", "idInjection", "options", "properties", "validations", "relations", "acls", "methods"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Marker", "base" : "PersistedModel", "idInjection" : true, "options" : {"validateUpsert" : true}, "properties" : {"location" : {"type" : "geopoint", "required" : true}}, "validations" : [], "relations" : {"account" : {"type" : "belongsTo", "model" : "Account", "foreignKey" : ""}}, "acls" : [], "methods" : {}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "base": {"type": "string"}, "idInjection": {"type": "boolean"}, "options": {"type": "object", "properties": {"validateUpsert": {"type": "boolean"}}, "required": ["validateUpsert"]}, "properties": {"type": "object", "properties": {"location": {"type": "object", "properties": {"type": {"type": "string"}, "required": {"type": "boolean"}}, "required": ["type", "required"]}}, "required": ["location"]}, "validations": {"type": "array", "items": {}}, "relations": {"type": "object", "properties": {"account": {"type": "object", "properties": {"type": {"type": "string"}, "model": {"type": "string"}, "foreignKey": {"type": "string"}}, "required": ["type", "model", "foreignKey"]}}, "required": ["account"]}, "acls": {"type": "array", "items": {}}, "methods": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "base", "idInjection", "options", "properties", "validations", "relations", "acls", "methods"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.