input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type": "null"}, "issues": {"type": "array", "items": {}}, "success": {"type": "boolean"}}, "required": ["error", "issues", "success"]}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0xf0af225fb8753146429aa996e903f3037598bc8e", "tool" : "mythril", "start" : 1563333205.6910985, "end" : 1563333216.1687076, "duration" : 10.477609157562256, "analysis" : {"error" : null, "issues" : [], "success" : true}} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"error": {"type": "null"}, "issues": {"type": "array", "items": {}}, "success": {"type": "boolean"}}, "required": ["error", "issues", "success"]}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"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 1920 1792", "font" : "font-awesome", "code" : "f189", "ref" : "vk", "path" : "M1917 520q23 64-150 294-24 32-65 85-40 51-55 72t-30.5 49.5q-15.5 28.5-12 42t13 34.5q9.5 21 32.5 43t57 53q4 2 5 4 141 131 191 221 3 5 6.5 12.5t7 26.5q3.5 19-.5 34t-25 27.5q-21 12.5-59 12.5l-256 4q-24 5-56-5t-52-22l-20-12q-30-21-70-64t-68.5-77.5q-28.5-34.5-61-58T1192 1281q-3 1-8 3.5t-17 14.5q-12 12-21.5 29.5t-17 52q-7.5 34.5-6.5 77.5 0 15-3.5 27.5t-7.5 18.5l-4 5q-18 19-53 22H939q-71 4-146-16.5t-131.5-53q-56.5-32.5-103-66T488 1338l-25-24q-10-10-27.5-30t-71.5-91q-54-71-106-151T135.5 831Q65 700 5 559q-6-16-6-27t3-16l4-6q15-19 57-19l274-2q12 2 23 6.5t16 8.5l5 3q16 11 24 32 20 50 46 103.5t41 81.5l16 29q29 60 56 104t48.5 68.5Q634 950 654 964t34 14q14 0 27-5 2-1 5-5t12-22q9-18 13.5-47t9.5-81q5-52 0-125-2-40-9-73t-14-46l-6-12q-25-34-85-43-13-2 5-24 16-19 38-30 53-26 239-24 82 1 135 13 20 5 33.5 13.5t20.5 24q7 15.5 10.5 32t3.5 45.5q0 29-1 55t-2.5 70.5Q1121 739 1121 777q0 11-1 42t-.5 48q.5 17 3.5 40.5t11.5 39Q1143 962 1157 971q8 2 17 4t26-11q17-13 38-34.5t52-67q31-45.5 68-107.5 60-104 107-225 4-10 10-17.5t11-10.5l4-3 5-2.5q3-1.5 13-3t20-.5l288-2q39-5 64 2.5t31 16.5l6 10z"} | 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#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[2006, 7], [2008, 10], [2009, 5], [2010, 7], [2011, 5], [2014, 6]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "ext-curl": {"type": "string"}}, "required": ["php", "ext-curl"]}, "require-dev": {"type": "object", "properties": {"laravel/framework": {"type": "string"}, "guzzlehttp/guzzle": {"type": "string"}, "vlucas/phpdotenv": {"type": "string"}}, "required": ["laravel/framework", "guzzlehttp/guzzle", "vlucas/phpdotenv"]}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Multicaret\\Unifonic\\": {"type": "string"}}, "required": ["Multicaret\\Unifonic\\"]}}, "required": ["psr-4"]}, "extra": {"type": "object", "properties": {"laravel": {"type": "object", "properties": {"providers": {"type": "array", "items": {"type": "string"}}, "aliases": {"type": "object", "properties": {"Unifonic": {"type": "string"}}, "required": ["Unifonic"]}}, "required": ["providers", "aliases"]}}, "required": ["laravel"]}, "minimum-stability": {"type": "string"}}, "required": ["name", "description", "keywords", "require", "require-dev", "license", "authors", "autoload", "extra", "minimum-stability"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "multicaret/laravel-unifonic", "description" : " A library to integrate with Unifonic API to send SMS", "keywords" : ["laravel", "unifonic", "sms", "2FA", "verify", "number intelligence", "tts", "api"], "require" : {"php" : ">=7.1.0", "ext-curl" : "*"}, "require-dev" : {"laravel/framework" : ">=5.3", "guzzlehttp/guzzle" : "^6.2", "vlucas/phpdotenv" : "^2.2"}, "license" : "MIT", "authors" : [{"name" : "Mohammad Kawsara", "email" : "mkwsra@gmail.com"}], "autoload" : {"psr-4" : {"Multicaret\\Unifonic\\" : "src/"}}, "extra" : {"laravel" : {"providers" : ["Multicaret\\Unifonic\\UnifonicServiceProvider"], "aliases" : {"Unifonic" : "Multicaret\\Unifonic\\UnifonicFacade"}}}, "minimum-stability" : "dev"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "require": {"type": "object", "properties": {"php": {"type": "string"}, "ext-curl": {"type": "string"}}, "required": ["php", "ext-curl"]}, "require-dev": {"type": "object", "properties": {"laravel/framework": {"type": "string"}, "guzzlehttp/guzzle": {"type": "string"}, "vlucas/phpdotenv": {"type": "string"}}, "required": ["laravel/framework", "guzzlehttp/guzzle", "vlucas/phpdotenv"]}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Multicaret\\Unifonic\\": {"type": "string"}}, "required": ["Multicaret\\Unifonic\\"]}}, "required": ["psr-4"]}, "extra": {"type": "object", "properties": {"laravel": {"type": "object", "properties": {"providers": {"type": "array", "items": {"type": "string"}}, "aliases": {"type": "object", "properties": {"Unifonic": {"type": "string"}}, "required": ["Unifonic"]}}, "required": ["providers", "aliases"]}}, "required": ["laravel"]}, "minimum-stability": {"type": "string"}}, "required": ["name", "description", "keywords", "require", "require-dev", "license", "authors", "autoload", "extra", "minimum-stability"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"ACCESS_POLICY_PERMISSIONS": {"type": "object", "properties": {"CREATE": {"type": "object", "properties": {"CREATE": {"type": "string"}, "BUTTON_CREATE": {"type": "string"}}, "required": ["CREATE", "BUTTON_CREATE"]}, "EDIT": {"type": "object", "properties": {"EDITING": {"type": "string"}, "BUTTON_EDIT": {"type": "string"}}, "required": ["EDITING", "BUTTON_EDIT"]}, "INDEX": {"type": "object", "properties": {"TITLE_EXTRAS": {"type": "string"}, "ACTIONS": {"type": "string"}, "CREATE": {"type": "string"}, "MANAGE": {"type": "string"}, "BACK": {"type": "string"}, "ROLES": {"type": "string"}, "FIELDS_TITLE": {"type": "string"}}, "required": ["TITLE_EXTRAS", "ACTIONS", "CREATE", "MANAGE", "BACK", "ROLES", "FIELDS_TITLE"]}, "FORM": {"type": "object", "properties": {"LABELS": {"type": "object", "properties": {"PACKAGEPATH": {"type": "string"}, "RULEID": {"type": "string"}, "ORDER": {"type": "string"}, "ISTOPLEVEL": {"type": "string"}, "PERMISSION": {"type": "string"}}, "required": ["PACKAGEPATH", "RULEID", "ORDER", "ISTOPLEVEL", "PERMISSION"]}, "PLACEHOLDERS": {"type": "object", "properties": {"PACKAGEPATH": {"type": "string"}, "RULEID": {"type": "string"}, "ORDER": {"type": "string"}, "ISTOPLEVEL": {"type": "string"}, "PERMISSION": {"type": "string"}}, "required": ["PACKAGEPATH", "RULEID", "ORDER", "ISTOPLEVEL", "PERMISSION"]}, "VALIDATION": {"type": "object", "properties": {}, "required": []}}, "required": ["LABELS", "PLACEHOLDERS", "VALIDATION"]}, "QUEUE": {"type": "object", "properties": {"ADDING": {"type": "string"}, "UPDATING": {"type": "string"}, "DELETING": {"type": "string"}, "ERROR": {"type": "string"}}, "required": ["ADDING", "UPDATING", "DELETING", "ERROR"]}}, "required": ["CREATE", "EDIT", "INDEX", "FORM", "QUEUE"]}}, "required": ["ACCESS_POLICY_PERMISSIONS"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ACCESS_POLICY_PERMISSIONS" : {"CREATE" : {"CREATE" : "Create", "BUTTON_CREATE" : "Create"}, "EDIT" : {"EDITING" : "Edit", "BUTTON_EDIT" : "Update"}, "INDEX" : {"TITLE_EXTRAS" : "(permissions)", "ACTIONS" : "Actions", "CREATE" : "Create", "MANAGE" : "Manage", "BACK" : "Back", "ROLES" : "Roles", "FIELDS_TITLE" : "(fields)"}, "FORM" : {"LABELS" : {"PACKAGEPATH" : "Package path", "RULEID" : "Rule id", "ORDER" : "Order", "ISTOPLEVEL" : "Is Top Level", "PERMISSION" : "Permission"}, "PLACEHOLDERS" : {"PACKAGEPATH" : "Package path", "RULEID" : "Rule id", "ORDER" : "Order", "ISTOPLEVEL" : "Is Top Level", "PERMISSION" : "Permission"}, "VALIDATION" : {}}, "QUEUE" : {"ADDING" : "Adding {{ permission }} permission", "UPDATING" : "Updating {{ permission }} permission", "DELETING" : "Deleting {{ permission }} permission", "ERROR" : "An error occured with {{ permission }} permission. Correct and try again."}}} | json_instruct | {"type": "object", "properties": {"ACCESS_POLICY_PERMISSIONS": {"type": "object", "properties": {"CREATE": {"type": "object", "properties": {"CREATE": {"type": "string"}, "BUTTON_CREATE": {"type": "string"}}, "required": ["CREATE", "BUTTON_CREATE"]}, "EDIT": {"type": "object", "properties": {"EDITING": {"type": "string"}, "BUTTON_EDIT": {"type": "string"}}, "required": ["EDITING", "BUTTON_EDIT"]}, "INDEX": {"type": "object", "properties": {"TITLE_EXTRAS": {"type": "string"}, "ACTIONS": {"type": "string"}, "CREATE": {"type": "string"}, "MANAGE": {"type": "string"}, "BACK": {"type": "string"}, "ROLES": {"type": "string"}, "FIELDS_TITLE": {"type": "string"}}, "required": ["TITLE_EXTRAS", "ACTIONS", "CREATE", "MANAGE", "BACK", "ROLES", "FIELDS_TITLE"]}, "FORM": {"type": "object", "properties": {"LABELS": {"type": "object", "properties": {"PACKAGEPATH": {"type": "string"}, "RULEID": {"type": "string"}, "ORDER": {"type": "string"}, "ISTOPLEVEL": {"type": "string"}, "PERMISSION": {"type": "string"}}, "required": ["PACKAGEPATH", "RULEID", "ORDER", "ISTOPLEVEL", "PERMISSION"]}, "PLACEHOLDERS": {"type": "object", "properties": {"PACKAGEPATH": {"type": "string"}, "RULEID": {"type": "string"}, "ORDER": {"type": "string"}, "ISTOPLEVEL": {"type": "string"}, "PERMISSION": {"type": "string"}}, "required": ["PACKAGEPATH", "RULEID", "ORDER", "ISTOPLEVEL", "PERMISSION"]}, "VALIDATION": {"type": "object", "properties": {}, "required": []}}, "required": ["LABELS", "PLACEHOLDERS", "VALIDATION"]}, "QUEUE": {"type": "object", "properties": {"ADDING": {"type": "string"}, "UPDATING": {"type": "string"}, "DELETING": {"type": "string"}, "ERROR": {"type": "string"}}, "required": ["ADDING", "UPDATING", "DELETING", "ERROR"]}}, "required": ["CREATE", "EDIT", "INDEX", "FORM", "QUEUE"]}}, "required": ["ACCESS_POLICY_PERMISSIONS"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"python.pythonPath": {"type": "string"}}, "required": ["python.pythonPath"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"python.pythonPath" : "/home/rchance/.local/share/virtualenvs/TwitOff-20-hVYRSS4k/bin/python"} | json_instruct | {"type": "object", "properties": {"python.pythonPath": {"type": "string"}}, "required": ["python.pythonPath"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_cd": {"type": "integer"}, "station_name": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["pref_cd", "line_cd", "line_name", "station_cd", "station_g_cd", "station_name", "lon", "lat"]}}}, "required": ["station"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"station" : [{"pref_cd" : 4, "line_cd" : 11221, "line_name" : "\u5965\u306e\u7d30\u9053\u6e6f\u3051\u3080\u308a\u30e9\u30a4\u30f3", "station_cd" : 1122104, "station_g_cd" : 1122104, "station_name" : "\u53e4\u5ddd", "lon" : 140.967876, "lat" : 38.571192}]} | json_instruct | {"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_cd": {"type": "integer"}, "station_name": {"type": "string"}, "lon": {"type": "number"}, "lat": {"type": "number"}}, "required": ["pref_cd", "line_cd", "line_name", "station_cd", "station_g_cd", "station_name", "lon", "lat"]}}}, "required": ["station"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"jssor.slider.min.js": {"type": "string"}}, "required": ["jssor.slider.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"jssor.slider.min.js" : "sha256-GnXGNsO0rTMLLQsbQY25dxvh0lUN+W6QAYcpr9WxPdE="} | json_instruct | {"type": "object", "properties": {"jssor.slider.min.js": {"type": "string"}}, "required": ["jssor.slider.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "games": {"type": "object", "properties": {"nh": {"type": "object", "properties": {"sellPrice": {"type": "object", "properties": {"currency": {"type": "string"}, "value": {"type": "integer"}}, "required": ["currency", "value"]}, "buyPrices": {"type": "array", "items": {"type": "object", "properties": {"currency": {"type": "string"}, "value": {"type": "integer"}}, "required": ["currency", "value"]}}}, "required": ["sellPrice", "buyPrices"]}}, "required": ["nh"]}, "category": {"type": "string"}}, "required": ["id", "name", "games", "category"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "cute-wardrobe", "name" : "Cute Wardrobe", "games" : {"nh" : {"sellPrice" : {"currency" : "bells", "value" : 1825}, "buyPrices" : [{"currency" : "bells", "value" : 7300}]}}, "category" : "Furniture"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "games": {"type": "object", "properties": {"nh": {"type": "object", "properties": {"sellPrice": {"type": "object", "properties": {"currency": {"type": "string"}, "value": {"type": "integer"}}, "required": ["currency", "value"]}, "buyPrices": {"type": "array", "items": {"type": "object", "properties": {"currency": {"type": "string"}, "value": {"type": "integer"}}, "required": ["currency", "value"]}}}, "required": ["sellPrice", "buyPrices"]}}, "required": ["nh"]}, "category": {"type": "string"}}, "required": ["id", "name", "games", "category"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source_url": {"type": "string"}, "licence": {"type": "string"}, "language": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "text": {"type": "string"}}, "required": ["authors", "doi", "publication_date", "id", "url", "source", "source_url", "licence", "language", "type", "description", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"authors" : [{"author" : "Intza"}, {"author" : "Odriozola"}, {"author" : "Gartzia"}], "doi" : "", "publication_date" : "2008-10-03", "id" : "EU100079", "url" : "http://www.oeegunea.eus/biltzarrak/komunikazioak/2008-10-03/18-osasun-jardunaldiak/223", "source" : "Osasungoa Euskalduntzeko Erakundea", "source_url" : "http://www.oeegunea.eus/", "licence" : "CC-BY-NC", "language" : "eu", "type" : "journal", "description" : "", "text" : "Jarraian 55 urteko emakume baten kasua azalduko dugu: IgA motako glomerulonefritis mesangial baten ondorioz giltzurrun gutxiegitasun kronikoa zuen eta zortzi urte lehenago giltzurrun transplante bat egin zitzaion. Transplantearen aurretik Zitomegalobirus eta EBBren aurkako IgG antigenoak zituen. Zortzi urte geroago tratamendua Ziklosporinak, mikofenolato mofetiloak eta prednisonak osatzen zuten. 3-4 asteko zorabioarekin eta sasi-gripe sindromearekin etorri zen. Sulpiriderekin hobetzen ez zela ikusita, burmuin eskanerra, analitika eta ziztada lunbarra egin zitzaizkion, inolako alteraziorik ikusi gabe. Beraz, bertigo paroxistiko arina zuela uste izan zen. Hurrengo egunetan, ostera, geldotzen hasi zen eta ezegonkortasuna eta begi-haluzinazioak aurkeztu zituen. Meningoenzefalitis-a izan zitekeelakoan, zeftriaxona, anpizilina eta ganziklobirrarekin tratamendua hasi zen. Hamahiru egunean ospitalean egon ondoren konbultsio krisia izan zuen. Erresonantzia egin eta erreboila, protuberantzia, mesentzefalo eta gorputz kallosoan lesioak zeudela ikusi zen. Ziztada lunbarra errepikatu, likido zefalorrakideoan PCR (polymerase chain reaction) egin eta EBBren DNA hazi zen. Beraz, EBBk eragindako entzefalitisa zuen gaixoak. Ganziklobirrarekin jarraitu eta azkenik emakumea osatu egin zen."} | json_instruct | {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string"}}, "required": ["author"]}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source_url": {"type": "string"}, "licence": {"type": "string"}, "language": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "text": {"type": "string"}}, "required": ["authors", "doi", "publication_date", "id", "url", "source", "source_url", "licence", "language", "type", "description", "text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"$schema": {"type": "string"}, "$id": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "$comments": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"value": {"type": "object", "properties": {"description": {"type": "string"}, "$ref": {"type": "string"}}, "required": ["description", "$ref"]}}, "required": ["value"]}, "required": {"type": "array", "items": {"type": "string"}}}, "required": ["$schema", "$id", "title", "description", "$comments", "type", "properties", "required"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"$schema" : "http://json-schema.org/draft-07/schema#", "$id" : "https://specifications.openehr.org/releases/ITS-JSON/latest/components/BASE/Release-1.2.0/Foundation_types/Iso8601_timezone.json", "title" : "Iso8601_timezone", "description" : "ISO8601 timezone string, in format:\n\n* `Z | \u00b1hh[mm]`\n\nwhere:\n\n* `hh` is \"00\" - \"23\" (0-filled to two digits)\n* `mm` is \"00\" - \"59\" (0-filled to two digits)\n* `Z` is a literal meaning UTC (modern replacement for GMT), i.e. timezone `+0000`\n", "$comments" : "Defined in Foundation_types IM, inherits from Iso8601_type", "type" : "object", "properties" : {"value" : {"description" : "Representation of all descendants is a single String.", "$ref" : "all.json#/definitions/String"}}, "required" : ["value"]} | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "$id": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "$comments": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"value": {"type": "object", "properties": {"description": {"type": "string"}, "$ref": {"type": "string"}}, "required": ["description", "$ref"]}}, "required": ["value"]}, "required": {"type": "array", "items": {"type": "string"}}}, "required": ["$schema", "$id", "title", "description", "$comments", "type", "properties", "required"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "devDependencies": {"type": "object", "properties": {"glob": {"type": "string"}}, "required": ["glob"]}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "preferGlobal": {"type": "boolean"}, "files": {"type": "array", "items": {"type": "string"}}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}}, "required": ["name", "description", "version", "author", "bugs", "devDependencies", "homepage", "keywords", "license", "repository", "preferGlobal", "files", "engines"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "raml2html-default-theme", "description" : "The default theme for raml2html", "version" : "2.1.0", "author" : {"name" : "Kevin Renskers", "email" : "kevin@mixedcase.nl"}, "bugs" : {"url" : "https://github.com/raml2html/default-theme/issues"}, "devDependencies" : {"glob" : "7.1.x"}, "homepage" : "https://github.com/raml2html/default-theme", "keywords" : ["RAML", "raml2html-theme"], "license" : "MIT", "repository" : {"type" : "git", "url" : "git://github.com/raml2html/default-theme.git"}, "preferGlobal" : true, "files" : ["index.nunjucks", "resource.nunjucks", "item.nunjucks", "examples.nunjucks"], "engines" : {"node" : ">=4"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "devDependencies": {"type": "object", "properties": {"glob": {"type": "string"}}, "required": ["glob"]}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "preferGlobal": {"type": "boolean"}, "files": {"type": "array", "items": {"type": "string"}}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}}, "required": ["name", "description", "version", "author", "bugs", "devDependencies", "homepage", "keywords", "license", "repository", "preferGlobal", "files", "engines"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"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" : "ALYSEAH", "frequency" : 0, "gender" : "male"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"private": {"type": "boolean"}, "sideEffects": {"type": "boolean"}, "main": {"type": "string"}, "module": {"type": "string"}, "types": {"type": "string"}}, "required": ["private", "sideEffects", "main", "module", "types"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"private" : true, "sideEffects" : false, "main" : "./Error.js", "module" : "./Error.esm.js", "types" : "./Error.d.ts"} | json_instruct | {"type": "object", "properties": {"private": {"type": "boolean"}, "sideEffects": {"type": "boolean"}, "main": {"type": "string"}, "module": {"type": "string"}, "types": {"type": "string"}}, "required": ["private", "sideEffects", "main", "module", "types"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "duodenary", "definition" : "Containing twelve; twelvefold; increasing by twelves; duodecimal."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"t_start": {"type": "number"}, "t_end": {"type": "number"}, "text": {"type": "string"}}, "required": ["t_start", "t_end", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"t_start" : 0.0, "t_end" : 6.0, "text" : "So, jetzt hast du gesehen, wie das funktioniert"}, {"t_start" : 6.1, "t_end" : 10.1, "text" : "Es geht um den kleinsten Teil des Musters, bei dem das Muster sich wiederholt."}, {"t_start" : 10.1, "t_end" : 13.1, "text" : "Jetzt bist du dran!"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"t_start": {"type": "number"}, "t_end": {"type": "number"}, "text": {"type": "string"}}, "required": ["t_start", "t_end", "text"]}, "$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": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"namaKab" : "YALIMO", "originalFilename" : "ONIUS ENDAMA.JPG", "namaPartai" : "Partai Golongan Karya", "id" : 271184, "noUrut" : 1, "nama" : "ONIUS ENDAMA", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "YALIMO", "originalFilename" : "JISKA YULAHAP.JPG", "namaPartai" : "Partai Golongan Karya", "id" : 279153, "noUrut" : 2, "nama" : "JISKA YULAHAP, SP", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "YALIMO", "originalFilename" : "STIEL ENDAMA.JPG", "namaPartai" : "Partai Golongan Karya", "id" : 279420, "noUrut" : 3, "nama" : "SETIEL ENDAMA", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "YALIMO", "originalFilename" : "MARTHA GOMBO.JPG", "namaPartai" : "Partai Golongan Karya", "id" : 279575, "noUrut" : 4, "nama" : "MARTHA GOMBO", "stringJenisKelamin" : "Perempuan"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "originalFilename", "namaPartai", "id", "noUrut", "nama", "stringJenisKelamin"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
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" : "incend", "definition" : "To inflame; to excite. [Obs.] Marston."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"bodymovin.js": {"type": "string"}, "bodymovin_light.js": {"type": "string"}}, "required": ["bodymovin.js", "bodymovin_light.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"bodymovin.js" : "sha512-jFgyfPsQvSSvCjQk8C5FWnTK/o2NV2hHGjXqeftU/1llGReI4pqP3pnEvQ9epEfs/3dj3xW0GttLybv0OWr8ww==", "bodymovin_light.js" : "sha512-DfyKtCeFjQ8b2IZgyUKlfVXs/Bm2dmLeCekIbF2KCHoPBOc+sVH5tNziMTFZ52+GPsi4maLYImyT+6osr0oOyg=="} | json_instruct | {"type": "object", "properties": {"bodymovin.js": {"type": "string"}, "bodymovin_light.js": {"type": "string"}}, "required": ["bodymovin.js", "bodymovin_light.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"cSpell.words" : ["Spyder"]} | json_instruct | {"type": "object", "properties": {"cSpell.words": {"type": "array", "items": {"type": "string"}}}, "required": ["cSpell.words"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "San Jose, Quezon, Bukidnon, Northern Mindanao (Region X), PH", "locale" : "ph.northern-mindanao-region-x.bukidnon.quezon.san-jose", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "14", "region_reference" : "10", "region_name" : "Northern Mindanao (Region X)", "province_id" : "16", "province_reference" : "16", "province_name" : "Bukidnon", "city_id" : "1523", "city_reference" : "275", "city_name" : "Quezon", "barangay_id" : "30729", "barangay_reference" : "6262", "barangay_name" : "San Jose"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[125.072601, 7.75838], [125.073097, 7.75766], [125.074387, 7.75585], [125.076591, 7.75295], [125.07814, 7.74957], [125.080078, 7.74655], [125.0812, 7.74475], [125.081718, 7.74104], [125.081108, 7.7383], [125.080223, 7.73537], [125.079147, 7.73267], [125.07756, 7.7311], [125.076286, 7.72941], [125.074944, 7.72811], [125.071793, 7.72766], [125.06881, 7.72802], [125.063232, 7.72888], [125.059578, 7.72905], [125.056534, 7.72916], [125.052597, 7.72863], [125.046356, 7.72749], [125.039917, 7.72586], [125.037064, 7.72488], [125.032387, 7.72363], [125.029373, 7.72344], [125.028664, 7.72262], [125.029114, 7.72439], [125.028732, 7.72479], [125.027802, 7.72582], [125.027496, 7.72723], [125.027802, 7.7281], [125.02861, 7.72978], [125.029068, 7.73086], [125.029373, 7.73213], [125.028374, 7.7334], [125.026657, 7.73372], [125.024727, 7.73353], [125.021683, 7.7337], [125.021027, 7.73372], [125.020477, 7.73485], [125.019943, 7.73777], [125.020523, 7.73902], [125.021004, 7.73996], [125.021873, 7.741], [125.022598, 7.7414], [125.023483, 7.74167], [125.024513, 7.7424], [125.025902, 7.74351], [125.026222, 7.74434], [125.026619, 7.74523], [125.027657, 7.7467], [125.028542, 7.74797], [125.02951, 7.74981], [125.029793, 7.75207], [125.072601, 7.75838]]]]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "readmeFilename": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"fmt": {"type": "string"}}, "required": ["fmt"]}, "dependencies": {"type": "object", "properties": {"redis": {"type": "string"}}, "required": ["redis"]}, "devDependencies": {"type": "object", "properties": {"dprettier": {"type": "string"}}, "required": ["dprettier"]}}, "required": ["name", "version", "description", "license", "homepage", "author", "repository", "readmeFilename", "main", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "dredis", "version" : "2.1.0", "description" : "Connect Redis and extend the client with convenient JSON functions", "license" : "MIT", "homepage" : "http://github.com/dnode/dredis", "author" : {"name" : "Sharaal", "email" : "developer@dragonprojects.de", "url" : "http://dragonprojects.de"}, "repository" : {"type" : "git", "url" : "https://github.com/dnode/dredis.git"}, "readmeFilename" : "README.md", "main" : "src/lib.js", "scripts" : {"fmt" : "dprettier"}, "dependencies" : {"redis" : "^2.4.1"}, "devDependencies" : {"dprettier" : "^1.1.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "readmeFilename": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"fmt": {"type": "string"}}, "required": ["fmt"]}, "dependencies": {"type": "object", "properties": {"redis": {"type": "string"}}, "required": ["redis"]}, "devDependencies": {"type": "object", "properties": {"dprettier": {"type": "string"}}, "required": ["dprettier"]}}, "required": ["name", "version", "description", "license", "homepage", "author", "repository", "readmeFilename", "main", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"users": {"type": "array", "items": {"type": "object", "properties": {"user": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "email": {"type": "string"}, "time_zone": {"type": "string"}, "native_currency": {"type": "string"}, "buy_level": {"type": "integer"}, "sell_level": {"type": "integer"}, "balance": {"type": "object", "properties": {"amount": {"type": "string"}, "currency": {"type": "string"}}, "required": ["amount", "currency"]}, "merchant": {"type": "object", "properties": {"company_name": {"type": "string"}, "logo": {"type": "null"}}, "required": ["company_name", "logo"]}, "buy_limit": {"type": "object", "properties": {"amount": {"type": "string"}, "currency": {"type": "string"}}, "required": ["amount", "currency"]}, "sell_limit": {"type": "object", "properties": {"amount": {"type": "string"}, "currency": {"type": "string"}}, "required": ["amount", "currency"]}}, "required": ["id", "name", "email", "time_zone", "native_currency", "buy_level", "sell_level", "balance", "merchant", "buy_limit", "sell_limit"]}}, "required": ["user"]}}}, "required": ["users"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"users" : [{"user" : {"id" : "527d2a1ffedcb8b73b000028", "name" : "First Last", "email" : "demo@demo.com", "time_zone" : "Pacific Time (US & Canada)", "native_currency" : "USD", "buy_level" : 2, "sell_level" : 2, "balance" : {"amount" : "7.10770000", "currency" : "BTC"}, "merchant" : {"company_name" : "XChange Demo", "logo" : null}, "buy_limit" : {"amount" : "79.20000000", "currency" : "BTC"}, "sell_limit" : {"amount" : "79.20000000", "currency" : "BTC"}}}]} | json_instruct | {"type": "object", "properties": {"users": {"type": "array", "items": {"type": "object", "properties": {"user": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "email": {"type": "string"}, "time_zone": {"type": "string"}, "native_currency": {"type": "string"}, "buy_level": {"type": "integer"}, "sell_level": {"type": "integer"}, "balance": {"type": "object", "properties": {"amount": {"type": "string"}, "currency": {"type": "string"}}, "required": ["amount", "currency"]}, "merchant": {"type": "object", "properties": {"company_name": {"type": "string"}, "logo": {"type": "null"}}, "required": ["company_name", "logo"]}, "buy_limit": {"type": "object", "properties": {"amount": {"type": "string"}, "currency": {"type": "string"}}, "required": ["amount", "currency"]}, "sell_limit": {"type": "object", "properties": {"amount": {"type": "string"}, "currency": {"type": "string"}}, "required": ["amount", "currency"]}}, "required": ["id", "name", "email", "time_zone", "native_currency", "buy_level", "sell_level", "balance", "merchant", "buy_limit", "sell_limit"]}}, "required": ["user"]}}}, "required": ["users"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"python.analysis.extraPaths": {"type": "array", "items": {"type": "string"}}}, "required": ["python.analysis.extraPaths"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"python.analysis.extraPaths" : ["./.serverless/requirements"]} | json_instruct | {"type": "object", "properties": {"python.analysis.extraPaths": {"type": "array", "items": {"type": "string"}}}, "required": ["python.analysis.extraPaths"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "asterion", "definition" : "The point on the side of the skull where the lambdoid, parieto- mastoid and occipito-mastoid sutures."} | 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": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"wmo": {"type": "string"}, "ghcn": {"type": "string"}}, "required": ["wmo", "ghcn"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "95775", "name" : {"en" : "Maitland Visitors Centre / Lorn"}, "country" : "AU", "region" : "NSW", "identifiers" : {"wmo" : "95775", "ghcn" : "ASN00061388"}, "location" : {"latitude" : -32.7428, "longitude" : 151.5683, "elevation" : 5}, "timezone" : "Australia/Sydney"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"wmo": {"type": "string"}, "ghcn": {"type": "string"}}, "required": ["wmo", "ghcn"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"bar": {"type": "string"}}, "required": ["bar"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"bar" : "b.json"} | json_instruct | {"type": "object", "properties": {"bar": {"type": "string"}}, "required": ["bar"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"27765": {"type": "string"}, "27785": {"type": "string"}}, "required": ["27765", "27785"]}, "timeto": {"type": "object", "properties": {"27765": {"type": "number"}, "27785": {"type": "number"}}, "required": ["27765", "27785"]}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 27766, "title" : ["[Faire of the North, Ice Floe]"], "description" : ["The footpath ends abruptly at the shore of a shallow lake, an immense, jagged ice floe covering most of its surface and seizing any ambient light in the area. Several large blocks of ice coated in frozen crystalline specks have been arranged to provide makeshift seating. Snow dusts the untrodden parts of the footpath with a sparkling, diamond-like sheen."], "paths" : ["Obvious paths: west"], "location" : "Icemule Trace", "wayto" : {"27765" : "west", "27785" : "go snowcat tent"}, "timeto" : {"27765" : 0.2, "27785" : 0.2}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"27765": {"type": "string"}, "27785": {"type": "string"}}, "required": ["27765", "27785"]}, "timeto": {"type": "object", "properties": {"27765": {"type": "number"}, "27785": {"type": "number"}}, "required": ["27765", "27785"]}}, "required": ["id", "title", "description", "paths", "location", "wayto", "timeto"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}, "w": {"type": "integer"}, "h": {"type": "integer"}, "i": {"type": "string"}}, "required": ["x", "y", "w", "h", "i"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"x" : 0, "y" : 8, "w" : 4, "h" : 8, "i" : "0"}, {"x" : 4, "y" : 8, "w" : 4, "h" : 8, "i" : "1"}, {"x" : 8, "y" : 8, "w" : 2, "h" : 8, "i" : "2"}, {"x" : 10, "y" : 8, "w" : 2, "h" : 8, "i" : "3"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}, "w": {"type": "integer"}, "h": {"type": "integer"}, "i": {"type": "string"}}, "required": ["x", "y", "w", "h", "i"]}, "$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"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"n_dim" : 34, "n_trials" : 340, "objective" : "markowitz_realized_on_cube", "white" : "bobyqa_default", "black" : "hyperopt_rand", "traceback" : ["passing", "passing"], "best_val" : [-0.09730459701046276, 8.147610410340192], "best_x" : [[0.66726492238813, 0.28121428475469523, 0.03215605463892526, 0.014011196236550177, 0.0, 0.004846454118582104, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0005075848535098581, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.29336878691906976, 0.04697385877613462, 0.5762104326041525, 0.10628036928906683, 0.9252077250397946, 0.4305522734873657, 0.18543789824396117, 0.555053900427108, 0.47531423724936034, 0.1243096654662638, 0.10259195148030534, 0.11594638814830772, 0.6776075648674073, 0.48452312569085376, 0.10616126638256955, 0.3292312368911551, 0.06151835958868422, 0.02658128738933762, 0.0905830169117052, 0.7729403887153993, 0.16234395329431572, 0.2664031689456735, 0.21124867088466825, 0.06796330400249395, 0.29330075249909593, 0.00933400665181161, 0.2756603551635516, 0.5049939178856012, 0.38690595904174035, 0.04346940759327794, 0.03846887892050577, 0.03230860281463055, 0.08705769022142765, 0.6216394944233022]], "feval_count" : [340, 340], "n_trials_instructed" : [340, 340], "passing" : [true, true], "completed" : true, "points" : 1.0, "winner" : "bobyqa_default", "loser" : "hyperopt_rand"} | json_instruct | {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "feval_count": {"type": "array", "items": {"type": "integer"}}, "n_trials_instructed": {"type": "array", "items": {"type": "integer"}}, "passing": {"type": "array", "items": {"type": "boolean"}}, "completed": {"type": "boolean"}, "points": {"type": "number"}, "winner": {"type": "string"}, "loser": {"type": "string"}}, "required": ["n_dim", "n_trials", "objective", "white", "black", "traceback", "best_val", "best_x", "feval_count", "n_trials_instructed", "passing", "completed", "points", "winner", "loser"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"time_fct_id": {"type": "integer"}, "time_fct": {"type": "string"}, "affiliate_fct_id": {"type": "integer"}, "affiliate_fct": {"type": "string"}, "affiliate_fct_occurrence": {"type": "integer"}, "affiliates": {"type": "array", "items": {"type": "object", "properties": {"affiliate_fct_id": {"type": "integer"}, "affiliate_fct": {"type": "string"}, "affiliate_fct_occurrence": {"type": "integer"}}, "required": ["affiliate_fct_id", "affiliate_fct", "affiliate_fct_occurrence"]}}}, "required": ["time_fct_id", "time_fct", "affiliate_fct_id", "affiliate_fct", "affiliate_fct_occurrence", "affiliates"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"time_fct_id" : 36, "time_fct" : "time_61305", "affiliate_fct_id" : 8726, "affiliate_fct" : "Biblioth\u00e8que Nationale (Paris)", "affiliate_fct_occurrence" : 51, "affiliates" : [{"affiliate_fct_id" : 8726, "affiliate_fct" : "Biblioth\u00e8que Nationale (Paris)", "affiliate_fct_occurrence" : 51}, {"affiliate_fct_id" : 346295, "affiliate_fct" : "Villard de Honnecourt", "affiliate_fct_occurrence" : 5}]} | json_instruct | {"type": "object", "properties": {"time_fct_id": {"type": "integer"}, "time_fct": {"type": "string"}, "affiliate_fct_id": {"type": "integer"}, "affiliate_fct": {"type": "string"}, "affiliate_fct_occurrence": {"type": "integer"}, "affiliates": {"type": "array", "items": {"type": "object", "properties": {"affiliate_fct_id": {"type": "integer"}, "affiliate_fct": {"type": "string"}, "affiliate_fct_occurrence": {"type": "integer"}}, "required": ["affiliate_fct_id", "affiliate_fct", "affiliate_fct_occurrence"]}}}, "required": ["time_fct_id", "time_fct", "affiliate_fct_id", "affiliate_fct", "affiliate_fct_occurrence", "affiliates"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id_5958": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "readers": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "string"}, "genres": {"type": "string"}}, "required": ["title", "language", "totaltime", "url_librivox", "url_iarchive", "readers", "authors", "genres"]}}, "required": ["id_5958"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id_5958" : {"title" : "Feast of St. Friend", "language" : "English", "totaltime" : "1:30:01", "url_librivox" : "http://librivox.org/the-feast-of-st-friend-by-arnold-bennett/", "url_iarchive" : "http://www.archive.org/details/feastofstfriend_rg_librivox", "readers" : ["2607"], "authors" : "263", "genres" : "*Non-fiction"}} | json_instruct | {"type": "object", "properties": {"id_5958": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "readers": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "string"}, "genres": {"type": "string"}}, "required": ["title", "language", "totaltime", "url_librivox", "url_iarchive", "readers", "authors", "genres"]}}, "required": ["id_5958"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"2021-01-10T00:00:00Z": {"type": "number"}, "2021-01-10T18:48:12Z-001880b": {"type": "number"}, "2021-01-11T10:47:10Z-f1fc308": {"type": "number"}, "2021-01-11T20:13:13Z-8fa4273": {"type": "number"}, "2021-01-11T20:13:59Z-9b85efa": {"type": "number"}, "2021-01-12T13:35:56Z-2dbd7cd": {"type": "number"}, "2021-01-12T19:14:32Z-4e1caf2": {"type": "number"}}, "required": ["2021-01-10T00:00:00Z", "2021-01-10T18:48:12Z-001880b", "2021-01-11T10:47:10Z-f1fc308", "2021-01-11T20:13:13Z-8fa4273", "2021-01-11T20:13:59Z-9b85efa", "2021-01-12T13:35:56Z-2dbd7cd", "2021-01-12T19:14:32Z-4e1caf2"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"2021-01-10T00:00:00Z" : 0.0845, "2021-01-10T18:48:12Z-001880b" : 0.0278, "2021-01-11T10:47:10Z-f1fc308" : 0.0558, "2021-01-11T20:13:13Z-8fa4273" : 0.0019, "2021-01-11T20:13:59Z-9b85efa" : 0.5603, "2021-01-12T13:35:56Z-2dbd7cd" : 0.0761, "2021-01-12T19:14:32Z-4e1caf2" : 0.1937} | json_instruct | {"type": "object", "properties": {"2021-01-10T00:00:00Z": {"type": "number"}, "2021-01-10T18:48:12Z-001880b": {"type": "number"}, "2021-01-11T10:47:10Z-f1fc308": {"type": "number"}, "2021-01-11T20:13:13Z-8fa4273": {"type": "number"}, "2021-01-11T20:13:59Z-9b85efa": {"type": "number"}, "2021-01-12T13:35:56Z-2dbd7cd": {"type": "number"}, "2021-01-12T19:14:32Z-4e1caf2": {"type": "number"}}, "required": ["2021-01-10T00:00:00Z", "2021-01-10T18:48:12Z-001880b", "2021-01-11T10:47:10Z-f1fc308", "2021-01-11T20:13:13Z-8fa4273", "2021-01-11T20:13:59Z-9b85efa", "2021-01-12T13:35:56Z-2dbd7cd", "2021-01-12T19:14:32Z-4e1caf2"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"expireTime" : 9007200895970175000, "key" : "/static/ca7b373bea1953378fab1d3febee2819/d263a/ia-league.png", "val" : "135f92911ae3c63241c1033b35d03054"} | json_instruct | {"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {}}, "mappings": {"type": "string"}, "sourceRoot": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourceRoot", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ast" : null, "code" : "import * as base64 from \"base64-js\";\nexport function encode(data) {\n return base64.fromByteArray(data);\n}\nexport function decode(data) {\n return Buffer.from(base64.toByteArray(data));\n}", "map" : {"version" : 3, "sources" : ["../../../../src/utils/bytes/base64.ts"], "names" : [], "mappings" : "AAAA,OAAO,KAAK,MAAZ,MAAwB,WAAxB;AAEA,OAAM,SAAU,MAAV,CAAiB,IAAjB,EAA6B;AACjC,SAAO,MAAM,CAAC,aAAP,CAAqB,IAArB,CAAP;AACD;AAED,OAAM,SAAU,MAAV,CAAiB,IAAjB,EAA6B;AACjC,SAAO,MAAM,CAAC,IAAP,CAAY,MAAM,CAAC,WAAP,CAAmB,IAAnB,CAAZ,CAAP;AACD", "sourceRoot" : "", "sourcesContent" : ["import * as base64 from \"base64-js\";\r\nexport function encode(data) {\r\n return base64.fromByteArray(data);\r\n}\r\nexport function decode(data) {\r\n return Buffer.from(base64.toByteArray(data));\r\n}\r\n//# sourceMappingURL=base64.js.map"]}, "metadata" : {}, "sourceType" : "module"} | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {}}, "mappings": {"type": "string"}, "sourceRoot": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourceRoot", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$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"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "5dd964210e3de38184affdc3e84e85b9bb6e415c"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_date": {"type": "string"}, "topics": {"type": "array", "items": {"type": "string"}}, "program": {"type": "array", "items": {"type": "string"}}, "projects": {"type": "null"}, "working_groups": {"type": "null"}, "abstract": {"type": "string"}, "acknowledgement": {"type": "string"}}, "required": ["id", "citation_title", "citation_author", "citation_publication_date", "issue_date", "revision_date", "topics", "program", "projects", "working_groups", "abstract", "acknowledgement"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 8909, "citation_title" : "On the Timeliness of Tax Reform", "citation_author" : ["James R. Hines Jr."], "citation_publication_date" : "2002-04-25", "issue_date" : "2002-04-25", "revision_date" : "None", "topics" : ["Public Economics", "Taxation"], "program" : ["Public Economics"], "projects" : null, "working_groups" : null, "abstract" : "\n\nThis paper analyzes efficient reactions of policy makers to unanticipated tax avoidance. The strategy of many governments is to reform their tax laws and regulations to reduce the effectiveness of elaborate tax avoidance techniques as soon as they are identified. This tax reform process can successfully prevent the widespread use of new tax avoidance strategies, and in that way prevents erosion of the tax base. But it also encourages the rapid development of new tax avoidance techniques by innovators whose competitors are thereby unable to copy their methods -- as a consequence of which, there can be a great premium on being the first to develop and use a new tax avoidance method. An activist reform agenda may therefore divert greater resources into tax avoidance activity, and lead to a faster rate of tax base erosion, than would a less reactive government strategy. Efficient government policy therefore often entails a slow and deliberate pace of tax reform in response to taxpayer innovation.\n\n", "acknowledgement" : "\n"} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_date": {"type": "string"}, "topics": {"type": "array", "items": {"type": "string"}}, "program": {"type": "array", "items": {"type": "string"}}, "projects": {"type": "null"}, "working_groups": {"type": "null"}, "abstract": {"type": "string"}, "acknowledgement": {"type": "string"}}, "required": ["id", "citation_title", "citation_author", "citation_publication_date", "issue_date", "revision_date", "topics", "program", "projects", "working_groups", "abstract", "acknowledgement"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"authors": {"type": "array", "items": {}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source_url": {"type": "string"}, "licence": {"type": "string"}, "language": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "text": {"type": "string"}}, "required": ["authors", "doi", "publication_date", "id", "url", "source", "source_url", "licence", "language", "type", "description", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"authors" : [], "doi" : "", "publication_date" : "2014-MM-DD", "id" : "IT103171", "url" : "https://scuole-specializzazione.miur.it/public/documenti/master_1_12.pdf", "source" : "Miur", "source_url" : "https://www.miur.gov.it", "licence" : "CC-BY", "language" : "it", "type" : "other", "description" : "General Medicine Questions and Answers for Medical Students", "text" : "Un paziente di razza caucasica di 70 anni \u00e8 portatore di 6 piccoli basaliomi al volto. Si decide di asportarli chirurgicamente e, prima di procedere a eseguire l'anestesia locale, il chirurgo disegna l'orientamento delle incisioni cutanee losangiformi, come nella figura."} | json_instruct | {"type": "object", "properties": {"authors": {"type": "array", "items": {}}, "doi": {"type": "string"}, "publication_date": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "source_url": {"type": "string"}, "licence": {"type": "string"}, "language": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "text": {"type": "string"}}, "required": ["authors", "doi", "publication_date", "id", "url", "source", "source_url", "licence", "language", "type", "description", "text"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"version": {"type": "string"}, "book": {"type": "string"}, "chapter": {"type": "integer"}, "verse": {"type": "integer"}, "word": {"type": "string"}}, "required": ["version", "book", "chapter", "verse", "word"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : "english_NIV", "book" : "Isaiah", "chapter" : 49, "verse" : 22, "word" : "This is what the Sovereign LORD says: \u201cSee, I will beckon to the nations, I will lift up my banner to the peoples; they will bring your sons in their arms and carry your daughters on their hips."} | json_instruct | {"type": "object", "properties": {"version": {"type": "string"}, "book": {"type": "string"}, "chapter": {"type": "integer"}, "verse": {"type": "integer"}, "word": {"type": "string"}}, "required": ["version", "book", "chapter", "verse", "word"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "xlit": {"type": "string"}}, "required": ["derivation", "pron", "outline", "kjv_def", "lemma", "frequency", "strongs_def", "xlit"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"derivation" : "a primitive root;", "pron" : "law-ag'", "outline" : "<ol><li> to mock, deride, ridicule<ol><li> (Qal) to mock, deride, have in derision</li><li> (Niphal) to stammer</li><li> (Hiphil) to mock, deride</li></ol></li></ol>", "kjv_def" : "have in derision, laugh (to scorn), mock (on), stammering.", "lemma" : "\u05dc\u05b8\u05e2\u05b7\u05d2", "frequency" : 19, "strongs_def" : "to deride; by implication (as if imitating a foreigner) to speak unintelligibly", "xlit" : "l\u00e2\u02bbag"} | json_instruct | {"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "xlit": {"type": "string"}}, "required": ["derivation", "pron", "outline", "kjv_def", "lemma", "frequency", "strongs_def", "xlit"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": "string"}, "isbn-13": {"type": "string"}, "pages": {"type": "string"}, "publication date": {"type": "string"}, "publisher": {"type": "string"}, "size": {"type": "string"}}, "required": ["authors", "format", "isbn-10", "isbn-13", "pages", "publication date", "publisher", "size"]}, "img": {"type": "string"}, "link": {"type": "string"}, "title": {"type": "string"}}, "required": ["categories", "desc", "details", "img", "link", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"categories" : ["Hacking", "Linux", "Manual", "Operating Systems", "Sysadmin", "Testing", "Web Development"], "desc" : "\n", "details" : {"authors" : "Gilberto Najera-Gutierrez", "format" : "pdf", "isbn-10" : "178439291X", "isbn-13" : "978-1784392918", "pages" : "296 pages", "publication date" : "February 29, 2016", "publisher" : "Packt Publishing - ebooks Account", "size" : "11.00Mb"}, "img" : "http://23.95.221.108/covers/b1/b11ae7843fa71814743d7ef74be3b79d.jpg", "link" : "https://rapidhosting.info/files/8uv", "title" : "Kali Linux Web Penetration Testing Cookbook"} | json_instruct | {"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": "string"}, "isbn-13": {"type": "string"}, "pages": {"type": "string"}, "publication date": {"type": "string"}, "publisher": {"type": "string"}, "size": {"type": "string"}}, "required": ["authors", "format", "isbn-10", "isbn-13", "pages", "publication date", "publisher", "size"]}, "img": {"type": "string"}, "link": {"type": "string"}, "title": {"type": "string"}}, "required": ["categories", "desc", "details", "img", "link", "title"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "regency_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "regency_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "3523090", "regency_id" : "3523", "name" : "PLUMPANG"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "regency_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "regency_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"CacheContainer": {"type": "object", "properties": {"CacheType": {"type": "string"}, "CachedOn": {"type": "string"}, "ExpiresOn": {"type": "string"}, "Version": {"type": "string"}}, "required": ["CacheType", "CachedOn", "ExpiresOn", "Version"]}, "Items": {"type": "array", "items": {"type": "object", "properties": {"1": {"type": "object", "properties": {"awayTeam": {"type": "string"}, "caption": {"type": "string"}, "date": {"type": "string"}, "description": {"type": "string"}, "homeTeam": {"type": "string"}, "inspected:Arena": {"type": "string"}, "inspected:Attendance": {"type": "string"}, "inspected:City": {"type": "string"}, "inspected:Date": {"type": "string"}, "inspected:MVP": {"type": "string"}}, "required": ["awayTeam", "caption", "date", "description", "homeTeam", "inspected:Arena", "inspected:Attendance", "inspected:City", "inspected:Date", "inspected:MVP"]}, "2": {"type": "object", "properties": {}, "required": []}}, "required": ["1", "2"]}}}, "required": ["CacheContainer", "Items"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"CacheContainer" : {"CacheType" : "WIKIPEDIANHL1969ALLSTARSUPPLEMENT", "CachedOn" : "2021-12-14T15:33:06", "ExpiresOn" : "2022-12-14T15:33:06", "Version" : "0"}, "Items" : [{"1" : {"awayTeam" : "East", "caption" : "23rd NHL All-Star Game", "date" : "1970-01-20", "description" : "The 23rd National Hockey League All-Star Game was held in the St. Louis Arena in St. Louis, home of the St. Louis Blues, on January 20, 1970. It was the first time the All-Star Game was held at the St. Louis Arena. The East Division All-Stars defeated the West Division All-Stars 4\u20131. Bobby Hull was named the game's most valuable player.", "homeTeam" : "West", "inspected:Arena" : "St. Louis Arena", "inspected:Attendance" : "16,587", "inspected:City" : "St. Louis", "inspected:Date" : "January 20, 1970", "inspected:MVP" : "Bobby Hull (Chicago)"}, "2" : {}}]} | json_instruct | {"type": "object", "properties": {"CacheContainer": {"type": "object", "properties": {"CacheType": {"type": "string"}, "CachedOn": {"type": "string"}, "ExpiresOn": {"type": "string"}, "Version": {"type": "string"}}, "required": ["CacheType", "CachedOn", "ExpiresOn", "Version"]}, "Items": {"type": "array", "items": {"type": "object", "properties": {"1": {"type": "object", "properties": {"awayTeam": {"type": "string"}, "caption": {"type": "string"}, "date": {"type": "string"}, "description": {"type": "string"}, "homeTeam": {"type": "string"}, "inspected:Arena": {"type": "string"}, "inspected:Attendance": {"type": "string"}, "inspected:City": {"type": "string"}, "inspected:Date": {"type": "string"}, "inspected:MVP": {"type": "string"}}, "required": ["awayTeam", "caption", "date", "description", "homeTeam", "inspected:Arena", "inspected:Attendance", "inspected:City", "inspected:Date", "inspected:MVP"]}, "2": {"type": "object", "properties": {}, "required": []}}, "required": ["1", "2"]}}}, "required": ["CacheContainer", "Items"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"versions": {"type": "array", "items": {"type": "object", "properties": {"git-tree": {"type": "string"}, "version-string": {"type": "string"}, "port-version": {"type": "integer"}}, "required": ["git-tree", "version-string", "port-version"]}}}, "required": ["versions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"versions" : [{"git-tree" : "17aa69195415335b2b7ef28ebf3dda04d9fa99a0", "version-string" : "2.2.1", "port-version" : 2}, {"git-tree" : "c8862c936b4626046e8ad176e6c4ccb98a7fe9d2", "version-string" : "2.2.1-1", "port-version" : 0}, {"git-tree" : "22df5f4512083bb8362c953414a9eeddffdd2b0d", "version-string" : "2.2.1", "port-version" : 0}, {"git-tree" : "eb5a52b4968cd12985dbf878cb1c54ad43bc41d5", "version-string" : "2.2.0", "port-version" : 0}]} | json_instruct | {"type": "object", "properties": {"versions": {"type": "array", "items": {"type": "object", "properties": {"git-tree": {"type": "string"}, "version-string": {"type": "string"}, "port-version": {"type": "integer"}}, "required": ["git-tree", "version-string", "port-version"]}}}, "required": ["versions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"appid": {"type": "string"}, "common": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "gameid": {"type": "string"}}, "required": ["name", "type", "gameid"]}, "extended": {"type": "object", "properties": {"developer": {"type": "string"}, "gamedir": {"type": "string"}, "homepage": {"type": "string"}, "icon": {"type": "string"}, "loadallbeforelaunch": {"type": "string"}, "noservers": {"type": "string"}, "order": {"type": "string"}, "primarycache": {"type": "string"}, "serverbrowsername": {"type": "string"}, "state": {"type": "string"}}, "required": ["developer", "gamedir", "homepage", "icon", "loadallbeforelaunch", "noservers", "order", "primarycache", "serverbrowsername", "state"]}, "config": {"type": "object", "properties": {"contenttype": {"type": "string"}, "installdir": {"type": "string"}, "launch": {"type": "object", "properties": {"0": {"type": "object", "properties": {"executable": {"type": "string"}}, "required": ["executable"]}}, "required": ["0"]}}, "required": ["contenttype", "installdir", "launch"]}, "depots": {"type": "object", "properties": {"44702": {"type": "object", "properties": {"name": {"type": "string"}, "systemdefined": {"type": "string"}}, "required": ["name", "systemdefined"]}, "44701": {"type": "object", "properties": {"name": {"type": "string"}, "systemdefined": {"type": "string"}}, "required": ["name", "systemdefined"]}, "overridescddb": {"type": "string"}}, "required": ["44702", "44701", "overridescddb"]}, "_missing_token": {"type": "boolean"}, "_change_number": {"type": "integer"}, "_sha": {"type": "string"}, "_size": {"type": "integer"}}, "required": ["appid", "common", "extended", "config", "depots", "_missing_token", "_change_number", "_sha", "_size"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"appid" : "44720", "common" : {"name" : "RACE 07 Dedicated Server Beta", "type" : "Tool", "gameid" : "44720"}, "extended" : {"developer" : "SimBin", "gamedir" : "RACE07DSBeta", "homepage" : "http://www.simbin.se", "icon" : "", "loadallbeforelaunch" : "1", "noservers" : "1", "order" : "1", "primarycache" : "44701", "serverbrowsername" : "", "state" : "eStateTool"}, "config" : {"contenttype" : "2", "installdir" : "RACE07DSBeta", "launch" : {"0" : {"executable" : "RaceDedicatedServer_Steam.exe"}}}, "depots" : {"44702" : {"name" : "Race 07 Textures Beta", "systemdefined" : "1"}, "44701" : {"name" : "Race 07 Beta Files", "systemdefined" : "1"}, "overridescddb" : "1"}, "_missing_token" : false, "_change_number" : 11703200, "_sha" : "cfdceef7779cfeea62ca9649c0ed3096e5e41fe7", "_size" : 731} | json_instruct | {"type": "object", "properties": {"appid": {"type": "string"}, "common": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "gameid": {"type": "string"}}, "required": ["name", "type", "gameid"]}, "extended": {"type": "object", "properties": {"developer": {"type": "string"}, "gamedir": {"type": "string"}, "homepage": {"type": "string"}, "icon": {"type": "string"}, "loadallbeforelaunch": {"type": "string"}, "noservers": {"type": "string"}, "order": {"type": "string"}, "primarycache": {"type": "string"}, "serverbrowsername": {"type": "string"}, "state": {"type": "string"}}, "required": ["developer", "gamedir", "homepage", "icon", "loadallbeforelaunch", "noservers", "order", "primarycache", "serverbrowsername", "state"]}, "config": {"type": "object", "properties": {"contenttype": {"type": "string"}, "installdir": {"type": "string"}, "launch": {"type": "object", "properties": {"0": {"type": "object", "properties": {"executable": {"type": "string"}}, "required": ["executable"]}}, "required": ["0"]}}, "required": ["contenttype", "installdir", "launch"]}, "depots": {"type": "object", "properties": {"44702": {"type": "object", "properties": {"name": {"type": "string"}, "systemdefined": {"type": "string"}}, "required": ["name", "systemdefined"]}, "44701": {"type": "object", "properties": {"name": {"type": "string"}, "systemdefined": {"type": "string"}}, "required": ["name", "systemdefined"]}, "overridescddb": {"type": "string"}}, "required": ["44702", "44701", "overridescddb"]}, "_missing_token": {"type": "boolean"}, "_change_number": {"type": "integer"}, "_sha": {"type": "string"}, "_size": {"type": "integer"}}, "required": ["appid", "common", "extended", "config", "depots", "_missing_token", "_change_number", "_sha", "_size"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"cone_density": {"type": "string"}, "characteristics": {"type": "string"}, "farnesene_oil": {"type": "string"}, "do_you_sell_this_hop": {"type": "string"}, "total_oil_composition": {"type": "string"}, "caryophyllene_oil": {"type": "string"}, "beta_acid_composition": {"type": "string"}, "susceptible_to": {"type": "string"}, "yield_amount": {"type": "string"}, "alpha_acid_composition": {"type": "string"}, "ease_of_harvest": {"type": "string"}, "seasonal_maturity": {"type": "string"}, "storability": {"type": "string"}, "source": {"type": "string"}, "co_humulone_composition": {"type": "string"}, "style_guide": {"type": "string"}, "growth_rate": {"type": "string"}, "substitutes": {"type": "string"}, "cone_size": {"type": "string"}, "component": {"type": "string"}, "percent_alpha_acids": {"type": "number"}, "myrcene_oil_composition": {"type": "string"}, "resistant_to": {"type": "string"}, "also_known_as": {"type": "string"}, "name": {"type": "string"}, "country": {"type": "string"}, "source_id": {"type": "string"}, "humulene_oil_composition": {"type": "string"}, "purpose": {"type": "string"}}, "required": ["cone_density", "characteristics", "farnesene_oil", "do_you_sell_this_hop", "total_oil_composition", "caryophyllene_oil", "beta_acid_composition", "susceptible_to", "yield_amount", "alpha_acid_composition", "ease_of_harvest", "seasonal_maturity", "storability", "source", "co_humulone_composition", "style_guide", "growth_rate", "substitutes", "cone_size", "component", "percent_alpha_acids", "myrcene_oil_composition", "resistant_to", "also_known_as", "name", "country", "source_id", "humulene_oil_composition", "purpose"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"cone_density" : "Compact", "characteristics" : "", "farnesene_oil" : "0%-1%", "do_you_sell_this_hop" : "", "total_oil_composition" : "1.6-2.6 mL/100g", "caryophyllene_oil" : "0%-1%", "beta_acid_composition" : "5%-5.5%", "susceptible_to" : "Susceptible to downy mildew", "yield_amount" : "1350-1800 kg/hectare (1200-1610 lbs/acre)", "alpha_acid_composition" : "8%-12.5%", "ease_of_harvest" : "Difficult", "seasonal_maturity" : "Late", "storability" : "Retains 45%-55% alpha acid after 6 months storage at 20\u00baC (68\u00baF)", "source" : "http://www.hopslist.com/hops/dual-purpose-hops/target/", "co_humulone_composition" : "29%-35%", "style_guide" : "Bitter, Pale Ale, Kentish Bitter, India Pale Ale, Brown Ale, American Lager", "growth_rate" : "High", "substitutes" : "Fuggle, Willamette", "cone_size" : "Small to medium", "component" : "dual-purpose-hops", "percent_alpha_acids" : 0.08, "myrcene_oil_composition" : "17%-22%", "resistant_to" : "Resistant to powdery mildew, verticillium wilt", "also_known_as" : "Wye Target", "name" : "Target", "country" : "UK", "source_id" : "target", "humulene_oil_composition" : "8%-10%", "purpose" : "Bittering & Aroma"} | json_instruct | {"type": "object", "properties": {"cone_density": {"type": "string"}, "characteristics": {"type": "string"}, "farnesene_oil": {"type": "string"}, "do_you_sell_this_hop": {"type": "string"}, "total_oil_composition": {"type": "string"}, "caryophyllene_oil": {"type": "string"}, "beta_acid_composition": {"type": "string"}, "susceptible_to": {"type": "string"}, "yield_amount": {"type": "string"}, "alpha_acid_composition": {"type": "string"}, "ease_of_harvest": {"type": "string"}, "seasonal_maturity": {"type": "string"}, "storability": {"type": "string"}, "source": {"type": "string"}, "co_humulone_composition": {"type": "string"}, "style_guide": {"type": "string"}, "growth_rate": {"type": "string"}, "substitutes": {"type": "string"}, "cone_size": {"type": "string"}, "component": {"type": "string"}, "percent_alpha_acids": {"type": "number"}, "myrcene_oil_composition": {"type": "string"}, "resistant_to": {"type": "string"}, "also_known_as": {"type": "string"}, "name": {"type": "string"}, "country": {"type": "string"}, "source_id": {"type": "string"}, "humulene_oil_composition": {"type": "string"}, "purpose": {"type": "string"}}, "required": ["cone_density", "characteristics", "farnesene_oil", "do_you_sell_this_hop", "total_oil_composition", "caryophyllene_oil", "beta_acid_composition", "susceptible_to", "yield_amount", "alpha_acid_composition", "ease_of_harvest", "seasonal_maturity", "storability", "source", "co_humulone_composition", "style_guide", "growth_rate", "substitutes", "cone_size", "component", "percent_alpha_acids", "myrcene_oil_composition", "resistant_to", "also_known_as", "name", "country", "source_id", "humulene_oil_composition", "purpose"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "site:build": {"type": "string"}, "storybook": {"type": "string"}, "storybook:build": {"type": "string"}}, "required": ["start", "site:build", "storybook", "storybook:build"]}, "dependencies": {"type": "object", "properties": {"lit-element": {"type": "string"}, "lit-html": {"type": "string"}}, "required": ["lit-element", "lit-html"]}, "devDependencies": {"type": "object", "properties": {"owc-dev-server": {"type": "string"}, "@open-wc/demoing-storybook": {"type": "string"}}, "required": ["owc-dev-server", "@open-wc/demoing-storybook"]}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "description", "author", "homepage", "license", "repository", "scripts", "dependencies", "devDependencies", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "dile-smooth-scroll", "version" : "1.1.1", "description" : "Webcomponent dile-smooth-scroll smooth scroll component", "author" : "dile-scroll", "homepage" : "https://github.com/Polydile/dile-smooth-scroll.git", "license" : "MIT", "repository" : "https://github.com/Polydile/dile-smooth-scroll.git", "scripts" : {"start" : "owc-dev-server --app-index demo/index.html --open --watch", "site:build" : "npm run storybook:build", "storybook" : "start-storybook -p 9001", "storybook:build" : "build-storybook -o _site -s storybook-static"}, "dependencies" : {"lit-element" : "^2.0.1", "lit-html" : "^1.0.0"}, "devDependencies" : {"owc-dev-server" : "^1.0.0", "@open-wc/demoing-storybook" : "^0.2.0"}, "keywords" : ["Web Component", "Scoll", "Lit-Element", "Javascript", "Scroll API"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "site:build": {"type": "string"}, "storybook": {"type": "string"}, "storybook:build": {"type": "string"}}, "required": ["start", "site:build", "storybook", "storybook:build"]}, "dependencies": {"type": "object", "properties": {"lit-element": {"type": "string"}, "lit-html": {"type": "string"}}, "required": ["lit-element", "lit-html"]}, "devDependencies": {"type": "object", "properties": {"owc-dev-server": {"type": "string"}, "@open-wc/demoing-storybook": {"type": "string"}}, "required": ["owc-dev-server", "@open-wc/demoing-storybook"]}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "description", "author", "homepage", "license", "repository", "scripts", "dependencies", "devDependencies", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "2004", "provinceId" : "73", "regencyId" : "17", "districtId" : "22", "name" : "Uraso"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"molecules": {"type": "array", "items": {"type": "object", "properties": {"amount": {"type": "integer"}, "formula": {"type": "string"}}, "required": ["amount", "formula"]}}, "replace": {"type": "boolean"}}, "required": ["molecules", "replace"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"molecules" : [{"amount" : 9, "formula" : "h2o1"}], "replace" : false} | json_instruct | {"type": "object", "properties": {"molecules": {"type": "array", "items": {"type": "object", "properties": {"amount": {"type": "integer"}, "formula": {"type": "string"}}, "required": ["amount", "formula"]}}, "replace": {"type": "boolean"}}, "required": ["molecules", "replace"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"signing": {"type": "object", "properties": {"default": {"type": "object", "properties": {"expiry": {"type": "string"}}, "required": ["expiry"]}, "profiles": {"type": "object", "properties": {"ca_profile": {"type": "object", "properties": {"usages": {"type": "array", "items": {"type": "string"}}, "ca_constraint": {"type": "object", "properties": {"is_ca": {"type": "boolean"}}, "required": ["is_ca"]}, "expiry": {"type": "string"}}, "required": ["usages", "ca_constraint", "expiry"]}, "server_profile": {"type": "object", "properties": {"expiry": {"type": "string"}, "usages": {"type": "array", "items": {"type": "string"}}}, "required": ["expiry", "usages"]}, "client_profile": {"type": "object", "properties": {"expiry": {"type": "string"}, "usages": {"type": "array", "items": {"type": "string"}}}, "required": ["expiry", "usages"]}}, "required": ["ca_profile", "server_profile", "client_profile"]}}, "required": ["default", "profiles"]}}, "required": ["signing"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"signing" : {"default" : {"expiry" : "8760h"}, "profiles" : {"ca_profile" : {"usages" : ["signing", "key encipherment", "cert sign", "crl sign"], "ca_constraint" : {"is_ca" : true}, "expiry" : "8760h"}, "server_profile" : {"expiry" : "8760h", "usages" : ["signing", "key encipherment", "server auth"]}, "client_profile" : {"expiry" : "8760h", "usages" : ["signing", "key encipherment", "client auth"]}}}} | json_instruct | {"type": "object", "properties": {"signing": {"type": "object", "properties": {"default": {"type": "object", "properties": {"expiry": {"type": "string"}}, "required": ["expiry"]}, "profiles": {"type": "object", "properties": {"ca_profile": {"type": "object", "properties": {"usages": {"type": "array", "items": {"type": "string"}}, "ca_constraint": {"type": "object", "properties": {"is_ca": {"type": "boolean"}}, "required": ["is_ca"]}, "expiry": {"type": "string"}}, "required": ["usages", "ca_constraint", "expiry"]}, "server_profile": {"type": "object", "properties": {"expiry": {"type": "string"}, "usages": {"type": "array", "items": {"type": "string"}}}, "required": ["expiry", "usages"]}, "client_profile": {"type": "object", "properties": {"expiry": {"type": "string"}, "usages": {"type": "array", "items": {"type": "string"}}}, "required": ["expiry", "usages"]}}, "required": ["ca_profile", "server_profile", "client_profile"]}}, "required": ["default", "profiles"]}}, "required": ["signing"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"match": {"type": "object", "properties": {"*.md": {"type": "object", "properties": {"convert-equal-to-strict-equal": {"type": "string"}}, "required": ["convert-equal-to-strict-equal"]}}, "required": ["*.md"]}}, "required": ["match"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"match" : {"*.md" : {"convert-equal-to-strict-equal" : "off"}}} | json_instruct | {"type": "object", "properties": {"match": {"type": "object", "properties": {"*.md": {"type": "object", "properties": {"convert-equal-to-strict-equal": {"type": "string"}}, "required": ["convert-equal-to-strict-equal"]}}, "required": ["*.md"]}}, "required": ["match"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["homebridge-huesensors", "huejay-cli"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"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" : [[[148.875, 44.333333333333336], [148.875, 44.416666666666664], [149.0, 44.416666666666664], [149.0, 44.333333333333336], [148.875, 44.333333333333336]]]}, "properties" : {"code" : 664847, "url" : "http://madefor.github.io/0410/api/v1/664847.geojson", "view" : "https://github.com/madefor/0410/blob/gh-pages/api/v1/664847.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#"} |
Following the schema specification below, generate a valid JSON instance:
{"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" : "Epinay-sur-Seine", "circ" : "1\u00e8re circonscription", "dpt" : "Seine-Saint-Denis", "inscrits" : 25684, "abs" : 17387, "votants" : 8297, "blancs" : 117, "nuls" : 77, "exp" : 8103, "res" : [{"nuance" : "REM", "nom" : "M. S\u00e9bastien M\u00c9NARD", "voix" : 2699}, {"nuance" : "LR", "nom" : "Mme Marina VENTURINI", "voix" : 1494}, {"nuance" : "FI", "nom" : "M. \u00c9ric COQUEREL", "voix" : 1384}, {"nuance" : "SOC", "nom" : "M. Yannick TRIGANCE", "voix" : 834}, {"nuance" : "FN", "nom" : "M. G\u00e9rard LEVENTAL", "voix" : 605}, {"nuance" : "COM", "nom" : "M. Fr\u00e9d\u00e9ric DURAND", "voix" : 261}, {"nuance" : "ECO", "nom" : "Mme Dina DEFFAIRI-SAISSAC", "voix" : 173}, {"nuance" : "DIV", "nom" : "M. St\u00e9phane LOBB\u00c9", "voix" : 103}, {"nuance" : "DIV", "nom" : "M. Samir LAIDI", "voix" : 79}, {"nuance" : "DIV", "nom" : "M. Kamel BESSAHA", "voix" : 75}, {"nuance" : "ECO", "nom" : "M. Rachid LOUNES", "voix" : 68}, {"nuance" : "DIV", "nom" : "M. Bocar NIANE", "voix" : 61}, {"nuance" : "EXG", "nom" : "Mme Anne-Laure CHAUDON", "voix" : 51}, {"nuance" : "DIV", "nom" : "Mme Nadia BOUARISSA", "voix" : 51}, {"nuance" : "ECO", "nom" : "Mme Will\u00e8ne PILATE", "voix" : 49}, {"nuance" : "DIV", "nom" : "M. Lorenzo DE LA ROCHEFOUCAULD", "voix" : 38}, {"nuance" : "EXG", "nom" : "M. Jonathan WILSON", "voix" : 21}, {"nuance" : "ECO", "nom" : "M. Patrick D'HONDT", "voix" : 21}, {"nuance" : "EXG", "nom" : "Mme \u00c9lise LECOQ", "voix" : 17}, {"nuance" : "DIV", "nom" : "Mme Mariz LECHESNE", "voix" : 10}, {"nuance" : "DIV", "nom" : "M. Mohamed BENTAHAR", "voix" : 9}]} | 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#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"workbench.colorTheme": {"type": "string"}, "vsintellicode.modify.editor.suggestSelection": {"type": "string"}, "git.enableSmartCommit": {"type": "boolean"}, "typescript.updateImportsOnFileMove.enabled": {"type": "string"}, "editor.formatOnSave": {"type": "boolean"}, "editor.suggestSelection": {"type": "string"}, "html.format.endWithNewline": {"type": "boolean"}, "[typescript]": {"type": "object", "properties": {"editor.defaultFormatter": {"type": "string"}}, "required": ["editor.defaultFormatter"]}, "[json]": {"type": "object", "properties": {"editor.defaultFormatter": {"type": "string"}}, "required": ["editor.defaultFormatter"]}, "[html]": {"type": "object", "properties": {"editor.defaultFormatter": {"type": "string"}}, "required": ["editor.defaultFormatter"]}, "[markdown]": {"type": "object", "properties": {"editor.defaultFormatter": {"type": "string"}}, "required": ["editor.defaultFormatter"]}, "[javascript]": {"type": "object", "properties": {"editor.defaultFormatter": {"type": "string"}}, "required": ["editor.defaultFormatter"]}, "files.exclude": {"type": "object", "properties": {"**/.classpath": {"type": "boolean"}, "**/.project": {"type": "boolean"}, "**/.settings": {"type": "boolean"}, "**/.factorypath": {"type": "boolean"}}, "required": ["**/.classpath", "**/.project", "**/.settings", "**/.factorypath"]}}, "required": ["workbench.colorTheme", "vsintellicode.modify.editor.suggestSelection", "git.enableSmartCommit", "typescript.updateImportsOnFileMove.enabled", "editor.formatOnSave", "editor.suggestSelection", "html.format.endWithNewline", "[typescript]", "[json]", "[html]", "[markdown]", "[javascript]", "files.exclude"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"workbench.colorTheme" : "Winter is Coming (Dark Blue)", "vsintellicode.modify.editor.suggestSelection" : "automaticallyOverrodeDefaultValue", "git.enableSmartCommit" : true, "typescript.updateImportsOnFileMove.enabled" : "always", "editor.formatOnSave" : true, "editor.suggestSelection" : "first", "html.format.endWithNewline" : true, "[typescript]" : {"editor.defaultFormatter" : "esbenp.prettier-vscode"}, "[json]" : {"editor.defaultFormatter" : "esbenp.prettier-vscode"}, "[html]" : {"editor.defaultFormatter" : "vscode.html-language-features"}, "[markdown]" : {"editor.defaultFormatter" : "esbenp.prettier-vscode"}, "[javascript]" : {"editor.defaultFormatter" : "esbenp.prettier-vscode"}, "files.exclude" : {"**/.classpath" : true, "**/.project" : true, "**/.settings" : true, "**/.factorypath" : true}} | json_instruct | {"type": "object", "properties": {"workbench.colorTheme": {"type": "string"}, "vsintellicode.modify.editor.suggestSelection": {"type": "string"}, "git.enableSmartCommit": {"type": "boolean"}, "typescript.updateImportsOnFileMove.enabled": {"type": "string"}, "editor.formatOnSave": {"type": "boolean"}, "editor.suggestSelection": {"type": "string"}, "html.format.endWithNewline": {"type": "boolean"}, "[typescript]": {"type": "object", "properties": {"editor.defaultFormatter": {"type": "string"}}, "required": ["editor.defaultFormatter"]}, "[json]": {"type": "object", "properties": {"editor.defaultFormatter": {"type": "string"}}, "required": ["editor.defaultFormatter"]}, "[html]": {"type": "object", "properties": {"editor.defaultFormatter": {"type": "string"}}, "required": ["editor.defaultFormatter"]}, "[markdown]": {"type": "object", "properties": {"editor.defaultFormatter": {"type": "string"}}, "required": ["editor.defaultFormatter"]}, "[javascript]": {"type": "object", "properties": {"editor.defaultFormatter": {"type": "string"}}, "required": ["editor.defaultFormatter"]}, "files.exclude": {"type": "object", "properties": {"**/.classpath": {"type": "boolean"}, "**/.project": {"type": "boolean"}, "**/.settings": {"type": "boolean"}, "**/.factorypath": {"type": "boolean"}}, "required": ["**/.classpath", "**/.project", "**/.settings", "**/.factorypath"]}}, "required": ["workbench.colorTheme", "vsintellicode.modify.editor.suggestSelection", "git.enableSmartCommit", "typescript.updateImportsOnFileMove.enabled", "editor.formatOnSave", "editor.suggestSelection", "html.format.endWithNewline", "[typescript]", "[json]", "[html]", "[markdown]", "[javascript]", "files.exclude"], "$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"}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "peerDependencies": {"type": "object", "properties": {"@angular/common": {"type": "string"}, "@angular/core": {"type": "string"}}, "required": ["@angular/common", "@angular/core"]}}, "required": ["name", "version", "description", "author", "license", "repository", "homepage", "keywords", "peerDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "@flxng/circle-timer", "version" : "1.1.5", "description" : "Circle Timer (countdown) component for Angular.", "author" : "seidme", "license" : "MIT", "repository" : {"type" : "git", "url" : "https://github.com/seidme/flxng"}, "homepage" : "", "keywords" : ["angular", "javascript", "typescript", "circle timer", "circle countdown", "component"], "peerDependencies" : {"@angular/common" : "^8.2.14", "@angular/core" : "^8.2.14"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "peerDependencies": {"type": "object", "properties": {"@angular/common": {"type": "string"}, "@angular/core": {"type": "string"}}, "required": ["@angular/common", "@angular/core"]}}, "required": ["name", "version", "description", "author", "license", "repository", "homepage", "keywords", "peerDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}}, "required": ["id", "type", "name", "code"]}}, "required": ["type", "coordinates", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "MultiPolygon", "coordinates" : [[[[-88.388207, 39.161396], [-88.388047, 39.165897], [-88.383856, 39.165863], [-88.383689, 39.165897], [-88.382639, 39.166461], [-88.382436, 39.165996], [-88.38227, 39.166074], [-88.381416, 39.166375], [-88.381904, 39.167269], [-88.380973, 39.167898], [-88.382938, 39.168353], [-88.38221, 39.168442], [-88.380875, 39.16858], [-88.380813, 39.168784], [-88.380738, 39.169028], [-88.380917, 39.169633], [-88.381016, 39.170836], [-88.379371, 39.170809], [-88.379262, 39.170816], [-88.379245, 39.171216], [-88.379123, 39.171707], [-88.379073, 39.171854], [-88.378951, 39.172143], [-88.378883, 39.172283], [-88.378806, 39.172423], [-88.37864, 39.172695], [-88.378376, 39.173101], [-88.378253, 39.173308], [-88.378138, 39.173518], [-88.378029, 39.173729], [-88.377877, 39.174092], [-88.377851, 39.174165], [-88.377788, 39.174388], [-88.377744, 39.174612], [-88.377719, 39.17484], [-88.377707, 39.175068], [-88.377703, 39.1756], [-88.377705, 39.176551], [-88.376517, 39.176548], [-88.376552, 39.175529], [-88.372658, 39.175498], [-88.372667, 39.172312], [-88.368519, 39.172278], [-88.367636, 39.172296], [-88.367623, 39.171253], [-88.367625, 39.171149], [-88.368446, 39.171111], [-88.368424, 39.170915], [-88.368404, 39.170674], [-88.368304, 39.169598], [-88.368256, 39.169002], [-88.368114, 39.168071], [-88.374083, 39.165802], [-88.373941, 39.162278], [-88.375102, 39.162358], [-88.37867, 39.162439], [-88.37923, 39.162455], [-88.379197, 39.15927], [-88.374878, 39.159199], [-88.373837, 39.159103], [-88.373854, 39.155023], [-88.374896, 39.155024], [-88.379221, 39.15501], [-88.379209, 39.158778], [-88.38355, 39.158766], [-88.383505, 39.162505], [-88.388193, 39.160321], [-88.388181, 39.160924], [-88.388207, 39.161396]]]], "properties" : {"id" : "usa-il-montrose-city", "type" : "city", "name" : "Montrose", "code" : "1750283"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}}, "required": ["id", "type", "name", "code"]}}, "required": ["type", "coordinates", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "null"}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0x16eb217efd7c4aa797c4a0604b2487bdd78b4b27", "tool" : "securify", "start" : 1563614283.6447625, "end" : 1563614287.6975448, "duration" : 4.052782297134399, "analysis" : null} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "null"}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "integer"}, "investments": {"type": "integer"}}, "required": ["tech", "pts", "connections", "capacity", "investments"]}}}, "required": ["results"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"results" : [{"tech" : 2, "pts" : 3140, "connections" : 211387, "capacity" : 3395591, "investments" : 4661049}, {"tech" : 1, "pts" : 143, "connections" : 31121, "capacity" : 264071, "investments" : 6469142}, {"tech" : 4, "pts" : 9, "connections" : 11943, "capacity" : 191784, "investments" : 949519}, {"tech" : 3, "pts" : 1452, "connections" : 104501, "capacity" : 2617920, "investments" : 14398440}]}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"results": {"type": "array", "items": {"type": "object", "properties": {"tech": {"type": "integer"}, "pts": {"type": "integer"}, "connections": {"type": "integer"}, "capacity": {"type": "integer"}, "investments": {"type": "integer"}}, "required": ["tech", "pts", "connections", "capacity", "investments"]}}}, "required": ["results"]}, "$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"}, "title": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "required": ["name", "title", "description", "version", "homepage", "license", "repository"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "fondy-icons", "title" : "Fondy Icons Pack", "description" : "Fondy payment methods icons", "version" : "1.0.1", "homepage" : "https://fondy.eu", "license" : "MIT", "repository" : {"type" : "git", "url" : "git://github.com/cloudipsp/icons.git"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "required": ["name", "title", "description", "version", "homepage", "license", "repository"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"addr:city": {"type": "string"}, "addr:housenumber": {"type": "string"}, "addr:postcode": {"type": "string"}, "addr:street": {"type": "string"}, "name": {"type": "string"}, "shop": {"type": "string"}, "source": {"type": "string"}, "source:date": {"type": "string"}, "id": {"type": "string"}}, "required": ["addr:city", "addr:housenumber", "addr:postcode", "addr:street", "name", "shop", "source", "source:date", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "id" : "node/2749873603", "properties" : {"addr:city" : "Soest", "addr:housenumber" : "125", "addr:postcode" : "3768HE", "addr:street" : "Birkstraat", "name" : "'Het Derde Erf", "shop" : "farm", "source" : "BAG", "source:date" : "2014-03-24", "id" : "node/2749873603"}, "geometry" : {"type" : "Point", "coordinates" : [5.3289941, 52.1609112]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"addr:city": {"type": "string"}, "addr:housenumber": {"type": "string"}, "addr:postcode": {"type": "string"}, "addr:street": {"type": "string"}, "name": {"type": "string"}, "shop": {"type": "string"}, "source": {"type": "string"}, "source:date": {"type": "string"}, "id": {"type": "string"}}, "required": ["addr:city", "addr:housenumber", "addr:postcode", "addr:street", "name", "shop", "source", "source:date", "id"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}}, "required": ["type", "id", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "uuid": {"type": "string"}, "description": {"type": "string"}, "$collection": {"type": "string"}}, "required": ["name", "uuid", "description", "$collection"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "TPLink.EAP", "uuid" : "3045776c-6431-4bbb-a0cd-e5f27402c818", "description" : "EAP Wireless MU-MIMO Gigabit Indoor/Outdoor Access Point", "$collection" : "sa.profiles"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "uuid": {"type": "string"}, "description": {"type": "string"}, "$collection": {"type": "string"}}, "required": ["name", "uuid", "description", "$collection"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"babel": {"type": "string"}, "sigh": {"type": "string"}, "sigh-babel": {"type": "string"}}, "required": ["babel", "sigh", "sigh-babel"]}, "dependencies": {"type": "object", "properties": {"excerpt-html": {"type": "string"}, "front-matter": {"type": "string"}, "markdown-it": {"type": "string"}, "object-assign": {"type": "string"}, "sigh-core": {"type": "string"}, "titlecase": {"type": "string"}}, "required": ["excerpt-html", "front-matter", "markdown-it", "object-assign", "sigh-core", "titlecase"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "sitemakr-authoring", "version" : "0.1.0", "description" : "Development-time indexing functions for SiteMakr", "main" : "dist/index.js", "scripts" : {"test" : "mocha"}, "repository" : {"type" : "git", "url" : "https://github.com/philiplopez/sitemakr-authoring.git"}, "keywords" : ["static", "site", "generator"], "author" : "Philip Lopez", "license" : "MIT", "bugs" : {"url" : "https://github.com/philiplopez/sitemakr-authoring/issues"}, "homepage" : "https://github.com/philiplopez/sitemakr-authoring", "devDependencies" : {"babel" : "^5.8.21", "sigh" : "^0.12.22", "sigh-babel" : "^0.11.6"}, "dependencies" : {"excerpt-html" : "^1.0.1", "front-matter" : "^1.0.0", "markdown-it" : "^4.4.0", "object-assign" : "^3.0.0", "sigh-core" : "^0.11.8", "titlecase" : "^1.0.2"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"babel": {"type": "string"}, "sigh": {"type": "string"}, "sigh-babel": {"type": "string"}}, "required": ["babel", "sigh", "sigh-babel"]}, "dependencies": {"type": "object", "properties": {"excerpt-html": {"type": "string"}, "front-matter": {"type": "string"}, "markdown-it": {"type": "string"}, "object-assign": {"type": "string"}, "sigh-core": {"type": "string"}, "titlecase": {"type": "string"}}, "required": ["excerpt-html", "front-matter", "markdown-it", "object-assign", "sigh-core", "titlecase"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "assets": {"type": "array", "items": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "mainfile": {"type": "string"}}, "required": ["files", "version", "mainfile"]}}, "versions": {"type": "array", "items": {"type": "string"}}, "zip": {"type": "string"}, "mainfile": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "lastversion": {"type": "string"}, "homepage": {"type": "string"}, "description": {"type": "string"}, "github": {"type": "string"}}, "required": ["name", "assets", "versions", "zip", "mainfile", "author", "lastversion", "homepage", "description", "github"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "savvior", "assets" : [{"files" : ["savvior.js", "savvior.min.js", "savvior.standalone.js", "savvior.standalone.min.js"], "version" : "0.1.0", "mainfile" : "savvior.min.js"}, {"files" : ["savvior.js", "savvior.min.js", "savvior.standalone.js", "savvior.standalone.min.js"], "version" : "0.1.1", "mainfile" : "savvior.min.js"}, {"files" : ["savvior.js", "savvior.min.js", "savvior.standalone.js", "savvior.standalone.min.js"], "version" : "0.2.0", "mainfile" : "savvior.min.js"}, {"files" : ["savvior.js", "savvior.min.js", "savvior.standalone.js", "savvior.standalone.min.js"], "version" : "0.2.1", "mainfile" : "savvior.min.js"}, {"files" : ["savvior.js", "savvior.min.js"], "version" : "0.3.0", "mainfile" : "savvior.min.js"}, {"files" : ["savvior.js", "savvior.min.js"], "version" : "0.4.0", "mainfile" : "savvior.min.js"}, {"files" : ["savvior.js", "savvior.min.js"], "version" : "0.4.1", "mainfile" : "savvior.min.js"}, {"files" : ["savvior.js", "savvior.min.js"], "version" : "0.4.2", "mainfile" : "savvior.min.js"}, {"files" : ["savvior.js", "savvior.min.js"], "version" : "0.5.0", "mainfile" : "savvior.min.js"}, {"files" : ["savvior.js", "savvior.min.js"], "version" : "0.5.1", "mainfile" : "savvior.min.js"}, {"files" : ["savvior.js", "savvior.min.js"], "version" : "0.5.2", "mainfile" : "savvior.min.js"}], "versions" : ["0.5.2", "0.5.1", "0.5.0", "0.4.2", "0.4.1", "0.4.0", "0.3.0", "0.2.1", "0.2.0", "0.1.1", "0.1.0"], "zip" : "savvior.zip", "mainfile" : "savvior.min.js", "author" : {"name" : "Attila Beregszaszi", "url" : "http://attilab.com/"}, "lastversion" : "0.5.2", "homepage" : "http://savvior.org/", "description" : "A Javascript multicolumn layout tool alternative to Masonry or Salvattore.", "github" : "https://github.com/attila/savvior.git"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "assets": {"type": "array", "items": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "mainfile": {"type": "string"}}, "required": ["files", "version", "mainfile"]}}, "versions": {"type": "array", "items": {"type": "string"}}, "zip": {"type": "string"}, "mainfile": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}, "lastversion": {"type": "string"}, "homepage": {"type": "string"}, "description": {"type": "string"}, "github": {"type": "string"}}, "required": ["name", "assets", "versions", "zip", "mainfile", "author", "lastversion", "homepage", "description", "github"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "AccessComments": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "CountryID", "Latitude", "Longitude", "AccessComments", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "PowerKW": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "PowerKW", "CurrentTypeID"]}}, "GeneralComments": {"type": "string"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "DataProvidersReference", "UsageTypeID", "AddressInfo", "Connections", "GeneralComments", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"IsRecentlyVerified" : false, "ID" : 153194, "UUID" : "8C186282-2D30-4212-96B7-AB86018A734A", "DataProviderID" : 28, "DataProvidersReference" : "FR*S89*P89191*A", "UsageTypeID" : 5, "AddressInfo" : {"ID" : 153547, "Title" : "GLAND_Grande Rue", "AddressLine1" : "Grande Rue 89740 GLAND", "CountryID" : 80, "Latitude" : 47.82238, "Longitude" : 4.21, "AccessComments" : "24/24 7/7 jours", "DistanceUnit" : 0}, "Connections" : [{"ID" : 214798, "ConnectionTypeID" : 28, "StatusTypeID" : 50, "LevelID" : 2, "PowerKW" : 22, "CurrentTypeID" : 10}, {"ID" : 214799, "ConnectionTypeID" : 1036, "StatusTypeID" : 50, "LevelID" : 2, "PowerKW" : 22, "CurrentTypeID" : 20}, {"ID" : 248166, "ConnectionTypeID" : 28, "StatusTypeID" : 50, "LevelID" : 2, "PowerKW" : 22, "CurrentTypeID" : 10}, {"ID" : 248167, "ConnectionTypeID" : 1036, "StatusTypeID" : 50, "LevelID" : 2, "PowerKW" : 22, "CurrentTypeID" : 20}], "GeneralComments" : "", "StatusTypeID" : 50, "DateLastStatusUpdate" : "2020-08-27T05:14:00Z", "DataQualityLevel" : 2, "DateCreated" : "2020-03-15T10:54:00Z", "SubmissionStatusTypeID" : 100} | json_instruct | {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "AccessComments": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "CountryID", "Latitude", "Longitude", "AccessComments", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "PowerKW": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "PowerKW", "CurrentTypeID"]}}, "GeneralComments": {"type": "string"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "DataProvidersReference", "UsageTypeID", "AddressInfo", "Connections", "GeneralComments", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"liveId": {"type": "string"}, "title": {"type": "string"}, "subTitle": {"type": "string"}, "picPath": {"type": "string"}, "startTime": {"type": "integer"}, "memberId": {"type": "integer"}, "liveType": {"type": "integer"}, "picLoopTime": {"type": "integer"}, "lrcPath": {"type": "string"}, "streamPath": {"type": "string"}, "screenMode": {"type": "integer"}}, "required": ["liveId", "title", "subTitle", "picPath", "startTime", "memberId", "liveType", "picLoopTime", "lrcPath", "streamPath", "screenMode"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"liveId" : "5a2ca0a10cf2f6978bd5d422", "title" : "\u902f\u82b3\u7af9\u7684\u76f4\u64ad\u95f4", "subTitle" : "\u6765\u5440\u6765\u5440", "picPath" : "/mediasource/live/15057415657342z96sgAA9e.jpg", "startTime" : 1512874145789, "memberId" : 530387, "liveType" : 1, "picLoopTime" : 0, "lrcPath" : "/mediasource/live/lrc/5a2ca0a10cf2f6978bd5d422.lrc", "streamPath" : "http://2519.liveplay.myqcloud.com/live/2519_3465044.flv", "screenMode" : 0}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"liveId": {"type": "string"}, "title": {"type": "string"}, "subTitle": {"type": "string"}, "picPath": {"type": "string"}, "startTime": {"type": "integer"}, "memberId": {"type": "integer"}, "liveType": {"type": "integer"}, "picLoopTime": {"type": "integer"}, "lrcPath": {"type": "string"}, "streamPath": {"type": "string"}, "screenMode": {"type": "integer"}}, "required": ["liveId", "title", "subTitle", "picPath", "startTime", "memberId", "liveType", "picLoopTime", "lrcPath", "streamPath", "screenMode"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"derivation": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "outline": {"type": "string"}}, "required": ["derivation", "kjv_def", "lemma", "frequency", "strongs_def", "outline"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"derivation" : "from G1537 (\u1f10\u03be\u03ce\u03b8\u03c9) and (to push);", "kjv_def" : "drive out, thrust in", "lemma" : "\u1f10\u03be\u03ce\u03b8\u03c9", "frequency" : 2, "strongs_def" : " to expel; by implication, to propel", "outline" : "<ol><li> to thrust out</li><li> expel from one's abode</li><li> to propel, drive</li></ol>"} | json_instruct | {"type": "object", "properties": {"derivation": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "outline": {"type": "string"}}, "required": ["derivation", "kjv_def", "lemma", "frequency", "strongs_def", "outline"], "$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" : "ic3:block/tin_ore"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "http://data.doremus.org/performance/d806b50b-66f9-37be-9353-da401694d325", "expression" : [{"id" : "http://data.doremus.org/expression/941c07b6-e772-3a21-a088-1daa0b8d0927"}, {"id" : "http://data.doremus.org/expression/2850ba2e-317c-309a-af15-0d268b76834c"}, {"id" : "http://data.doremus.org/expression/1821fba5-af0c-3069-8919-8f8884a221af"}, {"id" : "http://data.doremus.org/expression/48a412c7-d6ed-33cd-af5d-b7524ef766e5"}, {"id" : "http://data.doremus.org/expression/63904775-84f5-3513-9ca4-9678355fcc24"}, {"id" : "http://data.doremus.org/expression/58528c1e-5ff8-30d0-a492-070516616d32"}, {"id" : "http://data.doremus.org/expression/4b02f15c-157d-3319-9f4f-4415d054f986"}, {"id" : "http://data.doremus.org/expression/5695875a-129b-3219-b10e-0346063ffe6c"}, {"id" : "http://data.doremus.org/expression/85144a0e-f2b0-35db-ade4-2877f19f496a"}, {"id" : "http://data.doremus.org/expression/9607a3a4-5a51-3eff-9adf-31ac60447076"}, {"id" : "http://data.doremus.org/expression/1c6bc66e-b108-3903-bcbe-22683884e9f1"}, {"id" : "http://data.doremus.org/expression/82eb9993-6c21-3296-bb4b-4ab48a62edc7"}]} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "version_id": {"type": "string"}, "version": {"type": "integer"}, "created_at": {"type": "string"}, "modified_at": {"type": "string"}, "type": {"type": "string"}, "body": {"type": "object", "properties": {"name": {"type": "string"}, "mmsi": {"type": "string"}, "imo": {"type": "string"}, "eni": {"type": "string"}, "callsign": {"type": "string"}, "shiptype": {"type": "string"}}, "required": ["name", "mmsi", "imo", "eni", "callsign", "shiptype"]}}, "required": ["id", "version_id", "version", "created_at", "modified_at", "type", "body"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "ae8f9eb0-ada0-42f1-a72b-5debecd7c9bf", "version_id" : "b3b26b8b-142f-510a-903d-42865ec04c19", "version" : 1, "created_at" : "2018-08-14T00:28:26.969Z", "modified_at" : "2018-08-14T00:28:26.969Z", "type" : "vessel", "body" : {"name" : "SHADOW", "mmsi" : "244670385", "imo" : "0", "eni" : "2008430", "callsign" : "PF2307", "shiptype" : "79"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "version_id": {"type": "string"}, "version": {"type": "integer"}, "created_at": {"type": "string"}, "modified_at": {"type": "string"}, "type": {"type": "string"}, "body": {"type": "object", "properties": {"name": {"type": "string"}, "mmsi": {"type": "string"}, "imo": {"type": "string"}, "eni": {"type": "string"}, "callsign": {"type": "string"}, "shiptype": {"type": "string"}}, "required": ["name", "mmsi", "imo", "eni", "callsign", "shiptype"]}}, "required": ["id", "version_id", "version", "created_at", "modified_at", "type", "body"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"libphonenumber-js.min.js": {"type": "string"}}, "required": ["libphonenumber-js.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"libphonenumber-js.min.js" : "sha256-OxJPzoEGZTNZVJrMGbMZaEGLq2ZHNTgGkBRUbGjy0bs="} | json_instruct | {"type": "object", "properties": {"libphonenumber-js.min.js": {"type": "string"}}, "required": ["libphonenumber-js.min.js"], "$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": {"test": {"type": "string"}, "lint": {"type": "string"}}, "required": ["test", "lint"]}, "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"}, "bin": {"type": "object", "properties": {"wordpress-plugin-generator": {"type": "string"}}, "required": ["wordpress-plugin-generator"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-config-google": {"type": "string"}, "husky": {"type": "string"}, "lint-staged": {"type": "string"}}, "required": ["eslint", "eslint-config-google", "husky", "lint-staged"]}, "huskey": {"type": "object", "properties": {"hooks": {"type": "object", "properties": {"pre-commit": {"type": "string"}}, "required": ["pre-commit"]}}, "required": ["hooks"]}, "lint-staged": {"type": "object", "properties": {"*.{js,jsx}": {"type": "array", "items": {"type": "string"}}}, "required": ["*.{js,jsx}"]}, "dependencies": {"type": "object", "properties": {"archiver": {"type": "string"}, "commander": {"type": "string"}}, "required": ["archiver", "commander"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "bin", "devDependencies", "huskey", "lint-staged", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "wordpress-plugin-generator", "version" : "0.0.1", "description" : "Generate code for Wordpress plugin.", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "lint" : "eslint --fix ."}, "repository" : {"type" : "git", "url" : "git+https://github.com/hayabusa-systems/wordpress-plugin-generator.git"}, "keywords" : ["wordpress"], "author" : "Hayato Nakamura <hayato.nakamura@hayabusa-systems.net> (https://hayabusa-systems.page/)", "license" : "MIT", "bugs" : {"url" : "https://github.com/hayabusa-systems/wordpress-plugin-generator/issues"}, "homepage" : "https://github.com/hayabusa-systems/wordpress-plugin-generator#readme", "bin" : {"wordpress-plugin-generator" : "bin/wordpress-plugin-generator.js"}, "devDependencies" : {"eslint" : "^7.24.0", "eslint-config-google" : "^0.14.0", "husky" : "^6.0.0", "lint-staged" : "^10.5.4"}, "huskey" : {"hooks" : {"pre-commit" : "lint-staged;"}}, "lint-staged" : {"*.{js,jsx}" : ["eslint --fix ./bin/*.js"]}, "dependencies" : {"archiver" : "^5.3.0", "commander" : "^6.2.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "lint": {"type": "string"}}, "required": ["test", "lint"]}, "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"}, "bin": {"type": "object", "properties": {"wordpress-plugin-generator": {"type": "string"}}, "required": ["wordpress-plugin-generator"]}, "devDependencies": {"type": "object", "properties": {"eslint": {"type": "string"}, "eslint-config-google": {"type": "string"}, "husky": {"type": "string"}, "lint-staged": {"type": "string"}}, "required": ["eslint", "eslint-config-google", "husky", "lint-staged"]}, "huskey": {"type": "object", "properties": {"hooks": {"type": "object", "properties": {"pre-commit": {"type": "string"}}, "required": ["pre-commit"]}}, "required": ["hooks"]}, "lint-staged": {"type": "object", "properties": {"*.{js,jsx}": {"type": "array", "items": {"type": "string"}}}, "required": ["*.{js,jsx}"]}, "dependencies": {"type": "object", "properties": {"archiver": {"type": "string"}, "commander": {"type": "string"}}, "required": ["archiver", "commander"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "bin", "devDependencies", "huskey", "lint-staged", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"craftystates_marker": {"type": "integer"}, "defaults": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "variants": {"type": "object", "properties": {"inventory": {"type": "array", "items": {"type": "object", "properties": {}, "required": []}}, "matcher": {"type": "object", "properties": {"variant": {"type": "array", "items": {"type": "string"}}, "values": {"type": "object", "properties": {"texture#all": {"type": "string"}}, "required": ["texture#all"]}}, "required": ["variant", "values"]}}, "required": ["inventory", "matcher"]}}, "required": ["craftystates_marker", "defaults", "variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"craftystates_marker" : 1, "defaults" : {"model" : "cube_all"}, "variants" : {"inventory" : [{}], "matcher" : {"variant" : ["copper", "tin", "zinc", "nickel", "steel", "bronze", "brass", "lead", "cast_iron"], "values" : {"texture#all" : "ros:blocks/block_#variant"}}}} | json_instruct | {"type": "object", "properties": {"craftystates_marker": {"type": "integer"}, "defaults": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "variants": {"type": "object", "properties": {"inventory": {"type": "array", "items": {"type": "object", "properties": {}, "required": []}}, "matcher": {"type": "object", "properties": {"variant": {"type": "array", "items": {"type": "string"}}, "values": {"type": "object", "properties": {"texture#all": {"type": "string"}}, "required": ["texture#all"]}}, "required": ["variant", "values"]}}, "required": ["inventory", "matcher"]}}, "required": ["craftystates_marker", "defaults", "variants"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"config": {"type": "object", "properties": {"step": {"type": "object", "properties": {"user": {"type": "object", "properties": {"description": {"type": "string"}, "data": {"type": "object", "properties": {"url": {"type": "string"}, "token": {"type": "string"}}, "required": ["url", "token"]}}, "required": ["description", "data"]}}, "required": ["user"]}, "error": {"type": "object", "properties": {"no_valid_uuid_set": {"type": "string"}}, "required": ["no_valid_uuid_set"]}, "abort": {"type": "object", "properties": {"already_configured": {"type": "string"}, "no_valid_uuid_set": {"type": "string"}}, "required": ["already_configured", "no_valid_uuid_set"]}}, "required": ["step", "error", "abort"]}}, "required": ["config"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"config" : {"step" : {"user" : {"description" : "Input IP address with port and access token of Z-Way server. To get the token go to the Z-Way user interface Smart Home UI > Menu > Settings > Users > Administrator > API token.\n\nExample of connecting to Z-Way in the local network:\nURL: {local_url}\nToken: {local_token}\n\nExample of connecting to Z-Way via remote access find.z-wave.me:\nURL: {find_url}\nToken: {find_token}\n\nExample of connecting to Z-Way with a static public IP address:\nURL: {remote_url}\nToken: {local_token}\n\nWhen connecting via find.z-wave.me you need to use a token with a global scope (log-in to Z-Way via find.z-wave.me for this).", "data" : {"url" : "[%key:common::config_flow::data::url%]", "token" : "[%key:common::config_flow::data::api_token%]"}}}, "error" : {"no_valid_uuid_set" : "No valid UUID set"}, "abort" : {"already_configured" : "[%key:common::config_flow::abort::already_configured_device%]", "no_valid_uuid_set" : "No valid UUID set"}}} | json_instruct | {"type": "object", "properties": {"config": {"type": "object", "properties": {"step": {"type": "object", "properties": {"user": {"type": "object", "properties": {"description": {"type": "string"}, "data": {"type": "object", "properties": {"url": {"type": "string"}, "token": {"type": "string"}}, "required": ["url", "token"]}}, "required": ["description", "data"]}}, "required": ["user"]}, "error": {"type": "object", "properties": {"no_valid_uuid_set": {"type": "string"}}, "required": ["no_valid_uuid_set"]}, "abort": {"type": "object", "properties": {"already_configured": {"type": "string"}, "no_valid_uuid_set": {"type": "string"}}, "required": ["already_configured", "no_valid_uuid_set"]}}, "required": ["step", "error", "abort"]}}, "required": ["config"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"latency": {"type": "array", "items": {"type": "number"}}}, "required": ["latency"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"latency" : [0.000654107, 0.001314807, 0.002367253, 0.002194245, 0.002301079, 0.002343833, 0.000340243, 0.001208139, 0.002008245, 0.000364142, 0.00214291, 0.002201714, 0.0023094030000000002, 0.0010645090000000002, 0.0023006660000000003, 0.0022691490000000003, 0.002208026, 0.002235955]} | json_instruct | {"type": "object", "properties": {"latency": {"type": "array", "items": {"type": "number"}}}, "required": ["latency"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}}, "required": ["value"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"value" : ["04:41:48", "04:21:27", "08:43:35", "03:14:17", "14:38:55", "12:53:41", "13:03:16", "06:46:36", "08:42:27"]} | json_instruct | {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}}, "required": ["value"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"url": {"type": "string"}, "sha1": {"type": "string"}}, "required": ["url", "sha1"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"url" : "https://static.wikia.nocookie.net/griftlands_gamepedia_en/images/d/dc/Pale_Viciousness.png/revision/latest?cb=20210808152953", "sha1" : "dcdd203b5345e1aecc75673176564b1c6f7e6fdd"} | json_instruct | {"type": "object", "properties": {"url": {"type": "string"}, "sha1": {"type": "string"}}, "required": ["url", "sha1"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"internalId": {"type": "string"}, "name": {"type": "string"}}, "required": ["internalId", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"internalId" : "passedMethod1[0]", "name" : "passedMethod1[0]"}, {"internalId" : "passedMethod2[0]", "name" : "passedMethod2[0]"}, {"internalId" : "passedMethod3[0]", "name" : "passedMethod3[0]"}, {"internalId" : "failedWithError", "name" : "failedWithError"}, {"internalId" : "failedMethod2[0]", "name" : "failedMethod2[0]"}, {"internalId" : "passedMethod1[1]", "name" : "passedMethod1[1]"}, {"internalId" : "passedMethod2[1]", "name" : "passedMethod2[1]"}, {"internalId" : "passedMethod3[1]", "name" : "passedMethod3[1]"}, {"internalId" : "failedMethod1[1]", "name" : "failedMethod1[1]"}, {"internalId" : "failedMethod2[1]", "name" : "failedMethod2[1]"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"internalId": {"type": "string"}, "name": {"type": "string"}}, "required": ["internalId", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"key": {"type": "string"}, "title": {"type": "string"}, "subtitle": {"type": "null"}, "publishers": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "isbn_10": {"type": "string"}, "isbn_13": {"type": "null"}, "publish_date": {"type": "string"}, "subjects": {"type": "array", "items": {"type": "string"}}}, "required": ["key", "title", "subtitle", "publishers", "authors", "isbn_10", "isbn_13", "publish_date", "subjects"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"key" : "/books/OL3175617M", "title" : "Stanislaw Lem", "subtitle" : null, "publishers" : ["F. Ungar Pub. Co."], "authors" : ["Richard E. Ziegfeld"], "isbn_10" : "0804429944", "isbn_13" : null, "publish_date" : "1985", "subjects" : ["Lem, Stanis\u0142aw.", "Authors, Polish -- 20th century -- Biography."]} | json_instruct | {"type": "object", "properties": {"key": {"type": "string"}, "title": {"type": "string"}, "subtitle": {"type": "null"}, "publishers": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "isbn_10": {"type": "string"}, "isbn_13": {"type": "null"}, "publish_date": {"type": "string"}, "subjects": {"type": "array", "items": {"type": "string"}}}, "required": ["key", "title", "subtitle", "publishers", "authors", "isbn_10", "isbn_13", "publish_date", "subjects"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"slug": {"type": "string"}, "name": {"type": "string"}, "categories": {"type": "array", "items": {"type": "string"}}, "body": {"type": "object", "properties": {}, "required": []}, "implementations": {"type": "object", "properties": {"c": {"type": "object", "properties": {"dir": {"type": "string"}, "url": {"type": "string"}, "code": {"type": "string"}}, "required": ["dir", "url", "code"]}}, "required": ["c"]}, "contributors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "commits": {"type": "integer"}}, "required": ["name", "email", "commits"]}}, "explanationUrl": {"type": "object", "properties": {}, "required": []}}, "required": ["slug", "name", "categories", "body", "implementations", "contributors", "explanationUrl"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"slug" : "278", "name" : "278", "categories" : ["leetcode"], "body" : {}, "implementations" : {"c" : {"dir" : "leetcode\\src\\278.c", "url" : "https://github.com/TheAlgorithms/c/tree/master/leetcode\\src\\278.c", "code" : "<span class=\"hljs-comment\">// Forward declaration of isBadVersion API.</span>\r\n<span class=\"hljs-type\">bool</span> <span class=\"hljs-title function_\">isBadVersion</span><span class=\"hljs-params\">(<span class=\"hljs-type\">int</span> version)</span>;\r\n\r\n<span class=\"hljs-type\">int</span> <span class=\"hljs-title function_\">firstBadVersion</span><span class=\"hljs-params\">(<span class=\"hljs-type\">int</span> n)</span>\r\n{\r\n <span class=\"hljs-type\">int</span> low = <span class=\"hljs-number\">1</span>, high = n;\r\n <span class=\"hljs-keyword\">while</span> (low <= high)\r\n {\r\n <span class=\"hljs-type\">int</span> mid = low + (high - low) / <span class=\"hljs-number\">2</span>;\r\n <span class=\"hljs-keyword\">if</span> (isBadVersion(mid))\r\n {\r\n high = mid - <span class=\"hljs-number\">1</span>;\r\n }\r\n <span class=\"hljs-keyword\">else</span>\r\n {\r\n low = mid + <span class=\"hljs-number\">1</span>;\r\n }\r\n }\r\n <span class=\"hljs-keyword\">return</span> low;\r\n}\r\n"}}, "contributors" : [{"name" : "hai dang", "email" : "haihoangdang91@gmail.com", "commits" : 1}], "explanationUrl" : {}} | json_instruct | {"type": "object", "properties": {"slug": {"type": "string"}, "name": {"type": "string"}, "categories": {"type": "array", "items": {"type": "string"}}, "body": {"type": "object", "properties": {}, "required": []}, "implementations": {"type": "object", "properties": {"c": {"type": "object", "properties": {"dir": {"type": "string"}, "url": {"type": "string"}, "code": {"type": "string"}}, "required": ["dir", "url", "code"]}}, "required": ["c"]}, "contributors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "commits": {"type": "integer"}}, "required": ["name", "email", "commits"]}}, "explanationUrl": {"type": "object", "properties": {}, "required": []}}, "required": ["slug", "name", "categories", "body", "implementations", "contributors", "explanationUrl"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"classifiers": {"type": "array", "items": {"type": "string"}}, "description_content_type": {"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"]}, "project_urls": {"type": "object", "properties": {"Home": {"type": "string"}}, "required": ["Home"]}}, "required": ["contacts", "document_names", "project_urls"]}}, "required": ["python.details"]}, "extras": {"type": "array", "items": {"type": "string"}}, "generator": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "metadata_version": {"type": "string"}, "name": {"type": "string"}, "run_requires": {"type": "array", "items": {"type": "object", "properties": {"extra": {"type": "string"}, "requires": {"type": "array", "items": {"type": "string"}}}, "required": ["extra", "requires"]}}, "summary": {"type": "string"}, "version": {"type": "string"}}, "required": ["classifiers", "description_content_type", "extensions", "extras", "generator", "keywords", "license", "metadata_version", "name", "run_requires", "summary", "version"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"classifiers" : ["Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Framework :: Django"], "description_content_type" : "UNKNOWN", "extensions" : {"python.details" : {"contacts" : [{"email" : "smileychris@gmail.com", "name" : "Chris Beaven", "role" : "author"}], "document_names" : {"description" : "DESCRIPTION.rst"}, "project_urls" : {"Home" : "https://github.com/SmileyChris/django-countries/"}}}, "extras" : ["dev", "maintainer", "test"], "generator" : "bdist_wheel (0.30.0)", "keywords" : ["django", "countries", "flags"], "license" : "MIT", "metadata_version" : "2.0", "name" : "django-countries", "run_requires" : [{"extra" : "dev", "requires" : ["django", "pytest-django", "pytest", "tox"]}, {"extra" : "maintainer", "requires" : ["django", "transifex-client", "zest.releaser[recommended]"]}, {"extra" : "test", "requires" : ["pytest-cov", "pytest-django", "pytest"]}], "summary" : "Provides a country field for Django models.", "version" : "5.2"} | json_instruct | {"type": "object", "properties": {"classifiers": {"type": "array", "items": {"type": "string"}}, "description_content_type": {"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"]}, "project_urls": {"type": "object", "properties": {"Home": {"type": "string"}}, "required": ["Home"]}}, "required": ["contacts", "document_names", "project_urls"]}}, "required": ["python.details"]}, "extras": {"type": "array", "items": {"type": "string"}}, "generator": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "metadata_version": {"type": "string"}, "name": {"type": "string"}, "run_requires": {"type": "array", "items": {"type": "object", "properties": {"extra": {"type": "string"}, "requires": {"type": "array", "items": {"type": "string"}}}, "required": ["extra", "requires"]}}, "summary": {"type": "string"}, "version": {"type": "string"}}, "required": ["classifiers", "description_content_type", "extensions", "extras", "generator", "keywords", "license", "metadata_version", "name", "run_requires", "summary", "version"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"d3": {"type": "string"}}, "required": ["d3"]}}, "required": ["name", "version", "description", "main", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "d3", "version" : "1.0.0", "description" : "learning d3 source code", "main" : "index.js", "license" : "MIT", "dependencies" : {"d3" : "^6.6.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"d3": {"type": "string"}}, "required": ["d3"]}}, "required": ["name", "version", "description", "main", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"assessment" : [{"name" : "Lecture based Quiz using Keepad questions", "weight" : 10}, {"name" : "Oral Presentation", "weight" : 20}, {"name" : "Information Booklet", "weight" : 10}, {"name" : "Theory Exam", "weight" : 60}]} | json_instruct | {"type": "object", "properties": {"assessment": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "integer"}}, "required": ["name", "weight"]}}}, "required": ["assessment"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"data_path": {"type": "string"}, "outf": {"type": "string"}, "load_vocab": {"type": "string"}, "vocab_size": {"type": "integer"}, "maxlen": {"type": "integer"}, "lowercase": {"type": "boolean"}, "emsize": {"type": "integer"}, "nhidden": {"type": "integer"}, "nlayers": {"type": "integer"}, "noise_r": {"type": "number"}, "noise_anneal": {"type": "number"}, "hidden_init": {"type": "boolean"}, "arch_g": {"type": "string"}, "arch_d": {"type": "string"}, "arch_classify": {"type": "string"}, "z_size": {"type": "integer"}, "temp": {"type": "integer"}, "dropout": {"type": "number"}, "epochs": {"type": "integer"}, "batch_size": {"type": "integer"}, "niters_ae": {"type": "integer"}, "niters_gan_d": {"type": "integer"}, "niters_gan_g": {"type": "integer"}, "niters_gan_ae": {"type": "integer"}, "niters_gan_schedule": {"type": "string"}, "lr_ae": {"type": "integer"}, "lr_gan_g": {"type": "number"}, "lr_gan_d": {"type": "number"}, "lr_classify": {"type": "number"}, "beta1": {"type": "number"}, "clip": {"type": "integer"}, "gan_gp_lambda": {"type": "number"}, "grad_lambda": {"type": "number"}, "lambda_class": {"type": "integer"}, "sample": {"type": "boolean"}, "log_interval": {"type": "integer"}, "seed": {"type": "integer"}, "cuda": {"type": "boolean"}, "device_id": {"type": "string"}, "ntokens": {"type": "integer"}}, "required": ["data_path", "outf", "load_vocab", "vocab_size", "maxlen", "lowercase", "emsize", "nhidden", "nlayers", "noise_r", "noise_anneal", "hidden_init", "arch_g", "arch_d", "arch_classify", "z_size", "temp", "dropout", "epochs", "batch_size", "niters_ae", "niters_gan_d", "niters_gan_g", "niters_gan_ae", "niters_gan_schedule", "lr_ae", "lr_gan_g", "lr_gan_d", "lr_classify", "beta1", "clip", "gan_gp_lambda", "grad_lambda", "lambda_class", "sample", "log_interval", "seed", "cuda", "device_id", "ntokens"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"data_path" : "./data/", "outf" : "arae_run_3", "load_vocab" : "", "vocab_size" : 50000, "maxlen" : 25, "lowercase" : true, "emsize" : 128, "nhidden" : 128, "nlayers" : 1, "noise_r" : 0.1, "noise_anneal" : 0.9995, "hidden_init" : false, "arch_g" : "128-128", "arch_d" : "128-128", "arch_classify" : "128-128", "z_size" : 32, "temp" : 1, "dropout" : 0.0, "epochs" : 25, "batch_size" : 64, "niters_ae" : 1, "niters_gan_d" : 5, "niters_gan_g" : 1, "niters_gan_ae" : 1, "niters_gan_schedule" : "", "lr_ae" : 1, "lr_gan_g" : 0.0001, "lr_gan_d" : 0.0001, "lr_classify" : 0.0001, "beta1" : 0.5, "clip" : 1, "gan_gp_lambda" : 0.1, "grad_lambda" : 0.01, "lambda_class" : 1, "sample" : false, "log_interval" : 200, "seed" : 1111, "cuda" : true, "device_id" : "0", "ntokens" : 46572} | json_instruct | {"type": "object", "properties": {"data_path": {"type": "string"}, "outf": {"type": "string"}, "load_vocab": {"type": "string"}, "vocab_size": {"type": "integer"}, "maxlen": {"type": "integer"}, "lowercase": {"type": "boolean"}, "emsize": {"type": "integer"}, "nhidden": {"type": "integer"}, "nlayers": {"type": "integer"}, "noise_r": {"type": "number"}, "noise_anneal": {"type": "number"}, "hidden_init": {"type": "boolean"}, "arch_g": {"type": "string"}, "arch_d": {"type": "string"}, "arch_classify": {"type": "string"}, "z_size": {"type": "integer"}, "temp": {"type": "integer"}, "dropout": {"type": "number"}, "epochs": {"type": "integer"}, "batch_size": {"type": "integer"}, "niters_ae": {"type": "integer"}, "niters_gan_d": {"type": "integer"}, "niters_gan_g": {"type": "integer"}, "niters_gan_ae": {"type": "integer"}, "niters_gan_schedule": {"type": "string"}, "lr_ae": {"type": "integer"}, "lr_gan_g": {"type": "number"}, "lr_gan_d": {"type": "number"}, "lr_classify": {"type": "number"}, "beta1": {"type": "number"}, "clip": {"type": "integer"}, "gan_gp_lambda": {"type": "number"}, "grad_lambda": {"type": "number"}, "lambda_class": {"type": "integer"}, "sample": {"type": "boolean"}, "log_interval": {"type": "integer"}, "seed": {"type": "integer"}, "cuda": {"type": "boolean"}, "device_id": {"type": "string"}, "ntokens": {"type": "integer"}}, "required": ["data_path", "outf", "load_vocab", "vocab_size", "maxlen", "lowercase", "emsize", "nhidden", "nlayers", "noise_r", "noise_anneal", "hidden_init", "arch_g", "arch_d", "arch_classify", "z_size", "temp", "dropout", "epochs", "batch_size", "niters_ae", "niters_gan_d", "niters_gan_g", "niters_gan_ae", "niters_gan_schedule", "lr_ae", "lr_gan_g", "lr_gan_d", "lr_classify", "beta1", "clip", "gan_gp_lambda", "grad_lambda", "lambda_class", "sample", "log_interval", "seed", "cuda", "device_id", "ntokens"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"subreddit": {"type": "string"}, "author": {"type": "string"}, "count": {"type": "integer"}}, "required": ["subreddit", "author", "count"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"subreddit" : "BeamNG", "author" : "kriticalfiz", "count" : 8} | json_instruct | {"type": "object", "properties": {"subreddit": {"type": "string"}, "author": {"type": "string"}, "count": {"type": "integer"}}, "required": ["subreddit", "author", "count"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"hash" : "0x36e815f7c958bff26123d7179196aca6896a9b9b17fdea4bc95149617a545078", "parentHash" : "0xcdc50698955eb673745747e8baec7d32c0c12edef871182aa6d619b355ee0bd4", "number" : 54835, "timestamp" : 1439060851, "nonce" : "0x4fe3c3e7e20ecd4b", "difficulty" : 1609354557679, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0x9746c7e1ef2bd21FF3997fa467593a89cb852BD0", "extraData" : "0x476574682f76312e302e312f77696e646f77732f676f312e342e32", "transactions" : []} | json_instruct | {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "packages": {"type": "object", "properties": {"": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@googlemaps/markerwithlabel": {"type": "string"}}, "required": ["@googlemaps/markerwithlabel"]}}, "required": ["name", "version", "license", "dependencies"]}, "node_modules/@googlemaps/markerwithlabel": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}}, "required": ["", "node_modules/@googlemaps/markerwithlabel"]}, "dependencies": {"type": "object", "properties": {"@googlemaps/markerwithlabel": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}}, "required": ["@googlemaps/markerwithlabel"]}}, "required": ["name", "version", "lockfileVersion", "requires", "packages", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Magic-Mirror-Module-GoogleMaps-Tracking", "version" : "2.1.0", "lockfileVersion" : 2, "requires" : true, "packages" : {"" : {"name" : "Magic-Mirror-Module-GoogleMaps-Tracking", "version" : "2.1.0", "license" : "MIT", "dependencies" : {"@googlemaps/markerwithlabel" : "latest"}}, "node_modules/@googlemaps/markerwithlabel" : {"version" : "1.0.3", "resolved" : "https://registry.npmjs.org/@googlemaps/markerwithlabel/-/markerwithlabel-1.0.3.tgz", "integrity" : "sha512-K1CATqFMj5tIdJWj99hGG8/AhD5YoIKMGJF+o8pJSOw84rLOm6dopkdoN62BarFiRzXVac71VvHW6nP0+1TYcA=="}}, "dependencies" : {"@googlemaps/markerwithlabel" : {"version" : "1.0.3", "resolved" : "https://registry.npmjs.org/@googlemaps/markerwithlabel/-/markerwithlabel-1.0.3.tgz", "integrity" : "sha512-K1CATqFMj5tIdJWj99hGG8/AhD5YoIKMGJF+o8pJSOw84rLOm6dopkdoN62BarFiRzXVac71VvHW6nP0+1TYcA=="}}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "packages": {"type": "object", "properties": {"": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@googlemaps/markerwithlabel": {"type": "string"}}, "required": ["@googlemaps/markerwithlabel"]}}, "required": ["name", "version", "license", "dependencies"]}, "node_modules/@googlemaps/markerwithlabel": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}}, "required": ["", "node_modules/@googlemaps/markerwithlabel"]}, "dependencies": {"type": "object", "properties": {"@googlemaps/markerwithlabel": {"type": "object", "properties": {"version": {"type": "string"}, "resolved": {"type": "string"}, "integrity": {"type": "string"}}, "required": ["version", "resolved", "integrity"]}}, "required": ["@googlemaps/markerwithlabel"]}}, "required": ["name", "version", "lockfileVersion", "requires", "packages", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"state": {"type": "object", "properties": {"tuya__status": {"type": "object", "properties": {"cooling": {"type": "string"}, "heating": {"type": "string"}, "heating_temp": {"type": "string"}}, "required": ["cooling", "heating", "heating_temp"]}}, "required": ["tuya__status"]}}, "required": ["state"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"state" : {"tuya__status" : {"cooling" : "\u041e\u0445\u043b\u0430\u0436\u0434\u0430\u043d\u0435", "heating" : "\u041e\u0442\u043e\u043f\u043b\u0435\u043d\u0438\u0435", "heating_temp" : "\u0422\u0435\u043c\u043f\u0435\u0440\u0430\u0442\u0443\u0440\u0430 \u043d\u0430 \u043e\u0442\u043e\u043f\u043b\u0435\u043d\u0438\u0435"}}} | json_instruct | {"type": "object", "properties": {"state": {"type": "object", "properties": {"tuya__status": {"type": "object", "properties": {"cooling": {"type": "string"}, "heating": {"type": "string"}, "heating_temp": {"type": "string"}}, "required": ["cooling", "heating", "heating_temp"]}}, "required": ["tuya__status"]}}, "required": ["state"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"width": {"type": "number"}, "rotation": {"type": "number"}, "xCenter": {"type": "number"}, "yCenter": {"type": "number"}, "height": {"type": "number"}}, "required": ["width", "rotation", "xCenter", "yCenter", "height"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"width" : 0.20299324, "rotation" : 0.995481, "xCenter" : 0.13982555, "yCenter" : 0.49853227, "height" : 0.3608769} | json_instruct | {"type": "object", "properties": {"width": {"type": "number"}, "rotation": {"type": "number"}, "xCenter": {"type": "number"}, "yCenter": {"type": "number"}, "height": {"type": "number"}}, "required": ["width", "rotation", "xCenter", "yCenter", "height"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "array", "items": {}}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contract" : "0x25ae40c6ba9afef83a9843cb3296603a14b8f1ef", "tool" : "manticore", "start" : 1563851791.7647464, "end" : 1563853595.1157968, "duration" : 1803.351050376892, "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": {"type": "array", "items": {}}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "conquest:block/gray_shipping_container_vertical_slab_4"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "assets": {"type": "array", "items": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "mainfile": {"type": "string"}}, "required": ["files", "version", "mainfile"]}}, "versions": {"type": "array", "items": {"type": "string"}}, "zip": {"type": "string"}, "mainfile": {"type": "string"}, "author": {"type": "string"}, "lastversion": {"type": "string"}, "homepage": {"type": "null"}, "description": {"type": "string"}, "github": {"type": "string"}}, "required": ["name", "assets", "versions", "zip", "mainfile", "author", "lastversion", "homepage", "description", "github"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "buckets", "assets" : [{"files" : ["buckets-minified.js", "buckets.js"], "version" : "1.0", "mainfile" : "buckets.min.js"}, {"files" : ["buckets-minified.js", "buckets.js"], "version" : "1.5", "mainfile" : "buckets.min.js"}, {"files" : ["buckets-minified.js", "buckets.js"], "version" : "1.8", "mainfile" : "buckets.min.js"}, {"files" : ["buckets-minified.js", "buckets.js"], "version" : "1.81", "mainfile" : "buckets.min.js"}, {"files" : ["buckets-minified.js", "buckets.js"], "version" : "1.85.0", "mainfile" : "buckets.min.js"}, {"files" : ["buckets-minified.js", "buckets.js"], "version" : "1.85.1", "mainfile" : "buckets.min.js"}, {"files" : ["buckets-minified.js", "buckets.js"], "version" : "1.85.2", "mainfile" : "buckets.min.js"}, {"files" : ["buckets-minified.js", "buckets.js"], "version" : "1.85.3", "mainfile" : "buckets.min.js"}, {"files" : ["buckets.js", "buckets.min.js"], "version" : "1.90.0", "mainfile" : "buckets.min.js"}], "versions" : ["1.90.0", "1.85.3", "1.85.2", "1.85.1", "1.85.0", "1.81", "1.8", "1.5", "1.0"], "zip" : "buckets.zip", "mainfile" : "buckets.min.js", "author" : "Mauricio Santos <mauriciosantoss@gmail.com>", "lastversion" : "1.90.0", "homepage" : null, "description" : "Buckets is a complete, fully tested and documented data structure library written in pure JavaScript.", "github" : "git://github.com/mauriciosantos/Buckets-JS.git"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "assets": {"type": "array", "items": {"type": "object", "properties": {"files": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "mainfile": {"type": "string"}}, "required": ["files", "version", "mainfile"]}}, "versions": {"type": "array", "items": {"type": "string"}}, "zip": {"type": "string"}, "mainfile": {"type": "string"}, "author": {"type": "string"}, "lastversion": {"type": "string"}, "homepage": {"type": "null"}, "description": {"type": "string"}, "github": {"type": "string"}}, "required": ["name", "assets", "versions", "zip", "mainfile", "author", "lastversion", "homepage", "description", "github"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"1": {"type": "object", "properties": {"fn": {"type": "string"}, "sn": {"type": "string"}, "id": {"type": "string"}, "portType": {"type": "string"}, "portsCount": {"type": "integer"}}, "required": ["fn", "sn", "id", "portType", "portsCount"]}, "2": {"type": "object", "properties": {"fn": {"type": "string"}, "sn": {"type": "string"}, "id": {"type": "string"}, "portType": {"type": "string"}, "portsCount": {"type": "integer"}}, "required": ["fn", "sn", "id", "portType", "portsCount"]}, "3": {"type": "object", "properties": {"fn": {"type": "string"}, "sn": {"type": "string"}, "id": {"type": "string"}, "portType": {"type": "string"}, "portsCount": {"type": "integer"}}, "required": ["fn", "sn", "id", "portType", "portsCount"]}, "4": {"type": "object", "properties": {"fn": {"type": "string"}, "sn": {"type": "string"}, "id": {"type": "string"}, "portType": {"type": "string"}, "portsCount": {"type": "integer"}}, "required": ["fn", "sn", "id", "portType", "portsCount"]}}, "required": ["1", "2", "3", "4"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"1" : {"fn" : "Ethernet RJ45 24 port\u016f", "sn" : "ETH 24", "id" : "eth24", "portType" : "rj45", "portsCount" : 24}, "2" : {"fn" : "Optika 24 SC port\u016f", "sn" : "Optika 24 SC", "id" : "fo24", "portType" : "fo", "portsCount" : 24}, "3" : {"fn" : "Optika 12 x 2 = 24 SC port\u016f", "sn" : "Optika 12 x 2", "id" : "fo12x2", "portType" : "fo", "portsCount" : 12}, "4" : {"fn" : "Optika 10 SC port\u016f", "sn" : "Optika 10 SC", "id" : "fo10", "portType" : "fo", "portsCount" : 10}} | json_instruct | {"type": "object", "properties": {"1": {"type": "object", "properties": {"fn": {"type": "string"}, "sn": {"type": "string"}, "id": {"type": "string"}, "portType": {"type": "string"}, "portsCount": {"type": "integer"}}, "required": ["fn", "sn", "id", "portType", "portsCount"]}, "2": {"type": "object", "properties": {"fn": {"type": "string"}, "sn": {"type": "string"}, "id": {"type": "string"}, "portType": {"type": "string"}, "portsCount": {"type": "integer"}}, "required": ["fn", "sn", "id", "portType", "portsCount"]}, "3": {"type": "object", "properties": {"fn": {"type": "string"}, "sn": {"type": "string"}, "id": {"type": "string"}, "portType": {"type": "string"}, "portsCount": {"type": "integer"}}, "required": ["fn", "sn", "id", "portType", "portsCount"]}, "4": {"type": "object", "properties": {"fn": {"type": "string"}, "sn": {"type": "string"}, "id": {"type": "string"}, "portType": {"type": "string"}, "portsCount": {"type": "integer"}}, "required": ["fn", "sn", "id", "portType", "portsCount"]}}, "required": ["1", "2", "3", "4"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"package" : "r-mlgt", "downloads" : 3800, "count" : 3718}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"MVC\\": {"type": "string"}}, "required": ["MVC\\"]}}, "required": ["psr-4"]}, "require": {"type": "object", "properties": {"dcblogdev/pdo-wrapper": {"type": "string"}, "wixel/gump": {"type": "string"}}, "required": ["dcblogdev/pdo-wrapper", "wixel/gump"]}}, "required": ["autoload", "require"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"autoload" : {"psr-4" : {"MVC\\" : "app/"}}, "require" : {"dcblogdev/pdo-wrapper" : "^2.0", "wixel/gump" : "^1.11"}} | json_instruct | {"type": "object", "properties": {"autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"MVC\\": {"type": "string"}}, "required": ["MVC\\"]}}, "required": ["psr-4"]}, "require": {"type": "object", "properties": {"dcblogdev/pdo-wrapper": {"type": "string"}, "wixel/gump": {"type": "string"}}, "required": ["dcblogdev/pdo-wrapper", "wixel/gump"]}}, "required": ["autoload", "require"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"activeColor:": {"type": "string"}, "animation:": {"type": "string"}, "arrowSize:": {"type": "string"}, "inactiveColor:": {"type": "string"}, "style:": {"type": "string"}}, "required": ["activeColor:", "animation:", "arrowSize:", "inactiveColor:", "style:"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"class" : {}, "instance" : {"activeColor:" : "MarianoMartinezPeck 12/31/2013 12:57", "animation:" : "MarianoMartinezPeck 12/31/2013 12:57", "arrowSize:" : "MarianoMartinezPeck 12/31/2013 12:57", "inactiveColor:" : "MarianoMartinezPeck 12/31/2013 12:57", "style:" : "MarianoMartinezPeck 12/31/2013 12:57"}} | json_instruct | {"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"activeColor:": {"type": "string"}, "animation:": {"type": "string"}, "arrowSize:": {"type": "string"}, "inactiveColor:": {"type": "string"}, "style:": {"type": "string"}}, "required": ["activeColor:", "animation:", "arrowSize:", "inactiveColor:", "style:"]}}, "required": ["class", "instance"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"Name": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "Description"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}}, "required": ["type", "crs", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "FeatureCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "features" : [{"type" : "Feature", "properties" : {"Name" : "S\u00c3O BENEDITO DO SUL", "Description" : "S\u00c3O BENEDITO DO SUL / PE"}, "geometry" : {"type" : "LineString", "coordinates" : [[-35.86105888066277, -8.751280724026174], [-35.847184286725394, -8.80799993035248], [-35.84500272389653, -8.872481068346588], [-35.860888842246254, -8.85890313826917], [-35.91141749871854, -8.86128908012688], [-35.95062096208767, -8.892294838136252], [-35.95532149179336, -8.812815070558996], [-35.966181614889585, -8.750850625056273], [-35.96692779767966, -8.74314263922139], [-35.86105888066277, -8.751280724026174]]}}]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"Name": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "Description"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"]}}}, "required": ["type", "crs", "features"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["code", "name", "type"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"code" : "RW-01", "name" : "Ville de Kigali", "type" : "Town council"}, {"code" : "RW-02", "name" : "Est", "type" : "Province"}, {"code" : "RW-03", "name" : "Nord", "type" : "Province"}, {"code" : "RW-04", "name" : "Ouest", "type" : "Province"}, {"code" : "RW-05", "name" : "Sud", "type" : "Province"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}}, "required": ["code", "name", "type"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "OperatorsReference": {"type": "string"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "StateOrProvince": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "ContactTelephone1": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "StateOrProvince", "Postcode", "CountryID", "Latitude", "Longitude", "ContactTelephone1", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "PowerKW": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}, "Quantity": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "PowerKW", "CurrentTypeID", "Quantity"]}}, "NumberOfPoints": {"type": "integer"}, "GeneralComments": {"type": "string"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "OperatorID", "OperatorsReference", "UsageTypeID", "AddressInfo", "Connections", "NumberOfPoints", "GeneralComments", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"IsRecentlyVerified" : false, "ID" : 87725, "UUID" : "509785F2-59E6-4396-9C9D-C241C89E1316", "DataProviderID" : 1, "OperatorID" : 23, "OperatorsReference" : "29530", "UsageTypeID" : 4, "AddressInfo" : {"ID" : 88071, "Title" : "Hampton Inn Amesbury", "AddressLine1" : "284 Elm St", "Town" : "Amesbury", "StateOrProvince" : "Massachusetts", "Postcode" : "01913", "CountryID" : 2, "Latitude" : 42.847511, "Longitude" : -70.908409, "ContactTelephone1" : "(978) 834-5080", "DistanceUnit" : 0}, "Connections" : [{"ID" : 124341, "ConnectionTypeID" : 30, "StatusTypeID" : 50, "LevelID" : 2, "PowerKW" : 8, "CurrentTypeID" : 10, "Quantity" : 1}], "NumberOfPoints" : 1, "GeneralComments" : "1 Tesla Connector, up to 8kW.Available for customers. Please call ahead.", "StatusTypeID" : 50, "DateLastStatusUpdate" : "2017-07-13T15:00:00Z", "DataQualityLevel" : 1, "DateCreated" : "2017-05-16T05:30:00Z", "SubmissionStatusTypeID" : 200} | json_instruct | {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "OperatorsReference": {"type": "string"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "StateOrProvince": {"type": "string"}, "Postcode": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "ContactTelephone1": {"type": "string"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "StateOrProvince", "Postcode", "CountryID", "Latitude", "Longitude", "ContactTelephone1", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "PowerKW": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}, "Quantity": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "PowerKW", "CurrentTypeID", "Quantity"]}}, "NumberOfPoints": {"type": "integer"}, "GeneralComments": {"type": "string"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "OperatorID", "OperatorsReference", "UsageTypeID", "AddressInfo", "Connections", "NumberOfPoints", "GeneralComments", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"jquery.quicksearch.js": {"type": "string"}, "jquery.quicksearch.min.js": {"type": "string"}}, "required": ["jquery.quicksearch.js", "jquery.quicksearch.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"jquery.quicksearch.js" : "sha512-0XWbvaeJABS+OOfCg4szWeBY1yArvEYcXNPhMVIglcHXAJB4nKaiM8fM/iQ73oUJ3TQEFcEpayRWmTkye3kTCw==", "jquery.quicksearch.min.js" : "sha512-XhjdeJgmWROCBITqTcpzFIChkMwQvzr1eQjrZUBPsLRPA+GHXaPM/scNVo6Ed5Sw91a2a9fh0H/r+K5ulUuCLA=="} | json_instruct | {"type": "object", "properties": {"jquery.quicksearch.js": {"type": "string"}, "jquery.quicksearch.min.js": {"type": "string"}}, "required": ["jquery.quicksearch.js", "jquery.quicksearch.min.js"], "$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.