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": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}... | {"schema_version" : "1.2.0", "id" : "GHSA-wm52-v3hr-63v8", "modified" : "2022-05-01T18:02:18Z", "published" : "2022-05-01T18:02:18Z", "aliases" : ["CVE-2007-2303"], "details" : "Directory traversal vulnerability in includes/footer.php in News Manager Deluxe (NMDeluxe) 1.0.1 allows remote attackers to include and execut... | json_instruct | {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "a... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type... | {"\u5de5\u5ee0\u540d\u7a31" : "\u79be\u91d1\u5be6\u696d\u793e", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "T6400778", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u9ad8\u96c4\u5e02\u5927\u5bee\u5340\u4e0a\u5bee\u8def184-2\u865f", "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc" : "... | json_instruct | {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "st... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"prog": {"type": "string"}, "experiments": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}, "logging": {"type": "object", "properties": {"format": {"type": "string"}, "level": {"t... | {"prog" : "main.py", "experiments" : {"path" : "experiments"}, "logging" : {"format" : "[%(asctime)s] - [%(levelname)s] - [%(module)s] - %(message)s", "level" : "info", "filename" : "exampleapp.log", "path" : "logs", "backup_count" : 10, "max_bytes" : 1048576}, "description" : "This is an example on how to use the expe... | json_instruct | {"type": "object", "properties": {"prog": {"type": "string"}, "experiments": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}, "logging": {"type": "object", "properties": {"format": {"type": "string"}, "level": {"type": "string"}, "filename": {"type": "string"}, "path": {"type": "str... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "WAFlowPlatformTest"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"scm-groupmanager-plugin": {"type": "object", "properties": {"add-manager-form": {"type": "object", "properties": {"header": {"type": "string"}, "success-message": {"type": "string"}, "help-text": {"type": "string"... | {"scm-groupmanager-plugin" : {"add-manager-form" : {"header" : "Group Manager List", "success-message" : "The update was successful!", "help-text" : "The list of the Group Managers", "add-manager" : "Add Group Manager", "submit" : "Submit"}, "add-member-button" : {"label" : "Add Group Manager"}, "add-member-textfield" ... | json_instruct | {"type": "object", "properties": {"scm-groupmanager-plugin": {"type": "object", "properties": {"add-manager-form": {"type": "object", "properties": {"header": {"type": "string"}, "success-message": {"type": "string"}, "help-text": {"type": "string"}, "add-manager": {"type": "string"}, "submit": {"type": "string"}}, "re... |
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" : 64573, "cartId" : "0a470cb4-8073-430f-8b9c-b63e43db7e42", "preferredProducts" : [839], "productReviews" : [{"productId" : 4498, "reviewText" : "heard about this on chicha radio, decided to give it a try.", "reviewDate" : "2018-07-27T11:56:43.6051507+03:00"}, {"productId" : 3464, "reviewText" : "My co-worker... | 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... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {".js": {"type": "string"}}, "required": [".js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {".js" : "db076c108442c4f78c8c2236c25479aa2e590255.js"} | json_instruct | {"type": "object", "properties": {".js": {"type": "string"}}, "required": [".js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"published": {"type": "string"}, "media-type": {"type": "string"}, "title": {"type": "string"}, "id": {"type": "string"}, "content": {"type": "string"}, "source": {"type": "string"}}, "required": ["published", "med... | {"published" : "2015-09-16T17:15:00Z", "media-type" : "News", "title" : "Henderson, Nevada www.Wasatch-Contract-Manufacturing.com News: Utah \"Wasatch Labs\" Awarded \"Best-of-the-State\" for Best Professionalism of Anti-Aging Serum Being Sold Into Retail and M-L-M Channels", "id" : "0dcf19d9-e65b-4b6a-9eb3-865a7e8fa00... | 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... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "directories": {"type": "object", "properties": {"example": {"type": "string"}}, "required": ["example"]}, "scripts": {"... | {"name" : "kragl", "version" : "2.0.0", "description" : "An ES6 WebGL game engine.", "directories" : {"example" : "examples"}, "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/Cazra/KraGL.git"}, "author" : "", "license" : "ISC", "bugs"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "directories": {"type": "object", "properties": {"example": {"type": "string"}}, "required": ["example"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required":... |
Following the schema specification below, generate a valid JSON instance:
{"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_... | {"type" : "Feature", "properties" : {"name" : "Dallas County", "name_long" : "Dallas County, AL", "fips" : "01047", "state_code_int" : 1, "state_code_postal" : "AL", "state_code_iso" : "US-AL", "county_code" : 47, "population" : 37196, "countrylevel_id" : "fips:01047", "census_data" : {"COUNTYNS" : "00161549", "AFFGEOI... | 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... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "... | {"id" : 1125848887, "type" : "Feature", "properties" : {"src:alt_label" : "qs_pg", "src:geom" : "qs_pg", "wof:geomhash" : "4b3bbea907dde78249dd63cb2fad0a19", "wof:id" : 1125848887, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [4.76763, 48.24043, 4.76763, 48.24043], "geometry" : {"coordinates" : [4.76763, 48.2404... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "propert... | {"contract" : "0x64eec0c2ae2bc67d0715821635614c99362c8c12", "tool" : "honeybadger", "start" : 1565841125.7108727, "end" : 1565841151.6881683, "duration" : 25.977295637130737, "analysis" : [{"errors" : [], "file" : "/unique_chucks/45/0x64eec0c2ae2bc67d0715821635614c99362c8c12.sol", "name" : "Ownable"}, {"errors" : [], "... | json_instruct | {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "strin... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"common_bootbinary": {"type": "string"}, "benchmark_name": {"type": "string"}, "deliver_dir": {"type": "string"}, "common_args": {"type": "array", "items": {}}, "common_files": {"type": "array", "items": {"type": "string"}}, "com... | {"common_bootbinary" : "bbl-vmlinux", "benchmark_name" : "gapbs", "deliver_dir" : "gapbs", "common_args" : [], "common_files" : ["gapbs.sh"], "common_simulation_outputs" : ["uartlog", "memory_stats.csv"], "common_outputs" : ["/output"], "workloads" : [{"name" : "bc-kron", "files" : ["bc", "run/bc-kron.sh", "benchmark/g... | json_instruct | {"type": "object", "properties": {"common_bootbinary": {"type": "string"}, "benchmark_name": {"type": "string"}, "deliver_dir": {"type": "string"}, "common_args": {"type": "array", "items": {}}, "common_files": {"type": "array", "items": {"type": "string"}}, "common_simulation_outputs": {"type": "array", "items": {"typ... |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "userDefined": {"type": "boolean"}}, "required": ["text", "userDefined"]}}, "... | [{"id" : "863e14d3-8cbb-4d57-9f1c-869127893cd4", "data" : [{"text" : "Is there orientation online?", "userDefined" : false}], "isTemplate" : false, "count" : 0, "updated" : 1516682710}, {"id" : "b8f75668-0c82-4c80-a5b6-4fa5d909a5af", "data" : [{"text" : "Can I complete an online orientation?", "userDefined" : false}], ... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "userDefined": {"type": "boolean"}}, "required": ["text", "userDefined"]}}, "isTemplate": {"type": "boolean"}, "count": {"type": "intege... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"subreddit": {"type": "string"}, "author": {"type": "string"}, "count": {"type": "integer"}}, "required": ["subreddit", "author", "count"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"subreddit" : "PornOverlords", "author" : "johannhumpback", "count" : 61} | json_instruct | {"type": "object", "properties": {"subreddit": {"type": "string"}, "author": {"type": "string"}, "count": {"type": "integer"}}, "required": ["subreddit", "author", "count"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"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", "l... | {"place_name" : "Shreveport", "state_name" : "Louisiana", "state_abbrv" : "LA", "lat" : "32.3977", "long" : "-93.8025"} | 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 an example JSON object that satisfies this schema:
{"type": "object", "properties": {"vuetify.css": {"type": "string"}, "vuetify.js": {"type": "string"}, "vuetify.min.css": {"type": "string"}, "vuetify.min.js": {"type": "string"}}, "required": ["vuetify.css", "vuetify.js", "vuetify.min.css", "vuetify.min.js"], ... | {"vuetify.css" : "sha256-YYsZj5FeKMfhD9J0/HDDSC9t7nWgs5vuUEd7xx5q9mI=", "vuetify.js" : "sha256-5wTBxKyyWzEdslxVidzvzg/HxUQk+W+Pi6I0MqcSgeg=", "vuetify.min.css" : "sha256-SptiCqt9VNnDej11moluI8n3xhVg3AW/LHG4dmAn2PM=", "vuetify.min.js" : "sha256-9xGf2ow4rcBTgNhdSZE0C7nkMbiXytRKSasNX9aTlmE="} | json_instruct | {"type": "object", "properties": {"vuetify.css": {"type": "string"}, "vuetify.js": {"type": "string"}, "vuetify.min.css": {"type": "string"}, "vuetify.min.js": {"type": "string"}}, "required": ["vuetify.css", "vuetify.js", "vuetify.min.css", "vuetify.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following 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"}, "nu... | {"nom" : "Saint-Laurent-les-Tours", "circ" : "2\u00e8me circonscription", "dpt" : "Lot", "inscrits" : 758, "abs" : 368, "votants" : 390, "blancs" : 22, "nuls" : 7, "exp" : 361, "res" : [{"nuance" : "REM", "nom" : "Mme Huguette TIEGNA", "voix" : 210}, {"nuance" : "SOC", "nom" : "M. Vincent LABARTHE", "voix" : 151}]} | 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"... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"appId": {"type": "string"}, "appName": {"type": "string"}, "webDir": {"type": "string"}, "bundledWebRuntime": {"type": "boolean"}}, "required": ["appId", "appName", "webDir", "bundledWebRuntime"], "$schema": "http://... | {"appId" : "platzi.music.com", "appName" : "platzi-music", "webDir" : "www", "bundledWebRuntime" : false} | json_instruct | {"type": "object", "properties": {"appId": {"type": "string"}, "appName": {"type": "string"}, "webDir": {"type": "string"}, "bundledWebRuntime": {"type": "boolean"}}, "required": ["appId", "appName", "webDir", "bundledWebRuntime"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {}, "required": []}, "name": {"type": "string"}, "product_stoichiometries": {"... | [{"comment" : "", "definition" : "UDP-alpha-D-galactose + N-Acetyl-beta-D-glucosaminyl-glycopeptide <=> UDP + beta-D-Galactosyl-1,4-N-acetyl-beta-D-glucosaminylglycopeptide", "orthologs" : {}, "name" : "UDP-alpha-D-galactose:N-acetyl-beta-D-glucosaminylglycopeptide 4-beta-galactosyltransferase", "product_stoichiometrie... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {}, "required": []}, "name": {"type": "string"}, "product_stoichiometries": {"type": "array", "items": {"type": "string"}}, "enzymes": {"type": "arr... |
Construct a JSON document that adheres to this schema specification:
{"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/mod... | {"cam/image_array" : "3096_cam-image_array_.jpg", "user/throttle" : 0.0, "user/angle" : -0.08908285945653915, "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#"} |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "src": {"type": "string"}}, "required": ["name", "src"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"name" : "The Pulse - WZFJ", "src" : "http://50.22.253.45:80/wzfj-fm?t=1526292572"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "src": {"type": "string"}}, "required": ["name", "src"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email... | {"id" : 71889, "name" : "about:blank system colours + notice", "description" : "Colours empty blank page in system palette *1 and adds \"\u2248 about:blank \u2248\" message there.", "user" : {"id" : 347, "name" : "myf", "email" : "redacted", "paypal_email" : null, "homepage" : "http://eldar.cz/myf/", "about" : ";-,-,'-... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "string"}, "abo... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "n... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[142.375, 22.083333333333332], [142.375, 22.166666666666668], [142.5, 22.166666666666668], [142.5, 22.083333333333332], [142.375, 22.083333333333332]]]}, "properties" : {"code" : 334213, "url" : "http://madefor.github.io/0410/api/v1/334213.geojson... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"scripts": {"type": "object", "properties": {"prettier": {"type": "string"}}, "required": ["prettier"]}, "devDependencies": {"type": "object", "properties": {"husky": {"type": "string"}, "prettier": {"type": "string"}... | {"scripts" : {"prettier" : "prettier --write packages"}, "devDependencies" : {"husky" : "^4.2.5", "prettier" : "2.0.5", "pretty-quick" : "^2.0.1"}, "private" : true, "husky" : {"hooks" : {"pre-commit" : "pretty-quick --staged"}}, "name" : "substratebot", "workspaces" : {"packages" : ["packages/*"], "nohoist" : ["**/@po... | json_instruct | {"type": "object", "properties": {"scripts": {"type": "object", "properties": {"prettier": {"type": "string"}}, "required": ["prettier"]}, "devDependencies": {"type": "object", "properties": {"husky": {"type": "string"}, "prettier": {"type": "string"}, "pretty-quick": {"type": "string"}}, "required": ["husky", "prettie... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "fips": {"type": "string"}, "state_code": {"type": "integer"}, "county_code": {"type": "integer"}, "population": {"type"... | {"type" : "Feature", "properties" : {"name" : "Coosa County", "fips" : "01037", "state_code" : 1, "county_code" : 37, "population" : 10663, "countrylevel_id" : "fips:01037", "census_data" : {"COUNTYNS" : "00161544", "AFFGEOID" : "0500000US01037", "LSAD" : "06", "ALAND" : 1685850815, "AWATER" : 39987271}}, "geometry" : ... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}, "fips": {"type": "string"}, "state_code": {"type": "integer"}, "county_code": {"type": "integer"}, "population": {"type": "integer"}, "countrylevel_id": {"type": "string"}, "census_d... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"locationData": {"type": "object", "properties": {"relativeBoundingBox": {"type": "object", "properties": {"xmin": {"type": "number"}, "width": {"type": "number"}, "ymin": {"type": "number"}, "height": {"type": "number"}}, "requi... | {"locationData" : {"relativeBoundingBox" : {"xmin" : 0.5591496, "width" : 0.05896133, "ymin" : 0.62626433, "height" : 0.07370174}, "relativeKeypoints" : [{"y" : 0.62723607, "x" : 0.5759853}, {"y" : 0.6971246, "x" : 0.5871784}, {"y" : 0.69901526, "x" : 0.582379}, {"y" : 0.69451034, "x" : 0.58016324}, {"y" : 0.6867701, "... | json_instruct | {"type": "object", "properties": {"locationData": {"type": "object", "properties": {"relativeBoundingBox": {"type": "object", "properties": {"xmin": {"type": "number"}, "width": {"type": "number"}, "ymin": {"type": "number"}, "height": {"type": "number"}}, "required": ["xmin", "width", "ymin", "height"]}, "relativeKeyp... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"aragon": {"type": "object", "properties": {"proposalParams": {"type": "boolean"}}, "required": ["proposalParams"]}, "charts": {"type": "object", "properties": {"proposalParams": {"type": "boolean"}}, "required": ["proposalPara... | {"aragon" : {"proposalParams" : true}, "charts" : {"proposalParams" : false}, "gnosis" : {"proposalParams" : true}, "hal" : {"proposalParams" : false}, "poap" : {"proposalParams" : false}, "quorum" : {"proposalParams" : false}, "safeSnap" : {"proposalParams" : false}} | json_instruct | {"type": "object", "properties": {"aragon": {"type": "object", "properties": {"proposalParams": {"type": "boolean"}}, "required": ["proposalParams"]}, "charts": {"type": "object", "properties": {"proposalParams": {"type": "boolean"}}, "required": ["proposalParams"]}, "gnosis": {"type": "object", "properties": {"proposa... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"config": {"type": "object", "properties": {"trace": {"type": "object", "properties": {"help": {"type": "string"}, "value": {"type": "boolean"}}, "required": ["help", "value"]}, "radio-type": {"type": "object"... | {"config" : {"trace" : {"help" : "options are true, false", "value" : true}, "radio-type" : {"help" : "options are ATMEL, MCR20, NCS36510", "value" : "ATMEL"}, "mesh-type" : {"help" : "options are MESH_LOWPAN, MESH_THREAD", "value" : "MESH_THREAD"}}, "target_overrides" : {"*" : {"target.features_add" : ["NANOSTACK", "T... | json_instruct | {"type": "object", "properties": {"config": {"type": "object", "properties": {"trace": {"type": "object", "properties": {"help": {"type": "string"}, "value": {"type": "boolean"}}, "required": ["help", "value"]}, "radio-type": {"type": "object", "properties": {"help": {"type": "string"}, "value": {"type": "string"}}, "r... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"FB": {"type": "object", "properties": {"PAGE_ACCESS_TOKEN": {"type": "string"}, "VERIFY_TOKEN": {"type": "string"}, "APP_SECRET": {"type": "string"}}, "required": ["PAGE_ACCESS_TOKEN", "VERIFY_TOKEN", "APP_SECRET"]}}... | {"FB" : {"PAGE_ACCESS_TOKEN" : "PAGE_ACCESS_TOKEN", "VERIFY_TOKEN" : "VERIFY_TOKEN", "APP_SECRET" : "APP_SECRET"}} | json_instruct | {"type": "object", "properties": {"FB": {"type": "object", "properties": {"PAGE_ACCESS_TOKEN": {"type": "string"}, "VERIFY_TOKEN": {"type": "string"}, "APP_SECRET": {"type": "string"}}, "required": ["PAGE_ACCESS_TOKEN", "VERIFY_TOKEN", "APP_SECRET"]}}, "required": ["FB"], "$schema": "http://json-schema.org/draft-07/sch... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"description": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", ... | {"description" : "\u041b\u0430\u0431\u043e\u0440\u0430\u0442\u043e\u0440\u043d\u0430\u044f \u0440\u0430\u0431\u043e\u0442\u0430 \u21162", "license" : "MIT", "author" : {"name" : "\u041b\u044e\u043c\u0438\u043d\u0430\u0440\u0441\u043a\u0438\u0439 \u0412\u043b\u0430\u0434\u0438\u0441\u043b\u0430\u0432", "email" : "Vladis... | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "license": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "repository": {"type": "object", "properties": {"typ... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"next_post_id": {"type": "integer"}, "next_comment_id": {"type": "integer"}, "next_follow_id": {"type": "integer"}, "avatar": {"type": "string"}, "user_name": {"type": "string"}, "hub": {"type": "string"}, "intr... | {"next_post_id" : 3, "next_comment_id" : 1, "next_follow_id" : 3, "avatar" : "generate", "user_name" : "Luminous", "hub" : "1oranGeS2xsKZ4jVsu9SVttzgkYXu4k9v", "intro" : "Calling", "post" : [{"post_id" : 1, "date_added" : 1491337588, "body" : "Hello ZeroMe!"}, {"post_id" : 1491337677, "body" : "Initializing", "date_add... | json_instruct | {"type": "object", "properties": {"next_post_id": {"type": "integer"}, "next_comment_id": {"type": "integer"}, "next_follow_id": {"type": "integer"}, "avatar": {"type": "string"}, "user_name": {"type": "string"}, "hub": {"type": "string"}, "intro": {"type": "string"}, "post": {"type": "array", "items": {"type": "object... |
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" : ["Preheat oven to 375 degrees F (190 degrees C).", "Combine butter, 3/4 cup confectioners' sugar, vanilla extract, and salt in a large bowl; beat with an electric mixer until creamy. Beat in flour gradually. Fold mini morsels into the dough.", "Shape dough into 1 1/4-inch balls; arrange on ungreased bak... | 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": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["babel-preset-olasearch"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"average_occupancy": {"type": "array", "items": {"type": "number"}}}, "required": ["average_occupancy"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"average_occupancy" : [1.352659892394662, 1.3465885594221878, 1.4158962261422714, 1.445829286025142, 1.4397845880297746, 1.3663480440349085, 1.3990789403721697, 1.4065567529212195, 1.4107598411908155, 1.3664326208402384, 1.3838077247222953, 1.3519521932594396, 1.3230243241192066, 1.3994199354221968, 1.418283069487082,... | json_instruct | {"type": "object", "properties": {"average_occupancy": {"type": "array", "items": {"type": "number"}}}, "required": ["average_occupancy"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"d1_mini": {"type": "object", "properties": {"version": {"type": "string"}, "firmware": {"type": "string"}}, "required": ["version", "firmware"]}, "NX3224T024_011R": {"type": "object", "properties": {"version": {"type": "int... | {"d1_mini" : {"version" : "0.34", "firmware" : "http://haswitchplate.com/update/HASwitchPlate.ino.d1_mini.bin"}, "NX3224T024_011R" : {"version" : 1, "firmware" : "http://haswitchplate.com/update/HASwitchPlate.tft"}, "NX4024K032_011R" : {"version" : 1, "firmware" : "http://haswitchplate.com/update/HASwitchPlate-Enhanced... | json_instruct | {"type": "object", "properties": {"d1_mini": {"type": "object", "properties": {"version": {"type": "string"}, "firmware": {"type": "string"}}, "required": ["version", "firmware"]}, "NX3224T024_011R": {"type": "object", "properties": {"version": {"type": "integer"}, "firmware": {"type": "string"}}, "required": ["version... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"group_id": {"type": "string"}, "function_id": {"type": "null"}, "value_str": {"type": "null"}, "throughput": {"type": "null"}, "full_id": {"type": "string"}, "directory_name": {"type": "string"}, "title": {"type": "string"}}, ... | {"group_id" : "test", "function_id" : null, "value_str" : null, "throughput" : null, "full_id" : "test", "directory_name" : "test", "title" : "test"} | json_instruct | {"type": "object", "properties": {"group_id": {"type": "string"}, "function_id": {"type": "null"}, "value_str": {"type": "null"}, "throughput": {"type": "null"}, "full_id": {"type": "string"}, "directory_name": {"type": "string"}, "title": {"type": "string"}}, "required": ["group_id", "function_id", "value_str", "throu... |
The schema below describes a JSON structure. Generate a valid example:
{"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", "i... | {"ast" : null, "code" : "var _jsxFileName = \"C:\\\\Users\\\\Young\\\\Desktop\\\\FoodApp-project\\\\src\\\\components\\\\Home\\\\Home.js\";\nimport React from 'react';\nimport Card from '../UI/Card/Card';\nimport classes from './Home.module.css';\nimport { jsxDEV as _jsxDEV } from \"react/jsx-dev-runtime\";\n\nconst Ho... | 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... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items": {"t... | {"version" : 1.3, "people" : [{"person_id" : [-1], "pose_keypoints_2d" : [0.508304, 0.404682, 0.965545, 0.508965, 0.468218, 0.93477, 0.42453, 0.468315, 0.86631, 0.396092, 0.5084, 0.768, 0.410188, 0.460796, 0.640263, 0.607613, 0.460745, 0.916109, 0.664001, 0.532259, 0.850447, 0.62198, 0.532475, 0.899933, 0.509695, 0.603... | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"person_id": {"type": "array", "items": {"type": "integer"}}, "pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, ... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/angle": {"type": "number"}, "user/throttle": {"type": "number"}, "user/mode": {"type": "string"}, "pos/pos_x": {"type": "number"}, "pos/pos_y": {"type": "number"}, "pos/pos_z": {"... | {"cam/image_array" : "7021_cam-image_array_.jpg", "user/angle" : 0.048, "user/throttle" : 0.792, "user/mode" : "user", "pos/pos_x" : 78.26586, "pos/pos_y" : 0.5550962, "pos/pos_z" : 54.67852, "pos/speed" : 10.56961, "pos/cte" : -0.01251883, "milliseconds" : 374863} | json_instruct | {"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/angle": {"type": "number"}, "user/throttle": {"type": "number"}, "user/mode": {"type": "string"}, "pos/pos_x": {"type": "number"}, "pos/pos_y": {"type": "number"}, "pos/pos_z": {"type": "number"}, "pos/speed": {"type": "number"}, "pos/cte": ... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "string"}, "format": {"type": "string"}, "category": {"type": "st... | {"id" : 171013, "info" : {"name" : "Santorini Wedding Photography", "description" : "Hurrah!! Finally, a day is here for which you waited for years. <a href=\"https://www.studiokristo.com\">Studio Kristo</a> can make it extra special for you by offering a Santorini wedding photography service that provides the utmost c... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "string"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type":... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"parameters": {"type": "object", "properties": {"api-version": {"type": "string"}, "accountName": {"type": "string"}, "adlsFileSystemDnsSuffix": {"type": "string"}, "path": {"type": "string"}, "tooId": {"type": ... | {"parameters" : {"api-version" : "2016-11-01", "accountName" : "contosoadla", "adlsFileSystemDnsSuffix" : "azuredatalakestore.net", "path" : "test_file_path", "tooId" : false, "op" : "GETACLSTATUS"}, "responses" : {"200" : {"AclStatus" : {"entries" : ["test_entry_1", "test_entry_2"], "group" : "test_group", "owner" : "... | json_instruct | {"type": "object", "properties": {"parameters": {"type": "object", "properties": {"api-version": {"type": "string"}, "accountName": {"type": "string"}, "adlsFileSystemDnsSuffix": {"type": "string"}, "path": {"type": "string"}, "tooId": {"type": "boolean"}, "op": {"type": "string"}}, "required": ["api-version", "account... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"addcontact": {"type": "string"}, "blockcontact": {"type": "string"}, "blocknoncontacts": {"type": "string"}, "contactlistempty": {"type": "string"}, "contactname": {"type": "string"}, "contacts": {"type": "string"}... | {"addcontact" : "L\u00e4gg till kontakt", "blockcontact" : "Blockera kontakt", "blocknoncontacts" : "Blockera alla nya meddelanden fr\u00e5n personer som inte finns med p\u00e5 min kontaktlista.", "contactlistempty" : "kontaktlista \u00e4r tom", "contactname" : "Kontakt namn", "contacts" : "Kontakter", "deletemessage" ... | json_instruct | {"type": "object", "properties": {"addcontact": {"type": "string"}, "blockcontact": {"type": "string"}, "blocknoncontacts": {"type": "string"}, "contactlistempty": {"type": "string"}, "contactname": {"type": "string"}, "contacts": {"type": "string"}, "deletemessage": {"type": "string"}, "deletemessageconfirmation": {"t... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"shortcuts": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "url": {"type": "string"}, "id": {"type": "string"}}, "required": ["shortcuts", "name", "url", "id"], "$schema": "http://json-schema.org/dra... | {"shortcuts" : ["podio"], "name" : "Podio", "url" : "https://developers.podio.com/", "id" : "podio"} | json_instruct | {"type": "object", "properties": {"shortcuts": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "url": {"type": "string"}, "id": {"type": "string"}}, "required": ["shortcuts", "name", "url", "id"], "$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"}, "dependencies": {"type": "object", "properties": {"deep-for-each": {"type": "string"}, "lodash": {"type": "string"}, "remark": {"type": "string"}, "remark-html": {"type... | {"name" : "gatsby-remark-ample", "version" : "0.3.0", "dependencies" : {"deep-for-each" : "^3.0.0", "lodash" : "^4.17.19", "remark" : "^12.0.0", "remark-html" : "^11.0.1"}, "devDependencies" : {"jest" : "^25.5.2"}, "scripts" : {"test" : "jest ./utils"}, "license" : "MIT"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"deep-for-each": {"type": "string"}, "lodash": {"type": "string"}, "remark": {"type": "string"}, "remark-html": {"type": "string"}}, "required": ["deep-for-each", "lodash", "rem... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"900549399": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900549400": {"type": "object", "properties": {"na... | {"900549399" : {"nama" : "TPS 1", "dapil" : [3510, 13513, 2352506]}, "900549400" : {"nama" : "TPS 2", "dapil" : [3510, 13513, 2352506]}, "900549401" : {"nama" : "TPS 3", "dapil" : [3510, 13513, 2352506]}, "900549402" : {"nama" : "TPS 4", "dapil" : [3510, 13513, 2352506]}, "900549403" : {"nama" : "TPS 5", "dapil" : [351... | json_instruct | {"type": "object", "properties": {"900549399": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900549400": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"roc_auc": {"type": "number"}, "accuracy_score": {"type": "number"}, "balanced_accuracy_score": {"type": "number"}, "matthews_corrcoef": {"type": "number"}, "f1_score": {"type": "number"}, "classification_report": {"... | {"roc_auc" : 0.7833333333333333, "accuracy_score" : 0.8181818181818182, "balanced_accuracy_score" : 0.7833333333333333, "matthews_corrcoef" : 0.5907908398283784, "f1_score" : 0.8181818181818182, "classification_report" : {"0" : {"precision" : 0.8333333333333334, "recall" : 0.9, "f1-score" : 0.8653846153846153, "support... | json_instruct | {"type": "object", "properties": {"roc_auc": {"type": "number"}, "accuracy_score": {"type": "number"}, "balanced_accuracy_score": {"type": "number"}, "matthews_corrcoef": {"type": "number"}, "f1_score": {"type": "number"}, "classification_report": {"type": "object", "properties": {"0": {"type": "object", "properties": ... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "website": {"type": "string"}, "short_description": {"type": "string"}, "explorer": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, ... | {"name" : "Bitcoin ATM", "website" : "https://bitcoinatm.ltd/", "short_description" : "BATM coins are made for the purpose of expanding Crypto Currencies ATM around the world associated with the Altcoin listed on 365.stream.", "explorer" : [{"name" : "Etherscan", "url" : "https://etherscan.io/token/0x05b8cb3F1f1F46cEAE... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "website": {"type": "string"}, "short_description": {"type": "string"}, "explorer": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "url"]}}, "data_source": {"type": "s... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"PRODUCT_NAME": {"type": "string"}, "MANUFACTURER": {"type": "string"}, "BRANDNAME": {"type": "string"}, "WEIGHT": {"type": "string"}}, "required": ["PRODUCT_NAME", "MANUFACTURER", "BRANDNAME", "WEIGHT"], "$sc... | {"PRODUCT_NAME" : "Grain Amaranth", "MANUFACTURER" : "Pwani Jatropha Enterprises", "BRANDNAME" : "Amaranth Flour", "WEIGHT" : "250g"} | 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#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"... | {"id" : 215395, "info" : {"name" : "Black and White Button", "description" : "It changes colours.", "additionalInfo" : null, "format" : "uso", "category" : "roblox", "createdAt" : "2021-10-02T17:09:32.000Z", "updatedAt" : "2021-10-02T17:10:19.000Z", "license" : "NO-REDISTRIBUTION", "author" : {"id" : 1234793, "name" : ... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "info": {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "additionalInfo": {"type": "null"}, "format": {"type": "string"}, "category": {"type": "string"}, "createdAt": {"type": "string"}, "updatedAt": {"type": "... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "repository": {"type": "object", "properties": {"ty... | {"name" : "router-demo", "version" : "1.0.0", "scripts" : {"start" : "npx atc dev --tsconfig app/tsconfig.json"}, "repository" : {"type" : "git", "url" : "https://github.com/ws-node/astroboy-router"}, "author" : "mogician", "license" : "MIT", "dependencies" : {"@types/koa" : "^2.0.46", "@types/koa-router" : "^7.0.31", ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "ur... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"open": {"type": "string"}, "high": {"type": "string"}, "low": {"type": "string"}, "volume": {"type": "string"}, "last": {"type": "string"}, "volume_30day": {"type": "string"}}, "required": ["open", "high", "low... | {"open" : "54.64", "high" : "55.67", "low" : "53.94", "volume" : "145.979", "last" : "55.59", "volume_30day" : "23641.868"} | json_instruct | {"type": "object", "properties": {"open": {"type": "string"}, "high": {"type": "string"}, "low": {"type": "string"}, "volume": {"type": "string"}, "last": {"type": "string"}, "volume_30day": {"type": "string"}}, "required": ["open", "high", "low", "volume", "last", "volume_30day"], "$schema": "http://json-schema.org/dr... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"countries": {"type": "array", "items": {"type": "string"}}, "topics": {"type": "array", "items": {}}, "section_title": {"type": "string"}, "enb_start_date": {"type": "string"}, "enb_short_title": {"type": "string"},... | {"countries" : ["United States", "Russian Federation", "Australia", "Canada", "Japan"], "topics" : [], "section_title" : "Any other matters", "enb_start_date" : "07-Jun-03", "enb_short_title" : "SB-18", "subtype" : "", "actors" : [], "sentences" : ["The RUSSIAN FEDERATION, with AUSTRALIA, CANADA, JAPAN and the US, sugg... | json_instruct | {"type": "object", "properties": {"countries": {"type": "array", "items": {"type": "string"}}, "topics": {"type": "array", "items": {}}, "section_title": {"type": "string"}, "enb_start_date": {"type": "string"}, "enb_short_title": {"type": "string"}, "subtype": {"type": "string"}, "actors": {"type": "array", "items": {... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "null"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "st... | {"name" : "St. Therese - MTC Colleges - Tigbauan \u2013 St. Therese - MTC Colleges - La Fiesta", "alt_name" : null, "country" : "Philippines", "state" : null, "address" : {"street" : "M.H. Del Pilar St., Molo", "city" : "Iloilo City", "province" : "Iloilo", "postal_code" : "5000"}, "contact" : {"telephone" : "+63(33) 3... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "alt_name": {"type": "null"}, "country": {"type": "string"}, "state": {"type": "null"}, "address": {"type": "object", "properties": {"street": {"type": "string"}, "city": {"type": "string"}, "province": {"type": "string"}, "postal_code": {"type": "string"}},... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "autho... | {"title" : "73_\u5e0c\u513f_\u0415xcuse me\uff11\uff18\u6b73\u4ee5\u4e0a\uff01", "author" : "\u4e09\u4ec1\u6708\u997c", "description" : "\u3010\u9ad8\u7801\u7387\u65e0\u635f\u539f\u753b\u8d2860FPS/\u65e0\u6c34\u5370\u3011HDundefined60FPSundefinedDL<br>\u7231\u53d1\u7535\uff1a<aundefinedhref='https://afdian.net/'>https:... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://js... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"<page title>": {"type": "string"}, "camera type": {"type": "string"}, "depth": {"type": "string"}, "effective megapixels": {"type": "string"}, "flash": {"type": "string"}, "focal length 35mm equivalent": {"type": "s... | {"<page title>" : "Sony DSC-WX350 White Digital Camera (18.2 MP, 20x Opt, SD/SDHC/MS Duo Card Slot) Price Comparison at Buy.net", "camera type" : "Point & Shoot Digital Camera", "depth" : "0.06 in", "effective megapixels" : "18200000 pixels", "flash" : "Built-in Flash", "focal length 35mm equivalent" : "28.5 mm to 1425... | json_instruct | {"type": "object", "properties": {"<page title>": {"type": "string"}, "camera type": {"type": "string"}, "depth": {"type": "string"}, "effective megapixels": {"type": "string"}, "flash": {"type": "string"}, "focal length 35mm equivalent": {"type": "string"}, "height": {"type": "string"}, "image sensor": {"type": "strin... |
Construct a JSON document that adheres to this schema specification:
{"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", "r... | {"solution_size" : 847, "ok" : true, "resemblance" : 0.999999, "problem_id" : 2385, "solution_spec_hash" : "c14b8d727ddeb6464927784c69fcb79352007aca"} | 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... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "... | {"version" : 1.2, "people" : [{"pose_keypoints_2d" : [815.784, 221.504, 1, 807.399, 263.482, 1, 771.288, 259.793, 1, 747.947, 284.076, 1, 556.415, 163.502, 0, 843.295, 263.113, 1, 876.174, 307.418, 1, 868.692, 351.087, 1, 783.64, 356.725, 1, 769.315, 409.663, 1, 718.954, 423.451, 1, 821.932, 363.095, 1, 829.082, 432.87... | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "han... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/throttle": {"type": "number"}, "timestamp": {"type": "string"}, "user/angle": {"type": "number"}, "user/mode": {"type": "string"}}, "required": ["cam/image_array", ... | {"cam/image_array" : "3143_cam-image_array_.jpg", "user/throttle" : 0.8, "timestamp" : "2019-02-17 21:50:27.968949", "user/angle" : -0.32993560594500565, "user/mode" : "user"} | json_instruct | {"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/throttle": {"type": "number"}, "timestamp": {"type": "string"}, "user/angle": {"type": "number"}, "user/mode": {"type": "string"}}, "required": ["cam/image_array", "user/throttle", "timestamp", "user/angle", "user/mode"], "$schema": "http://... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": ... | {"n_dim" : 21, "n_trials" : 210, "objective" : "markowitz_return_on_cube", "white" : "optuna_random_clone_2", "black" : "hyperopt_rand", "traceback" : ["passing", "passing"], "best_val" : [1429.68398978178, 1341.6614777500702], "best_x" : [[0.6825304715866259, 0.712391588788636, 0.7153187134125829, 0.7361575047180033, ... | 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": {... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"issues_url": {"type": "string"}, "members_url": {"type": "string"}, "description": {"type": "string"}, "public_members_url": {"type": "string"}, "url": {"type": "string"}, "events_url... | [{"issues_url" : "https://api.github.com/orgs/kbase/issues", "members_url" : "https://api.github.com/orgs/kbase/members{/member}", "description" : "The Department of Energy Systems Biology Knowledgebase", "public_members_url" : "https://api.github.com/orgs/kbase/public_members{/member}", "url" : "https://api.github.com... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"issues_url": {"type": "string"}, "members_url": {"type": "string"}, "description": {"type": "string"}, "public_members_url": {"type": "string"}, "url": {"type": "string"}, "events_url": {"type": "string"}, "avatar_url": {"type": "string"}, "repos_url": {"typ... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"description": {"type": "string"}, "duration": {"type": "integer"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "speakers": {"type": "array", "items": {"type": "string"}}, "thumbnail_url": {"type": "string"}, ... | {"description" : "Do you maintain a `Rube\nGoldberg <https://s-media-cache-ak0.pinimg.com/564x/92/27/a6/9227a66f6028bd19d418c4fb3a55b379.jpg>`__-like\nservice? Perhaps it\u2019s highly distributed? Or you recently walked onto a\nteam with an unfamiliar codebase? Have you noticed your service responds\nslower than molas... | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "duration": {"type": "integer"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "speakers": {"type": "array", "items": {"type": "string"}}, "thumbnail_url": {"type": "string"}, "title": {"type": "string"}, "videos": {"type": "array", ... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"... | {"name" : "@formatjs/ts-transformer", "version" : "3.1.5", "description" : "TS Compiler transformer for formatjs", "main" : "index.js", "types" : "index.d.ts", "repository" : {"type" : "git", "url" : "git+ssh://git@github.com/formatjs/formatjs.git"}, "keywords" : ["i18n", "internationalization", "typescript", "transfor... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-... | {"variants" : {"" : {"model" : "compressium:block/diamond_1"}}} | 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": {"name": {"type": "string"}, "private": {"type": "boolean"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "preview": {"type": "string"}}, "requ... | {"name" : "front", "private" : true, "version" : "0.0.0", "scripts" : {"dev" : "vite", "build" : "vite build", "preview" : "vite preview"}, "dependencies" : {"@tauri-apps/api" : "^1.0.0-rc.1", "element-plus" : "^2.0.4", "vue" : "^3.2.25"}, "devDependencies" : {"@tauri-apps/cli" : "^1.0.0-rc.5", "@vitejs/plugin-vue" : "... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "build": {"type": "string"}, "preview": {"type": "string"}}, "required": ["dev", "build", "preview"]}, "dependencies": {"ty... |
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": {"test": {"type": "string"}}, "required": ["test"]}, "repo... | {"name" : "sails-hook-violations", "version" : "1.1.6", "description" : "Custom validation error messages for sails model with i18n support.", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/kenchar/sails-hook-vio... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "s... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "is_closed": {"type": "boolean"}, "description": {"type": "string"}, "shortname": {"type": "string"}, "discr": {"type": "string"}, "type": {"type": "string"}, "_... | {"id" : 67359, "name" : "Media Resource In-band Tracks Community Group", "is_closed" : false, "description" : "This group will develop a specification defining how user agents should expose in-band tracks as HTML5 media element video, audio and text tracks so that Web applications can access the in-band track informati... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "is_closed": {"type": "boolean"}, "description": {"type": "string"}, "shortname": {"type": "string"}, "discr": {"type": "string"}, "type": {"type": "string"}, "_links": {"type": "object", "properties": {"self": {"type": "object", "... |
Using the following JSON schema, generate a compatible JSON instance:
{"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": {... | {"nom" : "Lagarde-d'Apt", "dpt" : "Vaucluse", "inscrits" : 36, "abs" : 6, "votants" : 30, "blancs" : 2, "nuls" : 0, "exp" : 28, "res" : [{"panneau" : "1", "voix" : 15}, {"panneau" : "2", "voix" : 13}]} | 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"... |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "object", "properties": {"directory": {"type": "boolean"}, "key": {"type": "string"}, "name": {"type": "string"}, "url": {"type": "string"}}, "required": ["directory", "key", "name", "url"]}, "$schema": "http://json-schema.or... | [{"directory" : false, "key" : "index", "name" : "Index", "url" : "/index"}, {"directory" : false, "key" : "example", "name" : "Example", "url" : "/example"}, {"directory" : false, "key" : "journal", "name" : "Journal", "url" : "/journal"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"directory": {"type": "boolean"}, "key": {"type": "string"}, "name": {"type": "string"}, "url": {"type": "string"}}, "required": ["directory", "key", "name", "url"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/generic/crafting/giantflowerpetal.item": {"type": "array", "items": {"type": "string"}... | [{"DeniedAlternatives" : [], "Files" : {"items/generic/crafting/giantflowerpetal.item" : ["/description"]}, "Texts" : {"Eng" : "A giant flower petal. Soft!", "Rus" : "\u0413\u0438\u0433\u0430\u043d\u0442\u0441\u043a\u0438\u0439 \u043b\u0435\u043f\u0435\u0441\u0442\u043e\u043a. \u041c\u044f\u0433\u043a\u0438\u0439!"}}, ... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/generic/crafting/giantflowerpetal.item": {"type": "array", "items": {"type": "string"}}}, "required": ["items/generic/crafting/giantflowerpetal.item"]}, "T... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"average_accuracy": {"type": "number"}, "average_learning_time": {"type": "number"}, "runs": {"type": "object", "properties": {"run_1": {"type": "object", "properties": {"accuracy": {"type": "number"}, "learning_time": {"type": "... | {"average_accuracy" : 0.36741129139120954, "average_learning_time" : 1534.487, "runs" : {"run_1" : {"accuracy" : 0.37515502273666806, "learning_time" : 1610325}, "run_2" : {"accuracy" : 0.3421128488984852, "learning_time" : 1522023}, "run_3" : {"accuracy" : 0.3745139472181902, "learning_time" : 1581075}, "run_4" : {"ac... | json_instruct | {"type": "object", "properties": {"average_accuracy": {"type": "number"}, "average_learning_time": {"type": "number"}, "runs": {"type": "object", "properties": {"run_1": {"type": "object", "properties": {"accuracy": {"type": "number"}, "learning_time": {"type": "integer"}}, "required": ["accuracy", "learning_time"]}, "... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "requ... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[133.625, 41.583333333333336], [133.625, 41.666666666666664], [133.75, 41.666666666666664], [133.75, 41.583333333333336], [133.625, 41.583333333333336]]]}, "properties" : {"code" : 623335, "url" : "http://madefor.github.io/0410/api/v1/623335.geojs... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"Valine.locales.min.js": {"type": "string"}, "Valine.min.js": {"type": "string"}, "Valine.pure.min.js": {"type": "string"}, "detect.min.js": {"type": "string"}, "escape.min.js": {"type": "string"}}, "required": ["Valine.locales... | {"Valine.locales.min.js" : "sha512-xSlo+iWFwt9wgQqr8OEli+VQ2yu1H/8sJlyZhjgIpEYpfdOHtBYkxtMWDxsc1RvV9J4ASFfMOXF82qr4/zpXPw==", "Valine.min.js" : "sha512-zXOnPXBnXWdCuqjrQ1w+wAVVXc3SRz8jxyDTf6rSmF7Y5pEKpq4sFmGTrlOp7PIBbL9y94a0l2kuPCGIVDsyQA==", "Valine.pure.min.js" : "sha512-Ui2ecmGOYGan8Xzxf3kvCs6AIZt3RayLKAeu2Fa3aReluW... | json_instruct | {"type": "object", "properties": {"Valine.locales.min.js": {"type": "string"}, "Valine.min.js": {"type": "string"}, "Valine.pure.min.js": {"type": "string"}, "detect.min.js": {"type": "string"}, "escape.min.js": {"type": "string"}}, "required": ["Valine.locales.min.js", "Valine.min.js", "Valine.pure.min.js", "detect.mi... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "dockerFile": {"type": "string"}, "settings": {"type": "object", "properties": {"terminal.integrated.shell.linux": {"type": "string"}, "FSharp.useSdkScripts": {"type": "boolean"}, "FSharp.w... | {"name" : "F# (.NET Core 5.0)", "dockerFile" : "Dockerfile", "settings" : {"terminal.integrated.shell.linux" : "/bin/bash", "FSharp.useSdkScripts" : true, "FSharp.workspacePath" : "FsAutoComplete.sln"}, "onCreateCommand" : "dotnet tool restore && dotnet restore", "extensions" : ["Ionide.Ionide-fsharp", "Ionide.Ionide-P... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "dockerFile": {"type": "string"}, "settings": {"type": "object", "properties": {"terminal.integrated.shell.linux": {"type": "string"}, "FSharp.useSdkScripts": {"type": "boolean"}, "FSharp.workspacePath": {"type": "string"}}, "required": ["terminal.integrated... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"cordova_version": {"type": "string"}, "framework_version": {"type": "string"}, "xcode_version": {"type": "string"}, "dSYM": {"type": "boolean"}, "cordova_android_platform": {"type": "string"}, "cordova_ios_platform": {"type": ... | {"cordova_version" : "10.0", "framework_version" : "3.5", "xcode_version" : "13", "dSYM" : false, "cordova_android_platform" : "10.1.1", "cordova_ios_platform" : "6.2.0"} | json_instruct | {"type": "object", "properties": {"cordova_version": {"type": "string"}, "framework_version": {"type": "string"}, "xcode_version": {"type": "string"}, "dSYM": {"type": "boolean"}, "cordova_android_platform": {"type": "string"}, "cordova_ios_platform": {"type": "string"}}, "required": ["cordova_version", "framework_vers... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "logo": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "descript... | {"name" : "JSONfilter", "description" : "A quick key/value filter for external JSON data in NodeJS.", "repository" : "git@github.com:aaronsmulktis/JSONfilter.git", "logo" : "http://node-js-sample.herokuapp.com/node.svg", "keywords" : ["node", "express", "static"]} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "repository": {"type": "string"}, "logo": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "description", "repository", "logo", "keywords"], "$schema": "http://json-schem... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"ty... | {"name" : "gistom", "version" : "1.0.0", "description" : "GitHub gist atomic editor.", "main" : "main.js", "repository" : {"type" : "git", "url" : "https://github.com/mujahidk/gistom.git"}, "scripts" : {"start" : "npm run build && electron .", "devtools" : "npm run build && electron . --dev-tools", "build" : "gulp clea... | 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"]}, "scripts": {"type": "object", ... |
Generate sample JSON data that conforms to the following 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"}, "nu... | {"nom" : "Sainte-Flaive-des-Loups", "circ" : "2\u00e8me circonscription", "dpt" : "Vend\u00e9e", "inscrits" : 1643, "abs" : 970, "votants" : 673, "blancs" : 41, "nuls" : 21, "exp" : 611, "res" : [{"nuance" : "MDM", "nom" : "Mme Patricia GALLERNEAU", "voix" : 325}, {"nuance" : "LR", "nom" : "Mme B\u00e9atrice BELLAMY", ... | 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"... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "sortorder": {"type": "integer"}, "rarity": {"type": "string"}, "category": {"type": "string"}, "materialtype": {"type": "string"}, "source": {"type": "... | {"name" : "Garra Escondida", "description" : "Tecido corporal deixado para tr\u00e1s por um dos Caninos da Fenda.\nPor l\u00f3gica ordin\u00e1ria, esses objetos, t\u00e3o alien\u00edgenas para esse mundo, n\u00e3o deveriam ter ficado para tr\u00e1s ap\u00f3s essas criaturas anormais terem sido expurgadas dessa terra.",... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "sortorder": {"type": "integer"}, "rarity": {"type": "string"}, "category": {"type": "string"}, "materialtype": {"type": "string"}, "source": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "descriptio... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"/js/frontend.js": {"type": "string"}, "/css/frontend.css": {"type": "string"}, "/css/backend.css": {"type": "string"}, "/js/backend.js": {"type": "string"}}, "required": ["/js/frontend.js", "/css/frontend.css", "/... | {"/js/frontend.js" : "/js/frontend.js?id=8cf45be2352ea0db14ea", "/css/frontend.css" : "/css/frontend.css?id=d2971531baed2440726f", "/css/backend.css" : "/css/backend.css?id=8490b45c3646c5d45946", "/js/backend.js" : "/js/backend.js?id=e0d1c4d86040897d62c8"} | json_instruct | {"type": "object", "properties": {"/js/frontend.js": {"type": "string"}, "/css/frontend.css": {"type": "string"}, "/css/backend.css": {"type": "string"}, "/js/backend.js": {"type": "string"}}, "required": ["/js/frontend.js", "/css/frontend.css", "/css/backend.css", "/js/backend.js"], "$schema": "http://json-schema.org/... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "briefIntro": {"type": "string"}, "fullBio": {"type": "string"}, "links": {"type": "array", "items": {"type": "object", "properties": {"linkType": {"type": "string"}, "linkLabel": {"type... | {"name" : "Yeshwanth", "briefIntro" : "People person, Music enthusiast, Loves watching movies and reading. A Foodophile. Hates computers ! Never misses Saturday night palooza ! :) does things his way", "fullBio" : "", "links" : [{"linkType" : "twitter", "linkLabel" : "twitter", "url" : "http://twitter.com/yeshwanthme",... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "briefIntro": {"type": "string"}, "fullBio": {"type": "string"}, "links": {"type": "array", "items": {"type": "object", "properties": {"linkType": {"type": "string"}, "linkLabel": {"type": "string"}, "url": {"type": "string"}, "isImportant": {"type": "boolea... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "tellureted", "definition" : "Combined or impregnated with tellurium; tellurized. [Written also telluretted.] [Obsoles.] Tellureted hydrogen (Chem.), hydrogen telluride, H2Te, a gaseous substance analogous to hydrogen sulphide; -- called also tellurhydric acid."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"index.js": {"type": "string"}, "index.min.js": {"type": "string"}}, "required": ["index.js", "index.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"index.js" : "sha512-Lxx1gbkx+PdUhDI6zKjgEMc4ng8JP+tFK1CH9jzwXv2aXgg58wiBDnqDc8JabQyoKnVVqCIaKwQrahZO9bWcKA==", "index.min.js" : "sha512-Tei9F5LbDow9s9WQipnwpP9mAr95/s9Oi8K8lzDZSio/nz9jTy0oLqf9wHbFo2jOFQCDppffun0wlJywXqas0Q=="} | json_instruct | {"type": "object", "properties": {"index.js": {"type": "string"}, "index.min.js": {"type": "string"}}, "required": ["index.js", "index.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"ionic": {"type": "string"}}, "required": ["ionic"]}, "dependencies": {"type": "object", "properties": {"... | {"name" : "HelloIonic", "private" : "true", "devDependencies" : {"ionic" : "driftyco/ionic-bower#1.0.0"}, "dependencies" : {"angular-chart.js" : "~0.8.5", "Chart.js" : "~1.0.2", "angular-base64" : "~2.0.5"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"ionic": {"type": "string"}}, "required": ["ionic"]}, "dependencies": {"type": "object", "properties": {"angular-chart.js": {"type": "string"}, "Chart.js": {"type": "string"}... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "8204071007", "district_id" : "8204071", "name" : "TEGONO"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "manifest_version": {"type": "integer"}, "browser_action": {"type": "object", "properties":... | {"name" : "3x20", "author" : "Malak Tayeh", "version" : "1.0", "description" : "Helps with reducing eyestrain by reminding you to take a break according to the 20-20-20 rule", "manifest_version" : 2, "browser_action" : {"default_title" : "3x20", "default_icon" : "Small-N-Flat-Clock-64.png", "default_popup" : "popup.htm... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "author": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "manifest_version": {"type": "integer"}, "browser_action": {"type": "object", "properties": {"default_title": {"type": "string"}, "default_icon": {"type": "string... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {"type": "string"}}, "package": {"type": "string"}}, "required": ["gene... | {"generated_at" : "2017-01-27T09:37:34.201227", "required_by" : ["tiddlywebplugins.docs", "tiddlywebplugins.tiddlyspace", "tiddlywebplugins.simplewiki", "tiddlywebplugins.wimporter", "tiddlywebplugins.register", "tiddlywebplugins.manifestopheles", "tiddlywebplugins.hoster"], "requires" : ["setuptools", "tiddlyweb", "Ji... | 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... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "sta... | {"name" : "Schule zur Sprachf\u00f6rderung Ingolstadt (Grund- und Teilhauptschulstufe I)", "id" : "BY-1986", "address" : "Auf der Schanz 41 85049 Ingolstadt", "school_type" : "Volksschule zur sonderp\u00e4dagogischen F\u00f6rderung", "fax" : "0841 910155", "phone" : "0841 34222", "website" : "http://www.shs-schanz.ingo... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "id": {"type": "string"}, "address": {"type": "string"}, "school_type": {"type": "string"}, "fax": {"type": "string"}, "phone": {"type": "string"}, "website": {"type": "string"}, "state": {"type": "string"}, "programs": {"type": "object", "properties": {"pro... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"900621181": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900621182": {"type": "object", "properties": {"na... | {"900621181" : {"nama" : "TPS 1", "dapil" : [5101, 15105, 2510805]}, "900621182" : {"nama" : "TPS 2", "dapil" : [5101, 15105, 2510805]}, "900621183" : {"nama" : "TPS 3", "dapil" : [5101, 15105, 2510805]}, "900621184" : {"nama" : "TPS 4", "dapil" : [5101, 15105, 2510805]}, "900621185" : {"nama" : "TPS 5", "dapil" : [510... | json_instruct | {"type": "object", "properties": {"900621181": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900621182": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"request": {"type": "object", "properties": {"method": {"type": "string"}, "urlPath": {"type": "string"}}, "required": ["method", "urlPath"]}, "response": {"type": "object", "properties": {"status": {"type": "... | {"request" : {"method" : "GET", "urlPath" : "/v2/cashback/test-success"}, "response" : {"status" : 200, "headers" : {"Content-Type" : "application/json"}, "jsonBody" : {"resultInfo" : {"code" : "SUCCESS", "message" : "Success", "codeId" : "08100001"}, "data" : {"status" : "SUCCESS", "acceptedAt" : 1611747653, "merchant... | json_instruct | {"type": "object", "properties": {"request": {"type": "object", "properties": {"method": {"type": "string"}, "urlPath": {"type": "string"}}, "required": ["method", "urlPath"]}, "response": {"type": "object", "properties": {"status": {"type": "integer"}, "headers": {"type": "object", "properties": {"Content-Type": {"typ... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properties": {"id": ... | {"type" : "MultiPolygon", "coordinates" : [[[[-92.011357, 45.639895], [-92.00945, 45.639831], [-92.007206, 45.639787], [-92.006883, 45.639798], [-92.004728, 45.63979], [-92.004386, 45.639769], [-92.004019, 45.639754], [-92.003654, 45.639737], [-92.003264, 45.639743], [-92.001904, 45.639716], [-92.001309, 45.639712], [-... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "name": {... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"stationGroupId" : 9981911, "stations" : ["9981911"]} | 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": {"722005f-a": {"type": "object", "properties": {"width": {"type": "integer"}, "thumb_url": {"type": "string"}, "image_url": {"type": "string"}, "title": {"type": "string"}, "date": {"type": "string"}, "text": {... | {"722005f-a" : {"width" : 600, "thumb_url" : "http://oldnyc-assets.nypl.org/thumb/722005f-a.jpg", "image_url" : "http://oldnyc-assets.nypl.org/600px/722005f-a.jpg", "title" : "", "date" : "1929", "text" : "96-98 Orchard Street, east side, between Broome and Delancey Streets.\nApril 7, 1929.\nP. L. Sperr.\n", "folder" :... | json_instruct | {"type": "object", "properties": {"722005f-a": {"type": "object", "properties": {"width": {"type": "integer"}, "thumb_url": {"type": "string"}, "image_url": {"type": "string"}, "title": {"type": "string"}, "date": {"type": "string"}, "text": {"type": "string"}, "folder": {"type": "string"}, "height": {"type": "integer"... |
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" : "0x6a827366cfbb1ed22eaf628a8f29c2c53d9cd65b", "tool" : "osiris", "start" : 1564593712.1121223, "end" : 1564593714.7200792, "duration" : 2.607956886291504, "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://... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "actor_no_arg": {"type": "string"}, "others_no_arg": {"type": "string"}, "actor_found_target": {"type": "string"}, "others_found": {"type": "string"}, "target_found": {"type": "string"},... | {"name" : "propose", "actor_no_arg" : "You propose to everyone in the room.", "others_no_arg" : "$n proposes to everyone in the room. Very odd.", "actor_found_target" : "You kneel and romantically propose to $N.", "others_found" : "$n gets on one knee and proposes to $N.", "target_found" : "$n gets down on one knee an... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "actor_no_arg": {"type": "string"}, "others_no_arg": {"type": "string"}, "actor_found_target": {"type": "string"}, "others_found": {"type": "string"}, "target_found": {"type": "string"}, "actor_auto": {"type": "string"}, "others_auto": {"type": "string"}}, "... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/generic/drinks/sodas/fuaetherade3.consumable": {"type": "array", "items": {"type... | [{"DeniedAlternatives" : [], "Files" : {"items/generic/drinks/sodas/fuaetherade3.consumable" : ["/shortdescription"]}, "Texts" : {"Eng" : "Aetherade"}}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"items/generic/drinks/sodas/fuaetherade3.consumable": {"type": "array", "items": {"type": "string"}}}, "required": ["items/generic/drinks/sodas/fuaetherade3.consu... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"},... | {"id" : 4543, "citation_title" : "Multilateral Tariff Cooperation during the Formation of Customs Unions", "citation_author" : ["Kyle Bagwell", "Robert W. Staiger"], "citation_publication_date" : "1993-11-01", "issue_date" : "1993-11-01", "revision_date" : "None", "topics" : ["International Economics", "Trade"], "progr... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "citation_title": {"type": "string"}, "citation_author": {"type": "array", "items": {"type": "string"}}, "citation_publication_date": {"type": "string"}, "issue_date": {"type": "string"}, "revision_date": {"type": "string"}, "topics": {"type": "array", "items... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"grunt": {"type": "string"}, "grunt-contrib-concat": {"type": "string"}, "grunt-contrib-copy": {"type"... | {"name" : "<%= pkgname %>", "version" : "0.0.1", "devDependencies" : {"grunt" : "~0.4.5", "grunt-contrib-concat" : "~0.5.0", "grunt-contrib-copy" : "~0.8.0", "grunt-contrib-watch" : "~0.6.1", "grunt-mustache-render" : "~1.7.0", "grunt-grunticon" : "~2.0.0-beta.6"}} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"grunt": {"type": "string"}, "grunt-contrib-concat": {"type": "string"}, "grunt-contrib-copy": {"type": "string"}, "grunt-contrib-watch": {"type": "string"}, "grunt-mustache-... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "platforms": {"type": "object", "properties": {"ios": {"type":... | {"name" : "TRRouter", "version" : "1.0.0", "summary" : "A Path Router for different stratogies", "homepage" : "https://github.com/yangtseboy/TRRouter.git", "license" : "Copyright (c) 2017\u5e74 YANGSTEBOY. All rights reserved.", "platforms" : {"ios" : "8.0"}, "authors" : {"harry" : "xuyang.bu@gmail.com"}, "source" : {"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "platforms": {"type": "object", "properties": {"ios": {"type": "string"}}, "required": ["ios"]}, "authors": {"type": "object", "prope... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"icon": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "geometry": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "object", "properties": {"healthcare": {"type": "strin... | {"icon" : "hospital", "fields" : ["name", "healthcare", "operator", "healthcare/speciality", "address", "building_area", "opening_hours"], "geometry" : ["point", "area"], "tags" : {"healthcare" : "*"}, "terms" : ["clinic", "doctor", "disease", "health", "institution", "sick", "surgery", "wellness"], "name" : "Healthcar... | json_instruct | {"type": "object", "properties": {"icon": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "geometry": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "object", "properties": {"healthcare": {"type": "string"}}, "required": ["healthcare"]}, "terms": {"type": "array", "items"... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.