input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1 value | schema stringlengths 100 1.99k |
|---|---|---|---|
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"ractive.js": {"type": "string"}, "ractive.min.js": {"type": "string"}}, "required": ["ractive.js", "ractive.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ractive.js" : "sha512-hQ3ZGhCvoFbP3w2LfJP/3R5anKQ1dGP9WR8twQFDX/SEa4+iacAcL1nzLXGdKUOYYuT8nxV0nMCtqc3ofNSQqw==", "ractive.min.js" : "sha512-sRfcZ3+zCgO43gUEyd116CCveOGWVYWdbzlaCrdIbm3Rcf5tIkmKF5zE/SuN1DjoVdddDbGbeRVI4xFpPqA1Ng=="} | json_instruct | {"type": "object", "properties": {"ractive.js": {"type": "string"}, "ractive.min.js": {"type": "string"}}, "required": ["ractive.js", "ractive.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"verboase": {"type": "boolean"}, "ignore": {"type": "array", "items": {"type": "string"}}, "watch": {"type": "array", "items": {"type": "string"}}, "ext": {"type": "string"}, "exec": {"type": "string"}}, "required": ["verboase", "ignore", "watch", "ext", "exec"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"verboase" : true, "ignore" : ["node_modules"], "watch" : ["src"], "ext" : "ts,js", "exec" : "ts-node src/index"} | json_instruct | {"type": "object", "properties": {"verboase": {"type": "boolean"}, "ignore": {"type": "array", "items": {"type": "string"}}, "watch": {"type": "array", "items": {"type": "string"}}, "ext": {"type": "string"}, "exec": {"type": "string"}}, "required": ["verboase", "ignore", "watch", "ext", "exec"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "audit": {"type": "integer"}}, "required": ["id", "source", "verse_id", "verse_count", "reference", "title", "html", "audit"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 217, "source" : "gileadi", "verse_id" : 17969, "verse_count" : 2, "reference" : "15:8\u20139", "title" : "", "html" : " <p>Curses extend to being pursued by enemies—the Assyrian alliance—and being devoured by wild beasts. These, however, are synonymous ideas: “Their arrows are sharp; all their bows are strung. The tread of their warhorses resembles flint; their chariot wheels revolve like a whirlwind. They have the roar of a <em>lion</em>; they are aroused like young lions: growling, they seize the prey, and escape, and none comes to the rescue” (<a class=\"isa\" verses=\"eyIxNzc2OCI6Mn0=\">Isaiah 5:28-29</a>; emphasis added). Jehovah’s righteous people, on the other hand, are gathered out: “The ransomed of Jehovah shall return; they shall come singing to Zion” (<a class=\"isa\" verses=\"WzE4MzMxXQ==\">Isaiah 35:10</a>). </p> ", "audit" : 1} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "audit": {"type": "integer"}}, "required": ["id", "source", "verse_id", "verse_count", "reference", "title", "html", "audit"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"title": {"type": "string"}, "genre": {"type": "string"}, "creators": {"type": "array", "items": {"type": "string"}}, "cast": {"type": "array", "items": {"type": "string"}}, "country_of_origin": {"type": "string"}, "seasons": {"type": "integer"}, "episodes": {"type": "integer"}, "start_date": {"type": "string"}, "end_date": {"type": "string"}}, "required": ["title", "genre", "creators", "cast", "country_of_origin", "seasons", "episodes", "start_date", "end_date"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Hot l Baltimore", "genre" : "", "creators" : ["Lanford Wilson"], "cast" : ["Richard Masur", "Conchata Ferrell", "James Cromwell", "Al Freeman, Jr.", "Jeannie Linero", "Gloria LeRoy", "Robin Wilson", "Stan Gottlieb", "Lee Bergere", "Henry Calvert", "Charlotte Rae"], "country_of_origin" : "United States", "seasons" : 1, "episodes" : 13, "start_date" : "Fri Jan 24 00:00:00 EST 1975", "end_date" : "Fri Apr 25 00:00:00 EDT 1975"} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "genre": {"type": "string"}, "creators": {"type": "array", "items": {"type": "string"}}, "cast": {"type": "array", "items": {"type": "string"}}, "country_of_origin": {"type": "string"}, "seasons": {"type": "integer"}, "episodes": {"type": "integer"}, "start_date": {"type": "string"}, "end_date": {"type": "string"}}, "required": ["title", "genre", "creators", "cast", "country_of_origin", "seasons", "episodes", "start_date", "end_date"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"genre": {"type": "string"}, "event": {"type": "array", "items": {"type": "object", "properties": {"venue_id": {"type": "integer"}, "title": {"type": "string"}, "date": {"type": "string"}, "time": {"type": "string"}, "venue": {"type": "string"}, "lineup": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "musician_id": {"type": "integer"}}, "required": ["name", "musician_id"]}}}, "required": ["venue_id", "title", "date", "time", "venue", "lineup"]}}, "regular_musician": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "musician_id": {"type": "integer"}, "event_count": {"type": "integer"}}, "required": ["name", "musician_id", "event_count"]}}, "name": {"type": "string"}, "musician_id": {"type": "integer"}}, "required": ["genre", "event", "regular_musician", "name", "musician_id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"genre" : "Pop", "event" : [{"venue_id" : 137, "title" : "STER WORK Ent. Present Show 'VIEWTIFUL' \uacf5\uc5f0", "date" : "2012-06-22", "time" : "20:00", "venue" : "\ud504\ub9ac\uc998\ud640", "lineup" : [{"name" : "\ube44\ubc00\ub9ac\uc5d0", "musician_id" : 1138}, {"name" : "\ubb34\ub4dc\uc140\ub77c", "musician_id" : 1261}, {"name" : "HR\uc2dc\uac04", "musician_id" : 1652}, {"name" : "Kar", "musician_id" : 1653}]}], "regular_musician" : [{"name" : "\ube44\ubc00\ub9ac\uc5d0", "musician_id" : 1138, "event_count" : 1}, {"name" : "HR\uc2dc\uac04", "musician_id" : 1652, "event_count" : 1}, {"name" : "\ubb34\ub4dc\uc140\ub77c", "musician_id" : 1261, "event_count" : 1}, {"name" : "Kar", "musician_id" : 1653, "event_count" : 1}], "name" : "Kar", "musician_id" : 1653} | json_instruct | {"type": "object", "properties": {"genre": {"type": "string"}, "event": {"type": "array", "items": {"type": "object", "properties": {"venue_id": {"type": "integer"}, "title": {"type": "string"}, "date": {"type": "string"}, "time": {"type": "string"}, "venue": {"type": "string"}, "lineup": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "musician_id": {"type": "integer"}}, "required": ["name", "musician_id"]}}}, "required": ["venue_id", "title", "date", "time", "venue", "lineup"]}}, "regular_musician": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "musician_id": {"type": "integer"}, "event_count": {"type": "integer"}}, "required": ["name", "musician_id", "event_count"]}}, "name": {"type": "string"}, "musician_id": {"type": "integer"}}, "required": ["genre", "event", "regular_musician", "name", "musician_id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"tasks.cancel": {"type": "object", "properties": {"url_params": {"type": "object", "properties": {"nodes": {"type": "array", "items": {}}, "actions": {"type": "array", "items": {}}, "parent_task_id": {"type": "string"}, "wait_for_completion": {"type": "string"}}, "required": ["nodes", "actions", "parent_task_id", "wait_for_completion"]}, "methods": {"type": "array", "items": {"type": "string"}}, "patterns": {"type": "array", "items": {"type": "string"}}, "documentation": {"type": "string"}}, "required": ["url_params", "methods", "patterns", "documentation"]}}, "required": ["tasks.cancel"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"tasks.cancel" : {"url_params" : {"nodes" : [], "actions" : [], "parent_task_id" : "", "wait_for_completion" : "__flag__"}, "methods" : ["POST"], "patterns" : ["_tasks/_cancel", "_tasks/{task_id}/_cancel"], "documentation" : "https://www.elastic.co/guide/en/elasticsearch/reference/master/tasks.html"}} | json_instruct | {"type": "object", "properties": {"tasks.cancel": {"type": "object", "properties": {"url_params": {"type": "object", "properties": {"nodes": {"type": "array", "items": {}}, "actions": {"type": "array", "items": {}}, "parent_task_id": {"type": "string"}, "wait_for_completion": {"type": "string"}}, "required": ["nodes", "actions", "parent_task_id", "wait_for_completion"]}, "methods": {"type": "array", "items": {"type": "string"}}, "patterns": {"type": "array", "items": {"type": "string"}}, "documentation": {"type": "string"}}, "required": ["url_params", "methods", "patterns", "documentation"]}}, "required": ["tasks.cancel"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"@context": {"type": "string"}, "@type": {"type": "string"}, "@id": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "address": {"type": "string"}, "country": {"type": "string"}, "email": {"type": "string"}, "telephone": {"type": "string"}}, "required": ["@context", "@type", "@id", "name", "version", "address", "country", "email", "telephone"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"@context" : "http://greendelta.github.io/olca-schema/context.jsonld", "@type" : "Actor", "@id" : "da94987a-2b3e-3c1c-be36-2a4eb4bcebd2", "name" : "Roy Wood", "version" : "00.00.000", "address" : "", "country" : "US", "email" : "roy.w.wood@gmail.com", "telephone" : "585-703-4641"} | json_instruct | {"type": "object", "properties": {"@context": {"type": "string"}, "@type": {"type": "string"}, "@id": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "address": {"type": "string"}, "country": {"type": "string"}, "email": {"type": "string"}, "telephone": {"type": "string"}}, "required": ["@context", "@type", "@id", "name", "version", "address", "country", "email", "telephone"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"prod": {"type": "string"}, "dev": {"type": "string"}, "specificity-graph": {"type": "string"}}, "required": ["prod", "dev", "specificity-graph"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"sass": {"type": "string"}, "specificity-graph": {"type": "string"}}, "required": ["sass", "specificity-graph"]}, "config": {"type": "object", "properties": {"posts_per_page": {"type": "integer"}}, "required": ["posts_per_page"]}}, "required": ["name", "version", "description", "scripts", "keywords", "license", "devDependencies", "config"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "ares-designer", "version" : "0.1.0", "description" : "Ares designer is a elegant theme for GhostCMS", "scripts" : {"prod" : "sass assets/css/import.scss:assets/css/import.css --style compressed", "dev" : "sass --watch assets/css/import.scss:assets/css/import.css --style compressed", "specificity-graph" : "specificity-graph assets/css/import.css"}, "keywords" : ["ghost", "theme", "ghost-theme"], "license" : "MIT", "devDependencies" : {"sass" : "^1.18.0", "specificity-graph" : "^0.1.7"}, "config" : {"posts_per_page" : 12}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"prod": {"type": "string"}, "dev": {"type": "string"}, "specificity-graph": {"type": "string"}}, "required": ["prod", "dev", "specificity-graph"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"sass": {"type": "string"}, "specificity-graph": {"type": "string"}}, "required": ["sass", "specificity-graph"]}, "config": {"type": "object", "properties": {"posts_per_page": {"type": "integer"}}, "required": ["posts_per_page"]}}, "required": ["name", "version", "description", "scripts", "keywords", "license", "devDependencies", "config"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"botPrompts": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]}}, "disambiguationPrompt": {"type": "string"}, "enumValues": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "canonicalName": {"type": "string"}, "extensionType": {"type": "null"}, "nativeLanguageTag": {"type": "string"}, "primaryLanguageCanonicalName": {"type": "string"}, "synonyms": {"type": "array", "items": {"type": "string"}}, "trackingId": {"type": "string"}}, "required": ["type", "canonicalName", "extensionType", "nativeLanguageTag", "primaryLanguageCanonicalName", "synonyms", "trackingId"]}}, "fuzzyMatch": {"type": "boolean"}, "multiValue": {"type": "boolean"}, "name": {"type": "string"}, "promptForDisambiguation": {"type": "boolean"}, "trackingId": {"type": "string"}, "type": {"type": "string"}, "validationRules": {"type": "array", "items": {}}}, "required": ["botPrompts", "disambiguationPrompt", "enumValues", "fuzzyMatch", "multiValue", "name", "promptForDisambiguation", "trackingId", "type", "validationRules"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"botPrompts" : [{"text" : "Choose topic"}], "disambiguationPrompt" : "Please choose appropriate category", "enumValues" : [{"type" : "StaticEntityValue", "canonicalName" : "Selling Material", "extensionType" : null, "nativeLanguageTag" : "en", "primaryLanguageCanonicalName" : "Selling Material", "synonyms" : ["selling materials", "seling material", "seling materials"], "trackingId" : "434E76AA-3322-40EE-AB5A-66DEC873A3A1"}, {"type" : "StaticEntityValue", "canonicalName" : "Cafe Sales Plays", "extensionType" : null, "nativeLanguageTag" : "en", "primaryLanguageCanonicalName" : "Cafe Sales Plays", "synonyms" : ["cafe sale play", "cafe sales play", "cafe sale plays", "sales plays"], "trackingId" : "48B86373-170C-4DBB-91F5-7CB431F12F7B"}, {"type" : "StaticEntityValue", "canonicalName" : "Setup a Cafe", "extensionType" : null, "nativeLanguageTag" : "en", "primaryLanguageCanonicalName" : "Setup a Cafe", "synonyms" : ["select a cafe", "budget a cafe"], "trackingId" : "7818743E-0609-4B54-B1CF-DCAB2144188D"}, {"type" : "StaticEntityValue", "canonicalName" : "Funding Solutions", "extensionType" : null, "nativeLanguageTag" : "en", "primaryLanguageCanonicalName" : "Funding Solutions", "synonyms" : ["finance options"], "trackingId" : "4397F042-D66A-48DC-9BA1-220580ED8619"}, {"type" : "StaticEntityValue", "canonicalName" : "Sales Trainings", "extensionType" : null, "nativeLanguageTag" : "en", "primaryLanguageCanonicalName" : "Sales Trainings", "synonyms" : ["sales training", "sale training", "sales traing"], "trackingId" : "937CA712-0FF0-40C3-A242-C3BB20226829"}], "fuzzyMatch" : true, "multiValue" : false, "name" : "SellingMenu", "promptForDisambiguation" : true, "trackingId" : "74306F37-FB6D-4268-BE97-3C8CECD698A1", "type" : "ENUMVALUES", "validationRules" : []} | json_instruct | {"type": "object", "properties": {"botPrompts": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}}, "required": ["text"]}}, "disambiguationPrompt": {"type": "string"}, "enumValues": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "canonicalName": {"type": "string"}, "extensionType": {"type": "null"}, "nativeLanguageTag": {"type": "string"}, "primaryLanguageCanonicalName": {"type": "string"}, "synonyms": {"type": "array", "items": {"type": "string"}}, "trackingId": {"type": "string"}}, "required": ["type", "canonicalName", "extensionType", "nativeLanguageTag", "primaryLanguageCanonicalName", "synonyms", "trackingId"]}}, "fuzzyMatch": {"type": "boolean"}, "multiValue": {"type": "boolean"}, "name": {"type": "string"}, "promptForDisambiguation": {"type": "boolean"}, "trackingId": {"type": "string"}, "type": {"type": "string"}, "validationRules": {"type": "array", "items": {}}}, "required": ["botPrompts", "disambiguationPrompt", "enumValues", "fuzzyMatch", "multiValue", "name", "promptForDisambiguation", "trackingId", "type", "validationRules"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"month": {"type": "string"}, "num": {"type": "integer"}, "link": {"type": "string"}, "year": {"type": "string"}, "news": {"type": "string"}, "safe_title": {"type": "string"}, "transcript": {"type": "string"}, "alt": {"type": "string"}, "img": {"type": "string"}, "title": {"type": "string"}, "day": {"type": "string"}, "mirror_img": {"type": "string"}}, "required": ["month", "num", "link", "year", "news", "safe_title", "transcript", "alt", "img", "title", "day", "mirror_img"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"month" : "3", "num" : 2125, "link" : "", "year" : "2019", "news" : "", "safe_title" : "Luna 2", "transcript" : "", "alt" : "The flags were probably vaporized on impact, because we launched it before we had finished figuring out how to land. That makes sense from an engineering standpoint, but also feels like a metaphor.", "img" : "https://imgs.xkcd.com/comics/luna_2.png", "title" : "Luna 2", "day" : "18", "mirror_img" : "https://raw.githubusercontent.com/aghontpi/mirror-xkcd-api/main/api/2125/luna_2.png"} | json_instruct | {"type": "object", "properties": {"month": {"type": "string"}, "num": {"type": "integer"}, "link": {"type": "string"}, "year": {"type": "string"}, "news": {"type": "string"}, "safe_title": {"type": "string"}, "transcript": {"type": "string"}, "alt": {"type": "string"}, "img": {"type": "string"}, "title": {"type": "string"}, "day": {"type": "string"}, "mirror_img": {"type": "string"}}, "required": ["month", "num", "link", "year", "news", "safe_title", "transcript", "alt", "img", "title", "day", "mirror_img"], "$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": {"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" : "PASER", "originalFilename" : "POTO MIRAN.jpg", "namaPartai" : "Partai Hati Nurani Rakyat", "id" : 212615, "noUrut" : 1, "nama" : "MIRAN SUSIANTO", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "PASER", "originalFilename" : "ZAENAL ABIDIN.jpg", "namaPartai" : "Partai Hati Nurani Rakyat", "id" : 187992, "noUrut" : 2, "nama" : "ZAENAL ABIDIN, SP", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "PASER", "originalFilename" : "HERLINA WATI.jpg", "namaPartai" : "Partai Hati Nurani Rakyat", "id" : 144104, "noUrut" : 3, "nama" : "HERLINA WATI", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "PASER", "originalFilename" : "elias-photo471.jpg", "namaPartai" : "Partai Hati Nurani Rakyat", "id" : 185986, "noUrut" : 4, "nama" : "ELIAS BELIKO", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "PASER", "originalFilename" : "MEDRI-PHOTO.jpg", "namaPartai" : "Partai Hati Nurani Rakyat", "id" : 215563, "noUrut" : 5, "nama" : "MEDRIANA FATMAWATI", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "PASER", "originalFilename" : "H. MARWAN.jpg", "namaPartai" : "Partai Hati Nurani Rakyat", "id" : 143965, "noUrut" : 6, "nama" : "H. MARWAN, SE", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "PASER", "originalFilename" : "DARAMATASIAH - PHOTO.jpg", "namaPartai" : "Partai Hati Nurani Rakyat", "id" : 191078, "noUrut" : 7, "nama" : "DARAMATASIAH", "stringJenisKelamin" : "Perempuan"}, {"namaKab" : "PASER", "originalFilename" : "JUMADI TA'DUNG-PHOTO.jpg", "namaPartai" : "Partai Hati Nurani Rakyat", "id" : 190897, "noUrut" : 8, "nama" : "JUMADI TA'DUNG, S.Sos", "stringJenisKelamin" : "Laki-Laki"}] | 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#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"variants" : {"" : {"model" : "attained_drops:block/shulker_bulb"}}} | json_instruct | {"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["react-intro-popup"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"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"]}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"node-pty": {"type": "string"}}, "required": ["node-pty"]}}, "required": ["name", "version", "description", "author", "license", "repository", "main", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "pty-proxy", "version" : "0.1.0", "description" : "Pty to stdin, stdout proxy", "author" : "zella <drumirage@gmail.com>", "license" : "MIT", "repository" : {"type" : "git", "url" : "git://github.com/zella/pty-proxy.git"}, "main" : "pty-proxy.js", "scripts" : {"start" : "node pty-proxy.js"}, "dependencies" : {"node-pty" : "^0.8.1"}} | 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"]}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"node-pty": {"type": "string"}}, "required": ["node-pty"]}}, "required": ["name", "version", "description", "author", "license", "repository", "main", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"judges": {"type": "array", "items": {}}, "court": {"type": "string"}, "api_url": {"type": "string"}, "author": {"type": "null"}, "text": {"type": "object", "properties": {"pdf": {"type": "string"}, "text": {"type": "string"}}, "required": ["pdf", "text"]}, "cited_laws": {"type": "null"}, "cited_cases": {"type": "null"}, "number": {"type": "string"}, "name": {"type": "string"}, "date_published": {"type": "string"}, "parties": {"type": "object", "properties": {"plaintiff": {"type": "string"}, "defendant": {"type": "string"}}, "required": ["plaintiff", "defendant"]}, "attorneys": {"type": "array", "items": {}}, "outcome": {"type": "null"}, "type": {"type": "null"}, "is_published": {"type": "boolean"}}, "required": ["judges", "court", "api_url", "author", "text", "cited_laws", "cited_cases", "number", "name", "date_published", "parties", "attorneys", "outcome", "type", "is_published"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"judges" : [], "court" : "Court of Appeals of Virginia", "api_url" : "opinions/0104952.json", "author" : null, "text" : {"pdf" : "http://www.courts.state.va.us/opinions/opncavwp/0104952.pdf", "text" : "opinions/0104952.txt"}, "cited_laws" : null, "cited_cases" : null, "number" : "0104952", "name" : "Douglas McGee, Jr. v CW", "date_published" : "7/08/1997", "parties" : {"plaintiff" : "Douglas McGee, Jr.", "defendant" : "CW"}, "attorneys" : [], "outcome" : null, "type" : null, "is_published" : true} | json_instruct | {"type": "object", "properties": {"judges": {"type": "array", "items": {}}, "court": {"type": "string"}, "api_url": {"type": "string"}, "author": {"type": "null"}, "text": {"type": "object", "properties": {"pdf": {"type": "string"}, "text": {"type": "string"}}, "required": ["pdf", "text"]}, "cited_laws": {"type": "null"}, "cited_cases": {"type": "null"}, "number": {"type": "string"}, "name": {"type": "string"}, "date_published": {"type": "string"}, "parties": {"type": "object", "properties": {"plaintiff": {"type": "string"}, "defendant": {"type": "string"}}, "required": ["plaintiff", "defendant"]}, "attorneys": {"type": "array", "items": {}}, "outcome": {"type": "null"}, "type": {"type": "null"}, "is_published": {"type": "boolean"}}, "required": ["judges", "court", "api_url", "author", "text", "cited_laws", "cited_cases", "number", "name", "date_published", "parties", "attorneys", "outcome", "type", "is_published"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"polyfill": {"type": "array", "items": {"type": "string"}}, "app": {"type": "array", "items": {"type": "string"}}, "component---cache-caches-gatsby-plugin-offline-app-shell-js": {"type": "array", "items": {"type": "string"}}, "component---src-pages-404-js": {"type": "array", "items": {"type": "string"}}, "component---src-templates-blog-list-template-js": {"type": "array", "items": {"type": "string"}}, "component---src-templates-blog-post-js": {"type": "array", "items": {"type": "string"}}, "component---src-templates-page-js": {"type": "array", "items": {"type": "string"}}, "component---src-templates-tags-js": {"type": "array", "items": {"type": "string"}}}, "required": ["polyfill", "app", "component---cache-caches-gatsby-plugin-offline-app-shell-js", "component---src-pages-404-js", "component---src-templates-blog-list-template-js", "component---src-templates-blog-post-js", "component---src-templates-page-js", "component---src-templates-tags-js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"polyfill" : ["/polyfill-db2f4e55589df5b85311.js"], "app" : ["/app-8e2950c7c4bf122c32c5.js"], "component---cache-caches-gatsby-plugin-offline-app-shell-js" : ["/component---cache-caches-gatsby-plugin-offline-app-shell-js-e5cb9e0c77a823b86dc2.js"], "component---src-pages-404-js" : ["/component---src-pages-404-js-5e6cb21e4aa2ab2578b3.js"], "component---src-templates-blog-list-template-js" : ["/component---src-templates-blog-list-template-js-110b13affbe0c93b92eb.js"], "component---src-templates-blog-post-js" : ["/component---src-templates-blog-post-js-04d9347f9e57f73621a8.js"], "component---src-templates-page-js" : ["/component---src-templates-page-js-8f7438f905c6c987a94e.js"], "component---src-templates-tags-js" : ["/component---src-templates-tags-js-d2ad59f9d678110d7247.js"]} | json_instruct | {"type": "object", "properties": {"polyfill": {"type": "array", "items": {"type": "string"}}, "app": {"type": "array", "items": {"type": "string"}}, "component---cache-caches-gatsby-plugin-offline-app-shell-js": {"type": "array", "items": {"type": "string"}}, "component---src-pages-404-js": {"type": "array", "items": {"type": "string"}}, "component---src-templates-blog-list-template-js": {"type": "array", "items": {"type": "string"}}, "component---src-templates-blog-post-js": {"type": "array", "items": {"type": "string"}}, "component---src-templates-page-js": {"type": "array", "items": {"type": "string"}}, "component---src-templates-tags-js": {"type": "array", "items": {"type": "string"}}}, "required": ["polyfill", "app", "component---cache-caches-gatsby-plugin-offline-app-shell-js", "component---src-pages-404-js", "component---src-templates-blog-list-template-js", "component---src-templates-blog-post-js", "component---src-templates-page-js", "component---src-templates-tags-js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"data": {"type": "object", "properties": {"allMarkdownRemark": {"type": "object", "properties": {"group": {"type": "array", "items": {"type": "object", "properties": {"fieldValue": {"type": "string"}, "totalCount": {"type": "integer"}}, "required": ["fieldValue", "totalCount"]}}}, "required": ["group"]}}, "required": ["allMarkdownRemark"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"data" : {"allMarkdownRemark" : {"group" : [{"fieldValue" : "Finance", "totalCount" : 2}, {"fieldValue" : "Personal", "totalCount" : 1}, {"fieldValue" : "Quantitative Trading", "totalCount" : 1}]}}} | json_instruct | {"type": "object", "properties": {"data": {"type": "object", "properties": {"allMarkdownRemark": {"type": "object", "properties": {"group": {"type": "array", "items": {"type": "object", "properties": {"fieldValue": {"type": "string"}, "totalCount": {"type": "integer"}}, "required": ["fieldValue", "totalCount"]}}}, "required": ["group"]}}, "required": ["allMarkdownRemark"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"mongoose": {"type": "string"}, "request": {"type": "string"}, "async": {"type": "string"}}, "required": ["mongoose", "request", "async"]}, "devDependencies": {"type": "object", "properties": {"mocha": {"type": "string"}, "mongodb": {"type": "string"}}, "required": ["mocha", "mongodb"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}}, "required": ["name", "description", "version", "author", "keywords", "dependencies", "devDependencies", "engines", "main", "repository", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "elmongo", "description" : "Mongoose + Elasticsearch", "version" : "0.1.8", "author" : "Tolga Tezel", "keywords" : ["mongoose", "elasticsearch", "search", "mongo"], "dependencies" : {"mongoose" : "3.6.11", "request" : "2.25.0", "async" : "0.2.9"}, "devDependencies" : {"mocha" : "1.8.1", "mongodb" : "1.3.15"}, "engines" : {"node" : ">=0.6.0"}, "main" : "./lib/elmongo", "repository" : {"type" : "git", "url" : "http://github.com/usesold/elmongo.git"}, "scripts" : {"test" : "./node_modules/.bin/mocha -t 90000 -R spec"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"mongoose": {"type": "string"}, "request": {"type": "string"}, "async": {"type": "string"}}, "required": ["mongoose", "request", "async"]}, "devDependencies": {"type": "object", "properties": {"mocha": {"type": "string"}, "mongodb": {"type": "string"}}, "required": ["mocha", "mongodb"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}}, "required": ["name", "description", "version", "author", "keywords", "dependencies", "devDependencies", "engines", "main", "repository", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"roleName": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "assignableScopes": {"type": "array", "items": {"type": "string"}}, "permissions": {"type": "array", "items": {"type": "object", "properties": {"actions": {"type": "array", "items": {"type": "string"}}, "notActions": {"type": "array", "items": {}}, "dataActions": {"type": "array", "items": {"type": "string"}}, "notDataActions": {"type": "array", "items": {}}}, "required": ["actions", "notActions", "dataActions", "notDataActions"]}}, "createdOn": {"type": "string"}, "updatedOn": {"type": "string"}, "createdBy": {"type": "null"}, "updatedBy": {"type": "null"}}, "required": ["roleName", "type", "description", "assignableScopes", "permissions", "createdOn", "updatedOn", "createdBy", "updatedBy"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"roleName" : "Cognitive Services LUIS Owner", "type" : "BuiltInRole", "description" : " Has access to all Read, Test, Write, Deploy and Delete functions under LUIS", "assignableScopes" : ["/"], "permissions" : [{"actions" : ["Microsoft.CognitiveServices/*/read", "Microsoft.CognitiveServices/accounts/listkeys/action", "Microsoft.Authorization/roleAssignments/read", "Microsoft.Authorization/roleDefinitions/read"], "notActions" : [], "dataActions" : ["Microsoft.CognitiveServices/accounts/LUIS/*"], "notDataActions" : []}], "createdOn" : "2021-11-04T03:28:02.96118Z", "updatedOn" : "2021-11-11T20:15:25.4884913Z", "createdBy" : null, "updatedBy" : null} | json_instruct | {"type": "object", "properties": {"roleName": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "assignableScopes": {"type": "array", "items": {"type": "string"}}, "permissions": {"type": "array", "items": {"type": "object", "properties": {"actions": {"type": "array", "items": {"type": "string"}}, "notActions": {"type": "array", "items": {}}, "dataActions": {"type": "array", "items": {"type": "string"}}, "notDataActions": {"type": "array", "items": {}}}, "required": ["actions", "notActions", "dataActions", "notDataActions"]}}, "createdOn": {"type": "string"}, "updatedOn": {"type": "string"}, "createdBy": {"type": "null"}, "updatedBy": {"type": "null"}}, "required": ["roleName", "type", "description", "assignableScopes", "permissions", "createdOn", "updatedOn", "createdBy", "updatedBy"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"odo": {"type": "integer"}, "ig": {"type": "string"}, "map": {"type": "string"}, "elev": {"type": "object", "properties": {"cs": {"type": "string"}, "en": {"type": "string"}}, "required": ["cs", "en"]}}, "required": ["odo", "ig", "map", "elev"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"odo" : 62, "ig" : "https://www.instagram.com/p/CRUis1Pr5zh/", "map" : "https://en.mapy.cz/s/fadavohame", "elev" : {"cs" : "1,4 km nahoru a 1 km dol\u016f", "en" : "4600 ft up and 3280 ft down"}} | json_instruct | {"type": "object", "properties": {"odo": {"type": "integer"}, "ig": {"type": "string"}, "map": {"type": "string"}, "elev": {"type": "object", "properties": {"cs": {"type": "string"}, "en": {"type": "string"}}, "required": ["cs", "en"]}}, "required": ["odo", "ig", "map", "elev"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"composer": {"type": "string"}, "id": {"type": "string"}}, "required": ["composer", "id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "http://data.doremus.org/performance/f7d46b94-742e-3c23-ade5-5d412ad2b9da", "expression" : [{"composer" : "http://data.doremus.org/artist/68e29620-4479-3e32-8961-53e614654d02", "id" : "http://data.doremus.org/expression/691369f7-6fe4-3301-8f91-3ca5cfa17dce"}, {"composer" : "http://data.doremus.org/artist/68e29620-4479-3e32-8961-53e614654d02", "id" : "http://data.doremus.org/expression/daab7dc0-cee2-33e7-883f-dc2396b55e68"}, {"composer" : "http://data.doremus.org/artist/68e29620-4479-3e32-8961-53e614654d02", "id" : "http://data.doremus.org/expression/6b4f0073-9de1-3fd9-95c2-26b5dbae7613"}, {"composer" : "http://data.doremus.org/artist/c5d5735c-1095-3ed4-a20f-1208ab9567f9", "id" : "http://data.doremus.org/expression/63195b4f-205b-3c10-8569-b657f364a644"}, {"composer" : "http://data.doremus.org/artist/c5d5735c-1095-3ed4-a20f-1208ab9567f9", "id" : "http://data.doremus.org/expression/d91a1182-efab-3aa4-92ec-634280df42df"}, {"composer" : "http://data.doremus.org/artist/68e29620-4479-3e32-8961-53e614654d02", "id" : "http://data.doremus.org/expression/fff342e8-32ff-31bf-a258-ba0db7b078e5"}, {"composer" : "http://data.doremus.org/artist/c5d5735c-1095-3ed4-a20f-1208ab9567f9", "id" : "http://data.doremus.org/expression/9a20779a-689c-3c42-980f-643944754198"}, {"composer" : "http://data.doremus.org/artist/c5d5735c-1095-3ed4-a20f-1208ab9567f9", "id" : "http://data.doremus.org/expression/57dcd174-6230-3ff1-9312-3b81b8dc459e"}, {"composer" : "http://data.doremus.org/artist/68e29620-4479-3e32-8961-53e614654d02", "id" : "http://data.doremus.org/expression/677e42f4-0040-38b0-bfbe-201c52adc3bc"}, {"composer" : "http://data.doremus.org/artist/68e29620-4479-3e32-8961-53e614654d02", "id" : "http://data.doremus.org/expression/b209a451-61b6-3c72-90b2-163bba0b87c6"}]} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"composer": {"type": "string"}, "id": {"type": "string"}}, "required": ["composer", "id"]}}}, "required": ["id", "expression"], "$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"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"webcomponentsjs": {"type": "string"}, "polymer": {"type": "string"}}, "required": ["webcomponentsjs", "polymer"]}}, "required": ["name", "homepage", "authors", "description", "main", "keywords", "license", "ignore", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "fake-trump-tweet", "homepage" : "https://github.com/EthanDayley/fake-trump-tweet", "authors" : ["Ethan Dayley <eedayley@gmail.com>"], "description" : "A fake @RealDonaldTrump tweet element.", "main" : "fake-trump-tweet.html", "keywords" : ["funny", "tweet", "fake"], "license" : "MIT", "ignore" : ["**/.*", "node_modules", "bower_components", "test", "tests"], "dependencies" : {"webcomponentsjs" : "^1.0.22", "polymer" : "^2.3.1"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}, "dependencies": {"type": "object", "properties": {"webcomponentsjs": {"type": "string"}, "polymer": {"type": "string"}}, "required": ["webcomponentsjs", "polymer"]}}, "required": ["name", "homepage", "authors", "description", "main", "keywords", "license", "ignore", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1912, 7], [1921, 7], [1923, 5], [1924, 5], [1946, 6], [1953, 5]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$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" : "conquest:block/red_shipping_container_pillar_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": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "7105090013", "district_id" : "7105090", "name" : "BOYONG PANTE DUA"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}, "watch": {"type": "string"}}, "required": ["test", "start", "watch"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "chai": {"type": "string"}, "dotenv": {"type": "string"}, "express": {"type": "string"}, "jsonwebtoken": {"type": "string"}, "lowdb": {"type": "string"}, "mocha": {"type": "string"}, "morgan": {"type": "string"}, "shortid": {"type": "string"}, "supertest": {"type": "string"}, "swagger-jsdoc": {"type": "string"}, "swagger-ui-express": {"type": "string"}}, "required": ["body-parser", "chai", "dotenv", "express", "jsonwebtoken", "lowdb", "mocha", "morgan", "shortid", "supertest", "swagger-jsdoc", "swagger-ui-express"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "nodejs-api-sample", "version" : "1.0.0", "description" : "Nodejs Rest Api", "main" : "server.js", "scripts" : {"test" : "mocha || exit 0", "start" : "node server.js", "watch" : "nodemon server.js --ignore db.json"}, "author" : "", "license" : "ISC", "dependencies" : {"body-parser" : "^1.19.0", "chai" : "^4.2.0", "dotenv" : "^8.2.0", "express" : "^4.17.1", "jsonwebtoken" : "^8.5.1", "lowdb" : "^1.0.0", "mocha" : "^6.2.2", "morgan" : "^1.9.1", "shortid" : "^2.2.15", "supertest" : "^4.0.2", "swagger-jsdoc" : "^3.5.0", "swagger-ui-express" : "^4.1.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"}, "start": {"type": "string"}, "watch": {"type": "string"}}, "required": ["test", "start", "watch"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "chai": {"type": "string"}, "dotenv": {"type": "string"}, "express": {"type": "string"}, "jsonwebtoken": {"type": "string"}, "lowdb": {"type": "string"}, "mocha": {"type": "string"}, "morgan": {"type": "string"}, "shortid": {"type": "string"}, "supertest": {"type": "string"}, "swagger-jsdoc": {"type": "string"}, "swagger-ui-express": {"type": "string"}}, "required": ["body-parser", "chai", "dotenv", "express", "jsonwebtoken", "lowdb", "mocha", "morgan", "shortid", "supertest", "swagger-jsdoc", "swagger-ui-express"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"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": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "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 React from'react';var Header=function Header(){return React.createElement(\"div\",{id:\"header\",class:\"jumbotron jumbotron-fluid text-center\"},React.createElement(\"div\",{class:\"container\"},React.createElement(\"h1\",{class:\"display-4\"},\"Clicky Game\"),React.createElement(\"p\",{class:\"lead\"},\"Click on an image to earn points, but don't click on any more than once!\")));};export default Header;", "map" : {"version" : 3, "sources" : ["/Users/admin/Desktop/Homework/Clicky-Memory-Game/src/components/Header.js"], "names" : ["React", "Header"], "mappings" : "AAAA,MAAOA,CAAAA,KAAP,KAAkB,OAAlB,CAEA,GAAMC,CAAAA,MAAM,CAAG,QAATA,CAAAA,MAAS,EAAK,CAClB,MAEA,4BAAK,EAAE,CAAC,QAAR,CAAiB,KAAK,CAAC,uCAAvB,EACI,2BAAK,KAAK,CAAC,WAAX,EACE,0BAAI,KAAK,CAAC,WAAV,gBADF,CAEE,yBAAG,KAAK,CAAC,MAAT,6EAFF,CADJ,CAFA,CASD,CAVD,CAYA,cAAeA,CAAAA,MAAf", "sourcesContent" : ["import React from 'react';\n\nconst Header = () =>{\n return (\n \n <div id=\"header\" class=\"jumbotron jumbotron-fluid text-center\">\n <div class=\"container\">\n <h1 class=\"display-4\">Clicky Game</h1>\n <p class=\"lead\">Click on an image to earn points, but don't click on any more than once!</p>\n </div>\n </div>\n )\n}\n\nexport default Header;"]}, "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": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"": {"type": "object", "properties": {"swift-dependencies": {"type": "string"}}, "required": ["swift-dependencies"]}, "/Users/thendral/POC/vapor/Friends/Packages/Crypto-1.0.1/Sources/Cipher/Cipher.swift": {"type": "object", "properties": {"dependencies": {"type": "string"}, "object": {"type": "string"}, "swiftmodule": {"type": "string"}, "swift-dependencies": {"type": "string"}}, "required": ["dependencies", "object", "swiftmodule", "swift-dependencies"]}, "/Users/thendral/POC/vapor/Friends/Packages/Crypto-1.0.1/Sources/Cipher/Method.swift": {"type": "object", "properties": {"dependencies": {"type": "string"}, "object": {"type": "string"}, "swiftmodule": {"type": "string"}, "swift-dependencies": {"type": "string"}}, "required": ["dependencies", "object", "swiftmodule", "swift-dependencies"]}}, "required": ["", "/Users/thendral/POC/vapor/Friends/Packages/Crypto-1.0.1/Sources/Cipher/Cipher.swift", "/Users/thendral/POC/vapor/Friends/Packages/Crypto-1.0.1/Sources/Cipher/Method.swift"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"" : {"swift-dependencies" : "/Users/thendral/POC/vapor/Friends/.build/debug/Cipher.build/master.swiftdeps"}, "/Users/thendral/POC/vapor/Friends/Packages/Crypto-1.0.1/Sources/Cipher/Cipher.swift" : {"dependencies" : "/Users/thendral/POC/vapor/Friends/.build/debug/Cipher.build/Cipher.d", "object" : "/Users/thendral/POC/vapor/Friends/.build/debug/Cipher.build/Cipher.swift.o", "swiftmodule" : "/Users/thendral/POC/vapor/Friends/.build/debug/Cipher.build/Cipher~partial.swiftmodule", "swift-dependencies" : "/Users/thendral/POC/vapor/Friends/.build/debug/Cipher.build/Cipher.swiftdeps"}, "/Users/thendral/POC/vapor/Friends/Packages/Crypto-1.0.1/Sources/Cipher/Method.swift" : {"dependencies" : "/Users/thendral/POC/vapor/Friends/.build/debug/Cipher.build/Method.d", "object" : "/Users/thendral/POC/vapor/Friends/.build/debug/Cipher.build/Method.swift.o", "swiftmodule" : "/Users/thendral/POC/vapor/Friends/.build/debug/Cipher.build/Method~partial.swiftmodule", "swift-dependencies" : "/Users/thendral/POC/vapor/Friends/.build/debug/Cipher.build/Method.swiftdeps"}} | json_instruct | {"type": "object", "properties": {"": {"type": "object", "properties": {"swift-dependencies": {"type": "string"}}, "required": ["swift-dependencies"]}, "/Users/thendral/POC/vapor/Friends/Packages/Crypto-1.0.1/Sources/Cipher/Cipher.swift": {"type": "object", "properties": {"dependencies": {"type": "string"}, "object": {"type": "string"}, "swiftmodule": {"type": "string"}, "swift-dependencies": {"type": "string"}}, "required": ["dependencies", "object", "swiftmodule", "swift-dependencies"]}, "/Users/thendral/POC/vapor/Friends/Packages/Crypto-1.0.1/Sources/Cipher/Method.swift": {"type": "object", "properties": {"dependencies": {"type": "string"}, "object": {"type": "string"}, "swiftmodule": {"type": "string"}, "swift-dependencies": {"type": "string"}}, "required": ["dependencies", "object", "swiftmodule", "swift-dependencies"]}}, "required": ["", "/Users/thendral/POC/vapor/Friends/Packages/Crypto-1.0.1/Sources/Cipher/Cipher.swift", "/Users/thendral/POC/vapor/Friends/Packages/Crypto-1.0.1/Sources/Cipher/Method.swift"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {}, "required": []}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "Feature", "properties" : {}, "geometry" : {"type" : "Polygon", "coordinates" : [[[5.112419128417969, 52.09622422366772], [5.112419128417969, 52.094062282906954], [5.115251541137695, 52.094747787662364], [5.112419128417969, 52.09622422366772]], [[5.1127249002456665, 52.094362192533545], [5.114580988883972, 52.0948104053602], [5.11263906955719, 52.095845232479846], [5.1127249002456665, 52.094362192533545]]]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {}, "required": []}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "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": {"ID": {"type": "string"}, "tool": {"type": "string"}, "correctness": {"type": "string"}, "bug_id": {"type": "string"}, "project": {"type": "string"}, "target": {"type": "array", "items": {"type": "string"}}}, "required": ["ID", "tool", "correctness", "bug_id", "project", "target"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ID" : "Patch183", "tool" : "Nopol2017", "correctness" : "Incorrect", "bug_id" : "12", "project" : "Time", "target" : ["org/joda/time/LocalDateTime.java:663"]} | json_instruct | {"type": "object", "properties": {"ID": {"type": "string"}, "tool": {"type": "string"}, "correctness": {"type": "string"}, "bug_id": {"type": "string"}, "project": {"type": "string"}, "target": {"type": "array", "items": {"type": "string"}}}, "required": ["ID", "tool", "correctness", "bug_id", "project", "target"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"hits": {"type": "integer"}, "timeRestore": {"type": "boolean"}, "description": {"type": "string"}, "title": {"type": "string"}, "panelsJSON": {"type": "string"}, "version": {"type": "integer"}, "kibanaSavedObjectMeta": {"type": "object", "properties": {"searchSourceJSON": {"type": "string"}}, "required": ["searchSourceJSON"]}}, "required": ["hits", "timeRestore", "description", "title", "panelsJSON", "version", "kibanaSavedObjectMeta"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"hits" : 0, "timeRestore" : false, "description" : "", "title" : "Thrift performance", "panelsJSON" : "[{\"col\":1,\"id\":\"Navigation\",\"row\":1,\"size_x\":3,\"size_y\":4,\"type\":\"visualization\"},{\"col\":4,\"id\":\"Thrift-requests-per-minute\",\"row\":1,\"size_x\":5,\"size_y\":4,\"type\":\"visualization\"},{\"col\":9,\"id\":\"Thrift-RPC-Errors\",\"row\":1,\"size_x\":4,\"size_y\":4,\"type\":\"visualization\"},{\"col\":1,\"id\":\"Slowest-Thrift-RPC-methods\",\"row\":5,\"size_x\":6,\"size_y\":3,\"type\":\"visualization\"},{\"col\":7,\"id\":\"Thrift-response-times-percentiles\",\"row\":5,\"size_x\":6,\"size_y\":3,\"type\":\"visualization\"},{\"col\":1,\"id\":\"Top-Thrift-RPC-methods\",\"row\":8,\"size_x\":6,\"size_y\":4,\"type\":\"visualization\"},{\"col\":7,\"id\":\"Top-Thrift-RPC-calls-with-errors\",\"row\":8,\"size_x\":6,\"size_y\":4,\"type\":\"visualization\"},{\"id\":\"Thrift-transactions\",\"type\":\"search\",\"size_x\":12,\"size_y\":8,\"col\":1,\"row\":12,\"columns\":[\"method\",\"type\",\"path\",\"responsetime\",\"status\"],\"sort\":[\"@timestamp\",\"desc\"]}]", "version" : 1, "kibanaSavedObjectMeta" : {"searchSourceJSON" : "{\"filter\":[{\"query\":{\"query_string\":{\"analyze_wildcard\":true,\"query\":\"*\"}}}]}"}} | json_instruct | {"type": "object", "properties": {"hits": {"type": "integer"}, "timeRestore": {"type": "boolean"}, "description": {"type": "string"}, "title": {"type": "string"}, "panelsJSON": {"type": "string"}, "version": {"type": "integer"}, "kibanaSavedObjectMeta": {"type": "object", "properties": {"searchSourceJSON": {"type": "string"}}, "required": ["searchSourceJSON"]}}, "required": ["hits", "timeRestore", "description", "title", "panelsJSON", "version", "kibanaSavedObjectMeta"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "code": {"type": "string"}, "sort-code": {"type": "integer"}, "description": {"type": "string"}, "categories": {"type": "array", "items": {"type": "string"}}, "leaf": {"type": "boolean"}, "hierarchicalCategories.lvl2": {"type": "string"}, "hierarchicalCategories.lvl1": {"type": "string"}, "hierarchicalCategories.lvl0": {"type": "string"}, "parent": {"type": "string"}}, "required": ["id", "name", "type", "code", "sort-code", "description", "categories", "leaf", "hierarchicalCategories.lvl2", "hierarchicalCategories.lvl1", "hierarchicalCategories.lvl0", "parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "d32cc8d051e36b331198c46be5c0e43a", "name" : "Steuerneutrale Einnahmen Bereich 7000", "type" : "Ertrag", "code" : "3700", "sort-code" : 3700, "description" : "Steuerneutrale Einnahmen Bereich 7000", "categories" : ["3700-3799 Gesch\u00e4ftsbetriebe Sport", "3200-3899 ERTRAGSNEUTRALE POSTEN", "3 Erfolgskonten f\u00fcr ertragsteuerneutrale Posten"], "leaf" : true, "hierarchicalCategories.lvl2" : "3 Erfolgskonten f\u00fcr ertragsteuerneutrale Posten > 3200-3899 ERTRAGSNEUTRALE POSTEN > 3700-3799 Gesch\u00e4ftsbetriebe Sport", "hierarchicalCategories.lvl1" : "3 Erfolgskonten f\u00fcr ertragsteuerneutrale Posten > 3200-3899 ERTRAGSNEUTRALE POSTEN", "hierarchicalCategories.lvl0" : "3 Erfolgskonten f\u00fcr ertragsteuerneutrale Posten", "parent" : "c38662cf8016c7ccd0642c1bdafb492a"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "code": {"type": "string"}, "sort-code": {"type": "integer"}, "description": {"type": "string"}, "categories": {"type": "array", "items": {"type": "string"}}, "leaf": {"type": "boolean"}, "hierarchicalCategories.lvl2": {"type": "string"}, "hierarchicalCategories.lvl1": {"type": "string"}, "hierarchicalCategories.lvl0": {"type": "string"}, "parent": {"type": "string"}}, "required": ["id", "name", "type", "code", "sort-code", "description", "categories", "leaf", "hierarchicalCategories.lvl2", "hierarchicalCategories.lvl1", "hierarchicalCategories.lvl0", "parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "firstName": {"type": "string"}, "lastName": {"type": "string"}, "email": {"type": "string"}, "username": {"type": "string"}, "password": {"type": "string"}, "organisations": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "permissions": {"type": "array", "items": {}}, "notifications": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "code", "name", "permissions", "notifications"]}}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "active": {"type": "boolean"}}, "required": ["id", "firstName", "lastName", "email", "username", "password", "organisations", "createdAt", "updatedAt", "active"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "ff6c473a-8581-4a8e-9d1e-95ddb53c9b1b", "firstName" : "Mozell", "lastName" : "Beer", "email" : "mozell.beer-9726@example.com", "username" : "mozell.beer-9726@example.com", "password" : "bat", "organisations" : [{"id" : "b3c401bb-2537-4a17-9df1-c05f21038699", "code" : "2BO", "name" : "Excalibur @ St John\u2019s", "permissions" : [], "notifications" : ["course_published", "course_changed", "course_withdrawn", "course_vacancies_changed"]}], "createdAt" : "2022-03-07T12:33:02.916Z", "updatedAt" : "2022-03-08T20:09:43.979Z", "active" : false} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "firstName": {"type": "string"}, "lastName": {"type": "string"}, "email": {"type": "string"}, "username": {"type": "string"}, "password": {"type": "string"}, "organisations": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}, "permissions": {"type": "array", "items": {}}, "notifications": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "code", "name", "permissions", "notifications"]}}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "active": {"type": "boolean"}}, "required": ["id", "firstName", "lastName", "email", "username", "password", "organisations", "createdAt", "updatedAt", "active"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["accountdown-command", "atomify", "bankai", "bant-mochify", "bit-imports", "bkmrkd", "bowserify", "browserify", "browserify-debuf", "browserify-lite2", "browserify-test", "browserify-windows-fix", "bundler-reactor", "chastifol", "cjsc", "clink", "cordova-plugin-amplify-pay", "cordova-plugin-amplify-payment", "cpx", "deps-sort", "distify", "dockerlint", "ejs-pipe", "electroshot", "envlocalify", "fastlint", "forge", "forkdb", "geocodify", "ghost-render", "git-fish", "git-npm-updater", "glint-tasks", "glintcms-starter-glintcms", "glintcms-starter-intesso", "htmlifier", "immigration", "jargon-parser", "lessterfy", "level-sss", "lightfoot", "litefoot", "local_modules", "maxcdn-purge", "mochify", "mochify-browserify", "modtree", "module-deps", "module-deps-diskless", "module-deps-sortable", "node-serverify", "otra-vez", "packagify-html", "pageres-cli", "pageres-integration", "pakit", "pcm-format", "penguin.js", "persistify", "pixelizer", "protogram", "remon", "rename-pipeline", "requiremate", "requireomat", "resh", "resh-cli", "schema-mapper-store", "serve-stream", "stranger", "stylerefs", "tacoscript", "timecard", "transpilify", "travisci-webhook", "wenke-browserify", "xcss", "zulu"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"discord.js": {"type": "string"}, "dotenv": {"type": "string"}, "mysql": {"type": "string"}}, "required": ["discord.js", "dotenv", "mysql"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "akeno-js", "version" : "0.3.1", "description" : "Akeno discord bot", "main" : "index.js", "scripts" : {"start" : "node index.js"}, "repository" : {"type" : "git", "url" : "git+https://github.com/tomzig16/akeno-js.git"}, "author" : "TheSith", "license" : "MIT", "bugs" : {"url" : "https://github.com/tomzig16/akeno-js/issues"}, "homepage" : "https://github.com/tomzig16/akeno-js#readme", "dependencies" : {"discord.js" : "^11.3.2", "dotenv" : "^5.0.1", "mysql" : "^2.15.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "dependencies": {"type": "object", "properties": {"discord.js": {"type": "string"}, "dotenv": {"type": "string"}, "mysql": {"type": "string"}}, "required": ["discord.js", "dotenv", "mysql"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "author", "license", "bugs", "homepage", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"translations": {"type": "object", "properties": {"fr": {"type": "string"}, "en": {"type": "string"}}, "required": ["fr", "en"]}, "rarity": {"type": "integer"}, "rawDefense": {"type": "integer"}}, "required": ["translations", "rarity", "rawDefense"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"translations" : {"fr" : ":shield: **La lumi\u00e8re de node**", "en" : ":shield: **Node's light**"}, "rarity" : 4, "rawDefense" : 7} | json_instruct | {"type": "object", "properties": {"translations": {"type": "object", "properties": {"fr": {"type": "string"}, "en": {"type": "string"}}, "required": ["fr", "en"]}, "rarity": {"type": "integer"}, "rawDefense": {"type": "integer"}}, "required": ["translations", "rarity", "rawDefense"], "$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" : 3, "n_trials" : 80, "objective" : "markowitz_skew_on_cube", "white" : "hebo_sequential", "black" : "dlib_default", "traceback" : ["passing", "passing"], "best_val" : [-0.0411403866399668, -0.03767550283760905], "best_x" : [[0.5812561137590763, 0.2066302435088792, 0.21404180216511048], [0.33439242586704165, 0.5547754063049216, 0.10737347717580939]], "feval_count" : [80, 80], "n_trials_instructed" : [80, 80], "passing" : [true, true], "completed" : true, "points" : 1.0, "winner" : "hebo_sequential", "loser" : "dlib_default"} | 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#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"firstName": {"type": "string"}, "lastName": {"type": "string"}, "gender": {"type": "string"}, "age": {"type": "integer"}, "address": {"type": "object", "properties": {"streetAddress": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "postalCode": {"type": "string"}}, "required": ["streetAddress", "city", "state", "postalCode"]}, "phoneNumbers": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "number": {"type": "string"}}, "required": ["type", "number"]}}, "hasPet": {"type": "boolean"}, "petName": {"type": "null"}}, "required": ["firstName", "lastName", "gender", "age", "address", "phoneNumbers", "hasPet", "petName"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"firstName" : "Rack", "lastName" : "Jackon", "gender" : "m", "age" : 24, "address" : {"streetAddress" : "126", "city" : "San Jone", "state" : "CA", "postalCode" : "394221"}, "phoneNumbers" : [{"type" : "home", "number" : "7383627627"}], "hasPet" : false, "petName" : null} | json_instruct | {"type": "object", "properties": {"firstName": {"type": "string"}, "lastName": {"type": "string"}, "gender": {"type": "string"}, "age": {"type": "integer"}, "address": {"type": "object", "properties": {"streetAddress": {"type": "string"}, "city": {"type": "string"}, "state": {"type": "string"}, "postalCode": {"type": "string"}}, "required": ["streetAddress", "city", "state", "postalCode"]}, "phoneNumbers": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "number": {"type": "string"}}, "required": ["type", "number"]}}, "hasPet": {"type": "boolean"}, "petName": {"type": "null"}}, "required": ["firstName", "lastName", "gender", "age", "address", "phoneNumbers", "hasPet", "petName"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"body" : "CHAP. IV.: OF THE REALITY OF KNOWLEDGE.", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/14351.json"} | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, "translation": {"type": "array", "items": {"type": "string"}}, "errorCode": {"type": "string"}, "dict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "webdict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "basic": {"type": "object", "properties": {"us-phonetic": {"type": "string"}, "phonetic": {"type": "string"}, "uk-phonetic": {"type": "string"}, "explains": {"type": "array", "items": {"type": "string"}}}, "required": ["us-phonetic", "phonetic", "uk-phonetic", "explains"]}, "l": {"type": "string"}}, "required": ["web", "query", "translation", "errorCode", "dict", "webdict", "basic", "l"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"web" : [{"value" : ["\u884c\u519b", "\u653e\u9010", "\u884c\u519b"], "key" : "Marching"}, {"value" : ["\u884c\u8f66\u66f2", "\u8fdb\u884c\u66f2", "\u884c\u519b\u7684\u6b4c"], "key" : "marching song"}, {"value" : ["\u79fb\u52a8\u56db\u9762\u4f53", "\u79fb\u52a8\u56db\u9762\u4f53\u6cd5", "\u540e\u6765\u7684\u79fb\u52a8\u56db\u9762\u4f53\u6cd5"], "key" : "Marching Tetrahedra"}], "query" : "marching", "translation" : ["\u6e38\u884c"], "errorCode" : "0", "dict" : {"url" : "yddict://m.youdao.com/dict?le=eng&q=marching"}, "webdict" : {"url" : "http://m.youdao.com/dict?le=eng&q=marching"}, "basic" : {"us-phonetic" : "ma:t\u0283i\u014b", "phonetic" : "ma:t\u0283i\u014b", "uk-phonetic" : "ma:t\u0283i\u014b", "explains" : ["v. \u884c\u519b\uff1b\u8fdb\u519b\uff08march\u7684ing\u5f62\u5f0f\uff09", "adj. \u884c\u519b\u7684\uff1b\u6b65\u8fdb\u5f0f\u7684"]}, "l" : "EN2zh-CHS"} | json_instruct | {"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, "translation": {"type": "array", "items": {"type": "string"}}, "errorCode": {"type": "string"}, "dict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "webdict": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "basic": {"type": "object", "properties": {"us-phonetic": {"type": "string"}, "phonetic": {"type": "string"}, "uk-phonetic": {"type": "string"}, "explains": {"type": "array", "items": {"type": "string"}}}, "required": ["us-phonetic", "phonetic", "uk-phonetic", "explains"]}, "l": {"type": "string"}}, "required": ["web", "query", "translation", "errorCode", "dict", "webdict", "basic", "l"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"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": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "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 React from\"react\";import AboutMe from\"../sections/AboutMe\";import Skills from\"../sections/Skills\";import Experience from\"../sections/Experience\";import Articles from\"../sections/Articles\";function Content(){return React.createElement(\"main\",null,React.createElement(AboutMe,null),React.createElement(Skills,null),React.createElement(Experience,null),React.createElement(Articles,null));}export default Content;", "map" : {"version" : 3, "sources" : ["/Users/jameshuang/Desktop/Tech Stack/PW/forked_pw/personal-website/src/components/structure/Content.js"], "names" : ["React", "AboutMe", "Skills", "Experience", "Articles", "Content"], "mappings" : "AAAA,MAAOA,CAAAA,KAAP,KAAkB,OAAlB,CACA,MAAOC,CAAAA,OAAP,KAAoB,qBAApB,CACA,MAAOC,CAAAA,MAAP,KAAmB,oBAAnB,CACA,MAAOC,CAAAA,UAAP,KAAuB,wBAAvB,CACA,MAAOC,CAAAA,QAAP,KAAqB,sBAArB,CAEA,QAASC,CAAAA,OAAT,EAAmB,CACjB,MACE,iCACE,oBAAC,OAAD,MADF,CAEE,oBAAC,MAAD,MAFF,CAGE,oBAAC,UAAD,MAHF,CAIE,oBAAC,QAAD,MAJF,CADF,CAQD,CAED,cAAeA,CAAAA,OAAf", "sourcesContent" : ["import React from \"react\";\nimport AboutMe from \"../sections/AboutMe\";\nimport Skills from \"../sections/Skills\";\nimport Experience from \"../sections/Experience\";\nimport Articles from \"../sections/Articles\";\n\nfunction Content() {\n return (\n <main>\n <AboutMe />\n <Skills />\n <Experience />\n <Articles />\n </main>\n );\n}\n\nexport default Content;\n"]}, "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": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "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": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["Conglomerates", "Financial Services"] | 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": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Clojurescript", "description" : "A Clojure to Javascript compiler.", "url" : "http://www.clojurescript.net/"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "town": {"type": "string"}, "county": {"type": "string"}, "postcode": {"type": "string"}}, "required": ["addressLine1", "town", "county", "postcode"]}, "organisation": {"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "code", "name"]}}, "required": ["id", "name", "code", "address", "organisation"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "fe5cfa57-3d0c-47d8-ae26-36f164e4e4c8", "name" : "Laddingford Primary School", "code" : "Z", "address" : {"addressLine1" : "Darman Lane", "town" : "Laddingford", "county" : "Kent", "postcode" : "ME18 6BL"}, "organisation" : {"id" : "27771bee-a309-42dd-b85f-598b3185abdb", "code" : "1GR", "name" : "Mascalls Training Partnership"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "town": {"type": "string"}, "county": {"type": "string"}, "postcode": {"type": "string"}}, "required": ["addressLine1", "town", "county", "postcode"]}, "organisation": {"type": "object", "properties": {"id": {"type": "string"}, "code": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "code", "name"]}}, "required": ["id", "name", "code", "address", "organisation"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"web_paas_offer_additional_option_title_staging_environment": {"type": "string"}, "web_paas_offer_additional_option_title_storage": {"type": "string"}, "web_paas_offer_additional_option_title_user_license": {"type": "string"}, "web_paas_offer_additional_option_price_desc": {"type": "string"}, "web_paas_offer_additional_option_price_desc_storage_environment": {"type": "string"}, "web_paas_offer_additional_option_invalid_max": {"type": "string"}, "web_paas_offer_additional_option_price_text": {"type": "string"}}, "required": ["web_paas_offer_additional_option_title_staging_environment", "web_paas_offer_additional_option_title_storage", "web_paas_offer_additional_option_title_user_license", "web_paas_offer_additional_option_price_desc", "web_paas_offer_additional_option_price_desc_storage_environment", "web_paas_offer_additional_option_invalid_max", "web_paas_offer_additional_option_price_text"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"web_paas_offer_additional_option_title_staging_environment" : "A\u00f1adir entornos de prueba", "web_paas_offer_additional_option_title_storage" : "A\u00f1adir almacenamiento (en Go)", "web_paas_offer_additional_option_title_user_license" : "A\u00f1adir licencias de usuario", "web_paas_offer_additional_option_price_desc" : "/mes", "web_paas_offer_additional_option_price_desc_storage_environment" : "entorno/mes", "web_paas_offer_additional_option_invalid_max" : "Introduzca un valor inferior o igual a {{max}}.", "web_paas_offer_additional_option_price_text" : "{{price}} {{currencySymbol}} HT"} | json_instruct | {"type": "object", "properties": {"web_paas_offer_additional_option_title_staging_environment": {"type": "string"}, "web_paas_offer_additional_option_title_storage": {"type": "string"}, "web_paas_offer_additional_option_title_user_license": {"type": "string"}, "web_paas_offer_additional_option_price_desc": {"type": "string"}, "web_paas_offer_additional_option_price_desc_storage_environment": {"type": "string"}, "web_paas_offer_additional_option_invalid_max": {"type": "string"}, "web_paas_offer_additional_option_price_text": {"type": "string"}}, "required": ["web_paas_offer_additional_option_title_staging_environment", "web_paas_offer_additional_option_title_storage", "web_paas_offer_additional_option_title_user_license", "web_paas_offer_additional_option_price_desc", "web_paas_offer_additional_option_price_desc_storage_environment", "web_paas_offer_additional_option_invalid_max", "web_paas_offer_additional_option_price_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": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"manufacturer" : "koobee", "market_name" : "F2", "codename" : "koobee_F2", "model" : "F2"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "9109100009", "district_id" : "9109100", "name" : "AREKON"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"jssip.js": {"type": "string"}, "jssip.min.js": {"type": "string"}}, "required": ["jssip.js", "jssip.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"jssip.js" : "sha256-/PmgU7KNw7wVCFAzIP1XQhdHVTQYQjrdZzx0swUHDiY=", "jssip.min.js" : "sha256-pKzVsnVCZjutXNSUi/aeYNrG2y0QPA399bAQx3YQkCk="} | json_instruct | {"type": "object", "properties": {"jssip.js": {"type": "string"}, "jssip.min.js": {"type": "string"}}, "required": ["jssip.js", "jssip.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "scripts": {"type": "object", "properties": {"pretranspile": {"type": "string"}, "transpile": {"type": "string"}, "prebuild": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}}, "required": ["pretranspile", "transpile", "prebuild", "build", "test"]}, "devDependencies": {"type": "object", "properties": {"@types/chai": {"type": "string"}, "@types/codemirror": {"type": "string"}, "@types/gapi.auth2": {"type": "string"}, "@types/gapi.client.cloudresourcemanager": {"type": "string"}, "@types/mocha": {"type": "string"}, "@types/socket.io-client": {"type": "string"}, "bower": {"type": "string"}, "web-component-tester": {"type": "string"}, "polymer-cli": {"type": "string"}, "tslint": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/chai", "@types/codemirror", "@types/gapi.auth2", "@types/gapi.client.cloudresourcemanager", "@types/mocha", "@types/socket.io-client", "bower", "web-component-tester", "polymer-cli", "tslint", "typescript"]}}, "required": ["name", "main", "directories", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "datalab-frontend", "main" : "index.html", "directories" : {"test" : "test"}, "scripts" : {"pretranspile" : "tslint *.ts components/**/*.ts modules/**/*.ts", "transpile" : "tsc", "prebuild" : "npm install && bower --allow-root install", "build" : "npm run transpile && polymer build", "test" : "tsc && polymer test"}, "devDependencies" : {"@types/chai" : "^4.0.1", "@types/codemirror" : "0.0.42", "@types/gapi.auth2" : "0.0.42", "@types/gapi.client.cloudresourcemanager" : "^1.0.0", "@types/mocha" : "^2.2.41", "@types/socket.io-client" : "^1.4.30", "bower" : "^1.8.2", "web-component-tester" : "~6.3.0", "polymer-cli" : "^1.5.7", "tslint" : "^5.7.0", "typescript" : "^2.5.3"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "scripts": {"type": "object", "properties": {"pretranspile": {"type": "string"}, "transpile": {"type": "string"}, "prebuild": {"type": "string"}, "build": {"type": "string"}, "test": {"type": "string"}}, "required": ["pretranspile", "transpile", "prebuild", "build", "test"]}, "devDependencies": {"type": "object", "properties": {"@types/chai": {"type": "string"}, "@types/codemirror": {"type": "string"}, "@types/gapi.auth2": {"type": "string"}, "@types/gapi.client.cloudresourcemanager": {"type": "string"}, "@types/mocha": {"type": "string"}, "@types/socket.io-client": {"type": "string"}, "bower": {"type": "string"}, "web-component-tester": {"type": "string"}, "polymer-cli": {"type": "string"}, "tslint": {"type": "string"}, "typescript": {"type": "string"}}, "required": ["@types/chai", "@types/codemirror", "@types/gapi.auth2", "@types/gapi.client.cloudresourcemanager", "@types/mocha", "@types/socket.io-client", "bower", "web-component-tester", "polymer-cli", "tslint", "typescript"]}}, "required": ["name", "main", "directories", "scripts", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"already_configured": {"type": "string"}}, "required": ["already_configured"]}, "error": {"type": "object", "properties": {"connection": {"type": "string"}}, "required": ["connection"]}, "step": {"type": "object", "properties": {"link": {"type": "object", "properties": {"data": {"type": "object", "properties": {"password": {"type": "string"}, "port": {"type": "string"}, "username": {"type": "string"}}, "required": ["password", "port", "username"]}, "description": {"type": "string"}, "title": {"type": "string"}}, "required": ["data", "description", "title"]}, "user": {"type": "object", "properties": {"data": {"type": "object", "properties": {"host": {"type": "string"}, "password": {"type": "string"}, "username": {"type": "string"}}, "required": ["host", "password", "username"]}}, "required": ["data"]}}, "required": ["link", "user"]}}, "required": ["abort", "error", "step"]}, "options": {"type": "object", "properties": {"step": {"type": "object", "properties": {"init": {"type": "object", "properties": {"data": {"type": "object", "properties": {"scan_interval": {"type": "string"}}, "required": ["scan_interval"]}}, "required": ["data"]}}, "required": ["init"]}}, "required": ["step"]}}, "required": ["config", "options"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"config" : {"abort" : {"already_configured" : "V\u00e4rden \u00e4r redan konfigurerad."}, "error" : {"connection" : "Anslutningsfel: v\u00e4nligen kontrollera v\u00e4rd, port & SSL"}, "step" : {"link" : {"data" : {"password" : "L\u00f6senord", "port" : "Port (Valfri)", "username" : "Anv\u00e4ndarnamn"}, "description" : "Do vill du konfigurera {name} ({host})?", "title" : "Synology DSM"}, "user" : {"data" : {"host" : "V\u00e4rd", "password" : "L\u00f6senord", "username" : "Anv\u00e4ndarnamn"}}}}, "options" : {"step" : {"init" : {"data" : {"scan_interval" : "Minuter mellan skanningar"}}}}} | json_instruct | {"type": "object", "properties": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"already_configured": {"type": "string"}}, "required": ["already_configured"]}, "error": {"type": "object", "properties": {"connection": {"type": "string"}}, "required": ["connection"]}, "step": {"type": "object", "properties": {"link": {"type": "object", "properties": {"data": {"type": "object", "properties": {"password": {"type": "string"}, "port": {"type": "string"}, "username": {"type": "string"}}, "required": ["password", "port", "username"]}, "description": {"type": "string"}, "title": {"type": "string"}}, "required": ["data", "description", "title"]}, "user": {"type": "object", "properties": {"data": {"type": "object", "properties": {"host": {"type": "string"}, "password": {"type": "string"}, "username": {"type": "string"}}, "required": ["host", "password", "username"]}}, "required": ["data"]}}, "required": ["link", "user"]}}, "required": ["abort", "error", "step"]}, "options": {"type": "object", "properties": {"step": {"type": "object", "properties": {"init": {"type": "object", "properties": {"data": {"type": "object", "properties": {"scan_interval": {"type": "string"}}, "required": ["scan_interval"]}}, "required": ["data"]}}, "required": ["init"]}}, "required": ["step"]}}, "required": ["config", "options"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "devDependencies": {"type": "object", "properties": {"assemblyscript": {"type": "string"}}, "required": ["assemblyscript"]}, "dependencies": {"type": "object", "properties": {"as-bind": {"type": "string"}}, "required": ["as-bind"]}}, "required": ["scripts", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"scripts" : {"build" : "asc assembly/index.ts -b addWasmByExample.wasm --exportRuntime --transform as-bind"}, "devDependencies" : {"assemblyscript" : "^0.19.9"}, "dependencies" : {"as-bind" : "^0.8.0"}} | json_instruct | {"type": "object", "properties": {"scripts": {"type": "object", "properties": {"build": {"type": "string"}}, "required": ["build"]}, "devDependencies": {"type": "object", "properties": {"assemblyscript": {"type": "string"}}, "required": ["assemblyscript"]}, "dependencies": {"type": "object", "properties": {"as-bind": {"type": "string"}}, "required": ["as-bind"]}}, "required": ["scripts", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"env": {"type": "array", "items": {}}, "cross": {"type": "object", "properties": {}, "required": []}}, "required": ["env", "cross"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"env" : [], "cross" : {}} | json_instruct | {"type": "object", "properties": {"env": {"type": "array", "items": {}}, "cross": {"type": "object", "properties": {}, "required": []}}, "required": ["env", "cross"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"nft": {"type": "object", "properties": {"id": {"type": "integer"}, "image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}}, "required": ["trait_type", "value"]}}}, "required": ["id", "image", "attributes"]}, "attributeRarities": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}, "count": {"type": "integer"}, "ratio": {"type": "number"}, "ratioScore": {"type": "number"}}, "required": ["trait_type", "value", "count", "ratio", "ratioScore"]}}, "rarityScore": {"type": "number"}, "rank": {"type": "integer"}}, "required": ["nft", "attributeRarities", "rarityScore", "rank"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nft" : {"id" : 5867, "image" : "ipfs://QmbppLQo4bQqt72ZCok3ET5iJiphhVFW66L5m44CNo6cqp", "attributes" : [{"trait_type" : "Clothes", "value" : "Bayc T Black"}, {"trait_type" : "Mouth", "value" : "Rage"}, {"trait_type" : "Earring", "value" : "Silver Hoop"}, {"trait_type" : "Hat", "value" : "Fisherman's Hat"}, {"trait_type" : "Background", "value" : "Blue"}, {"trait_type" : "Fur", "value" : "Brown"}, {"trait_type" : "Eyes", "value" : "Bored"}, {"trait_type" : "Trait Count", "value" : "7"}]}, "attributeRarities" : [{"trait_type" : "Clothes", "value" : "Bayc T Black", "count" : 215, "ratio" : 0.0215, "ratioScore" : 46.51162790697675}, {"trait_type" : "Mouth", "value" : "Rage", "count" : 266, "ratio" : 0.0266, "ratioScore" : 37.59398496240602}, {"trait_type" : "Earring", "value" : "Silver Hoop", "count" : 882, "ratio" : 0.0882, "ratioScore" : 11.337868480725623}, {"trait_type" : "Hat", "value" : "Fisherman's Hat", "count" : 345, "ratio" : 0.0345, "ratioScore" : 28.98550724637681}, {"trait_type" : "Background", "value" : "Blue", "count" : 1242, "ratio" : 0.1242, "ratioScore" : 8.051529790660226}, {"trait_type" : "Fur", "value" : "Brown", "count" : 1370, "ratio" : 0.137, "ratioScore" : 7.2992700729927}, {"trait_type" : "Eyes", "value" : "Bored", "count" : 1714, "ratio" : 0.1714, "ratioScore" : 5.834305717619603}, {"trait_type" : "Trait Count", "value" : "7", "count" : 1883, "ratio" : 0.1883, "ratioScore" : 5.310674455655868}], "rarityScore" : 150.92476863341358, "rank" : 5769} | json_instruct | {"type": "object", "properties": {"nft": {"type": "object", "properties": {"id": {"type": "integer"}, "image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}}, "required": ["trait_type", "value"]}}}, "required": ["id", "image", "attributes"]}, "attributeRarities": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}, "count": {"type": "integer"}, "ratio": {"type": "number"}, "ratioScore": {"type": "number"}}, "required": ["trait_type", "value", "count", "ratio", "ratioScore"]}}, "rarityScore": {"type": "number"}, "rank": {"type": "integer"}}, "required": ["nft", "attributeRarities", "rarityScore", "rank"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"static/development/pages/permissions.js": {"type": "boolean"}}, "required": ["static/development/pages/permissions.js"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : "f16af4965fe5e9863328", "c" : {"static/development/pages/permissions.js" : true}} | json_instruct | {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"static/development/pages/permissions.js": {"type": "boolean"}}, "required": ["static/development/pages/permissions.js"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "email", "homepage"]}}, "require": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "description", "type", "license", "authors", "require"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "mediaspip/swfupload", "description" : "swfupload for SPIP", "type" : "spip-plugin", "license" : "MIT", "authors" : [{"name" : "kent1", "email" : "kent1@arscenic.info", "homepage" : "http://www.kent1.info"}], "require" : {}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "homepage": {"type": "string"}}, "required": ["name", "email", "homepage"]}}, "require": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "description", "type", "license", "authors", "require"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"userId" : 77954, "cartId" : "29a21ffa-bea2-497c-8a16-ab694da79188", "preferredProducts" : [], "productReviews" : [{"productId" : 3896, "reviewText" : "My neighbor Allean has one of these. She works as a sky diver and she says it looks weedy.", "reviewDate" : "2017-11-05T22:48:00.8177689+02:00"}, {"productId" : 4652, "reviewText" : "one of my hobbies is skateboarding. and when i'm skateboarding this works great.", "reviewDate" : "2019-06-29T06:36:23.4753802+03:00"}]} | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"main": {"type": "string"}, "module": {"type": "string"}}, "required": ["main", "module"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"main" : "dist/keystone-ui-icons-icons-ArrowLeftIcon.cjs.js", "module" : "dist/keystone-ui-icons-icons-ArrowLeftIcon.esm.js"} | json_instruct | {"type": "object", "properties": {"main": {"type": "string"}, "module": {"type": "string"}}, "required": ["main", "module"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"aws-sdk": {"type": "string"}, "speaker": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["aws-sdk", "speaker", "uuid"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"dependencies" : {"aws-sdk" : ">= 2.0.9", "speaker" : "^0.3.0", "uuid" : ">= 1.4.1"}} | json_instruct | {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"aws-sdk": {"type": "string"}, "speaker": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["aws-sdk", "speaker", "uuid"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"country": {"type": "object", "properties": {"resource": {"type": "string"}}, "required": ["resource"]}, "address": {"type": "object", "properties": {"postalAddress": {"type": "object", "properties": {"addressCountry": {"type": "string"}}, "required": ["addressCountry"]}}, "required": ["postalAddress"]}, "affilWith": {"type": "object", "properties": {"resource": {"type": "string"}}, "required": ["resource"]}, "inScheme": {"type": "object", "properties": {"resource": {"type": "string"}}, "required": ["resource"]}, "created": {"type": "string"}, "prefLabel": {"type": "object", "properties": {"Label": {"type": "object", "properties": {"literalForm": {"type": "object", "properties": {"lang": {"type": "string"}, "content": {"type": "string"}}, "required": ["lang", "content"]}, "about": {"type": "string"}}, "required": ["literalForm", "about"]}}, "required": ["Label"]}, "fundingBodyType": {"type": "string"}, "fundingBodySubType": {"type": "string"}, "modified": {"type": "string"}, "id": {"type": "string"}, "broader": {"type": "object", "properties": {"resource": {"type": "string"}}, "required": ["resource"]}, "state": {"type": "object", "properties": {"resource": {"type": "string"}}, "required": ["resource"]}, "region": {"type": "string"}}, "required": ["country", "address", "affilWith", "inScheme", "created", "prefLabel", "fundingBodyType", "fundingBodySubType", "modified", "id", "broader", "state", "region"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"country" : {"resource" : "http://sws.geonames.org/6252001/"}, "address" : {"postalAddress" : {"addressCountry" : "usa"}}, "affilWith" : {"resource" : "http://dx.doi.org/10.13039/100007271"}, "inScheme" : {"resource" : "http://data.crossref.org/fundingdata/vocabulary"}, "created" : "2016-04-08T19:59:46.0", "prefLabel" : {"Label" : {"literalForm" : {"lang" : "en", "content" : "Neuroscience Institute, University of Tennessee"}, "about" : "http://data.crossref.org/fundingdata/vocabulary/Label-8976495"}}, "fundingBodyType" : "gov", "fundingBodySubType" : "Universities (academic only)", "modified" : "2020-09-17T21:03:33.000000", "id" : "https://doi.org/10.13039/100009872", "broader" : {"resource" : "http://dx.doi.org/10.13039/100007135"}, "state" : {"resource" : "http://sws.geonames.org/4662168/"}, "region" : "Americas"} | json_instruct | {"type": "object", "properties": {"country": {"type": "object", "properties": {"resource": {"type": "string"}}, "required": ["resource"]}, "address": {"type": "object", "properties": {"postalAddress": {"type": "object", "properties": {"addressCountry": {"type": "string"}}, "required": ["addressCountry"]}}, "required": ["postalAddress"]}, "affilWith": {"type": "object", "properties": {"resource": {"type": "string"}}, "required": ["resource"]}, "inScheme": {"type": "object", "properties": {"resource": {"type": "string"}}, "required": ["resource"]}, "created": {"type": "string"}, "prefLabel": {"type": "object", "properties": {"Label": {"type": "object", "properties": {"literalForm": {"type": "object", "properties": {"lang": {"type": "string"}, "content": {"type": "string"}}, "required": ["lang", "content"]}, "about": {"type": "string"}}, "required": ["literalForm", "about"]}}, "required": ["Label"]}, "fundingBodyType": {"type": "string"}, "fundingBodySubType": {"type": "string"}, "modified": {"type": "string"}, "id": {"type": "string"}, "broader": {"type": "object", "properties": {"resource": {"type": "string"}}, "required": ["resource"]}, "state": {"type": "object", "properties": {"resource": {"type": "string"}}, "required": ["resource"]}, "region": {"type": "string"}}, "required": ["country", "address", "affilWith", "inScheme", "created", "prefLabel", "fundingBodyType", "fundingBodySubType", "modified", "id", "broader", "state", "region"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"source": {"type": "string"}, "word": {"type": "string"}, "infinitivo": {"type": "string"}, "gerundio": {"type": "array", "items": {"type": "string"}}, "participio": {"type": "array", "items": {"type": "string"}}, "tenses": {"type": "object", "properties": {"3": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "4": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "5": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "6": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "7": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "8": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "9": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "10": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "11": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "12": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "string"}}, "2": {"type": "array", "items": {"type": "string"}}, "3": {"type": "array", "items": {"type": "string"}}, "4": {"type": "array", "items": {"type": "string"}}, "5": {"type": "array", "items": {"type": "string"}}}, "required": ["1", "2", "3", "4", "5"]}}, "required": ["3", "4", "5", "6", "7", "8", "9", "10", "11", "12"]}}, "required": ["source", "word", "infinitivo", "gerundio", "participio", "tenses"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"source" : "http://www.spanishdict.com/conjugate/libar", "word" : "libar", "infinitivo" : "libar", "gerundio" : ["libando"], "participio" : ["libado"], "tenses" : {"3" : [["libo"], ["libas"], ["liba"], ["libamos"], ["lib\u00e1is"], ["liban"]], "4" : [["lib\u00e9"], ["libaste"], ["lib\u00f3"], ["libamos"], ["libasteis"], ["libaron"]], "5" : [["libaba"], ["libabas"], ["libaba"], ["lib\u00e1bamos"], ["libabais"], ["libaban"]], "6" : [["libar\u00eda"], ["libar\u00edas"], ["libar\u00eda"], ["libar\u00edamos"], ["libar\u00edais"], ["libar\u00edan"]], "7" : [["libar\u00e9"], ["libar\u00e1s"], ["libar\u00e1"], ["libaremos"], ["libar\u00e9is"], ["libar\u00e1n"]], "8" : [["libe"], ["libes"], ["libe"], ["libemos"], ["lib\u00e9is"], ["liben"]], "9" : [["libara"], ["libaras"], ["libara"], ["lib\u00e1ramos"], ["libarais"], ["libaran"]], "10" : [["libase"], ["libases"], ["libase"], ["lib\u00e1semos"], ["libaseis"], ["libasen"]], "11" : [["libare"], ["libares"], ["libare"], ["lib\u00e1remos"], ["libareis"], ["libaren"]], "12" : {"1" : ["liba"], "2" : ["libe"], "3" : ["libemos"], "4" : ["libad"], "5" : ["liben"]}}} | json_instruct | {"type": "object", "properties": {"source": {"type": "string"}, "word": {"type": "string"}, "infinitivo": {"type": "string"}, "gerundio": {"type": "array", "items": {"type": "string"}}, "participio": {"type": "array", "items": {"type": "string"}}, "tenses": {"type": "object", "properties": {"3": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "4": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "5": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "6": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "7": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "8": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "9": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "10": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "11": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "12": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "string"}}, "2": {"type": "array", "items": {"type": "string"}}, "3": {"type": "array", "items": {"type": "string"}}, "4": {"type": "array", "items": {"type": "string"}}, "5": {"type": "array", "items": {"type": "string"}}}, "required": ["1", "2", "3", "4", "5"]}}, "required": ["3", "4", "5", "6", "7", "8", "9", "10", "11", "12"]}}, "required": ["source", "word", "infinitivo", "gerundio", "participio", "tenses"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}, "required": ["main"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 42659, "info" : {"name" : "Proilim", "description" : "Style without ads and some design problems fixed.", "additionalInfo" : null, "format" : "uso", "category" : "proilim", "createdAt" : "2011-01-12T10:49:46.000Z", "updatedAt" : "2011-01-12T10:49:46.000Z", "license" : "NO-REDISTRIBUTION", "author" : {"id" : 82064, "name" : "zaff"}}, "stats" : {"installs" : {"total" : 59, "weekly" : 0}}, "screenshots" : {"main" : {"name" : "42659-after.png", "archived" : false}}, "discussions" : {"stats" : {"discussionsCount" : 0, "commentsCount" : 0}, "data" : []}, "style" : {"css" : "@-moz-document domain('proilim.ru') {\r\n\t/* \r\n\t\tthe code in here only apply to:\r\n\t\t\t-pages on the domain proilim.ru\r\n\t*/\r\n}\r\n\r\n#mainbanner {display:none;}\r\n\r\nbody {background-color: #FFFFFF;}\r\n\r\n#right object {display:none;}\r\n#right img {display:none;}\r\nobject {display:none;}\r\n\r\n#header {width:754px;}\r\n#header_right {width:240px;}\r\n#header_corner {margin-left:-4px;}\r\n#header_image {margin-top: -145px;}\r\n\r\n#footer {display:none;}\r\n.nforumdisclaimer {display:none;}"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "required": ["name", "description", "additionalInfo", "format", "category", "createdAt", "updatedAt", "license", "author"]}, "stats": {"type": "object", "properties": {"installs": {"type": "object", "properties": {"total": {"type": "integer"}, "weekly": {"type": "integer"}}, "required": ["total", "weekly"]}}, "required": ["installs"]}, "screenshots": {"type": "object", "properties": {"main": {"type": "object", "properties": {"name": {"type": "string"}, "archived": {"type": "boolean"}}, "required": ["name", "archived"]}}, "required": ["main"]}, "discussions": {"type": "object", "properties": {"stats": {"type": "object", "properties": {"discussionsCount": {"type": "integer"}, "commentsCount": {"type": "integer"}}, "required": ["discussionsCount", "commentsCount"]}, "data": {"type": "array", "items": {}}}, "required": ["stats", "data"]}, "style": {"type": "object", "properties": {"css": {"type": "string"}}, "required": ["css"]}}, "required": ["id", "info", "stats", "screenshots", "discussions", "style"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"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": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "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" : "var _jsxFileName = \"C:\\\\Users\\\\coolc\\\\Desktop\\\\School\\\\Maynooth University\\\\Computer Science\\\\studybuddy\\\\src\\\\components\\\\Loader.js\";\nimport React from \"react\";\n\nconst Loader = () => {\n return React.createElement(\"div\", {\n className: \"loader\",\n __source: {\n fileName: _jsxFileName,\n lineNumber: 5\n },\n __self: this\n }, React.createElement(\"div\", {\n className: \"loader-bounceball\",\n __source: {\n fileName: _jsxFileName,\n lineNumber: 6\n },\n __self: this\n }), React.createElement(\"div\", {\n className: \"loader-text\",\n __source: {\n fileName: _jsxFileName,\n lineNumber: 7\n },\n __self: this\n }, \"Loading...\"));\n};\n\nexport default Loader;", "map" : {"version" : 3, "sources" : ["C:\\Users\\coolc\\Desktop\\School\\Maynooth University\\Computer Science\\studybuddy\\src\\components\\Loader.js"], "names" : ["React", "Loader"], "mappings" : ";AAAA,OAAOA,KAAP,MAAkB,OAAlB;;AAEA,MAAMC,MAAM,GAAG,MAAM;AACnB,SACE;AAAK,IAAA,SAAS,EAAC,QAAf;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,KACE;AAAK,IAAA,SAAS,EAAC,mBAAf;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,IADF,EAEE;AAAK,IAAA,SAAS,EAAC,aAAf;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,kBAFF,CADF;AAMD,CAPD;;AASA,eAAeA,MAAf", "sourcesContent" : ["import React from \"react\";\r\n\r\nconst Loader = () => {\r\n return (\r\n <div className=\"loader\">\r\n <div className=\"loader-bounceball\" />\r\n <div className=\"loader-text\">Loading...</div>\r\n </div>\r\n );\r\n};\r\n\r\nexport default Loader;\r\n"]}, "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": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "sources", "names", "mappings", "sourcesContent"]}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "clean-www": {"type": "string"}, "browserify": {"type": "string"}, "bundle-www": {"type": "string"}, "emulate-ios": {"type": "string"}, "emulate-browser": {"type": "string"}}, "required": ["test", "clean-www", "browserify", "bundle-www", "emulate-ios", "emulate-browser"]}, "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"}, "dependencies": {"type": "object", "properties": {"backbone": {"type": "string"}, "jquery": {"type": "string"}}, "required": ["backbone", "jquery"]}, "devDependencies": {"type": "object", "properties": {"browserify": {"type": "string"}, "handlebars": {"type": "string"}, "hbsfy": {"type": "string"}}, "required": ["browserify", "handlebars", "hbsfy"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "zapt", "version" : "0.0.1", "description" : "Simples app para controlar as necessidades do Zapt Arteatral", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "clean-www" : "rm -rf www/js/* www/{img,css}/* index.html", "browserify" : "browserify -t hbsfy resources/src/js/index.js -o www/js/bundle.js", "bundle-www" : "npm run clean-www && npm run browserify && cp -r resources/src/{css,img,index.html} www", "emulate-ios" : "npm run bundle-www && cordova emulate ios", "emulate-browser" : "npm run bundle-www && cordova emulate browser"}, "repository" : {"type" : "git", "url" : "https://github.com/lfilho/zapt-app"}, "keywords" : ["zapt", "cordova"], "author" : "Luiz Gonzaga dos Santos Filho", "license" : "ISC", "bugs" : {"url" : "https://github.com/lfilho/zapt-app/issues"}, "homepage" : "https://github.com/lfilho/zapt-app", "dependencies" : {"backbone" : "^1.1.2", "jquery" : "^2.1.3"}, "devDependencies" : {"browserify" : "^8.1.0", "handlebars" : "^2.0.0", "hbsfy" : "^2.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"}, "clean-www": {"type": "string"}, "browserify": {"type": "string"}, "bundle-www": {"type": "string"}, "emulate-ios": {"type": "string"}, "emulate-browser": {"type": "string"}}, "required": ["test", "clean-www", "browserify", "bundle-www", "emulate-ios", "emulate-browser"]}, "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"}, "dependencies": {"type": "object", "properties": {"backbone": {"type": "string"}, "jquery": {"type": "string"}}, "required": ["backbone", "jquery"]}, "devDependencies": {"type": "object", "properties": {"browserify": {"type": "string"}, "handlebars": {"type": "string"}, "hbsfy": {"type": "string"}}, "required": ["browserify", "handlebars", "hbsfy"]}}, "required": ["name", "version", "description", "main", "scripts", "repository", "keywords", "author", "license", "bugs", "homepage", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"type": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "result": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["type", "ingredients", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"type" : "crafting_shapeless", "ingredients" : [{"item" : "lepton:jacaranda_wood_slab"}, {"item" : "lepton:jacaranda_wood_slab"}], "result" : {"item" : "abundance:jacaranda_wood"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "result": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "required": ["type", "ingredients", "result"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"request": {"type": "object", "properties": {"body": {"type": "string"}, "headers": {"type": "array", "items": {}}, "method": {"type": "string"}, "options": {"type": "array", "items": {}}, "request_body": {"type": "string"}, "url": {"type": "string"}}, "required": ["body", "headers", "method", "options", "request_body", "url"]}, "response": {"type": "object", "properties": {"body": {"type": "string"}, "headers": {"type": "object", "properties": {"Date": {"type": "string"}, "Content-Type": {"type": "string"}, "Transfer-Encoding": {"type": "string"}, "Connection": {"type": "string"}, "Set-Cookie": {"type": "string"}, "Server": {"type": "string"}, "CF-RAY": {"type": "string"}}, "required": ["Date", "Content-Type", "Transfer-Encoding", "Connection", "Set-Cookie", "Server", "CF-RAY"]}, "status_code": {"type": "integer"}, "type": {"type": "string"}}, "required": ["body", "headers", "status_code", "type"]}}, "required": ["request", "response"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"request" : {"body" : "", "headers" : [], "method" : "get", "options" : [], "request_body" : "", "url" : "https://api.bitfinex.com/v2/trades/tBTCUSD/hist"}, "response" : {"body" : "[\"error\",10010,\"ratelimit: error\"]", "headers" : {"Date" : "Mon, 04 Sep 2017 20:50:18 GMT", "Content-Type" : "application/json; charset=utf-8", "Transfer-Encoding" : "chunked", "Connection" : "keep-alive", "Set-Cookie" : "__cfduid=dbb0f03ead8d0d664b042971ce0fb5d971504558217; expires=Tue, 04-Sep-18 20:50:17 GMT; path=/; domain=.bitfinex.com; HttpOnly", "Server" : "cloudflare-nginx", "CF-RAY" : "3993d1fe1e4d4f50-DME"}, "status_code" : 500, "type" : "ok"}}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"request": {"type": "object", "properties": {"body": {"type": "string"}, "headers": {"type": "array", "items": {}}, "method": {"type": "string"}, "options": {"type": "array", "items": {}}, "request_body": {"type": "string"}, "url": {"type": "string"}}, "required": ["body", "headers", "method", "options", "request_body", "url"]}, "response": {"type": "object", "properties": {"body": {"type": "string"}, "headers": {"type": "object", "properties": {"Date": {"type": "string"}, "Content-Type": {"type": "string"}, "Transfer-Encoding": {"type": "string"}, "Connection": {"type": "string"}, "Set-Cookie": {"type": "string"}, "Server": {"type": "string"}, "CF-RAY": {"type": "string"}}, "required": ["Date", "Content-Type", "Transfer-Encoding", "Connection", "Set-Cookie", "Server", "CF-RAY"]}, "status_code": {"type": "integer"}, "type": {"type": "string"}}, "required": ["body", "headers", "status_code", "type"]}}, "required": ["request", "response"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "remarks": {"type": "string"}, "statement": {"type": "string"}}, "required": ["citations", "names", "language", "lookupTerms", "metaLanguage", "remarks", "statement"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"citations" : [{"textCitation" : "[See relexpfldd on Metamath](http://us.metamath.org/mpegif/relexpfldd.html)"}], "names" : ["relexpfldd"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_wph", "#T_wi", "#T_cR", "#T_wcel", "#T_cvv", "#T_wph", "#T_wi", "#T_cN", "#T_wcel", "#T_cn0", "#T_wi", "#T_cuni", "#T_cuni", "#T_cR", "#T_crelexp", "#T_cN", "#T_wss", "#T_cuni", "#T_cuni", "#T_cR"], "metaLanguage" : "METAMATH", "remarks" : " The field of an exponentiation of a relation a subset of the relation's field. (Contributed by Drahflow, 12-Nov-2015.) (Revised by RP, 30-May-2020.) ", "statement" : "relexpfldd.2 $e |- ( ph -> R e. _V ) $.\nrelexpfldd $p |- ( ph -> ( N e. NN0 -> U. U. ( R ^r N ) C_ U. U. R ) ) $."} | json_instruct | {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "string"}}, "metaLanguage": {"type": "string"}, "remarks": {"type": "string"}, "statement": {"type": "string"}}, "required": ["citations", "names", "language", "lookupTerms", "metaLanguage", "remarks", "statement"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"evaporate.js": {"type": "string"}, "evaporate.min.js": {"type": "string"}}, "required": ["evaporate.js", "evaporate.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"evaporate.js" : "sha256-qDzaNzDSi3E+J/fMJayYwTcitXRfSCI6Swy2D59cFTQ=", "evaporate.min.js" : "sha256-jqeZ+kzowyJKP/H5AJkK7+MOYcKLqKXm6Yyc+oL7K7A="} | json_instruct | {"type": "object", "properties": {"evaporate.js": {"type": "string"}, "evaporate.min.js": {"type": "string"}}, "required": ["evaporate.js", "evaporate.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "name_kana": {"type": "string"}}, "required": ["code", "name", "name_kana"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"code" : "141", "name" : "\u68ee\u5c0f\u8def", "name_kana" : "\uff93\uff98\uff7c\uff96\uff73\uff7c\uff9e"}, {"code" : "157", "name" : "\u5b88\u53e3\u51fa\u5f35\u6240", "name_kana" : "\uff93\uff98\uff78\uff9e\uff81"}, {"code" : "199", "name" : "\u6843\u5c71", "name_kana" : "\uff93\uff93\uff94\uff8f"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "name_kana": {"type": "string"}}, "required": ["code", "name", "name_kana"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "string"}, "town": {"type": "string"}, "longitude": {"type": "number"}, "latitude": {"type": "number"}, "status": {"type": "integer"}}, "required": ["stationId", "stationGroupId", "name", "lineId", "zipCode", "pref", "city", "town", "longitude", "latitude", "status"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"stationId" : 9980605, "stationGroupId" : 9980605, "name" : "\u5c71\u897f", "lineId" : 99806, "zipCode" : "791-8067", "pref" : "\u611b\u5a9b\u770c", "city" : "\u677e\u5c71\u5e02", "town" : "\u53e4\u4e09\u6d25\u753a", "longitude" : 132.724326, "latitude" : 33.855301, "status" : 0} | json_instruct | {"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "string"}, "town": {"type": "string"}, "longitude": {"type": "number"}, "latitude": {"type": "number"}, "status": {"type": "integer"}}, "required": ["stationId", "stationGroupId", "name", "lineId", "zipCode", "pref", "city", "town", "longitude", "latitude", "status"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "5310063004", "district_id" : "5310063", "name" : "NELLE BARAT"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "371728107200", "text" : "\u6d77\u5934\u6751\u59d4\u4f1a"}, {"id" : "371728107201", "text" : "\u970d\u5be8\u6751\u59d4\u4f1a"}, {"id" : "371728107202", "text" : "\u90a2\u5f66\u6751\u59d4\u4f1a"}, {"id" : "371728107203", "text" : "\u5510\u697c\u6751\u59d4\u4f1a"}, {"id" : "371728107204", "text" : "\u5d14\u5be8\u6751\u59d4\u4f1a"}, {"id" : "371728107205", "text" : "\u5f20\u5be8\u6751\u59d4\u4f1a"}, {"id" : "371728107206", "text" : "\u897f\u6768\u5e84\u6751\u59d4\u4f1a"}, {"id" : "371728107207", "text" : "\u725b\u53e3\u6751\u59d4\u4f1a"}, {"id" : "371728107208", "text" : "\u4e1c\u738b\u5e84\u6751\u59d4\u4f1a"}, {"id" : "371728107209", "text" : "\u7389\u7687\u5e99\u6751\u59d4\u4f1a"}, {"id" : "371728107210", "text" : "\u5218\u6cb3\u53e3\u6751\u59d4\u4f1a"}, {"id" : "371728107211", "text" : "\u4e54\u5e84\u6751\u59d4\u4f1a"}, {"id" : "371728107212", "text" : "\u8463\u5317\u57ce\u6751\u59d4\u4f1a"}, {"id" : "371728107213", "text" : "\u90dd\u5317\u57ce\u6751\u59d4\u4f1a"}, {"id" : "371728107214", "text" : "\u56db\u5317\u57ce\u6751\u59d4\u4f1a"}, {"id" : "371728107218", "text" : "\u90dd\u5be8\u6751\u59d4\u4f1a"}, {"id" : "371728107219", "text" : "\u5f20\u697c\u6751\u59d4\u4f1a"}, {"id" : "371728107221", "text" : "\u7ba1\u5be8\u6751\u59d4\u4f1a"}, {"id" : "371728107222", "text" : "\u8d75\u5be8\u6751\u59d4\u4f1a"}, {"id" : "371728107224", "text" : "\u9648\u5c6f\u6751\u59d4\u4f1a"}, {"id" : "371728107228", "text" : "\u6c99\u580c\u5806\u6751\u59d4\u4f1a"}, {"id" : "371728107229", "text" : "\u82b1\u5c6f\u6751\u59d4\u4f1a"}, {"id" : "371728107230", "text" : "\u56e2\u5c45\u6751\u59d4\u4f1a"}, {"id" : "371728107233", "text" : "\u9ad8\u5be8\u6751\u59d4\u4f1a"}, {"id" : "371728107234", "text" : "\u6bdb\u76f8\u6751\u59d4\u4f1a"}, {"id" : "371728107238", "text" : "\u6b66\u80dc\u6865\u6751\u59d4\u4f1a"}, {"id" : "371728107239", "text" : "\u4e54\u826f\u5c6f\u6751\u59d4\u4f1a"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"code" : 1401061001, "parent" : 1401061, "name" : "PULAU PANJANG HULU", "latitude" : null, "longitude" : null, "postal" : [29569], "children" : []} | json_instruct | {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals", "dharmaVerificationStatus"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Hype.Bet", "symbol" : "HBET", "address" : "0x7c3375cbf441bcab5A3678B085846b8B2517bb18", "decimals" : 18, "dharmaVerificationStatus" : "UNVERIFIED"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals", "dharmaVerificationStatus"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"xo": {"type": "string"}}, "required": ["xo"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@semantic-release/exec": {"type": "string"}, "semantic-release": {"type": "string"}, "xo": {"type": "string"}}, "required": ["@semantic-release/exec", "semantic-release", "xo"]}}, "required": ["name", "description", "scripts", "repository", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "social-zine", "description" : "Social Network Magazine", "scripts" : {"xo" : "xo"}, "repository" : {"type" : "git", "url" : "git+https://github.com/superflyxxi/social-zine.git"}, "author" : "SuperFlyXXI <superflyxxi@yahoo.com>", "license" : "Apache-2.0", "bugs" : {"url" : "https://github.com/superflyxxi/social-zine/issues"}, "homepage" : "https://github.com/superflyxxi/social-zine#readme", "devDependencies" : {"@semantic-release/exec" : "^6.0.1", "semantic-release" : "^18.0.0", "xo" : "^0.46.3"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"xo": {"type": "string"}}, "required": ["xo"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"@semantic-release/exec": {"type": "string"}, "semantic-release": {"type": "string"}, "xo": {"type": "string"}}, "required": ["@semantic-release/exec", "semantic-release", "xo"]}}, "required": ["name", "description", "scripts", "repository", "author", "license", "bugs", "homepage", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"ANSIBLE_MODULE_ARGS": {"type": "object", "properties": {"object_name": {"type": "string"}, "object_type": {"type": "string"}, "state": {"type": "string"}, "attrs": {"type": "object", "properties": {"address": {"type": "string"}, "display_name": {"type": "string"}, "check_command": {"type": "string"}, "retry_interval": {"type": "string"}, "enable_perfdata": {"type": "string"}, "enable_notifications": {"type": "string"}, "groups": {"type": "array", "items": {"type": "string"}}, "max_check_attempts": {"type": "integer"}}, "required": ["address", "display_name", "check_command", "retry_interval", "enable_perfdata", "enable_notifications", "groups", "max_check_attempts"]}, "vars": {"type": "object", "properties": {"variable_string": {"type": "string"}, "var_array": {"type": "array", "items": {"type": "string"}}, "var_dict": {"type": "object", "properties": {"level1": {"type": "string"}}, "required": ["level1"]}}, "required": ["variable_string", "var_array", "var_dict"]}, "imports": {"type": "array", "items": {"type": "string"}}}, "required": ["object_name", "object_type", "state", "attrs", "vars", "imports"]}}, "required": ["ANSIBLE_MODULE_ARGS"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ANSIBLE_MODULE_ARGS" : {"object_name" : "generic-host", "object_type" : "Host", "state" : "template", "attrs" : {"address" : "127.0.0.1", "display_name" : "string", "check_command" : "hostalive", "retry_interval" : "5m", "enable_perfdata" : "true", "enable_notifications" : "false", "groups" : ["string", "test"], "max_check_attempts" : 3}, "vars" : {"variable_string" : "example_string", "var_array" : ["arr1", "arr2"], "var_dict" : {"level1" : "test"}}, "imports" : ["base", "command"]}} | json_instruct | {"type": "object", "properties": {"ANSIBLE_MODULE_ARGS": {"type": "object", "properties": {"object_name": {"type": "string"}, "object_type": {"type": "string"}, "state": {"type": "string"}, "attrs": {"type": "object", "properties": {"address": {"type": "string"}, "display_name": {"type": "string"}, "check_command": {"type": "string"}, "retry_interval": {"type": "string"}, "enable_perfdata": {"type": "string"}, "enable_notifications": {"type": "string"}, "groups": {"type": "array", "items": {"type": "string"}}, "max_check_attempts": {"type": "integer"}}, "required": ["address", "display_name", "check_command", "retry_interval", "enable_perfdata", "enable_notifications", "groups", "max_check_attempts"]}, "vars": {"type": "object", "properties": {"variable_string": {"type": "string"}, "var_array": {"type": "array", "items": {"type": "string"}}, "var_dict": {"type": "object", "properties": {"level1": {"type": "string"}}, "required": ["level1"]}}, "required": ["variable_string", "var_array", "var_dict"]}, "imports": {"type": "array", "items": {"type": "string"}}}, "required": ["object_name", "object_type", "state", "attrs", "vars", "imports"]}}, "required": ["ANSIBLE_MODULE_ARGS"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"upper_left_x": {"type": "number"}, "upper_left_y": {"type": "number"}, "bottom_right_x": {"type": "number"}, "bottom_right_y": {"type": "integer"}, "time": {"type": "integer"}, "is_final": {"type": "boolean"}, "event_type": {"type": "string"}, "op_order": {"type": "integer"}, "id": {"type": "integer"}}, "required": ["upper_left_x", "upper_left_y", "bottom_right_x", "bottom_right_y", "time", "is_final", "event_type", "op_order", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"upper_left_x" : 670.7540630367541, "upper_left_y" : 37.1055439126715, "bottom_right_x" : 2731.538886494356, "bottom_right_y" : 1953, "time" : 1480179713019, "is_final" : false, "event_type" : "movement", "op_order" : 11, "id" : 11} | json_instruct | {"type": "object", "properties": {"upper_left_x": {"type": "number"}, "upper_left_y": {"type": "number"}, "bottom_right_x": {"type": "number"}, "bottom_right_y": {"type": "integer"}, "time": {"type": "integer"}, "is_final": {"type": "boolean"}, "event_type": {"type": "string"}, "op_order": {"type": "integer"}, "id": {"type": "integer"}}, "required": ["upper_left_x", "upper_left_y", "bottom_right_x", "bottom_right_y", "time", "is_final", "event_type", "op_order", "id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"datetime": {"type": "string"}, "format": {"type": "string"}, "place": {"type": "string"}, "source": {"type": "string"}, "author": {"type": "string"}, "year": {"type": "string"}, "recipient": {"type": "string"}, "text": {"type": "string"}, "lang": {"type": "string"}}, "required": ["datetime", "format", "place", "source", "author", "year", "recipient", "text", "lang"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"datetime" : "20 February 1906", "format" : "unknown", "place" : "Via S. Nicolo 30, Trieste", "source" : "unknown", "author" : "James Joyce", "year" : "1906", "recipient" : "GRANT RICHARDS", "text" : "Dear Mr Grant Richards: I am glad that you are pleased with Dubliners. As for the terms you offer me I may say that perhaps it would be best for me to put myself in your hands. I am sure that you will deal with me as generously as you can. As a matter of fact my future work in which you seem to be interested is largely dependent on an improvement of my financial state. I have written nearly a thousand pages of a novel but I have little leisure, comfort or prospects for continuing it. I should like to know when you propose to publish the book, in what form and at what price. If you will let me know I can send you the last story I have written\u2014unless perhaps you have as superstitious an objection to the number thirteen as you seem to have with regard to Ireland and short stories in general. Via Giovanni Boccaccio, 1, Trieste.", "lang" : "en"} | json_instruct | {"type": "object", "properties": {"datetime": {"type": "string"}, "format": {"type": "string"}, "place": {"type": "string"}, "source": {"type": "string"}, "author": {"type": "string"}, "year": {"type": "string"}, "recipient": {"type": "string"}, "text": {"type": "string"}, "lang": {"type": "string"}}, "required": ["datetime", "format", "place", "source", "author", "year", "recipient", "text", "lang"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"react-bootstrap.js": {"type": "string"}, "react-bootstrap.min.js": {"type": "string"}}, "required": ["react-bootstrap.js", "react-bootstrap.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"react-bootstrap.js" : "sha256-7ZbC9pi64e3EAYlOcSMEzXSaknLwa5uCdj6hPk5WEBw=", "react-bootstrap.min.js" : "sha256-V0Hieg4U7/g+oBBKJksRYDDy8WkAdX42etA0lfLg5Q4="} | json_instruct | {"type": "object", "properties": {"react-bootstrap.js": {"type": "string"}, "react-bootstrap.min.js": {"type": "string"}}, "required": ["react-bootstrap.js", "react-bootstrap.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"jsonld.js": {"type": "string"}, "jsonld.min.js": {"type": "string"}}, "required": ["jsonld.js", "jsonld.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"jsonld.js" : "sha512-mrRtnqWQO3aaDuaoY+3SHbguI+1K3WvVM+wCfXq+XKAYdItoteCpX0OVPVCCZEdX5QzA8YtaeU7xuqlZUWjlAA==", "jsonld.min.js" : "sha512-zBO7UDFCfhSSf3erbUx7Ucnlb2ZSmRs1m/VfgKbTs+S2G7VklV3SzE8E/6AkHtDsALB/h6cpKz4nNvLdjJ1w5Q=="} | json_instruct | {"type": "object", "properties": {"jsonld.js": {"type": "string"}, "jsonld.min.js": {"type": "string"}}, "required": ["jsonld.js", "jsonld.min.js"], "$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"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "3514120015", "district_id" : "3514120", "name" : "KEBON WARIS"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"target": {"type": "string"}, "module": {"type": "string"}, "moduleResolution": {"type": "string"}, "declaration": {"type": "boolean"}, "noImplicitAny": {"type": "boolean"}, "jsx": {"type": "string"}, "outDir": {"type": "string"}, "sourceMap": {"type": "boolean"}, "noLib": {"type": "boolean"}, "suppressImplicitAnyIndexErrors": {"type": "boolean"}, "skipLibCheck": {"type": "boolean"}, "esModuleInterop": {"type": "boolean"}, "baseUrl": {"type": "string"}, "paths": {"type": "object", "properties": {"app-common": {"type": "array", "items": {"type": "string"}}, "app-icons": {"type": "array", "items": {"type": "string"}}, "app-layout": {"type": "array", "items": {"type": "string"}}, "app-pods": {"type": "array", "items": {"type": "string"}}, "app-scenes": {"type": "array", "items": {"type": "string"}}}, "required": ["app-common", "app-icons", "app-layout", "app-pods", "app-scenes"]}}, "required": ["target", "module", "moduleResolution", "declaration", "noImplicitAny", "jsx", "outDir", "sourceMap", "noLib", "suppressImplicitAnyIndexErrors", "skipLibCheck", "esModuleInterop", "baseUrl", "paths"]}, "exclude": {"type": "array", "items": {"type": "string"}}}, "required": ["compilerOptions", "exclude"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"compilerOptions" : {"target" : "es6", "module" : "es6", "moduleResolution" : "node", "declaration" : false, "noImplicitAny" : false, "jsx" : "react", "outDir" : "", "sourceMap" : true, "noLib" : false, "suppressImplicitAnyIndexErrors" : true, "skipLibCheck" : true, "esModuleInterop" : true, "baseUrl" : "src", "paths" : {"app-common" : ["app/common"], "app-icons" : ["assets/icons"], "app-layout" : ["app/layout"], "app-pods" : ["app/pods"], "app-scenes" : ["app/scenes"]}}, "exclude" : ["node_modules", "dist"]} | json_instruct | {"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"target": {"type": "string"}, "module": {"type": "string"}, "moduleResolution": {"type": "string"}, "declaration": {"type": "boolean"}, "noImplicitAny": {"type": "boolean"}, "jsx": {"type": "string"}, "outDir": {"type": "string"}, "sourceMap": {"type": "boolean"}, "noLib": {"type": "boolean"}, "suppressImplicitAnyIndexErrors": {"type": "boolean"}, "skipLibCheck": {"type": "boolean"}, "esModuleInterop": {"type": "boolean"}, "baseUrl": {"type": "string"}, "paths": {"type": "object", "properties": {"app-common": {"type": "array", "items": {"type": "string"}}, "app-icons": {"type": "array", "items": {"type": "string"}}, "app-layout": {"type": "array", "items": {"type": "string"}}, "app-pods": {"type": "array", "items": {"type": "string"}}, "app-scenes": {"type": "array", "items": {"type": "string"}}}, "required": ["app-common", "app-icons", "app-layout", "app-pods", "app-scenes"]}}, "required": ["target", "module", "moduleResolution", "declaration", "noImplicitAny", "jsx", "outDir", "sourceMap", "noLib", "suppressImplicitAnyIndexErrors", "skipLibCheck", "esModuleInterop", "baseUrl", "paths"]}, "exclude": {"type": "array", "items": {"type": "string"}}}, "required": ["compilerOptions", "exclude"], "$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"}, "organizationId": {"type": "string"}, "name": {"type": "string"}, "isProduction": {"type": "boolean"}, "type": {"type": "string"}, "clientId": {"type": "string"}}, "required": ["id", "organizationId", "name", "isProduction", "type", "clientId"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "f0c9b011-980e-4928-9430-e60e3a97c043", "organizationId" : "70b3f7cb-614c-4276-b0cd-4f73db11602c", "name" : "Development", "isProduction" : false, "type" : "sandbox", "clientId" : "abdf31490ba44484a1de789baf685e37"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "organizationId": {"type": "string"}, "name": {"type": "string"}, "isProduction": {"type": "boolean"}, "type": {"type": "string"}, "clientId": {"type": "string"}}, "required": ["id", "organizationId", "name", "isProduction", "type", "clientId"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "object", "properties": {"name": {"type": "string"}, "inputPaths": {"type": "array", "items": {"type": "string"}}, "outputDir": {"type": "string"}, "args": {"type": "object", "properties": {"isLazy": {"type": "boolean"}, "operations": {"type": "array", "items": {"type": "object", "properties": {"outputPath": {"type": "string"}, "args": {"type": "object", "properties": {"width": {"type": "integer"}, "toFormat": {"type": "string"}}, "required": ["width", "toFormat"]}}, "required": ["outputPath", "args"]}}, "pluginOptions": {"type": "object", "properties": {"base64Width": {"type": "integer"}, "forceBase64Format": {"type": "string"}, "useMozJpeg": {"type": "boolean"}, "stripMetadata": {"type": "boolean"}, "lazyImageGeneration": {"type": "boolean"}, "defaultQuality": {"type": "integer"}, "failOnError": {"type": "boolean"}, "plugins": {"type": "array", "items": {}}}, "required": ["base64Width", "forceBase64Format", "useMozJpeg", "stripMetadata", "lazyImageGeneration", "defaultQuality", "failOnError", "plugins"]}}, "required": ["isLazy", "operations", "pluginOptions"]}}, "required": ["name", "inputPaths", "outputDir", "args"]}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"expireTime" : 9007200872727670000, "key" : "bbf78b8a59843a4587c1f8c9f89217f3", "val" : {"name" : "IMAGE_PROCESSING", "inputPaths" : ["/Users/barb/Documents/GitHub/docs-website/src/content/docs/integrations/kubernetes-integration/understand-use-data/images/nr1-cluster-explorer-rings.png"], "outputDir" : "/Users/barb/Documents/GitHub/docs-website/public/static/c0a7e39ffb15ee981b43d3b66c8a8b96", "args" : {"isLazy" : false, "operations" : [{"outputPath" : "5a46d/nr1-cluster-explorer-rings.png", "args" : {"width" : 300, "toFormat" : "png"}}, {"outputPath" : "0a47e/nr1-cluster-explorer-rings.png", "args" : {"width" : 600, "toFormat" : "png"}}, {"outputPath" : "ec3e2/nr1-cluster-explorer-rings.png", "args" : {"width" : 997, "toFormat" : "png"}}], "pluginOptions" : {"base64Width" : 20, "forceBase64Format" : "", "useMozJpeg" : false, "stripMetadata" : true, "lazyImageGeneration" : true, "defaultQuality" : 50, "failOnError" : true, "plugins" : []}}}} | json_instruct | {"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "object", "properties": {"name": {"type": "string"}, "inputPaths": {"type": "array", "items": {"type": "string"}}, "outputDir": {"type": "string"}, "args": {"type": "object", "properties": {"isLazy": {"type": "boolean"}, "operations": {"type": "array", "items": {"type": "object", "properties": {"outputPath": {"type": "string"}, "args": {"type": "object", "properties": {"width": {"type": "integer"}, "toFormat": {"type": "string"}}, "required": ["width", "toFormat"]}}, "required": ["outputPath", "args"]}}, "pluginOptions": {"type": "object", "properties": {"base64Width": {"type": "integer"}, "forceBase64Format": {"type": "string"}, "useMozJpeg": {"type": "boolean"}, "stripMetadata": {"type": "boolean"}, "lazyImageGeneration": {"type": "boolean"}, "defaultQuality": {"type": "integer"}, "failOnError": {"type": "boolean"}, "plugins": {"type": "array", "items": {}}}, "required": ["base64Width", "forceBase64Format", "useMozJpeg", "stripMetadata", "lazyImageGeneration", "defaultQuality", "failOnError", "plugins"]}}, "required": ["isLazy", "operations", "pluginOptions"]}}, "required": ["name", "inputPaths", "outputDir", "args"]}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"code" : 1220080017, "parent" : 1220080, "name" : "SALUSUHAN", "latitude" : null, "longitude" : null, "postal" : [22785, 22757], "children" : []} | json_instruct | {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"objects": {"type": "object", "properties": {"vectile": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"id": {"type": "integer"}, "nazev": {"type": "string"}}, "required": ["id", "nazev"]}, "clipped": {"type": "boolean"}, "id": {"type": "string"}}, "required": ["arcs", "type", "properties", "clipped", "id"]}}}, "required": ["type", "geometries"]}}, "required": ["vectile"]}, "type": {"type": "string"}, "transform": {"type": "object", "properties": {"translate": {"type": "array", "items": {"type": "number"}}, "scale": {"type": "array", "items": {"type": "number"}}}, "required": ["translate", "scale"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}}, "required": ["objects", "type", "transform", "arcs"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"objects" : {"vectile" : {"type" : "GeometryCollection", "geometries" : [{"arcs" : [[0]], "type" : "Polygon", "properties" : {"id" : 2, "nazev" : "Bene\ufffdov"}, "clipped" : true, "id" : "7eadc77a14"}, {"arcs" : [[1]], "type" : "Polygon", "properties" : {"id" : 11, "nazev" : "Praha-z\ufffdpad"}, "clipped" : true, "id" : "456741f390"}]}}, "type" : "Topology", "transform" : {"translate" : [14.414062499999982, 49.83798245308486], "scale" : [4.291534423829513e-05, 2.7670191849432646e-05]}, "arcs" : [[[801, 0], [-66, 78], [142, 176], [-4, 78], [-51, 25], [-49, 168], [-132, -1], [-52, 152], [-287, -169], [-28, 104], [54, -15], [52, 245], [153, 66], [325, -48], [53, 38], [113, -68], [0, -829], [-223, 0]], [[1024, 829], [-113, 68], [-53, -38], [-325, 48], [-153, -66], [-52, -245], [-54, 15], [28, -104], [287, 169], [52, -152], [132, 1], [49, -168], [51, -25], [4, -78], [-142, -176], [66, -78], [-801, 0], [0, 1024], [1024, 0], [0, -195]]]} | json_instruct | {"type": "object", "properties": {"objects": {"type": "object", "properties": {"vectile": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"id": {"type": "integer"}, "nazev": {"type": "string"}}, "required": ["id", "nazev"]}, "clipped": {"type": "boolean"}, "id": {"type": "string"}}, "required": ["arcs", "type", "properties", "clipped", "id"]}}}, "required": ["type", "geometries"]}}, "required": ["vectile"]}, "type": {"type": "string"}, "transform": {"type": "object", "properties": {"translate": {"type": "array", "items": {"type": "number"}}, "scale": {"type": "array", "items": {"type": "number"}}}, "required": ["translate", "scale"]}, "arcs": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}}}, "required": ["objects", "type", "transform", "arcs"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"merged" : "C:\\Users\\Abdullah\\GoogleMapTest\\android-samples-master\\tutorials\\CurrentPlaceDetailsOnMap\\app\\build\\intermediates\\res\\merged\\debug\\mipmap-xhdpi\\ic_launcher.png", "source" : "C:\\Users\\Abdullah\\GoogleMapTest\\android-samples-master\\tutorials\\CurrentPlaceDetailsOnMap\\app\\src\\main\\res\\mipmap-xhdpi\\ic_launcher.png"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"merged": {"type": "string"}, "source": {"type": "string"}}, "required": ["merged", "source"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"config": {"type": "object", "properties": {"vendor-dir": {"type": "string"}}, "required": ["vendor-dir"]}, "require": {"type": "object", "properties": {"cboden/ratchet": {"type": "string"}}, "required": ["cboden/ratchet"]}}, "required": ["config", "require"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"config" : {"vendor-dir" : "application/disks"}, "require" : {"cboden/ratchet" : "^0.4.1"}} | json_instruct | {"type": "object", "properties": {"config": {"type": "object", "properties": {"vendor-dir": {"type": "string"}}, "required": ["vendor-dir"]}, "require": {"type": "object", "properties": {"cboden/ratchet": {"type": "string"}}, "required": ["cboden/ratchet"]}}, "required": ["config", "require"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"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/3/33/Smith%27s_Hammer.png/revision/latest?cb=20210808161150", "sha1" : "fb2384ffb9f435c4c2fc26426c6645cdcb22f296"} | json_instruct | {"type": "object", "properties": {"url": {"type": "string"}, "sha1": {"type": "string"}}, "required": ["url", "sha1"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "year": {"type": "string"}}, "required": ["author", "classification", "keywords", "period", "reference", "region", "text", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"author" : "Lady Mary Wortley Montagu", "classification" : "Common Measure", "keywords" : [], "period" : "Augustan", "reference" : "http://www.poetryfoundation.org/poem/174026", "region" : "England", "text" : ["To all you ladies now at Bath,", "And eke, ye beaux, to you,", "With aching heart, and wat'ry eyes,", "I bid my last adieu.", "Farewell ye nymphs, who waters sip", "Hot reeking from the pumps,", "While music lends her friendly aid,", "To cheer you from the dumps.", "Farewell ye wits, who prating stand,", "And criticise the fair;", "Yourselves the joke of men of sense,", "Who hate a coxcomb's air.", "Farewell to Deard's, and all her toys,", "Which glitter in her shop,", "Deluding traps to girls and boys,", "The warehouse of the fop.", "Lindsay's and Hayes's both farewell,", "Where in the spacious hall,", "With bounding steps, and sprightly air,", "I've led up many a ball.", "Where Somerville of courteous mien,", "Was partner in the dance,", "With swimming Haws, and Brownlow blithe,", "And Britton pink of France.", "Poor Nash, farewell! may fortune smile,", "Thy drooping soul revive,", "My heart is full I can no more\u0097", "John, bid the coachman drive."], "title" : "Farewell to Bath", "year" : ""} | json_instruct | {"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "year": {"type": "string"}}, "required": ["author", "classification", "keywords", "period", "reference", "region", "text", "title", "year"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "package": {"type": "string"}}, "required": ["lint", "package"]}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@actions/core": {"type": "string"}, "nodejs-base64": {"type": "string"}, "json-stringify": {"type": "string"}, "json-parse": {"type": "string"}, "xmlhttprequest": {"type": "string"}}, "required": ["@actions/core", "nodejs-base64", "json-stringify", "json-parse", "xmlhttprequest"]}, "devDependencies": {"type": "object", "properties": {"@zeit/ncc": {"type": "string"}, "eslint": {"type": "string"}}, "required": ["@zeit/ncc", "eslint"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "required": ["name", "description", "license", "version", "author", "scripts", "main", "dependencies", "devDependencies", "repository"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "etheio-ci-actions", "description" : "CI Action For Etherio by Ethereal", "license" : "MIT", "version" : "0.1.0", "author" : "Shin Maung Maung <shinmaungmaung@gmail.com>", "scripts" : {"lint" : "node_modules/.bin/lint index.js", "package" : "node_modules/.bin/ncc build index.js -o dist"}, "main" : "index.js", "dependencies" : {"@actions/core" : "^1.1.1", "nodejs-base64" : "^1.0.3", "json-stringify" : "*", "json-parse" : "*", "xmlhttprequest" : "*"}, "devDependencies" : {"@zeit/ncc" : "^0.20.5", "eslint" : "^6.3.0"}, "repository" : {"type" : "git", "url" : "git+https://github.com/skmetheloper/ci-actions.git"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "scripts": {"type": "object", "properties": {"lint": {"type": "string"}, "package": {"type": "string"}}, "required": ["lint", "package"]}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@actions/core": {"type": "string"}, "nodejs-base64": {"type": "string"}, "json-stringify": {"type": "string"}, "json-parse": {"type": "string"}, "xmlhttprequest": {"type": "string"}}, "required": ["@actions/core", "nodejs-base64", "json-stringify", "json-parse", "xmlhttprequest"]}, "devDependencies": {"type": "object", "properties": {"@zeit/ncc": {"type": "string"}, "eslint": {"type": "string"}}, "required": ["@zeit/ncc", "eslint"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "required": ["name", "description", "license", "version", "author", "scripts", "main", "dependencies", "devDependencies", "repository"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"affinity-engine": {"type": "object", "properties": {"plugins": {"type": "object", "properties": {"data-manager": {"type": "object", "properties": {"autosave": {"type": "string"}}, "required": ["autosave"]}}, "required": ["data-manager"]}}, "required": ["plugins"]}}, "required": ["affinity-engine"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"affinity-engine" : {"plugins" : {"data-manager" : {"autosave" : "autosave"}}}} | json_instruct | {"type": "object", "properties": {"affinity-engine": {"type": "object", "properties": {"plugins": {"type": "object", "properties": {"data-manager": {"type": "object", "properties": {"autosave": {"type": "string"}}, "required": ["autosave"]}}, "required": ["data-manager"]}}, "required": ["plugins"]}}, "required": ["affinity-engine"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"contactSection": {"type": "object", "properties": {"body": {"type": "string"}, "button": {"type": "string"}, "heading": {"type": "string"}}, "required": ["body", "button", "heading"]}, "miscSection": {"type": "object", "properties": {"copyright": {"type": "string"}, "facebook": {"type": "string"}, "instagram": {"type": "string"}, "twitter": {"type": "string"}}, "required": ["copyright", "facebook", "instagram", "twitter"]}}, "required": ["contactSection", "miscSection"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"contactSection" : {"body" : "Ap\u00fantese a una degustaci\u00f3n gratuita", "button" : "Solicite su presupuesto ahora", "heading" : "LE INTERESA"}, "miscSection" : {"copyright" : "\u00a9 2021 Terre Tropicale", "facebook" : "Facebook", "instagram" : "Instagram", "twitter" : "Twitter"}} | json_instruct | {"type": "object", "properties": {"contactSection": {"type": "object", "properties": {"body": {"type": "string"}, "button": {"type": "string"}, "heading": {"type": "string"}}, "required": ["body", "button", "heading"]}, "miscSection": {"type": "object", "properties": {"copyright": {"type": "string"}, "facebook": {"type": "string"}, "instagram": {"type": "string"}, "twitter": {"type": "string"}}, "required": ["copyright", "facebook", "instagram", "twitter"]}}, "required": ["contactSection", "miscSection"], "$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"}, "typings": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "peerDependencies": {"type": "object", "properties": {"react": {"type": "string"}, "react-native": {"type": "string"}}, "required": ["react", "react-native"]}, "dependencies": {"type": "object", "properties": {"google-libphonenumber": {"type": "string"}}, "required": ["google-libphonenumber"]}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/runtime": {"type": "string"}, "babel-jest": {"type": "string"}, "metro-react-native-babel-preset": {"type": "string"}, "react": {"type": "string"}, "react-native": {"type": "string"}}, "required": ["@babel/core", "@babel/runtime", "babel-jest", "metro-react-native-babel-preset", "react", "react-native"]}}, "required": ["name", "version", "description", "main", "typings", "scripts", "keywords", "author", "license", "repository", "peerDependencies", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "react-native-tel-input", "version" : "1.0.0", "description" : "A simple react native phone input", "main" : "src/index.js", "typings" : "src/index.d.ts", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "keywords" : ["react", "react-native", "phone-input", "tel-input", "phone-number"], "author" : "sukesh-s", "license" : "MIT", "repository" : {"type" : "git", "url" : "https://github.com/sukesh-s/react-native-tel-input"}, "peerDependencies" : {"react" : "*", "react-native" : "*"}, "dependencies" : {"google-libphonenumber" : "^3.2.25"}, "devDependencies" : {"@babel/core" : "^7.12.9", "@babel/runtime" : "^7.12.5", "babel-jest" : "^26.6.3", "metro-react-native-babel-preset" : "^0.66.2", "react" : "17.0.2", "react-native" : "0.66.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "typings": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "peerDependencies": {"type": "object", "properties": {"react": {"type": "string"}, "react-native": {"type": "string"}}, "required": ["react", "react-native"]}, "dependencies": {"type": "object", "properties": {"google-libphonenumber": {"type": "string"}}, "required": ["google-libphonenumber"]}, "devDependencies": {"type": "object", "properties": {"@babel/core": {"type": "string"}, "@babel/runtime": {"type": "string"}, "babel-jest": {"type": "string"}, "metro-react-native-babel-preset": {"type": "string"}, "react": {"type": "string"}, "react-native": {"type": "string"}}, "required": ["@babel/core", "@babel/runtime", "babel-jest", "metro-react-native-babel-preset", "react", "react-native"]}}, "required": ["name", "version", "description", "main", "typings", "scripts", "keywords", "author", "license", "repository", "peerDependencies", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"layers": {"type": "object", "properties": {"OCO-3_Carbon_Dioxide_Total_Column_Average": {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "subtitle": {"type": "string"}, "description": {"type": "string"}, "tags": {"type": "string"}, "group": {"type": "string"}, "layergroup": {"type": "string"}, "product": {"type": "string"}, "wrapadjacentdays": {"type": "boolean"}, "tracks": {"type": "array", "items": {"type": "string"}}, "daynight": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "title", "subtitle", "description", "tags", "group", "layergroup", "product", "wrapadjacentdays", "tracks", "daynight"]}}, "required": ["OCO-3_Carbon_Dioxide_Total_Column_Average"]}}, "required": ["layers"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"layers" : {"OCO-3_Carbon_Dioxide_Total_Column_Average" : {"id" : "OCO-3_Carbon_Dioxide_Total_Column_Average", "title" : "Carbon Dioxide (Total Column Average)", "subtitle" : "OCO-3", "description" : "oco3/OCO-3_Carbon_Dioxide_Total_Column_Average", "tags" : "oco3 co2", "group" : "overlays", "layergroup" : "Carbon Dioxide", "product" : "OCO3_L2_Lite_FP", "wrapadjacentdays" : true, "tracks" : ["OrbitTracks_ISS_Ascending", "OrbitTracks_ISS_Descending"], "daynight" : ["day"]}}} | json_instruct | {"type": "object", "properties": {"layers": {"type": "object", "properties": {"OCO-3_Carbon_Dioxide_Total_Column_Average": {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "subtitle": {"type": "string"}, "description": {"type": "string"}, "tags": {"type": "string"}, "group": {"type": "string"}, "layergroup": {"type": "string"}, "product": {"type": "string"}, "wrapadjacentdays": {"type": "boolean"}, "tracks": {"type": "array", "items": {"type": "string"}}, "daynight": {"type": "array", "items": {"type": "string"}}}, "required": ["id", "title", "subtitle", "description", "tags", "group", "layergroup", "product", "wrapadjacentdays", "tracks", "daynight"]}}, "required": ["OCO-3_Carbon_Dioxide_Total_Column_Average"]}}, "required": ["layers"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"github_username": {"type": "string"}, "name": {"type": "string"}, "link_text": {"type": "null"}, "link_url": {"type": "null"}, "avatar_url": {"type": "null"}, "bio": {"type": "string"}}, "required": ["github_username", "name", "link_text", "link_url", "avatar_url", "bio"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"github_username" : "dsdshcym", "name" : "Yiming Chen", "link_text" : null, "link_url" : null, "avatar_url" : null, "bio" : "I love Elixir because I believe it can provide both dynamic polymorphism and referential transparency, which are both fundamental for writing clean code."}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"github_username": {"type": "string"}, "name": {"type": "string"}, "link_text": {"type": "null"}, "link_url": {"type": "null"}, "avatar_url": {"type": "null"}, "bio": {"type": "string"}}, "required": ["github_username", "name", "link_text", "link_url", "avatar_url", "bio"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : 1.2, "people" : [{"pose_keypoints_2d" : [326.482, 117.264, 1, 308.053, 135.669, 1, 296.195, 133.953, 1, 279.354, 157.377, 1, 265.489, 192.988, 1, 327.436, 142.688, 1, 329.577, 147.218, 1, 333.127, 183.379, 1, 302.891, 185.151, 1, 325.295, 244.922, 1, 292.718, 293.255, 1, 324.889, 193.4, 1, 333.528, 227.084, 1, 350.319, 273.178, 1, 321.565, 115.136, 1, 326.669, 114.503, 1, 312.116, 115.472, 1, 315.615, 91.3261, 0], "face_keypoints_2d" : [], "hand_left_keypoints_2d" : [], "hand_right_keypoints_2d" : [], "pose_keypoints_3d" : [], "face_keypoints_3d" : [], "hand_left_keypoints_3d" : [], "hand_right_keypoints_3d" : []}]} | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "hand_right_keypoints_2d": {"type": "array", "items": {}}, "pose_keypoints_3d": {"type": "array", "items": {}}, "face_keypoints_3d": {"type": "array", "items": {}}, "hand_left_keypoints_3d": {"type": "array", "items": {}}, "hand_right_keypoints_3d": {"type": "array", "items": {}}}, "required": ["pose_keypoints_2d", "face_keypoints_2d", "hand_left_keypoints_2d", "hand_right_keypoints_2d", "pose_keypoints_3d", "face_keypoints_3d", "hand_left_keypoints_3d", "hand_right_keypoints_3d"]}}}, "required": ["version", "people"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"requires": {"type": "array", "items": {"type": "string"}}, "target_overrides": {"type": "object", "properties": {"*": {"type": "object", "properties": {"target.c_lib": {"type": "string"}, "target.printf_lib": {"type": "string"}, "platform.minimal-printf-enable-floating-point": {"type": "boolean"}, "platform.stdio-minimal-console-only": {"type": "boolean"}}, "required": ["target.c_lib", "target.printf_lib", "platform.minimal-printf-enable-floating-point", "platform.stdio-minimal-console-only"]}}, "required": ["*"]}}, "required": ["requires", "target_overrides"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"requires" : ["bare-metal"], "target_overrides" : {"*" : {"target.c_lib" : "small", "target.printf_lib" : "minimal-printf", "platform.minimal-printf-enable-floating-point" : false, "platform.stdio-minimal-console-only" : true}}} | json_instruct | {"type": "object", "properties": {"requires": {"type": "array", "items": {"type": "string"}}, "target_overrides": {"type": "object", "properties": {"*": {"type": "object", "properties": {"target.c_lib": {"type": "string"}, "target.printf_lib": {"type": "string"}, "platform.minimal-printf-enable-floating-point": {"type": "boolean"}, "platform.stdio-minimal-console-only": {"type": "boolean"}}, "required": ["target.c_lib", "target.printf_lib", "platform.minimal-printf-enable-floating-point", "platform.stdio-minimal-console-only"]}}, "required": ["*"]}}, "required": ["requires", "target_overrides"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"jquery.dirtyforms.helpers.tinymce.js": {"type": "string"}, "jquery.dirtyforms.helpers.tinymce.min.js": {"type": "string"}}, "required": ["jquery.dirtyforms.helpers.tinymce.js", "jquery.dirtyforms.helpers.tinymce.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"jquery.dirtyforms.helpers.tinymce.js" : "sha256-zgMgmsktoSEsJwlgl97dY/EDThVTLqRTFCKg3iyv+X0=", "jquery.dirtyforms.helpers.tinymce.min.js" : "sha256-KdylDfmVSRHD8pdiL6g+9jzzOso84otaAClvlSGd5Fc="} | json_instruct | {"type": "object", "properties": {"jquery.dirtyforms.helpers.tinymce.js": {"type": "string"}, "jquery.dirtyforms.helpers.tinymce.min.js": {"type": "string"}}, "required": ["jquery.dirtyforms.helpers.tinymce.js", "jquery.dirtyforms.helpers.tinymce.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {}}, "metadata": {"type": "null"}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "1aebbb18-afa8-4151-ba3c-bb39549f5120", "playerTags" : [], "teamTags" : ["c73b705c-40ad-4633-a6ed-d357ee2e2bcf"], "gameTags" : [], "metadata" : null, "created" : "2021-03-12T23:30:13.822Z", "season" : 12, "tournament" : -1, "type" : 158, "day" : 100, "phase" : 9, "category" : 3, "description" : "The Lift have been eliminated from the Season 13 Postseason.", "nuts" : 1} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {}}, "metadata": {"type": "null"}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"nft": {"type": "object", "properties": {"id": {"type": "integer"}, "image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}}, "required": ["trait_type", "value"]}}}, "required": ["id", "image", "attributes"]}, "attributeRarities": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}, "count": {"type": "integer"}, "ratio": {"type": "number"}, "ratioScore": {"type": "number"}}, "required": ["trait_type", "value", "count", "ratio", "ratioScore"]}}, "rarityScore": {"type": "number"}, "rank": {"type": "integer"}}, "required": ["nft", "attributeRarities", "rarityScore", "rank"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"nft" : {"id" : 1539, "image" : "ipfs://QmWEMyYFWqJPZ8PLPxCbCjChr6fSX1iuBhYEfn69EQnUTm", "attributes" : [{"trait_type" : "Clothes", "value" : "Lab Coat"}, {"trait_type" : "Fur", "value" : "Brown"}, {"trait_type" : "Eyes", "value" : "Hypnotized"}, {"trait_type" : "Earring", "value" : "Gold Hoop"}, {"trait_type" : "Hat", "value" : "Prussian Helmet"}, {"trait_type" : "Mouth", "value" : "Jovial"}, {"trait_type" : "Background", "value" : "Yellow"}, {"trait_type" : "Trait Count", "value" : "7"}]}, "attributeRarities" : [{"trait_type" : "Clothes", "value" : "Lab Coat", "count" : 144, "ratio" : 0.0144, "ratioScore" : 69.44444444444444}, {"trait_type" : "Fur", "value" : "Brown", "count" : 1370, "ratio" : 0.137, "ratioScore" : 7.2992700729927}, {"trait_type" : "Eyes", "value" : "Hypnotized", "count" : 220, "ratio" : 0.022, "ratioScore" : 45.45454545454546}, {"trait_type" : "Earring", "value" : "Gold Hoop", "count" : 462, "ratio" : 0.0462, "ratioScore" : 21.645021645021647}, {"trait_type" : "Hat", "value" : "Prussian Helmet", "count" : 130, "ratio" : 0.013, "ratioScore" : 76.92307692307692}, {"trait_type" : "Mouth", "value" : "Jovial", "count" : 296, "ratio" : 0.0296, "ratioScore" : 33.78378378378378}, {"trait_type" : "Background", "value" : "Yellow", "count" : 1283, "ratio" : 0.1283, "ratioScore" : 7.79423226812159}, {"trait_type" : "Trait Count", "value" : "7", "count" : 1883, "ratio" : 0.1883, "ratioScore" : 5.310674455655868}], "rarityScore" : 267.6550490476424, "rank" : 902} | json_instruct | {"type": "object", "properties": {"nft": {"type": "object", "properties": {"id": {"type": "integer"}, "image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}}, "required": ["trait_type", "value"]}}}, "required": ["id", "image", "attributes"]}, "attributeRarities": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type": "string"}, "count": {"type": "integer"}, "ratio": {"type": "number"}, "ratioScore": {"type": "number"}}, "required": ["trait_type", "value", "count", "ratio", "ratioScore"]}}, "rarityScore": {"type": "number"}, "rank": {"type": "integer"}}, "required": ["nft", "attributeRarities", "rarityScore", "rank"], "$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.