input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"courts": {"type": "object", "properties": {}, "required": []}, "jurisdictions": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "name": {"type": "string"}, "courts": {"type": "array", "items": {}}}, "required": ["path", "name", "courts"]}}}, "required": ["courts", "jurisdictions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"courts" : {}, "jurisdictions" : [{"path" : "cs", "name" : "Czechoslovakia", "courts" : []}]} | json_instruct | {"type": "object", "properties": {"courts": {"type": "object", "properties": {}, "required": []}, "jurisdictions": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}, "name": {"type": "string"}, "courts": {"type": "array", "items": {}}}, "required": ["path", "name", "courts"]}}}, "required": ["courts", "jurisdictions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"title": {"type": "array", "items": {"type": "string"}}, "Directed by": {"type": "array", "items": {"type": "string"}}, "Produced by": {"type": "array", "items": {"type": "string"}}, "Screenplay by": {"type": "array", "items": {"type": "string"}}, "Story by": {"type": "array", "items": {"type": "string"}}, "Based on": {"type": "array", "items": {"type": "string"}}, "Starring": {"type": "array", "items": {"type": "string"}}, "Music by": {"type": "array", "items": {"type": "string"}}, "Cinematography": {"type": "array", "items": {"type": "string"}}, "Edited by": {"type": "array", "items": {"type": "string"}}, "Productioncompany": {"type": "array", "items": {"type": "string"}}, "Distributed by": {"type": "array", "items": {"type": "string"}}, "Release date": {"type": "array", "items": {"type": "string"}}, "Running time": {"type": "array", "items": {"type": "string"}}, "Country": {"type": "array", "items": {"type": "string"}}, "Language": {"type": "array", "items": {"type": "string"}}, "Budget": {"type": "array", "items": {"type": "string"}}, "Box office": {"type": "array", "items": {"type": "string"}}}, "required": ["title", "Directed by", "Produced by", "Screenplay by", "Story by", "Based on", "Starring", "Music by", "Cinematography", "Edited by", "Productioncompany", "Distributed by", "Release date", "Running time", "Country", "Language", "Budget", "Box office"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : ["Goldfinger"], "Directed by" : ["Guy Hamilton"], "Produced by" : ["Harry Saltzman", "Albert R. Broccoli"], "Screenplay by" : ["Richard Maibaum", "Paul Dehn", "Uncredited:", "Berkely Mather"], "Story by" : ["Uncredited:", "Johanna Harwood", "Berkely Mather"], "Based on" : ["Goldfinger , by Ian Fleming"], "Starring" : ["Sean Connery", "Honor Blackman", "Gert Fr\u00f6be"], "Music by" : ["John Barry"], "Cinematography" : ["Ted Moore"], "Edited by" : ["Peter R. Hunt"], "Productioncompany" : ["Eon Productions , Danjaq S.A."], "Distributed by" : ["United Artists"], "Release date" : ["17 September 1964 (1964-09-17) (London, premiere)", "18 September 1964 (1964-09-18) (United Kingdom)"], "Running time" : ["110 minutes"], "Country" : ["United Kingdom , United States"], "Language" : ["English"], "Budget" : ["$3 million"], "Box office" : ["$125 million"]} | json_instruct | {"type": "object", "properties": {"title": {"type": "array", "items": {"type": "string"}}, "Directed by": {"type": "array", "items": {"type": "string"}}, "Produced by": {"type": "array", "items": {"type": "string"}}, "Screenplay by": {"type": "array", "items": {"type": "string"}}, "Story by": {"type": "array", "items": {"type": "string"}}, "Based on": {"type": "array", "items": {"type": "string"}}, "Starring": {"type": "array", "items": {"type": "string"}}, "Music by": {"type": "array", "items": {"type": "string"}}, "Cinematography": {"type": "array", "items": {"type": "string"}}, "Edited by": {"type": "array", "items": {"type": "string"}}, "Productioncompany": {"type": "array", "items": {"type": "string"}}, "Distributed by": {"type": "array", "items": {"type": "string"}}, "Release date": {"type": "array", "items": {"type": "string"}}, "Running time": {"type": "array", "items": {"type": "string"}}, "Country": {"type": "array", "items": {"type": "string"}}, "Language": {"type": "array", "items": {"type": "string"}}, "Budget": {"type": "array", "items": {"type": "string"}}, "Box office": {"type": "array", "items": {"type": "string"}}}, "required": ["title", "Directed by", "Produced by", "Screenplay by", "Story by", "Based on", "Starring", "Music by", "Cinematography", "Edited by", "Productioncompany", "Distributed by", "Release date", "Running time", "Country", "Language", "Budget", "Box office"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "title": {"type": "string"}, "author": {"type": "string"}, "module_name": {"type": "string"}, "publish_date": {"type": "string"}, "cves": {"type": "array", "items": {}}, "vulnerable_versions": {"type": "string"}, "patched_versions": {"type": "null"}, "overview": {"type": "string"}, "recommendation": {"type": "null"}, "references": {"type": "string"}, "cvss_vector": {"type": "null"}, "cvss_score": {"type": "integer"}, "coordinating_vendor": {"type": "null"}}, "required": ["id", "created_at", "updated_at", "title", "author", "module_name", "publish_date", "cves", "vulnerable_versions", "patched_versions", "overview", "recommendation", "references", "cvss_vector", "cvss_score", "coordinating_vendor"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 362, "created_at" : "2018-01-23", "updated_at" : "2018-01-23", "title" : "Reflected Cross-Site Scripting", "author" : "Yasin Soliman (ysx)", "module_name" : "redis-commander", "publish_date" : "2018-01-23", "cves" : [], "vulnerable_versions" : "<=0.13.12", "patched_versions" : null, "overview" : "An injection in the highlighterId parameter of the clipboard.swf component can be leveraged in a reflected XSS on hosts serving Redis Commander.", "recommendation" : null, "references" : "https://hackerone.com/reports/296377", "cvss_vector" : null, "cvss_score" : -1, "coordinating_vendor" : null} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "created_at": {"type": "string"}, "updated_at": {"type": "string"}, "title": {"type": "string"}, "author": {"type": "string"}, "module_name": {"type": "string"}, "publish_date": {"type": "string"}, "cves": {"type": "array", "items": {}}, "vulnerable_versions": {"type": "string"}, "patched_versions": {"type": "null"}, "overview": {"type": "string"}, "recommendation": {"type": "null"}, "references": {"type": "string"}, "cvss_vector": {"type": "null"}, "cvss_score": {"type": "integer"}, "coordinating_vendor": {"type": "null"}}, "required": ["id", "created_at", "updated_at", "title", "author", "module_name", "publish_date", "cves", "vulnerable_versions", "patched_versions", "overview", "recommendation", "references", "cvss_vector", "cvss_score", "coordinating_vendor"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"liveServer.settings.multiRootWorkspaceName": {"type": "string"}}, "required": ["liveServer.settings.multiRootWorkspaceName"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"liveServer.settings.multiRootWorkspaceName" : "Genius - DIO"} | json_instruct | {"type": "object", "properties": {"liveServer.settings.multiRootWorkspaceName": {"type": "string"}}, "required": ["liveServer.settings.multiRootWorkspaceName"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "lava", "definition" : "The melted rock ejected by a volcano from its top or fissured sides. It flows out in streams sometimes miles in length. It also issues from fissures in the earth's surface, and forms beds covering many square miles, as in the Northwestern United States. Note: Lavas are classed, according to their structure, as scoriaceous or cellular, glassy, stony, etc., and according to the material of which they consist, as doleritic, trachytic, etc. Lava millstone, a hard and coarse basaltic millstone from the neighborhood of the Rhine. -- Lava ware, a kind of cheap pottery made of iron slag cast into tiles, urns, table tops, etc., resembling lava in appearance."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e", "f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}, "t": {"type": "string"}}, "required": ["h", "stem", "t"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : [{"d" : [{"e" : ["\ufff9`Sapipamatangaw~ `niyam~ `hasapaloma~ `to~ `panay~.\ufffa\ufffb\u6211\u5011\u60f3\u958b\u8352\u6e96\u5099\u7a2e\u690d\u7a3b\u5b50\u3002"], "f" : "\u60f3\u58be\u8352\u3001\u958b\u8352\u3002"}]}], "stem" : "matang", "t" : "sapipamatangaw"} | json_instruct | {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"e": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["e", "f"]}}}, "required": ["d"]}}, "stem": {"type": "string"}, "t": {"type": "string"}}, "required": ["h", "stem", "t"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "hash", "artDyeHash", "redacted", "dyeManifestHash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"index" : 10037, "hash" : 3052208915, "artDyeHash" : 3052208915, "redacted" : false, "dyeManifestHash" : 3389315347, "blacklisted" : false} | json_instruct | {"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "hash", "artDyeHash", "redacted", "dyeManifestHash", "blacklisted"], "$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"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}}, "required": ["name", "symbol", "decimals", "address", "chainId"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Token 6oDf", "symbol" : "6oDfb", "decimals" : 6, "address" : "6oDfbdFNuFTNE5DUncJgkFk2f5m74rBiWnXBaumHygqn", "chainId" : 103} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "decimals": {"type": "integer"}, "address": {"type": "string"}, "chainId": {"type": "integer"}}, "required": ["name", "symbol", "decimals", "address", "chainId"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0x559eecd43e7e9e9f9f9d5c72aaf855436c51f8d5", "tool" : "osiris", "start" : 1564614621.4120107, "end" : 1564614624.7281003, "duration" : 3.316089630126953, "analysis" : []} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"shutdown": {"type": "string"}}, "required": ["shutdown"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"shutdown" : "Bot Shutdown"} | json_instruct | {"type": "object", "properties": {"shutdown": {"type": "string"}}, "required": ["shutdown"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"dataset": {"type": "string"}, "datetime": {"type": "string"}, "organisation": {"type": "string"}, "resource": {"type": "string"}, "url": {"type": "string"}}, "required": ["dataset", "datetime", "organisation", "resource", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"dataset" : "brownfield-land", "datetime" : "2018-05-22T00:00:00.0", "organisation" : "local-authority-eng:ELM", "resource" : "520a566a469a4b7c0e3d9f24dc75a5e293a91b427813bd5b09502d4cca1d1ada", "url" : "http://www.elmbridge.gov.uk/EasySiteWeb/GatewayLink.aspx?alId=4071"} | json_instruct | {"type": "object", "properties": {"dataset": {"type": "string"}, "datetime": {"type": "string"}, "organisation": {"type": "string"}, "resource": {"type": "string"}, "url": {"type": "string"}}, "required": ["dataset", "datetime", "organisation", "resource", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"ok": {"type": "boolean"}, "error_code": {"type": "integer"}, "description": {"type": "string"}}, "required": ["ok", "error_code", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ok" : false, "error_code" : 400, "description" : "[Error]: Bad Request: user not found"} | json_instruct | {"type": "object", "properties": {"ok": {"type": "boolean"}, "error_code": {"type": "integer"}, "description": {"type": "string"}}, "required": ["ok", "error_code", "description"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"viewBox": {"type": "string"}, "font": {"type": "string"}, "code": {"type": "string"}, "ref": {"type": "string"}, "path": {"type": "string"}}, "required": ["viewBox", "font", "code", "ref", "path"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"viewBox" : "0 0 1536 1792", "font" : "font-awesome", "code" : "f011", "ref" : "off", "path" : "M1536 896q0 156-61 298t-164 245q-103 103-245 164t-298 61q-156 0-298-61t-245-164q-103-103-164-245T0 896q0-182 80.5-343T307 283q43-32 95.5-25t83.5 50q32 42 24.5 94.5T461 487q-98 74-151.5 181T256 896q0 104 40.5 198.5T406 1258q69 69 163.5 109.5T768 1408q104 0 198.5-40.5T1130 1258q69-69 109.5-163.5T1280 896q0-121-53.5-228T1075 487q-42-32-49.5-84.5T1050 308q31-43 84-50t95 25q146 109 226.5 270t80.5 343M896 128v640q0 52-38 90t-90 38q-52 0-90-38t-38-90V128q0-52 38-90t90-38q52 0 90 38t38 90z"} | json_instruct | {"type": "object", "properties": {"viewBox": {"type": "string"}, "font": {"type": "string"}, "code": {"type": "string"}, "ref": {"type": "string"}, "path": {"type": "string"}}, "required": ["viewBox", "font", "code", "ref", "path"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"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"}, "Esc": {"type": "string"}, "F1": {"type": "string"}, "F2": {"type": "string"}, "F3": {"type": "string"}, "F4": {"type": "string"}, "F5": {"type": "string"}, "F6": {"type": "string"}, "F7": {"type": "string"}, "F8": {"type": "string"}, "F9": {"type": "string"}, "F10": {"type": "string"}, "F11": {"type": "string"}, "F12": {"type": "string"}, "`": {"type": "string"}, "-": {"type": "string"}, "=": {"type": "string"}, "q": {"type": "string"}, "w": {"type": "string"}, "e": {"type": "string"}, "r": {"type": "string"}, "t": {"type": "string"}, "y": {"type": "string"}, "u": {"type": "string"}, "i": {"type": "string"}, "o": {"type": "string"}, "p": {"type": "string"}, "[": {"type": "string"}, "]": {"type": "string"}, "\\": {"type": "string"}, "a": {"type": "string"}, "s": {"type": "string"}, "d": {"type": "string"}, "f": {"type": "string"}, "g": {"type": "string"}, "h": {"type": "string"}, "j": {"type": "string"}, "k": {"type": "string"}, "l": {"type": "string"}, ";": {"type": "string"}, "'": {"type": "string"}, "z": {"type": "string"}, "x": {"type": "string"}, "c": {"type": "string"}, "v": {"type": "string"}, "b": {"type": "string"}, "n": {"type": "string"}, "m": {"type": "string"}, ",": {"type": "string"}, ".": {"type": "string"}, "/": {"type": "string"}}, "required": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "Esc", "F1", "F2", "F3", "F4", "F5", "F6", "F7", "F8", "F9", "F10", "F11", "F12", "`", "-", "=", "q", "w", "e", "r", "t", "y", "u", "i", "o", "p", "[", "]", "\\", "a", "s", "d", "f", "g", "h", "j", "k", "l", ";", "'", "z", "x", "c", "v", "b", "n", "m", ",", ".", "/"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"0" : "0", "1" : "1", "2" : "2", "3" : "3", "4" : "4", "5" : "5", "6" : "6", "7" : "7", "8" : "8", "9" : "9", "Esc" : "\u001b", "F1" : "\u001b[[A", "F2" : "\u001b[[B", "F3" : "\u001b[[C", "F4" : "\u001b[[D", "F5" : "\u001b[[E", "F6" : "\u001b[17~", "F7" : "\u001b[18~", "F8" : "\u001b[19~", "F9" : "\u001b[20~", "F10" : "\u001b[21~", "F11" : "\u001b[23~", "F12" : "\u001b[24~", "`" : "`", "-" : "-", "=" : "=", "q" : "q", "w" : "w", "e" : "e", "r" : "r", "t" : "t", "y" : "y", "u" : "u", "i" : "i", "o" : "o", "p" : "p", "[" : "[", "]" : "]", "\\" : "\\", "a" : "a", "s" : "s", "d" : "d", "f" : "f", "g" : "g", "h" : "h", "j" : "j", "k" : "k", "l" : "l", ";" : ";", "'" : "'", "z" : "z", "x" : "x", "c" : "c", "v" : "v", "b" : "b", "n" : "n", "m" : "m", "," : ",", "." : ".", "/" : "/"} | json_instruct | {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "string"}, "7": {"type": "string"}, "8": {"type": "string"}, "9": {"type": "string"}, "Esc": {"type": "string"}, "F1": {"type": "string"}, "F2": {"type": "string"}, "F3": {"type": "string"}, "F4": {"type": "string"}, "F5": {"type": "string"}, "F6": {"type": "string"}, "F7": {"type": "string"}, "F8": {"type": "string"}, "F9": {"type": "string"}, "F10": {"type": "string"}, "F11": {"type": "string"}, "F12": {"type": "string"}, "`": {"type": "string"}, "-": {"type": "string"}, "=": {"type": "string"}, "q": {"type": "string"}, "w": {"type": "string"}, "e": {"type": "string"}, "r": {"type": "string"}, "t": {"type": "string"}, "y": {"type": "string"}, "u": {"type": "string"}, "i": {"type": "string"}, "o": {"type": "string"}, "p": {"type": "string"}, "[": {"type": "string"}, "]": {"type": "string"}, "\\": {"type": "string"}, "a": {"type": "string"}, "s": {"type": "string"}, "d": {"type": "string"}, "f": {"type": "string"}, "g": {"type": "string"}, "h": {"type": "string"}, "j": {"type": "string"}, "k": {"type": "string"}, "l": {"type": "string"}, ";": {"type": "string"}, "'": {"type": "string"}, "z": {"type": "string"}, "x": {"type": "string"}, "c": {"type": "string"}, "v": {"type": "string"}, "b": {"type": "string"}, "n": {"type": "string"}, "m": {"type": "string"}, ",": {"type": "string"}, ".": {"type": "string"}, "/": {"type": "string"}}, "required": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "Esc", "F1", "F2", "F3", "F4", "F5", "F6", "F7", "F8", "F9", "F10", "F11", "F12", "`", "-", "=", "q", "w", "e", "r", "t", "y", "u", "i", "o", "p", "[", "]", "\\", "a", "s", "d", "f", "g", "h", "j", "k", "l", ";", "'", "z", "x", "c", "v", "b", "n", "m", ",", ".", "/"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"717263f-a": {"type": "object", "properties": {"width": {"type": "integer"}, "thumb_url": {"type": "string"}, "image_url": {"type": "string"}, "title": {"type": "string"}, "date": {"type": "string"}, "text": {"type": "string"}, "folder": {"type": "string"}, "height": {"type": "integer"}, "original_title": {"type": "string"}, "years": {"type": "array", "items": {"type": "string"}}}, "required": ["width", "thumb_url", "image_url", "title", "date", "text", "folder", "height", "original_title", "years"]}}, "required": ["717263f-a"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"717263f-a" : {"width" : 600, "thumb_url" : "http://oldnyc-assets.nypl.org/thumb/717263f-a.jpg", "image_url" : "http://oldnyc-assets.nypl.org/600px/717263f-a.jpg", "title" : "", "date" : "1870?", "text" : "Broadway, north across Grand Street, showing mainly the westerly side of this thoroughfare. At the left is the five story Lord & Taylor store, at the N.W. corner. (It burned down c. 1960, when it was a fabric warehouse.) In the right background is the spire of Grace P. E. Church at 10th Street. This photo is taken during the period when this section was the center of the shopping district, prior to their removal up Broadway.\nAbout 1870\nAmerican Studio, photo\n87 Nassau St., N.Y.C.\nGift of Urbrock Collection\nREPRODUCTION RIGHTS UNKNOWN\n\n(Handwritten notes)", "folder" : "Broadway & Grand Street, Manhattan, NY", "height" : 509, "original_title" : "Manhattan: Broadway - Grand Street", "years" : ["1870"]}} | json_instruct | {"type": "object", "properties": {"717263f-a": {"type": "object", "properties": {"width": {"type": "integer"}, "thumb_url": {"type": "string"}, "image_url": {"type": "string"}, "title": {"type": "string"}, "date": {"type": "string"}, "text": {"type": "string"}, "folder": {"type": "string"}, "height": {"type": "integer"}, "original_title": {"type": "string"}, "years": {"type": "array", "items": {"type": "string"}}}, "required": ["width", "thumb_url", "image_url", "title", "date", "text", "folder", "height", "original_title", "years"]}}, "required": ["717263f-a"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "minecraft:block/polished_blackstone_button_inventory"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "surahNumber": {"type": "string"}, "ayatNumber": {"type": "string"}, "arabic": {"type": "string"}, "english": {"type": "string"}, "bengali": {"type": "string"}}, "required": ["id", "surahNumber", "ayatNumber", "arabic", "english", "bengali"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 1502, "surahNumber" : "011", "ayatNumber" : "029", "arabic" : "\u0648\u064e\u064a\u064e\u0627 \u0642\u064e\u0648\u0652\u0645\u0650 \u0644\u064e\u0627 \u0623\u064e\u0633\u0652\u0623\u064e\u0644\u064f\u0643\u064f\u0645\u0652 \u0639\u064e\u0644\u064e\u064a\u0652\u0647\u0650 \u0645\u064e\u0627\u0644\u064b\u0627 \u06d6 \u0625\u0650\u0646\u0652 \u0623\u064e\u062c\u0652\u0631\u0650\u064a\u064e \u0625\u0650\u0644\u0651\u064e\u0627 \u0639\u064e\u0644\u064e\u0649 \u0627\u0644\u0644\u0651\u064e\u0647\u0650 \u06da \u0648\u064e\u0645\u064e\u0627 \u0623\u064e\u0646\u064e\u0627 \u0628\u0650\u0637\u064e\u0627\u0631\u0650\u062f\u0650 \u0627\u0644\u0651\u064e\u0630\u0650\u064a\u0646\u064e \u0622\u0645\u064e\u0646\u064f\u0648\u0627 \u06da \u0625\u0650\u0646\u0651\u064e\u0647\u064f\u0645\u0652 \u0645\u064f\u0644\u064e\u0627\u0642\u064f\u0648 \u0631\u064e\u0628\u0651\u0650\u0647\u0650\u0645\u0652 \u0648\u064e\u0644\u064e\u0670\u0643\u0650\u0646\u0651\u0650\u064a \u0623\u064e\u0631\u064e\u0627\u0643\u064f\u0645\u0652 \u0642\u064e\u0648\u0652\u0645\u064b\u0627 \u062a\u064e\u062c\u0652\u0647\u064e\u0644\u064f\u0648\u0646\u064e", "english" : "\"And O my people! I ask of you no wealth for it, my reward is from none but Allah. I am not going to drive away those who have believed. Surely, they are going to meet their Lord, but I see that you are a people that are ignorant.", "bengali" : "\u0986\u09b0 \u09b9\u09c7 \u0986\u09ae\u09be\u09b0 \u099c\u09be\u09a4\u09bf! \u0986\u09ae\u09bf \u09a4\u09c7\u09be \u098f\u099c\u09a8\u09cd\u09af \u09a4\u09c7\u09be\u09ae\u09be\u09a6\u09c7\u09b0 \u0995\u09be\u099b\u09c7 \u0995\u09c7\u09be\u09a8 \u0985\u09b0\u09cd\u09a5 \u099a\u09be\u0987 \u09a8\u09be; \u0986\u09ae\u09be\u09b0 \u09aa\u09be\u09b0\u09bf\u09b6\u09cd\u09b0\u09ae\u09bf\u0995 \u09a4\u09c7\u09be \u0986\u09b2\u09cd\u09b2\u09be\u09b9\u09b0 \u099c\u09bf\u09ae\u09cd\u09ae\u09be\u09df \u09b0\u09df\u09c7\u099b\u09c7\u0964 \u0986\u09ae\u09bf \u0995\u09bf\u09a8\u09cd\u09a4\u09c1 \u0988\u09ae\u09be\u09a8\u09a6\u09be\u09b0\u09a6\u09c7\u09b0 \u09a4\u09be\u09dc\u09bf\u09df\u09c7 \u09a6\u09bf\u09a4\u09c7 \u09aa\u09be\u09b0\u09bf \u09a8\u09be\u0964 \u09a4\u09be\u09b0\u09be \u0985\u09ac\u09b6\u09cd\u09af\u0987 \u09a4\u09be\u09a6\u09c7\u09b0 \u09aa\u09be\u09b2\u09a8\u0995\u09b0\u09cd\u09a4\u09be\u09b0 \u09b8\u09be\u0995\u09cd\u09b7\u09be\u09a4 \u09b2\u09be\u09ad \u0995\u09b0\u09ac\u09c7\u0964 \u09ac\u09b0\u099e\u09cd\u099a \u09a4\u09c7\u09be\u09ae\u09be\u09a6\u09c7\u09b0\u0987 \u0986\u09ae\u09bf \u0985\u099c\u09cd\u099e \u09b8\u09ae\u09cd\u09aa\u09cd\u09b0\u09a6\u09be\u09df \u09a6\u09c7\u0996\u099b\u09bf\u0964"} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "surahNumber": {"type": "string"}, "ayatNumber": {"type": "string"}, "arabic": {"type": "string"}, "english": {"type": "string"}, "bengali": {"type": "string"}}, "required": ["id", "surahNumber", "ayatNumber", "arabic", "english", "bengali"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0x7c8efa4cdcd3c1c1287dde290d8d96868c294fb6", "tool" : "honeybadger", "start" : 1565881983.9990065, "end" : 1565881986.6108744, "duration" : 2.611867904663086, "analysis" : []} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "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" : "ADIS", "frequency" : 1397, "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#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"generator": {"type": "string"}, "summary": {"type": "string"}, "license": {"type": "string"}, "metadata_version": {"type": "string"}, "name": {"type": "string"}, "run_requires": {"type": "array", "items": {"type": "object", "properties": {"requires": {"type": "array", "items": {"type": "string"}}}, "required": ["requires"]}}, "extras": {"type": "array", "items": {}}, "version": {"type": "string"}, "extensions": {"type": "object", "properties": {"python.details": {"type": "object", "properties": {"contacts": {"type": "array", "items": {"type": "object", "properties": {"email": {"type": "string"}, "name": {"type": "string"}, "role": {"type": "string"}}, "required": ["email", "name", "role"]}}, "document_names": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"]}}, "required": ["contacts", "document_names"]}, "python.exports": {"type": "object", "properties": {"console_scripts": {"type": "object", "properties": {"heartbeat-wrapper": {"type": "string"}, "pwatcher-main": {"type": "string"}, "pwatcher-pypeflow-example": {"type": "string"}}, "required": ["heartbeat-wrapper", "pwatcher-main", "pwatcher-pypeflow-example"]}}, "required": ["console_scripts"]}, "python.commands": {"type": "object", "properties": {"wrap_console": {"type": "object", "properties": {"heartbeat-wrapper": {"type": "string"}, "pwatcher-main": {"type": "string"}, "pwatcher-pypeflow-example": {"type": "string"}}, "required": ["heartbeat-wrapper", "pwatcher-main", "pwatcher-pypeflow-example"]}}, "required": ["wrap_console"]}}, "required": ["python.details", "python.exports", "python.commands"]}}, "required": ["generator", "summary", "license", "metadata_version", "name", "run_requires", "extras", "version", "extensions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"generator" : "bdist_wheel (0.26.0)", "summary" : "UNKNOWN", "license" : "LICENSE.txt", "metadata_version" : "2.0", "name" : "pypeflow", "run_requires" : [{"requires" : ["future (>=0.16.0)", "networkx (>=1.9.1)"]}], "extras" : [], "version" : "2.2.0+git.0593d496d3376ce0e2de4abd75708fae814d570d", "extensions" : {"python.details" : {"contacts" : [{"email" : "cschin@infoecho.net", "name" : "J. Chin", "role" : "author"}], "document_names" : {"description" : "DESCRIPTION.rst"}}, "python.exports" : {"console_scripts" : {"heartbeat-wrapper" : "pwatcher.mains.fs_heartbeat:main", "pwatcher-main" : "pwatcher.mains.pwatcher:main", "pwatcher-pypeflow-example" : "pwatcher.mains.pypeflow_example:main"}}, "python.commands" : {"wrap_console" : {"heartbeat-wrapper" : "pwatcher.mains.fs_heartbeat:main", "pwatcher-main" : "pwatcher.mains.pwatcher:main", "pwatcher-pypeflow-example" : "pwatcher.mains.pypeflow_example:main"}}}} | json_instruct | {"type": "object", "properties": {"generator": {"type": "string"}, "summary": {"type": "string"}, "license": {"type": "string"}, "metadata_version": {"type": "string"}, "name": {"type": "string"}, "run_requires": {"type": "array", "items": {"type": "object", "properties": {"requires": {"type": "array", "items": {"type": "string"}}}, "required": ["requires"]}}, "extras": {"type": "array", "items": {}}, "version": {"type": "string"}, "extensions": {"type": "object", "properties": {"python.details": {"type": "object", "properties": {"contacts": {"type": "array", "items": {"type": "object", "properties": {"email": {"type": "string"}, "name": {"type": "string"}, "role": {"type": "string"}}, "required": ["email", "name", "role"]}}, "document_names": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"]}}, "required": ["contacts", "document_names"]}, "python.exports": {"type": "object", "properties": {"console_scripts": {"type": "object", "properties": {"heartbeat-wrapper": {"type": "string"}, "pwatcher-main": {"type": "string"}, "pwatcher-pypeflow-example": {"type": "string"}}, "required": ["heartbeat-wrapper", "pwatcher-main", "pwatcher-pypeflow-example"]}}, "required": ["console_scripts"]}, "python.commands": {"type": "object", "properties": {"wrap_console": {"type": "object", "properties": {"heartbeat-wrapper": {"type": "string"}, "pwatcher-main": {"type": "string"}, "pwatcher-pypeflow-example": {"type": "string"}}, "required": ["heartbeat-wrapper", "pwatcher-main", "pwatcher-pypeflow-example"]}}, "required": ["wrap_console"]}}, "required": ["python.details", "python.exports", "python.commands"]}}, "required": ["generator", "summary", "license", "metadata_version", "name", "run_requires", "extras", "version", "extensions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"port": {"type": "integer"}, "bodyLimit": {"type": "string"}, "corsHeaders": {"type": "array", "items": {"type": "string"}}, "dbUrl": {"type": "string"}, "dbUrlProd": {"type": "string"}, "csvPath": {"type": "string"}}, "required": ["port", "bodyLimit", "corsHeaders", "dbUrl", "dbUrlProd", "csvPath"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"port" : 8080, "bodyLimit" : "100kb", "corsHeaders" : ["Link"], "dbUrl" : "mongodb://localhost/test", "dbUrlProd" : "mongodb://cabot:cabot1234@ds129936.mlab.com:29936/cabot-employees", "csvPath" : "src/employee-list.csv"} | json_instruct | {"type": "object", "properties": {"port": {"type": "integer"}, "bodyLimit": {"type": "string"}, "corsHeaders": {"type": "array", "items": {"type": "string"}}, "dbUrl": {"type": "string"}, "dbUrlProd": {"type": "string"}, "csvPath": {"type": "string"}}, "required": ["port", "bodyLimit", "corsHeaders", "dbUrl", "dbUrlProd", "csvPath"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "migrate": {"type": "string"}, "migrate:reset": {"type": "string"}, "start": {"type": "string"}, "db:seed": {"type": "string"}, "babel-node": {"type": "string"}, "start:dev": {"type": "string"}, "heroku-postbuild": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "migrate", "migrate:reset", "start", "db:seed", "babel-node", "start:dev", "heroku-postbuild", "test"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@babel/cli": {"type": "string"}, "apollo-server": {"type": "string"}, "dotenv": {"type": "string"}, "faker": {"type": "string"}, "graphql": {"type": "string"}, "jsonwebtoken": {"type": "string"}, "mysql2": {"type": "string"}, "nodemon": {"type": "string"}, "pg": {"type": "string"}, "pg-hstore": {"type": "string"}, "sequelize": {"type": "string"}, "sequelize-cli": {"type": "string"}}, "required": ["@babel/cli", "apollo-server", "dotenv", "faker", "graphql", "jsonwebtoken", "mysql2", "nodemon", "pg", "pg-hstore", "sequelize", "sequelize-cli"]}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/node": {"type": "string"}, "@babel/preset-env": {"type": "string"}}, "required": ["@babel/core", "@babel/node", "@babel/preset-env"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "kanban", "version" : "1.0.0", "description" : "Kanban", "main" : "src/server.js", "scripts" : {"build" : "babel src --out-dir dist --copy-files", "migrate" : "npx sequelize-cli db:migrate", "migrate:reset" : "npx sequelize-cli db:migrate:undo:all && npm run migrate", "start" : "node dist/server.js", "db:seed" : "npx sequelize-cli db:seed:all", "babel-node" : "babel-node --presets=preset-env", "start:dev" : "nodemon --exec babel-node src/server.js", "heroku-postbuild" : "npm run migrate:reset && npm run db:seed && npm run build", "test" : "echo \"Error: no test specified\" && exit 1"}, "keywords" : [], "author" : "", "license" : "ISC", "dependencies" : {"@babel/cli" : "^7.12.10", "apollo-server" : "^2.14.4", "dotenv" : "^8.2.0", "faker" : "^4.1.0", "graphql" : "^15.1.0", "jsonwebtoken" : "^8.5.1", "mysql2" : "^2.1.0", "nodemon" : "^2.0.4", "pg" : "^8.5.1", "pg-hstore" : "^2.3.3", "sequelize" : "^5.21.12", "sequelize-cli" : "^5.5.1"}, "devDependencies" : {"@babel/core" : "^7.10.2", "@babel/node" : "^7.10.1", "@babel/preset-env" : "^7.10.2"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "migrate": {"type": "string"}, "migrate:reset": {"type": "string"}, "start": {"type": "string"}, "db:seed": {"type": "string"}, "babel-node": {"type": "string"}, "start:dev": {"type": "string"}, "heroku-postbuild": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "migrate", "migrate:reset", "start", "db:seed", "babel-node", "start:dev", "heroku-postbuild", "test"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@babel/cli": {"type": "string"}, "apollo-server": {"type": "string"}, "dotenv": {"type": "string"}, "faker": {"type": "string"}, "graphql": {"type": "string"}, "jsonwebtoken": {"type": "string"}, "mysql2": {"type": "string"}, "nodemon": {"type": "string"}, "pg": {"type": "string"}, "pg-hstore": {"type": "string"}, "sequelize": {"type": "string"}, "sequelize-cli": {"type": "string"}}, "required": ["@babel/cli", "apollo-server", "dotenv", "faker", "graphql", "jsonwebtoken", "mysql2", "nodemon", "pg", "pg-hstore", "sequelize", "sequelize-cli"]}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/node": {"type": "string"}, "@babel/preset-env": {"type": "string"}}, "required": ["@babel/core", "@babel/node", "@babel/preset-env"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"data.json": {"type": "object", "properties": {"sha512": {"type": "string"}, "size": {"type": "integer"}}, "required": ["sha512", "size"]}}, "required": ["data.json"]}, "inner_path": {"type": "string"}, "modified": {"type": "integer"}, "signs": {"type": "object", "properties": {"15oRV9p1oTsEJapUk8yoZckeoxGuM5FAnd": {"type": "string"}}, "required": ["15oRV9p1oTsEJapUk8yoZckeoxGuM5FAnd"]}}, "required": ["address", "cert_auth_type", "cert_sign", "cert_user_id", "files", "inner_path", "modified", "signs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"address" : "1oranGeS2xsKZ4jVsu9SVttzgkYXu4k9v", "cert_auth_type" : "web", "cert_sign" : "HDpCX1ij9Q+mVfVJskUw7OllU72E3x2KBna0LBOOQ71ThZvJqIeNSTGnvtWhOTJIAH5H04hUlNHCLvdLqkl90eY=", "cert_user_id" : "galochkin@zeroid.bit", "files" : {"data.json" : {"sha512" : "0d4d7d334fbd605d5b19d08f4e670746b7041c45e2b70256c0b565eadfd81983", "size" : 340}}, "inner_path" : "data/users/15oRV9p1oTsEJapUk8yoZckeoxGuM5FAnd/content.json", "modified" : 1486916964, "signs" : {"15oRV9p1oTsEJapUk8yoZckeoxGuM5FAnd" : "HCA9ig/XFE9/KXvshUbhadCS35VYQ2WGmfcEAIc+xG/Tg/8OY3yvWPn9X84jCQS+mdNoPbSMNMmxNVaL+c2O7PY="}} | json_instruct | {"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"data.json": {"type": "object", "properties": {"sha512": {"type": "string"}, "size": {"type": "integer"}}, "required": ["sha512", "size"]}}, "required": ["data.json"]}, "inner_path": {"type": "string"}, "modified": {"type": "integer"}, "signs": {"type": "object", "properties": {"15oRV9p1oTsEJapUk8yoZckeoxGuM5FAnd": {"type": "string"}}, "required": ["15oRV9p1oTsEJapUk8yoZckeoxGuM5FAnd"]}}, "required": ["address", "cert_auth_type", "cert_sign", "cert_user_id", "files", "inner_path", "modified", "signs"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"review": {"type": "string"}, "date": {"type": "string"}, "rating": {"type": "string"}, "author": {"type": "string"}, "review_id": {"type": "string"}, "movie_id": {"type": "string"}}, "required": ["review", "date", "rating", "author", "review_id", "movie_id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"review" : "\uc7ac\ubbf8\ub3c4 \uac10\ub3d9\ub3c4 \uc5c6\ub124...", "date" : "14.09.08", "rating" : "3", "author" : "dbzh****", "review_id" : "9181609", "movie_id" : "25587"}, {"review" : "\uc2a4\ud3ec\uce20 \uc601\ud654\ub85c\uc11c\uc758 \uc990\uac70\uc6c0\uc740 \ucda9\ubd84", "date" : "11.07.12", "rating" : "5", "author" : "evil****", "review_id" : "5538910", "movie_id" : "25587"}, {"review" : "\uc624\ub798 \uc0dd\uac01\ub09c\ub2e4. \uc774 \uc601\ud654..", "date" : "10.08.03", "rating" : "10", "author" : "drea****", "review_id" : "4702401", "movie_id" : "25587"}, {"review" : "\uc815\ub9d0\ucd5c\uace0", "date" : "09.11.06", "rating" : "10", "author" : "tptl****", "review_id" : "3940913", "movie_id" : "25587"}, {"review" : "\uaf64 \uc7bc\ub098\uac8c \ubd24\ub358 \uc601\ud654^^", "date" : "07.12.11", "rating" : "8", "author" : "taks****", "review_id" : "2224523", "movie_id" : "25587"}, {"review" : "\ubc30\uc6b0\ub4e4\uc758 \uc5f0\uae30\ub825", "date" : "06.08.05", "rating" : "9", "author" : "zeed****", "review_id" : "971254", "movie_id" : "25587"}, {"review" : "\uae30\ub300\uc548\ud558\uace0 \ubd24\ub294\ub370 \uad1c\ucc2e\ub358\uac78\uc694^^", "date" : "06.06.16", "rating" : "9", "author" : "xiuy****", "review_id" : "846457", "movie_id" : "25587"}, {"review" : "\ub9ac\uc9c0\ub098\uac00 \uac00\uc7a5 \uc88b\uc544\ud558\ub294 \uc601\ud654;;", "date" : "06.05.13", "rating" : "1", "author" : "lhcg****", "review_id" : "798244", "movie_id" : "25587"}, {"review" : "\uc54c\ub9ac\ub77c\ud130\uc758 \ub9e4\ub825\uc774 \ube5b\ub0ac\ub358", "date" : "05.12.25", "rating" : "8", "author" : "kws7****", "review_id" : "527052", "movie_id" : "25587"}, {"review" : "\uace01\ub54c \ubbf8\uc220\uc120\uc0dd\ub2d8\uc774 \ubcf4\uc5ec\uc8fc\uc2e0 \uc601\ud654...", "date" : "05.09.18", "rating" : "10", "author" : "ysw0****", "review_id" : "410185", "movie_id" : "25587"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"review": {"type": "string"}, "date": {"type": "string"}, "rating": {"type": "string"}, "author": {"type": "string"}, "review_id": {"type": "string"}, "movie_id": {"type": "string"}}, "required": ["review", "date", "rating", "author", "review_id", "movie_id"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "remarks": {"type": "string"}, "statement": {"type": "string"}}, "required": ["citations", "names", "language", "lookupTerms", "metaLanguage", "remarks", "statement"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"citations" : [{"textCitation" : "[See mplmon2cl on Metamath](http://us.metamath.org/mpegif/mplmon2cl.html)"}], "names" : ["mplmon2cl"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_cP", "#T_wceq", "#T_cI", "#T_cmpl", "#T_cR", "#T_cD", "#T_wceq", "#T_crab--1", "#T_vf", "#T_crab--2", "#T_cn0", "#T_cmap", "#T_cI", "#T_crab--3", "#T_ccnv", "#T_vf", "#T_cima", "#T_cn", "#T_wcel", "#T_cfn", "#T_crab--4", "#T_c.0", "#T_wceq", "#T_c0g", "#T_cfv", "#T_cR", "#T_cC", "#T_wceq", "#T_cbs", "#T_cfv", "#T_cR", "#T_wph", "#T_wi", "#T_cI", "#T_wcel", "#T_cW", "#T_wph", "#T_wi", "#T_cR", "#T_wcel", "#T_crg", "#T_cB", "#T_wceq", "#T_cbs", "#T_cfv", "#T_cP", "#T_wph", "#T_wi", "#T_cX", "#T_wcel", "#T_cC", "#T_wph", "#T_wi", "#T_cK", "#T_wcel", "#T_cD", "#T_wph", "#T_wi", "#T_vy", "#T_cmpt--1", "#T_cD", "#T_cmpt--2", "#T_cif--1", "#T_vy", "#T_wceq", "#T_cK", "#T_cif--2", "#T_cX", "#T_cif--3", "#T_c.0", "#T_wcel", "#T_cB", "#T_c.0", "#T_vy", "#T_cC", "#T_vy", "#T_cD", "#T_vy", "#T_cI", "#T_vf", "#T_cK", "#T_vf", "#T_vy", "#T_cR", "#T_vy", "#T_cX", "#T_vy", "#T_wph", "#T_vy"], "metaLanguage" : "METAMATH", "remarks" : " A scaled monomial is a polynomial. (Contributed by Stefan O'Rear, 8-Mar-2015.) ", "statement" : "mplmon2cl.p $e |- P = ( I mPoly R ) $.\nmplmon2cl.d $e |- D = { f e. ( NN0 ^m I ) | ( `' f \" NN ) e. Fin } $.\nmplmon2cl.z $e |- .0. = ( 0g ` R ) $.\nmplmon2cl.c $e |- C = ( Base ` R ) $.\nmplmon2cl.i $e |- ( ph -> I e. W ) $.\nmplmon2cl.r $e |- ( ph -> R e. Ring ) $.\nmplmon2cl.b $e |- B = ( Base ` P ) $.\nmplmon2cl.x $e |- ( ph -> X e. C ) $.\nmplmon2cl.k $e |- ( ph -> K e. D ) $.\nmplmon2cl $p |- ( ph -> ( y e. D |-> if ( y = K , X , .0. ) ) e. B ) $.\n$d .0. y $.\n$d C y $.\n$d D y $.\n$d I f $.\n$d K f y $.\n$d R y $.\n$d X y $.\n$d ph y $."} | json_instruct | {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "remarks": {"type": "string"}, "statement": {"type": "string"}}, "required": ["citations", "names", "language", "lookupTerms", "metaLanguage", "remarks", "statement"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"allowJs": {"type": "boolean"}, "checkJs": {"type": "boolean"}, "types": {"type": "array", "items": {"type": "string"}}}, "required": ["allowJs", "checkJs", "types"]}}, "required": ["compilerOptions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"compilerOptions" : {"allowJs" : true, "checkJs" : true, "types" : ["google-apps-script"]}} | json_instruct | {"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"allowJs": {"type": "boolean"}, "checkJs": {"type": "boolean"}, "types": {"type": "array", "items": {"type": "string"}}}, "required": ["allowJs", "checkJs", "types"]}}, "required": ["compilerOptions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "description": {"type": "string"}, "feed": {"type": "object", "properties": {"subtitle": {"type": "string"}, "filename": {"type": "string"}, "path": {"type": "string"}, "id": {"type": "string"}}, "required": ["subtitle", "filename", "path", "id"]}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "required": ["title", "url", "description", "feed", "author"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Owls", "url" : "https://owls.mysteryspot.net/", "description" : "We are trying to figure it out.", "feed" : {"subtitle" : "We are trying to figure it out.", "filename" : "feed.xml", "path" : "/feed/feed.xml", "id" : "https://owls.mysteryspot.net"}, "author" : {"name" : "Jay", "email" : "owls@mysteryspot.net"}} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "description": {"type": "string"}, "feed": {"type": "object", "properties": {"subtitle": {"type": "string"}, "filename": {"type": "string"}, "path": {"type": "string"}, "id": {"type": "string"}}, "required": ["subtitle", "filename", "path", "id"]}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "required": ["title", "url", "description", "feed", "author"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"package": {"type": "string"}, "name": {"type": "string"}, "versionName": {"type": "string"}, "versionCode": {"type": "integer"}, "minPlatformVersion": {"type": "integer"}, "icon": {"type": "string"}, "orientation": {"type": "string"}, "type": {"type": "string"}, "config": {"type": "object", "properties": {"logLevel": {"type": "string"}}, "required": ["logLevel"]}, "features": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "permissions": {"type": "array", "items": {"type": "object", "properties": {"origin": {"type": "string"}}, "required": ["origin"]}}}, "required": ["package", "name", "versionName", "versionCode", "minPlatformVersion", "icon", "orientation", "type", "config", "features", "permissions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"package" : "test.game.oppo", "name" : "\u6d4b\u8bd5OPPO\u5c0f\u6e38\u620f", "versionName" : "1.0", "versionCode" : 1, "minPlatformVersion" : 1050, "icon" : "./logo.png", "orientation" : "portrait", "type" : "game", "config" : {"logLevel" : "log"}, "features" : [{"name" : "system.prompt"}, {"name" : "system.router"}, {"name" : "system.shortcut"}], "permissions" : [{"origin" : "*"}]} | json_instruct | {"type": "object", "properties": {"package": {"type": "string"}, "name": {"type": "string"}, "versionName": {"type": "string"}, "versionCode": {"type": "integer"}, "minPlatformVersion": {"type": "integer"}, "icon": {"type": "string"}, "orientation": {"type": "string"}, "type": {"type": "string"}, "config": {"type": "object", "properties": {"logLevel": {"type": "string"}}, "required": ["logLevel"]}, "features": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "permissions": {"type": "array", "items": {"type": "object", "properties": {"origin": {"type": "string"}}, "required": ["origin"]}}}, "required": ["package", "name", "versionName", "versionCode", "minPlatformVersion", "icon", "orientation", "type", "config", "features", "permissions"], "$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": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"aws-sdk": {"type": "string"}, "aws-xray-sdk-core": {"type": "string"}, "axios": {"type": "string"}, "js-yaml": {"type": "string"}, "schemy": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["aws-sdk", "aws-xray-sdk-core", "axios", "js-yaml", "schemy", "uuid"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "authors", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "nbased", "version" : "1.2.0", "description" : "Utilities to write Event Driven & Serverless architectures on AWS adapted for Naranja", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git://github.com/aeberdinelli/nbased.git"}, "authors" : ["Naranja", "AndresSomadossi <andressomadossi@gmail.com>"], "license" : "MIT", "bugs" : {"url" : "https://github.com/aeberdinelli/nbased/issues"}, "homepage" : "https://github.com/aeberdinelli/nbased#readme", "dependencies" : {"aws-sdk" : "^2.747.0", "aws-xray-sdk-core" : "^3.1.0", "axios" : "^0.20.0", "js-yaml" : "^3.14.0", "schemy" : "^1.11.0", "uuid" : "^8.3.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"aws-sdk": {"type": "string"}, "aws-xray-sdk-core": {"type": "string"}, "axios": {"type": "string"}, "js-yaml": {"type": "string"}, "schemy": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["aws-sdk", "aws-xray-sdk-core", "axios", "js-yaml", "schemy", "uuid"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "authors", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "d429-64", "text" : "/W h-v /Tv [fa^\nJzfY \u00a3<-/ V'-'' \u2014 pzT flArrf.\nS >^C* ***. !L^~' k* Zj ck^J\n^ 0U ^/Ot\n\u00a3 4 L<-'$~6^\n\u00a3 / l' ^-<J2_\ns7~/C^A\nCifjft\u00b0?-d\u2019 afA-~Zt<ai-v~\u2014r a~y CZZfi-tZ'jf\nJltf ^ ^ iVl^f ^e.\ngaX'-^cc \u25a0 \u00a3 C-O ttuJLJ y^\nf~ #X4c $> ^rv- u u^Jal- y- fpi^a-\n/ L-^y. //u l~A3 r>a(^-j $~j ^^JLAj-i\ny^ ia.^jJ /Cw/ AT<^ 4-1/''\u2014f>\n<\u00a3'&^ -\u20147 ^ mJ47^.\n^j2 if r nr , y /W/ It/lsuJjL 'f dALA ,\n7fd aj\ntf~a<jz%y\\t ~L?tZ *f fl tY~\u00a3> tr'~~<i&^ -4^/CT /hfc ^\u20147 A L/1\nyLLfht <rv\"'. \u2022\n/\u25a0*** ^ Ar^ fTro^c.\n(Tl y O M/fnr\n\u2018 X\n_^\u00a3. ^-zA-i^y ffz e A"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "license": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "version", "author", "description", "repository", "license", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "ciffi-js-webpack2", "version" : "0.4.7", "author" : {"name" : "Ciffi"}, "description" : "Ciffi-js frontend base project for webpack2 installation", "repository" : {"type" : "git", "url" : "git+https://github.com/ciffi/ciffi-js-webpack2.git"}, "license" : "ISC", "homepage" : "https://github.com/ciffi/ciffi-js-webpack2"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "license": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "version", "author", "description", "repository", "license", "homepage"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["outdates", "plover", "plover-assets-webpack", "plover-benchmark"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"display": {"type": "object", "properties": {"icon": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "title": {"type": "object", "properties": {"translate": {"type": "string"}}, "required": ["translate"]}, "description": {"type": "object", "properties": {"translate": {"type": "string"}}, "required": ["translate"]}, "frame": {"type": "string"}, "show_toast": {"type": "boolean"}, "annouce_to_chat": {"type": "boolean"}, "background": {"type": "string"}}, "required": ["icon", "title", "description", "frame", "show_toast", "annouce_to_chat", "background"]}, "criteria": {"type": "object", "properties": {"requirements": {"type": "object", "properties": {"trigger": {"type": "string"}, "conditions": {"type": "object", "properties": {"items": {"type": "array", "items": {"type": "object", "properties": {"items": {"type": "array", "items": {"type": "string"}}}, "required": ["items"]}}}, "required": ["items"]}}, "required": ["trigger", "conditions"]}}, "required": ["requirements"]}}, "required": ["display", "criteria"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"display" : {"icon" : {"item" : "rifts:rift_shard"}, "title" : {"translate" : "rifts.advancements.tab.name"}, "description" : {"translate" : "rifts.advancements.tab.description"}, "frame" : "task", "show_toast" : true, "annouce_to_chat" : true, "background" : "rifts:textures/blocks/rift_block.png"}, "criteria" : {"requirements" : {"trigger" : "minecraft:inventory_changed", "conditions" : {"items" : [{"items" : ["rifts:rift_shard"]}]}}}} | json_instruct | {"type": "object", "properties": {"display": {"type": "object", "properties": {"icon": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "title": {"type": "object", "properties": {"translate": {"type": "string"}}, "required": ["translate"]}, "description": {"type": "object", "properties": {"translate": {"type": "string"}}, "required": ["translate"]}, "frame": {"type": "string"}, "show_toast": {"type": "boolean"}, "annouce_to_chat": {"type": "boolean"}, "background": {"type": "string"}}, "required": ["icon", "title", "description", "frame", "show_toast", "annouce_to_chat", "background"]}, "criteria": {"type": "object", "properties": {"requirements": {"type": "object", "properties": {"trigger": {"type": "string"}, "conditions": {"type": "object", "properties": {"items": {"type": "array", "items": {"type": "object", "properties": {"items": {"type": "array", "items": {"type": "string"}}}, "required": ["items"]}}}, "required": ["items"]}}, "required": ["trigger", "conditions"]}}, "required": ["requirements"]}}, "required": ["display", "criteria"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "1471060006", "district_id" : "1471060", "name" : "HARJOSARI"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "reabsorption", "definition" : "The act or process of rearbsorbing."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"projectId": {"type": "string"}}, "required": ["projectId"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"projectId" : "inng35"} | json_instruct | {"type": "object", "properties": {"projectId": {"type": "string"}}, "required": ["projectId"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"WorkItem": {"type": "object", "properties": {"AffectedComponent": {"type": "object", "properties": {"Name": {"type": "string"}, "DisplayName": {"type": "string"}}, "required": ["Name", "DisplayName"]}, "ClosedComment": {"type": "string"}, "ClosedDate": {"type": "string"}, "CommentCount": {"type": "integer"}, "Custom": {"type": "null"}, "Description": {"type": "string"}, "LastUpdatedDate": {"type": "string"}, "PlannedForRelease": {"type": "string"}, "ReleaseVisibleToPublic": {"type": "boolean"}, "Priority": {"type": "object", "properties": {"Name": {"type": "string"}, "Severity": {"type": "integer"}, "Id": {"type": "integer"}}, "required": ["Name", "Severity", "Id"]}, "ProjectName": {"type": "string"}, "ReportedDate": {"type": "string"}, "Status": {"type": "object", "properties": {"Name": {"type": "string"}, "Id": {"type": "integer"}}, "required": ["Name", "Id"]}, "ReasonClosed": {"type": "object", "properties": {"Name": {"type": "string"}}, "required": ["Name"]}, "Summary": {"type": "string"}, "Type": {"type": "object", "properties": {"Name": {"type": "string"}, "Id": {"type": "integer"}}, "required": ["Name", "Id"]}, "VoteCount": {"type": "integer"}, "Id": {"type": "integer"}}, "required": ["AffectedComponent", "ClosedComment", "ClosedDate", "CommentCount", "Custom", "Description", "LastUpdatedDate", "PlannedForRelease", "ReleaseVisibleToPublic", "Priority", "ProjectName", "ReportedDate", "Status", "ReasonClosed", "Summary", "Type", "VoteCount", "Id"]}, "FileAttachments": {"type": "array", "items": {}}, "Comments": {"type": "array", "items": {"type": "object", "properties": {"Message": {"type": "string"}, "PostedDate": {"type": "string"}, "Id": {"type": "integer"}}, "required": ["Message", "PostedDate", "Id"]}}}, "required": ["WorkItem", "FileAttachments", "Comments"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"WorkItem" : {"AffectedComponent" : {"Name" : "PHPExcel_Writer_Excel5", "DisplayName" : "PHPExcel_Writer_Excel5"}, "ClosedComment" : "Fixed in SVN", "ClosedDate" : "2009-09-25T18:56:24.947-07:00", "CommentCount" : 0, "Custom" : null, "Description" : "The function ereg() is deprecated in php 5.3, and will be removed since php 6.\n\u00a0\nWill you avoid this function?", "LastUpdatedDate" : "2013-05-16T05:42:23.62-07:00", "PlannedForRelease" : "PHPExcel 1.7.1 Production", "ReleaseVisibleToPublic" : false, "Priority" : {"Name" : "Low", "Severity" : 50, "Id" : 1}, "ProjectName" : "PHPExcel", "ReportedDate" : "2009-09-25T03:36:28.087-07:00", "Status" : {"Name" : "Closed", "Id" : 4}, "ReasonClosed" : {"Name" : "Unassigned"}, "Summary" : "ereg() function deprecated in PHP 5.3.0", "Type" : {"Name" : "Task", "Id" : 2}, "VoteCount" : 1, "Id" : 10687}, "FileAttachments" : [], "Comments" : [{"Message" : "It's currently only used within a single file within PHPExcel (the Excel 5 Writer Parser, /Classes/PHPExcel/Writer/Excel5/Parser.php); but yes, it should (and will) be replaced with preg calls", "PostedDate" : "2009-09-25T03:44:51.32-07:00", "Id" : -2147483648}, {"Message" : "", "PostedDate" : "2009-09-25T18:47:59.283-07:00", "Id" : -2147483648}, {"Message" : "", "PostedDate" : "2009-09-25T18:56:24.947-07:00", "Id" : -2147483648}, {"Message" : "", "PostedDate" : "2013-02-21T19:03:37.253-08:00", "Id" : -2147483648}, {"Message" : "", "PostedDate" : "2013-05-16T05:42:23.62-07:00", "Id" : -2147483648}]} | json_instruct | {"type": "object", "properties": {"WorkItem": {"type": "object", "properties": {"AffectedComponent": {"type": "object", "properties": {"Name": {"type": "string"}, "DisplayName": {"type": "string"}}, "required": ["Name", "DisplayName"]}, "ClosedComment": {"type": "string"}, "ClosedDate": {"type": "string"}, "CommentCount": {"type": "integer"}, "Custom": {"type": "null"}, "Description": {"type": "string"}, "LastUpdatedDate": {"type": "string"}, "PlannedForRelease": {"type": "string"}, "ReleaseVisibleToPublic": {"type": "boolean"}, "Priority": {"type": "object", "properties": {"Name": {"type": "string"}, "Severity": {"type": "integer"}, "Id": {"type": "integer"}}, "required": ["Name", "Severity", "Id"]}, "ProjectName": {"type": "string"}, "ReportedDate": {"type": "string"}, "Status": {"type": "object", "properties": {"Name": {"type": "string"}, "Id": {"type": "integer"}}, "required": ["Name", "Id"]}, "ReasonClosed": {"type": "object", "properties": {"Name": {"type": "string"}}, "required": ["Name"]}, "Summary": {"type": "string"}, "Type": {"type": "object", "properties": {"Name": {"type": "string"}, "Id": {"type": "integer"}}, "required": ["Name", "Id"]}, "VoteCount": {"type": "integer"}, "Id": {"type": "integer"}}, "required": ["AffectedComponent", "ClosedComment", "ClosedDate", "CommentCount", "Custom", "Description", "LastUpdatedDate", "PlannedForRelease", "ReleaseVisibleToPublic", "Priority", "ProjectName", "ReportedDate", "Status", "ReasonClosed", "Summary", "Type", "VoteCount", "Id"]}, "FileAttachments": {"type": "array", "items": {}}, "Comments": {"type": "array", "items": {"type": "object", "properties": {"Message": {"type": "string"}, "PostedDate": {"type": "string"}, "Id": {"type": "integer"}}, "required": ["Message", "PostedDate", "Id"]}}}, "required": ["WorkItem", "FileAttachments", "Comments"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"payment_type": {"type": "string"}, "payment_type_id": {"type": "integer"}}, "required": ["payment_type", "payment_type_id"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"payment_type" : "credit", "payment_type_id" : 1}, {"payment_type" : "cash", "payment_type_id" : 2}, {"payment_type" : "no charge", "payment_type_id" : 3}, {"payment_type" : "dispute", "payment_type_id" : 4}, {"payment_type" : "unknown", "payment_type_id" : 5}, {"payment_type" : "voided trip", "payment_type_id" : 6}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"payment_type": {"type": "string"}, "payment_type_id": {"type": "integer"}}, "required": ["payment_type", "payment_type_id"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "Abuse", "definitions" : ["The improper use of something.", "Unjust or corrupt practice.", "Cruel and violent treatment of a person or animal.", "Violent treatment involving sexual assault, especially on a regular basis.", "Insulting and offensive language."], "parts-of-speech" : "Noun"} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "manifest_version": {"type": "integer"}, "background": {"type": "object", "properties": {"service_worker": {"type": "string"}}, "required": ["service_worker"]}, "options_page": {"type": "string"}, "permissions": {"type": "array", "items": {"type": "string"}}, "action": {"type": "object", "properties": {"default_popup": {"type": "string"}, "default_icon": {"type": "object", "properties": {"16": {"type": "string"}, "32": {"type": "string"}, "48": {"type": "string"}, "128": {"type": "string"}}, "required": ["16", "32", "48", "128"]}}, "required": ["default_popup", "default_icon"]}, "icons": {"type": "object", "properties": {"16": {"type": "string"}, "32": {"type": "string"}, "48": {"type": "string"}, "128": {"type": "string"}}, "required": ["16", "32", "48", "128"]}}, "required": ["name", "description", "version", "manifest_version", "background", "options_page", "permissions", "action", "icons"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Toggle webpage background color", "description" : "Chrome extension for Toggling webpage background color with a color from 4 different colors", "version" : "1.0", "manifest_version" : 3, "background" : {"service_worker" : "background.js"}, "options_page" : "options.html", "permissions" : ["storage", "activeTab", "scripting"], "action" : {"default_popup" : "popup.html", "default_icon" : {"16" : "/images/icon16.png", "32" : "/images/icon32.png", "48" : "/images/icon48.png", "128" : "/images/icon128.png"}}, "icons" : {"16" : "/images/icon16.png", "32" : "/images/icon32.png", "48" : "/images/icon48.png", "128" : "/images/icon128.png"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "manifest_version": {"type": "integer"}, "background": {"type": "object", "properties": {"service_worker": {"type": "string"}}, "required": ["service_worker"]}, "options_page": {"type": "string"}, "permissions": {"type": "array", "items": {"type": "string"}}, "action": {"type": "object", "properties": {"default_popup": {"type": "string"}, "default_icon": {"type": "object", "properties": {"16": {"type": "string"}, "32": {"type": "string"}, "48": {"type": "string"}, "128": {"type": "string"}}, "required": ["16", "32", "48", "128"]}}, "required": ["default_popup", "default_icon"]}, "icons": {"type": "object", "properties": {"16": {"type": "string"}, "32": {"type": "string"}, "48": {"type": "string"}, "128": {"type": "string"}}, "required": ["16", "32", "48", "128"]}}, "required": ["name", "description", "version", "manifest_version", "background", "options_page", "permissions", "action", "icons"], "$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"}, "main": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "main", "version", "homepage", "authors", "description", "keywords", "license", "ignore"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "adam", "main" : ["dist/adam.js", "dist/adam.min.js"], "version" : "1.3.0", "homepage" : "https://github.com/gamtiq/adam", "authors" : ["Denis Sikuler"], "description" : "Functions to create, process and test objects, maps, arrays, sets", "keywords" : ["object", "array", "process", "create", "check", "field", "key", "property", "symbol", "value", "type", "kind", "size", "split", "divide", "filter", "select", "find", "copy", "change", "map", "set", "remove", "reverse", "empty", "transform", "test", "util", "utility", "library"], "license" : "MIT", "ignore" : ["**/.*", "node_modules", "bower_components", "sea-modules", "test", "tests"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "main", "version", "homepage", "authors", "description", "keywords", "license", "ignore"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["md-pages", "trailpack-markdown-doc"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "slug": {"type": "string"}, "namespace": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "slug", "namespace", "version", "author", "license", "description"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Arma Life", "slug" : "armalife", "namespace" : "ArmaLife", "version" : "1.0", "author" : "Cyberbyte Studios", "license" : "GNU GPLv3", "description" : "Provides support for the arma life framework V4.4r3+"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "slug": {"type": "string"}, "namespace": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "slug", "namespace", "version", "author", "license", "description"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"5706": {"type": "string"}, "5708": {"type": "string"}}, "required": ["5706", "5708"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"5706" : "5707", "5708" : "5709"} | json_instruct | {"type": "object", "properties": {"5706": {"type": "string"}, "5708": {"type": "string"}}, "required": ["5706", "5708"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"usul": {"type": "array", "items": {"type": "object", "properties": {"attribute_key": {"type": "string"}, "mb_tag": {"type": "string"}, "source": {"type": "string"}}, "required": ["attribute_key", "mb_tag", "source"]}}, "form": {"type": "array", "items": {"type": "object", "properties": {"attribute_key": {"type": "string"}, "mb_tag": {"type": "string"}, "source": {"type": "string"}}, "required": ["attribute_key", "mb_tag", "source"]}}, "releases": {"type": "array", "items": {"type": "object", "properties": {"mbid": {"type": "string"}, "title": {"type": "string"}}, "required": ["mbid", "title"]}}, "title": {"type": "string"}, "url": {"type": "string"}, "artist_credits": {"type": "array", "items": {"type": "object", "properties": {"mbid": {"type": "string"}, "name": {"type": "string"}}, "required": ["mbid", "name"]}}, "mbid": {"type": "string"}, "makam": {"type": "array", "items": {"type": "object", "properties": {"attribute_key": {"type": "string"}, "mb_tag": {"type": "string"}, "source": {"type": "string"}}, "required": ["attribute_key", "mb_tag", "source"]}}, "artists": {"type": "array", "items": {"type": "object", "properties": {"mbid": {"type": "string"}, "attribute-list": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "name": {"type": "string"}}, "required": ["mbid", "attribute-list", "type", "name"]}}, "instrumentation_voicing": {"type": "string"}}, "required": ["usul", "form", "releases", "title", "url", "artist_credits", "mbid", "makam", "artists", "instrumentation_voicing"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"usul" : [{"attribute_key" : "serbest", "mb_tag" : "serbest", "source" : "http://musicbrainz.org/recording/ae2fe39c-2fed-4f36-bb1b-1d28fc15f4d5"}], "form" : [{"attribute_key" : "taksim", "mb_tag" : "taksim", "source" : "http://musicbrainz.org/recording/ae2fe39c-2fed-4f36-bb1b-1d28fc15f4d5"}], "releases" : [{"mbid" : "f630b13a-d342-41b3-9289-8c5fc050b02d", "title" : "Karc\u0131\u011far 5"}], "title" : "Ud Taksimi", "url" : "http://musicbrainz.org/recording/ae2fe39c-2fed-4f36-bb1b-1d28fc15f4d5", "artist_credits" : [{"mbid" : "7ef61959-65f2-41ab-9ae2-ba890812b7b4", "name" : "Bekir S\u0131dk\u0131 Sezgin"}], "mbid" : "ae2fe39c-2fed-4f36-bb1b-1d28fc15f4d5", "makam" : [{"attribute_key" : "huseyni", "mb_tag" : "karc\u0131\u011far", "source" : "http://musicbrainz.org/recording/ae2fe39c-2fed-4f36-bb1b-1d28fc15f4d5"}], "artists" : [{"mbid" : "125ec42a-7229-4250-afc5-e057484327fe", "attribute-list" : ["oud"], "type" : "instrument", "name" : "[unknown]"}], "instrumentation_voicing" : "solo instrumental"} | json_instruct | {"type": "object", "properties": {"usul": {"type": "array", "items": {"type": "object", "properties": {"attribute_key": {"type": "string"}, "mb_tag": {"type": "string"}, "source": {"type": "string"}}, "required": ["attribute_key", "mb_tag", "source"]}}, "form": {"type": "array", "items": {"type": "object", "properties": {"attribute_key": {"type": "string"}, "mb_tag": {"type": "string"}, "source": {"type": "string"}}, "required": ["attribute_key", "mb_tag", "source"]}}, "releases": {"type": "array", "items": {"type": "object", "properties": {"mbid": {"type": "string"}, "title": {"type": "string"}}, "required": ["mbid", "title"]}}, "title": {"type": "string"}, "url": {"type": "string"}, "artist_credits": {"type": "array", "items": {"type": "object", "properties": {"mbid": {"type": "string"}, "name": {"type": "string"}}, "required": ["mbid", "name"]}}, "mbid": {"type": "string"}, "makam": {"type": "array", "items": {"type": "object", "properties": {"attribute_key": {"type": "string"}, "mb_tag": {"type": "string"}, "source": {"type": "string"}}, "required": ["attribute_key", "mb_tag", "source"]}}, "artists": {"type": "array", "items": {"type": "object", "properties": {"mbid": {"type": "string"}, "attribute-list": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "name": {"type": "string"}}, "required": ["mbid", "attribute-list", "type", "name"]}}, "instrumentation_voicing": {"type": "string"}}, "required": ["usul", "form", "releases", "title", "url", "artist_credits", "mbid", "makam", "artists", "instrumentation_voicing"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"/js/app.js": {"type": "string"}, "/css/app.css": {"type": "string"}, "/vali-admin/js/pace.min.js": {"type": "string"}}, "required": ["/js/app.js", "/css/app.css", "/vali-admin/js/pace.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"/js/app.js" : "/js/app.js?id=b0fa7bd4bd8cd7c194e6", "/css/app.css" : "/css/app.css?id=26871fdf71d6fa123ca5", "/vali-admin/js/pace.min.js" : "/vali-admin/js/pace.min.js?id=248f37358dd94120dc84"} | json_instruct | {"type": "object", "properties": {"/js/app.js": {"type": "string"}, "/css/app.css": {"type": "string"}, "/vali-admin/js/pace.min.js": {"type": "string"}}, "required": ["/js/app.js", "/css/app.css", "/vali-admin/js/pace.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"short_name": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "sizes": {"type": "string"}, "type": {"type": "string"}}, "required": ["src", "sizes", "type"]}}, "start_url": {"type": "string"}, "display": {"type": "string"}, "theme_color": {"type": "string"}, "background_color": {"type": "string"}}, "required": ["short_name", "name", "description", "icons", "start_url", "display", "theme_color", "background_color"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"short_name" : "L2Savings", "name" : "L2Savings", "description" : "How much have you saved by using Ethereum L2's?", "icons" : [{"src" : "favicon.ico", "sizes" : "256x256", "type" : "image/x-icon"}], "start_url" : ".", "display" : "standalone", "theme_color" : "#000000", "background_color" : "#ffffff"} | json_instruct | {"type": "object", "properties": {"short_name": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "icons": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "sizes": {"type": "string"}, "type": {"type": "string"}}, "required": ["src", "sizes", "type"]}}, "start_url": {"type": "string"}, "display": {"type": "string"}, "theme_color": {"type": "string"}, "background_color": {"type": "string"}}, "required": ["short_name", "name", "description", "icons", "start_url", "display", "theme_color", "background_color"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"poem": {"type": "object", "properties": {"title": {"type": "null"}, "author": {"type": "string"}, "text": {"type": "string"}}, "required": ["title", "author", "text"]}}, "required": ["poem"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"poem" : {"title" : null, "author" : "Peter McCarey", "text" : "Deans under investigation\nDons in undervestigation\nDreams of fiscal subterfusc.\nProfessor Doctor Proctor deems\nTheir under-the-table deals on deeds and bonds\nQuite unbecoming. Quite.\nAfter the crash they went back to their crosswords."}} | json_instruct | {"type": "object", "properties": {"poem": {"type": "object", "properties": {"title": {"type": "null"}, "author": {"type": "string"}, "text": {"type": "string"}}, "required": ["title", "author", "text"]}}, "required": ["poem"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"delay": {"type": "integer"}, "file": {"type": "string"}, "msg": {"type": "object", "properties": {"help": {"type": "array", "items": {"type": "string"}}}, "required": ["help"]}}, "required": ["delay", "file", "msg"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"delay" : 1, "file" : "conf/autoreply.csv", "msg" : {"help" : ["Random message when the chatbot received a message\n", "- _No argument_\n", "The bot pickup one information from the CSV file and provide it after a delay of 2s. The CSV file content can be managed via the **CSV** module."]}} | json_instruct | {"type": "object", "properties": {"delay": {"type": "integer"}, "file": {"type": "string"}, "msg": {"type": "object", "properties": {"help": {"type": "array", "items": {"type": "string"}}}, "required": ["help"]}}, "required": ["delay", "file", "msg"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "lastModifiedAt": {"type": "integer"}, "entries": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "lastModifiedAt": {"type": "integer"}}, "required": ["name", "lastModifiedAt"]}}}, "required": ["name", "lastModifiedAt", "entries"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "AbstractWorker", "lastModifiedAt" : 1629769803000, "entries" : [{"name" : "__type__", "lastModifiedAt" : 1629769803000}, {"name" : "onerror", "lastModifiedAt" : 1604975279392}]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "lastModifiedAt": {"type": "integer"}, "entries": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "lastModifiedAt": {"type": "integer"}}, "required": ["name", "lastModifiedAt"]}}}, "required": ["name", "lastModifiedAt", "entries"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"ink": {"type": "string"}}, "required": ["ink"]}}, "required": ["name", "private", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "<%= _.slugify(appname) %>", "private" : true, "dependencies" : {"ink" : "~1.0.5"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"ink": {"type": "string"}}, "required": ["ink"]}}, "required": ["name", "private", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"A": {"type": "object", "properties": {"tag": {"type": "string"}}, "required": ["tag"]}, "B": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["A", "B"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}, "count": {"type": "integer"}}, "required": ["item", "count"]}}, "required": ["type", "pattern", "key", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "minecraft:crafting_shaped", "pattern" : ["ABA", "BAB", "ABA"], "key" : {"A" : {"tag" : "forge:ingots/iron"}, "B" : {"item" : "minecraft:glass"}}, "result" : {"item" : "icbm:reinforced_glass", "count" : 8}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"A": {"type": "object", "properties": {"tag": {"type": "string"}}, "required": ["tag"]}, "B": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["A", "B"]}, "result": {"type": "object", "properties": {"item": {"type": "string"}, "count": {"type": "integer"}}, "required": ["item", "count"]}}, "required": ["type", "pattern", "key", "result"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"success": {"type": "integer"}, "avg_pg_create_time_ms": {"type": "number"}, "avg_pg_remove_time_ms": {"type": "number"}, "_runtime": {"type": "number"}, "_session_url": {"type": "string"}, "_commit_url": {"type": "string"}, "_stable": {"type": "boolean"}}, "required": ["success", "avg_pg_create_time_ms", "avg_pg_remove_time_ms", "_runtime", "_session_url", "_commit_url", "_stable"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"success" : 1, "avg_pg_create_time_ms" : 0.6551887567598629, "avg_pg_remove_time_ms" : 3.2382229564551754, "_runtime" : 294.8811585903168, "_session_url" : "https://beta.anyscale.com/o/anyscale-internal/projects/prj_2xR6uT6t7jJuu1aCwWMsle/clusters/ses_JrxFXTCkW1yA9mnRZKTayGEe", "_commit_url" : "https://s3-us-west-2.amazonaws.com/ray-wheels/releases/1.10.0/5ea565317a8104c04ae7892bb9bb41c6d72f12df/ray-1.10.0-cp37-cp37m-manylinux2014_x86_64.whl", "_stable" : true} | json_instruct | {"type": "object", "properties": {"success": {"type": "integer"}, "avg_pg_create_time_ms": {"type": "number"}, "avg_pg_remove_time_ms": {"type": "number"}, "_runtime": {"type": "number"}, "_session_url": {"type": "string"}, "_commit_url": {"type": "string"}, "_stable": {"type": "boolean"}}, "required": ["success", "avg_pg_create_time_ms", "avg_pg_remove_time_ms", "_runtime", "_session_url", "_commit_url", "_stable"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "env": {"type": "object", "properties": {"DJANGO_SECRET_KEY": {"type": "object", "properties": {"description": {"type": "string"}, "generator": {"type": "string"}}, "required": ["description", "generator"]}, "ADMIN_USER": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"]}, "ADMIN_PASSWORD": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"]}}, "required": ["DJANGO_SECRET_KEY", "ADMIN_USER", "ADMIN_PASSWORD"]}, "scripts": {"type": "object", "properties": {"postdeploy": {"type": "string"}}, "required": ["postdeploy"]}}, "required": ["name", "description", "repository", "keywords", "env", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "theresumator", "description" : "A Resumator Website", "repository" : "https://github.com/AmmsA/theresumator", "keywords" : ["python", "django", "resumator"], "env" : {"DJANGO_SECRET_KEY" : {"description" : "A randomly generated secret to secure your Django installation", "generator" : "secret"}, "ADMIN_USER" : {"description" : "Admin username. Note: you can change it later by going to /admin page"}, "ADMIN_PASSWORD" : {"description" : "Admin password. Note: you can change it later by going to /admin page"}}, "scripts" : {"postdeploy" : "sh -c 'python manage.py syncdb --noinput; python manage.py migrate --noinput; python manage.py runscript create_admin create_baseuser'"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "env": {"type": "object", "properties": {"DJANGO_SECRET_KEY": {"type": "object", "properties": {"description": {"type": "string"}, "generator": {"type": "string"}}, "required": ["description", "generator"]}, "ADMIN_USER": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"]}, "ADMIN_PASSWORD": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ["description"]}}, "required": ["DJANGO_SECRET_KEY", "ADMIN_USER", "ADMIN_PASSWORD"]}, "scripts": {"type": "object", "properties": {"postdeploy": {"type": "string"}}, "required": ["postdeploy"]}}, "required": ["name", "description", "repository", "keywords", "env", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "150421106200", "text" : "\u67e5\u5e72\u8bfa\u5c14\u560e\u67e5\u6751"}, {"id" : "150421106201", "text" : "\u4e4c\u548c\u5c14\u695a\u9c81\u560e\u67e5\u6751"}, {"id" : "150421106202", "text" : "\u8fbe\u62c9\u54c8\u560e\u67e5\u6751"}, {"id" : "150421106203", "text" : "\u82b1\u6839\u5854\u62c9\u560e\u67e5\u6751"}, {"id" : "150421106204", "text" : "\u56fe\u53e4\u65e5\u6839\u5854\u62c9\u560e\u67e5\u6751"}, {"id" : "150421106205", "text" : "\u6e29\u90fd\u5c14\u82b1\u560e\u67e5\u6751"}, {"id" : "150421106206", "text" : "\u4e4c\u5170\u7ecd\u8363\u560e\u67e5\u6751"}, {"id" : "150421106207", "text" : "\u4e4c\u5170\u54c8\u8fbe\u560e\u67e5\u6751"}, {"id" : "150421106208", "text" : "\u5e03\u6566\u82b1\u560e\u67e5\u6751"}, {"id" : "150421106209", "text" : "\u547c\u8212\u6bdb\u90fd\u560e\u67e5\u6751"}, {"id" : "150421106210", "text" : "\u5b9d\u529b\u53ec\u560e\u67e5\u6751"}, {"id" : "150421106211", "text" : "\u5c1a\u6b23\u6bdb\u90fd\u560e\u67e5\u6751"}, {"id" : "150421106212", "text" : "\u8fbe\u6728\u560e\u67e5\u6751"}, {"id" : "150421106213", "text" : "\u52aa\u53e4\u65af\u53f0\u560e\u67e5\u6751"}, {"id" : "150421106214", "text" : "\u4e13\u4e1a\u560e\u67e5\u6751"}, {"id" : "150421106215", "text" : "\u963f\u560e\u5766\u82b1\u560e\u67e5\u6751"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"html_attributions": {"type": "array", "items": {}}, "results": {"type": "array", "items": {"type": "object", "properties": {"business_status": {"type": "string"}, "geometry": {"type": "object", "properties": {"location": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}, "viewport": {"type": "object", "properties": {"northeast": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}, "southwest": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}}, "required": ["northeast", "southwest"]}}, "required": ["location", "viewport"]}, "icon": {"type": "string"}, "icon_background_color": {"type": "string"}, "icon_mask_base_uri": {"type": "string"}, "name": {"type": "string"}, "permanently_closed": {"type": "boolean"}, "place_id": {"type": "string"}, "reference": {"type": "string"}, "scope": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}, "vicinity": {"type": "string"}}, "required": ["business_status", "geometry", "icon", "icon_background_color", "icon_mask_base_uri", "name", "permanently_closed", "place_id", "reference", "scope", "types", "vicinity"]}}, "status": {"type": "string"}}, "required": ["html_attributions", "results", "status"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"html_attributions" : [], "results" : [{"business_status" : "CLOSED_TEMPORARILY", "geometry" : {"location" : {"lat" : 23.419408, "lng" : 86.46200739999999}, "viewport" : {"northeast" : {"lat" : 23.4208299802915, "lng" : 86.46339383029151}, "southwest" : {"lat" : 23.4181320197085, "lng" : 86.4606958697085}}}, "icon" : "https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/school-71.png", "icon_background_color" : "#7B9EB0", "icon_mask_base_uri" : "https://maps.gstatic.com/mapfiles/place_api/icons/v2/school_pinlet", "name" : "Chiranjit Bauri", "permanently_closed" : true, "place_id" : "ChIJd6mrlTWJ9jkRygrXU8772fY", "reference" : "ChIJd6mrlTWJ9jkRygrXU8772fY", "scope" : "GOOGLE", "types" : ["primary_school", "school", "point_of_interest", "establishment"], "vicinity" : "CF96+QR6, Hirbahal"}], "status" : "OK"} | json_instruct | {"type": "object", "properties": {"html_attributions": {"type": "array", "items": {}}, "results": {"type": "array", "items": {"type": "object", "properties": {"business_status": {"type": "string"}, "geometry": {"type": "object", "properties": {"location": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}, "viewport": {"type": "object", "properties": {"northeast": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}, "southwest": {"type": "object", "properties": {"lat": {"type": "number"}, "lng": {"type": "number"}}, "required": ["lat", "lng"]}}, "required": ["northeast", "southwest"]}}, "required": ["location", "viewport"]}, "icon": {"type": "string"}, "icon_background_color": {"type": "string"}, "icon_mask_base_uri": {"type": "string"}, "name": {"type": "string"}, "permanently_closed": {"type": "boolean"}, "place_id": {"type": "string"}, "reference": {"type": "string"}, "scope": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}, "vicinity": {"type": "string"}}, "required": ["business_status", "geometry", "icon", "icon_background_color", "icon_mask_base_uri", "name", "permanently_closed", "place_id", "reference", "scope", "types", "vicinity"]}}, "status": {"type": "string"}}, "required": ["html_attributions", "results", "status"], "$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" : 38400, "cartId" : "9ce005da-2214-4943-b000-b9a41ec9d8fe", "preferredProducts" : [1956, 557], "productReviews" : [{"productId" : 2755, "reviewText" : "this grey is smooth.", "reviewDate" : "2017-02-14T04:49:23.4796893+02:00"}, {"productId" : 3584, "reviewText" : "heard about this on chicha radio, decided to give it a try.", "reviewDate" : "2017-04-22T09:52:00.8668791+03:00"}]} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"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"}, "dependencies": {"type": "object", "properties": {"bootstrap": {"type": "string"}, "http-server": {"type": "string"}, "jquery": {"type": "string"}}, "required": ["bootstrap", "http-server", "jquery"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "canvas-zoom-component", "version" : "1.0.0", "description" : "Starter project for static sites", "main" : "index.js", "scripts" : {"start" : "http-server -o"}, "author" : "L\u00f3th G\u00e1bor <lgbster@gmail.com>", "license" : "MIT", "dependencies" : {"bootstrap" : "^3.3.7", "http-server" : "^0.9.0", "jquery" : "^3.1.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"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bootstrap": {"type": "string"}, "http-server": {"type": "string"}, "jquery": {"type": "string"}}, "required": ["bootstrap", "http-server", "jquery"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"pages/index": {"type": "boolean"}}, "required": ["pages/index"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : "59d0e5e2e3fe98e9a216", "c" : {"pages/index" : true}} | json_instruct | {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"pages/index": {"type": "boolean"}}, "required": ["pages/index"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"/css/bootstrap-icons.css": {"type": "string"}, "/css/bootstrap.css": {"type": "string"}, "/js/jquery.js": {"type": "string"}, "/js/sweetalert.min.js": {"type": "string"}, "/js/bootstrap.js": {"type": "string"}}, "required": ["/css/bootstrap-icons.css", "/css/bootstrap.css", "/js/jquery.js", "/js/sweetalert.min.js", "/js/bootstrap.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"/css/bootstrap-icons.css" : "/css/bootstrap-icons.css", "/css/bootstrap.css" : "/css/bootstrap.css", "/js/jquery.js" : "/js/jquery.js", "/js/sweetalert.min.js" : "/js/sweetalert.min.js", "/js/bootstrap.js" : "/js/bootstrap.js"} | json_instruct | {"type": "object", "properties": {"/css/bootstrap-icons.css": {"type": "string"}, "/css/bootstrap.css": {"type": "string"}, "/js/jquery.js": {"type": "string"}, "/js/sweetalert.min.js": {"type": "string"}, "/js/bootstrap.js": {"type": "string"}}, "required": ["/css/bootstrap-icons.css", "/css/bootstrap.css", "/js/jquery.js", "/js/sweetalert.min.js", "/js/bootstrap.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "body": {"type": "string"}}, "required": ["title", "body"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"title" : "add title", "body" : "add body"}, {"title" : "add title2", "body" : "add body2"}, {"title" : "add title3", "body" : "add body3"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "body": {"type": "string"}}, "required": ["title", "body"]}, "$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"}, "browser": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "cleanup": {"type": "string"}}, "required": ["dev", "build", "cleanup"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "devDependencies": {"type": "object", "properties": {"esbuild": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["esbuild", "typescript"]}}, "required": ["name", "version", "description", "main", "browser", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "engines", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "dababy", "version" : "1.1.0", "description" : "Data binding so simple even DaBaby could do it!", "main" : "dist/dababy.min.js", "browser" : "dist/dababy.min.js", "scripts" : {"dev" : "esbuild src/dababy.ts --bundle --global-name=Dababy --watch --outfile=dist/dababy.js", "build" : "sh build.sh", "cleanup" : "prettier --write src --parser typescript"}, "repository" : {"type" : "git", "url" : "git+https://github.com/aidenybai/dababy.git"}, "keywords" : ["dababy", "bind", "dom", "javascript", "library", "web", "ui", "browser"], "author" : "Aiden Bai <aiden.bai05@gmail.com>", "license" : "MIT", "bugs" : {"url" : "https://github.com/aidenybai/dababy/issues"}, "homepage" : "https://github.com/aidenybai/dababy", "engines" : {"node" : ">=6.4.0"}, "devDependencies" : {"esbuild" : "^0.12.2", "typescript" : "^4.2.4"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "browser": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "cleanup": {"type": "string"}}, "required": ["dev", "build", "cleanup"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "devDependencies": {"type": "object", "properties": {"esbuild": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["esbuild", "typescript"]}}, "required": ["name", "version", "description", "main", "browser", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "engines", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"label:cs": {"type": "string"}, "P31": {"type": "string"}, "P31^label:cs": {"type": "string"}, "P131^label:cs": {"type": "string"}, "P6736": {"type": "string"}}, "required": ["label:cs", "P31", "P31^label:cs", "P131^label:cs", "P6736"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "FeatureCollection", "features" : [{"type" : "Feature", "properties" : {"label:cs" : "Centr\u00e1ln\u00ed k\u0159\u00ed\u017e na h\u0159bitov\u011b ve V\u0161emilech", "P31" : "http://www.wikidata.org/entity/Q2309609", "P31^label:cs" : "Pam\u011btn\u00ed k\u0159\u00ed\u017e", "P131^label:cs" : "Jet\u0159ichovice", "P6736" : "42035"}, "geometry" : {"type" : "Point", "coordinates" : [14.36875, 50.8348]}}, {"type" : "Feature", "properties" : {"label:cs" : "Pomn\u00edk padl\u00fdm v 1. sv\u011btov\u00e9 v\u00e1lce u h\u0159bitova ve V\u0161emilech", "P31" : "http://www.wikidata.org/entity/Q575759", "P31^label:cs" : "Pomn\u00edk padl\u00fdm", "P131^label:cs" : "Jet\u0159ichovice", "P6736" : "42034"}, "geometry" : {"type" : "Point", "coordinates" : [14.36918, 50.835]}}, {"type" : "Feature", "properties" : {"label:cs" : "K\u0159\u00ed\u017e v zahrad\u011b domu 72 ve V\u0161emilech", "P31" : "http://www.wikidata.org/entity/Q2309609", "P31^label:cs" : "Pam\u011btn\u00ed k\u0159\u00ed\u017e", "P131^label:cs" : "Jet\u0159ichovice", "P6736" : "42033"}, "geometry" : {"type" : "Point", "coordinates" : [14.36814, 50.83661]}}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"label:cs": {"type": "string"}, "P31": {"type": "string"}, "P31^label:cs": {"type": "string"}, "P131^label:cs": {"type": "string"}, "P6736": {"type": "string"}}, "required": ["label:cs", "P31", "P31^label:cs", "P131^label:cs", "P6736"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}}, "required": ["type", "features"], "$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": {"province": {"type": "string"}, "city": {"type": "string"}, "area": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "string"}, "phone": {"type": "string"}}, "required": ["province", "city", "area", "name", "code", "address", "phone"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"province" : "\u65b0\u7586\u7ef4\u543e\u5c14\u81ea\u6cbb\u533a", "city" : "\u4f0a\u7281\u54c8\u8428\u514b\u81ea\u6cbb\u5dde", "area" : "\u594e\u5c6f\u5e02", "name" : "\u8f66\u6392\u5b50\u90ae\u653f\u652f\u5c40", "code" : "833208", "address" : "\u594e\u5c6f\u5e02123\u56e2\u5149\u660e\u91cc13\u53f7", "phone" : "0992-3923120"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"province": {"type": "string"}, "city": {"type": "string"}, "area": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "string"}, "phone": {"type": "string"}}, "required": ["province", "city", "area", "name", "code", "address", "phone"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"symfony/http-client": {"type": "string"}}, "required": ["symfony/http-client"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"TMDB\\": {"type": "string"}}, "required": ["TMDB\\"]}}, "required": ["psr-4"]}, "require-dev": {"type": "object", "properties": {"friendsofphp/php-cs-fixer": {"type": "string"}}, "required": ["friendsofphp/php-cs-fixer"]}}, "required": ["name", "description", "type", "license", "require", "autoload", "require-dev"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "stereoflo/tmdb-api", "description" : "desc", "type" : "library", "license" : "MIT", "require" : {"symfony/http-client" : "^4.3"}, "autoload" : {"psr-4" : {"TMDB\\" : "src/"}}, "require-dev" : {"friendsofphp/php-cs-fixer" : "^2.14"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"symfony/http-client": {"type": "string"}}, "required": ["symfony/http-client"]}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"TMDB\\": {"type": "string"}}, "required": ["TMDB\\"]}}, "required": ["psr-4"]}, "require-dev": {"type": "object", "properties": {"friendsofphp/php-cs-fixer": {"type": "string"}}, "required": ["friendsofphp/php-cs-fixer"]}}, "required": ["name", "description", "type", "license", "require", "autoload", "require-dev"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Food practices as situated action: exploring and designing for everyday food practices with households.", "fields" : ["contextual inquiry", "knowledge management", "environmental resource management", "multimedia", "situated"], "abstract" : "Household food practices are complex. Many people are unable to effectively respond to challenges in their food environment to maintain diets considered to be in line with national and international standards for healthy eating. We argue that recognizing food practices as situated action affords opportunities to identify and design for practiced, local and achievable solutions to such food problems. Interviews and shop-a-longs were carried as part of a contextual inquiry with ten households. From this, we identify food practices, such as fitting food, stocking up, food value transitions, and having fun with others and how these practices are enacted in different ways with varied outcomes. We explore how HCI might respond to these practices through issues of social fooding, the presence of others, conceptions about food practices and food routines.", "citation" : "Citations (27)", "departments" : ["Newcastle University", "Philips", "Philips", "Newcastle University", "Newcastle University"], "authors" : ["Rob Comber.....http://dblp.org/pers/hd/c/Comber:Rob", "Jettie Hoonhout.....http://dblp.org/pers/hd/h/Hoonhout:Jettie", "Aart van Halteren.....http://dblp.org/pers/hd/h/Halteren:Aart_van", "Paula Moynihan.....http://dblp.org/pers/hd/m/Moynihan:Paula", "Patrick Olivier.....http://dblp.org/pers/hd/o/Olivier:Patrick"], "conf" : "chi", "year" : "2013", "pages" : 10} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "year": {"type": "string"}, "pages": {"type": "integer"}}, "required": ["title", "fields", "abstract", "citation", "departments", "authors", "conf", "year", "pages"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["230126106200", "\u5fb7\u5b89\u6751\u6751\u59d4\u4f1a", "220", "0"], ["230126106201", "\u53cc\u5174\u6751\u6751\u59d4\u4f1a", "220", "0"], ["230126106202", "\u548c\u5e73\u6751\u6751\u59d4\u4f1a", "220", "0"], ["230126106203", "\u5f97\u5229\u6751\u6751\u59d4\u4f1a", "220", "0"], ["230126106204", "\u5f66\u9f99\u6751\u6751\u59d4\u4f1a", "121", "0"], ["230126106205", "\u4e3a\u6c11\u6751\u6751\u59d4\u4f1a", "220", "0"], ["230126106206", "\u51ac\u9752\u6751\u6751\u59d4\u4f1a", "220", "0"], ["230126106207", "\u5411\u9633\u6751\u6751\u59d4\u4f1a", "220", "0"]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"event": {"type": "string"}, "sid": {"type": "integer"}, "payload": {"type": "object", "properties": {"paths": {"type": "array", "items": {"type": "object", "properties": {"class": {"type": "string"}, "traffic": {"type": "boolean"}, "links": {"type": "array", "items": {"type": "string"}}, "labels": {"type": "array", "items": {"type": "string"}}}, "required": ["class", "traffic", "links", "labels"]}}}, "required": ["paths"]}}, "required": ["event", "sid", "payload"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"event" : "showTraffic", "sid" : 62, "payload" : {"paths" : [{"class" : "primary", "traffic" : false, "links" : ["0E:2A:69:30:13:8A/-1/0-of:0000ffffffff0008/1", "of:0000ffffffff0008/20-of:0000ffffffff0007/10", "of:0000ffffffff0007/1-0E:2A:69:30:13:89/-1/0"], "labels" : ["123 bytes", "10 bytes", "0 bytes"]}]}} | json_instruct | {"type": "object", "properties": {"event": {"type": "string"}, "sid": {"type": "integer"}, "payload": {"type": "object", "properties": {"paths": {"type": "array", "items": {"type": "object", "properties": {"class": {"type": "string"}, "traffic": {"type": "boolean"}, "links": {"type": "array", "items": {"type": "string"}}, "labels": {"type": "array", "items": {"type": "string"}}}, "required": ["class", "traffic", "links", "labels"]}}}, "required": ["paths"]}}, "required": ["event", "sid", "payload"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"status": {"type": "string"}, "request_id": {"type": "string"}, "message": {"type": "string"}}, "required": ["status", "request_id", "message"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"status" : "Not Found", "request_id" : "be9cd5fd857254a4059357b2354edb92", "message" : "Record not found."} | json_instruct | {"type": "object", "properties": {"status": {"type": "string"}, "request_id": {"type": "string"}, "message": {"type": "string"}}, "required": ["status", "request_id", "message"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "winner": {"type": "string"}, "points": {"type": "null"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "winner", "points"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"n_dim" : 8, "n_trials" : 80, "objective" : "markowitz_analytic_on_cube", "white" : "platypus_moead", "black" : "scipy_powell", "traceback" : ["passing", "passing"], "best_val" : [2.026629141310124, 1.4540827747836653], "best_x" : [[0.5750186036102425, 0.6437454888164278, 2.6384117968181187e-06, 0.32684632157450044, 0.16061673236111373, 0.5159270124646961, 0.1525570655150107, 0.3225527654423165], [0.9999338930386481, 0.4799375306354828, 6.610696135189609e-05, 0.25202432860617213, 0.31112884531151896, 6.610696135189609e-05, 6.610696135189609e-05, 6.610696135189609e-05]], "feval_count" : [81, 130], "n_trials_instructed" : [80, 23], "passing" : [true, true], "completed" : false, "winner" : "incomplete", "points" : null} | json_instruct | {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "winner": {"type": "string"}, "points": {"type": "null"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "winner", "points"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "path": {"type": "string"}, "value": {"type": "number"}}, "required": ["name", "path", "value"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "Capital goods", "path" : "Capital goods", "value" : 1515561.733}, {"name" : "Consumer goods", "path" : "Consumer goods", "value" : 1229944.939}, {"name" : "Intermediate goods", "path" : "Intermediate goods", "value" : 1891651.364}, {"name" : "Mach and Elec", "path" : "Mach and Elec", "value" : 1131386.708}, {"name" : "Metals", "path" : "Metals", "value" : 810840.844}, {"name" : "Miscellaneous", "path" : "Miscellaneous", "value" : 67812.964}, {"name" : "Plastic or Rubber", "path" : "Plastic or Rubber", "value" : 173922.96}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "path": {"type": "string"}, "value": {"type": "number"}}, "required": ["name", "path", "value"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"nom": {"type": "string"}, "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" : "Sains-l\u00e8s-Marquion", "circ" : "1\u00e8re circonscription", "dpt" : "Pas-de-Calais", "inscrits" : 266, "abs" : 128, "votants" : 138, "blancs" : 5, "nuls" : 4, "exp" : 129, "res" : [{"nuance" : "MDM", "nom" : "M. Bruno DUVERG\u00c9", "voix" : 68}, {"nuance" : "FN", "nom" : "Mme Agn\u00e8s CAUDRON", "voix" : 61}]} | 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#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"p": {"type": "string"}, "d": {"type": "integer"}}, "required": ["p", "d"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"p" : "a76e9b97-1220-4574-9c84-fbee3c8ef4be", "d" : 195}, {"p" : "1a56a626-1828-40f7-9b99-bb1096610262", "d" : 133}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"p": {"type": "string"}, "d": {"type": "integer"}}, "required": ["p", "d"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "venue": {"type": "string"}, "year": {"type": "string"}, "publisher": {"type": "string"}, "pages": {"type": "string"}, "address": {"type": "string"}, "links": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "href": {"type": "string"}}, "required": ["label", "href"]}}}, "required": ["type", "title", "authors", "venue", "year", "publisher", "pages", "address", "links"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "conference", "title" : "Leveraging Data and Structure in Ontology Integration", "authors" : ["Octavian Udrea", "Lise Getoor", "Ren\u00e9e J. Miller"], "venue" : "International Conference on Management of Data", "year" : "2007", "publisher" : "ACM", "pages" : "449--460", "address" : "Beijing, China", "links" : [{"label" : "paper", "href" : "/assets/resources/udrea-sigmod07.pdf"}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "venue": {"type": "string"}, "year": {"type": "string"}, "publisher": {"type": "string"}, "pages": {"type": "string"}, "address": {"type": "string"}, "links": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "href": {"type": "string"}}, "required": ["label", "href"]}}}, "required": ["type", "title", "authors", "venue", "year", "publisher", "pages", "address", "links"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"orderedHearingId": {"type": "string"}, "label": {"type": "string"}, "isAdjournmentResult": {"type": "boolean"}, "isFinancialResult": {"type": "boolean"}, "isConvictedResult": {"type": "boolean"}, "isAvailableForCourtExtract": {"type": "boolean"}, "orderedDate": {"type": "string"}, "category": {"type": "string"}}, "required": ["orderedHearingId", "label", "isAdjournmentResult", "isFinancialResult", "isConvictedResult", "isAvailableForCourtExtract", "orderedDate", "category"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"orderedHearingId" : "dafbe7f9-2f42-4781-8bbf-24ce47d51fd5", "label" : "Legal Aid Transfer Granted", "isAdjournmentResult" : false, "isFinancialResult" : false, "isConvictedResult" : false, "isAvailableForCourtExtract" : true, "orderedDate" : "2021-03-10", "category" : "FINAL"} | json_instruct | {"type": "object", "properties": {"orderedHearingId": {"type": "string"}, "label": {"type": "string"}, "isAdjournmentResult": {"type": "boolean"}, "isFinancialResult": {"type": "boolean"}, "isConvictedResult": {"type": "boolean"}, "isAvailableForCourtExtract": {"type": "boolean"}, "orderedDate": {"type": "string"}, "category": {"type": "string"}}, "required": ["orderedHearingId", "label", "isAdjournmentResult", "isFinancialResult", "isConvictedResult", "isAvailableForCourtExtract", "orderedDate", "category"], "$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#"}
| [[1990, 5], [1992, 7], [1995, 5], [1999, 5], [2000, 6], [2001, 7], [2002, 7], [2003, 8], [2004, 6], [2005, 8], [2006, 13], [2007, 8], [2008, 5], [2009, 10], [2010, 11], [2012, 5], [2014, 5]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "wildnature:block/granite_slab_bricks_small"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "start": {"type": "string"}}, "required": ["build", "start"]}, "dependencies": {"type": "object", "properties": {"@types/debug": {"type": "string"}, "@types/express": {"type": "string"}, "@types/node": {"type": "string"}, "cookie-parser": {"type": "string"}, "debug": {"type": "string"}, "express": {"type": "string"}, "morgan": {"type": "string"}, "ts-node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/debug", "@types/express", "@types/node", "cookie-parser", "debug", "express", "morgan", "ts-node", "typescript"]}}, "required": ["name", "version", "private", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "schedule_manager", "version" : "0.0.0", "private" : true, "scripts" : {"build" : "tsc", "start" : "npm run build && node ./dist/bin/www.js"}, "dependencies" : {"@types/debug" : "^4.1.7", "@types/express" : "^4.17.13", "@types/node" : "^16.11.6", "cookie-parser" : "~1.4.4", "debug" : "~2.6.9", "express" : "~4.16.1", "morgan" : "~1.9.1", "ts-node" : "^10.4.0", "typescript" : "^4.4.4"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "start": {"type": "string"}}, "required": ["build", "start"]}, "dependencies": {"type": "object", "properties": {"@types/debug": {"type": "string"}, "@types/express": {"type": "string"}, "@types/node": {"type": "string"}, "cookie-parser": {"type": "string"}, "debug": {"type": "string"}, "express": {"type": "string"}, "morgan": {"type": "string"}, "ts-node": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/debug", "@types/express", "@types/node", "cookie-parser", "debug", "express", "morgan", "ts-node", "typescript"]}}, "required": ["name", "version", "private", "scripts", "dependencies"], "$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"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "The Minimalist", "description" : "A table designed for gaming.", "url" : "http://www.geekchichq.com/the-minimalist-gaming-table.html"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "screenshots": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"Dhiraj kumar": {"type": "string"}}, "required": ["Dhiraj kumar"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "frameworks": {"type": "array", "items": {"type": "string"}}, "requires_arc": {"type": "boolean"}, "source_files": {"type": "string"}}, "required": ["name", "version", "summary", "homepage", "screenshots", "license", "authors", "source", "platforms", "frameworks", "requires_arc", "source_files"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "DDDemo1", "version" : "1.0.3", "summary" : "This is DDDemo1 first App .", "homepage" : "https://github.com/dkumarq3/DDDemo1", "screenshots" : "https://images.macrumors.com/t/unGmZZ6o_sPgxmaK7J7-m0oKFl8=/1600x0/article-new/2019/12/iphonetopcharts2019-800x779.jpg", "license" : {"type" : "MIT", "file" : "LICENSE"}, "authors" : {"Dhiraj kumar" : "dkumar@q3tech.com"}, "source" : {"git" : "https://github.com/dkumarq3/DDDemo1.git", "tag" : "1.0.3"}, "platforms" : {"ios" : "8.0"}, "frameworks" : ["Foundation", "UIKit"], "requires_arc" : true, "source_files" : "DDDemo1/Classes/**/*"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "screenshots": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "properties": {"Dhiraj kumar": {"type": "string"}}, "required": ["Dhiraj kumar"]}, "source": {"type": "object", "properties": {"git": {"type": "string"}, "tag": {"type": "string"}}, "required": ["git", "tag"]}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "frameworks": {"type": "array", "items": {"type": "string"}}, "requires_arc": {"type": "boolean"}, "source_files": {"type": "string"}}, "required": ["name", "version", "summary", "homepage", "screenshots", "license", "authors", "source", "platforms", "frameworks", "requires_arc", "source_files"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "command": {"type": "string"}, "locked": {"type": "boolean"}, "starred": {"type": "boolean"}}, "required": ["name", "command", "locked", "starred"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "source2", "command" : "const name = (IRC.command.params[0]||'').replace(/\\s+/g, ''); print(`${name}`);", "locked" : false, "starred" : false} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "command": {"type": "string"}, "locked": {"type": "boolean"}, "starred": {"type": "boolean"}}, "required": ["name", "command", "locked", "starred"], "$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"}, "pid": {"type": "integer"}, "argv": {"type": "array", "items": {"type": "string"}}, "execArgv": {"type": "array", "items": {}}, "cwd": {"type": "string"}, "time": {"type": "integer"}, "ppid": {"type": "integer"}, "coverageFilename": {"type": "string"}, "externalId": {"type": "string"}, "uuid": {"type": "string"}, "files": {"type": "array", "items": {}}}, "required": ["parent", "pid", "argv", "execArgv", "cwd", "time", "ppid", "coverageFilename", "externalId", "uuid", "files"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "50d327a8-8793-4bf9-b308-b0403f4699a7", "pid" : 5792, "argv" : ["/home/travis/.nvm/versions/node/v10.23.1/bin/node", "/home/travis/build/commitizen/cz-cli/test/.tmp/enduser-app/node_modules/spawn-sync/postinstall"], "execArgv" : [], "cwd" : "/home/travis/build/commitizen/cz-cli/test/.tmp/enduser-app/node_modules/spawn-sync", "time" : 1610749122231, "ppid" : 5791, "coverageFilename" : "/home/travis/build/commitizen/cz-cli/.nyc_output/ac99e06c-3551-4b3a-9b07-2c0ed179eaa5.json", "externalId" : "", "uuid" : "ac99e06c-3551-4b3a-9b07-2c0ed179eaa5", "files" : []} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}, "pid": {"type": "integer"}, "argv": {"type": "array", "items": {"type": "string"}}, "execArgv": {"type": "array", "items": {}}, "cwd": {"type": "string"}, "time": {"type": "integer"}, "ppid": {"type": "integer"}, "coverageFilename": {"type": "string"}, "externalId": {"type": "string"}, "uuid": {"type": "string"}, "files": {"type": "array", "items": {}}}, "required": ["parent", "pid", "argv", "execArgv", "cwd", "time", "ppid", "coverageFilename", "externalId", "uuid", "files"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"VisitsSummary": {"type": "object", "properties": {"AverageGenerationTime": {"type": "string"}, "AverageVisitDuration": {"type": "string"}, "GenerateQueries": {"type": "string"}, "GenerateTime": {"type": "string"}, "MaxNbActions": {"type": "string"}, "NbActionsDescription": {"type": "string"}, "NbActionsPerVisit": {"type": "string"}, "NbDownloadsDescription": {"type": "string"}, "NbKeywordsDescription": {"type": "string"}, "NbOutlinksDescription": {"type": "string"}, "NbPageviewsDescription": {"type": "string"}, "NbSearchesDescription": {"type": "string"}, "NbUniqueDownloadsDescription": {"type": "string"}, "NbUniqueOutlinksDescription": {"type": "string"}, "NbUniquePageviewsDescription": {"type": "string"}, "NbUniqueVisitors": {"type": "string"}, "NbVisitsBounced": {"type": "string"}, "PluginDescription": {"type": "string"}, "VisitsSummary": {"type": "string"}, "VisitsSummaryDocumentation": {"type": "string"}, "WidgetLastVisits": {"type": "string"}, "WidgetOverviewGraph": {"type": "string"}, "WidgetVisits": {"type": "string"}}, "required": ["AverageGenerationTime", "AverageVisitDuration", "GenerateQueries", "GenerateTime", "MaxNbActions", "NbActionsDescription", "NbActionsPerVisit", "NbDownloadsDescription", "NbKeywordsDescription", "NbOutlinksDescription", "NbPageviewsDescription", "NbSearchesDescription", "NbUniqueDownloadsDescription", "NbUniqueOutlinksDescription", "NbUniquePageviewsDescription", "NbUniqueVisitors", "NbVisitsBounced", "PluginDescription", "VisitsSummary", "VisitsSummaryDocumentation", "WidgetLastVisits", "WidgetOverviewGraph", "WidgetVisits"]}}, "required": ["VisitsSummary"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"VisitsSummary" : {"AverageGenerationTime" : "%s povpre\u010dni \u010das generiranja", "AverageVisitDuration" : "%s povpre\u010dno trajanje obiska", "GenerateQueries" : "%s ukazov izvr\u0161enih", "GenerateTime" : "%s sekund za prikaz strani", "MaxNbActions" : "%s najve\u010dje \u0161tevilo akcij v enem obisku", "NbActionsDescription" : "%s akcij", "NbActionsPerVisit" : "%s akcij (ogledov, prenosov, izhodnih povezav) na obisk", "NbDownloadsDescription" : "%s prenosov", "NbKeywordsDescription" : "%s unikatnih klju\u010dnih besed", "NbOutlinksDescription" : "%s izhodnih povezav", "NbPageviewsDescription" : "%s ogledov", "NbSearchesDescription" : "%s vseh iskanj na va\u0161i spletni strani", "NbUniqueDownloadsDescription" : "%s unikatnih prenosov", "NbUniqueOutlinksDescription" : "%s unikatnih izhodnih povezav", "NbUniquePageviewsDescription" : "%s unikatnih ogledov", "NbUniqueVisitors" : "%s unikatnih obiskovalcev", "NbVisitsBounced" : "%s ogledov je bilo odbojev (so zapustili stran po ogledu ene strani)", "PluginDescription" : "Splo\u0161ne anliti\u010dne metrike: obiski, unikatni obiskovalci, \u0161tevilo akcij, stopnja odbojev, ipd.", "VisitsSummary" : "Povzetek obiskov", "VisitsSummaryDocumentation" : "To je pregled obiskov v zadnjem \u010dasu.", "WidgetLastVisits" : "Graf zadnjih obiskov", "WidgetOverviewGraph" : "Pregled z grafom", "WidgetVisits" : "Povzetek obiskov"}} | json_instruct | {"type": "object", "properties": {"VisitsSummary": {"type": "object", "properties": {"AverageGenerationTime": {"type": "string"}, "AverageVisitDuration": {"type": "string"}, "GenerateQueries": {"type": "string"}, "GenerateTime": {"type": "string"}, "MaxNbActions": {"type": "string"}, "NbActionsDescription": {"type": "string"}, "NbActionsPerVisit": {"type": "string"}, "NbDownloadsDescription": {"type": "string"}, "NbKeywordsDescription": {"type": "string"}, "NbOutlinksDescription": {"type": "string"}, "NbPageviewsDescription": {"type": "string"}, "NbSearchesDescription": {"type": "string"}, "NbUniqueDownloadsDescription": {"type": "string"}, "NbUniqueOutlinksDescription": {"type": "string"}, "NbUniquePageviewsDescription": {"type": "string"}, "NbUniqueVisitors": {"type": "string"}, "NbVisitsBounced": {"type": "string"}, "PluginDescription": {"type": "string"}, "VisitsSummary": {"type": "string"}, "VisitsSummaryDocumentation": {"type": "string"}, "WidgetLastVisits": {"type": "string"}, "WidgetOverviewGraph": {"type": "string"}, "WidgetVisits": {"type": "string"}}, "required": ["AverageGenerationTime", "AverageVisitDuration", "GenerateQueries", "GenerateTime", "MaxNbActions", "NbActionsDescription", "NbActionsPerVisit", "NbDownloadsDescription", "NbKeywordsDescription", "NbOutlinksDescription", "NbPageviewsDescription", "NbSearchesDescription", "NbUniqueDownloadsDescription", "NbUniqueOutlinksDescription", "NbUniquePageviewsDescription", "NbUniqueVisitors", "NbVisitsBounced", "PluginDescription", "VisitsSummary", "VisitsSummaryDocumentation", "WidgetLastVisits", "WidgetOverviewGraph", "WidgetVisits"]}}, "required": ["VisitsSummary"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[122.25, 31.75], [122.25, 31.833333333333332], [122.375, 31.833333333333332], [122.375, 31.75], [122.25, 31.75]]]}, "properties" : {"code" : 472252, "url" : "http://madefor.github.io/0410/api/v1/472252.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/472252.geojson"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"code": {"type": "integer"}, "url": {"type": "string"}, "view": {"type": "string"}}, "required": ["code", "url", "view"]}}, "required": ["type", "geometry", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "abbr", "name"]}, "city": {"type": "string"}, "type": {"type": "string"}, "lng": {"type": "number"}, "counties": {"type": "array", "items": {}}}, "required": ["localities", "state", "postal_code", "locality", "lat", "region", "city", "type", "lng", "counties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"localities" : ["Indianola, MS", "Holly Ridge, MS"], "state" : "MS", "postal_code" : "38749", "locality" : "Holly Ridge, MS", "lat" : 33.447423, "region" : {"fips" : "28", "abbr" : "MS", "name" : "Mississippi"}, "city" : "Holly Ridge", "type" : "POBOX", "lng" : -90.752367, "counties" : []} | json_instruct | {"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "name": {"type": "string"}}, "required": ["fips", "abbr", "name"]}, "city": {"type": "string"}, "type": {"type": "string"}, "lng": {"type": "number"}, "counties": {"type": "array", "items": {}}}, "required": ["localities", "state", "postal_code", "locality", "lat", "region", "city", "type", "lng", "counties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "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" : "9ac4721b-cc54-43df-9396-e24c2ff06682", "name" : "St Augustine's Priory", "code" : "G", "address" : {"addressLine1" : "Hillcrest Road", "town" : "London", "county" : "London", "postcode" : "W5 2JL"}, "organisation" : {"id" : "e5573d32-1684-4472-9e2b-c6743eddce31", "code" : "2BV", "name" : "West London Teacher Training Alliance (Secondary)"}} | 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#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"directions" : ["Heat the oil in a skillet over medium heat. In a bowl, mix the flour, salt and pepper, and paprika. Dredge the steaks in the flour mixture, and place in the skillet. Brown steaks on both sides, and remove from heat.", "In a slow cooker, alternate layers of steak, green bell pepper, red bell pepper, onion, and tomatoes.", "Cover, and cook 6 to 8 hours on Low, until steaks are very tender."], "ingredients" : ["1 tablespoon vegetable oil", "2 cups all-purpose flour", "salt and pepper to taste", "paprika to taste", "2 pounds beef cube steaks", "3 green bell pepper, sliced into rings", "3 red bell pepper, sliced into rings", "4 onions, sliced into rings", "4 (14.5 ounce) cans crushed tomatoes"], "language" : "en-US", "source" : "allrecipes.com", "tags" : [], "title" : "Easy and Quick Swiss Steak", "url" : "http://allrecipes.com/recipe/74352/easy-and-quick-swiss-steak/"} | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["directions", "ingredients", "language", "source", "tags", "title", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"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" : 21532, "cartId" : "8fca34ea-010f-47cc-8df2-3b0761c4e0c3", "preferredProducts" : [2178, 2943, 401], "productReviews" : [{"productId" : 1841, "reviewText" : "I tried to hang it but got jelly bean all over it.", "reviewDate" : "2020-01-28T04:28:09.3866633+02:00"}, {"productId" : 1200, "reviewText" : "one of my hobbies is hiking. and when i'm hiking this works great.", "reviewDate" : "2019-02-17T00:18:41.3551175+02:00"}, {"productId" : 4799, "reviewText" : "I saw one of these in Kazakhstan and I bought one.", "reviewDate" : "2019-02-28T20:00:40.2246027+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 sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "cc4375f55b35b8ea5119faea76e75efa5799a582"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {}, "required": []}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "properties" : {}, "geometry" : {"type" : "LineString", "coordinates" : [[37.731641, 10.256141], [7.931798, 21.878067], [6.644766, 15.190109], [27.984331, 9.256647], [37.662038, 5.289255], [36.227134, 12.691253]]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {}, "required": []}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "null"}, "created_at": {"type": "string"}, "draft": {"type": "boolean"}, "head": {"type": "object", "properties": {"ref": {"type": "string"}}, "required": ["ref"]}, "html_url": {"type": "string"}, "id": {"type": "integer"}, "labels": {"type": "array", "items": {}}, "mergeable": {"type": "boolean"}, "mergeable_state": {"type": "string"}, "merged": {"type": "boolean"}, "merged_at": {"type": "null"}, "number": {"type": "integer"}, "state": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["ETag", "Last-Modified", "base", "closed_at", "created_at", "draft", "head", "html_url", "id", "labels", "mergeable", "mergeable_state", "merged", "merged_at", "number", "state", "updated_at"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ETag" : "W/\"d55bf056f77157dd0884464bbd3f31a6f21bda5aa97a11ae09ffdc94d86b448e\"", "Last-Modified" : "Thu, 17 Dec 2020 16:26:59 GMT", "base" : {"repo" : {"name" : "limix-inference-feedstock"}}, "closed_at" : null, "created_at" : "2020-09-23T16:23:40Z", "draft" : false, "head" : {"ref" : "rebuild-python38-0-1_h80d79c"}, "html_url" : "https://github.com/conda-forge/limix-inference-feedstock/pull/17", "id" : 491897396, "labels" : [], "mergeable" : true, "mergeable_state" : "unstable", "merged" : false, "merged_at" : null, "number" : 17, "state" : "open", "updated_at" : "2020-09-23T16:23:44Z"} | json_instruct | {"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "null"}, "created_at": {"type": "string"}, "draft": {"type": "boolean"}, "head": {"type": "object", "properties": {"ref": {"type": "string"}}, "required": ["ref"]}, "html_url": {"type": "string"}, "id": {"type": "integer"}, "labels": {"type": "array", "items": {}}, "mergeable": {"type": "boolean"}, "mergeable_state": {"type": "string"}, "merged": {"type": "boolean"}, "merged_at": {"type": "null"}, "number": {"type": "integer"}, "state": {"type": "string"}, "updated_at": {"type": "string"}}, "required": ["ETag", "Last-Modified", "base", "closed_at", "created_at", "draft", "head", "html_url", "id", "labels", "mergeable", "mergeable_state", "merged", "merged_at", "number", "state", "updated_at"], "$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"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "string"}, "postal_code": {"type": "string"}}, "required": ["street", "city", "province", "postal_code"]}, "contact": {"type": "object", "properties": {"telephone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "fax": {"type": "string"}}, "required": ["telephone", "website", "email", "fax"]}, "funding": {"type": "string"}, "languages": {"type": "null"}, "academic_year": {"type": "string"}, "accrediting_agency": {"type": "null"}}, "required": ["name", "alt_name", "country", "state", "address", "contact", "funding", "languages", "academic_year", "accrediting_agency"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "University of Cinema Studies", "alt_name" : "Universidad del Cine \u2013 FUC (UCINE)", "country" : "Argentina", "state" : null, "address" : {"street" : "Pasaje J. M. Giuffra 330,, San Telmo", "city" : "Buenos Aires", "province" : "Capital Federal", "postal_code" : "C1064ADD"}, "contact" : {"telephone" : "+54(11) 4300-1413", "website" : "http://www.ucine.edu.ar", "email" : "ucine@ucine.edu.ar", "fax" : "+54(11) 4300-0674"}, "funding" : "Private", "languages" : null, "academic_year" : "March to December", "accrediting_agency" : null} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "string"}, "postal_code": {"type": "string"}}, "required": ["street", "city", "province", "postal_code"]}, "contact": {"type": "object", "properties": {"telephone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "fax": {"type": "string"}}, "required": ["telephone", "website", "email", "fax"]}, "funding": {"type": "string"}, "languages": {"type": "null"}, "academic_year": {"type": "string"}, "accrediting_agency": {"type": "null"}}, "required": ["name", "alt_name", "country", "state", "address", "contact", "funding", "languages", "academic_year", "accrediting_agency"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"min": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}, "max": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}}, "required": ["min", "max"]}}, "required": ["title", "type", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "StorageBalanceBounds", "type" : "object", "properties" : {"min" : {"$ref" : "./U128.json"}, "max" : {"$ref" : "./U128.json"}}} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"min": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}, "max": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}}, "required": ["min", "max"]}}, "required": ["title", "type", "properties"], "$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"}, "xp": {"type": "integer"}, "level": {"type": "integer"}}, "required": ["id", "xp", "level"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "6285849261085@s.whatsapp.net", "xp" : 8078, "level" : 2}, {"id" : "6285789004732@s.whatsapp.net", "xp" : 723, "level" : 1}, {"id" : "6285853960298@s.whatsapp.net", "xp" : 19406, "level" : 3}, {"id" : "6281398860278@s.whatsapp.net", "xp" : 12910, "level" : 2}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "xp": {"type": "integer"}, "level": {"type": "integer"}}, "required": ["id", "xp", "level"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"b5963ecab8d95c1024a46117fce4e907": {"type": "array", "items": {"type": "string"}}, "e295e625ca1afa091751bcc3d43e373c": {"type": "array", "items": {"type": "string"}}, "58676715ecac734d527fbae5735e9938": {"type": "array", "items": {"type": "string"}}, "62794ad377b63a78ce9764f4638117a5": {"type": "array", "items": {"type": "string"}}, "1204399c326afc25e7ac7b474fd091fb": {"type": "array", "items": {"type": "string"}}, "c25a9aa240c4a72810d9ccfc0e2c10ad": {"type": "array", "items": {"type": "string"}}, "9479ac3d1030d06371c69081856ce7e0": {"type": "array", "items": {"type": "string"}}, "b408de3af4e56603ad64fe2437096103": {"type": "array", "items": {"type": "string"}}, "95f5a10aa098336083912eee9d6666cd": {"type": "array", "items": {"type": "string"}}, "94cd4d0e1d9ef63237421fe02085eb9a": {"type": "array", "items": {"type": "string"}}}, "required": ["b5963ecab8d95c1024a46117fce4e907", "e295e625ca1afa091751bcc3d43e373c", "58676715ecac734d527fbae5735e9938", "62794ad377b63a78ce9764f4638117a5", "1204399c326afc25e7ac7b474fd091fb", "c25a9aa240c4a72810d9ccfc0e2c10ad", "9479ac3d1030d06371c69081856ce7e0", "b408de3af4e56603ad64fe2437096103", "95f5a10aa098336083912eee9d6666cd", "94cd4d0e1d9ef63237421fe02085eb9a"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"b5963ecab8d95c1024a46117fce4e907" : ["/spec/course_spec.rb", "/app/course.rb", "/spec/spec_helper.rb"], "e295e625ca1afa091751bcc3d43e373c" : ["/spec/course_spec.rb", "/app/course.rb", "/app/student.rb", "/spec/spec_helper.rb"], "58676715ecac734d527fbae5735e9938" : ["/spec/student_spec.rb", "/app/student.rb", "/spec/spec_helper.rb"], "62794ad377b63a78ce9764f4638117a5" : ["/spec/student_spec.rb", "/app/student.rb", "/spec/spec_helper.rb"], "1204399c326afc25e7ac7b474fd091fb" : ["/spec/student_spec.rb", "/app/student.rb", "/spec/spec_helper.rb"], "c25a9aa240c4a72810d9ccfc0e2c10ad" : ["/spec/student_spec.rb", "/spec/spec_helper.rb"], "9479ac3d1030d06371c69081856ce7e0" : ["/spec/student_spec.rb", "/spec/spec_helper.rb"], "b408de3af4e56603ad64fe2437096103" : ["/spec/student_spec.rb", "/app/student.rb", "/spec/spec_helper.rb"], "95f5a10aa098336083912eee9d6666cd" : ["/spec/student_spec.rb", "/app/course.rb", "/app/student.rb", "/spec/spec_helper.rb"], "94cd4d0e1d9ef63237421fe02085eb9a" : ["/spec/student_spec.rb", "/spec/spec_helper.rb"]} | json_instruct | {"type": "object", "properties": {"b5963ecab8d95c1024a46117fce4e907": {"type": "array", "items": {"type": "string"}}, "e295e625ca1afa091751bcc3d43e373c": {"type": "array", "items": {"type": "string"}}, "58676715ecac734d527fbae5735e9938": {"type": "array", "items": {"type": "string"}}, "62794ad377b63a78ce9764f4638117a5": {"type": "array", "items": {"type": "string"}}, "1204399c326afc25e7ac7b474fd091fb": {"type": "array", "items": {"type": "string"}}, "c25a9aa240c4a72810d9ccfc0e2c10ad": {"type": "array", "items": {"type": "string"}}, "9479ac3d1030d06371c69081856ce7e0": {"type": "array", "items": {"type": "string"}}, "b408de3af4e56603ad64fe2437096103": {"type": "array", "items": {"type": "string"}}, "95f5a10aa098336083912eee9d6666cd": {"type": "array", "items": {"type": "string"}}, "94cd4d0e1d9ef63237421fe02085eb9a": {"type": "array", "items": {"type": "string"}}}, "required": ["b5963ecab8d95c1024a46117fce4e907", "e295e625ca1afa091751bcc3d43e373c", "58676715ecac734d527fbae5735e9938", "62794ad377b63a78ce9764f4638117a5", "1204399c326afc25e7ac7b474fd091fb", "c25a9aa240c4a72810d9ccfc0e2c10ad", "9479ac3d1030d06371c69081856ce7e0", "b408de3af4e56603ad64fe2437096103", "95f5a10aa098336083912eee9d6666cd", "94cd4d0e1d9ef63237421fe02085eb9a"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "preview": {"type": "string"}}, "required": ["dev", "build", "preview"]}, "dependencies": {"type": "object", "properties": {"@vueuse/core": {"type": "string"}, "axios": {"type": "string"}, "lodash-es": {"type": "string"}, "pinia": {"type": "string"}, "tom-select": {"type": "string"}, "vue": {"type": "string"}, "vue-demi": {"type": "string"}, "vue-i18n": {"type": "string"}, "vue-next-select": {"type": "string"}, "vue-router": {"type": "string"}, "vue-select-next": {"type": "string"}}, "required": ["@vueuse/core", "axios", "lodash-es", "pinia", "tom-select", "vue", "vue-demi", "vue-i18n", "vue-next-select", "vue-router", "vue-select-next"]}, "devDependencies": {"type": "object", "properties": {"@antfu/eslint-config": {"type": "string"}, "@iconify-json/carbon": {"type": "string"}, "@intlify/vite-plugin-vue-i18n": {"type": "string"}, "@types/lodash-es": {"type": "string"}, "@types/node": {"type": "string"}, "@vitejs/plugin-vue": {"type": "string"}, "cross-env": {"type": "string"}, "eslint": {"type": "string"}, "pnpm": {"type": "string"}, "sass": {"type": "string"}, "typescript": {"type": "string"}, "unplugin-auto-import": {"type": "string"}, "unplugin-icons": {"type": "string"}, "unplugin-vue-components": {"type": "string"}, "vite": {"type": "string"}, "vite-plugin-pages": {"type": "string"}, "vite-plugin-windicss": {"type": "string"}}, "required": ["@antfu/eslint-config", "@iconify-json/carbon", "@intlify/vite-plugin-vue-i18n", "@types/lodash-es", "@types/node", "@vitejs/plugin-vue", "cross-env", "eslint", "pnpm", "sass", "typescript", "unplugin-auto-import", "unplugin-icons", "unplugin-vue-components", "vite", "vite-plugin-pages", "vite-plugin-windicss"]}}, "required": ["private", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"private" : true, "scripts" : {"dev" : "vite --port 3333 --open", "build" : "cross-env NODE_ENV=production vite build", "preview" : "vite preview"}, "dependencies" : {"@vueuse/core" : "^6.5.3", "axios" : "^0.23.0", "lodash-es" : "^4.17.21", "pinia" : "^2.0.0-rc.13", "tom-select" : "^2.0.0-rc.4", "vue" : "^3.2.20", "vue-demi" : "^0.11.4", "vue-i18n" : "^9.1.6", "vue-next-select" : "^2.10.1", "vue-router" : "^4.0.12", "vue-select-next" : "^0.1.6"}, "devDependencies" : {"@antfu/eslint-config" : "^0.9.0", "@iconify-json/carbon" : "^1.0.6", "@intlify/vite-plugin-vue-i18n" : "^2.4.0", "@types/lodash-es" : "^4.17.5", "@types/node" : "^16.11.0", "@vitejs/plugin-vue" : "^1.9.3", "cross-env" : "^7.0.3", "eslint" : "^7.32.0", "pnpm" : "^6.17.1", "sass" : "^1.43.2", "typescript" : "^4.4.4", "unplugin-auto-import" : "^0.4.12", "unplugin-icons" : "^0.12.15", "unplugin-vue-components" : "^0.15.6", "vite" : "^2.6.7", "vite-plugin-pages" : "^0.18.1", "vite-plugin-windicss" : "^1.4.11"}} | json_instruct | {"type": "object", "properties": {"private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "preview": {"type": "string"}}, "required": ["dev", "build", "preview"]}, "dependencies": {"type": "object", "properties": {"@vueuse/core": {"type": "string"}, "axios": {"type": "string"}, "lodash-es": {"type": "string"}, "pinia": {"type": "string"}, "tom-select": {"type": "string"}, "vue": {"type": "string"}, "vue-demi": {"type": "string"}, "vue-i18n": {"type": "string"}, "vue-next-select": {"type": "string"}, "vue-router": {"type": "string"}, "vue-select-next": {"type": "string"}}, "required": ["@vueuse/core", "axios", "lodash-es", "pinia", "tom-select", "vue", "vue-demi", "vue-i18n", "vue-next-select", "vue-router", "vue-select-next"]}, "devDependencies": {"type": "object", "properties": {"@antfu/eslint-config": {"type": "string"}, "@iconify-json/carbon": {"type": "string"}, "@intlify/vite-plugin-vue-i18n": {"type": "string"}, "@types/lodash-es": {"type": "string"}, "@types/node": {"type": "string"}, "@vitejs/plugin-vue": {"type": "string"}, "cross-env": {"type": "string"}, "eslint": {"type": "string"}, "pnpm": {"type": "string"}, "sass": {"type": "string"}, "typescript": {"type": "string"}, "unplugin-auto-import": {"type": "string"}, "unplugin-icons": {"type": "string"}, "unplugin-vue-components": {"type": "string"}, "vite": {"type": "string"}, "vite-plugin-pages": {"type": "string"}, "vite-plugin-windicss": {"type": "string"}}, "required": ["@antfu/eslint-config", "@iconify-json/carbon", "@intlify/vite-plugin-vue-i18n", "@types/lodash-es", "@types/node", "@vitejs/plugin-vue", "cross-env", "eslint", "pnpm", "sass", "typescript", "unplugin-auto-import", "unplugin-icons", "unplugin-vue-components", "vite", "vite-plugin-pages", "vite-plugin-windicss"]}}, "required": ["private", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nom" : "Le Juch", "dpt" : "Finist\u00e8re", "inscrits" : 541, "abs" : 84, "votants" : 457, "blancs" : 55, "nuls" : 17, "exp" : 385, "res" : [{"panneau" : "1", "voix" : 305}, {"panneau" : "2", "voix" : 80}]} | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "430473400205", "text" : "\u4e09\u91cc\u6751\u59d4\u4f1a"}, {"id" : "430473400401", "text" : "\u91d1\u6e90\u7ba1\u7406\u5904\u793e\u533a"}, {"id" : "430473400402", "text" : "\u65b0\u5b89\u7ba1\u7406\u5904\u793e\u533a"}, {"id" : "430473400403", "text" : "\u65b0\u7af9\u7ba1\u7406\u5904\u793e\u533a"}, {"id" : "430473400404", "text" : "\u91d1\u5170\u7ba1\u7406\u5904\u793e\u533a"}, {"id" : "430473400405", "text" : "\u946b\u6e90\u7ba1\u7406\u5904\u793e\u533a"}, {"id" : "430473400406", "text" : "\u7ea2\u6797\u7ba1\u7406\u793e\u533a"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"topic": {"type": "string"}, "category": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "body": {"type": "string"}, "id": {"type": "string"}, "created_by": {"type": "string"}}, "required": ["topic", "category", "attachments", "created_by_name", "created_at", "body", "id", "created_by"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"topic" : "trying to implement isotropic reflection model", "category" : "radiance-general", "attachments" : [], "created_by_name" : "Tarik Rahman", "created_at" : "October 08, 2004 at 04:47PM", "body" : "Hi there\nI'm trying to implement the isotropic reflection model where\n [ exp(-tan^2(delta/alpha^2)]\n K = -------------------------------------------------\n sqrt( cos(theta_i)*cos(theta_r) )*4pi*alpha^2\n\n\nmy diffuse is (0.2 0.2 0.2) and specular is 0.05 ( roughness = 0.05 ) so I get\nthe reflected colour as = diffuse/pi + spec*K and multiply this by the light\ncolour (1 1 1 )\nand return it\n\n\nmy values are supposed to be around 0.106 but I always get either too big like\n1.137 or too small like 0.0653.\n\n\nAnyone have any idea where I might be going wrong, should I be doing some kind\nof fall off factor where the light intensity at an intersection ( of a simple\nplane) is inversely proportional to the distance from the light source.\n\n\nThanks for any help,\n\n\nTarik\n\n\nTarik Rahman\nPhD student, Institue of Perception, Action and Behaviour\nSchool of Informatics\nUniversity of Edinburgh\n___\n<sup>Automatically generated content from [radiance mailing-list](https://radiance-online.org/pipermail/radiance-general/2004-October/002045.html).</sup>", "id" : "radiance-general_002045", "created_by" : "Tarik_Rahman"} | json_instruct | {"type": "object", "properties": {"topic": {"type": "string"}, "category": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "body": {"type": "string"}, "id": {"type": "string"}, "created_by": {"type": "string"}}, "required": ["topic", "category", "attachments", "created_by_name", "created_at", "body", "id", "created_by"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"slug": {"type": "string"}, "relevant-countries": {"type": "array", "items": {"type": "string"}}, "categories": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "runs": {"type": "array", "items": {"type": "string"}}, "address": {"type": "string"}, "phone": {"type": "string"}, "fax": {"type": "string"}, "email": {"type": "string"}, "web": {"type": "string"}, "sources": {"type": "array", "items": {"type": "string"}}, "request-language": {"type": "string"}, "custom-access-template": {"type": "string"}, "quality": {"type": "string"}}, "required": ["slug", "relevant-countries", "categories", "name", "runs", "address", "phone", "fax", "email", "web", "sources", "request-language", "custom-access-template", "quality"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"slug" : "drk-brandenburg", "relevant-countries" : ["de"], "categories" : ["health"], "name" : "DRK-Landesverband Brandenburg e.V.", "runs" : ["Deutsches Rotes Kreuz Brandenburg"], "address" : "c/o BfbA GmbH\nEisenbahnstra\u00dfe 109\n14542 Werder (Havel)\nDeutschland", "phone" : "+49 331 28640", "fax" : "+49 3327 7322561", "email" : "info@drk-lv-brandenburg.de", "web" : "https://www.drk-brandenburg.de", "sources" : ["https://www.drk-brandenburg.de/footer/service/datenschutz/"], "request-language" : "de", "custom-access-template" : "access-drk-brandenburg-datenleck", "quality" : "verified"} | json_instruct | {"type": "object", "properties": {"slug": {"type": "string"}, "relevant-countries": {"type": "array", "items": {"type": "string"}}, "categories": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "runs": {"type": "array", "items": {"type": "string"}}, "address": {"type": "string"}, "phone": {"type": "string"}, "fax": {"type": "string"}, "email": {"type": "string"}, "web": {"type": "string"}, "sources": {"type": "array", "items": {"type": "string"}}, "request-language": {"type": "string"}, "custom-access-template": {"type": "string"}, "quality": {"type": "string"}}, "required": ["slug", "relevant-countries", "categories", "name", "runs", "address", "phone", "fax", "email", "web", "sources", "request-language", "custom-access-template", "quality"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.