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" : 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://jso... |
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": "strin... | {"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... | 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"... |
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": {... | {"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", "se... | 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... |
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"},... | {"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" : ... | 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": {"t... |
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": "stri... | {"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", ... |
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"... | {"@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": ["... |
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": {... | {"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" : "sp... | 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"]},... |
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... | {"botPrompts" : [{"text" : "Choose topic"}], "disambiguationPrompt" : "Please choose appropriate category", "enumValues" : [{"type" : "StaticEntityValue", "canonicalName" : "Selling Material", "extensionType" : null, "nativeLanguageTag" : "en", "primaryLanguageCanonicalName" : "Selling Material", "synonyms" : ["selling... | 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"}, "canonicalN... |
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": "s... | {"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 metaph... | 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": "stri... |
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... | [{"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... | 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", "... |
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-0... | {"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": ... | {"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" : {... | 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"]... |
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":... | {"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.... | 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... |
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": {"ty... | {"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-5e6cb2... | 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": {... |
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"}, "totalCoun... | {"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"]}}}, "req... |
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", "propert... | {"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"},... | 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": ... |
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": {"ty... | {"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", ... | 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": ... |
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"]}}, "requ... | {"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... |
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"], ... | {"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/68e296... | 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", "i... | {"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" : ["**/.*", "n... | 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": {"t... |
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"}, "wa... | {"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... | 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", "w... |
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", "it... | {"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\",... | 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"}, "sourcesCont... |
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", "pr... | {"" : {"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... | 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": {... |
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" : "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... | 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"}}}... |
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"}}}, "requi... | {"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"], "$s... |
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": ... | {"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\"},{\"co... | 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": "st... |
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", "item... | {"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... | 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"}, "hierarchicalCat... |
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":... | {"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"... | 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"}... |
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", "d... | 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": ["sta... | {"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/a... | 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": ... |
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": ["tra... | {"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/... |
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"}}, "b... | {"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... | 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": {... |
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": "stri... | {"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": "... |
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"}, "tr... | {"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... | 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"}}, "errorCod... |
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", "ite... | {"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,nu... | 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"}, "sourcesCont... |
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"}, "postc... | {"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 Train... | 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", "to... |
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"}, "w... | {"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_d... | 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": "st... |
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", "code... | [{"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":... | {"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 ... | 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": {"t... |
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": {"conn... | {"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" ... | 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": {"ty... |
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"]}, "depe... | {"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": {... |
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": ... | {"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_ty... | 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"... |
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"... | {"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"}, "emai... | {"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"}}, "r... |
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": "i... | {"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, ... | 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": "s... |
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":... | {"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":... | {"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"... | 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": ... |
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"}}, "... | {"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"... | 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", "item... |
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"},... | {"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" : 820... | 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": "... |
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",... | {"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... | 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"}, "sourcesCont... |
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"},... | {"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/j... | 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": "... |
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"... | {"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", "ingredient... |
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" : "", "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; chars... | 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"}}, "requi... |
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": {"ty... | {"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", "... | 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": "st... |
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": ... | {"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"}, "latit... |
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\... | 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": {"ty... | {"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", "n... |
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"... | {"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.o... |
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": "st... | {"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/soci... | 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"... |
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"... | {"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... | 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": {"t... |
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":... | {"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": {"... |
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"},... | {"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 pe... | 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": ["dat... |
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": {"t... | {"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"... | 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"}, "s... |
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", "orga... | {"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": "ht... |
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": {"t... | {"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/D... | 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":... |
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"... | {"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", "n... |
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": "... | {"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... | 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": ... |
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\\... | 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/rat... | {"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-s... |
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"... | {"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... | 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... |
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": {... | {"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",... | 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", "pack... |
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"]}}, ... | {"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": ["affi... |
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... | {"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... |
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": {"t... | {"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"], "... | 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... |
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"}, "desc... | {"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 Dio... | 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": {"ty... |
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"}}, ... | [{"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", "avata... |
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"... | {"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... | 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": {}}, "han... |
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": "stri... | {"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"... |
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.tiny... | {"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"}, "crea... | {"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 b... | 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": {"ty... |
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"}, "valu... | {"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"... | 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"... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.