input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "gempId": {"type": "string"}, "side": {"type": "string"}, "rarity": {"type": "string"}, "set": {"type": "string"}, "printings": {"type": "array", "items": {"type": "object", "properties": {"set": {"type": "string"}}, "required": ["set"]}}, "front": {"type": "object", "properties": {"title": {"type": "string"}, "imageUrl": {"type": "string"}, "type": {"type": "string"}, "subType": {"type": "string"}, "destiny": {"type": "string"}, "icons": {"type": "array", "items": {"type": "string"}}, "gametext": {"type": "string"}, "lore": {"type": "string"}}, "required": ["title", "imageUrl", "type", "subType", "destiny", "icons", "gametext", "lore"]}, "legacy": {"type": "boolean"}}, "required": ["id", "gempId", "side", "rarity", "set", "printings", "front", "legacy"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : 5337, "gempId" : "210_2", "side" : "Light", "rarity" : "R", "set" : "210", "printings" : [{"set" : "210"}], "front" : {"title" : "\u2022Ambush (V)", "imageUrl" : "https://res.starwarsccg.org/cards/Virtual10-Light/large/ambush.gif", "type" : "Interrupt", "subType" : "Lost", "destiny" : "3", "icons" : ["Cloud City", "Episode I"], "gametext" : "Lose 1 Force to take up to three troopers into hand from Reserve Deck; reshuffle. OR Once per game, target three related battlegrounds occupied by your clones. Your Force drains at same and related battlegrounds this turn are +1.", "lore" : "'Well done. Hold them in the security tower, and keep it quiet. Move.'"}, "legacy" : false}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "gempId": {"type": "string"}, "side": {"type": "string"}, "rarity": {"type": "string"}, "set": {"type": "string"}, "printings": {"type": "array", "items": {"type": "object", "properties": {"set": {"type": "string"}}, "required": ["set"]}}, "front": {"type": "object", "properties": {"title": {"type": "string"}, "imageUrl": {"type": "string"}, "type": {"type": "string"}, "subType": {"type": "string"}, "destiny": {"type": "string"}, "icons": {"type": "array", "items": {"type": "string"}}, "gametext": {"type": "string"}, "lore": {"type": "string"}}, "required": ["title", "imageUrl", "type", "subType", "destiny", "icons", "gametext", "lore"]}, "legacy": {"type": "boolean"}}, "required": ["id", "gempId", "side", "rarity", "set", "printings", "front", "legacy"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "fermacy", "definition" : "Medicine; pharmacy. [Obs.] Chaucer."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"t" : "pasimalen", "h" : [{"d" : [{"f" : "\u7d66\u2026\u653e\u6cb9\u3001\u52a0\u6cb9\uff1b\u628a\u2026\u653e\u6cb9\u3001\u52a0\u6cb9\u3002", "e" : ["\ufff9`Pasimal~`e~`n~ `ko~ `misafelan~ `a~ `dateng~ `to~ `miming~ !\ufffa\ufffb\u628a\u716e\u719f\u7684\u83dc\u653e\u9ede\u6cb9\u5427\uff01"]}]}], "stem" : "simal"}
json_instruct
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e"]}}}, "required": ["d"]}}, "stem": {"type": "string"}}, "required": ["t", "h", "stem"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"keyword": {"type": "array", "items": {"type": "integer"}}, "keepconnectionopen": {"type": "array", "items": {"type": "integer"}}, "keeptransactionopen": {"type": "array", "items": {"type": "integer"}}, "key": {"type": "array", "items": {"type": "integer"}}}, "required": ["keyword", "keepconnectionopen", "keeptransactionopen", "key"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"keyword" : [2], "keepconnectionopen" : [1, 1769475, 5701633, 5963777, 7143425, 14024706], "keeptransactionopen" : [1, 5701633, 5963777, 7143425, 13303811, 14024706], "key" : [2752513, 5832705, 7733249, 9240577, 10747905]}
json_instruct
{"type": "object", "properties": {"keyword": {"type": "array", "items": {"type": "integer"}}, "keepconnectionopen": {"type": "array", "items": {"type": "integer"}}, "keeptransactionopen": {"type": "array", "items": {"type": "integer"}}, "key": {"type": "array", "items": {"type": "integer"}}}, "required": ["keyword", "keepconnectionopen", "keeptransactionopen", "key"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "argumentText": {"type": "string"}, "conclusion": {"type": "string"}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "premises": {"type": "array", "items": {"type": "string"}}}, "required": ["citations", "argumentText", "conclusion", "language", "lookupTerms", "metaLanguage", "premises"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"citations" : [{"textCitation" : "[See decaddci on Metamath](http://us.metamath.org/mpegif/decaddci.html)"}], "argumentText" : "ARGUMENT\n\n| Step | Hyp | Ref | Expression |\n|---|---|---|---|\n\n| 1 | | decaddi.1 | |- A e. NN0 |\n| 2 | | decaddi.2 | |- B e. NN0 |\n| 3 | | decaddi.3 | |- N e. NN0 |\n| 4 | | decaddi.4 | |- M = ; A B |\n| 5 | | decaddci.5 | |- ( A + 1 ) = D |\n| 6 | | decaddci.6 | |- C e. NN0 |\n| 7 | | decaddci.7 | |- ( B + N ) = ; 1 C |\n| 8 | | #P_0nn0 | |- 0 e. NN0 |\n| 9 | 3 | #P_dec0h | |- N = ; 0 N |\n| 10 | 1 | #P_nn0cni | |- A e. CC |\n| 11 | 10 | #P_addid1i | |- ( A + 0 ) = A |\n| 12 | 11 | #P_oveq1i | |- ( ( A + 0 ) + 1 ) = ( A + 1 ) |\n| 13 | 12, 5 | #P_eqtri | |- ( ( A + 0 ) + 1 ) = D |\n| 14 | 1, 2, 8, 3, 4, 9, 13, 6, 7 | #P_decaddc | |- ( M + N ) = ; D C |", "conclusion" : "#P_decaddci", "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_cA", "#T_wcel", "#T_cn0", "#T_cB", "#T_wcel", "#T_cn0", "#T_cN", "#T_wcel", "#T_cn0", "#T_cM", "#T_wceq", "#T_cdc", "#T_cA", "#T_cB", "#T_cA", "#T_caddc", "#T_c1", "#T_wceq", "#T_cD", "#T_cC", "#T_wcel", "#T_cn0", "#T_cB", "#T_caddc", "#T_cN", "#T_wceq", "#T_cdc", "#T_c1", "#T_cC", "#T_cc0", "#T_wcel", "#T_cn0", "#T_cN", "#T_wceq", "#T_cdc", "#T_cc0", "#T_cN", "#T_cA.wceq", "#T_wcel", "#T_cc", "#T_cA.wceq", "#T_caddc", "#T_cc0", "#T_wceq", "#T_cA.wceq", "#T_cA.wceq", "#T_caddc", "#T_cc0", "#T_caddc", "#T_c1", "#T_wceq", "#T_cA.wceq", "#T_caddc", "#T_c1", "#T_cA.wceq", "#T_caddc", "#T_cc0", "#T_caddc", "#T_c1", "#T_wceq", "#T_cD", "#T_cM", "#T_caddc", "#T_cN", "#T_wceq", "#T_cdc", "#T_cD", "#T_cC"], "metaLanguage" : "METAMATH", "premises" : ["#P_dec0h", "#P_eqtri", "#P_0nn0", "#P_addid1i", "#P_nn0cni", "#P_decaddc", "#P_oveq1i"]}
json_instruct
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "argumentText": {"type": "string"}, "conclusion": {"type": "string"}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "premises": {"type": "array", "items": {"type": "string"}}}, "required": ["citations", "argumentText", "conclusion", "language", "lookupTerms", "metaLanguage", "premises"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"none": {"type": "object", "properties": {"kr": {"type": "string"}, "en": {"type": "string"}}, "required": ["kr", "en"]}, "connection_error": {"type": "object", "properties": {"kr": {"type": "string"}, "en": {"type": "string"}}, "required": ["kr", "en"]}, "bad_request_error": {"type": "object", "properties": {"kr": {"type": "string"}, "en": {"type": "string"}}, "required": ["kr", "en"]}, "not_found_error": {"type": "object", "properties": {"kr": {"type": "string"}, "en": {"type": "string"}}, "required": ["kr", "en"]}, "internal_server_error": {"type": "object", "properties": {"kr": {"type": "string"}, "en": {"type": "string"}}, "required": ["kr", "en"]}, "default_error": {"type": "object", "properties": {"kr": {"type": "string"}, "en": {"type": "string"}}, "required": ["kr", "en"]}}, "required": ["none", "connection_error", "bad_request_error", "not_found_error", "internal_server_error", "default_error"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"none" : {"kr" : "-", "en" : "-"}, "connection_error" : {"kr" : "\uc11c\ubc84\uc5d0 \uc811\uc18d\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.", "en" : "Was not able to connect to the server."}, "bad_request_error" : {"kr" : "\uc11c\ubc84\uc5d0\uc11c \uc694\uccad\uc744 \ucc98\ub9ac\ud560 \uc218 \uc5c6\uc5c8\uc2b5\ub2c8\ub2e4.", "en" : "The server could not process the request."}, "not_found_error" : {"kr" : "\uc874\uc7ac\ud558\uc9c0 \uc54a\ub294 \ub0b4\uc6a9\uc785\ub2c8\ub2e4", "en" : "Content not found."}, "internal_server_error" : {"kr" : "\uc11c\ubc84\uc5d0\uc11c \ucc98\ub9ac \uc911 \ubb38\uc81c\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4.", "en" : "There was a problem in the server."}, "default_error" : {"kr" : "\uc11c\ubc84 \uc5d0\ub7ec.", "en" : "An error occurred at the server."}}
json_instruct
{"type": "object", "properties": {"none": {"type": "object", "properties": {"kr": {"type": "string"}, "en": {"type": "string"}}, "required": ["kr", "en"]}, "connection_error": {"type": "object", "properties": {"kr": {"type": "string"}, "en": {"type": "string"}}, "required": ["kr", "en"]}, "bad_request_error": {"type": "object", "properties": {"kr": {"type": "string"}, "en": {"type": "string"}}, "required": ["kr", "en"]}, "not_found_error": {"type": "object", "properties": {"kr": {"type": "string"}, "en": {"type": "string"}}, "required": ["kr", "en"]}, "internal_server_error": {"type": "object", "properties": {"kr": {"type": "string"}, "en": {"type": "string"}}, "required": ["kr", "en"]}, "default_error": {"type": "object", "properties": {"kr": {"type": "string"}, "en": {"type": "string"}}, "required": ["kr", "en"]}}, "required": ["none", "connection_error", "bad_request_error", "not_found_error", "internal_server_error", "default_error"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"0.1.0": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.1.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.1.2": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.1.3": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.1.4": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.1.5": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.1.0", "0.1.1", "0.1.2", "0.1.3", "0.1.4", "0.1.5"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"latest_version" : ["0.1.5"], "meta" : {"description" : "Python driver for VWR circulating baths", "homepage" : "http://github.com/numat/vwr/", "license" : "GPLv2"}, "versions" : {"0.1.0" : {"sha256" : "bfa553679614c6dda1b2cedc851c94c66e2d01d312478752fa7f4ef73b8a45d2", "url" : "https://files.pythonhosted.org/packages/de/c5/756f986d34248df0bdd61ee8f85d4ef584fac07b783a6873cb598ac959b9/vwr-0.1.0.tar.gz"}, "0.1.1" : {"sha256" : "83f9d9fcb9783e94c3fb2c36d6bf3bdb32e00e1b816c384b82f3f7b7145d22d6", "url" : "https://files.pythonhosted.org/packages/a9/86/1d5f5baaca5f53c6c7be8d30b2c28d8d13f061ca85b965957e6bb2361308/vwr-0.1.1.tar.gz"}, "0.1.2" : {"sha256" : "670b6ac515e2bb4b0591cdc9cefa8f97d2a38d91fb0e3bbedffc59c46493496a", "url" : "https://files.pythonhosted.org/packages/14/59/8d590ecc3d26e0ee700ddaf8fbdaa97e724c291397111a03a84f50410598/vwr-0.1.2.tar.gz"}, "0.1.3" : {"sha256" : "2122dc41ca2aad9f5b180a4a4a6e4865f0dfd22cefa3924b5a5183556adfbaa3", "url" : "https://files.pythonhosted.org/packages/58/cb/9ce494e2f6a860fa17438872cc24ef5417765e2655130fa73ae69299c7b9/vwr-0.1.3.tar.gz"}, "0.1.4" : {"sha256" : "ee743e7d9c14df08b3d7bb1b889f5513494e75361bba07af69c99685efb25d43", "url" : "https://files.pythonhosted.org/packages/c6/6a/739c483c7071217b59401a6a59946dfbb46f67f4ae5e8c48debf68d4ca56/vwr-0.1.4.tar.gz"}, "0.1.5" : {"sha256" : "7407a084353ce2b6214a0f0a2b6415c9f2d5809973451f7b888d046571fa28b2", "url" : "https://files.pythonhosted.org/packages/69/76/f96e81afaa11d7840dfef098fcc792eb2f488f8605d6338d17e35958a829/vwr-0.1.5.tar.gz"}}}
json_instruct
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"0.1.0": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.1.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.1.2": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.1.3": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.1.4": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.1.5": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.1.0", "0.1.1", "0.1.2", "0.1.3", "0.1.4", "0.1.5"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"0.1.0": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.1.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.2.0": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.2.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.2.2": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.2.3": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.1.0", "0.1.1", "0.2.0", "0.2.1", "0.2.2", "0.2.3"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"latest_version" : ["0.2.3"], "meta" : {"description" : "Gestion de Expedientes de Agrimensores para Django", "homepage" : "http://pypi.python.org/pypi/gea/", "license" : "LICENSE"}, "versions" : {"0.1.0" : {"sha256" : "e9ed6a048138f40f4290572d7a25412638c0b8a869ecfe079e17aa3389eef9a3", "url" : "https://files.pythonhosted.org/packages/f6/f9/35c7583331c1bef77c93f7ac044a969dca6f2d78bc8a6dbe0fb1fcbe5189/gea-0.1.0.tar.gz"}, "0.1.1" : {"sha256" : "f6e6306a75a1c6480bb3d31e377cd806f1e7f4c32204446708e8e1d654542fcc", "url" : "https://files.pythonhosted.org/packages/49/79/85438cf078f313cd93e6def530098c60e50b4b21f6cfdc23e885addbf906/gea-0.1.1.tar.gz"}, "0.2.0" : {"sha256" : "65722b104cb97877ad3a52e22448f39eec2abf187c095fdc8ffcda991e65cdfc", "url" : "https://files.pythonhosted.org/packages/e4/53/645b267c534ac618b4cfeffbb59acea8ae800823c1902e21cb23dd7a2a48/gea-0.2.0.tar.gz"}, "0.2.1" : {"sha256" : "153d6cc5e4c08667ea37e6577b2127f64fe703bbcf520c6a3b7bee29f34cc71f", "url" : "https://files.pythonhosted.org/packages/54/82/d858db282abb199c07c347cf474e7329dd69c25f0ab53e4d15bff98b277d/gea-0.2.1.tar.gz"}, "0.2.2" : {"sha256" : "00477a2646ca5cff85c767405558fb6f1f79d4d67cab8b80e3ed8b6fa183a3f6", "url" : "https://files.pythonhosted.org/packages/22/80/d8bd85574d80e440b64da3bb761a48ee5bd995b305ee0f3891393b7c9d4b/gea-0.2.2.tar.gz"}, "0.2.3" : {"sha256" : "4fc296d679e8aefb53a2201fc06476ff5f9f95491a00a796f87739cc70076369", "url" : "https://files.pythonhosted.org/packages/be/9c/21e3e28b7136cf1dd31b4c368dc9910b93f387abc4c6593dd57236a5b1d5/gea-0.2.3.tar.gz"}}}
json_instruct
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "object", "properties": {"0.1.0": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.1.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.2.0": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.2.1": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.2.2": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}, "0.2.3": {"type": "object", "properties": {"sha256": {"type": "string"}, "url": {"type": "string"}}, "required": ["sha256", "url"]}}, "required": ["0.1.0", "0.1.1", "0.2.0", "0.2.1", "0.2.2", "0.2.3"]}}, "required": ["latest_version", "meta", "versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"circliful.js": {"type": "string"}, "circliful.min.js": {"type": "string"}, "main.css": {"type": "string"}, "main.min.css": {"type": "string"}}, "required": ["circliful.js", "circliful.min.js", "main.css", "main.min.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"circliful.js" : "sha512-6rHvlNG9w2We6XHY5DGL9xyGbTDkVT4Z+MqChqdYkDcG0H260anmVXKu+38fEPS8L/VGvxwUcKGEb1DSvgiITQ==", "circliful.min.js" : "sha512-PeJC9tooJqsLQxwdzCJn+T3QzCXQ0ZoV6M2ZO24a3v4qtb/IVwPlQ2MdTaVpka0NUuKCKG+bwAcepBeKZp1GLQ==", "main.css" : "sha512-NK4HHauNM/PN8erIU9un7qlAoRfjrk8rXxJOBXrksOn0232Kq1l5A9yGBuhIDuvLUr/plS0j1RDhsXHlXwoaEA==", "main.min.css" : "sha512-NK4HHauNM/PN8erIU9un7qlAoRfjrk8rXxJOBXrksOn0232Kq1l5A9yGBuhIDuvLUr/plS0j1RDhsXHlXwoaEA=="}
json_instruct
{"type": "object", "properties": {"circliful.js": {"type": "string"}, "circliful.min.js": {"type": "string"}, "main.css": {"type": "string"}, "main.min.css": {"type": "string"}}, "required": ["circliful.js", "circliful.min.js", "main.css", "main.min.css"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "icon": {"type": "string"}, "category": {"type": "string"}, "read_by_default": {"type": "boolean"}, "flag": {"type": "string"}, "pages": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "text": {"type": "string"}}, "required": ["type", "text"]}}}, "required": ["name", "icon", "category", "read_by_default", "flag", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Energetic Infuser", "icon" : "thermal:charge_bench", "category" : "thermal:technology", "read_by_default" : true, "flag" : "mod:thermal_innovation", "pages" : [{"type" : "text", "text" : "The Energetic Infuser is a block that can be used to charge up to 9 items at once. Its main benefits over the $(l:thermal:technology/tinker_bench)Tinker's Bench$(/l) are faster charging speeds and that items can be automatically inserted and extracted (e.g. with a hopper)."}, {"type" : "crafting", "recipe" : "thermal:charge_bench", "title" : "Energetic Infuser", "text" : "$(o)Ancient texts record the existence of a machine by the same name that was once able to infuse Redstone Flux directly into items, not just tools. This, however, seems to defy all logic.$()"}, {"type" : "text", "title" : "Augment Compatibility", "text" : "$(li)$(l:thermal:technology/augments/integral_components)Integral Components$(/l)$(li)$(l:thermal:technology/augments/item_filter)Item Filter$(/l)$(li)$(l:thermal:technology/augments/rf_coil)Expanded RF Coil$(/l)$(li)$(l:thermal:technology/augments/rf_coil_storage)Stabilized RF Coil$(/l)$(li)$(l:thermal:technology/augments/rf_coil_xfer)High-Flux RF Coil$(/l)"}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "icon": {"type": "string"}, "category": {"type": "string"}, "read_by_default": {"type": "boolean"}, "flag": {"type": "string"}, "pages": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "text": {"type": "string"}}, "required": ["type", "text"]}}}, "required": ["name", "icon", "category", "read_by_default", "flag", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "OperatorsReference": {"type": "string"}, "UsageTypeID": {"type": "integer"}, "UsageCost": {"type": "string"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "StateOrProvince": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "StateOrProvince", "Postcode", "CountryID", "Latitude", "Longitude", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "Amps": {"type": "integer"}, "Voltage": {"type": "integer"}, "PowerKW": {"type": "number"}, "CurrentTypeID": {"type": "integer"}, "Quantity": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "Amps", "Voltage", "PowerKW", "CurrentTypeID", "Quantity"]}}, "NumberOfPoints": {"type": "integer"}, "GeneralComments": {"type": "string"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "OperatorID", "OperatorsReference", "UsageTypeID", "UsageCost", "AddressInfo", "Connections", "NumberOfPoints", "GeneralComments", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"IsRecentlyVerified" : false, "ID" : 85440, "UUID" : "D24570FA-FF0A-4009-AE86-90E91A890C26", "DataProviderID" : 1, "OperatorID" : 3279, "OperatorsReference" : "0087,0087", "UsageTypeID" : 4, "UsageCost" : "\u20ac0/kWh", "AddressInfo" : {"ID" : 85786, "Title" : "Punto de recarga FENIE Arenal - Plaza Major", "AddressLine1" : "Carrer Maria Ant\u00f2nia Salv\u00e0, 57", "Town" : "Llucmajor", "StateOrProvince" : "Illes Balears", "Postcode" : "07600", "CountryID" : 210, "Latitude" : 39.5004752429957, "Longitude" : 2.75599805026242, "DistanceUnit" : 0}, "Connections" : [{"ID" : 121508, "ConnectionTypeID" : 28, "StatusTypeID" : 50, "LevelID" : 1, "Amps" : 10, "Voltage" : 230, "PowerKW" : 2.3, "CurrentTypeID" : 10, "Quantity" : 3}, {"ID" : 121509, "ConnectionTypeID" : 25, "StatusTypeID" : 50, "LevelID" : 2, "Amps" : 32, "Voltage" : 230, "PowerKW" : 7, "CurrentTypeID" : 10, "Quantity" : 3}], "NumberOfPoints" : 5, "GeneralComments" : "Tarjeta FENIE o MELIB", "StatusTypeID" : 50, "DateLastStatusUpdate" : "2018-10-29T09:30:00Z", "DataQualityLevel" : 1, "DateCreated" : "2017-04-04T14:01:00Z", "SubmissionStatusTypeID" : 200}
json_instruct
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "OperatorsReference": {"type": "string"}, "UsageTypeID": {"type": "integer"}, "UsageCost": {"type": "string"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "StateOrProvince": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "StateOrProvince", "Postcode", "CountryID", "Latitude", "Longitude", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "Amps": {"type": "integer"}, "Voltage": {"type": "integer"}, "PowerKW": {"type": "number"}, "CurrentTypeID": {"type": "integer"}, "Quantity": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "Amps", "Voltage", "PowerKW", "CurrentTypeID", "Quantity"]}}, "NumberOfPoints": {"type": "integer"}, "GeneralComments": {"type": "string"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "OperatorID", "OperatorsReference", "UsageTypeID", "UsageCost", "AddressInfo", "Connections", "NumberOfPoints", "GeneralComments", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"localServerId": {"type": "integer"}, "servers": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "integer"}, "endpoint": {"type": "string"}}, "required": ["name", "id", "endpoint"]}}}, "required": ["localServerId", "servers"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"localServerId" : 1, "servers" : [{"name" : "Server 1", "id" : 1, "endpoint" : "tcp://localhost:9001"}, {"name" : "Server 2", "id" : 2, "endpoint" : "tcp://localhost:9002"}, {"name" : "Server 3", "id" : 3, "endpoint" : "tcp://localhost:9003"}]}
json_instruct
{"type": "object", "properties": {"localServerId": {"type": "integer"}, "servers": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "integer"}, "endpoint": {"type": "string"}}, "required": ["name", "id", "endpoint"]}}}, "required": ["localServerId", "servers"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"": {"type": "object", "properties": {"swift-dependencies": {"type": "string"}}, "required": ["swift-dependencies"]}, "/Users/mariuszwisniewski/Developing/GitHub/todo-app-syncano/todo-app-syncanoTests/todo_app_syncanoTests.swift": {"type": "object", "properties": {"swiftmodule": {"type": "string"}, "object": {"type": "string"}, "llvm-bc": {"type": "string"}, "diagnostics": {"type": "string"}, "dependencies": {"type": "string"}, "swift-dependencies": {"type": "string"}}, "required": ["swiftmodule", "object", "llvm-bc", "diagnostics", "dependencies", "swift-dependencies"]}}, "required": ["", "/Users/mariuszwisniewski/Developing/GitHub/todo-app-syncano/todo-app-syncanoTests/todo_app_syncanoTests.swift"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"" : {"swift-dependencies" : "/Users/mariuszwisniewski/Developing/GitHub/todo-app-syncano/Build/Intermediates/todo-app-syncano.build/Debug-iphoneos/todo-app-syncanoTests.build/Objects-normal/armv7/todo-app-syncanoTests-master.swiftdeps"}, "/Users/mariuszwisniewski/Developing/GitHub/todo-app-syncano/todo-app-syncanoTests/todo_app_syncanoTests.swift" : {"swiftmodule" : "/Users/mariuszwisniewski/Developing/GitHub/todo-app-syncano/Build/Intermediates/todo-app-syncano.build/Debug-iphoneos/todo-app-syncanoTests.build/Objects-normal/armv7/todo_app_syncanoTests~partial.swiftmodule", "object" : "/Users/mariuszwisniewski/Developing/GitHub/todo-app-syncano/Build/Intermediates/todo-app-syncano.build/Debug-iphoneos/todo-app-syncanoTests.build/Objects-normal/armv7/todo_app_syncanoTests.o", "llvm-bc" : "/Users/mariuszwisniewski/Developing/GitHub/todo-app-syncano/Build/Intermediates/todo-app-syncano.build/Debug-iphoneos/todo-app-syncanoTests.build/Objects-normal/armv7/todo_app_syncanoTests.bc", "diagnostics" : "/Users/mariuszwisniewski/Developing/GitHub/todo-app-syncano/Build/Intermediates/todo-app-syncano.build/Debug-iphoneos/todo-app-syncanoTests.build/Objects-normal/armv7/todo_app_syncanoTests.dia", "dependencies" : "/Users/mariuszwisniewski/Developing/GitHub/todo-app-syncano/Build/Intermediates/todo-app-syncano.build/Debug-iphoneos/todo-app-syncanoTests.build/Objects-normal/armv7/todo_app_syncanoTests.d", "swift-dependencies" : "/Users/mariuszwisniewski/Developing/GitHub/todo-app-syncano/Build/Intermediates/todo-app-syncano.build/Debug-iphoneos/todo-app-syncanoTests.build/Objects-normal/armv7/todo_app_syncanoTests.swiftdeps"}}
json_instruct
{"type": "object", "properties": {"": {"type": "object", "properties": {"swift-dependencies": {"type": "string"}}, "required": ["swift-dependencies"]}, "/Users/mariuszwisniewski/Developing/GitHub/todo-app-syncano/todo-app-syncanoTests/todo_app_syncanoTests.swift": {"type": "object", "properties": {"swiftmodule": {"type": "string"}, "object": {"type": "string"}, "llvm-bc": {"type": "string"}, "diagnostics": {"type": "string"}, "dependencies": {"type": "string"}, "swift-dependencies": {"type": "string"}}, "required": ["swiftmodule", "object", "llvm-bc", "diagnostics", "dependencies", "swift-dependencies"]}}, "required": ["", "/Users/mariuszwisniewski/Developing/GitHub/todo-app-syncano/todo-app-syncanoTests/todo_app_syncanoTests.swift"], "$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": {"prefecture_jis_code": {"type": "string"}, "city_jis_code": {"type": "string"}, "zip_code": {"type": "string"}, "prefecture_name_kana": {"type": "string"}, "city_name_kana": {"type": "string"}, "town_name_kana": {"type": "string"}, "prefecture_name": {"type": "string"}, "city_name": {"type": "string"}, "town_name": {"type": "string"}}, "required": ["prefecture_jis_code", "city_jis_code", "zip_code", "prefecture_name_kana", "city_name_kana", "town_name_kana", "prefecture_name", "city_name", "town_name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"prefecture_jis_code" : "02", "city_jis_code" : "02206", "zip_code" : "0340082", "prefecture_name_kana" : "\uff71\uff75\uff93\uff98\uff79\uff9d", "city_name_kana" : "\uff84\uff9c\uff80\uff9e\uff7c", "town_name_kana" : "\uff86\uff7c2\uff8a\uff9e\uff9d\uff81\uff6e\uff73", "prefecture_name" : "\u9752\u68ee\u770c", "city_name" : "\u5341\u548c\u7530\u5e02", "town_name" : "\u897f\u4e8c\u756a\u753a"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"prefecture_jis_code": {"type": "string"}, "city_jis_code": {"type": "string"}, "zip_code": {"type": "string"}, "prefecture_name_kana": {"type": "string"}, "city_name_kana": {"type": "string"}, "town_name_kana": {"type": "string"}, "prefecture_name": {"type": "string"}, "city_name": {"type": "string"}, "town_name": {"type": "string"}}, "required": ["prefecture_jis_code", "city_jis_code", "zip_code", "prefecture_name_kana", "city_name_kana", "town_name_kana", "prefecture_name", "city_name", "town_name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"manifest-version": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "databox-type": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "resource-requirements": {"type": "object", "properties": {"store": {"type": "string"}}, "required": ["store"]}}, "required": ["manifest-version", "name", "version", "description", "author", "license", "databox-type", "tags", "homepage", "repository", "resource-requirements"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"manifest-version" : 1, "name" : "driver-os-monitor", "version" : "0.3.0", "description" : "A Databox driver to monitor the local os", "author" : "Anthony Brown <Anthony.Brown@nottingham.ac.uk> ()", "license" : "MIT", "databox-type" : "driver", "tags" : ["monitor", "os"], "homepage" : "https://github.com/me-box/driver-os-monitor", "repository" : {"type" : "git", "url" : "git+https://github.com/me-box/driver-os-monitor.git"}, "resource-requirements" : {"store" : "core-store"}}
json_instruct
{"type": "object", "properties": {"manifest-version": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "databox-type": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "resource-requirements": {"type": "object", "properties": {"store": {"type": "string"}}, "required": ["store"]}}, "required": ["manifest-version", "name", "version", "description", "author", "license", "databox-type", "tags", "homepage", "repository", "resource-requirements"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"Args": {"type": "string"}, "Members": {"type": "array", "items": {"type": "string"}}, "Values": {"type": "array", "items": {"type": "string"}}, "ExpectedResult": {"type": "array", "items": {"type": "string"}}, "Levels": {"type": "array", "items": {"type": "object", "properties": {"LevelNumber": {"type": "integer"}, "CommandsValid": {"type": "array", "items": {"type": "string"}}, "PropertiesValid": {"type": "array", "items": {"type": "string"}}, "MethodsValid": {"type": "array", "items": {}}, "CommandsWithError": {"type": "array", "items": {}}, "PropertiesInvalid": {"type": "array", "items": {}}, "MethodsInvalid": {"type": "array", "items": {}}}, "required": ["LevelNumber", "CommandsValid", "PropertiesValid", "MethodsValid", "CommandsWithError", "PropertiesInvalid", "MethodsInvalid"]}}}, "required": ["Args", "Members", "Values", "ExpectedResult", "Levels"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Args" : "value", "Members" : ["Command2.System.String Value [--value = ?]", "Command2.default(String --value)"], "Values" : ["Command2.Value=value"], "ExpectedResult" : [""], "Levels" : [{"LevelNumber" : 0, "CommandsValid" : ["Command2"], "PropertiesValid" : ["Command2.System.String Value"], "MethodsValid" : [], "CommandsWithError" : [], "PropertiesInvalid" : [], "MethodsInvalid" : []}]}
json_instruct
{"type": "object", "properties": {"Args": {"type": "string"}, "Members": {"type": "array", "items": {"type": "string"}}, "Values": {"type": "array", "items": {"type": "string"}}, "ExpectedResult": {"type": "array", "items": {"type": "string"}}, "Levels": {"type": "array", "items": {"type": "object", "properties": {"LevelNumber": {"type": "integer"}, "CommandsValid": {"type": "array", "items": {"type": "string"}}, "PropertiesValid": {"type": "array", "items": {"type": "string"}}, "MethodsValid": {"type": "array", "items": {}}, "CommandsWithError": {"type": "array", "items": {}}, "PropertiesInvalid": {"type": "array", "items": {}}, "MethodsInvalid": {"type": "array", "items": {}}}, "required": ["LevelNumber", "CommandsValid", "PropertiesValid", "MethodsValid", "CommandsWithError", "PropertiesInvalid", "MethodsInvalid"]}}}, "required": ["Args", "Members", "Values", "ExpectedResult", "Levels"], "$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"}, "dependencies": {"type": "object", "properties": {"async": {"type": "string"}, "aws-sdk": {"type": "string"}, "node-app-settings": {"type": "string"}, "proxy-agent": {"type": "string"}}, "required": ["async", "aws-sdk", "node-app-settings", "proxy-agent"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "scripts", "repository", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "aws-dynamodb-with-nodejs", "version" : "1.0.0", "description" : "dynamodb development", "main" : "index.js", "dependencies" : {"async" : "^2.5.0", "aws-sdk" : "^2.111.0", "node-app-settings" : "0.0.5", "proxy-agent" : "^2.1.0"}, "devDependencies" : {}, "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "wangpin:woodstage/aws-dynamodb-with-nodejs.git"}, "author" : "", "license" : "MIT"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"async": {"type": "string"}, "aws-sdk": {"type": "string"}, "node-app-settings": {"type": "string"}, "proxy-agent": {"type": "string"}}, "required": ["async", "aws-sdk", "node-app-settings", "proxy-agent"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "description", "main", "dependencies", "devDependencies", "scripts", "repository", "author", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"coverage-gutters.coverageFileNames": {"type": "array", "items": {"type": "string"}}}, "required": ["coverage-gutters.coverageFileNames"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"coverage-gutters.coverageFileNames" : ["coverage.info"]}
json_instruct
{"type": "object", "properties": {"coverage-gutters.coverageFileNames": {"type": "array", "items": {"type": "string"}}}, "required": ["coverage-gutters.coverageFileNames"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"granuleName": {"type": "string"}}, "required": ["granuleName"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}}, "required": ["type", "crs", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "features" : [{"type" : "Feature", "properties" : {"granuleName" : "S1A_IW_SLC__1SDV_20150909T020936_20150909T021006_007632_00A942_9110"}, "geometry" : {"type" : "Polygon", "coordinates" : [[[-126.2468, 46.8928], [-125.7379, 45.1053], [-122.5715, 45.4943], [-122.9727, 47.2825], [-126.2468, 46.8928]]]}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"granuleName": {"type": "string"}}, "required": ["granuleName"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}}, "required": ["type", "crs", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"electron": {"type": "string"}}, "required": ["electron"]}, "dependencies": {"type": "object", "properties": {"angular": {"type": "string"}, "angularjs": {"type": "string"}, "require-from-url": {"type": "string"}}, "required": ["angular", "angularjs", "require-from-url"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "2021-05-24--web-l4-js-angular-electron", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"start" : "electron ."}, "author" : "", "license" : "ISC", "devDependencies" : {"electron" : "^13.0.0"}, "dependencies" : {"angular" : "^1.8.2", "angularjs" : "^0.0.1", "require-from-url" : "^3.1.3"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "author": {"type": "string"}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"electron": {"type": "string"}}, "required": ["electron"]}, "dependencies": {"type": "object", "properties": {"angular": {"type": "string"}, "angularjs": {"type": "string"}, "require-from-url": {"type": "string"}}, "required": ["angular", "angularjs", "require-from-url"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"900020902": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900020903": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900020904": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900020905": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900020906": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900020907": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900020908": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900020909": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900020910": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900020911": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900020902", "900020903", "900020904", "900020905", "900020906", "900020907", "900020908", "900020909", "900020910", "900020911"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"900020902" : {"nama" : "TPS 01", "dapil" : [1202, 11207, 2120305]}, "900020903" : {"nama" : "TPS 02", "dapil" : [1202, 11207, 2120305]}, "900020904" : {"nama" : "TPS 03", "dapil" : [1202, 11207, 2120305]}, "900020905" : {"nama" : "TPS 04", "dapil" : [1202, 11207, 2120305]}, "900020906" : {"nama" : "TPS 05", "dapil" : [1202, 11207, 2120305]}, "900020907" : {"nama" : "TPS 06", "dapil" : [1202, 11207, 2120305]}, "900020908" : {"nama" : "TPS 07", "dapil" : [1202, 11207, 2120305]}, "900020909" : {"nama" : "TPS 08", "dapil" : [1202, 11207, 2120305]}, "900020910" : {"nama" : "TPS 09", "dapil" : [1202, 11207, 2120305]}, "900020911" : {"nama" : "TPS 10", "dapil" : [1202, 11207, 2120305]}}
json_instruct
{"type": "object", "properties": {"900020902": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900020903": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900020904": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900020905": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900020906": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900020907": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900020908": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900020909": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900020910": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900020911": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}}, "required": ["900020902", "900020903", "900020904", "900020905", "900020906", "900020907", "900020908", "900020909", "900020910", "900020911"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"is_lock_vulnerable": {"type": "boolean"}, "is_prodigal_vulnerable": {"type": "boolean"}, "is_suicidal_vulnerable": {"type": "boolean"}}, "required": ["is_lock_vulnerable", "is_prodigal_vulnerable", "is_suicidal_vulnerable"]}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0x7686a26e0ec1289c02433b3ff5aa5e912595aeb1", "tool" : "maian", "start" : 1565502000.3208985, "end" : 1565502135.1562102, "duration" : 134.83531165122986, "analysis" : {"is_lock_vulnerable" : false, "is_prodigal_vulnerable" : false, "is_suicidal_vulnerable" : false}}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"is_lock_vulnerable": {"type": "boolean"}, "is_prodigal_vulnerable": {"type": "boolean"}, "is_suicidal_vulnerable": {"type": "boolean"}}, "required": ["is_lock_vulnerable", "is_prodigal_vulnerable", "is_suicidal_vulnerable"]}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon": {"type": "number"}}, "required": ["type", "id", "lat", "lon"]}}, "volunteer_postcode": {"type": "string"}, "closest_distance": {"type": "integer"}}, "required": ["id", "name", "nodes", "volunteer_postcode", "closest_distance"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "766103706", "name" : "Evesham Close", "nodes" : [{"type" : "node", "id" : 873824819, "lat" : 52.2875973, "lon" : -0.7095319}, {"type" : "node", "id" : 7155081232, "lat" : 52.2876565, "lon" : -0.7094295}], "volunteer_postcode" : "NN8 2NT", "closest_distance" : 26}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "nodes": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "integer"}, "lat": {"type": "number"}, "lon": {"type": "number"}}, "required": ["type", "id", "lat", "lon"]}}, "volunteer_postcode": {"type": "string"}, "closest_distance": {"type": "integer"}}, "required": ["id", "name", "nodes", "volunteer_postcode", "closest_distance"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "prepare": {"type": "string"}, "package": {"type": "string"}, "release": {"type": "string"}, "test": {"type": "string"}, "transform": {"type": "string"}}, "required": ["build", "prepare", "package", "release", "test", "transform"]}, "author": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"cli-table": {"type": "string"}, "compromise": {"type": "string"}, "languagedetect": {"type": "string"}, "lodash.get": {"type": "string"}, "natural": {"type": "string"}, "read-dir-files": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["cli-table", "compromise", "languagedetect", "lodash.get", "natural", "read-dir-files", "typescript"]}, "devDependencies": {"type": "object", "properties": {"@types/jest": {"type": "string"}, "@types/node": {"type": "string"}, "jest": {"type": "string"}, "readfiles": {"type": "string"}, "ts-jest": {"type": "string"}, "ts-node": {"type": "string"}}, "required": ["@types/jest", "@types/node", "jest", "readfiles", "ts-jest", "ts-node"]}, "jest": {"type": "object", "properties": {"moduleFileExtensions": {"type": "array", "items": {"type": "string"}}, "transform": {"type": "object", "properties": {"\\.(ts|tsx)$": {"type": "string"}}, "required": ["\\.(ts|tsx)$"]}, "testRegex": {"type": "string"}}, "required": ["moduleFileExtensions", "transform", "testRegex"]}}, "required": ["name", "version", "description", "main", "types", "scripts", "author", "license", "keywords", "dependencies", "devDependencies", "jest"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "spotd", "version" : "1.0.12", "description" : "Extract signature blocks from emails", "main" : "lib/index.js", "types" : "lib/index.d.ts", "scripts" : {"build" : "tsc && cp -r src/lang lib/lang", "prepare" : "npm run build", "package" : "npm run build & cd dist & npm pack ..", "release" : "npm run build && npm version patch && npm publish", "test" : "jest", "transform" : "ts-node ./test/run.ts"}, "author" : "disklosr", "license" : "MIT", "keywords" : ["extract", "signature", "talon", "email"], "dependencies" : {"cli-table" : "^0.3.1", "compromise" : "^10.7.1", "languagedetect" : "^1.1.1", "lodash.get" : "^4.4.2", "natural" : "^5.0.2", "read-dir-files" : "^0.1.1", "typescript" : "^4.0.3"}, "devDependencies" : {"@types/jest" : "^20.0.6", "@types/node" : "^8.10.64", "jest" : "^20.0.4", "readfiles" : "^1.0.0", "ts-jest" : "^20.0.10", "ts-node" : "^9.0.0"}, "jest" : {"moduleFileExtensions" : ["ts", "tsx", "js"], "transform" : {"\\.(ts|tsx)$" : "<rootDir>/node_modules/ts-jest/preprocessor.js"}, "testRegex" : "test/test-"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "prepare": {"type": "string"}, "package": {"type": "string"}, "release": {"type": "string"}, "test": {"type": "string"}, "transform": {"type": "string"}}, "required": ["build", "prepare", "package", "release", "test", "transform"]}, "author": {"type": "string"}, "license": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"cli-table": {"type": "string"}, "compromise": {"type": "string"}, "languagedetect": {"type": "string"}, "lodash.get": {"type": "string"}, "natural": {"type": "string"}, "read-dir-files": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["cli-table", "compromise", "languagedetect", "lodash.get", "natural", "read-dir-files", "typescript"]}, "devDependencies": {"type": "object", "properties": {"@types/jest": {"type": "string"}, "@types/node": {"type": "string"}, "jest": {"type": "string"}, "readfiles": {"type": "string"}, "ts-jest": {"type": "string"}, "ts-node": {"type": "string"}}, "required": ["@types/jest", "@types/node", "jest", "readfiles", "ts-jest", "ts-node"]}, "jest": {"type": "object", "properties": {"moduleFileExtensions": {"type": "array", "items": {"type": "string"}}, "transform": {"type": "object", "properties": {"\\.(ts|tsx)$": {"type": "string"}}, "required": ["\\.(ts|tsx)$"]}, "testRegex": {"type": "string"}}, "required": ["moduleFileExtensions", "transform", "testRegex"]}}, "required": ["name", "version", "description", "main", "types", "scripts", "author", "license", "keywords", "dependencies", "devDependencies", "jest"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"uuid": {"type": "string"}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["name", "status", "start", "stop"]}}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["uuid", "befores", "start", "stop"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"uuid" : "efb45e6d-f36d-49c5-945b-5ac086302772", "befores" : [{"name" : "path_dict", "status" : "passed", "start" : 1580626092324, "stop" : 1580626092324}], "start" : 1580626092324, "stop" : 1580626092407}
json_instruct
{"type": "object", "properties": {"uuid": {"type": "string"}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["name", "status", "start", "stop"]}}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["uuid", "befores", "start", "stop"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "rechiseled_compat:block/blue_skies_frostbright_planks_diagonal_stripes"}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"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"}, "16": {"type": "string"}, "17": {"type": "string"}, "18": {"type": "string"}, "19": {"type": "string"}, "20": {"type": "string"}, "21": {"type": "string"}, "22": {"type": "string"}, "23": {"type": "string"}, "24": {"type": "string"}, "25": {"type": "string"}, "26": {"type": "string"}}, "required": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26"]}}, "required": ["edges", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"edges" : [[5, 7], [7, 20], [2, 7], [4, 2], [14, 7], [7, 1], [16, 7], [7, 2], [14, 7], [7, 14], [15, 7], [10, 7], [7, 22], [7, 1], [7, 16], [2, 7], [7, 1], [7, 2], [15, 7], [7, 6], [12, 7], [8, 19], [7, 10], [7, 21], [20, 7], [7, 12], [13, 25], [7, 6], [7, 15], [7, 6], [7, 18], [3, 7], [7, 23], [16, 7], [7, 23], [24, 17], [7, 11], [3, 7], [16, 7], [21, 7], [9, 26], [23, 7], [7, 2], [7, 1], [7, 3], [7, 5], [7, 16], [1, 7], [7, 0], [21, 7]], "features" : {"0" : "1", "1" : "5", "2" : "6", "3" : "3", "4" : "1", "5" : "2", "6" : "3", "7" : "45", "8" : "1", "9" : "1", "10" : "2", "11" : "1", "12" : "2", "13" : "1", "14" : "3", "15" : "3", "16" : "5", "17" : "1", "18" : "1", "19" : "1", "20" : "2", "21" : "3", "22" : "1", "23" : "3", "24" : "1", "25" : "1", "26" : "1"}}
json_instruct
{"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"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"}, "16": {"type": "string"}, "17": {"type": "string"}, "18": {"type": "string"}, "19": {"type": "string"}, "20": {"type": "string"}, "21": {"type": "string"}, "22": {"type": "string"}, "23": {"type": "string"}, "24": {"type": "string"}, "25": {"type": "string"}, "26": {"type": "string"}}, "required": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26"]}}, "required": ["edges", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Name" : "Pistola autom\u00e1tica silenciada Stechkin 9x18PM", "ShortName" : "APB", "Description" : "Vers\u00e3o silenciada de uma pistola autom\u00e1tica Stechkin. Amplamente utilizado por diferentes for\u00e7as especiais russas."}
json_instruct
{"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "link": {"type": "string"}, "club": {"type": "string"}, "class_classic": {"type": "string"}, "class_dnd": {"type": "string"}, "A": {"type": "string"}, "B": {"type": "string"}, "C": {"type": "string"}, "D": {"type": "string"}, "E": {"type": "string"}, "Ch": {"type": "string"}, "S": {"type": "string"}, "M": {"type": "string"}, "RS": {"type": "string"}, "Beg": {"type": "string"}, "story_classic": {"type": "string"}, "story_dnd": {"type": "string"}}, "required": ["id", "name", "link", "club", "class_classic", "class_dnd", "A", "B", "C", "D", "E", "Ch", "S", "M", "RS", "Beg", "story_classic", "story_dnd"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "01718", "name" : "\u0411\u0443\u0440\u0430\u0441\u043e\u0432 \u0410\u043b\u0435\u043a\u0441\u0430\u043d\u0434\u0440 ", "link" : "pages/01718.html", "club" : "Open Dance Studio,\u0410\u043f\u0440\u0438\u043e\u0440\u0438", "class_classic" : "C", "class_dnd" : "RS", "A" : "0", "B" : "0", "C" : "0", "D" : "15", "E" : "0", "Ch" : "0", "S" : "0", "M" : "0", "RS" : "0", "Beg" : "0", "story_classic" : "25.04.2010 \u2014 \u041a\u0443\u0431\u043e\u043a \u0421\u0430\u043b\u044e\u0442\u0430 : (\u0414-\u041011-12)C8/8<br><br>21.03.2010 \u2014 \u0412\u0435\u0441\u0435\u043d\u043d\u0438\u0439 \u041a\u0443\u0431\u043e\u043a : D1/26+5<br><br>06.03.2010 \u2014 \u041a\u0443\u0431\u043e\u043a \u0410\u0421\u0425 : D18/52+1<br><br>21.02.2010 \u2014 \u0414\u0435\u0440\u0436\u0438 \u0420\u0438\u0442\u043c : D10/32+1<br><br>31.01.2010 \u2014 \u041a\u0443\u0431\u043e\u043a \u0427\u0435\u043c\u043f\u0438\u043e\u043d\u043e\u0432 : D19/46+1<br><br>17.01.2010 \u2014 \u0414\u0435\u0431\u044e\u0442 : D18/38+1<br><br>06.12.2009 \u2014 \u0417\u0438\u043c\u043d\u0438\u0439 \u043a\u0443\u0431\u043e\u043a : D22/36<br><br>21.11.2009 \u2014 \u0427\u0435\u043c\u043f\u0438\u043e\u043d\u0430\u0442 \u0420\u043e\u0441\u0441\u0438\u0438 2009\u0433.\u041c\u043e\u0441\u043a\u0432\u0430 : (\u0414-\u041066-97)D33/33<br><br>01.11.2009 \u2014 \u0414\u0435\u0440\u0436\u0438 \u0420\u0438\u0442\u043c 9 : D16/36+1<br><br>18.10.2009 \u2014 \u041a\u0443\u0431\u043e\u043a \u041e\u043a\u0442\u044f\u0431\u0440\u044f : D16/38+1<br><br>04.10.2009 \u2014 \u041e\u0441\u0435\u043d\u043d\u0438\u0439 \u041a\u0443\u0431\u043e\u043a : D4/29+3<br><br>13.09.2009 \u2014 \u0427\u0435\u043c\u043f\u0438\u043e\u043d\u0430\u0442 \u0420\u0426 \u0421\u0430\u043c\u043e\u043b\u0435\u0442\u0430 : D26/28<br><br>30.08.2009 \u2014 \u041e\u0442\u043a\u0440\u044b\u0442\u0438\u0435 \u0421\u0435\u0437\u043e\u043d\u0430 : D19/49+1<br><br>23.08.2009 \u2014 \u0414\u0435\u0440\u0436\u0438 \u0440\u0438\u0442\u043c : D36/42<br><br>14.06.2009 \u2014 \u0414\u0435\u0440\u0436\u0438 \u0440\u0438\u0442\u043c : D38/39<br><br>26.04.2009 \u2014 \u0414\u0435\u0440\u0436\u0438 \u0440\u0438\u0442\u043c : D37/43<br><br>12.04.2009 \u2014 \u041f\u043e\u043b\u0435\u0442 2009 : D19/30<br><br>22.03.2009 \u2014 \u0412\u0435\u0441\u0435\u043d\u043d\u0438\u0439 \u043a\u0443\u0431\u043e\u043a 2009 : D44/49<br><br>", "story_dnd" : ""}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "link": {"type": "string"}, "club": {"type": "string"}, "class_classic": {"type": "string"}, "class_dnd": {"type": "string"}, "A": {"type": "string"}, "B": {"type": "string"}, "C": {"type": "string"}, "D": {"type": "string"}, "E": {"type": "string"}, "Ch": {"type": "string"}, "S": {"type": "string"}, "M": {"type": "string"}, "RS": {"type": "string"}, "Beg": {"type": "string"}, "story_classic": {"type": "string"}, "story_dnd": {"type": "string"}}, "required": ["id", "name", "link", "club", "class_classic", "class_dnd", "A", "B", "C", "D", "E", "Ch", "S", "M", "RS", "Beg", "story_classic", "story_dnd"], "$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" : "IBRAHIM", "frequency" : 1960, "gender" : "male"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["130208001", "\u592a\u5e73\u8def\u8857\u9053", "130208"], ["130208002", "\u71d5\u5c71\u8def\u8857\u9053", "130208"], ["130208003", "\u6d6d\u9633\u8857\u9053", "130208"], ["130208100", "\u4e30\u6da6\u9547", "130208"], ["130208101", "\u8001\u5e84\u5b50\u9547", "130208"], ["130208102", "\u4efb\u5404\u5e84\u9547", "130208"], ["130208103", "\u5de6\u5bb6\u575e\u9547", "130208"], ["130208104", "\u6cc9\u6cb3\u5934\u9547", "130208"], ["130208105", "\u738b\u5b98\u8425\u9547", "130208"], ["130208106", "\u706b\u77f3\u8425\u9547", "130208"], ["130208107", "\u97e9\u57ce\u9547", "130208"], ["130208108", "\u5c94\u6cb3\u9547", "130208"], ["130208109", "\u65b0\u519b\u5c6f\u9547", "130208"], ["130208110", "\u5c0f\u5f20\u5404\u5e84\u9547", "130208"], ["130208111", "\u4e30\u767b\u575e\u9547", "130208"], ["130208112", "\u674e\u948a\u5e84\u9547", "130208"], ["130208113", "\u767d\u5b98\u5c6f\u9547", "130208"], ["130208114", "\u77f3\u5404\u5e84\u9547", "130208"], ["130208115", "\u6c99\u6d41\u6cb3\u9547", "130208"], ["130208116", "\u4e03\u6811\u5e84\u9547", "130208"], ["130208117", "\u6768\u5b98\u6797\u9547", "130208"], ["130208118", "\u94f6\u57ce\u94fa\u9547", "130208"], ["130208119", "\u5e38\u5e84\u9547", "130208"], ["130208202", "\u59dc\u5bb6\u8425\u4e61", "130208"], ["130208205", "\u6b22\u559c\u5e84\u4e61", "130208"], ["130208208", "\u5218\u5bb6\u8425\u4e61", "130208"], ["130208450", "\u6cb3\u5317\u5510\u5c71\u7a7a\u6e2f\u57ce\u4e34\u7a7a\u7ecf\u6d4e\u5f00\u53d1\u533a", "130208"]]
json_instruct
{"type": "array", "items": {"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": {"main.css": {"type": "string"}, "main.css.map": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "static/media/login1.png": {"type": "string"}, "static/media/top1.png": {"type": "string"}}, "required": ["main.css", "main.css.map", "main.js", "main.js.map", "static/media/login1.png", "static/media/top1.png"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"main.css" : "static/css/main.8aec41cd.css", "main.css.map" : "static/css/main.8aec41cd.css.map", "main.js" : "static/js/main.0799edcc.js", "main.js.map" : "static/js/main.0799edcc.js.map", "static/media/login1.png" : "static/media/login1.e9db4c0a.png", "static/media/top1.png" : "static/media/top1.79bf3d64.png"}
json_instruct
{"type": "object", "properties": {"main.css": {"type": "string"}, "main.css.map": {"type": "string"}, "main.js": {"type": "string"}, "main.js.map": {"type": "string"}, "static/media/login1.png": {"type": "string"}, "static/media/top1.png": {"type": "string"}}, "required": ["main.css", "main.css.map", "main.js", "main.js.map", "static/media/login1.png", "static/media/top1.png"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"apiUrl": {"type": "string"}, "apiKey": {"type": "string"}, "projectId": {"type": "string"}, "find": {"type": "string"}, "getProgress": {"type": "string"}}, "required": ["apiUrl", "apiKey", "projectId", "find", "getProgress"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"apiUrl" : "%s(apiUrl)", "apiKey" : "%s(apiKey)", "projectId" : "%s(projectId)", "find" : "%s(find)", "getProgress" : "%s(getProgress)"}
json_instruct
{"type": "object", "properties": {"apiUrl": {"type": "string"}, "apiKey": {"type": "string"}, "projectId": {"type": "string"}, "find": {"type": "string"}, "getProgress": {"type": "string"}}, "required": ["apiUrl", "apiKey", "projectId", "find", "getProgress"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}}, "required": ["start", "build"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"node-sass": {"type": "string"}, "parcel-bundler": {"type": "string"}}, "required": ["node-sass", "parcel-bundler"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "littleheroes", "version" : "1.0.0", "description" : "* run npm install * run npm start * use npm build for distrobution to prod environment", "main" : "index.js", "scripts" : {"start" : "parcel index.html", "build" : "parcel build index.html --public-url ./"}, "repository" : {"type" : "git", "url" : "git+https://github.com/stephboulay/littleheroes.git"}, "keywords" : [], "author" : "Stephanie Boulay", "license" : "ISC", "bugs" : {"url" : "https://github.com/stephboulay/littleheroes/issues"}, "homepage" : "https://github.com/stephboulay/littleheroes#readme", "dependencies" : {"node-sass" : "^4.9.0", "parcel-bundler" : "^1.8.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}}, "required": ["start", "build"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"node-sass": {"type": "string"}, "parcel-bundler": {"type": "string"}}, "required": ["node-sass", "parcel-bundler"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"inputs": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "outputs": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["inputs", "outputs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"inputs" : [["2", "3", "1 1", "5", "1 1 2 2", ""]], "outputs" : [["4", "9"]]}
json_instruct
{"type": "object", "properties": {"inputs": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "outputs": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["inputs", "outputs"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "object", "properties": {"fileNodeID": {"type": "string"}, "modified": {"type": "string"}}, "required": ["fileNodeID", "modified"]}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"expireTime" : 9007200822347921000, "key" : "wordpress-media-2381", "val" : {"fileNodeID" : "e6fc4fa0-0677-55e3-9f40-4729273448f5", "modified" : "2019-06-05T16:32:04.000Z"}}
json_instruct
{"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "object", "properties": {"fileNodeID": {"type": "string"}, "modified": {"type": "string"}}, "required": ["fileNodeID", "modified"]}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"Spase": {"type": "object", "properties": {"xmlns:xsi": {"type": "string"}, "xmlns": {"type": "string"}, "xsi:schemaLocation": {"type": "string"}, "Version": {"type": "string"}, "Instrument": {"type": "object", "properties": {"ResourceID": {"type": "string"}, "ResourceHeader": {"type": "object", "properties": {"ResourceName": {"type": "string"}, "ReleaseDate": {"type": "string"}, "Description": {"type": "string"}, "Contact": {"type": "object", "properties": {"PersonID": {"type": "string"}, "Role": {"type": "string"}}, "required": ["PersonID", "Role"]}, "PriorID": {"type": "string"}}, "required": ["ResourceName", "ReleaseDate", "Description", "Contact", "PriorID"]}, "InstrumentType": {"type": "string"}, "InvestigationName": {"type": "string"}, "ObservatoryID": {"type": "string"}}, "required": ["ResourceID", "ResourceHeader", "InstrumentType", "InvestigationName", "ObservatoryID"]}}, "required": ["xmlns:xsi", "xmlns", "xsi:schemaLocation", "Version", "Instrument"]}}, "required": ["Spase"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Spase" : {"xmlns:xsi" : "http://www.w3.org/2001/XMLSchema-instance", "xmlns" : "http://www.spase-group.org/data/schema", "xsi:schemaLocation" : "http://www.spase-group.org/data/schema http://www.spase-group.org/data/schema/spase-2_2_2.xsd", "Version" : "2.2.2", "Instrument" : {"ResourceID" : "spase://SMWG/Instrument/NANCAY/Radioheliograph", "ResourceHeader" : {"ResourceName" : "Nancay Radioheliograph", "ReleaseDate" : "2012-04-24T00:00:00Z", "Description" : "The Nancay Radioheliograph (NRH; located at 47 N 02 E) \r\nprovides since the end of 1996 two dimensional images of the radio \r\nbrightness of the Sun with second time resolution. It consists of \r\ntwo linear antenna arrays, on terrestrial east-west and north-south \r\nbaselines respectively. In its earlier versions it operated in 1D \r\nonly at 169 MHz with both arrays from 1980 until early 1985, and \r\nlater at 164 MHz with the east-west array, and in a five-frequency \r\nmode with the north-south array from 1986 to 1990. Since late summer \r\n1991 both arrays of the NRH are operated in the multifrequency mode. \r\nUp to five frequencies are chosen in the range 150 - 450 MHz within \r\nthe restrictions imposed by terrestrial interference. Since the end \r\nof 1996, N/S and E/W arrays can be correlated in the multifrequency \r\nmode from 150 to 450 MHz in order to produce 2D radiograms.", "Contact" : {"PersonID" : "spase://SMWG/Person/Alain.Kerdraon", "Role" : "GeneralContact"}, "PriorID" : "spase://vspo/Instrument/358"}, "InstrumentType" : "MultispectralImager", "InvestigationName" : "Nancay Radioheliograph", "ObservatoryID" : "spase://SMWG/Observatory/NANCAY"}}}
json_instruct
{"type": "object", "properties": {"Spase": {"type": "object", "properties": {"xmlns:xsi": {"type": "string"}, "xmlns": {"type": "string"}, "xsi:schemaLocation": {"type": "string"}, "Version": {"type": "string"}, "Instrument": {"type": "object", "properties": {"ResourceID": {"type": "string"}, "ResourceHeader": {"type": "object", "properties": {"ResourceName": {"type": "string"}, "ReleaseDate": {"type": "string"}, "Description": {"type": "string"}, "Contact": {"type": "object", "properties": {"PersonID": {"type": "string"}, "Role": {"type": "string"}}, "required": ["PersonID", "Role"]}, "PriorID": {"type": "string"}}, "required": ["ResourceName", "ReleaseDate", "Description", "Contact", "PriorID"]}, "InstrumentType": {"type": "string"}, "InvestigationName": {"type": "string"}, "ObservatoryID": {"type": "string"}}, "required": ["ResourceID", "ResourceHeader", "InstrumentType", "InvestigationName", "ObservatoryID"]}}, "required": ["xmlns:xsi", "xmlns", "xsi:schemaLocation", "Version", "Instrument"]}}, "required": ["Spase"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "audit": {"type": "null"}}, "required": ["id", "source", "verse_id", "verse_count", "reference", "title", "html", "audit"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 11400, "source" : "ellicott", "verse_id" : 18403, "verse_count" : 1, "reference" : "38:12", "title" : "", "html" : "<p>Mine age is departed . . .\u2014Better, my home, or habitation . . . as in <a class=\"ref\">Psalms 49:19</a>, and thus fitting in better with the similitude that follows. The \u201chome\u201d is, of course, the body, as the dwelling-place of the spirit. (Comp. <a class=\"ref\">Psalms 52:5</a>, \u201churl thee away tentless,\u201d Heb., and <a class=\"ref\">Job 21:28</a>, \u201cIs not their tent-cord torn away?\u201d Heb.) The \u201cshepherd\u2019s tent\u201d is the type of a transitory home (<a class=\"ref\">2 Corinthians 5:1-4</a>). </p>\n <p>I have cut off like a weaver my life . . .\u2014The words express the feeling of one who had been weaving the web of his life with varied plans and counsels (comp. <a class=\"isa\" verses=\"WzE4MjE5XQ==\">Isaiah 30:1</a>), and now had to roll it up, as finished before its time, because Jehovah had taken up the \u201cabhorred shears\u201d to cut it from the thrum, which takes the place of \u201cwith pining sickness.\u201d There is, perhaps, a tone of reverence in the impersonal form of the statement. The sufferer will not name Jehovah as the author of his trouble. </p>\n <p>From day even to night.\u2014The words speak of the rapidity rather than of the prolongation of suffering. The sick man expects that death will come before the morrow\u2019s dawn. </p>", "audit" : null}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "audit": {"type": "null"}}, "required": ["id", "source", "verse_id", "verse_count", "reference", "title", "html", "audit"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"text": {"type": "string"}, "user_id": {"type": "integer"}, "screen_name": {"type": "string"}, "id": {"type": "integer"}, "bid": {"type": "string"}, "article_url": {"type": "string"}, "pics": {"type": "string"}, "video_url": {"type": "string"}, "location": {"type": "string"}, "created_at": {"type": "string"}, "source": {"type": "string"}, "attitudes_count": {"type": "integer"}, "comments_count": {"type": "integer"}, "reposts_count": {"type": "integer"}, "topics": {"type": "string"}, "at_users": {"type": "string"}, "history_date": {"type": "string"}, "type": {"type": "integer"}}, "required": ["text", "user_id", "screen_name", "id", "bid", "article_url", "pics", "video_url", "location", "created_at", "source", "attitudes_count", "comments_count", "reposts_count", "topics", "at_users", "history_date", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : "\u4eca\u5929\u662f1932\u5e742\u67085\u65e5\uff0c\u519c\u5386\u8f9b\u672a\u5e74\u814a\u6708\u5eff\u4e5d\uff0c\u9664\u5915\u3002\u5728\u4e1c\u5317\uff0c\u53bb\u5e74\u201c\u4e5d\u00b7\u4e00\u516b\u201d\u540e\uff0c\u8fbd\u5b81\u3001\u5409\u6797\u76f8\u7ee7\u6ca6\u9677\u3002\u552f\u6709\u9a6c\u5360\u5c71\u5728\u6c5f\u6865\u963b\u51fb\u65e5\u519b\u5317\u4e0a\u7684\u6d88\u606f\uff0c\u7565\u53ef\u5bbd\u6170\u6c11\u5fc3\u3002\u4f46\u5b64\u519b\u72ec\u60ac\uff0c\u968f\u7740\u6218\u4e8b\u8fdb\u884c\uff0c\u4eca\u5929\uff0c\u4e1c\u4e09\u7701\u6700\u540e\u4e00\u5ea7\u5927\u57ce\u5e02\u2014\u2014\u54c8\u5c14\u6ee8\u4e5f\u9677\u5165\u65e5\u519b\u4e4b\u624b\u3002\u6ca6\u4e3a\u4ea1\u56fd\u5974\u7684\u4e1c\u5317\u540c\u80de\u5728\u6218\u706b\u4f59\u70ec\u4e2d\u8fce\u6765\u4e86\u6625\u8282\u3002\u5728\u4e0a\u6d77\uff0c\u201c\u4e00\u00b7\u4e8c\u516b\u201d\u4e8b\u53d8\u7206\u53d1\uff0c\u5728\u65e5\u519b\u6d77\u4e0a\u548c\u7a7a\u4e2d\u6253\u51fb\u4e4b\u4e0b\uff0c\u5434\u6dde\u70ae\u53f0\u521a\u521a\u88ab\u6bc1\uff0c\u95f8\u5317\u5e02\u533a\u4e5f\u6ca6\u4e3a\u5e9f\u589f\u3002\u7b2c19\u8def\u519b\u5728\u848b\u5149\u9f10\u3001\u8521\u5ef7\u9534\u6307\u6325\u4e0b\uff0c\u6321\u4f4f\u4e86\u65e5\u519b\u7684\u4fb5\u7565\u811a\u6b65\uff0c\u4ee4\u4eba\u4e3a\u4e4b\u4e00\u632f\u3002\u4eca\u5929\uff0c\u65e5\u672c\u9646\u519b\u7b2c24\u6df7\u6210\u65c5\u56e2\u63a5\u66ff\u6d77\u519b\u9646\u6218\u961f\u6295\u5165\u6218\u573a\uff0c\u4e2d\u56fd\u9646\u519b\u6700\u7cbe\u9510\u7684\u7b2c87\u5e08\u3001\u7b2c88\u5e08\u548c\u4e2d\u56fd\u7a7a\u519b\u7b2c\u516d\u3001\u7b2c\u4e03\u961f\u4e5f\u5728\u9a70\u63f4\u4e0a\u6d77\u7684\u8def\u4e0a\u3002\u6218\u4e8b\u5373\u5c06\u6269\u5927\uff0c\u5927\u6279\u4e0a\u6d77\u5e02\u6c11\u6d8c\u5165\u79df\u754c\uff0c\u6216\u9003\u5f80\u676d\u5dde\u3001\u5357\u4eac\u3001\u82cf\u5dde\uff0c\u4ed6\u4eec\u5728\u9003\u96be\u7684\u9014\u4e2d\u65e0\u6687\u987e\u53ca\u6625\u8282\u3002\u5728\u5929\u6d25\uff0c\u53bb\u5e74\u53d1\u751f\u201c\u4fbf\u8863\u961f\u4e8b\u4ef6\u201d\uff0c\u4e24\u5343\u591a\u5730\u75de\u6d41\u6c13\u4ece\u65e5\u79df\u754c\u6d77\u5149\u5bfa\u4e00\u5e26\u51fa\u53d1\uff0c\u88ad\u51fb\u4e86\u4e2d\u65b9\u884c\u653f\u673a\u5173\u548c\u519b\u8b66\u9a7b\u5730\u3002\u6ea5\u4eea\u8d81\u4e71\u9003\u51fa\u5929\u6d25\uff0c\u6f5c\u5f80\u4e1c\u5317\u3002\u4e34\u8fd1\u6625\u8282\uff0c\u5929\u6d25\u5e02\u653f\u5e9c\u4e3a\u9632\u4e8b\u7aef\uff0c\u8d34\u51fa\u544a\u793a\u201c\u4e25\u7981\u97ad\u70ae\u3001\u8fdd\u8005\u5750\u7262\u201d\u3002\u4eca\u5929\uff0c\u5929\u6d25\u5e02\u6c11\u53ea\u80fd\u95f7\u58f0\u8fce\u63a5\u6625\u8282\u3002\u4eca\u5929\uff0c\u6297\u6218\u4e2d\u7684\u7b2c\u4e00\u4e2a\u6625\u8282\u6ce8\u5b9a\u4e0e\u4f17\u4e0d\u540c\u3002\u4e4b\u540e\u7684\u6bcf\u4e2a\u6625\u8282\uff0c\u90fd\u5c06\u5728\u6218\u4e89\u7684\u9634\u973e\u548c\u574f\u6d88\u606f\u4e0e\u597d\u6d88\u606f\u7684\u4ea4\u7ec7\u4e2d\u5ea6\u8fc7\u3002\u4f46\u968f\u7740\u4e00\u4e2a\u4e2a\u6625\u8282\u8fc7\u53bb\uff0c\u6211\u4eec\u7ec8\u5c06\u8fce\u6765\u80dc\u5229\u3002\u914d\u56fe\u4e3a\u4e1c\u5317\u96be\u6c11\uff0c\u5929\u6d25\u6212\u4e25\u548c\u4e0a\u6d77\u96be\u6c11", "user_id" : 2896390104, "screen_name" : "\u6297\u6218\u76f4\u64ad", "id" : 4601151032395729, "bid" : "K0tWva3eN", "article_url" : "", "pics" : "https://wx1.sinaimg.cn/large/aca367d8gy1gncbybmynyj20cl08x0te.jpg,https://wx4.sinaimg.cn/large/aca367d8gy1gncbyfbi9ij20lv0eeh2p.jpg,https://wx3.sinaimg.cn/large/aca367d8gy1gncbzqot6aj20ci09emy8.jpg", "video_url" : "", "location" : "", "created_at" : "2021-02-05", "source" : "\u5fae\u535a weibo.com", "attitudes_count" : 342, "comments_count" : 51, "reposts_count" : 81, "topics" : "", "at_users" : "", "history_date" : "1932\u5e7402\u670805\u65e5", "type" : 1}
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "user_id": {"type": "integer"}, "screen_name": {"type": "string"}, "id": {"type": "integer"}, "bid": {"type": "string"}, "article_url": {"type": "string"}, "pics": {"type": "string"}, "video_url": {"type": "string"}, "location": {"type": "string"}, "created_at": {"type": "string"}, "source": {"type": "string"}, "attitudes_count": {"type": "integer"}, "comments_count": {"type": "integer"}, "reposts_count": {"type": "integer"}, "topics": {"type": "string"}, "at_users": {"type": "string"}, "history_date": {"type": "string"}, "type": {"type": "integer"}}, "required": ["text", "user_id", "screen_name", "id", "bid", "article_url", "pics", "video_url", "location", "created_at", "source", "attitudes_count", "comments_count", "reposts_count", "topics", "at_users", "history_date", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"title": {"type": "string"}, "creation_date": {"type": "string"}, "creation_date_earliest": {"type": "string"}, "creation_date_latest": {"type": "string"}, "medium": {"type": "string"}, "accession_number": {"type": "string"}, "id": {"type": "string"}, "credit_line": {"type": "string"}, "date_acquired": {"type": "string"}, "department": {"type": "string"}, "physical_location": {"type": "string"}, "item_width": {"type": "number"}, "item_height": {"type": "number"}, "item_depth": {"type": "number"}, "item_diameter": {"type": "number"}, "web_url": {"type": "string"}, "provenance_text": {"type": "string"}, "classification": {"type": "string"}, "images": {"type": "array", "items": {"type": "object", "properties": {"image_url": {"type": "string"}}, "required": ["image_url"]}}, "creator": {"type": "array", "items": {"type": "object", "properties": {"artist_id": {"type": "string"}, "party_type": {"type": "string"}, "full_name": {"type": "string"}, "cited_name": {"type": "string"}, "role": {"type": "null"}, "nationality": {"type": "string"}, "birth_date": {"type": "string"}, "death_date": {"type": "string"}, "birth_place": {"type": "string"}, "death_place": {"type": "string"}}, "required": ["artist_id", "party_type", "full_name", "cited_name", "role", "nationality", "birth_date", "death_date", "birth_place", "death_place"]}}}, "required": ["title", "creation_date", "creation_date_earliest", "creation_date_latest", "medium", "accession_number", "id", "credit_line", "date_acquired", "department", "physical_location", "item_width", "item_height", "item_depth", "item_diameter", "web_url", "provenance_text", "classification", "images", "creator"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Man and woman holding Coca Cola bottles, standing at counter in bar or restaurant interior with Coca Cola advertisement with accordion player Graham Jackson, playing card wallpaper, and newspaper with headline \"Fifth Ward drops...Mrs. L. Russell\"", "creation_date" : "June 1956", "creation_date_earliest" : "1956-06-23", "creation_date_latest" : "1956-06-30", "medium" : "gelatin silver print", "accession_number" : "1996.69.340", "id" : "cmoa:things/63db0f9f-955e-4e57-a764-ef29c4f6808f", "credit_line" : "Gift of the Estate of Charles \"Teenie\" Harris", "date_acquired" : "1996-10-03", "department" : "Fine Arts", "physical_location" : "Not on View", "item_width" : 10.0, "item_height" : 8.0, "item_depth" : 0.0, "item_diameter" : 0.0, "web_url" : "http://collection.cmoa.org/CollectionDetail.aspx?item=1002536", "provenance_text" : "Pittsburgh Courier Photographic Archives, Pittsburgh, PA", "classification" : "photographs", "images" : [{"image_url" : "http://collection.cmoa.org/CollectionImage.aspx?irn=6270&size=Medium"}], "creator" : [{"artist_id" : "cmoa:parties/c6f0eebf-b566-4532-b704-ce6ad6cb421c", "party_type" : "Person", "full_name" : "Charles \"Teenie\" Harris", "cited_name" : "Harris, Charles \"Teenie\"", "role" : null, "nationality" : "American", "birth_date" : "1908-01-01", "death_date" : "1998-01-01", "birth_place" : "Pittsburgh PA", "death_place" : "Pittsburgh PA"}]}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "creation_date": {"type": "string"}, "creation_date_earliest": {"type": "string"}, "creation_date_latest": {"type": "string"}, "medium": {"type": "string"}, "accession_number": {"type": "string"}, "id": {"type": "string"}, "credit_line": {"type": "string"}, "date_acquired": {"type": "string"}, "department": {"type": "string"}, "physical_location": {"type": "string"}, "item_width": {"type": "number"}, "item_height": {"type": "number"}, "item_depth": {"type": "number"}, "item_diameter": {"type": "number"}, "web_url": {"type": "string"}, "provenance_text": {"type": "string"}, "classification": {"type": "string"}, "images": {"type": "array", "items": {"type": "object", "properties": {"image_url": {"type": "string"}}, "required": ["image_url"]}}, "creator": {"type": "array", "items": {"type": "object", "properties": {"artist_id": {"type": "string"}, "party_type": {"type": "string"}, "full_name": {"type": "string"}, "cited_name": {"type": "string"}, "role": {"type": "null"}, "nationality": {"type": "string"}, "birth_date": {"type": "string"}, "death_date": {"type": "string"}, "birth_place": {"type": "string"}, "death_place": {"type": "string"}}, "required": ["artist_id", "party_type", "full_name", "cited_name", "role", "nationality", "birth_date", "death_date", "birth_place", "death_place"]}}}, "required": ["title", "creation_date", "creation_date_earliest", "creation_date_latest", "medium", "accession_number", "id", "credit_line", "date_acquired", "department", "physical_location", "item_width", "item_height", "item_depth", "item_diameter", "web_url", "provenance_text", "classification", "images", "creator"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}, "scanUrl": {"type": "string"}}, "required": ["title", "text", "scanUrl"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Southron Captain (7U162)", "text" : "Set:\tThe Return of the King\nKind:\tShadow\nCulture:\tRaider\nTwilight:\t6\nCard Type:\tMinion \u2022 Man\nStrength:\t13\nVitality:\t3\nSite:\t4\nGame Text:\tSouthron. While you can spot 4 threats, this minion is damage +2.\nRarity:\tU", "scanUrl" : "https://lotrtcgwiki.com/wiki/_media/cards:lotr07162.jpg"}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}, "scanUrl": {"type": "string"}}, "required": ["title", "text", "scanUrl"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "parent": {"type": "null"}, "has_child": {"type": "integer"}, "color": {"type": "string"}, "icon": {"type": "string"}}, "required": ["id", "type", "parent", "has_child", "color", "icon"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : 0, "type" : "Container", "parent" : null, "has_child" : 0, "color" : "#78e371", "icon" : "fa-clone"}, {"id" : 1, "type" : "Knob", "parent" : null, "has_child" : 0, "color" : "#969696", "icon" : "fa-power-off"}, {"id" : 3, "type" : "Slider", "parent" : null, "has_child" : 0, "color" : "#f30600", "icon" : "fa-arrows-alt-v"}, {"id" : 4, "type" : "Crossfader", "parent" : null, "has_child" : 0, "color" : "#fe8e2a", "icon" : "fa-arrows-alt-h"}, {"id" : 5, "type" : "Pads", "parent" : null, "has_child" : 0, "color" : "#dd3af7", "icon" : "fa-buromobelexperte"}, {"id" : 6, "type" : "Keys", "parent" : null, "has_child" : 0, "color" : "#f5fb37", "icon" : "fa-music"}, {"id" : 7, "type" : "Button", "parent" : null, "has_child" : 0, "color" : "#ffffff", "icon" : "fa-dice-one"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "parent": {"type": "null"}, "has_child": {"type": "integer"}, "color": {"type": "string"}, "icon": {"type": "string"}}, "required": ["id", "type", "parent", "has_child", "color", "icon"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"endpoint": {"type": "string"}, "categories": {"type": "object", "properties": {"default": {"type": "object", "properties": {"queries": {"type": "array", "items": {}}, "frequency": {"type": "integer"}}, "required": ["queries", "frequency"]}}, "required": ["default"]}}, "required": ["endpoint", "categories"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"endpoint" : "", "categories" : {"default" : {"queries" : [], "frequency" : -1}}}
json_instruct
{"type": "object", "properties": {"endpoint": {"type": "string"}, "categories": {"type": "object", "properties": {"default": {"type": "object", "properties": {"queries": {"type": "array", "items": {}}, "frequency": {"type": "integer"}}, "required": ["queries", "frequency"]}}, "required": ["default"]}}, "required": ["endpoint", "categories"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "snapshot": {"type": "string"}, "state": {"type": "string"}, "author": {"type": "string"}, "space": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "votes": {"type": "integer"}, "votes_data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "voter": {"type": "string"}, "created": {"type": "integer"}, "choice": {"type": "object", "properties": {"1": {"type": "integer"}}, "required": ["1"]}, "space": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}, "required": ["id", "voter", "created", "choice", "space"]}}}, "required": ["id", "title", "body", "choices", "start", "end", "snapshot", "state", "author", "space", "votes", "votes_data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "QmbAhrgMJRbTb4rXi9ZqjpmMeLyeEREsewSKAXCxEMPnAv", "title" : "Does this work?", "body" : "Would you like to get started?", "choices" : ["Yes!", "No ;c", "SURE!"], "start" : 1629190800, "end" : 1629216000, "snapshot" : "12514901", "state" : "closed", "author" : "0x7B72Cf70FD7Ce243b84AD2dC49EA44f970B95D42", "space" : {"id" : "kolektivo.eth", "name" : "Kolektivo"}, "votes" : 1, "votes_data" : [{"id" : "QmUSGvYmeR6uDRvxHjoBkV6xfdfBoECihA4vhGvwLLunNJ", "voter" : "0x5C89C420A9E82Ea9AEDBaAab03302e39982919b9", "created" : 1629192429, "choice" : {"1" : 11}, "space" : {"id" : "kolektivo.eth"}}]}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "snapshot": {"type": "string"}, "state": {"type": "string"}, "author": {"type": "string"}, "space": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "votes": {"type": "integer"}, "votes_data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "voter": {"type": "string"}, "created": {"type": "integer"}, "choice": {"type": "object", "properties": {"1": {"type": "integer"}}, "required": ["1"]}, "space": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}, "required": ["id", "voter", "created", "choice", "space"]}}}, "required": ["id", "title", "body", "choices", "start", "end", "snapshot", "state", "author", "space", "votes", "votes_data"], "$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"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "illuminate/database": {"type": "string"}, "illuminate/support": {"type": "string"}, "illuminate/container": {"type": "string"}}, "required": ["php", "illuminate/database", "illuminate/support", "illuminate/container"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Pingpong\\Presenters\\": {"type": "string"}}, "required": ["Pingpong\\Presenters\\"]}}, "required": ["psr-4"]}, "minimum-stability": {"type": "string"}}, "required": ["name", "description", "keywords", "license", "authors", "require", "autoload", "minimum-stability"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "pingpong/presenters", "description" : "Laravel Presenter", "keywords" : ["laravel", "pingpong", "simple", "presenters"], "license" : "MIT", "authors" : [{"name" : "Pingpong Labs", "email" : "pingpong.labs@gmail.com"}], "require" : {"php" : ">=5.4.0", "illuminate/database" : "5.0.*", "illuminate/support" : "5.0.*", "illuminate/container" : "5.0.*"}, "autoload" : {"psr-4" : {"Pingpong\\Presenters\\" : ""}}, "minimum-stability" : "stable"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "illuminate/database": {"type": "string"}, "illuminate/support": {"type": "string"}, "illuminate/container": {"type": "string"}}, "required": ["php", "illuminate/database", "illuminate/support", "illuminate/container"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Pingpong\\Presenters\\": {"type": "string"}}, "required": ["Pingpong\\Presenters\\"]}}, "required": ["psr-4"]}, "minimum-stability": {"type": "string"}}, "required": ["name", "description", "keywords", "license", "authors", "require", "autoload", "minimum-stability"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"adenabled": {"type": "boolean"}, "statusad": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "type", "url"]}, "spacedot": {"type": "string"}, "textad": {"type": "string"}}, "required": ["adenabled", "statusad", "spacedot", "textad"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"adenabled" : false, "statusad" : {"name" : "Created by quanglocle24#0001", "type" : "PLAYING", "url" : "https://twitch.tv/#"}, "spacedot" : "\u30fb", "textad" : "> ***[Support server](https://discord.gg/3kTrhbBVQm)"}
json_instruct
{"type": "object", "properties": {"adenabled": {"type": "boolean"}, "statusad": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "type", "url"]}, "spacedot": {"type": "string"}, "textad": {"type": "string"}}, "required": ["adenabled", "statusad", "spacedot", "textad"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"cSpell.words" : ["backoff", "bson", "chdir", "configmap", "getenv", "Haha", "INCLUSTER", "println", "progdir", "pymongo", "rundev", "setenv", "shnoo", "Shnoo", "SHNOOTALK", "shtk", "shtkc", "subp", "TIMEDOUT", "uhll", "Shnoo", "shnootalk", "shtk", "textbox", "TIMEDOUT", "xmlhttp"]}
json_instruct
{"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"Website": {"type": "string"}, "Name": {"type": "string"}}, "required": ["Website", "Name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Website" : "", "Name" : "SharedDB"}
json_instruct
{"type": "object", "properties": {"Website": {"type": "string"}, "Name": {"type": "string"}}, "required": ["Website", "Name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"title": {"type": "string"}, "explanation": {"type": "string"}, "date": {"type": "string"}, "hdurl": {"type": "string"}, "service_version": {"type": "string"}, "copyright": {"type": "string"}, "media_type": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "explanation", "date", "hdurl", "service_version", "copyright", "media_type", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Dragon Aurora over Norway", "explanation" : "What's that in the sky? An aurora. A large coronal hole opened last month, a few days before this image was taken, throwing a cloud of fast moving electrons, protons, and ions toward the Earth. Some of this cloud impacted our Earth's magnetosphere and resulted in spectacular auroras being seen at high northern latitudes. Featured here is a particularly photogenic auroral curtain captured above Troms\ufffd Norway. To the astrophotographer, this shimmering green glow of recombining atmospheric oxygen appeared as a large dragon, but feel free to share what it looks like to you. Although now past Solar Maximum, our Sun continues to show occasional activity creating impressive auroras on Earth visible even last week.", "date" : "2018-04-10", "hdurl" : "https://apod.nasa.gov/apod/image/1804/DragonAurora_Bastoni_4240.jpg", "service_version" : "v1", "copyright" : "Marco Bastoni", "media_type" : "image", "url" : "https://apod.nasa.gov/apod/image/1804/DragonAurora_Bastoni_960.jpg"}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "explanation": {"type": "string"}, "date": {"type": "string"}, "hdurl": {"type": "string"}, "service_version": {"type": "string"}, "copyright": {"type": "string"}, "media_type": {"type": "string"}, "url": {"type": "string"}}, "required": ["title", "explanation", "date", "hdurl", "service_version", "copyright", "media_type", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bin": {"type": "object", "properties": {"pixaki": {"type": "string"}, "px": {"type": "string"}}, "required": ["pixaki", "px"]}, "author": {"type": "string"}, "funding": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "license": {"type": "string"}}, "required": ["name", "description", "version", "repository", "bin", "author", "funding", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "pixaki", "description" : "A CLI for Pixaki", "version" : "0.1.8", "repository" : {"type" : "git", "url" : "git://github.com/pixools/pixaki-cli.git"}, "bin" : {"pixaki" : "./cli.js", "px" : "./cli.js"}, "author" : "Charlie Walter <charliejwalter@gmail.com>", "funding" : {"type" : "individual", "url" : "https://ko-fi.com/cjonasw"}, "license" : "ISC"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "bin": {"type": "object", "properties": {"pixaki": {"type": "string"}, "px": {"type": "string"}}, "required": ["pixaki", "px"]}, "author": {"type": "string"}, "funding": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "license": {"type": "string"}}, "required": ["name", "description", "version", "repository", "bin", "author", "funding", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "expo": {"type": "object", "properties": {"name": {"type": "string"}, "slug": {"type": "string"}, "sdkVersion": {"type": "string"}}, "required": ["name", "slug", "sdkVersion"]}}, "required": ["name", "displayName", "expo"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "PlomisViewer", "displayName" : "PlomisViewer", "expo" : {"name" : "PlomisViewer", "slug" : "plomis-viewer", "sdkVersion" : "34.0.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "expo": {"type": "object", "properties": {"name": {"type": "string"}, "slug": {"type": "string"}, "sdkVersion": {"type": "string"}}, "required": ["name", "slug", "sdkVersion"]}}, "required": ["name", "displayName", "expo"], "$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"}}, "required": ["start"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"babel-plugin-transform-class-properties": {"type": "string"}, "babel-plugin-transform-object-rest-spread": {"type": "string"}, "babel-preset-env": {"type": "string"}, "babel-preset-react": {"type": "string"}, "parcel-bundler": {"type": "string"}, "react-dom": {"type": "string"}}, "required": ["babel-plugin-transform-class-properties", "babel-plugin-transform-object-rest-spread", "babel-preset-env", "babel-preset-react", "parcel-bundler", "react-dom"]}, "dependencies": {"type": "object", "properties": {"react": {"type": "string"}}, "required": ["react"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "watch-hoverable", "version" : "1.0.0", "description" : "React HOC to watch an hoverable component and trigger actions", "main" : "index.js", "scripts" : {"start" : "parcel src/index.html"}, "repository" : {"type" : "git", "url" : "git+https://github.com/elcoosp/watch-hoverable.git"}, "keywords" : [], "author" : "elcoosp <elcoosp@gmail.com>", "license" : "MIT", "bugs" : {"url" : "https://github.com/elcoosp/watch-hoverable/issues"}, "homepage" : "https://github.com/elcoosp/watch-hoverable#readme", "devDependencies" : {"babel-plugin-transform-class-properties" : "^6.24.1", "babel-plugin-transform-object-rest-spread" : "^6.26.0", "babel-preset-env" : "^1.7.0", "babel-preset-react" : "^6.24.1", "parcel-bundler" : "^1.9.7", "react-dom" : "^16.4.1"}, "dependencies" : {"react" : "^16.4.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"babel-plugin-transform-class-properties": {"type": "string"}, "babel-plugin-transform-object-rest-spread": {"type": "string"}, "babel-preset-env": {"type": "string"}, "babel-preset-react": {"type": "string"}, "parcel-bundler": {"type": "string"}, "react-dom": {"type": "string"}}, "required": ["babel-plugin-transform-class-properties", "babel-plugin-transform-object-rest-spread", "babel-preset-env", "babel-preset-react", "parcel-bundler", "react-dom"]}, "dependencies": {"type": "object", "properties": {"react": {"type": "string"}}, "required": ["react"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"mil3.2.2:1.1": {"type": "string"}, "mil3.2.2:2.1": {"type": "string"}, "mil3.2.2:3.1": {"type": "string"}, "mil3.2.2:4.1": {"type": "string"}}, "required": ["mil3.2.2:1.1", "mil3.2.2:2.1", "mil3.2.2:3.1", "mil3.2.2:4.1"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"mil3.2.2:1.1" : "maku59, ms28Mi_184, msdiv41, sc1", "mil3.2.2:2.1" : "ms28Mi_185, sc2, vri81.41", "mil3.2.2:3.1" : "ms28Mi_186, sc3", "mil3.2.2:4.1" : "ms28Mi_187, sc4"}
json_instruct
{"type": "object", "properties": {"mil3.2.2:1.1": {"type": "string"}, "mil3.2.2:2.1": {"type": "string"}, "mil3.2.2:3.1": {"type": "string"}, "mil3.2.2:4.1": {"type": "string"}}, "required": ["mil3.2.2:1.1", "mil3.2.2:2.1", "mil3.2.2:3.1", "mil3.2.2:4.1"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {"ethereum": {"type": "string"}}, "required": ["ethereum"]}, "hashing_algorithm": {"type": "null"}, "categories": {"type": "array", "items": {}}, "description": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country_origin": {"type": "string"}, "genesis_date": {"type": "null"}, "contract_address": {"type": "string"}, "url": {"type": "string"}, "explorers": {"type": "array", "items": {"type": "string"}}, "twitter": {"type": "string"}, "facebook": {"type": "string"}, "telegram": {"type": "string"}, "github_org": {"type": "string"}}, "required": ["id", "symbol", "name", "platforms", "hashing_algorithm", "categories", "description", "country_origin", "genesis_date", "contract_address", "url", "explorers", "twitter", "facebook", "telegram", "github_org"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "holyheld", "symbol" : "holy", "name" : "Holyheld (OLD)", "platforms" : {"ethereum" : "0x39eae99e685906ff1c11a962a743440d0a1a6e09"}, "hashing_algorithm" : null, "categories" : [], "description" : {"en" : "Holyheld is a mobile-first financial services app that allows you to trade, store, send, and earn interest on crypto assets in a simple wallet with a debit card."}, "country_origin" : "GB", "genesis_date" : null, "contract_address" : "0x39eae99e685906ff1c11a962a743440d0a1a6e09", "url" : "https://holyheld.com", "explorers" : ["https://etherscan.io/token/0x39eAE99E685906fF1C11A962a743440d0a1A6e09", "https://ethplorer.io/address/0x39eae99e685906ff1c11a962a743440d0a1a6e09"], "twitter" : "holyheld", "facebook" : "holyheldHQ", "telegram" : "holyheld", "github_org" : "Holyheld"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "symbol": {"type": "string"}, "name": {"type": "string"}, "platforms": {"type": "object", "properties": {"ethereum": {"type": "string"}}, "required": ["ethereum"]}, "hashing_algorithm": {"type": "null"}, "categories": {"type": "array", "items": {}}, "description": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country_origin": {"type": "string"}, "genesis_date": {"type": "null"}, "contract_address": {"type": "string"}, "url": {"type": "string"}, "explorers": {"type": "array", "items": {"type": "string"}}, "twitter": {"type": "string"}, "facebook": {"type": "string"}, "telegram": {"type": "string"}, "github_org": {"type": "string"}}, "required": ["id", "symbol", "name", "platforms", "hashing_algorithm", "categories", "description", "country_origin", "genesis_date", "contract_address", "url", "explorers", "twitter", "facebook", "telegram", "github_org"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "devDependencies": {"type": "object", "properties": {"espower-loader": {"type": "string"}, "intelli-espower-loader": {"type": "string"}, "mocha": {"type": "string"}, "power-assert": {"type": "string"}}, "required": ["espower-loader", "intelli-espower-loader", "mocha", "power-assert"]}}, "required": ["name", "description", "version", "repository", "main", "scripts", "directories", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "1px", "description" : "A 1 pixel transparent image.", "version" : "0.1.0", "repository" : {"url" : "git://github.com/kumatch/1px.git"}, "main" : "index.js", "scripts" : {"test" : "mocha --require intelli-espower-loader --reporter spec test/**/*.test.js"}, "directories" : {"test" : "test/"}, "devDependencies" : {"espower-loader" : "^0.10.0", "intelli-espower-loader" : "^0.5.0", "mocha" : "^2.1.0", "power-assert" : "^0.10.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "devDependencies": {"type": "object", "properties": {"espower-loader": {"type": "string"}, "intelli-espower-loader": {"type": "string"}, "mocha": {"type": "string"}, "power-assert": {"type": "string"}}, "required": ["espower-loader", "intelli-espower-loader", "mocha", "power-assert"]}}, "required": ["name", "description", "version", "repository", "main", "scripts", "directories", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"exampleUrls": {"type": "array", "items": {"type": "string"}}}, "required": ["exampleUrls"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"exampleUrls" : ["https://gist.github.com/vio/a7ca332b66a54b2e3d02a191f2df2b23", "https://gist.github.com/vio/d416c002c409bfb4c4094cf346af7cab"]}
json_instruct
{"type": "object", "properties": {"exampleUrls": {"type": "array", "items": {"type": "string"}}}, "required": ["exampleUrls"], "$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"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "minimum-stability": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-0": {"type": "object", "properties": {"Webforge\\Accounting": {"type": "array", "items": {"type": "string"}}}, "required": ["Webforge\\Accounting"]}}, "required": ["psr-0"]}, "require": {"type": "object", "properties": {"webforge/common": {"type": "string"}, "webforge/types": {"type": "string"}}, "required": ["webforge/common", "webforge/types"]}, "require-dev": {"type": "object", "properties": {"webforge/testplate": {"type": "string"}, "satooshi/php-coveralls": {"type": "string"}, "liip/rmt": {"type": "string"}}, "required": ["webforge/testplate", "satooshi/php-coveralls", "liip/rmt"]}, "extra": {"type": "object", "properties": {"branch-alias": {"type": "object", "properties": {"dev-master": {"type": "string"}}, "required": ["dev-master"]}}, "required": ["branch-alias"]}}, "required": ["name", "description", "license", "authors", "minimum-stability", "autoload", "require", "require-dev", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "webforge/accounting", "description" : "A small library for some basics for invoices", "license" : "MIT", "authors" : [{"name" : "Philipp Scheit", "email" : "p.scheit@ps-webforge.com"}], "minimum-stability" : "dev", "autoload" : {"psr-0" : {"Webforge\\Accounting" : ["lib/", "tests/"]}}, "require" : {"webforge/common" : "1.7.*@dev", "webforge/types" : "1.0.*@dev"}, "require-dev" : {"webforge/testplate" : "1.*", "satooshi/php-coveralls" : "dev-master", "liip/rmt" : "0.9.*"}, "extra" : {"branch-alias" : {"dev-master" : "1.0.x-dev"}}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "minimum-stability": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-0": {"type": "object", "properties": {"Webforge\\Accounting": {"type": "array", "items": {"type": "string"}}}, "required": ["Webforge\\Accounting"]}}, "required": ["psr-0"]}, "require": {"type": "object", "properties": {"webforge/common": {"type": "string"}, "webforge/types": {"type": "string"}}, "required": ["webforge/common", "webforge/types"]}, "require-dev": {"type": "object", "properties": {"webforge/testplate": {"type": "string"}, "satooshi/php-coveralls": {"type": "string"}, "liip/rmt": {"type": "string"}}, "required": ["webforge/testplate", "satooshi/php-coveralls", "liip/rmt"]}, "extra": {"type": "object", "properties": {"branch-alias": {"type": "object", "properties": {"dev-master": {"type": "string"}}, "required": ["dev-master"]}}, "required": ["branch-alias"]}}, "required": ["name", "description", "license", "authors", "minimum-stability", "autoload", "require", "require-dev", "extra"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "colors": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}}}, "required": ["name", "colors"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Interstellar", "colors" : [{"value" : "#f9b580"}, {"value" : "#fffdf1"}, {"value" : "#fdf3cc"}, {"value" : "#c5a8a1"}, {"value" : "#223c44"}, {"value" : "#02121e"}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "colors": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}}}, "required": ["name", "colors"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"name" : "ANGEL ROSENDO", "frequency" : 40, "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": {"name": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "watch": {"type": "string"}, "prod": {"type": "string"}, "mkdir:release": {"type": "string"}, "prerelease": {"type": "string"}, "release": {"type": "string"}}, "required": ["dev", "watch", "prod", "mkdir:release", "prerelease", "release"]}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/plugin-proposal-class-properties": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "babel-loader": {"type": "string"}, "bestzip": {"type": "string"}, "clean-webpack-plugin": {"type": "string"}, "copy-webpack-plugin": {"type": "string"}, "core-js": {"type": "string"}, "css-loader": {"type": "string"}, "jest": {"type": "string"}, "mkdirp": {"type": "string"}, "npm-run-all": {"type": "string"}, "regenerator-runtime": {"type": "string"}, "rimraf": {"type": "string"}, "sass": {"type": "string"}, "sass-loader": {"type": "string"}, "style-loader": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}, "webpack-extension-reloader": {"type": "string"}, "webpack-merge": {"type": "string"}}, "required": ["@babel/core", "@babel/plugin-proposal-class-properties", "@babel/preset-env", "babel-loader", "bestzip", "clean-webpack-plugin", "copy-webpack-plugin", "core-js", "css-loader", "jest", "mkdirp", "npm-run-all", "regenerator-runtime", "rimraf", "sass", "sass-loader", "style-loader", "webpack", "webpack-cli", "webpack-extension-reloader", "webpack-merge"]}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "moment": {"type": "string"}}, "required": ["axios", "moment"]}}, "required": ["name", "repository", "author", "license", "scripts", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "chrome-extension-template", "repository" : "https://github.com/xiaotiantakumi/chrome-extension-template.git", "author" : "takumi oda", "license" : "MIT", "scripts" : {"dev" : "webpack --config webpack.dev.js", "watch" : "webpack --config webpack.dev.js --watch", "prod" : "webpack --config webpack.prod.js", "mkdir:release" : "npx mkdirp release", "prerelease" : "run-s mkdir:release prod", "release" : "node release $1"}, "devDependencies" : {"@babel/core" : "^7.11.6", "@babel/plugin-proposal-class-properties" : "^7.13.0", "@babel/preset-env" : "^7.11.5", "babel-loader" : "^8.1.0", "bestzip" : "^2.1.7", "clean-webpack-plugin" : "^3.0.0", "copy-webpack-plugin" : "^6.1.0", "core-js" : "^3.6.5", "css-loader" : "^3.6.0", "jest" : "^26.4.2", "mkdirp" : "^1.0.4", "npm-run-all" : "^4.1.5", "regenerator-runtime" : "^0.13.7", "rimraf" : "^3.0.2", "sass" : "^1.26.10", "sass-loader" : "^9.0.3", "style-loader" : "^1.2.1", "webpack" : "^4.44.1", "webpack-cli" : "^3.3.12", "webpack-extension-reloader" : "^1.1.4", "webpack-merge" : "^5.1.4"}, "dependencies" : {"axios" : "^0.21.1", "moment" : "^2.27.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "watch": {"type": "string"}, "prod": {"type": "string"}, "mkdir:release": {"type": "string"}, "prerelease": {"type": "string"}, "release": {"type": "string"}}, "required": ["dev", "watch", "prod", "mkdir:release", "prerelease", "release"]}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/plugin-proposal-class-properties": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "babel-loader": {"type": "string"}, "bestzip": {"type": "string"}, "clean-webpack-plugin": {"type": "string"}, "copy-webpack-plugin": {"type": "string"}, "core-js": {"type": "string"}, "css-loader": {"type": "string"}, "jest": {"type": "string"}, "mkdirp": {"type": "string"}, "npm-run-all": {"type": "string"}, "regenerator-runtime": {"type": "string"}, "rimraf": {"type": "string"}, "sass": {"type": "string"}, "sass-loader": {"type": "string"}, "style-loader": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type": "string"}, "webpack-extension-reloader": {"type": "string"}, "webpack-merge": {"type": "string"}}, "required": ["@babel/core", "@babel/plugin-proposal-class-properties", "@babel/preset-env", "babel-loader", "bestzip", "clean-webpack-plugin", "copy-webpack-plugin", "core-js", "css-loader", "jest", "mkdirp", "npm-run-all", "regenerator-runtime", "rimraf", "sass", "sass-loader", "style-loader", "webpack", "webpack-cli", "webpack-extension-reloader", "webpack-merge"]}, "dependencies": {"type": "object", "properties": {"axios": {"type": "string"}, "moment": {"type": "string"}}, "required": ["axios", "moment"]}}, "required": ["name", "repository", "author", "license", "scripts", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "1206152001", "nama" : "Cinta Rakyat"}, {"id" : "1206152002", "nama" : "Semangat"}, {"id" : "1206152003", "nama" : "Ujung Teran"}, {"id" : "1206152004", "nama" : "Gongsol"}, {"id" : "1206152005", "nama" : "Jaranguda"}, {"id" : "1206152006", "nama" : "Semangat Gunung"}, {"id" : "1206152007", "nama" : "Deram"}, {"id" : "1206152008", "nama" : "Merdeka"}, {"id" : "1206152009", "nama" : "Sadaperarih"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/generic/produce/avali/kirifruit.consumable": {"type": "array", "items": {"type": "string"}}}, "required": ["items/generic/produce/avali/kirifruit.consumable"]}, "Texts": {"type": "object", "properties": {"Chs": {"type": "string"}, "Eng": {"type": "string"}}, "required": ["Chs", "Eng"]}}, "required": ["DeniedAlternatives", "Files", "Texts"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"DeniedAlternatives" : [], "Files" : {"items/generic/produce/avali/kirifruit.consumable" : ["/description"]}, "Texts" : {"Chs" : "\u5730\u4e0b\u9ecf\u6db2\u9709\u83cc\u7684\u5b50\u5b9e\u4f53\u3002\n^^cyan;\u5728\u9ed1\u6697\u4e2d^green;\u6cbb\u7597^white;250.25%^gray;\u5230^white;252.5%^green;HP^gray;(^white;5m\u5185^gray;)^reset;", "Eng" : "The fruiting body of a subterranean slime mold\n^green;^green;Heal ^cyan;in Darkness ^white;250.25%^gray;-^white;252.5% ^green;HP ^gray;(^white;5m^gray;)^reset;"}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/generic/produce/avali/kirifruit.consumable": {"type": "array", "items": {"type": "string"}}}, "required": ["items/generic/produce/avali/kirifruit.consumable"]}, "Texts": {"type": "object", "properties": {"Chs": {"type": "string"}, "Eng": {"type": "string"}}, "required": ["Chs", "Eng"]}}, "required": ["DeniedAlternatives", "Files", "Texts"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "subPlay": {"type": "integer"}}, "required": ["play", "subPlay"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "f042b525-a22f-475a-b321-3d25fde16109", "playerTags" : [], "teamTags" : ["3f8bbb15-61c0-4e3f-8e4a-907a5fb1565e", "bb4a9de5-c924-4923-a0cb-9d1445f1ee5d"], "gameTags" : ["8b8c40e6-c4ed-4288-9306-192c9e049484"], "metadata" : {"play" : 27, "subPlay" : -1}, "created" : "2021-03-16T03:02:11.921Z", "season" : 13, "tournament" : -1, "type" : 73, "day" : 12, "phase" : 2, "category" : 2, "description" : "The sour smell of rancid peanuts on the wind", "nuts" : 0}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "subPlay": {"type": "integer"}}, "required": ["play", "subPlay"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$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": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"marker-symbol": {"type": "string"}, "marker-color": {"type": "string"}, "marker-size": {"type": "string"}, "name": {"type": "string"}, "address": {"type": "string"}, "url": {"type": "string"}, "geoBeerId": {"type": "string"}}, "required": ["marker-symbol", "marker-color", "marker-size", "name", "address", "url", "geoBeerId"]}}, "required": ["type", "geometry", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "features" : [{"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-105.000335, 39.723664]}, "properties" : {"marker-symbol" : "beer", "marker-color" : "#607D8B", "marker-size" : "small", "name" : "Breckenridge Brewery", "address" : "471 Kalamath St, Denver, CO 80204", "url" : "http://www.breckbrew.com/", "geoBeerId" : "e59c67ec-c145-472c-8908-d06bc3139801"}}]}
json_instruct
{"type": "object", "properties": {"type": {"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": {"marker-symbol": {"type": "string"}, "marker-color": {"type": "string"}, "marker-size": {"type": "string"}, "name": {"type": "string"}, "address": {"type": "string"}, "url": {"type": "string"}, "geoBeerId": {"type": "string"}}, "required": ["marker-symbol", "marker-color", "marker-size", "name", "address", "url", "geoBeerId"]}}, "required": ["type", "geometry", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"version": {"type": "string"}, "flags": {"type": "object", "properties": {}, "required": []}, "shapes": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "points": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "group_id": {"type": "integer"}, "shape_type": {"type": "string"}, "flags": {"type": "object", "properties": {}, "required": []}}, "required": ["label", "points", "group_id", "shape_type", "flags"]}}, "imagePath": {"type": "string"}, "imageData": {"type": "string"}, "imageHeight": {"type": "integer"}, "imageWidth": {"type": "integer"}}, "required": ["version", "flags", "shapes", "imagePath", "imageData", "imageHeight", "imageWidth"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : "4.5.7", "flags" : {}, "shapes" : [{"label" : "null", "points" : [[905.0, 881.0], [1324.0, 876.0], [1328.0, 1004.0], [897.0, 1006.0]], "group_id" : 0, "shape_type" : "polygon", "flags" : {}}, {"label" : "null", "points" : [[201.0, 849.0], [893.0, 818.0], [870.5858585858585, 1008.0808080808081], [162.0, 1001.0]], "group_id" : 0, "shape_type" : "polygon", "flags" : {}}, {"label" : "null", "points" : [[0.0, 927.0], [47.0, 933.0], [50.0, 964.0], [0.0, 961.0]], "group_id" : 2, "shape_type" : "polygon", "flags" : {}}, {"label" : "null", "points" : [[0.0, 967.0], [35.0, 966.0], [22.0, 996.0], [0.0, 994.0]], "group_id" : 2, "shape_type" : "polygon", "flags" : {}}, {"label" : "null", "points" : [[1353.0, 929.0], [1365.0, 929.0], [1365.0, 1012.0], [1365.0, 999.0]], "group_id" : 255, "shape_type" : "polygon", "flags" : {}}], "imagePath" : "img_3106.jpg", "imageData" : "null", "imageHeight" : 1024, "imageWidth" : 1365}
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "flags": {"type": "object", "properties": {}, "required": []}, "shapes": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "points": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "group_id": {"type": "integer"}, "shape_type": {"type": "string"}, "flags": {"type": "object", "properties": {}, "required": []}}, "required": ["label", "points", "group_id", "shape_type", "flags"]}}, "imagePath": {"type": "string"}, "imageData": {"type": "string"}, "imageHeight": {"type": "integer"}, "imageWidth": {"type": "integer"}}, "required": ["version", "flags", "shapes", "imagePath", "imageData", "imageHeight", "imageWidth"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"/js/appsadasd.js": {"type": "string"}}, "required": ["/js/appsadasd.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"/js/appsadasd.js" : "/js/appsadasd.js"}
json_instruct
{"type": "object", "properties": {"/js/appsadasd.js": {"type": "string"}}, "required": ["/js/appsadasd.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": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["2850", "indigo airlines", "delhi", "india", "raipur", "india", "0"], ["2850", "indigo airlines", "hyderabad", "india", "raipur", "india", "0"], ["2850", "indigo airlines", "raipur", "india", "delhi", "india", "0"], ["2850", "indigo airlines", "raipur", "india", "hyderabad", "india", "0"], ["3000", "jet airways", "bhubaneswar", "india", "raipur", "india", "0"], ["3000", "jet airways", "bhopal", "india", "raipur", "india", "0"], ["3000", "jet airways", "bombay", "india", "raipur", "india", "0"], ["3000", "jet airways", "calcutta", "india", "raipur", "india", "0"], ["3000", "jet airways", "delhi", "india", "raipur", "india", "0"], ["3000", "jet airways", "hyderabad", "india", "raipur", "india", "0"], ["3000", "jet airways", "raipur", "india", "bhubaneswar", "india", "0"], ["3000", "jet airways", "raipur", "india", "bhopal", "india", "0"], ["3000", "jet airways", "raipur", "india", "bombay", "india", "0"], ["3000", "jet airways", "raipur", "india", "calcutta", "india", "0"], ["3000", "jet airways", "raipur", "india", "delhi", "india", "0"], ["3000", "jet airways", "raipur", "india", "hyderabad", "india", "0"], ["218", "air india limited", "bombay", "india", "raipur", "india", "0"], ["218", "air india limited", "delhi", "india", "raipur", "india", "0"], ["218", "air india limited", "raipur", "india", "bhubaneswar", "india", "0"], ["218", "air india limited", "raipur", "india", "nagpur", "india", "0"], ["3142", "kingfisher airlines", "calcutta", "india", "raipur", "india", "0"], ["3142", "kingfisher airlines", "delhi", "india", "raipur", "india", "0"], ["3142", "kingfisher airlines", "raipur", "india", "calcutta", "india", "0"], ["3142", "kingfisher airlines", "raipur", "india", "delhi", "india", "0"], ["241", "air sahara", "bombay", "india", "raipur", "india", "0"], ["241", "air sahara", "hyderabad", "india", "raipur", "india", "0"], ["241", "air sahara", "raipur", "india", "bombay", "india", "0"], ["241", "air sahara", "raipur", "india", "hyderabad", "india", "0"]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"uuid": {"type": "string"}, "name": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "befores": {"type": "array", "items": {}}, "afters": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "stage": {"type": "string"}, "description": {"type": "string"}, "steps": {"type": "array", "items": {}}, "attachments": {"type": "array", "items": {}}, "parameters": {"type": "array", "items": {}}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["name", "status", "stage", "description", "steps", "attachments", "parameters", "start", "stop"]}}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["uuid", "name", "children", "description", "befores", "afters", "start", "stop"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"uuid" : "1ccdeee7-052a-49b5-b95a-77f18a08f209", "name" : "workbookIT.ProductSystemManagerTestIT.getAimData", "children" : ["cb10ceb2-8c9e-4e38-b309-97522bd18e7d"], "description" : "", "befores" : [], "afters" : [{"name" : "getAimData", "status" : "passed", "stage" : "finished", "description" : "", "steps" : [], "attachments" : [], "parameters" : [], "start" : 1638243027873, "stop" : 1638243027873}], "start" : 1638243027873, "stop" : 1638243027874}
json_instruct
{"type": "object", "properties": {"uuid": {"type": "string"}, "name": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "befores": {"type": "array", "items": {}}, "afters": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "stage": {"type": "string"}, "description": {"type": "string"}, "steps": {"type": "array", "items": {}}, "attachments": {"type": "array", "items": {}}, "parameters": {"type": "array", "items": {}}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["name", "status", "stage", "description", "steps", "attachments", "parameters", "start", "stop"]}}, "start": {"type": "integer"}, "stop": {"type": "integer"}}, "required": ["uuid", "name", "children", "description", "befores", "afters", "start", "stop"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"desc": {"type": "string"}, "home": {"type": "string"}, "license": {"type": "string"}}, "required": ["desc", "home", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"desc" : "Django email integration for Amazon SES, Mailgun, Mailjet, Postmark, SendGrid, SendinBlue, SparkPost and other transactional ESPs", "home" : "https://github.com/anymail/django-anymail", "license" : "BSD License"}
json_instruct
{"type": "object", "properties": {"desc": {"type": "string"}, "home": {"type": "string"}, "license": {"type": "string"}}, "required": ["desc", "home", "license"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nom" : "Mondion", "circ" : "4\u00e8me circonscription", "dpt" : "Vienne", "inscrits" : 92, "abs" : 32, "votants" : 60, "blancs" : 0, "nuls" : 7, "exp" : 53, "res" : [{"nuance" : "MDM", "nom" : "M. Nicolas TURQUOIS", "voix" : 31}, {"nuance" : "UDI", "nom" : "Mme Anne-Florence BOURAT", "voix" : 22}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"nuance": {"type": "string"}, "nom": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["nuance", "nom", "voix"]}}}, "required": ["nom", "circ", "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": {"model": {"type": "string"}, "modeltype": {"type": "string"}, "accuracy": {"type": "number"}, "deviation": {"type": "number"}}, "required": ["model", "modeltype", "accuracy", "deviation"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"model" : "Alarmclock_Alarmclock_controls_sc_audio", "modeltype" : "logistic regression", "accuracy" : 0.8384920634920634, "deviation" : 0.14256804963956593}
json_instruct
{"type": "object", "properties": {"model": {"type": "string"}, "modeltype": {"type": "string"}, "accuracy": {"type": "number"}, "deviation": {"type": "number"}}, "required": ["model", "modeltype", "accuracy", "deviation"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {}}, "division": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "title": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "chapter": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "subchapter": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "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", "historical", "credits", "sections", "division", "title", "chapter", "subchapter", "heading"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : "If the taxable year of a beneficiary is different from that of the estate or trust, the amount which he is required, under \u00a7 47-1809.05(1), to include in computing his net income, shall be based upon the income of the estate or trust for any taxable year of the estate or trust ending within his taxable year.", "historical" : "Prior Codifications\n\n1981 Ed., \u00a7 47-1809.6.\n\n1973 Ed., \u00a7 47-1577e.\n\nDC CODE \u00a7 47-1809.06\n\nCurrent through December 11, 2012", "credits" : "(July 16, 1947, 61 Stat. 348, ch. 258, art. I, title IX, \u00a7 6; enacted, Apr. 9, 1997, D.C. Law 11-254, \u00a7 2, 44 DCR 1575.)", "sections" : [], "division" : {"identifier" : "VIII", "text" : "General Laws."}, "title" : {"identifier" : "47", "text" : "Taxation, Licensing, Permits, Assessments, and Fees. (Refs & Annos)"}, "chapter" : {"identifier" : "18", "text" : "Income and Franchise Taxes. (Refs & Annos)"}, "subchapter" : {"identifier" : "IX", "text" : "Tax on Estates and Trusts. (Refs & Annos)"}, "heading" : {"title" : "47", "chaptersection" : "1809", "identifier" : "47-1809.06", "catch_text" : "Tax on estates and trusts--Beneficiary taxable year."}}
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {}}, "division": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "title": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "chapter": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "subchapter": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "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", "historical", "credits", "sections", "division", "title", "chapter", "subchapter", "heading"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"$schema": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "id": {"type": "string"}, "info": {"type": "object", "properties": {"description": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "logos": {"type": "object", "properties": {"small": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "large"]}, "links": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}, "screenshots": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "path": {"type": "string"}}, "required": ["name", "path"]}}, "version": {"type": "string"}, "updated": {"type": "string"}}, "required": ["description", "author", "keywords", "logos", "links", "screenshots", "version", "updated"]}, "dependencies": {"type": "object", "properties": {"grafanaDependency": {"type": "string"}, "plugins": {"type": "array", "items": {}}}, "required": ["grafanaDependency", "plugins"]}}, "required": ["$schema", "type", "name", "id", "info", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"$schema" : "https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json", "type" : "panel", "name" : "Sankey Panel", "id" : "netsage-sankey-panel", "info" : {"description" : "Sankey Panel Plugin for Grafana", "author" : {"name" : "NetSage", "url" : "http://github.com/netsage-project"}, "keywords" : ["netsage", "sankey"], "logos" : {"small" : "img/logo.svg", "large" : "img/logo.svg"}, "links" : [{"name" : "Website", "url" : "https://github.com/netsage-project/netsage-sankey-panel"}, {"name" : "License", "url" : "https://github.com/netsage-project/netsage-sankey-panel/blob/master/LICENSE"}], "screenshots" : [{"name" : "sankey2", "path" : "img/sankey2.png"}, {"name" : "sankey3", "path" : "img/sankey3.png"}], "version" : "%VERSION%", "updated" : "%TODAY%"}, "dependencies" : {"grafanaDependency" : ">=8.0.0", "plugins" : []}}
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "id": {"type": "string"}, "info": {"type": "object", "properties": {"description": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "logos": {"type": "object", "properties": {"small": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "large"]}, "links": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}, "screenshots": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "path": {"type": "string"}}, "required": ["name", "path"]}}, "version": {"type": "string"}, "updated": {"type": "string"}}, "required": ["description", "author", "keywords", "logos", "links", "screenshots", "version", "updated"]}, "dependencies": {"type": "object", "properties": {"grafanaDependency": {"type": "string"}, "plugins": {"type": "array", "items": {}}}, "required": ["grafanaDependency", "plugins"]}}, "required": ["$schema", "type", "name", "id", "info", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": {"type": "null"}, "labels": {"type": "array", "items": {}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"body" : "This addresses #7109\r\n\r\nDepends on #9282 #9283 #9284, these are all packages that would fail the test currently.\r\n", "user" : "baberlevi", "url" : "https://api.github.com/repos/spack/spack/issues/9285", "updated_at" : "2018-10-30 20:44:26", "created_at" : "2018-09-19 14:35:39", "closed_at" : "2018-10-30 20:44:26", "state" : "closed", "title" : "Add test for boilerplate to package_sanity", "number" : 9285, "milestone" : null, "labels" : [], "id" : 361779722, "html_url" : "https://github.com/spack/spack/pull/9285", "assignees" : [], "comments" : 3}
json_instruct
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": {"type": "null"}, "labels": {"type": "array", "items": {}}, "id": {"type": "integer"}, "html_url": {"type": "string"}, "assignees": {"type": "array", "items": {}}, "comments": {"type": "integer"}}, "required": ["body", "user", "url", "updated_at", "created_at", "closed_at", "state", "title", "number", "milestone", "labels", "id", "html_url", "assignees", "comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/armors/costumes/fuearphones/fuearphones.head": {"type": "array", "items": {"type": "string"}}}, "required": ["items/armors/costumes/fuearphones/fuearphones.head"]}, "Texts": {"type": "object", "properties": {"Chs": {"type": "string"}, "Eng": {"type": "string"}}, "required": ["Chs", "Eng"]}}, "required": ["DeniedAlternatives", "Files", "Texts"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"DeniedAlternatives" : [], "Files" : {"items/armors/costumes/fuearphones/fuearphones.head" : ["/shortdescription"]}, "Texts" : {"Chs" : "HI-FI \u8033\u673a", "Eng" : "Hi-Fi Earphones"}}, {"DeniedAlternatives" : [], "Files" : {"items/armors/costumes/fuearphones/fuearphones.head" : ["/description"]}, "Texts" : {"Chs" : "\u8046\u542c\u4e16\u754c\u7684\u58f0\u97f3\u3002", "Eng" : "Listen in style. Perfect for Floyd."}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/armors/costumes/fuearphones/fuearphones.head": {"type": "array", "items": {"type": "string"}}}, "required": ["items/armors/costumes/fuearphones/fuearphones.head"]}, "Texts": {"type": "object", "properties": {"Chs": {"type": "string"}, "Eng": {"type": "string"}}, "required": ["Chs", "Eng"]}}, "required": ["DeniedAlternatives", "Files", "Texts"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "town": {"type": "string"}, "county": {"type": "string"}, "postcode": {"type": "string"}}, "required": ["addressLine1", "town", "county", "postcode"]}, "organisation": {"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "code", "name"]}}, "required": ["id", "name", "code", "address", "organisation"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "2ef46a21-f0f2-427b-b001-01fc559393c1", "name" : "Chesterton Primary School", "code" : "4", "address" : {"addressLine1" : "Green End Road", "town" : "Cambridge", "county" : "Cambs", "postcode" : "CB4 1RW"}, "organisation" : {"id" : "334aaa65-76f2-48e6-b8a8-ebbdea6aec3d", "code" : "2KL", "name" : "Active Teacher Training"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "town": {"type": "string"}, "county": {"type": "string"}, "postcode": {"type": "string"}}, "required": ["addressLine1", "town", "county", "postcode"]}, "organisation": {"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "code", "name"]}}, "required": ["id", "name", "code", "address", "organisation"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "required": ["0", "1"]}}, "required": ["text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : {"0" : {"m1" : "\u062f\u0631 \u067e\u0631\u062f\u0647 \u062f\u0631\u0648\u0646\u0650 \u062f\u0644 \u0631\u06cc\u0634\u062a \u0628\u06cc\u0646\u0645", "m2" : "\u0627\u0632 \u067e\u0631\u062f\u0647 \u0628\u0631\u0648\u0646 \u0646\u0634\u0633\u062a\u0647 \u0628\u06cc\u0634\u062a \u0628\u06cc\u0646\u0645"}, "1" : {"m1" : "\u0647\u0631 \u0631\u0648\u0632 \u0647\u0632\u0627\u0631 \u0628\u0627\u0631 \u0628\u06cc\u0634\u062a \u0628\u06cc\u0646\u0645", "m2" : "\u062a\u0627 \u06a9\u06cc \u0628\u064f\u0648\u062f \u0622\u0646 \u0646\u064e\u0641\u064e\u0633 \u06a9\u0647 \u062e\u0648\u06cc\u0634\u062a \u0628\u06cc\u0646\u0645"}}}
json_instruct
{"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "required": ["0", "1"]}}, "required": ["text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"file": {"type": "string"}, "line": {"type": "string"}, "column": {"type": "string"}, "message": {"type": "string"}, "level": {"type": "string"}, "type": {"type": "string"}}, "required": ["file", "line", "column", "message", "level", "type"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0x4678f0a6958e4d2bc4f1baf7bc52e8f3564f3fe4", "tool" : "solhint", "start" : 1563488880.3627899, "end" : 1563488884.6352358, "duration" : 4.272445917129517, "analysis" : [{"file" : "/unique_chucks/4/0x4678f0a6958e4d2bc4f1baf7bc52e8f3564f3fe4.sol", "line" : "219", "column" : "2", "message" : "Line length must be no more than 120 but current length is 122.", "level" : "Error", "type" : "max-line-length"}, {"file" : "/unique_chucks/4/0x4678f0a6958e4d2bc4f1baf7bc52e8f3564f3fe4.sol", "line" : "237", "column" : "2", "message" : "Line length must be no more than 120 but current length is 161.", "level" : "Error", "type" : "max-line-length"}]}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"file": {"type": "string"}, "line": {"type": "string"}, "column": {"type": "string"}, "message": {"type": "string"}, "level": {"type": "string"}, "type": {"type": "string"}}, "required": ["file", "line", "column", "message", "level", "type"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "state": {"type": "string"}}, "required": ["name", "state"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[138.50598061100004, -35.13759174399996], [138.50601660000007, -35.137848504999965], [138.5058643220001, -35.13982959599997], [138.50556454700006, -35.141814960999966], [138.5026745140001, -35.141979610999954], [138.50258497900006, -35.14247100699998], [138.5024229920001, -35.142886998999984], [138.50209102500003, -35.14338300199995], [138.50177300000007, -35.143715002999954], [138.5012479840001, -35.144087999999954], [138.50079801200002, -35.14430500499998], [138.4994559800001, -35.144686622999984], [138.49828699500006, -35.14471699999996], [138.49728799000002, -35.14463700599998], [138.49614499300003, -35.144414006999966], [138.49516201100005, -35.14411700799997], [138.4937020110001, -35.14380099099998], [138.4925099940001, -35.14367400699996], [138.49173378500006, -35.143641557999956], [138.491678524, -35.14368579199993], [138.49156468, -35.143633732999945], [138.49043767000012, -35.14347592799993], [138.4890288790001, -35.14315700599997], [138.487790033, -35.14298991399994], [138.48659531500005, -35.14301333499998], [138.4864793910001, -35.14127714699998], [138.48622126300006, -35.138707385999965], [138.48682318500005, -35.138604321999935], [138.49318104600002, -35.13823321199993], [138.50598061100004, -35.13759174399996]]]}, "properties" : {"name" : "Noarlunga Centre", "state" : "SA"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "state": {"type": "string"}}, "required": ["name", "state"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"desc": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}}, "required": ["desc", "id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"desc" : "", "id" : "card.objective.secret:base/occupy_the_seat_of_the_empire", "name" : "Occupy the Seat of the Empire"}
json_instruct
{"type": "object", "properties": {"desc": {"type": "string"}, "id": {"type": "string"}, "name": {"type": "string"}}, "required": ["desc", "id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"themeName": {"type": "string"}, "default": {"type": "object", "properties": {"fgColor": {"type": "string"}, "bgColor": {"type": "string"}}, "required": ["fgColor", "bgColor"]}, "heading": {"type": "object", "properties": {"fgColor": {"type": "string"}}, "required": ["fgColor"]}, "emphasis": {"type": "object", "properties": {"fgColor": {"type": "string"}}, "required": ["fgColor"]}, "orderedList": {"type": "object", "properties": {"fgColor": {"type": "string"}}, "required": ["fgColor"]}, "unorderedList": {"type": "object", "properties": {"fgColor": {"type": "string"}}, "required": ["fgColor"]}, "code": {"type": "object", "properties": {"fgColor": {"type": "string"}}, "required": ["fgColor"]}, "link": {"type": "object", "properties": {"fgColor": {"type": "string"}}, "required": ["fgColor"]}, "comment": {"type": "object", "properties": {"fgColor": {"type": "string"}}, "required": ["fgColor"]}, "gfm": {"type": "object", "properties": {"table": {"type": "boolean"}}, "required": ["table"]}, "goodies": {"type": "object", "properties": {"highlightHex": {"type": "boolean"}, "extraProtocols": {"type": "string"}}, "required": ["highlightHex", "extraProtocols"]}, "flags": {"type": "object", "properties": {"transparentBg": {"type": "boolean"}, "asteriskUnorderedList": {"type": "boolean"}}, "required": ["transparentBg", "asteriskUnorderedList"]}}, "required": ["themeName", "default", "heading", "emphasis", "orderedList", "unorderedList", "code", "link", "comment", "gfm", "goodies", "flags"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"themeName" : "preinstalled", "default" : {"fgColor" : "333333", "bgColor" : "FFFFFF"}, "heading" : {"fgColor" : "FF8000"}, "emphasis" : {"fgColor" : "000080"}, "orderedList" : {"fgColor" : "0080FF"}, "unorderedList" : {"fgColor" : "8080FF"}, "code" : {"fgColor" : "008000"}, "link" : {"fgColor" : "8000FF"}, "comment" : {"fgColor" : "808080"}, "gfm" : {"table" : true}, "goodies" : {"highlightHex" : false, "extraProtocols" : "ftp://, ftps://"}, "flags" : {"transparentBg" : false, "asteriskUnorderedList" : false}}
json_instruct
{"type": "object", "properties": {"themeName": {"type": "string"}, "default": {"type": "object", "properties": {"fgColor": {"type": "string"}, "bgColor": {"type": "string"}}, "required": ["fgColor", "bgColor"]}, "heading": {"type": "object", "properties": {"fgColor": {"type": "string"}}, "required": ["fgColor"]}, "emphasis": {"type": "object", "properties": {"fgColor": {"type": "string"}}, "required": ["fgColor"]}, "orderedList": {"type": "object", "properties": {"fgColor": {"type": "string"}}, "required": ["fgColor"]}, "unorderedList": {"type": "object", "properties": {"fgColor": {"type": "string"}}, "required": ["fgColor"]}, "code": {"type": "object", "properties": {"fgColor": {"type": "string"}}, "required": ["fgColor"]}, "link": {"type": "object", "properties": {"fgColor": {"type": "string"}}, "required": ["fgColor"]}, "comment": {"type": "object", "properties": {"fgColor": {"type": "string"}}, "required": ["fgColor"]}, "gfm": {"type": "object", "properties": {"table": {"type": "boolean"}}, "required": ["table"]}, "goodies": {"type": "object", "properties": {"highlightHex": {"type": "boolean"}, "extraProtocols": {"type": "string"}}, "required": ["highlightHex", "extraProtocols"]}, "flags": {"type": "object", "properties": {"transparentBg": {"type": "boolean"}, "asteriskUnorderedList": {"type": "boolean"}}, "required": ["transparentBg", "asteriskUnorderedList"]}}, "required": ["themeName", "default", "heading", "emphasis", "orderedList", "unorderedList", "code", "link", "comment", "gfm", "goodies", "flags"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 1209760887, "type" : "Feature", "properties" : {"src:alt_label" : "geonames", "src:geom" : "geonames", "wof:geomhash" : "9b73dcdde9d1396ba9aa379ad0c0426f", "wof:id" : 1209760887, "wof:repo" : "whosonfirst-data-admin-ro"}, "bbox" : [25.23565, 47.82187, 25.23565, 47.82187], "geometry" : {"coordinates" : [25.23565, 47.82187], "type" : "Point"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userId" : 98437, "cartId" : "de7369e1-0788-45b9-8091-9d31b8c2cee3", "preferredProducts" : [116], "productReviews" : [{"productId" : 3592, "reviewText" : "heard about this on original pilipino music radio, decided to give it a try.", "reviewDate" : "2019-07-03T17:43:14.0949458+03:00"}, {"productId" : 797, "reviewText" : "The box this comes in is 5 yard by 6 centimeter and weights 18 gram!!", "reviewDate" : "2020-04-05T13:12:33.589157+03:00"}, {"productId" : 4777, "reviewText" : "My penguin loves to play with it.", "reviewDate" : "2018-07-02T06:47:55.0442424+03:00"}, {"productId" : 53, "reviewText" : "My neighbor Forest has one of these. She works as a gardener and she says it looks nude.", "reviewDate" : "2020-02-25T21:41:31.81706+02:00"}]}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1992, 6], [1994, 6], [1995, 10], [1996, 5], [1997, 10], [1998, 7], [1999, 12], [2000, 16], [2001, 13], [2002, 17], [2003, 15], [2004, 12], [2005, 16], [2006, 18], [2007, 15], [2008, 15], [2009, 5], [2010, 18], [2011, 11], [2012, 10], [2013, 13], [2014, 6]]
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": "object", "properties": {"id": {"type": "string"}, "variable1": {"type": "number"}, "variable2": {"type": "number"}, "variable3": {"type": "string"}}, "required": ["id", "variable1", "variable2", "variable3"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "170103030201", "variable1" : 0.4067, "variable2" : 0.8772, "variable3" : "A"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "variable1": {"type": "number"}, "variable2": {"type": "number"}, "variable3": {"type": "string"}}, "required": ["id", "variable1", "variable2", "variable3"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"type": {"type": "string"}, "keys": {"type": "array", "items": {"type": "string"}}, "reference": {"type": "object", "properties": {"key": {"type": "string"}}, "required": ["key"]}, "icon": {"type": "string"}, "universal": {"type": "boolean"}, "label": {"type": "string"}, "strings": {"type": "object", "properties": {"placeholders": {"type": "object", "properties": {"housename": {"type": "string"}, "housenumber": {"type": "string"}, "street": {"type": "string"}, "city": {"type": "string"}, "postcode": {"type": "string"}, "place": {"type": "string"}, "hamlet": {"type": "string"}, "suburb": {"type": "string"}, "subdistrict": {"type": "string"}, "district": {"type": "string"}, "province": {"type": "string"}, "state": {"type": "string"}, "country": {"type": "string"}}, "required": ["housename", "housenumber", "street", "city", "postcode", "place", "hamlet", "suburb", "subdistrict", "district", "province", "state", "country"]}}, "required": ["placeholders"]}}, "required": ["type", "keys", "reference", "icon", "universal", "label", "strings"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "address", "keys" : ["addr:housename", "addr:housenumber", "addr:street", "addr:city", "addr:postcode"], "reference" : {"key" : "addr"}, "icon" : "address", "universal" : true, "label" : "Address", "strings" : {"placeholders" : {"housename" : "Housename", "housenumber" : "123", "street" : "Street", "city" : "City", "postcode" : "Postcode", "place" : "Place", "hamlet" : "Hamlet", "suburb" : "Suburb", "subdistrict" : "Subdistrict", "district" : "District", "province" : "Province", "state" : "State", "country" : "Country"}}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "keys": {"type": "array", "items": {"type": "string"}}, "reference": {"type": "object", "properties": {"key": {"type": "string"}}, "required": ["key"]}, "icon": {"type": "string"}, "universal": {"type": "boolean"}, "label": {"type": "string"}, "strings": {"type": "object", "properties": {"placeholders": {"type": "object", "properties": {"housename": {"type": "string"}, "housenumber": {"type": "string"}, "street": {"type": "string"}, "city": {"type": "string"}, "postcode": {"type": "string"}, "place": {"type": "string"}, "hamlet": {"type": "string"}, "suburb": {"type": "string"}, "subdistrict": {"type": "string"}, "district": {"type": "string"}, "province": {"type": "string"}, "state": {"type": "string"}, "country": {"type": "string"}}, "required": ["housename", "housenumber", "street", "city", "postcode", "place", "hamlet", "suburb", "subdistrict", "district", "province", "state", "country"]}}, "required": ["placeholders"]}}, "required": ["type", "keys", "reference", "icon", "universal", "label", "strings"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"493040": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "412031": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "411012": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "493021": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "412010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "533030": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "472061": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "472140": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}}, "required": ["493040", "count", "412031", "411012", "493021", "412010", "533030", "N.A.//", "472061", "472140"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"493040" : {"count" : 1}, "count" : 27, "412031" : {"count" : 1}, "411012" : {"count" : 1}, "493021" : {"count" : 1}, "412010" : {"count" : 1}, "533030" : {"count" : 1}, "N.A.//" : {"count" : 19}, "472061" : {"count" : 1}, "472140" : {"count" : 1}}
json_instruct
{"type": "object", "properties": {"493040": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "412031": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "411012": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "493021": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "412010": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "533030": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "472061": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "472140": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}}, "required": ["493040", "count", "412031", "411012", "493021", "412010", "533030", "N.A.//", "472061", "472140"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"hair": {"type": "array", "items": {"type": "string"}}, "glasses": {"type": "array", "items": {"type": "string"}}, "clothes": {"type": "array", "items": {"type": "string"}}}, "required": ["hair", "glasses", "clothes"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"hair" : ["H_Q3_M_Hr_6500", "H_Q3_M_Hr_6501", "H_Q3_M_Hr_6502", "H_Q3_M_Hr_6503", "H_Q3_M_Hr_6504", "H_Q3_M_Hr_6505", "H_Q3_M_Hr_6506", "H_Q3_M_Hr_6507", "H_Q3_M_Hr_6508", "H_Q3_M_Hr_6509", "H_Q3_M_Hr_6510", "H_Q3_M_Hr_6511", "H_Q3_M_Hr_6512", "H_Q3_M_Hr_6513", "H_Q3_M_Hr_6514", "H_Q3_M_Hr_6515", "H_Q3_M_Hr_6520", "H_Q3_M_Hr_6521", "H_Q3_M_Hr_6522"], "glasses" : ["B_Q3_F_Acc_6000", "B_Q3_F_Acc_6001", "B_Q3_M_Acc_7000", "B_Q3_M_Acc_7001", "B_Q3_M_Acc_7002", "B_Q3_M_Acc_7003", "B_Q3_M_Acc_7004", "B_Q3_M_Acc_7005", "B_Q3_M_Acc_7006", "B_Q3_M_Acc_7007", "B_Q3_M_Acc_7008", "B_Q3_M_Acc_7009", "B_Q3_M_Acc_7010", "B_Q3_M_Acc_7011", "B_Q3_M_Acc_7012", "B_Q3_M_Acc_7013", "B_Q3_M_Acc_7014"], "clothes" : ["A_Q3_F_S_7500", "A_Q3_F_S_7501", "A_Q3_F_S_7502", "A_Q3_F_S_7503", "A_Q3_M_S_7500", "A_Q3_M_S_7501", "A_Q3_M_S_7502", "A_Q3_M_S_7503"]}
json_instruct
{"type": "object", "properties": {"hair": {"type": "array", "items": {"type": "string"}}, "glasses": {"type": "array", "items": {"type": "string"}}, "clothes": {"type": "array", "items": {"type": "string"}}}, "required": ["hair", "glasses", "clothes"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "input": {"type": "object", "properties": {"amount": {"type": "integer"}, "gas": {"type": "string"}}, "required": ["amount", "gas"]}, "output": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["type", "input", "output"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "mekanism:crystallizing", "input" : {"amount" : 200, "gas" : "mekanism:clean_gold_slurry"}, "output" : {"item" : "mekanism:crystal_gold"}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "input": {"type": "object", "properties": {"amount": {"type": "integer"}, "gas": {"type": "string"}}, "required": ["amount", "gas"]}, "output": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["type", "input", "output"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"copyright": {"type": "string"}, "license": {"type": "string"}, "metadata_file": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "settings": {"type": "object", "properties": {"settings-1": {"type": "object", "properties": {"oracle_home": {"type": "string"}, "domain_home": {"type": "string"}, "domain_name": {"type": "string"}, "archive_file": {"type": "string"}}, "required": ["oracle_home", "domain_home", "domain_name", "archive_file"]}}, "required": ["settings-1"]}, "stages": {"type": "object", "properties": {"discover_domain": {"type": "object", "properties": {"step_names": {"type": "array", "items": {"type": "string"}}, "module_to_import": {"type": "string"}}, "required": ["step_names", "module_to_import"]}}, "required": ["discover_domain"]}}, "required": ["copyright", "license", "metadata_file", "type", "name", "description", "settings", "stages"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"copyright" : "Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.", "license" : "The Universal Permissive License (UPL), Version 1.0", "metadata_file" : "discover-metadata.json", "type" : "certified-smoke-test", "name" : "discover-smoke-test", "description" : "A smoke-test for the discover scenario using offline WLST mode", "settings" : {"settings-1" : {"oracle_home" : "@@PROP:settings-1.oracle_home@@", "domain_home" : "@@PROP:settings-1.domain_parent@@/@@PROP:settings-1.domain_name@@", "domain_name" : "@@PROP:settings-1.domain_name@@", "archive_file" : "@@PROP:settings-1.archive_file@@"}}, "stages" : {"discover_domain" : {"step_names" : ["stepRunDiscoverDomainScript"], "module_to_import" : "@@PROP:discover_domain.module_to_import@@"}}}
json_instruct
{"type": "object", "properties": {"copyright": {"type": "string"}, "license": {"type": "string"}, "metadata_file": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "settings": {"type": "object", "properties": {"settings-1": {"type": "object", "properties": {"oracle_home": {"type": "string"}, "domain_home": {"type": "string"}, "domain_name": {"type": "string"}, "archive_file": {"type": "string"}}, "required": ["oracle_home", "domain_home", "domain_name", "archive_file"]}}, "required": ["settings-1"]}, "stages": {"type": "object", "properties": {"discover_domain": {"type": "object", "properties": {"step_names": {"type": "array", "items": {"type": "string"}}, "module_to_import": {"type": "string"}}, "required": ["step_names", "module_to_import"]}}, "required": ["discover_domain"]}}, "required": ["copyright", "license", "metadata_file", "type", "name", "description", "settings", "stages"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "snapshot": {"type": "string"}, "state": {"type": "string"}, "author": {"type": "string"}, "space": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "votes": {"type": "integer"}, "votes_data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "voter": {"type": "string"}, "created": {"type": "integer"}, "choice": {"type": "integer"}, "space": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}, "required": ["id", "voter", "created", "choice", "space"]}}}, "required": ["id", "title", "body", "choices", "start", "end", "snapshot", "state", "author", "space", "votes", "votes_data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "QmPBqnNuUNGQ96nVyUTGqq65UfU3AtfBTx4NK6dU1XhyN3", "title" : "\u6d4b\u8bd5\u5355\u9009\u6295\u7968", "body" : "\u6d4b\u8bd5\u5355\u9009\u6295\u7968", "choices" : ["a", "b", "c"], "start" : 1635220800, "end" : 1635652800, "snapshot" : "13554217", "state" : "closed", "author" : "0x02a5096De314BA950cA7A4853E4Bd097017B9464", "space" : {"id" : "wdefi.eth", "name" : "wdefi"}, "votes" : 1, "votes_data" : [{"id" : "QmTxGCSKRUGiEmc367iJkKNZ3oF7LqzrRoSEWxAmS6a5TJ", "voter" : "0x02a5096De314BA950cA7A4853E4Bd097017B9464", "created" : 1635233352, "choice" : 2, "space" : {"id" : "wdefi.eth"}}]}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "snapshot": {"type": "string"}, "state": {"type": "string"}, "author": {"type": "string"}, "space": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "votes": {"type": "integer"}, "votes_data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "voter": {"type": "string"}, "created": {"type": "integer"}, "choice": {"type": "integer"}, "space": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}, "required": ["id", "voter", "created", "choice", "space"]}}}, "required": ["id", "title", "body", "choices", "start", "end", "snapshot", "state", "author", "space", "votes", "votes_data"], "$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" : 9962929, "stations" : ["9962929"]}
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#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"liveId": {"type": "string"}, "title": {"type": "string"}, "subTitle": {"type": "string"}, "picPath": {"type": "string"}, "startTime": {"type": "integer"}, "memberId": {"type": "integer"}, "liveType": {"type": "integer"}, "picLoopTime": {"type": "integer"}, "lrcPath": {"type": "string"}, "streamPath": {"type": "string"}, "screenMode": {"type": "integer"}, "roomId": {"type": "string"}, "bwqaVersion": {"type": "integer"}}, "required": ["liveId", "title", "subTitle", "picPath", "startTime", "memberId", "liveType", "picLoopTime", "lrcPath", "streamPath", "screenMode", "roomId", "bwqaVersion"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"liveId" : "5ca495240cf20f4b9b9366bb", "title" : "\u65b9\u742a\u7684\u76f4\u64ad\u95f4", "subTitle" : "\u5728\u5417\uff1e_\uff1c", "picPath" : "/mediasource/live/1554035574994EDMC01jx1K.jpg", "startTime" : 1554289956075, "memberId" : 867891, "liveType" : 1, "picLoopTime" : 0, "lrcPath" : "/mediasource/live/lrc/5ca495240cf20f4b9b9366bb.lrc", "streamPath" : "http://liveplaylk.lvb.eastmoney.com/live/2519_3729297.flv?txSecret=c9544cb7150d712deedcdd78412362de&txTime=5CA5E6A4", "screenMode" : 0, "roomId" : "58481225", "bwqaVersion" : 0}, {"liveId" : "5ca490770cf20f4b9b9366ba", "title" : "\u7a0b\u6208\u7684\u76f4\u64ad\u95f4", "subTitle" : "\u804a\u5929\uff5e", "picPath" : "/mediasource/live/15515449992961DUo0Gyf63.jpg", "startTime" : 1554288759739, "memberId" : 618319, "liveType" : 1, "picLoopTime" : 0, "lrcPath" : "/mediasource/live/lrc/5ca490770cf20f4b9b9366ba.lrc", "streamPath" : "http://liveplaylk.lvb.eastmoney.com/live/2519_3729275.flv?txSecret=a517702d58e8d9bbcf4e394e60405d28&txTime=5CA5E1FB", "screenMode" : 0, "roomId" : "21190935", "bwqaVersion" : 0}, {"liveId" : "5ca48ffd0cf2927bfdb8e1b5", "title" : "\u5c1a\u5b98\u7684\u7535\u53f0", "subTitle" : "\u3002", "picPath" : "/mediasource/live/15520674259630F9oK2yeV6.jpg,/mediasource/live/1553178835127XmUzNqhANT.jpg,/mediasource/live/1553178835254sxZ5h17ba9.jpg", "startTime" : 1554288637338, "memberId" : 874508, "liveType" : 2, "picLoopTime" : 30000, "lrcPath" : "/mediasource/live/lrc/5ca48ffd0cf2927bfdb8e1b5.lrc", "streamPath" : "http://livepull.48.cn/pocket48/idft_shang_guan_rthvo.flv", "screenMode" : 0, "roomId" : "63430647", "bwqaVersion" : 0}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"liveId": {"type": "string"}, "title": {"type": "string"}, "subTitle": {"type": "string"}, "picPath": {"type": "string"}, "startTime": {"type": "integer"}, "memberId": {"type": "integer"}, "liveType": {"type": "integer"}, "picLoopTime": {"type": "integer"}, "lrcPath": {"type": "string"}, "streamPath": {"type": "string"}, "screenMode": {"type": "integer"}, "roomId": {"type": "string"}, "bwqaVersion": {"type": "integer"}}, "required": ["liveId", "title", "subTitle", "picPath", "startTime", "memberId", "liveType", "picLoopTime", "lrcPath", "streamPath", "screenMode", "roomId", "bwqaVersion"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "type": {"type": "string"}, "scores": {"type": "array", "items": {"type": "integer"}}, "scores_total": {"type": "integer"}, "scores_state": {"type": "string"}, "scores_updated": {"type": "integer"}, "snapshot": {"type": "string"}, "state": {"type": "string"}, "author": {"type": "string"}, "space": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "votes": {"type": "integer"}, "votes_data": {"type": "array", "items": {}}}, "required": ["id", "title", "body", "choices", "start", "end", "type", "scores", "scores_total", "scores_state", "scores_updated", "snapshot", "state", "author", "space", "votes", "votes_data"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "0xe13ac9767bb75d3ed65b107f5310964bed9c80c62785f5ae32e37be6f3bac19c", "title" : "btc\u80fd\u523098000\u5417\uff1f", "body" : "\u80fd", "choices" : ["\u80fd", "\u4e0d\u80fd"], "start" : 1637495194, "end" : 1637513194, "type" : "single-choice", "scores" : [0, 0], "scores_total" : 0, "scores_state" : "final", "scores_updated" : 1637513221, "snapshot" : "13657705", "state" : "closed", "author" : "0x86Bf0DD89BD1B2BcC780f8bdc4DA97B89b7BC862", "space" : {"id" : "duanhui.eth", "name" : "dhh"}, "votes" : 0, "votes_data" : []}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "type": {"type": "string"}, "scores": {"type": "array", "items": {"type": "integer"}}, "scores_total": {"type": "integer"}, "scores_state": {"type": "string"}, "scores_updated": {"type": "integer"}, "snapshot": {"type": "string"}, "state": {"type": "string"}, "author": {"type": "string"}, "space": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "votes": {"type": "integer"}, "votes_data": {"type": "array", "items": {}}}, "required": ["id", "title", "body", "choices", "start", "end", "type", "scores", "scores_total", "scores_state", "scores_updated", "snapshot", "state", "author", "space", "votes", "votes_data"], "$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": {"PROPER_NAME": {"type": "string"}, "NAMES": {"type": "array", "items": {"type": "string"}}, "DESCRIPTION": {"type": "string"}}, "required": ["PROPER_NAME", "NAMES", "DESCRIPTION"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"PROPER_NAME" : "Multiword Keyword", "NAMES" : ["Multiword Keyword", "multiword_keyword", "multiword_keywords", "multikey", "multikeyword"], "DESCRIPTION" : "Make sure the first element in the NAMES is the same as your PROPER_NAME. The rest is to match keywords like the single word keyword."}, {"PROPER_NAME" : "Wood", "NAMES" : ["wood"], "DESCRIPTION" : "Attune yourself to the Wood Element, empowering your next Fire card."}, {"PROPER_NAME" : "Fire", "NAMES" : ["fire"], "DESCRIPTION" : "Attune yourself to the Fire Element, empowering your next Earth card."}, {"PROPER_NAME" : "Earth", "NAMES" : ["earth"], "DESCRIPTION" : "Attune yourself to the Earth Element, empowering your next Metal card."}, {"PROPER_NAME" : "Metal", "NAMES" : ["metal"], "DESCRIPTION" : "Attune yourself to the Metal Element, empowering your next Water card."}, {"PROPER_NAME" : "Water", "NAMES" : ["water"], "DESCRIPTION" : "Attune yourself to the Water Element, empowering your next Wood card."}, {"PROPER_NAME" : "Corrupt", "NAMES" : ["corrupt"], "DESCRIPTION" : "Each stack deals 1 damage to you at the beginning of each of your turns."}, {"PROPER_NAME" : "Enlightened", "NAMES" : ["enlightened"], "DESCRIPTION" : "Transcend the Five-Element Wheel, empowering your next card of any Element."}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"PROPER_NAME": {"type": "string"}, "NAMES": {"type": "array", "items": {"type": "string"}}, "DESCRIPTION": {"type": "string"}}, "required": ["PROPER_NAME", "NAMES", "DESCRIPTION"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"publisher_name": {"type": "string"}, "journals": {"type": "integer"}, "scihub": {"type": "integer"}, "crossref_open_access": {"type": "integer"}, "crossref_active": {"type": "integer"}, "crossref": {"type": "integer"}, "coverage": {"type": "number"}, "publisher_slug": {"type": "string"}, "access_logs": {"type": "object", "properties": {"downloads": {"type": "number"}, "visitors": {"type": "number"}, "countries": {"type": "number"}, "days": {"type": "number"}, "months": {"type": "number"}, "n_articles_requested": {"type": "integer"}, "n_articles": {"type": "integer"}}, "required": ["downloads", "visitors", "countries", "days", "months", "n_articles_requested", "n_articles"]}}, "required": ["publisher_name", "journals", "scihub", "crossref_open_access", "crossref_active", "crossref", "coverage", "publisher_slug", "access_logs"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"publisher_name" : "National University of Singapore, Department of Biological Sciences, Centre for Biomedical Ethics", "journals" : 1, "scihub" : 7, "crossref_open_access" : 0, "crossref_active" : 183, "crossref" : 183, "coverage" : 0.03825137, "publisher_slug" : "national-university-of-singapore-department-of-biological-sciences-centre-for-biomedical-ethics", "access_logs" : {"downloads" : 0.03448, "visitors" : 0.03448, "countries" : 0.03448, "days" : 0.03448, "months" : 0.03448, "n_articles_requested" : 3, "n_articles" : 87}}
json_instruct
{"type": "object", "properties": {"publisher_name": {"type": "string"}, "journals": {"type": "integer"}, "scihub": {"type": "integer"}, "crossref_open_access": {"type": "integer"}, "crossref_active": {"type": "integer"}, "crossref": {"type": "integer"}, "coverage": {"type": "number"}, "publisher_slug": {"type": "string"}, "access_logs": {"type": "object", "properties": {"downloads": {"type": "number"}, "visitors": {"type": "number"}, "countries": {"type": "number"}, "days": {"type": "number"}, "months": {"type": "number"}, "n_articles_requested": {"type": "integer"}, "n_articles": {"type": "integer"}}, "required": ["downloads", "visitors", "countries", "days", "months", "n_articles_requested", "n_articles"]}}, "required": ["publisher_name", "journals", "scihub", "crossref_open_access", "crossref_active", "crossref", "coverage", "publisher_slug", "access_logs"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"FileContentKeywordValidation": {"type": "object", "properties": {"Keywords": {"type": "array", "items": {"type": "object", "properties": {"Targets": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "patterns": {"type": "array", "items": {"type": "string"}}}, "required": ["Targets", "files", "patterns"]}}}, "required": ["Keywords"]}}, "required": ["FileContentKeywordValidation"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"FileContentKeywordValidation" : {"Keywords" : [{"Targets" : "+Switch", "files" : ["Editor/AndroidTools/AndroidTools.cs"], "patterns" : ["\\\"llvm-nm\\\""]}]}}
json_instruct
{"type": "object", "properties": {"FileContentKeywordValidation": {"type": "object", "properties": {"Keywords": {"type": "array", "items": {"type": "object", "properties": {"Targets": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "patterns": {"type": "array", "items": {"type": "string"}}}, "required": ["Targets", "files", "patterns"]}}}, "required": ["Keywords"]}}, "required": ["FileContentKeywordValidation"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"card_title": {"type": "string"}, "card_type": {"type": "string"}, "card_text": {"type": "string"}, "traits": {"type": "string"}, "amber": {"type": "integer"}, "power": {"type": "null"}, "armor": {"type": "null"}, "rarity": {"type": "string"}, "flavor_text": {"type": "string"}, "card_number": {"type": "string"}, "expansion": {"type": "integer"}, "is_maverick": {"type": "boolean"}, "is_anomaly": {"type": "boolean"}, "is_enhanced": {"type": "boolean"}, "houses": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "house": {"type": "string"}, "normal": {"type": "string"}, "zoom": {"type": "string"}}, "required": ["id", "house", "normal", "zoom"]}}, "rules": {"type": "array", "items": {}}}, "required": ["card_title", "card_type", "card_text", "traits", "amber", "power", "armor", "rarity", "flavor_text", "card_number", "expansion", "is_maverick", "is_anomaly", "is_enhanced", "houses", "rules"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"card_title" : "Surto Cristalino", "card_type" : "Action", "card_text" : "Jogar: Exalte todas as criaturas Mutante.", "traits" : "", "amber" : 1, "power" : null, "armor" : null, "rarity" : "Rare", "flavor_text" : "Os Sauros s\u00e3o t\u00e3o convencidos de sua \rpr\u00f3pria perfei\u00e7\u00e3o que consideram qualquer muta\u00e7\u00e3o uma maldi\u00e7\u00e3o.", "card_number" : "217", "expansion" : 479, "is_maverick" : false, "is_anomaly" : false, "is_enhanced" : false, "houses" : [{"id" : "7d0dcace-bd96-4628-8daa-30a74f3d9ec4", "house" : "Saurian", "normal" : "https://cdn.keyforgegame.com/media/card_front/pt/479_217_VV6FHF96Q4C_pt.png", "zoom" : "https://cards-keyforge.s3.eu-north-1.amazonaws.com/media/pt/mm/Saurian-217.png"}], "rules" : []}
json_instruct
{"type": "object", "properties": {"card_title": {"type": "string"}, "card_type": {"type": "string"}, "card_text": {"type": "string"}, "traits": {"type": "string"}, "amber": {"type": "integer"}, "power": {"type": "null"}, "armor": {"type": "null"}, "rarity": {"type": "string"}, "flavor_text": {"type": "string"}, "card_number": {"type": "string"}, "expansion": {"type": "integer"}, "is_maverick": {"type": "boolean"}, "is_anomaly": {"type": "boolean"}, "is_enhanced": {"type": "boolean"}, "houses": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "house": {"type": "string"}, "normal": {"type": "string"}, "zoom": {"type": "string"}}, "required": ["id", "house", "normal", "zoom"]}}, "rules": {"type": "array", "items": {}}}, "required": ["card_title", "card_type", "card_text", "traits", "amber", "power", "armor", "rarity", "flavor_text", "card_number", "expansion", "is_maverick", "is_anomaly", "is_enhanced", "houses", "rules"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"first_pos": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["x", "y"]}, "second_pos": {"type": "string"}, "metric": {"type": "string"}}, "required": ["first_pos", "second_pos", "metric"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"first_pos" : {"x" : -102321982, "y" : -102919283}, "second_pos" : "robot#9", "metric" : "euclidean"}
json_instruct
{"type": "object", "properties": {"first_pos": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["x", "y"]}, "second_pos": {"type": "string"}, "metric": {"type": "string"}}, "required": ["first_pos", "second_pos", "metric"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"copyright": {"type": "string"}, "url": {"type": "string"}, "email": {"type": "string"}, "gravatar": {"type": "boolean"}, "theme": {"type": "string"}}, "required": ["copyright", "url", "email", "gravatar", "theme"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"copyright" : "Eduardo Rabelo", "url" : "http://eduardorabelo.com.br", "email" : "oieduardorabelo@gmail.com", "gravatar" : true, "theme" : "default"}
json_instruct
{"type": "object", "properties": {"copyright": {"type": "string"}, "url": {"type": "string"}, "email": {"type": "string"}, "gravatar": {"type": "boolean"}, "theme": {"type": "string"}}, "required": ["copyright", "url", "email", "gravatar", "theme"], "$schema": "http://json-schema.org/draft-07/schema#"}