input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"primary": {"type": "object", "properties": {"classes": {"type": "integer"}, "students": {"type": "integer"}}, "required": ["classes", "students"]}, "primary_dc": {"type": "object", "properties": {"classes": {"type": "integer"}... | {"primary" : {"classes" : 8, "students" : 19}, "primary_dc" : {"classes" : 8, "students" : 19}, "lower_secondary" : {"classes" : 8, "students" : 18}, "lower_secondary_dc" : {"classes" : 8, "students" : 18}, "upper_secondary" : {"classes" : 10, "students" : 23}, "secondary" : {"classes" : 28, "students" : 24}} | json_instruct | {"type": "object", "properties": {"primary": {"type": "object", "properties": {"classes": {"type": "integer"}, "students": {"type": "integer"}}, "required": ["classes", "students"]}, "primary_dc": {"type": "object", "properties": {"classes": {"type": "integer"}, "students": {"type": "integer"}}, "required": ["classes",... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"@cspell/dict-scientific-terms-us": {"type... | {"name" : "code-spell-checker-scientific-terms", "version" : "0.1.1", "lockfileVersion" : 1, "requires" : true, "dependencies" : {"@cspell/dict-scientific-terms-us" : {"version" : "1.0.21", "resolved" : "https://registry.npmjs.org/@cspell/dict-scientific-terms-us/-/dict-scientific-terms-us-1.0.21.tgz", "integrity" : "s... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "lockfileVersion": {"type": "integer"}, "requires": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"@cspell/dict-scientific-terms-us": {"type": "object", "properties": {"version": {"type": "string"}, "re... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "serve": {"type": "string"}}, "required": ["dev", "build", "serve"]... | {"name" : "aissist-web", "version" : "0.0.0", "scripts" : {"dev" : "vite", "build" : "tsc && vite build", "serve" : "vite preview"}, "devDependencies" : {"@types/w3c-image-capture" : "^1.0.5", "typescript" : "^4.3.2", "vite" : "^2.5.4"}, "dependencies" : {"@tensorflow-models/coco-ssd" : "^2.2.2", "@tensorflow-models/fa... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "serve": {"type": "string"}}, "required": ["dev", "build", "serve"]}, "devDependencies": {"type": "object", "properties": {"@t... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"AB": {"type": "array", "items": {"type": "string"}}, "AW": {"type": "array", "items": {"type": "string"}}, "SZ": {"type": "string"}, "C": {"type": "string"}, "SOL": {"type": "array", "items": {"type": "array", "items": {"type": ... | {"AB" : ["ra", "rb", "rc", "rd", "qd", "pc", "rf", "qg", "pg", "of", "nh", "se", "oh", "lh", "kh", "kg", "jf", "je", "jd", "jc", "ld", "lc", "mc", "nc", "oc", "mh"], "AW" : ["rh", "kb", "lb", "mb", "nb", "ob", "pb", "qb", "qc", "md", "nd", "od", "pd", "qe", "re", "pf", "og", "ng", "mg", "lg", "kf", "ke", "le", "ph", "p... | json_instruct | {"type": "object", "properties": {"AB": {"type": "array", "items": {"type": "string"}}, "AW": {"type": "array", "items": {"type": "string"}}, "SZ": {"type": "string"}, "C": {"type": "string"}, "SOL": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["AB", "AW", "SZ", "C", "SOL"],... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"slug": {"type": "string"}, "relevant-countries": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "address": {"type": "string"}, "phone": {"type": "string"}, "fax": {"type": "string"}, "... | {"slug" : "verdi-de", "relevant-countries" : ["de"], "name" : "ver.di - Vereinte Dienstleistungsgewerkschaft", "address" : "Paula-Thiede-Ufer 10\n10179 Berlin\nDeutschland", "phone" : "+49 30 69560", "fax" : "+49 30 69563141", "email" : "datenschutz@verdi.de", "web" : "https://www.verdi.de", "sources" : ["https://www.v... | json_instruct | {"type": "object", "properties": {"slug": {"type": "string"}, "relevant-countries": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "address": {"type": "string"}, "phone": {"type": "string"}, "fax": {"type": "string"}, "email": {"type": "string"}, "web": {"type": "string"}, "sources": {"type... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "date": {"type": "string"}, "user": {"type": "string"}, "post": {"type": "string"}}, "required": ["id", "date", "user", "post"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : 86664, "date" : "2016-06-29 18:14:46", "user" : "Ernie", "post" : "**Company: [BudgetVM](http://www.budgetvm.com)**\r\n\r\nAt BudgetVM we pride ourselves on offering a great product at a great price. We own our servers and operate our own networks to provide you with reliable service!\r\n\r\nBudgetVM is having ... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "date": {"type": "string"}, "user": {"type": "string"}, "post": {"type": "string"}}, "required": ["id", "date", "user", "post"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}, "mappingIndex": {"type": "integer"}, "redacted": {"type": "boolean"}, "scope": {"type": "integer"}, "aggregationType... | {"index" : 10053, "hash" : 75662502, "blacklisted" : false, "mappingIndex" : 0, "redacted" : false, "scope" : 0, "aggregationType" : 0} | json_instruct | {"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}, "mappingIndex": {"type": "integer"}, "redacted": {"type": "boolean"}, "scope": {"type": "integer"}, "aggregationType": {"type": "integer"}}, "required": ["index", "hash", "blacklisted", "mapp... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"keyboard_name": {"type": "string"}, "keyboard_folder": {"type": "string"}, "url": {"type": "string"}, "maintainer": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "layouts": {"... | {"keyboard_name" : "Plaid-Pad", "keyboard_folder" : "plaid_pad", "url" : "https://keycapsss.com/diy-kits/104/plaid-pad-4x4-numpad", "maintainer" : "BenRoe", "width" : 4, "height" : 4, "layouts" : {"LAYOUT_ortho_4x4" : {"key_count" : 16, "layout" : [{"w" : 1, "x" : 0, "y" : 0}, {"w" : 1, "x" : 1, "y" : 0}, {"w" : 1, "x"... | json_instruct | {"type": "object", "properties": {"keyboard_name": {"type": "string"}, "keyboard_folder": {"type": "string"}, "url": {"type": "string"}, "maintainer": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "layouts": {"type": "object", "properties": {"LAYOUT_ortho_4x4": {"type": "object", "pro... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}... | {"name" : "check-password-strength", "version" : "1.0.15", "description" : "A NPM Password strength checker based from Javascript RegExp. Check passphrase if it's \"Weak\", \"Medium\" or \"Strong\"", "main" : "index.js", "scripts" : {"test" : "jest"}, "repository" : {"type" : "git", "url" : "git+https://github.com/dean... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"brief" : "tip", "long" : "<i>Meaning:</i> to \"tip\" over (for the purpose of \"spilling\" or \"pouring\" out), i.e. (figuratively) \"depopulate\"; by implication, to \"imprison\" or \"conquer\"; (reflexive) to \"lie down\" (for coitus).<br/><i>Usage:</i> captive exile, travelling, (cause to) wander(-er).<br/><i>Sour... | json_instruct | {"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {"typ... | {"directions" : ["In slow cooker, stir together onions, 1/2 teaspoon salt, and paprika. Spread mixture evenly over bottom of insert.", "Rub garlic halves over chicken, then sprinkle chicken with pepper and remaining 1/2 teaspoon salt. In medium saucepan over moderately high heat, heat butter and oil until hot but not s... | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "url": {"type"... |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"bbox": {"type": "string"}, "used": {"type": "boolean"}, "class_name": {"type": "string"}}, "required": ["bbox", "used", "class_name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"bbox" : "32 67 439 253", "used" : false, "class_name" : "bus"}, {"bbox" : "304 113 333 156", "used" : false, "class_name" : "person"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"bbox": {"type": "string"}, "used": {"type": "boolean"}, "class_name": {"type": "string"}}, "required": ["bbox", "used", "class_name"]}, "$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"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "src": {"type": "string"}, "licens... | {"name" : "DissolveEffectForTMPro", "version" : "1.0.3", "repository" : {"type" : "git", "url" : "git+https://github.com/mob-sakai/DissolveEffectForTMPro.git"}, "src" : "Assets/Coffee/UIExtensions", "license" : "MIT"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "src": {"type": "string"}, "license": {"type": "string"}}, "required": ["name", "version", "r... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "package_format_version": {"type": "integer"}, "loc_name": {"type": "string"}, "version": {"type": "string"}, "icon": {"type": "string"}, "miniicon": {"type": "string"}, "vendor": {"type": ... | {"id" : "info.mobo.exportmessages", "package_format_version" : 2, "loc_name" : "Export Messages", "version" : "1.0.6", "icon" : "icon48.png", "miniicon" : "icon48.png", "vendor" : "Garfonso", "title" : "Export Messages", "vendorurl" : "http://webos.mobo.info", "app" : "info.mobo.exportmessages", "services" : ["info.mob... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "package_format_version": {"type": "integer"}, "loc_name": {"type": "string"}, "version": {"type": "string"}, "icon": {"type": "string"}, "miniicon": {"type": "string"}, "vendor": {"type": "string"}, "title": {"type": "string"}, "vendorurl": {"type": "string"}... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type"... | {"body" : "Hi,\n\nlets say I have a variant \"var\" in a package \"pac\":\n\n```\nvariant('var', default=False, description='Enable lib2 instead of lib1')\n```\n\nand optional dependencies like this:\n\n```\ndepends_on(\"lib1\", when='~var')\ndepends_on(\"lib2\", when='+var')\n```\n\nwhat I expect writting this is to h... | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": ... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"published": {"type": "string"}, "media-type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "content": {"type": "string"}, "source": {"type": "string"}}, "required": ["published", "media... | {"published" : "2015-09-14T17:06:31Z", "media-type" : "News", "title" : "The Guy Who Coined Net Neutrality Now Works for New York's Attorney General", "id" : "792466db-fc92-4510-b832-f7be9ff0abb0", "content" : "Tim Wu is one of the world's most outspoken and influential advocates for an open internet. And now, the Colu... | json_instruct | {"type": "object", "properties": {"published": {"type": "string"}, "media-type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "content": {"type": "string"}, "source": {"type": "string"}}, "required": ["published", "media-type", "title", "id", "content", "source"], "$schema": "http://json-s... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "propertie... | {"name" : "will-call", "version" : "1.0.1", "description" : "check that expected function calls are actually made", "author" : "Continuation Labs <contact@continuation.io> (http://continuation.io/)", "main" : "lib/index.js", "homepage" : "https://github.com/continuationlabs/will-call", "repository" : {"type" : "git", "... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "main": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "start": {"type": "string"}, "build": {"type": "string"}, "now-build": {"type": "str... | {"name" : "wifipass", "version" : "1.0.0", "scripts" : {"dev" : "next", "start" : "next start", "build" : "next build", "now-build" : "next build", "export" : "next export"}, "dependencies" : {"@sindresorhus/slugify" : "^2.1.0", "comma-number" : "^2.0.1", "firebase" : "^8.7.1", "firebase-admin" : "^9.2.0", "next" : "^9... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "start": {"type": "string"}, "build": {"type": "string"}, "now-build": {"type": "string"}, "export": {"type": "string"}}, "required": ["dev", "start", "bui... |
Using the following JSON schema, generate a compatible JSON instance:
{"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"}, "... | {"web" : [{"value" : ["\u9633\u5149", "\u674e\u987a\u572d", "\u9633"], "key" : "SUNNY"}, {"value" : ["\u674e\u987a\u572d"], "key" : "Sunny"}, {"value" : ["Sunny Hill", "Sunny Hill", "\u901a\u8bdd\u8fde\u63a5\u58f0\u97f3"], "key" : "Sunny Hill"}], "query" : "sunny", "translation" : ["\u6674\u6717\u7684"], "errorCode" : ... | 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... |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"province": {"type": "string"}, "city": {"type": "string"}, "area": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "string"}, "phone": {"type": "string"}... | [{"province" : "\u56db\u5ddd\u7701", "city" : "\u4e50\u5c71\u5e02", "area" : "\u5e02\u4e2d\u533a", "name" : "\u4e50\u5c71\u5e02\u57ce\u5317\u90ae\u653f\u6240", "code" : "614099", "address" : "\u4e50\u5c71\u5e02\u5e02\u4e2d\u533a\u6625\u534e\u8def\u5357\u6bb5247\u53f7", "phone" : "0833-2440793"}, {"province" : "\u56db\u... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"province": {"type": "string"}, "city": {"type": "string"}, "area": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "string"}, "phone": {"type": "string"}}, "required": ["province", "city", "area", "name", "code... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type... | {"name" : ":vendor_name/:theme_slug", "description" : ":theme_description", "type" : "wordpress-theme", "homepage" : ":theme_website", "keywords" : [":theme_name", ":vendor_name", "wordpress", "theme"], "authors" : [{"name" : ":theme_author", "email" : ":author_email", "homepage" : ":author_website", "role" : "Develope... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "homepage": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "em... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"sha": {"type": "string"}, "date_image": {"type": "string"}, "date_generated": {"type": "string"}}, "required": ["sha", "date_image", "date_generated"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"sha" : "ae56d4a", "date_image" : "2021-10-08 06:38:45", "date_generated" : "2021-10-08 08:45:28"} | json_instruct | {"type": "object", "properties": {"sha": {"type": "string"}, "date_image": {"type": "string"}, "date_generated": {"type": "string"}}, "required": ["sha", "date_image", "date_generated"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "items": {"type": "array", "items": {"type": "string"}}}, "required": ["title", "items"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"title" : "GAMEPLAY", "items" : ["Battle of Stoicism", "Cooperative Gameplay", "Covenant", "Invaders", "Phantoms", "Player versus Player"]}, {"title" : "MECHANICS", "items" : ["Miracle Synergy", "Resonance Ring", "Sin"]}, {"title" : "INVASION ITEMS", "items" : ["Cracked Red Eye Orb", "Red Eye Orb", "Blue Eye Orb", "D... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "items": {"type": "array", "items": {"type": "string"}}}, "required": ["title", "items"]}, "$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"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Name" : "Pistolete Zenit RK-3 para AK", "ShortName" : "RK-3", "Description" : "El pistolete anat\u00f3mico RK-3 Classica cuenta con un compartmento sellado herm\u00e9ticamente para el almacenamiento de bater\u00edas y est\u00e1 dise\u00f1ado para ser instalado como reemplazo del pistolete est\u00e1ndar de AK. \u00a9 ... | json_instruct | {"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"prod... | {"userId" : 79232, "cartId" : "bb03b975-bde4-40a0-93bb-4f9f772cd65f", "preferredProducts" : [259], "productReviews" : [{"productId" : 2051, "reviewText" : "I tried to decapitate it but got coconut all over it.", "reviewDate" : "2019-10-31T11:58:23.855174+02:00"}, {"productId" : 1997, "reviewText" : "My co-worker Mohame... | json_instruct | {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"caseSensitive": {"type": "boolean"}, "concept": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "definition": {"type": "string"}, "display": {"type": "string"}}, "required"... | {"caseSensitive" : true, "concept" : [{"code" : "breach", "definition" : "To be completed", "display" : "Breach"}], "contact" : [{"name" : "FHIR project team", "telecom" : [{"system" : "url", "value" : "http://hl7.org/fhir"}]}], "content" : "complete", "date" : "2017-02-13", "description" : "This CodeSystem contains FH... | json_instruct | {"type": "object", "properties": {"caseSensitive": {"type": "boolean"}, "concept": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "definition": {"type": "string"}, "display": {"type": "string"}}, "required": ["code", "definition", "display"]}}, "contact": {"type": "array", "ite... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"transactionDate": {"type": "string"}, "produceNumber": {"type": "string"}, "produceName": {"type": "string"}, "marketNumber": {"type": "string"}, "marketName": {"type": "string"}, "... | [{"transactionDate" : "102.02.27", "produceNumber" : "F1", "produceName" : "\u6ab8\u6aac-\u6ab8\u6aac", "marketNumber" : "423", "marketName" : "\u6771\u52e2\u93ae", "topPrice" : "28.3", "middlePrice" : "28.3", "lowPrice" : "28.3", "averagePrice" : "28.3", "transactionAmount" : "16.8", "number" : "F1", "main_category" :... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"transactionDate": {"type": "string"}, "produceNumber": {"type": "string"}, "produceName": {"type": "string"}, "marketNumber": {"type": "string"}, "marketName": {"type": "string"}, "topPrice": {"type": "string"}, "middlePrice": {"type": "string"}, "lowPrice":... |
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" : 30415, "cartId" : "c7d080a7-66b6-41a5-ba2f-c6d9699e44bf", "preferredProducts" : [], "productReviews" : [{"productId" : 3090, "reviewText" : "talk about hatred!!!", "reviewDate" : "2017-12-15T13:49:17.4079341+02:00"}, {"productId" : 4859, "reviewText" : "I saw one of these in Kazakhstan and I bought one.", "... | 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... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "icon": {"type": "string"}, "category": {"type": "string"}, "flag": {"type": "string"}, "advancement": {"type": "string"}, "pages": {"type": "array", "items": {"type": "object", "propert... | {"name" : "Cobble Golem ", "icon" : "minecraft:spawn_egg{EntityTag:{id:'grimoireofgaia:cobble_golem'}}", "category" : "helpers", "flag" : "universalbestiary:entity:grimoireofgaia:cobble_golem", "advancement" : "universalbestiary:grimoireofgaia_cobble_golem", "pages" : [{"type" : "text", "text" : "The $(mob)Cobble Golem... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "icon": {"type": "string"}, "category": {"type": "string"}, "flag": {"type": "string"}, "advancement": {"type": "string"}, "pages": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "text": {"type": "string"}}, "require... |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [5.336821655309015, 1.8196175496747287, 2.6238102852911838, 3.3067614958579283, 4.5341330070438515, 3.5245424306636086, 2.671286631475443, 3.102545689945542, 1.9670108655071898, 3.1689306995442212] | json_instruct | {"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "license": {"type": "string"}, "minimum-stability": {"type": "stri... | {"name" : "dev-lancer/mc-pack", "description" : "The library is designed to integrate the minecraft server with the website.", "keywords" : ["library", "minecraft", "server", "www", "php", "rcon", "query", "motd", "properties", "console", "ssh", "sftp"], "type" : "library", "license" : "MIT", "minimum-stability" : "sta... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "license": {"type": "string"}, "minimum-stability": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "s... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"corpus": {"type": "array", "items": {"type": "string"}}, "question": {"type": "array", "items": {"type": "string"}}, "answer": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "requi... | {"corpus" : ["\u570b\u8ecd", "\u6625\u7bc0", "\u524d", "\u52a0\u5f37", "\u6230\u5099", "\u4ee5", "IDF", "\u6230\u6a5f", "\u5927", "\u5175\u529b", "\u6ed1\u884c", "\u5c55\u73fe", "\u8ecd\u5a01", "\u4e26\u4e14", "\u9032\u884c", "\u591c\u822a", "\u8a13\u7df4", "\u505a\u597d", "\u4fdd\u885b", "\u5bb6\u5712", "\u7684", "\u6... | json_instruct | {"type": "object", "properties": {"corpus": {"type": "array", "items": {"type": "string"}}, "question": {"type": "array", "items": {"type": "string"}}, "answer": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["corpus", "question", "answer"], "$schema": "http://json-schema.org/... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"normalize.css": {"type": "string"}, "jquery": {"type": "string"}, "slick-carousel": {"type": "string"}}... | {"name" : "razorfish-pl", "private" : true, "dependencies" : {"normalize.css" : "~3.0.3", "jquery" : "~2.1.4", "slick-carousel" : "~1.5.8"}, "devDependencies" : {"chai" : "~3.2.0", "mocha" : "~2.2.5"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"normalize.css": {"type": "string"}, "jquery": {"type": "string"}, "slick-carousel": {"type": "string"}}, "required": ["normalize.css", "jquery", "slick-carousel"]}, "devDepend... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "source": {"type": "object", "properties": {"type": {"type": "string"}, "data": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "obje... | {"id" : "route", "type" : "line", "source" : {"type" : "geojson", "data" : {"type" : "Feature", "properties" : {}, "geometry" : {"type" : "LineString", "coordinates" : []}}}, "layout" : {"line-join" : "round", "line-cap" : "round"}, "paint" : {"line-color" : "#F64E3E", "line-width" : 3}} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "source": {"type": "object", "properties": {"type": {"type": "string"}, "data": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {}, "required": []}, "geometry": {"type": "... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}, "mappingIndex": {"type": "integer"}, "redacted": {"type": "boolean"}, "scope": {"type": "integer"}, "aggregationType": {"... | {"index" : 5033, "hash" : 2464980468, "blacklisted" : false, "mappingIndex" : 0, "redacted" : false, "scope" : 0, "aggregationType" : 0} | json_instruct | {"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}, "mappingIndex": {"type": "integer"}, "redacted": {"type": "boolean"}, "scope": {"type": "integer"}, "aggregationType": {"type": "integer"}}, "required": ["index", "hash", "blacklisted", "mapp... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id... | {"id" : 1126025003, "type" : "Feature", "properties" : {"src:alt_label" : "qs_pg", "src:geom" : "qs_pg", "wof:geomhash" : "5523ad23136b4aba449186eb17b34889", "wof:id" : 1126025003, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [0.99825, 45.20617, 0.99825, 45.20617], "geometry" : {"coordinates" : [0.99825, 45.2061... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "entries": {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "tag": {"type": "string"}, "version": {"type": "string"}, "comments": {"type": "object", "proper... | {"name" : "@fluentui/eslint-plugin", "entries" : [{"date" : "Fri, 26 Jun 2020 12:36:28 GMT", "tag" : "@fluentui/eslint-plugin_v0.51.0", "version" : "0.51.0", "comments" : {"minor" : [{"comment" : "Add custom configs and rules", "author" : "elcraig@microsoft.com", "commit" : "94ab6757c1050007b9f8343986f19c7685fed6d7", "... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "entries": {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "tag": {"type": "string"}, "version": {"type": "string"}, "comments": {"type": "object", "properties": {"minor": {"type": "array", "items": {"type": "object",... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"RabbitHost": {"type": "string"}}, "required": ["RabbitHost"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"RabbitHost" : "localhost/homecontrol"} | json_instruct | {"type": "object", "properties": {"RabbitHost": {"type": "string"}}, "required": ["RabbitHost"], "$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"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "n... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[143.25, 22.583333333333332], [143.25, 22.666666666666668], [143.375, 22.666666666666668], [143.375, 22.583333333333332], [143.25, 22.583333333333332]]]}, "properties" : {"code" : 334372, "url" : "http://madefor.github.io/0410/api/v1/334372.geojso... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"contacts": {"type": "array", "items": {}}, "guideStarURL": {"type": "string"}, "name": {"type": "string"}, "primaryEmail": {"type": "string"}, "website": {"type": "string"}, "organisationType": {"type": "array", "items": {"... | {"contacts" : [], "guideStarURL" : "http://www.guidestarindia.org/Summary.aspx?CCReg=4290", "name" : "Vibha India (Trust)", "primaryEmail" : "zankhana@vibha.org", "website" : "http://india.vibha.org", "organisationType" : ["Grant-making", "Intermediary", "Network", "Support"], "telephone" : ["912228406781", "9122284067... | json_instruct | {"type": "object", "properties": {"contacts": {"type": "array", "items": {}}, "guideStarURL": {"type": "string"}, "name": {"type": "string"}, "primaryEmail": {"type": "string"}, "website": {"type": "string"}, "organisationType": {"type": "array", "items": {"type": "string"}}, "telephone": {"type": "array", "items": {"t... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"Name": {"type": "string"}, "ProtocolName": {"type": "string"}, "Comment": {"type": "string"}, "Properties": {"type": "array", "items": {"type": "object", "properties": {"Key": {"type": "object", "properties": {"Typ... | {"Name" : "AffinityInformation", "ProtocolName" : "Models.AffinityInformation", "Comment" : "A locality hint that can be used by the Batch service to select a compute node on which to start a new task.", "Properties" : [{"Key" : {"Type" : "string", "Name" : "AffinityId", "SummaryComment" : "An opaque string that repres... | json_instruct | {"type": "object", "properties": {"Name": {"type": "string"}, "ProtocolName": {"type": "string"}, "Comment": {"type": "string"}, "Properties": {"type": "array", "items": {"type": "object", "properties": {"Key": {"type": "object", "properties": {"Type": {"type": "string"}, "Name": {"type": "string"}, "SummaryComment": {... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"siteId": {"type": "string"}}, "required": ["siteId"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"siteId" : "b2bedcda-c6a2-4f08-95bf-9c8984cd88c3"} | json_instruct | {"type": "object", "properties": {"siteId": {"type": "string"}}, "required": ["siteId"], "$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"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "n... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[-4.32824, 55.88279], [-4.33079, 55.88256], [-4.33199, 55.88305], [-4.33444, 55.88295], [-4.33535, 55.88329], [-4.33762, 55.88162], [-4.34027, 55.88223], [-4.34182, 55.88171], [-4.34312, 55.88207], [-4.34577, 55.88361], [-4.34781, 55.88408], [-4.3... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "string"}, "apiVersion": {"type": "integer"}, "version": {"type": "integer"}, "title": {"type": "string"}, "description": {"type": "string"}, "custom": {"type": "object", "properties": {"severity": {... | {"id" : "AVD-GCP-0046", "apiVersion" : 2, "version" : 1, "title" : "Roles should not be assigned to default service accounts", "description" : "Default service accounts should not be used - consider creating specialised service accounts for individual purposes.", "custom" : {"severity" : "MEDIUM", "possibleImpact" : "V... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "apiVersion": {"type": "integer"}, "version": {"type": "integer"}, "title": {"type": "string"}, "description": {"type": "string"}, "custom": {"type": "object", "properties": {"severity": {"type": "string"}, "possibleImpact": {"type": "string"}, "references": {... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"MadLibMetalLyrics": {"type": "array", "items": {"type": "string"}}}, "required": ["MadLibMetalLyrics"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"MadLibMetalLyrics" : ["HeavyMetal", "HeavyMetal", "HeavyMeta", "WorldOfHam", "TheSeventies", "TheEighties", "HeavyMeta", "ThrashMetal", "BlackMetal", "Gorn", "DeathMetal", "HeavyMithril", "PowerMetal", "FolkMetal", "MetalHead", "MoralGuardians", "WordSaladLyrics", "Gorn", "HeavyMeta", "HeavyMithril", "RockMeAsmodeus"... | json_instruct | {"type": "object", "properties": {"MadLibMetalLyrics": {"type": "array", "items": {"type": "string"}}}, "required": ["MadLibMetalLyrics"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items"... | {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-66.901184, 18.459253], [-66.89353, 18.461302], [-66.884049, 18.467533], [-66.874558, 18.472203], [-66.865725, 18.474327], [-66.861376, 18.474359], [-66.857549, 18.473311], [-66.854149, 18.475756], [-66.853071, 18.477594]... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe... |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "class": {"type": "string"}, "data": {"type": "object", "properties": {"url": {"type": ... | [{"x" : 195, "y" : 20, "width" : 40, "height" : 40, "class" : "btn", "data" : {"url" : "https://dl.dropbox.com/s/ml2lnrm7c1s2b8q/E.%20A%202%20TRACK%2022.mp3"}}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "class": {"type": "string"}, "data": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}}, "required": ["x", "y", "... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"formatVersion": {"type": "integer"}, "pmdVersion": {"type": "string"}, "timestamp": {"type": "string"}, "files": {"type": "array", "items": {}}, "suppressedViolations": {"type": "array", "items": {}}, "processingErrors": {"type"... | {"formatVersion" : 0, "pmdVersion" : "unknown", "timestamp" : "--replaced--", "files" : [], "suppressedViolations" : [], "processingErrors" : [], "configurationErrors" : []} | json_instruct | {"type": "object", "properties": {"formatVersion": {"type": "integer"}, "pmdVersion": {"type": "string"}, "timestamp": {"type": "string"}, "files": {"type": "array", "items": {}}, "suppressedViolations": {"type": "array", "items": {}}, "processingErrors": {"type": "array", "items": {}}, "configurationErrors": {"type": ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "economist", "definition" : "1. One who economizes, or manages domestic or other concerns with frugality; one who expends money, time, or labor, judiciously, and without waste. \"Economists even to parsimony.\" Burke. 2. One who is conversant with political economy; a student of economics."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"$schema": {"type": "string"}, "cli": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"command": {"type": "object",... | {"$schema" : "http://json-schema.org/schema", "cli" : "nx", "title" : "Serverless executor", "description" : "", "type" : "object", "properties" : {"command" : {"type" : "string", "description" : "Command to run."}, "buildTarget" : {"type" : "string", "description" : "In case of using @trades-org/nx-serverless/plugin i... | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "cli": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"command": {"type": "object", "properties": {"type": {"type": "string"}, "description": ... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object",... | {"name" : "sfotipy", "version" : "0.0.1", "private" : true, "scripts" : {"start" : "node ./bin/www"}, "dependencies" : {"body-parser" : "~1.13.2", "cookie-parser" : "~1.3.5", "debug" : "~2.2.0", "ejs" : "~2.3.3", "express" : "~4.13.1", "lodash" : "^3.10.1", "mongoose" : "^4.1.3", "morgan" : "~1.6.1", "serve-favicon" : ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "cookie-par... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"docxtemplater.js": {"type": "string"}, "docxtemplater.min.js": {"type": "string"}}, "required": ["docxtemplater.js", "docxtemplater.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"docxtemplater.js" : "sha256-8aOkMDMv9kuLiAN+udFOfRE+rzPMRomTPcynz/4Zi6A=", "docxtemplater.min.js" : "sha256-DT2crAzPGk7LwdaFBNJovzSiOf6k4yutIZWIiE72yiE="} | json_instruct | {"type": "object", "properties": {"docxtemplater.js": {"type": "string"}, "docxtemplater.min.js": {"type": "string"}}, "required": ["docxtemplater.js", "docxtemplater.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "de... | {"name" : "simplebot", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"start" : "node index.js"}, "dependencies" : {"botbuilder-teams" : "^0.1.7", "restify" : "^6.3.4"}, "devDependencies" : {"@types/restify" : "^5.0.7"}, "keywords" : [], "author" : "", "license" : "ISC"} | 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"]}, "dependencies": {"type": "object", "properties": {"botbuilder-tea... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"mostRecentTranslation": {"type": "integer"}, "strings": {"type": "object", "properties": {}, "required": []}}, "required": ["mostRecentTranslation", "strings"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"mostRecentTranslation" : 1483898575908, "strings" : {}} | json_instruct | {"type": "object", "properties": {"mostRecentTranslation": {"type": "integer"}, "strings": {"type": "object", "properties": {}, "required": []}}, "required": ["mostRecentTranslation", "strings"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"er... | {"contract" : "0x170cf89358ce17742955ea43927da5fc1e8e1211", "tool" : "osiris", "start" : 1564587770.323063, "end" : 1564587874.6015573, "duration" : 104.27849435806274, "analysis" : [{"errors" : [{"line" : 199, "column" : 9, "message" : "overflow_bugs"}, {"line" : 198, "column" : 9, "message" : "overflow_bugs"}, {"line... | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {"type": "object", "properti... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "... | {"name" : "e-commerce", "version" : "1.0.0", "description" : "E-commerce to practice and learn angular in a MEAN stack", "main" : "index.js", "scripts" : {"test" : "jest", "start" : "node src/app.js ", "dev" : "npm-run-all --parallel watch:server watch:build", "watch:build" : "", "watch:server" : "nodemon -r dotenv/con... | 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"}, "dev": {"type": "string"}, "watch:build": {"type": "string"}, ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properties": {"id"... | {"type" : "MultiPolygon", "coordinates" : [[[[-92.747283, 43.124972], [-92.74728, 43.12642], [-92.747277, 43.126764], [-92.747275, 43.127175], [-92.74725, 43.13487], [-92.743177, 43.134859], [-92.737049, 43.134871], [-92.737254, 43.13462], [-92.737253, 43.134071], [-92.736815, 43.133088], [-92.736659, 43.132951], [-92.... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "name": {... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}},... | {"name" : "trainkit", "version" : "0.1.0", "description" : "ui component library w/ nanocomponent", "main" : "index.js", "scripts" : {"start" : "budo example --live --pushstate", "test" : "node test"}, "repository" : {"type" : "git", "url" : "git+https://github.com/kareniel/trainkit.git"}, "keywords" : ["ui", "kit"], "... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "repository": {"type": "objec... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"},... | {"id" : 22005, "name" : "bangsat", "description" : "pengen nyoba aj kali aj bisa", "user" : {"id" : 30672, "name" : "murcha", "email" : "redacted", "paypal_email" : null, "homepage" : null, "about" : null, "license" : null}, "updated" : "2009-10-21T15:00:10.000Z", "weekly_install_count" : 0, "total_install_count" : 76,... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"version": {"type": "string"}, "private": {"type": "boolean"}, "devDependencies": {"type": "object", "properties": {"@types/moment": {"type": "string"}, "@types/underscore": {"type": "string"}, "grunt": {"type": "string"}, "... | {"version" : "1.0.0", "private" : true, "devDependencies" : {"@types/moment" : "2.13.0", "@types/underscore" : "1.7.36", "grunt" : "1.0.1", "grunt-contrib-clean" : "1.0.0", "grunt-run" : "0.6.0", "grunt-shell" : "2.1.0", "install" : "0.8.8", "ts-loader" : "1.3.3", "tslint" : "4.2.0", "tslint-loader" : "3.3.0", "typescr... | json_instruct | {"type": "object", "properties": {"version": {"type": "string"}, "private": {"type": "boolean"}, "devDependencies": {"type": "object", "properties": {"@types/moment": {"type": "string"}, "@types/underscore": {"type": "string"}, "grunt": {"type": "string"}, "grunt-contrib-clean": {"type": "string"}, "grunt-run": {"type"... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"_id": {"type": "string"}, "name": {"type": "string"}, "abbreviation": {"type": "string"}, "schema": {"type": "array", "items": {}}}, "required": ["_id", "name", "abbreviation", "schema"], "$schema": "http://json-sche... | {"_id" : "91bb609d", "name" : "Little cherry virus 1", "abbreviation" : "LChV1", "schema" : []} | json_instruct | {"type": "object", "properties": {"_id": {"type": "string"}, "name": {"type": "string"}, "abbreviation": {"type": "string"}, "schema": {"type": "array", "items": {}}}, "required": ["_id", "name", "abbreviation", "schema"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type"... | {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-78.711583, 35.97445], [-78.702721, 36.001405], [-78.699049, 36.009142], [-78.698931, 36.012022], [-78.695497, 36.013284], [-78.691669, 36.013354], [-78.690535, 36.015482], [-78.691375, 36.017921], [-78.687015, 36.020639]... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"swiper": {"type": "string"}}, "required": ["swiper"]}, "devDependencies": {"type": "object", "prope... | {"name" : "bvspca", "version" : "0.1.0", "dependencies" : {"swiper" : "^4.3.3"}, "devDependencies" : {"autoprefixer" : "^9.3.1", "babel-core" : "^6.26.3", "babel-loader" : "^7.1.5", "babel-polyfill" : "^6.26.0", "babel-preset-es2015" : "^6.24.1", "css-loader" : "^1.0.1", "cssnano" : "^4.1.7", "eslint" : "^5.8.0", "esli... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"swiper": {"type": "string"}}, "required": ["swiper"]}, "devDependencies": {"type": "object", "properties": {"autoprefixer": {"type": "string"}, "babel-core": {"type": "string"}... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"d3-hierarchy.js": {"type": "string"}, "d3-hierarchy.min.js": {"type": "string"}}, "required": ["d3-hierarchy.js", "d3-hierarchy.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"d3-hierarchy.js" : "sha256-LS4kim/g2IN0PIUhQHld++pcmVs7cAA1DtZu3zDI+7o=", "d3-hierarchy.min.js" : "sha256-WpS77FAV2J718WChHA35vykPYkx35WMVvOG7jK6cRdc="} | json_instruct | {"type": "object", "properties": {"d3-hierarchy.js": {"type": "string"}, "d3-hierarchy.min.js": {"type": "string"}}, "required": ["d3-hierarchy.js", "d3-hierarchy.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"manufacturer": {"type": "string"}, "manufacturerId": {"type": "string"}, "label": {"type": "string"}, "description": {"type": "string"}, "devices": {"type": "array", "items": {"type": "object", "properties": ... | {"manufacturer" : "Leviton", "manufacturerId" : "0x001d", "label" : "VRPA1", "description" : "Vizia RF + Scene Capable Plug-in Module", "devices" : [{"productType" : "0x1805", "productId" : "0x0334"}], "firmwareVersion" : {"min" : "0.0", "max" : "255.255"}, "associations" : {"1" : {"label" : "Unknown", "maxNodes" : 254... | json_instruct | {"type": "object", "properties": {"manufacturer": {"type": "string"}, "manufacturerId": {"type": "string"}, "label": {"type": "string"}, "description": {"type": "string"}, "devices": {"type": "array", "items": {"type": "object", "properties": {"productType": {"type": "string"}, "productId": {"type": "string"}}, "requir... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "360121205001", "text" : "\u4e1c\u65b0\u8857\u5c45\u59d4\u4f1a"}, {"id" : "360121205011", "text" : "\u660c\u5357\u65b0\u57ce\u94f6\u4ebf\u793e\u533a\u5c45\u59d4\u4f1a"}, {"id" : "360121205200", "text" : "\u77f3\u6b67\u6751\u59d4\u4f1a"}, {"id" : "360121205201", "text" : "\u6cb3\u4e0b\u6751\u59d4\u4f1a"}, {"id"... | 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#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"entrypoint.js": {"type": "string"}}, "required": ["entrypoint.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"entrypoint.js" : "/api/oppio/app/frontend_latest/entrypoint.df099659.js"} | json_instruct | {"type": "object", "properties": {"entrypoint.js": {"type": "string"}}, "required": ["entrypoint.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"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" : "sha256-U/cf7otdPrzuTckK6o2q5BJCpCUX9HLIErO8mO+XXao=", "ractive.min.js" : "sha256-Wb5E8H91iWbUHxv30KaoGu8ie8tj7Mds/LwLhdDjZz8="} | 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#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "test": {"type": "string"}}, "req... | {"name" : "sheet-music-generator", "version" : "0.1.0", "description" : "A library that renders notes on a music staff", "main" : "index.js", "scripts" : {"build" : "tsc", "test" : "jest"}, "files" : ["build", "package.json"], "author" : "", "license" : "ISC", "devDependencies" : {"@types/jest" : "^24.0.19", "@types/re... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "test": {"type": "string"}}, "required": ["build", "test"]}, "files": {"type": "array", "i... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "prope... | {"id" : "82595", "name" : {"en" : "Calcanhar"}, "country" : "BR", "region" : "RN", "identifiers" : {"wmo" : "82595"}, "location" : {"latitude" : -5.1667, "longitude" : -35.4833, "elevation" : 12}, "timezone" : "America/Recife"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"wmo": {"type": "string"}}, "required": ["wmo"]}, "location"... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"$schema": {"type": "string"}, "$id": {"type": "string"}, "title": {"type": "string"}, "definitions": {"type": "object", "properties": {"ThresholdRule": {"type": "object", "properties": {"type": {"type": "stri... | {"$schema" : "http://json-schema.org/draft-07/schema#", "$id" : "ThresholdRule.schema.json", "title" : "ThresholdRule", "definitions" : {"ThresholdRule" : {"type" : "object", "description" : "ThresholdRule A base entity for concrete definition of thresholds.This datatype is abstract", "properties" : {"performanceCons... | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "$id": {"type": "string"}, "title": {"type": "string"}, "definitions": {"type": "object", "properties": {"ThresholdRule": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}, "properties": {"type": "object", "pr... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"itemCode": {"type": "integer"}}, "required": ["itemCode"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"itemCode" : 40270001}, {"itemCode" : 41994100}, {"itemCode" : 41994200}, {"itemCode" : 42010001}, {"itemCode" : 42030001}, {"itemCode" : 42030002}, {"itemCode" : 42140001}, {"itemCode" : 60074001}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"itemCode": {"type": "integer"}}, "required": ["itemCode"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}, "scanUrl": {"type": "string"}}, "required": ["title", "text", "scanUrl"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "Gothmog, Morgul Commander (8R72)", "text" : "Set:\tSiege of Gondor\nKind:\tShadow\nCulture:\tWraith\nTwilight:\t7\nCard Type:\tMinion \u2022 Orc\nStrength:\t13\nVitality:\t3\nSite:\t4\nGame Text:\tWhile you have initiative, each [Wraith] minion is an archer.\nRarity:\tR", "scanUrl" : "https://lotrtcgwiki.co... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "text": {"type": "string"}, "scanUrl": {"type": "string"}}, "required": ["title", "text", "scanUrl"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"900732429": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900732430": {"type": "object", "properties... | {"900732429" : {"nama" : "TPS 1", "dapil" : [7303, 17311, 2731703]}, "900732430" : {"nama" : "TPS 2", "dapil" : [7303, 17311, 2731703]}, "900732431" : {"nama" : "TPS 3", "dapil" : [7303, 17311, 2731703]}, "900732432" : {"nama" : "TPS 4", "dapil" : [7303, 17311, 2731703]}, "900732433" : {"nama" : "TPS 5", "dapil" : [730... | json_instruct | {"type": "object", "properties": {"900732429": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900732430": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"expo": {"type": "object", "properties": {"name": {"type": "string"}, "slug": {"type": "string"}, "scheme": {"type": "string"}, "platforms": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"... | {"expo" : {"name" : "Study Go", "slug" : "study-go", "scheme" : "studygo", "platforms" : ["ios", "android", "web"], "version" : "1.0.4", "orientation" : "portrait", "icon" : "./assets/studygo7.png", "splash" : {"image" : "./assets/studygo7.png", "resizeMode" : "contain", "backgroundColor" : "#ffffff"}, "updates" : {"fa... | json_instruct | {"type": "object", "properties": {"expo": {"type": "object", "properties": {"name": {"type": "string"}, "slug": {"type": "string"}, "scheme": {"type": "string"}, "platforms": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "orientation": {"type": "string"}, "icon": {"type": "string"}, "sp... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "UsageTypeID": {"type": "integer"... | {"IsRecentlyVerified" : false, "ID" : 150947, "UUID" : "A807C5F1-BFC2-437A-8618-032706B551F0", "DataProviderID" : 28, "DataProvidersReference" : "FR*A16*P*WIIZ*21*_*_*_", "UsageTypeID" : 5, "AddressInfo" : {"ID" : 151300, "Title" : "Grasse Parking Place du Cours Honor\u00e9 Cresp", "AddressLine1" : "Place du Cours Hono... | json_instruct | {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "DataProvidersReference": {"type": "string"}, "UsageTypeID": {"type": "integer"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "in... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"python.pythonPath": {"type": "string"}}, "required": ["python.pythonPath"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"python.pythonPath" : "C:\\Users\\justi\\.virtualenvs\\DS26-Twitoff-Yoa3h11P\\Scripts\\python.exe"} | json_instruct | {"type": "object", "properties": {"python.pythonPath": {"type": "string"}}, "required": ["python.pythonPath"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}}, "required": ["name", "main"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "CTP-SSL", "main" : "./module.js"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}}, "required": ["name", "main"], "$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"}, "main": {"type": "string"}}, "required": ["name", "version", "main"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "blocss-media", "version" : "1.0.3", "main" : "_media.scss"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}}, "required": ["name", "version", "main"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://jso... | {"word" : "Quinquenerved", "definitions" : ["(Of a leaf) having five nerves or veins."], "parts-of-speech" : "Adjective"} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definitions": {"type": "array", "items": {"type": "string"}}, "parts-of-speech": {"type": "string"}}, "required": ["word", "definitions", "parts-of-speech"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"HostConfigHash": {"type": "string"}, "CardHash": {"type": "string"}, "Error": {"type": "null"}}, "required": ["HostConfigHash", "CardHash", "Error"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"HostConfigHash" : "8451742", "CardHash" : "fc9ef03", "Error" : null} | json_instruct | {"type": "object", "properties": {"HostConfigHash": {"type": "string"}, "CardHash": {"type": "string"}, "Error": {"type": "null"}}, "required": ["HostConfigHash", "CardHash", "Error"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"version": {"type": "integer"}, "name": {"type": "string"}, "alias": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "name", "alias"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"version" : 2, "name" : "matagaruda-landing", "alias" : ["matagaruda.org", "www.matagaruda.org"]} | json_instruct | {"type": "object", "properties": {"version": {"type": "integer"}, "name": {"type": "string"}, "alias": {"type": "array", "items": {"type": "string"}}}, "required": ["version", "name", "alias"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "... | {"id" : 404417939, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "0f83c7f9a307ff306c68f97dd805ac19", "wof:id" : 404417939, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [3.79520346327752, 46.60213758962277, 3.86490730118734, 46.66411201333913... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"projectiles/guns/a_sciencemod/isn_irradiator/isn_irradiation.statuseffect": {"type": "array", "items":... | [{"DeniedAlternatives" : [], "Files" : {"projectiles/guns/a_sciencemod/isn_irradiator/isn_irradiation.statuseffect" : ["/label"]}, "Texts" : {"Chs" : "\u8f90\u5c04", "Eng" : "Irradiation"}}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"projectiles/guns/a_sciencemod/isn_irradiator/isn_irradiation.statuseffect": {"type": "array", "items": {"type": "string"}}}, "required": ["projectiles/guns/a_sci... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"description": {"type": "string"}, "january_2011_through_june_30_2011": {"type": "string"}}, "required": ["description", "january_2011_through_june_30_2011"]}, "$schema": "http://jso... | [{"description" : "New DOH Violations Received*", "january_2011_through_june_30_2011" : "18"}, {"description" : "Number Of Violations Dismissed", "january_2011_through_june_30_2011" : "1"}, {"description" : "Number Of Violations Rescinded", "january_2011_through_june_30_2011" : "17"}, {"description" : "Total Number Of ... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"description": {"type": "string"}, "january_2011_through_june_30_2011": {"type": "string"}}, "required": ["description", "january_2011_through_june_30_2011"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"com.moust.cordova.videoplayer": {"type": "object", "properties": {"source": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}}, "required": ["type", "id"]}, "is_top_level": {"typ... | {"com.moust.cordova.videoplayer" : {"source" : {"type" : "registry", "id" : "https://github.com/moust/cordova-plugin-videoplayer.git"}, "is_top_level" : true, "variables" : {}}, "cordova-plugin-youtube-video-player" : {"source" : {"type" : "registry", "id" : "cordova-plugin-youtube-video-player"}, "is_top_level" : true... | json_instruct | {"type": "object", "properties": {"com.moust.cordova.videoplayer": {"type": "object", "properties": {"source": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}}, "required": ["type", "id"]}, "is_top_level": {"type": "boolean"}, "variables": {"type": "object", "properties": {}, "req... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"towns": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["towns"], "$schema": "http://json-schema.org/draft-07... | {"towns" : [{"name" : "Canoas", "url" : "canoas"}]} | json_instruct | {"type": "object", "properties": {"towns": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}}, "required": ["towns"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"tables": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "row": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "rownum": {"type... | {"tables" : [{"url" : "http://www.w3.org/2013/csvw/tests/test192.csv", "row" : [{"url" : "http://www.w3.org/2013/csvw/tests/test192.csv#row=2", "rownum" : 1, "describes" : [{"yyyy-MM-ddTHH:mm:ss" : "2015-03-15 15:02:37", "yyyy-MM-dd HH:mm:ss" : "20150315 150237", "yyyyMMdd HHmmss" : "15-03-2015 15:02", "dd-MM-yyyy HH:m... | json_instruct | {"type": "object", "properties": {"tables": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "row": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "rownum": {"type": "integer"}, "describes": {"type": "array", "items": {"type": "object", "pr... |
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" : "1310010003", "district_id" : "1310010", "name" : "LUBUK GADANG SELATAN"} | 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#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"extends": {"type": "array", "items": {"type": "string"}}, "rules": {"type": "object", "properties": {"no-console": {"type": "boolean"}, "variable-name": {"type": "boolean"}, "object-literal-shorthand": {"type": "boo... | {"extends" : ["tslint:recommended", "tslint-config-prettier"], "rules" : {"no-console" : false, "variable-name" : false, "object-literal-shorthand" : false, "no-string-literal" : false}} | json_instruct | {"type": "object", "properties": {"extends": {"type": "array", "items": {"type": "string"}}, "rules": {"type": "object", "properties": {"no-console": {"type": "boolean"}, "variable-name": {"type": "boolean"}, "object-literal-shorthand": {"type": "boolean"}, "no-string-literal": {"type": "boolean"}}, "required": ["no-co... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "object", "properties": {"host": {"type": "string"}, "pathname": {"type": "string"}}, "required": ["host", "pathname"]}, "tags": {"type": "array", "items": {"type": "strin... | {"name" : "Alyeska", "url" : {"host" : "http://www.alyeskaresort.com", "pathname" : "/snow-report/lifts-and-trails-status"}, "tags" : ["Alaska"], "ll" : [-149.102676, 60.961445], "twitter" : "resortalyeska", "opening" : "2017-12-15"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "object", "properties": {"host": {"type": "string"}, "pathname": {"type": "string"}}, "required": ["host", "pathname"]}, "tags": {"type": "array", "items": {"type": "string"}}, "ll": {"type": "array", "items": {"type": "number"}}, "twitter": ... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract"... | {"contract" : "0xbeef546ac8a4e0a80dc1e2d696968ef54138f1d4", "tool" : "oyente", "start" : 1563623973.664986, "end" : 1563623977.4307919, "duration" : 3.765805959701538, "analysis" : []} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "devDependencies": {"type": "object", "properties": {"awesome-typescript-loader": {"type": "string"}, "ts-loader": {"type": "str... | {"scripts" : {"start" : "webpack"}, "devDependencies" : {"awesome-typescript-loader" : "^5.2.1", "ts-loader" : "^6.2.1", "webpack" : "^4.41.2", "webpack-cli" : "^3.3.10"}} | json_instruct | {"type": "object", "properties": {"scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "devDependencies": {"type": "object", "properties": {"awesome-typescript-loader": {"type": "string"}, "ts-loader": {"type": "string"}, "webpack": {"type": "string"}, "webpack-cli": {"type... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"channel_name": {"type": "string"}, "channel_id": {"type": "string"}, "invite_id": {"type": "string"}, "is_private": {"type": "boolean"}, "team_id": {"type": "string"}, "free_trial_accepted": {"type": "boolean"}... | {"channel_name" : "puppies-r-us", "channel_id" : "ABC213", "invite_id" : "I01354X80CA", "is_private" : true, "team_id" : "T1234", "free_trial_accepted" : true} | json_instruct | {"type": "object", "properties": {"channel_name": {"type": "string"}, "channel_id": {"type": "string"}, "invite_id": {"type": "string"}, "is_private": {"type": "boolean"}, "team_id": {"type": "string"}, "free_trial_accepted": {"type": "boolean"}}, "required": ["channel_name", "channel_id", "invite_id", "is_private", "t... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "string"}, "browser_action": {"type": "object", "properties": {"default_icon": {"type": "object", "properties": {"16": {"type": "string"},... | {"manifest_version" : 2, "name" : "BIFA - Book info from amazon", "version" : "0.0.0", "browser_action" : {"default_icon" : {"16" : "images/icon-16.png", "48" : "images/icon-48.png", "128" : "images/icon-128.png"}, "default_popup" : "popup.html"}, "options_ui" : {"page" : "options.html", "chrome_style" : true}, "conten... | json_instruct | {"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "string"}, "browser_action": {"type": "object", "properties": {"default_icon": {"type": "object", "properties": {"16": {"type": "string"}, "48": {"type": "string"}, "128": {"type": "string"}}, "req... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"frameworks": {"type": "object", "properties": {"net46": {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"Microsoft.Azure.Management.Fluent": {"type": "string"}, "Microsoft.Az... | {"frameworks" : {"net46" : {"dependencies" : {"Microsoft.Azure.Management.Fluent" : "1.14.0", "Microsoft.Azure.Management.ResourceManager.Fluent" : "1.14.0", "Microsoft.Azure.Services.AppAuthentication" : "1.0.3", "Microsoft.Azure.Management.Sql.Fluent" : "1.14.0", "Microsoft.IdentityModel.Clients.ActiveDirectory" : "2... | json_instruct | {"type": "object", "properties": {"frameworks": {"type": "object", "properties": {"net46": {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"Microsoft.Azure.Management.Fluent": {"type": "string"}, "Microsoft.Azure.Management.ResourceManager.Fluent": {"type": "string"}, "Microsoft.Azur... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "strin... | {"name" : "Constantin Br\u00e2ncu\u015fi University of T\u00e2rgu-Jiu", "alt_name" : "Universitatea Constantin Br\u00e2ncu\u015fi din T\u00e2rgu-Jiu", "country" : "Romania", "state" : null, "address" : {"street" : "calea Eroilor, nr. 30", "city" : "T\u00e2rgu-Jiu", "province" : null, "postal_code" : null}, "contact" : ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "string"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "null"}, "postal_code": {"type": "null"}}, "... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"ajv-cli": {"type": "string"}, "ajv-formats": {"type": "string"}, "js-yaml": {"type": "string"}, "ts-node": {"type": "string"}, "vscode-json-languageservice": {"type": "strin... | {"dependencies" : {"ajv-cli" : "^5.0.0", "ajv-formats" : "^2.1.0", "js-yaml" : "^4.1.0", "ts-node" : "^9.1.1", "vscode-json-languageservice" : "^4.1.4"}, "scripts" : {"ajv" : "ajv", "compile" : "tsc -p ./src", "test" : "mocha"}, "devDependencies" : {"@types/js-yaml" : "^4.0.1", "@types/minimatch" : "^3.0.4", "@types/mo... | json_instruct | {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"ajv-cli": {"type": "string"}, "ajv-formats": {"type": "string"}, "js-yaml": {"type": "string"}, "ts-node": {"type": "string"}, "vscode-json-languageservice": {"type": "string"}}, "required": ["ajv-cli", "ajv-formats", "js-yaml", "ts-no... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "prope... | {"id" : "7ea083f0-b87d-4dd8-95b1-7fa0b4911ce3", "playerTags" : [], "teamTags" : ["f02aeae2-5e6a-4098-9842-02d2273f25c7", "c73b705c-40ad-4633-a6ed-d357ee2e2bcf"], "gameTags" : ["b63333a3-f830-4bff-a9ee-8193b85cf18c"], "metadata" : {"play" : 119, "subPlay" : -1}, "created" : "2021-04-13T01:10:07.146Z", "season" : 15, "to... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "subPlay": {"type":... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "i... | {"directions" : ["Preheat oven to 350 degrees F (180 degrees C).", "Blend the above ingredients together with a pastry blender until mixed.", "Roll in balls about the size of a quarter and place on ungreased baking sheets. Make an even number of balls.", "Bake for 10 minutes. Let cookies stand on cookie sheet for 5-... | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "r... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.