input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "string"}, "variable1": {"type": "number"}, "variable2": {"type": "number"}, "variable3": {"type": "string"}}, "required": ["id", "variable1", "variable2", "variable3"], "$schema": "http://json-schema.o... | {"id" : "010802050701", "variable1" : 0.6817, "variable2" : 0.7254, "variable3" : "B"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "variable1": {"type": "number"}, "variable2": {"type": "number"}, "variable3": {"type": "string"}}, "required": ["id", "variable1", "variable2", "variable3"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"Key ID": {"type": "object", "properties": {"name": {"type": "string"}, "key": {"type": "string"}}, "required": ["name", "key"]}}, "required": ["Key ID"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Key ID" : {"name" : "Key ID", "key" : "kid"}} | json_instruct | {"type": "object", "properties": {"Key ID": {"type": "object", "properties": {"name": {"type": "string"}, "key": {"type": "string"}}, "required": ["name", "key"]}}, "required": ["Key ID"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"redirections": {"type": "array", "items": {"type": "object", "properties": {"source_path": {"type": "string"}, "redirect_url": {"type": "string"}}, "required": ["source_path", "redirect_url"]}}}, "required": ["redire... | {"redirections" : [{"source_path" : "docs/tutorials/excel-office-scripts-tutorial.md", "redirect_url" : "/office/dev/scripts/tutorials/excel-tutorial"}]} | json_instruct | {"type": "object", "properties": {"redirections": {"type": "array", "items": {"type": "object", "properties": {"source_path": {"type": "string"}, "redirect_url": {"type": "string"}}, "required": ["source_path", "redirect_url"]}}}, "required": ["redirections"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "requ... | {"name" : "DTerekhovKit", "version" : "0.0.5", "summary" : "Simple framework contains helpers", "homepage" : "https://github.com/dterekhov/DTerekhovKit", "license" : {"type" : "MIT", "file" : "LICENSE"}, "authors" : {"Dmitry Terekhov" : "dimanter@gmail.com"}, "social_media_url" : "https://www.facebook.com/profile.php?i... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"]}, "authors": {"type": "object", "... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long... | {"place_name" : "Rawl", "state_name" : "West Virginia", "state_abbrv" : "WV", "lat" : "37.6498", "long" : "-82.2196"} | json_instruct | {"type": "object", "properties": {"place_name": {"type": "string"}, "state_name": {"type": "string"}, "state_abbrv": {"type": "string"}, "lat": {"type": "string"}, "long": {"type": "string"}}, "required": ["place_name", "state_name", "state_abbrv", "lat", "long"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"main_login": {"type": "string"}, "main_signup": {"type": "string"}, "login_title": {"type": "string"}, "login_forget_password": {"type": "string"}, "login_no_account": {"type": "string"}, "login_create_new_account": {"type"... | {"main_login" : "Log in", "main_signup" : "Sign up", "login_title" : "Log in", "login_forget_password" : "Forget password?", "login_no_account" : "Don't have account?", "login_create_new_account" : "Create new account", "login_with_google" : "Log in with Google", "login_with_facebook" : "Log in with Facebook", "login_b... | json_instruct | {"type": "object", "properties": {"main_login": {"type": "string"}, "main_signup": {"type": "string"}, "login_title": {"type": "string"}, "login_forget_password": {"type": "string"}, "login_no_account": {"type": "string"}, "login_create_new_account": {"type": "string"}, "login_with_google": {"type": "string"}, "login_w... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "strin... | {"edges" : [[3, 12], [10, 3], [19, 3], [26, 3], [32, 3], [3, 15], [8, 23], [19, 3], [26, 3], [11, 3], [3, 25], [3, 5], [3, 25], [3, 6], [3, 29], [3, 8], [20, 3], [15, 3], [26, 0], [3, 4], [18, 17], [3, 1], [28, 3], [3, 5], [3, 5], [30, 7], [5, 3], [12, 15], [3, 31], [3, 21], [3, 2], [5, 3], [15, 3], [3, 17], [27, 3], [... | json_instruct | {"type": "object", "properties": {"edges": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "features": {"type": "object", "properties": {"0": {"type": "string"}, "1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6":... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "musicType": {"type": "string"}, "musicNo": {"type": "string"}}, "required": ["title", "author", "musicType", "musicNo"], "$schema": "http://json-schema.org... | {"title" : "I Just Want To Stay With You-The King\u6c38\u8fdc\u7684\u541b\u4e3b\u63d2\u66f2", "author" : "Zion.T", "musicType" : "\u5f71\u89c6", "musicNo" : "0012383"} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "musicType": {"type": "string"}, "musicNo": {"type": "string"}}, "required": ["title", "author", "musicType", "musicNo"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"published": {"type": "string"}, "media-type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "content": {"type": "string"}, "source": {"type": "string"}}, "required": ["published", "media-type", "ti... | {"published" : "2015-09-28T21:30:21Z", "media-type" : "Blog", "title" : "Let's talk scarves", "id" : "14a3a81e-f0de-4901-983a-6f55296e692f", "content" : "Because it is a crisp 80 degrees today in the Rocket City, let's talk about scarves.\u00a0 Okay, true confession: it really has to be cool for me to wear a scarf, I c... | json_instruct | {"type": "object", "properties": {"published": {"type": "string"}, "media-type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "content": {"type": "string"}, "source": {"type": "string"}}, "required": ["published", "media-type", "title", "id", "content", "source"], "$schema": "http://json-s... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"animations": {"type": "array", "items": {"type": "object", "properties": {"loop": {"type": "boolean"}, "offsets": {"type": "array", "items": {"type": "integer"}}, "anim": {"type": "string"}, "fps": {"type": "integer"}, "name":... | {"animations" : [{"loop" : true, "offsets" : [37, -16], "anim" : "singLEFT", "fps" : 24, "name" : "Left", "indices" : []}, {"loop" : true, "offsets" : [20, -150], "anim" : "singDOWN", "fps" : 24, "name" : "Down", "indices" : []}, {"loop" : true, "offsets" : [60, 7], "anim" : "singUP", "fps" : 24, "name" : "Up", "indice... | json_instruct | {"type": "object", "properties": {"animations": {"type": "array", "items": {"type": "object", "properties": {"loop": {"type": "boolean"}, "offsets": {"type": "array", "items": {"type": "integer"}}, "anim": {"type": "string"}, "fps": {"type": "integer"}, "name": {"type": "string"}, "indices": {"type": "array", "items": ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"address": {"type": "string"}, "trackStartDate": {"type": "string"}, "trackStartUnixTimestamp": {"type": "integer"}, "pingStats": {"type": "array", "items": {"type": "object", "properties": {"0": {"type": "integer"... | {"address" : "ban_1k1r7hqbiqi6sm7gm5p5rigg45ycyh9hjc153kpd4afz6snirg9q9ff4y8xm", "trackStartDate" : "12/5/2021 2:22:31 AM", "trackStartUnixTimestamp" : 1638688951337, "pingStats" : [{"0" : 95}]} | json_instruct | {"type": "object", "properties": {"address": {"type": "string"}, "trackStartDate": {"type": "string"}, "trackStartUnixTimestamp": {"type": "integer"}, "pingStats": {"type": "array", "items": {"type": "object", "properties": {"0": {"type": "integer"}}, "required": ["0"]}}}, "required": ["address", "trackStartDate", "tra... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"className": {"type": "string"}, "methods": {"type": "object", "properties": {"getFillContext": {"type": "string"}}, "required": ["getFillContext"]}, "path": {"type": "string"}, "typeName": {"type": "string"}}, "required": [... | {"className" : "io.deephaven.engine.table.impl.DefaultGetContext", "methods" : {"getFillContext" : "*Overload 1* \n :return: io.deephaven.engine.table.ChunkSource.FillContext\n \n*Overload 2* \n :param context: io.deephaven.engine.table.ChunkSource.GetContext\n :return: io.deephaven.engine.table.ChunkSource.FillC... | json_instruct | {"type": "object", "properties": {"className": {"type": "string"}, "methods": {"type": "object", "properties": {"getFillContext": {"type": "string"}}, "required": ["getFillContext"]}, "path": {"type": "string"}, "typeName": {"type": "string"}}, "required": ["className", "methods", "path", "typeName"], "$schema": "http:... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"... | {"author" : {"id" : "t2_71nqizx", "name" : "omgitsduane"}, "date" : {"day" : 1628899200, "full" : 1628959696, "month" : 1627776000, "week" : 1628380800}, "id" : "t3_p4bjgi", "picture" : {"filesize" : 90681, "fullUrl" : "https://preview.redd.it/jg9aszegrch71.jpg?width=4000&format=pjpg&auto=webp&s=d9de75d479f2fbd4c44619d... | json_instruct | {"type": "object", "properties": {"author": {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "name"]}, "date": {"type": "object", "properties": {"day": {"type": "integer"}, "full": {"type": "integer"}, "month": {"type": "integer"}, "week": {"type": "integer"}},... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"country": {"type": "string"}, "home": {"type": "string"}, "name": {"type": "string"}, "twitter": {"type": "string"}}, "required": ["country", "home", "name", "twitter"], "$schema": "http://json-schema.org/draft-07... | {"country" : "NY, USA", "home" : "http://www.frerejones.com/", "name" : "Tobias Frere-Jones", "twitter" : "frerejones"} | json_instruct | {"type": "object", "properties": {"country": {"type": "string"}, "home": {"type": "string"}, "name": {"type": "string"}, "twitter": {"type": "string"}}, "required": ["country", "home", "name", "twitter"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"scripts": {"type": "object", "properties": {"prettier": {"type": "string"}, "test": {"type": "string"}}, "required": ["prettier", "test"]}, "prettier": {"type": "object", "properties": {"singleQuote": {"type": "boolean"}, "tra... | {"scripts" : {"prettier" : "prettier '**.ts' --write", "test" : "exit 1"}, "prettier" : {"singleQuote" : true, "trailingComma" : "all", "printWidth" : 120}, "dependencies" : {"pg" : "8.7.1", "reflect-metadata" : "0.1.13", "typeorm" : "0.2.38"}, "devDependencies" : {"@types/node" : "16.11.6", "prettier" : "2.4.1", "type... | json_instruct | {"type": "object", "properties": {"scripts": {"type": "object", "properties": {"prettier": {"type": "string"}, "test": {"type": "string"}}, "required": ["prettier", "test"]}, "prettier": {"type": "object", "properties": {"singleQuote": {"type": "boolean"}, "trailingComma": {"type": "string"}, "printWidth": {"type": "in... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"build:production": {"type": "string"}, "build": {"type": "string"}, "build:watch": {"type... | {"name" : "use-invariant", "version" : "1.0.0", "description" : "Runtime safety checks for React.js components.", "scripts" : {"build:production" : "microbundle", "build" : "tsc", "build:watch" : "tsc --watch", "test" : "node test.js", "test:watch" : "nodemon test.js"}, "source" : "src/use-invariant.ts", "exports" : ".... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"build:production": {"type": "string"}, "build": {"type": "string"}, "build:watch": {"type": "string"}, "test": {"type": "string"}, "test:watch": {... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {"type": "string"}}, "package": {"type": "string"}}, "required": ["generated_at... | {"generated_at" : "2017-01-27T09:37:31.710375", "required_by" : ["quintagroup.plonegooglesitemaps"], "requires" : ["setuptools"], "package" : "quintagroup.catalogupdater"} | json_instruct | {"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {"type": "string"}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$schema": "http://json-sch... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "minimum-stability": {"type": "string"}, "prefer-stable": {"type": "boolean"}, "license": {"type": "string"}, "authors": {"... | {"name" : "falkirks/Miner", "description" : "Handlebars processor for php", "type" : "library", "minimum-stability" : "dev", "prefer-stable" : true, "license" : "MIT", "authors" : [{"name" : "Falkirks", "email" : "me@falkirks.com"}], "require" : {"league/climate" : "dev-master"}, "autoload" : {"psr-0" : {"miner" : "src... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "minimum-stability": {"type": "string"}, "prefer-stable": {"type": "boolean"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"typ... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "... | {"nom" : "Villeneuve-la-Comtesse", "dpt" : "Charente-Maritime", "inscrits" : 546, "abs" : 126, "votants" : 420, "blancs" : 48, "nuls" : 11, "exp" : 361, "res" : [{"panneau" : "1", "voix" : 209}, {"panneau" : "2", "voix" : 152}]} | json_instruct | {"type": "object", "properties": {"nom": {"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", "items": {"type": "object"... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, "t... | {"web" : [{"value" : ["\u6760\u6746", "\u6760\u6746\u578b", "\u69d3\u6746\u5f0f"], "key" : "leveraged"}, {"value" : ["\u6760\u6746\u5e02\u573a"], "key" : "leveraged market"}, {"value" : ["\u6760\u6746\u8d44\u672c\u91cd\u7ec4", "\u6760\u6746\u672c\u94b1\u91cd\u7ec4"], "key" : "Leveraged recap"}], "query" : "leveraged", ... | json_instruct | {"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, "translation": {"type": "array", "items": {"type": "string"}}, "errorCod... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"data": {"type": "object", "properties": {"language": {"type": "string"}, "district": {"type": "string"}, "water_score": {"type": "string"}, "population_score": {"type": "integer"}, "concretisation_score": {"type": "i... | {"data" : {"language" : "hindi", "district" : "\u0906\u0917\u0930\u093e", "water_score" : "\u0906\u0938\u093e\u0928", "population_score" : 5, "concretisation_score" : 2, "forest_cover_score" : 4, "rainfall_deficit_score" : 3, "description" : "\u0906\u0917\u0930\u093e \u092e\u0947\u0902 \u0968\u0966\u0967\u096b \u092e\u... | json_instruct | {"type": "object", "properties": {"data": {"type": "object", "properties": {"language": {"type": "string"}, "district": {"type": "string"}, "water_score": {"type": "string"}, "population_score": {"type": "integer"}, "concretisation_score": {"type": "integer"}, "forest_cover_score": {"type": "integer"}, "rainfall_defici... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"description": {"type": "string"}, "name": {"type": "string"}, "domain": {"type": "string"}, "version": {"type": "string"}, "techniques": {"type": "array", "items": {"type": "object", "properties": {"score": {"type": "integer"}... | {"description" : "Enterprise techniques used by BS2005, ATT&CK software S0014 v1.0", "name" : "BS2005 (S0014)", "domain" : "mitre-enterprise", "version" : "2.1", "techniques" : [{"score" : 1, "techniqueID" : "T1132", "comment" : "BS2005 uses Base64 encoding for communication in the message body of an HTTP request."}], ... | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "name": {"type": "string"}, "domain": {"type": "string"}, "version": {"type": "string"}, "techniques": {"type": "array", "items": {"type": "object", "properties": {"score": {"type": "integer"}, "techniqueID": {"type": "string"}, "comment": {"type": "s... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"acadYear": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "department": {"type": "string"}, "faculty": {"type": "string"}, "workload": {"type": "array", "items": {"type": "integer"}}, "p... | {"acadYear" : "2019/2020", "description" : "This module covers the study of a selected series of organic reactions involving reactive intermediates and/or molecular rearrangements. Emphasis is placed on an understanding of their reaction mechanisms. These will include rearrangement reactions involving carbocations and ... | json_instruct | {"type": "object", "properties": {"acadYear": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "department": {"type": "string"}, "faculty": {"type": "string"}, "workload": {"type": "array", "items": {"type": "integer"}}, "prerequisite": {"type": "string"}, "moduleCredit": {"type": "st... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"stats": {"type": "object", "properties": {"minecraft:custom": {"type": "object", "properties": {"minecraft:time_since_rest": {"type": "integer"}, "minecraft:leave_game": {"type": "integer"}, "minecraft:play_time": {... | {"stats" : {"minecraft:custom" : {"minecraft:time_since_rest" : 158, "minecraft:leave_game" : 1, "minecraft:play_time" : 158, "minecraft:time_since_death" : 158, "minecraft:walk_one_cm" : 171, "minecraft:total_world_time" : 325}}, "DataVersion" : 2860} | json_instruct | {"type": "object", "properties": {"stats": {"type": "object", "properties": {"minecraft:custom": {"type": "object", "properties": {"minecraft:time_since_rest": {"type": "integer"}, "minecraft:leave_game": {"type": "integer"}, "minecraft:play_time": {"type": "integer"}, "minecraft:time_since_death": {"type": "integer"},... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"gaeUrl": {"type": "string"}, "root": {"type": "object", "properties": {"pathOfLinkTemplate": {"type": "string"}, "startSite": {"type": "string"}, "directory": {"type": "string"}, "siteList": {"type": "array", "item... | {"gaeUrl" : "http://driven-park-107519.appspot.com", "root" : {"pathOfLinkTemplate" : "siteLinkTemplate.html", "startSite" : "start.html", "directory" : "sites/content/", "siteList" : [{"title" : "Sebastiani Lengfurt", "subtitle" : "Ein besonderes Fest", "description" : "Sebastiani wird seit 1632 in Lengfurt gefeiert. ... | json_instruct | {"type": "object", "properties": {"gaeUrl": {"type": "string"}, "root": {"type": "object", "properties": {"pathOfLinkTemplate": {"type": "string"}, "startSite": {"type": "string"}, "directory": {"type": "string"}, "siteList": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "sub... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"ref": {"type": "object", "properties": {"min": {"type": "number"}, "max": {"type": "number"}, "mean": {"type": "number"}}, "required": ["min", "max", "mean"]}, "ref_regrid": {"type": "object", "properties": {"min": {"type": "n... | {"ref" : {"min" : 2.432565450668335, "max" : 99.89996337890625, "mean" : 56.71027016213705}, "ref_regrid" : {"min" : 2.432565450668335, "max" : 99.89996337890625, "mean" : 56.71027016213705, "std" : 24.00931936391956}, "test" : {"min" : 1.089259386062622, "max" : 99.8127212524414, "mean" : 57.2565397860836}, "test_regr... | json_instruct | {"type": "object", "properties": {"ref": {"type": "object", "properties": {"min": {"type": "number"}, "max": {"type": "number"}, "mean": {"type": "number"}}, "required": ["min", "max", "mean"]}, "ref_regrid": {"type": "object", "properties": {"min": {"type": "number"}, "max": {"type": "number"}, "mean": {"type": "numbe... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "main", "ignore"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "toolbar", "main" : "jquery.toolbar.js", "ignore" : ["**/.*", "node_modules", "components"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "main", "ignore"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"plugin-data": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "description"]}}, "required": ["plugin-data"], "$schema": "http://json-schema.org/draft-07/sc... | {"plugin-data" : {"name" : "Improved tag list", "description" : "Implements a simple tag cloud."}} | json_instruct | {"type": "object", "properties": {"plugin-data": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}}, "required": ["name", "description"]}}, "required": ["plugin-data"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"copyright_text": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "number"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "related_urls": {"type": "array", "items": {"type": "ob... | {"copyright_text" : "Creative Commons Attribution license (reuse allowed)", "description" : "", "duration" : 2099.0, "language" : "eng", "recorded" : "2020-10-02", "related_urls" : [{"label" : "Conference schedule", "url" : "https://in.pycon.org/2020/schedule/"}], "speakers" : ["Praveen Shirali"], "tags" : [], "thumbna... | json_instruct | {"type": "object", "properties": {"copyright_text": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "number"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "related_urls": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string"}, "url": {"ty... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {}, "required": []}, "repository": {"type": "object... | {"name" : "nfb", "version" : "0.0.1", "description" : "A filebrowser for node.It is not perfect, but very easy to use", "main" : "index.js", "scripts" : {}, "repository" : {"type" : "git", "url" : "https://github.com/Joker-Jelly/nfb.git"}, "keywords" : ["nodejs", "filebrowser", "imagebrowser"], "author" : "Joker-Jelly<... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {}, "required": []}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "st... | {"name" : "christmas", "version" : "1.0.0", "description" : "", "main" : "index.js", "repository" : {"type" : "git", "url" : "git+https://github.com/oldrich-s/christmas.git"}, "author" : "Oldrich Svec", "license" : "MIT", "bugs" : {"url" : "https://github.com/oldrich-s/christmas/issues"}, "homepage" : "https://github.c... | 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"]}, "author": {"type": "string"}, ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "integer"}, "link": {"type": "string"}, "created_at": {"type": "string"}, "downloads": {"type": "integer"}, "linkid": {"type": "string"}, "conv... | [{"name" : "mide-842_1", "size" : 1125567093, "link" : "https://streamtape.com/e/ow83JPZqGQsJ4rD", "created_at" : "2022\u5e7403\u670825\u65e5 18:36:11", "downloads" : 0, "linkid" : "ow83JPZqGQsJ4rD", "convert" : "converted", "achorname" : "\u4e38\u5b50\u5466", "subscribe" : "0\u4f4d\u8ba2\u9605\u8005", "avatar-img" : "... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "size": {"type": "integer"}, "link": {"type": "string"}, "created_at": {"type": "string"}, "downloads": {"type": "integer"}, "linkid": {"type": "string"}, "convert": {"type": "string"}, "achorname": {"type": "string"}, "subscribe":... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {}}, "division": {"type": "object", "properties": {"identifier": {"type": "stri... | {"text" : "For the purposes of this subchapter, the term \"bicycle parking space\" means a device or enclosure, located within a building or installation, or conveniently adjacent thereto, for securing a bicycle that is easily accessible, clearly visible and so located as to be reasonably secure from theft or vandalism... | json_instruct | {"type": "object", "properties": {"text": {"type": "string"}, "historical": {"type": "string"}, "credits": {"type": "string"}, "sections": {"type": "array", "items": {}}, "division": {"type": "object", "properties": {"identifier": {"type": "string"}, "text": {"type": "string"}}, "required": ["identifier", "text"]}, "ti... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "a... | {"type" : "Feature", "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[-162.053625, 60.210996], [-162.053623, 60.211143], [-162.053621, 60.211576], [-162.053622, 60.212836], [-162.053623, 60.213576], [-162.053625, 60.215575], [-162.053625, 60.218964], [-162.053625, 60.221007], [-162.050445, 60.220961], [-162.0... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"url" : "http://mmbiz.qpic.cn/mmbiz_jpg/US3392GZN3cHrgs7jHEcC9Dhqa8aIA5qXy2pZoYUicxMDk7E03zJquR9FpwsfqrWwVAMnvAtGuI9jZ38pyyrvKg/0"} | json_instruct | {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [1.3943142307390068, 3.922832859405378, 2.385831848045005, 2.102104968296237, 6.132106188592072, 5.021267868964658, 3.442109863335223, 5.100044083160609, 5.1821932258375725, 5.159711638582789] | json_instruct | {"type": "array", "items": {"type": "number"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type"... | {"code" : 7302020005, "parent" : 7302020, "name" : "BENTENGNGE", "latitude" : null, "longitude" : null, "postal" : [92511], "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... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/throttle": {"type": "number"}, "user/angle": {"type": "number"}, "user/mode": {"type": "string"}}, "required": ["cam/image_array", "user/throttle", "user/angle", "user/mode"], "$s... | {"cam/image_array" : "3519_cam-image_array_.jpg", "user/throttle" : 0.0, "user/angle" : -0.24085208773612976, "user/mode" : "user"} | json_instruct | {"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/throttle": {"type": "number"}, "user/angle": {"type": "number"}, "user/mode": {"type": "string"}}, "required": ["cam/image_array", "user/throttle", "user/angle", "user/mode"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "stri... | {"name" : "es6-native-map", "description" : "es6 compatible map using native store", "keywords" : ["map", "native map", "hashtable", "es6", "es6 map"], "version" : "4.0.2", "license" : "MIT", "homepage" : "https://github.com/chad3814/es6-native-map", "maintainers" : [{"name" : "Chad Walker", "email" : "chad@chad-cat-lo... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "maintainers": {"type": "array", "items": {"type": "object", "propert... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"data": {"type": "object", "properties": {"site": {"type": "object", "properties": {"siteMetadata": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string... | {"data" : {"site" : {"siteMetadata" : {"title" : "Seokjoo Chae", "description" : "Seokjoo's blog ", "author" : "Seokjoo"}}}} | json_instruct | {"type": "object", "properties": {"data": {"type": "object", "properties": {"site": {"type": "object", "properties": {"siteMetadata": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}}, "required": ["title", "description", "author"]}}, "requir... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "objec... | {"name" : "LYTUIKIT", "version" : "0.0.1", "summary" : "LYTUIKIT.", "description" : "UIKIT for 71sino SDK ......", "homepage" : "http://www.71ant.com", "license" : "MIT", "authors" : {"ShangenZhang" : "645256685@qq.com"}, "platforms" : {"ios" : null}, "source" : {"git" : "https://github.com/install-b/LYTUIKIT.git", "ta... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "object", "properties": {"ShangenZhang": {"type": "string"}}, "required": ["Sh... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "null"}, "metadata": {"type": "object", "properties": {}, "required": []}, "sourceType": {"type": "string"}}, "required": ["ast", "code", "map... | {"ast" : null, "code" : "'use strict';\n\nconst CID = require('cids');\n\nconst UnixFs = require('ipfs-unixfs');\n\nconst _require = require('ipld-dag-pb'),\n DAGNode = _require.DAGNode;\n\nconst log = require('debug')('ipfs:mfs:utils:with-mfs-root');\n\nconst mc = require('multicodec');\n\nconst mh = require('mul... | 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... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["321302111001", "\u738b\u96c6\u5c45\u59d4\u4f1a", "121", "0"], ["321302111002", "\u8521\u5e84\u5c45\u59d4\u4f1a", "122", "0"], ["321302111200", "\u725b\u5218\u5729\u6751\u59d4\u4f1a", "220", "0"], ["321302111201", "\u4e5d\u57ce\u6751\u59d4\u4f1a", "220", "0"], ["321302111202", "\u738b\u6797\u6751\u59d4\u4f1a", "220",... | json_instruct | {"type": "array", "items": {"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": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string... | {"author" : "Edith Wharton", "classification" : "", "keywords" : ["Nature"], "period" : "", "reference" : "http://www.poetryfoundation.org/poem/182678", "region" : "", "text" : ["I", "Leaguered in fire", "The wild black promontories of the coast extend", "Their savage silhouettes;", "The sun in universal carnage sets,"... | json_instruct | {"type": "object", "properties": {"author": {"type": "string"}, "classification": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "period": {"type": "string"}, "reference": {"type": "string"}, "region": {"type": "string"}, "text": {"type": "array", "items": {"type": "string"}}, "title": ... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"alpha2": {"type": "string"}, "alpha3": {"type": "string"}, "names": {"type": "array", "items": {"type": "string"}}}, "required": ["alpha2", "alpha3", "names"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"alpha2" : "TT", "alpha3" : "TTO", "names" : ["Trinidad and Tobago", "Republic of Trinidad and Tobago", "TT", "TTO"]} | json_instruct | {"type": "object", "properties": {"alpha2": {"type": "string"}, "alpha3": {"type": "string"}, "names": {"type": "array", "items": {"type": "string"}}}, "required": ["alpha2", "alpha3", "names"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"body" : "\u00a7 15. TO CONCEIVE RIGHTLY OF MORAL ACTIONS, WE MUST TAKE NOTICE OF THEM UNDER THIS TWO-FOLD CONSIDERATION.", "next" : "https://raw.githubusercontent.com/CAPSELOCKE/CAPSELOCKE/master/tweets/6677.json"} | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "next": {"type": "string"}}, "required": ["body", "next"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"Id": {"type": "string"}, "ThreadId": {"type": "string"}, "Html": {"type": "string"}, "PostedDate": {"type": "string"}, "UserRole": {"type": "null"}, "MarkedAsAnswerDate": {"type": "null"}... | [{"Id" : "1427965", "ThreadId" : "638908", "Html" : "It says I don't have the right version of .Net installed. I have 4.52.<br />\n", "PostedDate" : "2015-05-28T13:13:58.57-07:00", "UserRole" : null, "MarkedAsAnswerDate" : null}, {"Id" : "1444414", "ThreadId" : "638908", "Html" : "As of the time you made posted this q... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"Id": {"type": "string"}, "ThreadId": {"type": "string"}, "Html": {"type": "string"}, "PostedDate": {"type": "string"}, "UserRole": {"type": "null"}, "MarkedAsAnswerDate": {"type": "null"}}, "required": ["Id", "ThreadId", "Html", "PostedDate", "UserRole", "Ma... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"copyright": {"type": "string"}, "url": {"type": "string"}, "email": {"type": "string"}, "theme": {"type": "string"}, "gravatar": {"type": "boolean"}, "format": {"type": "string"}}, "required": ["copyright", "... | {"copyright" : "Ru Ke\u00efn", "url" : "http://www.hakkeray.com", "email" : "hakkeray@gmail.com", "theme" : "8bits-monochrome", "gravatar" : true, "format" : "html"} | json_instruct | {"type": "object", "properties": {"copyright": {"type": "string"}, "url": {"type": "string"}, "email": {"type": "string"}, "theme": {"type": "string"}, "gravatar": {"type": "boolean"}, "format": {"type": "string"}}, "required": ["copyright", "url", "email", "theme", "gravatar", "format"], "$schema": "http://json-schema... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"status_code": {"type": "string"}, "status_msg": {"type": "string"}, "meta": {"type": "object", "properties": {"tag": {"type": "object", "properties": {"timestamp": {"type": "number"}, "model": {"type": "string"... | {"status_code" : "OK", "status_msg" : "All images in request have completed successfully. ", "meta" : {"tag" : {"timestamp" : 1442733965.467317, "model" : "default", "config" : "0b2b7436987dd912e077ff576731f8b7"}}, "results" : [{"docid" : 40454561329913878794364030739813646368, "status_code" : "OK", "status_msg" : "OK"... | json_instruct | {"type": "object", "properties": {"status_code": {"type": "string"}, "status_msg": {"type": "string"}, "meta": {"type": "object", "properties": {"tag": {"type": "object", "properties": {"timestamp": {"type": "number"}, "model": {"type": "string"}, "config": {"type": "string"}}, "required": ["timestamp", "model", "confi... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "meta": {"type": "object", "properties": {"lastUpdated": {"type": "string"}}, "required": ["lastUpdated"]}, "url": {"type": "string"}, "status": {"... | {"resourceType" : "DataElement", "id" : "StructureDefinition.mapping.uri", "meta" : {"lastUpdated" : "2019-10-24T11:53:00+11:00"}, "url" : "http://hl7.org/fhir/DataElement/StructureDefinition.mapping.uri", "status" : "draft", "experimental" : true, "stringency" : "fully-specified", "element" : [{"id" : "StructureDefini... | json_instruct | {"type": "object", "properties": {"resourceType": {"type": "string"}, "id": {"type": "string"}, "meta": {"type": "object", "properties": {"lastUpdated": {"type": "string"}}, "required": ["lastUpdated"]}, "url": {"type": "string"}, "status": {"type": "string"}, "experimental": {"type": "boolean"}, "stringency": {"type":... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "window": {"type": "object", "properties": {"title": {"type": "string"}, "icon": {"type": "string"}, "toolbar": {"type": "boole... | {"name" : "binary", "version" : "5.6.4", "main" : "js/background.js", "window" : {"title" : "Coding with Chrome", "icon" : "icons/128x128.png", "toolbar" : true}, "chromium-args" : "--enable-experimental-web-platform-features", "dependencies" : {}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "window": {"type": "object", "properties": {"title": {"type": "string"}, "icon": {"type": "string"}, "toolbar": {"type": "boolean"}}, "required": ["title", "icon", "toolbar"]}, "chromium-args": {"typ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"feedstocks" : ["prospector"]} | json_instruct | {"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "lsg_code": {"type": "string"}, "district": {"type": "string"}, "state": {"type": "string"}, "no_of_wards": {"type": "integer"}, "wards": {"type": "array", "items": {"type": "object", "pr... | {"name" : "Dahiwadi", "lsg_code" : "276417", "district" : "Satara", "state" : "Maharashtra", "no_of_wards" : 17, "wards" : [{"ward_no" : "5", "ward_name" : "Dahivadi Nagarpanchayat Ward No.5", "ward_id" : "1756017"}, {"ward_no" : "17", "ward_name" : "Dahivadi Nagarpanchayat Ward No.17", "ward_id" : "1746128"}, {"ward_n... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "lsg_code": {"type": "string"}, "district": {"type": "string"}, "state": {"type": "string"}, "no_of_wards": {"type": "integer"}, "wards": {"type": "array", "items": {"type": "object", "properties": {"ward_no": {"type": "string"}, "ward_name": {"type": "strin... |
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" : ["Blend bananas, egg whites, almond butter, coconut oil, and almond extract together in a food processor until smooth. Add pumpkin puree, coconut flour, pumpkin pie spice, cinnamon, baking powder, baking soda, nutmeg, ginger, and sea salt. Pulse until batter is just combined.", "Heat a skillet over medi... | 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... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"index.cjs.js": {"type": "object", "properties": {"bundled": {"type": "integer"}, "minified": {"type": "integer"}, "gzipped": {"type": "integer"}}, "required": ["bundled", "minified", "gzipped"]}, "index.esm.js": {... | {"index.cjs.js" : {"bundled" : 90385, "minified" : 55092, "gzipped" : 11736}, "index.esm.js" : {"bundled" : 83996, "minified" : 49607, "gzipped" : 11385, "treeshaked" : {"rollup" : {"code" : 37539, "import_statements" : 834}, "webpack" : {"code" : 43971}}}} | json_instruct | {"type": "object", "properties": {"index.cjs.js": {"type": "object", "properties": {"bundled": {"type": "integer"}, "minified": {"type": "integer"}, "gzipped": {"type": "integer"}}, "required": ["bundled", "minified", "gzipped"]}, "index.esm.js": {"type": "object", "properties": {"bundled": {"type": "integer"}, "minifi... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"$schema": {"type": "string"}, "contentVersion": {"type": "string"}, "parameters": {"type": "object", "properties": {"extension": {"type": "object", "properties": {"type": {"type": "string"}, "metadata": {"type": "object", "pro... | {"$schema" : "http://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", "contentVersion" : "1.0.0.0", "parameters" : {"extension" : {"type" : "object", "metadata" : {"description" : "Settings for virtual machine extension"}}, "extensionProtectedSettings" : {"type" : "securestring", "metadata" : {... | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "contentVersion": {"type": "string"}, "parameters": {"type": "object", "properties": {"extension": {"type": "object", "properties": {"type": {"type": "string"}, "metadata": {"type": "object", "properties": {"description": {"type": "string"}}, "required": ... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "str... | {"name" : "index-require", "version" : "1.0.1", "description" : "\u261d\ufe0f Create an index for a lib directory", "author" : "omrilotan", "license" : "MIT", "repository" : {"type" : "git", "url" : "git+https://github.com/omrilotan/mono.git"}, "homepage" : "https://omrilotan.com/mono/index-require/", "main" : "index.j... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]... |
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"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties... | {"name" : "quest_me_server", "version" : "1.0.0", "description" : "The backend of the quest me app.", "main" : "index.js", "author" : "Evangelos Kolimitras", "license" : "MIT", "dependencies" : {"@types/cors" : "^2.8.9", "@types/express" : "^4.17.11", "cors" : "^2.8.5", "express" : "^4.17.1", "mongodb" : "^3.6.3", "ts-... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@types/cors": {"type": "string"}, "@types/express": ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"$schema": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"line": {"type": "object", "properties": {"$ref": {"type": "string"}}, "require... | {"$schema" : "http://json-schema.org/draft-04/schema#", "title" : "Schema for tissues", "type" : "object", "properties" : {"line" : {"$ref" : "http://www.sciapps.org/schemas/line-1314860328447775206-242ac1111-0001-013.json"}, "tissue_type" : {"enum" : ["whole organism", "root", "shoot", "ear", "pollen", "endo"]}, "desc... | json_instruct | {"type": "object", "properties": {"$schema": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"line": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}, "tissue_type": {"type": "object", "properties": {"enum":... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"already_configured": {"type": "string"}, "no_ip_control": {"type": "string"}}, "required": ["already_configured", "no_ip_control"]}, "error... | {"config" : {"abort" : {"already_configured" : "Ce t\u00e9l\u00e9viseur est d\u00e9j\u00e0 configur\u00e9.", "no_ip_control" : "Le contr\u00f4le IP est d\u00e9sactiv\u00e9 sur votre t\u00e9l\u00e9viseur ou le t\u00e9l\u00e9viseur n'est pas pris en charge."}, "error" : {"cannot_connect" : "\u00c9chec de connexion, h\u00... | json_instruct | {"type": "object", "properties": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"already_configured": {"type": "string"}, "no_ip_control": {"type": "string"}}, "required": ["already_configured", "no_ip_control"]}, "error": {"type": "object", "properties": {"cannot_connect": {"ty... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"count": {"type": "integer"}, "395012": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "399011": {"type": "object", "properties": {"count": {"type": "integer"}}, "requir... | {"count" : 12, "395012" : {"count" : 1}, "399011" : {"count" : 1}, "311010" : {"count" : 1}, "411011" : {"count" : 1}, "399021" : {"count" : 1}, "N.A.//" : {"count" : 6}, "113031" : {"count" : 1}} | json_instruct | {"type": "object", "properties": {"count": {"type": "integer"}, "395012": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "399011": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "311010": {"type": "object", "properties": {"count": {"typ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"codecov": {"type": "string"}, "cover": {"type": "string"}, ... | {"name" : "codeacademy-challenges", "version" : "1.0.0", "description" : "My solutions for the fun code academy challenges", "main" : "index.js", "scripts" : {"codecov" : "istanbul cover _mocha -- -R spec $(ls test/*/*.test.js) && codecov -t $CODECOV_TOKEN", "cover" : "istanbul cover _mocha -- $(ls test/*/*.test.js)", ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"codecov": {"type": "string"}, "cover": {"type": "string"}, "test": {"type": "string"}}, "required": ["codecov", "cover... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"status_code": {"type": "integer"}, "data": {"type": "object", "properties": {"ResponseMetadata": {"type": "object", "properties": {"HTTPStatusCode": {"type": "integer"}, "RetryAttempts": {"type": "integer"}, "HostI... | {"status_code" : 200, "data" : {"ResponseMetadata" : {"HTTPStatusCode" : 200, "RetryAttempts" : 0, "HostId" : "bIrRudYgs4HdstuWwQ6A+FEBcUxv7h2oHSpFwIqwAcQu+gZEUJI/qh6l+26GwDBTBx/j5gVxP3I=", "RequestId" : "10C4B8C1780DE8CB", "HTTPHeaders" : {"x-amz-id-2" : "bIrRudYgs4HdstuWwQ6A+FEBcUxv7h2oHSpFwIqwAcQu+gZEUJI/qh6l+26GwDB... | json_instruct | {"type": "object", "properties": {"status_code": {"type": "integer"}, "data": {"type": "object", "properties": {"ResponseMetadata": {"type": "object", "properties": {"HTTPStatusCode": {"type": "integer"}, "RetryAttempts": {"type": "integer"}, "HostId": {"type": "string"}, "RequestId": {"type": "string"}, "HTTPHeaders":... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"AdminPassword": {"type": "string"}, "ApprovedEmotes": {"type": "null"}, "Bans": {"type": "array", "items": {}}, "LetThemLurk": {"type": "boolean"}, "ListenAddress": {"type": "string"}, "LogFile": {"type": "st... | {"AdminPassword" : "", "ApprovedEmotes" : null, "Bans" : [], "LetThemLurk" : false, "ListenAddress" : ":8089", "LogFile" : "/var/log/movienight.log", "LogLevel" : "debug", "MaxMessageCount" : 300, "NoCache" : false, "PageTitle" : "Movie Night", "RateLimitAuth" : 5, "RateLimitChat" : 1, "RateLimitColor" : 60, "RateLimit... | json_instruct | {"type": "object", "properties": {"AdminPassword": {"type": "string"}, "ApprovedEmotes": {"type": "null"}, "Bans": {"type": "array", "items": {}}, "LetThemLurk": {"type": "boolean"}, "ListenAddress": {"type": "string"}, "LogFile": {"type": "string"}, "LogLevel": {"type": "string"}, "MaxMessageCount": {"type": "integer"... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"Version": {"type": "string"}, "Statement": {"type": "array", "items": {"type": "object", "properties": {"Effect": {"type": "string"}, "Action": {"type": "array", "items": {"type": "string"}}, "Resource": {"type": "s... | {"Version" : "2012-10-17", "Statement" : [{"Effect" : "Allow", "Action" : ["s3:GetObject"], "Resource" : "arn:aws:s3:::*/AWSLogs/*/Config/*"}, {"Effect" : "Allow", "Action" : ["config:Put*", "config:Get*", "config:List*", "config:Describe*"], "Resource" : "*"}]} | json_instruct | {"type": "object", "properties": {"Version": {"type": "string"}, "Statement": {"type": "array", "items": {"type": "object", "properties": {"Effect": {"type": "string"}, "Action": {"type": "array", "items": {"type": "string"}}, "Resource": {"type": "string"}}, "required": ["Effect", "Action", "Resource"]}}}, "required":... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"dev": {"type": "object", "properties": {"host": {"type": "string"}, "sessionKey": {"type": "string"}, "address": {"type": "string"}}, "required": ["host", "sessionKey", "address"]}}, "required": ["dev"], "$schema":... | {"dev" : {"host" : "http://localhost", "sessionKey" : "dpIWge4PffofiRM0givJzJiQ", "address" : "rn42rs3@gpp.krafton.dev"}} | json_instruct | {"type": "object", "properties": {"dev": {"type": "object", "properties": {"host": {"type": "string"}, "sessionKey": {"type": "string"}, "address": {"type": "string"}}, "required": ["host", "sessionKey", "address"]}}, "required": ["dev"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"types": {"type": "array", "items": {"type": "string"}}, "date": {"type": "integer"}, "headline": {"type": "string"}, "subtitle": {"type": "string"}, "content": {"type": "string"}, "url": {"type": "string"}, "image":... | {"types" : ["newswire", "transition"], "date" : 1387887193, "headline" : "GTA Online", "subtitle" : "Regalo delle feste", "content" : "Buone feste! Ecco il Regalo gratuito che dona una splendida atmosfera invernale a GTA Online, ricoprendo di neve Los Santos e Blaine County nel giorno di Natale. Per un periodo limitato... | json_instruct | {"type": "object", "properties": {"types": {"type": "array", "items": {"type": "string"}}, "date": {"type": "integer"}, "headline": {"type": "string"}, "subtitle": {"type": "string"}, "content": {"type": "string"}, "url": {"type": "string"}, "image": {"type": "object", "properties": {"path": {"type": "string"}, "filesi... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}, "image": {"type": "string"}}, "required": ["text", "created", "type", "image"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"text" : "Reporters and pundits seem to think we're reliving Watergate. I don't think so. In Watergate you didn't have ex-presidents warning that if we don't do something, we're going to wind up in Nazi Germany. I wonder how many times we'll hear that warning, or if you only get it once, and if the next thing is that ... | json_instruct | {"type": "object", "properties": {"text": {"type": "string"}, "created": {"type": "string"}, "type": {"type": "string"}, "image": {"type": "string"}}, "required": ["text", "created", "type", "image"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "additionalProperties": {"type": "boolean"}, "required": {"type": "array", "items": {"type": "string"}}, "properties": {"type": "object", "properties": {"last_calls": {"type": "object", "properties":... | {"type" : "object", "additionalProperties" : false, "required" : ["last_calls", "apis_usage"], "properties" : {"last_calls" : {"$ref" : "last_calls.json"}, "apis_usage" : {"$ref" : "apis_usage.json"}}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "additionalProperties": {"type": "boolean"}, "required": {"type": "array", "items": {"type": "string"}}, "properties": {"type": "object", "properties": {"last_calls": {"type": "object", "properties": {"$ref": {"type": "string"}}, "required": ["$ref"]}, "apis... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"tls": {"type": "boolean"}, "network": {"type": "string"}, "srpc": {"type": "string"}, "tlspub": {"type": "string"}, "tlspri": {"type": "string"}}, "required": ["tls", "network", "srpc", "tlspub", "tlspri"], "$schema": "http://... | {"tls" : true, "network" : "network", "srpc" : "srpc", "tlspub" : "tlspub", "tlspri" : "tlspri"} | json_instruct | {"type": "object", "properties": {"tls": {"type": "boolean"}, "network": {"type": "string"}, "srpc": {"type": "string"}, "tlspub": {"type": "string"}, "tlspri": {"type": "string"}}, "required": ["tls", "network", "srpc", "tlspub", "tlspri"], "$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": {"release": {"type": "string"}, "test": {"type": "string"}... | {"name" : "chrome-profile-list", "version" : "1.1.0", "description" : "Utility package to list available Google Chrome Profiles", "main" : "index.js", "scripts" : {"release" : "standard-version", "test" : "mocha"}, "repository" : {"type" : "git", "url" : "git+https://github.com/israelroldan/chrome-profile-list.git"}, "... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"release": {"type": "string"}, "test": {"type": "string"}}, "required": ["release", "test"]}, "repository": {"type": "o... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"xmin": {"type": "array", "items": {"type": "integer"}}, "xmax": {"type": "array", "items": {"type": "integer"}}, "ymin": {"type": "array", "items": {"type": "integer"}}, "ymax": {"type": "array", "items": {"type": "integer"}}}, ... | {"xmin" : [915, 936, 787, 723, 994, 1107, 266, 1015, 1443, 1514, 457, 965, 1045, 151, 271, 279, 125], "xmax" : [982, 1043, 857, 805, 1043, 1165, 324, 1070, 1474, 1584, 504, 1029, 1142, 222, 316, 321, 215], "ymin" : [69, 129, 403, 330, 221, 336, 878, 620, 823, 1142, 1151, 1167, 1083, 311, 115, 63, 1151], "ymax" : [123, ... | json_instruct | {"type": "object", "properties": {"xmin": {"type": "array", "items": {"type": "integer"}}, "xmax": {"type": "array", "items": {"type": "integer"}}, "ymin": {"type": "array", "items": {"type": "integer"}}, "ymax": {"type": "array", "items": {"type": "integer"}}}, "required": ["xmin", "xmax", "ymin", "ymax"], "$schema": ... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": "string"}, ... | {"categories" : ["Engineering", "Management", "Networking", "Telecommunications"], "desc" : " This comprehensive volume provides state-of-the art guidance on Quality of Service (QoS) and Quality of end-user Experience (QoE) management in UMTS cellular systems, tackling planning, provisioning, monitoring and optimisatio... | json_instruct | {"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": "string"}, "isbn-13": {"type": "string"}, "pages": {"type": "string"},... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"translation-revision-date": {"type": "string"}, "generator": {"type": "string"}, "domain": {"type": "string"}, "locale_data": {"type": "object", "properties": {"messages": {"type": "object", "properties": {"": {"type": "obj... | {"translation-revision-date" : "2020-05-30 19:31:27+0000", "generator" : "GlotPress/3.0.0-alpha", "domain" : "messages", "locale_data" : {"messages" : {"" : {"domain" : "messages", "plural-forms" : "nplurals=2; plural=n > 1;", "lang" : "fr_CA"}, "Add to Cart button is hidden." : ["Le bouton Ajouter au panier est masqu\... | json_instruct | {"type": "object", "properties": {"translation-revision-date": {"type": "string"}, "generator": {"type": "string"}, "domain": {"type": "string"}, "locale_data": {"type": "object", "properties": {"messages": {"type": "object", "properties": {"": {"type": "object", "properties": {"domain": {"type": "string"}, "plural-for... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"APPINSIGHTS_INSTRUMENTATIONKEY": {"type": "string"}}, "required": ["APPINSIGHTS_INSTRUMENTATIONKEY"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"APPINSIGHTS_INSTRUMENTATIONKEY" : ""} | json_instruct | {"type": "object", "properties": {"APPINSIGHTS_INSTRUMENTATIONKEY": {"type": "string"}}, "required": ["APPINSIGHTS_INSTRUMENTATIONKEY"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"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" : ["In a medium bowl, stir together the lime juice, white wine vinegar, salt, pepper, ginger, basil, thyme, parsley, hot pepper sauce, cayenne pepper, and oil. Place the fish fillets into the bowl, cover, and marinate for at least 10 minutes, or preferably up to 3 hours.", "Preheat broiler or an outdoor g... | 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... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"ty... | {"categories" : ["Data Management", "Networking"], "desc" : "\n", "details" : {"authors" : "Todd Lammle, John Swartz", "format" : "pdf", "isbn-10" : "1118661265", "isbn-13" : "978-1118661260", "pages" : "552 pages", "publication date" : "June 17, 2013", "publisher" : "Sybex", "size" : "15.00Mb"}, "img" : "http://23.95.... | json_instruct | {"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": "string"}, "isbn-13": {"type": "string"}, "pages": {"type": "string"},... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"data": {"type": "object", "properties": {"couseTitle": {"type": "string"}, "caseNm": {"type": "string"}, "couserList": {"type": "array", "items": {"type": "object", "properties": {"couseICon": {"type": "array", "i... | {"data" : {"couseTitle" : "\u7ecf\u5178\u6848\u4f8b", "caseNm" : "\u662f\u9002\u5408\u5173\u6ce8\u6280\u672f\u4e0e\u903b\u8f91\u5b9e\u73b0\u7684\u6700\u4f73\u5b9e\u8df5\u6848\u4f8b\uff0c\u5176\u5b8c\u6574\u7684\u7a0b\u5e8f\u7ed3\u6784\u4e0e\u6587\u6863\uff0c\u4ee5\u53ca\u5b9e\u73b0\u65f6\u95f4\u77ed\uff0c\u662f\u5f3a\u... | json_instruct | {"type": "object", "properties": {"data": {"type": "object", "properties": {"couseTitle": {"type": "string"}, "caseNm": {"type": "string"}, "couserList": {"type": "array", "items": {"type": "object", "properties": {"couseICon": {"type": "array", "items": {"type": "string"}}, "couseImg": {"type": "string"}, "couseIntr":... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"an4.81:0.1": {"type": "string"}, "an4.81:0.2": {"type": "string"}, "an4.81:0.3": {"type": "string"}, "an4.81:1.1": {"type": "string"}, "an4.81:1.2": {"type": "string"}, "an4.81:1.3": {"type": "string"}, "an4.81... | {"an4.81:0.1" : "<article id='an4.81'><header><ul><li class='division'>{}</li>", "an4.81:0.2" : "<li>{}</li></ul>", "an4.81:0.3" : "<h1 class='sutta-title'>{}</h1></header>", "an4.81:1.1" : "<p>{}", "an4.81:1.2" : "{}", "an4.81:1.3" : "{}", "an4.81:1.4" : "{}</p>", "an4.81:2.1" : "<p>{}", "an4.81:2.2" : "{}", "an4.81:2... | json_instruct | {"type": "object", "properties": {"an4.81:0.1": {"type": "string"}, "an4.81:0.2": {"type": "string"}, "an4.81:0.3": {"type": "string"}, "an4.81:1.1": {"type": "string"}, "an4.81:1.2": {"type": "string"}, "an4.81:1.3": {"type": "string"}, "an4.81:1.4": {"type": "string"}, "an4.81:2.1": {"type": "string"}, "an4.81:2.2": ... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"ui-grid.css": {"type": "string"}, "ui-grid.js": {"type": "string"}, "ui-grid.min.css": {"type": "string"}, "ui-grid.min.js": {"type": "string"}}, "required": ["ui-grid.css", "ui-grid.js", "ui-grid.min.css", "ui-grid... | {"ui-grid.css" : "sha256-wfploct6xTcK+rc92BtIAyWQHX2qN1jiReRgXSTSjNU=", "ui-grid.js" : "sha256-n3DWigjF2zzKTbenVRvowLsLlYOVtmH9yk92cVoe3+o=", "ui-grid.min.css" : "sha256-xKU9bKB8/EKtwGZWYpfiUN8tvXW/XzfYc+rUOC39W2A=", "ui-grid.min.js" : "sha256-lZ36z3oU3enBoFgzjwus56FSW/7yNWSXb9BjMjoZH94="} | json_instruct | {"type": "object", "properties": {"ui-grid.css": {"type": "string"}, "ui-grid.js": {"type": "string"}, "ui-grid.min.css": {"type": "string"}, "ui-grid.min.js": {"type": "string"}}, "required": ["ui-grid.css", "ui-grid.js", "ui-grid.min.css", "ui-grid.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "bbox": {"type": "array", "items": {"type": "number"}}, "description": {"type": "string"}, "connectsWith": {"type": "array", "... | {"type" : "FeatureCollection", "title" : "Portonaccio sanctuary at Veii", "id" : "486020305", "bbox" : [12.390833, 42.021111, 12.390833, 42.021111], "description" : "The extraurban sanctuary of Minerva at Portonaccio is an important Etruscan cult center. The temple dates ca. 510 B.C. and was adorned with acroterial scu... | 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... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": ... | {"lastUpdated" : 1655019279666, "username" : "\u0421\u043e\u043d\u0438\u043a", "scores" : [{"xp" : 3594, "rank" : 496, "cardId" : 303}]} | json_instruct | {"type": "object", "properties": {"lastUpdated": {"type": "integer"}, "username": {"type": "string"}, "scores": {"type": "array", "items": {"type": "object", "properties": {"xp": {"type": "integer"}, "rank": {"type": "integer"}, "cardId": {"type": "integer"}}, "required": ["xp", "rank", "cardId"]}}}, "required": ["last... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["des... | {"latest_version" : ["1.0.0"], "meta" : {"description" : "Nonblocking text and password reader", "homepage" : "https://github.com/riquito/richinput", "license" : "Apache 2.0"}, "versions" : {"1.0.0" : {"sha256" : "deb392c851e015730be772008941539c2c86d4c57d9d925c2be8ff70f9ff7cb4", "url" : "https://files.pythonhosted.org... | json_instruct | {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "obje... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "KAMARAH", "frequency" : 0, "gender" : "male"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/active/weapons/melee/hammer/elderhammer.activeitem": {"type": "array", "items": {"type": "str... | [{"DeniedAlternatives" : [], "Files" : {"items/active/weapons/melee/hammer/elderhammer.activeitem" : ["/shortdescription"]}, "Texts" : {"Chs" : "\u4e0a\u53e4\u4e4b\u9524", "Eng" : "Elder Hammer"}}, {"DeniedAlternatives" : [], "Files" : {"items/active/weapons/melee/hammer/elderhammer.activeitem" : ["/description"]}, "Te... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/active/weapons/melee/hammer/elderhammer.activeitem": {"type": "array", "items": {"type": "string"}}}, "required": ["items/active/weapons/melee/hammer/elder... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "... | {"body" : "Resolves #15970\r\n\r\nIf this is an acceptable change, I will add unit test coverage.", "user" : "dennisklein", "url" : "https://api.github.com/repos/spack/spack/issues/15972", "updated_at" : "2020-07-24 17:00:56", "created_at" : "2020-04-09 14:40:15", "closed_at" : "2020-07-24 17:00:56", "state" : "closed"... | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "... | {"name" : "ministore", "homepage" : "https://github.com/ValentynaGorbachenko/ministore", "authors" : ["ValentynaGorbachenko <gorbachenko.valentyna@gmail.com>"], "description" : "A simple store page example using Angular", "main" : "", "license" : "MIT", "private" : true, "ignore" : ["**/.*", "node_modules", "bower_comp... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "private": {"type": "boolean"}, "ignore": {"type": "array", "items": {"ty... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "result": {"type": "object", "properties": {"data": {"type": "object", "properties": {"site": {"type": "object", "properties": {"buildTime": {"type": "string"}... | {"componentChunkName" : "component---src-pages-using-typescript-tsx", "path" : "/using-typescript/", "result" : {"data" : {"site" : {"buildTime" : "2020-07-06 09:42 pm UTC"}}, "pageContext" : {"slug" : "/using-typescript/", "langKey" : "pt"}}} | json_instruct | {"type": "object", "properties": {"componentChunkName": {"type": "string"}, "path": {"type": "string"}, "result": {"type": "object", "properties": {"data": {"type": "object", "properties": {"site": {"type": "object", "properties": {"buildTime": {"type": "string"}}, "required": ["buildTime"]}}, "required": ["site"]}, "p... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"metrics": {"type": "array", "items": {"type": "string"}}, "filterBy": {"type": "array", "items": {"type": "object", "properties": {"filterType": {"type": "string"}, "values": {"type": "array", "items": {"type": "s... | {"metrics" : ["Citations", "Unique_Dataset_Requests", "Total_Dataset_Requests", "Total_Dataset_Investigations", "Unique_Dataset_Investigations"], "filterBy" : [{"filterType" : "uid", "values" : ["User01"], "interpretAs" : "list"}, {"filterType" : "month", "values" : ["2017-01", "2018-04"], "interpretAs" : "range"}], "g... | json_instruct | {"type": "object", "properties": {"metrics": {"type": "array", "items": {"type": "string"}}, "filterBy": {"type": "array", "items": {"type": "object", "properties": {"filterType": {"type": "string"}, "values": {"type": "array", "items": {"type": "string"}}, "interpretAs": {"type": "string"}}, "required": ["filterType",... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"title": {"type": "string"}, "other_nominate": {"type": "array", "items": {}}}, "required": ["title", "other_nominate"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"title" : "CUBE ZERO", "other_nominate" : []} | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "other_nominate": {"type": "array", "items": {}}}, "required": ["title", "other_nominate"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["Hyderabad ", "Andhra Pradesh", "0.31", "536"], ["Lucknow ", "Uttar Pradesh", "0.23", "157"], ["Thrissur ", "Kerala", "0.18", "594"], ["Chennai ", "Tamil Nadu", "0.18", "603"], ["Rangareddy ", "Andhra Pradesh", "0.17", "537"], ["Bangalore ", "Karnataka", "0.17", "572"], ["Lakshadweep ", "Lakshadweep", "0.17", "587"],... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"react": {"type": "string"}, "react-dom": {"type": "string"}}, "required": ["react"... | {"name" : "memory-game", "version" : "0.1.0", "description" : "This is an example of a Memory-game on react.", "dependencies" : {"react" : "^16.6.3", "react-dom" : "^16.6.3"}, "devDependencies" : {"gh-pages" : "^2.0.1", "parcel" : "1.10.3"}, "scripts" : {"start" : "parcel ./src/index.html", "build" : "parcel build ./sr... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "dependencies": {"type": "object", "properties": {"react": {"type": "string"}, "react-dom": {"type": "string"}}, "required": ["react", "react-dom"]}, "devDependencies": {"type": "object", "pro... |
Please provide a valid JSON object following this schema:
{"type": "array", "items": {"type": "object", "properties": {"signature": {"type": "string"}, "name": {"type": "string"}, "containingClass": {"type": "object", "properties": {"qualifiedName": {"type": "string"}, "name": {"type": "string"}, "isArray": {"type": "... | [{"signature" : "uncheckedCast(java.lang.Object o,org.jgrapht.util.TypeUtil typeDecl)", "name" : "uncheckedCast", "containingClass" : {"qualifiedName" : "org.jgrapht.util.TypeUtil", "name" : "TypeUtil", "isArray" : false}, "targetClass" : "org.jgrapht.util.TypeUtil", "isVarArgs" : false, "returnType" : {"qualifiedName"... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"signature": {"type": "string"}, "name": {"type": "string"}, "containingClass": {"type": "object", "properties": {"qualifiedName": {"type": "string"}, "name": {"type": "string"}, "isArray": {"type": "boolean"}}, "required": ["qualifiedName", "name", "isArray"... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "private", "dependencies"], "$schema": "http://json-schema.org/... | {"name" : "lab02-lab02-1312098-1312311", "private" : true, "dependencies" : {}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "dependencies": {"type": "object", "properties": {}, "required": []}}, "required": ["name", "private", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"ARCHS": {"type": "string"}, "CODE_SIGN_IDENTITY": {"type": "string"}, "COMBINE_HIDPI_IMAGES": {"type": "string"}, "DEBUG_INFORMATION_FORMAT": {"type": "string"}, "GCC_INLINES_ARE_PRIVATE_EXTERN": {"type": "string"}, "GCC_SY... | {"ARCHS" : "arm64", "CODE_SIGN_IDENTITY" : "iPhone Developer", "COMBINE_HIDPI_IMAGES" : "Yes", "DEBUG_INFORMATION_FORMAT" : "dwarf", "GCC_INLINES_ARE_PRIVATE_EXTERN" : "No", "GCC_SYMBOLS_PRIVATE_EXTERN" : "No", "ONLY_ACTIVE_ARCH" : "No", "SDKROOT" : "appletvos9.2", "SUPPORTED_PLATFORMS" : "appletvos", "TARGETED_DEVICE_... | json_instruct | {"type": "object", "properties": {"ARCHS": {"type": "string"}, "CODE_SIGN_IDENTITY": {"type": "string"}, "COMBINE_HIDPI_IMAGES": {"type": "string"}, "DEBUG_INFORMATION_FORMAT": {"type": "string"}, "GCC_INLINES_ARE_PRIVATE_EXTERN": {"type": "string"}, "GCC_SYMBOLS_PRIVATE_EXTERN": {"type": "string"}, "ONLY_ACTIVE_ARCH":... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"_id": {"type": "string"}, "_isa": {"type": "string"}}, "required": ["_id", "_isa"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"_id" : "unsure", "_isa" : "option:unsure"} | json_instruct | {"type": "object", "properties": {"_id": {"type": "string"}, "_isa": {"type": "string"}}, "required": ["_id", "_isa"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"dotnet-test-explorer.testArguments": {"type": "string"}, "coverage-gutters.showLineCoverage": {"type": "boolean"}, "coverage-gutters.lcovname": {"type": "string"}}, "required": ["dotnet-test-explorer.testArguments... | {"dotnet-test-explorer.testArguments" : "/p:CollectCoverage=true /p:CoverletOutputFormat=lcov", "coverage-gutters.showLineCoverage" : true, "coverage-gutters.lcovname" : "coverage.info"} | json_instruct | {"type": "object", "properties": {"dotnet-test-explorer.testArguments": {"type": "string"}, "coverage-gutters.showLineCoverage": {"type": "boolean"}, "coverage-gutters.lcovname": {"type": "string"}}, "required": ["dotnet-test-explorer.testArguments", "coverage-gutters.showLineCoverage", "coverage-gutters.lcovname"], "$... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"extensions": {"type": "object", "properties": {"python.details": {"type": "object", "properties": {"contacts": {"type": "array", "items": {"type": "object", "properties": {"email": {"type": "string"}, "name": {"type... | {"extensions" : {"python.details" : {"contacts" : [{"email" : "porter.r.andrew@gmail.com", "name" : "Andrew Porter", "role" : "author"}], "document_names" : {"description" : "DESCRIPTION.rst"}, "project_urls" : {"Home" : "https://github.com/AndrewRPorter/pyqt-finance"}}}, "extras" : [], "generator" : "bdist_wheel (0.29... | json_instruct | {"type": "object", "properties": {"extensions": {"type": "object", "properties": {"python.details": {"type": "object", "properties": {"contacts": {"type": "array", "items": {"type": "object", "properties": {"email": {"type": "string"}, "name": {"type": "string"}, "role": {"type": "string"}}, "required": ["email", "name... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "homepage": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "... | {"name" : "rush", "version" : "1.0.0", "description" : "Rush Hour simulation", "main" : "app.js", "homepage" : "schlegelflegel.github.io/rush", "scripts" : {"dev" : "live-server .", "build" : "mkdir -p ./dist && cp *.js *.html *.css ./dist", "predeploy" : "npm run build", "deploy" : "gh-pages -d ./dist"}, "keywords" : ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "homepage": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "predeploy": {"type": "string"}... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"clean": {"type": "string"}, "build-babel": {"type": "string"... | {"name" : "nodest-scaffolding", "version" : "1.0.0", "main" : "index.js", "license" : "MIT", "scripts" : {"clean" : "rm -rf build && mkdir build", "build-babel" : "babel -d ./build ./src -s", "dev" : "nodemon --exec babel-node src/server.js", "build" : "yarn clean && yarn build-babel", "start" : "yarn build && node ./b... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"clean": {"type": "string"}, "build-babel": {"type": "string"}, "dev": {"type": "string"}, "build": {"type": "string"}, "st... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.