input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
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": {}}, ... | {"directions" : ["Preheat an oven to 350 degrees F (175 degrees C). Grease a 9x13 inch pan.", "Mix the cocoa powder, vegetable oil, and water together in a bowl. Stir the stevia and sugar into the mixture. Pour the soy milk and vanilla into the mixture and stir. Add the flour and baking powder; continue stirring until ... | 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... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["isseventyone"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "official_id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "school_type_entity": {"type": "string"}, "fax": {"type": "s... | {"name" : "Dr.-Kurt-Schumacher-Schule", "id" : "HE-3541-0", "official_id" : "3541", "address" : "Freiherr-vom-Stein-Stra\u00dfe 1, 64354 Reinheim", "school_type" : "schulformbezogene (kooperative) Gesamtschule", "school_type_entity" : "Kooperative Gesamtschule", "fax" : "06162/933230", "state" : "HE", "phone" : "06162/... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "official_id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "school_type_entity": {"type": "string"}, "fax": {"type": "string"}, "state": {"type": "string"}, "phone": {"type": "string"}, "ful... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "object", "properties": {"src": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "aspectRatio": {"type": "number"}... | {"expireTime" : 9007200845924710000, "key" : "6a590ac7-e840-5c86-a063-e53505777c47{\"duotone\":false,\"grayscale\":false,\"rotate\":0,\"trim\":false,\"toFormat\":\"jpg\",\"toFormatBase64\":\"\",\"cropFocus\":17,\"fit\":\"cover\",\"width\":10,\"height\":8}", "val" : {"src" : "data:image/jpeg;base64,/9j/2wBDABALDA4MChAOD... | json_instruct | {"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "object", "properties": {"src": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "aspectRatio": {"type": "number"}, "originalName": {"type": "string"}}, "required": ["src", "wi... |
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"}, "type": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals", "type"... | {"name" : "Ethereum Token", "symbol" : "ETH", "address" : "0x2170ed0880ac9a755fd29b2688956bd959f933f8", "decimals" : 18, "type" : "BEP20"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "type": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals", "type"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"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/b/b6/Boosted_Snag.png/revision/latest?cb=20210808171105", "sha1" : "4c1b1fd2f6791de77ef84951a7af2abca9af5d85"} | json_instruct | {"type": "object", "properties": {"url": {"type": "string"}, "sha1": {"type": "string"}}, "required": ["url", "sha1"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename"... | [{"manufacturer" : "Sony", "market_name" : "Xperia PRO", "codename" : "XQ-AQ52", "model" : "XQ-AQ52"}] | 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#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"layer0": {"type": "string"}}, "required": ["layer0"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/sche... | {"parent" : "item/generated", "textures" : {"layer0" : "soulmagic:item/prideful_soul_ingot"}} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"layer0": {"type": "string"}}, "required": ["layer0"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"syntax": {"type": "array", "items": {"type": "integer"}}, "sub": {"type": "array", "items": {"type": "integer"}}, "sets": {"type": "array", "items": {"type": "integer"}}, "set": {"type": "array", "items": {"type": "... | {"syntax" : [65537, 131073, 196609, 262145, 327681, 458753, 524289, 589825, 655361, 720897, 786433, 917505, 1048577, 1310721, 1376257, 1703937, 1769473, 1835009, 1900545, 2031617, 2097153, 2162689, 2293761, 2359297, 2490369, 2752513, 2818049, 2883585, 2949121, 3211265, 3276801, 3342337, 3473409, 3604481, 3670017, 37355... | json_instruct | {"type": "object", "properties": {"syntax": {"type": "array", "items": {"type": "integer"}}, "sub": {"type": "array", "items": {"type": "integer"}}, "sets": {"type": "array", "items": {"type": "integer"}}, "set": {"type": "array", "items": {"type": "integer"}}, "settings": {"type": "array", "items": {"type": "integer"}... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [714.8382015165378, 715.0439243407598, 715.5925185386852, 715.7982413629073] | json_instruct | {"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"_id": {"type": "string"}, "name": {"type": "string"}, "group": {"type": "string"}, "method": {"type": "string"}, "dataUrl": {"type": "string"}}, "required": ["_id", "name", "group", "method", "dataUrl"], "$sche... | {"_id" : "578552d7c24b908a0a8fbe8b", "name" : "Glasovanja - seja", "group" : "s", "method" : "glasovanja-seja", "dataUrl" : "https://analize.parlameter.si/v1/s/getMotionOfSession"} | json_instruct | {"type": "object", "properties": {"_id": {"type": "string"}, "name": {"type": "string"}, "group": {"type": "string"}, "method": {"type": "string"}, "dataUrl": {"type": "string"}}, "required": ["_id", "name", "group", "method", "dataUrl"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"canvasXpress.css": {"type": "string"}, "canvasXpress.min.css": {"type": "string"}, "canvasXpress.min.js": {"type": "string"}}, "required": ["canvasXpress.css", "canvasXpress.min.css", "canvasXpress.min.js"], "$schema": "http://j... | {"canvasXpress.css" : "sha256-VleolOC3W9ETBk16vPjuFvxbVh8nYOwKjuV14HfzgVg=", "canvasXpress.min.css" : "sha256-7VTPsC5TaPQRs47YdCL0dgHNPl4xB4ISAv4B50bImhg=", "canvasXpress.min.js" : "sha256-NkHhmrMNy7gWhIy7nL34Hc3ZE+MBV/khu6l2zi4p3iA="} | json_instruct | {"type": "object", "properties": {"canvasXpress.css": {"type": "string"}, "canvasXpress.min.css": {"type": "string"}, "canvasXpress.min.js": {"type": "string"}}, "required": ["canvasXpress.css", "canvasXpress.min.css", "canvasXpress.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" : "html5-bombergirl", "version" : "1.0.0", "description" : "HTML5 Bombergirl", "main" : "index.js", "scripts" : {"start" : "node index.js"}, "dependencies" : {"preloadjs" : "1.0.1", "easeljs" : "1.0.1", "soundjs" : "1.0.1", "express" : "~4.17.1", "socket.io" : "^3.0.0"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"preloadjs": {"... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "ob... | {"hash" : "0xd0075ff7b4f217df9c327623eaf381581f350b7f5fd18a44efdfa519e41e346b", "parentHash" : "0x78d3e1b6eadd7b5741888c970b6ccb8fa68f9734611854bba90746ed414692cc", "number" : 58305, "timestamp" : 1439118460, "nonce" : "0x3a3aaff1cf1da436", "difficulty" : 1714113631386, "gasLimit" : {"_hex" : "0x2fefd2"}, "gasUsed" : {... | json_instruct | {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"Bar": {"type": "integer"}, "FooBar": {"type": "string"}, "Foo": {"type": "string"}}, "required": ["Bar", "FooBar", "Foo"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Bar" : 55, "FooBar" : "Value1", "Foo" : "Test"} | json_instruct | {"type": "object", "properties": {"Bar": {"type": "integer"}, "FooBar": {"type": "string"}, "Foo": {"type": "string"}}, "required": ["Bar", "FooBar", "Foo"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"copyright_text": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "integer"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "related_urls": {"type": "array", "items": {"type": "obje... | {"copyright_text" : "Standard YouTube License", "description" : "Python's cyclic garbage collector wonderfully hides the complexity of memory management from the programmer. But we pay the price in performance. Ever wondered how that works? In this talk, you'll learn how garbage collection is designed in Python, what t... | json_instruct | {"type": "object", "properties": {"copyright_text": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "integer"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "related_urls": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "url": {"t... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "... | {"id" : "2009", "provinceId" : "17", "regencyId" : "05", "districtId" : "11", "name" : "Tanjung Seluai"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "env": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "description", "repository", ... | {"name" : "Jupyter for Heroku", "description" : "Jupyter for Heroku", "repository" : "https://github.com/jongha/jupyter-heroku", "env" : {}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "env": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "description", "repository", "env"], "$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"}, "repository": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "strin... | {"name" : "testcafe-reporter-slack-errors-only", "version" : "1.6.1", "description" : "slack-errors-only TestCafe reporter plugin.", "repository" : "https://github.com/edenadler/testcafe-reporter-slack-errors-only", "author" : {"name" : "Eden Adler", "email" : "eden.n.adler@gmail.com"}, "main" : "src/index", "files" : ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}, "main": {"type": "string... |
The schema below describes a JSON structure. Generate a valid example:
{"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" : "Venmo", "description" : "A payment service.", "url" : "https://venmo.com/"} | 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": {"count": {"type": "integer"}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "37201X": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]},... | {"count" : 11, "N.A.//" : {"count" : 3}, "37201X" : {"count" : 1}, "291060" : {"count" : 1}, "5191XX" : {"count" : 1}, "514022" : {"count" : 2}, "472061" : {"count" : 2}, "4990XX" : {"count" : 1}} | json_instruct | {"type": "object", "properties": {"count": {"type": "integer"}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "37201X": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "291060": {"type": "object", "properties": {"count": {"typ... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "connectsWith": {"type": "array", "items": ... | {"type" : "FeatureCollection", "title" : "Gimtu", "id" : "889522884", "bbox" : [34.8474001, 31.7019809, 34.8474001, 31.7019809], "description" : "Gath, Gat, or Geth (Hebrew: \u05d2\u05b7\u05bc\u05ea)) is mentioned in the El-Amarna letters as Gimti/Gintu/Gimtu. It was one of the five Philistine city-states. The town is ... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "connectsWith": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "st... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "d076f79d0c1bf928b46f48c8691194fa7d8e8153"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"rules": {"type": "object", "properties": {"/imac/i": {"type": "string"}, "/macbookpro/i": {"type": "string"}, "/macbookair/i": {"type": "string"}, "/macbook/i": {"type": "string"}, "/macmini/i": {"type": "string"}, "/macpro/i": ... | {"rules" : {"/imac/i" : "imac", "/macbookpro/i" : "macbook pro", "/macbookair/i" : "macbook air", "/macbook/i" : "macbook", "/macmini/i" : "mac mini", "/macpro/i" : "macpro", "/powermac|power%20macintosh/i" : "powermac"}, "generic" : "macintosh"} | json_instruct | {"type": "object", "properties": {"rules": {"type": "object", "properties": {"/imac/i": {"type": "string"}, "/macbookpro/i": {"type": "string"}, "/macbookair/i": {"type": "string"}, "/macbook/i": {"type": "string"}, "/macmini/i": {"type": "string"}, "/macpro/i": {"type": "string"}, "/powermac|power%20macintosh/i": {"ty... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"typ... | {"name" : "Splitup", "version" : "0.1.2", "summary" : "Splitup serves to add vertical split view controllers to the iOS application", "description" : "Splitup is Swift library which serves to add vertical split view controllers to the iOS application.", "homepage" : "https://github.com/BozhkoAlexander/Splitup", "licens... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}}, "required": ["value"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"value" : ["\u0a8f00", "\u0a90-0", "\u0a91a0", "\u0a9301", "\u0a9d-1", "\u0aa8a1", "\u0aaa02", "\u0aad-2", "\u0ab0a2", "\u0ab203", "\u0ab2-3", "\u0ab3a3", "\u0ab504", "\u0ab7-4", "\u0ab9a4", "\u0abd05", "\u0ae006", "\u0b0507", "\u0b08-7", "\u0b0ca7", "\u0b0f08", "\u0b0f-8", "\u0b10a8", "\u0b1309", "\u0b1d-9", "\u0b28a... | json_instruct | {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}}, "required": ["value"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"products_row": {"type": "object", "properties": {"heading_block": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}, "items": {"type": "array", "items": {"type": "object", "... | {"products_row" : {"heading_block" : {"title" : "Less Important Products"}, "items" : [{"header" : {"img_src" : "https://image.freepik.com/free-photo/image-human-brain_99433-298.jpg"}, "content" : {"price" : "$3.50", "title" : {"cursive_words" : "Product", "remainder_words" : "Artist Patch"}}, "button_default" : {"text... | json_instruct | {"type": "object", "properties": {"products_row": {"type": "object", "properties": {"heading_block": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}, "items": {"type": "array", "items": {"type": "object", "properties": {"header": {"type": "object", "properties": {"img_src": {"type... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"react-dom-server.js": {"type": "string"}, "react-dom-server.min.js": {"type": "string"}, "react-dom.js": {"type": "string"}, "react-dom.min.js": {"type": "string"}}, "required": ["react-dom-server.js", "react-dom-ser... | {"react-dom-server.js" : "sha512-2LMQS3I/PCxrfUh0OtSE8frRix8cRHaHdbwDi+ByGJRnSmN92ERqtmoXI1BLQ0ibuOXLpx0SqC1eL4X7nXVNqQ==", "react-dom-server.min.js" : "sha512-Ckcg1Lf2PHdrJGdYF6szPP8YFTtdIQDj1u5t8rj8bkx1CJfggJQnIfbUV+rKjwkzWV+f8Ld1RuLHIocL3g2NMg==", "react-dom.js" : "sha512-XSehrGrW85CC/UWmUJVAhyphomWNYJn/c7cj+FDESL8y... | json_instruct | {"type": "object", "properties": {"react-dom-server.js": {"type": "string"}, "react-dom-server.min.js": {"type": "string"}, "react-dom.js": {"type": "string"}, "react-dom.min.js": {"type": "string"}}, "required": ["react-dom-server.js", "react-dom-server.min.js", "react-dom.js", "react-dom.min.js"], "$schema": "http://... |
Following the schema specification below, generate a valid 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"... | {"directions" : ["Heat the peanut oil in a large skillet over high heat. Brown the ribs evenly in the hot oil, about 5 minutes; remove from heat.", "Stir the tomato sauce, dried onion, hoisin sauce, and shiitake mushrooms together in a slow cooker. Add the ribs to the sauce mixture, turning to coat in the sauce.", "Coo... | 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... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"just_test": {"type": "string"}, "test": {"type":... | {"name" : "@maximnara/queuework", "version" : "1.0.5", "description" : "Job manager for NodeJs", "main" : "dist/index.js", "scripts" : {"just_test" : "jest", "test" : "NODE_ENV=feature/travis jest --notify --coverage --coverageReporters=text-lcov --collectCoverageFrom=src/**/*.js --collectCoverageFrom=!src/db/**/*.js -... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"just_test": {"type": "string"}, "test": {"type": "string"}, "build": {"type": "string"}, "start": {"type": "string"}},... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "integer"}, "uid": {"type": "integer"}, "uname": {"type": "string"}, "face": {"type": "string"}, "originContentModify": {"type": "string"}, "originType": {"type": "integer"}, "reasonType": {"type": "integer"}, "pun... | {"id" : 30357, "uid" : 39268455, "uname" : "\u5154\u5b9d\u5b9d\u7231\u8bd7\u8bd7", "face" : "http://i2.hdslb.com/bfs/face/0a8bc54410c8a64f577d4f524e0fa67e771515ae.jpg", "originContentModify" : "<p>\u5168\u96c6 \u52a0v\u4fe1************** \u514d\u8d39\u5206\u4eab</p><p><br></p><p>\u6279\u6ce8\uff1a\u4e09\u5e74\u9... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "uid": {"type": "integer"}, "uname": {"type": "string"}, "face": {"type": "string"}, "originContentModify": {"type": "string"}, "originType": {"type": "integer"}, "reasonType": {"type": "integer"}, "punishTime": {"type": "integer"}, "punishType": {"type": "in... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "phone": {"type": "string"}, "email": {"type": "string"}, "programs": {"type": "object", "propert... | {"name" : "Liebfrauenschule Cloppenburg\nGymnasium in freier Tr\u00e4gerschaft", "id" : "NI-68640-0", "address" : "Osterstr. 45, 49661\u00a0Cloppenburg", "school_type" : "Gymnasium - SEK I -", "phone" : "04471 91760", "email" : "sekretariat@ulf-clp.de", "programs" : {"programs" : []}, "state" : "NI", "lon" : 8.047581, ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "phone": {"type": "string"}, "email": {"type": "string"}, "programs": {"type": "object", "properties": {"programs": {"type": "array", "items": {}}}, "required": ["pro... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"queryName": {"type": "string"}, "severity": {"type": "string"}, "line": {"type": "integer"}}, "required": ["queryName", "severity", "line"]}, "$schema": "http://json-schema.org/draft-07/... | [{"queryName" : "Lambda Permission Misconfigured", "severity" : "LOW", "line" : 7}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"queryName": {"type": "string"}, "severity": {"type": "string"}, "line": {"type": "integer"}}, "required": ["queryName", "severity", "line"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"ja287:2.4": {"type": "string"}, "ja287:3.3": {"type": "string"}, "ja287:4.1": {"type": "string"}}, "required": ["ja287:2.4", "ja287:3.3", "ja287:4.1"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ja287:2.4" : "adhammacara\u1e47ena \u2192 adhammacariy\u0101ya (bj, sya1ed, sya2ed)", "ja287:3.3" : "seyyo \u2192 seyy\u0101 (pts-vp-pli1)", "ja287:4.1" : "L\u0101bhagarahaj\u0101taka\u1e41 \u2192 l\u0101bhagarahikaj\u0101taka\u1e41 (sya1ed, sya2ed)"} | json_instruct | {"type": "object", "properties": {"ja287:2.4": {"type": "string"}, "ja287:3.3": {"type": "string"}, "ja287:4.1": {"type": "string"}}, "required": ["ja287:2.4", "ja287:3.3", "ja287:4.1"], "$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"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "e... | {"name" : "Konrad-Adenauer-Schule St\u00e4dt. Gem. Hauptschule Kleve-Kellen", "id" : "NRW-139889", "address" : "K\u00f6stersweg 41, 47533 Kleve", "school_type" : "Hauptschule", "fax" : "02821 976023", "phone" : "02821 976020", "website" : "", "email" : " 139889@schule.nrw.de ", "state" : "NRW", "programs" : {"program... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "email": {"type": "string"}, "state": {"type": "string"}, "programs": {"type": ... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": ... | {"\u5de5\u5ee0\u540d\u7a31" : "\u6210\u5d27\u570b\u969b\u4e8b\u696d\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "65001968", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u65b0\u5317\u5e02\u6a39\u6797\u5340\u4e2d\u5c71\u8def2\u6bb5151\u5df715\u5f0440\u865f... | json_instruct | {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "st... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"schema-version": {"type": "string"}, "changes": {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}}, "required": ["category"... | {"schema-version" : "0.2", "changes" : [{"category" : "config", "description" : "Add support for Lambdas in a VPC\n(`#413 <https://github.com/aws/chalice/issues/413>`__,\n`#837 <https://github.com/aws/chalice/pull/837>`__,\n`#673 <https://github.com/aws/chalice/pull/673>`__)", "type" : "feature"}, {"category" : "packag... | json_instruct | {"type": "object", "properties": {"schema-version": {"type": "string"}, "changes": {"type": "array", "items": {"type": "object", "properties": {"category": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}}, "required": ["category", "description", "type"]}}}, "required": ["schema-version... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {}, "required": []}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"h" : "3187043b2a1745c56a38", "c" : {}} | json_instruct | {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {}, "required": []}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"id" : "7309092001", "nama" : "BENTENG"}, {"id" : "7309092002", "nama" : "MANGGALUNG"}, {"id" : "7309092003", "nama" : "BODDIE"}, {"id" : "7309092004", "nama" : "TAMARUPA"}, {"id" : "7309092005", "nama" : "COPPO TOMPONG"}, {"id" : "7309092006", "nama" : "MANDALLE"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "nama": {"type": "string"}}, "required": ["id", "nama"]}, "$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"}, "author": {"type": "string"}, "license": {"type": "string"}, "types": {"type": "string"}, "main": {"type": "string"}, "private": {"type": "boolean"}, "s... | {"name" : "@shibuidao/boba-nft-bridge", "version" : "1.1.1", "author" : "Nejc Drobnic <yo@quantumly.dev>", "license" : "BSD-3-Clause", "types" : "typechain/index.ts", "main" : "typechain/index.ts", "private" : false, "scripts" : {"generate:typechain" : "typechain --target ethers-v5 --always-generate-overloads --discrim... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "types": {"type": "string"}, "main": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"generate:typechain": {"type": "... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "logo": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "buildpacks": {"type": "array", ... | {"name" : "Stories Loader", "description" : "", "repository" : "", "logo" : "", "keywords" : ["node", "telegram", "instagram", "puppeteer", "cheerio"], "buildpacks" : [{"url" : "https://github.com/jontewks/puppeteer-heroku-buildpack.git"}, {"url" : "heroku/nodejs"}], "env" : {"NODE_ENV" : {"description" : "Node Env", "... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "logo": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "buildpacks": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}}... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"JSONStream": {"type": "string"}, "for-each-line": {"type": "string"}, "n-readlines": {"type": "string"}}, "required": ["JSONStream", "for-each-line", "n-readlines"]}}, "require... | {"dependencies" : {"JSONStream" : "^1.3.5", "for-each-line" : "^1.0.0", "n-readlines" : "^1.0.0"}} | json_instruct | {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"JSONStream": {"type": "string"}, "for-each-line": {"type": "string"}, "n-readlines": {"type": "string"}}, "required": ["JSONStream", "for-each-line", "n-readlines"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/dr... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"ty... | {"name" : "base-wechat-app", "version" : "1.0.0", "description" : "base-wechat-app", "main" : "gulp", "dependencies" : {}, "devDependencies" : {"autoprefixer" : "^6.5.1", "chai" : "^4.1.2", "gulp" : "^3.9.1", "gulp-base64" : "^0.1.3", "gulp-changed" : "^3.2.0", "gulp-clean" : "^0.3.2", "gulp-clean-css" : "^3.9.2", "gul... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"autoprefixer": {"type": "string"}, "chai... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"trip.css": {"type": "string"}, "trip.js": {"type": "string"}, "trip.min.css": {"type": "string"}, "trip.min.js": {"type": "string"}}, "required": ["trip.css", "trip.js", "trip.min.css", "trip.min.js"], "$schema": "http://js... | {"trip.css" : "sha256-xxInvkczv9IuV7qas6ZXzlhKTcdk8Xr4Ncy9mA7/gmw=", "trip.js" : "sha256-qZpSeimUxKd2ocHBjndMhFbI1vdB4MJvgzCCY+C3t4M=", "trip.min.css" : "sha256-u0rhXOV5u3AXx6J3JmkWbU8whW84QT0SotsOFLQ3Mdw=", "trip.min.js" : "sha256-UJDCJJ9EjH8ltQsJGdCImnyHS0t6wW+XvvZ643Acc2I="} | json_instruct | {"type": "object", "properties": {"trip.css": {"type": "string"}, "trip.js": {"type": "string"}, "trip.min.css": {"type": "string"}, "trip.min.js": {"type": "string"}}, "required": ["trip.css", "trip.js", "trip.min.css", "trip.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"image_name": {"type": "string"}, "image_height": {"type": "integer"}, "camera_gps": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "object", "properties": {"score": {"type": "number"}, "frontvi... | {"image_name" : "lesion205.png", "image_height" : 512, "camera_gps" : "", "bbox" : [{"score" : 1.0, "frontview" : true, "other" : {"region_attributes" : {"id" : 1.0, "type" : "car"}}, "category_id" : "car", "segmentation" : "304.0,193.0,300.0,200.0,300.0,204.0,296.0,207.0,288.0,210.0,289.0,213.0,296.0,215.0,302.0,212.0... | json_instruct | {"type": "object", "properties": {"image_name": {"type": "string"}, "image_height": {"type": "integer"}, "camera_gps": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "object", "properties": {"score": {"type": "number"}, "frontview": {"type": "boolean"}, "other": {"type": "object", "properties": {"regio... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "97e36c32a0fc912e3ff4ff70b1cad9e8110ba2c7"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"type": {"type": "string"}, "base": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "addition": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "result":... | {"type" : "minecraft:smithing", "base" : {"item" : "michaelspaxels:diamond_paxel"}, "addition" : {"item" : "minecraft:netherite_ingot"}, "result" : {"item" : "michaelspaxels:netherite_paxel"}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "base": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "addition": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "result": {"type": "object", "properties": {"item": {"type": "stri... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"meta": {"type": "object", "properties": {"judge": {"type": "object", "properties": {"dislikes": {"type": "integer"}, "fit_in_hole": {"type": "boolean"}, "gained_bonuses": {"type": "array", "items": {}}, "is_valid": {... | {"meta" : {"judge" : {"dislikes" : 0, "fit_in_hole" : true, "gained_bonuses" : [], "is_valid" : true, "satisfy_stretch" : true}}, "vertices" : [[0, 4], [28, 0], [28, 0], [56, 4]]} | json_instruct | {"type": "object", "properties": {"meta": {"type": "object", "properties": {"judge": {"type": "object", "properties": {"dislikes": {"type": "integer"}, "fit_in_hole": {"type": "boolean"}, "gained_bonuses": {"type": "array", "items": {}}, "is_valid": {"type": "boolean"}, "satisfy_stretch": {"type": "boolean"}}, "require... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "compile": {"type": "string"}, "lite": {"type": "string"}}, "required": ["start", "c... | {"name" : "head_keepers", "version" : "1.0.0", "scripts" : {"start" : "webpack", "compile" : "tsc", "lite" : "webpack && lite-server"}, "dependencies" : {"@angular/common" : "^4.0.3", "@angular/compiler" : "^4.0.3", "@angular/core" : "^4.0.3", "@angular/forms" : "^4.0.3", "@angular/http" : "^4.0.3", "@angular/platform-... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "compile": {"type": "string"}, "lite": {"type": "string"}}, "required": ["start", "compile", "lite"]}, "dependencies": {"type": "object", "properties": {... |
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": {"test": {"type": "string"}}, "required": ["test"]}, "keywords"... | {"name" : "discord-crypto-bot", "version" : "0.1.0", "description" : "", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "keywords" : [], "author" : "sskender", "license" : "MIT", "dependencies" : {"@discordjs/builders" : "^0.12.0", "@discordjs/rest" : "^0.3.0", "axios" : "^0.... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "keywords": {"type": "array", "items": {}}, "author": {"type": "str... |
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" : "FNCT0", "name" : {"en" : "Catumbela / Negr?o"}, "country" : "AO", "region" : "BGU", "identifiers" : {"icao" : "FNCT", "iata" : "CBT"}, "location" : {"latitude" : -12.4792, "longitude" : 13.4869, "elevation" : 11}, "timezone" : "Africa/Luanda"} | 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": {"icao": {"type": "string"}, "iata": {"type": "string"}}, "re... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "... | {"text" : {"0" : {"m1" : "\u06cc\u06a9 \u0630\u0631\u0647 \u0686\u0648 \u0622\u0646 \u062d\u06a9\u0645 \u062f\u06af\u0631\u06af\u0648\u0646 \u0646\u0634\u0648\u062f", "m2" : "\u0628\u06cc\u0645\u0631\u06af \u06a9\u0633\u06cc \u0628\u0647 \u0631\u0627\u0647 \u0628\u06cc\u0631\u0648\u0646 \u0646\u0634\u0648\u062f"}, "1" ... | json_instruct | {"type": "object", "properties": {"text": {"type": "object", "properties": {"0": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}, "1": {"type": "object", "properties": {"m1": {"type": "string"}, "m2": {"type": "string"}}, "required": ["m1", "m2"]}}, "requ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"compatibility.js": {"type": "string"}, "compatibility.min.js": {"type": "string"}, "pdf_viewer.css": {"type": "string"}, "pdf_viewer.js": {"type": "string"}, "pdf_viewer.min.css": {"type": "string"}, "pdf_viewer.min.js": {"typ... | {"compatibility.js" : "sha256-gzPo4AkQPKjOWvbP07DIDQs7GezOzXer8dF3zMFDtfQ=", "compatibility.min.js" : "sha256-nSWocYPoZlOyE3fW61cTCLfOQY3wcXia96778paRudo=", "pdf_viewer.css" : "sha256-hdgeeacIAZrvbVl/CmajrlwQGIt9RAGbX14sg2PnD3M=", "pdf_viewer.js" : "sha256-wg1Qq2NteLOcExmsMhD98P9jU6CV6GmbSm4w1cZRXUs=", "pdf_viewer.min.... | json_instruct | {"type": "object", "properties": {"compatibility.js": {"type": "string"}, "compatibility.min.js": {"type": "string"}, "pdf_viewer.css": {"type": "string"}, "pdf_viewer.js": {"type": "string"}, "pdf_viewer.min.css": {"type": "string"}, "pdf_viewer.min.js": {"type": "string"}, "pdf.combined.js": {"type": "string"}, "pdf.... |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1940, 5], [1944, 5], [1946, 6], [1947, 6], [1952, 7], [1953, 6], [1954, 5], [1974, 6], [1981, 6], [1982, 5], [2009, 5], [2010, 5]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties":... | {"localities" : ["Wakefield, VA"], "state" : "VA", "postal_code" : "23888", "locality" : "Wakefield, VA", "lat" : 36.949958, "region" : {"fips" : "51", "abbr" : "VA", "name" : "Virginia"}, "city" : "Wakefield", "type" : "STANDARD", "lng" : -76.975042, "counties" : [{"fips" : "175", "name" : "Southampton County"}, {"fip... | json_instruct | {"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"contacts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "designation": {"type": "string"}, "mobile": {"type": "array", "items": {}}}, "re... | {"contacts" : [{"name" : "L. Mohammed Razi", "email" : "lmdrazi@gmail.com", "designation" : "Joint Secretary", "mobile" : []}], "guideStarURL" : "http://www.guidestarindia.org/Summary.aspx?CCReg=5742", "name" : "Star Youth Association", "primaryEmail" : "lmdrazi@gmail.com", "telephone" : ["918517235072", "918517235072"... | json_instruct | {"type": "object", "properties": {"contacts": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "designation": {"type": "string"}, "mobile": {"type": "array", "items": {}}}, "required": ["name", "email", "designation", "mobile"]}}, "guideStarURL": {"ty... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "null"}, "sta... | {"name" : "Volksschule Perkam", "id" : "BY-3919", "address" : "Thalkirchener Str. 28 94368 Perkam", "school_type" : "Grundschule", "fax" : "09423 200923", "phone" : "09423 841", "website" : null, "state" : "BY", "programs" : {"programs" : []}, "full_time_school" : false, "lon" : 12.44344, "lat" : 48.858778} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "null"}, "state": {"type": "string"}, "programs": {"type": "object", "properties": {"progr... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"version": {"type": "string"}, "homepage": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "url": {"type": "string"}, "extract_dir": {"type": "string"}, "bin": {"type": "array",... | {"version" : "2.0.2", "homepage" : "https://visualvm.github.io", "description" : "VisualVM is a visual tool integrating commandline JDK tools and lightweight profiling capabilities. Designed for both development and production time use.", "license" : "GPL-2.0", "url" : "https://github.com/visualvm/visualvm.src/releases... | json_instruct | {"type": "object", "properties": {"version": {"type": "string"}, "homepage": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "url": {"type": "string"}, "extract_dir": {"type": "string"}, "bin": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required":... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"replace" : false, "values" : ["bewitchment:juniper_fence", "bewitchment:cypress_fence", "bewitchment:elder_fence", "bewitchment:dragons_blood_fence"]} | json_instruct | {"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"aliases": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "images": {"type": "object", "properties": {"background": {"type... | {"aliases" : ["Crazy Inez", "Inez Temple", "Outlaw"], "authors" : ["Gail Simone"], "description" : "Outlaw (Inez Temple) is a fictional character created by Marvel Comics for their series' Deadpool and Agent X.", "images" : {"background" : null, "thumbnail" : "https://upload.wikimedia.org/wikipedia/en/6/61/Agent_X_02_U... | json_instruct | {"type": "object", "properties": {"aliases": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "images": {"type": "object", "properties": {"background": {"type": "null"}, "thumbnail": {"type": "string"}}, "required": ["backgroun... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "... | {"id" : "2001", "provinceId" : "35", "regencyId" : "29", "districtId" : "24", "name" : "Pajanangger"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "startdebug": {"type": "string"}, "build": {"type": "string"}}, "required": ["start", ... | {"name" : "test_bot", "main" : "./index", "scripts" : {"start" : "node index.js", "startdebug" : "node index.js -D", "build" : "tsc"}, "engines" : {"node" : "16.x"}, "dependencies" : {"@discordjs/opus" : "^0.5.3", "@discordjs/rest" : "^0.3.0", "@discordjs/voice" : "^0.8.0", "bufferutil" : "^4.0.6", "discord-api-types" ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "startdebug": {"type": "string"}, "build": {"type": "string"}}, "required": ["start", "startdebug", "build"]}, "engines": {"type": "object", "properties": {... |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://js... | [{"name" : "ZEB", "frequency" : 2711, "males" : "99.85245296938399 %", "females" : "0.14754703061600885 %"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"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"}}, "... | {"n_dim" : 55, "n_trials" : 550, "objective" : "markowitz_return_on_cube", "white" : "platypus_evolutionary", "black" : "scipy_slsqp", "traceback" : ["passing", "Black took 57 function evals when instructed to use 600"], "best_val" : [686.2571411110237, 4201.493746319165], "best_x" : [[0.9043770181006721, 0.72081620716... | 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": {... |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/sche... | [{"year" : 1986, "sex" : "M", "n" : 7, "prop" : 3.64e-06}, {"year" : 1989, "sex" : "M", "n" : 6, "prop" : 2.86e-06}, {"year" : 1991, "sex" : "M", "n" : 11, "prop" : 5.19e-06}, {"year" : 1992, "sex" : "M", "n" : 12, "prop" : 5.72e-06}, {"year" : 1993, "sex" : "M", "n" : 11, "prop" : 5.33e-06}, {"year" : 1994, "sex" : "M... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type":... | {"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "San Macario Norte, Natividad, Pangasinan, Ilocos Region (Region I), PH", "locale" : "ph.ilocos-region-region-i.pangasinan.natividad.san-macario-norte", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "regi... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {... |
The schema below describes a JSON structure. Generate a valid example:
{"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", "ite... | {"version" : 1.2, "people" : [{"pose_keypoints_2d" : [1028.75, 211.485, 1, 1053.8, 239.785, 1, 1034.65, 234.65, 1, 1026.13, 272.674, 1, 1013.54, 302.771, 1, 1069.04, 238.45, 1, 1073.65, 287.599, 1, 1039.15, 306.181, 1, 1039.4, 319.97, 1, 1031.11, 375.273, 1, 1049.39, 436.234, 1, 1066.12, 319.432, 1, 1068.29, 390.015, 1... | 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": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}, "sugges... | {"name" : "javajawa/json-marshler", "description" : "Typed-Where-Possible JSON Marshalling Library", "type" : "library", "license" : "BSD-2-Clause", "require" : {"php" : "^7.4"}, "suggest" : {"ext-json" : "*"}, "homepage" : "https://github.com/javjawa/php-json-marshler", "require-dev" : {"ext-json" : "*", "phpmd/phpmd"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"php": {"type": "string"}}, "required": ["php"]}, "suggest": {"type": "object", "properties": {"ext-json": {"type": "st... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_da... | {"id" : 11550, "citation_title" : "Globalization and Emerging Markets: With or Without Crash?", "citation_author" : ["Philippe Martin", "H\u00e9l\u00e8ne Rey"], "citation_publication_date" : "2005-08-15", "issue_date" : "2005-08-15", "revision_date" : "None", "topics" : ["International Economics", "International Financ... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_date": {"type": "string"}, "topics": {"type": "array", "items... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"lng": {"type": "number"}, "lat": {"type": "number"}}, "required": ["lng", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"lng" : 0.8337479, "lat" : 49.5809623} | json_instruct | {"type": "object", "properties": {"lng": {"type": "number"}, "lat": {"type": "number"}}, "required": ["lng", "lat"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"citationExportFormat": {"type": "string"}, "literatureNoteTitleTemplate": {"type": "string"}, "literatureNoteFolder": {"type": "string"}, "literatureNoteContentTemplate": {"type": "string"}, "markdownCitationTemplate": {"type": ... | {"citationExportFormat" : "biblatex", "literatureNoteTitleTemplate" : "\u00b6{{citekey}}", "literatureNoteFolder" : "80_PKM/82_Sources", "literatureNoteContentTemplate" : "---\ntitle: \"{{title}}\"\nauthors: {{authorString}}\nyear: {{year}}\ncompleted: \n---\n# {{title}}\n\nzotero:: [\ud83d\udd17]({{zoteroSelectURI}})\... | json_instruct | {"type": "object", "properties": {"citationExportFormat": {"type": "string"}, "literatureNoteTitleTemplate": {"type": "string"}, "literatureNoteFolder": {"type": "string"}, "literatureNoteContentTemplate": {"type": "string"}, "markdownCitationTemplate": {"type": "string"}, "alternativeMarkdownCitationTemplate": {"type"... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "array", "ite... | {"contract" : "0x5a1dbff1a772bc35f53c77509b4dc1624c65e6ec", "tool" : "manticore", "start" : 1564147547.4094088, "end" : 1564149349.534577, "duration" : 1802.1251680850983, "analysis" : [[]]} | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "array", "items": {}}}}, "required": ["contract", "tool", "start", "end", "duration", "ana... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"value" : "I am just a json"} | json_instruct | {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "... | {"id" : "2015", "provinceId" : "92", "regencyId" : "02", "districtId" : "05", "name" : "Mansaburi"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"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... | {"n_dim" : 2, "n_trials" : 130, "objective" : "markowitz_analytic_on_cube", "white" : "shgo_nelder_sobol", "black" : "optuna_random_clone_2", "traceback" : ["passing", "Black took 137 function evals when instructed to use 137"], "best_val" : [1.8175173122814214, 1.8918898296757267], "best_x" : [[0.0, 1.0], [0.134906128... | 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": {... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"... | {"schema_version" : "1.2.0", "id" : "GHSA-459q-5pr3-cwfv", "modified" : "2022-05-01T18:06:50Z", "published" : "2022-05-01T18:06:50Z", "aliases" : ["CVE-2007-2738"], "details" : "SQL injection vulnerability in glossaire-p-f.php in the Glossaire 1.7 and earlier module for Xoops allows remote attackers to execute arbitrar... | json_instruct | {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "a... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "2ec2ee9c855b54528db66f02cb0a81df130b0302"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"lqi": {"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}}, "required": ["width", "height"]}, "xs3": {"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": ... | {"lqi" : {"width" : 160, "height" : 240}, "xs3" : {"width" : 640, "height" : 960}, "xs2" : {"width" : 800, "height" : 1200}, "xs" : {"width" : 960, "height" : 1440}, "title" : "Old Woman Selling Fish", "artist" : "Gabri\u00ebl Metsu", "art_date" : "1657-1662", "art_medium" : "Oil", "art_surface" : "Canvas", "art_height... | json_instruct | {"type": "object", "properties": {"lqi": {"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}}, "required": ["width", "height"]}, "xs3": {"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}}, "required": ["width", "height"]}, "xs2": {"typ... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"min": {"type": "number"}, "max": {"type": "number"}}, "required": ["min", "max"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"min" : -4.909480743408203, "max" : 4.779518718719482} | json_instruct | {"type": "object", "properties": {"min": {"type": "number"}, "max": {"type": "number"}}, "required": ["min", "max"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"YourTomcatIsPregnant": {"type": "array", "items": {"type": "string"}}}, "required": ["YourTomcatIsPregnant"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"YourTomcatIsPregnant" : ["MisterSeahorse", "LazilyGenderFlippedName", "GenderBlenderName", "TruthInTelevision", "MisterSeahorse", "AlienGenderConfusion", "SobriquetSexSwitch", "InvertedTrope", "EitherOrTitle", "FunnyAnimal", "PeggySue", "FountainOfYouth", "GenderBlenderName", "GenderBlenderName", "BackStory", "Fridge... | json_instruct | {"type": "object", "properties": {"YourTomcatIsPregnant": {"type": "array", "items": {"type": "string"}}}, "required": ["YourTomcatIsPregnant"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"ButtCannon": {"type": "array", "items": {"type": "string"}}}, "required": ["ButtCannon"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"ButtCannon" : ["ExactlyWhatItSaysOnTheTin", "ShoulderCannon", "LegCannon", "ArmCannon", "ChestBlaster", "TorpedoTits", "AssKicksYou", "TailSlap", "BewareMyStingerTail", "Fartillery", "SmartBomb", "PilotEpisode", "LampshadeHanging", "ShowWithinAShow"]} | json_instruct | {"type": "object", "properties": {"ButtCannon": {"type": "array", "items": {"type": "string"}}}, "required": ["ButtCannon"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1915, 5], [1916, 6], [1917, 7], [1918, 7], [1919, 5], [1926, 5]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"nft": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "proper... | {"nft" : {"id" : 2847, "name" : "Platy Doodles #2847", "description" : "Painted by the brush of the prestegious art collectors, the Platy Doodles are the next generation of Platy Punks. Owning a Platy Doodle grants you access to the Platy Posse and our many perks and utilities.", "image" : "ipfs://QmUpiLbXCrzB3ZzpZ3uoV... | json_instruct | {"type": "object", "properties": {"nft": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}, "attributes": {"type": "array", "items": {"type": "object", "properties": {"trait_type": {"type": "string"}, "value": {"type":... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "str... | {"name" : "terrasoff/js-elementarity", "description" : "\u041f\u0440\u0438\u0432\u044f\u0437\u044b\u0432\u0430\u0435\u043c \u043a \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0443 \u0434\u0440\u0443\u0433\u0438\u0435 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b. \u041f\u0440\u0438 \u043a\u043b\u0438\u043a\u0435 \u04... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}}, "required": ["name", "descri... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"routes": {"type": "array", "items": {"type": "object", "properties": {"method": {"type": "string"}, "path": {"type": "string"}, "handler": {"type": "string"}, "config": {"type": "object", "properties": {"policies"... | {"routes" : [{"method" : "GET", "path" : "/sketchers", "handler" : "sketcher.find", "config" : {"policies" : []}}, {"method" : "GET", "path" : "/sketchers/count", "handler" : "sketcher.count", "config" : {"policies" : []}}, {"method" : "GET", "path" : "/sketchers/:id", "handler" : "sketcher.findOne", "config" : {"polic... | json_instruct | {"type": "object", "properties": {"routes": {"type": "array", "items": {"type": "object", "properties": {"method": {"type": "string"}, "path": {"type": "string"}, "handler": {"type": "string"}, "config": {"type": "object", "properties": {"policies": {"type": "array", "items": {}}}, "required": ["policies"]}}, "required... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"base.css": {"type": "string"}, "base.min.css": {"type": "string"}, "components.css": {"type": "string"}, "components.min.css": {"type": "string"}, "tailwind-experimental.css": {"type": "string"}, "tailwind-ex... | {"base.css" : "sha512-c71r+ngJxoMuvanjaeTBYWVMl8yrVhbOpyIlEoFTk0c8Lif15bwdkuiezlN4MXxzYq2DV96aKWUMTRX6EepKfg==", "base.min.css" : "sha512-hEjkvMSM0ql6VJcNK0gTmjt9ar8F2yHeBUbJKtyvQhkkbGMhiJ4+MaiB8XxsthLAHJx5vy2I9dN0un8HiWG2LA==", "components.css" : "sha512-b3BzvQau9d657ps80CNi52ahlnswDWWg6+69dpORyBpqu447L+zl4l2LLXxRZHaM... | json_instruct | {"type": "object", "properties": {"base.css": {"type": "string"}, "base.min.css": {"type": "string"}, "components.css": {"type": "string"}, "components.min.css": {"type": "string"}, "tailwind-experimental.css": {"type": "string"}, "tailwind-experimental.min.css": {"type": "string"}, "tailwind.css": {"type": "string"}, ... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"372012": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "999920": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "... | {"372012" : {"count" : 3}, "count" : 21, "999920" : {"count" : 1}, "339091" : {"count" : 1}, "519111" : {"count" : 1}, "537064" : {"count" : 2}, "537081" : {"count" : 1}, "435081" : {"count" : 1}, "N.A.//" : {"count" : 8}, "352021" : {"count" : 1}, "411011" : {"count" : 1}, "519198" : {"count" : 1}} | json_instruct | {"type": "object", "properties": {"372012": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "count": {"type": "integer"}, "999920": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "339091": {"type": "object", "properties": {"count": {"typ... |
Construct a JSON document that adheres to this schema specification:
{"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"}, ... | {"id" : 8349, "source" : "clarke", "verse_id" : 18074, "verse_count" : 1, "reference" : "22:21", "title" : "", "html" : " <p> <em>To the inhabitants\u2014 </em> <span class=\"greek-hebrew\">,\u05dc\u05d9\u05d5\u05e9\u05d1\u05d9 </span> <span class=\"translit\">, leyoshebey</span>, in the plural number, four of Dr. Kenn... | 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": "null"}}, "required": ["id", "source", "verse_id", "... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "main": {"type": "string"}}, "required": ["name", "version", "private", "main"], "$schema": "http://json-schema.org/draft-07/schema#"... | {"name" : "EditModal", "version" : "0.0.0", "private" : true, "main" : "./EditModal.js"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "main": {"type": "string"}}, "required": ["name", "version", "private", "main"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"MRRm_new": {"type": "number"}, "MRm_new": {"type": "number"}, "HITS@1m_new": {"type": "number"}, "HITS@3m_new": {"type": "number"}, "HITS@10m_new": {"type": "number"}}, "required": ["MRRm_new", "MRm_new", "HITS@1m_new", "HITS@... | {"MRRm_new" : 0.20100464405025995, "MRm_new" : 196.9871888828993, "HITS@1m_new" : 0.09839502635695972, "HITS@3m_new" : 0.2227174488414079, "HITS@10m_new" : 0.42889038846539335} | json_instruct | {"type": "object", "properties": {"MRRm_new": {"type": "number"}, "MRm_new": {"type": "number"}, "HITS@1m_new": {"type": "number"}, "HITS@3m_new": {"type": "number"}, "HITS@10m_new": {"type": "number"}}, "required": ["MRRm_new", "MRm_new", "HITS@1m_new", "HITS@3m_new", "HITS@10m_new"], "$schema": "http://json-schema.or... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"author": {"type": "string"}, "bin": {"type": "object", "properties": {"hobbit": {"type": "string"}}, "required": ["hobbit"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "cont... | {"author" : "Jonatan Rodriguez <jrperdomoz@gmail.com>", "bin" : {"hobbit" : "./bin/hobbit"}, "bugs" : {"url" : "https://github.com/jrperdomoz/hobbit/issues"}, "contributors" : ["Angel Calderaro <calderaro94@gmail.com>"], "dependencies" : {"babel-preset-es2015" : "^6.14.0", "babel-preset-es2016" : "^6.11.3", "babel-pres... | json_instruct | {"type": "object", "properties": {"author": {"type": "string"}, "bin": {"type": "object", "properties": {"hobbit": {"type": "string"}}, "required": ["hobbit"]}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "contributors": {"type": "array", "items": {"type": "string"}}, "de... |
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" : 101929303, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes_pg", "src:geom" : "quattroshapes_pg", "wof:geomhash" : "4defdf0ab6ad7125088f52763d8dde4e", "wof:id" : 101929303, "wof:repo" : "whosonfirst-data-admin-za"}, "bbox" : [30.626449, -30.460363, 30.626449, -30.460363], "geometry" : {"coor... | 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 an example JSON object that satisfies this schema:
{"type": "object", "properties": {"description": {"type": "string"}, "properties": {"type": "object", "properties": {"apiVersion": {"type": "object", "properties": {"description": {"type": "string"}, "enum": {"type": "array", "items": {"type": "string"}}, "type... | {"description" : "A resource that should be exposed on the API server. *DEPRECATED* in v1.16, planned for removal in v1.22. Use `\"apiextensions.k8s.io/v1\"` CustomResourceDefinition instead.", "properties" : {"apiVersion" : {"description" : "The version of the schema for the object representation", "enum" : ["apiexten... | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "properties": {"type": "object", "properties": {"apiVersion": {"type": "object", "properties": {"description": {"type": "string"}, "enum": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}}, "required": ["description", "enum",... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type... | {"geometry" : {"type" : "Point", "coordinates" : [-115.92, 36.08]}, "type" : "Feature", "id" : "89061", "properties" : {"other_cities" : "", "city" : "Pahrump", "state" : "NV", "county" : "Nye County"}} | json_instruct | {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"other_c... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "time": {"type": "string"}, "kind": {"type": "string"}, "physician": {"type": "string"}}, "required": ["name", "time", "kind", "physician"]}, "$schema": "http:... | [{"name" : "Kane, Paul", "time" : "8:00 AM", "kind" : "New Appointment", "physician" : "61f84b8fa20e8b1a30f442c3"}, {"name" : "Apple, Adam", "time" : "9:00 AM", "kind" : "Followup", "physician" : "61f84b8fa20e8b1a30f442c3"}, {"name" : "Dean, Ava", "time" : "10:00 AM", "kind" : "New Appointment", "physician" : "61f84b8f... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "time": {"type": "string"}, "kind": {"type": "string"}, "physician": {"type": "string"}}, "required": ["name", "time", "kind", "physician"]}, "$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" : "0xaa7d65b17701862ca2bb6d26d115b164e18174cd", "tool" : "osiris", "start" : 1564621436.8075016, "end" : 1564621490.113148, "duration" : 53.30564641952515, "analysis" : [{"errors" : [], "file" : "/unique_chucks/36/0xaa7d65b17701862ca2bb6d26d115b164e18174cd.sol", "name" : "QiuYi"}, {"errors" : [], "file" : "... | 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": {}}, "file": {"type": "strin... |
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" : "430522103001", "text" : "\u9648\u5bb6\u574a\u5c45\u59d4\u4f1a"}, {"id" : "430522103002", "text" : "\u8e0f\u6c34\u6865\u5c45\u59d4\u4f1a"}, {"id" : "430522103204", "text" : "\u4e13\u5858\u94fa\u6751\u59d4\u4f1a"}, {"id" : "430522103205", "text" : "\u6a80\u6728\u6751\u59d4\u4f1a"}, {"id" : "430522103206", "text... | 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#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"author": {"type": "array", "items": {"type": "string"}}, "install_msg": {"type": "string"}, "name": {"type": "string"}, "disabled": {"type": "boolean"}, "short": {"type": "string"}, "description": {"type": "string"},... | {"author" : ["Deihim007"], "install_msg" : "", "name" : "botmention", "disabled" : false, "short" : "", "description" : "Redirectes bot mentions to desired channel.", "tags" : [], "requirements" : [], "hidden" : false} | json_instruct | {"type": "object", "properties": {"author": {"type": "array", "items": {"type": "string"}}, "install_msg": {"type": "string"}, "name": {"type": "string"}, "disabled": {"type": "boolean"}, "short": {"type": "string"}, "description": {"type": "string"}, "tags": {"type": "array", "items": {}}, "requirements": {"type": "ar... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$sch... | [{"name" : "MANUEL JAVIER", "frequency" : 1235, "males" : "100.0 %", "females" : "0.0 %"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "vote": {"type": "string"}, "comment": {"type": "string"}}, "required": ["name", "vote", "comment"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "Nativus", "vote" : "I like green energy", "comment" : "I like Tesla"}, {"name" : "Nativus", "vote" : "I like green energy", "comment" : "kek"}, {"name" : "Elon", "vote" : "I like green energy", "comment" : "test"}, {"name" : "Elon", "vote" : "I like green energy", "comment" : "test"}, {"name" : "Ivan Kuzmin... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "vote": {"type": "string"}, "comment": {"type": "string"}}, "required": ["name", "vote", "comment"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.