input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {... | {"name" : "express-jwt-axss", "version" : "1.0.0", "description" : "JWT authentication middleware.", "keywords" : ["auth", "authn", "authentication", "authz", "authorization", "http", "jwt", "token", "oauth", "express", "xss"], "repository" : {"type" : "git", "url" : "git://github.com/naicode/express-jwt-axss.git"}, "b... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"short_link": {"type": "string"}, "type": {"type": "string"}, "image_num": {"type": "integer"}, "title": {"type": "string"}, "content": {"type": "string"}, "image_links": {"type": "array", "items": {"type": "string"... | {"short_link" : "http://xhslink.com/poIGYe", "type" : "news", "image_num" : 4, "title" : "\u7834\u788e\u611f\u5986\u5bb9 \u65e0\u773c\u5f71\u5168\u9760\u816e\u7ea2", "content" : "\u5b85\u5bb6\u7684\u4e00\u5929 \u7b80\u5355\u7684\u753b\u4e86\u4e0b\u5c31\u51b2\u53bb\u8d85\u5e02\u8d2d\u7269\u5566 \u592a\u65b9\u4fbf\u4e86\... | json_instruct | {"type": "object", "properties": {"short_link": {"type": "string"}, "type": {"type": "string"}, "image_num": {"type": "integer"}, "title": {"type": "string"}, "content": {"type": "string"}, "image_links": {"type": "array", "items": {"type": "string"}}, "t": {"type": "string"}, "user_headimgurl": {"type": "string"}, "us... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract",... | {"contract" : "0x2205098d5bfde3588697d71145c8fb1c9ebaef86", "tool" : "solhint", "start" : 1563568086.2559826, "end" : 1563568091.0747163, "duration" : 4.8187336921691895, "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://... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"d20": {"type": "string"}}, "required": ["d20"]}}, "required": ["main", "dependencies"], "$schema": "http://json-schema.org/draft-07/... | {"main" : "dice.js", "dependencies" : {"d20" : "^1.4.0"}} | json_instruct | {"type": "object", "properties": {"main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"d20": {"type": "string"}}, "required": ["d20"]}}, "required": ["main", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"description": {"type": "string"}, "favorite": {"type": "string"}, "length": {"type": "string"}, "likes": {"type": "string"}, "recorded": {"type": "string"}, "speakers": {"type": "array", "items": {"type": "string"}}... | {"description" : "The battle between native and web rages on. The browsers are fighting hard to tear down the benefits that native developers have relied on since the inception of mobile platforms. Geolocation, sorted. Accelerometer, done. Performance, we'll come back to that. But one of the greatest draws for native d... | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "favorite": {"type": "string"}, "length": {"type": "string"}, "likes": {"type": "string"}, "recorded": {"type": "string"}, "speakers": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {}}, "thumbnail_url": {"type": "s... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"class": {"type": "object", "properties": {"packagesUnderTest": {"type": "string"}, "shouldInheritSelectors": {"type": "string"}, "testSelectors": {"type": "string"}}, "required": ["packagesUnderTest", "shouldInher... | {"class" : {"packagesUnderTest" : "ct 3/16/2022 15:52", "shouldInheritSelectors" : "ct 3/16/2022 15:55", "testSelectors" : "ct 3/16/2022 15:56"}, "instance" : {"debuggerClass" : "ct 3/16/2022 15:59", "findNextAssertion:" : "ct 3/17/2022 13:36", "notebookContext" : "ct 3/16/2022 17:01", "performNotebookTest" : "ct 3/17/... | json_instruct | {"type": "object", "properties": {"class": {"type": "object", "properties": {"packagesUnderTest": {"type": "string"}, "shouldInheritSelectors": {"type": "string"}, "testSelectors": {"type": "string"}}, "required": ["packagesUnderTest", "shouldInheritSelectors", "testSelectors"]}, "instance": {"type": "object", "propert... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"version": {"type": "string"}, "book": {"type": "string"}, "chapter": {"type": "integer"}, "verse": {"type": "integer"}, "word": {"type": "string"}}, "required": ["version", "book", "chapter", "verse", "word"]... | {"version" : "english_NIV", "book" : "Jeremiah", "chapter" : 1, "verse" : 11, "word" : "The word of the LORD came to me: \u201cWhat do you see, Jeremiah?\u201d \u201cI see the branch of an almond tree,\u201d I replied."} | json_instruct | {"type": "object", "properties": {"version": {"type": "string"}, "book": {"type": "string"}, "chapter": {"type": "integer"}, "verse": {"type": "integer"}, "word": {"type": "string"}}, "required": ["version", "book", "chapter", "verse", "word"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"produc... | {"userId" : 26048, "cartId" : "d7b8c03c-f105-4a19-a83b-4244a83379d9", "preferredProducts" : [633, 1795, 2862, 725, 4277, 1948], "productReviews" : [{"productId" : 953, "reviewText" : "I saw one of these in Juan de Nova Island and I bought one.", "reviewDate" : "2016-10-30T19:11:07.276269+02:00"}, {"productId" : 4486, "... | 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... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "childr... | {"code" : 1103022009, "parent" : 1103022, "name" : "SEUNEUBOK KEURANJI", "latitude" : null, "longitude" : null, "postal" : [23778], "children" : []} | json_instruct | {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "n... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"PRODUCT_NAME": {"type": "string"}, "MANUFACTURER": {"type": "string"}, "BRANDNAME": {"type": "string"}, "WEIGHT": {"type": "string"}}, "required": ["PRODUCT_NAME", "MANUFACTURER", "BRANDNAME", "WEIGHT"], "$schema":... | {"PRODUCT_NAME" : "Fried peanuts", "MANUFACTURER" : "Elly products", "BRANDNAME" : "", "WEIGHT" : "200g"} | json_instruct | {"type": "object", "properties": {"PRODUCT_NAME": {"type": "string"}, "MANUFACTURER": {"type": "string"}, "BRANDNAME": {"type": "string"}, "WEIGHT": {"type": "string"}}, "required": ["PRODUCT_NAME", "MANUFACTURER", "BRANDNAME", "WEIGHT"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"type1": {"type": "string"}, "type2": {"type": "string"}, "weight": {"type": "string"}, "height": {"type": "string"}, "name": {"type": "string"}, "location": {"type": "string"}, "summary": {"type": "string"}, "exclusivity": {"t... | {"type1" : "psychic", "type2" : "NULL", "weight" : "75.6", "height" : "1.6", "name" : "hypno", "location" : "Berry Forest", "summary" : "It carries a pendulum-like device. There once was an incident in which it took away a child it hypnotized.", "exclusivity" : "BOTH", "id" : "97"} | json_instruct | {"type": "object", "properties": {"type1": {"type": "string"}, "type2": {"type": "string"}, "weight": {"type": "string"}, "height": {"type": "string"}, "name": {"type": "string"}, "location": {"type": "string"}, "summary": {"type": "string"}, "exclusivity": {"type": "string"}, "id": {"type": "string"}}, "required": ["t... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "array", "items": {"type": "object", "properties": {"count": {"type": "integer"}, "_tpl": {"type": "string"}}, "required": ["count", "_tpl"]}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[{"count" : 22689, "_tpl" : "5449016a4bdc2d6f028b456f"}]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "object", "properties": {"count": {"type": "integer"}, "_tpl": {"type": "string"}}, "required": ["count", "_tpl"]}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "reasons": {"type": "array", "items": {"type": "string"}}, "status": {"type": "string"}, "risk_level": {"type": "string"}, "start_da... | {"id" : "031-2010", "title" : "Illinois Firm Recalls Mini Pretzel Dog Products Due To Lack Of Inspection", "url" : "https://www.fsis.usda.gov/recalls-alerts/illinois-firm-recalls-mini-pretzel-dog-products-due-lack-inspection", "reasons" : ["Produced Without Benefit of Inspection"], "status" : "Closed", "risk_level" : "... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "reasons": {"type": "array", "items": {"type": "string"}}, "status": {"type": "string"}, "risk_level": {"type": "string"}, "start_date": {"type": "string"}, "end_date": {"type": "string"}, "summary": {"ty... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"version": {"type": "string"}, "configurations": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "request": {"type": "string"}, "exec": {"type": "string"}, "execArgs": {"type": "array", ... | {"version" : "0.0.6", "configurations" : [{"type" : "perl", "request" : "launch", "exec" : "perl", "execArgs" : [], "name" : "Perl-Debug", "root" : "${workspaceRoot}\\", "program" : "${workspaceRoot}\\program.pl", "inc" : [], "args" : [], "env" : {}, "stopOnEntry" : true}]} | json_instruct | {"type": "object", "properties": {"version": {"type": "string"}, "configurations": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "request": {"type": "string"}, "exec": {"type": "string"}, "execArgs": {"type": "array", "items": {}}, "name": {"type": "string"}, "root": {"type": ... |
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" : 8, "n_trials" : 210, "objective" : "markowitz_analytic_on_cube", "white" : "ax_default", "black" : "platypus_genetic", "traceback" : ["passing", "passing"], "best_val" : [0.09223699045387246, 1.22541704362357], "best_x" : [[0.0, 0.0, 0.0, 0.0, 0.20802295449119249, 0.20550626461372679, 0.1801528131968522, 0.4... | 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": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "primoId": {"type": "string"}, "slug": {"type": "string"}, "shortcode": {"type": "string"}, "imageUrl": {"type": "string"}, "conten... | {"data" : {"id" : 45683, "title" : "Commander Martin, ca. 1870-1880 / photographer S. F. Moore", "primoId" : "ADLIB110345773", "slug" : "adlib110345773", "shortcode" : "", "imageUrl" : "https://dxlab.sl.nsw.gov.au/images-newselfwales/selfie1525853042615.jpg", "content" : "portraits, ships' officers, Adult Males", "imag... | json_instruct | {"type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "string"}, "primoId": {"type": "string"}, "slug": {"type": "string"}, "shortcode": {"type": "string"}, "imageUrl": {"type": "string"}, "content": {"type": "string"}, "imageType": {"type": "string"}, ... |
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"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "... | {"name" : "kc-cookie", "version" : "1.0.6", "description" : "[browser] Set/Get cookies", "main" : "cookie.js", "repository" : {"type" : "git", "url" : "https://github.com/js-cookie.git"}, "keywords" : ["cookie", "browser"], "author" : "KaisarCode", "license" : "ISC", "bugs" : {"url" : "https://github.com/kaisarsnippets... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type"... | {"derivation" : "a primitive root;", "pron" : "shaw-rak'", "outline" : "<ol><li> to hiss, whistle, pipe<ol><li> (Qal) to hiss (as a signal)</li></ol></li></ol>", "kjv_def" : "hiss.", "lemma" : "\u05e9\u05c1\u05b8\u05e8\u05b7\u05e7", "frequency" : 12, "strongs_def" : "properly, to be shrill, i.e. to whistle or hiss (as ... | json_instruct | {"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "xlit": {"type": "string"}}, "required": ["derivation", "pron", ... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"label:cs": {"type": "string"}, "P31": {"type":... | {"type" : "FeatureCollection", "features" : [{"type" : "Feature", "properties" : {"label:cs" : "Pomn\u00edk padl\u00fdm ve Vra\u0148anech", "P31" : "http://www.wikidata.org/entity/Q575759", "P31^label:cs" : "Pomn\u00edk padl\u00fdm", "P131^label:cs" : "Vra\u0148any", "P6736" : "24430"}, "geometry" : {"type" : "Point", ... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"label:cs": {"type": "string"}, "P31": {"type": "string"}, "P31^label:cs": {"type": "string"}, "P131^label:cs... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "keywords": {"type": "array... | {"name" : "TextArea-Expander", "main" : "TextArea-Expander.js", "homepage" : "https://github.com/greenygh0st/TextArea-Expander", "authors" : ["Dale Myszewski II <dale.myszewski@gmail.com>"], "description" : "Automatically expands and contracts a text area based on the size of the content in that text area.", "keywords"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "ignore": {"t... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"BitsPerSample": {"type": "integer"}, "ColorComponents": {"type": "integer"}, "DateTimeOriginal": {"type": "string"}, "EncodingProcess": {"type": "string"}, "ExifByteOrder": {"type": "string"}, "ExifImageHeight": {"type": "inte... | {"BitsPerSample" : 8, "ColorComponents" : 3, "DateTimeOriginal" : "2009:08:09 17:24:22", "EncodingProcess" : "Baseline DCT, Huffman coding", "ExifByteOrder" : "Little-endian (Intel, II)", "ExifImageHeight" : 1280, "ExifImageWidth" : 1024, "ExifVersion" : "0210", "Flash" : "No Flash", "ImageHeight" : 8, "ImageSize" : "8... | json_instruct | {"type": "object", "properties": {"BitsPerSample": {"type": "integer"}, "ColorComponents": {"type": "integer"}, "DateTimeOriginal": {"type": "string"}, "EncodingProcess": {"type": "string"}, "ExifByteOrder": {"type": "string"}, "ExifImageHeight": {"type": "integer"}, "ExifImageWidth": {"type": "integer"}, "ExifVersion"... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "govukDetails"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"key": {"type": "string"}, "short_name": {"type": "string"}, "name": {"type": "string"}, "category": {"type": "string"}, "owner": {"type": "string"}, "spdx_license_key": {"type": "string"}}, "required": ["key", "short_name", "n... | {"key" : "snprintf", "short_name" : "snprintf License", "name" : "snprintf License", "category" : "Permissive", "owner" : "Unspecified", "spdx_license_key" : "LicenseRef-scancode-snprintf"} | json_instruct | {"type": "object", "properties": {"key": {"type": "string"}, "short_name": {"type": "string"}, "name": {"type": "string"}, "category": {"type": "string"}, "owner": {"type": "string"}, "spdx_license_key": {"type": "string"}}, "required": ["key", "short_name", "name", "category", "owner", "spdx_license_key"], "$schema": ... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"server": {"type": "object", "properties": {"port": {"type": "integer"}, "ssl": {"type": "boolean"}}, "required": ["port", "ssl"]}, "mongodb": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]... | {"server" : {"port" : 3000, "ssl" : false}, "mongodb" : {"url" : "mongodb://localhost/console-test"}, "agentServer" : {"port" : 3001, "ssl" : false}, "mail" : {"service" : "", "sign" : "Kind regards,<br>Apache Ignite Team", "from" : "Apache Ignite Web Console <someusername@somecompany.tld>", "user" : "someusername@some... | json_instruct | {"type": "object", "properties": {"server": {"type": "object", "properties": {"port": {"type": "integer"}, "ssl": {"type": "boolean"}}, "required": ["port", "ssl"]}, "mongodb": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "agentServer": {"type": "object", "properties": {"port": {"... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"github": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "shanchui": {"type": "object", "properties": {"name": {"type": "string"}, "cn": {"type": "string"}}, "required": ["nam... | {"github" : {"name" : "github"}, "shanchui" : {"name" : "shanchui", "cn" : "\u5c71\u5439"}, "shanyue" : {"name" : "shanyue", "cn" : "\u5c71\u6708"}, "condensed-night-purple" : {"name" : "condensed-night-purple", "cn" : "\u51dd\u591c\u7d2b"}, "chocolate" : {"name" : "chocolate", "cn" : "\u5de7\u514b\u529b"}, "v-green" :... | json_instruct | {"type": "object", "properties": {"github": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "shanchui": {"type": "object", "properties": {"name": {"type": "string"}, "cn": {"type": "string"}}, "required": ["name", "cn"]}, "shanyue": {"type": "object", "properties": {"name": {"type"... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "icons": {"type": "object", "properties": {"16": {"type": "string"}, "48":... | {"manifest_version" : 2, "name" : "collada-viewer", "version" : "0.4", "description" : "A viewer for 3D models in the COLLADA file format.", "icons" : {"16" : "cv-icon-16.png", "48" : "cv-icon-48.png", "128" : "cv-icon-128.png"}, "permissions" : ["unlimitedStorage"], "offline_enabled" : true, "requirements" : {"3D" : {... | json_instruct | {"type": "object", "properties": {"manifest_version": {"type": "integer"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "icons": {"type": "object", "properties": {"16": {"type": "string"}, "48": {"type": "string"}, "128": {"type": "string"}}, "required": ["16", "48", "12... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"workbench.colorCustomizations": {"type": "object", "properties": {"activityBar.background": {"type": "string"}, "titleBar.activeBackground": {"type": "string"}, "titleBar.activeForeground": {"type": "string"}}, "required": ["act... | {"workbench.colorCustomizations" : {"activityBar.background" : "#510361", "titleBar.activeBackground" : "#720488", "titleBar.activeForeground" : "#FEFBFF"}} | json_instruct | {"type": "object", "properties": {"workbench.colorCustomizations": {"type": "object", "properties": {"activityBar.background": {"type": "string"}, "titleBar.activeBackground": {"type": "string"}, "titleBar.activeForeground": {"type": "string"}}, "required": ["activityBar.background", "titleBar.activeBackground", "title... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "... | {"nom" : "Chauffry", "circ" : "4\u00e8me circonscription", "dpt" : "Seine-et-Marne", "inscrits" : 791, "abs" : 414, "votants" : 377, "blancs" : 13, "nuls" : 4, "exp" : 360, "res" : [{"nuance" : "REM", "nom" : "M. Emmanuel MARCADET", "voix" : 102}, {"nuance" : "LR", "nom" : "M. Christian JACOB", "voix" : 79}, {"nuance" ... | json_instruct | {"type": "object", "properties": {"nom": {"type": "string"}, "circ": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array"... |
The schema below describes a JSON structure. Generate a valid example:
{"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": {"t... | [{"province" : "\u4e91\u5357\u7701", "city" : "\u695a\u96c4\u5f5d\u65cf\u81ea\u6cbb\u5dde", "area" : "\u5927\u59da\u53bf", "name" : "\u767d\u5854\u8def\u90ae\u653f\u6240", "code" : "675499", "address" : "\u5927\u59da\u53bf\u91d1\u78a7\u9547\u767d\u5854\u8def222\u53f7", "phone" : "0878-6222176"}, {"province" : "\u4e91\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... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id_151": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"},... | {"id_151" : {"title" : "Beowulf", "language" : "English", "totaltime" : "2:52:39", "url_librivox" : "http://librivox.org/beowulf/", "url_iarchive" : "http://www.archive.org/details/beowulf", "readers" : ["103", "110", "167", "19", "26", "56", "75"], "authors" : "221", "genres" : "Action & Adventure Fiction"}} | json_instruct | {"type": "object", "properties": {"id_151": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "readers": {"type": "array", "items": {"type": "string"}}, "authors": {"type... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "emendatusenigmatica:block/quartz_granite_ore"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}}, "required": ["name", "... | {"type" : "FeatureCollection", "features" : {"type" : "Feature", "properties" : {"name" : "\u9752\u795e\u53bf", "id" : "511425"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[103.707345, 29.7238430000001], [103.703922148438, 29.7116506171875], [103.695152617188, 29.7204201484375], [103.707345, 29.72384300... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}}, "required": ["name", "id"]}, "geometry": {"type": "object", "properties": {"type"... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"validator.js": {"type": "string"}, "validator.min.js": {"type": "string"}}, "required": ["validator.js", "validator.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"validator.js" : "sha256-QYvLzumVGglmpC3lwYU8YEvN8p6PmpAYnDInbD/pYMM=", "validator.min.js" : "sha256-arLZ2ysp/i8OMVd/VvlTI3R/9g8bePNJbvVeKFzuFjs="} | json_instruct | {"type": "object", "properties": {"validator.js": {"type": "string"}, "validator.min.js": {"type": "string"}}, "required": ["validator.js", "validator.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"ResponseInfo": {"type": "object", "properties": {"apiId": {"type": "string"}, "ver": {"type": "string"}, "ts": {"type": "null"}, "resMsgId": {"type": "null"}, "msgId": {"type": "null"}, "status": {"type": "null... | {"ResponseInfo" : {"apiId" : "apiId", "ver" : "ver", "ts" : null, "resMsgId" : null, "msgId" : null, "status" : null}} | json_instruct | {"type": "object", "properties": {"ResponseInfo": {"type": "object", "properties": {"apiId": {"type": "string"}, "ver": {"type": "string"}, "ts": {"type": "null"}, "resMsgId": {"type": "null"}, "msgId": {"type": "null"}, "status": {"type": "null"}}, "required": ["apiId", "ver", "ts", "resMsgId", "msgId", "status"]}}, "... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01015827": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "stri... | {"type" : "Topology", "objects" : {"E01015827" : {"type" : "GeometryCollection", "crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:OGC:1.3:CRS84"}}, "geometries" : [{"type" : "Polygon", "properties" : {"OA11CD" : "E00080001", "LAD11CD" : "E06000033"}, "arcs" : [[0, 1, 2, 3, 4, 5]]}, {"type" : "Polygon... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "objects": {"type": "object", "properties": {"E01015827": {"type": "object", "properties": {"type": {"type": "string"}, "crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "str... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array... | {"ast" : null, "code" : "var _jsxFileName = \"C:\\\\Users\\\\matti\\\\Desktop\\\\\\xC1rea de trabalho\\\\Programa\\xE7\\xE3o\\\\Projetos\\\\Loja virtual\\\\Intro-ReactJS\\\\react-tutorial\\\\src\\\\index.js\";\nimport React, { Component } from 'react';\nimport ReactDOM from 'react-dom';\nimport App from './App';\nimpor... | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesCont... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"_id": {"type": "string"}, "_tpl": {"type": "string"}, "parentId": {"type": "string"}, "slotId": {"type": "string"}, "location": {"type": "integer"}}, "required": ["_id", "_tpl", "parentId", "slotId", "location"], "$schema": "htt... | {"_id" : "5ece83d901e14e770d58375e", "_tpl" : "5d6e68c4a4b9361b93413f79", "parentId" : "5ece83d901e14e770d58374a", "slotId" : "cartridges", "location" : 19} | json_instruct | {"type": "object", "properties": {"_id": {"type": "string"}, "_tpl": {"type": "string"}, "parentId": {"type": "string"}, "slotId": {"type": "string"}, "location": {"type": "integer"}}, "required": ["_id", "_tpl", "parentId", "slotId", "location"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"private": {"type": "boolean"}, "name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []... | {"private" : true, "name" : "gostack", "description" : "Challenge repository", "authors" : "Vin\u00edcius Albuquerque", "version" : "1.0.0", "dependencies" : {}, "scripts" : {"1" : "yarn workspace challenge-01 dev"}, "workspaces" : ["challenge-01"], "repository" : "https://github.com/vsalbuq/gostack.git", "author" : "V... | json_instruct | {"type": "object", "properties": {"private": {"type": "boolean"}, "name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "scripts": {"type": "object", "properties": {"1": {"type": ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$s... | [{"name" : "KAGEN", "frequency" : 462, "males" : "96.32034632034632 %", "females" : "3.67965367965368 %"}] | 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#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "me... | {"id" : "a5e6ea20-b4fa-42aa-9197-5b2e35a1aac6", "playerTags" : ["88cd6efa-dbf2-4309-aabe-ec1d6f21f98a"], "teamTags" : ["adc5b394-8f76-416d-9ce9-813706877b84"], "gameTags" : ["a54f9bb5-aea1-4b8a-b644-0d67392cfd35"], "metadata" : {"mod" : "WIRED", "play" : 189, "type" : 3, "parent" : "2f42d4ae-20dd-4e4a-bef5-4ff93ea5ac52... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"mod": {"type": "string"}, "play... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"packages": {"type": "object", "properties": {"wpackagist-plugin/shoutsuite-mu": {"type": "object", "properties": {"1.2": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "version_... | {"packages" : {"wpackagist-plugin/shoutsuite-mu" : {"1.2" : {"name" : "wpackagist-plugin/shoutsuite-mu", "version" : "1.2", "version_normalized" : "1.2.0.0", "uid" : 311139, "dist" : {"type" : "zip", "url" : "https://downloads.wordpress.org/plugin/shoutsuite-mu.1.2.zip"}, "source" : {"type" : "svn", "url" : "https://pl... | json_instruct | {"type": "object", "properties": {"packages": {"type": "object", "properties": {"wpackagist-plugin/shoutsuite-mu": {"type": "object", "properties": {"1.2": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "version_normalized": {"type": "string"}, "uid": {"type": "integer"}, "... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"\u2019e\u1e21\u00b7la\u00b7yim": {"type": "object", "properties": {"isa.15.8|7": {"type": "array", "items": {"type": "string"}}}, "required": ["isa.15.8... | {"pos" : "proper", "translits" : {"\u2019e\u1e21\u00b7la\u00b7yim" : {"isa.15.8|7" : ["to", "Eglaim\uff64", "Its wailing"]}}, "meanings" : {"eglaim" : 1}, "meaningsCount" : 1, "occurences" : 1} | json_instruct | {"type": "object", "properties": {"pos": {"type": "string"}, "translits": {"type": "object", "properties": {"\u2019e\u1e21\u00b7la\u00b7yim": {"type": "object", "properties": {"isa.15.8|7": {"type": "array", "items": {"type": "string"}}}, "required": ["isa.15.8|7"]}}, "required": ["\u2019e\u1e21\u00b7la\u00b7yim"]}, "m... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "website": {"type": "string"}, "short_description": {"type": "string"}, "explorer": {"type": "string"}, "research": {"type": "string"}}, "required": ["name", "website", "short_descriptio... | {"name" : "CUPRUM", "website" : "https://complus.network/cuprum", "short_description" : "Cuprum is a BEP20 token and it's value equal to one pound (lb) of Copper. It is Ownable, Pausable, Burn and Mint controlled by a central SupplyController", "explorer" : "https://bscscan.com/token/0x1758F8046Ad8D425560f44fD5E0E6beEA... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "website": {"type": "string"}, "short_description": {"type": "string"}, "explorer": {"type": "string"}, "research": {"type": "string"}}, "required": ["name", "website", "short_description", "explorer", "research"], "$schema": "http://json-schema.org/draft-07... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"topCrop": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "score": {"type": "object", "properties": {"detail": ... | {"topCrop" : {"x" : 0, "y" : 0, "width" : 178, "height" : 178, "score" : {"detail" : -0.7541105722187031, "saturation" : -4.991296626399801, "skin" : 12.281360108499632, "boost" : 188.61917667442117, "total" : 0.6236747227023072}}} | json_instruct | {"type": "object", "properties": {"topCrop": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "score": {"type": "object", "properties": {"detail": {"type": "number"}, "saturation": {"type": "number"}, "skin": {"type": "num... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"solution_size": {"type": "integer"}, "ok": {"type": "boolean"}, "resemblance": {"type": "number"}, "problem_id": {"type": "integer"}, "solution_spec_hash": {"type": "string"}}, "required": ["solution_size", "ok", "resemblance"... | {"solution_size" : 4378, "ok" : true, "resemblance" : 0.627701, "problem_id" : 5914, "solution_spec_hash" : "08fbc3ceb4f9df9aacf199f799de35c365450719"} | json_instruct | {"type": "object", "properties": {"solution_size": {"type": "integer"}, "ok": {"type": "boolean"}, "resemblance": {"type": "number"}, "problem_id": {"type": "integer"}, "solution_spec_hash": {"type": "string"}}, "required": ["solution_size", "ok", "resemblance", "problem_id", "solution_spec_hash"], "$schema": "http://j... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "source": {"type": "array", "items": {"type": "string"}}, "rarity": {"type": "integer"}, "convert": {"type": "array", "items"... | {"id" : "shard_of_a_foul_legacy", "name" : "Shard of a Foul Legacy", "description" : "It is stained with a profound color that is not of this world, no doubt due to the land of endless darkness that the young boy saw with his own two eyes.<br/>Perhaps it has nothing to do with the power of a Delusion, but as they say, ... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "source": {"type": "array", "items": {"type": "string"}}, "rarity": {"type": "integer"}, "convert": {"type": "array", "items": {"type": "array", "items": {"type": "object", "properties": {"id": {"t... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"coverage": {"type": "object", "properties": {"country": {"type": "string"}, "state": {"type": "string"}, "county": {"type": "string"}}, "required": ["country", "state", "county"]}, "schema": {"type": "integer"}, "layers": {"ty... | {"coverage" : {"country" : "ca", "state" : "on", "county" : "North Glengarry"}, "schema" : 2, "layers" : {"addresses" : [{"name" : "county", "protocol" : "http", "compression" : "zip", "data" : "https://data.openaddresses.io/cache/ca-on-north_glengarry.zip", "note" : "Obtained via FOI Request June 2016 by nicholas inga... | json_instruct | {"type": "object", "properties": {"coverage": {"type": "object", "properties": {"country": {"type": "string"}, "state": {"type": "string"}, "county": {"type": "string"}}, "required": ["country", "state", "county"]}, "schema": {"type": "integer"}, "layers": {"type": "object", "properties": {"addresses": {"type": "array"... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"client_id": {"type": "integer"}, "experiment_id": {"type": "string"}, "ports": {"type": "object", "properties": {"video": {"type": "integer"}, "result": {"type": "integer"}, "control": {"type": "integer"}}, "required": ["video... | {"client_id" : 6, "experiment_id" : "LEGOHead_15Client100Benchmark", "ports" : {"video" : 60018, "result" : 60019, "control" : 60020}, "run_results" : {"init" : 1527518618600.9092, "end" : 1527518688948.9092, "timestamp_error" : 19843.685380768085, "success" : true, "ntp_offset" : -10304.090909090908, "frames" : [{"fra... | json_instruct | {"type": "object", "properties": {"client_id": {"type": "integer"}, "experiment_id": {"type": "string"}, "ports": {"type": "object", "properties": {"video": {"type": "integer"}, "result": {"type": "integer"}, "control": {"type": "integer"}}, "required": ["video", "result", "control"]}, "run_results": {"type": "object",... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"files.associations": {"type": "object", "properties": {"rthw.h": {"type": "string"}, "rtthread.h": {"type": "string"}, "gd32vf103.h": {"type": "string"}, "system_gd32vf103.h": {"type": "string"}}, "required": ["rthw... | {"files.associations" : {"rthw.h" : "c", "rtthread.h" : "c", "gd32vf103.h" : "c", "system_gd32vf103.h" : "c"}, "C_Cpp.dimInactiveRegions" : false} | json_instruct | {"type": "object", "properties": {"files.associations": {"type": "object", "properties": {"rthw.h": {"type": "string"}, "rtthread.h": {"type": "string"}, "gd32vf103.h": {"type": "string"}, "system_gd32vf103.h": {"type": "string"}}, "required": ["rthw.h", "rtthread.h", "gd32vf103.h", "system_gd32vf103.h"]}, "C_Cpp.dimIn... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"201901": {"type": "object", "properties": {"c": {"type": "string"}, "n": {"type": "string"}, "f": {"type": "string"}, "cr": {"type": "number"}, "ac": {"type": "integer"}, "ca": {"type": "integer"}, "pr": {"type": ... | {"201901" : {"c" : "PSY 371", "n" : "Stress and Well-Being in Adulthood", "f" : "FASS", "cr" : 3.0, "ac" : 29, "ca" : 30, "pr" : ["PSY 201", "SPS 102"], "co" : [], "i" : [{"tn" : "Emre Sel\u00e7uk", "ta" : 29, "tc" : 30}], "ce" : 0, "p" : 177}, "catList" : ["This course examines associations of stress with psychologica... | json_instruct | {"type": "object", "properties": {"201901": {"type": "object", "properties": {"c": {"type": "string"}, "n": {"type": "string"}, "f": {"type": "string"}, "cr": {"type": "number"}, "ac": {"type": "integer"}, "ca": {"type": "integer"}, "pr": {"type": "array", "items": {"type": "string"}}, "co": {"type": "array", "items": ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "UsageC... | {"IsRecentlyVerified" : false, "ID" : 189268, "UUID" : "8A42092C-74F4-4DDF-878C-9BF569961DA9", "DataProviderID" : 1, "OperatorID" : 1, "UsageTypeID" : 4, "UsageCost" : "Payment Required 30p / kWh PAYG Life App", "AddressInfo" : {"ID" : 189627, "Title" : "Mermaid Car Park ", "AddressLine1" : "Links Rd", "Town" : "Blyth"... | json_instruct | {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "UsageCost": {"type": "string"}, "AddressInfo": {"type": "object", "properties... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "... | {"ast" : null, "code" : "\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nvar GiftFill = {\n name: 'gift',\n theme: 'fill',\n icon: {\n tag: 'svg',\n attrs: {\n viewBox: '64 64 896 896',\n focusable: false\n },\n children: [{\n tag: 'path',\n at... | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map", "metadata", "sourceType"], "$schema": "http://json-schema.org/draft-07/s... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "it... | {"directions" : ["Preheat oven to 350 degrees F (175 degrees C).", "Mix mayonnaise, smoked Gouda, Gouda with chipotle peppers, onion, and bacon together in a bowl; spread into a baking dish.", "Bake in preheated oven until mixture is bubbly and lightly browned along the edges, 15 to 20 minutes."], "ingredients" : ["2 1... | 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... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "string"}, "town": {"... | {"stationId" : 1131413, "stationGroupId" : 1131413, "name" : "\u56db\u8857\u9053", "lineId" : 11314, "zipCode" : "284-0005", "pref" : "\u5343\u8449\u770c", "city" : "\u56db\u8857\u9053\u5e02", "town" : "\u56db\u8857\u9053", "longitude" : 140.165023, "latitude" : 35.662756, "status" : 0} | json_instruct | {"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "string"}, "town": {"type": "string"}, "longitude": {"type": "number"}, "latit... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"base_spec": {"type": "string"}, "max_health": {"type": "integer"}, "production": {"type": "object", "properties": {"energy": {"type": "integer"}, "metal": {"type": "integer"}}, "required": ["energy", "metal"]}, "recon": {"type... | {"base_spec" : "/pa/units/commanders/imperial_invictus/imperial_invictus.json", "max_health" : 1000000, "production" : {"energy" : 1000, "metal" : 20}, "recon" : {"observer" : {"items" : [{"channel" : "sight", "layer" : "surface_and_air", "radius" : 100, "shape" : "capsule"}]}}, "storage" : {"energy" : 100000, "metal" ... | json_instruct | {"type": "object", "properties": {"base_spec": {"type": "string"}, "max_health": {"type": "integer"}, "production": {"type": "object", "properties": {"energy": {"type": "integer"}, "metal": {"type": "integer"}}, "required": ["energy", "metal"]}, "recon": {"type": "object", "properties": {"observer": {"type": "object", ... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "paragonia:block/station_portable"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"entries": {"type": "array", "items": {}}, "cursor": {"type": "string"}, "has_more": {"type": "boolean"}}, "required": ["entries", "cursor", "has_more"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"entries" : [], "cursor" : "AAFfpx7tx0gHZ-o4CCUCZoXwYeumfv1LymKoAnVGc9RuK4zRoa70gagSQ0mFqr9GAwX_lZkv1RdT0tC40tuJ9OANKMdvtG0T0KKESt7W_yGHgGk64lZJT7KU5WGOEKYIXXFK8dTRURMOyJh8WNcqdGj0", "has_more" : false} | json_instruct | {"type": "object", "properties": {"entries": {"type": "array", "items": {}}, "cursor": {"type": "string"}, "has_more": {"type": "boolean"}}, "required": ["entries", "cursor", "has_more"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "path": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type": "a... | {"rustc" : 18145874729619535536, "features" : "[]", "target" : 12645655100334340552, "profile" : 1144844575097113612, "path" : 1036222786711178230, "deps" : [], "local" : [{"CheckDepInfo" : {"dep_info" : "debug/.fingerprint/enums-more-174a599bf3119484/dep-bin-enums-more"}}], "rustflags" : [], "metadata" : 1465491933239... | json_instruct | {"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "path": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type": "array", "items": {"type": "object", "properties": {"CheckDepInfo": {"type... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"methods": {"type": "array", "items": {"type": "string"}}, "package": {"type": "string"}, "constants": {"type": "array", "items": {}}, "class": {"type": "string"}, "constructors": {"type": "array", "items": {}}, "fields": {"typ... | {"methods" : ["abstract void error(TransformerException exception) Receive notification of a recoverable error.", "abstract void fatalError(TransformerException exception) Receive notification of a non-recoverable error.", "abstract void warning(TransformerException exception) Receive notification of a warning."], "pac... | json_instruct | {"type": "object", "properties": {"methods": {"type": "array", "items": {"type": "string"}}, "package": {"type": "string"}, "constants": {"type": "array", "items": {}}, "class": {"type": "string"}, "constructors": {"type": "array", "items": {}}, "fields": {"type": "array", "items": {}}}, "required": ["methods", "packag... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"web": {"type": "object", "properties": {"client_id": {"type": "string"}, "project_id": {"type": "string"}, "auth_uri": {"type": "string"}, "token_uri": {"type": "string"}, "auth_provider_x509_cert_url": {"typ... | {"web" : {"client_id" : "451906823246-1us3bab1l5h9h4ourf2q5imb6k5ug18v.apps.googleusercontent.com", "project_id" : "med-manager-199317", "auth_uri" : "https://accounts.google.com/o/oauth2/auth", "token_uri" : "https://accounts.google.com/o/oauth2/token", "auth_provider_x509_cert_url" : "https://www.googleapis.com/oauth... | json_instruct | {"type": "object", "properties": {"web": {"type": "object", "properties": {"client_id": {"type": "string"}, "project_id": {"type": "string"}, "auth_uri": {"type": "string"}, "token_uri": {"type": "string"}, "auth_provider_x509_cert_url": {"type": "string"}, "client_secret": {"type": "string"}}, "required": ["client_id"... |
Create an example JSON object that satisfies this schema:
{"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"]}, ... | [{"manufacturer" : "Docomo", "market_name" : "Japan", "codename" : "TT01", "model" : "TT01"}] | 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": {"350205001": {"type": "string"}, "350205002": {"type": "string"}, "350205003": {"type": "string"}, "350205004": {"type": "string"}}, "required": ["350205001", "350205002", "350205003", "350205004"], "$schema": "http:/... | {"350205001" : "\u6d77\u6ca7\u8857\u9053", "350205002" : "\u65b0\u9633\u8857\u9053", "350205003" : "\u5d69\u5c7f\u8857\u9053", "350205004" : "\u4e1c\u5b5a\u8857\u9053"} | json_instruct | {"type": "object", "properties": {"350205001": {"type": "string"}, "350205002": {"type": "string"}, "350205003": {"type": "string"}, "350205004": {"type": "string"}}, "required": ["350205001", "350205002", "350205003", "350205004"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {}}}, "required": ["contract",... | {"contract" : "0x5ddbd1980a2b589b9f26f77ae7aca20e725f5c64", "tool" : "osiris", "start" : 1564598562.4261506, "end" : 1564598565.8984346, "duration" : 3.4722840785980225, "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://... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"accession_number": {"type": "string"}, "actors": {"type": "array", "items": {}}, "creation_date": {"type": "string"}, "credit_line": {"type": "string"}, "cultures": {"type": "array", "items": {}}, "dimensions": {"typ... | {"accession_number" : "69.46.72", "actors" : [], "creation_date" : "l.19th-early 20", "credit_line" : "Gift of Mr. Edward E. Petri in memory of Francis Helene Petri", "cultures" : [], "dimensions" : null, "dynasty" : null, "images" : [], "irn" : 21832, "materials" : "Silver Gilt | Painted Cloisonne Enamels", "on_view" ... | json_instruct | {"type": "object", "properties": {"accession_number": {"type": "string"}, "actors": {"type": "array", "items": {}}, "creation_date": {"type": "string"}, "credit_line": {"type": "string"}, "cultures": {"type": "array", "items": {}}, "dimensions": {"type": "null"}, "dynasty": {"type": "null"}, "images": {"type": "array",... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"ke... | {"template" : {"small" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/1.0", "medium" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/2.0", "large" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/3.0"}, "channels" : {"keekeebun" : {"title" : "KeeKeeBun", "channel_id" : 80016203, "link" : "http:/... | json_instruct | {"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"keekeebun": {"type": "object", "properties": {"title": {"type... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "name_long": {"type": "string"}, "fips": {"type": "string"}, "state_code_int": {"type": "integer"}, "state_code_... | {"type" : "Feature", "properties" : {"name" : "Otsego County", "name_long" : "Otsego County, NY", "fips" : "36077", "state_code_int" : 36, "state_code_postal" : "NY", "state_code_iso" : "US-NY", "county_code" : 77, "population" : 59493, "countrylevel_id" : "fips:36077", "census_data" : {"COUNTYNS" : "00974137", "AFFGEO... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "name_long": {"type": "string"}, "fips": {"type": "string"}, "state_code_int": {"type": "integer"}, "state_code_postal": {"type": "string"}, "state_code_iso": {"type": "string"}, "co... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "string"}, "database": {"type": "string"}}, "required": ["host", "port", "database"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"host" : "IWantPassword", "port" : "1234", "database" : "NO"} | json_instruct | {"type": "object", "properties": {"host": {"type": "string"}, "port": {"type": "string"}, "database": {"type": "string"}}, "required": ["host", "port", "database"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"what-input.js": {"type": "string"}, "what-input.min.js": {"type": "string"}}, "required": ["what-input.js", "what-input.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"what-input.js" : "sha512-XoXgBFFdf2UypTMVZP8hB9aIK1raSHt/ql1KDQT+2fp/LtRPSbSu5TLpmGREXXlvIAeDawz1RtDS0zeTMtl4ag==", "what-input.min.js" : "sha512-puEADEAjUl+PcEYGRuiLxc6ERD+6tTAxsYfLZcMolih7kK6YCos+DpbjusNFP1eEf3Kxv4AYFQyucBBiqBcyjg=="} | json_instruct | {"type": "object", "properties": {"what-input.js": {"type": "string"}, "what-input.min.js": {"type": "string"}}, "required": ["what-input.js", "what-input.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this 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" : "Mallette T H I C C pour armes d'\u00e9paule", "ShortName" : "T H I C C", "Description" : "Mallette de stockage pour armes, munitions et accessoires d'arme. Version am\u00e9lior\u00e9e avec un volume de stockage accru."} | 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#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "refinedstorage2:block/grid/gray"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"title": {"type": "array", "items": {"type": "string"}}, "Formerly": {"type": "array", "items": {"type": "string"}}, "Type": {"type": "array", "items": {"type": "string"}}, "Traded as": {"type": "array", "items": {"ty... | {"title" : ["Manulife Financial Corporation."], "Formerly" : ["The Manufacturers Life Insurance Company"], "Type" : ["Public company"], "Traded as" : ["TSX: MFC , NYSE: MFC , SEHK: 945 , PSE: MFC"], "Industry" : ["Financial Services (Insurance)"], "Founded" : ["1887; 132 years ago (1887)"], "Headquarters" : ["Toronto, ... | json_instruct | {"type": "object", "properties": {"title": {"type": "array", "items": {"type": "string"}}, "Formerly": {"type": "array", "items": {"type": "string"}}, "Type": {"type": "array", "items": {"type": "string"}}, "Traded as": {"type": "array", "items": {"type": "string"}}, "Industry": {"type": "array", "items": {"type": "str... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"stationGroupId" : 2100234, "stations" : ["2100234"]} | json_instruct | {"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"900505052": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900505053": {"type": "object", "properties... | {"900505052" : {"nama" : "TPS 1", "dapil" : [3502, 13503, 2351404]}, "900505053" : {"nama" : "TPS 2", "dapil" : [3502, 13503, 2351404]}, "900505054" : {"nama" : "TPS 3", "dapil" : [3502, 13503, 2351404]}, "900505055" : {"nama" : "TPS 4", "dapil" : [3502, 13503, 2351404]}, "900505056" : {"nama" : "TPS 5", "dapil" : [350... | json_instruct | {"type": "object", "properties": {"900505052": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900505053": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "sample1": {"type": "string"}, "sample2": {"type": "string"}, "sample3": {"type": "string"}}, "required": ["name", "sample1", "sample2", "sample3"], "$schema": "http://json-schema.org/draft-07/schema... | {"name" : "iPod", "sample1" : "1hNLXNNr7Z1HDM8OJ3G06QYEW0RT2lt6e", "sample2" : "1-WjjkPKsn2KgSDZvdIAy0J1G1fnlwcNd", "sample3" : "1TPosh-6Vx0nWxVb1GWmc5RXBKRHyLkgK"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "sample1": {"type": "string"}, "sample2": {"type": "string"}, "sample3": {"type": "string"}}, "required": ["name", "sample1", "sample2", "sample3"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "Linguistics"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"width": {"type": "integer"}, "filename": {"type": "string"}}, "required": ["width", "filename"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"width" : 1408, "filename" : "guiding-principle-image-1-v4.png"} | json_instruct | {"type": "object", "properties": {"width": {"type": "integer"}, "filename": {"type": "string"}}, "required": ["width", "filename"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"data.json": {"type": "object", "p... | {"address" : "1White24UrrwQrD86o6Vrc1apgZ1x1o51", "cert_auth_type" : "web", "cert_sign" : "G3p6ngcJCnkR4D9XG8BuFpvlILHRw/HmpVfrQHEgWU3T/+2RrRM3TTAgluRYkFKn+QspXi31MQlEJeDOAvtcRhk=", "cert_user_id" : "dmzn@zeroid.bit", "files" : {"data.json" : {"sha512" : "78519e14fbc40cc0d1098b4cf7e73228bde2528f9a315f800937e7ccf6e2ca8b... | json_instruct | {"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"data.json": {"type": "object", "properties": {"sha512": {"type": "string"}, "size": {"type": "integer"}}... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"br... | {"template" : {"small" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/1.0", "medium" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/2.0", "large" : "https://static-cdn.jtvnw.net/emoticons/v1/{image_id}/3.0"}, "channels" : {"brfcnight" : {"title" : "BrFCNight", "channel_id" : 67232420, "link" : "http:/... | json_instruct | {"type": "object", "properties": {"template": {"type": "object", "properties": {"small": {"type": "string"}, "medium": {"type": "string"}, "large": {"type": "string"}}, "required": ["small", "medium", "large"]}, "channels": {"type": "object", "properties": {"brfcnight": {"type": "object", "properties": {"title": {"type... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "bin": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}}, "r... | {"name" : "ynab-api-starter-kit", "version" : "1.0.2", "description" : "To quickly get started building an App with the YNAB API.", "bin" : "bin/start.js", "scripts" : {"start" : "webpack-dev-server --open --hot", "build" : "NODE_ENV='production' webpack --progress --hide-modules"}, "author" : "You Need a Budget, LLC",... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "bin": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}}, "required": ["start", "build"]}, "author": {"type": "string"}... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"entities": {"type": "object", "properties": {"User": {"type": "object", "properties": {"visibleFields": {"type": "string"}, "hiddenFields": {"type": "array", "items": {"type": "string"}}, "methodsAllowed": {"type": ... | {"entities" : {"User" : {"visibleFields" : "*", "hiddenFields" : ["id"], "methodsAllowed" : "*", "methodsDisabled" : ["DELETE", "EXPAND"], "table" : "User", "associations" : {"Sensor" : {"associated" : "Sensor", "relationType" : "multiple", "relationFields" : [{"local" : "id", "foreign" : "UserFK"}]}}}, "Sensor" : {"as... | json_instruct | {"type": "object", "properties": {"entities": {"type": "object", "properties": {"User": {"type": "object", "properties": {"visibleFields": {"type": "string"}, "hiddenFields": {"type": "array", "items": {"type": "string"}}, "methodsAllowed": {"type": "string"}, "methodsDisabled": {"type": "array", "items": {"type": "str... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"ty... | {"citations" : [{"textCitation" : "[See vdgr0 on Metamath](http://us.metamath.org/mpegif/vdgr0.html)"}], "names" : ["vdgr0"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_cV", "#T_wcel", "#T_cW", "#T_wa", "#T_cU", "#T_wcel", "#T_cV", "#T_wi", "#T_cV", "#T_cvdg", "#T_c0", "#T_cfv", "#T_cU", "#T_wceq", "#T_cc0"],... | json_instruct | {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "st... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"authority": {"type": "string"}, "mintWrapper": {"type": "string"}, "quarries": {"type": "array", "items": {"type": "object", "properties": {"cached": {"type": "object", "properties": {"famineTs": {"type": "string"}, "index": {... | {"authority" : "7Lw3e19CJUvR5qWRj8J6NKrV2tywiJqS9oDu1m8v4rsi", "mintWrapper" : "7tfLULjYLxJ8dBXe8FosRPHpcn1gfppiH6B8k1X1DWBt", "quarries" : [{"cached" : {"famineTs" : "9223372036854775807", "index" : 0, "lastUpdateTs" : "1648375159", "numMiners" : "0", "rewardsPerTokenStored" : "0", "rewardsShare" : "100000000", "total... | json_instruct | {"type": "object", "properties": {"authority": {"type": "string"}, "mintWrapper": {"type": "string"}, "quarries": {"type": "array", "items": {"type": "object", "properties": {"cached": {"type": "object", "properties": {"famineTs": {"type": "string"}, "index": {"type": "integer"}, "lastUpdateTs": {"type": "string"}, "nu... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"liveId": {"type": "string"}, "title": {"type": "string"}, "subTitle": {"type": "string"}, "picPath": {"type": "string"}, "startTime": {"type": "integer"}, "memberId": {"type": "integer"}... | [{"liveId" : "5c961c600cf2f3b1e81af499", "title" : "\u5b59\u82ae\u7684\u76f4\u64ad\u95f4", "subTitle" : "\u6df1\u5733", "picPath" : "/mediasource/live/1545656727051BYaPzJBRV7.png", "startTime" : 1553341536304, "memberId" : 8, "liveType" : 1, "picLoopTime" : 0, "lrcPath" : "/mediasource/live/lrc/5c961c600cf2f3b1e81af499... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"liveId": {"type": "string"}, "title": {"type": "string"}, "subTitle": {"type": "string"}, "picPath": {"type": "string"}, "startTime": {"type": "integer"}, "memberId": {"type": "integer"}, "liveType": {"type": "integer"}, "picLoopTime": {"type": "integer"}, "... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "url": {"type": "string"}, "hash": {"type": "string"}, "extract_dir": {"type": "string"}... | {"version" : "80e4e4087ad200d39296cd984a7cc5ec3b2768c6", "description" : "Nintendo 64 midi and soundbank extractor.", "homepage" : "https://github.com/jombo23/N64-Tools", "license" : "Unlicense", "url" : "https://github.com/jombo23/N64-Tools/archive/80e4e4087ad200d39296cd984a7cc5ec3b2768c6.zip", "hash" : "da68d11ef7e40... | json_instruct | {"type": "object", "properties": {"version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "url": {"type": "string"}, "hash": {"type": "string"}, "extract_dir": {"type": "string"}, "bin": {"type": "string"}, "shortcuts": {"type": "array", "items": ... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "require":... | {"name" : "cocoon-projet/config", "type" : "library", "description" : "Lit les valeurs de multiple fichiers de configuration", "keywords" : ["config", "configuration", "file", "files"], "homepage" : "https://github.com/cocoon-projet/config/blob/master/docs/README.md", "license" : "MIT", "require" : {"symfony/finder" : ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "require": {"type": "object", "properties": {"symfony/finder": {"type": ... |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["130632100000", "\u5b89\u65b0\u9547", "4", "1"], ["130632101000", "\u5927\u738b\u9547", "4", "1"], ["130632102000", "\u4e09\u53f0\u9547", "4", "1"], ["130632103000", "\u7aef\u6751\u9547", "4", "1"], ["130632104000", "\u8d75\u5317\u53e3\u9547", "4", "1"], ["130632105000", "\u540c\u53e3\u9547", "4", "1"], ["13063210600... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "area": {"type": "string"}, "description": {"type": "string"}, "region": {"type": "string"}, "sortorder": {"type": "integer"}}, "required": ["name", "area", "description", "region", "sortorder"], ... | {"name" : "O Pal\u00e1cio Perolado", "area" : "Sangonomiya", "description" : "Esse \u00e9 o centro do governo e da religi\u00e3o na Ilha Watatsumi. Conchas e recifes protegem o pal\u00e1cio em que residem as rel\u00edquias do deus serpente.", "region" : "Inazuma", "sortorder" : 215} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "area": {"type": "string"}, "description": {"type": "string"}, "region": {"type": "string"}, "sortorder": {"type": "integer"}}, "required": ["name", "area", "description", "region", "sortorder"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"coffee-script": {"type": "string"}, "thunkify": {"type": "string... | {"name" : "coaws", "version" : "0.1.0", "description" : "co yield your amazon aws-sdk!", "dependencies" : {"coffee-script" : ">=1.9", "thunkify" : "2"}, "peerDependencies" : {"aws-sdk" : "*"}, "keywords" : ["co", "aws-sdk", "koa", "koala", "send", "s3", "ses", "ec2", "amazon", "aws", "coaws"], "author" : "Brian <javasc... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"coffee-script": {"type": "string"}, "thunkify": {"type": "string"}}, "required": ["coffee-script", "thunkify"]}, "peerDependencies": {"type":... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"groups": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "properties": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"... | {"groups" : [{"name" : "com.github.dactiv"}], "properties" : [{"name" : "dactiv.spring.web.mvc.enabled", "type" : "java.lang.Boolean", "description" : "enabled spring web mvc support .", "defaultValue" : true}]} | json_instruct | {"type": "object", "properties": {"groups": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "properties": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string... |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "code": {"type": "string"}, "tests": {"type": "array", "items": {"type": "object", "properties": {"description": {"type": "string"}, "definition": {"type": "object", "prope... | [{"name" : "Fun with Vertical-align", "code" : "topMIDDLEbottomWHATsup", "tests" : [{"description" : "Align the exponents to complete the Pythagorean Theorem", "definition" : {"nodes" : ".exponent", "cssProperty" : "verticalAlign", "equals" : "super"}}, {"description" : "Align the subscripts to balance the chemical equ... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "code": {"type": "string"}, "tests": {"type": "array", "items": {"type": "object", "properties": {"description": {"type": "string"}, "definition": {"type": "object", "properties": {"nodes": {"type": "string"}, "cssProperty": {"type... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schem... | {"variants" : {"" : {"model" : "thommas:block/stone_bones_ore"}}} | json_instruct | {"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type... | {"userId" : 71319, "cartId" : "6855cc94-d464-4987-bc78-5905370fd3f7", "preferredProducts" : [734], "productReviews" : [{"productId" : 1590, "reviewText" : "This compelling works considerably well. It mildly improves my basketball by a lot.", "reviewDate" : "2020-05-03T01:13:28.47366+03:00"}, {"productId" : 137, "review... | 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... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"socket.io": {"type": "string"}, "marvel-characters": {"type": "string"}, "request": {"type": "string"}, "f... | {"name" : "3DCamera", "private" : true, "dependencies" : {"socket.io" : "^1.7.1", "marvel-characters" : "^1.0.3", "request" : "^2.81.0", "form-data" : "^2.1.4", "socket.io-client" : "^1.7.3", "husky" : "^0.13.3"}, "scripts" : {"postmerge" : "npm install"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {"socket.io": {"type": "string"}, "marvel-characters": {"type": "string"}, "request": {"type": "string"}, "form-data": {"type": "string"}, "socket.io-client": {"type": "string"}... |
Construct a JSON document that adheres to this schema specification:
{"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" : "Lagumit, Malita, Davao del Sur, Davao Region (Region XI), PH", "locale" : "ph.davao-region-region-xi.davao-del-sur.malita.lagumit", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "9", "regio... | 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": {... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_cd": {"type"... | {"station" : [{"pref_cd" : 14, "line_cd" : 27001, "line_name" : "\u4eac\u6025\u672c\u7dda", "station_cd" : 2700148, "station_g_cd" : 2700148, "station_name" : "\u4eac\u6025\u5927\u6d25", "lon" : 139.695334, "lat" : 35.261068}]} | json_instruct | {"type": "object", "properties": {"station": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_g_cd": {"type": "integer"}, "station_name": {"type": "string"}, "lon": {"... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"produc... | {"userId" : 8898, "cartId" : "8e92065d-c40f-47c0-8cbb-a26b04b19b19", "preferredProducts" : [3502, 1120, 4216, 781, 3525, 2874, 2370, 4665], "productReviews" : [{"productId" : 3681, "reviewText" : "i use it barely when i'm in my store.", "reviewDate" : "2019-06-14T13:34:17.3615184+03:00"}, {"productId" : 4249, "reviewTe... | 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... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"basis.js": {"type": "string"}, "basis.min.js": {"type": "string"}}, "required": ["basis.js", "basis.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"basis.js" : "sha512-kmOLhf/upYHK2ekMZDOI01+8K/RthqtR8XKS1IoMKKf0oCSckt04Py1csRPaPXMLCS5RDv/gAio5S9VbBz+c5A==", "basis.min.js" : "sha512-HcytP60FiinM744AP6cbur9YdDGsWlX7NiaL95WMXzyzERasnoVexhu5ty7L1IT3BL7gMnB/sOrSStK+6XuaOQ=="} | json_instruct | {"type": "object", "properties": {"basis.js": {"type": "string"}, "basis.min.js": {"type": "string"}}, "required": ["basis.js", "basis.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"Name": {"type": "string"}, "Objects": {"type": "array", "items": {"type": "object", "properties": {"Length": {"type": "integer"}, "Height": {"type": "integer"}, "Stock": {"type": "null"}, "Cost": {"type": "integer... | {"Name" : "C2_10_L_5", "Objects" : [{"Length" : 100, "Height" : 100, "Stock" : null, "Cost" : 10000}], "Items" : [{"Length" : 48, "Height" : 35, "Demand" : 1, "DemandMax" : null, "Value" : 1680}, {"Length" : 70, "Height" : 34, "Demand" : 2, "DemandMax" : null, "Value" : 2380}, {"Length" : 72, "Height" : 69, "Demand" : ... | json_instruct | {"type": "object", "properties": {"Name": {"type": "string"}, "Objects": {"type": "array", "items": {"type": "object", "properties": {"Length": {"type": "integer"}, "Height": {"type": "integer"}, "Stock": {"type": "null"}, "Cost": {"type": "integer"}}, "required": ["Length", "Height", "Stock", "Cost"]}}, "Items": {"typ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["toll"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$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"}, "env": {"type": "object", "properties": {"SERVERLESS": {"type": "string"}}, "required": ["SERVERLESS"]}, "builds": {"type": "array", "items": {"type": "object", "properties": {"src": {"... | {"version" : 2, "env" : {"SERVERLESS" : "True"}, "builds" : [{"src" : "main/index.py", "use" : "@vercel/python"}], "routes" : [{"src" : "/", "dest" : "/main/index.py"}, {"src" : "/home", "dest" : "/main/index.py"}, {"src" : "/api/bot", "dest" : "/main/index.py"}, {"src" : "/api", "dest" : "/", "status" : 308}, {"src" :... | json_instruct | {"type": "object", "properties": {"version": {"type": "integer"}, "env": {"type": "object", "properties": {"SERVERLESS": {"type": "string"}}, "required": ["SERVERLESS"]}, "builds": {"type": "array", "items": {"type": "object", "properties": {"src": {"type": "string"}, "use": {"type": "string"}}, "required": ["src", "us... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.